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
2834256e009adf57d48170cfd019b68aebd2cab4
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH4/EX4.4/eg4_4.sce
1603c17546fc1d82c2197350e00e055e784fcfe2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
338
sce
eg4_4.sce
clear; //clc(); v=66; r=10; e1=5; e2=4; e3=3; gmax1=3.8; gmax2=2.6; gmax3=2; r1=e1*r*gmax1/(e2*gmax2); r2=e1*r*gmax1/(e3*gmax3); a=r1/r; b=r2/r1; v1=gmax1*r*log([a]); v2=gmax2*r1*log([b]); c=(v-v1-v2)/(gmax3*r2); e=exp(c); R=e*r2; dia=2*R; printf("\n the minimum diameter is: %.2f mm\n ",dia);
c7ce22f9a20273bde62377eae4f4d199daa1d8b1
449d555969bfd7befe906877abab098c6e63a0e8
/2072/CH16/EX16.5/EX16_5.sce
5a9e11694933dcb2453b838f688247e4e05f5342
[]
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
176
sce
EX16_5.sce
//Example 16.5 c1=3*10^-6 c2=6*10^-6 c3=12*10^-6 c4=24*10^-6 delta_v=18 c_eq=c1+c2+c3+c4 disp(c_eq,"capacitance in farad=") q=delta_v*c3 disp(q,"voltage between battery in c=")
ba6bc19dc8f33054ecff56a893c39423f4516e1a
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH9/EX9.36/Ex9_36.sce
980c9dd219ec838bac05fcd59b99435b41701e09
[]
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
322
sce
Ex9_36.sce
clear //Given V=75 //mV Ig=0.025 //A I=25 //mA I1=100 V1=750 //Calculation G=V/I S=(Ig*G)/(I1-Ig) R=(V1/Ig)-G //Result printf("\n (i) Resistance for an ammeter of range 0-100 A is %0.5f ohm",S) printf("\n (ii) Resistance for an ammeter of range 0-750 A is %0.5f ohm",R)
de42694b64009d28aac2d09117332ecf3cbed2cd
449d555969bfd7befe906877abab098c6e63a0e8
/2732/CH9/EX9.4/Ex9_4.sce
4733f8514a2225dddab24a5e3cee5b3272b8dc4c
[]
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
301
sce
Ex9_4.sce
clc //initialization of variables clear t=280 //kg/cm^2 c=840 //kg/cm^2 xbar=7.5 //cm from AB A=210 //cm^2 // calculations e=50+xbar //cm Iyy=7433 //cm^2 k=(1/210+e*xbar/Iyy) P=t/k k1=(-1/210+e*(xbar+5)/Iyy) P1=c/k1 P_safe=min(P1,P) // results printf('The safe load is %d kg',P_safe)
c6c1b0641c083c7e7afd4e5ebce44fa59ea781ad
d445cf989b67cbfb0e455ff27ff60b8bed424651
/PRPC/Results/Load/5d44d988-b962-451e-9b0e-8f003fdfad47/6bc03f16-902f-45a8-8a64-be0bb87c1b0b/counters/a9126b6b-40a0-4306-a5fa-68cd2a18cf4b/gow3trgj.sce
1eee001e403e2c9aaadfc4024e0e02cb22ab1fd9
[]
no_license
ravi740136/teleriktests
2839dfe7dd49fe55afdb4bfa37a682f85e40dea2
6fecc335d24efdb705110ebe2e2e698e78d23c4e
refs/heads/master
2020-04-18T20:23:34.007440
2014-07-01T07:18:11
2014-07-01T07:18:11
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
24,125
sce
gow3trgj.sce
{"Id":null,"Data":{"CounterId":"a9126b6b-40a0-4306-a5fa-68cd2a18cf4b","Timestamp":"2014-05-30T09:06:23.6446244Z","PageSpecificMetrics":{"JsonPageSpecificIntervalHttpLoadStatsByStepUri":{"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/images/menurightarrow_1542659063.png!!.png":{"JsonHttpStats":{"BYTES_RECEIVED":17.775114839225086,"ERROR_COUNT":0.19972039145196727,"REQUESTS_SENT":0.19972039145196727,"RESPONSES_RECEIVED":0.19972039145196727,"HEADER_RESPONSE_TIME_TICKS":43578.0,"FULL_RESPONSE_TIME_TICKS":56696.0,"AVERAGE_RESPONSE_TIME":56696.0,"AVERAGE_TIME_TO_FIRST_BYTE":43578.0}}},"JsonPageSpecificLifetimeHttpLoadStatsByStepUri":{"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pxapp-icon_11049390857.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":380249.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecents-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":312186.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/expression_calculation_12122282826.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":345102.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/screenlayout_collapse_14265811802.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":391361.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyhelp-icon_11576817766.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":358802.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-ExtraBold.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":404460.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=%40baseclass.pzLoadKeyboardPreferences&inStandardsMode=true&AJAXTrackID=1&pzHarnessID=HID1401436015551&HeaderButtonSectionName=":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":339468.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pymodal_mask_img_1289875819.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":333018.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pegacompositegadgetmgr_11147844451.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":305837.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-inspector-icon_13186513702.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":319960.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Light.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":323404.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pxapp-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":353093.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_0_14278019439.css!!.css":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":675132.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pysearch-bar-icon_13448673835.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":429974.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-ExtraBoldItalic.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":374913.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_2_1700786922.css!!.css":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":705972.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyplus-icon_1230308919.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":364789.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=%40baseclass.pzGetCurrentSkin":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":313090.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pzdesigner-studio-logo_12625816921.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":396405.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyalerts-icon_13095162215.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":334628.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyperformance-icon_11041532015.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":350398.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-explorer-menu_11889551449.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":291480.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pypdn-icon_1527787994.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":315885.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Semibold.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":314515.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/layoutincludes_11582564893!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":808828.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=pzUpdateRequestorBrowserDetails&ActiveXEnabled=true&pzPrimaryPageName=pxRequestor&inStandardsMode=true&AJAXTrackID=1&pzHarnessID=HID1401436015551&HeaderButtonSectionName=":{"JsonHttpStats":{"RESPONSES_RECEIVED":15.0,"FULL_RESPONSE_TIME_TICKS":476675.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pztracer_1951939082.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":395260.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/images/pzPegaIcon.ico":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":346165.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-LightItalic.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":327289.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/images/menurightarrow_1542659063.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":1.0,"FULL_RESPONSE_TIME_TICKS":56696.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzclipboard_11820803342.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":386194.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecords-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":393302.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-respond_12848812239.js!pzquirks-mode-check_12196488778.js!pzdesignerstudiotoplevelscripts_12944262381.js!pzdesignerstudiohotkeysupport_11816282747.js!pypegasilverlight_11117890169.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":632295.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_3_13441892439.css!!.css":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":277810.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-pega-7-logo_14013152515.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":299318.0}},"http://localhost:7001/prweb/PRServlet/beEBp4uRVTogorRwSwWqbOtn9IL2fwdI*/!STANDARD?pzPostData=764908533":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":1679568.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pzPostData=764908533":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":800601.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-SemiboldItalic.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":278692.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzpega_desktop_eventmanager_11221929166.js!pega_desktop_appcontrollerlite_14266099522.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":822301.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Italic.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":322317.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-checkouts-icon_14205728800.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":348417.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":182705.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyScreenNavigateIcon_13964809465.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":355115.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Regular.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":290932.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Bold.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":361618.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pydata-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":343840.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_1_13553835854.css!!.css":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":755366.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/py-myrules-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":326901.0}},"http://localhost:7001/prweb/PRServlet/beEBp4uRVTogorRwSwWqbOtn9IL2fwdI*/!STANDARD":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":7112898.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pycase-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":356655.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-checkouts-icon.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":341802.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pylaunch-icon_13064364818.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":370274.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzcheckedout-explorer_13593166549.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":317051.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecents-icon_13444400550.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":418077.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-BoldItalic.eot?":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":351287.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-tree-icon_13621599799.png!!.png":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":334469.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pega_desktop_compositeapi_1800119785.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":10.0,"FULL_RESPONSE_TIME_TICKS":732951.0}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzpega_ui_dynamiccontainer_12013394298.js!!.js":{"JsonHttpStats":{"RESPONSES_RECEIVED":5.0,"FULL_RESPONSE_TIME_TICKS":309749.0}}},"JsonStatsByStepUri":{"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pxapp-icon_11049390857.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecents-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/expression_calculation_12122282826.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/screenlayout_collapse_14265811802.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyhelp-icon_11576817766.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-ExtraBold.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=%40baseclass.pzLoadKeyboardPreferences&inStandardsMode=true&AJAXTrackID=1&pzHarnessID=HID1401436015551&HeaderButtonSectionName=":{"JsonStatusCodeCounts":{"SeeOther":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pymodal_mask_img_1289875819.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pegacompositegadgetmgr_11147844451.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-inspector-icon_13186513702.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Light.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pxapp-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_0_14278019439.css!!.css":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pysearch-bar-icon_13448673835.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-ExtraBoldItalic.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_2_1700786922.css!!.css":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyplus-icon_1230308919.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=%40baseclass.pzGetCurrentSkin":{"JsonStatusCodeCounts":{"SeeOther":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pzdesigner-studio-logo_12625816921.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyalerts-icon_13095162215.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyperformance-icon_11041532015.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-explorer-menu_11889551449.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pypdn-icon_1527787994.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Semibold.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/layoutincludes_11582564893!!.js":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pyActivity=pzUpdateRequestorBrowserDetails&ActiveXEnabled=true&pzPrimaryPageName=pxRequestor&inStandardsMode=true&AJAXTrackID=1&pzHarnessID=HID1401436015551&HeaderButtonSectionName=":{"JsonStatusCodeCounts":{"SeeOther":15}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pztracer_1951939082.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/images/pzPegaIcon.ico":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-LightItalic.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/images/menurightarrow_1542659063.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":1}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzclipboard_11820803342.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecords-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-respond_12848812239.js!pzquirks-mode-check_12196488778.js!pzdesignerstudiotoplevelscripts_12944262381.js!pzdesignerstudiohotkeysupport_11816282747.js!pypegasilverlight_11117890169.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_3_13441892439.css!!.css":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-pega-7-logo_14013152515.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/beEBp4uRVTogorRwSwWqbOtn9IL2fwdI*/!STANDARD?pzPostData=764908533":{"JsonStatusCodeCounts":{"OK":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD?pzPostData=764908533":{"JsonStatusCodeCounts":{"SeeOther":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-SemiboldItalic.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzpega_desktop_eventmanager_11221929166.js!pega_desktop_appcontrollerlite_14266099522.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Italic.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-checkouts-icon_14205728800.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/!STANDARD":{"JsonStatusCodeCounts":{"SeeOther":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyScreenNavigateIcon_13964809465.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Regular.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-Bold.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pydata-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzharnessv2_9413380ba29c9dcec8e8076dd9b1e363e28f64d49d7a3b1e8de6d83d840376b1_1_13553835854.css!!.css":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/py-myrules-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/beEBp4uRVTogorRwSwWqbOtn9IL2fwdI*/!STANDARD":{"JsonStatusCodeCounts":{"InternalServerError":1}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pycase-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-checkouts-icon.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pylaunch-icon_13064364818.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzcheckedout-explorer_13593166549.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pyrecents-icon_13444400550.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/webwb/pxfont-OpenSans-BoldItalic.eot?":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pz-tree-icon_13621599799.png!!.png":{"JsonStatusCodeCounts":{"BadRequest":5}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pega_desktop_compositeapi_1800119785.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":10}},"http://localhost:7001/prweb/PRServlet/xogqxSZLtJsZtOGW0I06TOCthxJMMFzZE6If3VBztJE%5B*/webwb/pzpega_ui_dynamiccontainer_12013394298.js!!.js":{"JsonStatusCodeCounts":{"BadRequest":5}}}},"Data":null,"Id":"6b5551d6-6ccb-4f5a-ba2e-be111294e205"},"Metadata":null}
f062f894b8a42e2984e31c74d5f50caa89939fbf
449d555969bfd7befe906877abab098c6e63a0e8
/1619/CH4/EX4.1.2/Example4_1_2.sce
56c1b5ec41d82e95a7675f11ceb8d3a3bfae81a0
[]
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
162
sce
Example4_1_2.sce
//Example 4.1.2 page 4.5 clc; clear; Eg = 1.43; lamda = 1.24/Eg; lamda=lamda*1000; //converting in nm printf("The cut off wavelength is %.2f nm",lamda);
970b635ea63de9a7d69db43c9f9bc39dfa5eb958
fc97dca636256fc30f018840e244a173c06ec54b
/easy/tests/wrongTypeInIfCondition.tst
f0438ee6ab3ed332533e6801ed6da73511847f25
[ "MIT" ]
permissive
tuomasb/compiler
23fd2190bc6911380a5acf45241c1f2b2580538f
aa366ace6f2c29b5e0080faf8c50dcb7be0b02f4
refs/heads/master
2020-05-17T21:51:17.977674
2014-06-09T00:24:17
2014-06-09T00:24:17
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
74
tst
wrongTypeInIfCondition.tst
main { if (3) then print(3); else print(0); fi return 3; }
bff23908366cc3653b1ee86400c23ff1bd2ce635
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH2/EX2.49/2_49.sce
2958a99b4059e237a5c8fa19ca6a25212ffe7824
[]
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
672
sce
2_49.sce
clc; clear; //Example 2.49 //Given k=300 //W/(m.K) h=20 //W.(sq m.K) P=0.05 //[m] A=2 //[sq cm] A=A/10000 //[sq m] T0=503 //[K] T_inf=303 //[K] theta_0=T0-T_inf //[K] m=sqrt(h*P/(k*A)) //CASE 1: 6 Fins of 100 mm length L1=0.1 //Length of fin in [m] Q=sqrt(h*P*k*A)*theta_0*tanh(m*L1) //[W] //For 6 fins Q=Q*6 //for 6 fins [W] //CASE 2: 10 fins of 60 mm length L2=60 //[mm] L2=L2/1000 //[m] Q2=sqrt(h*P*k*A)*theta_0*tanh(m*L2); //[W] Q2=Q2*10 //For 10 fins printf("As,Q for 10 fins of 60 mm length( %f W) is more than Q for 6 fins of 100 mm length (%f W).\n The agreement-->10 fins of 60 mm length is more effective",Q2,Q);
bec7bdd642158c0c6034ff9ed5eb1870e2942120
449d555969bfd7befe906877abab098c6e63a0e8
/1457/CH4/EX4.3/4_3.sce
2cc0c0b6a1c06afb066a8d156260f18880832106
[]
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
282
sce
4_3.sce
clc //Initialization of variables sg=1.26 sg2=1.26 HP=22 HP2=16 //calculations hp=HP*550/(sg*62.4) //divide by Q Q=14.2 //cfs printf("In English units, By trial Q= %.1f cfs",Q) hp2=HP2*1000/(sg2*9.81) Q2=0.42 //m^3/s printf("\n In SI units, By trial Q= %.2f m^3/s",Q2)
c5dbc01e130467b73a5bbd29167a65146da5db7c
0ade4f8a7ec375e54db514312b562334ab304d3e
/data/benchmark/Nguyen_04.tst
afea2ac53e50e833ba36c2aa38d10a27f3e2fd4a
[]
no_license
zeta1999/go-pge
39ac86612d4a90c1e53d2c45c1177e98b3bcf4e4
99a4b600185145bcc047e8e42cecfd2346b6b16d
refs/heads/master
2021-01-01T11:10:20.053388
2014-01-16T16:06:50
2014-01-16T16:06:50
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
39,944
tst
Nguyen_04.tst
x f(xs) 0.475969 0.897725 -0.383952 -0.276543 -0.163839 -0.140772 -0.251713 -0.201044 -0.358080 -0.263111 0.778719 2.734406 -0.995601 -0.013023 0.045105 0.047236 -0.400488 -0.284784 0.586978 1.363052 0.245279 0.324923 -0.995263 -0.014010 0.324797 0.480471 0.905941 4.306875 -0.893039 -0.232453 0.462303 0.851389 -0.686481 -0.364449 -0.815923 -0.316746 0.669436 1.842866 -0.039842 -0.038316 0.919884 4.525066 0.657505 1.764642 0.589657 1.376583 0.127527 0.146167 -0.179227 -0.151982 -0.321219 -0.242856 -0.449502 -0.307550 -0.981687 -0.052000 -0.521811 -0.335966 -0.325031 -0.245011 -0.964626 -0.095419 0.009418 0.009507 -0.673116 -0.364893 0.876347 3.876976 0.280003 0.388707 -0.577022 -0.352388 0.817811 3.145888 -0.818054 -0.315106 0.347049 0.530580 0.208259 0.263018 0.813645 3.099320 0.912611 4.409948 -0.794301 -0.331506 0.793325 2.881609 -0.596858 -0.356872 -0.524549 -0.336901 0.852295 3.558506 -0.584320 -0.354135 0.427096 0.740968 -0.421562 -0.294884 -0.588717 -0.355134 0.329917 0.491717 0.847837 3.502345 -0.417049 -0.292759 -0.622884 -0.361397 -0.527145 -0.337777 0.818521 3.153897 -0.322550 -0.243610 -0.860597 -0.274630 -0.564318 -0.349093 0.898685 4.197389 0.375571 0.599774 -0.194099 -0.162540 0.060530 0.064430 0.029153 0.030028 -0.060405 -0.056964 0.647519 1.701629 -0.849101 -0.287107 0.223956 0.288550 0.107467 0.120407 0.876198 3.874922 -0.676881 -0.364832 0.656484 1.758100 0.482279 0.919822 0.636564 1.634978 0.847656 3.500078 -0.309965 -0.236411 0.329833 0.491532 -0.047363 -0.045221 0.921881 4.557167 -0.191080 -0.160418 0.314161 0.457627 0.030401 0.031354 0.203386 0.255295 0.711648 2.147405 -0.728518 -0.358460 -0.924878 -0.179750 -0.687478 -0.364389 0.324370 0.479540 -0.594511 -0.356386 -0.053823 -0.051074 -0.822893 -0.311256 0.895621 4.151973 0.010132 0.010236 -0.315008 -0.239314 0.224618 0.289649 0.507713 1.013672 -0.798172 -0.329106 -0.490348 -0.324442 0.866365 3.741589 0.827826 3.260669 0.687218 1.965682 0.965316 5.312317 -0.048095 -0.045888 -0.695094 -0.363812 -0.115581 -0.103606 -0.871699 -0.261398 -0.033396 -0.032317 -0.891857 -0.234184 0.527956 1.094223 0.690773 1.991167 0.107947 0.121010 -0.967168 -0.089241 0.551402 1.194619 -0.774628 -0.342195 -0.025102 -0.024488 0.650656 1.721188 -0.676045 -0.364850 0.999600 5.991608 0.338308 0.510511 -0.563820 -0.348958 0.357031 0.554134 0.812856 3.090571 0.501870 0.991409 -0.966754 -0.090255 0.118880 0.134918 0.129478 0.148736 0.525778 1.085293 -0.311223 -0.237138 -0.276401 -0.216450 -0.986201 -0.039717 -0.713679 -0.361431 0.948060 4.998934 -0.463674 -0.313640 -0.719150 -0.360451 0.567018 1.266044 0.922086 4.560468 -0.321155 -0.242820 0.680105 1.915639 -0.715936 -0.361043 -0.400773 -0.284923 0.136091 0.157528 -0.190081 -0.159714 0.356970 0.553989 0.437879 0.773485 -0.620091 -0.360991 0.368127 0.581147 -0.048883 -0.046604 0.396482 0.654400 -0.072185 -0.067325 0.185083 0.227109 0.503088 0.996013 -0.473682 -0.317797 0.814633 3.110295 0.153066 0.180728 0.526726 1.089172 0.187641 0.230972 0.013448 0.013631 0.574569 1.301967 -0.647186 -0.364033 -0.327877 -0.246612 -0.170890 -0.145945 0.750600 2.471402 -0.306519 -0.234413 0.037075 0.038502 0.314893 0.459178 0.043677 0.045671 -0.236750 -0.191396 -0.567165 -0.349859 -0.316924 -0.240411 -0.663057 -0.364817 0.600525 1.432778 -0.480678 -0.320629 0.176557 0.214406 0.321457 0.473223 -0.857716 -0.277871 0.960235 5.218123 0.003203 0.003213 0.130348 0.149885 0.489706 0.946419 0.496431 0.971068 0.772205 2.671150 0.827813 3.260515 -0.264150 -0.208884 0.126775 0.145180 -0.585267 -0.354353 -0.959424 -0.107750 0.617790 1.526501 0.653116 1.736677 0.262439 0.355704 -0.108447 -0.097837 0.357106 0.554315 -0.896799 -0.226848 0.803775 2.991641 -0.167566 -0.143514 0.606558 1.464895 0.271086 0.371755 0.160763 0.191555 0.282020 0.392598 -0.370370 -0.269573 0.555908 1.214840 0.558778 1.227883 0.527547 1.092542 -0.810901 -0.320474 -0.619831 -0.360953 -0.872615 -0.260252 0.269800 0.369346 0.551097 1.193261 0.064870 0.069370 -0.439161 -0.302962 -0.195732 -0.163683 0.269182 0.368189 0.378482 0.607175 -0.665598 -0.364868 0.305431 0.439385 -0.758997 -0.349001 0.415588 0.707459 -0.178805 -0.151678 0.797618 2.926318 0.160040 0.190530 0.206693 0.260526 0.382014 0.616239 0.552325 1.198738 0.033016 0.034144 0.521437 1.067688 -0.053584 -0.050859 -0.533442 -0.339857 0.997638 5.950602 -0.682561 -0.364646 0.822694 3.201357 -0.305414 -0.233770 0.461152 0.847581 -0.117686 -0.105294 -0.356812 -0.262435 0.238463 0.313076 -0.373252 -0.271067 -0.622863 -0.361394 -0.708155 -0.362289 0.320390 0.470921 -0.224885 -0.183573 0.278213 0.385272 0.405569 0.679246 0.767702 2.628263 -0.341420 -0.254118 0.946379 4.969373 -0.344759 -0.255942 0.575930 1.308537 -0.514238 -0.333322 0.419683 0.719244 0.253228 0.339008 -0.084165 -0.077631 0.379959 0.610954 -0.678498 -0.364791 -0.229174 -0.186418 -0.564174 -0.349054 0.290510 0.409216 0.230694 0.299828 0.918827 4.508157 -0.584500 -0.354176 0.576545 1.311522 0.960422 5.221571 -0.997441 -0.007617 -0.308834 -0.235756 0.693158 2.008447 -0.274020 -0.214992 -0.614320 -0.360090 -0.058180 -0.054982 0.945518 4.954282 -0.181467 -0.153589 -0.032874 -0.031828 0.904545 4.285593 0.195991 0.243754 -0.348885 -0.258180 -0.796426 -0.330201 0.803649 2.990283 -0.738907 -0.355767 -0.791197 -0.333359 0.864871 3.721714 0.705912 2.103327 -0.821768 -0.312167 -0.876159 -0.255739 -0.541931 -0.342559 0.727401 2.273121 -0.796385 -0.330226 0.944585 4.937995 0.418571 0.716030 0.559007 1.228928 0.691783 1.998472 -0.249733 -0.199780 -0.985589 -0.041403 0.682073 1.929357 -0.074407 -0.069254 0.205678 0.258916 -0.851131 -0.284991 -0.954000 -0.120172 0.146287 0.171352 -0.266342 -0.210249 -0.724610 -0.359340 -0.198260 -0.165447 -0.040940 -0.039330 0.692411 2.003022 0.763302 2.587001 0.413802 0.702363 -0.463545 -0.313585 -0.400637 -0.284856 0.027963 0.028767 -0.931785 -0.166660 -0.685649 -0.364495 -0.997821 -0.006494 0.110100 0.123722 -0.104540 -0.094646 0.625687 1.571272 0.336461 0.506335 0.526090 1.086571 -0.128706 -0.114029 -0.334651 -0.250388 -0.619657 -0.360926 0.807555 3.032434 0.875435 3.864417 0.826747 3.248110 0.219608 0.281376 0.635038 1.625894 -0.907359 -0.210242 -0.596422 -0.356783 -0.290394 -0.224908 -0.122947 -0.109485 -0.920551 -0.187634 0.697611 2.041094 0.245296 0.324952 0.170234 0.205154 0.460019 0.843844 -0.263243 -0.208317 -0.899854 -0.222175 -0.947428 -0.134648 -0.271300 -0.213318 0.057843 0.061394 0.107507 0.120457 0.507948 1.014576 -0.315792 -0.239763 0.189192 0.233327 0.079559 0.086436 0.558254 1.225493 0.812781 3.089735 -0.769114 -0.344758 0.415822 0.708128 0.261220 0.353471 -0.798857 -0.328670 -0.605104 -0.358482 0.269389 0.368577 -0.108760 -0.098092 0.266346 0.362912 0.290527 0.409251 -0.381631 -0.275364 0.642851 1.672918 -0.426097 -0.296997 -0.266869 -0.210576 -0.979910 -0.056742 0.611895 1.493868 0.883861 3.982017 -0.431684 -0.299571 0.434941 0.764517 0.498079 0.977193 0.567287 1.267305 0.447939 0.804838 0.076954 0.083370 -0.136319 -0.119964 0.980205 5.597750 -0.509862 -0.331755 -0.974167 -0.071712 0.733470 2.323440 -0.965102 -0.094270 0.338567 0.511098 -0.593017 -0.356070 0.836489 3.363225 -0.814688 -0.317680 0.624936 1.566961 0.423323 0.729848 0.404658 0.676723 -0.463548 -0.313587 0.900999 4.232010 -0.863891 -0.270828 0.485908 0.932736 -0.899513 -0.222701 0.065678 0.070295 0.125586 0.143622 -0.315012 -0.239317 -0.974960 -0.069677 0.324121 0.478999 -0.479741 -0.320254 -0.033682 -0.032584 0.219280 0.280837 0.770672 2.656472 -0.562224 -0.348520 0.185394 0.227578 0.960541 5.223757 -0.690775 -0.364167 -0.199639 -0.166405 0.855692 3.601892 0.714534 2.169917 0.862265 3.687309 0.250839 0.334743 -0.819493 -0.313980 -0.954120 -0.119904 -0.452360 -0.308797 0.743988 2.413235 0.837640 3.377092 -0.782136 -0.338406 -0.242773 -0.195308 0.580312 1.329915 -0.232434 -0.188567 0.569394 1.277247 -0.859608 -0.275751 -0.915321 -0.196851 0.902088 4.248398 0.384492 0.622656 0.652502 1.732799 -0.518819 -0.334932 0.698972 2.051176 0.403518 0.673577 0.572402 1.291561 0.707146 2.112739 -0.211608 -0.174635 -0.864460 -0.270161 -0.267460 -0.210943 -0.169439 -0.144886 -0.071803 -0.066992 -0.454874 -0.309885 0.117254 0.132828 -0.296521 -0.228550 -0.027342 -0.026614 0.777992 2.727275 0.019039 0.019409 -0.471531 -0.316914 0.741249 2.389530 -0.985221 -0.042414 -0.014284 -0.014082 -0.322414 -0.243534 -0.685636 -0.364496 -0.940976 -0.148261 -0.023077 -0.022556 -0.934724 -0.160902 -0.093514 -0.085517 0.610258 1.484923 0.485672 0.931892 -0.966255 -0.091472 -0.458885 -0.311608 -0.866363 -0.267906 0.312900 0.454965 0.945931 4.961511 -0.569747 -0.350540 0.165497 0.198315 -0.219776 -0.180157 -0.466859 -0.314976 -0.268879 -0.211823 -0.457088 -0.310839 0.011115 0.011240 0.605900 1.461358 -0.302742 -0.232210 -0.826403 -0.308348 0.650711 1.721532 -0.206494 -0.171139 0.144741 0.169235 -0.737396 -0.356191 0.926721 4.635898 -0.865394 -0.269059 -0.757079 -0.349741 0.293054 0.414273 -0.563803 -0.348953 -0.028075 -0.027308 -0.691995 -0.364074 0.449448 0.809630 -0.709825 -0.362043 0.642801 1.672612 -0.990488 -0.027732 0.109246 0.122644 -0.256423 -0.204032 -0.653031 -0.364413 0.904605 4.286509 -0.396027 -0.282587 -0.680998 -0.364709 -0.737113 -0.356269 0.475840 0.897277 -0.891330 -0.234950 0.259147 0.349690 -0.917437 -0.193163 -0.664191 -0.364843 0.281153 0.390923 -0.155478 -0.134555 0.429174 0.747150 -0.571976 -0.351117 0.078730 0.085458 0.633655 1.617700 -0.095555 -0.087221 -0.360860 -0.264585 0.216331 0.276021 0.187743 0.231128 0.477446 0.902855 0.702959 2.080983 -0.274123 -0.215055 0.898499 4.194616 0.663592 1.804143 -0.808350 -0.322296 0.909049 4.354609 0.211724 0.268567 0.671709 1.858143 0.894517 4.135721 0.091627 0.100870 0.894905 4.141429 -0.083704 -0.077239 0.122819 0.140016 -0.156602 -0.135396 -0.322382 -0.243515 -0.716737 -0.360900 0.113736 0.128332 0.950043 5.034017 0.846818 3.489628 0.377525 0.604735 0.294283 0.416727 0.691557 1.996830 0.602554 1.443507 -0.644512 -0.363825 -0.480468 -0.320545 -0.925463 -0.178664 0.860701 3.666806 -0.543902 -0.343170 0.660838 1.786167 -0.751584 -0.351747 0.705291 2.098609 0.059534 0.063303 0.210530 0.266650 -0.801085 -0.327231 0.618791 1.532109 0.493830 0.961472 0.909805 4.366296 -0.566359 -0.349644 0.571644 1.287942 0.841292 3.421441 0.628496 1.587493 -0.343778 -0.255407 -0.637021 -0.363131 -0.417964 -0.293192 -0.805811 -0.324063 0.726632 2.266820 0.654664 1.746487 -0.297946 -0.229392 0.947954 4.997051 -0.275831 -0.216102 -0.745923 -0.353645 -0.657717 -0.364642 0.199954 0.249913 -0.839376 -0.296740 -0.275114 -0.215663 -0.893911 -0.231168 -0.265852 -0.209944 0.399094 0.661470 -0.465319 -0.314331 0.948242 5.002140 -0.237529 -0.191904 0.924396 4.597911 0.615778 1.515289 -0.767731 -0.345373 -0.958306 -0.110347 -0.905947 -0.212536 -0.515549 -0.333786 -0.449485 -0.307542 -0.482082 -0.321190 -0.954668 -0.118667 -0.999842 -0.000474 0.399593 0.662827 -0.893542 -0.231713 -0.578707 -0.352801 0.299541 0.427326 0.303680 0.435779 -0.988527 -0.033254 -0.562762 -0.348668 -0.181803 -0.153830 0.914294 4.436334 0.394866 0.650053 -0.405201 -0.287082 -0.712548 -0.361618 -0.194789 -0.163023 -0.076659 -0.071201 0.368992 0.583291 -0.204688 -0.169897 -0.903830 -0.215934 0.565007 1.256633 -0.413015 -0.290843 0.529856 1.102068 -0.915801 -0.196020 -0.479663 -0.320222 0.782131 2.768119 0.315177 0.459781 -0.104981 -0.095007 -0.305672 -0.233920 -0.683633 -0.364597 -0.055278 -0.052382 0.725689 2.259123 0.045482 0.047649 0.079176 0.085984 0.817879 3.146652 0.665709 1.818078 -0.277277 -0.216986 -0.246265 -0.197558 0.421558 0.724693 0.281821 0.392215 -0.421761 -0.294977 0.951165 5.053974 -0.795330 -0.330878 0.673890 1.872916 0.943668 4.922045 -0.743765 -0.354324 0.326128 0.483379 -0.032089 -0.031092 0.083958 0.091652 -0.396641 -0.282890 -0.587708 -0.354908 0.817864 3.146490 -0.338898 -0.252734 0.265957 0.362190 0.525940 1.085958 -0.699163 -0.363412 0.376350 0.601749 -0.646458 -0.363979 0.579865 1.327721 0.474605 0.893005 -0.712195 -0.361674 -0.396991 -0.283063 -0.506213 -0.330428 -0.609363 -0.359251 0.609747 1.482144 -0.260578 -0.206648 -0.295366 -0.227866 0.247097 0.328117 0.985439 5.701534 0.516392 1.047543 -0.954525 -0.118990 -0.877092 -0.254530 0.112328 0.126542 0.873099 3.832411 -0.692911 -0.364000 -0.633515 -0.362752 0.305836 0.440221 -0.843552 -0.292704 0.852709 3.563767 0.520513 1.063973 0.754032 2.502129 0.044748 0.046844 0.998957 5.978142 0.537547 1.134338 0.629022 1.590546 0.197983 0.246842 -0.060406 -0.056965 -0.623550 -0.361491 0.988404 5.761136 0.901587 4.240859 0.527583 1.092690 0.644116 1.680650 0.536869 1.131458 -0.985096 -0.042756 0.872877 3.829382 0.907073 4.324199 -0.102625 -0.093073 0.439173 0.777462 0.037801 0.039286 -0.551878 -0.345572 -0.422820 -0.295473 0.621077 1.544983 0.859226 3.647578 0.684796 1.948502 0.606261 1.463300 -0.083778 -0.077302 -0.256314 -0.203963 -0.198140 -0.165363 -0.101642 -0.092264 -0.668594 -0.364901 0.269836 0.369413 0.655108 1.749313 0.620186 1.539955 -0.839241 -0.296868 0.874348 3.849489 -0.760493 -0.348411 0.216876 0.276908 -0.384778 -0.276961 -0.740571 -0.355286 0.470225 0.877998 0.037316 0.038762 0.823969 3.215987 -0.806588 -0.323527 -0.033337 -0.032262 0.511582 1.028648 -0.097641 -0.088956 0.115166 0.130155 0.843884 3.453259 0.782269 2.769493 0.100914 0.112241 0.459910 0.843484 0.138030 0.160131 0.776738 2.715019 0.105305 0.117699 -0.559252 -0.347694 -0.872614 -0.260253 0.388471 0.633062 -0.802724 -0.326150 0.285705 0.399764 0.220867 0.283446 0.038121 0.039632 0.607614 1.470587 0.842606 3.437529 -0.327066 -0.246156 -0.357098 -0.262588 0.266269 0.362768 -0.636070 -0.363032 0.861342 3.675203 -0.806422 -0.323642 0.873090 3.832282 0.718401 2.200446 0.013627 0.013816 0.724517 2.249587 0.649062 1.711223 -0.833532 -0.302141 -0.135698 -0.119483 -0.828697 -0.306396 0.405151 0.678086 -0.183846 -0.155290 0.104178 0.116294 -0.467259 -0.315143 -0.930571 -0.169007 -0.020908 -0.020480 -0.631854 -0.362560 0.418756 0.716563 -0.800872 -0.327370 -0.793157 -0.332197 -0.230409 -0.187234 0.922984 4.575000 -0.329481 -0.247510 -0.048619 -0.046365 -0.349680 -0.258610 -0.851595 -0.284503 -0.470758 -0.316595 0.241115 0.317660 -0.027476 -0.026742 0.252775 0.338197 0.875023 3.858749 0.371533 0.589620 -0.030980 -0.030049 0.322906 0.476360 -0.706424 -0.362531 0.708472 2.122893 0.879668 3.923064 0.156888 0.186079 0.261575 0.354120 -0.958149 -0.110710 -0.301089 -0.231241 0.631014 1.602169 -0.573043 -0.351390 0.505152 1.003860 -0.813038 -0.318910 0.267645 0.365324 0.838897 3.392295 0.807471 3.031526 -0.340845 -0.253803 -0.417759 -0.293095 0.954750 5.118255 -0.733629 -0.357200 -0.352898 -0.260342 -0.520986 -0.335682 -0.008047 -0.007983 0.888454 4.047575 -0.983147 -0.048065 0.228046 0.295373 -0.603560 -0.358192 0.762951 2.583736 0.213392 0.271255 -0.292731 -0.226302 -0.045101 -0.043154 -0.658116 -0.364658 0.894799 4.139871 -0.991348 -0.025291 0.495042 0.965933 0.610950 1.488698 0.071462 0.076962 -0.762247 -0.347702 0.265103 0.360610 -0.196367 -0.164127 0.680821 1.920618 0.413611 0.701821 -0.396558 -0.282849 0.446474 0.800210 0.619023 1.533409 0.205338 0.258378 -0.969867 -0.082573 -0.181668 -0.153733 -0.982712 -0.049240 -0.603936 -0.358263 -0.862677 -0.272240 0.727653 2.275191 0.123140 0.140432 0.347651 0.531982 0.017945 0.018272 -0.648382 -0.364119 0.509066 1.018888 0.891968 4.098436 -0.182912 -0.154623 0.470001 0.877237 -0.220446 -0.180607 -0.224150 -0.183084 -0.460566 -0.312324 0.989549 5.784313 0.130422 0.149983 0.368839 0.582910 0.817595 3.143462 0.036390 0.037765 -0.509636 -0.331674 0.851837 3.552696 0.745285 2.424540 -0.208499 -0.172513 -0.784498 -0.337141 0.506321 1.008329 0.217135 0.277331 -0.897348 -0.226015 -0.411521 -0.290128 0.647714 1.702838 0.440957 0.782973 0.576212 1.309906 0.546081 1.171135 0.903707 4.272872 0.894188 4.130898 -0.394213 -0.281688 0.916695 4.474236 0.500568 0.986505 0.795487 2.904047 0.445833 0.798191 -0.437806 -0.302352 -0.301173 -0.231290 -0.960667 -0.104840 -0.588508 -0.355087 -0.692855 -0.364005 0.245101 0.324610 0.979071 5.575498 -0.072354 -0.067472 -0.356654 -0.262351 -0.361944 -0.265158 -0.266794 -0.210530 -0.201570 -0.167744 0.591386 1.385383 -0.375931 -0.272448 -0.213412 -0.175861 0.715451 2.177126 -0.776234 -0.341413 0.681996 1.928822 -0.946554 -0.136527 -0.458822 -0.311581 -0.057307 -0.054201 -0.618860 -0.360806 0.409103 0.689095 -0.211325 -0.174442 -0.951460 -0.125843 0.012004 0.012150 -0.055033 -0.052162 -0.091514 -0.083841 -0.699318 -0.363395 -0.479975 -0.320347 0.810847 3.068406 0.012825 0.012992 0.234005 0.305441 0.310519 0.449964 -0.729126 -0.358317 -0.723210 -0.359638 -0.052719 -0.050079 -0.583145 -0.353861 -0.261360 -0.207139 0.805156 3.006480 -0.796441 -0.330192 -0.392472 -0.280822 -0.331760 -0.248782 0.572268 1.290921 -0.611316 -0.359589 0.186366 0.229044 0.774230 2.690663 -0.397720 -0.283423 -0.591756 -0.355800 0.477539 0.903178 -0.795239 -0.330934 -0.534962 -0.340349 0.190999 0.236080 -0.326178 -0.245657 0.262189 0.355245 -0.272800 -0.214242 -0.129639 -0.114761 0.545265 1.167569 -0.135284 -0.119162 0.210542 0.266668 -0.055488 -0.052571 0.859844 3.655622 0.068134 0.073115 0.103810 0.115834 0.594277 1.400215 0.156677 0.185783 0.213398 0.271265 0.808687 3.044762 -0.357344 -0.262719 -0.563364 -0.348833 -0.243966 -0.196078 0.473080 0.887756 -0.019976 -0.019584 -0.951164 -0.126497 -0.055501 -0.052583 0.208803 0.263886 0.808778 3.045748 0.536710 1.130783 0.648783 1.709485 -0.527538 -0.337908 0.335052 0.503165 -0.565300 -0.349359 0.620187 1.539960 -0.841373 -0.294828 -0.037191 -0.035858 -0.584027 -0.354067 0.379720 0.610339 -0.618791 -0.360796 0.525048 1.082314 -0.591158 -0.355670 -0.705629 -0.362638 0.578326 1.320187 -0.252851 -0.201768 -0.748115 -0.352930 0.815151 3.116077 0.121196 0.137910 0.162621 0.194198 0.736757 2.351149 0.940446 4.866371 -0.275489 -0.215893 -0.250070 -0.199996 0.986521 5.723221 -0.405014 -0.286991 -0.315531 -0.239614 -0.791966 -0.332906 0.908141 4.340618 0.313937 0.457154 0.721223 2.222988 0.911798 4.397259 -0.586504 -0.354636 -0.335896 -0.251078 -0.976271 -0.066290 -0.748365 -0.352847 0.486068 0.933310 -0.912450 -0.201768 0.410965 0.694331 -0.171910 -0.146688 0.467888 0.870079 0.851072 3.543020 0.576581 1.311694 0.135568 0.156828 -0.559350 -0.347721 0.611772 1.493196 0.884612 3.992663 0.150669 0.177395 -0.263429 -0.208433 -0.672157 -0.364900 -0.557662 -0.347245 0.836263 3.360515 0.540566 1.147232 -0.755287 -0.350413 -0.077551 -0.071970 -0.272939 -0.214328 0.727745 2.275946 -0.649415 -0.364190 -0.464144 -0.313838 -0.042011 -0.040318 -0.294684 -0.227462 0.224677 0.289747 -0.817741 -0.315349 0.304429 0.437320 -0.892409 -0.233378 0.878609 3.908312 -0.776892 -0.341089 0.019175 0.019549 0.255765 0.343566 -0.623312 -0.361457 -0.985403 -0.041915 0.679094 1.908625 -0.141754 -0.124154 -0.732162 -0.357575 -0.310408 -0.236667 0.768589 2.636652 -0.602206 -0.357934 -0.905423 -0.213382 -0.990801 -0.026846 0.204309 0.256750 0.114114 0.128813 -0.209804 -0.173405 -0.225352 -0.183884 -0.148544 -0.129331 -0.110658 -0.099633 0.495424 0.967345 0.925410 4.614448 0.782472 2.771515 -0.676542 -0.364840 -0.696587 -0.363673 -0.492794 -0.325388 -0.835514 -0.300341 -0.671313 -0.364904 0.727981 2.277887 -0.000511 -0.000511 -0.937465 -0.155424 -0.515876 -0.333901 0.785249 2.799288 0.921357 4.548727 0.131888 0.151924 -0.303799 -0.232828 -0.303955 -0.232918 -0.726770 -0.358862 0.078755 0.085487 0.190387 0.235147 -0.989998 -0.029119 0.455335 0.828541 -0.860900 -0.274284 -0.461585 -0.312757 0.463298 0.854695 -0.621746 -0.361234 0.610560 1.486572 0.264160 0.358869 -0.190610 -0.160087 0.742756 2.402541 0.740824 2.385870 -0.897571 -0.225677 0.203416 0.255342 -0.865896 -0.268462 -0.706456 -0.362526 -0.677498 -0.364818 -0.999814 -0.000557 -0.330542 -0.248102 -0.264332 -0.208997 0.204281 0.256707 0.699494 2.055055 -0.341772 -0.254311 0.239029 0.314051 -0.574906 -0.351861 0.498053 0.977098 0.520422 1.063608 0.629703 1.594511 -0.968367 -0.086293 -0.786237 -0.336187 0.074026 0.079943 -0.922684 -0.183776 0.272416 0.374258 0.684192 1.944240 0.020176 0.020591 0.248370 0.330365 0.505057 1.003498 0.494324 0.963289 0.528787 1.097648 -0.847935 -0.288305 0.205099 0.257999 0.550653 1.191290 0.211034 0.267458 0.233885 0.305238 -0.153682 -0.133208 -0.806165 -0.323820 0.136584 0.158189 -0.822405 -0.311652 -0.838065 -0.297976 -0.783547 -0.337655 0.636033 1.631809 0.515590 1.044370 -0.809115 -0.321754 -0.953225 -0.121912 -0.069171 -0.064696 -0.127606 -0.113165 0.385744 0.625917 0.274372 0.377955 0.152551 0.180009 -0.405462 -0.287208 -0.197879 -0.165181 -0.671835 -0.364902 0.789014 2.837371 0.778006 2.727411 -0.770998 -0.343903 0.066025 0.070692 -0.817765 -0.315331 0.999061 5.980306 -0.760332 -0.348475 -0.887584 -0.240311 -0.835435 -0.300413 -0.059005 -0.055717 0.094337 0.104163 -0.829161 -0.305995 -0.991828 -0.023922 -0.732659 -0.357449 -0.675828 -0.364854 -0.234532 -0.189945 0.299698 0.427645 -0.561539 -0.348331 0.869632 3.785385 -0.507763 -0.330994 -0.129869 -0.114941 -0.995764 -0.012549 -0.375189 -0.272066 0.537361 1.133548 -0.201367 -0.167604 0.244927 0.324304 0.133026 0.153436 -0.311689 -0.237406 0.272933 0.375235 0.148792 0.174799 0.288071 0.404403 -0.402675 -0.285852 0.702925 2.080724 -0.396858 -0.282998 -0.783806 -0.337515 -0.543176 -0.342946 0.650780 1.721963 -0.177837 -0.150982 0.734974 2.336077 -0.467039 -0.315051 0.649502 1.713964 0.921250 4.546997 -0.565216 -0.349337 0.301687 0.431698 0.069851 0.075097 -0.170812 -0.145888 -0.826191 -0.308527 0.528815 1.097763 0.430971 0.752528 0.835461 3.350899 -0.365750 -0.267161 0.983695 5.666745 0.764590 2.599013 0.308207 0.445138 -0.876923 -0.254750 -0.127295 -0.112920 0.401065 0.666843 -0.430676 -0.299109 -0.450902 -0.308162 -0.774684 -0.342168 -0.129619 -0.114746 -0.776645 -0.341211 0.432920 0.758394 -0.070689 -0.066022 0.764704 2.600076 -0.813406 -0.318637 0.380922 0.613426 0.988500 5.763070 -0.420068 -0.294183 0.433652 0.760607 -0.140219 -0.122975 -0.029492 -0.028648 0.250277 0.333744 0.766457 2.616518 -0.884684 -0.244357 -0.158970 -0.137163 -0.523716 -0.336618 -0.449766 -0.307666 0.132413 0.152622 0.731616 2.307957 -0.452956 -0.309055 0.664992 1.813348 0.351623 0.541286 0.398708 0.660422 0.368278 0.581521 0.461348 0.848228 -0.730545 -0.357975 -0.920054 -0.188525 -0.187042 -0.157563 0.973013 5.458079 -0.131093 -0.115899 0.475622 0.896522 0.300402 0.429078 0.145504 0.170279 0.688330 1.973620 0.641128 1.662436 0.763912 2.592686 -0.673394 -0.364890 -0.312012 -0.237592 -0.563206 -0.348790 -0.844373 -0.291893 0.579538 1.326114 0.401318 0.667535 0.348377 0.533674 -0.751821 -0.351664 0.220277 0.282474 -0.753984 -0.350891 -0.645094 -0.363872 0.563077 1.247660 0.867328 3.754446 0.929851 4.687523 -0.277848 -0.217334 -0.574602 -0.351785 0.081967 0.089286 -0.668199 -0.364898 0.211285 0.267861 0.475889 0.897447 0.946216 4.966511 -0.887968 -0.239769 0.938697 4.836401 -0.621430 -0.361188 -0.901337 -0.219868 -0.470721 -0.316579 0.567062 1.266251 -0.289830 -0.224571 0.815524 3.120240 0.478988 0.908239 -0.318521 -0.241322 0.666136 1.820899 0.769992 2.649991 0.829106 3.275628 0.804400 2.998344 -0.739305 -0.355653 0.407192 0.683756 -0.038231 -0.036823 0.329700 0.491236 -0.404241 -0.286616 -0.700538 -0.363261 0.862963 3.696493 -0.381834 -0.275468 -0.662006 -0.364790 0.967397 5.351354 -0.492130 -0.325132 -0.187804 -0.158103 0.055461 0.058717 -0.505078 -0.330011 0.431449 0.753964 0.880180 3.930223 0.668937 1.839526 -0.762318 -0.347673 -0.598475 -0.357200 0.966591 5.336189 0.912609 4.409925 0.260962 0.352999 0.504211 1.000278 -0.683563 -0.364601 0.802448 2.977435 -0.269857 -0.212428 -0.560728 -0.348106 -0.965647 -0.092950 -0.364650 -0.266583 -0.467804 -0.315370 0.466483 0.865345 -0.567621 -0.349980 0.597681 1.417872 -0.478705 -0.319837 -0.525620 -0.337263 -0.249208 -0.199445 0.347585 0.531826 0.294587 0.417336 0.177528 0.215841 -0.585320 -0.354366 -0.754906 -0.350554 0.528944 1.098299 0.175622 0.213030 0.108474 0.121672 0.897201 4.175334 0.768630 2.637041 -0.276158 -0.216302 -0.142797 -0.124953 0.805386 3.008955 -0.681386 -0.364694 -0.033428 -0.032347 0.337388 0.508429 -0.528974 -0.338387 0.997603 5.949866 0.105896 0.118438 -0.358303 -0.263229 -0.565689 -0.349464 -0.688484 -0.364326 -0.133640 -0.117885 -0.237781 -0.192068 0.402497 0.670767 -0.177215 -0.150533 0.221645 0.284727 0.361259 0.564322 -0.248465 -0.198969 0.084386 0.092163 0.785563 2.802442 -0.812087 -0.319610 0.412777 0.699454 -0.394250 -0.281707 -0.021244 -0.020802 0.227811 0.294978 -0.412891 -0.290783 -0.180285 -0.152742 0.463294 0.854680 0.966037 5.325802 -0.648847 -0.364152 0.893416 4.119582 0.239513 0.314888 0.064735 0.069216 -0.750491 -0.352126 -0.327789 -0.246562 -0.245678 -0.197181 -0.202156 -0.168150 -0.066477 -0.062333 0.415570 0.707406 0.434529 0.763265 0.457572 0.835819 0.776053 2.708347 0.254337 0.340997 -0.356818 -0.262439 0.217595 0.278081 0.047300 0.049648 0.916372 4.469126 0.394458 0.648959 0.782412 2.770919 0.138215 0.160381 -0.553804 -0.346136 0.840973 3.417544 0.645029 1.686256 0.826880 3.249657 -0.953301 -0.121744 0.436304 0.768667 0.710799 2.140826 -0.281080 -0.219300 -0.441457 -0.303991 0.237317 0.311106 0.874238 3.847985 -0.113303 -0.101772 0.716928 2.188767 0.343585 0.522565 0.636346 1.633679 0.545534 1.168744 0.213753 0.271840 0.121460 0.138252 0.223458 0.287724 -0.492048 -0.325100 0.253304 0.339143 0.801127 2.963371 0.371567 0.589703 -0.585044 -0.354302 0.382337 0.617073 -0.360964 -0.264640 0.662472 1.796811 0.298013 0.424231 0.669325 1.842124 -0.752976 -0.351254 0.141027 0.164179 -0.415401 -0.291978 0.054788 0.057964 0.714717 2.171358 -0.602272 -0.357947 -0.183634 -0.155139 -0.146187 -0.127541 0.542912 1.157348 -0.662875 -0.364813 0.924692 4.602739 0.300956 0.430205 0.123780 0.141265 -0.956765 -0.113895 0.300689 0.429661 0.041788 0.043611 0.653029 1.736123 0.600536 1.432835 -0.964955 -0.094625 0.505142 1.003820 -0.707364 -0.362401 0.948140 5.000344 0.992084 5.835932 0.321453 0.473214 -0.797430 -0.329574 0.136188 0.157659 -0.130250 -0.115239 0.639186 1.650699 -0.305701 -0.233937 0.829324 3.278179 -0.047569 -0.045409 -0.432657 -0.300015 -0.722642 -0.359756 0.677103 1.894887 0.151392 0.178398 0.452372 0.818978 0.958986 5.195230 -0.108818 -0.098139 -0.815537 -0.317039 0.277647 0.384188 -0.763120 -0.347343 0.021480 0.021951 -0.294836 -0.227552 -0.499020 -0.327757 0.545232 1.167425 0.051022 0.053765 0.810717 3.066986 -0.589807 -0.355375 0.558041 1.224522 -0.441922 -0.304198 -0.648376 -0.364119 0.659432 1.777055 -0.682796 -0.364635 0.345923 0.527967 0.604423 1.453453 0.887255 4.030358 0.186353 0.229025 0.238416 0.312996 -0.017492 -0.017191 -0.516538 -0.334134 0.432630 0.757520 0.620283 1.540498 0.147838 0.173483 -0.363691 -0.266079 0.865594 3.731318 0.452582 0.819652 -0.999017 -0.002939 -0.839346 -0.296769 0.445530 0.797239 0.850730 3.538696 0.995845 5.913342 -0.251284 -0.200770 0.587269 1.364514 -0.099284 -0.090317 0.734383 2.331103 -0.237652 -0.191984 0.040444 0.042148 -0.097079 -0.088489 0.708865 2.125910 -0.459446 -0.311848 -0.273972 -0.214962 0.370471 0.586968 0.118922 0.134973 0.948771 5.011474 0.251247 0.335470 0.896171 4.160089 0.460872 0.846655 0.102114 0.113727 0.511742 1.029274 -0.093183 -0.085240 0.056532 0.059919 0.982605 5.645114 0.767369 2.625115 0.235065 0.307249 -0.679905 -0.364747 -0.805242 -0.324453 0.105949 0.118505 -0.072165 -0.067308 -0.055211 -0.052322 0.271985 0.373446 0.355537 0.550564 -0.124758 -0.110920 0.996641 5.929854 -0.686474 -0.364449 0.768500 2.635813 -0.685260 -0.364516 -0.962184 -0.101259 0.999229 5.983831 0.184837 0.226739 -0.900179 -0.221672 0.948273 5.002684 0.009013 0.009095 -0.694324 -0.363881 0.615634 1.514486 0.080141 0.087123 -0.206317 -0.171017 -0.687257 -0.364403 -0.800252 -0.327773 -0.060237 -0.056815 -0.127752 -0.113280 -0.993135 -0.020175 0.961467 5.240820 -0.421328 -0.294774 0.245074 0.324562 0.920774 4.539347 -0.528970 -0.338386 0.664845 1.812380 -0.193461 -0.162093 -0.508930 -0.331418 0.120476 0.136978 0.259826 0.350925 -0.512106 -0.332562 -0.108817 -0.098138 0.020518 0.020948 -0.760621 -0.348360 -0.101405 -0.092068 0.909509 4.361729 0.542104 1.153856 -0.198933 -0.165915 -0.979310 -0.058330 -0.913602 -0.199807 0.755778 2.517899 0.628760 1.589024 -0.917009 -0.193914 -0.491368 -0.324837 0.634262 1.621294 -0.992041 -0.023313 -0.131776 -0.116433 -0.924568 -0.180323 -0.465963 -0.314601 0.718384 2.200310 0.782125 2.768061 -0.926308 -0.177090 -0.534757 -0.340283 0.026410 0.027126 0.815533 3.120337 -0.827841 -0.307129 -0.027093 -0.026378 -0.996805 -0.009493 0.729283 2.288612 0.757112 2.530016 -0.841351 -0.294850 -0.249459 -0.199605 0.214202 0.272565 0.102399 0.114080 0.612067 1.494810 -0.088898 -0.081640 0.772453 2.673534 -0.670905 -0.364906 -0.391979 -0.280577 0.910714 4.380390 -0.040875 -0.039270 0.943540 4.919826 -0.752041 -0.351586 -0.322991 -0.243860 0.071986 0.077570 0.288230 0.404717 -0.060437 -0.056993 0.412403 0.698395 0.646517 1.695429 0.465794 0.863030 0.683184 1.937146 -0.440431 -0.303532 -0.115706 -0.103706 -0.056630 -0.053595 0.649990 1.717020 0.749733 2.463692 -0.320207 -0.242281 0.149131 0.175268 0.334249 0.501363 -0.928717 -0.172551 -0.686826 -0.364428 0.148349 0.174189 0.105051 0.117382 -0.617749 -0.360636 -0.785773 -0.336444 -0.387015 -0.278090 -0.455102 -0.309984 -0.915463 -0.196606 -0.277089 -0.216871 0.812754 3.089445 -0.772908 -0.343014 0.804318 2.997462 -0.828931 -0.306194 -0.748037 -0.352956 0.590871 1.382757 0.512149 1.030863 0.389018 0.634503 0.417772 0.713724 0.906114 4.309522 0.569293 1.276769 -0.340324 -0.253517 -0.601677 -0.357832 0.506786 1.010108 -0.900289 -0.221501 0.826273 3.242607 0.269854 0.369446 0.002485 0.002492 0.479445 0.909841 -0.926823 -0.176126 -0.092735 -0.084865 -0.125741 -0.111696 -0.205873 -0.170712 0.819041 3.159777 0.744489 2.417590 -0.183906 -0.155332 -0.799696 -0.328132 -0.309841 -0.236339 -0.716016 -0.361029 -0.361066 -0.264694 0.948513 5.006924 0.670094 1.847278 0.743413 2.408235 0.876867 3.884155 0.293835 0.415831 0.316619 0.462846 0.499050 0.980820 0.565631 1.259546 0.944656 4.939242 -0.224955 -0.183620 -0.733043 -0.357351 0.930314 4.695193 -0.259599 -0.206034 0.843531 3.448914 0.670873 1.852509 -0.976768 -0.064997 -0.050542 -0.048110 0.934471 4.764719 0.925308 4.612789 0.659413 1.776929 -0.270026 -0.212532 0.974686 5.490271 -0.064769 -0.060829 0.251915 0.336660 0.553333 1.203245 0.744943 2.421549 0.984766 5.688085 -0.966823 -0.090086 0.404935 0.677488 0.943328 4.916148 0.308330 0.445393 0.130659 0.150296 -0.572234 -0.351183 0.622066 1.550588 -0.956501 -0.114500 -0.424226 -0.296128 -0.776977 -0.341046 0.304298 0.437049 -0.122238 -0.108923 -0.435554 -0.301333 0.444944 0.795400 0.621471 1.547218 0.972738 5.452819 -0.245770 -0.197240 0.305513 0.439553 -0.086714 -0.079795 -0.217231 -0.178444 -0.285794 -0.222149 -0.539738 -0.341872 0.300490 0.429256 -0.360938 -0.264626 0.464270 0.857932 0.469013 0.873884 -0.379107 -0.274077 0.997001 5.937344 0.397010 0.655824 0.121990 0.138939 -0.508924 -0.331416 0.051791 0.054619 0.108364 0.121534 0.739635 2.375673 -0.426540 -0.297203 -0.031560 -0.030595 -0.329110 -0.247302 0.558700 1.227529 0.256243 0.344428 -0.869157 -0.264533 0.945326 4.950930 -0.122988 -0.109518 -0.027821 -0.027068 -0.157398 -0.135991 -0.171597 -0.146461 -0.877132 -0.254478 0.274933 0.379019 -0.432471 -0.299930 -0.053183 -0.050498 -0.587228 -0.354800 -0.644327 -0.363810 0.151867 0.179057 -0.382785 -0.275951 -0.869790 -0.263759 -0.390442 -0.279810 -0.224300 -0.183183 0.757302 2.531750 -0.348817 -0.258144 -0.263203 -0.208292 -0.285258 -0.221826 -0.380743 -0.274912 0.128337 0.147232 0.083133 0.090671 -0.905615 -0.213073 -0.421783 -0.294988 0.806448 3.020434 0.856681 3.614623 0.153756 0.181690 0.845991 3.479337 0.497988 0.976855 -0.190478 -0.159994 0.437908 0.773575 -0.602613 -0.358012 -0.527698 -0.337962 0.828827 3.272356 -0.322703 -0.243697 -0.430786 -0.299159 0.797877 2.929043 0.309772 0.448400 -0.147237 -0.128339 0.501626 0.990491 -0.031829 -0.030847 -0.808133 -0.322449 -0.792571 -0.332547 -0.623642 -0.361503 -0.276876 -0.216741 0.381589 0.615143 -0.976912 -0.064624 -0.260180 -0.206399 0.495254 0.966717 -0.463497 -0.313565 0.090514 0.099522 -0.170543 -0.145692 -0.319074 -0.241637 0.937867 4.822239 0.606578 1.465005 -0.091737 -0.084028 0.369532 0.584630 0.358590 0.557876 -0.938814 -0.152693 0.415812 0.708099 -0.162834 -0.140029 -0.444791 -0.305474 0.272953 0.375271 0.519914 1.061571 0.174159 0.210880 0.380704 0.612865 -0.251927 -0.201180 0.067067 0.071888 0.673526 1.870442 -0.810272 -0.320927 -0.313005 -0.238164 0.976081 5.517249 -0.067929 -0.063608 0.569601 1.278225 -0.190654 -0.160118 -0.845830 -0.290439 -0.879832 -0.250928 0.129667 0.148985 0.001837 0.001840 0.041433 0.043224 0.463532 0.855473 0.325887 0.482852 -0.403445 -0.286228 -0.112238 -0.100912 -0.297037 -0.228855 -0.835533 -0.300323 0.465838 0.863178 0.956456 5.149122 -0.562204 -0.348515 -0.184885 -0.156030 0.326644 0.484510 0.962245 5.255191 -0.879002 -0.252027 0.374546 0.597186 -0.826065 -0.308633 0.076716 0.083091 -0.209345 -0.173091 -0.247519 -0.198363 -0.226112 -0.184389 0.351746 0.541577 -0.693509 -0.363951 -0.700905 -0.363220 -0.209767 -0.173380 -0.744340 -0.354145 -0.571317 -0.350947 0.382903 0.618535 0.360599 0.562723 -0.707752 -0.362346 0.589843 1.377527 -0.211523 -0.174577 0.123912 0.141437 -0.220110 -0.180381 0.765460 2.607154 -0.766013 -0.346121 -0.049999 -0.047618 0.851102 3.543391 0.942372 4.899570 0.009682 0.009776 -0.928509 -0.172946 0.088564 0.097169 0.067914 0.072863 -0.132260 -0.116810 0.838731 3.390282 0.325709 0.482463 -0.699506 -0.363375 0.833700 3.329866 -0.376846 -0.272918 -0.450024 -0.307778 0.015476 0.015720 -0.841177 -0.295018 0.547149 1.175813 -0.280797 -0.219129 -0.362100 -0.265240 0.354817 0.548851 0.127991 0.146777 0.125390 0.143366 0.619997 1.538890 0.019996 0.020404 0.294147 0.416457 0.915357 4.453074 0.585079 1.353536 0.780010 2.747116 0.248075 0.329843 0.629498 1.593317 0.753525 2.497567 0.599043 1.424993 -0.399747 -0.284420 0.707453 2.115082 -0.425435 -0.296690 0.364997 0.573436 0.508780 1.017784 0.443857 0.791998 -0.480899 -0.320718 -0.186279 -0.157021 -0.005106 -0.005080 0.713972 2.165520 -0.096540 -0.088040 -0.194415 -0.162762 0.239200 0.314347 -0.493553 -0.325679 0.517319 1.051218 0.679584 1.912020 0.401945 0.669254 0.574530 1.301775 -0.583784 -0.354010 -0.596916 -0.356884 0.524459 1.079918 -0.375761 -0.272361 0.051267 0.054037 -0.505717 -0.330246 -0.847076 -0.289181 -0.008445 -0.008375 -0.356439 -0.262237 -0.386183 -0.277671 -0.710026 -0.362013 -0.477075 -0.319178 -0.957384 -0.112474 0.283306 0.395091 -0.147452 -0.128503 0.918098 4.496533 0.360863 0.563363 0.341256 0.517221 0.193418 0.239787 0.678467 1.904285 0.313306 0.455821 -0.468938 -0.315841 0.989376 5.780804 -0.005919 -0.005884 0.806248 3.018264 0.962673 5.263127 -0.555561 -0.346644 0.607848 1.471848 -0.030117 -0.029237 0.987315 5.739175 -0.114627 -0.102839 0.962726 5.264093 0.369181 0.583759 -0.774423 -0.342293 0.699222 2.053028 0.413425 0.701293 0.053777 0.056833 -0.398171 -0.283645 -0.343250 -0.255119 -0.803407 -0.325694 0.899896 4.215471 0.452725 0.820111 0.986531 5.723417 0.545860 1.170169 -0.392991 -0.281081 0.733106 2.320398 0.350972 0.539754 -0.865600 -0.268814 -0.902173 -0.218558 0.411139 0.694822 0.207424 0.261688 0.864639 3.718637 -0.548392 -0.344536 0.214781 0.273503 -0.405677 -0.287313 0.018457 0.018805 0.317818 0.465405 -0.873013 -0.259751 -0.650848 -0.364283 -0.829598 -0.305617 0.188357 0.232058 0.905596 4.301609 0.083160 0.090703 -0.167568 -0.143516 0.020544 0.020975 -0.722826 -0.359718 -0.397854 -0.283489 0.790152 2.848982 -0.648209 -0.364107 -0.628493 -0.362150 0.280717 0.390082 0.779356 2.740675 0.128262 0.147133 0.533662 1.117935 -0.736237 -0.356509 -0.522189 -0.336096 -0.112709 -0.101292 0.089383 0.098156 -0.933483 -0.163347 -0.719742 -0.360337 0.387231 0.629807 -0.333411 -0.249700 -0.017270 -0.016977 -0.275726 -0.216038 0.838615 3.388877 0.091075 0.100201 0.101199 0.112593 -0.804454 -0.324989 0.319956 0.469988 0.439019 0.776987 -0.471699 -0.316983 0.226171 0.292235 -0.716015 -0.361029 -0.067693 -0.063401 -0.413071 -0.290869 -0.651845 -0.364344 0.290426 0.409051 -0.638496 -0.363281 0.555812 1.214406 0.301299 0.430906 0.780575 2.752702 -0.506042 -0.330366 0.371304 0.589046 0.901963 4.246511 -0.913540 -0.199914 -0.006771 -0.006725 -0.286185 -0.222385 0.906896 4.321493 0.199663 0.249458 0.520194 1.062695 -0.810226 -0.320960 0.889901 4.068454 -0.255225 -0.203274 0.517326 1.051246 0.057345 0.060834 0.705744 2.102051 0.393013 0.645095 -0.746255 -0.353538 -0.999298 -0.002102 -0.021253 -0.020811 -0.336086 -0.251183 0.566515 1.263681 -0.679643 -0.364756 0.494620 0.964380 -0.684155 -0.364572 0.888500 4.048239 -0.388965 -0.279070 0.601439 1.437604 -0.663815 -0.364835 -0.528078 -0.338089 -0.280521 -0.218961 0.639919 1.655124 0.791970 2.867632 -0.072092 -0.067244 0.080139 0.087120 0.661708 1.791825 0.099295 0.110241 0.299115 0.426462 -0.818911 -0.314437 0.852864 3.565736 0.779725 2.744304 0.111338 0.125287 0.491299 0.952208 0.975311 5.502339 -0.761461 -0.348022 -0.955099 -0.117691 -0.549201 -0.344778 0.437362 0.771901 -0.443585 -0.304939 -0.317111 -0.240518 -0.410405 -0.289593 0.023794 0.024374 0.230171 0.298946 -0.733964 -0.357114 0.718714 2.202940 0.947780 4.993998 -0.959224 -0.108214 -0.380966 -0.275026 -0.420261 -0.294274 -0.608798 -0.359151 0.871246 3.807201 -0.666045 -0.364875 0.538403 1.137980 0.641624 1.665446 -0.586595 -0.354657 0.662168 1.794826 0.306730 0.442072 -0.946730 -0.136149 -0.262735 -0.208000 0.039736 0.041381 0.691397 1.995679 -0.857297 -0.278335 0.159100 0.189199 0.868457 3.769578 0.210028 0.265845 0.700504 2.062580 0.634410 1.622170 0.950884 5.048977 0.866831 3.747799 0.838387 3.386111 0.428453 0.745000 -0.108943 -0.098240 -0.539218 -0.341708 -0.006191 -0.006152 0.431817 0.755068 -0.642952 -0.363694 -0.848853 -0.287363 0.707001 2.111627 0.542413 1.155189 0.008764 0.008841 -0.623091 -0.361426 -0.592728 -0.356009 0.297955 0.424114 -0.738996 -0.355741 -0.277456 -0.217095 0.817461 3.141955 0.615888 1.515897 -0.244999 -0.196744 -0.838962 -0.297132 -0.068933 -0.064487 0.849499 3.523187 0.307351 0.443360 -0.387038 -0.278101 0.156444 0.185455 0.560179 1.234294
c20d4025af9d1fed06a7f3850b40791f4a791450
449d555969bfd7befe906877abab098c6e63a0e8
/3542/CH2/EX2.4/ExB_4.sce
893cb6e89e07aeaf7b99dd1dbb9623dc2506f0a4
[]
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
716
sce
ExB_4.sce
// Example no B.4 // To determine average signal strength at the antenna terminal // Page no. 614 clc; clear all; // Given data Pn=-119.5; // Average output thermal noise power in dBm SNR=30; // SNR at the receiver output in dB // To determine average signal strength at the antenna terminal to provide 30dB SNR Ps=SNR+Pn; // Average signal strength at the antenna terminal // Displaying the result in command window printf('\n Average signal strength at the antenna terminal to provide 30dB SNR = %0.1f dBm',Ps);
8b5233a279047dc32a7176b7f40b0651d1936c90
449d555969bfd7befe906877abab098c6e63a0e8
/125/CH5/EX5.5/Fig5_5.sce
9ed62725ca443897f52cfaf2ef2252a5cfc6aff3
[]
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
398
sce
Fig5_5.sce
//Caption:Scilab code for brightness enhancement //Fig5.5 //page 246 clc; close; //a = imread('E:\DIP_JAYARAMAN\Chapter5\plate.GIF'); //SIVP toolbox a = imread('E:\DIP_JAYARAMAN\Chapter4\baboon.png'); a = rgb2gray(a); b = double(a)+50; b = uint8(b); figure(1) ShowImage(a,'Original Image'); title('Original Image') figure(2) ShowImage(b,'Enhanced Image'); title('Enhanced Image')
353733fbfe6ccb141c291583ecb7e18bcb11a097
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set12/s_Generation_Of_Electrical_Energy_B._R._Gupta_416.zip/Generation_Of_Electrical_Energy_B._R._Gupta_416/CH13/EX13.4/example13_4cpp.sce
00590d8ad060bb165f334939e25164261a1d409f
[]
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
237
sce
example13_4cpp.sce
errcatch(-1,"stop");mode(2); disp('example 13.4') pa=50;xgb=0.5;xb=0.1;//given power,reactance of generator x1=xgb+xb; x=x1*x1*xgb/(x1*x1+x1*xgb+x1*xgb) f=pa/x printf(" total reactance %.4f.p.u \n fault MVA %.1fMVA",x,f) exit();
73e4b14b087faf38554e8d7614f400ca2b4d0e57
449d555969bfd7befe906877abab098c6e63a0e8
/779/CH6/EX6.7/6_7.sce
a5f03182c7e357fea1e6723855aa87a3a621ad38
[]
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
107
sce
6_7.sce
T1 = 473; T2 = 293; T3 = 273; MF = (T2*(T1-T3))/(T1*(T2-T3)); disp(MF," The multiplication factor is ")
b75379362c617a45f4756993a33422ce6048b6b7
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.2/Unix/scilab-2.2/macros/metanet/min_lcost_cflow.sci
0e3b1f4775752b6d947aa46998fa9865f76c79b0
[ "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
1,718
sci
min_lcost_cflow.sci
function [c,phi,v,flag]=min_lcost_cflow(i,j,cv,g) [lhs,rhs]=argn(0) if rhs<>4 then error(39), end // check i and j if prod(size(i))<>1 then error('min_lcost_cflow: first argument must be a scalar') end if prod(size(j))<>1 then error('min_lcost_cflow: second argument must be a scalar') end // check cv if prod(size(cv))<>1 then error('min_lcost_cflow: third argument (constrained cost) must be a scalar') end if cv<0 then error('min_lcost_cflow: constrained cost must be positive') end // check g check_graph(g) // check capacities ma=g('edge_number') n=g('node_number') mincap=g('edge_min_cap') maxcap=g('edge_max_cap') if mincap==[] then mincap=zeros(1,ma) end if maxcap==[] then maxcap=zeros(1,ma) end verif=find(mincap<>0) if verif<>[] then error('min_lcost_cflow: minimum capacities must be equal to zero') end verif=find(maxcap<0) if verif<>[] then error('min_lcost_cflow: maximum capacities must be non negative') end if or(maxcap<>round(maxcap)) then error('min_lcost_cflow: maximum capacities must be integer') end // check costs costs=g('edge_cost') if costs==[] then costs=zeros(1,ma) end verif=find(costs<0) if verif<>[] then error('min_lcost_cflow: costs must be non negative') end // check demand demand=g('node_demand') if demand==[] then demand=zeros(1,ma) end verif=find(demand<>0) if verif<>[] then error('min_lcost_cflow: demands must be equal to zero') end // compute lp, la and ls if g('directed')==1 then [lp,la,ls]=ta2lpd(g('tail'),g('head'),n+1,n) else [lp,la,ls]=ta2lpu(g('tail'),g('head'),n+1,n,2*ma) end // compute constrained min cost flow by Busacker and Goven algorithm [v,phi,flag]=busack(i,j,cv,maxcap,g('head'),g('tail'),la,lp,n,costs) c=costs*phi'
b62a32ebc843dbfa67e8a1e7d320271d99dc7424
449d555969bfd7befe906877abab098c6e63a0e8
/75/CH5/EX5.4/ex_4.sce
d661f5067b5e7eb88fa135c04fecb266e0e5040f
[]
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
535
sce
ex_4.sce
// PG (258) deff('[y]=f(x)','y=exp(x)*cos(x)') x0=0; xn=%pi; x=x0:xn; // True value I = integrate('exp(x)*cos(x)','x',x0,xn) // Using Simpson's rule N=2; h=(xn-x0)/N; x1=x0+h; x2=x0+2*h; I1 = h*(f(x0)+4*f(x1)+f(x2))/3 N=4; h=(xn-x0)/N; x1=x0+h; x2=x0+2*h; x3=x0+3*h; x4=x0+4*h; I2 = h*(f(x0)+4*f(x1)+2*f(x2)+4*f(x3)+f(x4))/3 N=8; h=(xn-x0)/N; x1=x0+h; x2=x0+2*h; x3=x0+3*h; x4=x0+4*h; x5=x0+5*h; x6=x0+6*h; x7=x0+7*h; x8=x0+8*h; I3 = h*(f(x0)+4*f(x1)+2*f(x2)+4*f(x3)+2*f(x4)+4*f(x5)+2*f(x6)+4*f(x7)+f(x8))/3
17c0345a870a4910e7b8456c30eaefca2d840ebb
449d555969bfd7befe906877abab098c6e63a0e8
/1076/CH16/EX16.15/16_15.sce
ec1c8c624a4e303daa2f3bfcdff4ca69894b8ee8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
397
sce
16_15.sce
clear clc z1=complex(2,1) z2=complex(2,3) z3=complex(1,2) ib= 40 * exp (%i * -1 * acos (.8)) ic= 60 * exp (%i * -1 * acos (.6)) i1=((ib*z2)+((ib+ic)*z3))/(z1+z2+z3) i2=i1-ib i3=i2-ic mprintf("\n Current A to B in Ampere") disp(round(i1*100)/100) mprintf("\n Current B to C in Ampere") disp(round(i2*100)/100) mprintf("\n Current A to C in Ampere") disp(round(-i3*100)/100)
0abb0565e52261f29910d425df4f126c09420482
676ffceabdfe022b6381807def2ea401302430ac
/solvers/IncNavierStokesSolver/Tests/PPF_R15000_ModifiedArnoldi_Shift.tst
1069e1ee565fc1a7931bf939413c11be13c50a88
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
671
tst
PPF_R15000_ModifiedArnoldi_Shift.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description>Linear stability with coupled solver (LM with Modified Arnoldiand Complex Shift): ChannelMax Ev = (2.4868e-03,1.5835e-01i) </description> <executable>IncNavierStokesSolver</executable> <parameters> -I Driver=ModifiedArnoldi PPF_R15000_3D.xml</parameters> <files> <file description="Session File">PPF_R15000_3D.xml</file> </files> <metrics> <metric type="Eigenvalue" id="0"> <value index="0" tolerance="0.001">2.8057e-01,-2.4005e+01</value> <value index="1" tolerance="0.001">2.8057e-01,2.4005e+01</value> </metric> </metrics> </test>
9c7dc448cfe29138b668041d94df36cdb43f8eeb
449d555969bfd7befe906877abab098c6e63a0e8
/1475/CH1/EX1.47/Example_1_47.sce
edc108db7a319bfb84e548ce39aaff3139aa4110
[]
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
545
sce
Example_1_47.sce
//Example 1.47 A bag contains 8 white and 6 black balls clc; clear; N=factorial(14)/(factorial(9)*factorial(5)); disp(N,"total no. of possible ways to draw 5 balls out of 14 is 14_C_5 ="); M1= (factorial(8)/(factorial(3)*factorial(5))); disp(M1,"A group of 3 white balls can be drawn out of 8 in 8_C_3 ways="); M2=(factorial(6)/(factorial(2)*factorial(4))); disp(M2,"A group of 2 black balls can be drawn out of 6 in 6_C_2 ways="); P=(M1*M2)/N; disp(P," The required Probability such that 3 white and 2 black balls are selected = ");
b63358aa2c05838e13b92131c8e8e5f2d98307d1
449d555969bfd7befe906877abab098c6e63a0e8
/3774/CH7/EX7.9/Ex7_9.sce
c800ac040bf38da4d9a379d9dcb18b2fad21e3f9
[]
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,435
sce
Ex7_9.sce
// exa 7.9 Pg 209 clc;clear;close; // Given Data d=36;// mm P=15;// kW N=720;// rpm //Tmax=1.25*Tm sigma_yt=245;// MPa (for C20 steel) n=3;// factor of safety sigma=82;// MPa (Design tensile stress) tau=0.577*sigma;// MPa (shear stress) sigma_u=200;// MPa (for FG 200 cast Iron) n2=5;// factor of safety (for FG 200 cast Iron) tau2=20;// MPa shear stress (for FG 200 cast Iron) // Max. torque transmitted //P=2*%pi*N*Tm/(60*10**3) Tm=P/(2*%pi*N/(60*10**3))*1000;// N.mm Tmax=1.25*Tm;// N.mm printf('\n Maximum transmitted torque = %.f N.mm',Tmax) // Hub diameter tau_h=20;// MPa (permissible shear stress in hub) //Tmax=(%pi/16)*(d1**4-d**4)/d1*tau_h ...eqn(1) d1=2*d;//mm (empirically) tau_h=Tmax*1000/((%pi/16)*(d1**4-d**4)/d1);// MPa t1=(d1-d)/2;// mm (thickness of hub) printf('\n Hub diameter = %.f mm',d1) printf('\n Thickness of hub = %.f mm',t1) d4=d+t1;// mm printf('\n Diameter of recess in flanges = %.f mm',d4) d3=4*d;//mm printf('\n Outside diameter of protecting flange = %.f mm',d3) //Hub length b=d/4;// mm (width of key) l=1.5*d;// mm (length of key) printf('\n width of key = %.1f mm.',b) printf('\n length of key = %.f mm.',l) t=b;// mm (thickness for square key) printf('\n thickness for square key = %.f mm',t) printf('\n Hub length = %.f mm',l) //Number of bolts n=ceil(4*d/150+3);// no. of bolts printf('\n Number of bolts = %.2f.',n) // Bolt diameter r2=1.5*d;// mm F=Tmax/r2/n;//N //(%pi/4)*db**2*tau_b=F db=sqrt(F/((%pi/4)*tau));// mm printf('\n Bolt diameter = %.2f mm. Use db=6 mm for design purpose',db) db=6;// mm (adopted for design) bolt_dia=db;//mm // Flange thickness t2=0.5*t1+6;// mm (empirically) printf('\n Flange thickness = %.1f mm. Use t=20 mm',t2) //F=n*db*t2*sigma_c sigma_ci=F/n/db/t2;// MPa //2*%pi*d1**2*tau*t2/4=Tmax tau=Tmax/(2*%pi*d1**2*t2/4);// MPa printf('\n permissible bearing stress in flange = %.2f MPa < 40 MPa',sigma_ci) printf('\n shearing of the flange at the junction with hub = %.2f MPa < 20 MPa.',tau) printf(' Values are acceptable.') // Check for crushing of bolt //n*db*t2*sigma_cb*d2/2=Tmax d2=d1+d;// mm db=bolt_dia;//mm sigma_cb=Tmax/(n*db*t2*d2/2);// MPa printf('\n permissible crushing strength of bolts = %.2f MPa < 82 MPa.',sigma_cb) printf(' Hence design is safe.') // Thickness of protecting flange t3=0.5*t2;// mm printf('\n Thickness of protecting flange = %.f mm', t3) // Hub overlap ho=3;// mm (min) printf('\n Hub overlap = %.f mm (min)',ho)
618969495851491ee65ae21303dc4cbb333153ba
449d555969bfd7befe906877abab098c6e63a0e8
/668/CH2/EX2.5/eg2_5.sce
605a5d428184484751bc97435b9ddb2ff946dfcd
[]
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
602
sce
eg2_5.sce
//a = 0.3*aAlN + 0.7*aGaN = 3.111 a = 3.111*10^-8; //in cm q = 1.6*10^-19; Exx = 0.006; //strain tensor disp(Exx,"Exx = ") Ezz = -0.6*0.006; disp(Ezz,"Ezz = ") Ppz = 0.0097; //in C/m2 disp("The pizoelectric effect induced polar charge then becomes Ppz = 0.0097 C/m2") disp(Ppz/q*10^-4,"The pizoelectric effect induced polar charge (in electron charge per cm2)=") Psp= 0.3*0.089 + (0.7-1)*0.029; disp(Psp,"The piezoelectric charge the spontaneous polarization charge(in C/m2) is") disp(Psp/q*10^-4,"The piezoelectric charge the spontaneous polarization charge(in electron charge per cm2) =")
fe162160d46fcbf2358467672f2feab9bbda6e70
449d555969bfd7befe906877abab098c6e63a0e8
/1199/CH2/EX2.48/2_48.sci
42c82ec3971048a803a9675fe48f6adb034d8091
[]
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
112
sci
2_48.sci
// 2.48 clc; g=0.055; t=1.5*10^-3; Eo=100; P= Eo/(g*t); A=25*10^-6; F=P*A; printf("\n Force=%.0f N",F)
9f9856485798ae58bb2f674bba6fc659ea6af38a
ac66d3377862c825111275d71485e42fdec9c1bd
/Resources/res/map/map1103.sce
954f15111a836d6abf4d67f23d507d7d1d3c613e
[]
no_license
AIRIA/CreazyBomber
2338d2ad46218180f822682d680ece3a8e0b46c3
68668fb95a9865ef1306e5b0d24fd959531eb7ad
refs/heads/master
2021-01-10T19:58:49.272075
2014-07-15T09:55:00
2014-07-15T09:55:00
19,776,025
0
2
null
null
null
null
UTF-8
Scilab
false
false
2,624
sce
map1103.sce
<?xml version="1.0" encoding="UTF-8"?> <Project Name="map1103" Width="13" Height="9" CellSize="40" BackgroundSize="1" Background="7plus.png"> <Cell Name="丛林图腾1" X="1" Y="1" /> <Cell Name="篱笆1" X="2" Y="1" /> <Cell Name="篱笆2" X="3" Y="1" /> <Cell Name="篱笆2" X="4" Y="1" /> <Cell Name="篱笆2" X="5" Y="1" /> <Cell Name="篱笆2" X="6" Y="1" /> <Cell Name="篱笆2" X="7" Y="1" /> <Cell Name="篱笆2" X="8" Y="1" /> <Cell Name="篱笆2" X="9" Y="1" /> <Cell Name="篱笆3" X="10" Y="1" /> <Cell Name="丛林图腾1" X="11" Y="1" /> <Cell Name="樱桃树" X="1" Y="2" /> <Cell Name="篱笆5" X="2" Y="2" /> <Cell Name="出生点" X="3" Y="2" /> <Cell Name="木桩" X="6" Y="2" /> <Cell Name="木桩" X="7" Y="2" /> <Cell Name="木桩" X="8" Y="2" /> <Cell Name="木桩" X="9" Y="2" /> <Cell Name="篱笆4" X="10" Y="2" /> <Cell Name="樱桃树" X="11" Y="2" /> <Cell Name="樱桃树" X="1" Y="3" /> <Cell Name="篱笆5" X="2" Y="3" /> <Cell Name="木桩" X="3" Y="3" /> <Cell Name="木桩" X="4" Y="3" /> <Cell Name="樱桃树" X="5" Y="3" /> <Cell Name="木桩" X="6" Y="3" /> <Cell Name="樱桃树" X="7" Y="3" /> <Cell Name="樱桃树" X="8" Y="3" /> <Cell Name="木桩" X="9" Y="3" /> <Cell Name="篱笆4" X="10" Y="3" /> <Cell Name="樱桃树" X="11" Y="3" /> <Cell Name="樱桃树" X="1" Y="4" /> <Cell Name="篱笆5" X="2" Y="4" /> <Cell Name="樱桃树" X="6" Y="4" /> <Cell Name="篱笆4" X="10" Y="4" /> <Cell Name="樱桃树" X="11" Y="4" /> <Cell Name="樱桃树" X="1" Y="5" /> <Cell Name="篱笆5" X="2" Y="5" /> <Cell Name="樱桃树" X="6" Y="5" /> <Cell Name="木桩" X="8" Y="5" /> <Cell Name="木桩" X="9" Y="5" /> <Cell Name="篱笆4" X="10" Y="5" /> <Cell Name="樱桃树" X="11" Y="5" /> <Cell Name="樱桃树" X="1" Y="6" /> <Cell Name="篱笆5" X="2" Y="6" /> <Cell Name="木桩" X="4" Y="6" /> <Cell Name="木桩2" X="5" Y="6" /> <Cell Name="木桩" X="6" Y="6" /> <Cell Name="蘑菇怪-0" X="8" Y="6" arg0="21" /> <Cell Name="通关点-1" X="9" Y="6" /> <Cell Name="篱笆4" X="10" Y="6" /> <Cell Name="樱桃树" X="11" Y="6" /> <Cell Name="丛林图腾1" X="1" Y="7" /> <Cell Name="篱笆1" X="2" Y="7" /> <Cell Name="篱笆2" X="3" Y="7" /> <Cell Name="篱笆2" X="4" Y="7" /> <Cell Name="篱笆2" X="5" Y="7" /> <Cell Name="篱笆2" X="6" Y="7" /> <Cell Name="篱笆2" X="7" Y="7" /> <Cell Name="篱笆2" X="8" Y="7" /> <Cell Name="篱笆2" X="9" Y="7" /> <Cell Name="篱笆3" X="10" Y="7" /> <Cell Name="丛林图腾1" X="11" Y="7" /> </Project>
da3b1973873f605ea2e1b90f780fed0b4ceb91de
8ca39fc7c4179449d99b38ccebe00146c22b6925
/SciLab/Libaray.sci
0c2dd03e70a0241bb9c890319c1d332f8f1be0f9
[]
no_license
goluckyryan/programmings
8cc03ac6c0158560a7149eca2ef923dca4f00e81
c4e2a5084dd957cfa4dd5f33f5f42a6339a5ff59
refs/heads/master
2021-07-17T14:04:13.348287
2021-02-18T04:40:58
2021-02-18T04:40:58
48,151,691
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,076
sci
Libaray.sci
//right hand rotation matric around origin //Latex $R\cdot \vec{v}$ // $R={cos(\theta),-sin(\theta)}$ // // clear function u=Rotation2D(v,theta) u=[cos(theta),-sin(theta);sin(theta),cos(theta)]*v endfunction function R=Rotz(theta) R=[cos(theta),-sin(theta),0;sin(theta),cos(theta),0;0,0,1] endfunction function R=Rotx(theta) R=[1,0,0;1,cos(theta),-sin(theta);0,sin(theta),cos(theta)] endfunction function R=Roty(theta) R=[cos(theta),0,sin(theta);0,1,0;-sin(theta),0,cos(theta)] endfunction function angle=polarangle(k) b=sqrt(k(1)^2+k(2)^2); theta=atan(b,k(3)); phi=atan(k(2),k(1)); angle={phi,theta} endfunction function angle=polarangle4D(k) b=sqrt(k(2)^2+k(3)^2); theta=atan(b,k(4)); phi=atan(k(3),k(2)); angle={phi,theta} endfunction function u=Rotation3D(v,k,rot) angle=polarangle(k) u=(Rotz(angle(1))*Roty(angle(2))*Rotz(rot)*Roty(-angle(2))*Rotz(-angle(1))*(v'))' endfunction function u=Rot4D(k,rot) angle=polarangle(k); utemp=Rotz(angle(1))*Roty(angle(2))*Rotz(rot)*Roty(-angle(2))*Rotz(-angle(1)); u=eye(4,4); for i=2:4 for j=2:4 u(i,j)=utemp(i-1,j-1); end end endfunction function u=Rotation4D(v,k,rot) angle=polarangle(k); utemp=Rotz(angle(1))*Roty(angle(2))*Rotz(rot); u=eye(4,4); for i=2:4 for j=2:4 u(i,j)=utemp(i-1,j-1); end end u=(u*v')' endfunction function Lz=Lz4D(b) g=1/sqrt(1-b**2); Lz={g,0,0,g*b; 0,1,0,0; 0,0,1,0; g*b,0,0,g} endfunction function p=Pmomemtum4(m,T,theta,phi) momt=sqrt(2*m*T+T**2); p={m+T,momt*cos(phi)*sin(theta),momt*sin(phi)*sin(theta),momt*cos(theta)} endfunction function u=KE(p,m) u=p(1)-m endfunction function u=SphericalDist(id) if(id==3) then u={acos(2*rand()-1),2*%pi*(rand()-0.5)} elseif id==1 then u=acos(2*rand()-1) elseif id==2 then u=2*%pi*(rand()-0.5) end endfunction
dde7c3666a6b41ed50ca7230ca3d188de81fd6c9
449d555969bfd7befe906877abab098c6e63a0e8
/317/CH8/EX8.4/example4.sce
a196a723eeae62f12cbf91beb64d173f90ccfaa7
[]
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
813
sce
example4.sce
// find resistances to fit in the given VDB design // Electronic Principles // By Albert Malvino , David Bates // Seventh Edition // The McGraw-Hill Companies // Example 8-4, page 269 clear;clc; close; // Given data // 2N3904 Bdc=100;// current gain Vcc=10 ;// supply voltage in volts Ic=10*10^-3;// collector current in amperes // Calculations Ve=0.1*Vcc;// emitter voltage in volts Ie=Ic;// collector current is equal to emitter current Re=Ve/Ie;// emitter resistance in ohms Rc=4*Re;// collector resistance in ohms R2max=0.01*Bdc*Re;// in ohms V2=Ve+0.7;// in volts V1=Vcc-V2;// in volts R1=(V1*R2max)/V2;// in ohms disp("Ohms",R1,"R1=") disp("Ohms",R2max,"R2=") disp("Ohms",Rc," Collector Resistance=") disp("Ohms",Re,"Emitter Resistance=") // Result // R1=488 ohms, R2=100 ohms, Rc=400 ohms, Re=100 ohms
9d6434a5bef7777bf7f1986273ee1dc181b738be
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH13/EX13.67/Ex13_67.sce
4cc7409c3a1c7ba719d90d8bff2b5542e124c5d0
[]
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
145
sce
Ex13_67.sce
//EX13_67 Pg-37 clc clear printf(" 16''s complement of (A8C)_16 =") x=['A8C'] y=hex2dec(x) z=bitcmp(y,11) z1=z+1 a=dec2hex(z1) printf(" %s\n",a)
04d7ecd7a3dedf98239a3fc2880f414f4db1f558
449d555969bfd7befe906877abab098c6e63a0e8
/2399/CH8/EX8.2.1/Example_8_2_1.sce
095434447833a64a28f3db5698e022e2b0bbdf2b
[]
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
557
sce
Example_8_2_1.sce
// Example 8.2.1 clc; clear; P=10^-9; //probability of error eta=1; //ideal detector h=6.626d-34 //plank's constant c=3d8; //speed of light lamda=1d-6; //wavelength B=10^7; //bit rate Mn= - log(P); printf("\n The quantum imit at the receiver to maintain bit error rate 10^-9 is (%.1f*h*f)/eta.",Mn); f=c/lamda Popt= 0.5*Mn*h*f*B/eta; //computing optical power Popt_dB = 10 * log10(Popt) + 30; //optical power in dbm Popt=Popt*10^12; printf("\nMinimum incident optical power is %.1f W or %.1f dBm.",Popt,Popt_dB);
ad584c90372ade37dc1e302094ad76a02533b609
449d555969bfd7befe906877abab098c6e63a0e8
/3543/CH2/EX2.4/Ex2_4.sce
19507384819ad34f537ed2cffd93053f32edd56f
[]
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
440
sce
Ex2_4.sce
// Example 2.4 // Calculation of output power // Page no 46 clc; clear; close; // Given data Pi=1; // Input power A=0.5; // Atteuation L=15; // Fiber link length // Output Power Po=Pi*10^((-A*L)/10); //Display result on command window printf("\n Output Power (in mW) = %0.3f ",Po);
e9ff5945a59e2550cc829a717c3df647b594f0b2
eb7eeb04a23a477e06f3c0e3d099889caee468b4
/src/examples/scilab/scilab_wave_ws/steerwave.sce
3acd487c7fe9143622f02e6e0577058edf9ef353
[]
no_license
mikeg64/iome
55699b7d7b3d5c1b006d9c82efe5136b8c909dfd
cc1c94433133e32776dcf16704ec4ec337b1b4a0
refs/heads/master
2020-03-30T15:57:33.056341
2016-04-13T09:24:27
2016-04-13T09:24:27
151,387,236
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,466
sce
steerwave.sce
//Executed from scilab using format and system boxes //with the command: // /usr/bin/scilex -nw -nb -f run_wave2d_dx.sce //tdp=getenv('SCILAB_HOME')+'/share/scilab/contrib/iome_toolbox/loader.sce'; //tdp='/usr/share/scilab/contrib/iome_toolbox/loader.sce'; tdp=getenv('SCILAB_HOME')+'/contrib/iome_toolbox/loader.sce'; exec(tdp); exec("wave2d.sce"); exec("savevtk_xym.sci"); exec("waveparams.sce"); //Wave packet npackets=5; pwavfreq=2; pwavnum=7; //chdir( jobname); outfile='.out'; formfile='.form'; outfile='out/'+jobname+'.out'; formfile=jobname+'.form'; simfile=jobname+'.xml'; sdir='out'; createsim(params1,params2,metadata,simfile,elist); //clf; x=1:1:nmax(1); y=1:1:nmax(2); fdform=mopen(formfile,'w'); mfprintf(fdform, '%d %d %d\n',nsteps, nmax(1), nmax(2)); mclose(fdform); //fd=mopen(outfile,'w'); //xset("colormap",jetcolormap(64)); gendxgen(sdir,jobname,2,nmax(1),nmax(2)); disp(nsteps); for i=tstep:tstep+nsteps z1=wave2d(i*deltat, wavetype, maxamplitude, wavenumber, wavefreq, delta,nmax); //z2=wave2d(i*deltat, wavetype, maxamplitude, wavenumber2, wavefreq, delta,nmax); z2=0; z=z1+z2; sfilename=sprintf("%s.vtk",jobname); //Write data to output if usevtk=1 savevtk_xym(x,y,z,"z",'temp'); scommand=sprintf("cp temp.vtk %s\n",sfilename); else //write the data to a temporary file fd=mopen('temp','w'); mfprintf(fd, '%d %d %d\n',i, nmax(1), nmax(2)); for j1=1:nmax(1) for j2=1:nmax(2) mfprintf(fd, '%f',z(j1,j2)); end mfprintf(fd, '\n'); end mclose(fd); scommand=sprintf("cp temp %s\n",outfile); end //as soon as the file is written we can copy to the working directory //scommand=sprintf("cp temp %s\n",outfile); unix_g(scommand); steeringenabled=getparamint('steeringenabled',elist); finishsteering=getparamint('finishsteering',elist); if finishsteering=1 break; end setparamdouble('step',i,elist); if steeringenabled=1 maxamplitude=getparamint('maxamplitude',elist); wavenumber=getparamvec('wavenumber',2,elist); //vec(2) wavefreq=getparamdouble('wavefreq',elist); //disp('wavenumber'); //disp(wavenumber); end //zzm = min(z); zzM = max(z); //[xf,yf,zf]=genfac3d(x,y,z); //zcol = dsearch(z, linspace(zzm, zzM, 65)); //plot3d(x, y, list(z, zcol), flag = [-2 6 4]) //plot3d(x,y,z); end //end of cycling over steps exitiome(elist); exitiome(elist); //plot3d(x,y,z); exit;
3d1cf6eb03fc578aee334687d9294c6ee274db74
449d555969bfd7befe906877abab098c6e63a0e8
/2183/CH8/EX8.12/Ex_8_12.sce
678050bd8070693ba5b1919c8a3762b900dda1d0
[]
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
528
sce
Ex_8_12.sce
// Example 8.12 //optical power clc; clear; close; e=1.6*10^-19;//electron charge sndb=55;//signal to noise ration in dB sn=(10^(sndb/10));// bw=5;//Mhz r=0.5;//responsivity cs=0.7;//signal attenuation k=1.38*10^-23;//bolzman constant tc=20;//degree celsius tk=tc+273;//Kelvin fdb=1.5;// f=10^(fdb/10);// rl=1;//mega ohms x=((sn*4*k*tk*bw*10^6*f)/(rl*10^6));// y=((2*sn*e*bw*10^6*r));// ma=9/8;// z=(2*ma*r^2*cs^2);// s=poly(0,"s");// p=-x-y*s+z*s^2;// m=roots(p);// disp(m(1,1)*10^6,"average incident power in micro Watts is")
7dcc769c0e9e04e292ab5a9f303648cc2c296a7a
0896434fe17d3300e03ad0250029673ebf70bacc
/sheet_2/Scilab_programs/Compare_z_and_s.sce
46fdc4cf1441857fa175ab276f60235f22a35d98
[]
no_license
TheShiningVampire/EE324_Controls_Lab
8ff1720b852bf24dca3c172082f5f898f80f69f3
9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8
refs/heads/main
2023-07-09T17:30:38.041544
2021-08-23T12:14:29
2021-08-23T12:14:29
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
443
sce
Compare_z_and_s.sce
clear close clc s = poly(0,'s'); g1 = (s-1)/(s+1); G1 = syslin('c',g1); t = 0:1:10; gs1 = csim('step' , t , G1); plot2d(t, gs1, style = 2) z = poly(0,'z'); g2 = (z-1)/(z+1); G2 = tf2ss(g2); u = ones(t); gs2 = dsimul(G2 , u); plot2d3('gnn',t,gs2) h = legend(['Continuous time', 'Discrete time' ]) xlabel('Time','fontsize',4) ylabel('Amplitude','fontsize',4) title('Step response of system with transfer function G(z)', 'fontsize',4)
93e40d23d15c4f8c59945fd852a9bfb625508e91
a8592d34f144b71794ebf30f1c2a1b5faf0b053c
/sandbox/scilab/08_countour.sce
b80dba9fa3210878ec50c49a45c6f1f16f6d00c6
[]
no_license
f-fathurrahman/ffr-MetodeNumerik
ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327
e3a9da224c0fd5b32e671708e890018a3c4104c4
refs/heads/master
2023-07-19T22:29:38.810143
2023-07-07T10:02:34
2023-07-07T10:02:34
107,272,110
2
2
null
null
null
null
UTF-8
Scilab
false
false
766
sce
08_countour.sce
function z = fun1(x, y) z = sin(x)*cos(y) endfunction function z = fun2(x, y) z = x^2 + y^2 endfunction x = linspace(-%pi, %pi, 20) y = linspace(-%pi, %pi, 20) z1 = feval( x, y, fun1 ) z2 = feval( y, y, fun2 ) disp(size(z1)) clf() N_level = 10 contour( x, y, z1, N_level ) // Alternatively: contour( x, y, my_surface, 10) title("A contour plot") xlabel('x') ylabel('y') xs2pdf( gcf(), "images/08_contour_v1.pdf" ) clf() N_level = 10 contour( x, y, z2, N_level ) // Alternatively: contour( x, y, my_surface, 10) title("A contour plot") xlabel('x') ylabel('y') xs2pdf( gcf(), "images/08_contour_v2.pdf" ) clf() plot3d(x, y, z1) contour( x, y, z1, N_level, flag=[0 2 4]) xs2pdf( gcf(), "images/08_contour_v3.pdf" ) if getscilabmode() ~= "STD" quit() end
dea2684c31c6c2bc00825d9cf7ab174f7bdf2982
449d555969bfd7befe906877abab098c6e63a0e8
/3665/CH11/EX11.1/Ex11_1.sce
0cb889a05e98d374630f5cbe0ef5189b035ab7ec
[]
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
306
sce
Ex11_1.sce
clc// // // //Variable declaration M=1.4; //magnetic field(T) H=6.5*10^-4; //magnetic field(T) //Calculation chi=M/H; mew_r=1+chi; //relative permeability of iron //Result printf("\n relative permeability of iron is %0.3f ",mew_r) printf("\n answer given in the book is wrong")
a2053d3442f07d1a323fa3ec654e9a655d817cd2
449d555969bfd7befe906877abab098c6e63a0e8
/2300/CH14/EX14.12.4/Ex14_4.sce
80302efcfa659c620fadb8ec448707edd17317b1
[]
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
971
sce
Ex14_4.sce
//scilab 5.4.1 //Windows 7 operating system //chapter 14 Integrated Circuits and Operational Amplifiers clc clear R1=1*1000//R1=input resistance in ohms in the inverting terminal of the amplifier circuit R2=200//R2=input resistance in ohms in the inverting terminal of the amplifier circuit R3=400//R3=input resistance in ohms in the inverting terminal of the amplifier circuit Rf=500//Rf=feedback resistance in ohms v1=-5//v1=input voltage in the inverting terminal of an amplifier circuit at R1 resistor v2=3//v2=input voltage in the inverting terminal of an amplifier circuit at R2 resistor v3=4//v3=input voltage in the inverting terminal of an amplifier circuit at R3 resistor vo=-(((Rf/R1)*v1)+((Rf/R2)*v2)+((Rf/R3)*v3))//vo=output voltage for inverting summing summing amplifier circuit disp("V",vo,"Output voltage of the 3-input summing amplifier circuit is =") disp("Output voltage is negative as it the circuit of inverting summing amplifier")
51dabc0e0a9f799bfc9ed7bc1a8e696caa708656
449d555969bfd7befe906877abab098c6e63a0e8
/1694/CH1/EX1.20/EX1_20.sce
66152fb91e1ee94d884ccea4ae6445bf16a3f226
[]
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
318
sce
EX1_20.sce
clear; clc; printf("\nEx1.20\n"); //page no.-33 //given a=2.9*10^-10;......//lattice constant in m M=55.85;........//atomic wt. of Ge N=6.02*10^26;....//avagadro no. rho=7870;........//density in Kg/m^3 n=(a^3*rho*N)/M........//no. of atoms per unit cell printf("\nNo. of atoms per unit cell is 2 \n");
4d45bd783939c52be71a245e21f983ae4df65174
46954c17b2977a4b3f009774048467842b32bd16
/nand2tetris/projects/05/Jump.tst
e09759d2dc95d4fae0a47dfe969446152b0ae396
[]
no_license
colinfrankb/nand-to-tetris
b22da93feab12f50e7ff8d041ece48c6deb7ad8a
8e7091aeeff21956edd023fdca3206c955e6c2a8
refs/heads/master
2020-06-13T13:38:36.638012
2019-08-30T19:48:10
2019-08-30T19:48:10
194,674,854
0
0
null
null
null
null
UTF-8
Scilab
false
false
741
tst
Jump.tst
load Jump.hdl, output-file Jump.out, compare-to Jump.cmp, output-list j1%B3.1.3 j2%B3.1.3 j3%B3.1.3 zr%B3.1.3 ng%B3.1.3 out%B3.1.3; set j1 0, set j2 0, set j3 1, set zr 0, set ng 0, eval, output; set j1 0, set j2 1, set j3 0, set zr 1, set ng 0, eval, output; set j1 0, set j2 1, set j3 1, set zr 1, set ng 0, eval, output; set j1 1, set j2 0, set j3 0, set zr 0, set ng 1, eval, output; //region JNE if out != 0, therefore zr should be 0 and ng should be (0 or 1) set j1 1, set j2 0, set j3 1, set zr 0, set ng 0, eval, output; set j1 1, set j2 0, set j3 1, set zr 0, set ng 1, eval, output; //end region set j1 1, set j2 1, set j3 0, set zr 1, set ng 1, eval, output; set j1 1, set j2 1, set j3 1, set zr 0, set ng 0, eval, output;
b2fd7d1944a5e4e4ce17ec8f79ef8a6142bdef64
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set8/s_Elementary_Heat_Power_H._L._Solberg_2420.zip/Elementary_Heat_Power_H._L._Solberg_2420/CH3/EX3.8/3_8.sce
2e91379bee51494bfb17fb2c509422bee05ca3e2
[]
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
196
sce
3_8.sce
errcatch(-1,"stop");mode(2); //Initialization of variables C=1/4000 F=125 //lb n=3500 //rpm //calculations Bhp=F*n*C //results printf("Bhp developed by the engine = %.1f",Bhp) exit();
e1a99c3d75f941936fcf1fd021d26ba869c566d1
449d555969bfd7befe906877abab098c6e63a0e8
/978/CH1/EX1.7/Example1_7.sce
99e79d658f77997ac8f4ccd47de008e05a01faad
[]
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
224
sce
Example1_7.sce
//chapter1,Example1_7,pg 483 If=100*10^-6//full scale current Rm=1000//meter resistance Vf=10//full scale voltage Rs=(Vf/If)-Rm//series resistance printf("\nseries resistance\n") printf("\Rs=%.2f ohm",Rs)
14b765ceff0aa21c84668a56b7edd31786de5139
449d555969bfd7befe906877abab098c6e63a0e8
/2882/CH3/EX3.6/Ex3_6.sce
cfe7ba6ad82799fbecb68c4c6f2f6cfbc5664870
[]
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
517
sce
Ex3_6.sce
//Tested on Windows 7 Ultimate 32-bit //Chapter 3 Semiconductor Diodes and Miscellaneous Devices Pg no. 91 clear; clc; //Given Data Rl=1D3;//Load resistance in ohms esf=50;//Input signal frequncy in hertz RF=4/100;//Ripple Factor //Solution //Using figure E3.6 //From right angled triangle pqr C=1/(esf*Rl*2*RF)*10^6;//Capacitance in micro faraday; printf("The size of filter capacitor is C = %d μF",C); //Error in textbook as ripple factor is already given and capacitance is calculated
ce258f2ba5cd1e8046426c326895845506a0d9ea
449d555969bfd7befe906877abab098c6e63a0e8
/2054/CH3/EX3.1/Exa3_1.sce
87702a3bfb5cc1a43d751280bfb163a4451706c0
[]
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
570
sce
Exa3_1.sce
//Exa:3.1 clc; clear; close; V=120;//in Volts V_dc=40.5;//in volts V_rms=76.1;//in volts R=10;//in ohms I_dc=V_dc/R;//in Amperes I_rms=V_rms/R;//in Amperes P_dc=V_dc*I_dc;//in watts P_ac=V_rms*I_rms;//in watts Eff=P_dc/P_ac;//in per unit disp(Eff,'(a) Efficiency (in Per Unit=)'); K_f=V_rms/V_dc;//in per unit disp(K_f,'(b) Form Factor (in Per Unit=)'); Y=sqrt(K_f^2-1); disp(Y,'(c) Ripple Factor (in Per Unit=)'); T_f=P_dc/(V*I_rms); disp(T_f,'(d) Transformer Utilisation Factor='); P_iv=sqrt(2)*V; disp(P_iv,'(e) Peak Inverse Voltage (in volts)=')
f569ea039202e83030d62e7dab2bca6831bef24a
449d555969bfd7befe906877abab098c6e63a0e8
/671/CH5/EX5.10/5_10.sce
95cc73c0083f3f148887918f213e2c3c4d773990
[]
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
105
sce
5_10.sce
C=2.5E-6 R=8 wb=400 L=R/wb w0=1/sqrt(L*C) Q0=w0*L/R w1=w0-wb/2 w2=w0+wb/2 disp(w2,w1,Q0,w0,L)
eca9ae6a262113851d3c4b6fe5c3c823268f3d66
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TM51.prev.tst
d87479a0a34cbb6ddc9c5674f56caa135a8f899b
[ "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
3,031
tst
TM51.prev.tst
TranspositionSet={[0,2,1],[1,0,2],[1,2,0],[2,1,0],[2,0,1]} Expanding for base=2, level=3, reasons+features=base,transpose,same,similiar norm Refined variables=x,y,z [0+1x,0+1y,0+1z]: unknown -> [1] [0,0,0] x²+y²-5x*y*z+z² -> solution [0,0,0],trivial(3) ---------------- level 0 expanding queue[0]^-1,meter=[2,2,2]: x²+y²-5x*y*z+z² [0+2x,0+2y,0+2z]: unknown -> [1] [0,0,0] x²+y²-10x*y*z+z² -> solution [0,0,0],trivial(3) [1+2x,1+2y,0+2z]: unknown -> [2] [1,1,0] 2x+2x²+2y+2y²-5z-10x*z-10y*z-20x*y*z+2z²+1 [1+2x,0+2y,1+2z]: transposed [2] by [1,2,0] [0+2x,1+2y,1+2z]: transposed [2] by [2,0,1] [1+2x,1+2y,1+2z]: unknown -> [3] [1,1,1] 3x-2x²+3y+10x*y-2y²+3z+10x*z+10y*z+20x*y*z-2z²+1 endexp[0] ---------------- level 1 expanding queue[1]^0,meter=[2,2,2]: x²+y²-10x*y*z+z² [0+4x,0+4y,0+4z]: unknown -> [4] [0,0,0] x²+y²-20x*y*z+z² -> solution [0,0,0],trivial(3) endexp[1] expanding queue[2]^0,meter=[1,1,2]: 2x+2x²+2y+2y²-5z-10x*z-10y*z-20x*y*z+2z²+1 [1+2x,1+2y,2+4z]: unknown -> [5] [0,0,1] 4x-x²+4y+10x*y-y²+z+10x*z+10y*z+20x*y*z-4z²+1 endexp[2] expanding queue[3]^0,meter=[2,2,2]: 3x-2x²+3y+10x*y-2y²+3z+10x*z+10y*z+20x*y*z-2z²+1 [3+4x,1+4y,1+4z]: unknown -> [6] [1,0,0] x+4x²-13y-20x*y+4y²-13z-20x*z-60y*z-80x*y*z+4z²-1 [1+4x,3+4y,1+4z]: transposed [6] by [2,0,1] [1+4x,1+4y,3+4z]: transposed [6] by [2,1,0] [3+4x,3+4y,3+4z]: unknown -> [7] [1,1,1] 39x-4x²+39y+60x*y-4y²+39z+60x*z+60y*z+80x*y*z-4z²+27 endexp[3] ---------------- level 2 expanding queue[4]^1,meter=[2,2,2]: x²+y²-20x*y*z+z² [0+8x,0+8y,0+8z]: unknown -> [8] [0,0,0] x²+y²-40x*y*z+z² -> solution [0,0,0],trivial(3) endexp[4] expanding queue[5]^2,meter=[2,2,2]: 4x-x²+4y+10x*y-y²+z+10x*z+10y*z+20x*y*z-4z²+1 [3+4x,1+4y,2+8z]: unknown -> [9] [1,0,0] 2x-2x²+14y+20x*y-2y²+11z+20x*z+60y*z+80x*y*z-8z²+2 [1+4x,3+4y,2+8z]: transposed [9] by [1,0,2] [1+4x,1+4y,6+8z]: unknown -> [10] [0,0,1] 14x-2x²+14y+60x*y-2y²-7z+20x*z+20y*z+80x*y*z-8z²-1 [3+4x,3+4y,6+8z]: unknown -> [11] [1,1,1] 42x-2x²+42y+60x*y-2y²+33z+60x*z+60y*z+80x*y*z-8z²+27 endexp[5] expanding queue[6]^3,meter=[2,2,2]: x+4x²-13y-20x*y+4y²-13z-20x*z-60y*z-80x*y*z+4z²-1 [7+8x,1+8y,1+8z]: unknown -> [12] [1,0,0] 9x+8x²-33y-40x*y+8y²-33z-40x*z-280y*z-320x*y*z+8z²+2 [3+8x,5+8y,1+8z]: unknown -> [13] [0,1,0] 19x-8x²+5y+40x*y-8y²+73z+200x*z+120y*z+320x*y*z-8z²+5 [3+8x,1+8y,5+8z]: transposed [13] by [0,2,1] [7+8x,5+8y,5+8z]: unknown -> [14] [1,1,1] 111x-8x²+165y+200x*y-8y²+165z+200x*z+280y*z+320x*y*z-8z²+97 endexp[6] expanding queue[7]^3,meter=[2,2,2]: 39x-4x²+39y+60x*y-4y²+39z+60x*z+60y*z+80x*y*z-4z²+27 [7+8x,3+8y,3+8z]: unknown -> [15] [1,0,0] 31x-8x²+99y+120x*y-8y²+99z+120x*z+280y*z+320x*y*z-8z²+31 [3+8x,7+8y,3+8z]: transposed [15] by [2,0,1] [3+8x,3+8y,7+8z]: transposed [15] by [2,1,0] [7+8x,7+8y,7+8z]: unknown -> [16] [1,1,1] 231x-8x²+231y+280x*y-8y²+231z+280x*z+280y*z+320x*y*z-8z²+196 endexp[7] ---------------- level 3 Maximum level 3 [17] mod 2: x²+y²-5x*y*z+z²
ed057b8b8019938daebd4b4c0307ce5c94fc0791
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH6/EX6.25/EX6_25.sce
3494089474dbd4fe2ce986df2c13d5bcb05ff645
[]
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
545
sce
EX6_25.sce
//Exa 6.25 format('v',6) clc; clear; close; //Given data Beta = 100; V_CEsat = 0.2;// in V R_B = 150;// in k ohm R_C = 2;// in k ohm V_CC = 10;// in V V_BEsat = 0.8;// in V I_B = (V_CC - V_BEsat)/R_B;// in mA I_C = (V_CC - V_CEsat)/R_C;// in mA I_Bmin = I_C/Beta;// in mA I_B=I_B*10^3;// in µA I_Bmin=I_Bmin*10^3;// in µA if I_B>I_Bmin then disp("Since the value of I_B ("+string(I_B)+"µA) is greater than the value of I_Bmin ("+string(I_Bmin)+"µA)"); disp("So the transistor is in the saturation region.") end
0b5d3ebf7936428281163c22d9e575637a2eaf42
449d555969bfd7befe906877abab098c6e63a0e8
/2132/CH4/EX4.2/Example4_2.sce
56b3bd276b528fcd9614f7e22daad3405810ed2c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
268
sce
Example4_2.sce
//Example 4.2 clc; clear; close; format('v',9); //Given data : w=1000;//kg/m^3 h=50/1000;//m p=w*h;//kg/m^2 p=p*9.81;//N/m^2 or Pa disp(p,"Pressure Intensity in Pa : "); alfa=30;//degree h=50;//mm l=h/sind(alfa);//mm disp(l,"Reading in tube in mm : ");
2a8a0569114f64ed15d4c32a329037d592eff131
a76fc4b155b155bb59a14a82b5939a30a9f74eca
/ProjetTomEval/NewTomeval/doc/TestProtoCarat/Test pb offre élargie/Résultat avant/Resultat de prince ttes chaines.tst
9749c1c9429afad3d85b1a47d342859154dc96ca
[]
no_license
isliulin/JFC-Tools
aade33337153d7cc1b5cfcd33744d89fe2d56b79
98b715b78ae5c01472ef595b1faa5531f356e794
refs/heads/master
2023-06-01T12:10:51.383944
2021-06-17T14:41:07
2021-06-17T14:41:07
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,287
tst
Resultat de prince ttes chaines.tst
5860000;1056 @1 526;4620;78.84;39.83;32.01;26299;448.8;5.69;0.9 20;15;27;38;47;55;62;67;72;76;80;83;85;87;89;91;92;93;94;95;96 @2 0;1239;21.16; 1;811;13.84;78.84 2;668;11.41;65.00 3;533;9.11;53.59 4;430;7.34;44.48 5;354;6.05;37.14 6;299;5.12;31.09 7;257;4.39;25.97 8;220;3.76;21.58 9;187;3.20;17.82 10;157;2.70;14.62 11;132;2.26;11.93 12;109;1.88;9.67 13;90;1.55;7.79 14;74;1.26;6.24 15;59;1.02;4.98 16;47;0.81;3.96 17;37;0.64;3.15 18;29;0.51;2.51 19;23;0.41;2.00 20;93;1.59;1.59 @3 P(33%);21.6;4.8;2.0 M(33%);101.3;22.6;23.7 G(33%);325.9;72.6;11.0 @4 04/03/2002;1540;33.3;26.3 05/03/2002;510;11.0;35.0 06/03/2002;324;7.0;40.5 07/03/2002;673;14.6;52.0 08/03/2002;282;6.1;56.8 09/03/2002;203;4.4;60.3 10/03/2002;21;0.5;60.6 11/03/2002;154;3.3;63.2 12/03/2002;69;1.5;64.4 13/03/2002;76;1.6;65.7 14/03/2002;127;2.7;67.9 15/03/2002;223;4.8;71.7 16/03/2002;76;1.6;73.0 17/03/2002;4;0.1;73.0 18/03/2002;158;3.4;75.7 19/03/2002;67;1.4;76.9 20/03/2002;28;0.6;77.3 21/03/2002;36;0.8;78.0 22/03/2002;35;0.8;78.5 23/03/2002;14;0.3;78.8 24/03/2002;3;0.1;78.8 @5 du 04/03/02 au 10/03/02;3552;76.9;60.6 du 11/03/02 au 17/03/02;727;15.7;73.0 du 18/03/02 au 24/03/02;341;7.4;78.8 @6 du 04/03/02 au 10/03/02;3552;76.9;60.6 du 11/03/02 au 17/03/02;727;15.7;73.0 du 18/03/02 au 24/03/02;341;7.4;78.8 @7 @8
62871284a4e168953ed04cbd9500d49f222be14d
ad3d60ef5ab0e9656822cc759d7c590b3a1ea993
/display/php/resources/searchdocs/secondorder/source.tst
839b317bc6f2c5dda7bbe4f8e0926ec020249941
[]
no_license
RinkeHoekstra/best-display
0c05a2f557f3d51e7f5dbac1019bd19b382c1eae
e5edb63223f4adba0e552e0334d90add74ca702a
refs/heads/master
2020-06-04T20:16:57.611515
2009-05-26T15:59:18
2009-05-26T15:59:18
2,802,824
0
0
null
null
null
null
UTF-8
Scilab
false
false
510
tst
source.tst
kwalitatieve aansprakelijkheid (code-based) kwalitatieve aansprakelijkheid risico-aansprakelijkheid; risicoaansprakelijkheid aansprakelijkheid bij elektronisch handelsverkeer; aansprakelijkheid voor elektronisch handelsverkeer aansprakelijkheid voor personen aansprakelijkheid voor misleidende en vergelijkende reclame; aansprakelijkheid voor misleidende reclame; aansprakelijkheid voor vergelijkende reclame; aansprakelijkheid voor misleidende mededelingen; aansprakelijkheid voor een misleidende mededeling
953858b0edadbce542424bcb2793307913cbb7a2
449d555969bfd7befe906877abab098c6e63a0e8
/593/CH5/EX5.5/ex5_5.sce
a8fc132d6b71fb6a9288d163e13bc2e976d39134
[]
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
770
sce
ex5_5.sce
clear; //clc(); // Example 5.5 // Page: 94 printf("Example-5.5 Page no.-94\n\n"); //***Data***// //From Antoine equation we have // log(p) = A-B/(T+C) //Solving above equation for T, we have // T = B/(A-log(p))-C //Inserting the values of the constants for the water which are reported in the given book in the table A.2 (page 419), // and the value of 1.00 atm expressed in torr, we find that A=7.96681; B=1668.21; C=228.0; p=760;//[torr] //Thus T=B/(A-log10(p))-C; printf("NBP of water using antoine equation and table A.2 is %f C",T); //This does not prove the overall accuracy of the Antoine equation, but does show that whoever fitted the constants to the experimental data for water made them represent the NBP (100C) very well.
5234bd60b22039677bfc49af5da05109074d2c83
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH1/EX1.11/1Ex11.sce
48c5644bb8cbb1ea764dc3826f9f738a1d38f41e
[]
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
117
sce
1Ex11.sce
//chapter 1 Ex 11 clc; clear; close; //let value to be found is x x=87*87+61*61-2*87*61; mprintf("x=%.0f",x);
67c202ef82b875b2ee151840dd9381a0db7b7da6
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.12_8.tst
0e660eb54793adbf0e06b5df20be23d08a3931d8
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
429,444
tst
5.12_8.tst
12 328:1 356:1 418:1 881:1 2265:1 2580:1 3460:1 4258:1 4550:1 5864:1 6414:1 6516:1 6932:1 7250:1 7394:1 7419:1 7488:1 7947:1 9066:1 11151:1 11333:1 12548:1 12859:1 13128:1 14575:1 14903:1 15672:1 16005:1 16678:1 16720:1 16766:1 17076:1 17492:23 18333:1 20796:1 21173:1 21236:1 21242:1 21987:1 22502:1 22876:1 24324:1 25877:1 26666:1 27137:1 12 74:1 328:1 356:1 418:2 861:1 881:1 994:1 1287:1 1344:1 1564:1 1565:1 1864:1 2080:1 2256:1 2265:1 2338:1 2354:1 2501:1 2580:1 2583:1 2756:1 3160:1 3402:1 3460:1 3674:1 3726:1 4145:1 4258:1 4550:1 4814:1 5045:1 5133:1 5141:2 5188:1 5274:1 5864:1 5917:1 6003:1 6096:1 6115:1 6117:1 6362:1 6414:1 6516:1 6932:1 7146:1 7250:1 7263:1 7328:1 7329:1 7352:1 7394:2 7419:1 7488:1 7522:1 7550:1 7947:1 8707:1 8796:1 9066:1 9481:1 9583:1 9876:1 10145:1 10148:1 10155:1 10473:1 10961:1 11096:1 11151:1 11194:1 11333:1 11488:1 12445:1 12548:2 12815:1 12859:1 12902:1 13128:1 13166:1 13386:1 13534:1 13691:1 13919:1 14176:1 14480:1 14575:1 14733:1 14812:1 14903:1 14962:1 14970:1 15070:1 15265:1 15381:1 15408:1 15672:1 16005:1 16158:1 16367:1 16486:1 16586:1 16678:1 16720:1 16766:1 17076:1 17284:1 17492:93 17914:1 18032:1 18269:1 18333:1 18584:1 18778:1 18849:1 18915:1 19078:1 19274:1 19388:1 19623:1 20131:1 20290:1 20415:1 20421:1 20577:1 20796:1 20894:1 21173:2 21236:1 21242:1 21329:1 21632:1 21709:1 21904:1 21975:1 21987:1 22176:1 22309:1 22333:1 22340:1 22438:1 22502:1 22876:1 23003:1 23052:1 23191:1 23245:1 23277:1 23866:1 24324:1 24730:1 24734:1 24899:1 24928:1 25071:1 25488:1 25515:1 25587:1 25704:1 25728:1 25790:1 25835:1 25877:1 26184:1 26275:1 26352:1 26609:1 26647:1 26666:1 26990:1 27050:1 27137:2 27696:1 12 74:1 328:1 356:1 418:2 441:1 861:1 881:1 994:1 1287:1 1344:1 1459:1 1564:1 1565:1 1864:1 2080:1 2256:1 2265:1 2338:1 2354:1 2501:1 2580:1 2583:1 2756:1 3160:1 3402:1 3460:1 3674:1 3726:1 3916:1 4145:1 4258:1 4550:1 4814:2 5045:1 5118:1 5133:1 5141:2 5163:1 5188:3 5274:1 5527:1 5864:1 5917:1 6003:1 6008:1 6096:1 6115:1 6117:1 6362:1 6414:1 6516:1 6932:1 7146:1 7250:1 7263:1 7328:1 7329:1 7352:1 7394:2 7419:1 7488:1 7522:1 7550:1 7947:1 8707:1 8796:1 9066:1 9133:1 9481:1 9583:1 9876:1 10145:1 10148:1 10155:1 10365:1 10473:1 10573:1 10961:1 11096:1 11151:1 11194:1 11333:1 11488:1 11999:1 12337:1 12356:1 12445:1 12548:2 12815:1 12859:1 12902:1 13128:1 13166:1 13386:1 13534:1 13691:1 13919:1 14176:1 14475:1 14479:1 14480:1 14575:1 14595:1 14733:1 14774:1 14812:1 14903:1 14962:1 14970:1 15070:1 15265:1 15381:1 15408:1 15672:1 15864:1 16005:1 16158:1 16240:1 16367:1 16486:1 16586:1 16678:1 16720:1 16744:1 16766:1 16786:1 17076:1 17284:1 17341:1 17492:116 17555:1 17914:1 18032:1 18145:1 18269:1 18333:1 18584:1 18778:1 18849:1 18915:1 19078:1 19274:1 19388:1 19623:1 20131:1 20290:1 20415:1 20421:1 20577:1 20796:1 20894:1 21072:1 21173:2 21236:1 21242:1 21329:1 21439:1 21632:1 21709:1 21904:1 21975:1 21987:1 22176:1 22309:1 22333:1 22340:1 22438:1 22502:1 22762:1 22876:1 23003:1 23052:1 23191:1 23245:1 23277:1 23866:1 24324:1 24730:1 24734:1 24759:1 24899:1 24928:1 25071:1 25387:1 25488:1 25515:1 25587:1 25704:1 25728:1 25790:1 25835:1 25877:1 26184:1 26275:1 26352:1 26609:1 26647:1 26666:1 26898:1 26990:1 27050:1 27137:2 27696:2 12 74:1 328:1 356:1 418:2 441:1 861:1 881:1 994:1 1249:1 1287:1 1344:1 1354:1 1459:1 1564:1 1565:1 1691:1 1795:1 1831:1 1848:1 1864:1 2080:1 2197:1 2256:1 2261:1 2265:1 2338:1 2354:1 2501:1 2580:1 2583:1 2589:1 2756:1 3160:1 3232:1 3244:1 3402:1 3460:1 3674:1 3713:1 3726:1 3806:1 3844:1 3876:1 3916:1 4145:1 4258:1 4346:1 4472:1 4550:1 4710:1 4814:3 5045:2 5118:1 5133:1 5141:2 5163:1 5188:4 5274:1 5402:1 5527:1 5788:1 5864:1 5917:1 6003:1 6008:1 6096:1 6115:1 6117:2 6362:1 6414:1 6516:1 6578:1 6932:1 7146:1 7250:1 7263:1 7328:1 7329:1 7352:1 7394:3 7419:1 7488:1 7522:1 7550:1 7947:1 8247:1 8630:1 8707:1 8796:1 8990:1 9066:1 9133:1 9175:1 9481:2 9583:1 9747:1 9876:1 10145:1 10148:1 10155:1 10359:1 10365:2 10380:1 10419:1 10473:1 10488:1 10526:1 10573:1 10714:1 10750:1 10767:1 10866:1 10918:1 10961:1 11053:1 11096:1 11151:1 11194:1 11333:1 11344:1 11488:1 11999:1 12075:1 12337:1 12356:1 12445:1 12548:2 12632:1 12815:1 12859:1 12902:1 13128:1 13166:1 13386:1 13498:1 13534:1 13678:1 13691:1 13915:1 13919:3 13956:1 14150:1 14176:1 14342:1 14475:1 14479:1 14480:1 14575:1 14595:1 14733:1 14774:1 14812:2 14903:1 14962:1 14970:1 15070:1 15265:1 15381:1 15408:1 15413:1 15652:1 15672:1 15864:1 16005:1 16111:1 16158:1 16240:1 16258:1 16367:1 16379:1 16486:1 16586:1 16678:1 16718:1 16720:1 16744:1 16766:1 16768:1 16786:1 17022:1 17076:1 17284:1 17291:1 17341:1 17492:180 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:1 18333:1 18584:1 18778:1 18849:1 18892:1 18915:1 18983:1 19078:1 19214:1 19274:1 19358:1 19388:1 19435:1 19487:1 19510:1 19612:1 19623:1 20131:1 20290:1 20401:1 20415:1 20421:2 20488:1 20577:1 20796:1 20864:1 20894:1 21072:1 21173:2 21236:1 21242:1 21329:1 21337:1 21345:1 21439:1 21632:1 21709:1 21904:1 21975:1 21987:1 22176:1 22309:1 22333:1 22340:1 22438:1 22502:1 22572:1 22762:1 22876:1 23003:1 23052:1 23191:1 23240:1 23245:1 23250:1 23277:1 23535:1 23866:1 23902:1 23987:1 24324:1 24598:1 24655:1 24730:1 24734:1 24759:1 24809:1 24899:1 24928:3 25071:1 25387:1 25434:1 25488:1 25515:1 25537:1 25587:1 25704:1 25728:1 25790:1 25835:1 25877:1 26184:1 26275:1 26312:1 26322:1 26352:1 26468:1 26609:1 26647:1 26666:1 26681:1 26821:1 26898:1 26990:1 27050:1 27078:1 27095:1 27137:2 27497:1 27557:2 27696:3 12 74:1 111:1 202:1 328:1 356:1 378:1 418:2 441:1 725:1 861:1 867:1 881:1 994:1 1088:1 1192:1 1240:1 1249:1 1287:1 1344:1 1354:1 1459:1 1564:1 1565:1 1660:1 1691:1 1795:1 1831:1 1848:1 1864:1 2080:1 2197:1 2200:1 2235:1 2256:1 2261:1 2262:1 2265:1 2338:1 2354:1 2501:1 2580:1 2583:1 2589:1 2756:1 2927:1 3160:1 3232:1 3244:1 3402:1 3426:1 3460:1 3674:1 3713:1 3726:1 3806:2 3844:2 3876:1 3916:1 4030:1 4145:1 4258:1 4281:1 4346:1 4472:1 4550:1 4710:1 4814:3 5045:2 5118:1 5133:1 5141:2 5163:1 5188:5 5274:1 5402:1 5527:1 5788:1 5864:1 5917:1 6003:1 6008:1 6096:1 6115:1 6117:2 6260:1 6362:1 6414:1 6516:1 6578:1 6932:1 7146:1 7250:1 7263:1 7328:1 7329:1 7352:1 7394:4 7419:1 7488:1 7522:1 7550:1 7947:1 8091:1 8247:2 8630:1 8707:1 8796:1 8883:1 8990:1 9066:1 9133:1 9175:1 9244:1 9250:1 9481:2 9583:1 9747:1 9876:1 9882:1 10145:1 10148:1 10155:2 10359:1 10365:2 10380:1 10419:1 10473:1 10488:2 10526:1 10573:1 10714:1 10750:1 10767:1 10866:1 10918:1 10961:1 11053:1 11096:1 11151:1 11194:1 11333:1 11344:1 11488:1 11999:1 12075:1 12272:1 12337:1 12356:1 12445:1 12548:2 12632:1 12698:1 12815:1 12827:1 12859:1 12902:1 13128:1 13166:1 13386:1 13483:1 13498:1 13534:1 13678:1 13691:1 13874:1 13915:1 13919:3 13956:1 14150:1 14176:1 14342:1 14467:1 14475:1 14479:1 14480:1 14534:1 14575:1 14595:1 14733:1 14774:1 14812:2 14903:1 14962:1 14970:1 15070:1 15193:1 15265:1 15381:1 15408:1 15413:1 15652:1 15672:1 15864:1 16005:1 16111:1 16158:1 16240:1 16258:1 16367:1 16379:1 16486:1 16586:1 16668:1 16678:1 16718:1 16720:1 16744:1 16766:1 16768:1 16786:1 16961:1 17022:1 17076:1 17284:1 17291:1 17341:1 17492:217 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:1 18333:1 18584:1 18676:1 18778:1 18849:1 18892:1 18915:1 18958:1 18983:1 19078:1 19214:1 19274:1 19297:1 19358:1 19388:1 19435:1 19487:1 19510:1 19612:1 19623:1 20131:1 20290:1 20401:2 20415:1 20421:2 20488:1 20577:1 20796:1 20864:1 20894:1 20994:1 21072:1 21173:2 21236:1 21241:1 21242:1 21329:1 21337:1 21345:1 21439:1 21632:1 21709:1 21904:1 21975:1 21987:1 22157:1 22176:1 22309:1 22333:1 22340:1 22405:1 22438:1 22502:1 22572:1 22762:1 22876:1 23003:1 23052:1 23191:1 23240:1 23245:1 23250:1 23277:1 23535:1 23735:1 23866:1 23873:1 23902:1 23904:1 23987:1 24271:1 24324:1 24430:1 24598:1 24655:1 24730:1 24734:1 24759:1 24809:1 24899:1 24928:3 25071:1 25387:1 25434:1 25488:1 25515:1 25537:1 25587:1 25704:1 25728:1 25788:1 25790:1 25793:1 25835:1 25877:1 26068:1 26184:1 26275:1 26312:1 26322:1 26352:1 26442:1 26468:1 26609:1 26647:2 26666:1 26681:1 26821:1 26898:1 26990:1 27050:1 27078:1 27095:1 27137:2 27497:1 27557:2 27696:3 12 74:1 111:1 141:1 202:1 328:1 356:1 378:1 418:2 441:1 603:1 725:1 861:1 867:1 881:1 888:2 994:1 1088:1 1192:1 1240:1 1249:1 1287:1 1344:1 1354:1 1459:1 1564:1 1565:1 1625:1 1660:1 1691:1 1795:1 1831:1 1848:1 1864:1 1897:1 2007:1 2080:1 2191:1 2197:2 2200:1 2235:1 2249:1 2256:1 2261:1 2262:1 2265:1 2270:1 2338:1 2339:1 2354:1 2501:1 2580:1 2583:1 2589:1 2741:1 2756:1 2927:1 2928:1 3160:1 3223:1 3232:1 3244:1 3402:1 3426:1 3460:1 3500:1 3607:1 3674:1 3713:1 3726:1 3806:2 3844:2 3876:1 3916:1 4030:1 4145:1 4163:1 4258:1 4281:1 4346:1 4472:1 4550:1 4710:1 4814:3 4828:1 4838:1 5045:2 5118:1 5133:1 5141:2 5163:2 5188:6 5242:1 5274:1 5402:1 5527:1 5705:1 5777:1 5788:1 5794:1 5864:1 5917:1 5994:1 6003:1 6008:1 6096:1 6110:1 6115:1 6117:2 6260:1 6362:1 6414:1 6516:1 6545:1 6578:1 6656:1 6932:1 6964:1 7146:1 7155:1 7250:1 7263:1 7328:2 7329:1 7352:1 7394:6 7419:1 7422:1 7488:1 7522:1 7550:1 7871:1 7947:1 8091:1 8207:1 8247:2 8433:1 8599:1 8630:1 8707:1 8733:1 8796:1 8883:1 8990:1 9006:1 9066:1 9133:1 9175:1 9244:1 9250:1 9433:2 9481:2 9583:1 9747:1 9876:1 9882:1 10145:1 10148:1 10155:2 10359:1 10365:2 10380:1 10419:1 10473:1 10488:2 10526:1 10573:1 10714:1 10740:1 10750:1 10767:1 10777:1 10866:1 10918:2 10961:1 11053:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:1 11488:1 11785:1 11999:1 12001:1 12075:1 12272:1 12337:1 12356:1 12396:1 12445:1 12548:2 12632:1 12698:1 12815:2 12827:1 12857:1 12859:1 12902:1 13010:1 13128:1 13166:1 13320:1 13386:1 13483:1 13498:1 13499:1 13534:1 13678:1 13691:1 13874:1 13915:1 13919:3 13956:1 14150:1 14170:1 14176:1 14245:1 14342:1 14429:1 14467:1 14475:1 14479:1 14480:1 14534:1 14575:1 14595:1 14602:1 14733:2 14754:1 14774:1 14782:1 14812:2 14903:1 14962:1 14970:1 15070:1 15141:1 15193:2 15265:1 15297:1 15381:1 15408:1 15413:1 15610:1 15652:1 15672:1 15864:1 16005:1 16111:1 16158:1 16240:1 16258:1 16367:1 16379:1 16486:1 16586:1 16668:1 16678:1 16718:1 16720:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 17022:1 17076:1 17284:1 17291:1 17328:1 17341:1 17492:293 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:2 18333:1 18485:1 18584:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 19078:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19435:1 19487:1 19510:1 19612:1 19623:1 19651:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20610:1 20796:1 20864:1 20894:1 20994:2 21072:1 21173:2 21236:1 21241:1 21242:1 21329:1 21337:1 21345:1 21430:1 21435:1 21439:1 21632:1 21709:1 21904:1 21919:1 21975:1 21987:1 22119:1 22157:1 22176:1 22309:1 22333:1 22340:1 22405:1 22438:1 22502:1 22572:1 22737:1 22762:1 22838:1 22876:1 23003:2 23052:1 23128:1 23191:1 23240:1 23245:1 23250:1 23277:1 23535:1 23675:1 23694:1 23735:1 23866:2 23873:2 23902:1 23904:1 23987:1 24008:1 24271:1 24324:1 24430:1 24598:1 24655:1 24730:1 24734:1 24759:1 24809:1 24899:2 24928:3 25000:1 25071:1 25387:1 25434:1 25473:1 25488:1 25515:1 25537:1 25539:1 25545:1 25587:1 25704:1 25728:1 25788:1 25790:1 25793:1 25835:1 25866:1 25877:1 25912:1 26068:1 26174:1 26184:1 26275:1 26312:1 26322:1 26352:1 26442:1 26446:1 26468:1 26498:1 26609:2 26647:3 26666:1 26681:1 26821:1 26853:1 26898:1 26990:1 27050:1 27078:1 27095:1 27133:1 27137:2 27479:1 27489:1 27497:1 27557:2 27696:3 12 74:1 111:1 141:1 202:1 328:1 356:1 378:1 418:2 441:1 603:1 725:1 861:1 867:1 881:1 888:2 994:1 1054:1 1088:1 1192:1 1240:1 1249:1 1287:1 1344:1 1354:1 1397:1 1459:1 1564:1 1565:1 1625:1 1660:1 1691:1 1795:1 1831:1 1848:1 1864:1 1897:1 2007:1 2080:1 2148:1 2191:1 2197:2 2200:1 2235:1 2249:1 2256:1 2261:1 2262:1 2265:1 2270:1 2338:1 2339:1 2354:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2741:2 2756:1 2927:1 2928:1 3160:1 3223:1 3232:1 3244:1 3402:1 3426:1 3460:1 3500:1 3607:1 3674:1 3713:1 3725:1 3726:1 3806:2 3844:2 3876:1 3916:1 4030:1 4145:1 4163:1 4180:1 4258:1 4281:1 4346:1 4472:1 4550:1 4581:1 4605:1 4710:1 4814:3 4828:1 4830:1 4838:1 4879:1 5045:2 5118:1 5133:1 5141:2 5163:3 5188:6 5242:1 5274:1 5382:1 5402:1 5496:1 5527:1 5665:1 5705:1 5777:1 5788:1 5794:1 5864:1 5917:1 5994:1 6003:1 6008:1 6096:1 6110:1 6115:1 6117:2 6260:1 6362:1 6414:1 6493:1 6516:1 6545:2 6578:1 6656:1 6798:1 6932:1 6964:1 7117:1 7146:1 7155:1 7250:1 7263:1 7328:2 7329:1 7352:1 7394:6 7419:1 7422:1 7488:1 7522:1 7550:1 7733:1 7871:1 7905:1 7947:1 8091:1 8207:1 8247:2 8259:1 8433:1 8599:1 8630:1 8707:1 8733:1 8796:1 8883:1 8990:1 9006:1 9066:1 9133:1 9175:1 9244:1 9250:1 9287:1 9433:2 9481:2 9583:1 9650:1 9747:1 9876:1 9882:1 9999:1 10059:1 10135:1 10145:1 10148:1 10155:2 10359:1 10365:2 10380:1 10419:1 10473:1 10488:2 10526:1 10573:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10866:1 10889:1 10918:2 10961:1 11053:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:1 11488:1 11512:1 11785:1 11855:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12272:1 12337:1 12356:1 12396:1 12445:1 12548:2 12632:1 12648:1 12698:1 12815:2 12827:1 12857:1 12859:1 12902:1 13010:1 13128:1 13166:1 13320:1 13386:1 13483:1 13498:1 13499:1 13534:1 13606:1 13678:1 13691:1 13846:1 13874:1 13915:1 13919:3 13956:1 14150:1 14170:1 14176:1 14245:1 14342:1 14429:1 14467:1 14475:1 14479:1 14480:1 14534:1 14575:1 14595:1 14602:1 14733:2 14754:1 14770:1 14774:1 14782:1 14812:2 14903:1 14962:1 14970:1 15070:1 15120:1 15141:1 15193:2 15265:1 15297:1 15381:1 15408:1 15413:1 15579:1 15610:1 15652:1 15672:1 15864:1 16005:1 16111:1 16158:1 16240:1 16258:1 16282:1 16367:1 16379:1 16486:1 16586:1 16668:1 16678:1 16718:1 16720:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16990:1 17022:1 17076:1 17284:1 17291:1 17328:1 17341:1 17492:336 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:2 18333:1 18485:2 18584:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 19078:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19435:1 19487:1 19510:1 19558:1 19612:1 19623:1 19647:1 19651:2 19706:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20610:1 20613:1 20796:1 20864:1 20894:1 20994:2 21072:1 21121:1 21173:2 21236:1 21241:1 21242:1 21252:1 21329:1 21337:1 21345:1 21430:1 21435:1 21439:1 21632:1 21709:1 21777:1 21904:1 21919:1 21975:1 21987:1 22119:1 22157:1 22176:1 22309:1 22333:1 22340:1 22351:1 22405:1 22438:1 22502:1 22572:1 22578:1 22737:1 22762:1 22838:1 22876:1 23003:2 23052:1 23128:2 23191:1 23240:1 23245:1 23250:1 23277:1 23535:1 23675:1 23694:1 23735:1 23866:2 23873:2 23878:1 23902:1 23904:1 23987:1 24008:1 24171:1 24271:1 24324:1 24330:1 24397:1 24430:2 24598:1 24655:1 24730:1 24734:1 24759:1 24809:1 24839:1 24899:2 24928:3 25000:1 25071:1 25161:1 25349:1 25387:1 25434:1 25473:1 25488:1 25515:1 25537:1 25539:1 25545:1 25587:1 25704:1 25728:1 25778:1 25788:1 25790:1 25793:1 25835:1 25866:1 25877:1 25912:1 26068:1 26092:1 26174:1 26184:1 26275:1 26312:1 26322:1 26352:1 26442:1 26446:1 26468:1 26482:1 26498:1 26531:1 26609:2 26647:3 26666:1 26681:1 26821:1 26853:1 26898:1 26990:1 27050:1 27078:1 27095:1 27133:1 27137:2 27180:1 27372:1 27479:1 27489:1 27497:1 27557:2 27696:3 12 43:1 74:1 111:1 141:1 202:1 328:1 356:1 378:1 418:3 441:1 603:1 725:1 861:1 867:1 881:1 888:2 994:1 1019:1 1054:1 1088:1 1192:1 1240:1 1249:1 1287:1 1344:1 1354:1 1397:1 1459:1 1564:1 1565:1 1625:1 1656:1 1660:1 1691:1 1795:1 1831:1 1848:1 1864:1 1897:1 2006:1 2007:1 2080:1 2148:1 2191:1 2197:2 2200:1 2235:1 2249:1 2253:1 2256:1 2261:1 2262:1 2265:1 2270:1 2307:1 2338:1 2339:1 2354:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2927:1 2928:1 3160:1 3174:1 3191:1 3223:1 3232:1 3244:1 3402:1 3426:1 3460:1 3500:1 3607:1 3674:1 3713:1 3725:1 3726:1 3806:2 3844:2 3876:1 3916:1 3921:1 4030:1 4145:1 4163:1 4180:1 4258:1 4281:1 4346:1 4404:1 4472:1 4550:1 4581:1 4605:1 4710:1 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 5045:2 5118:1 5133:1 5141:2 5163:3 5188:6 5242:1 5274:1 5335:1 5355:1 5382:1 5402:1 5496:1 5527:1 5665:1 5705:1 5777:1 5788:1 5794:1 5864:1 5917:1 5994:1 6003:1 6008:1 6096:1 6110:1 6115:1 6117:2 6260:1 6362:1 6414:1 6455:1 6493:1 6516:1 6545:2 6578:1 6614:1 6656:1 6798:1 6878:2 6932:1 6958:1 6964:1 6990:1 7117:1 7146:1 7155:1 7198:1 7250:1 7263:1 7328:2 7329:1 7352:1 7394:6 7419:1 7422:1 7432:1 7480:1 7488:1 7522:2 7550:1 7733:1 7871:1 7905:1 7916:1 7947:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8433:1 8483:1 8523:1 8599:1 8630:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8866:1 8883:1 8990:1 9006:1 9066:1 9133:1 9147:1 9175:1 9244:1 9250:1 9287:1 9433:2 9481:2 9583:1 9650:1 9665:1 9747:1 9808:1 9876:1 9882:1 9995:1 9999:1 10059:1 10135:1 10145:1 10148:1 10155:2 10162:1 10359:1 10365:2 10380:1 10419:1 10473:1 10488:2 10519:1 10526:1 10573:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10812:1 10866:1 10889:1 10918:2 10961:1 11053:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:1 11488:1 11512:1 11581:1 11761:1 11785:1 11855:1 11869:1 11972:1 11976:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12209:1 12272:1 12337:1 12356:1 12360:1 12376:1 12396:1 12445:1 12533:1 12548:2 12632:1 12648:1 12698:1 12815:2 12827:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13128:1 13148:2 13166:1 13320:1 13330:1 13386:1 13483:1 13498:1 13499:1 13534:1 13606:1 13678:1 13691:1 13709:1 13758:1 13846:1 13874:1 13915:1 13919:3 13956:1 14150:1 14170:1 14176:1 14245:1 14342:1 14355:1 14429:1 14467:1 14475:1 14479:1 14480:1 14534:1 14575:1 14595:1 14602:1 14733:2 14754:1 14770:1 14774:1 14782:1 14797:1 14812:2 14903:1 14962:1 14970:1 15021:1 15070:1 15120:1 15121:1 15141:1 15193:2 15261:1 15265:1 15287:1 15297:1 15381:1 15390:1 15408:1 15413:1 15532:1 15555:1 15579:1 15610:1 15652:1 15672:1 15860:1 15864:1 16005:1 16066:1 16109:1 16111:1 16158:1 16240:1 16258:1 16282:1 16367:1 16379:1 16443:1 16451:1 16486:1 16586:1 16616:1 16668:1 16678:1 16718:1 16720:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16990:1 16991:1 17022:1 17076:1 17284:1 17291:2 17298:1 17328:1 17341:1 17492:396 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:2 18333:1 18485:2 18494:1 18525:1 18584:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 19078:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19435:1 19487:1 19510:1 19558:1 19612:1 19623:1 19647:1 19651:2 19706:1 19809:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20610:1 20613:1 20659:1 20776:1 20796:1 20841:1 20864:1 20894:1 20994:2 21072:1 21121:1 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21315:1 21329:1 21337:1 21345:1 21430:1 21435:1 21439:1 21632:1 21709:1 21777:1 21904:1 21919:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:1 22176:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22438:1 22502:1 22572:1 22578:1 22586:1 22707:3 22737:1 22762:1 22838:1 22876:1 22963:1 23003:2 23052:1 23128:2 23191:1 23240:1 23245:1 23250:1 23277:1 23535:1 23675:1 23694:1 23735:1 23866:2 23873:2 23878:1 23902:1 23904:1 23918:1 23987:1 24008:1 24085:1 24171:1 24271:2 24324:1 24330:1 24397:1 24430:2 24598:2 24655:1 24730:1 24734:1 24759:1 24809:1 24839:1 24899:2 24928:3 25000:1 25071:1 25161:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25704:1 25728:1 25778:1 25788:1 25790:1 25793:1 25835:1 25866:1 25877:1 25912:1 26013:1 26068:1 26071:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26352:1 26442:1 26446:3 26468:1 26482:1 26498:1 26531:1 26609:2 26647:3 26666:1 26681:1 26821:1 26853:1 26898:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:1 27489:1 27497:1 27557:2 27696:3 12 37:1 43:1 74:1 111:1 141:1 202:1 294:1 328:1 356:2 378:1 418:3 441:1 535:1 603:1 725:1 861:1 867:1 881:1 888:2 893:1 903:1 994:1 1019:1 1054:1 1088:1 1192:1 1195:1 1240:1 1249:1 1287:1 1344:1 1354:1 1397:3 1459:1 1564:1 1565:1 1625:1 1656:1 1660:1 1691:1 1795:1 1831:2 1848:1 1864:1 1897:1 2006:1 2007:1 2080:1 2148:1 2191:1 2197:2 2200:1 2235:1 2249:1 2253:1 2256:1 2261:1 2262:1 2265:1 2270:1 2307:1 2338:1 2339:1 2354:1 2368:1 2451:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2857:1 2927:1 2928:1 3160:1 3174:1 3191:1 3223:1 3232:1 3244:1 3399:1 3402:1 3426:1 3460:2 3500:1 3607:1 3674:1 3713:1 3725:1 3726:1 3753:1 3806:2 3844:2 3876:1 3916:1 3921:1 3992:1 4030:1 4145:1 4163:1 4180:1 4258:1 4281:1 4346:1 4404:1 4472:1 4550:1 4581:1 4605:1 4710:2 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 5045:2 5118:1 5133:1 5141:2 5163:4 5188:6 5242:1 5274:1 5335:1 5355:1 5382:1 5402:1 5496:1 5527:1 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5864:1 5917:1 5994:1 6003:1 6008:1 6096:1 6110:1 6115:1 6117:2 6260:2 6362:1 6414:2 6455:1 6493:1 6516:1 6545:3 6578:1 6614:1 6656:1 6798:1 6878:2 6932:1 6958:1 6964:1 6990:1 7117:1 7143:1 7146:1 7155:1 7180:1 7198:1 7250:1 7263:1 7328:2 7329:1 7346:1 7352:1 7356:1 7394:6 7419:2 7422:1 7432:1 7480:1 7488:2 7522:2 7550:1 7733:1 7852:1 7871:1 7905:1 7916:1 7947:1 8062:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8433:1 8483:1 8490:1 8523:1 8587:1 8599:1 8630:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8866:1 8883:2 8965:1 8990:1 9006:1 9066:1 9133:1 9147:1 9175:1 9220:1 9244:1 9250:1 9287:1 9433:2 9481:2 9583:1 9650:1 9665:1 9747:1 9808:1 9876:1 9882:2 9995:1 9999:1 10059:2 10135:1 10145:1 10148:1 10155:2 10162:1 10359:1 10365:2 10380:1 10386:1 10419:1 10473:1 10488:3 10519:1 10526:1 10537:1 10573:1 10595:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10812:1 10866:1 10889:1 10918:2 10961:1 11008:1 11053:1 11077:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:1 11477:1 11488:1 11512:1 11581:1 11630:1 11761:1 11785:1 11855:1 11869:1 11972:1 11976:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12185:1 12209:1 12272:1 12337:1 12356:1 12360:1 12376:1 12396:1 12445:1 12533:1 12548:2 12603:1 12632:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13114:1 13128:1 13148:2 13166:1 13320:1 13330:1 13386:1 13483:1 13498:1 13499:1 13534:1 13606:1 13678:1 13691:1 13709:1 13758:1 13846:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14170:1 14176:1 14245:1 14342:1 14355:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14534:1 14575:1 14595:1 14602:2 14733:2 14754:1 14770:1 14774:1 14782:1 14786:1 14797:1 14812:2 14903:1 14962:1 14970:1 15021:1 15070:1 15120:1 15121:1 15141:1 15193:2 15261:1 15265:1 15287:1 15297:1 15381:1 15390:1 15408:1 15413:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15860:1 15864:1 16005:1 16066:1 16109:1 16111:1 16158:1 16240:1 16258:1 16282:1 16367:1 16379:1 16443:1 16451:1 16468:1 16486:1 16563:1 16586:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16973:1 16990:1 16991:1 17022:1 17076:1 17284:1 17291:2 17298:1 17328:1 17341:1 17360:1 17492:437 17520:1 17555:1 17669:1 17793:1 17914:1 18032:1 18145:1 18269:2 18333:1 18366:1 18485:2 18494:1 18525:1 18584:1 18606:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 18995:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19435:1 19465:1 19487:1 19510:1 19558:1 19612:1 19623:1 19647:2 19651:2 19706:1 19809:1 19934:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20591:1 20610:1 20613:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20994:2 21011:1 21030:1 21072:1 21121:1 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21315:1 21329:1 21337:1 21345:1 21430:1 21435:1 21439:1 21632:1 21709:1 21777:1 21904:1 21919:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:2 22176:1 22208:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22572:1 22578:1 22586:1 22707:3 22737:1 22762:1 22838:1 22876:1 22963:1 22967:1 23003:2 23052:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23415:1 23535:1 23554:1 23633:1 23675:1 23694:1 23735:1 23866:2 23873:2 23878:1 23902:1 23904:1 23914:1 23918:1 23964:1 23987:1 24008:1 24085:1 24171:1 24271:2 24324:1 24330:1 24352:1 24397:1 24430:2 24598:2 24655:1 24730:1 24734:1 24759:1 24809:1 24839:1 24899:2 24928:3 25000:1 25045:1 25071:1 25161:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25635:1 25663:1 25704:1 25728:1 25778:1 25788:1 25790:1 25793:1 25835:1 25866:1 25877:1 25912:1 26013:1 26068:1 26071:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26352:1 26429:1 26442:1 26446:3 26451:1 26468:1 26482:1 26498:1 26531:1 26609:2 26647:3 26666:2 26681:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:1 27489:1 27497:1 27499:1 27557:2 27696:3 12 37:1 43:1 74:1 111:1 141:1 202:1 209:1 282:1 294:1 328:1 356:2 378:1 418:3 441:1 535:1 603:1 725:1 861:1 867:1 881:1 888:2 893:1 903:1 990:1 994:1 1019:1 1054:1 1088:1 1192:1 1195:1 1203:1 1240:1 1249:1 1277:1 1287:1 1301:1 1344:1 1354:1 1397:3 1459:1 1493:1 1564:1 1565:1 1625:1 1656:1 1660:1 1691:1 1791:1 1795:1 1815:1 1831:2 1848:1 1864:1 1890:1 1897:1 1905:1 1922:1 2006:1 2007:1 2080:1 2148:1 2191:1 2197:2 2200:1 2208:1 2235:1 2249:1 2253:1 2256:1 2258:1 2261:1 2262:1 2265:1 2270:2 2272:1 2287:1 2307:1 2338:1 2339:1 2354:1 2368:1 2451:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2857:1 2927:1 2928:1 2951:1 2957:1 3135:1 3160:1 3174:1 3191:2 3223:1 3232:1 3244:1 3399:1 3402:1 3426:1 3460:2 3500:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:1 3753:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:1 3992:1 4030:1 4145:1 4163:1 4180:1 4258:1 4281:1 4346:1 4357:1 4404:1 4472:1 4494:1 4550:1 4581:1 4605:1 4710:2 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 5045:2 5118:1 5133:1 5141:2 5163:4 5188:6 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5496:1 5511:1 5527:1 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5864:1 5917:1 5994:1 6003:1 6008:1 6092:1 6096:1 6110:1 6115:2 6117:2 6246:1 6260:2 6362:1 6414:2 6455:1 6493:1 6516:2 6545:3 6578:1 6614:1 6656:1 6798:1 6878:2 6932:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:1 7146:2 7155:1 7180:1 7198:1 7250:1 7263:1 7328:3 7329:2 7346:1 7352:1 7356:1 7394:9 7419:2 7422:1 7432:1 7480:1 7488:2 7522:2 7550:1 7725:1 7733:1 7811:1 7852:1 7871:1 7905:1 7916:1 7947:1 8062:1 8072:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8366:1 8433:1 8483:1 8490:1 8523:1 8587:1 8599:1 8630:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8866:1 8880:1 8883:2 8965:1 8990:1 9006:1 9066:1 9108:1 9133:1 9147:2 9175:1 9220:1 9244:1 9250:1 9287:2 9433:2 9481:2 9484:1 9523:1 9583:1 9650:1 9665:1 9747:1 9808:1 9876:1 9882:2 9995:1 9999:1 10059:2 10135:1 10145:1 10148:1 10155:3 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10473:1 10488:3 10519:1 10526:1 10537:1 10573:1 10595:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10812:1 10866:1 10889:1 10918:2 10961:1 10978:1 11008:1 11053:1 11077:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:1 11477:1 11488:1 11512:1 11549:1 11581:2 11630:1 11756:1 11761:1 11785:1 11855:1 11869:1 11972:2 11976:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12185:1 12209:1 12272:1 12337:1 12355:1 12356:1 12360:1 12376:1 12396:1 12445:1 12515:1 12533:1 12548:2 12603:1 12632:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13114:1 13128:1 13148:2 13164:1 13166:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13534:1 13606:1 13628:1 13678:1 13691:1 13709:1 13758:1 13846:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14520:1 14534:1 14575:1 14595:1 14602:2 14733:2 14754:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14903:1 14962:2 14970:1 15021:1 15070:1 15120:1 15121:1 15140:1 15141:1 15193:2 15261:1 15265:1 15287:2 15297:1 15381:1 15390:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15714:1 15860:1 15864:1 15898:1 16005:1 16066:1 16109:1 16111:1 16158:1 16240:1 16258:1 16282:1 16309:1 16367:1 16379:1 16443:1 16447:1 16451:1 16456:1 16468:1 16486:1 16563:1 16586:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16966:1 16973:1 16990:1 16991:1 17022:1 17076:1 17094:1 17284:1 17291:2 17298:1 17328:1 17341:1 17360:1 17492:467 17520:1 17555:1 17669:1 17793:1 17914:1 18003:1 18032:1 18087:1 18145:1 18269:2 18333:1 18366:1 18380:1 18485:2 18494:1 18525:1 18584:1 18606:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 18995:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19426:1 19435:1 19465:1 19487:1 19510:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19809:1 19934:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20591:1 20610:1 20613:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21072:1 21121:1 21159:1 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21315:1 21329:1 21337:1 21345:1 21430:1 21435:1 21439:1 21554:1 21632:1 21709:2 21777:1 21904:1 21919:1 21927:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:2 22176:1 22189:1 22208:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22572:1 22578:1 22586:1 22679:1 22707:3 22737:1 22762:1 22838:1 22876:1 22956:1 22963:1 22967:1 23000:1 23003:3 23052:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23373:1 23415:1 23535:1 23554:1 23608:1 23633:1 23675:2 23694:1 23735:1 23866:2 23873:2 23878:1 23898:1 23902:1 23904:1 23914:1 23918:1 23964:1 23987:1 24008:1 24085:1 24171:1 24271:2 24324:1 24330:1 24352:1 24397:1 24430:2 24463:1 24466:1 24598:2 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25161:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25635:1 25663:1 25704:2 25728:1 25778:1 25788:1 25790:1 25793:1 25811:1 25835:1 25866:1 25877:1 25912:1 26013:2 26068:1 26071:1 26084:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26352:1 26429:1 26442:1 26446:3 26451:1 26468:1 26482:1 26498:1 26531:1 26609:3 26647:4 26666:2 26681:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:1 27489:1 27497:1 27499:1 27557:2 27691:1 27696:3 12 37:1 43:1 74:1 111:1 141:1 202:1 209:1 282:1 294:1 328:1 356:2 378:1 418:3 441:1 535:1 603:1 725:1 861:1 867:1 881:1 888:2 893:1 903:1 990:1 994:1 1019:1 1054:1 1088:1 1192:1 1195:1 1203:1 1240:1 1249:1 1277:1 1287:1 1301:1 1344:1 1354:1 1397:3 1459:1 1493:1 1535:2 1564:1 1565:1 1625:1 1656:1 1660:1 1691:1 1791:1 1795:1 1815:1 1831:2 1848:1 1864:1 1890:1 1897:1 1905:1 1922:1 2006:1 2007:1 2080:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2249:1 2253:1 2256:1 2258:1 2261:1 2262:1 2265:1 2270:2 2272:1 2287:1 2307:1 2338:1 2339:1 2354:1 2368:1 2451:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2857:1 2927:1 2928:1 2951:1 2957:1 3135:1 3160:1 3174:1 3191:2 3223:1 3232:1 3244:1 3260:1 3399:1 3402:1 3426:1 3460:2 3500:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:1 3753:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:1 3992:1 4030:1 4145:1 4163:2 4180:1 4258:1 4281:1 4346:1 4357:1 4404:1 4472:1 4494:1 4550:1 4581:1 4605:1 4710:2 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 5045:2 5118:1 5133:1 5141:2 5163:4 5188:6 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5496:1 5511:1 5527:1 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5864:1 5917:1 5994:1 6003:1 6008:1 6092:1 6096:1 6110:1 6115:2 6117:2 6246:1 6260:2 6362:1 6414:2 6455:1 6493:1 6516:2 6545:3 6578:1 6614:1 6656:1 6798:1 6878:2 6932:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:1 7146:2 7155:1 7180:1 7198:1 7250:1 7263:1 7328:3 7329:2 7346:1 7352:1 7356:1 7394:9 7419:2 7422:1 7432:1 7480:1 7488:2 7522:2 7550:1 7725:1 7733:1 7811:1 7852:1 7871:1 7905:1 7916:1 7947:1 8062:1 8072:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8366:1 8433:1 8483:1 8490:1 8523:1 8587:1 8599:1 8630:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8866:1 8880:1 8883:2 8965:1 8990:1 9006:1 9066:1 9108:1 9133:1 9147:2 9175:1 9220:1 9244:1 9250:1 9287:2 9433:2 9481:2 9484:1 9523:1 9583:1 9650:1 9665:1 9747:1 9808:1 9876:1 9882:2 9995:1 9999:1 10054:1 10059:2 10066:1 10135:1 10145:1 10148:1 10155:3 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10473:1 10488:3 10519:1 10526:1 10537:1 10573:1 10595:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10812:1 10866:1 10889:1 10918:2 10961:1 10978:1 11008:1 11053:1 11077:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:2 11477:2 11488:1 11512:1 11549:1 11581:2 11630:1 11756:1 11761:1 11785:1 11789:1 11855:1 11869:1 11972:2 11976:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12185:1 12209:1 12272:1 12292:1 12337:1 12355:1 12356:1 12360:1 12376:1 12396:1 12445:1 12515:1 12533:1 12548:2 12603:1 12632:1 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13114:1 13128:1 13148:2 13164:1 13166:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13534:1 13606:1 13628:1 13678:1 13691:1 13709:1 13758:1 13846:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14520:1 14534:1 14575:1 14595:1 14602:2 14733:2 14754:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14903:1 14962:2 14970:1 15021:1 15070:1 15120:1 15121:1 15140:1 15141:1 15193:2 15261:1 15265:1 15287:2 15297:1 15381:1 15390:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15714:1 15860:1 15864:1 15898:1 16005:1 16035:1 16066:1 16109:1 16111:1 16158:1 16240:1 16258:1 16282:1 16309:1 16367:1 16379:1 16443:1 16447:1 16451:1 16456:1 16468:1 16486:1 16563:1 16586:1 16608:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16966:1 16973:1 16990:1 16991:1 17022:1 17076:1 17094:1 17284:1 17291:2 17298:1 17328:1 17341:1 17360:1 17492:523 17520:1 17555:1 17669:1 17793:1 17914:1 18003:1 18032:1 18087:1 18145:1 18269:3 18333:1 18366:1 18380:1 18485:2 18494:1 18525:1 18584:1 18606:1 18672:1 18676:1 18776:1 18778:1 18849:2 18892:1 18915:1 18958:1 18983:1 18995:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:1 19426:1 19435:1 19465:1 19487:1 19510:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19809:2 19934:1 20131:1 20196:1 20251:1 20290:1 20401:2 20415:1 20421:2 20446:1 20488:1 20577:1 20591:1 20610:1 20613:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21072:1 21121:1 21159:1 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21315:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21554:1 21632:1 21709:2 21777:1 21904:1 21919:1 21927:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:2 22176:1 22189:1 22208:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22572:1 22578:1 22586:1 22679:1 22707:3 22737:1 22762:1 22838:1 22876:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:3 23052:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23373:1 23415:1 23535:1 23554:1 23608:1 23633:1 23675:2 23694:1 23735:1 23866:2 23873:2 23878:1 23898:1 23902:1 23904:1 23914:1 23918:1 23964:1 23986:1 23987:1 24008:1 24085:1 24171:1 24271:2 24324:1 24330:1 24352:1 24397:1 24430:2 24463:1 24466:1 24598:2 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25161:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25623:1 25635:1 25663:1 25704:2 25710:1 25728:1 25778:1 25788:1 25790:1 25793:1 25811:1 25835:1 25866:1 25877:1 25912:1 26013:2 26068:1 26071:1 26084:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26352:1 26429:1 26442:1 26446:3 26451:1 26468:1 26482:1 26498:2 26531:1 26609:3 26647:4 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:2 27489:1 27497:1 27499:1 27557:2 27691:1 27696:3 12 37:1 43:1 74:1 111:1 141:1 202:1 209:1 282:1 294:1 328:1 356:2 378:2 418:3 441:1 535:1 603:1 725:1 861:1 867:1 881:1 888:2 893:1 903:1 990:1 994:1 1019:1 1054:1 1088:1 1192:1 1195:1 1203:1 1240:1 1249:1 1277:2 1287:1 1301:1 1344:1 1354:1 1397:4 1454:1 1457:1 1459:1 1493:1 1535:2 1564:1 1565:1 1568:1 1625:1 1656:1 1660:1 1668:1 1691:1 1695:1 1730:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:1 1891:1 1897:1 1905:1 1922:1 2006:1 2007:2 2010:1 2058:1 2080:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2246:1 2249:2 2253:2 2256:1 2258:1 2261:1 2262:1 2265:1 2270:2 2272:1 2287:1 2307:1 2338:2 2339:1 2354:1 2368:1 2381:1 2451:1 2501:1 2526:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2846:1 2857:1 2927:1 2928:1 2951:1 2957:1 3135:1 3160:1 3174:1 3191:2 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3426:1 3460:2 3500:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:1 3753:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:1 3992:1 4030:1 4104:2 4145:1 4163:2 4180:1 4258:1 4281:1 4346:1 4357:1 4404:1 4472:1 4494:1 4550:1 4581:1 4605:1 4710:4 4738:1 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 4993:1 5045:2 5118:1 5133:1 5141:2 5163:4 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5496:1 5511:1 5527:1 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5864:1 5917:1 5994:1 6003:1 6008:1 6092:1 6096:1 6110:1 6113:1 6115:2 6117:2 6246:1 6260:2 6362:1 6414:2 6455:1 6493:1 6516:2 6545:3 6578:1 6614:1 6656:1 6798:1 6878:2 6932:1 6949:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:2 7144:1 7146:2 7155:1 7180:1 7198:1 7250:1 7263:1 7293:1 7328:3 7329:2 7346:1 7352:1 7356:1 7394:11 7410:1 7419:2 7422:1 7432:1 7480:1 7488:2 7522:2 7550:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:1 7905:1 7916:1 7947:1 8062:1 8072:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8599:1 8630:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 9006:1 9066:1 9108:1 9133:1 9136:1 9147:2 9153:1 9175:1 9220:1 9244:1 9250:1 9254:1 9287:2 9433:2 9481:2 9484:1 9523:1 9583:1 9650:1 9665:1 9747:1 9808:1 9831:1 9876:1 9882:2 9995:1 9999:1 10054:1 10059:3 10066:1 10135:1 10145:1 10148:1 10155:3 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10473:1 10488:3 10519:1 10526:1 10537:1 10573:1 10595:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10812:1 10866:1 10888:1 10889:1 10918:2 10961:1 10978:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11151:1 11194:1 11333:1 11344:1 11443:2 11477:2 11488:1 11512:1 11549:1 11581:2 11630:1 11756:1 11761:1 11785:1 11789:1 11855:1 11869:1 11972:2 11976:1 11979:1 11980:1 11999:1 12001:1 12009:1 12075:1 12185:1 12209:1 12244:1 12272:1 12292:1 12337:1 12355:1 12356:1 12360:1 12376:1 12396:1 12445:1 12515:1 12533:1 12548:2 12603:1 12632:1 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13114:1 13128:1 13148:2 13164:1 13166:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13534:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13709:1 13758:1 13846:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14678:1 14733:2 14754:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14898:1 14903:1 14962:2 14970:1 15021:1 15070:1 15120:1 15121:1 15140:1 15141:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:1 15381:1 15390:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15714:1 15860:1 15864:1 15898:1 16005:1 16035:1 16066:1 16109:1 16111:1 16158:1 16240:1 16258:1 16282:1 16309:1 16367:1 16379:1 16443:1 16447:1 16451:1 16456:1 16468:1 16486:1 16563:1 16586:1 16608:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16966:1 16973:1 16990:1 16991:1 17022:1 17076:1 17094:1 17284:1 17291:2 17298:1 17328:1 17341:1 17360:1 17492:572 17520:1 17555:1 17599:1 17669:1 17793:1 17902:1 17914:1 18003:1 18032:1 18087:1 18145:1 18269:3 18333:1 18366:1 18380:1 18485:2 18494:1 18525:1 18584:1 18606:1 18672:1 18676:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18958:1 18983:1 18995:1 19061:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19487:1 19510:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19809:2 19934:1 20033:1 20131:1 20196:1 20234:1 20251:1 20290:1 20401:2 20415:1 20421:2 20422:1 20446:1 20488:1 20577:1 20580:1 20591:1 20610:1 20613:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21072:1 21121:1 21159:2 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21305:1 21315:1 21320:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21554:1 21632:1 21709:3 21777:1 21904:1 21919:1 21927:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:2 22176:1 22189:1 22208:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22572:1 22578:1 22586:1 22679:1 22707:3 22737:1 22762:1 22838:1 22876:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:3 23052:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23373:1 23415:1 23535:1 23554:1 23608:1 23633:1 23675:2 23694:1 23711:1 23735:1 23866:2 23873:2 23878:1 23879:1 23898:1 23902:1 23904:1 23914:1 23918:1 23964:1 23986:1 23987:1 24008:1 24085:1 24171:1 24271:3 24324:1 24330:1 24352:1 24397:1 24430:2 24436:1 24443:1 24463:1 24466:1 24598:2 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25161:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25623:1 25635:1 25641:1 25663:1 25704:2 25710:1 25728:1 25767:1 25778:1 25788:1 25790:1 25793:1 25811:1 25835:1 25866:1 25877:1 25912:1 26013:2 26068:1 26071:1 26084:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26352:1 26429:1 26442:1 26446:3 26451:1 26468:1 26482:1 26498:2 26531:1 26609:3 26647:4 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:2 27489:1 27497:1 27499:1 27557:2 27691:1 27696:3 12 37:1 43:1 74:1 111:1 141:1 165:1 179:1 202:1 209:1 282:1 294:1 328:1 356:2 378:2 418:3 441:1 535:1 603:1 725:1 861:1 867:1 881:1 888:2 893:1 903:1 990:1 994:1 1019:1 1054:1 1073:1 1088:1 1192:1 1195:1 1203:1 1240:1 1249:1 1277:2 1287:1 1301:1 1344:2 1354:1 1397:4 1454:1 1457:2 1459:1 1493:1 1535:2 1564:1 1565:1 1568:1 1625:1 1656:1 1660:1 1668:1 1691:1 1695:1 1730:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:1 1891:1 1897:1 1905:1 1922:2 2006:1 2007:2 2010:1 2058:1 2080:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2246:1 2249:2 2253:2 2256:1 2258:1 2261:1 2262:1 2265:1 2270:2 2272:1 2287:1 2307:1 2338:2 2339:1 2354:1 2368:1 2381:1 2451:1 2459:1 2501:1 2526:2 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2846:1 2857:2 2927:1 2928:1 2951:1 2957:1 3008:1 3021:1 3053:1 3135:1 3160:1 3174:1 3191:2 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3426:1 3431:1 3460:2 3500:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:1 3753:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4030:1 4104:2 4145:1 4163:2 4180:1 4258:1 4281:1 4346:1 4357:1 4404:1 4472:1 4494:1 4550:1 4581:1 4605:1 4700:1 4710:4 4738:1 4814:3 4828:1 4830:1 4838:1 4850:1 4879:1 4993:1 5045:2 5118:1 5133:1 5141:2 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5496:1 5511:1 5527:1 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6092:1 6096:1 6110:1 6113:1 6115:2 6117:2 6120:1 6246:1 6260:2 6362:1 6414:2 6455:1 6493:1 6516:2 6545:3 6578:1 6614:1 6656:1 6798:1 6877:1 6878:2 6932:1 6949:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:2 7144:1 7146:2 7155:1 7180:1 7198:1 7250:1 7263:1 7293:1 7328:3 7329:2 7336:1 7346:1 7352:1 7356:1 7394:11 7410:1 7419:2 7422:1 7432:1 7480:1 7488:2 7522:2 7550:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:1 7905:1 7916:1 7947:1 7961:1 8062:1 8072:1 8091:1 8204:1 8207:1 8221:1 8247:2 8259:1 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8599:1 8630:1 8688:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8813:1 8841:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 9006:1 9066:1 9108:1 9133:1 9136:1 9147:2 9153:1 9175:1 9190:1 9191:2 9203:1 9220:1 9244:1 9250:1 9254:1 9264:1 9287:3 9303:1 9433:2 9481:2 9484:1 9523:1 9583:1 9599:1 9650:1 9665:1 9747:1 9808:1 9831:1 9876:1 9882:2 9995:1 9999:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:3 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10473:1 10488:3 10519:1 10526:1 10537:1 10573:1 10595:1 10627:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:1 10888:1 10889:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11151:1 11169:1 11189:1 11194:1 11244:1 11333:1 11344:1 11443:2 11477:2 11488:1 11494:1 11512:1 11549:1 11581:2 11630:1 11756:1 11761:1 11785:1 11789:1 11855:1 11869:1 11972:2 11976:1 11979:1 11980:1 11999:1 12000:1 12001:1 12009:1 12075:1 12185:1 12209:1 12244:1 12272:1 12292:1 12337:1 12355:1 12356:1 12360:1 12376:1 12396:1 12438:1 12445:1 12515:1 12533:1 12548:2 12603:1 12632:1 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13114:1 13128:1 13148:2 13164:1 13166:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13534:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13709:1 13758:1 13846:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14678:1 14733:2 14754:1 14769:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14898:1 14903:1 14962:2 14970:1 15021:1 15070:1 15120:1 15121:1 15131:1 15140:1 15141:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15714:2 15860:1 15864:1 15898:1 15950:1 16005:1 16035:1 16066:1 16109:1 16111:1 16154:1 16158:1 16240:1 16258:1 16282:1 16309:1 16367:1 16379:1 16383:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16586:1 16608:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16803:1 16961:1 16966:2 16973:1 16990:1 16991:1 17022:1 17076:1 17094:1 17284:1 17291:3 17298:1 17328:1 17341:1 17360:1 17365:1 17486:1 17492:610 17520:1 17555:1 17599:1 17669:1 17793:1 17902:1 17914:1 18003:1 18032:1 18087:1 18145:1 18269:4 18333:1 18366:1 18380:2 18485:2 18494:1 18525:1 18584:1 18606:1 18672:1 18676:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18921:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19487:1 19510:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19809:2 19934:1 20033:1 20131:1 20196:1 20234:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:2 20422:1 20446:1 20481:1 20488:1 20577:1 20580:1 20591:1 20610:1 20613:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21072:1 21121:1 21159:2 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21305:1 21315:1 21320:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21554:1 21632:1 21709:4 21731:1 21777:1 21904:1 21919:1 21927:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22148:1 22157:2 22176:1 22189:1 22208:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22572:1 22578:1 22586:1 22679:1 22707:3 22737:1 22762:1 22779:1 22838:1 22876:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:3 23007:1 23052:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23373:2 23415:1 23535:1 23554:1 23608:1 23633:1 23675:2 23694:1 23711:1 23735:1 23738:1 23751:1 23866:2 23873:2 23878:1 23879:1 23898:1 23902:1 23904:1 23914:1 23918:1 23964:1 23986:1 23987:1 24008:1 24085:1 24171:1 24271:4 24324:1 24330:1 24352:2 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:1 24598:3 24638:1 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25134:1 25161:1 25248:1 25281:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:1 25641:1 25663:1 25704:2 25710:1 25724:1 25728:1 25767:1 25778:2 25780:1 25788:1 25790:1 25793:1 25804:1 25811:1 25835:1 25866:1 25871:1 25877:1 25912:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26348:1 26352:1 26429:1 26442:1 26446:3 26451:1 26468:1 26482:2 26498:2 26531:1 26609:3 26647:4 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:1 27250:1 27372:1 27479:2 27489:1 27497:1 27499:1 27529:1 27557:2 27691:1 27696:3 27758:1 12 37:1 43:1 74:1 111:1 141:1 165:1 179:2 202:1 209:1 282:1 294:1 328:1 356:2 378:2 413:1 418:3 441:1 528:1 535:1 603:1 725:1 861:2 867:1 881:1 888:2 893:1 903:1 990:1 994:1 1019:1 1054:1 1073:1 1088:1 1132:1 1192:1 1195:1 1203:1 1240:1 1249:1 1277:2 1287:1 1301:1 1344:2 1354:1 1397:4 1454:1 1457:2 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1625:1 1656:1 1660:1 1668:1 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:1 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2058:1 2080:1 2089:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2244:1 2245:1 2246:1 2249:2 2253:2 2256:1 2258:1 2261:1 2262:1 2265:1 2270:2 2272:1 2287:1 2307:1 2338:2 2339:1 2354:2 2368:1 2381:1 2451:1 2459:1 2501:1 2526:2 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2846:2 2857:2 2927:1 2928:1 2951:1 2957:1 3008:1 3021:1 3053:1 3084:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3426:1 3431:1 3460:2 3500:1 3534:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:2 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4030:1 4104:2 4145:1 4163:2 4180:1 4258:1 4281:1 4346:1 4357:1 4404:1 4472:1 4494:1 4506:1 4521:1 4550:1 4581:1 4605:1 4700:1 4710:4 4738:1 4814:4 4828:1 4830:1 4838:1 4845:1 4850:1 4879:1 4891:1 4993:1 5045:2 5118:1 5133:1 5141:2 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5452:1 5496:1 5511:1 5527:2 5665:1 5669:1 5705:1 5750:1 5752:2 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6092:1 6096:1 6098:1 6110:1 6113:1 6115:2 6117:3 6120:1 6246:1 6260:2 6283:1 6362:1 6414:2 6455:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6656:1 6798:1 6877:1 6878:2 6932:1 6949:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:2 7144:1 7146:2 7155:1 7180:1 7198:1 7250:1 7263:1 7293:1 7328:3 7329:2 7336:1 7346:1 7352:1 7356:1 7394:13 7410:2 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:1 7905:1 7916:1 7947:1 7961:1 8062:1 8072:1 8091:1 8140:1 8204:1 8207:1 8221:1 8244:1 8247:2 8259:1 8287:1 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8599:1 8630:1 8688:1 8707:1 8732:1 8733:1 8750:3 8787:1 8796:1 8813:1 8841:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 8998:1 9006:1 9066:1 9108:1 9133:1 9136:1 9147:2 9153:1 9175:1 9190:1 9191:2 9203:1 9220:1 9244:1 9250:1 9254:1 9264:1 9287:3 9303:1 9433:2 9481:2 9484:1 9523:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9747:1 9808:1 9831:1 9876:1 9882:2 9961:1 9995:1 9999:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10442:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10573:1 10595:1 10627:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11151:1 11169:1 11189:1 11194:1 11244:1 11333:1 11344:1 11443:2 11477:2 11488:2 11494:1 11512:1 11549:1 11581:2 11630:1 11710:2 11756:1 11761:1 11785:1 11789:1 11855:1 11869:1 11972:2 11976:1 11979:1 11980:1 11999:1 12000:1 12001:1 12009:1 12049:1 12075:1 12185:1 12209:1 12244:1 12272:1 12292:1 12337:1 12355:1 12356:1 12360:1 12376:1 12396:1 12410:1 12438:1 12445:1 12515:1 12533:1 12548:2 12570:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:1 12881:1 12902:1 12986:1 13010:1 13081:1 13094:2 13114:1 13128:1 13148:2 13164:1 13166:1 13172:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13709:1 13758:1 13846:1 13873:1 13874:2 13915:1 13919:3 13956:1 14049:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:2 14754:1 14769:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14898:1 14903:1 14923:1 14962:2 14970:1 15021:1 15070:1 15120:1 15121:1 15131:1 15140:1 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:1 15323:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:1 15652:1 15672:1 15712:1 15714:2 15860:1 15864:1 15898:1 15905:1 15950:1 16005:1 16035:1 16066:1 16109:1 16111:1 16132:1 16154:1 16158:1 16240:1 16258:1 16263:1 16282:1 16289:1 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16586:1 16608:1 16616:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:1 16767:1 16768:1 16786:1 16802:1 16803:1 16823:1 16961:1 16966:2 16973:1 16990:1 16991:1 17022:1 17076:1 17094:1 17284:1 17291:4 17298:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:677 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17902:1 17914:1 18003:1 18032:1 18087:1 18145:1 18269:4 18333:1 18366:1 18380:2 18485:2 18494:1 18525:1 18584:1 18592:1 18606:2 18672:1 18676:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18921:1 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19487:1 19510:1 19515:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19809:2 19934:1 20033:1 20131:1 20139:1 20174:1 20196:1 20216:1 20234:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:3 20422:1 20446:1 20481:1 20488:1 20577:2 20580:1 20591:1 20610:1 20613:1 20625:1 20627:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21072:1 21082:1 21121:1 21159:2 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21305:1 21315:1 21320:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21478:1 21554:1 21632:2 21709:4 21731:1 21777:1 21895:1 21904:1 21919:1 21927:1 21954:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22137:1 22148:1 22157:2 22176:1 22189:1 22208:1 22224:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22737:1 22762:1 22779:1 22830:1 22838:1 22876:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:3 23007:1 23052:1 23094:1 23111:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23535:1 23554:1 23608:1 23633:1 23675:2 23694:1 23711:1 23735:1 23738:2 23751:1 23783:1 23866:2 23873:2 23878:1 23879:1 23898:1 23902:1 23904:1 23914:1 23918:1 23935:1 23964:1 23986:1 23987:1 24008:1 24085:1 24171:1 24271:4 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:1 24533:1 24598:4 24638:1 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25134:1 25161:1 25248:1 25277:2 25281:1 25338:1 25349:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:1 25641:1 25663:1 25704:2 25710:1 25724:1 25728:1 25767:1 25778:2 25780:1 25788:1 25790:1 25793:1 25804:1 25811:1 25835:1 25866:1 25871:1 25877:1 25912:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:1 26092:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26429:1 26442:1 26446:3 26451:1 26468:1 26482:2 26498:2 26531:1 26609:3 26647:4 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:1 27232:1 27250:1 27358:1 27372:1 27479:2 27489:1 27497:1 27499:1 27529:1 27538:1 27557:2 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:1 74:1 111:1 141:1 165:1 179:2 202:1 209:1 282:1 294:1 328:1 356:2 363:1 378:2 413:1 418:3 441:1 528:1 535:1 603:1 637:1 725:1 790:1 861:2 867:1 881:1 888:2 893:1 903:1 952:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:1 1277:2 1287:1 1301:1 1344:2 1354:1 1397:4 1448:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2058:1 2080:1 2089:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:1 2246:1 2249:3 2253:2 2256:1 2258:1 2261:1 2262:1 2265:1 2270:3 2272:1 2287:1 2307:1 2338:2 2339:1 2354:2 2368:1 2381:1 2451:1 2459:1 2501:1 2526:2 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2769:1 2846:3 2857:2 2912:1 2919:1 2927:1 2928:1 2951:1 2957:1 3008:1 3021:1 3053:1 3084:1 3113:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3529:1 3534:1 3586:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:2 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4030:1 4104:5 4107:1 4117:1 4145:1 4163:2 4180:1 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4423:1 4472:1 4494:1 4506:1 4521:1 4550:1 4581:1 4605:1 4656:1 4700:1 4710:4 4733:1 4738:1 4814:4 4828:2 4830:1 4838:1 4845:1 4850:1 4879:1 4891:1 4993:1 5045:2 5118:1 5133:1 5141:2 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5452:1 5481:1 5496:1 5511:1 5527:2 5665:1 5669:1 5705:1 5750:1 5752:2 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6110:1 6113:1 6115:2 6117:3 6120:1 6246:1 6260:2 6283:1 6362:1 6414:2 6428:1 6455:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6798:1 6877:1 6878:2 6932:1 6949:1 6958:1 6964:1 6975:1 6990:1 7117:1 7143:2 7144:1 7146:2 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:4 7329:3 7336:1 7346:1 7352:1 7356:1 7394:15 7410:3 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8062:1 8072:1 8091:1 8140:1 8204:1 8206:1 8207:1 8219:1 8221:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8599:1 8630:1 8688:1 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:1 8813:1 8841:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 8998:1 9006:1 9066:2 9108:1 9133:1 9136:1 9147:2 9153:1 9175:1 9190:1 9191:2 9203:1 9220:1 9244:1 9250:1 9254:1 9264:1 9287:3 9303:1 9433:2 9481:2 9484:1 9523:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9747:1 9808:1 9831:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10595:1 10627:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11151:1 11169:1 11189:1 11194:1 11244:1 11333:1 11344:1 11443:2 11477:2 11488:2 11494:1 11512:1 11549:1 11565:1 11581:2 11630:1 11710:2 11756:1 11761:1 11785:1 11789:1 11855:1 11869:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:1 12009:1 12049:1 12075:1 12174:1 12185:1 12209:1 12244:1 12272:1 12292:1 12337:1 12355:2 12356:2 12360:1 12376:1 12396:1 12410:1 12438:1 12445:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:2 12881:1 12902:1 12986:1 13010:1 13081:1 13094:2 13114:1 13128:2 13148:2 13164:1 13166:1 13172:1 13204:1 13274:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14049:1 14050:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:2 14754:2 14769:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14898:1 14903:1 14923:2 14962:2 14970:1 15021:1 15048:1 15070:1 15120:1 15121:1 15131:1 15140:1 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15635:2 15652:1 15672:1 15689:1 15712:1 15714:2 15860:1 15864:1 15898:1 15905:1 15950:1 16005:1 16035:1 16066:1 16109:1 16111:1 16132:1 16154:1 16158:1 16240:1 16258:1 16263:1 16282:1 16289:1 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16608:1 16616:1 16630:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:2 16767:1 16768:1 16786:1 16802:1 16803:1 16823:1 16961:1 16966:2 16973:1 16990:1 16991:1 17022:1 17028:1 17076:1 17094:1 17284:1 17291:4 17298:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:725 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17902:1 17914:1 17938:1 18003:1 18032:1 18087:1 18145:1 18269:4 18333:1 18366:1 18380:2 18423:1 18485:2 18494:1 18525:1 18584:1 18592:1 18606:2 18622:1 18672:1 18676:1 18757:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19214:1 19240:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19758:1 19809:2 19928:1 19934:1 20033:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:3 20422:1 20446:1 20481:1 20488:1 20577:2 20580:1 20591:1 20610:2 20613:1 20624:1 20625:1 20627:1 20659:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:1 21011:1 21030:1 21040:1 21067:1 21072:1 21082:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:1 21236:1 21241:1 21242:1 21252:1 21260:1 21305:1 21315:1 21320:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21478:1 21554:1 21568:1 21593:1 21632:2 21709:4 21731:1 21777:1 21895:1 21904:1 21909:1 21919:1 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22074:1 22119:1 22137:1 22148:1 22157:2 22176:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22449:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:3 23007:1 23052:1 23094:1 23111:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:1 23675:2 23694:1 23711:1 23735:1 23738:2 23751:1 23766:1 23783:1 23866:2 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23914:1 23918:1 23935:1 23964:1 23986:1 23987:1 24008:1 24085:1 24141:1 24171:1 24271:4 24273:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:1 24533:1 24598:4 24638:1 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25134:1 25161:1 25248:1 25277:2 25281:1 25338:1 25349:1 25370:1 25387:1 25434:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:1 25641:1 25663:1 25704:2 25710:1 25724:1 25728:1 25767:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:1 25866:1 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:1 26092:1 26166:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:2 26531:1 26545:1 26598:1 26609:3 26647:5 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26990:1 27006:1 27050:1 27078:1 27095:1 27118:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27372:1 27431:1 27479:2 27489:1 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 282:1 294:1 328:1 356:2 363:1 378:2 388:1 413:1 418:3 441:1 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:2 893:1 903:1 952:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:1 1277:2 1287:1 1301:1 1331:1 1344:2 1354:1 1397:4 1448:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2058:1 2080:1 2089:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:1 2246:1 2249:3 2253:2 2256:1 2258:1 2261:1 2262:1 2265:1 2270:3 2272:1 2287:2 2307:1 2338:2 2339:1 2354:2 2368:1 2381:1 2418:1 2451:1 2459:1 2501:1 2526:3 2575:1 2580:1 2583:1 2589:1 2620:1 2699:3 2741:2 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2951:1 2957:1 3008:1 3021:1 3053:1 3084:1 3113:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3529:1 3534:1 3559:1 3586:1 3607:1 3674:1 3703:1 3713:1 3725:1 3726:2 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:1 4117:1 4145:1 4163:2 4180:1 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4423:1 4472:1 4494:1 4506:1 4521:1 4550:2 4581:1 4605:1 4656:1 4700:1 4710:4 4733:1 4738:1 4814:4 4828:2 4830:1 4833:1 4838:1 4845:1 4850:1 4879:1 4891:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:2 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5452:1 5481:1 5484:1 5496:1 5511:1 5527:2 5665:1 5669:1 5705:1 5750:1 5752:2 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6102:1 6110:1 6113:1 6115:2 6117:5 6120:1 6246:1 6260:2 6283:1 6362:1 6414:2 6428:1 6455:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7143:2 7144:1 7146:2 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:5 7329:4 7336:1 7346:1 7352:1 7356:1 7384:1 7394:15 7410:3 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8062:1 8072:1 8091:1 8140:1 8204:1 8206:1 8207:1 8219:1 8221:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8599:1 8630:1 8659:1 8688:1 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:1 8813:1 8841:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 8998:1 9006:1 9066:2 9108:1 9133:1 9136:1 9147:2 9153:1 9175:1 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9264:1 9287:3 9303:2 9397:1 9433:2 9480:1 9481:3 9484:1 9523:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9747:1 9797:1 9808:1 9831:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10359:1 10365:2 10380:1 10386:1 10419:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10595:1 10627:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11126:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:2 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:1 11869:1 11902:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:1 12009:1 12049:1 12070:1 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:2 12360:2 12376:1 12396:1 12410:1 12438:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:2 12881:1 12902:1 12986:1 13010:1 13081:1 13094:2 13114:1 13128:2 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14049:1 14050:1 14150:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:2 14754:2 14769:1 14770:1 14773:1 14774:1 14782:1 14786:1 14797:1 14812:2 14820:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:1 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15860:1 15864:1 15898:1 15905:1 15950:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:1 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:2 16767:1 16768:1 16786:1 16802:1 16803:1 16823:1 16848:1 16961:1 16966:2 16973:1 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17284:1 17291:4 17298:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:773 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17902:1 17914:1 17938:1 18003:1 18032:1 18087:1 18145:1 18269:4 18333:1 18366:1 18380:2 18423:1 18485:2 18494:1 18525:1 18584:1 18592:1 18606:2 18622:1 18667:1 18672:1 18676:1 18757:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19708:1 19758:1 19785:1 19809:2 19928:1 19934:1 19968:1 20033:1 20096:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20446:1 20481:1 20488:1 20577:2 20580:1 20591:1 20610:2 20613:1 20624:1 20625:1 20627:1 20659:1 20727:1 20762:1 20776:1 20796:2 20841:1 20864:1 20894:1 20988:1 20994:2 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21236:1 21241:1 21242:1 21252:1 21260:1 21305:1 21315:1 21320:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21478:1 21554:1 21568:1 21593:1 21632:2 21709:4 21731:1 21777:1 21895:1 21904:1 21909:1 21919:1 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22074:1 22097:1 22119:1 22137:1 22148:1 22157:2 22176:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22449:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:1 22885:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:5 23007:1 23052:1 23094:1 23103:1 23111:1 23128:2 23191:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:1 23675:2 23694:1 23711:1 23735:1 23738:2 23751:1 23766:1 23783:1 23864:1 23866:2 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23914:1 23918:1 23935:1 23964:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24171:1 24268:1 24271:4 24273:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:1 24598:4 24638:1 24643:1 24655:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25134:1 25161:1 25248:1 25277:2 25281:1 25338:1 25347:1 25349:1 25370:1 25387:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:1 25641:1 25663:1 25704:2 25710:1 25724:1 25728:1 25767:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:1 25866:1 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:1 26092:1 26166:1 26174:1 26184:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:2 26531:1 26545:1 26598:1 26609:4 26647:6 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:1 27078:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27372:1 27431:1 27479:2 27489:1 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:1 356:2 363:1 378:2 388:1 413:1 418:3 441:2 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:3 893:1 903:1 941:1 952:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:1 1277:2 1287:1 1301:1 1331:1 1344:2 1354:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2191:2 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:1 2258:1 2261:1 2262:1 2264:1 2265:1 2270:3 2272:1 2287:2 2307:1 2338:3 2339:1 2354:2 2368:1 2381:1 2418:1 2451:1 2459:1 2501:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2699:3 2703:1 2721:1 2741:2 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3084:1 3113:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:1 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3529:1 3534:1 3559:1 3586:1 3607:1 3674:1 3675:1 3703:1 3713:1 3725:1 3726:2 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:2 4117:1 4145:1 4163:2 4180:1 4239:1 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4423:1 4472:1 4494:1 4506:1 4521:1 4550:2 4581:1 4605:1 4656:1 4700:1 4710:4 4733:1 4738:1 4814:4 4828:3 4830:2 4833:1 4838:1 4845:2 4850:1 4879:1 4891:1 4915:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:2 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5382:1 5402:1 5407:1 5452:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:2 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:5 6120:1 6246:1 6254:1 6260:2 6283:1 6362:1 6414:2 6428:1 6436:1 6455:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7143:2 7144:1 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7346:1 7352:1 7356:1 7384:1 7394:16 7410:3 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8062:1 8072:1 8091:1 8140:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8591:1 8599:1 8630:1 8659:1 8688:2 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:1 8813:1 8841:1 8843:1 8866:1 8880:1 8883:2 8931:1 8965:1 8990:1 8998:1 9006:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:1 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9264:1 9287:3 9303:2 9397:1 9433:2 9480:1 9481:3 9484:1 9523:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9747:1 9797:1 9808:1 9831:1 9839:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10214:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10595:1 10627:1 10633:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10883:1 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:1 11061:1 11074:1 11077:1 11080:1 11096:1 11125:1 11126:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:2 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:1 11869:1 11902:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:2 12360:2 12376:1 12381:1 12396:1 12402:1 12410:1 12438:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:2 12827:1 12851:1 12852:1 12857:1 12859:3 12881:1 12902:1 12986:1 13010:1 13013:1 13081:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13320:1 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13812:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14045:1 14049:2 14050:1 14150:1 14155:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:2 14754:3 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:2 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17284:1 17291:4 17298:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:823 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17902:1 17914:1 17938:1 18003:1 18032:1 18087:1 18145:1 18161:1 18269:4 18333:1 18366:1 18380:2 18383:1 18423:1 18485:2 18494:1 18525:1 18535:1 18584:1 18592:1 18606:2 18622:1 18651:1 18667:1 18672:2 18676:1 18757:1 18776:1 18778:1 18849:2 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:1 19647:2 19648:1 19651:2 19706:1 19708:1 19758:1 19785:1 19809:2 19928:1 19934:1 19968:1 20033:1 20091:1 20096:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20446:1 20477:1 20481:1 20488:1 20577:2 20580:1 20583:1 20591:1 20610:3 20613:1 20624:1 20625:1 20627:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20823:1 20841:1 20864:1 20894:1 20988:1 20994:2 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21236:1 21241:1 21242:1 21252:1 21260:1 21280:1 21305:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:2 21435:1 21439:1 21478:1 21554:1 21568:1 21593:1 21632:2 21709:4 21731:1 21777:1 21895:1 21904:1 21909:1 21919:1 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22074:1 22097:1 22119:1 22137:1 22148:1 22157:2 22176:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:1 22885:1 22935:1 22956:1 22963:1 22967:1 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:1 23637:1 23675:2 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23864:1 23866:3 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23914:1 23918:1 23935:1 23964:2 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24268:1 24271:4 24273:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:1 24598:4 24638:1 24643:1 24655:1 24675:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:2 24928:3 25000:1 25045:1 25071:1 25079:1 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25338:1 25347:1 25349:1 25370:1 25387:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25663:1 25704:2 25710:1 25724:1 25728:1 25767:1 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:1 25866:2 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:1 26092:1 26166:1 26174:1 26184:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:2 26531:1 26545:1 26565:1 26598:1 26609:5 26647:7 26652:1 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:1 27062:1 27078:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27372:2 27431:1 27479:2 27489:1 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:1 356:2 363:2 378:2 388:1 413:1 418:3 441:2 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:3 893:1 903:1 941:1 952:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1331:1 1344:2 1354:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1574:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2191:3 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:1 2258:1 2261:1 2262:1 2264:1 2265:1 2270:3 2272:1 2287:2 2307:1 2338:3 2339:1 2354:2 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2699:3 2703:1 2721:1 2741:2 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3084:1 3113:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3529:1 3534:1 3559:1 3586:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3725:1 3726:2 3741:1 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:3 4175:1 4180:1 4192:1 4239:1 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4423:1 4472:1 4494:1 4506:1 4521:1 4550:2 4581:1 4605:1 4656:1 4700:1 4710:6 4733:1 4738:1 4814:4 4828:3 4830:2 4833:1 4838:1 4845:2 4850:1 4856:1 4879:1 4891:1 4915:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:2 5162:1 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5402:1 5407:1 5452:1 5470:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:3 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:6 6120:1 6169:1 6246:1 6254:1 6260:2 6283:1 6362:1 6414:2 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7143:2 7144:1 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7346:1 7352:1 7356:1 7384:1 7394:16 7410:3 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8008:1 8062:1 8072:1 8091:1 8133:1 8140:1 8167:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8511:1 8523:1 8587:1 8591:1 8599:1 8630:1 8659:1 8676:1 8688:2 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:1 8813:1 8841:1 8843:1 8866:1 8880:1 8883:2 8931:1 8948:1 8965:1 8990:1 8998:1 9006:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:1 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9257:1 9264:1 9287:3 9303:2 9397:1 9433:2 9480:1 9481:3 9484:1 9523:1 9526:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9747:1 9797:1 9808:1 9831:1 9839:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10214:1 10266:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10595:1 10627:1 10633:1 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10883:1 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:2 11061:1 11074:1 11076:1 11077:1 11080:1 11096:1 11125:1 11126:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:3 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:1 11869:1 11902:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:2 12360:2 12376:1 12381:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:3 12881:1 12902:1 12986:1 13010:2 13013:1 13081:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13320:2 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13812:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14045:1 14049:2 14050:1 14150:1 14155:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:3 14754:3 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:2 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:1 15413:1 15504:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16716:1 16718:1 16720:1 16721:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17186:1 17284:1 17291:4 17298:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:913 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17846:1 17902:1 17914:1 17938:1 18003:1 18032:1 18087:1 18145:1 18161:1 18198:1 18269:5 18333:1 18366:1 18380:2 18383:1 18423:1 18485:2 18494:1 18507:1 18525:1 18535:1 18584:1 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:2 18676:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20433:1 20446:1 20477:1 20481:1 20488:1 20577:2 20580:1 20583:1 20591:1 20610:3 20613:1 20624:1 20625:1 20627:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20804:1 20823:1 20841:1 20864:1 20894:1 20923:1 20988:1 20994:2 21004:1 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21236:1 21241:1 21242:1 21252:1 21260:1 21280:1 21305:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:3 21435:1 21439:1 21478:1 21554:1 21568:1 21593:1 21632:2 21692:1 21709:4 21731:1 21777:1 21895:1 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:1 22157:2 22176:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:1 22885:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:1 23637:1 23675:2 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23913:1 23914:1 23918:1 23935:1 23964:2 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:1 24598:4 24638:1 24643:1 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 25000:1 25033:1 25045:1 25071:1 25079:1 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25338:1 25347:1 25349:1 25370:1 25387:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25663:1 25704:2 25710:1 25720:1 25724:1 25728:1 25767:1 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:1 25866:2 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:2 26092:1 26166:1 26174:1 26184:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:3 26531:1 26545:1 26565:1 26575:1 26598:1 26609:5 26647:7 26652:1 26655:1 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:1 27062:1 27078:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27479:3 27489:1 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:1 356:2 363:2 378:2 388:1 413:1 418:3 441:2 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:3 893:1 903:1 941:1 952:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1331:1 1344:2 1354:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1574:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:1 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2164:1 2191:3 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:1 2258:1 2261:1 2262:1 2264:1 2265:1 2270:3 2272:1 2281:1 2287:2 2307:1 2338:3 2339:1 2354:2 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2523:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2699:3 2703:1 2721:1 2741:2 2745:1 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3084:1 3113:1 3135:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3529:1 3534:1 3559:1 3586:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3725:1 3726:2 3741:1 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:3 4175:1 4180:1 4192:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4416:1 4423:1 4472:1 4494:1 4506:1 4521:1 4526:1 4550:2 4581:1 4605:1 4656:1 4700:1 4710:6 4733:1 4738:1 4814:4 4828:3 4830:2 4833:1 4838:1 4845:2 4850:1 4856:1 4879:1 4891:1 4915:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:2 5162:1 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5402:1 5407:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:3 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:6 6120:1 6169:1 6246:1 6254:1 6260:2 6283:1 6362:1 6375:1 6414:2 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7143:2 7144:1 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7337:1 7346:1 7352:1 7356:1 7384:1 7394:17 7410:3 7419:2 7422:1 7432:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7811:1 7852:1 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8167:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8491:1 8511:1 8523:1 8587:1 8591:1 8599:1 8630:1 8659:1 8676:1 8688:2 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:1 8810:1 8813:1 8841:1 8843:1 8866:1 8880:1 8883:2 8931:1 8948:1 8965:1 8990:1 8998:1 9006:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:1 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9257:1 9264:1 9287:3 9303:2 9397:1 9433:2 9480:1 9481:3 9484:1 9523:1 9526:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9797:1 9808:1 9831:1 9839:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10210:1 10214:1 10237:1 10266:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10595:1 10627:1 10633:2 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:1 11053:2 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:1 11125:1 11126:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:3 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11902:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:2 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:3 12881:1 12902:1 12986:1 13010:2 13013:1 13081:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13320:2 13330:2 13386:1 13399:1 13483:1 13498:1 13499:1 13502:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13812:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14045:1 14049:2 14050:1 14150:1 14155:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:1 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14733:3 14754:3 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:2 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:1 15413:2 15504:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16685:1 16716:1 16718:1 16720:1 16721:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17186:1 17284:1 17291:4 17298:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:947 17497:1 17520:1 17555:1 17599:1 17628:1 17669:1 17793:1 17846:1 17902:1 17914:1 17933:1 17938:1 18003:1 18032:1 18087:1 18145:1 18161:1 18198:1 18269:5 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18584:1 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:2 18676:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18995:1 19044:1 19057:1 19061:1 19078:1 19097:1 19109:1 19202:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20433:1 20446:1 20477:2 20481:1 20488:1 20577:2 20580:1 20583:1 20591:1 20610:3 20613:1 20624:1 20625:1 20627:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20804:1 20823:1 20841:1 20864:1 20894:1 20923:1 20988:1 20994:2 21004:1 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21233:1 21236:1 21241:1 21242:1 21252:1 21260:1 21280:1 21305:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:3 21435:1 21439:1 21478:1 21554:1 21568:1 21587:1 21593:1 21632:2 21692:1 21709:4 21731:1 21777:1 21895:1 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:1 22885:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23224:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:1 23637:1 23675:3 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23913:1 23914:1 23918:1 23935:1 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:1 24542:1 24598:4 24638:1 24643:1 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 24957:1 24965:1 25000:1 25033:1 25045:1 25071:1 25079:1 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25663:1 25704:2 25710:1 25720:1 25724:1 25728:1 25767:1 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:1 25866:3 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:2 26092:1 26166:1 26174:1 26184:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:3 26531:1 26545:1 26565:1 26575:1 26598:1 26609:5 26647:7 26652:1 26655:1 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:1 27062:1 27078:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27479:3 27489:1 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27641:1 27691:1 27696:4 27730:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 92:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:2 356:2 363:2 378:2 388:1 413:1 418:3 441:2 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:3 893:1 903:1 941:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1331:1 1344:3 1354:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1574:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:2 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:3 2272:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2523:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2699:3 2703:1 2721:1 2741:2 2745:1 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3529:1 3534:1 3559:1 3586:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3725:1 3726:2 3741:1 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4416:1 4423:1 4472:1 4494:1 4506:1 4521:1 4526:1 4550:2 4579:1 4581:1 4605:1 4656:1 4700:1 4710:6 4733:1 4738:1 4814:4 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4856:1 4879:1 4891:1 4915:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:3 5162:1 5163:5 5188:7 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5402:1 5407:1 5438:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:3 5755:1 5777:1 5779:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5960:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:6 6120:1 6169:1 6246:1 6254:1 6260:2 6283:1 6362:1 6375:1 6414:2 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7131:1 7143:3 7144:1 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:18 7410:3 7419:2 7422:1 7432:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7811:1 7852:2 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8167:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8287:2 8335:1 8366:1 8433:1 8483:1 8490:1 8491:1 8511:1 8523:1 8587:1 8591:1 8599:2 8630:1 8659:1 8676:1 8688:2 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:2 8810:1 8813:1 8841:1 8843:1 8866:1 8880:1 8883:2 8930:1 8931:1 8948:1 8965:1 8990:1 8998:1 9006:1 9019:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:1 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9257:1 9264:1 9287:3 9303:3 9397:1 9433:2 9480:1 9481:3 9484:1 9523:1 9526:1 9583:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9797:1 9808:1 9831:1 9839:1 9876:1 9882:2 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10210:1 10214:1 10237:1 10266:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10595:1 10627:1 10633:2 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:2 11053:2 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:1 11125:1 11126:1 11130:1 11148:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:4 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11902:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:3 12881:1 12902:1 12939:1 12986:1 13008:1 13010:2 13013:1 13081:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13276:1 13320:2 13330:2 13386:2 13399:1 13483:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13709:1 13758:1 13812:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13956:1 14045:1 14049:2 14050:1 14150:1 14155:1 14160:1 14170:1 14176:1 14245:1 14342:1 14355:1 14409:1 14429:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14708:1 14733:3 14754:3 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:2 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15407:1 15408:2 15413:2 15504:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16906:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17186:1 17284:1 17291:4 17298:1 17300:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:988 17497:1 17520:1 17541:1 17555:1 17599:1 17628:1 17669:1 17793:1 17846:1 17902:1 17914:1 17933:1 17938:1 18003:1 18028:1 18032:1 18055:1 18087:1 18145:1 18161:1 18198:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18584:1 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:2 18676:1 18740:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18985:1 18995:1 19003:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19202:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:1 19596:1 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20433:1 20446:1 20477:2 20481:1 20488:1 20571:1 20577:3 20580:1 20583:1 20591:1 20608:1 20610:3 20613:1 20624:1 20625:1 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20804:1 20823:1 20841:1 20864:1 20894:1 20923:1 20988:1 20994:2 21004:1 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21233:1 21236:1 21241:1 21242:1 21252:1 21260:1 21280:1 21305:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:4 21435:1 21439:1 21478:1 21554:1 21568:1 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21731:1 21777:1 21850:1 21895:1 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23224:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:2 23637:1 23675:3 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23913:1 23914:1 23918:1 23935:1 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:2 24542:1 24598:4 24638:1 24643:1 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 24957:1 24965:1 25000:1 25033:1 25045:1 25071:1 25079:1 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25710:1 25720:1 25724:1 25728:1 25767:2 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:2 25866:4 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:2 26092:1 26166:1 26174:1 26184:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:4 26531:1 26545:1 26565:1 26575:1 26598:1 26609:5 26647:7 26652:1 26655:1 26666:2 26681:1 26709:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:2 27062:1 27078:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27479:4 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27641:1 27691:1 27696:4 27730:1 27746:1 27758:1 12 37:1 43:1 52:1 57:2 74:1 92:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:2 356:2 363:2 378:2 388:1 413:1 418:3 441:2 457:1 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:2 867:1 881:1 888:3 893:1 903:1 941:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1331:1 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1484:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1574:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1815:1 1831:2 1839:1 1848:1 1864:2 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:3 2272:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2523:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2699:3 2703:1 2721:1 2741:2 2745:1 2756:1 2769:1 2846:3 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3515:1 3529:1 3534:1 3559:1 3577:1 3586:1 3600:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3717:1 3721:1 3725:1 3726:2 3741:1 3753:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:1 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4406:1 4416:1 4423:1 4431:1 4472:1 4494:1 4506:1 4521:1 4526:1 4550:2 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:6 4733:1 4738:1 4814:4 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4856:1 4879:1 4891:1 4915:1 4993:1 5045:2 5112:1 5118:1 5133:1 5141:3 5162:1 5163:5 5188:8 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5402:1 5407:1 5438:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:3 5755:1 5777:1 5779:1 5787:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5917:1 5960:1 5994:1 6003:1 6008:1 6016:1 6092:1 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:6 6120:1 6169:1 6246:1 6254:1 6260:2 6283:1 6362:1 6375:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7131:1 7143:3 7144:1 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:18 7410:3 7419:2 7422:1 7432:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7777:1 7811:1 7852:2 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8167:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8287:2 8320:1 8335:1 8366:1 8433:1 8483:2 8490:1 8491:1 8511:1 8523:1 8587:1 8591:1 8599:2 8630:1 8659:1 8676:1 8688:2 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:2 8810:1 8813:1 8841:1 8843:1 8866:1 8880:1 8883:2 8930:1 8931:1 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9019:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9203:2 9220:1 9244:1 9250:1 9254:1 9257:1 9264:1 9287:3 9303:3 9397:1 9433:3 9480:1 9481:3 9484:1 9523:1 9526:1 9583:1 9594:1 9598:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9797:1 9808:1 9831:1 9839:1 9876:1 9882:2 9954:1 9961:1 9995:2 9999:1 10020:1 10054:1 10059:3 10066:1 10072:1 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10182:1 10210:1 10214:1 10237:1 10266:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10595:1 10627:1 10633:2 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10978:1 10989:1 11008:2 11053:2 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:1 11125:1 11126:1 11130:1 11148:1 11151:1 11169:1 11189:1 11194:1 11244:1 11310:1 11333:1 11344:1 11443:4 11464:1 11465:1 11477:2 11488:2 11494:1 11512:1 11529:1 11549:1 11565:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:1 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:3 12881:1 12902:1 12939:1 12986:1 12997:1 13008:1 13010:2 13013:1 13081:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13276:1 13320:2 13330:2 13386:2 13399:1 13483:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13705:1 13709:1 13718:1 13758:1 13774:1 13812:1 13846:1 13848:1 13873:1 13874:2 13915:1 13919:3 13924:1 13956:1 14029:1 14045:1 14049:2 14050:1 14150:1 14155:1 14160:1 14170:1 14176:1 14245:1 14317:1 14342:1 14355:1 14365:1 14409:1 14429:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14708:1 14733:3 14754:3 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:2 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:1 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15504:1 15524:1 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16906:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17140:1 17186:1 17284:1 17291:4 17298:1 17300:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1045 17497:1 17520:1 17541:1 17555:1 17599:1 17628:1 17669:1 17793:1 17846:1 17902:1 17914:1 17933:1 17938:1 18003:1 18028:1 18032:1 18055:1 18087:1 18110:1 18145:1 18161:1 18185:1 18198:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18584:1 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:2 18676:1 18740:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:1 18921:2 18928:1 18958:1 18983:1 18985:1 18995:1 19003:1 19005:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19202:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:1 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20433:1 20446:1 20477:2 20481:1 20488:1 20571:1 20577:3 20580:1 20583:1 20591:1 20608:1 20610:3 20613:1 20624:1 20625:1 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20804:1 20823:1 20841:1 20864:1 20894:1 20923:1 20988:1 20994:2 21004:1 21007:2 21011:1 21025:1 21030:1 21040:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21233:1 21236:1 21241:1 21242:1 21252:1 21260:1 21280:1 21305:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:4 21435:1 21439:1 21478:1 21554:1 21568:2 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21731:1 21777:1 21850:1 21895:1 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:1 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23224:1 23240:1 23245:1 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:2 23637:1 23675:3 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23898:1 23901:1 23902:1 23904:1 23913:1 23914:1 23918:2 23935:1 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24228:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:2 24542:1 24598:4 24638:1 24643:1 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 24957:1 24965:1 25000:1 25033:1 25045:1 25071:1 25079:1 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25720:1 25724:1 25728:1 25767:3 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:2 25866:4 25871:1 25877:2 25912:1 25961:1 26013:2 26049:1 26068:1 26070:1 26071:1 26084:2 26092:1 26166:1 26174:1 26184:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26409:1 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:4 26531:1 26545:1 26565:1 26575:1 26598:1 26609:5 26647:7 26652:1 26655:1 26666:2 26681:1 26709:1 26723:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:2 27062:1 27078:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27473:1 27479:4 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27641:1 27691:1 27696:4 27730:1 27746:1 27758:1 12 1:1 37:1 43:1 52:1 57:2 74:1 92:1 111:1 141:1 165:1 179:2 182:1 202:1 209:1 210:1 277:1 282:1 294:1 328:2 356:2 363:2 378:2 388:1 413:1 418:3 441:2 457:1 528:1 535:1 603:1 637:1 698:1 725:1 790:1 861:3 867:1 881:1 888:3 893:1 903:1 941:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1088:1 1104:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:1 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:3 1459:1 1484:1 1493:1 1516:1 1535:2 1564:2 1565:1 1568:1 1574:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1839:1 1848:1 1864:2 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2080:1 2089:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2235:1 2236:1 2244:1 2245:2 2246:1 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:4 2272:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:3 2703:1 2721:1 2741:2 2745:1 2756:1 2769:1 2846:4 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3515:1 3529:1 3534:1 3559:1 3568:1 3577:2 3586:1 3600:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3717:1 3721:1 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3844:2 3849:1 3876:1 3916:1 3921:1 3932:2 3972:1 3992:1 4023:2 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4406:1 4416:1 4423:1 4431:1 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:6 4733:1 4738:1 4749:1 4814:5 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4856:1 4879:1 4891:1 4915:1 4993:1 4996:1 5045:2 5112:1 5118:1 5133:1 5141:3 5158:1 5162:1 5163:5 5188:8 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5402:1 5407:1 5438:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5665:1 5669:1 5705:1 5750:1 5752:4 5755:1 5777:1 5779:1 5787:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5903:1 5917:2 5960:1 5994:1 6003:1 6008:1 6016:1 6076:1 6092:3 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:2 6117:6 6120:1 6169:1 6246:1 6254:1 6260:2 6283:1 6362:1 6375:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6493:1 6516:2 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7293:1 7295:1 7328:7 7329:5 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:19 7410:4 7419:2 7422:1 7432:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8335:1 8366:1 8433:1 8483:2 8490:1 8491:1 8511:2 8523:1 8587:1 8591:1 8599:2 8630:1 8659:1 8676:1 8688:2 8692:1 8707:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:2 8810:1 8813:1 8841:2 8843:2 8866:1 8880:1 8883:2 8930:1 8931:1 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9019:1 9031:1 9066:3 9108:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:1 9257:1 9264:1 9287:3 9303:3 9397:1 9433:3 9480:1 9481:3 9484:1 9523:1 9526:1 9583:1 9594:2 9598:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10020:1 10054:1 10059:3 10063:1 10066:1 10072:1 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:1 10210:1 10214:1 10215:1 10237:1 10266:1 10357:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10595:1 10627:1 10633:2 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:3 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10975:1 10978:1 10989:1 10992:1 11008:2 11053:2 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:1 11125:1 11126:1 11130:1 11148:1 11151:1 11169:1 11189:1 11194:1 11244:1 11284:1 11310:1 11333:1 11344:1 11443:4 11464:1 11465:1 11477:2 11488:2 11494:1 11507:1 11512:1 11529:1 11549:1 11565:1 11569:1 11581:2 11630:1 11710:2 11731:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:3 12881:2 12902:1 12939:1 12949:1 12986:1 12997:1 13008:1 13010:2 13013:1 13081:1 13093:1 13094:2 13114:1 13128:2 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13276:1 13320:2 13330:2 13370:1 13386:2 13399:1 13483:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13705:1 13709:1 13718:1 13758:1 13774:2 13812:1 13846:1 13848:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13956:1 14029:1 14045:1 14049:2 14050:1 14150:1 14155:2 14160:1 14170:1 14176:1 14245:1 14317:1 14342:1 14355:1 14365:1 14409:1 14429:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14708:1 14733:3 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:2 14786:1 14797:1 14812:3 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15504:1 15524:2 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16371:1 16379:1 16383:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:2 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16657:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16802:1 16803:1 16823:1 16848:1 16850:1 16906:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17140:2 17186:1 17284:1 17291:4 17298:1 17300:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1112 17497:1 17520:1 17541:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 18003:2 18020:1 18028:1 18032:1 18055:1 18087:1 18107:1 18110:2 18145:1 18161:1 18185:1 18198:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18584:2 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:2 18676:1 18740:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:2 18921:2 18928:1 18929:1 18958:1 18983:1 18985:1 18995:1 19001:1 19003:1 19005:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19202:1 19208:1 19214:1 19240:1 19253:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:2 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20415:1 20421:5 20422:1 20433:1 20446:1 20477:2 20481:1 20488:1 20529:1 20571:1 20577:3 20580:1 20583:1 20591:1 20608:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20776:1 20796:2 20804:1 20823:1 20841:1 20864:1 20894:2 20923:1 20975:1 20988:1 20994:2 21004:1 21007:2 21011:1 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:4 21435:1 21439:1 21478:1 21503:1 21516:2 21554:2 21568:2 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21731:1 21777:1 21850:1 21895:1 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23191:1 23194:1 23222:1 23224:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:2 23637:1 23675:3 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:1 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24188:1 24228:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:2 24542:1 24598:4 24638:1 24643:2 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 24957:1 24965:1 24993:1 25000:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:1 25728:1 25767:3 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:2 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25961:1 26013:2 26049:1 26068:2 26070:1 26071:1 26084:2 26092:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26409:1 26429:1 26442:1 26446:5 26451:1 26468:1 26482:2 26498:4 26531:1 26545:1 26548:1 26565:1 26575:1 26576:1 26598:1 26609:5 26647:8 26652:1 26655:1 26666:2 26681:1 26709:1 26723:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:2 27062:1 27078:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27473:1 27479:4 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27608:1 27633:1 27641:1 27691:1 27696:4 27730:1 27746:1 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 294:1 328:2 356:2 363:2 378:2 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 637:1 648:1 698:1 725:1 790:1 794:1 861:3 867:1 881:1 888:4 893:1 903:1 941:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:1 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:4 1459:1 1484:1 1493:1 1516:1 1535:2 1562:1 1564:2 1565:1 1568:1 1574:1 1623:1 1625:1 1656:1 1660:1 1668:4 1691:1 1695:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1839:1 1848:1 1864:2 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2089:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:1 2235:1 2236:1 2244:1 2245:2 2246:2 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:4 2272:1 2276:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:3 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:3 2703:1 2721:1 2741:2 2745:1 2756:2 2769:1 2807:1 2846:4 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 2972:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3512:1 3515:1 3529:1 3534:1 3559:1 3568:1 3577:3 3586:1 3600:1 3607:1 3648:1 3674:1 3675:1 3703:1 3713:1 3717:1 3721:2 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3832:1 3844:2 3849:1 3876:1 3904:1 3916:1 3921:1 3932:2 3972:1 3992:1 4014:1 4023:2 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4406:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:6 4711:1 4733:1 4738:1 4749:1 4814:5 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4993:1 4996:1 5045:2 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:5 5188:8 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5400:1 5402:1 5407:1 5438:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:1 5813:1 5840:1 5864:1 5868:1 5903:1 5917:2 5960:1 5994:2 6003:1 6008:1 6016:1 6076:1 6092:3 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:3 6117:7 6120:1 6169:2 6246:1 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6578:1 6614:1 6629:1 6656:1 6714:1 6762:1 6798:1 6877:1 6878:2 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:1 6990:1 7117:2 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:21 7410:4 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:3 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8217:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8335:1 8366:1 8433:1 8483:2 8490:1 8491:1 8511:2 8523:1 8587:1 8591:1 8599:2 8630:1 8659:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8732:1 8733:1 8740:1 8750:3 8787:1 8796:2 8810:1 8813:1 8841:2 8843:2 8844:1 8866:1 8880:1 8883:2 8930:1 8931:1 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9019:1 9031:1 9066:4 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:2 9257:1 9264:1 9287:3 9303:3 9307:1 9397:1 9433:3 9480:1 9481:3 9484:1 9523:1 9526:2 9583:1 9594:3 9598:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9774:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10054:1 10059:3 10063:1 10066:1 10072:1 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:1 10210:1 10214:1 10215:1 10237:1 10266:1 10357:1 10359:1 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:4 10855:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10975:1 10978:1 10989:1 10992:1 11008:3 11053:2 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:2 11125:1 11126:1 11130:1 11148:1 11151:1 11169:1 11189:1 11194:1 11233:1 11244:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11443:4 11464:1 11465:1 11477:2 11488:2 11494:1 11507:1 11512:1 11529:1 11549:1 11565:1 11569:1 11581:2 11624:1 11630:1 11710:2 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:4 12881:2 12902:1 12919:1 12939:1 12949:1 12986:1 12997:2 13008:1 13010:2 13013:1 13015:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:3 13134:1 13148:2 13164:2 13166:1 13172:1 13204:1 13274:1 13276:1 13280:1 13320:2 13330:2 13370:1 13386:2 13399:1 13483:1 13484:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13705:1 13709:1 13718:1 13758:1 13774:3 13812:1 13846:1 13848:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14150:1 14155:2 14160:1 14170:1 14176:1 14245:1 14253:1 14317:1 14332:1 14342:1 14355:1 14365:1 14409:1 14429:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14497:1 14512:1 14520:1 14534:1 14575:1 14595:1 14602:2 14637:1 14663:1 14678:1 14708:1 14733:3 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14797:2 14812:3 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15120:1 15121:1 15131:1 15140:2 15141:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:1 15524:3 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15936:1 15950:1 15957:1 16005:1 16035:1 16062:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:1 16282:1 16289:2 16309:2 16367:1 16371:1 16379:1 16383:1 16387:1 16392:1 16443:1 16447:1 16451:1 16456:1 16468:1 16469:1 16486:2 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16906:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:1 17127:1 17140:3 17186:1 17284:1 17291:4 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1169 17497:1 17520:1 17541:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18055:1 18087:1 18107:1 18110:3 18145:1 18161:1 18185:1 18198:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18544:1 18549:1 18584:2 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18740:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:2 18921:3 18928:1 18929:1 18958:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19202:1 19208:2 19214:1 19240:1 19253:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:2 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20234:1 20247:1 20251:1 20290:1 20370:1 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20488:1 20529:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20608:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20775:1 20776:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20894:2 20923:1 20975:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:4 21435:1 21439:1 21478:1 21503:1 21516:2 21554:2 21568:2 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21919:2 21927:1 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22652:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22759:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23173:1 23191:1 23194:1 23199:1 23222:1 23224:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:1 23628:1 23633:3 23637:1 23675:4 23694:1 23711:1 23718:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:1 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24153:1 24171:1 24188:1 24228:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24533:2 24542:1 24598:4 24638:1 24643:2 24655:1 24675:1 24720:1 24721:1 24730:1 24734:1 24759:1 24809:1 24836:1 24839:1 24861:1 24899:3 24928:3 24957:1 24965:1 24993:1 25000:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:1 25728:1 25767:3 25769:1 25778:2 25780:1 25788:1 25790:1 25793:1 25798:1 25804:1 25811:1 25835:2 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25961:1 26013:2 26049:1 26068:2 26070:1 26071:1 26072:1 26084:2 26092:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26409:1 26429:1 26442:1 26446:6 26451:1 26468:1 26482:2 26498:4 26531:1 26545:1 26548:1 26565:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26782:1 26821:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27473:1 27479:4 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:1 27608:1 27615:1 27625:1 27633:2 27641:1 27691:1 27696:4 27730:1 27746:1 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:1 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 294:1 328:2 356:2 363:2 378:2 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 637:1 648:1 698:1 725:1 790:1 794:1 861:4 867:1 881:1 888:4 893:1 903:1 941:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1192:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:1 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:4 1459:1 1482:1 1484:1 1493:1 1516:1 1534:1 1535:2 1562:1 1564:2 1565:1 1568:1 1574:1 1623:1 1625:1 1656:2 1660:1 1668:4 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:1 1848:1 1864:2 1890:2 1891:1 1897:1 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2089:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:1 2235:1 2236:1 2244:1 2245:2 2246:2 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:4 2272:1 2276:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2721:1 2741:2 2745:1 2756:2 2769:1 2807:1 2846:4 2857:2 2860:1 2912:1 2919:1 2927:1 2928:1 2937:1 2951:1 2957:1 2972:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:2 3247:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:1 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3832:1 3844:2 3849:1 3876:1 3888:1 3904:1 3916:1 3921:1 3932:2 3972:1 3992:1 4014:1 4023:2 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:6 4711:1 4733:1 4738:1 4749:1 4814:5 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4993:1 4996:1 5045:2 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5274:1 5335:1 5355:2 5361:1 5382:1 5400:1 5402:1 5407:1 5438:1 5452:1 5470:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:1 5797:1 5813:1 5840:1 5864:1 5868:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6076:1 6092:3 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6990:1 7117:2 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:21 7410:4 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8324:2 8335:1 8366:1 8433:1 8483:2 8490:1 8491:1 8511:2 8523:1 8587:1 8591:1 8599:2 8630:1 8659:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8810:1 8813:1 8841:2 8843:2 8844:1 8866:1 8880:1 8883:2 8910:1 8930:1 8931:1 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:4 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:2 9257:1 9264:1 9287:5 9303:3 9307:1 9312:1 9397:1 9433:3 9480:1 9481:3 9484:1 9492:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9747:1 9774:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10054:1 10059:3 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10357:2 10359:2 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:4 10855:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10975:1 10978:1 10989:1 10992:1 11008:3 11053:2 11054:1 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:2 11125:1 11126:1 11130:1 11148:1 11151:1 11158:1 11169:1 11189:1 11194:1 11233:1 11244:2 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11443:4 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11624:1 11630:1 11710:2 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12049:1 12058:1 12070:2 12075:1 12139:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:3 12827:1 12851:1 12852:2 12857:1 12859:4 12881:2 12884:1 12902:1 12919:1 12939:1 12949:1 12986:1 12997:3 13008:1 13010:2 13013:1 13015:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:3 13134:1 13148:3 13164:2 13166:1 13172:1 13204:1 13274:1 13276:1 13280:1 13320:2 13330:2 13370:1 13386:2 13399:1 13468:1 13483:1 13484:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13678:1 13686:1 13691:1 13695:1 13705:1 13709:1 13718:1 13734:1 13758:1 13774:4 13812:1 13846:1 13848:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14077:1 14150:1 14155:2 14160:2 14170:1 14176:1 14245:1 14253:1 14317:1 14332:1 14342:1 14355:1 14365:1 14409:1 14429:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14663:1 14678:1 14708:1 14733:3 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14898:1 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15918:1 15936:1 15950:1 15957:1 16005:1 16035:1 16062:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:2 16282:1 16289:2 16309:2 16367:1 16371:1 16379:1 16383:1 16387:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16766:2 16767:1 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16906:1 16937:1 16958:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:2 17127:1 17140:4 17186:1 17284:1 17291:5 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1249 17497:1 17520:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18740:1 18757:1 18776:1 18778:1 18849:3 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18958:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19240:1 19253:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:2 19612:1 19623:2 19624:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19758:1 19785:1 19809:2 19928:1 19934:1 19957:1 19968:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20486:1 20488:1 20529:2 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20608:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20775:1 20776:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20894:2 20923:1 20942:1 20975:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21430:4 21435:1 21439:1 21444:1 21478:1 21503:1 21516:2 21554:2 21568:2 21579:1 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21919:2 21927:2 21954:1 21967:1 21968:1 21975:1 21987:1 22024:1 22055:1 22074:1 22097:1 22105:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22502:1 22568:1 22572:1 22578:1 22586:1 22652:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23121:1 23128:2 23173:1 23191:1 23194:1 23199:1 23222:1 23224:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:1 23711:1 23718:2 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:2 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24141:1 24143:1 24153:1 24171:1 24188:1 24228:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24490:1 24533:2 24542:1 24598:5 24638:1 24643:2 24655:1 24672:1 24675:1 24720:1 24721:2 24730:1 24734:1 24759:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24899:3 24928:3 24957:1 24965:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25597:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:1 25728:1 25767:3 25769:1 25778:3 25780:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25961:1 26013:2 26049:1 26068:2 26070:1 26071:1 26072:1 26084:2 26092:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26400:1 26402:1 26409:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:4 26531:1 26545:1 26548:1 26565:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26782:1 26821:1 26843:1 26853:1 26872:1 26898:1 26909:1 26912:1 26968:1 26977:1 26981:1 26984:1 26990:1 27006:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27358:1 27360:1 27368:1 27372:2 27431:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:1 27608:1 27615:1 27625:1 27633:2 27641:1 27691:1 27696:4 27704:1 27730:1 27746:1 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:2 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 294:1 313:1 328:2 356:2 363:2 378:2 379:1 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 637:1 648:1 693:1 698:1 725:1 790:1 794:1 861:4 867:1 881:1 888:4 893:1 903:1 909:1 941:1 949:1 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1192:1 1193:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:1 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1454:1 1457:5 1459:1 1482:1 1484:1 1493:1 1516:1 1534:1 1535:2 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:1 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1848:1 1864:2 1890:2 1891:1 1897:2 1905:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2089:1 2122:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:1 2235:1 2236:1 2244:1 2245:2 2246:2 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:1 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2721:1 2724:1 2741:2 2745:1 2756:2 2769:1 2807:1 2846:4 2857:2 2860:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:3 3247:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3460:2 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:1 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3849:1 3872:1 3876:1 3888:1 3904:1 3916:1 3921:2 3932:2 3972:1 3992:1 4014:1 4023:2 4030:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:6 4711:1 4733:1 4738:2 4749:1 4814:5 4820:1 4828:3 4830:2 4833:1 4838:1 4845:2 4850:2 4854:1 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4993:1 4996:1 5045:2 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5382:1 5400:1 5402:1 5407:1 5438:1 5452:1 5470:1 5473:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:1 5797:1 5813:1 5840:1 5864:1 5868:1 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6990:1 7047:1 7117:2 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7346:1 7352:1 7356:1 7367:1 7384:1 7394:23 7410:4 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:1 7629:1 7651:1 7689:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8324:2 8335:1 8366:1 8433:1 8483:2 8490:1 8491:1 8511:2 8523:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8810:1 8813:1 8841:2 8843:3 8844:1 8866:1 8880:1 8883:2 8910:1 8912:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:4 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:2 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9397:1 9433:3 9480:1 9481:3 9484:1 9492:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:1 9617:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10039:1 10054:1 10059:3 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10357:2 10359:3 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:1 11008:4 11053:2 11054:1 11061:1 11071:1 11074:1 11076:1 11077:1 11080:1 11096:2 11125:1 11126:1 11130:1 11148:1 11151:1 11158:1 11169:1 11189:1 11194:1 11233:1 11244:2 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11424:1 11443:4 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11624:1 11630:1 11710:2 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12292:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12410:1 12438:1 12443:1 12445:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:4 12861:1 12881:2 12884:1 12902:1 12919:1 12939:1 12949:1 12986:1 12997:3 13008:1 13010:2 13013:1 13015:1 13055:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:3 13134:1 13148:3 13164:2 13166:1 13172:1 13195:1 13204:1 13274:1 13276:1 13280:1 13320:2 13330:2 13370:1 13386:2 13399:1 13468:1 13483:1 13484:1 13498:1 13499:1 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:2 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14077:1 14150:1 14155:2 14160:2 14170:1 14176:1 14245:1 14253:1 14317:1 14332:1 14342:1 14355:2 14365:1 14409:1 14429:1 14440:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14663:1 14678:1 14708:1 14733:4 14744:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16035:1 16062:1 16066:1 16089:1 16109:1 16111:1 16132:1 16154:1 16158:1 16160:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:2 16282:1 16289:2 16309:2 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16766:2 16767:1 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16906:1 16937:1 16958:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17076:1 17094:2 17127:1 17140:4 17186:1 17284:1 17288:1 17291:5 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1349 17497:1 17520:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18269:6 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18740:1 18757:1 18776:1 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18958:1 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:1 19240:1 19253:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:2 19612:1 19623:2 19624:1 19636:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:1 20018:1 20033:2 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20486:1 20488:1 20529:2 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20716:1 20727:1 20762:1 20775:1 20776:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20894:2 20923:1 20942:1 20975:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21347:1 21430:4 21435:1 21439:1 21444:1 21478:1 21503:1 21516:2 21554:2 21568:2 21579:1 21587:1 21593:1 21632:2 21656:1 21692:1 21709:4 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21927:2 21954:1 21967:1 21968:1 21975:1 21987:1 22024:2 22055:1 22074:1 22097:1 22105:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22502:1 22568:3 22572:1 22578:1 22586:1 22614:1 22634:1 22652:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23119:1 23121:1 23128:2 23138:1 23164:1 23173:1 23191:1 23194:1 23199:1 23222:1 23224:1 23231:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:1 23711:1 23718:2 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:2 23964:2 23966:1 23986:1 23987:1 24008:1 24063:1 24085:1 24091:1 24141:1 24143:1 24153:1 24171:1 24188:1 24228:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24490:1 24533:2 24542:1 24579:1 24598:5 24638:1 24643:2 24655:1 24672:1 24675:1 24720:1 24721:2 24730:1 24734:1 24759:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24899:4 24928:3 24957:1 24965:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:1 25277:2 25281:1 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25597:1 25623:1 25635:2 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:1 25728:1 25767:3 25769:1 25778:3 25780:1 25786:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25924:1 25961:1 26013:2 26049:1 26068:2 26070:1 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:4 26531:1 26545:1 26548:1 26565:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26782:1 26821:1 26834:1 26843:1 26853:1 26866:1 26872:1 26898:1 26909:1 26912:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27006:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27286:1 27358:1 27360:1 27364:1 27368:1 27372:2 27431:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:1 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:1 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:2 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:2 356:2 363:2 378:2 379:1 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 637:1 648:1 693:1 698:1 725:1 790:1 794:1 861:4 867:1 881:1 888:4 893:1 903:1 909:1 923:1 941:1 949:2 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1192:1 1193:1 1195:1 1203:2 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1451:1 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1516:1 1534:1 1535:2 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:1 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1848:1 1864:2 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:2 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2089:1 2096:1 2122:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:3 2253:2 2256:2 2258:1 2261:1 2262:1 2264:1 2265:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:2 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2721:1 2724:1 2741:2 2745:1 2756:2 2769:1 2807:1 2815:1 2846:4 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:3 3247:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3916:1 3921:2 3932:2 3972:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:1 4733:1 4738:2 4749:1 4814:5 4820:1 4828:3 4830:2 4833:1 4838:1 4841:1 4844:1 4845:2 4850:2 4854:1 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4916:1 4993:1 4996:1 5045:2 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5470:1 5473:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:1 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6981:1 6990:1 7047:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7352:1 7356:1 7367:1 7384:2 7394:25 7410:5 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:2 7629:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8810:1 8813:1 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:1 8918:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:5 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:2 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9397:1 9433:4 9480:1 9481:3 9484:1 9492:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10039:1 10054:1 10059:3 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10357:2 10359:3 10365:2 10380:1 10386:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:1 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11096:2 11125:1 11126:1 11130:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11364:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11607:1 11624:1 11630:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:1 12410:1 12438:1 12443:1 12445:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:5 12860:1 12861:1 12881:2 12884:1 12902:1 12919:1 12939:1 12949:1 12986:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13068:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:4 13134:1 13148:3 13164:2 13166:1 13172:1 13195:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:2 13370:1 13386:2 13399:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:2 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14057:1 14077:1 14150:1 14155:2 14160:2 14170:1 14176:1 14245:1 14253:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14409:1 14429:1 14440:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:2 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16766:2 16767:1 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16906:1 16937:1 16958:1 16961:1 16966:2 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17045:1 17050:1 17076:1 17083:1 17094:2 17127:1 17140:4 17166:1 17186:1 17284:1 17288:1 17291:5 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17471:1 17486:1 17492:1424 17497:1 17520:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18269:7 18333:1 18366:1 18380:2 18383:1 18423:1 18471:1 18485:2 18494:1 18503:1 18507:1 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18740:1 18757:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18958:1 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:1 19240:1 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19596:2 19603:1 19612:1 19623:2 19624:1 19636:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:1 20018:1 20033:2 20077:1 20091:1 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20486:1 20488:1 20529:2 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20704:1 20716:1 20727:1 20762:1 20775:1 20776:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20923:1 20931:1 20933:1 20942:1 20975:1 20980:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:1 21345:1 21347:1 21430:5 21435:1 21439:1 21444:1 21478:1 21503:1 21516:2 21554:2 21568:2 21579:1 21587:1 21593:1 21594:1 21632:2 21656:1 21692:1 21709:4 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21927:2 21954:1 21967:1 21968:1 21975:1 21987:1 22024:2 22055:1 22074:1 22097:1 22105:1 22119:1 22137:1 22148:2 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22502:1 22568:3 22572:1 22578:1 22586:1 22614:1 22634:1 22652:1 22666:1 22678:1 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23094:1 23103:1 23111:1 23119:1 23121:1 23128:2 23138:1 23164:1 23173:1 23191:1 23194:1 23199:1 23222:1 23224:1 23231:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:1 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:2 23964:2 23966:1 23986:1 23987:1 24008:1 24040:1 24063:1 24085:1 24091:1 24119:1 24141:1 24143:1 24153:1 24171:1 24188:1 24228:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:1 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24463:1 24466:2 24490:1 24533:2 24542:1 24579:1 24598:5 24638:1 24643:2 24655:1 24672:1 24675:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24899:4 24928:3 24941:1 24957:1 24965:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:1 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25778:3 25780:1 25786:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25924:1 25961:1 26013:2 26049:1 26068:2 26070:1 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:5 26531:1 26545:1 26548:1 26565:1 26574:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:1 27358:1 27360:1 27364:1 27368:1 27372:2 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:1 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:2 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:3 356:2 363:3 378:2 379:1 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 637:1 648:1 693:1 698:1 725:1 790:1 794:1 820:1 861:4 867:1 881:1 888:4 893:1 903:1 909:1 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1192:1 1193:1 1195:1 1203:2 1222:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1354:1 1357:1 1369:1 1397:4 1448:1 1450:1 1451:1 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1513:1 1516:1 1534:2 1535:2 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:1 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1848:1 1864:2 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:4 2253:2 2256:2 2258:1 2261:1 2262:1 2264:2 2265:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:2 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:3 2769:1 2807:1 2815:1 2846:4 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 2990:1 3000:1 3008:1 3021:1 3053:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:3 3247:1 3257:1 3260:1 3322:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4167:1 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:1 4733:1 4738:2 4749:1 4750:1 4814:5 4820:1 4828:3 4830:2 4833:1 4838:1 4841:1 4844:1 4845:2 4850:2 4854:1 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4916:1 4993:1 4996:1 5045:2 5057:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5470:2 5473:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:2 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:1 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6981:1 6990:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7352:1 7356:1 7367:1 7384:2 7394:27 7410:5 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:2 7629:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8799:1 8801:1 8810:1 8813:1 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:1 8918:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:6 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:2 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9397:1 9433:4 9480:1 9481:3 9484:1 9492:1 9505:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10024:1 10039:1 10054:1 10057:1 10059:3 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:5 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10357:2 10359:3 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11096:2 11125:1 11126:1 11130:1 11142:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11607:1 11624:1 11630:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:1 12410:1 12438:1 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:1 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:6 12860:1 12861:1 12881:2 12884:1 12902:1 12919:1 12939:1 12949:1 12986:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:5 13134:1 13148:3 13164:2 13166:1 13172:1 13195:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:2 13370:1 13386:2 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:1 13534:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:2 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14150:1 14151:1 14155:2 14160:2 14170:1 14176:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14409:1 14429:1 14440:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15118:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:2 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:1 16100:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16766:2 16767:2 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16906:1 16937:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:1 17022:1 17028:1 17045:1 17050:1 17076:1 17083:1 17094:2 17127:1 17140:4 17166:1 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1487 17497:1 17520:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18269:7 18333:1 18366:1 18380:3 18383:1 18423:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18695:1 18740:1 18757:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18949:1 18958:1 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:1 19240:1 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19603:1 19612:1 19623:2 19624:1 19636:1 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:1 20018:1 20033:2 20077:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20704:1 20716:1 20727:1 20762:1 20775:1 20776:1 20793:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20923:1 20931:1 20933:1 20942:1 20975:1 20980:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:1 21111:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:5 21435:1 21439:1 21444:1 21449:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:1 21709:5 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21925:1 21927:2 21954:1 21967:1 21968:1 21975:1 21987:2 22024:2 22030:1 22055:1 22074:1 22097:1 22105:1 22119:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22502:1 22568:3 22572:1 22578:1 22586:1 22614:1 22634:1 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23078:1 23094:1 23103:1 23111:1 23119:1 23121:1 23128:2 23138:1 23164:1 23173:1 23190:1 23191:1 23194:1 23199:1 23222:1 23224:1 23230:1 23231:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23964:2 23966:1 23986:1 23987:1 24008:1 24040:1 24063:1 24085:1 24091:1 24119:1 24141:1 24143:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24352:2 24367:1 24397:1 24430:2 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:2 24542:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24899:4 24928:3 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25912:1 25924:1 25961:1 26013:2 26049:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:5 26531:1 26545:1 26548:1 26565:1 26574:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:1 27358:1 27360:1 27364:1 27368:1 27372:2 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:1 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:2 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:3 356:2 363:3 378:2 379:1 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 609:1 637:1 648:1 693:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:4 867:1 870:1 881:1 888:4 893:1 903:1 909:1 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1192:1 1193:1 1195:1 1203:2 1217:1 1222:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:1 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1513:1 1516:1 1534:2 1535:2 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:2 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1848:1 1864:2 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:1 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:4 2251:1 2253:2 2256:2 2258:1 2261:1 2262:1 2264:2 2265:1 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:2 2451:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:3 2769:1 2770:1 2807:1 2815:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:3 3247:1 3257:1 3260:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4167:1 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:5 4820:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4844:1 4845:2 4850:2 4854:1 4856:1 4857:1 4860:1 4879:1 4891:1 4915:1 4916:1 4943:1 4993:1 4996:1 5045:2 5057:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5379:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5470:2 5473:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:2 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6158:1 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6574:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:2 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6981:1 6990:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:1 7367:1 7384:2 7394:28 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:2 7629:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:1 8918:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:6 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9369:1 9397:1 9433:4 9480:1 9481:3 9484:1 9492:1 9505:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9954:1 9961:2 9963:1 9995:2 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10357:2 10359:3 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11096:2 11125:1 11126:1 11130:1 11142:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11607:1 11624:1 11630:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:1 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:6 12860:1 12861:1 12881:2 12884:1 12902:1 12919:1 12939:1 12949:1 12986:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:5 13134:1 13148:3 13164:2 13166:1 13172:1 13181:1 13195:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:2 13352:1 13370:1 13386:2 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:2 13534:1 13547:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:2 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 14009:1 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14150:1 14151:1 14155:2 14160:2 14170:1 14176:1 14200:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14747:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15118:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15846:1 15860:1 15864:1 15898:2 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:1 16100:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16766:2 16767:2 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16906:1 16937:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17045:1 17050:1 17076:1 17083:1 17094:2 17127:1 17140:4 17166:1 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1519 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17691:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18254:1 18269:7 18333:1 18366:1 18380:3 18383:1 18423:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18695:1 18740:1 18757:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:1 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19603:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20018:1 20033:2 20077:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20704:1 20716:1 20727:1 20762:1 20775:1 20776:1 20793:1 20796:2 20804:1 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:1 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:1 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:5 21435:1 21439:1 21444:1 21449:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:1 21709:5 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21987:2 22024:2 22030:1 22055:1 22074:1 22097:1 22105:1 22119:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22270:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23078:1 23094:1 23103:1 23111:1 23119:1 23121:1 23128:2 23138:1 23164:1 23173:1 23190:1 23191:1 23194:1 23199:1 23222:1 23224:1 23230:1 23231:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23964:2 23966:1 23986:1 23987:1 24008:1 24040:1 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24885:1 24899:4 24928:3 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25897:1 25912:1 25924:1 25961:1 26013:2 26049:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:5 26531:1 26545:1 26548:1 26565:1 26574:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:1 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:2 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 430:1 441:2 457:1 528:1 535:1 603:2 609:1 637:1 648:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:4 867:1 870:1 881:1 888:4 893:1 903:1 909:1 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:1 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1513:1 1516:1 1534:2 1535:2 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:2 1691:1 1695:1 1696:1 1730:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1848:1 1864:2 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2191:4 2197:2 2200:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:4 2251:1 2253:2 2256:2 2258:1 2261:1 2262:1 2264:2 2265:1 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:3 2769:1 2770:1 2807:1 2815:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:3 3247:1 3257:1 3260:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:2 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4145:1 4163:4 4167:1 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:5 4820:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:1 4860:1 4879:1 4891:1 4915:1 4916:1 4943:1 4993:1 4996:1 5045:2 5057:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5379:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5470:2 5473:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:3 6102:1 6110:1 6113:1 6115:3 6117:7 6120:2 6158:1 6169:2 6246:2 6254:1 6260:2 6283:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6574:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:2 6932:1 6949:1 6958:1 6964:1 6974:1 6975:2 6981:1 6990:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:1 7367:1 7384:2 7394:28 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:2 7629:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8008:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:1 8918:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:6 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9369:1 9397:1 9433:4 9480:1 9481:3 9484:1 9492:1 9505:1 9523:1 9526:2 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9954:1 9961:3 9963:1 9995:2 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10357:2 10359:3 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11096:2 11125:1 11126:1 11130:1 11142:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11607:1 11624:1 11630:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:1 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:6 12860:1 12861:1 12881:2 12884:1 12902:1 12919:1 12939:1 12949:2 12986:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:5 13134:1 13148:3 13164:2 13166:1 13172:1 13181:1 13195:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:2 13352:1 13370:1 13386:2 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:2 13534:1 13547:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:2 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 14009:1 14017:2 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14150:1 14151:1 14155:3 14160:2 14170:1 14176:1 14200:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14575:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14747:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14843:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15118:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:1 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15489:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15742:1 15846:1 15860:1 15864:1 15898:2 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:1 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16906:1 16937:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17045:1 17050:1 17076:1 17083:1 17094:2 17127:1 17140:4 17166:1 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1526 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17691:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18254:1 18269:7 18333:1 18366:1 18380:3 18383:1 18415:2 18423:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18695:1 18740:1 18757:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19426:1 19435:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19603:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20018:1 20033:2 20077:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:5 20422:1 20433:2 20446:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20694:2 20704:1 20716:1 20727:1 20762:1 20775:1 20776:1 20793:1 20796:2 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:1 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:5 21435:1 21438:1 21439:1 21444:1 21449:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21987:2 22024:2 22030:1 22055:1 22074:1 22097:1 22105:1 22119:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22270:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:1 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23078:1 23094:1 23103:1 23111:1 23119:1 23121:1 23127:1 23128:2 23138:1 23164:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23245:2 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23964:2 23966:1 23986:1 23987:1 24008:1 24040:1 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24885:1 24899:4 24928:3 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:1 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25897:1 25912:1 25924:1 25961:1 26013:2 26049:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:5 26531:1 26545:1 26548:1 26565:1 26574:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:2 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:3 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 603:2 609:1 637:1 648:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:4 867:1 870:1 881:1 888:4 893:1 903:2 909:1 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:1 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1513:1 1516:1 1534:2 1535:2 1541:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:2 1691:1 1695:1 1696:1 1730:1 1740:1 1762:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:2 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2169:1 2191:4 2197:2 2200:1 2204:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:4 2251:1 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:1 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:1 2523:1 2526:4 2545:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:3 2769:1 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:5 3247:1 3257:1 3260:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3591:1 3600:1 3607:1 3648:3 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4123:1 4145:1 4163:4 4167:1 4175:1 4180:1 4192:1 4216:1 4231:1 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:1 4404:1 4406:1 4414:1 4416:1 4423:1 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:2 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:1 4860:1 4879:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5057:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5379:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:1 5481:1 5484:1 5496:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:5 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:1 6092:4 6096:1 6098:1 6101:3 6102:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6246:2 6254:1 6260:2 6283:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6545:3 6566:1 6568:1 6574:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6798:1 6877:2 6878:2 6895:1 6924:2 6932:1 6949:1 6958:1 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:1 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7367:1 7384:2 7394:29 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7594:1 7604:1 7614:2 7629:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7867:1 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8001:1 8008:1 8021:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:1 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8965:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:6 9102:1 9108:1 9109:1 9133:1 9136:1 9147:2 9153:1 9161:1 9162:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:5 9303:3 9305:1 9307:1 9312:1 9369:1 9397:1 9433:4 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9523:1 9526:3 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9895:1 9954:1 9961:3 9963:1 9995:2 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10357:2 10359:4 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:1 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:2 11125:1 11126:1 11130:2 11142:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:2 11607:1 11624:1 11630:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:1 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:1 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:2 12586:1 12590:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:6 12860:1 12861:1 12881:2 12884:1 12902:2 12919:1 12937:1 12939:1 12949:2 12986:1 12991:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:1 13109:1 13114:1 13128:5 13134:1 13148:3 13164:2 13166:1 13172:1 13181:1 13195:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:2 13352:1 13370:1 13386:2 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:2 13534:1 13547:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:3 13758:1 13774:4 13812:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:2 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14150:1 14151:1 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14467:1 14475:1 14476:1 14479:1 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14535:1 14575:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14747:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14839:1 14843:1 14878:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:2 15070:2 15100:1 15118:1 15120:1 15121:1 15131:1 15140:2 15141:1 15147:1 15173:2 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15742:1 15785:1 15846:1 15860:1 15864:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:1 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:2 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16783:1 16786:1 16800:1 16802:1 16803:1 16823:1 16848:1 16850:1 16891:1 16898:1 16906:1 16937:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:1 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1567 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17691:1 17793:1 17815:1 17846:1 17902:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18254:1 18269:7 18333:1 18366:1 18380:3 18383:1 18415:3 18423:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18695:1 18740:1 18757:1 18773:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19057:1 19061:1 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19424:1 19426:1 19435:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19603:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20694:2 20704:1 20716:1 20727:1 20754:1 20762:1 20775:1 20776:1 20793:1 20796:2 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21004:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:5 21435:1 21438:1 21439:1 21444:1 21449:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21731:1 21777:1 21850:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21987:2 22024:2 22030:1 22055:1 22066:1 22074:1 22097:1 22105:1 22119:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22270:1 22283:1 22291:1 22309:1 22323:1 22333:1 22340:1 22351:1 22382:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22569:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:2 22963:1 22967:2 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23164:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:1 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:1 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24885:1 24899:4 24928:3 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25897:1 25912:1 25924:1 25961:1 26013:2 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:7 26451:1 26468:1 26482:4 26498:5 26531:1 26545:1 26548:1 26565:1 26574:1 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26824:1 26828:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:2 27608:2 27615:1 27625:2 27633:2 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:3 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 603:2 609:1 637:1 648:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:4 867:1 870:1 881:1 888:4 893:1 903:2 909:1 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:2 1454:1 1457:5 1459:1 1461:1 1482:1 1484:1 1493:1 1513:1 1516:1 1534:2 1535:2 1541:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:2 1691:1 1695:2 1696:1 1730:1 1740:1 1762:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2169:1 2191:4 2197:2 2200:1 2204:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2249:4 2251:1 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:1 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:1 2523:1 2526:4 2545:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:3 2769:1 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:5 3247:1 3257:1 3260:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3586:1 3588:1 3591:1 3600:1 3607:1 3612:1 3648:3 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4123:1 4145:1 4163:4 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:1 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:7 4711:2 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:2 4860:1 4879:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5057:1 5095:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5379:1 5382:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:1 5481:1 5484:1 5496:1 5504:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:6 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:1 6098:1 6101:3 6102:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6246:2 6254:1 6260:2 6283:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6536:1 6545:3 6566:1 6568:1 6574:1 6578:1 6614:1 6629:1 6656:1 6714:1 6745:1 6762:1 6764:1 6798:1 6877:4 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:1 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:2 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7367:1 7384:2 7394:29 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:1 7594:1 7604:1 7614:2 7629:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7770:1 7777:1 7811:1 7852:2 7867:1 7871:4 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8001:1 8008:1 8021:1 8062:1 8072:1 8091:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:1 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9066:6 9102:2 9108:1 9109:1 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:6 9303:3 9305:1 9307:1 9312:1 9369:1 9397:1 9433:4 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10357:2 10359:4 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:1 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:2 11125:1 11126:1 11130:2 11142:1 11148:1 11151:1 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:5 11462:1 11464:1 11465:1 11477:2 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:1 11630:1 11668:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:2 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:2 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12851:1 12852:2 12857:1 12859:6 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12937:1 12939:1 12949:2 12986:1 12991:1 12997:3 13008:1 13010:3 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:5 13134:1 13148:3 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13330:4 13352:1 13370:1 13386:2 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13517:1 13527:2 13534:1 13547:1 13553:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:1 13695:1 13705:1 13709:1 13718:1 13734:3 13758:1 13774:4 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:2 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14150:1 14151:1 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14467:1 14475:1 14476:1 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14744:1 14747:1 14749:1 14754:3 14763:1 14769:1 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14839:1 14843:1 14878:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15021:1 15048:3 15070:2 15098:1 15100:1 15118:1 15120:1 15121:1 15131:1 15137:1 15140:2 15141:1 15147:1 15173:2 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15689:1 15712:1 15714:2 15742:1 15785:1 15846:1 15860:1 15864:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:2 16309:2 16357:1 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:2 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:2 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16783:1 16786:2 16800:1 16802:1 16803:1 16808:1 16823:1 16848:1 16850:1 16891:1 16898:1 16906:1 16937:1 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:2 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1650 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17815:1 17838:1 17846:1 17902:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:1 18254:1 18269:7 18333:1 18366:1 18380:3 18383:1 18398:1 18415:3 18423:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:1 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19424:1 19426:1 19435:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20370:2 20401:2 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20694:2 20704:1 20716:1 20727:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21004:1 21006:1 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:5 21435:1 21438:1 21439:1 21444:1 21449:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:1 21731:1 21777:1 21850:1 21874:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21987:2 22024:2 22030:1 22040:1 22055:1 22066:1 22074:1 22097:1 22105:1 22119:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:1 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22569:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:3 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23164:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:2 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24854:1 24856:1 24861:1 24865:1 24885:1 24899:4 24928:3 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25452:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:2 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:1 26442:1 26446:8 26451:1 26468:1 26482:5 26498:5 26531:1 26545:1 26548:1 26565:1 26574:2 26575:1 26576:1 26598:2 26609:5 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26762:1 26782:1 26821:1 26824:1 26828:1 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26962:1 26968:1 26977:1 26981:1 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27473:1 27479:4 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:1 27643:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:3 92:1 111:1 141:1 165:1 179:2 182:1 195:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 603:2 609:1 637:1 648:1 666:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:5 867:1 870:1 881:1 888:4 893:1 903:2 909:2 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:2 1454:1 1457:5 1459:1 1461:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:1 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:1 1740:1 1762:1 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1978:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2169:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:4 2251:1 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:1 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:4 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:1 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:1 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3166:1 3174:1 3191:2 3207:1 3223:1 3232:2 3244:6 3247:1 3257:1 3260:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3600:1 3607:1 3612:2 3648:3 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3754:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:1 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4605:1 4656:1 4677:1 4700:1 4710:8 4711:2 4722:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:2 4860:1 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5057:1 5095:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5335:1 5355:2 5361:1 5379:1 5382:1 5392:1 5400:1 5402:1 5407:1 5418:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:1 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:1 5752:6 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5917:2 5934:1 5960:1 5994:2 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:2 6098:1 6101:3 6102:1 6109:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6246:2 6254:1 6260:2 6283:1 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6536:1 6545:3 6566:1 6568:1 6574:1 6578:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6762:1 6764:1 6798:1 6877:4 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:1 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7009:1 7047:1 7098:1 7117:3 7131:1 7143:3 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:2 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7367:1 7384:2 7394:30 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:1 7594:1 7604:1 7614:2 7629:1 7633:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7777:1 7811:1 7852:2 7867:1 7871:5 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8001:1 8008:1 8021:1 8062:1 8072:1 8091:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:2 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8841:3 8843:3 8844:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:1 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:6 9303:3 9305:1 9307:1 9312:1 9369:1 9397:1 9433:4 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10337:1 10357:2 10359:4 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10473:1 10488:3 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:1 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11310:1 11316:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11668:1 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:2 12070:2 12075:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:2 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12937:1 12939:1 12949:2 12986:1 12991:1 12997:3 13008:1 13010:4 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13330:4 13352:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:1 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:1 13705:1 13709:1 13718:1 13734:3 13758:1 13763:1 13774:4 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13904:1 13915:1 13919:3 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14129:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:1 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15001:1 15021:1 15048:3 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:1 15137:1 15140:2 15141:1 15147:1 15173:2 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15306:1 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:1 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16357:2 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:2 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:2 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16780:1 16783:1 16786:2 16787:1 16800:1 16802:1 16803:1 16808:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:1 16898:1 16906:1 16937:1 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:2 17186:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1737 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17815:1 17838:1 17846:1 17902:1 17912:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:1 18535:1 18544:1 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19759:1 19778:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20349:1 20370:2 20376:1 20401:2 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20670:1 20694:2 20704:1 20716:1 20727:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21452:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:1 21731:1 21777:1 21850:1 21874:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:2 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:1 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22569:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:1 22956:4 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:1 23373:2 23383:1 23415:1 23416:1 23426:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23743:1 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:2 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:1 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:1 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25452:1 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:3 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26322:1 26337:1 26348:1 26352:3 26364:1 26378:1 26400:1 26402:1 26409:1 26422:1 26429:2 26442:1 26446:9 26451:1 26468:1 26482:5 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:2 26575:1 26576:1 26598:2 26609:5 26641:1 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26962:1 26968:1 26977:1 26981:2 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27526:1 27529:1 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:1 27643:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 141:1 165:1 179:2 182:1 195:2 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 603:3 609:1 637:1 648:1 666:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:5 867:1 870:1 881:1 888:4 893:1 903:2 909:2 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:3 1454:1 1457:5 1459:1 1461:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:1 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1978:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2060:1 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2169:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:4 2251:1 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:5 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:1 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:2 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3166:1 3174:1 3178:1 3191:2 3207:1 3223:1 3232:2 3244:6 3247:1 3257:1 3260:1 3318:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3754:1 3763:1 3805:1 3806:2 3825:1 3832:1 3844:2 3846:1 3849:1 3872:1 3876:1 3878:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:2 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4526:1 4550:3 4578:1 4579:1 4581:1 4603:1 4605:1 4656:1 4677:1 4700:1 4710:8 4711:2 4722:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:2 4860:1 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5057:1 5095:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5327:1 5335:1 5355:2 5361:1 5379:1 5382:1 5392:1 5400:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:6 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:3 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:2 6098:1 6101:3 6102:1 6109:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:1 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6536:1 6545:3 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6762:1 6764:1 6780:1 6798:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7009:1 7047:1 7098:1 7117:3 7127:1 7131:1 7143:4 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:2 7293:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:31 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:1 7633:1 7636:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7777:1 7811:1 7852:2 7864:1 7867:1 7871:5 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:1 8091:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:2 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:1 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:6 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9831:1 9839:1 9840:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:1 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:6 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:1 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:4 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10473:1 10474:1 10488:3 10496:1 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:1 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11310:1 11316:1 11318:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11668:2 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:3 12070:2 12075:1 12109:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:3 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12937:1 12939:1 12949:2 12986:1 12991:1 12997:3 13008:1 13010:4 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:1 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:1 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13904:1 13915:1 13919:4 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14129:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:1 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:1 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15001:1 15021:1 15048:3 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:1 15137:1 15140:2 15141:1 15147:1 15173:3 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15306:1 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:1 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16357:2 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:3 16531:1 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:2 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:1 16803:1 16808:1 16810:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:1 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:3 17186:1 17236:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1805 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17815:1 17838:1 17846:1 17902:1 17912:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18544:1 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19759:1 19778:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20349:1 20370:2 20376:1 20401:2 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20670:1 20694:2 20704:1 20716:1 20727:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:2 21731:1 21777:1 21850:1 21874:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:2 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:2 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22569:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:2 22956:4 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23743:1 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:3 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:1 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25113:1 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25452:2 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:4 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:1 26322:1 26337:1 26340:1 26348:1 26352:3 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26442:1 26446:10 26451:1 26468:1 26480:1 26482:5 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:3 26575:1 26576:1 26598:2 26609:5 26641:1 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26955:1 26962:1 26968:1 26977:1 26981:2 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27526:1 27529:2 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:1 27643:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 165:1 179:2 182:1 195:2 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 603:3 609:1 637:1 648:1 666:1 693:1 694:1 698:2 700:1 725:1 739:1 790:1 794:1 820:1 861:5 867:1 870:1 881:1 888:4 893:1 903:2 909:2 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:1 1195:1 1203:2 1217:2 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:3 1454:1 1457:5 1459:1 1461:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:1 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:2 2148:1 2164:1 2169:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:4 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:5 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:1 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3155:1 3160:1 3166:1 3174:1 3178:1 3191:2 3207:1 3223:1 3232:2 3244:6 3247:1 3257:1 3260:1 3318:1 3322:1 3338:1 3368:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3872:1 3876:1 3878:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4526:1 4550:3 4569:1 4578:1 4579:1 4581:1 4603:1 4605:1 4656:1 4677:1 4700:1 4710:8 4711:2 4722:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:2 4854:1 4856:2 4857:2 4860:1 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5057:1 5095:1 5112:1 5118:1 5130:2 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:1 5327:1 5335:1 5355:2 5361:1 5379:1 5382:1 5392:1 5400:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:6 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:2 5877:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:3 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:1 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6516:2 6519:1 6536:1 6545:3 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6762:1 6764:1 6780:1 6798:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7009:1 7047:1 7098:1 7117:3 7127:2 7131:1 7143:4 7144:2 7146:3 7155:1 7180:1 7198:1 7211:1 7250:2 7263:1 7290:2 7293:1 7294:1 7295:1 7328:7 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:32 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:1 7633:1 7636:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7777:1 7811:1 7852:2 7864:1 7867:1 7871:5 7902:1 7905:1 7916:1 7947:1 7961:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:3 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8324:2 8335:1 8338:1 8366:1 8433:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:2 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:6 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9583:1 9594:4 9598:1 9599:2 9617:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:7 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:4 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10453:1 10473:1 10474:1 10488:3 10496:1 10500:1 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:1 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:1 11053:2 11054:1 11061:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:1 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11310:1 11316:1 11318:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11663:1 11668:2 11710:2 11713:1 11731:1 11752:1 11756:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:3 12070:2 12075:1 12109:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:3 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12937:1 12939:1 12949:2 12956:1 12986:1 12991:1 12997:3 13008:1 13010:4 13013:1 13015:1 13055:1 13056:1 13068:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:1 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:1 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13904:1 13915:1 13919:4 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14129:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:1 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14528:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14923:2 14962:2 14970:1 14982:1 15001:1 15021:1 15048:3 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:1 15137:1 15140:2 15141:1 15147:1 15173:3 15174:1 15180:1 15193:2 15231:1 15261:1 15265:1 15287:2 15295:1 15297:2 15306:1 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:1 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:1 16178:1 16179:1 16200:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16357:2 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:4 16531:1 16547:1 16563:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:2 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:1 16803:1 16808:1 16810:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:3 17186:1 17236:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:1 17441:1 17447:1 17471:1 17486:1 17492:1851 17497:1 17520:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17815:1 17838:1 17846:1 17902:1 17912:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18544:1 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:2 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19759:1 19778:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20231:1 20234:1 20247:1 20251:1 20290:1 20307:1 20349:1 20370:2 20376:1 20401:3 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:1 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20659:1 20670:1 20694:2 20704:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:2 20823:1 20828:1 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:3 21731:1 21777:1 21850:1 21874:1 21895:1 21896:2 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:2 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22224:1 22248:2 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:1 22476:1 22502:1 22568:3 22569:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:1 22838:1 22876:2 22885:1 22887:1 22935:1 22948:2 22956:4 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23743:1 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23850:1 23864:1 23865:1 23866:3 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:3 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24171:1 24188:1 24204:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:1 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25113:1 25134:1 25161:1 25219:1 25248:2 25277:2 25281:2 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25434:1 25452:3 25460:1 25466:1 25473:2 25488:1 25515:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:4 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:1 26322:1 26337:1 26340:1 26348:1 26352:3 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26442:1 26446:10 26451:1 26468:1 26480:1 26482:5 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:3 26575:1 26576:1 26598:2 26609:5 26641:1 26647:8 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:1 26912:1 26913:1 26955:1 26962:1 26968:1 26977:1 26981:2 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27526:1 27529:2 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:1 27643:2 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 165:1 179:2 182:1 195:2 200:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:1 666:1 693:1 694:1 698:2 700:2 725:1 739:1 790:1 794:1 820:1 861:5 867:1 870:1 881:1 888:4 893:1 903:2 909:2 923:1 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:1 1195:1 1203:2 1217:3 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:3 1454:1 1457:5 1459:1 1461:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:1 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:3 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:3 2148:1 2164:1 2169:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:4 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:5 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:1 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3322:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3872:1 3876:1 3878:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4525:1 4526:1 4533:1 4550:3 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4677:1 4700:1 4710:10 4711:2 4722:1 4730:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:2 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:2 5327:1 5335:1 5355:2 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:7 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:3 5877:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:3 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:3 6116:1 6117:9 6119:1 6120:2 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:1 6305:2 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6515:1 6516:2 6519:1 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6749:1 6762:1 6764:1 6780:1 6798:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 7009:1 7047:1 7098:1 7117:3 7127:2 7131:1 7143:4 7144:2 7146:4 7155:1 7180:1 7198:1 7211:1 7216:1 7250:2 7263:1 7290:2 7293:1 7294:1 7295:1 7328:8 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:32 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:1 7633:1 7636:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:6 7902:1 7905:1 7916:1 7947:1 7961:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:3 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8322:1 8324:2 8328:1 8335:1 8338:1 8366:1 8433:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8990:1 8995:1 8998:1 9006:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:2 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:1 9254:3 9257:1 9264:1 9267:1 9287:6 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:7 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:5 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10453:1 10473:1 10474:1 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10918:2 10961:1 10975:2 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11299:1 11310:1 11316:1 11318:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:3 12070:2 12075:1 12109:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:3 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:3 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12937:1 12939:1 12949:2 12956:1 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:1 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:1 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13904:1 13915:1 13919:4 13924:1 13926:1 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14129:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14528:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15021:1 15048:3 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:3 15141:1 15147:1 15173:3 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15323:1 15348:1 15370:1 15381:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:1 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:2 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16200:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16357:2 16367:1 16371:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16486:2 16512:4 16531:1 16546:1 16547:1 16563:1 16571:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:2 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:1 16803:1 16808:1 16810:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:3 17186:1 17236:1 17284:1 17288:1 17291:6 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17441:1 17447:1 17471:1 17486:1 17492:1945 17497:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:1 17912:1 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18544:2 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:2 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20349:1 20370:2 20376:1 20401:3 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20670:1 20694:2 20704:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:2 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21002:1 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:1 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:3 21731:1 21777:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22202:1 22208:2 22215:1 22219:1 22224:1 22248:2 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:2 22476:1 22502:1 22544:1 22568:3 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22634:2 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:2 22838:1 22876:2 22885:1 22887:1 22935:1 22948:2 22956:4 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23648:1 23675:4 23694:2 23711:1 23718:2 23731:1 23735:1 23738:2 23743:1 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:3 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24040:3 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:1 24204:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:6 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24712:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:1 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25488:1 25515:1 25521:1 25537:1 25539:1 25543:1 25545:2 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:4 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:2 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:3 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26442:1 26444:1 26446:10 26451:1 26468:1 26480:1 26482:5 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:3 26575:1 26576:1 26598:2 26609:5 26641:1 26647:9 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:1 26981:2 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 165:1 179:2 182:1 195:2 200:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:1 666:1 693:1 694:1 698:2 700:2 725:2 739:1 790:1 794:1 820:1 861:6 867:1 870:1 881:1 888:4 893:1 903:2 909:2 923:2 941:2 949:2 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:1 1195:1 1203:2 1217:3 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1369:1 1397:5 1448:1 1450:1 1451:4 1454:1 1457:5 1459:1 1461:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:1 1568:1 1574:1 1586:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:1 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:4 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:4 2148:1 2164:1 2169:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:5 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:6 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2557:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:1 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3320:1 3322:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3872:1 3876:1 3878:1 3888:1 3904:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:1 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4525:1 4526:1 4533:1 4550:3 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4668:1 4677:1 4700:1 4710:10 4711:2 4722:1 4730:1 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:3 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:2 5327:1 5335:1 5355:2 5357:1 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:7 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:3 5877:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:3 6003:1 6007:1 6008:1 6016:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:4 6116:1 6117:9 6119:1 6120:2 6122:1 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:1 6305:2 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:1 6439:1 6455:1 6472:1 6486:1 6490:1 6492:1 6493:1 6515:1 6516:2 6519:1 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6749:1 6762:1 6764:1 6780:1 6798:1 6826:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 6996:1 7009:1 7047:1 7098:1 7117:3 7127:2 7131:1 7143:5 7144:2 7146:4 7155:1 7180:1 7198:1 7211:1 7216:1 7250:2 7263:1 7274:1 7290:2 7293:1 7294:1 7295:1 7328:8 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:33 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:1 7633:1 7636:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:6 7902:1 7905:1 7916:1 7947:1 7961:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8238:1 8244:1 8247:3 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8322:1 8324:2 8328:1 8335:1 8338:1 8366:1 8433:1 8437:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8984:1 8990:1 8995:2 8998:1 9006:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:2 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9198:1 9203:2 9220:1 9244:1 9250:2 9254:3 9257:1 9264:1 9267:1 9287:7 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:1 10148:1 10155:7 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:5 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10453:1 10473:1 10474:1 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10910:2 10918:2 10961:1 10975:2 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11299:1 11310:1 11316:1 11318:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:4 12070:2 12075:1 12109:1 12125:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:4 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:4 12410:1 12438:2 12443:1 12445:1 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12937:1 12939:1 12949:2 12956:1 12959:2 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:1 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:1 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13904:1 13915:1 13919:4 13924:1 13926:1 13934:2 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14129:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14526:1 14528:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15021:1 15048:3 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:3 15141:1 15147:1 15173:3 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15323:1 15348:1 15370:1 15381:1 15388:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:1 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:4 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16197:1 16200:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16317:1 16357:2 16367:1 16371:1 16372:1 16375:1 16379:1 16383:1 16387:1 16390:1 16392:1 16408:1 16443:1 16447:2 16451:1 16456:1 16464:1 16468:1 16469:1 16474:1 16486:2 16512:4 16531:1 16546:1 16547:1 16563:1 16571:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:3 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:1 16803:1 16808:1 16810:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17127:1 17140:4 17166:4 17186:1 17236:1 17284:1 17288:1 17291:7 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17433:1 17441:1 17447:1 17471:1 17486:1 17492:2017 17497:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:1 17912:2 17914:1 17933:1 17938:1 17945:1 17991:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18480:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18544:2 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:3 18921:3 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18974:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19382:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19471:1 19483:1 19485:1 19487:1 19488:1 19493:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:2 19877:1 19885:1 19928:1 19934:1 19957:1 19968:2 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20131:1 20139:1 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20349:1 20370:2 20376:1 20397:1 20401:3 20407:1 20411:1 20415:1 20421:6 20422:1 20433:3 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:1 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20660:1 20670:1 20694:2 20704:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:3 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21002:1 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:2 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:1 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21450:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:3 21731:2 21777:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:1 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:1 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22200:1 22202:1 22208:2 22215:1 22219:1 22224:1 22248:2 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:2 22476:1 22502:1 22538:1 22544:1 22568:3 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22634:2 22647:1 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:2 22838:1 22876:2 22885:1 22887:1 22935:1 22948:2 22956:4 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:1 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23648:1 23675:4 23694:3 23711:1 23718:2 23731:1 23735:2 23738:2 23743:1 23751:1 23766:1 23783:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:3 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24012:1 24040:4 24063:1 24085:1 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:1 24204:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:1 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:7 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24712:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:2 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25338:1 25345:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25488:1 25515:1 25521:1 25537:1 25539:1 25543:1 25545:3 25587:1 25593:1 25597:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:5 25769:1 25770:1 25778:3 25780:1 25785:1 25786:1 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:3 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:1 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:4 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26435:2 26442:1 26444:1 26446:10 26451:1 26468:1 26480:1 26482:6 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:4 26575:1 26576:1 26598:2 26609:5 26641:1 26647:9 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:1 26981:2 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27113:2 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27205:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27538:1 27557:2 27565:3 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 159:1 165:1 179:2 182:1 195:2 200:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:2 666:1 693:1 694:1 698:2 700:2 725:2 739:1 790:1 794:1 820:1 861:7 867:1 870:1 874:1 881:1 888:4 893:1 903:2 909:2 923:2 941:2 949:2 950:1 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:2 1195:1 1203:2 1217:3 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1367:1 1369:1 1397:5 1448:1 1450:1 1451:5 1454:1 1457:7 1459:1 1461:1 1462:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:3 1568:1 1574:1 1586:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:2 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:4 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:4 2148:1 2164:1 2169:1 2188:1 2191:5 2197:2 2200:1 2204:1 2208:1 2210:2 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:5 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:5 2272:1 2276:1 2280:1 2281:1 2287:2 2307:1 2338:6 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2557:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:1 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:1 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3320:1 3322:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3733:1 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3866:1 3872:1 3876:1 3878:1 3888:1 3904:1 3906:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:1 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:2 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4524:1 4525:1 4526:1 4533:1 4550:3 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4668:1 4677:1 4700:1 4710:10 4711:3 4722:1 4730:1 4732:2 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:3 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:3 4920:1 4934:1 4943:1 4948:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5242:1 5269:1 5274:2 5327:1 5335:1 5355:2 5357:1 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:7 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5844:1 5864:1 5868:3 5877:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:4 6003:1 6007:1 6008:1 6016:1 6024:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:5 6116:1 6117:9 6119:1 6120:3 6122:1 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:2 6305:2 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:2 6439:1 6455:1 6472:1 6486:1 6490:1 6492:2 6493:1 6515:1 6516:2 6519:1 6533:2 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6745:1 6749:1 6762:1 6764:1 6780:1 6798:1 6826:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 6996:1 7009:1 7047:1 7098:1 7117:3 7127:2 7130:1 7131:1 7143:5 7144:2 7146:4 7155:1 7180:1 7183:1 7198:1 7211:1 7216:1 7250:2 7263:1 7274:1 7290:2 7293:1 7294:1 7295:1 7328:8 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:33 7410:6 7412:1 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:1 7633:1 7636:1 7640:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7773:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:6 7902:1 7905:1 7916:1 7947:1 7961:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8094:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8217:1 8219:1 8220:1 8221:1 8224:1 8238:1 8244:1 8247:3 8249:1 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8322:1 8324:2 8328:1 8335:1 8338:1 8366:1 8433:1 8437:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8767:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8984:1 8990:1 8995:2 8998:1 9006:1 9007:1 9011:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:2 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9192:1 9198:1 9203:2 9220:1 9244:1 9250:2 9254:3 9257:1 9264:1 9267:2 9287:7 9302:1 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9480:1 9481:4 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9855:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:3 10148:1 10155:7 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:5 10365:2 10380:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10453:1 10473:1 10474:2 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10910:2 10918:2 10961:1 10975:2 10978:1 10987:1 10989:1 10992:2 10999:1 11008:4 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:2 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:1 11268:1 11284:1 11299:1 11310:1 11316:1 11318:1 11332:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11784:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:5 12070:2 12075:1 12109:1 12125:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:4 12360:2 12376:1 12381:1 12386:1 12396:1 12402:1 12403:5 12410:1 12427:1 12438:2 12443:1 12445:3 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12937:1 12939:1 12949:2 12956:1 12959:2 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:1 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:2 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13904:1 13915:1 13919:4 13924:1 13926:1 13934:2 13935:1 13956:1 13990:1 14009:1 14017:3 14029:1 14045:1 14047:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14125:1 14129:1 14133:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14452:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14523:1 14526:1 14528:1 14534:1 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14767:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15003:1 15021:1 15048:3 15057:1 15070:2 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:3 15141:1 15147:1 15173:3 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15323:1 15348:1 15370:1 15380:1 15381:1 15388:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15742:2 15764:1 15785:1 15846:1 15860:1 15864:1 15874:1 15898:4 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15953:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16197:1 16200:1 16215:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16317:1 16357:2 16367:1 16371:1 16372:1 16375:1 16379:1 16383:1 16387:2 16390:1 16392:1 16408:1 16443:1 16447:2 16450:1 16451:1 16456:1 16464:1 16468:1 16469:1 16474:1 16486:2 16512:4 16531:1 16545:1 16546:1 16547:1 16563:2 16571:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:3 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:2 16803:1 16808:1 16810:1 16823:1 16848:1 16850:1 16860:1 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:3 17076:1 17083:1 17094:2 17101:1 17121:1 17127:1 17140:4 17145:1 17166:5 17186:1 17213:1 17236:1 17284:1 17288:1 17291:7 17296:1 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17433:1 17441:1 17447:1 17471:2 17486:1 17492:2096 17497:1 17515:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17594:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:2 17912:2 17914:1 17933:1 17938:1 17945:1 17991:1 18000:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18480:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18542:1 18544:2 18547:1 18549:1 18566:1 18584:2 18590:1 18592:1 18594:1 18603:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:4 18921:4 18928:1 18929:1 18932:1 18949:1 18958:2 18965:1 18974:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:1 19278:1 19297:1 19358:1 19382:1 19384:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19469:1 19471:1 19483:1 19485:1 19487:1 19488:2 19493:1 19508:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19593:1 19596:2 19601:1 19603:1 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19721:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:2 19877:1 19885:1 19928:1 19934:1 19956:1 19957:1 19962:1 19968:2 20010:1 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20114:1 20131:1 20138:1 20139:2 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20220:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20349:1 20370:2 20376:1 20397:1 20401:3 20407:1 20411:2 20415:1 20421:6 20422:1 20433:3 20438:1 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:2 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20660:1 20670:1 20694:2 20704:1 20711:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:3 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:3 20988:1 20994:2 21002:1 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:2 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:2 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:1 21449:1 21450:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21692:2 21709:5 21729:1 21730:3 21731:2 21777:1 21788:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:2 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:2 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22200:1 22202:1 22208:3 22215:1 22219:1 22224:1 22248:2 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22438:1 22449:1 22471:2 22476:1 22502:1 22538:1 22544:1 22568:3 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22616:1 22634:2 22647:1 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:3 22797:1 22830:2 22838:1 22876:2 22885:1 22887:1 22935:1 22948:2 22956:5 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:2 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:1 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23648:1 23675:4 23694:3 23711:1 23718:2 23731:1 23735:2 23738:2 23743:1 23751:1 23766:1 23783:1 23785:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:3 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24012:1 24040:5 24063:1 24064:1 24085:2 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:1 24204:1 24223:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:2 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:7 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24712:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:2 24860:1 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25317:1 25331:1 25338:1 25345:1 25346:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25488:1 25515:2 25521:1 25537:1 25539:1 25543:1 25545:3 25584:1 25587:1 25593:2 25597:1 25622:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:5 25769:1 25770:1 25778:3 25780:1 25785:1 25786:2 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25924:1 25961:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:3 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:3 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:4 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26435:2 26442:1 26444:1 26446:10 26451:1 26468:1 26480:1 26482:6 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:5 26575:1 26576:1 26598:2 26609:5 26641:1 26647:9 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26898:1 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:2 26981:3 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27027:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27113:2 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27205:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:5 27481:1 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27538:1 27557:2 27565:4 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27665:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 159:1 165:1 179:2 182:1 195:2 200:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:2 666:1 693:1 694:1 698:2 700:2 725:2 739:1 790:1 794:1 820:1 861:7 867:1 870:1 874:1 881:1 888:4 893:1 897:1 903:2 909:2 923:2 941:2 949:2 950:1 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1053:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:2 1195:1 1203:2 1217:3 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1367:1 1369:1 1397:5 1448:1 1450:1 1451:5 1454:1 1457:8 1459:1 1461:1 1462:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:3 1568:1 1574:1 1586:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:2 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1893:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:4 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:4 2148:1 2164:1 2169:1 2188:1 2191:6 2197:3 2200:1 2204:1 2208:1 2210:2 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:5 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:6 2272:1 2276:1 2280:1 2281:2 2287:2 2307:1 2338:6 2339:1 2354:2 2356:1 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2458:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2557:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2643:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2757:1 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:2 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3023:1 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:2 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3320:1 3322:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3520:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3647:1 3648:4 3674:1 3675:2 3697:1 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3733:1 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3866:1 3872:1 3876:1 3878:1 3888:1 3904:1 3906:1 3913:1 3916:1 3921:2 3932:3 3972:1 3973:1 3992:1 4014:1 4023:2 4030:2 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:1 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:2 4346:1 4356:1 4357:1 4375:1 4386:2 4404:1 4406:1 4414:1 4416:1 4419:1 4423:2 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4524:1 4525:1 4526:1 4533:1 4550:3 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4668:1 4677:1 4700:1 4710:11 4711:3 4722:1 4730:1 4732:2 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:1 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:3 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:4 4920:1 4934:1 4943:1 4948:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5221:1 5242:1 5269:1 5274:2 5327:2 5335:1 5355:2 5357:1 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:7 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:1 5840:1 5842:1 5844:1 5864:1 5868:3 5877:1 5879:1 5903:1 5906:1 5917:2 5934:1 5960:1 5994:4 6003:1 6007:1 6008:1 6016:1 6024:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:5 6116:1 6117:10 6119:1 6120:3 6122:1 6158:1 6169:2 6233:1 6246:2 6254:1 6260:2 6283:2 6305:2 6308:1 6318:1 6362:1 6375:1 6399:1 6414:2 6420:1 6421:1 6428:1 6436:2 6439:1 6455:1 6472:1 6486:1 6490:1 6492:2 6493:1 6515:1 6516:2 6519:1 6533:2 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6724:1 6745:1 6749:1 6762:1 6764:1 6780:1 6798:1 6826:1 6877:6 6878:2 6883:1 6895:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:2 6981:1 6990:1 6996:1 7009:1 7047:1 7098:1 7117:3 7127:2 7130:1 7131:1 7143:5 7144:2 7146:4 7155:1 7180:1 7183:1 7198:1 7210:1 7211:1 7216:1 7250:2 7263:1 7274:1 7290:2 7293:1 7294:1 7295:1 7328:8 7329:6 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:35 7410:6 7412:2 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:2 7629:2 7633:1 7636:1 7640:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7773:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:7 7902:1 7905:1 7916:1 7947:1 7961:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8094:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8213:1 8217:1 8219:1 8220:1 8221:1 8224:1 8238:1 8244:1 8247:3 8249:1 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8322:1 8324:2 8328:1 8335:1 8338:1 8366:1 8389:1 8433:1 8437:1 8446:1 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8750:4 8751:1 8767:1 8780:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:3 8843:3 8844:1 8845:1 8866:1 8880:1 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8984:1 8990:1 8995:2 8998:1 9006:1 9007:1 9011:1 9014:1 9019:1 9031:1 9055:1 9066:7 9080:1 9102:2 9108:1 9109:2 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9192:1 9198:1 9203:2 9220:1 9244:1 9250:2 9254:3 9257:1 9264:1 9267:2 9287:8 9302:1 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9433:4 9452:1 9469:1 9479:1 9480:1 9481:5 9484:1 9492:1 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9855:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:3 10148:1 10155:7 10162:1 10163:1 10182:2 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:1 10359:5 10365:2 10380:1 10381:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:2 10453:1 10473:1 10474:2 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:1 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:5 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10910:2 10918:3 10961:1 10975:2 10978:1 10987:2 10989:1 10992:2 10999:1 11008:4 11026:1 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:2 11075:1 11076:1 11077:1 11080:2 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:2 11268:1 11284:1 11299:1 11310:1 11316:1 11318:2 11332:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:1 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:2 11560:1 11565:1 11569:1 11581:4 11607:1 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11784:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11982:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:5 12070:2 12075:1 12109:1 12125:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:4 12360:2 12376:1 12381:1 12385:1 12386:1 12396:1 12402:1 12403:5 12410:1 12427:1 12438:2 12443:1 12445:3 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12719:1 12721:1 12815:4 12827:1 12844:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12929:1 12937:1 12939:1 12949:2 12956:1 12959:2 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:1 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:1 13245:1 13257:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:2 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13886:1 13904:1 13915:1 13919:4 13924:1 13926:1 13934:2 13935:1 13956:2 13990:1 14009:1 14017:3 14029:1 14045:1 14047:1 14049:2 14050:1 14057:1 14059:1 14077:1 14112:1 14125:1 14129:1 14133:1 14150:1 14151:2 14155:3 14160:2 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:1 14452:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:2 14523:1 14526:1 14528:1 14534:2 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14767:1 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15003:1 15021:1 15048:3 15057:1 15070:2 15088:1 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:3 15141:1 15147:1 15152:1 15173:4 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15308:1 15323:1 15348:1 15370:1 15380:1 15381:1 15388:1 15390:1 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:2 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15719:1 15742:2 15764:1 15785:1 15787:1 15846:1 15860:1 15864:1 15874:1 15898:4 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15953:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16109:1 16111:1 16132:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16197:1 16200:1 16215:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16317:1 16357:2 16367:1 16371:1 16372:1 16375:1 16379:1 16383:1 16387:2 16390:1 16392:1 16408:1 16443:1 16447:2 16450:1 16451:1 16456:1 16464:1 16468:1 16469:1 16474:1 16486:2 16512:4 16531:1 16545:1 16546:1 16547:1 16563:2 16571:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16631:1 16635:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:3 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:2 16803:1 16808:1 16810:1 16823:1 16848:1 16850:3 16860:2 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:4 17076:1 17083:1 17094:2 17101:1 17121:1 17127:1 17140:4 17145:1 17166:5 17186:1 17197:1 17213:1 17236:1 17284:1 17288:1 17291:7 17296:1 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17433:1 17441:1 17447:1 17471:2 17486:1 17492:2142 17497:1 17515:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17594:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:2 17912:2 17914:1 17933:1 17938:1 17945:1 17991:1 18000:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:2 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:1 18198:1 18217:2 18226:1 18237:2 18241:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18480:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18542:1 18544:2 18547:1 18549:1 18562:1 18566:1 18584:2 18590:1 18592:1 18594:1 18603:1 18605:1 18606:2 18619:1 18622:1 18651:1 18667:1 18672:3 18675:1 18676:1 18695:1 18720:1 18738:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18892:1 18915:4 18921:4 18928:1 18929:1 18932:1 18947:1 18949:1 18958:2 18965:1 18974:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19025:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:1 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:2 19278:1 19297:1 19305:1 19358:1 19382:1 19384:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19469:1 19471:1 19483:1 19485:1 19487:1 19488:2 19490:1 19493:1 19508:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19593:1 19596:3 19601:1 19603:2 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19721:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:2 19877:1 19885:1 19928:1 19934:1 19956:1 19957:1 19962:1 19968:2 20010:1 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20114:1 20131:1 20138:1 20139:2 20143:1 20174:1 20190:1 20196:1 20201:1 20203:1 20216:1 20220:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20325:1 20349:2 20370:2 20376:1 20397:1 20401:3 20407:1 20411:2 20415:1 20421:7 20422:1 20433:3 20438:1 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:2 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20660:1 20670:1 20694:2 20704:1 20711:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:3 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20975:1 20980:4 20988:1 20994:2 21002:1 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:2 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:2 21159:2 21173:3 21185:2 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:2 21449:1 21450:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21678:1 21692:2 21709:5 21729:1 21730:3 21731:2 21777:1 21788:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:2 21911:1 21919:2 21923:1 21925:1 21927:2 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:1 22119:1 22128:1 22133:1 22137:2 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22200:1 22202:1 22208:3 22215:1 22219:1 22224:1 22248:2 22251:1 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22425:1 22438:1 22449:1 22471:2 22476:1 22502:1 22538:1 22544:1 22568:4 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22616:1 22634:2 22647:1 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:1 22762:1 22779:1 22788:4 22797:1 22830:2 22838:1 22876:2 22885:2 22887:1 22935:1 22948:2 22956:5 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:2 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:2 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23518:1 23535:1 23554:1 23608:2 23628:1 23633:3 23637:1 23648:1 23675:4 23694:3 23711:1 23718:2 23731:1 23735:2 23738:2 23743:1 23751:1 23766:1 23783:1 23785:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:3 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23986:1 23987:1 24008:1 24012:1 24040:5 24063:1 24064:1 24085:2 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:1 24204:1 24223:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:2 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:7 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24712:1 24720:1 24721:2 24730:1 24731:1 24734:1 24759:1 24765:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:2 24860:2 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25317:1 25331:1 25338:1 25345:1 25346:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25474:1 25488:1 25515:2 25521:1 25537:1 25539:1 25543:1 25545:3 25584:1 25587:1 25593:2 25597:1 25622:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25767:5 25769:1 25770:1 25778:3 25780:1 25785:1 25786:2 25788:1 25790:1 25793:2 25798:1 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25873:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25921:1 25924:1 25961:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:3 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:3 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:4 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26435:2 26442:2 26444:1 26446:11 26451:1 26468:1 26480:1 26482:7 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:5 26575:1 26576:1 26598:2 26609:5 26617:1 26641:1 26647:9 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26792:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26898:1 26902:1 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:2 26981:4 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27027:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27113:2 27118:1 27122:1 27133:1 27137:2 27180:2 27190:1 27205:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:6 27481:2 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27538:1 27557:2 27565:4 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27665:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 159:1 165:1 179:2 182:1 195:2 200:1 202:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:2 666:1 693:1 694:1 698:2 700:2 725:2 739:1 790:1 794:1 820:1 861:7 867:1 870:1 874:1 881:1 888:4 893:1 897:1 903:2 909:2 923:2 941:2 946:1 949:2 950:1 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1053:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:2 1194:1 1195:1 1203:2 1217:3 1222:1 1231:1 1240:1 1249:2 1277:2 1287:1 1298:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1367:1 1369:1 1371:1 1397:5 1448:1 1450:1 1451:5 1454:1 1457:8 1459:1 1461:1 1462:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:3 1568:1 1574:1 1586:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:3 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1893:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:4 2010:1 2030:1 2039:1 2058:1 2060:2 2063:1 2080:1 2086:1 2089:1 2096:1 2122:4 2148:1 2164:1 2169:1 2188:1 2191:6 2197:3 2200:1 2204:1 2208:1 2210:3 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:5 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:6 2272:1 2276:1 2280:1 2281:2 2287:2 2296:1 2307:1 2338:6 2339:1 2354:2 2356:2 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2458:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2557:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2643:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2721:1 2724:1 2741:2 2745:1 2756:4 2757:1 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:3 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3023:2 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:2 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3320:1 3322:1 3329:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3520:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3647:1 3648:5 3674:1 3675:2 3676:1 3697:2 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3733:1 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3866:1 3872:1 3876:1 3878:1 3888:1 3904:1 3906:1 3913:1 3916:1 3921:3 3932:3 3972:1 3973:1 3987:1 3992:1 4014:1 4023:2 4030:2 4044:1 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:2 4167:1 4175:1 4180:1 4192:1 4216:1 4231:2 4239:2 4258:1 4267:1 4281:1 4310:2 4346:1 4356:1 4357:1 4375:3 4386:2 4404:1 4406:1 4414:1 4416:1 4419:1 4423:3 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4524:1 4525:1 4526:1 4533:1 4550:4 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4668:1 4677:1 4700:1 4710:12 4711:3 4722:1 4730:1 4732:2 4733:1 4738:2 4749:1 4750:1 4759:1 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:2 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:3 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:4 4920:1 4934:1 4943:1 4948:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5188:8 5221:1 5242:1 5269:1 5274:2 5327:2 5335:1 5355:2 5357:1 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:7 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5813:2 5840:1 5842:1 5844:1 5864:1 5868:3 5877:1 5879:2 5903:1 5906:1 5917:2 5934:1 5960:1 5994:4 6003:1 6007:1 6008:1 6016:1 6024:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:5 6116:1 6117:10 6119:1 6120:3 6122:1 6143:1 6158:1 6169:2 6233:1 6246:3 6254:1 6260:2 6276:1 6283:2 6305:2 6308:1 6318:1 6362:1 6375:1 6399:2 6414:2 6418:1 6420:1 6421:1 6428:1 6436:2 6439:1 6455:1 6472:1 6486:1 6490:1 6492:2 6493:1 6515:1 6516:2 6519:1 6533:2 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6714:1 6724:1 6745:1 6749:1 6762:1 6764:1 6780:1 6798:1 6826:1 6877:6 6878:2 6883:1 6895:1 6920:1 6924:2 6932:1 6949:1 6958:2 6964:1 6971:1 6974:1 6975:3 6981:1 6990:1 6996:1 7009:1 7047:1 7098:1 7117:3 7127:2 7130:1 7131:1 7143:5 7144:2 7146:4 7155:1 7169:1 7180:1 7183:1 7198:1 7210:1 7211:1 7216:1 7250:2 7263:1 7274:1 7290:2 7293:1 7294:1 7295:1 7328:11 7329:8 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:36 7410:6 7412:3 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7614:3 7629:2 7633:1 7636:1 7640:1 7645:1 7651:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7773:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:7 7902:1 7905:1 7916:1 7947:1 7961:1 7991:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:2 8091:1 8094:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8204:3 8206:2 8207:1 8212:1 8213:1 8217:2 8219:1 8220:1 8221:1 8224:1 8238:1 8244:1 8247:3 8249:1 8259:1 8262:1 8277:1 8285:1 8287:2 8320:1 8322:1 8324:3 8328:1 8335:1 8338:1 8363:1 8366:1 8389:1 8433:1 8437:1 8446:2 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8745:1 8750:4 8751:1 8767:1 8780:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:4 8843:3 8844:1 8845:1 8866:1 8880:2 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8984:1 8990:1 8995:2 8998:1 9006:1 9007:1 9011:1 9014:1 9019:1 9031:1 9055:1 9066:7 9080:1 9097:1 9102:2 9108:1 9109:2 9124:1 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9192:1 9198:1 9203:2 9220:1 9244:1 9250:2 9254:3 9257:1 9264:1 9267:2 9287:8 9302:1 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9416:1 9433:4 9452:1 9469:1 9479:1 9480:1 9481:5 9484:1 9492:2 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9602:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9855:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:2 10053:1 10054:1 10057:1 10059:4 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:3 10148:1 10155:7 10162:1 10163:1 10182:3 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:2 10359:5 10365:2 10380:1 10381:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:3 10453:1 10473:1 10474:2 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:2 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:6 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10910:2 10918:3 10961:1 10975:2 10978:1 10987:3 10989:1 10992:2 10999:1 11008:4 11026:1 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:3 11075:1 11076:1 11077:1 11080:2 11086:1 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:2 11268:1 11284:1 11299:1 11310:1 11316:2 11318:2 11332:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:2 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:3 11560:1 11565:1 11569:1 11581:4 11607:2 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11784:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11982:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:5 12070:2 12075:1 12109:1 12125:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12301:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:4 12360:3 12376:1 12381:1 12385:1 12386:1 12396:1 12402:1 12403:5 12410:1 12427:1 12438:2 12443:1 12445:3 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12557:1 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12719:1 12721:1 12815:4 12827:1 12844:1 12846:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:2 12920:1 12929:1 12937:1 12939:1 12949:2 12956:1 12959:2 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:2 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:2 13245:1 13257:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:2 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13886:1 13904:1 13915:1 13919:4 13924:1 13926:1 13934:2 13935:1 13956:3 13982:1 13990:1 14009:1 14017:3 14029:1 14045:1 14047:1 14049:2 14050:2 14057:1 14059:1 14077:1 14112:1 14125:1 14129:1 14133:1 14150:1 14151:2 14155:3 14160:3 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:2 14452:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:3 14523:1 14526:1 14528:1 14534:2 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14767:2 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15003:1 15021:1 15048:3 15057:1 15070:2 15088:1 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:3 15141:1 15147:1 15152:1 15173:5 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15308:1 15323:1 15348:1 15370:1 15380:1 15381:1 15388:1 15390:2 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:3 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15719:2 15742:2 15764:1 15785:1 15787:1 15846:1 15860:1 15864:1 15874:1 15898:4 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15953:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16101:1 16109:1 16111:1 16132:1 16144:1 16145:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16197:1 16200:1 16215:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16317:1 16357:2 16367:1 16371:1 16372:1 16375:1 16379:1 16383:1 16387:2 16390:1 16392:1 16408:1 16443:1 16447:3 16450:1 16451:1 16456:1 16464:1 16468:1 16469:2 16474:1 16486:2 16512:4 16531:1 16545:1 16546:1 16547:1 16563:2 16571:1 16575:1 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16631:1 16635:2 16637:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:3 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:2 16803:1 16808:2 16810:1 16823:1 16848:1 16850:4 16860:3 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:4 17076:1 17083:1 17094:3 17101:1 17121:1 17127:1 17140:4 17145:1 17166:5 17186:1 17197:1 17213:1 17236:1 17284:1 17288:1 17291:7 17296:1 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17416:1 17433:1 17441:1 17447:1 17471:2 17486:1 17492:2197 17497:1 17515:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17594:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17704:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:2 17912:2 17914:1 17933:1 17938:1 17945:1 17991:1 18000:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:3 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:2 18198:1 18217:2 18226:1 18237:3 18241:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18480:1 18485:2 18494:2 18503:1 18507:2 18525:2 18535:1 18542:1 18544:2 18547:1 18549:1 18562:1 18566:1 18584:2 18590:1 18592:1 18594:1 18603:1 18605:1 18606:2 18619:1 18622:3 18651:1 18667:1 18671:1 18672:3 18675:1 18676:1 18695:1 18720:1 18738:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18879:1 18892:2 18915:4 18921:4 18928:1 18929:1 18932:1 18947:1 18949:1 18958:2 18965:1 18974:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19025:1 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:2 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:2 19278:1 19297:1 19305:1 19358:1 19382:1 19384:1 19388:2 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19469:1 19471:1 19483:1 19485:1 19487:1 19488:2 19490:1 19493:1 19508:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19593:1 19596:3 19599:1 19601:1 19603:3 19611:1 19612:1 19623:2 19624:1 19636:2 19647:2 19648:1 19651:2 19706:1 19708:1 19710:1 19721:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:3 19877:1 19885:1 19928:1 19934:1 19956:1 19957:1 19962:1 19968:2 20010:1 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20114:1 20131:1 20138:1 20139:2 20143:1 20174:1 20190:1 20194:1 20196:1 20201:1 20203:1 20216:1 20220:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20325:1 20349:3 20370:2 20376:1 20397:1 20401:3 20407:1 20411:2 20415:1 20421:7 20422:1 20433:3 20438:1 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:2 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20660:1 20670:1 20694:2 20704:1 20711:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:3 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20963:1 20973:1 20975:1 20980:4 20988:1 20994:2 21002:1 21004:1 21006:2 21007:2 21011:2 21017:1 21025:1 21030:1 21040:1 21053:1 21067:2 21072:1 21080:1 21082:2 21111:2 21117:1 21120:1 21121:1 21132:2 21159:2 21173:3 21185:3 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:2 21449:1 21450:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21678:1 21692:2 21709:5 21729:1 21730:3 21731:2 21777:1 21788:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:2 21911:1 21919:2 21923:1 21925:1 21927:3 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 21994:1 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:2 22119:1 22128:1 22133:1 22137:2 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22200:1 22202:1 22208:3 22215:1 22219:1 22224:1 22248:2 22251:1 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22425:1 22438:1 22449:1 22471:2 22476:1 22502:1 22538:1 22544:1 22568:5 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22616:1 22634:2 22647:1 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22717:1 22718:1 22728:1 22737:1 22747:1 22759:2 22762:1 22779:1 22788:4 22797:3 22830:2 22838:1 22876:2 22885:2 22887:1 22935:1 22948:2 22956:5 22963:1 22967:2 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:2 23128:2 23135:1 23138:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:2 23271:1 23277:1 23286:1 23315:2 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23486:1 23513:1 23518:1 23535:1 23554:1 23608:3 23628:1 23633:3 23637:1 23648:1 23675:4 23694:3 23711:1 23718:2 23731:1 23735:2 23738:2 23743:1 23751:2 23766:1 23783:1 23785:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:4 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23899:1 23901:1 23902:1 23904:1 23913:2 23914:1 23918:2 23929:1 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23974:1 23986:1 23987:1 24008:1 24012:1 24040:5 24063:1 24064:1 24085:2 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:2 24204:1 24223:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:1 24338:1 24352:2 24367:2 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:7 24638:1 24643:2 24655:1 24672:1 24675:1 24708:1 24712:1 24720:1 24721:3 24730:1 24731:1 24734:1 24746:1 24759:1 24765:1 24773:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:2 24860:2 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25026:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25317:1 25331:1 25338:1 25345:1 25346:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25474:1 25488:1 25515:2 25521:1 25537:1 25539:1 25543:1 25545:3 25584:1 25587:1 25593:2 25597:2 25622:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25742:1 25767:5 25769:1 25770:1 25778:3 25780:1 25785:1 25786:2 25788:1 25790:1 25793:2 25798:2 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25873:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25921:1 25924:1 25961:1 25965:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:3 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:3 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:4 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26435:2 26442:2 26444:1 26446:12 26451:1 26468:1 26480:1 26482:7 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:5 26575:1 26576:1 26598:4 26609:5 26617:2 26641:1 26647:12 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26792:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26892:1 26898:1 26902:2 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:2 26981:5 26984:2 26990:1 27001:1 27006:1 27010:1 27026:1 27027:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27113:2 27118:1 27122:1 27133:1 27137:2 27180:2 27190:2 27201:1 27205:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:6 27481:2 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27538:1 27557:2 27565:4 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27665:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1 12 1:1 34:1 37:1 38:1 43:1 52:1 57:2 74:1 87:4 92:1 111:1 120:1 141:1 159:1 165:1 179:2 182:1 195:2 200:1 202:1 208:1 209:1 210:1 277:1 282:1 292:1 294:1 313:1 328:4 356:2 363:3 378:2 379:1 388:1 413:1 418:3 423:1 430:1 441:2 457:1 528:1 535:1 553:1 603:3 609:1 637:1 648:2 666:1 693:1 694:1 698:2 700:2 725:2 739:1 790:2 794:1 820:1 861:7 867:1 870:1 874:1 881:1 888:4 893:1 897:1 903:2 909:2 923:2 941:2 946:2 949:2 950:1 952:1 981:1 990:1 994:1 1019:1 1022:1 1037:1 1053:1 1054:1 1068:1 1069:1 1073:1 1082:1 1088:1 1104:1 1125:1 1132:1 1140:1 1154:1 1167:1 1192:1 1193:2 1194:1 1195:1 1203:2 1217:3 1222:1 1228:1 1231:1 1240:1 1249:2 1277:2 1287:1 1298:1 1301:1 1310:1 1331:2 1344:3 1349:1 1354:1 1357:1 1367:1 1369:1 1371:1 1397:6 1448:1 1450:1 1451:5 1454:1 1457:8 1459:1 1461:1 1462:1 1478:1 1482:1 1484:1 1493:1 1506:1 1513:1 1516:1 1534:2 1535:2 1541:1 1551:1 1556:1 1559:1 1562:1 1564:2 1565:3 1568:1 1574:1 1586:1 1623:2 1625:2 1656:2 1660:1 1668:4 1680:2 1683:1 1691:1 1695:2 1696:1 1730:3 1740:1 1762:2 1768:1 1791:1 1795:1 1810:1 1815:1 1817:1 1831:2 1834:1 1839:3 1844:1 1848:1 1864:2 1877:1 1890:2 1891:1 1893:1 1897:2 1905:1 1909:1 1922:2 1941:1 1950:1 1978:1 2006:1 2007:4 2010:1 2030:1 2039:1 2058:1 2060:3 2063:1 2080:1 2086:1 2089:1 2096:1 2122:4 2148:1 2164:1 2169:1 2188:1 2191:6 2197:3 2200:1 2204:1 2208:1 2210:3 2219:1 2235:1 2236:1 2244:2 2245:2 2246:2 2248:1 2249:5 2251:2 2253:2 2256:2 2258:2 2261:1 2262:1 2264:2 2265:2 2266:1 2269:1 2270:6 2272:1 2276:1 2280:1 2281:2 2287:2 2296:1 2307:1 2338:6 2339:1 2354:2 2356:2 2368:1 2369:1 2381:1 2418:2 2423:1 2451:1 2452:1 2458:1 2459:1 2487:1 2501:1 2505:1 2514:2 2523:1 2526:4 2545:1 2550:1 2557:1 2572:1 2575:1 2580:1 2583:1 2589:1 2620:1 2640:1 2643:1 2662:1 2666:1 2694:1 2699:4 2703:1 2706:1 2715:2 2721:1 2724:1 2741:2 2745:1 2756:4 2757:1 2769:2 2770:1 2807:1 2815:1 2832:1 2846:5 2852:1 2857:2 2860:1 2898:5 2912:1 2919:1 2927:1 2928:2 2937:1 2951:1 2957:1 2965:1 2972:1 2973:1 2990:1 3000:1 3008:1 3021:1 3023:2 3053:1 3065:1 3080:1 3083:3 3084:1 3113:1 3135:1 3143:1 3154:1 3155:1 3160:1 3166:1 3174:1 3178:2 3191:2 3207:1 3223:1 3232:2 3244:8 3247:1 3257:1 3260:1 3318:1 3320:1 3322:1 3329:1 3338:1 3368:1 3370:1 3399:1 3402:1 3407:1 3426:1 3431:1 3442:1 3460:2 3462:1 3489:1 3497:1 3500:1 3504:1 3512:1 3515:1 3520:1 3525:1 3529:1 3534:1 3548:1 3559:1 3568:1 3577:4 3584:1 3586:1 3588:1 3591:1 3593:1 3600:1 3603:1 3607:1 3612:2 3647:1 3648:5 3674:1 3675:2 3676:1 3697:2 3703:1 3713:1 3717:1 3721:3 3725:1 3726:2 3733:1 3741:1 3746:1 3753:1 3754:1 3763:1 3805:1 3806:3 3813:1 3825:1 3832:1 3844:3 3846:1 3849:1 3866:1 3872:1 3876:1 3878:1 3888:1 3904:1 3906:1 3913:1 3916:1 3921:3 3932:3 3972:1 3973:1 3987:1 3992:1 4014:1 4023:2 4030:2 4044:1 4072:1 4079:1 4104:5 4107:3 4113:1 4117:1 4123:1 4145:1 4163:5 4165:2 4167:1 4175:1 4180:1 4192:1 4202:2 4216:1 4231:2 4239:2 4251:1 4258:1 4267:1 4271:1 4281:1 4310:2 4327:1 4346:1 4356:1 4357:1 4375:3 4386:2 4404:1 4406:1 4414:1 4416:1 4419:1 4423:3 4431:2 4472:1 4494:2 4506:1 4517:1 4521:1 4524:1 4525:1 4526:1 4533:1 4550:4 4569:1 4578:1 4579:1 4581:1 4597:1 4603:1 4605:1 4656:1 4668:1 4677:1 4700:1 4710:12 4711:3 4722:1 4730:1 4732:2 4733:1 4738:2 4749:1 4750:1 4759:1 4761:2 4814:6 4820:1 4823:1 4828:3 4830:2 4833:1 4836:2 4838:1 4841:1 4842:1 4844:1 4845:2 4850:3 4854:1 4856:3 4857:2 4860:2 4879:1 4887:1 4891:1 4915:1 4916:4 4920:1 4934:1 4943:1 4948:1 4961:1 4993:1 4996:1 5045:2 5056:1 5057:1 5095:1 5112:1 5118:1 5130:3 5133:1 5141:3 5158:1 5162:1 5163:6 5177:1 5188:8 5221:1 5242:1 5269:1 5274:2 5327:2 5335:1 5355:2 5357:1 5361:1 5379:1 5382:1 5392:1 5400:1 5401:1 5402:1 5407:1 5418:1 5426:1 5438:1 5452:1 5469:1 5470:3 5473:1 5475:1 5476:2 5478:1 5481:1 5484:1 5494:1 5496:1 5504:1 5511:1 5519:1 5527:2 5534:1 5639:1 5663:1 5665:1 5669:1 5705:1 5750:2 5752:8 5755:1 5777:1 5779:1 5787:1 5788:1 5794:2 5797:1 5804:1 5813:2 5840:1 5842:1 5844:1 5864:1 5868:3 5877:1 5879:2 5903:1 5906:1 5917:2 5934:1 5960:1 5994:4 6003:1 6007:1 6008:1 6016:1 6024:1 6069:1 6076:2 6092:4 6096:2 6098:2 6101:3 6102:1 6109:1 6110:1 6113:1 6115:5 6116:1 6117:10 6119:1 6120:3 6122:1 6143:1 6158:1 6169:2 6233:1 6246:3 6254:1 6260:2 6276:1 6283:2 6305:2 6308:1 6318:1 6362:1 6375:1 6387:1 6399:2 6414:2 6418:1 6420:1 6421:1 6428:1 6436:2 6439:1 6455:1 6472:1 6486:1 6490:1 6492:2 6493:1 6515:1 6516:2 6519:1 6533:2 6536:1 6545:4 6566:1 6568:1 6569:1 6574:1 6578:1 6613:1 6614:1 6629:1 6650:1 6656:1 6705:1 6714:1 6724:1 6745:1 6748:1 6749:1 6762:1 6764:1 6780:1 6798:1 6826:1 6877:6 6878:2 6883:1 6895:1 6920:1 6924:2 6932:1 6949:1 6958:3 6964:1 6971:1 6974:1 6975:3 6981:1 6990:1 6996:1 7009:1 7047:1 7098:1 7117:3 7127:3 7130:1 7131:1 7143:5 7144:2 7146:4 7151:1 7155:1 7168:1 7169:1 7180:1 7183:1 7198:1 7210:1 7211:1 7216:1 7250:2 7263:1 7274:1 7290:2 7293:1 7294:1 7295:1 7328:12 7329:8 7336:1 7337:1 7344:1 7346:1 7351:1 7352:1 7356:2 7360:1 7367:1 7384:2 7394:36 7410:6 7412:5 7419:2 7422:1 7432:1 7457:1 7460:1 7480:1 7488:2 7489:2 7522:2 7550:1 7587:2 7594:1 7604:1 7610:2 7614:3 7629:2 7633:1 7636:1 7640:1 7645:1 7651:1 7681:1 7689:1 7693:1 7725:2 7733:1 7768:1 7770:1 7773:1 7777:1 7778:1 7811:1 7852:2 7864:1 7867:1 7871:7 7902:1 7905:1 7916:1 7947:1 7961:1 7991:1 7995:1 7999:1 8001:1 8008:1 8021:1 8024:1 8062:1 8072:1 8087:3 8091:1 8094:1 8111:1 8124:1 8133:1 8140:1 8166:1 8167:1 8187:1 8204:3 8206:2 8207:1 8210:1 8212:1 8213:1 8217:2 8218:1 8219:1 8220:1 8221:1 8224:1 8238:1 8244:1 8247:3 8249:1 8259:1 8262:1 8277:2 8285:1 8287:2 8320:1 8322:1 8324:3 8328:1 8335:1 8338:1 8363:1 8366:1 8389:1 8424:1 8433:1 8437:1 8446:2 8450:1 8468:1 8483:2 8490:1 8491:1 8501:1 8511:2 8523:1 8528:1 8577:1 8580:1 8587:1 8591:1 8599:2 8630:1 8659:1 8662:1 8663:1 8676:1 8688:2 8689:1 8690:1 8692:1 8707:1 8710:1 8713:1 8717:1 8732:1 8733:1 8740:1 8745:1 8750:4 8751:1 8767:1 8780:1 8787:1 8796:2 8799:1 8801:1 8810:1 8813:2 8816:1 8824:1 8827:1 8838:1 8841:4 8843:3 8844:1 8845:1 8866:1 8875:1 8880:2 8883:2 8902:1 8910:1 8912:1 8914:2 8918:1 8922:1 8930:1 8931:2 8948:1 8960:1 8965:1 8978:1 8984:1 8990:1 8995:2 8998:1 9006:1 9007:1 9011:1 9014:1 9019:1 9031:1 9055:1 9066:7 9080:1 9097:1 9102:2 9108:1 9109:2 9124:1 9132:1 9133:1 9136:1 9147:3 9153:1 9161:1 9162:1 9165:1 9172:1 9175:2 9190:1 9191:2 9192:1 9198:1 9203:2 9220:1 9244:1 9250:2 9254:3 9257:1 9264:1 9267:2 9287:8 9302:1 9303:3 9305:1 9307:1 9308:1 9312:1 9369:1 9397:1 9416:2 9433:4 9452:1 9469:1 9479:1 9480:1 9481:5 9484:1 9492:2 9505:1 9510:1 9523:1 9526:3 9529:1 9538:1 9583:1 9594:4 9598:1 9599:2 9601:1 9602:1 9617:1 9627:1 9628:1 9650:1 9661:1 9665:1 9673:1 9693:1 9719:1 9744:1 9747:1 9760:1 9774:1 9776:1 9778:1 9797:1 9802:1 9808:1 9814:1 9831:1 9839:1 9840:1 9846:1 9855:1 9876:2 9882:2 9895:1 9902:1 9954:1 9961:3 9963:1 9995:3 9999:1 10018:1 10020:1 10024:1 10027:1 10039:2 10041:3 10053:1 10054:1 10057:1 10059:5 10060:1 10063:1 10066:1 10072:2 10112:1 10135:1 10145:3 10148:1 10155:7 10162:1 10163:1 10182:3 10191:1 10210:1 10214:1 10215:2 10237:1 10266:1 10274:1 10337:1 10357:2 10358:3 10359:5 10365:2 10380:1 10381:1 10386:1 10405:1 10419:1 10424:1 10442:1 10448:3 10453:1 10473:1 10474:2 10488:3 10496:1 10500:2 10519:1 10524:1 10526:1 10537:1 10543:1 10547:1 10559:1 10573:1 10578:1 10583:1 10585:1 10594:1 10595:1 10627:1 10631:2 10633:2 10700:2 10710:1 10711:1 10714:1 10740:1 10750:1 10767:1 10777:1 10781:2 10787:1 10804:1 10812:6 10855:1 10866:2 10883:2 10888:1 10889:1 10896:1 10905:1 10910:2 10918:3 10961:1 10975:2 10978:1 10987:3 10989:1 10992:2 10999:1 11008:4 11026:1 11047:2 11053:2 11054:1 11061:1 11070:1 11071:1 11074:3 11075:1 11076:1 11077:1 11080:2 11086:1 11092:1 11096:3 11125:1 11126:1 11130:2 11142:1 11148:1 11151:2 11158:1 11159:1 11169:2 11189:1 11194:1 11233:1 11244:2 11252:1 11253:2 11268:1 11284:1 11299:1 11310:1 11316:2 11318:2 11332:1 11333:1 11344:1 11352:1 11364:1 11371:1 11424:1 11442:2 11443:6 11462:1 11464:1 11465:1 11477:3 11488:2 11494:1 11501:1 11507:2 11512:1 11528:1 11529:1 11549:3 11560:1 11565:1 11569:1 11581:4 11597:2 11607:3 11624:2 11630:1 11663:1 11665:1 11668:2 11676:1 11710:2 11713:1 11731:1 11752:1 11756:1 11757:1 11761:1 11775:1 11784:1 11785:1 11789:1 11855:2 11869:1 11874:1 11902:1 11910:1 11911:1 11913:1 11928:1 11972:2 11976:1 11977:1 11979:2 11980:1 11981:1 11982:1 11999:1 12000:1 12001:2 12009:1 12037:1 12049:1 12058:1 12063:5 12070:2 12075:1 12109:1 12125:1 12139:1 12149:1 12174:1 12185:1 12209:1 12244:1 12269:1 12272:1 12285:1 12292:1 12301:1 12317:1 12337:1 12348:1 12349:1 12355:2 12356:4 12360:3 12376:1 12381:1 12385:1 12386:1 12396:1 12402:1 12403:5 12410:1 12427:1 12438:2 12443:1 12445:3 12471:1 12506:1 12507:1 12515:2 12522:1 12533:1 12548:2 12557:1 12570:1 12575:3 12586:1 12590:2 12603:1 12612:1 12632:2 12639:1 12648:1 12664:1 12698:1 12703:1 12718:1 12719:1 12721:1 12815:4 12827:1 12844:1 12846:1 12851:1 12852:2 12857:1 12859:7 12860:1 12861:1 12862:1 12881:2 12884:1 12902:2 12919:3 12920:1 12929:1 12937:1 12939:1 12949:2 12956:1 12959:2 12986:1 12991:1 12997:3 13003:1 13008:1 13010:4 13013:2 13015:2 13055:1 13056:1 13068:1 13070:1 13081:1 13093:1 13094:2 13108:2 13109:1 13114:1 13128:6 13134:1 13148:3 13157:1 13164:2 13166:1 13172:1 13181:1 13195:2 13203:1 13204:2 13226:1 13245:1 13257:1 13274:1 13276:1 13280:1 13320:2 13321:1 13326:1 13330:4 13352:1 13356:1 13360:1 13370:1 13386:2 13392:1 13399:1 13437:1 13468:1 13483:1 13484:1 13498:1 13499:2 13502:1 13504:2 13517:1 13527:2 13534:1 13537:1 13547:1 13553:1 13562:1 13577:1 13592:1 13597:1 13606:1 13628:1 13657:1 13678:1 13686:2 13691:2 13695:2 13705:1 13709:1 13718:1 13734:4 13746:1 13758:1 13763:1 13774:4 13776:1 13812:1 13824:1 13834:1 13841:1 13846:1 13848:1 13854:1 13873:1 13874:2 13875:1 13886:1 13904:1 13915:1 13919:4 13924:1 13926:1 13934:2 13935:1 13956:3 13982:1 13990:1 14009:1 14017:3 14029:1 14045:1 14047:1 14049:2 14050:2 14057:1 14059:1 14077:1 14087:2 14112:1 14125:1 14129:1 14133:1 14150:1 14151:2 14155:3 14160:3 14167:1 14170:1 14176:1 14200:1 14205:1 14245:1 14253:2 14299:1 14317:1 14332:1 14342:1 14354:1 14355:2 14365:1 14381:1 14409:1 14429:1 14440:2 14452:1 14460:1 14462:2 14463:1 14467:1 14475:1 14476:2 14479:2 14480:1 14487:1 14497:1 14512:1 14520:3 14523:1 14526:1 14528:1 14534:2 14535:1 14575:1 14588:1 14595:1 14602:2 14611:1 14637:1 14654:1 14656:1 14663:1 14678:1 14701:1 14708:1 14733:4 14736:1 14744:1 14747:1 14749:1 14754:3 14757:1 14763:1 14767:2 14769:2 14770:1 14773:1 14774:1 14782:3 14786:1 14790:1 14797:2 14812:4 14820:1 14835:1 14839:1 14843:2 14853:1 14878:1 14888:1 14898:2 14903:1 14919:1 14923:2 14962:2 14970:1 14982:1 15001:1 15003:1 15021:1 15048:3 15057:1 15070:2 15088:1 15093:1 15098:1 15100:1 15118:1 15120:1 15121:1 15131:2 15137:1 15140:4 15141:1 15147:1 15152:1 15173:5 15174:1 15180:1 15193:2 15231:1 15232:1 15261:1 15265:1 15287:3 15295:1 15297:2 15299:1 15306:1 15307:1 15308:1 15323:1 15348:1 15370:1 15380:1 15381:1 15388:1 15390:2 15406:1 15407:1 15408:2 15413:2 15427:1 15459:1 15489:1 15490:1 15504:3 15524:4 15532:1 15555:1 15561:1 15572:1 15579:1 15610:1 15629:1 15635:3 15652:1 15668:1 15672:1 15686:1 15689:1 15712:1 15714:2 15719:2 15735:1 15742:2 15764:1 15785:1 15787:2 15846:1 15860:1 15864:1 15874:1 15898:4 15901:1 15905:1 15918:1 15936:1 15940:1 15950:1 15953:1 15957:1 16005:1 16033:1 16035:1 16062:1 16066:1 16089:2 16100:1 16101:1 16109:1 16111:1 16132:1 16144:1 16145:1 16149:1 16152:1 16154:1 16158:1 16160:1 16164:2 16178:1 16179:1 16197:1 16200:1 16215:1 16240:1 16257:1 16258:1 16261:1 16263:3 16282:1 16289:3 16309:2 16317:1 16357:2 16367:1 16371:1 16372:1 16375:1 16379:1 16383:1 16387:2 16390:1 16392:1 16408:1 16443:1 16447:3 16450:1 16451:1 16456:1 16464:1 16468:1 16469:2 16474:1 16486:2 16512:4 16531:1 16545:1 16546:1 16547:1 16563:2 16571:1 16575:1 16578:2 16583:1 16586:1 16604:1 16608:1 16616:1 16630:1 16631:1 16635:2 16637:1 16645:1 16657:1 16668:1 16675:1 16678:2 16685:1 16713:3 16716:1 16718:1 16720:1 16721:1 16729:1 16743:1 16744:1 16750:1 16751:1 16766:2 16767:3 16768:1 16770:1 16780:1 16783:1 16784:1 16786:2 16787:1 16800:1 16802:2 16803:1 16808:2 16810:1 16823:1 16847:1 16848:1 16850:5 16860:3 16873:1 16891:2 16898:1 16906:1 16937:2 16942:1 16958:1 16961:1 16964:1 16966:3 16973:2 16990:1 16991:1 17021:2 17022:1 17028:1 17043:1 17045:1 17050:4 17076:1 17083:1 17094:3 17101:1 17121:1 17127:1 17140:4 17145:1 17166:5 17186:1 17193:1 17197:1 17213:1 17236:1 17284:1 17288:1 17291:7 17296:1 17298:1 17300:1 17312:1 17319:1 17326:1 17328:1 17341:1 17360:1 17365:2 17416:1 17433:1 17437:1 17441:1 17447:1 17471:2 17486:1 17492:2243 17497:1 17515:1 17520:1 17538:1 17539:1 17541:1 17551:1 17555:1 17594:1 17599:1 17628:1 17668:1 17669:1 17690:1 17691:1 17704:1 17755:1 17793:1 17794:1 17815:1 17838:1 17846:1 17902:2 17912:2 17914:1 17933:1 17938:1 17945:1 17991:1 18000:1 18003:2 18020:1 18028:1 18032:1 18042:1 18055:1 18087:3 18107:1 18108:1 18110:4 18131:1 18145:1 18161:1 18185:1 18196:2 18198:1 18217:2 18226:1 18237:3 18241:1 18254:1 18269:8 18271:1 18333:1 18366:1 18380:3 18383:1 18398:1 18415:4 18423:1 18449:1 18471:1 18480:1 18485:2 18494:2 18503:1 18507:2 18525:3 18535:1 18542:1 18544:2 18547:1 18549:1 18562:2 18566:1 18584:2 18590:1 18592:1 18594:1 18603:1 18605:1 18606:2 18619:1 18622:3 18651:1 18667:1 18671:1 18672:3 18675:1 18676:1 18695:1 18720:1 18738:1 18740:1 18757:1 18773:1 18776:2 18778:2 18849:4 18856:1 18879:1 18892:2 18915:4 18921:4 18928:1 18929:1 18932:1 18947:1 18949:1 18958:2 18965:1 18974:1 18983:2 18985:1 18992:1 18995:1 19001:1 19003:1 19005:1 19011:1 19025:2 19033:1 19044:1 19054:1 19057:1 19061:2 19078:2 19080:3 19097:1 19098:1 19109:1 19115:1 19202:1 19208:2 19214:1 19215:1 19238:3 19240:1 19242:2 19253:1 19268:1 19274:1 19277:2 19278:1 19297:1 19305:1 19358:1 19382:1 19384:1 19388:2 19412:1 19416:1 19424:1 19426:1 19435:1 19451:1 19462:1 19465:1 19469:1 19471:1 19483:1 19485:1 19487:1 19488:2 19490:1 19493:1 19508:1 19510:1 19515:1 19518:1 19525:1 19558:2 19579:1 19593:1 19596:3 19599:1 19601:1 19603:4 19611:1 19612:1 19623:2 19624:1 19636:2 19647:3 19648:1 19651:2 19706:1 19708:1 19710:1 19717:1 19721:1 19722:1 19743:1 19758:1 19759:1 19761:1 19778:1 19785:1 19804:1 19809:3 19877:1 19885:1 19928:1 19934:1 19956:1 19957:1 19962:1 19968:2 20010:1 20012:1 20018:1 20033:2 20077:1 20079:1 20089:1 20091:2 20096:1 20109:1 20114:1 20131:1 20138:1 20139:2 20143:1 20174:1 20190:1 20194:1 20196:1 20201:1 20202:1 20203:1 20216:1 20220:1 20231:1 20234:1 20247:1 20251:1 20252:1 20263:1 20290:1 20307:1 20325:1 20349:3 20370:2 20376:1 20397:1 20401:3 20407:1 20411:2 20415:1 20421:7 20422:1 20433:3 20438:1 20446:1 20455:1 20462:2 20477:2 20481:1 20482:1 20483:1 20486:1 20488:1 20529:2 20547:1 20561:1 20571:1 20577:3 20580:2 20583:1 20591:1 20594:1 20597:1 20608:1 20609:1 20610:3 20613:1 20624:1 20625:2 20627:1 20654:1 20656:1 20659:1 20660:1 20670:1 20694:2 20704:1 20711:1 20716:1 20727:1 20729:1 20754:1 20762:1 20775:2 20776:1 20793:1 20796:2 20803:1 20804:3 20823:1 20828:2 20841:1 20864:1 20871:1 20894:2 20901:1 20913:1 20923:1 20931:1 20933:1 20942:1 20960:1 20963:1 20973:1 20975:1 20980:4 20988:1 20994:2 21002:1 21004:1 21006:2 21007:3 21011:3 21017:1 21025:1 21030:1 21040:1 21053:1 21067:2 21072:1 21080:1 21082:2 21111:2 21117:2 21120:1 21121:1 21132:2 21159:2 21173:3 21185:3 21195:1 21223:1 21233:1 21236:1 21241:1 21242:1 21252:1 21254:2 21260:1 21277:1 21280:1 21287:1 21305:1 21313:1 21315:1 21320:1 21323:1 21324:1 21329:1 21337:2 21345:1 21347:1 21430:6 21435:1 21438:1 21439:1 21444:3 21449:1 21450:1 21452:1 21460:1 21478:1 21503:1 21516:2 21554:2 21560:1 21568:2 21579:1 21584:1 21587:1 21593:1 21594:1 21603:1 21632:2 21656:1 21678:1 21692:2 21709:5 21729:1 21730:3 21731:2 21777:1 21788:1 21850:1 21874:1 21895:1 21896:3 21904:1 21909:2 21911:1 21919:2 21923:1 21925:1 21927:3 21954:2 21967:1 21968:1 21975:1 21986:1 21987:2 21994:1 22024:2 22030:1 22040:1 22046:1 22055:3 22060:1 22066:1 22074:1 22097:1 22105:2 22119:1 22128:1 22133:1 22137:2 22148:3 22152:1 22157:2 22176:1 22188:1 22189:1 22200:1 22202:1 22208:3 22215:1 22219:1 22224:1 22248:2 22251:1 22270:1 22283:1 22291:1 22309:1 22323:1 22325:1 22333:2 22340:1 22351:1 22382:1 22387:1 22391:1 22405:1 22409:1 22424:1 22425:1 22438:1 22449:1 22471:2 22476:1 22502:1 22538:1 22544:1 22568:5 22569:1 22571:1 22572:1 22578:1 22586:1 22614:1 22616:1 22634:2 22647:1 22652:1 22663:1 22666:1 22678:2 22679:1 22707:3 22709:2 22717:1 22718:1 22728:1 22737:1 22747:1 22759:2 22762:1 22779:1 22788:4 22797:3 22830:2 22838:1 22876:2 22885:2 22887:1 22935:1 22948:2 22956:5 22963:1 22967:2 22981:1 22988:1 23000:1 23003:6 23007:1 23052:1 23068:1 23078:1 23094:1 23103:1 23108:1 23111:1 23119:1 23121:1 23127:2 23128:2 23135:1 23138:1 23140:1 23156:1 23162:1 23164:1 23165:1 23173:1 23190:1 23191:1 23194:1 23199:1 23219:1 23222:1 23224:1 23230:1 23231:1 23240:1 23241:1 23245:3 23247:1 23250:1 23267:1 23269:2 23271:1 23277:1 23286:1 23315:2 23343:1 23373:2 23383:1 23415:1 23416:1 23426:1 23452:1 23453:1 23466:1 23486:1 23513:1 23518:1 23523:2 23535:1 23554:1 23608:3 23628:1 23633:3 23637:1 23648:1 23675:4 23694:3 23711:1 23718:2 23731:1 23735:2 23738:2 23743:1 23751:2 23766:1 23783:1 23785:1 23791:1 23816:1 23821:1 23822:1 23842:1 23850:1 23864:1 23865:1 23866:4 23870:1 23872:1 23873:2 23878:1 23879:2 23897:1 23898:1 23899:1 23901:2 23902:1 23904:1 23913:2 23914:1 23918:2 23929:1 23935:3 23936:1 23949:1 23960:1 23964:2 23966:1 23974:1 23986:1 23987:1 24006:1 24008:1 24012:1 24040:5 24063:1 24064:1 24085:2 24091:1 24099:1 24119:1 24141:1 24143:1 24151:1 24153:1 24157:1 24171:1 24188:2 24204:2 24223:1 24228:1 24251:1 24267:1 24268:1 24271:4 24273:1 24298:1 24324:2 24330:2 24338:1 24352:2 24367:2 24377:1 24397:1 24420:1 24430:2 24433:1 24436:1 24437:1 24442:1 24443:1 24447:1 24452:1 24463:1 24466:2 24490:1 24503:1 24533:3 24542:1 24566:2 24579:1 24598:7 24638:1 24643:2 24655:1 24672:1 24675:1 24698:1 24708:1 24712:1 24720:1 24721:3 24730:1 24731:1 24734:1 24746:1 24759:1 24765:1 24773:1 24809:1 24836:2 24839:1 24853:1 24854:1 24856:2 24860:2 24861:1 24865:1 24885:1 24899:4 24928:3 24936:1 24941:1 24957:1 24965:1 24988:1 24993:1 25000:1 25018:1 25026:1 25033:1 25045:1 25071:2 25079:2 25107:1 25113:1 25134:1 25161:1 25219:1 25248:2 25274:1 25277:2 25281:3 25296:1 25302:1 25317:1 25331:1 25338:1 25345:1 25346:1 25347:1 25349:1 25370:1 25387:1 25393:1 25413:1 25434:1 25452:3 25460:1 25466:1 25473:2 25474:1 25488:1 25515:2 25521:1 25537:1 25539:1 25543:1 25545:3 25584:1 25587:1 25593:2 25597:2 25622:1 25623:1 25635:3 25641:1 25662:1 25663:1 25678:1 25704:2 25706:1 25710:1 25717:1 25719:1 25720:1 25724:2 25728:1 25742:1 25767:5 25769:1 25770:1 25778:3 25780:1 25785:1 25786:2 25788:1 25790:1 25793:2 25798:2 25799:1 25804:1 25811:1 25835:2 25842:1 25850:1 25866:4 25871:1 25873:1 25874:1 25877:2 25878:1 25894:1 25897:1 25912:1 25921:1 25924:1 25961:1 25965:1 26013:2 26026:1 26028:1 26049:1 26057:1 26068:3 26070:2 26071:1 26072:1 26084:2 26092:1 26125:1 26131:1 26166:1 26174:1 26184:3 26218:1 26250:1 26266:1 26275:1 26280:3 26312:1 26315:2 26322:1 26337:1 26340:1 26348:1 26352:4 26364:1 26378:1 26381:1 26400:1 26402:1 26409:1 26422:1 26429:2 26435:2 26442:2 26444:1 26446:14 26451:1 26468:1 26480:1 26482:7 26498:6 26504:1 26531:1 26545:1 26548:1 26565:1 26574:5 26575:1 26576:1 26598:4 26609:5 26617:2 26641:1 26647:13 26652:1 26655:1 26659:1 26666:2 26681:1 26709:1 26723:2 26751:1 26762:1 26782:1 26792:1 26811:1 26821:1 26824:1 26828:2 26834:1 26835:1 26843:1 26853:1 26866:2 26872:1 26892:1 26898:1 26902:2 26909:2 26912:1 26913:1 26955:1 26962:1 26968:1 26977:2 26981:5 26984:2 26990:1 27001:2 27006:1 27010:1 27026:1 27027:1 27029:1 27050:2 27062:1 27078:1 27084:1 27086:1 27095:1 27113:2 27118:1 27122:1 27133:1 27137:2 27180:2 27190:2 27201:1 27205:1 27227:1 27232:1 27250:1 27261:1 27276:1 27286:2 27298:1 27358:1 27360:1 27364:1 27368:1 27372:2 27418:1 27431:1 27433:1 27435:1 27473:1 27479:6 27481:2 27489:2 27497:1 27499:1 27522:1 27526:1 27529:2 27531:2 27538:1 27557:2 27565:4 27608:2 27615:1 27625:2 27633:3 27641:2 27643:2 27665:1 27678:1 27691:1 27696:4 27704:1 27730:1 27746:1 27756:2 27758:1
42eb4f8d41c2f596fa4afa263bcaaa1af578e55e
449d555969bfd7befe906877abab098c6e63a0e8
/491/CH6/EX6.2/6_2.sce
9c25267ce065a20b0d9fca329a795c686998be23
[]
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,751
sce
6_2.sce
M = 3000 ; // moment in N-m t = 0.005 ; // thickness of alluminiun in m E1 = 72e09 ; // Modulus of elasticity of alluminium in Pa E2 = 800e06 ; // Modulus of elasticity of Plastic core in Pa b = 0.2 ; // Width of cross section in m h = 0.160 ; // Height of cross section in m hc = 0.150 ; // Height of Plastic core cross section in m I1 = (b/12)*(h^3 - hc^3) ; // Moment of inertia of alluminium cross section I2 = (b/12)*(hc^3) ; // Moment of inertia of Plastic core cross section f = (E1*I1) + (E2*I2) ; // Flexural rigidity of the cross section s1_max = (M*(h/2)*E1)/f ; s1c = -s1_max ; // Maximum compressive stress in alluminium core in Pa s1t = s1_max ; // Maximum tensile stress in alluminium core in Pa disp("Pa",s1c," Maximum compressive stress on alluminium face by the general theory for composite beams is") disp("Pa",s1t," Maximum tensile stress on alluminium face by the general theory for composite beams is") s2_max = (M*(hc/2)*E2)/f ; s2c = -s2_max ; // Maximum compressive stress in Plastic core in Pa s2t = s2_max ; // Maximum tensile stress in Plastic core in Pa disp("Pa",s2c," Maximum compressive stress in plastic core by the general theory for composite beams is") disp("Pa",s2t," Maximum tensile stress in plastic core by the general theory for composite beams is") // Part (b) : Calculation from approximate theory of sandwitch s1_max1 = (M*h)/(2*I1) ; s1c1 = -s1_max1 ; // Maximum compressive stress in alluminium core in Pa s1t1 = s1_max1 ; // Maximum tensile stress in alluminium core in Pa disp("Pa",s1c1," Maximum compressive stress on alluminium core by approximate theory of sandwitch is") disp("Pa",s1t1," Maximum tensile stress on alluminium core by approximate theory of sandwitch is")
c04dd1255b82c03e27fef1f4843566917fdafbb9
449d555969bfd7befe906877abab098c6e63a0e8
/536/CH9/EX9.10/Example_9_10.sce
a88f68a00c6a8fd103b12da3cf62593efd8fa384
[]
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
848
sce
Example_9_10.sce
clc; clear; printf("\n Example 9.10\n"); G=15;//Mass flow rate of benzene d_s=1; //Internal diameter of Heat Exchanger l=5; //Length of tubes od=19e-3; //Outer diameter of tubes C=6e-3; //Clearance l_b=0.25; //Baffle spacing Meu=.5e-3; Y=25e-3; //dimension of square pitch N=19; //no. of Baffles As=d_s*l_b*C/Y; //Cross-flow area printf("\n Cross-flow area = %.2f m^2",As); G_dash_s=G/As; //Mass flow printf("\n Mass flow = %d kg/m^2 s",G_dash_s); d_e=4*(Y^2-(%pi*od^2/4))/(%pi*od);//Equivalent Diameter printf("\n Equivalent Diameter = %.4f m",d_e); Re=G_dash_s*d_e/Meu; //From Figure 9.29: f_dash=.280; rho_b=881;//density of benzene DPf=f_dash*G_dash_s^2*(N+1)*d_s/(2*rho_b*d_e); printf("\n The pressure drop over the tube bundle = %.0f N/m^2",DPf); printf("\n\t\t\t\t\t= %.0f m of Benzene",DPf/(rho_b*9.81));
2c0a785d5f048257b8e1d2351a724a3d1b2d4ded
449d555969bfd7befe906877abab098c6e63a0e8
/48/CH2/EX2.6/eg_2_6.sce
bc5faded82142115b7878cf70648989dce5a3b07
[]
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
eg_2_6.sce
clear; clc; //N=input("enter the elements in the set :"); //for i=1:1:N // s(i)=input("enter the elements :"); //end N=2; s=['a' 'b']; disp("The equivalence relation of above set is :"); h=1; for i=1:1:N //to satisfy reflexive property ref(h,1)=s(i); ref(h,2)=s(i); h=h+1; end for i=1:1:N //to satisfy symmetric property for j=i:1:N if(i~=j) ref(h,1)=s(i); ref(h,2)=s(j); h=h+1; end end end m=1; for i=1:max(size(ref(:,1))) //to satisfy transtive property if(ref(i,1)~=ref(i,2)) ref1(m,1)=ref(i,2); ref1(m,2)=ref(i,1); m=m+1; end end disp(ref); disp(ref1);
7b98fdc59d2d681a53a3fa8ecf3041c3699c90a8
573df9bfca39973c9bf2fa36f6e5af2643d7771e
/scilab/lib/exibe_caractere.sci
7fd56aa514a72b458b7f40c1c76182585b05ab56
[]
no_license
DCC-CN/152cn
ef92c691edabe211b1a552dbb963f9fd9ceec94a
4fe0b02f961f37935a1335b5eac22d81400fa609
refs/heads/master
2016-08-13T01:34:17.966430
2015-04-07T07:31:58
2015-04-07T07:31:58
44,502,526
1
0
null
null
null
null
UTF-8
Scilab
false
false
104
sci
exibe_caractere.sci
function exibe_caractere(n, car) // for i = 1:n mprintf('%s', car) end endfunction
1a6471eb8f2cc196a4d2edf5a86393e8f48d333a
449d555969bfd7befe906877abab098c6e63a0e8
/3637/CH2/EX2.10/Ex2_10.sce
4ee5ff4d331213078bd12e41b7f378aebb1671bb
[]
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
215
sce
Ex2_10.sce
//problem 10 pagenumber 2.94 //given format(6); v1=5;//volt v2=2;//volt r1=10e3;//ohm rf1=r1;//ohm //determine output voltage v01=-v1*(rf1/r1); disp('Output voltage = '+string(-(rf1/r1)*(v01+v1))+' V');
03c828dfdb93109b7a61593472c80d36063698f1
c565d26060d56f516d954d4b378b8699c31a71ef
/Scilab/virtual_old/prbs/controller/twodof_para.sce
a789ed6280415b37c811c778b566eccb86d4821c
[]
no_license
rupakrokade/sbhs-manual
26d6e458c5d6aaba858c3cb2d07ff646d90645ce
5aad4829d5ba1cdf9cc62d72f794fab2b56dd786
refs/heads/master
2021-01-23T06:25:53.904684
2015-10-24T11:57:04
2015-10-24T11:57:04
5,258,478
0
0
null
2012-11-16T11:45:07
2012-08-01T11:36:17
Scilab
UTF-8
Scilab
false
false
1,801
sce
twodof_para.sce
mode(0) global Rc Sc Tc gamm global scn scd tcn tcd rcn rcd gamm s=%s; z=%z; ////TFcont = syslin('c',-280.14/((s-31.32)*(s+100)*(s+31.32))); //TFcont = syslin('c',0.593/((47.21*s+1)*(1.373*s+1)))//second order ////TFcont = syslin('c',0.594/(49.19*s+1))//first order //SScont = tf2ss(TFcont); ////TFdisc=ss2tf(SScont); //Ts = 1; //[B,A,k] = myc2d(SScont,Ts); // ////polynomials are returned //[Ds,num,den] = ss2tf(SScont); //num = clean(num); den = clean(den); Ts = sampling_time; //Transfer function for Part - B A = [1 -1.9529968 0.9531269]; B= [0.0057384 -0.0057355]; k = 3; //Transfer function for Part - A //B = [0.0043779 -0.0043266]; //A = [1 -1.9444137 0.9447818]; //k = 5; rise = 10; epsilon = 0.1; Nr = rise/Ts; // Transient specifications //rise = 10; epsilon = 0.05; phi = desired(Ts,rise,epsilon); // Controller design Delta = [1 -1]; [Rc,Sc,Tc,gamm] = pp_im(B,A,k,phi);//with integral // Setting up simulation parameters for basic.cos st = 0.0001; // desired change in h, in m. t_init = 0; // simulation start time t_final = 0.5; // simulation end time // Setting up simulation parameters for c_ss_cl.cos N_var = 0; xInitial = [0 0 0]; N = 1; C = 0; D = 1; [Tc1,Rc1] = cosfil_ip(Tc,Rc); // Tc/Rc [Sc2,Rc2] = cosfil_ip(Sc,Rc); // Sc/Rc [Bp] = cosfil_ip(B,1); [Ap] = cosfil_ip(A,1); [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 //Rc1=Rc(1);Rc2=Rc(2);Rc3=Rc(3);Rc4=Rc(4); //Sc1=Sc(1);Sc2=Sc(2); //Sc3=Sc(3); //Tc1=Tc(1);Tc2=Tc(2); //Tc3=Tc(3); Rcp Scp1 Tcp1 gamm scn = poly(Sc(length(Sc):-1:1),'z','coeff'); tcn = poly(Tc(length(Tc):-1:1),'z','coeff'); rcn = poly(Rc(length(Rc):-1:1),'z','coeff'); scd = z^(length(Sc)-1); rcd = z^(length(Rc)-1); tcd = z^(length(Tc)-1);
b3af6bdd97965d26fceba2d45b8c46aa9f709014
449d555969bfd7befe906877abab098c6e63a0e8
/162/CH4/EX4.16/example416.sce
c9abef1bac638d99a2f6d62d18c1a5e0412c6ed8
[]
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
75
sce
example416.sce
//Example 4.16 clc; syms s; F=1/((s^2)*(s+2)); f=ilaplace(F); disp(f);
3f487343d94bc4ae8beb9b37e297bfa227c40255
449d555969bfd7befe906877abab098c6e63a0e8
/3648/CH8/EX8.5/Ex8_5.sce
25c3807cc327385757fd08e10e122402c07e2c62
[]
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
321
sce
Ex8_5.sce
//Example 8_5 clc(); clear; //To find the speed of the object m=3 //units in Kg g=9.8 //units in meters/sec^2 h=0.80 //units in meters m1=3 //units in Kg m2=14.4 //units in Kg r=0.75 //units in meters v=sqrt((m*g*h)/((0.5*m1)+((0.5*m2)/r^2))) printf("The object is moving at v=%.2f meters/sec",v)
e3be3cb88ad5492df3bd9d189f4104ab9d2a0d84
b948892b36eefdb35c47c821c51f69bb60989633
/newfft.sce
1396b99d902942654b3403fe927c30ebf4b95190
[]
no_license
lucas-medeiros/Digital-Signal-Processing
c5479eab20119e72ccb6adfe1c1d45fddf6dae7c
ba329ce5e5f6ca9ba7d46faba8661e9344627f9d
refs/heads/master
2020-07-15T04:51:18.868263
2019-08-31T02:20:15
2019-08-31T02:20:15
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,184
sce
newfft.sce
function newfft(x) tamXX = length(x); tamREX = (tamXX/ 2) + 1; tamIMX = tamREX; /* REX = zeros(1:1:tamREX); IMX = zeros(1:1:tamIMX); n = tamXX + 1; for k = 1:1:tamREX //separa em parte real e imaginária for i = 1:1:tamXX REX(k) = REX(k) + x(i) * cos(2*%pi*k*i/n); IMX(k) = IMX(k) - x(i) * sin(2*%pi*k*i/n); end end */ //set variáveis REX = x; IMX = zeros([1:1:tamXX]); nm1 = tamXX; nd2 = (tamXX / 2) + 1; m = (int) (log(tamXX) / log(2)); j = nd2; aux = 1; for i = 2:1:tamXX - 1 //inversão de bits disp(j); disp(i); if (j > i) TR = REX(j); TI = IMX(j); REX(j) = REX(i); IMX(j) = IMX(i); REX(i) = TR; IMX(i) = TI; end k = nd2; while(j >= k) j = j - k; k = int16( k / 2); end j = j + k; disp(k); printf('passada %d -> j:%d i:%d k:%d ', aux, j, i, k); disp(REX); aux = aux + 1; end disp(REX); for l = 1:1:m //loop para cada etapa le = (int) (2^l); le2 = (int) (le / 2); ur = 1; ui = 0; SR = cos (%pi/le2); SI = -sin(%pi/le2); for j = 2:1:le2 //loop para cada sub DFT jm1 = j - 1; for k = jm1:le:nm1 - 1 //loop para cada 'butterfly' ip = k + le2; //if ((k>0) && (ip > 0) && (ip <= length(REX))) //evita invalid index err TR = REX(ip) * ur - IMX(ip) * ui; TI = REX(ip) * ui + IMX(ip) * ur; REX(ip) = REX(k) - TR; IMX(ip) = IMX(k) - TI; REX(k) = REX(k) + TR; IMX(k) = IMX(k) + TI; //end end TR = ur; ur = TR * SR - ui*SI; ui = TR * SI + ui*SR; end end //imprime REX e IMX em único gráfico eixoX = [1:1:length(REX)]; plot(eixoX, REX); //plot(eixoX, IMX); endfunction
3c1e382e5abfb2e60cc1017b084aa31248c1f433
449d555969bfd7befe906877abab098c6e63a0e8
/2990/CH4/EX4.38/Ex4_38.sce
07669dd4944d6996c48691a539437d1d3efea7a4
[]
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
667
sce
Ex4_38.sce
funcprot(0); // Initialization of Variable function[dms]=degtodms(deg) d = int(deg) md = abs(deg - d) * 60 m = int(md) sd = (md - m) * 60 sd=round(sd*100)/100 dms=[d m sd] endfunction delta=21.0*%pi/180+25.0/60*%pi/180;//delta in degrees lat=25+40.0/60;//latitude in degrees //calculation H=acos((0-cos(%pi/2-lat*%pi/180)*cos(%pi/2-delta))/sin(%pi/2-lat*%pi/180)*sin(%pi/2-delta)); A=acos(cos(%pi/2-delta)/sin(%pi/2-lat*%pi/180)); H=degtodms(360-H*180/%pi); A=degtodms(A*180/%pi); disp(H,"hour angle in deg min sec"); disp(A,"azimuth in deg min sec"); disp("the answer differs slightly due to round off error"); clear()
df0654237f849812e1bb9b08770760bae681b614
449d555969bfd7befe906877abab098c6e63a0e8
/1757/CH9/EX9.3/EX9_3.sce
f1efa28ad10c98f6f156b2161da6223518bb55a4
[]
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,037
sce
EX9_3.sce
//Example9.3 // to determine the lock range of PLL clc; clear; close; Ko = 25 ; // KHz fo = 50 ; // KHz A = 2 ; Vd = 0.7 ; AL = 1 ; // the amximum output swing of phase detector // Vd = Kd*(%pi/2) ; // the sensitivity of phase detector Kd is Kd = Vd*(2/%pi) ; disp('The sensitivity of phase detector Kd is = '+string(Kd)+''); // The maximum control voltage of VCO Vfmax Vfmax = (%pi/2)*Kd*A ; disp('The maximum control voltage of VCO Vfmax = '+string(Vfmax)+' V'); // the maximum frequency swing of VCO fL = (Ko*Vfmax); disp('The maximum frequency swing of VCO = '+string(fL)+' KHz'); // The maximum range of frequency which lock a PLL are fi = fo-fL ; disp('The maximum range of frequency which lock a PLL is = '+string(fi)+ ' KHz '); fi = fo+fL ; disp('The maximum range of frequency which lock a PLL is = '+string(fi)+ ' KHz '); disp('The maximum and minimum rage between 15 KHz to 85 KHZ ') // the lock range is fLock = 2*fL ; disp('The lock range is = '+string(fLock)+ ' KHz ');
e8c8815c5ff1bf1b7cdf3499134eb08c267446f0
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH5/EX5.30/EX5_30.sce
ce3840e4e699159ff4309dff1529ba8316ca71b1
[]
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
818
sce
EX5_30.sce
// Exa 5.30 format('v',6) clc; clear; close; // Given data I_DD= 20;// in mA R2 = 10;// in k ohm R1 = 30;// in k ohm R_S= 1.2;// in k ohm R_D= 500*10^-3;// in k ohm V_DD = 12;// in V Vp= -6;// in V V_G = (R2/(R2+R1))*V_DD;// in V I_D= poly(0,'I_D') V_GS= V_G-I_D*R_S;// in V // Evaluation the value of I_D by using polynomial method, I_D=I_D-I_DD*(1-V_GS/Vp)^2; I_D= roots(I_D);// in mA // For I_D(1), V_DS will be negative, so discarding it I_D= I_D(2);// in mA // The value of V_DS, V_DS= V_DD-I_D*(R_D+R_S);// in V // The value of V_D, V_D= V_DD-I_D*R_D;// in V // The value of V_S, V_S= V_D-V_DS;// in V disp(I_D,"The value of I_D in mA is : ") disp(V_DS,"The value of V_DS in volts is : ") disp(V_D,"The value of V_D in volts is : ") disp(V_S,"The value of V_S in volts is : ")
46a18ea3227430aeb5d70866df2a60a1f5b0eadb
449d555969bfd7befe906877abab098c6e63a0e8
/1985/CH8/EX8.3/Chapter8_Example3.sce
2e4183a068e6de014cb019f2fd54677071491592
[]
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
262
sce
Chapter8_Example3.sce
clc clear //Input data v=5000//Velocity of sound in steel in m/s f=(50*10^3)//Difference between two adjacent frequencies in Hz //Calculations d=(v/(2*f))//Thickness of the plate in m //Output printf('The thickness of the steel plate is %3.2f m',d)
883cc7e86b20a470f3edcc8c4a67ae369c856556
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set8/s_Engineering_Chemistry_P._N._Dave_And_S._G._Pillai_3050.zip/Engineering_Chemistry_P._N._Dave_And_S._G._Pillai_3050/CH6/EX6.10/Ex6_10.sce
7836b5fdff85058ac262a117208e91ca8cb1b2c3
[]
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
232
sce
Ex6_10.sce
errcatch(-1,"stop");mode(2);//calculating Kc //Example 6.10 //E'cell=0.0591*logKc/n Ecell=-0.8277 n=1 Kc=10^(n*Ecell/0.0591)//equilibrium constant printf('Thus the equilibrium constant for the reaction = %e',Kc) exit();
65273de02cd5de3892264159c12241849734ce94
449d555969bfd7befe906877abab098c6e63a0e8
/2825/CH4/EX4.13/Ex4_13.sce
23e5a463d62f6e5a90b69764ba9dfcb684158ba5
[]
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,048
sce
Ex4_13.sce
//Ex4_13 Pg-245 clc V=20 //source voltage in V Vz=12 //zener voltage in V Vs=V-Vz //voltage across resistor in V Rs=330 //series resistance in ohm RL=1.5*10^3 //load resistance in ohm disp("Voltage across resistor ") printf(" = %.0f V \n ",Vs) disp("(1) Current through series resistor Is") Is=Vs/Rs //Current through series resistor printf(" Is = %.1f mA \n ",Is*10^3) disp("(2) Current through series load Il") VL=Vz //voltage across load IL=VL/RL //Current through series load printf(" IL = %.0f mA \n ",IL*10^3) disp("(3)Current through zener diode") Iz=Is-IL //Current through zener diode printf(" IL = %.1f mA \n ",Iz*10^3) disp("(4)Respective wattage of elements used") disp("(a) Series resistor -> W=Is*Vs") W=Vs*Is //wattage of series resistor printf(" = %.1f mW \n ",W*10^3) disp("(b) Zener diode -> W=Iz*Vz") W=Vz*Iz //wattage of zener diode printf(" = %.1f mW \n ",W*10^3) disp("(b) Load resistor -> W=IL*VL") W=VL*IL //wattage of zener diode printf(" = %.0f mW \n ",W*10^3)
7ce152ab9685af9e17d6efcdf3a8c506c4335a93
449d555969bfd7befe906877abab098c6e63a0e8
/2762/CH9/EX9.7.1/9_7_1.sce
afd8a04952461e774b53cccf527be96ce6a2ae8e
[]
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
551
sce
9_7_1.sce
//Transport Processes and Seperation Process Principles //Chapter 9 //Example 9.7-1 //Drying of Process Materials //given data X=(1/1000)*[195 150 100 65 50 40] R=0.01*[151 121 90 71 37 27] Rinv=[] for i=1:6 Rinv(i)=1/R(1,i); end v=inttrap(X,Rinv) X1=0.38; X2=0.195; XC=X2; Rc=1.51; A=18.58; Ls=399; t1=(Ls/A)*(-v);//as the graph is a decreasing function t=(X1-X2)*(Ls/(A*Rc)) plot(X,Rinv,rec=[0,0,0.3,5]) xtitle("Graphical Representation of Falling Rate Period","X","1/R") mprintf("the time for drying= %f h",t+t1)
b632eb9b3239c09601b7bba151d4ffde089af7d7
449d555969bfd7befe906877abab098c6e63a0e8
/2126/CH5/EX5.18/18.sce
ea85c96e300deb9a352a9818a2b19293d52ab741
[]
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
974
sce
18.sce
clc clear //Input data T=300 //Temperature in K P=1.5 //Pressure in bar C_y=150 //Air velocity just inside the shock in m/s k=1.4 //Adiabatic constant R=287 //Specific gas constant in J/kg-K //Calculation ax=sqrt(k*R*T) //Velocity of sound before the shock in m/s Mx=sqrt(((C_y*(k+1))/(2*ax))+1) //Mach number before the shock My=0.79 ////Mach number after the shock from normal shock gas tables Cx=Mx*ax //Velocity of gas before the shock in m/s p1=1.775 //Stagnation pressure ratio after and before the shock from gas tables @My Py=P*p1 //Pressure just after the shock in bar t1=1.1845 //Temperature ratio after and before the shock from gas tables @My Ty=T*t1 //Temperature ratio after the shock in K ay=sqrt(k*R*Ty) //Velocity of sound after the shock in m/s Csh=My*ay //Speed of the wave in m/s //Output printf('(A)Speed of the wave is %3.1f m/s\n (B)At rest condition:\n Pressure is %3.4f bar\n Temperature is %3.2f K',Csh,Py,Ty)
ea66eafcd1220dcdf4178b881b896e517f3262a1
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/allpasslp2lp/test_8.sce
3e73c85cf6d42148df04a13cf30de119c1212602
[]
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
187
sce
test_8.sce
// Test # 8 : For 1 output argument exec('./allpasslp2lp.sci',-1); [n]=allpasslp2lp(0.3,0.434); disp(n); // //Scilab Output // n = 0.2286023 1. //Matlab Output //n = 0.2286 1.0000
4b91a3a951429d08df5b17db5470ad5da76b2469
12817c122486397fcb765ebb74f61e7d383d8821
/InversaCofactores.sce
98b258d6883d9c9a3bbe451b294fb164e21790a7
[]
no_license
jluisfgarza/NumericalMethods
d58b0d901e1f64ff0db8939106df2950bb7f1a65
6b74a992e6ea891191b8bab79e9c09a149fecba7
refs/heads/master
2021-01-10T09:50:44.828082
2020-04-20T11:29:30
2020-04-20T11:29:30
53,004,641
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,313
sce
InversaCofactores.sce
clear //////////////////////////////////////////////////////////////////// // Inversa por factores // // Se introduce una matriz cuadrada de la cual se imprime: // su matriz de cofactores transpuesta, su determinante y por // ultimo su inversa // // Autor: // Juan Luis Flores A01280767 ////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// // getMatrix function dMat = getMatrix() iRow = input("Number of rows: ") iCol = input("Number of columns: ") // for every row for iI = 1 : iRow // for every column for iJ = 1 : iCol dMat(iI, iJ) = input("Enter element " + string(iI) + "," + ... string(iJ) + ": "); end end endfunction //////////////////////////////////////////////////////////////////// // displayMatrix function displayMatrix(dMatrix) // for every row for iI = 1 : size(dMatrix, 1) //for every column sLinea = "" for iJ = 1 : size(dMatrix, 2) if(iJ == size(dMatrix, 2)) then sLinea = sLinea + string(dMatrix(iI, iJ)); else sLinea = sLinea + string(dMatrix(iI, iJ)) + " , "; end end disp(sLinea); end endfunction //////////////////////////////////////////////////////////////////// // cofactores: despliega la matriz por cofactores y la matriz transpuesta function dCof = cofactores(dMatrix) // variable para submatrices dSub = 0; //tamaño de la submatriz iRow = 1; iCol = 1; // for every row for iI = 1 : size(dMatrix, 1) //for every column for iJ = 1 : size(dMatrix, 2) // genero submatriz (menores) iRow = 1; for iR = 1 : size(dMatrix, 1) // Reset iterador de columna al cambiar renglon iCol = 1; for iC = 1 : size(dMatrix, 2) //si no estamos en renglon/columna de matriz de menores(i,j) if iC <> iJ & iR <> iI then dSub(iRow, iCol) = dMatrix(iR, iC); iCol = iCol + 1; end end // se le agrega un al tamaño de renglones de la submatriz // cuando no estemos en en renglon j de matriz de menores if iR <> iI then iRow = iRow + 1; end end // asigno nuevo valor dCof(iI, iJ) = (-1)**(iI + iJ) * det(dSub); end end endfunction /////////////////////////// MAIN ///////////////////////////////////// // pido matriz dMat = getMatrix() disp("Matriz original") displayMatrix(dMat) // llamo funcion cofactores para obtener la matriz de cofactores dCof = cofactores(dMat) disp("Matriz cofactores") displayMatrix(dCof) disp("Matriz transpuesta") dTranspuesta = dCof' displayMatrix(dTranspuesta) disp("Determinante de matriz") dDet = det(dMat) disp(string(dDet)) // multiplico transpuesta por 1/determinante dInversa = (1/dDet) * dTranspuesta disp("Matriz inversa") displayMatrix(dInversa)
9d13cde2ff1154821c477b53d584f32189606c87
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/sci2blif/rasp_design_added_blocks/ota_buf.sce
c5e20dd79f1dca336946a86b3feebb2bbf16184f
[]
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
107
sce
ota_buf.sce
style.fontSize=12; style.displayedLabel="OTA Buffer"; pal1_1 = xcosPalAddBlock(pal1_1,"ota_buf",[],style);
3a86cbf69aaa3309e8ecbff7949c850451392c95
449d555969bfd7befe906877abab098c6e63a0e8
/2090/CH11/EX11.6/Chapter11_example6.sce
3b104790e27cd71023e5f5fa77e6f0d7754a789c
[]
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,076
sce
Chapter11_example6.sce
clc clear //Input data S=15;//The speed of the piston in m/s ps=0.35;//The scavenging pressure in bar pa=1.03;//Atmospheric pressure in bar r=18;//The compression ratio t=35;//The inlet temperature in degree centigrade Rsc=0.9;//The scavenging ratio ta=15;//The atmospheric temperature in degree centigrade nc=0.75;//Compressor efficiency g=1.4;//Adiabatic index R=287;//Real gas constant in J/kgK Cp=1005;//Specific heat of gas in J/kgK //Calculations pi=ps+pa;//The scavenging pressure in bar Ti=(273+ta)+t;//The inlet temperature in K pr=pa/pi;//The ratio of the pressure for calculations di=(pi*10^5)/(R*Ti);//The density in kg/m^3 ai=(g*R*Ti)^(1/2);//The sonic velocity in m/s C=(Rsc)/[2*((r-1)/r)*(ai/S)*(pi/pa)*[(2/(g-1))*[[(pr)^(2/g)]-[(pr)^((g+1)/g)]]]^(1/2)];//The flow coefficient ds=(pa*10^5)/(R*Ti);//The density in kg/m^3 mep=(ds*Rsc*Cp*Ti*[[(pi/pa)^((g-1)/g)]-1])/[(nc*((r-1)/r))*10^5];//Mean effective pressure in bar //Output printf(' The flow coefficient = %3.4f \n The compressor mean effective pressure = %3.1f bar ',C,mep)
76ad4372532dff20753d7cafc30bbffb5b7272db
c5a5b51d0d9d4bb57cc4508c2ffc453ccf47aeba
/alignsignals/test_alignsignals.sce
e6b7b3bc6a14981c0aff58406e422f560201aad6
[]
no_license
PolaPriyanka/ScilabCommunication
2adca45f772b2ca6a602e10e4801576eeb0da33d
5b5c704e591f20be6944800a1b4b25cf06f56592
refs/heads/master
2021-01-01T18:22:48.761766
2015-12-16T07:26:29
2015-12-16T07:26:29
42,721,104
1
0
null
null
null
null
UTF-8
Scilab
false
false
70
sce
test_alignsignals.sce
X = [0 0 0 1 2 3 0 0]; Y = [1 2 3 0]; [Xa,Ya] = alignsignals(X,Y,[],1)
1995a9077e460b3ada4fde2c0637e02607814719
449d555969bfd7befe906877abab098c6e63a0e8
/3830/CH1/EX1.36/Ex1_36.sce
ba88357b27d00197bf003a3f38bd781fe0c7f58c
[]
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
611
sce
Ex1_36.sce
// Exa 1.36 clc; clear; // Given f1 = 1*10^6; // first resonant frequency in Hz C1 = 480*10^-12; // Capacitor value at f1 in Farad f2 = 2*10^6; // second resonant frequency in Hz C2 = 120*10^-12; // Capacitor value at f2 in Farad R = 10; // Resistance in Ohms // Solution Cd = (C1-4*C2)/3; // Distributive capacitor Q = 1/((2*%pi*f1)*R*(C1+Cd)); printf('The value of Cd and Q of the coil are %.1f pf and %.2f respectively',Cd*10^12,Q); //The answer provided in the textbook cannot be confirmed(The formulae for Cd mentions L2 variable whose value is not given in problem statement)
2fedb5e8b7cb790eeb1d53f0ded17b0583c3dd22
449d555969bfd7befe906877abab098c6e63a0e8
/25/CH6/EX6.1/6_1.sce
49805ab403e4e9b8bc1340c5bb6d36306f591bf6
[]
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
847
sce
6_1.sce
// example:-6.1,page no.-284. // program to design an L section matching network to match a series RC load. Zl=200-%i*100; // load impedence. Rl=200;Xl=-100;f=500*10^6;Zo=100; B1=(Xl+sqrt(Rl/Zo)*sqrt(Rl^2+Xl^2-(Rl*Zo)))/(Rl^2+Xl^2); B2=(Xl-sqrt(Rl/Zo)*sqrt(Rl^2+Xl^2-(Rl*Zo)))/(Rl^2+Xl^2); C1=(B1/(2*%pi*f))*10^12; L2=(-1/(B2*2*%pi*f))*10^9; X1=(1/B1)+((Xl*Zo)/Rl)-(Zo/(B1*Rl)); X2=(1/B2)+((Xl*Zo)/Rl)-(Zo/(B2*Rl)); L1=(X1/(2*%pi*f))*10^9; C2=(-1/(X2*2*%pi*f))*10^12; disp(L1,'inductor of first circuit in nH = ') disp(C1,'capacitor of the first circuit in pF = ') disp(L2,'inductor of second circuit in nH = ') disp(C2,'capacitor of the second circuit in pF = ') disp("NOTE:-for above specific problem Rl>Zo,positive X implies inductor,negative X implies capacitor,positive B implies capacitor and negative B implies inductor.")
bb54fe9e430e47d2322af61df45967df2b5b5b58
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/swig/Examples/test-suite/scilab/array_member_runme.sci
e26c04696accac4145f9087d70d60bca5d884b0f
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
Scilab
false
false
128
sci
array_member_runme.sci
version https://git-lfs.github.com/spec/v1 oid sha256:81153fed1f0452e15f0addfa981dd696063621ac7944ee84131481cc2f58fb84 size 371
adde961fc15a9c75627d2d2a6ea0389ded5a8280
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH17/EX17.21/Ex17_21.sce
54ec019877fd73a4f360b02026f7437b4e74079f
[]
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
260
sce
Ex17_21.sce
//Initilization of variables vo=9 //m/s theta=30 //degrees g=9.8 //m/s^2 //Calculations x=((7/10)*vo^2)/(g*sind(theta)) //m //Result clc printf('The ball will roll %f m up the plane',x) //The textbook wrongly mentions the unit of displacement as in
27bddb8294b9c45a418362f450266b5403b3e9e0
417f69e36190edf7e19a030d2bb6aa4f15bb390c
/SMTTests/tests/ok_setLogic_QF_BV.tst
07b95f048e00fd1a73ae24b9a15a97fd11fd5591
[]
no_license
IETS3/jSMTLIB
aeaa7ad19be88117c7454d807a944e8581184a66
c724ac63056101bfeeb39cc3f366c8719aa23f7b
refs/heads/master
2020-12-24T12:41:17.664907
2019-01-04T10:47:43
2019-01-04T10:47:43
76,446,229
1
0
null
2016-12-14T09:46:41
2016-12-14T09:46:41
null
UTF-8
Scilab
false
false
44
tst
ok_setLogic_QF_BV.tst
; testing loading QF_BV (set-logic QF_BV )
1d4e8f74de1c364fcc372e06097605a77e1345eb
449d555969bfd7befe906877abab098c6e63a0e8
/2318/CH3/EX3.44/ex_3_44.sce
6aec727d5af7bcbc06f3e49cdbde3618b26308d8
[]
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
416
sce
ex_3_44.sce
//Example 3.44:balance current and bridge sensivity clc; clear; close; P=100;//ohms Q=1000;//ohms S=857;//ohms X=((P/Q)*S);//ohms E=1.5;//volts dx=1/X;// rg=50;//ohms a1=((rg+(X*(Q+S))/(X+S)));//ohms dig=((E*S*X*dx)/((X+S)^2*a1));// D=100;//M-ohm sb=((dig*D*10^6)/dx);// disp(dig*10^6,"balance current is ,(micro-A)=") disp(sb*10^-1,"bridge sensivity is,(cm-(ohm/ohm))=") //sensivity is calculated wrong in the book
7fb0ba2fc719bc44222ec11db11cb5faae43eff7
449d555969bfd7befe906877abab098c6e63a0e8
/3432/CH7/EX7.28/Ex7_28.sce
18d705b30ec089c8630d1bf32834871de7b34e28
[]
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,688
sce
Ex7_28.sce
//Example 7.28 // Full order compensator design for satellite attitude control. xdel(winsid())//close all graphics Windows clear; clc; //------------------------------------------------------------------ // State space representation A=[0 1; 0 0]; B=[0 1]'; C=[1 0]; D=0; n=sqrt(length(A)); //Desired poles for the satellite attitude control system. Pc=[-0.707+0.707*%i -0.707-0.707*%i ] // State feedback gain K=ppol(A,B,Pc) disp(K,'K=',"State feedback gain") //Estimator - error roots are at Pe=[-2.5+4.3*%i -2.5-4.3*%i] L=ppol(A',C',Pe); L=L'; disp(L,'L=',"Observer gain") //------------------------------------------------------------------ //Compensator Design sys1=syslin('c',A,B,C,D); G=ss2tf(sys1); s=poly(0,'s'); Ds=-K*inv(s*eye(n,n)-A+B*K+L*C)*L; exec('./zpk_dk.sci', -1); [pl,zr Kp]=zpk_dk(Ds); D=poly(zr,'s','roots')/poly(pl,'s','roots') evans(G*D) zoom_rect([-8 -6 8 6]) f=gca(); f.x_location = "origin" f.y_location = "origin" xset("color",2); h=legend(''); h.visible = "off" //Title, labels and grid to the figure exec .\fig_settings.sci; //custom script for setting figure properties title('Root locus for combined control and estimator,... with process gain as the parameter','fontsize',3); //------------------------------------------------------------------ //Frequnecy response for 1/s^2 and compensated figure, bode([-Ds*G;G],0.01/2/%pi,100/2/%pi,"rad"); title(["Frequency response for","$G(s)=1/s^2$"],'fontsize',3) legend('Compensated','Uncompensated') exec .\fig_settings.sci; //custom script for setting figure properties //------------------------------------------------------------------
57e56cb9c9319ad3838147c8f0f1c4d1606b60f3
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects - Kopie/CONT/LG82ZTE/ATWM1_Working_Memory_MEG_LG82ZTE_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
2902024a11c6c4195293753e551d99414985db55
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
49,600
sce
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 28; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 300; width = 300; color = 0, 0, 0;} frame1; box { height = 290; width = 290; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 290; width = 290; color = 128, 128, 128;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 43 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_148 gabor_063 gabor_088 gabor_034 gabor_148 gabor_063_alt gabor_088_alt gabor_034 "1_1_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_148_063_088_034_target_position_1_4_retrieval_position_1" gabor_013_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_1_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_118 gabor_143 gabor_097 gabor_172 gabor_118 gabor_143 gabor_097_alt gabor_172_alt "1_2_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_118_143_097_172_target_position_1_2_retrieval_position_2" gabor_circ gabor_008_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_2_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2142 2992 1942 fixation_cross gabor_121 gabor_040 gabor_055 gabor_097 gabor_121 gabor_040 gabor_055_alt gabor_097_alt "1_3_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_121_040_055_097_target_position_1_2_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_3_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2042 2992 2242 fixation_cross gabor_108 gabor_155 gabor_078 gabor_050 gabor_108_alt gabor_155_alt gabor_078 gabor_050 "1_4_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_108_155_078_050_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_078_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_4_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 2192 2992 2442 fixation_cross gabor_135 gabor_169 gabor_108 gabor_050 gabor_135_alt gabor_169 gabor_108 gabor_050_alt "1_5_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2450_gabor_patch_orientation_135_169_108_050_target_position_2_3_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_5_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_086_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_056 gabor_165 gabor_111 gabor_006 gabor_056 gabor_165_alt gabor_111_alt gabor_006 "1_6_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_056_165_111_006_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_142_framed blank blank blank blank fixation_cross_target_position_1_4 "1_6_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_022 gabor_068 gabor_096 gabor_037 gabor_022 gabor_068_alt gabor_096 gabor_037_alt "1_7_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_022_068_096_037_target_position_1_3_retrieval_position_1" gabor_158_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_7_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_014 gabor_153 gabor_098 gabor_119 gabor_014 gabor_153_alt gabor_098_alt gabor_119 "1_8_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_014_153_098_119_target_position_1_4_retrieval_position_1" gabor_064_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_8_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 2242 2992 2192 fixation_cross gabor_124 gabor_062 gabor_036 gabor_008 gabor_124_alt gabor_062 gabor_036_alt gabor_008 "1_9_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_2200_gabor_patch_orientation_124_062_036_008_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_036_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_9_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_036_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_089 gabor_006 gabor_123 gabor_033 gabor_089 gabor_006 gabor_123_alt gabor_033_alt "1_10_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_089_006_123_033_target_position_1_2_retrieval_position_1" gabor_139_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_10_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_043 gabor_079 gabor_101 gabor_017 gabor_043 gabor_079_alt gabor_101_alt gabor_017 "1_11_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_043_079_101_017_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_153_framed blank blank blank blank fixation_cross_target_position_1_4 "1_11_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_162 gabor_090 gabor_119 gabor_008 gabor_162 gabor_090 gabor_119_alt gabor_008_alt "1_12_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_162_090_119_008_target_position_1_2_retrieval_position_2" gabor_circ gabor_140_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_12_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_031 gabor_105 gabor_150 gabor_016 gabor_031 gabor_105_alt gabor_150_alt gabor_016 "1_13_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_031_105_150_016_target_position_1_4_retrieval_position_1" gabor_031_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_13_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_140 gabor_179 gabor_163 gabor_023 gabor_140_alt gabor_179 gabor_163_alt gabor_023 "1_14_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_140_179_163_023_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_023_framed blank blank blank blank fixation_cross_target_position_2_4 "1_14_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1942 2992 2592 fixation_cross gabor_117 gabor_031 gabor_048 gabor_156 gabor_117_alt gabor_031_alt gabor_048 gabor_156 "1_15_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_117_031_048_156_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_15_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1842 2992 1942 fixation_cross gabor_044 gabor_168 gabor_084 gabor_152 gabor_044_alt gabor_168_alt gabor_084 gabor_152 "1_16_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_044_168_084_152_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_102_framed blank blank blank blank fixation_cross_target_position_3_4 "1_16_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 1742 2992 2042 fixation_cross gabor_087 gabor_138 gabor_072 gabor_012 gabor_087 gabor_138 gabor_072_alt gabor_012_alt "1_17_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2050_gabor_patch_orientation_087_138_072_012_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_072_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_17_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_072_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1742 2992 2292 fixation_cross gabor_059 gabor_169 gabor_106 gabor_132 gabor_059 gabor_169_alt gabor_106_alt gabor_132 "1_18_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_059_169_106_132_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_132_framed blank blank blank blank fixation_cross_target_position_1_4 "1_18_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1892 2992 2192 fixation_cross gabor_002 gabor_171 gabor_109 gabor_141 gabor_002 gabor_171_alt gabor_109 gabor_141_alt "1_19_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_002_171_109_141_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_059_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_19_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 2042 2992 2292 fixation_cross gabor_167 gabor_002 gabor_029 gabor_112 gabor_167 gabor_002_alt gabor_029_alt gabor_112 "1_20_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2300_gabor_patch_orientation_167_002_029_112_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_029_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_20_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_029_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1792 2992 2342 fixation_cross gabor_093 gabor_012 gabor_070 gabor_046 gabor_093_alt gabor_012 gabor_070 gabor_046_alt "1_21_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_093_012_070_046_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_070_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_21_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_083 gabor_102 gabor_121 gabor_062 gabor_083_alt gabor_102_alt gabor_121 gabor_062 "1_22_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_083_102_121_062_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_168_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_22_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1992 2992 2092 fixation_cross gabor_049 gabor_122 gabor_101 gabor_084 gabor_049 gabor_122 gabor_101_alt gabor_084_alt "1_23_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_049_122_101_084_target_position_1_2_retrieval_position_2" gabor_circ gabor_122_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_23_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2092 2992 2492 fixation_cross gabor_118 gabor_089 gabor_028 gabor_158 gabor_118 gabor_089_alt gabor_028 gabor_158_alt "1_24_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_118_089_028_158_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_073_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_24_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2092 2992 1892 fixation_cross gabor_088 gabor_064 gabor_135 gabor_152 gabor_088 gabor_064_alt gabor_135_alt gabor_152 "1_25_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_088_064_135_152_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_152_framed blank blank blank blank fixation_cross_target_position_1_4 "1_25_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1792 2992 2392 fixation_cross gabor_090 gabor_066 gabor_037 gabor_124 gabor_090 gabor_066_alt gabor_037 gabor_124_alt "1_26_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_090_066_037_124_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_173_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_26_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 1742 2992 1992 fixation_cross gabor_046 gabor_178 gabor_100 gabor_023 gabor_046_alt gabor_178_alt gabor_100 gabor_023 "1_27_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_046_178_100_023_target_position_3_4_retrieval_position_2" gabor_circ gabor_178_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_27_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_178_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2242 2992 1892 fixation_cross gabor_089 gabor_001 gabor_160 gabor_112 gabor_089 gabor_001 gabor_160_alt gabor_112_alt "1_28_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_089_001_160_112_target_position_1_2_retrieval_position_1" gabor_044_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_28_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_136 gabor_008 gabor_088 gabor_168 gabor_136 gabor_008_alt gabor_088_alt gabor_168 "1_29_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_136_008_088_168_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_119_framed blank blank blank blank fixation_cross_target_position_1_4 "1_29_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_135 gabor_062 gabor_001 gabor_106 gabor_135_alt gabor_062 gabor_001_alt gabor_106 "1_30_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_135_062_001_106_target_position_2_4_retrieval_position_2" gabor_circ gabor_062_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_30_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 1992 2992 2342 fixation_cross gabor_050 gabor_082 gabor_163 gabor_123 gabor_050_alt gabor_082 gabor_163_alt gabor_123 "1_31_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_050_082_163_123_target_position_2_4_retrieval_position_1" gabor_099_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_31_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_099_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_008 gabor_088 gabor_029 gabor_063 gabor_008_alt gabor_088 gabor_029 gabor_063_alt "1_32_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_008_088_029_063_target_position_2_3_retrieval_position_2" gabor_circ gabor_088_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_32_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_130 gabor_043 gabor_009 gabor_070 gabor_130_alt gabor_043_alt gabor_009 gabor_070 "1_33_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_130_043_009_070_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_33_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_174 gabor_092 gabor_004 gabor_062 gabor_174_alt gabor_092 gabor_004_alt gabor_062 "1_34_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_174_092_004_062_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_062_framed blank blank blank blank fixation_cross_target_position_2_4 "1_34_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2092 2992 1892 fixation_cross gabor_061 gabor_144 gabor_117 gabor_033 gabor_061_alt gabor_144 gabor_117_alt gabor_033 "1_35_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_061_144_117_033_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_033_framed blank blank blank blank fixation_cross_target_position_2_4 "1_35_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1792 2992 2292 fixation_cross gabor_100 gabor_180 gabor_120 gabor_063 gabor_100_alt gabor_180_alt gabor_120 gabor_063 "1_36_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_100_180_120_063_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_063_framed blank blank blank blank fixation_cross_target_position_3_4 "1_36_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1892 2992 2192 fixation_cross gabor_104 gabor_036 gabor_151 gabor_082 gabor_104 gabor_036_alt gabor_151 gabor_082_alt "1_37_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_104_036_151_082_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_37_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 2142 2992 2292 fixation_cross gabor_125 gabor_005 gabor_049 gabor_160 gabor_125_alt gabor_005 gabor_049 gabor_160_alt "1_38_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2300_gabor_patch_orientation_125_005_049_160_target_position_2_3_retrieval_position_1" gabor_080_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_38_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_080_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_068 gabor_109 gabor_020 gabor_088 gabor_068 gabor_109_alt gabor_020 gabor_088_alt "1_39_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_068_109_020_088_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_020_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_39_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2042 2992 1892 fixation_cross gabor_023 gabor_002 gabor_132 gabor_163 gabor_023 gabor_002_alt gabor_132_alt gabor_163 "1_40_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_023_002_132_163_target_position_1_4_retrieval_position_1" gabor_023_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_40_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 1992 2992 2292 fixation_cross gabor_100 gabor_170 gabor_127 gabor_053 gabor_100 gabor_170 gabor_127_alt gabor_053_alt "1_41_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2300_gabor_patch_orientation_100_170_127_053_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_127_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_41_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_127_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2192 2992 2442 fixation_cross gabor_142 gabor_037 gabor_068 gabor_157 gabor_142_alt gabor_037 gabor_068_alt gabor_157 "1_42_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_142_037_068_157_target_position_2_4_retrieval_position_2" gabor_circ gabor_085_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_42_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_005 gabor_130 gabor_113 gabor_176 gabor_005 gabor_130_alt gabor_113_alt gabor_176 "1_43_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_005_130_113_176_target_position_1_4_retrieval_position_1" gabor_050_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_43_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 1742 2992 2392 fixation_cross gabor_139 gabor_098 gabor_156 gabor_076 gabor_139 gabor_098_alt gabor_156_alt gabor_076 "1_44_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2400_gabor_patch_orientation_139_098_156_076_target_position_1_4_retrieval_position_2" gabor_circ gabor_049_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_44_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_049_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_024 gabor_085 gabor_114 gabor_058 gabor_024_alt gabor_085 gabor_114 gabor_058_alt "1_45_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_024_085_114_058_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_114_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_45_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_025 gabor_010 gabor_041 gabor_165 gabor_025_alt gabor_010 gabor_041 gabor_165_alt "1_46_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_025_010_041_165_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_041_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_46_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_002 gabor_020 gabor_063 gabor_128 gabor_002 gabor_020_alt gabor_063 gabor_128_alt "1_47_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_002_020_063_128_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_110_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_47_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1742 2992 2542 fixation_cross gabor_083 gabor_048 gabor_033 gabor_153 gabor_083 gabor_048 gabor_033_alt gabor_153_alt "1_48_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_083_048_033_153_target_position_1_2_retrieval_position_2" gabor_circ gabor_003_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_48_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_137 gabor_053 gabor_179 gabor_110 gabor_137 gabor_053_alt gabor_179 gabor_110_alt "1_49_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_137_053_179_110_target_position_1_3_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_49_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_046 gabor_081 gabor_027 gabor_153 gabor_046 gabor_081_alt gabor_027_alt gabor_153 "1_50_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_046_081_027_153_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_105_framed blank blank blank blank fixation_cross_target_position_1_4 "1_50_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_121 gabor_152 gabor_104 gabor_063 gabor_121 gabor_152_alt gabor_104_alt gabor_063 "1_51_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_121_152_104_063_target_position_1_4_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_51_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_028 gabor_046 gabor_001 gabor_073 gabor_028_alt gabor_046_alt gabor_001 gabor_073 "1_52_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_028_046_001_073_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_118_framed blank blank blank blank fixation_cross_target_position_3_4 "1_52_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 1792 2992 2392 fixation_cross gabor_050 gabor_090 gabor_111 gabor_138 gabor_050_alt gabor_090 gabor_111 gabor_138_alt "1_53_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2400_gabor_patch_orientation_050_090_111_138_target_position_2_3_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_53_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_001_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_004 gabor_093 gabor_060 gabor_040 gabor_004 gabor_093_alt gabor_060_alt gabor_040 "1_54_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_004_093_060_040_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_target_position_1_4 "1_54_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 1892 2992 2042 fixation_cross gabor_015 gabor_143 gabor_059 gabor_038 gabor_015 gabor_143 gabor_059_alt gabor_038_alt "1_55_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2050_gabor_patch_orientation_015_143_059_038_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_104_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_55_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_104_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2192 2992 2492 fixation_cross gabor_117 gabor_155 gabor_007 gabor_034 gabor_117 gabor_155_alt gabor_007_alt gabor_034 "1_56_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_117_155_007_034_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_034_framed blank blank blank blank fixation_cross_target_position_1_4 "1_56_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 1842 2992 2492 fixation_cross gabor_160 gabor_180 gabor_122 gabor_005 gabor_160_alt gabor_180 gabor_122_alt gabor_005 "1_57_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_160_180_122_005_target_position_2_4_retrieval_position_2" gabor_circ gabor_180_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_57_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_143 gabor_092 gabor_124 gabor_164 gabor_143 gabor_092_alt gabor_124 gabor_164_alt "1_58_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_143_092_124_164_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_124_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_58_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1792 2992 2142 fixation_cross gabor_137 gabor_109 gabor_166 gabor_092 gabor_137 gabor_109_alt gabor_166_alt gabor_092 "1_59_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_137_109_166_092_target_position_1_4_retrieval_position_1" gabor_002_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_59_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2142 2992 2442 fixation_cross gabor_162 gabor_004 gabor_113 gabor_177 gabor_162 gabor_004 gabor_113_alt gabor_177_alt "1_60_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_162_004_113_177_target_position_1_2_retrieval_position_1" gabor_023_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_60_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 2042 2992 2492 fixation_cross gabor_047 gabor_136 gabor_105 gabor_155 gabor_047_alt gabor_136_alt gabor_105 gabor_155 "1_61_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2500_gabor_patch_orientation_047_136_105_155_target_position_3_4_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_61_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_136_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2242 2992 2042 fixation_cross gabor_010 gabor_179 gabor_069 gabor_040 gabor_010_alt gabor_179_alt gabor_069 gabor_040 "1_62_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_010_179_069_040_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_target_position_3_4 "1_62_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 2142 2992 1992 fixation_cross gabor_086 gabor_130 gabor_153 gabor_172 gabor_086 gabor_130_alt gabor_153_alt gabor_172 "1_63_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_086_130_153_172_target_position_1_4_retrieval_position_1" gabor_040_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_63_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2242 2992 1992 fixation_cross gabor_048 gabor_178 gabor_090 gabor_023 gabor_048_alt gabor_178 gabor_090_alt gabor_023 "1_64_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_048_178_090_023_target_position_2_4_retrieval_position_2" gabor_circ gabor_178_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_64_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 61 292 292 399 125 1842 2992 2442 fixation_cross gabor_004 gabor_063 gabor_093 gabor_027 gabor_004_alt gabor_063_alt gabor_093 gabor_027 "1_65_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_004_063_093_027_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_093 gabor_067 gabor_177 gabor_150 gabor_093 gabor_067 gabor_177_alt gabor_150_alt "1_66_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_093_067_177_150_target_position_1_2_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_66_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2092 2992 2242 fixation_cross gabor_050 gabor_156 gabor_097 gabor_123 gabor_050_alt gabor_156 gabor_097_alt gabor_123 "1_67_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_050_156_097_123_target_position_2_4_retrieval_position_2" gabor_circ gabor_156_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_67_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 63 292 292 399 125 1992 2992 1942 fixation_cross gabor_097 gabor_128 gabor_008 gabor_041 gabor_097 gabor_128_alt gabor_008_alt gabor_041 "1_68_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_1950_gabor_patch_orientation_097_128_008_041_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_148_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_68_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_148_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_167 gabor_119 gabor_137 gabor_081 gabor_167 gabor_119_alt gabor_137_alt gabor_081 "1_69_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_167_119_137_081_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_1_4 "1_69_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 43 64 292 292 399 125 2192 2992 2542 fixation_cross gabor_025 gabor_072 gabor_159 gabor_132 gabor_025 gabor_072 gabor_159_alt gabor_132_alt "1_70_Encoding_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2550_gabor_patch_orientation_025_072_159_132_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_132_framed blank blank blank blank fixation_cross_target_position_1_2 "1_70_Retrieval_Working_Memory_MEG_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_132_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
682c6049013b22ac453c0942e11c390e35625767
449d555969bfd7befe906877abab098c6e63a0e8
/830/CH2/EX2.1.6/sample.sce
2aed758d86cdd603f48453b03e7651e7bc952947
[]
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
369
sce
sample.sce
//Graphical// //Implementation of Equation 2.1.6 in Chapter 2 //Digital Signal Processing by Proakis, Third Edition, PHI //Page 45 clear; clc; close; L = 4; //Upperlimit n = -L:L; x = [zeros(1,L),1,zeros(1,L)]; a=gca(); a.thickness = 2; a.y_location = "middle"; plot2d3('gnn',n,x) xtitle('Graphical Representation of Unit Sample Sequence','n','x[n]');
856bb263a4777647681743b247104d1b041dbc63
449d555969bfd7befe906877abab098c6e63a0e8
/3831/CH19/EX19.1/Ex19_1.sce
b73f02a26be246b3639951b978b96061984bbf77
[]
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
321
sce
Ex19_1.sce
// Example 19_1 clc;funcprot(0); // Given data T=20.0+273.16;// K d=0.0100;// m alpha_cu=3.50*10^-6;// V/K rho_e=5.00*10^-9;// ohm m dphibydx=1.00;// Voltage gradient in V/m // Solution A=(%pi/4)*d^2;// m^2 I=(A/rho_e)*dphibydx;// A Q_P=alpha_cu*T*I;// W printf('\nThe Peltier heat flow,Q_P=%2.1f W',Q_P);
fad0faa8a4db97e5c75f1b1bcfabfb5fcbe171a4
da5b40d917ec2982828bd9bdf06b18b7bf189f26
/sim/scripts/00_styreneIdeal.tst
21a152f47ac3fac880e4baa2daa4799e5566c5cd
[]
no_license
psy007/NNPC-CHEMICAL-SIM-
4bddfc1012e0bc60c5ec6307149174bcd04398f9
8fb4c90180dc96be66f7ca05a30e59a8735fc072
refs/heads/master
2020-04-12T15:37:04.174834
2019-02-06T10:10:20
2019-02-06T10:10:20
162,587,144
1
0
null
null
null
null
UTF-8
Scilab
false
false
2,814
tst
00_styreneIdeal.tst
units VMG $thermo = VirtualMaterials.IdealLiquid/Ideal/HC / -> $thermo /LiquidPhases = 2 /thermo + TOLUENE ETHYLBENZENE STYRENE MESITYLENE alpha-METHYLSTYRENE n-PROPYLBENZENE #Feed S1 = Stream.Stream_Material() /S1.In.T = 317.75 K /S1.In.P = 220 mmHg /S1.In.Fraction = 0.80 51.00 47.77 0.06 0.13 0.20 /S1.In.MoleFlow = 99.96 kgmole/h #Tower 1 T1 = Tower.DistillationColumn() /T1.TryToSolve = 0 /S1.Out -> /T1.Feed_1_feed /T1.Stage_0 + 49 /T1.Stage_50.feed.ParentStage = 9 #Total cond and P prof delete /T1.Stage_0.condenserV /T1.LiquidDraw_0_condenserL.P = 40 mmHg /T1.LiquidDraw_51_reboilerL.P = 270 mmHg #More specs and solve /T1.LiquidDraw_0_condenserL.MoleFlow = 52 kgmole/h /T1.Variable_0_Reflux.Generic = 2.5 /T1.TryToRestart = 0 /T1.TryToSolve = 1 /T1.TryToRestart = 1 /T1.TryToSolve = 0 #Add liquid draw and solve /T1.Stage_20.L = Tower.LiquidDraw() /T1.LiquidDraw_20_L.MoleFlow = 11 kgmole/h /T1.TryToRestart = 1 /T1.TryToSolve = 1 #Energy, distillate, draw and bottoms streams for T1 S2 = Stream.Stream_Material() /T1.LiquidDraw_0_condenserL -> /S2.In S3 = Stream.Stream_Material() /T1.LiquidDraw_20_L -> /S3.In S4 = Stream.Stream_Material() /T1.LiquidDraw_51_reboilerL -> /S4.In Q1 = Stream.Stream_Energy() /T1.EnergyFeed_0_condenserQ -> /Q1.In Q2 = Stream.Stream_Energy() /Q2.Out -> /T1.EnergyFeed_51_reboilerQ #Tower2 T2 = Tower.DistillationColumn() /T2.TryToSolve = 0 /S4.Out -> /T2.Feed_1_feed /T2.Stage_0 + 49 /T2.Stage_50.feed.ParentStage = 30 #Total cond and P prof delete /T2.Stage_0.condenserV /T2.LiquidDraw_0_condenserL.P = 40 mmHg /T2.LiquidDraw_51_reboilerL.P = 250 mmHg #more specs and solve /T2.LiquidDraw_0_condenserL.MoleFlow = 16 kgmole/h /T2.Variable_0_Reflux.Generic = 2.5 /T2.TryToRestart = 0 /T2.TryToSolve = 1 /T2.TryToRestart = 1 /T2.TryToSolve = 0 #Add liquid draw and solve /T2.Stage_20.L = Tower.LiquidDraw() /T2.LiquidDraw_20_L.MoleFlow = 7 kgmole/h /T2.TryToRestart = 0 /T2.TryToSolve = 1 /T2.TryToRestart = 1 /T2.TryToSolve = 0 #Energy, distillate, draw and bottoms streams for T2 S5 = Stream.Stream_Material() /T2.LiquidDraw_0_condenserL -> /S5.In S6 = Stream.Stream_Material() /T2.LiquidDraw_20_L -> /S6.In S7 = Stream.Stream_Material() /T2.LiquidDraw_51_reboilerL -> /S7.In Q3 = Stream.Stream_Energy() /Q3.Out -> /T2.EnergyFeed_51_reboilerQ Q4 = Stream.Stream_Energy() /T2.EnergyFeed_0_condenserQ -> /Q4.In #Connect recycle and spec estimates /T2.LiquidDraw_0_condenserL -> /T1.Stage_44.feed = Tower.Feed() /T1.Feed_44_feed -> /S5.Out /S5.In.T ~= 350 K /S5.In.P ~= 26.6644 /S5.In.MoleFlow ~= 0 /S5.In.Fraction ~= 1 0 0 0 0 0 /T2.LiquidDraw_0_condenserL -> /S5.In #Final solve /T1.TryToRestart = 1 /T1.TryToSolve = 1 /T2.TryToRestart = 1 /T2.TryToSolve = 1
5cd041b7517566e6ffaa66053e0c116614df7e8f
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.0/Unix/scilab-2.0/macros/percent/%snr.sci
0c0f45387470f501b6a8254ece40e7a9b21dcb20
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "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
233
sci
%snr.sci
//[r]=%snr(l1,l2) //%snr(l1,l2) correspond a l'operation l1<>l2 ou l1 est une matrice de scalaire // et l2 une fraction rationnelle //! r=degree(l2(2))==0&degree(l2(3))==0 if r then r=coeff(l2(2))./coeff(l2(3))==l1,end r=~r //end
926d406b21ddfd2375fb0cef59d5c3de24b9f33e
449d555969bfd7befe906877abab098c6e63a0e8
/2417/CH6/EX6.36/Ex6_36.sce
acc6f34b1481d9b00fe37a6152739fc888f9a1d9
[]
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
878
sce
Ex6_36.sce
clear; clc; printf("\t\t\tProblem Number 6.36\n\n\n"); // Chapter 6: The Ideal Gas // Problem 6.36 (page no. 288) // Solution T=1000+460; //Fahrenheit temperature converted to absolute temperature //The velocity of sound in air at 1000 F is Va=49.0*sqrt(T); //velocity //ft/s printf("The velocity of sound air at 1000 F is %f ft/s\n",Va); //Hydrogen has a specific heat ratio of 1.41 and R=766.53.Therefore, khydrogen=1.41; //specific heats ratio for air kair=1.40; //specific heats ratio for air Rhydrogen=766.53; //gas constant //ft*lbf/lbm*R Rair=53.36; //gas constant //ft*lbf/lbm*R // Vahydrogen/Vaair = sqrt((Rhydrogen*khydrogen)/(Rair*kair)) //rearranging, Vahydrogen=Va*sqrt((Rhydrogen*khydrogen)/(Rair*kair)); //The velocity of sound in hydrogen at 1000 F //unit:ft/s printf("The velocity of sound in hydrogen at 1000 F is %f ft/s\n",Vahydrogen);
3f8f02de0c45620f8122bb520dbe837dbd98b925
683d2599aa2be1a5f74b928d545b20e7ea656cd1
/microdaq/macros/microdaq_blocks/mdaq_mem_read.sci
b32039b714a65c08ca2a3ec78839b65664f6a26e
[ "BSD-3-Clause" ]
permissive
pj1974/Scilab
5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95
cd54f1bd8502d6914ad6ff5271ca0e6e3d323935
refs/heads/master
2020-12-25T17:12:56.934984
2015-10-06T17:16:11
2015-10-06T17:16:11
41,862,822
0
0
null
2015-09-03T14:00:56
2015-09-03T14:00:56
null
UTF-8
Scilab
false
false
3,382
sci
mdaq_mem_read.sci
function [x,y,typ] = mdaq_mem_read(job,arg1,arg2) mem_write_desc = ["This block reads data from MicroDAQ memory."; "Block with mdaq_mem_set function can be used to"; "change Standalone and Ext model parameters"; ""; "Set block parameters:"]; x=[];y=[];typ=[]; select job case 'set' then x=arg1 model=arg1.model; graphics=arg1.graphics; exprs=graphics.exprs; while %t do try [ok,start_idx, data_size, vec_size,do_increment,exprs]=.. scicos_getvalue(mem_write_desc,.. ['Start index:'; 'Size:'; 'Vector size:'; 'Periodic:'],.. list('vec',1,'vec',1,'vec',1,'vec',1),exprs) catch [ok,start_idx, data_size,vec_size,do_increment,exprs]=.. getvalue(mem_write_desc,.. ['Start index:'; 'Size'; 'Vector size:'; 'Periodic:'],.. list('vec',1,'vec',1,'vec',1,'vec',1),exprs) end; if ~ok then break end //~16MB = 16 000 000B = 4 000 000 floats max_index = 4000000; if start_idx < 1 | start_idx > max_index then ok = %f; message("Incorrect memory start index - use index from 1 to "+string(max_index)); end if vec_size > 10000 | vec_size < 1 then ok = %f; message("Wrong vector size - use 10000 max!"); end size_mod = modulo(data_size, vec_size) if size_mod <> 0 then ok = %f; message("Incorrect size. Size is not multiple of array size!"); end if data_size < 1 | data_size > (max_index-start_idx) then ok = %f; message("Incorrect size (max "+string(max_index-start_idx)+")"); end if do_increment > 1 | do_increment < 0 then ok = %f; message("Use values 0 or 1 to set increment option."); end if ok then [model,graphics,ok] = check_io(model,graphics, [], vec_size, 1, []); graphics.exprs = exprs; model.rpar = []; model.ipar = [(start_idx-1);vec_size;do_increment;data_size]; model.dstate = []; x.graphics = graphics; x.model = model; break end end case 'define' then start_idx = 1; vec_size = 1; data_size = 100; do_increment = 0; model=scicos_model() model.sim=list('mdaq_mem_read_sim',5) model.in =[] model.out=vec_size model.out2=1 model.outtyp=1 model.evtin=1 model.rpar=[]; model.ipar=[(start_idx-1);vec_size;do_increment;data_size] model.dstate=[]; model.blocktype='d' model.dep_ut=[%t %f] exprs=[sci2exp(start_idx);sci2exp(data_size);sci2exp(vec_size);sci2exp(do_increment)] gr_i=['xstringb(orig(1),orig(2),['''' ; ],sz(1),sz(2),''fill'');'] x=standard_define([4 3],model,exprs,gr_i) x.graphics.in_implicit=[]; x.graphics.exprs=exprs; end endfunction
e37e7d50dc507dba67a4d5dac3b7334df4c31aaa
b9602336613b26d0b9c22a09d219c0ed8e158b4e
/Examples/Examples_clust/corandcov.sce
9d89e77d1c2bf2d77ac1847771a574fc8b9ed768
[ "BSD-2-Clause" ]
permissive
CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox
d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd
70c97cda4e0dd54df0a638e9b99f380c09ffa37e
refs/heads/master
2022-12-11T01:28:28.742041
2020-08-26T12:24:27
2020-08-26T12:24:27
290,481,428
0
0
null
null
null
null
UTF-8
Scilab
false
false
193
sce
corandcov.sce
// Calculating the corelation and covariance , input dimension must be same y1 = [1,2,3; 4,5,6; 7,8,9] y2 = [1,9,3; 3,5,6; 7,8,5] res = armaClust("cor",y1,y2) res = armaClust("cov",y1,y2)
1cc01c2c48b14586ded01f6faacda332cf6340e8
449d555969bfd7befe906877abab098c6e63a0e8
/3869/CH6/EX6.29/Ex6_29.sce
804b06217b81419ffc5ab44b782b5aba1ff78063
[]
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
545
sce
Ex6_29.sce
clear // // // //Variable declaration h=1 k=1 l=1 //miller indices a=0.352 //lattice parameter(nm) theta=(28+(30/60))*%pi/180 //angle(radian) hp=6.626*10**-34 //plancks constant(Js) m=1.67*10**-27 //mass of proton(kg) kB=1.38*10**-23 //boltzmann constant //Calculation d=a/sqrt(h**2+k**2+l**2) lamda=2*d*sin(theta) //wavelength(nm) T=(hp**2)/(3*m*kB*(lamda*10**-9)**2) //effective temperature of neutrons(K) //Result printf("\n effective temperature of neutrons is %0.0f K",T)
08d810e3319bbbffaacfb4bf16ad16dfd38116bc
449d555969bfd7befe906877abab098c6e63a0e8
/1085/CH3/EX3.23/ex3_23.sce
40bbf57b312b38d5895a8e45ff6d1ac7472c2483
[]
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
528
sce
ex3_23.sce
//Exam:3.23 clc; clear; close; //bond energy per atom of copper=bond energy per bond*numbers of bond per atom*(1/2) A=56.4*1000;// N=6.023*10^23;//avogadro number n_1=12;//numbers of bond per atom n_2=3;//bonds broken at the surface E=A*n_1/(2*N);//Energy of total bonds E_b=E*(n_2/n_1);//Energy of broken bonds on surface disp(E_b,'E_b'); n_a=1.77*10^19;//no. of atoms on {111} planes in copper(in m^-2) E_c=n_a*E_b;//Surface energy (enthalpy) of copper disp(E_c,'Surface energy (enthalpy) of copper(in J/m^2)=');
46820005be170ddf89b6ca62fcf52c06a4d89f58
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4/Unix-Windows/scilab-2.4/macros/m2sci/exp2sci.sci
5364a275844ab6a5db05afaa3b5f1e302371d4ae
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
2,119
sci
exp2sci.sci
function [stk,txt,ilst,vnms,vtps,lcount]=exp2sci(lst,ilst,vnms,vtps) // //! // Copyright INRIA nlst=size(lst) top=0 stk=list() txt=[] ilst=ilst-1 cmod=0; // ok=%t while ilst<nlst&ok then lhs=1 ilst=ilst+1 op=lst(ilst) if type(op)==10 then if prod(size(op))==1 then op=[op ' '],end //write(logfile,'exp2sci '+op(1)+' '+op(2)+' '+string(top)) select op(1) case '0' then case '2' then //stackg if or(op(2)==vnms(:,2))| (op(3)=='-3'&op(4)<>'0') then [stk,top,vnms,vtps]=get2sci(op(2),stk,top,vnms,vtps) elseif op(4)=='0' then if funptr(op(2))<>0 then op(2)='%'+op(2),end [stk,top,vnms,vtps]=get2sci(op(2),stk,top,vnms,vtps) if stk(top)==list() then top=top-1 op(3)=op(4) op(4)='1' [stk,t1,top]=func2sci(op,stk) txt=[txt;t1] if ilst<nlst then if lst(ilst+1)(1)=='1'& lst(ilst+1)(2)==op(2) then ilst=ilst+1 txt=[txt;stk(top)(1)] top=top-1 end end end else //appel des macros op(3)=op(4) op1=lst(ilst+1) if op1(1)=='5'&op1(2)=='25' then ilst=ilst+1 op(4)=op1(4) else op(4)='1' end [stk,t1,top]=func2sci(op,stk) // ilst=ilst+1 txt=[txt;t1] end t1=[] case '3' then //string quote='''' dqote='""' top=top+1 st=strsubst(strsubst(op(2),quote,quote+quote),dquote,dquote+dquote) stk(top)=list(quote+st+quote,'0','1','1','10') case '4' then //matrice vide top=top+1 stk(top)=list('[]','0','0','0','1') case '5' then //allops t1=[] iop=evstr(op(2)) top1=top execstr('[stkr,t1,top]=%'+ops(iop,2)+'2sci()') stk(top)=stkr txt=[txt;t1] t1=[] case '6' then //num [stk,top]=num2sci(op(2),stk) case '20' then //functions [stk,t1,top]=func2sci(op,stk) txt=[txt;t1] t1=[] case '15' then lcount=lcount+1 case '19' then else ok=%f end else ok=%f end end
b5525a23f86f68b534f77f413f86651551d499f2
449d555969bfd7befe906877abab098c6e63a0e8
/620/CH13/EX13.10/example13_10.sce
32160d5dfa7e0608c553a6de95bd46e65c918f58
[]
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
515
sce
example13_10.sce
v=10; v1=5; disp("Part a"); v1_1=v1+(0.02*v1/100+0.01*v/100); v1_2=v1-(0.02*v1/100+0.01*v/100); disp("the possible readings (in V) are"); disp(v1_1);disp("and"); disp(v1_2); e1=(0.02*v1/100+0.01*v/100)*100/v1; disp("the percentage error is"); disp(e1); disp("Part b"); v2=10; v2_1=v1+(0.02*v2/100+0.01*v/100); v2_2=v1-(0.02*v2/100+0.01*v/100); disp("the possible readings (in V) are"); disp(v2_1);disp("and"); disp(v2_2); e2=(0.02*v2/100+0.01*v/100)*100/v2; disp("the percentage error is"); disp(e2);
b7e9ba96d18be98d7351de5b248d05547d2a7bdd
683d2599aa2be1a5f74b928d545b20e7ea656cd1
/microdaq/macros/signal_register.sci
571c1b6d6d8105d5e76bba4112e7957ca03eb548
[ "BSD-3-Clause" ]
permissive
pj1974/Scilab
5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95
cd54f1bd8502d6914ad6ff5271ca0e6e3d323935
refs/heads/master
2020-12-25T17:12:56.934984
2015-10-06T17:16:11
2015-10-06T17:16:11
41,862,822
0
0
null
2015-09-03T14:00:56
2015-09-03T14:00:56
null
UTF-8
Scilab
false
false
215
sci
signal_register.sci
function result = signal_register(id, signal_size) result = call("sci_signal_register",.. id, 1, "i",.. signal_size, 2, "i",.. "out",.. [1, 1], 3, "i"); endfunction
6c0dd46c97ccc58ddd9134f1108a1a14c7accb85
449d555969bfd7befe906877abab098c6e63a0e8
/1205/CH14/EX14.1/S_14_1.sce
0588061122a12cd38fe90ba13a80d4794813606f
[]
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
583
sce
S_14_1.sce
clc; m=200;//kg, mass of space vehicle vo=150;//m/s i, relative velocty of vehicle with frame at t=0 mA=100;//kg, mass of part A mB=60;//kg, mass of part B mC=40;//kg, mass of part C t=2.5;//s, given time A=[555,-180,240];//m, Position of A at t=2.5 B=[255,0,-120];//m, Position of B at t=2.5 r=[vo*t,0,0];//m, Position of mass center G //recalling 14.12 //m*r=mA*rA+mB*rB+mC*rC rA=A;//m, rB=B;//m rC=(m*r-mA*rA-mB*rB)/mC;//m, Position of part c at t=2.5 s printf("Position of part c at t=2.5 s is rC= (%.0f m)i +(%.0f m)j +(%.0f m)k\n",rC(1),rC(2),rC(3));
df51b992d17a010f9e94dd21974e79474b16fba0
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH6/EX6.7/6_7.sce
f6a7c83089a147a899a2334eef33c0c6f7020f8e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
279
sce
6_7.sce
clc //initialisation p=1.013*10^5//newton/m2 d=0.09//kg/m3 t1=27//c T=273 T1=t1+T//k //CALCULATIONS c1=sqrt(3*p/d) c2=c1*sqrt(T1/T) cb=c2*8/(3*%pi) cm=c2*sqrt(2/3) //results printf(' avg velocity= % 1f m/sec',cb) printf(' \nmost probable velocity= % 1f m/sec',cm)
2e140cd47aeebf1af07ad7bbca04afb397b0bee9
449d555969bfd7befe906877abab098c6e63a0e8
/3768/CH7/EX7.11/Ex7_11.sce
0485d011890028a3637ca40ce86af8a08dda47b9
[]
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
503
sce
Ex7_11.sce
//Example number 7.11, Page number 150 clc;clear; close; //Variable declaration A=180*10**-4; //area(m**2) epsilonr=8; //relative permittivity C=3*10**-6; //capacitance(F) V=10; //potential(V) epsilon0=8.85*10**-12; //Calculation E=V*C/(epsilon0*epsilonr); //field strength(V/m) dm=epsilon0*(epsilonr-1)*A*E; //total dipole moment(coul m) //Result printf("field strength is %.4e V/m",E) printf("\n total dipole moment is %.4e Coul.m",dm) //answer in the book is wrong"
1ceba2d7bbe10a67f4b11cc706a3f5eb2feae269
a62a67542e036e3052d0b560f49fc3a03f657aa8
/cw3/proj1.tst
0359970b30052ecc82621c58d4ee16571a6f335f
[]
no_license
bladekp/psi
417ae0480365c1954005f66eaf8bee2e72a59c43
00aae0ca2ee7d51219a994717baca6f7dc5d8fcb
refs/heads/master
2016-09-07T18:36:13.408858
2015-04-29T11:35:18
2015-04-29T11:35:18
31,655,953
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,677
tst
proj1.tst
we we we we we we we we we we we we we we we we we we we we we wy A1A A4A A7A A8A A9A A10A A11A A12A A13A A14A A15A A16A A17A A18A A19A A20A A21A A22A A23A A25A A26A wy 3 2 1 3 3 2 3 2 3 2 2 3 2 1 2 2 1 1 2 2 2 0 3 2 3 2 3 3 3 2 3 2 2 2 2 2 2 3 2 1 2 3 2 1 4 2 3 3 2 2 2 3 3 2 2 2 2 1 1 2 2 2 2 3 2 1 4 2 2 2 3 3 2 1 3 2 3 1 1 2 2 2 2 2 1 2 2 1 4 2 1 2 3 1 1 1 3 3 3 2 1 2 1 2 1 1 1 2 2 1 4 2 2 3 2 1 2 1 4 3 1 3 1 1 2 2 1 2 2 3 3 1 2 2 2 3 3 3 3 1 3 3 3 3 1 1 2 1 1 1 1 2 3 0 3 2 2 1 2 3 1 1 3 3 2 1 2 3 3 2 1 2 1 2 1 1 4 2 3 2 2 3 2 2 3 3 4 1 4 3 4 2 1 1 1 2 1 1 4 2 1 3 3 3 3 1 4 3 2 2 1 2 1 1 1 1 1 3 3 0 4 2 1 2 1 2 1 3 3 3 2 2 2 1 4 1 1 2 2 2 1 0 4 1 3 3 1 2 1 3 4 1 2 1 3 2 1 3 2 1 2 3 1 0 4 1 1 1 4 2 2 1 3 2 2 1 2 1 3 2 2 3 2 4 1 0 4 2 2 3 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 4 3 1 2 3 3 3 2 3 2 2 2 3 2 2 4 1 2 2 3 2 0 4 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 1 1 2 3 3 0 2 1 1 2 2 1 3 1 3 1 1 2 2 2 2 1 1 2 2 1 1 0 4 1 2 2 2 1 1 4 2 2 2 3 1 1 2 2 2 3 2 2 2 1 4 2 2 1 3 1 2 1 2 2 2 2 2 1 3 2 1 1 1 3 3 0 1 2 1 3 2 2 1 1 2 1 2 2 2 2 3 1 1 1 2 2 4 1 3 1 3 3 1 1 2 3 1 1 1 1 3 3 1 2 1 4 1 2 3 1 4 2 2 4 2 4 4 2 3 1 1 3 1 3 1 4 1 1 3 4 4 1 4 2 1 1 1 3 2 3 3 1 1 2 3 2 4 2 1 2 2 3 3 0 4 2 3 2 2 1 1 1 4 1 3 1 1 1 3 1 1 1 1 1 2 1 4 2 2 4 2 3 2 1 4 2 2 1 2 1 1 1 1 2 1 3 2 1 2 2 2 2 2 4 4 2 4 2 1 2 2 1 2 2 1 1 1 2 1 0 4 2 1 2 3 3 2 1 2 2 3 2 1 2 3 2 2 2 2 1 1 1 4 2 1 3 3 4 3 2 1 2 1 3 1 1 3 1 1 1 2 4 2 0 4 2 2 2 3 2 3 3 4 2 2 2 1 2 4 1 1 2 1 3 2 0 2 2 3 3 1 2 2 3 3 2 4 2 1 2 4 2 1 4 1 3 2 0 3 2 2 2 2 2 3 1 3 2 1 3 4 1 1 1 1 1 2 1 1 0 4 2 1 2 3 2 3 1 2 2 1 1 2 1 2 2 1 4 2 2 1 0 4 2 1 3 2 2 1 2 3 2 2 2 2 1 1 2 1 1 2 3 2 1 4 2 3 1 2 2 3 2 3 2 2 3 3 1 2 1 1 1 2 2 1 0 4 2 3 2 2 3 3 1 3 2 2 2 2 2 3 1 1 3 1 2 1 0 1 2 2 2 1 2 2 1 2 2 2 3 4 1 1 1 1 1 2 3 1 0 3 2 3 2 3 2 1 1 2 2 2 2 3 3 2 4 2 3 1 2 2 0 2 2 2 2 3 3 2 3 2 3 1 3 2 3 1 2 2 2 2 2 4 1 4 1 1 2 3 2 3 1 3 3 3 2 1 2 1 2 2 1 2 3 4 1 4 2 3 2 2 3 3 2 3 3 2 2 3 2 1 3 2 2 2 4 2 0 4 2 1 3 3 2 2 1 3 3 2 2 2 1 2 2 2 1 2 3 2 1 4 3 3 1 2 2 1 3 2 3 1 1 4 3 2 2 1 4 2 2 2 0 4 2 2 2 2 3 3 2 3 3 2 1 2 2 3 2 2 2 2 2 2 0 4 2 2 2 3 2 4 2 2 3 2 2 3 1 2 1 2 1 2 2 1 1 4 3 3 4 2 3 3 2 2 3 2 2 2 3 3 2 2 1 3 3 3 1 4 2 1 3 1 1 3 2 2 3 1 2 2 1 3 1 1 1 1 2 1 0 4 2 3 2 1 3 1 1 3 3 2 1 2 2 3 2 1 3 1 3 1 0 3 2 3 3 2 3 3 1 3 3 2 1 1 2 3 1 2 3 1 2 1 0 4 1 1 2 3 2 3 2 2 4 1 1 3 1 3 2 1 1 2 2 1 0 4 2 2 2 2 3 2 3 4 4 2 3 2 2 2 2 1 2 2 2 2 0 4 2 2 3 3 3 3 4 3 4 3 1 1 2 1 3 2 2 2 4 1 1 4 2 1 3 2 2 1 1 3 3 3 1 2 2 1 1 1 1 2 1 1 0 4 2 1 2 2 3 3 2 2 2 1 2 1 1 2 2 2 3 2 3 1 0 3 1 3 2 1 3 4 2 4 2 2 1 1 1 2 3 1 3 1 3 2 0 4 3 1 1 3 3 3 1 4 3 2 3 3 1 2 1 2 2 2 2 2 0 3 1 2 2 3 4 1 2 1 2 2 1 3 2 2 3 2 4 2 2 1 0 2 1 1 2 3 2 3 3 3 2 2 3 2 4 2 3 2 3 3 4 3 1
1f544f1f02af4fac758fb880a97ee0f5f94f6b0a
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH5/EX5.3/Ex5_3.sce
466865f28858e480db45d288049f9f42b21d3ade
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
223
sce
Ex5_3.sce
clear //Given e=1.6*10**-19 //C f=6.8*10**15 //rev/sec r=0.51*10**-10 //m //Calculation I=e*f //Result printf("\n The equivalent current is %0.3f *10**-3 A", I*10**3)
3c2b2af732138ef849053052b34bf9488fb4340f
449d555969bfd7befe906877abab098c6e63a0e8
/1322/CH5/EX5.2.a/47ex1_a.sce
6a6217aff41b5b9dfccc112384f61acf0158af92
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
223
sce
47ex1_a.sce
// 5,8,11,14,17..... clear; clc; close; a=5;//a is starting number of the series n=5;//given n=5 d=3;//difference between the numbers td=a+(n-1)*d; //formula to be used for arithmetic series mprintf("ans= %i",td)
1005d5a65b7be829fd58993cac5af5b78e8ac7ac
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/scicos_blocks/MUX_f.sci
0bf73e0d4d974afbec15a33bdbd1a6bf5b533e15
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
1,080
sci
MUX_f.sci
function [x,y,typ]=MUX_f(job,arg1,arg2) // Copyright INRIA x=[];y=[];typ=[]; select job case 'plot' then standard_draw(arg1) case 'getinputs' then [x,y,typ]=standard_inputs(arg1) case 'getoutputs' then [x,y,typ]=standard_outputs(arg1) case 'getorigin' then [x,y]=standard_origin(arg1) case 'set' then x=arg1; graphics=arg1(2);label=graphics(4) model=arg1(3); while %t do [ok,in,label]=getvalue('Set MUX block parameters',.. 'number of input ports',list('vec',1),label) if ~ok then break,end if in<2|in>8then message('Block must have at least two input ports and at most eight') else [model,graphics,ok]=check_io(model,graphics,-[1:in]',0,[],[]) if ok then graphics(4)=label;model(9)=in x(2)=graphics;x(3)=model break end end end x(3)(11)=[] //compatibility case 'define' then in=2 model=list(list('mux',1),-[1:in]',0,[],[],[],[],[],[in],.. 'c',[],[%t %f],' ',list()) label=string(in) gr_i='xstringb(orig(1),orig(2),''Mux'',sz(1),sz(2),''fill'')' x=standard_define([2 2],model,label,gr_i) end
85f39d2841f12f7953adc42bc9509d8cdffe6380
449d555969bfd7befe906877abab098c6e63a0e8
/1247/CH4/EX4.16/example4_16.sce
a2f66d75769553d888ad2c5bb009677893c29462
[]
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,070
sce
example4_16.sce
clear; clc; // Stoichiometry // Chapter 4 // Material Balances involving Chemical Reaction // Example 4.16 // Page 144 printf("Example 4.16, Page 144 \n \n"); // solution // basis : 1day operation // NaCl = Na+ + Cl- //H2O = H+ + OH- //Na+ + OH- = NaOH //H+ + e = (1/2)H2 //Cl- - e = (1/2)Cl2 E = (15000*3600*24)/96485 // faraday/day Total energy passed thrrough cell NaOH = (15000*3600*24*40)/(96485*1000) //[kg/day] theoretical NaOH eff = (514.1/NaOH)*100 // current efficiency Cl2 = (35.5/40)*514.1 H2 = (456.3*2)/(35.5*2) //40 g NaOH = 58.5g NaCl consNaCl = (58.5/40)*514.1 // NaCl consumed Tliquor = 514.1/.11 //[kg/day] total cell liquor remNaCl = 514.1*1.4 totalNaCl = consNaCl+remNaCl Fbrine = totalNaCl/.266 //feed rate of brine consH2O = (18/40)*514.1 lossH2O = Fbrine-Tliquor-consH2O printf("(a) \n \n Current efficiency of the cell = "+string(eff)+" percent. \n \n \n(b) \n \n Cl2 produced = "+string(Cl2)+" kg/day \n H2 produced = "+string(H2)+" kg/day\n \n \n(c) \n \n loss of water = "+string(lossH2O)+" kg/day")
d73ab1c605e406fc4b34c582f4c397a3f17a9f8e
449d555969bfd7befe906877abab098c6e63a0e8
/443/CH2/EX2.4/2_4.sce
07629c298f77ef768e1bbba535b562ffdf74af7c
[]
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
427
sce
2_4.sce
pathname=get_absolute_file_path('2_4.sce') filename=pathname+filesep()+'2_4_data.sci' exec(filename) //No work is done by the part of the external boundary in contact with the bottle.only the moving part needs to be considered.Over this part pressure is uniform at 1.013*10^5 N/m^2 //Work done Wd=Patm*V printf("\n\nRESULTS\n\n") printf("\nWork done:%f\n",Wd) //The work done is negative as the boundary is contracting