#! /bin/sh

set -e

if [ "$1" = "purge" ]; then
    pc=$(dpkg-query -f '${db:Status-Abbrev} ${binary:Package}\n' -W libpython3.11-minimal \
	| grep -v '^.n' | wc -l)
    if [ "$pc" -lt 1 ]; then
	find /usr/lib/python3.11 -depth -type d -name __pycache__ \
	    | xargs -r rm -rf
	rm -f /etc/python3.11/sitecustomize.py
	rm -rf /etc/python3.11/__pycache__
	if [ -d /etc/python3.11 ]; then
	    rmdir --ignore-fail-on-non-empty /etc/python3.11
	fi
    fi
fi



exit 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              b3e17d8c43a17b992fef6ee9a29a5645  usr/lib/python3.11/__future__.py
dea3ee72c11f12dc20f236caee269b12  usr/lib/python3.11/_collections_abc.py
8b106696f0025576584ed060271f4b6c  usr/lib/python3.11/_compat_pickle.py
28264cd4cd307270fcbee470d9a71b1b  usr/lib/python3.11/_py_abc.py
478a75929b32c58f90db041e4e00e5f2  usr/lib/python3.11/_sitebuiltins.py
7e2b19bea5805bbabae076ef5c613060  usr/lib/python3.11/_strptime.py
b34eec41351d36ebc7038b961e9ebd50  usr/lib/python3.11/_sysconfigdata__x86_64-linux-gnu.py
c7809dbb19b67f594d37165b472b00c3  usr/lib/python3.11/_threading_local.py
85192f327d47f69bc3616bd362fc276a  usr/lib/python3.11/_weakrefset.py
f7f899451db1a8e2439d522672295ccb  usr/lib/python3.11/abc.py
e5404b414c276727652ad295c31e3fc7  usr/lib/python3.11/argparse.py
adf5381da7f7fc8759099765d98fc690  usr/lib/python3.11/ast.py
a365095b01c8d785a5f0a9e3b57f4a47  usr/lib/python3.11/base64.py
e2e09dd822dadea49cbd7942c93217e1  usr/lib/python3.11/bisect.py
40d8576662a3381d6b32d26b10008dd4  usr/lib/python3.11/calendar.py
e6651d9cca13b0cb62a29e6028378280  usr/lib/python3.11/codecs.py
d88f9aad62f4558526cb3b77ffada304  usr/lib/python3.11/collections/__init__.py
10ed76fc22033ad2cdee1fcbe1d55526  usr/lib/python3.11/collections/abc.py
bac5bf3e2aa7123fc551c26a3273796b  usr/lib/python3.11/compileall.py
e1e40052d2f1f982ef2ee36bf67592f0  usr/lib/python3.11/configparser.py
402b26fa4cea3f8fdca97b7b6bb7d6a0  usr/lib/python3.11/contextlib.py
7b11e713a67dd23860490300da6762b4  usr/lib/python3.11/copy.py
1002260a9ed8ecb081d3f07205465c64  usr/lib/python3.11/copyreg.py
8a24aafc6ac74cc5be133833d26363bc  usr/lib/python3.11/csv.py
9d01b9dd5f353e8bc3e2a2d49120d975  usr/lib/python3.11/datetime.py
e5013fc08642cc268fc638d44e53558e  usr/lib/python3.11/dis.py
048a86a065efcbaa4935e4c683b98670  usr/lib/python3.11/email/__init__.py
18eec60cda83164b549360992508274a  usr/lib/python3.11/email/_encoded_words.py
5a2a6d006e1c6bd9ff9e20c91089ecce  usr/lib/python3.11/email/_header_value_parser.py
e652b2693c63d9c6cbbcb8d87c6a79c0  usr/lib/python3.11/email/_parseaddr.py
afc428b9c0f6d98b713016aaca013dae  usr/lib/python3.11/email/_policybase.py
8b4de0b872564135d4997e373052bb6a  usr/lib/python3.11/email/architecture.rst
9d77f98064e682b422a9555d32c48235  usr/lib/python3.11/email/base64mime.py
4c48da1f17b16c2157f5ea33db5ddfb6  usr/lib/python3.11/email/charset.py
80ec6b5e59e65c1cdb979ddf08d77924  usr/lib/python3.11/email/contentmanager.py
50713f992d32ef98afaa90e5496e5a22  usr/lib/python3.11/email/encoders.py
0f7e5254deb5dcf9d02392ed05ca0c1d  usr/lib/python3.11/email/errors.py
ef3ac695eb91577f5ab055b52ac42fd9  usr/lib/python3.11/email/feedparser.py
8af7bd6bfbbd8f8c52c01ddf875e5835  usr/lib/python3.11/email/generator.py
7c8414ed9f5bab1c4688163d062e4f5b  usr/lib/python3.11/email/header.py
03db3cddd1805182f76ceb7c1144d84a  usr/lib/python3.11/email/headerregistry.py
ef49fc6f2275865f2c8b861aea34f76b  usr/lib/python3.11/email/iterators.py
bb5b0d7f9d939c7c153c73966d48c0a2  usr/lib/python3.11/email/message.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3.11/email/mime/__init__.py
6ea0db44ba17470d50a5318cda888303  usr/lib/python3.11/email/mime/application.py
0554f3d761ccf2f0361fc51bdc7519f6  usr/lib/python3.11/email/mime/audio.py
d5bd38ae42ae085ce049527b48f6ef41  usr/lib/python3.11/email/mime/base.py
ae47091d9980def8cec5ea4f131f7780  usr/lib/python3.11/email/mime/image.py
2c63d7cecf474b81fee3cb72574441a9  usr/lib/python3.11/email/mime/message.py
61de76764b392a42bebe8079130d1aec  usr/lib/python3.11/email/mime/multipart.py
bc00402b3af80bc8c0d05e216860a7b7  usr/lib/python3.11/email/mime/nonmultipart.py
f06fa84520d40c313ea6368932c0c3dc  usr/lib/python3.11/email/mime/text.py
ff1a4f5cea9c7894af8664004eb8bbb7  usr/lib/python3.11/email/parser.py
bd1dd489c77ae052b01d8f00349cbd35  usr/lib/python3.11/email/policy.py
1bae6a86153e7fbbfd12759f4f3ea975  usr/lib/python3.11/email/quoprimime.py
5419b327382cee8285b4b89df3a6f486  usr/lib/python3.11/email/utils.py
dbb71460fc6b291bade1cd8ef33224a9  usr/lib/python3.11/encodings/__init__.py
7961acc2151f5b444d3765837e4dc265  usr/lib/python3.11/encodings/aliases.py
81293488266fc76f3c2f5e0bb0554040  usr/lib/python3.11/encodings/ascii.py
fc7b3609d9bfcb762563b548876984d2  usr/lib/python3.11/encodings/base64_codec.py
d0911306b2bb0bee8d62ca4dc40b8957  usr/lib/python3.11/encodings/big5.py
465ae23475b55a28c248a0355c429a90  usr/lib/python3.11/encodings/big5hkscs.py
2005c838af7a6c6256dbdd05a89678a7  usr/lib/python3.11/encodings/bz2_codec.py
4b97d8f696820ed83d3a1b96c242c824  usr/lib/python3.11/encodings/charmap.py
4b2d89ad1ac754bfae1fe4b2e91bf2ab  usr/lib/python3.11/encodings/cp037.py
5f807efcec3d607ad082329d9fbfab07  usr/lib/python3.11/encodings/cp1006.py
55ac5681974d8c0d537d15f4d7bf66ab  usr/lib/python3.11/encodings/cp1026.py
296f1a22f0ef2cd7ab7ab42e4afc30e8  usr/lib/python3.11/encodings/cp1125.py
8b741f4a4686989f19b19acc8450859e  usr/lib/python3.11/encodings/cp1140.py
a5105ef506c2deff826987322ced6b50  usr/lib/python3.11/encodings/cp1250.py
2aa55a93a3fb600590e1603020284832  usr/lib/python3.11/encodings/cp1251.py
836246320a751cee0348ff6d493b9937  usr/lib/python3.11/encodings/cp1252.py
0e9a606477e72925ccaf695e04ae592e  usr/lib/python3.11/encodings/cp1253.py
d33ea4c1992a709218e5a516bf9bcb83  usr/lib/python3.11/encodings/cp1254.py
6ff71d647d9b375f2d0532bf8f0726a1  usr/lib/python3.11/encodings/cp1255.py
4bc994edeaaab1d3461cfaa69627a4c7  usr/lib/python3.11/encodings/cp1256.py
3b194aa86cd482a42f7262f96fc923a8  usr/lib/python3.11/encodings/cp1257.py
9fbe601d22676d3631a2747e238a5831  usr/lib/python3.11/encodings/cp1258.py
02cb1574a1dd06724a9ac07829fa3f4e  usr/lib/python3.11/encodings/cp273.py
7903913a0c946005353896c4cc75e4cf  usr/lib/python3.11/encodings/cp424.py
36749c03149eacd3ba4b3f29629d8c6c  usr/lib/python3.11/encodings/cp437.py
513aadddfe07b45effd6ff9791ffe4ca  usr/lib/python3.11/encodings/cp500.py
ed1f289f28d1763deff244d8164c6b0f  usr/lib/python3.11/encodings/cp720.py
3fe29ad58e9c3e519834f962194cec80  usr/lib/python3.11/encodings/cp737.py
3fa3575a5032c74335c758f9dc6d8f43  usr/lib/python3.11/encodings/cp775.py
95972bdc42051a88ae7278505f25dbb9  usr/lib/python3.11/encodings/cp850.py
c377fd78b4a9241cd04eddbdb62fa858  usr/lib/python3.11/encodings/cp852.py
9825f0f9dbfde8fb4ca7afb803769707  usr/lib/python3.11/encodings/cp855.py
6b6ad80b8fceb72e9f8a81ca03f9520d  usr/lib/python3.11/encodings/cp856.py
18966477f4522c38c4b549245170f9e6  usr/lib/python3.11/encodings/cp857.py
ff7298c168fd47ac3e72ee125b306fbe  usr/lib/python3.11/encodings/cp858.py
c568897c16afb506fe689d5c1b0be978  usr/lib/python3.11/encodings/cp860.py
e1b392cb112a7d4f2934f793d9be5806  usr/lib/python3.11/encodings/cp861.py
9ae961277f81a7e4219a3f82dcd8bba8  usr/lib/python3.11/encodings/cp862.py
5e05f66296884947237d15cb94846305  usr/lib/python3.11/encodings/cp863.py
1377f213a0a105b981873a43069afa92  usr/lib/python3.11/encodings/cp864.py
82412b7a4f441734b60a30b6f5f7ae5d  usr/lib/python3.11/encodings/cp865.py
a8a660d615d7d32540683d6ec19677cc  usr/lib/python3.11/encodings/cp866.py
7f287406e4fadddd520bdb17e3d84c0c  usr/lib/python3.11/encodings/cp869.py
31de274db98482fec11b4931a7685856  usr/lib/python3.11/encodings/cp874.py
2420963b7f03c4558a76e46bb5c9a4ec  usr/lib/python3.11/encodings/cp875.py
fd453f9da8f82c8a845970898f7b705c  usr/lib/python3.11/encodings/cp932.py
4b130723278fc340420c4e5248a2eebf  usr/lib/python3.11/encodings/cp949.py
d83e3db511561a9a1c79a829604e3d8e  usr/lib/python3.11/encodings/cp950.py
7635677c8dd55cce9592264ff207094e  usr/lib/python3.11/encodings/euc_jis_2004.py
69aaa0db6ca52a704e70469724985275  usr/lib/python3.11/encodings/euc_jisx0213.py
8b716ef68ec560fead727d5e670ab317  usr/lib/python3.11/encodings/euc_jp.py
65dca59f5c913d1a9e582eafc0e2e58a  usr/lib/python3.11/encodings/euc_kr.py
de298938e47216014270faf02feabe05  usr/lib/python3.11/encodings/gb18030.py
545fc02294b51003c3c1eb5357738571  usr/lib/python3.11/encodings/gb2312.py
92b9bcac5eee65589a7f5de2b1c066ea  usr/lib/python3.11/encodings/gbk.py
84c27702a14896bfd8b6dcf5e77a6506  usr/lib/python3.11/encodings/hex_codec.py
e1f4e70d19aae10764a1a2c62df9cb8e  usr/lib/python3.11/encodings/hp_roman8.py
99a417863add8430def4656becbc45ab  usr/lib/python3.11/encodings/hz.py
9a01c259f1dfcdf269c8949105421bc2  usr/lib/python3.11/encodings/idna.py
ccda0e480d734e2f276378d7d23442fc  usr/lib/python3.11/encodings/iso2022_jp.py
ca9fde499087799a82311a3d35faa003  usr/lib/python3.11/encodings/iso2022_jp_1.py
f3bd83daef02f6bddef7be6e0f620dd7  usr/lib/python3.11/encodings/iso2022_jp_2.py
bd24989fd90c47b012e9c88370e9785f  usr/lib/python3.11/encodings/iso2022_jp_2004.py
c22444bea721bb51d043459f3d32dc82  usr/lib/python3.11/encodings/iso2022_jp_3.py
126de664d8584b84fda793a3d208ad7c  usr/lib/python3.11/encodings/iso2022_jp_ext.py
3bd04c88d0aaaba05de9971adc1073db  usr/lib/python3.11/encodings/iso2022_kr.py
acb216f699794681fbe21ade486095e0  usr/lib/python3.11/encodings/iso8859_1.py
f66d215933a4c3f70908e951707e37c7  usr/lib/python3.11/encodings/iso8859_10.py
bc6ea2b3a7c751a99b487838e4e088ed  usr/lib/python3.11/encodings/iso8859_11.py
2fe5c0659da980094a8cbe21a8c1644d  usr/lib/python3.11/encodings/iso8859_13.py
7d893e5a9b80dcd19e62e36114822bc6  usr/lib/python3.11/encodings/iso8859_14.py
6eafd2d6bcfdd6516e6be81cbde30a86  usr/lib/python3.11/encodings/iso8859_15.py
54e550a7696927cb5e195236ca3af5e4  usr/lib/python3.11/encodings/iso8859_16.py
90954e9d5154fbf4c3e4687a11ddaed4  usr/lib/python3.11/encodings/iso8859_2.py
531b6dc57b7d7809a578f1e38ae85771  usr/lib/python3.11/encodings/iso8859_3.py
75ec71953f70a52e1f5134dab63bf014  usr/lib/python3.11/encodings/iso8859_4.py
3f8086440916176d1dd12b6e4c98fc02  usr/lib/python3.11/encodings/iso8859_5.py
3cbb3b1f4599aa31a698109807448e0f  usr/lib/python3.11/encodings/iso8859_6.py
f7951d3b463247b982602c598660c79f  usr/lib/python3.11/encodings/iso8859_7.py
7f0c44cf36f25ef5334af2f050a4ba0b  usr/lib/python3.11/encodings/iso8859_8.py
179c24c60daa49961b420a2fa31b6dc8  usr/lib/python3.11/encodings/iso8859_9.py
0d33288d78ca1d13a6837ea932e6ab44  usr/lib/python3.11/encodings/johab.py
55ec8a28640cfacad8ceeb40dd51c245  usr/lib/python3.11/encodings/koi8_r.py
259316ea8521b24022285af1e5681d7b  usr/lib/python3.11/encodings/koi8_t.py
c2962da07099e96cdeffb9a1c0c3d64f  usr/lib/python3.11/encodings/koi8_u.py
be5715d3cfcae1fe78ca5737d4fd1653  usr/lib/python3.11/encodings/kz1048.py
5115588c89e0bf64ef74925cbdcd0ec3  usr/lib/python3.11/encodings/latin_1.py
b718ab48a64af760bcfdf0db0d18eec3  usr/lib/python3.11/encodings/mac_arabic.py
2353a62e0630aa597e168fa4a7cea871  usr/lib/python3.11/encodings/mac_croatian.py
bf2f8c3f680a1bf6d966351177f1d0ab  usr/lib/python3.11/encodings/mac_cyrillic.py
c34279ba360cff5df9b31d5df24acd9d  usr/lib/python3.11/encodings/mac_farsi.py
7f73390c6f87f90a66b86c23acd7774c  usr/lib/python3.11/encodings/mac_greek.py
744eef60cc6f1c5109ed4099e125bae0  usr/lib/python3.11/encodings/mac_iceland.py
61797431dee1feb391879231f75a4825  usr/lib/python3.11/encodings/mac_latin2.py
efdd4e55f06d4ed2c35ff68cee36345f  usr/lib/python3.11/encodings/mac_roman.py
55ba97a834c66c8ca01dd10ee0bf472c  usr/lib/python3.11/encodings/mac_romanian.py
61eb63efb242699e6bcb0e9990d8cd27  usr/lib/python3.11/encodings/mac_turkish.py
037692440a6148a06d5be8de5cd26197  usr/lib/python3.11/encodings/mbcs.py
5498818d3b90980bd7a72bf99a83bcc9  usr/lib/python3.11/encodings/oem.py
d62cfc59e743892727671ff0271c1084  usr/lib/python3.11/encodings/palmos.py
8f6b61a31a2ddb2d0f59f59a562ad9da  usr/lib/python3.11/encodings/ptcp154.py
584ed05bbd30daa6933748db039b4e15  usr/lib/python3.11/encodings/punycode.py
54cdb96b47001e55b6a1e7dbe67f9239  usr/lib/python3.11/encodings/quopri_codec.py
627ff5050bb142bb5293ead70ec9be10  usr/lib/python3.11/encodings/raw_unicode_escape.py
4cac72439d1c4a7f01737c987bfc5861  usr/lib/python3.11/encodings/rot_13.py
80dc9691902b0be693d9ecd5fe947e45  usr/lib/python3.11/encodings/shift_jis.py
66c3d2b93b3ba7e04a9ab91257766cc4  usr/lib/python3.11/encodings/shift_jis_2004.py
7dba3bd72748f978a93e66048a9014e3  usr/lib/python3.11/encodings/shift_jisx0213.py
fd77ff9d0fa0fcc6d8798ede9f744177  usr/lib/python3.11/encodings/tis_620.py
de77ea9d674d68921f24b237f0e2b687  usr/lib/python3.11/encodings/undefined.py
161e8cf629e66882b8ff57fcba2e36c3  usr/lib/python3.11/encodings/unicode_escape.py
76d019a0b990f53c227c75342c232c92  usr/lib/python3.11/encodings/utf_16.py
7925b29fc345ca0df15c504a95cdd9cd  usr/lib/python3.11/encodings/utf_16_be.py
6db69e18efa75f56f1e0b914542a0bda  usr/lib/python3.11/encodings/utf_16_le.py
515d05ed8ee45c9b0a1d7723884eb814  usr/lib/python3.11/encodings/utf_32.py
47d761ca6adc3b2d04d6f05695dc1475  usr/lib/python3.11/encodings/utf_32_be.py
a7cf636730099258180eb906064f3ce3  usr/lib/python3.11/encodings/utf_32_le.py
59759c1acfce1edfa6338ae3106272e3  usr/lib/python3.11/encodings/utf_7.py
fbc08635fd9413de90e83848a69e83a7  usr/lib/python3.11/encodings/utf_8.py
8d29fc9ed19987daa4c9351cf701eb9a  usr/lib/python3.11/encodings/utf_8_sig.py
957d0bc0095c3eb88892703cd65f8633  usr/lib/python3.11/encodings/uu_codec.py
33364f45925fa544b91ae9c357630318  usr/lib/python3.11/encodings/zlib_codec.py
db1ed8949366f814a351a36aed520620  usr/lib/python3.11/enum.py
0d7d6714ee6f0281674f63e79b78c0d4  usr/lib/python3.11/filecmp.py
56a269b8d75a50b75f8b110cb483b230  usr/lib/python3.11/fnmatch.py
870aa638febe4d69ee29112836caa61e  usr/lib/python3.11/functools.py
b36d447c6303f707026e650a1c8dd07e  usr/lib/python3.11/genericpath.py
68c06601b5388ff98822a77fe5865cbd  usr/lib/python3.11/getopt.py
c8d5e39709481f26910741ecfd0a42d7  usr/lib/python3.11/glob.py
9781b14dcf67223a9b1e94b0372dfd42  usr/lib/python3.11/hashlib.py
f6e28de947d9fb284adec5dde35c0158  usr/lib/python3.11/heapq.py
3160129a59c79576ad37100a500aff1a  usr/lib/python3.11/imp.py
8f5053714b9feff971f456e6ee52a274  usr/lib/python3.11/importlib/__init__.py
60d4e5d1df5a2bdf7941e3f6b66d4442  usr/lib/python3.11/importlib/_abc.py
2cc7a2a16223371cea65fddf1739b105  usr/lib/python3.11/importlib/_bootstrap.py
ceaef2c7c08ab4f585f54e0ed4d0386c  usr/lib/python3.11/importlib/_bootstrap_external.py
75ac16252e9ab31f9a93713083d429ec  usr/lib/python3.11/importlib/abc.py
6bb9ae0c502e2c0cf3cca7622bf8d170  usr/lib/python3.11/importlib/machinery.py
275eba9c06e2f9453774cfe9b04fdf27  usr/lib/python3.11/importlib/metadata/__init__.py
910b70e429fab96627e45ab2bfff4427  usr/lib/python3.11/importlib/metadata/_adapters.py
353c8330c9bbf4267f66dcdbee93a012  usr/lib/python3.11/importlib/metadata/_collections.py
0cff4df9be03f65a6155a8597048463e  usr/lib/python3.11/importlib/metadata/_functools.py
e8b2ec154b06470409367058f706666d  usr/lib/python3.11/importlib/metadata/_itertools.py
8c034d18cb6a81c69cd97bbadbdb4999  usr/lib/python3.11/importlib/metadata/_meta.py
8ff71463425cb8c06493b984b5789cb6  usr/lib/python3.11/importlib/metadata/_text.py
0be7b753b7c0d0b9af72457ab991294a  usr/lib/python3.11/importlib/readers.py
548187b89c8ff20bcccaf047b58e5168  usr/lib/python3.11/importlib/resources/__init__.py
aa3c6d5daf94f3d647f8235d963c9f6e  usr/lib/python3.11/importlib/resources/_adapters.py
544429d30abf99a3c778c1ba711ced56  usr/lib/python3.11/importlib/resources/_common.py
19609edde4368b4204be41e3f2ddc980  usr/lib/python3.11/importlib/resources/_itertools.py
2d6e64dd74e9bba9f6daa4d2c189a778  usr/lib/python3.11/importlib/resources/_legacy.py
262d93e17c416b071f073670ae78cb86  usr/lib/python3.11/importlib/resources/abc.py
bd12095d0c282a28422b6de9bb2f3d36  usr/lib/python3.11/importlib/resources/readers.py
5585e2abb940c31b62e02c9e17366023  usr/lib/python3.11/importlib/resources/simple.py
3398290f4b8f7cf2782294be3527542f  usr/lib/python3.11/importlib/simple.py
6e98694c60584a9225e17718e949eb12  usr/lib/python3.11/importlib/util.py
4358fbca5d2deb3edfd570cf5efa3b5f  usr/lib/python3.11/inspect.py
8bddc8f952f5340950f4b5878e5dd98c  usr/lib/python3.11/io.py
55159029a0d3b9305d4d6a62a626e3c3  usr/lib/python3.11/ipaddress.py
4f099ee9fcd9eb9735963c09769b6c15  usr/lib/python3.11/keyword.py
58c0bbbf976db40294cce41e93c65ee1  usr/lib/python3.11/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so
8e8fa0e64e8144f43716d3ae01bcfdbc  usr/lib/python3.11/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so
dae03c50280f239e5e9b4071390176b1  usr/lib/python3.11/linecache.py
79b3f9502490ce054cd17a829b625f2f  usr/lib/python3.11/locale.py
f7865c70552677f05b74c463ce1174f7  usr/lib/python3.11/logging/__init__.py
7084565f616f846e02506225f6e2c14b  usr/lib/python3.11/logging/config.py
28a5afd9e6411d598bf962deaf160acd  usr/lib/python3.11/logging/handlers.py
848f6b2318ec5f596aff8d360c069b5a  usr/lib/python3.11/opcode.py
643e1b1a75e7d0fa6fe576c7ef3ed9aa  usr/lib/python3.11/operator.py
381627c143203694f46032a3a622eba6  usr/lib/python3.11/optparse.py
7154638e298c5874e4501ea98c510733  usr/lib/python3.11/os.py
4f1dfb8bb5f1653c76d033fc7f05b27a  usr/lib/python3.11/pathlib.py
31e7e87084ffcd39ac6cdfc119f952e6  usr/lib/python3.11/pickle.py
83bb3e1cf41cf23ff88a3a11322a67a8  usr/lib/python3.11/pkgutil.py
ca0432dcf7bfb2a0d0e1a0ca72c20881  usr/lib/python3.11/platform.py
89eab09d632842dc83760cc85cc47ccf  usr/lib/python3.11/posixpath.py
b960da7536959ef5271d284208c641af  usr/lib/python3.11/py_compile.py
fd7bc3ea717023d815af95907804eb97  usr/lib/python3.11/quopri.py
45b2ae8c5e0a6a6551db76d04ec3c4d7  usr/lib/python3.11/random.py
d33dc6f31adff6340e9feb4827d969d8  usr/lib/python3.11/re/__init__.py
726e833de423703cfd15917369710470  usr/lib/python3.11/re/_casefix.py
f4131bd5c72d1b4b92377a6ae85c6eda  usr/lib/python3.11/re/_compiler.py
00d71e482552ee6cdc970708193a2e69  usr/lib/python3.11/re/_constants.py
59cc77f844c6305714039388ad9f53d3  usr/lib/python3.11/re/_parser.py
012e97e2b040814aa62714cc15b20f8a  usr/lib/python3.11/reprlib.py
744e3ff34bae4e6efcc88db58d21dfd0  usr/lib/python3.11/runpy.py
c7d16044cfd932a01b85556a13733d98  usr/lib/python3.11/selectors.py
7d7b0803974c69481cbe14c7d6bfbd29  usr/lib/python3.11/signal.py
ff6db5847c9507dc64d7c9680a28c6f9  usr/lib/python3.11/site.py
214e6ac8438819c18c1412f7dc10478a  usr/lib/python3.11/socket.py
6291177224cdf01f6646c865662a571f  usr/lib/python3.11/sre_compile.py
a9b4b45eec29349ecffbee3ebefc57df  usr/lib/python3.11/sre_constants.py
360a2e6b7d6a8651b9a5e53e8c058f5b  usr/lib/python3.11/sre_parse.py
c11d3ff557a154a6d8dc55714d069b3b  usr/lib/python3.11/ssl.py
6fa05a6fabf481cd48ab43a133d4f4dd  usr/lib/python3.11/stat.py
0ff289830a02c319b2917d2b98a60f2e  usr/lib/python3.11/string.py
429ccda5c781b827f32488d24199b5ac  usr/lib/python3.11/stringprep.py
9a042099d6ad2dceb1c9ba37c7030369  usr/lib/python3.11/struct.py
fa10591e4251bb11f1459c88524b1afb  usr/lib/python3.11/subprocess.py
2e9457379c6bbb22b7f2f8708e71e77a  usr/lib/python3.11/sysconfig.py
5512566c0ce2c3a3cd3c702e5b2f1b15  usr/lib/python3.11/tempfile.py
3b4ac0b4b15fde3a6bb2f624c99bfc1a  usr/lib/python3.11/textwrap.py
a9d90bd2e838904f00a91866635e6ce1  usr/lib/python3.11/threading.py
29f559b635ec018449bb3583b8c213b5  usr/lib/python3.11/token.py
37471d104924cd19afeee957872c6dc0  usr/lib/python3.11/tokenize.py
6b73d10d1202f5f3d22891469d51f96f  usr/lib/python3.11/traceback.py
7767e90027d22400906cebd2ad4c1997  usr/lib/python3.11/tracemalloc.py
c386621521e57a91462ab1f168bf380f  usr/lib/python3.11/types.py
4eeed1913fad9034666747d11cc3ee2b  usr/lib/python3.11/typing.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3.11/urllib/__init__.py
0b08ce5ddf784978756d7a3ffab247d1  usr/lib/python3.11/urllib/error.py
a2b72c18ac6fe258299f9de0c0036185  usr/lib/python3.11/urllib/parse.py
f821cd5eb05d7c3fa567d06fd1fba007  usr/lib/python3.11/urllib/request.py
d600d522e87c2b25e2b3d08ff5c29522  usr/lib/python3.11/urllib/response.py
d63093e3b599e7b19d3dce5337176d65  usr/lib/python3.11/urllib/robotparser.py
89ab7529c0078ef6fa36691d8907f643  usr/lib/python3.11/uu.py
2f2dc9578499e2b39c34cbcac4473ca7  usr/lib/python3.11/warnings.py
b45f6ade9a69dfcad3c9891caa2e344b  usr/lib/python3.11/weakref.py
90465d1d68272096b7a5e7b29b5353f1  usr/lib/python3.11/zipfile.py
a2e371357d320fb5196372c1a3215521  usr/lib/python3.11/zipimport.py
e0a318dd888e571e8570f58d479b6bb4  usr/share/doc/libpython3.11-minimal/README.Debian
70df593f5e43ed74584c7a1ad1e10cb1  usr/share/doc/libpython3.11-minimal/changelog.Debian.gz
d8c47e21fcd8f5a22f90828d568b0084  usr/share/doc/libpython3.11-minimal/copyright
0060d16838f8d6a05e49b7fd895e6ec3  usr/share/lintian/overrides/libpython3.11-minimal
                                                                                                                                                                                                                                                      h
  . /af
  .. /i
  LICENSE-FOR-EXAMPLESj
  Makefile.am k
  aio-connect-read.c  l
  batched-read-write.cX
  connect-benchmark.c n
  connect-command.c   o
  
connect-uri.c   p
  copy-libev.cq
  encryption.cr
  fetch-first-sector.cs
  
get-size.c  t
  glib-main-loop.cu
  list-exports.c  v
  open-qcow2.cw
  reads-and-writes.c  x
  server-flags.c  y
 $ strict-structured-reads.c   z
 $ threaded-reads-and-writes.c {
  userfault-map.c 
  Makefile.in 
  Makefile
  .deps    , #aio_connect_read-aio-connect-read.o 

  .libs     aio-connect-read 0 'batched_read_write-batched-read-write.o 
  batched-read-write   0 %connect_benchmark-connect-benchmark.o   
  connect-benchmark    , !connect_command-connect-command.o   
  connect-command  $ connect_uri-connect-uri.o   
  connect-uri    encryption-encryption.o 
  
encryption   0 'fetch_first_sector-fetch-first-sector.o 
  fetch-first-sector    get_size-get-size.o 
  get-size $ list_exports-list-exports.o 
  list-exports   open_qcow2-open-qcow2.o 
  
open-qcow2   , #reads_and_writes-reads-and-writes.o 
  reads-and-writes $ server_flags-server-flags.o 
  server-flags < 1strict_structured_reads-strict-structured-reads.o   
   strict-structured-reads  @ 5threaded_reads_and_writes-threaded-reads-and-writes.o   
 $ threaded-reads-and-writes    ( userfault_map-userfault-map.o   
 	
userfault-map                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  . /af
  .. /}
  Makefile.am.~
  	nbdfuse.c   
  	nbdfuse.h   d
  nbdfuse.pod 
  operations.c
  test-errors.sh  
  test-file-mode.sh   e
  test-long-options.sh
   test-nbdkit-command.sh  
   test-nbdkit-file-null.sh
  test-nbdkit.sh  
  test-parallel.sh
  test-pattern.sh 
  
test-qcow2.sh   f
   test-short-options.sh   
  test-trim.sh
  test-unix.shg
  test-version.sh 
  test-zero.sh
  Makefile.in 
  Makefile
 
.deps                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         # install the apport exception handler if available
try:
    import apport_python_hook
except ImportError:
    pass
else:
    apport_python_hook.install()
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     """Record of phased-in incompatible language changes.

Each line is of the form:

    FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ","
                              CompilerFlag ")"

where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
of the same form as sys.version_info:

    (PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
     PY_MINOR_VERSION, # the 1; an int
     PY_MICRO_VERSION, # the 0; an int
     PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
     PY_RELEASE_SERIAL # the 3; an int
    )

OptionalRelease records the first release in which

    from __future__ import FeatureName

was accepted.

In the case of MandatoryReleases that have not yet occurred,
MandatoryRelease predicts the release in which the feature will become part
of the language.

Else MandatoryRelease records when the feature became part of the language;
in releases at or after that, modules no longer need

    from __future__ import FeatureName

to use the feature in question, but may continue to use such imports.

MandatoryRelease may also be None, meaning that a planned feature got
dropped or that the release version is undetermined.

Instances of class _Feature have two corresponding methods,
.getOptionalRelease() and .getMandatoryRelease().

CompilerFlag is the (bitfield) flag that should be passed in the fourth
argument to the builtin function compile() to enable the feature in
dynamically compiled code.  This flag is stored in the .compiler_flag
attribute on _Future instances.  These values must match the appropriate
#defines of CO_xxx flags in Include/cpython/compile.h.

No feature line is ever to be deleted from this file.
"""

all_feature_names = [
    "nested_scopes",
    "generators",
    "division",
    "absolute_import",
    "with_statement",
    "print_function",
    "unicode_literals",
    "barry_as_FLUFL",
    "generator_stop",
    "annotations",
]

__all__ = ["all_feature_names"] + all_feature_names

# The CO_xxx symbols are defined here under the same names defined in
# code.h and used by compile.h, so that an editor search will find them here.
# However, they're not exported in __all__, because they don't really belong to
# this module.
CO_NESTED = 0x0010                      # nested_scopes
CO_GENERATOR_ALLOWED = 0                # generators (obsolete, was 0x1000)
CO_FUTURE_DIVISION = 0x20000            # division
CO_FUTURE_ABSOLUTE_IMPORT = 0x40000     # perform absolute imports by default
CO_FUTURE_WITH_STATEMENT = 0x80000      # with statement
CO_FUTURE_PRINT_FUNCTION = 0x100000     # print function
CO_FUTURE_UNICODE_LITERALS = 0x200000   # unicode string literals
CO_FUTURE_BARRY_AS_BDFL = 0x400000
CO_FUTURE_GENERATOR_STOP = 0x800000     # StopIteration becomes RuntimeError in generators
CO_FUTURE_ANNOTATIONS = 0x1000000       # annotations become strings at runtime


class _Feature:

    def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
        self.optional = optionalRelease
        self.mandatory = mandatoryRelease
        self.compiler_flag = compiler_flag

    def getOptionalRelease(self):
        """Return first release in which this feature was recognized.

        This is a 5-tuple, of the same form as sys.version_info.
        """
        return self.optional

    def getMandatoryRelease(self):
        """Return release in which this feature will become mandatory.

        This is a 5-tuple, of the same form as sys.version_info, or, if
        the feature was dropped, or the release date is undetermined, is None.
        """
        return self.mandatory

    def __repr__(self):
        return "_Feature" + repr((self.optional,
                                  self.mandatory,
                                  self.compiler_flag))


nested_scopes = _Feature((2, 1, 0, "beta",  1),
                         (2, 2, 0, "alpha", 0),
                         CO_NESTED)

generators = _Feature((2, 2, 0, "alpha", 1),
                      (2, 3, 0, "final", 0),
                      CO_GENERATOR_ALLOWED)

division = _Feature((2, 2, 0, "alpha", 2),
                    (3, 0, 0, "alpha", 0),
                    CO_FUTURE_DIVISION)

absolute_import = _Feature((2, 5, 0, "alpha", 1),
                           (3, 0, 0, "alpha", 0),
                           CO_FUTURE_ABSOLUTE_IMPORT)

with_statement = _Feature((2, 5, 0, "alpha", 1),
                          (2, 6, 0, "alpha", 0),
                          CO_FUTURE_WITH_STATEMENT)

print_function = _Feature((2, 6, 0, "alpha", 2),
                          (3, 0, 0, "alpha", 0),
                          CO_FUTURE_PRINT_FUNCTION)

unicode_literals = _Feature((2, 6, 0, "alpha", 2),
                            (3, 0, 0, "alpha", 0),
                            CO_FUTURE_UNICODE_LITERALS)

barry_as_FLUFL = _Feature((3, 1, 0, "alpha", 2),
                          (4, 0, 0, "alpha", 0),
                          CO_FUTURE_BARRY_AS_BDFL)

generator_stop = _Feature((3, 5, 0, "beta", 1),
                          (3, 7, 0, "alpha", 0),
                          CO_FUTURE_GENERATOR_STOP)

annotations = _Feature((3, 7, 0, "beta", 1),
                       None,
                       CO_FUTURE_ANNOTATIONS)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              # Copyright 2007 Google, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement.

"""Abstract Base Classes (ABCs) for collections, according to PEP 3119.

Unit tests are in test_collections.
"""

from abc import ABCMeta, abstractmethod
import sys

GenericAlias = type(list[int])
EllipsisType = type(...)
def _f(): pass
FunctionType = type(_f)
del _f

__all__ = ["Awaitable", "Coroutine",
           "AsyncIterable", "AsyncIterator", "AsyncGenerator",
           "Hashable", "Iterable", "Iterator", "Generator", "Reversible",
           "Sized", "Container", "Callable", "Collection",
           "Set", "MutableSet",
           "Mapping", "MutableMapping",
           "MappingView", "KeysView", "ItemsView", "ValuesView",
           "Sequence", "MutableSequence",
           "ByteString",
           ]

# This module has been renamed from collections.abc to _collections_abc to
# speed up interpreter startup. Some of the types such as MutableMapping are
# required early but collections module imports a lot of other modules.
# See issue #19218
__name__ = "collections.abc"

# Private list of types that we want to register with the various ABCs
# so that they will pass tests like:
#       it = iter(somebytearray)
#       assert isinstance(it, Iterable)
# Note:  in other implementations, these types might not be distinct
# and they may have their own implementation specific types that
# are not included on this list.
bytes_iterator = type(iter(b''))
bytearray_iterator = type(iter(bytearray()))
#callable_iterator = ???
dict_keyiterator = type(iter({}.keys()))
dict_valueiterator = type(iter({}.values()))
dict_itemiterator = type(iter({}.items()))
list_iterator = type(iter([]))
list_reverseiterator = type(iter(reversed([])))
range_iterator = type(iter(range(0)))
longrange_iterator = type(iter(range(1 << 1000)))
set_iterator = type(iter(set()))
str_iterator = type(iter(""))
tuple_iterator = type(iter(()))
zip_iterator = type(iter(zip()))
## views ##
dict_keys = type({}.keys())
dict_values = type({}.values())
dict_items = type({}.items())
## misc ##
mappingproxy = type(type.__dict__)
generator = type((lambda: (yield))())
## coroutine ##
async def _coro(): pass
_coro = _coro()
coroutine = type(_coro)
_coro.close()  # Prevent ResourceWarning
del _coro
## asynchronous generator ##
async def _ag(): yield
_ag = _ag()
async_generator = type(_ag)
del _ag


### ONE-TRICK PONIES ###

def _check_methods(C, *methods):
    mro = C.__mro__
    for method in methods:
        for B in mro:
            if method in B.__dict__:
                if B.__dict__[method] is None:
                    return NotImplemented
                break
        else:
            return NotImplemented
    return True

class Hashable(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __hash__(self):
        return 0

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Hashable:
            return _check_methods(C, "__hash__")
        return NotImplemented


class Awaitable(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __await__(self):
        yield

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Awaitable:
            return _check_methods(C, "__await__")
        return NotImplemented

    __class_getitem__ = classmethod(GenericAlias)


class Coroutine(Awaitable):

    __slots__ = ()

    @abstractmethod
    def send(self, value):
        """Send a value into the coroutine.
        Return next yielded value or raise StopIteration.
        """
        raise StopIteration

    @abstractmethod
    def throw(self, typ, val=None, tb=None):
        """Raise an exception in the coroutine.
        Return next yielded value or raise StopIteration.
        """
        if val is None:
            if tb is None:
                raise typ
            val = typ()
        if tb is not None:
            val = val.with_traceback(tb)
        raise val

    def close(self):
        """Raise GeneratorExit inside coroutine.
        """
        try:
            self.throw(GeneratorExit)
        except (GeneratorExit, StopIteration):
            pass
        else:
            raise RuntimeError("coroutine ignored GeneratorExit")

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Coroutine:
            return _check_methods(C, '__await__', 'send', 'throw', 'close')
        return NotImplemented


Coroutine.register(coroutine)


class AsyncIterable(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __aiter__(self):
        return AsyncIterator()

    @classmethod
    def __subclasshook__(cls, C):
        if cls is AsyncIterable:
            return _check_methods(C, "__aiter__")
        return NotImplemented

    __class_getitem__ = classmethod(GenericAlias)


class AsyncIterator(AsyncIterable):

    __slots__ = ()

    @abstractmethod
    async def __anext__(self):
        """Return the next item or raise StopAsyncIteration when exhausted."""
        raise StopAsyncIteration

    def __aiter__(self):
        return self

    @classmethod
    def __subclasshook__(cls, C):
        if cls is AsyncIterator:
            return _check_methods(C, "__anext__", "__aiter__")
        return NotImplemented


class AsyncGenerator(AsyncIterator):

    __slots__ = ()

    async def __anext__(self):
        """Return the next item from the asynchronous generator.
        When exhausted, raise StopAsyncIteration.
        """
        return await self.asend(None)

    @abstractmethod
    async def asend(self, value):
        """Send a value into the asynchronous generator.
        Return next yielded value or raise StopAsyncIteration.
        """
        raise StopAsyncIteration

    @abstractmethod
    async def athrow(self, typ, val=None, tb=None):
        """Raise an exception in the asynchronous generator.
        Return next yielded value or raise StopAsyncIteration.
        """
        if val is None:
            if tb is None:
                raise typ
            val = typ()
        if tb is not None:
            val = val.with_traceback(tb)
        raise val

    async def aclose(self):
        """Raise GeneratorExit inside coroutine.
        """
        try:
            await self.athrow(GeneratorExit)
        except (GeneratorExit, StopAsyncIteration):
            pass
        else:
            raise RuntimeError("asynchronous generator ignored GeneratorExit")

    @classmethod
    def __subclasshook__(cls, C):
        if cls is AsyncGenerator:
            return _check_methods(C, '__aiter__', '__anext__',
                                  'asend', 'athrow', 'aclose')
        return NotImplemented


AsyncGenerator.register(async_generator)


class Iterable(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __iter__(self):
        while False:
            yield None

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Iterable:
            return _check_methods(C, "__iter__")
        return NotImplemented

    __class_getitem__ = classmethod(GenericAlias)


class Iterator(Iterable):

    __slots__ = ()

    @abstractmethod
    def __next__(self):
        'Return the next item from the iterator. When exhausted, raise StopIteration'
        raise StopIteration

    def __iter__(self):
        return self

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Iterator:
            return _check_methods(C, '__iter__', '__next__')
        return NotImplemented


Iterator.register(bytes_iterator)
Iterator.register(bytearray_iterator)
#Iterator.register(callable_iterator)
Iterator.register(dict_keyiterator)
Iterator.register(dict_valueiterator)
Iterator.register(dict_itemiterator)
Iterator.register(list_iterator)
Iterator.register(list_reverseiterator)
Iterator.register(range_iterator)
Iterator.register(longrange_iterator)
Iterator.register(set_iterator)
Iterator.register(str_iterator)
Iterator.register(tuple_iterator)
Iterator.register(zip_iterator)


class Reversible(Iterable):

    __slots__ = ()

    @abstractmethod
    def __reversed__(self):
        while False:
            yield None

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Reversible:
            return _check_methods(C, "__reversed__", "__iter__")
        return NotImplemented


class Generator(Iterator):

    __slots__ = ()

    def __next__(self):
        """Return the next item from the generator.
        When exhausted, raise StopIteration.
        """
        return self.send(None)

    @abstractmethod
    def send(self, value):
        """Send a value into the generator.
        Return next yielded value or raise StopIteration.
        """
        raise StopIteration

    @abstractmethod
    def throw(self, typ, val=None, tb=None):
        """Raise an exception in the generator.
        Return next yielded value or raise StopIteration.
        """
        if val is None:
            if tb is None:
                raise typ
            val = typ()
        if tb is not None:
            val = val.with_traceback(tb)
        raise val

    def close(self):
        """Raise GeneratorExit inside generator.
        """
        try:
            self.throw(GeneratorExit)
        except (GeneratorExit, StopIteration):
            pass
        else:
            raise RuntimeError("generator ignored GeneratorExit")

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Generator:
            return _check_methods(C, '__iter__', '__next__',
                                  'send', 'throw', 'close')
        return NotImplemented


Generator.register(generator)


class Sized(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __len__(self):
        return 0

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Sized:
            return _check_methods(C, "__len__")
        return NotImplemented


class Container(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __contains__(self, x):
        return False

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Container:
            return _check_methods(C, "__contains__")
        return NotImplemented

    __class_getitem__ = classmethod(GenericAlias)


class Collection(Sized, Iterable, Container):

    __slots__ = ()

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Collection:
            return _check_methods(C,  "__len__", "__iter__", "__contains__")
        return NotImplemented


class _CallableGenericAlias(GenericAlias):
    """ Represent `Callable[argtypes, resulttype]`.

    This sets ``__args__`` to a tuple containing the flattened ``argtypes``
    followed by ``resulttype``.

    Example: ``Callable[[int, str], float]`` sets ``__args__`` to
    ``(int, str, float)``.
    """

    __slots__ = ()

    def __new__(cls, origin, args):
        if not (isinstance(args, tuple) and len(args) == 2):
            raise TypeError(
                "Callable must be used as Callable[[arg, ...], result].")
        t_args, t_result = args
        if isinstance(t_args, (tuple, list)):
            args = (*t_args, t_result)
        elif not _is_param_expr(t_args):
            raise TypeError(f"Expected a list of types, an ellipsis, "
                            f"ParamSpec, or Concatenate. Got {t_args}")
        return super().__new__(cls, origin, args)

    def __repr__(self):
        if len(self.__args__) == 2 and _is_param_expr(self.__args__[0]):
            return super().__repr__()
        return (f'collections.abc.Callable'
                f'[[{", ".join([_type_repr(a) for a in self.__args__[:-1]])}], '
                f'{_type_repr(self.__args__[-1])}]')

    def __reduce__(self):
        args = self.__args__
        if not (len(args) == 2 and _is_param_expr(args[0])):
            args = list(args[:-1]), args[-1]
        return _CallableGenericAlias, (Callable, args)

    def __getitem__(self, item):
        # Called during TypeVar substitution, returns the custom subclass
        # rather than the default types.GenericAlias object.  Most of the
        # code is copied from typing's _GenericAlias and the builtin
        # types.GenericAlias.

        if not isinstance(item, tuple):
            item = (item,)
        # A special case in PEP 612 where if X = Callable[P, int],
        # then X[int, str] == X[[int, str]].
        if (len(self.__parameters__) == 1
                and _is_param_expr(self.__parameters__[0])
                and item and not _is_param_expr(item[0])):
            item = (item,)

        new_args = super().__getitem__(item).__args__

        # args[0] occurs due to things like Z[[int, str, bool]] from PEP 612
        if not isinstance(new_args[0], (tuple, list)):
            t_result = new_args[-1]
            t_args = new_args[:-1]
            new_args = (t_args, t_result)
        return _CallableGenericAlias(Callable, tuple(new_args))

def _is_param_expr(obj):
    """Checks if obj matches either a list of types, ``...``, ``ParamSpec`` or
    ``_ConcatenateGenericAlias`` from typing.py
    """
    if obj is Ellipsis:
        return True
    if isinstance(obj, list):
        return True
    obj = type(obj)
    names = ('ParamSpec', '_ConcatenateGenericAlias')
    return obj.__module__ == 'typing' and any(obj.__name__ == name for name in names)

def _type_repr(obj):
    """Return the repr() of an object, special-casing types (internal helper).

    Copied from :mod:`typing` since collections.abc
    shouldn't depend on that module.
    """
    if isinstance(obj, GenericAlias):
        return repr(obj)
    if isinstance(obj, type):
        if obj.__module__ == 'builtins':
            return obj.__qualname__
        return f'{obj.__module__}.{obj.__qualname__}'
    if obj is Ellipsis:
        return '...'
    if isinstance(obj, FunctionType):
        return obj.__name__
    return repr(obj)


class Callable(metaclass=ABCMeta):

    __slots__ = ()

    @abstractmethod
    def __call__(self, *args, **kwds):
        return False

    @classmethod
    def __subclasshook__(cls, C):
        if cls is Callable:
            return _check_methods(C, "__call__")
        return NotImplemented

    __class_getitem__ = classmethod(_CallableGenericAlias)


### SETS ###


class Set(Collection):
    """A set is a finite, iterable container.

    This class provides concrete generic implementations of all
    methods except for __contains__, __iter__ and __len__.

    To override the comparisons (presumably for speed, as the
    semantics are fixed), redefine __le__ and __ge__,
    then the other operations will automatically follow suit.
    """

    __slots__ = ()

    def __le__(self, other):
        if not isinstance(other, Set):
            return NotImplemented
        if len(self) > len(other):
            return False
        for elem in self:
            if elem not in other:
                return False
        return True

    def __lt__(self, other):
        if not isinstance(other, Set):
            return NotImplemented
        return len(self) < len(other) and self.__le__(other)

    def __gt__(self, other):
        if not isinstance(other, Set):
            return NotImplemented
        return len(self) > len(other) and self.__ge__(other)

    def __ge__(self, other):
        if not isinstance(other, Set):
            return NotImplemented
        if len(self) < len(other):
            return False
        for elem in other:
            if elem not in self:
                return False
        return True

    def __eq__(self, other):
        if not isinstance(other, Set):
            return NotImplemented
        return len(self) == len(other) and self.__le__(other)

    @classmethod
    def _from_iterable(cls, it):
        '''Construct an instance of the class from any iterable input.

        Must override this method if the class constructor signature
        does not accept an iterable for an input.
        '''
        return cls(it)

    def __and__(self, other):
        if not isinstance(other, Iterable):
            return NotImplemented
        return self._from_iterable(value for value in other if value in self)

    __rand__ = __and__

    def isdisjoint(self, other):
        'Return True if two sets have a null intersection.'
        for value in other:
            if value in self:
                return False
        return True

    def __or__(self, other):
        if not isinstance(other, Iterable):
            return NotImplemented
        chain = (e for s in (self, other) for e in s)
        return self._from_iterable(chain)

    __ror__ = __or__

    def __sub__(self, other):
        if not isinstance(other, Set):
            if not isinstance(other, Iterable):
                return NotImplemented
            other = self._from_iterable(other)
        return self._from_iterable(value for value in self
                                   if value not in other)

    def __rsub__(self, other):
        if not isinstance(other, Set):
            if not isinstance(other, Iterable):
                return NotImplemented
            other = self._from_iterable(other)
        return self._from_iterable(value for value in other
                                   if value not in self)

    def __xor__(self, other):
        if not isinstance(other, Set):
            if not isinstance(other, Iterable):
                return NotImplemented
            other = self._from_iterable(other)
        return (self - other) | (other - self)

    __rxor__ = __xor__

    def _hash(self):
        """Compute the hash value of a set.

        Note that we don't define __hash__: not all sets are hashable.
        But if you define a hashable set type, its __hash__ should
        call this function.

        This must be compatible __eq__.

        All sets ought to compare equal if they contain the same
        elements, regardless of how they are implemented, and
        regardless of the order of the elements; so there's not much
        freedom for __eq__ or __hash__.  We match the algorithm used
        by the built-in frozenset type.
        """
        MAX = sys.maxsize
        MASK = 2 * MAX + 1
        n = len(self)
        h = 1927868237 * (n + 1)
        h &= MASK
        for x in self:
            hx = hash(x)
            h ^= (hx ^ (hx << 16) ^ 89869747)  * 3644798167
            h &= MASK
        h ^= (h >> 11) ^ (h >> 25)
        h = h * 69069 + 907133923
        h &= MASK
        if h > MAX:
            h -= MASK + 1
        if h == -1:
            h = 590923713
        return h


Set.register(frozenset)


class MutableSet(Set):
    """A mutable set is a finite, iterable container.

    This class provides concrete generic implementations of all
    methods except for __contains__, __iter__, __len__,
    add(), and discard().

    To override the comparisons (presumably for speed, as the
    semantics are fixed), all you have to do is redefine __le__ and
    then the other operations will automatically follow suit.
    """

    __slots__ = ()

    @abstractmethod
    def add(self, value):
        """Add an element."""
        raise NotImplementedError

    @abstractmethod
    def discard(self, value):
        """Remove an element.  Do not raise an exception if absent."""
        raise NotImplementedError

    def remove(self, value):
        """Remove an element. If not a member, raise a KeyError."""
        if value not in self:
            raise KeyError(value)
        self.discard(value)

    def pop(self):
        """Return the popped value.  Raise KeyError if empty."""
        it = iter(self)
        try:
            value = next(it)
        except StopIteration:
            raise KeyError from None
        self.discard(value)
        return value

    def clear(self):
        """This is slow (creates N new iterators!) but effective."""
        try:
            while True:
                self.pop()
        except KeyError:
            pass

    def __ior__(self, it):
        for value in it:
            self.add(value)
        return self

    def __iand__(self, it):
        for value in (self - it):
            self.discard(value)
        return self

    def __ixor__(self, it):
        if it is self:
            self.clear()
        else:
            if not isinstance(it, Set):
                it = self._from_iterable(it)
            for value in it:
                if value in self:
                    self.discard(value)
                else:
                    self.add(value)
        return self

    def __isub__(self, it):
        if it is self:
            self.clear()
        else:
            for value in it:
                self.discard(value)
        return self


MutableSet.register(set)


### MAPPINGS ###

class Mapping(Collection):
    """A Mapping is a generic container for associating key/value
    pairs.

    This class provides concrete generic implementations of all
    methods except for __getitem__, __iter__, and __len__.
    """

    __slots__ = ()

    # Tell ABCMeta.__new__ that this class should have TPFLAGS_MAPPING set.
    __abc_tpflags__ = 1 << 6 # Py_TPFLAGS_MAPPING

    @abstractmethod
    def __getitem__(self, key):
        raise KeyError

    def get(self, key, default=None):
        'D.get(k[,d]) -> D[k] if k in D, else d.  d defaults to None.'
        try:
            return self[key]
        except KeyError:
            return default

    def __contains__(self, key):
        try:
            self[key]
        except KeyError:
            return False
        else:
            return True

    def keys(self):
        "D.keys() -> a set-like object providing a view on D's keys"
        return KeysView(self)

    def items(self):
        "D.items() -> a set-like object providing a view on D's items"
        return ItemsView(self)

    def values(self):
        "D.values() -> an object providing a view on D's values"
        return ValuesView(self)

    def __eq__(self, other):
        if not isinstance(other, Mapping):
            return NotImplemented
        return dict(self.items()) == dict(other.items())

    __reversed__ = None

Mapping.register(mappingproxy)


class MappingView(Sized):

    __slots__ = '_mapping',

    def __init__(self, mapping):
        self._mapping = mapping

    def __len__(self):
        return len(self._mapping)

    def __repr__(self):
        return '{0.__class__.__name__}({0._mapping!r})'.format(self)

    __class_getitem__ = classmethod(GenericAlias)


class KeysView(MappingView, Set):

    __slots__ = ()

    @classmethod
    def _from_iterable(cls, it):
        return set(it)

    def __contains__(self, key):
        return key in self._mapping

    def __iter__(self):
        yield from self._mapping


KeysView.register(dict_keys)


class ItemsView(MappingView, Set):

    __slots__ = ()

    @classmethod
    def _from_iterable(cls, it):
        return set(it)

    def __contains__(self, item):
        key, value = item
        try:
            v = self._mapping[key]
        except KeyError:
            return False
        else:
            return v is value or v == value

    def __iter__(self):
        for key in self._mapping:
            yield (key, self._mapping[key])


ItemsView.register(dict_items)


class ValuesView(MappingView, Collection):

    __slots__ = ()

    def __contains__(self, value):
        for key in self._mapping:
            v = self._mapping[key]
            if v is value or v == value:
                return True
        return False

    def __iter__(self):
        for key in self._mapping:
            yield self._mapping[key]


ValuesView.register(dict_values)


class MutableMapping(Mapping):
    """A MutableMapping is a generic container for associating
    key/value pairs.

    This class provides concrete generic implementations of all
    methods except for __getitem__, __setitem__, __delitem__,
    __iter__, and __len__.
    """

    __slots__ = ()

    @abstractmethod
    def __setitem__(self, key, value):
        raise KeyError

    @abstractmethod
    def __delitem__(self, key):
        raise KeyError

    __marker = object()

    def pop(self, key, default=__marker):
        '''D.pop(k[,d]) -> v, remove specified key and return the corresponding value.
          If key is not found, d is returned if given, otherwise KeyError is raised.
        '''
        try:
            value = self[key]
        except KeyError:
            if default is self.__marker:
                raise
            return default
        else:
            del self[key]
            return value

    def popitem(self):
        '''D.popitem() -> (k, v), remove and return some (key, value) pair
           as a 2-tuple; but raise KeyError if D is empty.
        '''
        try:
            key = next(iter(self))
        except StopIteration:
            raise KeyError from None
        value = self[key]
        del self[key]
        return key, value

    def clear(self):
        'D.clear() -> None.  Remove all items from D.'
        try:
            while True:
                self.popitem()
        except KeyError:
            pass

    def update(self, other=(), /, **kwds):
        ''' D.update([E, ]**F) -> None.  Update D from mapping/iterable E and F.
            If E present and has a .keys() method, does:     for k in E: D[k] = E[k]
            If E present and lacks .keys() method, does:     for (k, v) in E: D[k] = v
            In either case, this is followed by: for k, v in F.items(): D[k] = v
        '''
        if isinstance(other, Mapping):
            for key in other:
                self[key] = other[key]
        elif hasattr(other, "keys"):
            for key in other.keys():
                self[key] = other[key]
        else:
            for key, value in other:
                self[key] = value
        for key, value in kwds.items():
            self[key] = value

    def setdefault(self, key, default=None):
        'D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D'
        try:
            return self[key]
        except KeyError:
            self[key] = default
        return default


MutableMapping.register(dict)


### SEQUENCES ###

class Sequence(Reversible, Collection):
    """All the operations on a read-only sequence.

    Concrete subclasses must override __new__ or __init__,
    __getitem__, and __len__.
    """

    __slots__ = ()

    # Tell ABCMeta.__new__ that this class should have TPFLAGS_SEQUENCE set.
    __abc_tpflags__ = 1 << 5 # Py_TPFLAGS_SEQUENCE

    @abstractmethod
    def __getitem__(self, index):
        raise IndexError

    def __iter__(self):
        i = 0
        try:
            while True:
                v = self[i]
                yield v
                i += 1
        except IndexError:
            return

    def __contains__(self, value):
        for v in self:
            if v is value or v == value:
                return True
        return False

    def __reversed__(self):
        for i in reversed(range(len(self))):
            yield self[i]

    def index(self, value, start=0, stop=None):
        '''S.index(value, [start, [stop]]) -> integer -- return first index of value.
           Raises ValueError if the value is not present.

           Supporting start and stop arguments is optional, but
           recommended.
        '''
        if start is not None and start < 0:
            start = max(len(self) + start, 0)
        if stop is not None and stop < 0:
            stop += len(self)

        i = start
        while stop is None or i < stop:
            try:
                v = self[i]
            except IndexError:
                break
            if v is value or v == value:
                return i
            i += 1
        raise ValueError

    def count(self, value):
        'S.count(value) -> integer -- return number of occurrences of value'
        return sum(1 for v in self if v is value or v == value)

Sequence.register(tuple)
Sequence.register(str)
Sequence.register(range)
Sequence.register(memoryview)


class ByteString(Sequence):
    """This unifies bytes and bytearray.

    XXX Should add all their methods.
    """

    __slots__ = ()

ByteString.register(bytes)
ByteString.register(bytearray)


class MutableSequence(Sequence):
    """All the operations on a read-write sequence.

    Concrete subclasses must provide __new__ or __init__,
    __getitem__, __setitem__, __delitem__, __len__, and insert().
    """

    __slots__ = ()

    @abstractmethod
    def __setitem__(self, index, value):
        raise IndexError

    @abstractmethod
    def __delitem__(self, index):
        raise IndexError

    @abstractmethod
    def insert(self, index, value):
        'S.insert(index, value) -- insert value before index'
        raise IndexError

    def append(self, value):
        'S.append(value) -- append value to the end of the sequence'
        self.insert(len(self), value)

    def clear(self):
        'S.clear() -> None -- remove all items from S'
        try:
            while True:
                self.pop()
        except IndexError:
            pass

    def reverse(self):
        'S.reverse() -- reverse *IN PLACE*'
        n = len(self)
        for i in range(n//2):
            self[i], self[n-i-1] = self[n-i-1], self[i]

    def extend(self, values):
        'S.extend(iterable) -- extend sequence by appending elements from the iterable'
        if values is self:
            values = list(values)
        for v in values:
            self.append(v)

    def pop(self, index=-1):
        '''S.pop([index]) -> item -- remove and return item at index (default last).
           Raise IndexError if list is empty or index is out of range.
        '''
        v = self[index]
        del self[index]
        return v

    def remove(self, value):
        '''S.remove(value) -- remove first occurrence of value.
           Raise ValueError if the value is not present.
        '''
        del self[self.index(value)]

    def __iadd__(self, values):
        self.extend(values)
        return self


MutableSequence.register(list)
MutableSequence.register(bytearray)  # Multiply inheriting, see ByteString
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               # This module is used to map the old Python 2 names to the new names used in
# Python 3 for the pickle module.  This needed to make pickle streams
# generated with Python 2 loadable by Python 3.

# This is a copy of lib2to3.fixes.fix_imports.MAPPING.  We cannot import
# lib2to3 and use the mapping defined there, because lib2to3 uses pickle.
# Thus, this could cause the module to be imported recursively.
IMPORT_MAPPING = {
    '__builtin__' : 'builtins',
    'copy_reg': 'copyreg',
    'Queue': 'queue',
    'SocketServer': 'socketserver',
    'ConfigParser': 'configparser',
    'repr': 'reprlib',
    'tkFileDialog': 'tkinter.filedialog',
    'tkSimpleDialog': 'tkinter.simpledialog',
    'tkColorChooser': 'tkinter.colorchooser',
    'tkCommonDialog': 'tkinter.commondialog',
    'Dialog': 'tkinter.dialog',
    'Tkdnd': 'tkinter.dnd',
    'tkFont': 'tkinter.font',
    'tkMessageBox': 'tkinter.messagebox',
    'ScrolledText': 'tkinter.scrolledtext',
    'Tkconstants': 'tkinter.constants',
    'Tix': 'tkinter.tix',
    'ttk': 'tkinter.ttk',
    'Tkinter': 'tkinter',
    'markupbase': '_markupbase',
    '_winreg': 'winreg',
    'thread': '_thread',
    'dummy_thread': '_dummy_thread',
    'dbhash': 'dbm.bsd',
    'dumbdbm': 'dbm.dumb',
    'dbm': 'dbm.ndbm',
    'gdbm': 'dbm.gnu',
    'xmlrpclib': 'xmlrpc.client',
    'SimpleXMLRPCServer': 'xmlrpc.server',
    'httplib': 'http.client',
    'htmlentitydefs' : 'html.entities',
    'HTMLParser' : 'html.parser',
    'Cookie': 'http.cookies',
    'cookielib': 'http.cookiejar',
    'BaseHTTPServer': 'http.server',
    'test.test_support': 'test.support',
    'commands': 'subprocess',
    'urlparse' : 'urllib.parse',
    'robotparser' : 'urllib.robotparser',
    'urllib2': 'urllib.request',
    'anydbm': 'dbm',
    '_abcoll' : 'collections.abc',
}


# This contains rename rules that are easy to handle.  We ignore the more
# complex stuff (e.g. mapping the names in the urllib and types modules).
# These rules should be run before import names are fixed.
NAME_MAPPING = {
    ('__builtin__', 'xrange'):     ('builtins', 'range'),
    ('__builtin__', 'reduce'):     ('functools', 'reduce'),
    ('__builtin__', 'intern'):     ('sys', 'intern'),
    ('__builtin__', 'unichr'):     ('builtins', 'chr'),
    ('__builtin__', 'unicode'):    ('builtins', 'str'),
    ('__builtin__', 'long'):       ('builtins', 'int'),
    ('itertools', 'izip'):         ('builtins', 'zip'),
    ('itertools', 'imap'):         ('builtins', 'map'),
    ('itertools', 'ifilter'):      ('builtins', 'filter'),
    ('itertools', 'ifilterfalse'): ('itertools', 'filterfalse'),
    ('itertools', 'izip_longest'): ('itertools', 'zip_longest'),
    ('UserDict', 'IterableUserDict'): ('collections', 'UserDict'),
    ('UserList', 'UserList'): ('collections', 'UserList'),
    ('UserString', 'UserString'): ('collections', 'UserString'),
    ('whichdb', 'whichdb'): ('dbm', 'whichdb'),
    ('_socket', 'fromfd'): ('socket', 'fromfd'),
    ('_multiprocessing', 'Connection'): ('multiprocessing.connection', 'Connection'),
    ('multiprocessing.process', 'Process'): ('multiprocessing.context', 'Process'),
    ('multiprocessing.forking', 'Popen'): ('multiprocessing.popen_fork', 'Popen'),
    ('urllib', 'ContentTooShortError'): ('urllib.error', 'ContentTooShortError'),
    ('urllib', 'getproxies'): ('urllib.request', 'getproxies'),
    ('urllib', 'pathname2url'): ('urllib.request', 'pathname2url'),
    ('urllib', 'quote_plus'): ('urllib.parse', 'quote_plus'),
    ('urllib', 'quote'): ('urllib.parse', 'quote'),
    ('urllib', 'unquote_plus'): ('urllib.parse', 'unquote_plus'),
    ('urllib', 'unquote'): ('urllib.parse', 'unquote'),
    ('urllib', 'url2pathname'): ('urllib.request', 'url2pathname'),
    ('urllib', 'urlcleanup'): ('urllib.request', 'urlcleanup'),
    ('urllib', 'urlencode'): ('urllib.parse', 'urlencode'),
    ('urllib', 'urlopen'): ('urllib.request', 'urlopen'),
    ('urllib', 'urlretrieve'): ('urllib.request', 'urlretrieve'),
    ('urllib2', 'HTTPError'): ('urllib.error', 'HTTPError'),
    ('urllib2', 'URLError'): ('urllib.error', 'URLError'),
}

PYTHON2_EXCEPTIONS = (
    "ArithmeticError",
    "AssertionError",
    "AttributeError",
    "BaseException",
    "BufferError",
    "BytesWarning",
    "DeprecationWarning",
    "EOFError",
    "EnvironmentError",
    "Exception",
    "FloatingPointError",
    "FutureWarning",
    "GeneratorExit",
    "IOError",
    "ImportError",
    "ImportWarning",
    "IndentationError",
    "IndexError",
    "KeyError",
    "KeyboardInterrupt",
    "LookupError",
    "MemoryError",
    "NameError",
    "NotImplementedError",
    "OSError",
    "OverflowError",
    "PendingDeprecationWarning",
    "ReferenceError",
    "RuntimeError",
    "RuntimeWarning",
    # StandardError is gone in Python 3, so we map it to Exception
    "StopIteration",
    "SyntaxError",
    "SyntaxWarning",
    "SystemError",
    "SystemExit",
    "TabError",
    "TypeError",
    "UnboundLocalError",
    "UnicodeDecodeError",
    "UnicodeEncodeError",
    "UnicodeError",
    "UnicodeTranslateError",
    "UnicodeWarning",
    "UserWarning",
    "ValueError",
    "Warning",
    "ZeroDivisionError",
)

try:
    WindowsError
except NameError:
    pass
else:
    PYTHON2_EXCEPTIONS += ("WindowsError",)

for excname in PYTHON2_EXCEPTIONS:
    NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)

MULTIPROCESSING_EXCEPTIONS = (
    'AuthenticationError',
    'BufferTooShort',
    'ProcessError',
    'TimeoutError',
)

for excname in MULTIPROCESSING_EXCEPTIONS:
    NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)

# Same, but for 3.x to 2.x
REVERSE_IMPORT_MAPPING = dict((v, k) for (k, v) in IMPORT_MAPPING.items())
assert len(REVERSE_IMPORT_MAPPING) == len(IMPORT_MAPPING)
REVERSE_NAME_MAPPING = dict((v, k) for (k, v) in NAME_MAPPING.items())
assert len(REVERSE_NAME_MAPPING) == len(NAME_MAPPING)

# Non-mutual mappings.

IMPORT_MAPPING.update({
    'cPickle': 'pickle',
    '_elementtree': 'xml.etree.ElementTree',
    'FileDialog': 'tkinter.filedialog',
    'SimpleDialog': 'tkinter.simpledialog',
    'DocXMLRPCServer': 'xmlrpc.server',
    'SimpleHTTPServer': 'http.server',
    'CGIHTTPServer': 'http.server',
    # For compatibility with broken pickles saved in old Python 3 versions
    'UserDict': 'collections',
    'UserList': 'collections',
    'UserString': 'collections',
    'whichdb': 'dbm',
    'StringIO':  'io',
    'cStringIO': 'io',
})

REVERSE_IMPORT_MAPPING.update({
    '_bz2': 'bz2',
    '_dbm': 'dbm',
    '_functools': 'functools',
    '_gdbm': 'gdbm',
    '_pickle': 'pickle',
})

NAME_MAPPING.update({
    ('__builtin__', 'basestring'): ('builtins', 'str'),
    ('exceptions', 'StandardError'): ('builtins', 'Exception'),
    ('UserDict', 'UserDict'): ('collections', 'UserDict'),
    ('socket', '_socketobject'): ('socket', 'SocketType'),
})

REVERSE_NAME_MAPPING.update({
    ('_functools', 'reduce'): ('__builtin__', 'reduce'),
    ('tkinter.filedialog', 'FileDialog'): ('FileDialog', 'FileDialog'),
    ('tkinter.filedialog', 'LoadFileDialog'): ('FileDialog', 'LoadFileDialog'),
    ('tkinter.filedialog', 'SaveFileDialog'): ('FileDialog', 'SaveFileDialog'),
    ('tkinter.simpledialog', 'SimpleDialog'): ('SimpleDialog', 'SimpleDialog'),
    ('xmlrpc.server', 'ServerHTMLDoc'): ('DocXMLRPCServer', 'ServerHTMLDoc'),
    ('xmlrpc.server', 'XMLRPCDocGenerator'):
        ('DocXMLRPCServer', 'XMLRPCDocGenerator'),
    ('xmlrpc.server', 'DocXMLRPCRequestHandler'):
        ('DocXMLRPCServer', 'DocXMLRPCRequestHandler'),
    ('xmlrpc.server', 'DocXMLRPCServer'):
        ('DocXMLRPCServer', 'DocXMLRPCServer'),
    ('xmlrpc.server', 'DocCGIXMLRPCRequestHandler'):
        ('DocXMLRPCServer', 'DocCGIXMLRPCRequestHandler'),
    ('http.server', 'SimpleHTTPRequestHandler'):
        ('SimpleHTTPServer', 'SimpleHTTPRequestHandler'),
    ('http.server', 'CGIHTTPRequestHandler'):
        ('CGIHTTPServer', 'CGIHTTPRequestHandler'),
    ('_socket', 'socket'): ('socket', '_socketobject'),
})

PYTHON3_OSERROR_EXCEPTIONS = (
    'BrokenPipeError',
    'ChildProcessError',
    'ConnectionAbortedError',
    'ConnectionError',
    'ConnectionRefusedError',
    'ConnectionResetError',
    'FileExistsError',
    'FileNotFoundError',
    'InterruptedError',
    'IsADirectoryError',
    'NotADirectoryError',
    'PermissionError',
    'ProcessLookupError',
    'TimeoutError',
)

for excname in PYTHON3_OSERROR_EXCEPTIONS:
    REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')

PYTHON3_IMPORTERROR_EXCEPTIONS = (
    'ModuleNotFoundError',
)

for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
    REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
del excname
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       from _weakrefset import WeakSet


def get_cache_token():
    """Returns the current ABC cache token.

    The token is an opaque object (supporting equality testing) identifying the
    current version of the ABC cache for virtual subclasses. The token changes
    with every call to ``register()`` on any ABC.
    """
    return ABCMeta._abc_invalidation_counter


class ABCMeta(type):
    """Metaclass for defining Abstract Base Classes (ABCs).

    Use this metaclass to create an ABC.  An ABC can be subclassed
    directly, and then acts as a mix-in class.  You can also register
    unrelated concrete classes (even built-in classes) and unrelated
    ABCs as 'virtual subclasses' -- these and their descendants will
    be considered subclasses of the registering ABC by the built-in
    issubclass() function, but the registering ABC won't show up in
    their MRO (Method Resolution Order) nor will method
    implementations defined by the registering ABC be callable (not
    even via super()).
    """

    # A global counter that is incremented each time a class is
    # registered as a virtual subclass of anything.  It forces the
    # negative cache to be cleared before its next use.
    # Note: this counter is private. Use `abc.get_cache_token()` for
    #       external code.
    _abc_invalidation_counter = 0

    def __new__(mcls, name, bases, namespace, /, **kwargs):
        cls = super().__new__(mcls, name, bases, namespace, **kwargs)
        # Compute set of abstract method names
        abstracts = {name
                     for name, value in namespace.items()
                     if getattr(value, "__isabstractmethod__", False)}
        for base in bases:
            for name in getattr(base, "__abstractmethods__", set()):
                value = getattr(cls, name, None)
                if getattr(value, "__isabstractmethod__", False):
                    abstracts.add(name)
        cls.__abstractmethods__ = frozenset(abstracts)
        # Set up inheritance registry
        cls._abc_registry = WeakSet()
        cls._abc_cache = WeakSet()
        cls._abc_negative_cache = WeakSet()
        cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
        return cls

    def register(cls, subclass):
        """Register a virtual subclass of an ABC.

        Returns the subclass, to allow usage as a class decorator.
        """
        if not isinstance(subclass, type):
            raise TypeError("Can only register classes")
        if issubclass(subclass, cls):
            return subclass  # Already a subclass
        # Subtle: test for cycles *after* testing for "already a subclass";
        # this means we allow X.register(X) and interpret it as a no-op.
        if issubclass(cls, subclass):
            # This would create a cycle, which is bad for the algorithm below
            raise RuntimeError("Refusing to create an inheritance cycle")
        cls._abc_registry.add(subclass)
        ABCMeta._abc_invalidation_counter += 1  # Invalidate negative cache
        return subclass

    def _dump_registry(cls, file=None):
        """Debug helper to print the ABC registry."""
        print(f"Class: {cls.__module__}.{cls.__qualname__}", file=file)
        print(f"Inv. counter: {get_cache_token()}", file=file)
        for name in cls.__dict__:
            if name.startswith("_abc_"):
                value = getattr(cls, name)
                if isinstance(value, WeakSet):
                    value = set(value)
                print(f"{name}: {value!r}", file=file)

    def _abc_registry_clear(cls):
        """Clear the registry (for debugging or testing)."""
        cls._abc_registry.clear()

    def _abc_caches_clear(cls):
        """Clear the caches (for debugging or testing)."""
        cls._abc_cache.clear()
        cls._abc_negative_cache.clear()

    def __instancecheck__(cls, instance):
        """Override for isinstance(instance, cls)."""
        # Inline the cache checking
        subclass = instance.__class__
        if subclass in cls._abc_cache:
            return True
        subtype = type(instance)
        if subtype is subclass:
            if (cls._abc_negative_cache_version ==
                ABCMeta._abc_invalidation_counter and
                subclass in cls._abc_negative_cache):
                return False
            # Fall back to the subclass check.
            return cls.__subclasscheck__(subclass)
        return any(cls.__subclasscheck__(c) for c in (subclass, subtype))

    def __subclasscheck__(cls, subclass):
        """Override for issubclass(subclass, cls)."""
        if not isinstance(subclass, type):
            raise TypeError('issubclass() arg 1 must be a class')
        # Check cache
        if subclass in cls._abc_cache:
            return True
        # Check negative cache; may have to invalidate
        if cls._abc_negative_cache_version < ABCMeta._abc_invalidation_counter:
            # Invalidate the negative cache
            cls._abc_negative_cache = WeakSet()
            cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
        elif subclass in cls._abc_negative_cache:
            return False
        # Check the subclass hook
        ok = cls.__subclasshook__(subclass)
        if ok is not NotImplemented:
            assert isinstance(ok, bool)
            if ok:
                cls._abc_cache.add(subclass)
            else:
                cls._abc_negative_cache.add(subclass)
            return ok
        # Check if it's a direct subclass
        if cls in getattr(subclass, '__mro__', ()):
            cls._abc_cache.add(subclass)
            return True
        # Check if it's a subclass of a registered class (recursive)
        for rcls in cls._abc_registry:
            if issubclass(subclass, rcls):
                cls._abc_cache.add(subclass)
                return True
        # Check if it's a subclass of a subclass (recursive)
        for scls in cls.__subclasses__():
            if issubclass(subclass, scls):
                cls._abc_cache.add(subclass)
                return True
        # No dice; update negative cache
        cls._abc_negative_cache.add(subclass)
        return False
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   """
The objects used by the site module to add custom builtins.
"""

# Those objects are almost immortal and they keep a reference to their module
# globals.  Defining them in the site module would keep too many references
# alive.
# Note this means this module should also avoid keep things alive in its
# globals.

import sys

class Quitter(object):
    def __init__(self, name, eof):
        self.name = name
        self.eof = eof
    def __repr__(self):
        return 'Use %s() or %s to exit' % (self.name, self.eof)
    def __call__(self, code=None):
        # Shells like IDLE catch the SystemExit, but listen when their
        # stdin wrapper is closed.
        try:
            sys.stdin.close()
        except:
            pass
        raise SystemExit(code)


class _Printer(object):
    """interactive prompt objects for printing the license text, a list of
    contributors and the copyright notice."""

    MAXLINES = 23

    def __init__(self, name, data, files=(), dirs=()):
        import os
        self.__name = name
        self.__data = data
        self.__lines = None
        self.__filenames = [os.path.join(dir, filename)
                            for dir in dirs
                            for filename in files]

    def __setup(self):
        if self.__lines:
            return
        data = None
        for filename in self.__filenames:
            try:
                with open(filename, encoding='utf-8') as fp:
                    data = fp.read()
                break
            except OSError:
                pass
        if not data:
            data = self.__data
        self.__lines = data.split('\n')
        self.__linecnt = len(self.__lines)

    def __repr__(self):
        self.__setup()
        if len(self.__lines) <= self.MAXLINES:
            return "\n".join(self.__lines)
        else:
            return "Type %s() to see the full %s text" % ((self.__name,)*2)

    def __call__(self):
        self.__setup()
        prompt = 'Hit Return for more, or q (and Return) to quit: '
        lineno = 0
        while 1:
            try:
                for i in range(lineno, lineno + self.MAXLINES):
                    print(self.__lines[i])
            except IndexError:
                break
            else:
                lineno += self.MAXLINES
                key = None
                while key is None:
                    key = input(prompt)
                    if key not in ('', 'q'):
                        key = None
                if key == 'q':
                    break


class _Helper(object):
    """Define the builtin 'help'.

    This is a wrapper around pydoc.help that provides a helpful message
    when 'help' is typed at the Python interactive prompt.

    Calling help() at the Python prompt starts an interactive help session.
    Calling help(thing) prints help for the python object 'thing'.
    """

    def __repr__(self):
        return "Type help() for interactive help, " \
               "or help(object) for help about object."
    def __call__(self, *args, **kwds):
        import pydoc
        return pydoc.help(*args, **kwds)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        """Strptime-related classes and functions.

CLASSES:
    LocaleTime -- Discovers and stores locale-specific time information
    TimeRE -- Creates regexes for pattern matching a string of text containing
                time information

FUNCTIONS:
    _getlang -- Figure out what language is being used for the locale
    strptime -- Calculates the time struct represented by the passed-in string

"""
import time
import locale
import calendar
from re import compile as re_compile
from re import IGNORECASE
from re import escape as re_escape
from datetime import (date as datetime_date,
                      timedelta as datetime_timedelta,
                      timezone as datetime_timezone)
from _thread import allocate_lock as _thread_allocate_lock

__all__ = []

def _getlang():
    # Figure out what the current language is set to.
    return locale.getlocale(locale.LC_TIME)

class LocaleTime(object):
    """Stores and handles locale-specific information related to time.

    ATTRIBUTES:
        f_weekday -- full weekday names (7-item list)
        a_weekday -- abbreviated weekday names (7-item list)
        f_month -- full month names (13-item list; dummy value in [0], which
                    is added by code)
        a_month -- abbreviated month names (13-item list, dummy value in
                    [0], which is added by code)
        am_pm -- AM/PM representation (2-item list)
        LC_date_time -- format string for date/time representation (string)
        LC_date -- format string for date representation (string)
        LC_time -- format string for time representation (string)
        timezone -- daylight- and non-daylight-savings timezone representation
                    (2-item list of sets)
        lang -- Language used by instance (2-item tuple)
    """

    def __init__(self):
        """Set all attributes.

        Order of methods called matters for dependency reasons.

        The locale language is set at the offset and then checked again before
        exiting.  This is to make sure that the attributes were not set with a
        mix of information from more than one locale.  This would most likely
        happen when using threads where one thread calls a locale-dependent
        function while another thread changes the locale while the function in
        the other thread is still running.  Proper coding would call for
        locks to prevent changing the locale while locale-dependent code is
        running.  The check here is done in case someone does not think about
        doing this.

        Only other possible issue is if someone changed the timezone and did
        not call tz.tzset .  That is an issue for the programmer, though,
        since changing the timezone is worthless without that call.

        """
        self.lang = _getlang()
        self.__calc_weekday()
        self.__calc_month()
        self.__calc_am_pm()
        self.__calc_timezone()
        self.__calc_date_time()
        if _getlang() != self.lang:
            raise ValueError("locale changed during initialization")
        if time.tzname != self.tzname or time.daylight != self.daylight:
            raise ValueError("timezone changed during initialization")

    def __calc_weekday(self):
        # Set self.a_weekday and self.f_weekday using the calendar
        # module.
        a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
        f_weekday = [calendar.day_name[i].lower() for i in range(7)]
        self.a_weekday = a_weekday
        self.f_weekday = f_weekday

    def __calc_month(self):
        # Set self.f_month and self.a_month using the calendar module.
        a_month = [calendar.month_abbr[i].lower() for i in range(13)]
        f_month = [calendar.month_name[i].lower() for i in range(13)]
        self.a_month = a_month
        self.f_month = f_month

    def __calc_am_pm(self):
        # Set self.am_pm by using time.strftime().

        # The magic date (1999,3,17,hour,44,55,2,76,0) is not really that
        # magical; just happened to have used it everywhere else where a
        # static date was needed.
        am_pm = []
        for hour in (1, 22):
            time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
            am_pm.append(time.strftime("%p", time_tuple).lower())
        self.am_pm = am_pm

    def __calc_date_time(self):
        # Set self.date_time, self.date, & self.time by using
        # time.strftime().

        # Use (1999,3,17,22,44,55,2,76,0) for magic date because the amount of
        # overloaded numbers is minimized.  The order in which searches for
        # values within the format string is very important; it eliminates
        # possible ambiguity for what something represents.
        time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
        date_time = [None, None, None]
        date_time[0] = time.strftime("%c", time_tuple).lower()
        date_time[1] = time.strftime("%x", time_tuple).lower()
        date_time[2] = time.strftime("%X", time_tuple).lower()
        replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
                    (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
                    (self.a_month[3], '%b'), (self.am_pm[1], '%p'),
                    ('1999', '%Y'), ('99', '%y'), ('22', '%H'),
                    ('44', '%M'), ('55', '%S'), ('76', '%j'),
                    ('17', '%d'), ('03', '%m'), ('3', '%m'),
                    # '3' needed for when no leading zero.
                    ('2', '%w'), ('10', '%I')]
        replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
                                                for tz in tz_values])
        for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
            current_format = date_time[offset]
            for old, new in replacement_pairs:
                # Must deal with possible lack of locale info
                # manifesting itself as the empty string (e.g., Swedish's
                # lack of AM/PM info) or a platform returning a tuple of empty
                # strings (e.g., MacOS 9 having timezone as ('','')).
                if old:
                    current_format = current_format.replace(old, new)
            # If %W is used, then Sunday, 2005-01-03 will fall on week 0 since
            # 2005-01-03 occurs before the first Monday of the year.  Otherwise
            # %U is used.
            time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
            if '00' in time.strftime(directive, time_tuple):
                U_W = '%W'
            else:
                U_W = '%U'
            date_time[offset] = current_format.replace('11', U_W)
        self.LC_date_time = date_time[0]
        self.LC_date = date_time[1]
        self.LC_time = date_time[2]

    def __calc_timezone(self):
        # Set self.timezone by using time.tzname.
        # Do not worry about possibility of time.tzname[0] == time.tzname[1]
        # and time.daylight; handle that in strptime.
        try:
            time.tzset()
        except AttributeError:
            pass
        self.tzname = time.tzname
        self.daylight = time.daylight
        no_saving = frozenset({"utc", "gmt", self.tzname[0].lower()})
        if self.daylight:
            has_saving = frozenset({self.tzname[1].lower()})
        else:
            has_saving = frozenset()
        self.timezone = (no_saving, has_saving)


class TimeRE(dict):
    """Handle conversion from format directives to regexes."""

    def __init__(self, locale_time=None):
        """Create keys/values.

        Order of execution is important for dependency reasons.

        """
        if locale_time:
            self.locale_time = locale_time
        else:
            self.locale_time = LocaleTime()
        base = super()
        base.__init__({
            # The " [1-9]" part of the regex is to make %c from ANSI C work
            'd': r"(?P<d>3[0-1]|[1-2]\d|0[1-9]|[1-9]| [1-9])",
            'f': r"(?P<f>[0-9]{1,6})",
            'H': r"(?P<H>2[0-3]|[0-1]\d|\d)",
            'I': r"(?P<I>1[0-2]|0[1-9]|[1-9])",
            'G': r"(?P<G>\d\d\d\d)",
            'j': r"(?P<j>36[0-6]|3[0-5]\d|[1-2]\d\d|0[1-9]\d|00[1-9]|[1-9]\d|0[1-9]|[1-9])",
            'm': r"(?P<m>1[0-2]|0[1-9]|[1-9])",
            'M': r"(?P<M>[0-5]\d|\d)",
            'S': r"(?P<S>6[0-1]|[0-5]\d|\d)",
            'U': r"(?P<U>5[0-3]|[0-4]\d|\d)",
            'w': r"(?P<w>[0-6])",
            'u': r"(?P<u>[1-7])",
            'V': r"(?P<V>5[0-3]|0[1-9]|[1-4]\d|\d)",
            # W is set below by using 'U'
            'y': r"(?P<y>\d\d)",
            #XXX: Does 'Y' need to worry about having less or more than
            #     4 digits?
            'Y': r"(?P<Y>\d\d\d\d)",
            'z': r"(?P<z>[+-]\d\d:?[0-5]\d(:?[0-5]\d(\.\d{1,6})?)?|(?-i:Z))",
            'A': self.__seqToRE(self.locale_time.f_weekday, 'A'),
            'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
            'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
            'b': self.__seqToRE(self.locale_time.a_month[1:], 'b'),
            'p': self.__seqToRE(self.locale_time.am_pm, 'p'),
            'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
                                        for tz in tz_names),
                                'Z'),
            '%': '%'})
        base.__setitem__('W', base.__getitem__('U').replace('U', 'W'))
        base.__setitem__('c', self.pattern(self.locale_time.LC_date_time))
        base.__setitem__('x', self.pattern(self.locale_time.LC_date))
        base.__setitem__('X', self.pattern(self.locale_time.LC_time))

    def __seqToRE(self, to_convert, directive):
        """Convert a list to a regex string for matching a directive.

        Want possible matching values to be from longest to shortest.  This
        prevents the possibility of a match occurring for a value that also
        a substring of a larger value that should have matched (e.g., 'abc'
        matching when 'abcdef' should have been the match).

        """
        to_convert = sorted(to_convert, key=len, reverse=True)
        for value in to_convert:
            if value != '':
                break
        else:
            return ''
        regex = '|'.join(re_escape(stuff) for stuff in to_convert)
        regex = '(?P<%s>%s' % (directive, regex)
        return '%s)' % regex

    def pattern(self, format):
        """Return regex pattern for the format string.

        Need to make sure that any characters that might be interpreted as
        regex syntax are escaped.

        """
        processed_format = ''
        # The sub() call escapes all characters that might be misconstrued
        # as regex syntax.  Cannot use re.escape since we have to deal with
        # format directives (%m, etc.).
        regex_chars = re_compile(r"([\\.^$*+?\(\){}\[\]|])")
        format = regex_chars.sub(r"\\\1", format)
        whitespace_replacement = re_compile(r'\s+')
        format = whitespace_replacement.sub(r'\\s+', format)
        while '%' in format:
            directive_index = format.index('%')+1
            processed_format = "%s%s%s" % (processed_format,
                                           format[:directive_index-1],
                                           self[format[directive_index]])
            format = format[directive_index+1:]
        return "%s%s" % (processed_format, format)

    def compile(self, format):
        """Return a compiled re object for the format string."""
        return re_compile(self.pattern(format), IGNORECASE)

_cache_lock = _thread_allocate_lock()
# DO NOT modify _TimeRE_cache or _regex_cache without acquiring the cache lock
# first!
_TimeRE_cache = TimeRE()
_CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
_regex_cache = {}

def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_starts_Mon):
    """Calculate the Julian day based on the year, week of the year, and day of
    the week, with week_start_day representing whether the week of the year
    assumes the week starts on Sunday or Monday (6 or 0)."""
    first_weekday = datetime_date(year, 1, 1).weekday()
    # If we are dealing with the %U directive (week starts on Sunday), it's
    # easier to just shift the view to Sunday being the first day of the
    # week.
    if not week_starts_Mon:
        first_weekday = (first_weekday + 1) % 7
        day_of_week = (day_of_week + 1) % 7
    # Need to watch out for a week 0 (when the first day of the year is not
    # the same as that specified by %U or %W).
    week_0_length = (7 - first_weekday) % 7
    if week_of_year == 0:
        return 1 + day_of_week - first_weekday
    else:
        days_to_week = week_0_length + (7 * (week_of_year - 1))
        return 1 + days_to_week + day_of_week


def _calc_julian_from_V(iso_year, iso_week, iso_weekday):
    """Calculate the Julian day based on the ISO 8601 year, week, and weekday.
    ISO weeks start on Mondays, with week 01 being the week containing 4 Jan.
    ISO week days range from 1 (Monday) to 7 (Sunday).
    """
    correction = datetime_date(iso_year, 1, 4).isoweekday() + 3
    ordinal = (iso_week * 7) + iso_weekday - correction
    # ordinal may be negative or 0 now, which means the date is in the previous
    # calendar year
    if ordinal < 1:
        ordinal += datetime_date(iso_year, 1, 1).toordinal()
        iso_year -= 1
        ordinal -= datetime_date(iso_year, 1, 1).toordinal()
    return iso_year, ordinal


def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"):
    """Return a 2-tuple consisting of a time struct and an int containing
    the number of microseconds based on the input string and the
    format string."""

    for index, arg in enumerate([data_string, format]):
        if not isinstance(arg, str):
            msg = "strptime() argument {} must be str, not {}"
            raise TypeError(msg.format(index, type(arg)))

    global _TimeRE_cache, _regex_cache
    with _cache_lock:
        locale_time = _TimeRE_cache.locale_time
        if (_getlang() != locale_time.lang or
            time.tzname != locale_time.tzname or
            time.daylight != locale_time.daylight):
            _TimeRE_cache = TimeRE()
            _regex_cache.clear()
            locale_time = _TimeRE_cache.locale_time
        if len(_regex_cache) > _CACHE_MAX_SIZE:
            _regex_cache.clear()
        format_regex = _regex_cache.get(format)
        if not format_regex:
            try:
                format_regex = _TimeRE_cache.compile(format)
            # KeyError raised when a bad format is found; can be specified as
            # \\, in which case it was a stray % but with a space after it
            except KeyError as err:
                bad_directive = err.args[0]
                if bad_directive == "\\":
                    bad_directive = "%"
                del err
                raise ValueError("'%s' is a bad directive in format '%s'" %
                                    (bad_directive, format)) from None
            # IndexError only occurs when the format string is "%"
            except IndexError:
                raise ValueError("stray %% in format '%s'" % format) from None
            _regex_cache[format] = format_regex
    found = format_regex.match(data_string)
    if not found:
        raise ValueError("time data %r does not match format %r" %
                         (data_string, format))
    if len(data_string) != found.end():
        raise ValueError("unconverted data remains: %s" %
                          data_string[found.end():])

    iso_year = year = None
    month = day = 1
    hour = minute = second = fraction = 0
    tz = -1
    gmtoff = None
    gmtoff_fraction = 0
    # Default to -1 to signify that values not known; not critical to have,
    # though
    iso_week = week_of_year = None
    week_of_year_start = None
    # weekday and julian defaulted to None so as to signal need to calculate
    # values
    weekday = julian = None
    found_dict = found.groupdict()
    for group_key in found_dict.keys():
        # Directives not explicitly handled below:
        #   c, x, X
        #      handled by making out of other directives
        #   U, W
        #      worthless without day of the week
        if group_key == 'y':
            year = int(found_dict['y'])
            # Open Group specification for strptime() states that a %y
            #value in the range of [00, 68] is in the century 2000, while
            #[69,99] is in the century 1900
            if year <= 68:
                year += 2000
            else:
                year += 1900
        elif group_key == 'Y':
            year = int(found_dict['Y'])
        elif group_key == 'G':
            iso_year = int(found_dict['G'])
        elif group_key == 'm':
            month = int(found_dict['m'])
        elif group_key == 'B':
            month = locale_time.f_month.index(found_dict['B'].lower())
        elif group_key == 'b':
            month = locale_time.a_month.index(found_dict['b'].lower())
        elif group_key == 'd':
            day = int(found_dict['d'])
        elif group_key == 'H':
            hour = int(found_dict['H'])
        elif group_key == 'I':
            hour = int(found_dict['I'])
            ampm = found_dict.get('p', '').lower()
            # If there was no AM/PM indicator, we'll treat this like AM
            if ampm in ('', locale_time.am_pm[0]):
                # We're in AM so the hour is correct unless we're
                # looking at 12 midnight.
                # 12 midnight == 12 AM == hour 0
                if hour == 12:
                    hour = 0
            elif ampm == locale_time.am_pm[1]:
                # We're in PM so we need to add 12 to the hour unless
                # we're looking at 12 noon.
                # 12 noon == 12 PM == hour 12
                if hour != 12:
                    hour += 12
        elif group_key == 'M':
            minute = int(found_dict['M'])
        elif group_key == 'S':
            second = int(found_dict['S'])
        elif group_key == 'f':
            s = found_dict['f']
            # Pad to always return microseconds.
            s += "0" * (6 - len(s))
            fraction = int(s)
        elif group_key == 'A':
            weekday = locale_time.f_weekday.index(found_dict['A'].lower())
        elif group_key == 'a':
            weekday = locale_time.a_weekday.index(found_dict['a'].lower())
        elif group_key == 'w':
            weekday = int(found_dict['w'])
            if weekday == 0:
                weekday = 6
            else:
                weekday -= 1
        elif group_key == 'u':
            weekday = int(found_dict['u'])
            weekday -= 1
        elif group_key == 'j':
            julian = int(found_dict['j'])
        elif group_key in ('U', 'W'):
            week_of_year = int(found_dict[group_key])
            if group_key == 'U':
                # U starts week on Sunday.
                week_of_year_start = 6
            else:
                # W starts week on Monday.
                week_of_year_start = 0
        elif group_key == 'V':
            iso_week = int(found_dict['V'])
        elif group_key == 'z':
            z = found_dict['z']
            if z == 'Z':
                gmtoff = 0
            else:
                if z[3] == ':':
                    z = z[:3] + z[4:]
                    if len(z) > 5:
                        if z[5] != ':':
                            msg = f"Inconsistent use of : in {found_dict['z']}"
                            raise ValueError(msg)
                        z = z[:5] + z[6:]
                hours = int(z[1:3])
                minutes = int(z[3:5])
                seconds = int(z[5:7] or 0)
                gmtoff = (hours * 60 * 60) + (minutes * 60) + seconds
                gmtoff_remainder = z[8:]
                # Pad to always return microseconds.
                gmtoff_remainder_padding = "0" * (6 - len(gmtoff_remainder))
                gmtoff_fraction = int(gmtoff_remainder + gmtoff_remainder_padding)
                if z.startswith("-"):
                    gmtoff = -gmtoff
                    gmtoff_fraction = -gmtoff_fraction
        elif group_key == 'Z':
            # Since -1 is default value only need to worry about setting tz if
            # it can be something other than -1.
            found_zone = found_dict['Z'].lower()
            for value, tz_values in enumerate(locale_time.timezone):
                if found_zone in tz_values:
                    # Deal with bad locale setup where timezone names are the
                    # same and yet time.daylight is true; too ambiguous to
                    # be able to tell what timezone has daylight savings
                    if (time.tzname[0] == time.tzname[1] and
                       time.daylight and found_zone not in ("utc", "gmt")):
                        break
                    else:
                        tz = value
                        break
    # Deal with the cases where ambiguities arize
    # don't assume default values for ISO week/year
    if year is None and iso_year is not None:
        if iso_week is None or weekday is None:
            raise ValueError("ISO year directive '%G' must be used with "
                             "the ISO week directive '%V' and a weekday "
                             "directive ('%A', '%a', '%w', or '%u').")
        if julian is not None:
            raise ValueError("Day of the year directive '%j' is not "
                             "compatible with ISO year directive '%G'. "
                             "Use '%Y' instead.")
    elif week_of_year is None and iso_week is not None:
        if weekday is None:
            raise ValueError("ISO week directive '%V' must be used with "
                             "the ISO year directive '%G' and a weekday "
                             "directive ('%A', '%a', '%w', or '%u').")
        else:
            raise ValueError("ISO week directive '%V' is incompatible with "
                             "the year directive '%Y'. Use the ISO year '%G' "
                             "instead.")

    leap_year_fix = False
    if year is None and month == 2 and day == 29:
        year = 1904  # 1904 is first leap year of 20th century
        leap_year_fix = True
    elif year is None:
        year = 1900


    # If we know the week of the year and what day of that week, we can figure
    # out the Julian day of the year.
    if julian is None and weekday is not None:
        if week_of_year is not None:
            week_starts_Mon = True if week_of_year_start == 0 else False
            julian = _calc_julian_from_U_or_W(year, week_of_year, weekday,
                                                week_starts_Mon)
        elif iso_year is not None and iso_week is not None:
            year, julian = _calc_julian_from_V(iso_year, iso_week, weekday + 1)
        if julian is not None and julian <= 0:
            year -= 1
            yday = 366 if calendar.isleap(year) else 365
            julian += yday

    if julian is None:
        # Cannot pre-calculate datetime_date() since can change in Julian
        # calculation and thus could have different value for the day of
        # the week calculation.
        # Need to add 1 to result since first day of the year is 1, not 0.
        julian = datetime_date(year, month, day).toordinal() - \
                  datetime_date(year, 1, 1).toordinal() + 1
    else:  # Assume that if they bothered to include Julian day (or if it was
           # calculated above with year/week/weekday) it will be accurate.
        datetime_result = datetime_date.fromordinal(
                            (julian - 1) +
                            datetime_date(year, 1, 1).toordinal())
        year = datetime_result.year
        month = datetime_result.month
        day = datetime_result.day
    if weekday is None:
        weekday = datetime_date(year, month, day).weekday()
    # Add timezone info
    tzname = found_dict.get("Z")

    if leap_year_fix:
        # the caller didn't supply a year but asked for Feb 29th. We couldn't
        # use the default of 1900 for computations. We set it back to ensure
        # that February 29th is smaller than March 1st.
        year = 1900

    return (year, month, day,
            hour, minute, second,
            weekday, julian, tz, tzname, gmtoff), fraction, gmtoff_fraction

def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"):
    """Return a time struct based on the input string and the
    format string."""
    tt = _strptime(data_string, format)[0]
    return time.struct_time(tt[:time._STRUCT_TM_ITEMS])

def _strptime_datetime(cls, data_string, format="%a %b %d %H:%M:%S %Y"):
    """Return a class cls instance based on the input string and the
    format string."""
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
    tzname, gmtoff = tt[-2:]
    args = tt[:6] + (fraction,)
    if gmtoff is not None:
        tzdelta = datetime_timedelta(seconds=gmtoff, microseconds=gmtoff_fraction)
        if tzname:
            tz = datetime_timezone(tzdelta, tzname)
        else:
            tz = datetime_timezone(tzdelta)
        args += (tz,)

    return cls(*args)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   # system configuration generated and used by the sysconfig module
build_time_vars = {'ABIFLAGS': '',
 'AC_APPLE_UNIVERSAL_BUILD': 0,
 'AIX_BUILDDATE': 0,
 'AIX_GENUINE_CPLUSPLUS': 0,
 'ALIGNOF_LONG': 8,
 'ALIGNOF_SIZE_T': 8,
 'ALT_SOABI': 0,
 'ANDROID_API_LEVEL': 0,
 'AR': 'x86_64-linux-gnu-gcc-ar',
 'ARFLAGS': 'rcs',
 'BASECFLAGS': '-Wsign-compare',
 'BASECPPFLAGS': '-IObjects -IInclude -IPython',
 'BASEMODLIBS': '',
 'BINDIR': '/usr/bin',
 'BINLIBDEST': '/usr/lib/x86_64-linux-gnu/python3.11',
 'BLDLIBRARY': '-lpython3.11',
 'BLDSHARED': 'x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions '
              '  -g '
              '-fwrapv -O2   ',
 'BOOTSTRAP_HEADERS': '\\',
 'BUILDEXE': '',
 'BUILDPYTHON': 'python',
 'BUILD_GNU_TYPE': 'x86_64-pc-linux-gnu',
 'BYTESTR_DEPS': '\\',
 'CC': 'x86_64-linux-gnu-gcc',
 'CCSHARED': '-fPIC',
 'CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
           ' '
           ' -fstack-protector-strong '
           '-Wformat -Werror=format-security  -g -fwrapv -O2  '
           ' ',
 'CFLAGSFORSHARED': '-fPIC',
 'CFLAGS_ALIASING': '',
 'CFLAGS_NODIST': '',
 'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in '
                'Makefile.pre.in',
 'CONFIGURE_CFLAGS': '-g '
                     ' '
                     ' '
                     '-fstack-protector-strong -Wformat -Werror=format-security',
 'CONFIGURE_CFLAGS_NODIST': '-std=c11 -Wextra -Wno-unused-parameter '
                            '-Wno-missing-field-initializers '
                            '-Wstrict-prototypes '
                            '-Werror=implicit-function-declaration '
                            '-fvisibility=hidden',
 'CONFIGURE_CPPFLAGS': '-Wdate-time -D_FORTIFY_SOURCE=2',
 'CONFIGURE_LDFLAGS': '  '
                      '-g -fwrapv -O2   '
                      '',
 'CONFIGURE_LDFLAGS_NODIST': '',
 'CONFIGURE_LDFLAGS_NOLTO': '',
 'CONFIG_ARGS': "'--enable-shared' '--prefix=/usr' "
                "'--libdir=/usr/lib/x86_64-linux-gnu' '--enable-ipv6' "
                "'--enable-loadable-sqlite-extensions' "
                "'--with-dbmliborder=bdb:gdbm' '--with-computed-gotos' "
                "'--without-ensurepip' '--with-system-expat' '--with-dtrace' "
                "'--with-wheel-pkg-dir=/usr/share/python-wheels/' "
                "'--with-ssl-default-suites=openssl' 'MKDIR_P=/bin/mkdir -p' "
                "'--with-system-ffi' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-g "
                ' '
                ' -fstack-protector-strong '
                "-Wformat -Werror=format-security ' "
                "'LDFLAGS= "
                ' -g -fwrapv -O2   '
                "' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'",
 'CONFINCLUDEDIR': '/usr/include',
 'CONFINCLUDEPY': '/usr/include/python3.11',
 'COREPYTHONPATH': '',
 'COVERAGE_INFO': '/build/reproducible-path/python3.11-3.11.2/build-shared/coverage.info',
 'COVERAGE_LCOV_OPTIONS': '--rc lcov_branch_coverage=1',
 'COVERAGE_REPORT': '/build/reproducible-path/python3.11-3.11.2/build-shared/lcov-report',
 'COVERAGE_REPORT_OPTIONS': '--rc lcov_branch_coverage=1 --branch-coverage '
                            '--title "CPython 3.11 LCOV report [commit $(shell '
                            ')]"',
 'CPPFLAGS': '-IObjects -IInclude -IPython -I. -I../Include -Wdate-time '
             '-D_FORTIFY_SOURCE=2',
 'CXX': 'x86_64-linux-gnu-g++',
 'DECIMAL_CFLAGS': '-I../Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 '
                   '-DHAVE_UINT128_T=1',
 'DECIMAL_LDFLAGS': '-lm Modules/_decimal/libmpdec/libmpdec.a',
 'DEEPFREEZE_DEPS': '../Tools/scripts/deepfreeze.py _bootstrap_python '
                    '../Programs/_freeze_module.py \\',
 'DEEPFREEZE_OBJS': 'Python/deepfreeze/deepfreeze.o',
 'DESTDIRS': '/usr /usr/lib/x86_64-linux-gnu '
             '/usr/lib/x86_64-linux-gnu/python3.11 '
             '/usr/lib/python3.11/lib-dynload',
 'DESTLIB': '/usr/lib/python3.11',
 'DESTPATH': '',
 'DESTSHARED': '/usr/lib/python3.11/lib-dynload',
 'DFLAGS': '',
 'DIRMODE': 755,
 'DIST': 'README.rst ChangeLog configure configure.ac acconfig.h pyconfig.h.in '
         'Makefile.pre.in Include Lib Misc Ext-dummy',
 'DISTDIRS': 'Include Lib Misc Ext-dummy',
 'DISTFILES': 'README.rst ChangeLog configure configure.ac acconfig.h '
              'pyconfig.h.in Makefile.pre.in',
 'DLINCLDIR': '.',
 'DLLLIBRARY': '',
 'DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754': 0,
 'DOUBLE_IS_BIG_ENDIAN_IEEE754': 0,
 'DOUBLE_IS_LITTLE_ENDIAN_IEEE754': 1,
 'DTRACE': '/usr/bin/dtrace',
 'DTRACE_DEPS': '\\',
 'DTRACE_HEADERS': 'Include/pydtrace_probes.h',
 'DTRACE_OBJS': 'Python/pydtrace.o',
 'DYNLOADFILE': 'dynload_shlib.o',
 'ENABLE_IPV6': 1,
 'ENSUREPIP': 'no',
 'EXE': '',
 'EXEMODE': 755,
 'EXPAT_CFLAGS': '',
 'EXPAT_LDFLAGS': '-lexpat',
 'EXPORTSFROM': '',
 'EXPORTSYMS': '',
 'EXTRATESTOPTS': '',
 'EXT_SUFFIX': '.cpython-311-x86_64-linux-gnu.so',
 'FILEMODE': 644,
 'FLOAT_WORDS_BIGENDIAN': 0,
 'FREEZE_MODULE': './_bootstrap_python ../Programs/_freeze_module.py',
 'FREEZE_MODULE_BOOTSTRAP': './Programs/_freeze_module',
 'FREEZE_MODULE_BOOTSTRAP_DEPS': 'Programs/_freeze_module',
 'FREEZE_MODULE_DEPS': '_bootstrap_python ../Programs/_freeze_module.py',
 'FROZEN_FILES_IN': '\\',
 'FROZEN_FILES_OUT': '\\',
 'GETPGRP_HAVE_ARG': 0,
 'GITBRANCH': '',
 'GITTAG': '',
 'GITVERSION': '',
 'GNULD': 'yes',
 'HAVE_ACCEPT': 1,
 'HAVE_ACCEPT4': 1,
 'HAVE_ACOSH': 1,
 'HAVE_ADDRINFO': 1,
 'HAVE_ALARM': 1,
 'HAVE_ALIGNED_REQUIRED': 0,
 'HAVE_ALLOCA_H': 1,
 'HAVE_ALTZONE': 0,
 'HAVE_ASINH': 1,
 'HAVE_ASM_TYPES_H': 1,
 'HAVE_ATANH': 1,
 'HAVE_BIND': 1,
 'HAVE_BIND_TEXTDOMAIN_CODESET': 1,
 'HAVE_BLUETOOTH_BLUETOOTH_H': 1,
 'HAVE_BLUETOOTH_H': 0,
 'HAVE_BROKEN_MBSTOWCS': 0,
 'HAVE_BROKEN_NICE': 0,
 'HAVE_BROKEN_PIPE_BUF': 0,
 'HAVE_BROKEN_POLL': 0,
 'HAVE_BROKEN_POSIX_SEMAPHORES': 0,
 'HAVE_BROKEN_PTHREAD_SIGMASK': 0,
 'HAVE_BROKEN_SEM_GETVALUE': 0,
 'HAVE_BROKEN_UNSETENV': 0,
 'HAVE_BUILTIN_ATOMIC': 1,
 'HAVE_BZLIB_H': 1,
 'HAVE_CHFLAGS': 0,
 'HAVE_CHMOD': 1,
 'HAVE_CHOWN': 1,
 'HAVE_CHROOT': 1,
 'HAVE_CLOCK': 1,
 'HAVE_CLOCK_GETRES': 1,
 'HAVE_CLOCK_GETTIME': 1,
 'HAVE_CLOCK_NANOSLEEP': 1,
 'HAVE_CLOCK_SETTIME': 1,
 'HAVE_CLOSE_RANGE': 1,
 'HAVE_COMPUTED_GOTOS': 1,
 'HAVE_CONFSTR': 1,
 'HAVE_CONIO_H': 0,
 'HAVE_CONNECT': 1,
 'HAVE_COPY_FILE_RANGE': 1,
 'HAVE_CRYPT_H': 1,
 'HAVE_CRYPT_R': 1,
 'HAVE_CTERMID': 1,
 'HAVE_CTERMID_R': 0,
 'HAVE_CURSES_FILTER': 1,
 'HAVE_CURSES_H': 1,
 'HAVE_CURSES_HAS_KEY': 1,
 'HAVE_CURSES_IMMEDOK': 1,
 'HAVE_CURSES_IS_PAD': 1,
 'HAVE_CURSES_IS_TERM_RESIZED': 1,
 'HAVE_CURSES_RESIZETERM': 1,
 'HAVE_CURSES_RESIZE_TERM': 1,
 'HAVE_CURSES_SYNCOK': 1,
 'HAVE_CURSES_TYPEAHEAD': 1,
 'HAVE_CURSES_USE_ENV': 1,
 'HAVE_CURSES_WCHGAT': 1,
 'HAVE_DB_H': 1,
 'HAVE_DECL_RTLD_DEEPBIND': 1,
 'HAVE_DECL_RTLD_GLOBAL': 1,
 'HAVE_DECL_RTLD_LAZY': 1,
 'HAVE_DECL_RTLD_LOCAL': 1,
 'HAVE_DECL_RTLD_MEMBER': 0,
 'HAVE_DECL_RTLD_NODELETE': 1,
 'HAVE_DECL_RTLD_NOLOAD': 1,
 'HAVE_DECL_RTLD_NOW': 1,
 'HAVE_DECL_TZNAME': 0,
 'HAVE_DEVICE_MACROS': 1,
 'HAVE_DEV_PTC': 0,
 'HAVE_DEV_PTMX': 1,
 'HAVE_DIRECT_H': 0,
 'HAVE_DIRENT_D_TYPE': 1,
 'HAVE_DIRENT_H': 1,
 'HAVE_DIRFD': 1,
 'HAVE_DLFCN_H': 1,
 'HAVE_DLOPEN': 1,
 'HAVE_DUP': 1,
 'HAVE_DUP2': 1,
 'HAVE_DUP3': 1,
 'HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH': 0,
 'HAVE_DYNAMIC_LOADING': 1,
 'HAVE_ENDIAN_H': 1,
 'HAVE_EPOLL': 1,
 'HAVE_EPOLL_CREATE1': 1,
 'HAVE_ERF': 1,
 'HAVE_ERFC': 1,
 'HAVE_ERRNO_H': 1,
 'HAVE_EVENTFD': 1,
 'HAVE_EXECV': 1,
 'HAVE_EXPLICIT_BZERO': 1,
 'HAVE_EXPLICIT_MEMSET': 0,
 'HAVE_EXPM1': 1,
 'HAVE_FACCESSAT': 1,
 'HAVE_FCHDIR': 1,
 'HAVE_FCHMOD': 1,
 'HAVE_FCHMODAT': 1,
 'HAVE_FCHOWN': 1,
 'HAVE_FCHOWNAT': 1,
 'HAVE_FCNTL_H': 1,
 'HAVE_FDATASYNC': 1,
 'HAVE_FDOPENDIR': 1,
 'HAVE_FDWALK': 0,
 'HAVE_FEXECVE': 1,
 'HAVE_FLOCK': 1,
 'HAVE_FORK': 1,
 'HAVE_FORK1': 0,
 'HAVE_FORKPTY': 1,
 'HAVE_FPATHCONF': 1,
 'HAVE_FSEEK64': 0,
 'HAVE_FSEEKO': 1,
 'HAVE_FSTATAT': 1,
 'HAVE_FSTATVFS': 1,
 'HAVE_FSYNC': 1,
 'HAVE_FTELL64': 0,
 'HAVE_FTELLO': 1,
 'HAVE_FTIME': 1,
 'HAVE_FTRUNCATE': 1,
 'HAVE_FUTIMENS': 1,
 'HAVE_FUTIMES': 1,
 'HAVE_FUTIMESAT': 1,
 'HAVE_GAI_STRERROR': 1,
 'HAVE_GCC_ASM_FOR_MC68881': 0,
 'HAVE_GCC_ASM_FOR_X64': 1,
 'HAVE_GCC_ASM_FOR_X87': 1,
 'HAVE_GCC_UINT128_T': 1,
 'HAVE_GDBM_DASH_NDBM_H': 0,
 'HAVE_GDBM_H': 1,
 'HAVE_GDBM_NDBM_H': 0,
 'HAVE_GETADDRINFO': 1,
 'HAVE_GETC_UNLOCKED': 1,
 'HAVE_GETEGID': 1,
 'HAVE_GETENTROPY': 1,
 'HAVE_GETEUID': 1,
 'HAVE_GETGID': 1,
 'HAVE_GETGRGID': 1,
 'HAVE_GETGRGID_R': 1,
 'HAVE_GETGRNAM_R': 1,
 'HAVE_GETGROUPLIST': 1,
 'HAVE_GETGROUPS': 1,
 'HAVE_GETHOSTBYADDR': 1,
 'HAVE_GETHOSTBYNAME': 1,
 'HAVE_GETHOSTBYNAME_R': 1,
 'HAVE_GETHOSTBYNAME_R_3_ARG': 0,
 'HAVE_GETHOSTBYNAME_R_5_ARG': 0,
 'HAVE_GETHOSTBYNAME_R_6_ARG': 1,
 'HAVE_GETHOSTNAME': 1,
 'HAVE_GETITIMER': 1,
 'HAVE_GETLOADAVG': 1,
 'HAVE_GETLOGIN': 1,
 'HAVE_GETNAMEINFO': 1,
 'HAVE_GETPAGESIZE': 1,
 'HAVE_GETPEERNAME': 1,
 'HAVE_GETPGID': 1,
 'HAVE_GETPGRP': 1,
 'HAVE_GETPID': 1,
 'HAVE_GETPPID': 1,
 'HAVE_GETPRIORITY': 1,
 'HAVE_GETPROTOBYNAME': 1,
 'HAVE_GETPWENT': 1,
 'HAVE_GETPWNAM_R': 1,
 'HAVE_GETPWUID': 1,
 'HAVE_GETPWUID_R': 1,
 'HAVE_GETRANDOM': 1,
 'HAVE_GETRANDOM_SYSCALL': 1,
 'HAVE_GETRESGID': 1,
 'HAVE_GETRESUID': 1,
 'HAVE_GETRUSAGE': 1,
 'HAVE_GETSERVBYNAME': 1,
 'HAVE_GETSERVBYPORT': 1,
 'HAVE_GETSID': 1,
 'HAVE_GETSOCKNAME': 1,
 'HAVE_GETSPENT': 1,
 'HAVE_GETSPNAM': 1,
 'HAVE_GETUID': 1,
 'HAVE_GETWD': 1,
 'HAVE_GLIBC_MEMMOVE_BUG': 0,
 'HAVE_GRP_H': 1,
 'HAVE_HSTRERROR': 1,
 'HAVE_HTOLE64': 1,
 'HAVE_IEEEFP_H': 0,
 'HAVE_IF_NAMEINDEX': 1,
 'HAVE_INET_ATON': 1,
 'HAVE_INET_NTOA': 1,
 'HAVE_INET_PTON': 1,
 'HAVE_INITGROUPS': 1,
 'HAVE_INTTYPES_H': 1,
 'HAVE_IO_H': 0,
 'HAVE_IPA_PURE_CONST_BUG': 0,
 'HAVE_KILL': 1,
 'HAVE_KILLPG': 1,
 'HAVE_KQUEUE': 0,
 'HAVE_LANGINFO_H': 1,
 'HAVE_LARGEFILE_SUPPORT': 0,
 'HAVE_LCHFLAGS': 0,
 'HAVE_LCHMOD': 0,
 'HAVE_LCHOWN': 1,
 'HAVE_LIBB2': 0,
 'HAVE_LIBDB': 1,
 'HAVE_LIBDL': 1,
 'HAVE_LIBDLD': 0,
 'HAVE_LIBGDBM_COMPAT': 0,
 'HAVE_LIBIEEE': 0,
 'HAVE_LIBINTL_H': 1,
 'HAVE_LIBNDBM': 0,
 'HAVE_LIBREADLINE': 1,
 'HAVE_LIBRESOLV': 0,
 'HAVE_LIBSENDFILE': 0,
 'HAVE_LIBSQLITE3': 1,
 'HAVE_LIBUTIL_H': 0,
 'HAVE_LINK': 1,
 'HAVE_LINKAT': 1,
 'HAVE_LINUX_AUXVEC_H': 1,
 'HAVE_LINUX_CAN_BCM_H': 1,
 'HAVE_LINUX_CAN_H': 1,
 'HAVE_LINUX_CAN_J1939_H': 1,
 'HAVE_LINUX_CAN_RAW_FD_FRAMES': 1,
 'HAVE_LINUX_CAN_RAW_H': 1,
 'HAVE_LINUX_CAN_RAW_JOIN_FILTERS': 1,
 'HAVE_LINUX_MEMFD_H': 1,
 'HAVE_LINUX_NETLINK_H': 1,
 'HAVE_LINUX_QRTR_H': 1,
 'HAVE_LINUX_RANDOM_H': 1,
 'HAVE_LINUX_SOUNDCARD_H': 1,
 'HAVE_LINUX_TIPC_H': 1,
 'HAVE_LINUX_VM_SOCKETS_H': 1,
 'HAVE_LINUX_WAIT_H': 1,
 'HAVE_LISTEN': 1,
 'HAVE_LOCKF': 1,
 'HAVE_LOG1P': 1,
 'HAVE_LOG2': 1,
 'HAVE_LOGIN_TTY': 1,
 'HAVE_LONG_DOUBLE': 1,
 'HAVE_LSTAT': 1,
 'HAVE_LUTIMES': 1,
 'HAVE_LZMA_H': 0,
 'HAVE_MADVISE': 1,
 'HAVE_MAKEDEV': 1,
 'HAVE_MBRTOWC': 1,
 'HAVE_MEMFD_CREATE': 1,
 'HAVE_MEMORY_H': 0,
 'HAVE_MEMRCHR': 1,
 'HAVE_MKDIRAT': 1,
 'HAVE_MKFIFO': 1,
 'HAVE_MKFIFOAT': 1,
 'HAVE_MKNOD': 1,
 'HAVE_MKNODAT': 1,
 'HAVE_MKTIME': 1,
 'HAVE_MMAP': 1,
 'HAVE_MREMAP': 1,
 'HAVE_NANOSLEEP': 1,
 'HAVE_NCURSES_H': 1,
 'HAVE_NDBM_H': 0,
 'HAVE_NDIR_H': 0,
 'HAVE_NETCAN_CAN_H': 0,
 'HAVE_NETDB_H': 1,
 'HAVE_NETINET_IN_H': 1,
 'HAVE_NETPACKET_PACKET_H': 1,
 'HAVE_NET_IF_H': 1,
 'HAVE_NICE': 1,
 'HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION': 0,
 'HAVE_OPENAT': 1,
 'HAVE_OPENDIR': 1,
 'HAVE_OPENPTY': 1,
 'HAVE_PATHCONF': 1,
 'HAVE_PAUSE': 1,
 'HAVE_PIPE': 1,
 'HAVE_PIPE2': 1,
 'HAVE_PLOCK': 0,
 'HAVE_POLL': 1,
 'HAVE_POLL_H': 1,
 'HAVE_POSIX_FADVISE': 1,
 'HAVE_POSIX_FALLOCATE': 1,
 'HAVE_POSIX_SPAWN': 1,
 'HAVE_POSIX_SPAWNP': 1,
 'HAVE_PREAD': 1,
 'HAVE_PREADV': 1,
 'HAVE_PREADV2': 1,
 'HAVE_PRLIMIT': 1,
 'HAVE_PROCESS_H': 0,
 'HAVE_PROTOTYPES': 1,
 'HAVE_PTHREAD_CONDATTR_SETCLOCK': 1,
 'HAVE_PTHREAD_DESTRUCTOR': 0,
 'HAVE_PTHREAD_GETCPUCLOCKID': 1,
 'HAVE_PTHREAD_H': 1,
 'HAVE_PTHREAD_INIT': 0,
 'HAVE_PTHREAD_KILL': 1,
 'HAVE_PTHREAD_SIGMASK': 1,
 'HAVE_PTHREAD_STUBS': 0,
 'HAVE_PTY_H': 1,
 'HAVE_PWRITE': 1,
 'HAVE_PWRITEV': 1,
 'HAVE_PWRITEV2': 1,
 'HAVE_READLINK': 1,
 'HAVE_READLINKAT': 1,
 'HAVE_READV': 1,
 'HAVE_REALPATH': 1,
 'HAVE_RECVFROM': 1,
 'HAVE_RENAMEAT': 1,
 'HAVE_RL_APPEND_HISTORY': 1,
 'HAVE_RL_CATCH_SIGNAL': 1,
 'HAVE_RL_COMPLETION_APPEND_CHARACTER': 1,
 'HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK': 1,
 'HAVE_RL_COMPLETION_MATCHES': 1,
 'HAVE_RL_COMPLETION_SUPPRESS_APPEND': 1,
 'HAVE_RL_PRE_INPUT_HOOK': 1,
 'HAVE_RL_RESIZE_TERMINAL': 1,
 'HAVE_RPC_RPC_H': 1,
 'HAVE_RTPSPAWN': 0,
 'HAVE_SCHED_GET_PRIORITY_MAX': 1,
 'HAVE_SCHED_H': 1,
 'HAVE_SCHED_RR_GET_INTERVAL': 1,
 'HAVE_SCHED_SETAFFINITY': 1,
 'HAVE_SCHED_SETPARAM': 1,
 'HAVE_SCHED_SETSCHEDULER': 1,
 'HAVE_SEM_CLOCKWAIT': 1,
 'HAVE_SEM_GETVALUE': 1,
 'HAVE_SEM_OPEN': 1,
 'HAVE_SEM_TIMEDWAIT': 1,
 'HAVE_SEM_UNLINK': 1,
 'HAVE_SENDFILE': 1,
 'HAVE_SENDTO': 1,
 'HAVE_SETEGID': 1,
 'HAVE_SETEUID': 1,
 'HAVE_SETGID': 1,
 'HAVE_SETGROUPS': 1,
 'HAVE_SETHOSTNAME': 1,
 'HAVE_SETITIMER': 1,
 'HAVE_SETJMP_H': 1,
 'HAVE_SETLOCALE': 1,
 'HAVE_SETPGID': 1,
 'HAVE_SETPGRP': 1,
 'HAVE_SETPRIORITY': 1,
 'HAVE_SETREGID': 1,
 'HAVE_SETRESGID': 1,
 'HAVE_SETRESUID': 1,
 'HAVE_SETREUID': 1,
 'HAVE_SETSID': 1,
 'HAVE_SETSOCKOPT': 1,
 'HAVE_SETUID': 1,
 'HAVE_SETVBUF': 1,
 'HAVE_SHADOW_H': 1,
 'HAVE_SHM_OPEN': 1,
 'HAVE_SHM_UNLINK': 1,
 'HAVE_SHUTDOWN': 1,
 'HAVE_SIGACTION': 1,
 'HAVE_SIGALTSTACK': 1,
 'HAVE_SIGFILLSET': 1,
 'HAVE_SIGINFO_T_SI_BAND': 1,
 'HAVE_SIGINTERRUPT': 1,
 'HAVE_SIGNAL_H': 1,
 'HAVE_SIGPENDING': 1,
 'HAVE_SIGRELSE': 1,
 'HAVE_SIGTIMEDWAIT': 1,
 'HAVE_SIGWAIT': 1,
 'HAVE_SIGWAITINFO': 1,
 'HAVE_SNPRINTF': 1,
 'HAVE_SOCKADDR_ALG': 1,
 'HAVE_SOCKADDR_SA_LEN': 0,
 'HAVE_SOCKADDR_STORAGE': 1,
 'HAVE_SOCKET': 1,
 'HAVE_SOCKETPAIR': 1,
 'HAVE_SPAWN_H': 1,
 'HAVE_SPLICE': 1,
 'HAVE_SSIZE_T': 1,
 'HAVE_STATVFS': 1,
 'HAVE_STAT_TV_NSEC': 1,
 'HAVE_STAT_TV_NSEC2': 0,
 'HAVE_STDARG_PROTOTYPES': 1,
 'HAVE_STDINT_H': 1,
 'HAVE_STDLIB_H': 1,
 'HAVE_STD_ATOMIC': 1,
 'HAVE_STRFTIME': 1,
 'HAVE_STRINGS_H': 1,
 'HAVE_STRING_H': 1,
 'HAVE_STRLCPY': 0,
 'HAVE_STROPTS_H': 0,
 'HAVE_STRSIGNAL': 1,
 'HAVE_STRUCT_PASSWD_PW_GECOS': 1,
 'HAVE_STRUCT_PASSWD_PW_PASSWD': 1,
 'HAVE_STRUCT_STAT_ST_BIRTHTIME': 0,
 'HAVE_STRUCT_STAT_ST_BLKSIZE': 1,
 'HAVE_STRUCT_STAT_ST_BLOCKS': 1,
 'HAVE_STRUCT_STAT_ST_FLAGS': 0,
 'HAVE_STRUCT_STAT_ST_GEN': 0,
 'HAVE_STRUCT_STAT_ST_RDEV': 1,
 'HAVE_STRUCT_TM_TM_ZONE': 1,
 'HAVE_SYMLINK': 1,
 'HAVE_SYMLINKAT': 1,
 'HAVE_SYNC': 1,
 'HAVE_SYSCONF': 1,
 'HAVE_SYSEXITS_H': 1,
 'HAVE_SYSLOG_H': 1,
 'HAVE_SYSTEM': 1,
 'HAVE_SYS_AUDIOIO_H': 0,
 'HAVE_SYS_AUXV_H': 1,
 'HAVE_SYS_BSDTTY_H': 0,
 'HAVE_SYS_DEVPOLL_H': 0,
 'HAVE_SYS_DIR_H': 0,
 'HAVE_SYS_ENDIAN_H': 0,
 'HAVE_SYS_EPOLL_H': 1,
 'HAVE_SYS_EVENTFD_H': 1,
 'HAVE_SYS_EVENT_H': 0,
 'HAVE_SYS_FILE_H': 1,
 'HAVE_SYS_IOCTL_H': 1,
 'HAVE_SYS_KERN_CONTROL_H': 0,
 'HAVE_SYS_LOADAVG_H': 0,
 'HAVE_SYS_LOCK_H': 0,
 'HAVE_SYS_MEMFD_H': 0,
 'HAVE_SYS_MKDEV_H': 0,
 'HAVE_SYS_MMAN_H': 1,
 'HAVE_SYS_MODEM_H': 0,
 'HAVE_SYS_NDIR_H': 0,
 'HAVE_SYS_PARAM_H': 1,
 'HAVE_SYS_POLL_H': 1,
 'HAVE_SYS_RANDOM_H': 1,
 'HAVE_SYS_RESOURCE_H': 1,
 'HAVE_SYS_SELECT_H': 1,
 'HAVE_SYS_SENDFILE_H': 1,
 'HAVE_SYS_SOCKET_H': 1,
 'HAVE_SYS_SOUNDCARD_H': 1,
 'HAVE_SYS_STATVFS_H': 1,
 'HAVE_SYS_STAT_H': 1,
 'HAVE_SYS_SYSCALL_H': 1,
 'HAVE_SYS_SYSMACROS_H': 1,
 'HAVE_SYS_SYS_DOMAIN_H': 0,
 'HAVE_SYS_TERMIO_H': 0,
 'HAVE_SYS_TIMES_H': 1,
 'HAVE_SYS_TIME_H': 1,
 'HAVE_SYS_TYPES_H': 1,
 'HAVE_SYS_UIO_H': 1,
 'HAVE_SYS_UN_H': 1,
 'HAVE_SYS_UTSNAME_H': 1,
 'HAVE_SYS_WAIT_H': 1,
 'HAVE_SYS_XATTR_H': 1,
 'HAVE_TCGETPGRP': 1,
 'HAVE_TCSETPGRP': 1,
 'HAVE_TEMPNAM': 1,
 'HAVE_TERMIOS_H': 1,
 'HAVE_TERM_H': 1,
 'HAVE_TIMEGM': 1,
 'HAVE_TIMES': 1,
 'HAVE_TMPFILE': 1,
 'HAVE_TMPNAM': 1,
 'HAVE_TMPNAM_R': 1,
 'HAVE_TM_ZONE': 1,
 'HAVE_TRUNCATE': 1,
 'HAVE_TTYNAME': 1,
 'HAVE_TZNAME': 0,
 'HAVE_UMASK': 1,
 'HAVE_UNAME': 1,
 'HAVE_UNISTD_H': 1,
 'HAVE_UNLINKAT': 1,
 'HAVE_USABLE_WCHAR_T': 0,
 'HAVE_UTIL_H': 0,
 'HAVE_UTIMENSAT': 1,
 'HAVE_UTIMES': 1,
 'HAVE_UTIME_H': 1,
 'HAVE_UTMP_H': 1,
 'HAVE_UUID_CREATE': 0,
 'HAVE_UUID_ENC_BE': 0,
 'HAVE_UUID_GENERATE_TIME_SAFE': 1,
 'HAVE_UUID_H': 1,
 'HAVE_UUID_UUID_H': 0,
 'HAVE_VFORK': 1,
 'HAVE_WAIT': 1,
 'HAVE_WAIT3': 1,
 'HAVE_WAIT4': 1,
 'HAVE_WAITID': 1,
 'HAVE_WAITPID': 1,
 'HAVE_WCHAR_H': 1,
 'HAVE_WCSCOLL': 1,
 'HAVE_WCSFTIME': 1,
 'HAVE_WCSXFRM': 1,
 'HAVE_WMEMCMP': 1,
 'HAVE_WORKING_TZSET': 1,
 'HAVE_WRITEV': 1,
 'HAVE_ZLIB_COPY': 1,
 'HAVE_ZLIB_H': 0,
 'HAVE__GETPTY': 0,
 'HOSTRUNNER': '',
 'HOST_GNU_TYPE': 'x86_64-pc-linux-gnu',
 'INCLDIRSTOMAKE': '/usr/include /usr/include /usr/include/python3.11 '
                   '/usr/include/python3.11',
 'INCLUDEDIR': '/usr/include',
 'INCLUDEPY': '/usr/include/python3.11',
 'INSTALL': '/usr/bin/install -c',
 'INSTALL_DATA': '/usr/bin/install -c -m 644',
 'INSTALL_PROGRAM': '/usr/bin/install -c',
 'INSTALL_SCRIPT': '/usr/bin/install -c',
 'INSTALL_SHARED': '/usr/bin/install -c -m 755',
 'INSTSONAME': 'libpython3.11.so.1.0',
 'IO_H': 'Modules/_io/_iomodule.h',
 'IO_OBJS': '\\',
 'LDCXXSHARED': 'x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions',
 'LDFLAGS': '  -g -fwrapv '
            '-O2   ',
 'LDFLAGS_NODIST': '',
 'LDLIBRARY': 'libpython3.11.so',
 'LDLIBRARYDIR': '',
 'LDSHARED': 'x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions '
             '  -g -fwrapv '
             '-O2   ',
 'LDVERSION': '3.11',
 'LIBC': '',
 'LIBDEST': '/usr/lib/python3.11',
 'LIBDIR': '/usr/lib/x86_64-linux-gnu',
 'LIBEXPAT_A': 'Modules/expat/libexpat.a',
 'LIBEXPAT_CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
                    ' '
                    ' '
                    '-fstack-protector-strong -Wformat -Werror=format-security  -g '
                    '-fwrapv -O2    '
                    '-std=c11 -Wextra -Wno-unused-parameter '
                    '-Wno-missing-field-initializers -Wstrict-prototypes '
                    '-Werror=implicit-function-declaration '
                    '-fvisibility=hidden  -I../Include/internal -IObjects '
                    '-IInclude -IPython -I. -I../Include -Wdate-time '
                    '-D_FORTIFY_SOURCE=2 -fPIC -fPIC',
 'LIBEXPAT_HEADERS': '\\',
 'LIBEXPAT_OBJS': '\\',
 'LIBFFI_INCLUDEDIR': '',
 'LIBM': '-lm',
 'LIBMPDEC_A': 'Modules/_decimal/libmpdec/libmpdec.a',
 'LIBMPDEC_CFLAGS': '-I../Modules/_decimal/libmpdec -DCONFIG_64=1 -DANSI=1 '
                    '-DHAVE_UINT128_T=1 -Wsign-compare -DNDEBUG -g -fwrapv -O2 '
                    '-Wall -g '
                    ' '
                    ' '
                    '-fstack-protector-strong -Wformat -Werror=format-security  -g '
                    '-fwrapv -O2    '
                    '-std=c11 -Wextra -Wno-unused-parameter '
                    '-Wno-missing-field-initializers -Wstrict-prototypes '
                    '-Werror=implicit-function-declaration '
                    '-fvisibility=hidden  -I../Include/internal -IObjects '
                    '-IInclude -IPython -I. -I../Include -Wdate-time '
                    '-D_FORTIFY_SOURCE=2 -fPIC -fPIC',
 'LIBMPDEC_HEADERS': '\\',
 'LIBMPDEC_OBJS': '\\',
 'LIBOBJDIR': 'Python/',
 'LIBOBJS': '',
 'LIBPC': '/usr/lib/x86_64-linux-gnu/pkgconfig',
 'LIBPL': '/usr/lib/python3.11/config-3.11-x86_64-linux-gnu',
 'LIBPYTHON': '',
 'LIBRARY': 'libpython3.11.a',
 'LIBRARY_DEPS': 'libpython3.11.a libpython3.11.so libpython3.so',
 'LIBRARY_OBJS': '\\',
 'LIBRARY_OBJS_OMIT_FROZEN': '\\',
 'LIBS': '-ldl',
 'LIBSUBDIRS': 'asyncio \\',
 'LINKCC': 'x86_64-linux-gnu-gcc',
 'LINKFORSHARED': '-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions',
 'LINK_PYTHON_DEPS': 'libpython3.11.a libpython3.11.so libpython3.so',
 'LINK_PYTHON_OBJS': '-L. -lpython3.11',
 'LIPO_32BIT_FLAGS': '',
 'LIPO_INTEL64_FLAGS': '',
 'LLVM_PROF_ERR': 'no',
 'LLVM_PROF_FILE': '',
 'LLVM_PROF_MERGER': 'true',
 'LN': 'ln',
 'LOCALMODLIBS': '-lm      -lm   -lz -lm -lm   -lexpat  -lexpat              '
                 '-lz',
 'MACHDEP': 'linux',
 'MACHDEP_OBJS': '',
 'MACHDESTLIB': '/usr/lib/x86_64-linux-gnu/python3.11',
 'MACOSX_DEPLOYMENT_TARGET': '',
 'MAINCC': 'x86_64-linux-gnu-gcc',
 'MAJOR_IN_MKDEV': 0,
 'MAJOR_IN_SYSMACROS': 1,
 'MAKESETUP': '../Modules/makesetup',
 'MANDIR': '/usr/share/man',
 'MKDIR_P': '/bin/mkdir -p',
 'MODBUILT_NAMES': '_bisect  _csv  _datetime  _heapq  _opcode  _pickle  '
                   '_random  _socket  _statistics  _struct  array  binascii  '
                   'cmath  math  select  _elementtree  pyexpat  _blake2  _md5  '
                   '_sha1  _sha256  _sha512  _sha3  unicodedata  '
                   '_posixsubprocess  fcntl  grp  spwd  syslog  zlib  atexit  '
                   'faulthandler  posix  _signal  _tracemalloc  _codecs  '
                   '_collections  errno  _io  itertools  _sre  _thread  time  '
                   '_weakref  _abc  _functools  _locale  _operator  _stat  '
                   '_symtable  pwd  _asyncio  _contextvars  _json  _lsprof  '
                   '_queue  _typing  _xxsubinterpreters  _zoneinfo  audioop  '
                   '_decimal  _bz2  _lzma  _gdbm  _codecs_cn  _codecs_hk  '
                   '_codecs_iso2022  _codecs_jp  _codecs_kr  _codecs_tw  '
                   '_multibytecodec  _crypt  mmap  nis  ossaudiodev  resource  '
                   'termios  _posixshmem  _multiprocessing  _sqlite3  _ssl  '
                   '_hashlib  _uuid  _tkinter  _xxtestfuzz  _testbuffer  '
                   '_testinternalcapi  _testcapi  _testclinic  '
                   '_testimportmultiple  _testmultiphase  _ctypes_test  '
                   'xxlimited  xxlimited_35  xxsubtype',
 'MODDISABLED_NAMES': '',
 'MODLIBS': '-lm      -lm   -lz -lm -lm   -lexpat  -lexpat              -lz',
 'MODOBJS': 'Modules/_bisectmodule.o  Modules/_csv.o  '
            'Modules/_datetimemodule.o  Modules/_heapqmodule.o  '
            'Modules/_opcode.o  Modules/_pickle.o  Modules/_randommodule.o  '
            'Modules/socketmodule.o  Modules/_statisticsmodule.o  '
            'Modules/_struct.o  Modules/arraymodule.o  Modules/binascii.o  '
            'Modules/cmathmodule.o  Modules/mathmodule.o  '
            'Modules/selectmodule.o  Modules/_elementtree.o  '
            'Modules/pyexpat.o  Modules/_blake2/blake2module.o '
            'Modules/_blake2/blake2b_impl.o Modules/_blake2/blake2s_impl.o  '
            'Modules/md5module.o  Modules/sha1module.o  '
            'Modules/sha256module.o  Modules/sha512module.o  '
            'Modules/_sha3/sha3module.o  Modules/unicodedata.o  '
            'Modules/_posixsubprocess.o  Modules/fcntlmodule.o  '
            'Modules/grpmodule.o  Modules/spwdmodule.o  '
            'Modules/syslogmodule.o  Modules/zlibmodule.o  '
            'Modules/atexitmodule.o  Modules/faulthandler.o  '
            'Modules/posixmodule.o  Modules/signalmodule.o  '
            'Modules/_tracemalloc.o  Modules/_codecsmodule.o  '
            'Modules/_collectionsmodule.o  Modules/errnomodule.o  '
            'Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o '
            'Modules/_io/bytesio.o Modules/_io/bufferedio.o '
            'Modules/_io/textio.o Modules/_io/stringio.o  '
            'Modules/itertoolsmodule.o  Modules/_sre/sre.o  '
            'Modules/_threadmodule.o  Modules/timemodule.o  '
            'Modules/_weakref.o  Modules/_abc.o  Modules/_functoolsmodule.o  '
            'Modules/_localemodule.o  Modules/_operator.o  Modules/_stat.o  '
            'Modules/symtablemodule.o  Modules/pwdmodule.o  '
            'Modules/xxsubtype.o',
 'MODSHARED_NAMES': '_asyncio _contextvars _json _lsprof _queue _typing '
                    '_xxsubinterpreters _zoneinfo audioop _decimal _bz2 _lzma '
                    '_gdbm _codecs_cn _codecs_hk _codecs_iso2022 _codecs_jp '
                    '_codecs_kr _codecs_tw _multibytecodec _crypt mmap nis '
                    'ossaudiodev resource termios _posixshmem _multiprocessing '
                    '_sqlite3 _ssl _hashlib _uuid _tkinter _xxtestfuzz '
                    '_testbuffer _testinternalcapi _testcapi _testclinic '
                    '_testimportmultiple _testmultiphase _ctypes_test '
                    'xxlimited xxlimited_35',
 'MODULE_ARRAY_LDFLAGS': '',
 'MODULE_ARRAY_STATE': 'yes',
 'MODULE_ATEXIT_LDFLAGS': '',
 'MODULE_AUDIOOP_LDFLAGS': '-lm',
 'MODULE_AUDIOOP_STATE': 'yes',
 'MODULE_BINASCII_CFLAGS': '-DUSE_ZLIB_CRC32',
 'MODULE_BINASCII_LDFLAGS': '-lz',
 'MODULE_BINASCII_STATE': 'yes',
 'MODULE_CMATH_DEPS': '../Modules/_math.h',
 'MODULE_CMATH_LDFLAGS': '-lm',
 'MODULE_CMATH_STATE': 'yes',
 'MODULE_ERRNO_LDFLAGS': '',
 'MODULE_FAULTHANDLER_LDFLAGS': '',
 'MODULE_FCNTL_LDFLAGS': '',
 'MODULE_FCNTL_STATE': 'yes',
 'MODULE_GRP_LDFLAGS': '',
 'MODULE_GRP_STATE': 'yes',
 'MODULE_ITERTOOLS_LDFLAGS': '',
 'MODULE_MATH_DEPS': '../Modules/_math.h',
 'MODULE_MATH_LDFLAGS': '-lm',
 'MODULE_MATH_STATE': 'yes',
 'MODULE_MMAP_STATE': 'yes',
 'MODULE_NIS_CFLAGS': '-I/usr/include/tirpc',
 'MODULE_NIS_LDFLAGS': '-lnsl -ltirpc',
 'MODULE_NIS_STATE': 'yes',
 'MODULE_OBJS': '\\',
 'MODULE_OSSAUDIODEV_LDFLAGS': '',
 'MODULE_OSSAUDIODEV_STATE': 'yes',
 'MODULE_POSIX_LDFLAGS': '',
 'MODULE_PWD_LDFLAGS': '',
 'MODULE_PWD_STATE': 'yes',
 'MODULE_PYEXPAT_CFLAGS': '',
 'MODULE_PYEXPAT_DEPS': '',
 'MODULE_PYEXPAT_LDFLAGS': '-lexpat',
 'MODULE_PYEXPAT_STATE': 'yes',
 'MODULE_RESOURCE_STATE': 'yes',
 'MODULE_SELECT_LDFLAGS': '',
 'MODULE_SELECT_STATE': 'yes',
 'MODULE_SPWD_LDFLAGS': '',
 'MODULE_SPWD_STATE': 'yes',
 'MODULE_SYSLOG_LDFLAGS': '',
 'MODULE_SYSLOG_STATE': 'yes',
 'MODULE_TERMIOS_STATE': 'yes',
 'MODULE_TIME_LDFLAGS': '',
 'MODULE_TIME_STATE': 'yes',
 'MODULE_UNICODEDATA_DEPS': '../Modules/unicodedata_db.h '
                            '../Modules/unicodename_db.h',
 'MODULE_UNICODEDATA_LDFLAGS': '',
 'MODULE_UNICODEDATA_STATE': 'yes',
 'MODULE_XXLIMITED_35_STATE': 'yes',
 'MODULE_XXLIMITED_STATE': 'yes',
 'MODULE_XXSUBTYPE_LDFLAGS': '',
 'MODULE_ZLIB_CFLAGS': '',
 'MODULE_ZLIB_LDFLAGS': '-lz',
 'MODULE_ZLIB_STATE': 'yes',
 'MODULE__ABC_LDFLAGS': '',
 'MODULE__ASYNCIO_STATE': 'yes',
 'MODULE__BISECT_LDFLAGS': '',
 'MODULE__BISECT_STATE': 'yes',
 'MODULE__BLAKE2_CFLAGS': '',
 'MODULE__BLAKE2_DEPS': '../Modules/_blake2/impl/blake2-config.h '
                        '../Modules/_blake2/impl/blake2-impl.h '
                        '../Modules/_blake2/impl/blake2.h '
                        '../Modules/_blake2/impl/blake2b-load-sse2.h '
                        '../Modules/_blake2/impl/blake2b-load-sse41.h '
                        '../Modules/_blake2/impl/blake2b-ref.c '
                        '../Modules/_blake2/impl/blake2b-round.h '
                        '../Modules/_blake2/impl/blake2b.c '
                        '../Modules/_blake2/impl/blake2s-load-sse2.h '
                        '../Modules/_blake2/impl/blake2s-load-sse41.h '
                        '../Modules/_blake2/impl/blake2s-load-xop.h '
                        '../Modules/_blake2/impl/blake2s-ref.c '
                        '../Modules/_blake2/impl/blake2s-round.h '
                        '../Modules/_blake2/impl/blake2s.c '
                        '../Modules/_blake2/blake2module.h '
                        '../Modules/hashlib.h',
 'MODULE__BLAKE2_LDFLAGS': '',
 'MODULE__BLAKE2_STATE': 'yes',
 'MODULE__BZ2_CFLAGS': '',
 'MODULE__BZ2_LDFLAGS': '-lbz2',
 'MODULE__BZ2_STATE': 'yes',
 'MODULE__CODECS_CN_STATE': 'yes',
 'MODULE__CODECS_HK_STATE': 'yes',
 'MODULE__CODECS_ISO2022_STATE': 'yes',
 'MODULE__CODECS_JP_STATE': 'yes',
 'MODULE__CODECS_KR_STATE': 'yes',
 'MODULE__CODECS_LDFLAGS': '',
 'MODULE__CODECS_TW_STATE': 'yes',
 'MODULE__COLLECTIONS_LDFLAGS': '',
 'MODULE__CONTEXTVARS_STATE': 'yes',
 'MODULE__CRYPT_CFLAGS': '',
 'MODULE__CRYPT_LDFLAGS': '-lcrypt',
 'MODULE__CRYPT_STATE': 'yes',
 'MODULE__CSV_LDFLAGS': '',
 'MODULE__CSV_STATE': 'yes',
 'MODULE__CTYPES_DEPS': '../Modules/_ctypes/ctypes.h',
 'MODULE__CTYPES_TEST_LDFLAGS': '-lm',
 'MODULE__CTYPES_TEST_STATE': 'yes',
 'MODULE__DATETIME_LDFLAGS': '-lm',
 'MODULE__DATETIME_STATE': 'yes',
 'MODULE__DECIMAL_CFLAGS': '-I../Modules/_decimal/libmpdec -DCONFIG_64=1 '
                           '-DANSI=1 -DHAVE_UINT128_T=1',
 'MODULE__DECIMAL_DEPS': '../Modules/_decimal/docstrings.h \\ '
                         'Modules/_decimal/libmpdec/libmpdec.a',
 'MODULE__DECIMAL_LDFLAGS': '-lm Modules/_decimal/libmpdec/libmpdec.a',
 'MODULE__DECIMAL_STATE': 'yes',
 'MODULE__ELEMENTTREE_CFLAGS': '',
 'MODULE__ELEMENTTREE_DEPS': '../Modules/pyexpat.c',
 'MODULE__ELEMENTTREE_STATE': 'yes',
 'MODULE__FUNCTOOLS_LDFLAGS': '',
 'MODULE__GDBM_CFLAGS': '',
 'MODULE__GDBM_LDFLAGS': '-lgdbm',
 'MODULE__GDBM_STATE': 'yes',
 'MODULE__HASHLIB_CFLAGS': '',
 'MODULE__HASHLIB_DEPS': '../Modules/hashlib.h',
 'MODULE__HASHLIB_LDFLAGS': '-lcrypto',
 'MODULE__HASHLIB_STATE': 'yes',
 'MODULE__HEAPQ_LDFLAGS': '',
 'MODULE__HEAPQ_STATE': 'yes',
 'MODULE__IO_CFLAGS': '-I../Modules/_io',
 'MODULE__IO_DEPS': '../Modules/_io/_iomodule.h',
 'MODULE__IO_LDFLAGS': '',
 'MODULE__IO_STATE': 'yes',
 'MODULE__JSON_STATE': 'yes',
 'MODULE__LOCALE_LDFLAGS': '',
 'MODULE__LSPROF_STATE': 'yes',
 'MODULE__LZMA_CFLAGS': '',
 'MODULE__LZMA_LDFLAGS': '-llzma',
 'MODULE__LZMA_STATE': 'yes',
 'MODULE__MD5_DEPS': '../Modules/hashlib.h',
 'MODULE__MD5_LDFLAGS': '',
 'MODULE__MD5_STATE': 'yes',
 'MODULE__MULTIBYTECODEC_STATE': 'yes',
 'MODULE__MULTIPROCESSING_CFLAGS': '-I../Modules/_multiprocessing',
 'MODULE__MULTIPROCESSING_STATE': 'yes',
 'MODULE__OPCODE_LDFLAGS': '',
 'MODULE__OPCODE_STATE': 'yes',
 'MODULE__OPERATOR_LDFLAGS': '',
 'MODULE__PICKLE_LDFLAGS': '',
 'MODULE__PICKLE_STATE': 'yes',
 'MODULE__POSIXSHMEM_CFLAGS': '-I../Modules/_multiprocessing',
 'MODULE__POSIXSHMEM_LDFLAGS': '',
 'MODULE__POSIXSHMEM_STATE': 'yes',
 'MODULE__POSIXSUBPROCESS_LDFLAGS': '',
 'MODULE__POSIXSUBPROCESS_STATE': 'yes',
 'MODULE__QUEUE_STATE': 'yes',
 'MODULE__RANDOM_LDFLAGS': '',
 'MODULE__RANDOM_STATE': 'yes',
 'MODULE__SCPROXY_STATE': 'n/a',
 'MODULE__SHA1_DEPS': '../Modules/hashlib.h',
 'MODULE__SHA1_LDFLAGS': '',
 'MODULE__SHA1_STATE': 'yes',
 'MODULE__SHA256_DEPS': '../Modules/hashlib.h',
 'MODULE__SHA256_LDFLAGS': '',
 'MODULE__SHA256_STATE': 'yes',
 'MODULE__SHA3_DEPS': '../Modules/_sha3/sha3.c ../Modules/_sha3/sha3.h '
                      '../Modules/hashlib.h',
 'MODULE__SHA3_LDFLAGS': '',
 'MODULE__SHA3_STATE': 'yes',
 'MODULE__SHA512_DEPS': '../Modules/hashlib.h',
 'MODULE__SHA512_LDFLAGS': '',
 'MODULE__SHA512_STATE': 'yes',
 'MODULE__SIGNAL_LDFLAGS': '',
 'MODULE__SOCKET_DEPS': '../Modules/socketmodule.h ../Modules/addrinfo.h '
                        '../Modules/getaddrinfo.c ../Modules/getnameinfo.c',
 'MODULE__SOCKET_LDFLAGS': '',
 'MODULE__SOCKET_STATE': 'yes',
 'MODULE__SQLITE3_CFLAGS': '-I../Modules/_sqlite',
 'MODULE__SQLITE3_DEPS': '../Modules/_sqlite/connection.h '
                         '../Modules/_sqlite/cursor.h '
                         '../Modules/_sqlite/microprotocols.h '
                         '../Modules/_sqlite/module.h '
                         '../Modules/_sqlite/prepare_protocol.h '
                         '../Modules/_sqlite/row.h ../Modules/_sqlite/util.h',
 'MODULE__SQLITE3_LDFLAGS': '-lsqlite3',
 'MODULE__SQLITE3_STATE': 'yes',
 'MODULE__SRE_LDFLAGS': '',
 'MODULE__SSL_CFLAGS': '',
 'MODULE__SSL_DEPS': '../Modules/_ssl.h ../Modules/_ssl/cert.c '
                     '../Modules/_ssl/debughelpers.c ../Modules/_ssl/misc.c '
                     '../Modules/_ssl_data.h ../Modules/_ssl_data_111.h '
                     '../Modules/_ssl_data_300.h ../Modules/socketmodule.h',
 'MODULE__SSL_LDFLAGS': '-lssl -lcrypto',
 'MODULE__SSL_STATE': 'yes',
 'MODULE__STATISTICS_LDFLAGS': '-lm',
 'MODULE__STATISTICS_STATE': 'yes',
 'MODULE__STAT_LDFLAGS': '',
 'MODULE__STRUCT_LDFLAGS': '',
 'MODULE__STRUCT_STATE': 'yes',
 'MODULE__SYMTABLE_LDFLAGS': '',
 'MODULE__TESTBUFFER_STATE': 'yes',
 'MODULE__TESTCAPI_DEPS': '../Modules/testcapi_long.h',
 'MODULE__TESTCAPI_STATE': 'yes',
 'MODULE__TESTCLINIC_STATE': 'yes',
 'MODULE__TESTIMPORTMULTIPLE_STATE': 'yes',
 'MODULE__TESTINTERNALCAPI_STATE': 'yes',
 'MODULE__TESTMULTIPHASE_STATE': 'yes',
 'MODULE__THREAD_LDFLAGS': '',
 'MODULE__TKINTER_CFLAGS': '-I/usr/include/tcl8.6  -Wno-strict-prototypes '
                           '-DWITH_APPINIT=1',
 'MODULE__TKINTER_LDFLAGS': '-ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6',
 'MODULE__TKINTER_STATE': 'yes',
 'MODULE__TRACEMALLOC_LDFLAGS': '',
 'MODULE__TYPING_STATE': 'yes',
 'MODULE__UUID_CFLAGS': '-I/usr/include/uuid',
 'MODULE__UUID_LDFLAGS': '-luuid',
 'MODULE__UUID_STATE': 'yes',
 'MODULE__WEAKREF_LDFLAGS': '',
 'MODULE__XXSUBINTERPRETERS_STATE': 'yes',
 'MODULE__XXTESTFUZZ_STATE': 'yes',
 'MODULE__ZONEINFO_STATE': 'yes',
 'MULTIARCH': 'x86_64-linux-gnu',
 'MULTIARCH_CPPFLAGS': '-DMULTIARCH=\\"x86_64-linux-gnu\\"',
 'MVWDELCH_IS_EXPRESSION': 1,
 'NO_AS_NEEDED': '',
 'OBJECT_OBJS': '\\',
 'OPENSSL_INCLUDES': '',
 'OPENSSL_LDFLAGS': '',
 'OPENSSL_LIBS': '-lssl -lcrypto',
 'OPENSSL_RPATH': '',
 'OPT': '-DNDEBUG -g -fwrapv -O2 -Wall',
 'OTHER_LIBTOOL_OPT': '',
 'PACKAGE_BUGREPORT': 0,
 'PACKAGE_NAME': 0,
 'PACKAGE_STRING': 0,
 'PACKAGE_TARNAME': 0,
 'PACKAGE_URL': 0,
 'PACKAGE_VERSION': 0,
 'PARSER_HEADERS': '\\',
 'PARSER_OBJS': '\\ \\ Parser/myreadline.o Parser/tokenizer.o',
 'PEGEN_HEADERS': '\\',
 'PEGEN_OBJS': '\\',
 'PGO_PROF_GEN_FLAG': '-fprofile-generate',
 'PGO_PROF_USE_FLAG': '',
 'PLATLIBDIR': 'lib',
 'POBJS': '\\',
 'POSIX_SEMAPHORES_NOT_ENABLED': 0,
 'PROFILE_TASK': '-m test --pgo --timeout=1200',
 'PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT': 1,
 'PTHREAD_SYSTEM_SCHED_SUPPORTED': 1,
 'PURIFY': '',
 'PY3LIBRARY': 'libpython3.so',
 'PYLONG_BITS_IN_DIGIT': 0,
 'PYTHON': 'python',
 'PYTHONFRAMEWORK': '',
 'PYTHONFRAMEWORKDIR': 'no-framework',
 'PYTHONFRAMEWORKINSTALLDIR': '',
 'PYTHONFRAMEWORKPREFIX': '',
 'PYTHONPATH': '',
 'PYTHON_FOR_BUILD': './python -E',
 'PYTHON_FOR_BUILD_DEPS': 'python',
 'PYTHON_FOR_FREEZE': './_bootstrap_python',
 'PYTHON_FOR_REGEN': '',
 'PYTHON_HEADERS': '\\',
 'PYTHON_OBJS': '\\',
 'PY_BUILTIN_HASHLIB_HASHES': '"md5,sha1,sha256,sha512,sha3,blake2"',
 'PY_BUILTIN_MODULE_CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
                             ' '
                             ' '
                             '-fstack-protector-strong -Wformat '
                             '-Werror=format-security  -g -fwrapv -O2  '
                             '  -std=c11 '
                             '-Wextra -Wno-unused-parameter '
                             '-Wno-missing-field-initializers '
                             '-Wstrict-prototypes '
                             '-Werror=implicit-function-declaration '
                             '-fvisibility=hidden  -I../Include/internal '
                             '-IObjects -IInclude -IPython -I. -I../Include '
                             '-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC '
                             '-DPy_BUILD_CORE_BUILTIN',
 'PY_CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
              ' '
              ' -fstack-protector-strong '
              '-Wformat -Werror=format-security  -g -fwrapv -O2  '
              ' ',
 'PY_CFLAGS_NODIST': '-std=c11 -Wextra -Wno-unused-parameter '
                     '-Wno-missing-field-initializers -Wstrict-prototypes '
                     '-Werror=implicit-function-declaration '
                     '-fvisibility=hidden  -I../Include/internal',
 'PY_COERCE_C_LOCALE': 1,
 'PY_CORE_CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
                   ' '
                   ' '
                   '-fstack-protector-strong -Wformat -Werror=format-security  -g '
                   '-fwrapv -O2    '
                   '-std=c11 -Wextra -Wno-unused-parameter '
                   '-Wno-missing-field-initializers -Wstrict-prototypes '
                   '-Werror=implicit-function-declaration -fvisibility=hidden  '
                   '-I../Include/internal -IObjects -IInclude -IPython -I. '
                   '-I../Include -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC '
                   '-DPy_BUILD_CORE',
 'PY_CORE_LDFLAGS': '  -g '
                    '-fwrapv -O2   ',
 'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. -I../Include -Wdate-time '
                '-D_FORTIFY_SOURCE=2',
 'PY_ENABLE_SHARED': 1,
 'PY_FORMAT_SIZE_T': '"z"',
 'PY_LDFLAGS': '  -g '
               '-fwrapv -O2   ',
 'PY_LDFLAGS_NODIST': '',
 'PY_LDFLAGS_NOLTO': '  -g '
                     '-fwrapv -O2   ',
 'PY_SQLITE_ENABLE_LOAD_EXTENSION': 1,
 'PY_SQLITE_HAVE_SERIALIZE': 1,
 'PY_SSL_DEFAULT_CIPHERS': 2,
 'PY_SSL_DEFAULT_CIPHER_STRING': 0,
 'PY_STDMODULE_CFLAGS': '-Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g '
                        ' '
                        ' '
                        '-fstack-protector-strong -Wformat -Werror=format-security  '
                        '-g -fwrapv -O2   '
                        ' -std=c11 -Wextra '
                        '-Wno-unused-parameter -Wno-missing-field-initializers '
                        '-Wstrict-prototypes '
                        '-Werror=implicit-function-declaration '
                        '-fvisibility=hidden  -I../Include/internal -IObjects '
                        '-IInclude -IPython -I. -I../Include -Wdate-time '
                        '-D_FORTIFY_SOURCE=2 -fPIC',
 'PY_SUPPORT_TIER': 1,
 'Py_DEBUG': 0,
 'Py_ENABLE_SHARED': 1,
 'Py_HASH_ALGORITHM': 0,
 'Py_STATS': 0,
 'Py_TRACE_REFS': 0,
 'QUICKTESTOPTS': '-x test_subprocess test_io test_lib2to3 \\',
 'READELF': 'readelf',
 'RESSRCDIR': 'Mac/Resources/framework',
 'RETSIGTYPE': 'void',
 'RUNSHARED': 'LD_LIBRARY_PATH=/build/reproducible-path/python3.11-3.11.2/build-shared',
 'SCRIPTDIR': '/usr/lib',
 'SETPGRP_HAVE_ARG': 0,
 'SHAREDMODS': 'Modules/_asyncio.cpython-311-x86_64-linux-gnu.so '
               'Modules/_contextvars.cpython-311-x86_64-linux-gnu.so '
               'Modules/_json.cpython-311-x86_64-linux-gnu.so '
               'Modules/_lsprof.cpython-311-x86_64-linux-gnu.so '
               'Modules/_queue.cpython-311-x86_64-linux-gnu.so '
               'Modules/_typing.cpython-311-x86_64-linux-gnu.so '
               'Modules/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so '
               'Modules/_zoneinfo.cpython-311-x86_64-linux-gnu.so '
               'Modules/audioop.cpython-311-x86_64-linux-gnu.so '
               'Modules/_decimal.cpython-311-x86_64-linux-gnu.so '
               'Modules/_bz2.cpython-311-x86_64-linux-gnu.so '
               'Modules/_lzma.cpython-311-x86_64-linux-gnu.so '
               'Modules/_gdbm.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_cn.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_hk.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_jp.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_kr.cpython-311-x86_64-linux-gnu.so '
               'Modules/_codecs_tw.cpython-311-x86_64-linux-gnu.so '
               'Modules/_multibytecodec.cpython-311-x86_64-linux-gnu.so '
               'Modules/_crypt.cpython-311-x86_64-linux-gnu.so '
               'Modules/mmap.cpython-311-x86_64-linux-gnu.so '
               'Modules/nis.cpython-311-x86_64-linux-gnu.so '
               'Modules/ossaudiodev.cpython-311-x86_64-linux-gnu.so '
               'Modules/resource.cpython-311-x86_64-linux-gnu.so '
               'Modules/termios.cpython-311-x86_64-linux-gnu.so '
               'Modules/_posixshmem.cpython-311-x86_64-linux-gnu.so '
               'Modules/_multiprocessing.cpython-311-x86_64-linux-gnu.so '
               'Modules/_sqlite3.cpython-311-x86_64-linux-gnu.so '
               'Modules/_ssl.cpython-311-x86_64-linux-gnu.so '
               'Modules/_hashlib.cpython-311-x86_64-linux-gnu.so '
               'Modules/_uuid.cpython-311-x86_64-linux-gnu.so '
               'Modules/_tkinter.cpython-311-x86_64-linux-gnu.so '
               'Modules/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testbuffer.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testinternalcapi.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testcapi.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testclinic.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testimportmultiple.cpython-311-x86_64-linux-gnu.so '
               'Modules/_testmultiphase.cpython-311-x86_64-linux-gnu.so '
               'Modules/_ctypes_test.cpython-311-x86_64-linux-gnu.so '
               'Modules/xxlimited.cpython-311-x86_64-linux-gnu.so '
               'Modules/xxlimited_35.cpython-311-x86_64-linux-gnu.so',
 'SHELL': '/bin/sh',
 'SHLIBS': '-ldl',
 'SHLIB_SUFFIX': '.so',
 'SIGNED_RIGHT_SHIFT_ZERO_FILLS': 0,
 'SITEPATH': '',
 'SIZEOF_DOUBLE': 8,
 'SIZEOF_FLOAT': 4,
 'SIZEOF_FPOS_T': 16,
 'SIZEOF_INT': 4,
 'SIZEOF_LONG': 8,
 'SIZEOF_LONG_DOUBLE': 16,
 'SIZEOF_LONG_LONG': 8,
 'SIZEOF_OFF_T': 8,
 'SIZEOF_PID_T': 4,
 'SIZEOF_PTHREAD_KEY_T': 4,
 'SIZEOF_PTHREAD_T': 8,
 'SIZEOF_SHORT': 2,
 'SIZEOF_SIZE_T': 8,
 'SIZEOF_TIME_T': 8,
 'SIZEOF_UINTPTR_T': 8,
 'SIZEOF_VOID_P': 8,
 'SIZEOF_WCHAR_T': 4,
 'SIZEOF__BOOL': 1,
 'SOABI': 'cpython-311-x86_64-linux-gnu',
 'SRCDIRS': 'Modules   Modules/_blake2   Modules/_ctypes   Modules/_decimal   '
            'Modules/_decimal/libmpdec   Modules/_io   '
            'Modules/_multiprocessing   Modules/_sha3   Modules/_sqlite   '
            'Modules/_sre   Modules/_xxtestfuzz   Modules/cjkcodecs   '
            'Modules/expat   Objects   Parser   Programs   Python   '
            'Python/frozen_modules   Python/deepfreeze',
 'SRC_GDB_HOOKS': '../Tools/gdb/libpython.py',
 'STATIC_LIBPYTHON': 1,
 'STDC_HEADERS': 1,
 'STRICT_SYSV_CURSES': "/* Don't use ncurses extensions */",
 'STRIPFLAG': '-s',
 'SUBDIRS': '',
 'SUBDIRSTOO': 'Include Lib Misc',
 'SYSLIBS': '-lm',
 'SYS_SELECT_WITH_SYS_TIME': 1,
 'TESTOPTS': '',
 'TESTPATH': '',
 'TESTPYTHON': 'LD_LIBRARY_PATH=/build/reproducible-path/python3.11-3.11.2/build-shared '
               './python -E',
 'TESTPYTHONOPTS': '',
 'TESTRUNNER': 'LD_LIBRARY_PATH=/build/reproducible-path/python3.11-3.11.2/build-shared '
               './python -E ../Tools/scripts/run_tests.py',
 'TESTSUBDIRS': 'ctypes/test \\',
 'TESTTIMEOUT': 1200,
 'TEST_MODULES': 'yes',
 'THREAD_STACK_SIZE': 0,
 'TIMEMODULE_LIB': 0,
 'TIME_WITH_SYS_TIME': 1,
 'TM_IN_SYS_TIME': 0,
 'TZPATH': '/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo',
 'UNICODE_DEPS': '\\',
 'UNIVERSALSDK': '',
 'UPDATE_FILE': '../Tools/scripts/update_file.py',
 'USE_COMPUTED_GOTOS': 1,
 'VERSION': '3.11',
 'VPATH': '..',
 'WASM_ASSETS_DIR': './usr',
 'WASM_STDLIB': './usr/lib/python3.11/os.py',
 'WHEEL_PKG_DIR': '/usr/share/python-wheels/',
 'WINDOW_HAS_FLAGS': 1,
 'WITH_DECIMAL_CONTEXTVAR': 1,
 'WITH_DOC_STRINGS': 1,
 'WITH_DTRACE': 1,
 'WITH_DYLD': 0,
 'WITH_EDITLINE': 0,
 'WITH_FREELISTS': 1,
 'WITH_LIBINTL': 0,
 'WITH_NEXT_FRAMEWORK': 0,
 'WITH_PYMALLOC': 1,
 'WITH_VALGRIND': 0,
 'X87_DOUBLE_ROUNDING': 0,
 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax',
 'abs_builddir': '/build/reproducible-path/python3.11-3.11.2/build-shared',
 'abs_srcdir': '/build/reproducible-path/python3.11-3.11.2/build-shared/..',
 'datarootdir': '/usr/share',
 'exec_prefix': '/usr',
 'prefix': '/usr',
 'srcdir': '..'}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 """Thread-local objects.

(Note that this module provides a Python version of the threading.local
 class.  Depending on the version of Python you're using, there may be a
 faster one available.  You should always import the `local` class from
 `threading`.)

Thread-local objects support the management of thread-local data.
If you have data that you want to be local to a thread, simply create
a thread-local object and use its attributes:

  >>> mydata = local()
  >>> mydata.number = 42
  >>> mydata.number
  42

You can also access the local-object's dictionary:

  >>> mydata.__dict__
  {'number': 42}
  >>> mydata.__dict__.setdefault('widgets', [])
  []
  >>> mydata.widgets
  []

What's important about thread-local objects is that their data are
local to a thread. If we access the data in a different thread:

  >>> log = []
  >>> def f():
  ...     items = sorted(mydata.__dict__.items())
  ...     log.append(items)
  ...     mydata.number = 11
  ...     log.append(mydata.number)

  >>> import threading
  >>> thread = threading.Thread(target=f)
  >>> thread.start()
  >>> thread.join()
  >>> log
  [[], 11]

we get different data.  Furthermore, changes made in the other thread
don't affect data seen in this thread:

  >>> mydata.number
  42

Of course, values you get from a local object, including a __dict__
attribute, are for whatever thread was current at the time the
attribute was read.  For that reason, you generally don't want to save
these values across threads, as they apply only to the thread they
came from.

You can create custom local objects by subclassing the local class:

  >>> class MyLocal(local):
  ...     number = 2
  ...     def __init__(self, /, **kw):
  ...         self.__dict__.update(kw)
  ...     def squared(self):
  ...         return self.number ** 2

This can be useful to support default values, methods and
initialization.  Note that if you define an __init__ method, it will be
called each time the local object is used in a separate thread.  This
is necessary to initialize each thread's dictionary.

Now if we create a local object:

  >>> mydata = MyLocal(color='red')

Now we have a default number:

  >>> mydata.number
  2

an initial color:

  >>> mydata.color
  'red'
  >>> del mydata.color

And a method that operates on the data:

  >>> mydata.squared()
  4

As before, we can access the data in a separate thread:

  >>> log = []
  >>> thread = threading.Thread(target=f)
  >>> thread.start()
  >>> thread.join()
  >>> log
  [[('color', 'red')], 11]

without affecting this thread's data:

  >>> mydata.number
  2
  >>> mydata.color
  Traceback (most recent call last):
  ...
  AttributeError: 'MyLocal' object has no attribute 'color'

Note that subclasses can define slots, but they are not thread
local. They are shared across threads:

  >>> class MyLocal(local):
  ...     __slots__ = 'number'

  >>> mydata = MyLocal()
  >>> mydata.number = 42
  >>> mydata.color = 'red'

So, the separate thread:

  >>> thread = threading.Thread(target=f)
  >>> thread.start()
  >>> thread.join()

affects what we see:

  >>> mydata.number
  11

>>> del mydata
"""

from weakref import ref
from contextlib import contextmanager

__all__ = ["local"]

# We need to use objects from the threading module, but the threading
# module may also want to use our `local` class, if support for locals
# isn't compiled in to the `thread` module.  This creates potential problems
# with circular imports.  For that reason, we don't import `threading`
# until the bottom of this file (a hack sufficient to worm around the
# potential problems).  Note that all platforms on CPython do have support
# for locals in the `thread` module, and there is no circular import problem
# then, so problems introduced by fiddling the order of imports here won't
# manifest.

class _localimpl:
    """A class managing thread-local dicts"""
    __slots__ = 'key', 'dicts', 'localargs', 'locallock', '__weakref__'

    def __init__(self):
        # The key used in the Thread objects' attribute dicts.
        # We keep it a string for speed but make it unlikely to clash with
        # a "real" attribute.
        self.key = '_threading_local._localimpl.' + str(id(self))
        # { id(Thread) -> (ref(Thread), thread-local dict) }
        self.dicts = {}

    def get_dict(self):
        """Return the dict for the current thread. Raises KeyError if none
        defined."""
        thread = current_thread()
        return self.dicts[id(thread)][1]

    def create_dict(self):
        """Create a new dict for the current thread, and return it."""
        localdict = {}
        key = self.key
        thread = current_thread()
        idt = id(thread)
        def local_deleted(_, key=key):
            # When the localimpl is deleted, remove the thread attribute.
            thread = wrthread()
            if thread is not None:
                del thread.__dict__[key]
        def thread_deleted(_, idt=idt):
            # When the thread is deleted, remove the local dict.
            # Note that this is suboptimal if the thread object gets
            # caught in a reference loop. We would like to be called
            # as soon as the OS-level thread ends instead.
            local = wrlocal()
            if local is not None:
                dct = local.dicts.pop(idt)
        wrlocal = ref(self, local_deleted)
        wrthread = ref(thread, thread_deleted)
        thread.__dict__[key] = wrlocal
        self.dicts[idt] = wrthread, localdict
        return localdict


@contextmanager
def _patch(self):
    impl = object.__getattribute__(self, '_local__impl')
    try:
        dct = impl.get_dict()
    except KeyError:
        dct = impl.create_dict()
        args, kw = impl.localargs
        self.__init__(*args, **kw)
    with impl.locallock:
        object.__setattr__(self, '__dict__', dct)
        yield


class local:
    __slots__ = '_local__impl', '__dict__'

    def __new__(cls, /, *args, **kw):
        if (args or kw) and (cls.__init__ is object.__init__):
            raise TypeError("Initialization arguments are not supported")
        self = object.__new__(cls)
        impl = _localimpl()
        impl.localargs = (args, kw)
        impl.locallock = RLock()
        object.__setattr__(self, '_local__impl', impl)
        # We need to create the thread dict in anticipation of
        # __init__ being called, to make sure we don't call it
        # again ourselves.
        impl.create_dict()
        return self

    def __getattribute__(self, name):
        with _patch(self):
            return object.__getattribute__(self, name)

    def __setattr__(self, name, value):
        if name == '__dict__':
            raise AttributeError(
                "%r object attribute '__dict__' is read-only"
                % self.__class__.__name__)
        with _patch(self):
            return object.__setattr__(self, name, value)

    def __delattr__(self, name):
        if name == '__dict__':
            raise AttributeError(
                "%r object attribute '__dict__' is read-only"
                % self.__class__.__name__)
        with _patch(self):
            return object.__delattr__(self, name)


from threading import current_thread, RLock
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            # Access WeakSet through the weakref module.
# This code is separated-out because it is needed
# by abc.py to load everything else at startup.

from _weakref import ref
from types import GenericAlias

__all__ = ['WeakSet']


class _IterationGuard:
    # This context manager registers itself in the current iterators of the
    # weak container, such as to delay all removals until the context manager
    # exits.
    # This technique should be relatively thread-safe (since sets are).

    def __init__(self, weakcontainer):
        # Don't create cycles
        self.weakcontainer = ref(weakcontainer)

    def __enter__(self):
        w = self.weakcontainer()
        if w is not None:
            w._iterating.add(self)
        return self

    def __exit__(self, e, t, b):
        w = self.weakcontainer()
        if w is not None:
            s = w._iterating
            s.remove(self)
            if not s:
                w._commit_removals()


class WeakSet:
    def __init__(self, data=None):
        self.data = set()
        def _remove(item, selfref=ref(self)):
            self = selfref()
            if self is not None:
                if self._iterating:
                    self._pending_removals.append(item)
                else:
                    self.data.discard(item)
        self._remove = _remove
        # A list of keys to be removed
        self._pending_removals = []
        self._iterating = set()
        if data is not None:
            self.update(data)

    def _commit_removals(self):
        pop = self._pending_removals.pop
        discard = self.data.discard
        while True:
            try:
                item = pop()
            except IndexError:
                return
            discard(item)

    def __iter__(self):
        with _IterationGuard(self):
            for itemref in self.data:
                item = itemref()
                if item is not None:
                    # Caveat: the iterator will keep a strong reference to
                    # `item` until it is resumed or closed.
                    yield item

    def __len__(self):
        return len(self.data) - len(self._pending_removals)

    def __contains__(self, item):
        try:
            wr = ref(item)
        except TypeError:
            return False
        return wr in self.data

    def __reduce__(self):
        return self.__class__, (list(self),), self.__getstate__()

    def add(self, item):
        if self._pending_removals:
            self._commit_removals()
        self.data.add(ref(item, self._remove))

    def clear(self):
        if self._pending_removals:
            self._commit_removals()
        self.data.clear()

    def copy(self):
        return self.__class__(self)

    def pop(self):
        if self._pending_removals:
            self._commit_removals()
        while True:
            try:
                itemref = self.data.pop()
            except KeyError:
                raise KeyError('pop from empty WeakSet') from None
            item = itemref()
            if item is not None:
                return item

    def remove(self, item):
        if self._pending_removals:
            self._commit_removals()
        self.data.remove(ref(item))

    def discard(self, item):
        if self._pending_removals:
            self._commit_removals()
        self.data.discard(ref(item))

    def update(self, other):
        if self._pending_removals:
            self._commit_removals()
        for element in other:
            self.add(element)

    def __ior__(self, other):
        self.update(other)
        return self

    def difference(self, other):
        newset = self.copy()
        newset.difference_update(other)
        return newset
    __sub__ = difference

    def difference_update(self, other):
        self.__isub__(other)
    def __isub__(self, other):
        if self._pending_removals:
            self._commit_removals()
        if self is other:
            self.data.clear()
        else:
            self.data.difference_update(ref(item) for item in other)
        return self

    def intersection(self, other):
        return self.__class__(item for item in other if item in self)
    __and__ = intersection

    def intersection_update(self, other):
        self.__iand__(other)
    def __iand__(self, other):
        if self._pending_removals:
            self._commit_removals()
        self.data.intersection_update(ref(item) for item in other)
        return self

    def issubset(self, other):
        return self.data.issubset(ref(item) for item in other)
    __le__ = issubset

    def __lt__(self, other):
        return self.data < set(map(ref, other))

    def issuperset(self, other):
        return self.data.issuperset(ref(item) for item in other)
    __ge__ = issuperset

    def __gt__(self, other):
        return self.data > set(map(ref, other))

    def __eq__(self, other):
        if not isinstance(other, self.__class__):
            return NotImplemented
        return self.data == set(map(ref, other))

    def symmetric_difference(self, other):
        newset = self.copy()
        newset.symmetric_difference_update(other)
        return newset
    __xor__ = symmetric_difference

    def symmetric_difference_update(self, other):
        self.__ixor__(other)
    def __ixor__(self, other):
        if self._pending_removals:
            self._commit_removals()
        if self is other:
            self.data.clear()
        else:
            self.data.symmetric_difference_update(ref(item, self._remove) for item in other)
        return self

    def union(self, other):
        return self.__class__(e for s in (self, other) for e in s)
    __or__ = union

    def isdisjoint(self, other):
        return len(self.intersection(other)) == 0

    def __repr__(self):
        return repr(self.data)

    __class_getitem__ = classmethod(GenericAlias)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           # Copyright 2007 Google, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement.

"""Abstract Base Classes (ABCs) according to PEP 3119."""


def abstractmethod(funcobj):
    """A decorator indicating abstract methods.

    Requires that the metaclass is ABCMeta or derived from it.  A
    class that has a metaclass derived from ABCMeta cannot be
    instantiated unless all of its abstract methods are overridden.
    The abstract methods can be called using any of the normal
    'super' call mechanisms.  abstractmethod() may be used to declare
    abstract methods for properties and descriptors.

    Usage:

        class C(metaclass=ABCMeta):
            @abstractmethod
            def my_abstract_method(self, ...):
                ...
    """
    funcobj.__isabstractmethod__ = True
    return funcobj


class abstractclassmethod(classmethod):
    """A decorator indicating abstract classmethods.

    Deprecated, use 'classmethod' with 'abstractmethod' instead:

        class C(ABC):
            @classmethod
            @abstractmethod
            def my_abstract_classmethod(cls, ...):
                ...

    """

    __isabstractmethod__ = True

    def __init__(self, callable):
        callable.__isabstractmethod__ = True
        super().__init__(callable)


class abstractstaticmethod(staticmethod):
    """A decorator indicating abstract staticmethods.

    Deprecated, use 'staticmethod' with 'abstractmethod' instead:

        class C(ABC):
            @staticmethod
            @abstractmethod
            def my_abstract_staticmethod(...):
                ...

    """

    __isabstractmethod__ = True

    def __init__(self, callable):
        callable.__isabstractmethod__ = True
        super().__init__(callable)


class abstractproperty(property):
    """A decorator indicating abstract properties.

    Deprecated, use 'property' with 'abstractmethod' instead:

        class C(ABC):
            @property
            @abstractmethod
            def my_abstract_property(self):
                ...

    """

    __isabstractmethod__ = True


try:
    from _abc import (get_cache_token, _abc_init, _abc_register,
                      _abc_instancecheck, _abc_subclasscheck, _get_dump,
                      _reset_registry, _reset_caches)
except ImportError:
    from _py_abc import ABCMeta, get_cache_token
    ABCMeta.__module__ = 'abc'
else:
    class ABCMeta(type):
        """Metaclass for defining Abstract Base Classes (ABCs).

        Use this metaclass to create an ABC.  An ABC can be subclassed
        directly, and then acts as a mix-in class.  You can also register
        unrelated concrete classes (even built-in classes) and unrelated
        ABCs as 'virtual subclasses' -- these and their descendants will
        be considered subclasses of the registering ABC by the built-in
        issubclass() function, but the registering ABC won't show up in
        their MRO (Method Resolution Order) nor will method
        implementations defined by the registering ABC be callable (not
        even via super()).
        """
        def __new__(mcls, name, bases, namespace, /, **kwargs):
            cls = super().__new__(mcls, name, bases, namespace, **kwargs)
            _abc_init(cls)
            return cls

        def register(cls, subclass):
            """Register a virtual subclass of an ABC.

            Returns the subclass, to allow usage as a class decorator.
            """
            return _abc_register(cls, subclass)

        def __instancecheck__(cls, instance):
            """Override for isinstance(instance, cls)."""
            return _abc_instancecheck(cls, instance)

        def __subclasscheck__(cls, subclass):
            """Override for issubclass(subclass, cls)."""
            return _abc_subclasscheck(cls, subclass)

        def _dump_registry(cls, file=None):
            """Debug helper to print the ABC registry."""
            print(f"Class: {cls.__module__}.{cls.__qualname__}", file=file)
            print(f"Inv. counter: {get_cache_token()}", file=file)
            (_abc_registry, _abc_cache, _abc_negative_cache,
             _abc_negative_cache_version) = _get_dump(cls)
            print(f"_abc_registry: {_abc_registry!r}", file=file)
            print(f"_abc_cache: {_abc_cache!r}", file=file)
            print(f"_abc_negative_cache: {_abc_negative_cache!r}", file=file)
            print(f"_abc_negative_cache_version: {_abc_negative_cache_version!r}",
                  file=file)

        def _abc_registry_clear(cls):
            """Clear the registry (for debugging or testing)."""
            _reset_registry(cls)

        def _abc_caches_clear(cls):
            """Clear the caches (for debugging or testing)."""
            _reset_caches(cls)


def update_abstractmethods(cls):
    """Recalculate the set of abstract methods of an abstract class.

    If a class has had one of its abstract methods implemented after the
    class was created, the method will not be considered implemented until
    this function is called. Alternatively, if a new abstract method has been
    added to the class, it will only be considered an abstract method of the
    class after this function is called.

    This function should be called before any use is made of the class,
    usually in class decorators that add methods to the subject class.

    Returns cls, to allow usage as a class decorator.

    If cls is not an instance of ABCMeta, does nothing.
    """
    if not hasattr(cls, '__abstractmethods__'):
        # We check for __abstractmethods__ here because cls might by a C
        # implementation or a python implementation (especially during
        # testing), and we want to handle both cases.
        return cls

    abstracts = set()
    # Check the existing abstract methods of the parents, keep only the ones
    # that are not implemented.
    for scls in cls.__bases__:
        for name in getattr(scls, '__abstractmethods__', ()):
            value = getattr(cls, name, None)
            if getattr(value, "__isabstractmethod__", False):
                abstracts.add(name)
    # Also add any other newly added abstract methods.
    for name, value in cls.__dict__.items():
        if getattr(value, "__isabstractmethod__", False):
            abstracts.add(name)
    cls.__abstractmethods__ = frozenset(abstracts)
    return cls


class ABC(metaclass=ABCMeta):
    """Helper class that provides a standard way to create an ABC using
    inheritance.
    """
    __slots__ = ()
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   """
    ast
    ~~~

    The `ast` module helps Python applications to process trees of the Python
    abstract syntax grammar.  The abstract syntax itself might change with
    each Python release; this module helps to find out programmatically what
    the current grammar looks like and allows modifications of it.

    An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as
    a flag to the `compile()` builtin function or by using the `parse()`
    function from this module.  The result will be a tree of objects whose
    classes all inherit from `ast.AST`.

    A modified abstract syntax tree can be compiled into a Python code object
    using the built-in `compile()` function.

    Additionally various helper functions are provided that make working with
    the trees simpler.  The main intention of the helper functions and this
    module in general is to provide an easy to use interface for libraries
    that work tightly with the python syntax (template engines for example).


    :copyright: Copyright 2008 by Armin Ronacher.
    :license: Python License.
"""
import sys
from _ast import *
from contextlib import contextmanager, nullcontext
from enum import IntEnum, auto, _simple_enum


def parse(source, filename='<unknown>', mode='exec', *,
          type_comments=False, feature_version=None):
    """
    Parse the source into an AST node.
    Equivalent to compile(source, filename, mode, PyCF_ONLY_AST).
    Pass type_comments=True to get back type comments where the syntax allows.
    """
    flags = PyCF_ONLY_AST
    if type_comments:
        flags |= PyCF_TYPE_COMMENTS
    if isinstance(feature_version, tuple):
        major, minor = feature_version  # Should be a 2-tuple.
        assert major == 3
        feature_version = minor
    elif feature_version is None:
        feature_version = -1
    # Else it should be an int giving the minor version for 3.x.
    return compile(source, filename, mode, flags,
                   _feature_version=feature_version)


def literal_eval(node_or_string):
    """
    Evaluate an expression node or a string containing only a Python
    expression.  The string or node provided may only consist of the following
    Python literal structures: strings, bytes, numbers, tuples, lists, dicts,
    sets, booleans, and None.

    Caution: A complex expression can overflow the C stack and cause a crash.
    """
    if isinstance(node_or_string, str):
        node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
    if isinstance(node_or_string, Expression):
        node_or_string = node_or_string.body
    def _raise_malformed_node(node):
        msg = "malformed node or string"
        if lno := getattr(node, 'lineno', None):
            msg += f' on line {lno}'
        raise ValueError(msg + f': {node!r}')
    def _convert_num(node):
        if not isinstance(node, Constant) or type(node.value) not in (int, float, complex):
            _raise_malformed_node(node)
        return node.value
    def _convert_signed_num(node):
        if isinstance(node, UnaryOp) and isinstance(node.op, (UAdd, USub)):
            operand = _convert_num(node.operand)
            if isinstance(node.op, UAdd):
                return + operand
            else:
                return - operand
        return _convert_num(node)
    def _convert(node):
        if isinstance(node, Constant):
            return node.value
        elif isinstance(node, Tuple):
            return tuple(map(_convert, node.elts))
        elif isinstance(node, List):
            return list(map(_convert, node.elts))
        elif isinstance(node, Set):
            return set(map(_convert, node.elts))
        elif (isinstance(node, Call) and isinstance(node.func, Name) and
              node.func.id == 'set' and node.args == node.keywords == []):
            return set()
        elif isinstance(node, Dict):
            if len(node.keys) != len(node.values):
                _raise_malformed_node(node)
            return dict(zip(map(_convert, node.keys),
                            map(_convert, node.values)))
        elif isinstance(node, BinOp) and isinstance(node.op, (Add, Sub)):
            left = _convert_signed_num(node.left)
            right = _convert_num(node.right)
            if isinstance(left, (int, float)) and isinstance(right, complex):
                if isinstance(node.op, Add):
                    return left + right
                else:
                    return left - right
        return _convert_signed_num(node)
    return _convert(node_or_string)


def dump(node, annotate_fields=True, include_attributes=False, *, indent=None):
    """
    Return a formatted dump of the tree in node.  This is mainly useful for
    debugging purposes.  If annotate_fields is true (by default),
    the returned string will show the names and the values for fields.
    If annotate_fields is false, the result string will be more compact by
    omitting unambiguous field names.  Attributes such as line
    numbers and column offsets are not dumped by default.  If this is wanted,
    include_attributes can be set to true.  If indent is a non-negative
    integer or string, then the tree will be pretty-printed with that indent
    level. None (the default) selects the single line representation.
    """
    def _format(node, level=0):
        if indent is not None:
            level += 1
            prefix = '\n' + indent * level
            sep = ',\n' + indent * level
        else:
            prefix = ''
            sep = ', '
        if isinstance(node, AST):
            cls = type(node)
            args = []
            allsimple = True
            keywords = annotate_fields
            for name in node._fields:
                try:
                    value = getattr(node, name)
                except AttributeError:
                    keywords = True
                    continue
                if value is None and getattr(cls, name, ...) is None:
                    keywords = True
                    continue
                value, simple = _format(value, level)
                allsimple = allsimple and simple
                if keywords:
                    args.append('%s=%s' % (name, value))
                else:
                    args.append(value)
            if include_attributes and node._attributes:
                for name in node._attributes:
                    try:
                        value = getattr(node, name)
                    except AttributeError:
                        continue
                    if value is None and getattr(cls, name, ...) is None:
                        continue
                    value, simple = _format(value, level)
                    allsimple = allsimple and simple
                    args.append('%s=%s' % (name, value))
            if allsimple and len(args) <= 3:
                return '%s(%s)' % (node.__class__.__name__, ', '.join(args)), not args
            return '%s(%s%s)' % (node.__class__.__name__, prefix, sep.join(args)), False
        elif isinstance(node, list):
            if not node:
                return '[]', True
            return '[%s%s]' % (prefix, sep.join(_format(x, level)[0] for x in node)), False
        return repr(node), True

    if not isinstance(node, AST):
        raise TypeError('expected AST, got %r' % node.__class__.__name__)
    if indent is not None and not isinstance(indent, str):
        indent = ' ' * indent
    return _format(node)[0]


def copy_location(new_node, old_node):
    """
    Copy source location (`lineno`, `col_offset`, `end_lineno`, and `end_col_offset`
    attributes) from *old_node* to *new_node* if possible, and return *new_node*.
    """
    for attr in 'lineno', 'col_offset', 'end_lineno', 'end_col_offset':
        if attr in old_node._attributes and attr in new_node._attributes:
            value = getattr(old_node, attr, None)
            # end_lineno and end_col_offset are optional attributes, and they
            # should be copied whether the value is None or not.
            if value is not None or (
                hasattr(old_node, attr) and attr.startswith("end_")
            ):
                setattr(new_node, attr, value)
    return new_node


def fix_missing_locations(node):
    """
    When you compile a node tree with compile(), the compiler expects lineno and
    col_offset attributes for every node that supports them.  This is rather
    tedious to fill in for generated nodes, so this helper adds these attributes
    recursively where not already set, by setting them to the values of the
    parent node.  It works recursively starting at *node*.
    """
    def _fix(node, lineno, col_offset, end_lineno, end_col_offset):
        if 'lineno' in node._attributes:
            if not hasattr(node, 'lineno'):
                node.lineno = lineno
            else:
                lineno = node.lineno
        if 'end_lineno' in node._attributes:
            if getattr(node, 'end_lineno', None) is None:
                node.end_lineno = end_lineno
            else:
                end_lineno = node.end_lineno
        if 'col_offset' in node._attributes:
            if not hasattr(node, 'col_offset'):
                node.col_offset = col_offset
            else:
                col_offset = node.col_offset
        if 'end_col_offset' in node._attributes:
            if getattr(node, 'end_col_offset', None) is None:
                node.end_col_offset = end_col_offset
            else:
                end_col_offset = node.end_col_offset
        for child in iter_child_nodes(node):
            _fix(child, lineno, col_offset, end_lineno, end_col_offset)
    _fix(node, 1, 0, 1, 0)
    return node


def increment_lineno(node, n=1):
    """
    Increment the line number and end line number of each node in the tree
    starting at *node* by *n*. This is useful to "move code" to a different
    location in a file.
    """
    for child in walk(node):
        # TypeIgnore is a special case where lineno is not an attribute
        # but rather a field of the node itself.
        if isinstance(child, TypeIgnore):
            child.lineno = getattr(child, 'lineno', 0) + n
            continue

        if 'lineno' in child._attributes:
            child.lineno = getattr(child, 'lineno', 0) + n
        if (
            "end_lineno" in child._attributes
            and (end_lineno := getattr(child, "end_lineno", 0)) is not None
        ):
            child.end_lineno = end_lineno + n
    return node


def iter_fields(node):
    """
    Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields``
    that is present on *node*.
    """
    for field in node._fields:
        try:
            yield field, getattr(node, field)
        except AttributeError:
            pass


def iter_child_nodes(node):
    """
    Yield all direct child nodes of *node*, that is, all fields that are nodes
    and all items of fields that are lists of nodes.
    """
    for name, field in iter_fields(node):
        if isinstance(field, AST):
            yield field
        elif isinstance(field, list):
            for item in field:
                if isinstance(item, AST):
                    yield item


def get_docstring(node, clean=True):
    """
    Return the docstring for the given node or None if no docstring can
    be found.  If the node provided does not have docstrings a TypeError
    will be raised.

    If *clean* is `True`, all tabs are expanded to spaces and any whitespace
    that can be uniformly removed from the second line onwards is removed.
    """
    if not isinstance(node, (AsyncFunctionDef, FunctionDef, ClassDef, Module)):
        raise TypeError("%r can't have docstrings" % node.__class__.__name__)
    if not(node.body and isinstance(node.body[0], Expr)):
        return None
    node = node.body[0].value
    if isinstance(node, Str):
        text = node.s
    elif isinstance(node, Constant) and isinstance(node.value, str):
        text = node.value
    else:
        return None
    if clean:
        import inspect
        text = inspect.cleandoc(text)
    return text


def _splitlines_no_ff(source):
    """Split a string into lines ignoring form feed and other chars.

    This mimics how the Python parser splits source code.
    """
    idx = 0
    lines = []
    next_line = ''
    while idx < len(source):
        c = source[idx]
        next_line += c
        idx += 1
        # Keep \r\n together
        if c == '\r' and idx < len(source) and source[idx] == '\n':
            next_line += '\n'
            idx += 1
        if c in '\r\n':
            lines.append(next_line)
            next_line = ''

    if next_line:
        lines.append(next_line)
    return lines


def _pad_whitespace(source):
    r"""Replace all chars except '\f\t' in a line with spaces."""
    result = ''
    for c in source:
        if c in '\f\t':
            result += c
        else:
            result += ' '
    return result


def get_source_segment(source, node, *, padded=False):
    """Get source code segment of the *source* that generated *node*.

    If some location information (`lineno`, `end_lineno`, `col_offset`,
    or `end_col_offset`) is missing, return None.

    If *padded* is `True`, the first line of a multi-line statement will
    be padded with spaces to match its original position.
    """
    try:
        if node.end_lineno is None or node.end_col_offset is None:
            return None
        lineno = node.lineno - 1
        end_lineno = node.end_lineno - 1
        col_offset = node.col_offset
        end_col_offset = node.end_col_offset
    except AttributeError:
        return None

    lines = _splitlines_no_ff(source)
    if end_lineno == lineno:
        return lines[lineno].encode()[col_offset:end_col_offset].decode()

    if padded:
        padding = _pad_whitespace(lines[lineno].encode()[:col_offset].decode())
    else:
        padding = ''

    first = padding + lines[lineno].encode()[col_offset:].decode()
    last = lines[end_lineno].encode()[:end_col_offset].decode()
    lines = lines[lineno+1:end_lineno]

    lines.insert(0, first)
    lines.append(last)
    return ''.join(lines)


def walk(node):
    """
    Recursively yield all descendant nodes in the tree starting at *node*
    (including *node* itself), in no specified order.  This is useful if you
    only want to modify nodes in place and don't care about the context.
    """
    from collections import deque
    todo = deque([node])
    while todo:
        node = todo.popleft()
        todo.extend(iter_child_nodes(node))
        yield node


class NodeVisitor(object):
    """
    A node visitor base class that walks the abstract syntax tree and calls a
    visitor function for every node found.  This function may return a value
    which is forwarded by the `visit` method.

    This class is meant to be subclassed, with the subclass adding visitor
    methods.

    Per default the visitor functions for the nodes are ``'visit_'`` +
    class name of the node.  So a `TryFinally` node visit function would
    be `visit_TryFinally`.  This behavior can be changed by overriding
    the `visit` method.  If no visitor function exists for a node
    (return value `None`) the `generic_visit` visitor is used instead.

    Don't use the `NodeVisitor` if you want to apply changes to nodes during
    traversing.  For this a special visitor exists (`NodeTransformer`) that
    allows modifications.
    """

    def visit(self, node):
        """Visit a node."""
        method = 'visit_' + node.__class__.__name__
        visitor = getattr(self, method, self.generic_visit)
        return visitor(node)

    def generic_visit(self, node):
        """Called if no explicit visitor function exists for a node."""
        for field, value in iter_fields(node):
            if isinstance(value, list):
                for item in value:
                    if isinstance(item, AST):
                        self.visit(item)
            elif isinstance(value, AST):
                self.visit(value)

    def visit_Constant(self, node):
        value = node.value
        type_name = _const_node_type_names.get(type(value))
        if type_name is None:
            for cls, name in _const_node_type_names.items():
                if isinstance(value, cls):
                    type_name = name
                    break
        if type_name is not None:
            method = 'visit_' + type_name
            try:
                visitor = getattr(self, method)
            except AttributeError:
                pass
            else:
                import warnings
                warnings.warn(f"{method} is deprecated; add visit_Constant",
                              DeprecationWarning, 2)
                return visitor(node)
        return self.generic_visit(node)


class NodeTransformer(NodeVisitor):
    """
    A :class:`NodeVisitor` subclass that walks the abstract syntax tree and
    allows modification of nodes.

    The `NodeTransformer` will walk the AST and use the return value of the
    visitor methods to replace or remove the old node.  If the return value of
    the visitor method is ``None``, the node will be removed from its location,
    otherwise it is replaced with the return value.  The return value may be the
    original node in which case no replacement takes place.

    Here is an example transformer that rewrites all occurrences of name lookups
    (``foo``) to ``data['foo']``::

       class RewriteName(NodeTransformer):

           def visit_Name(self, node):
               return Subscript(
                   value=Name(id='data', ctx=Load()),
                   slice=Constant(value=node.id),
                   ctx=node.ctx
               )

    Keep in mind that if the node you're operating on has child nodes you must
    either transform the child nodes yourself or call the :meth:`generic_visit`
    method for the node first.

    For nodes that were part of a collection of statements (that applies to all
    statement nodes), the visitor may also return a list of nodes rather than
    just a single node.

    Usually you use the transformer like this::

       node = YourTransformer().visit(node)
    """

    def generic_visit(self, node):
        for field, old_value in iter_fields(node):
            if isinstance(old_value, list):
                new_values = []
                for value in old_value:
                    if isinstance(value, AST):
                        value = self.visit(value)
                        if value is None:
                            continue
                        elif not isinstance(value, AST):
                            new_values.extend(value)
                            continue
                    new_values.append(value)
                old_value[:] = new_values
            elif isinstance(old_value, AST):
                new_node = self.visit(old_value)
                if new_node is None:
                    delattr(node, field)
                else:
                    setattr(node, field, new_node)
        return node


# If the ast module is loaded more than once, only add deprecated methods once
if not hasattr(Constant, 'n'):
    # The following code is for backward compatibility.
    # It will be removed in future.

    def _getter(self):
        """Deprecated. Use value instead."""
        return self.value

    def _setter(self, value):
        self.value = value

    Constant.n = property(_getter, _setter)
    Constant.s = property(_getter, _setter)

class _ABC(type):

    def __init__(cls, *args):
        cls.__doc__ = """Deprecated AST node class. Use ast.Constant instead"""

    def __instancecheck__(cls, inst):
        if not isinstance(inst, Constant):
            return False
        if cls in _const_types:
            try:
                value = inst.value
            except AttributeError:
                return False
            else:
                return (
                    isinstance(value, _const_types[cls]) and
                    not isinstance(value, _const_types_not.get(cls, ()))
                )
        return type.__instancecheck__(cls, inst)

def _new(cls, *args, **kwargs):
    for key in kwargs:
        if key not in cls._fields:
            # arbitrary keyword arguments are accepted
            continue
        pos = cls._fields.index(key)
        if pos < len(args):
            raise TypeError(f"{cls.__name__} got multiple values for argument {key!r}")
    if cls in _const_types:
        return Constant(*args, **kwargs)
    return Constant.__new__(cls, *args, **kwargs)

class Num(Constant, metaclass=_ABC):
    _fields = ('n',)
    __new__ = _new

class Str(Constant, metaclass=_ABC):
    _fields = ('s',)
    __new__ = _new

class Bytes(Constant, metaclass=_ABC):
    _fields = ('s',)
    __new__ = _new

class NameConstant(Constant, metaclass=_ABC):
    __new__ = _new

class Ellipsis(Constant, metaclass=_ABC):
    _fields = ()

    def __new__(cls, *args, **kwargs):
        if cls is Ellipsis:
            return Constant(..., *args, **kwargs)
        return Constant.__new__(cls, *args, **kwargs)

_const_types = {
    Num: (int, float, complex),
    Str: (str,),
    Bytes: (bytes,),
    NameConstant: (type(None), bool),
    Ellipsis: (type(...),),
}
_const_types_not = {
    Num: (bool,),
}

_const_node_type_names = {
    bool: 'NameConstant',  # should be before int
    type(None): 'NameConstant',
    int: 'Num',
    float: 'Num',
    complex: 'Num',
    str: 'Str',
    bytes: 'Bytes',
    type(...): 'Ellipsis',
}

class slice(AST):
    """Deprecated AST node class."""

class Index(slice):
    """Deprecated AST node class. Use the index value directly instead."""
    def __new__(cls, value, **kwargs):
        return value

class ExtSlice(slice):
    """Deprecated AST node class. Use ast.Tuple instead."""
    def __new__(cls, dims=(), **kwargs):
        return Tuple(list(dims), Load(), **kwargs)

# If the ast module is loaded more than once, only add deprecated methods once
if not hasattr(Tuple, 'dims'):
    # The following code is for backward compatibility.
    # It will be removed in future.

    def _dims_getter(self):
        """Deprecated. Use elts instead."""
        return self.elts

    def _dims_setter(self, value):
        self.elts = value

    Tuple.dims = property(_dims_getter, _dims_setter)

class Suite(mod):
    """Deprecated AST node class.  Unused in Python 3."""

class AugLoad(expr_context):
    """Deprecated AST node class.  Unused in Python 3."""

class AugStore(expr_context):
    """Deprecated AST node class.  Unused in Python 3."""

class Param(expr_context):
    """Deprecated AST node class.  Unused in Python 3."""


# Large float and imaginary literals get turned into infinities in the AST.
# We unparse those infinities to INFSTR.
_INFSTR = "1e" + repr(sys.float_info.max_10_exp + 1)

@_simple_enum(IntEnum)
class _Precedence:
    """Precedence table that originated from python grammar."""

    NAMED_EXPR = auto()      # <target> := <expr1>
    TUPLE = auto()           # <expr1>, <expr2>
    YIELD = auto()           # 'yield', 'yield from'
    TEST = auto()            # 'if'-'else', 'lambda'
    OR = auto()              # 'or'
    AND = auto()             # 'and'
    NOT = auto()             # 'not'
    CMP = auto()             # '<', '>', '==', '>=', '<=', '!=',
                             # 'in', 'not in', 'is', 'is not'
    EXPR = auto()
    BOR = EXPR               # '|'
    BXOR = auto()            # '^'
    BAND = auto()            # '&'
    SHIFT = auto()           # '<<', '>>'
    ARITH = auto()           # '+', '-'
    TERM = auto()            # '*', '@', '/', '%', '//'
    FACTOR = auto()          # unary '+', '-', '~'
    POWER = auto()           # '**'
    AWAIT = auto()           # 'await'
    ATOM = auto()

    def next(self):
        try:
            return self.__class__(self + 1)
        except ValueError:
            return self


_SINGLE_QUOTES = ("'", '"')
_MULTI_QUOTES = ('"""', "'''")
_ALL_QUOTES = (*_SINGLE_QUOTES, *_MULTI_QUOTES)

class _Unparser(NodeVisitor):
    """Methods in this class recursively traverse an AST and
    output source code for the abstract syntax; original formatting
    is disregarded."""

    def __init__(self, *, _avoid_backslashes=False):
        self._source = []
        self._precedences = {}
        self._type_ignores = {}
        self._indent = 0
        self._avoid_backslashes = _avoid_backslashes
        self._in_try_star = False

    def interleave(self, inter, f, seq):
        """Call f on each item in seq, calling inter() in between."""
        seq = iter(seq)
        try:
            f(next(seq))
        except StopIteration:
            pass
        else:
            for x in seq:
                inter()
                f(x)

    def items_view(self, traverser, items):
        """Traverse and separate the given *items* with a comma and append it to
        the buffer. If *items* is a single item sequence, a trailing comma
        will be added."""
        if len(items) == 1:
            traverser(items[0])
            self.write(",")
        else:
            self.interleave(lambda: self.write(", "), traverser, items)

    def maybe_newline(self):
        """Adds a newline if it isn't the start of generated source"""
        if self._source:
            self.write("\n")

    def fill(self, text=""):
        """Indent a piece of text and append it, according to the current
        indentation level"""
        self.maybe_newline()
        self.write("    " * self._indent + text)

    def write(self, *text):
        """Add new source parts"""
        self._source.extend(text)

    @contextmanager
    def buffered(self, buffer = None):
        if buffer is None:
            buffer = []

        original_source = self._source
        self._source = buffer
        yield buffer
        self._source = original_source

    @contextmanager
    def block(self, *, extra = None):
        """A context manager for preparing the source for blocks. It adds
        the character':', increases the indentation on enter and decreases
        the indentation on exit. If *extra* is given, it will be directly
        appended after the colon character.
        """
        self.write(":")
        if extra:
            self.write(extra)
        self._indent += 1
        yield
        self._indent -= 1

    @contextmanager
    def delimit(self, start, end):
        """A context manager for preparing the source for expressions. It adds
        *start* to the buffer and enters, after exit it adds *end*."""

        self.write(start)
        yield
        self.write(end)

    def delimit_if(self, start, end, condition):
        if condition:
            return self.delimit(start, end)
        else:
            return nullcontext()

    def require_parens(self, precedence, node):
        """Shortcut to adding precedence related parens"""
        return self.delimit_if("(", ")", self.get_precedence(node) > precedence)

    def get_precedence(self, node):
        return self._precedences.get(node, _Precedence.TEST)

    def set_precedence(self, precedence, *nodes):
        for node in nodes:
            self._precedences[node] = precedence

    def get_raw_docstring(self, node):
        """If a docstring node is found in the body of the *node* parameter,
        return that docstring node, None otherwise.

        Logic mirrored from ``_PyAST_GetDocString``."""
        if not isinstance(
            node, (AsyncFunctionDef, FunctionDef, ClassDef, Module)
        ) or len(node.body) < 1:
            return None
        node = node.body[0]
        if not isinstance(node, Expr):
            return None
        node = node.value
        if isinstance(node, Constant) and isinstance(node.value, str):
            return node

    def get_type_comment(self, node):
        comment = self._type_ignores.get(node.lineno) or node.type_comment
        if comment is not None:
            return f" # type: {comment}"

    def traverse(self, node):
        if isinstance(node, list):
            for item in node:
                self.traverse(item)
        else:
            super().visit(node)

    # Note: as visit() resets the output text, do NOT rely on
    # NodeVisitor.generic_visit to handle any nodes (as it calls back in to
    # the subclass visit() method, which resets self._source to an empty list)
    def visit(self, node):
        """Outputs a source code string that, if converted back to an ast
        (using ast.parse) will generate an AST equivalent to *node*"""
        self._source = []
        self.traverse(node)
        return "".join(self._source)

    def _write_docstring_and_traverse_body(self, node):
        if (docstring := self.get_raw_docstring(node)):
            self._write_docstring(docstring)
            self.traverse(node.body[1:])
        else:
            self.traverse(node.body)

    def visit_Module(self, node):
        self._type_ignores = {
            ignore.lineno: f"ignore{ignore.tag}"
            for ignore in node.type_ignores
        }
        self._write_docstring_and_traverse_body(node)
        self._type_ignores.clear()

    def visit_FunctionType(self, node):
        with self.delimit("(", ")"):
            self.interleave(
                lambda: self.write(", "), self.traverse, node.argtypes
            )

        self.write(" -> ")
        self.traverse(node.returns)

    def visit_Expr(self, node):
        self.fill()
        self.set_precedence(_Precedence.YIELD, node.value)
        self.traverse(node.value)

    def visit_NamedExpr(self, node):
        with self.require_parens(_Precedence.NAMED_EXPR, node):
            self.set_precedence(_Precedence.ATOM, node.target, node.value)
            self.traverse(node.target)
            self.write(" := ")
            self.traverse(node.value)

    def visit_Import(self, node):
        self.fill("import ")
        self.interleave(lambda: self.write(", "), self.traverse, node.names)

    def visit_ImportFrom(self, node):
        self.fill("from ")
        self.write("." * (node.level or 0))
        if node.module:
            self.write(node.module)
        self.write(" import ")
        self.interleave(lambda: self.write(", "), self.traverse, node.names)

    def visit_Assign(self, node):
        self.fill()
        for target in node.targets:
            self.set_precedence(_Precedence.TUPLE, target)
            self.traverse(target)
            self.write(" = ")
        self.traverse(node.value)
        if type_comment := self.get_type_comment(node):
            self.write(type_comment)

    def visit_AugAssign(self, node):
        self.fill()
        self.traverse(node.target)
        self.write(" " + self.binop[node.op.__class__.__name__] + "= ")
        self.traverse(node.value)

    def visit_AnnAssign(self, node):
        self.fill()
        with self.delimit_if("(", ")", not node.simple and isinstance(node.target, Name)):
            self.traverse(node.target)
        self.write(": ")
        self.traverse(node.annotation)
        if node.value:
            self.write(" = ")
            self.traverse(node.value)

    def visit_Return(self, node):
        self.fill("return")
        if node.value:
            self.write(" ")
            self.traverse(node.value)

    def visit_Pass(self, node):
        self.fill("pass")

    def visit_Break(self, node):
        self.fill("break")

    def visit_Continue(self, node):
        self.fill("continue")

    def visit_Delete(self, node):
        self.fill("del ")
        self.interleave(lambda: self.write(", "), self.traverse, node.targets)

    def visit_Assert(self, node):
        self.fill("assert ")
        self.traverse(node.test)
        if node.msg:
            self.write(", ")
            self.traverse(node.msg)

    def visit_Global(self, node):
        self.fill("global ")
        self.interleave(lambda: self.write(", "), self.write, node.names)

    def visit_Nonlocal(self, node):
        self.fill("nonlocal ")
        self.interleave(lambda: self.write(", "), self.write, node.names)

    def visit_Await(self, node):
        with self.require_parens(_Precedence.AWAIT, node):
            self.write("await")
            if node.value:
                self.write(" ")
                self.set_precedence(_Precedence.ATOM, node.value)
                self.traverse(node.value)

    def visit_Yield(self, node):
        with self.require_parens(_Precedence.YIELD, node):
            self.write("yield")
            if node.value:
                self.write(" ")
                self.set_precedence(_Precedence.ATOM, node.value)
                self.traverse(node.value)

    def visit_YieldFrom(self, node):
        with self.require_parens(_Precedence.YIELD, node):
            self.write("yield from ")
            if not node.value:
                raise ValueError("Node can't be used without a value attribute.")
            self.set_precedence(_Precedence.ATOM, node.value)
            self.traverse(node.value)

    def visit_Raise(self, node):
        self.fill("raise")
        if not node.exc:
            if node.cause:
                raise ValueError(f"Node can't use cause without an exception.")
            return
        self.write(" ")
        self.traverse(node.exc)
        if node.cause:
            self.write(" from ")
            self.traverse(node.cause)

    def do_visit_try(self, node):
        self.fill("try")
        with self.block():
            self.traverse(node.body)
        for ex in node.handlers:
            self.traverse(ex)
        if node.orelse:
            self.fill("else")
            with self.block():
                self.traverse(node.orelse)
        if node.finalbody:
            self.fill("finally")
            with self.block():
                self.traverse(node.finalbody)

    def visit_Try(self, node):
        prev_in_try_star = self._in_try_star
        try:
            self._in_try_star = False
            self.do_visit_try(node)
        finally:
            self._in_try_star = prev_in_try_star

    def visit_TryStar(self, node):
        prev_in_try_star = self._in_try_star
        try:
            self._in_try_star = True
            self.do_visit_try(node)
        finally:
            self._in_try_star = prev_in_try_star

    def visit_ExceptHandler(self, node):
        self.fill("except*" if self._in_try_star else "except")
        if node.type:
            self.write(" ")
            self.traverse(node.type)
        if node.name:
            self.write(" as ")
            self.write(node.name)
        with self.block():
            self.traverse(node.body)

    def visit_ClassDef(self, node):
        self.maybe_newline()
        for deco in node.decorator_list:
            self.fill("@")
            self.traverse(deco)
        self.fill("class " + node.name)
        with self.delimit_if("(", ")", condition = node.bases or node.keywords):
            comma = False
            for e in node.bases:
                if comma:
                    self.write(", ")
                else:
                    comma = True
                self.traverse(e)
            for e in node.keywords:
                if comma:
                    self.write(", ")
                else:
                    comma = True
                self.traverse(e)

        with self.block():
            self._write_docstring_and_traverse_body(node)

    def visit_FunctionDef(self, node):
        self._function_helper(node, "def")

    def visit_AsyncFunctionDef(self, node):
        self._function_helper(node, "async def")

    def _function_helper(self, node, fill_suffix):
        self.maybe_newline()
        for deco in node.decorator_list:
            self.fill("@")
            self.traverse(deco)
        def_str = fill_suffix + " " + node.name
        self.fill(def_str)
        with self.delimit("(", ")"):
            self.traverse(node.args)
        if node.returns:
            self.write(" -> ")
            self.traverse(node.returns)
        with self.block(extra=self.get_type_comment(node)):
            self._write_docstring_and_traverse_body(node)

    def visit_For(self, node):
        self._for_helper("for ", node)

    def visit_AsyncFor(self, node):
        self._for_helper("async for ", node)

    def _for_helper(self, fill, node):
        self.fill(fill)
        self.set_precedence(_Precedence.TUPLE, node.target)
        self.traverse(node.target)
        self.write(" in ")
        self.traverse(node.iter)
        with self.block(extra=self.get_type_comment(node)):
            self.traverse(node.body)
        if node.orelse:
            self.fill("else")
            with self.block():
                self.traverse(node.orelse)

    def visit_If(self, node):
        self.fill("if ")
        self.traverse(node.test)
        with self.block():
            self.traverse(node.body)
        # collapse nested ifs into equivalent elifs.
        while node.orelse and len(node.orelse) == 1 and isinstance(node.orelse[0], If):
            node = node.orelse[0]
            self.fill("elif ")
            self.traverse(node.test)
            with self.block():
                self.traverse(node.body)
        # final else
        if node.orelse:
            self.fill("else")
            with self.block():
                self.traverse(node.orelse)

    def visit_While(self, node):
        self.fill("while ")
        self.traverse(node.test)
        with self.block():
            self.traverse(node.body)
        if node.orelse:
            self.fill("else")
            with self.block():
                self.traverse(node.orelse)

    def visit_With(self, node):
        self.fill("with ")
        self.interleave(lambda: self.write(", "), self.traverse, node.items)
        with self.block(extra=self.get_type_comment(node)):
            self.traverse(node.body)

    def visit_AsyncWith(self, node):
        self.fill("async with ")
        self.interleave(lambda: self.write(", "), self.traverse, node.items)
        with self.block(extra=self.get_type_comment(node)):
            self.traverse(node.body)

    def _str_literal_helper(
        self, string, *, quote_types=_ALL_QUOTES, escape_special_whitespace=False
    ):
        """Helper for writing string literals, minimizing escapes.
        Returns the tuple (string literal to write, possible quote types).
        """
        def escape_char(c):
            # \n and \t are non-printable, but we only escape them if
            # escape_special_whitespace is True
            if not escape_special_whitespace and c in "\n\t":
                return c
            # Always escape backslashes and other non-printable characters
            if c == "\\" or not c.isprintable():
                return c.encode("unicode_escape").decode("ascii")
            return c

        escaped_string = "".join(map(escape_char, string))
        possible_quotes = quote_types
        if "\n" in escaped_string:
            possible_quotes = [q for q in possible_quotes if q in _MULTI_QUOTES]
        possible_quotes = [q for q in possible_quotes if q not in escaped_string]
        if not possible_quotes:
            # If there aren't any possible_quotes, fallback to using repr
            # on the original string. Try to use a quote from quote_types,
            # e.g., so that we use triple quotes for docstrings.
            string = repr(string)
            quote = next((q for q in quote_types if string[0] in q), string[0])
            return string[1:-1], [quote]
        if escaped_string:
            # Sort so that we prefer '''"''' over """\""""
            possible_quotes.sort(key=lambda q: q[0] == escaped_string[-1])
            # If we're using triple quotes and we'd need to escape a final
            # quote, escape it
            if possible_quotes[0][0] == escaped_string[-1]:
                assert len(possible_quotes[0]) == 3
                escaped_string = escaped_string[:-1] + "\\" + escaped_string[-1]
        return escaped_string, possible_quotes

    def _write_str_avoiding_backslashes(self, string, *, quote_types=_ALL_QUOTES):
        """Write string literal value with a best effort attempt to avoid backslashes."""
        string, quote_types = self._str_literal_helper(string, quote_types=quote_types)
        quote_type = quote_types[0]
        self.write(f"{quote_type}{string}{quote_type}")

    def visit_JoinedStr(self, node):
        self.write("f")
        if self._avoid_backslashes:
            with self.buffered() as buffer:
                self._write_fstring_inner(node)
            return self._write_str_avoiding_backslashes("".join(buffer))

        # If we don't need to avoid backslashes globally (i.e., we only need
        # to avoid them inside FormattedValues), it's cosmetically preferred
        # to use escaped whitespace. That is, it's preferred to use backslashes
        # for cases like: f"{x}\n". To accomplish this, we keep track of what
        # in our buffer corresponds to FormattedValues and what corresponds to
        # Constant parts of the f-string, and allow escapes accordingly.
        fstring_parts = []
        for value in node.values:
            with self.buffered() as buffer:
                self._write_fstring_inner(value)
            fstring_parts.append(
                ("".join(buffer), isinstance(value, Constant))
            )

        new_fstring_parts = []
        quote_types = list(_ALL_QUOTES)
        for value, is_constant in fstring_parts:
            value, quote_types = self._str_literal_helper(
                value,
                quote_types=quote_types,
                escape_special_whitespace=is_constant,
            )
            new_fstring_parts.append(value)

        value = "".join(new_fstring_parts)
        quote_type = quote_types[0]
        self.write(f"{quote_type}{value}{quote_type}")

    def _write_fstring_inner(self, node):
        if isinstance(node, JoinedStr):
            # for both the f-string itself, and format_spec
            for value in node.values:
                self._write_fstring_inner(value)
        elif isinstance(node, Constant) and isinstance(node.value, str):
            value = node.value.replace("{", "{{").replace("}", "}}")
            self.write(value)
        elif isinstance(node, FormattedValue):
            self.visit_FormattedValue(node)
        else:
            raise ValueError(f"Unexpected node inside JoinedStr, {node!r}")

    def visit_FormattedValue(self, node):
        def unparse_inner(inner):
            unparser = type(self)(_avoid_backslashes=True)
            unparser.set_precedence(_Precedence.TEST.next(), inner)
            return unparser.visit(inner)

        with self.delimit("{", "}"):
            expr = unparse_inner(node.value)
            if "\\" in expr:
                raise ValueError(
                    "Unable to avoid backslash in f-string expression part"
                )
            if expr.startswith("{"):
                # Separate pair of opening brackets as "{ {"
                self.write(" ")
            self.write(expr)
            if node.conversion != -1:
                self.write(f"!{chr(node.conversion)}")
            if node.format_spec:
                self.write(":")
                self._write_fstring_inner(node.format_spec)

    def visit_Name(self, node):
        self.write(node.id)

    def _write_docstring(self, node):
        self.fill()
        if node.kind == "u":
            self.write("u")
        self._write_str_avoiding_backslashes(node.value, quote_types=_MULTI_QUOTES)

    def _write_constant(self, value):
        if isinstance(value, (float, complex)):
            # Substitute overflowing decimal literal for AST infinities,
            # and inf - inf for NaNs.
            self.write(
                repr(value)
                .replace("inf", _INFSTR)
                .replace("nan", f"({_INFSTR}-{_INFSTR})")
            )
        elif self._avoid_backslashes and isinstance(value, str):
            self._write_str_avoiding_backslashes(value)
        else:
            self.write(repr(value))

    def visit_Constant(self, node):
        value = node.value
        if isinstance(value, tuple):
            with self.delimit("(", ")"):
                self.items_view(self._write_constant, value)
        elif value is ...:
            self.write("...")
        else:
            if node.kind == "u":
                self.write("u")
            self._write_constant(node.value)

    def visit_List(self, node):
        with self.delimit("[", "]"):
            self.interleave(lambda: self.write(", "), self.traverse, node.elts)

    def visit_ListComp(self, node):
        with self.delimit("[", "]"):
            self.traverse(node.elt)
            for gen in node.generators:
                self.traverse(gen)

    def visit_GeneratorExp(self, node):
        with self.delimit("(", ")"):
            self.traverse(node.elt)
            for gen in node.generators:
                self.traverse(gen)

    def visit_SetComp(self, node):
        with self.delimit("{", "}"):
            self.traverse(node.elt)
            for gen in node.generators:
                self.traverse(gen)

    def visit_DictComp(self, node):
        with self.delimit("{", "}"):
            self.traverse(node.key)
            self.write(": ")
            self.traverse(node.value)
            for gen in node.generators:
                self.traverse(gen)

    def visit_comprehension(self, node):
        if node.is_async:
            self.write(" async for ")
        else:
            self.write(" for ")
        self.set_precedence(_Precedence.TUPLE, node.target)
        self.traverse(node.target)
        self.write(" in ")
        self.set_precedence(_Precedence.TEST.next(), node.iter, *node.ifs)
        self.traverse(node.iter)
        for if_clause in node.ifs:
            self.write(" if ")
            self.traverse(if_clause)

    def visit_IfExp(self, node):
        with self.require_parens(_Precedence.TEST, node):
            self.set_precedence(_Precedence.TEST.next(), node.body, node.test)
            self.traverse(node.body)
            self.write(" if ")
            self.traverse(node.test)
            self.write(" else ")
            self.set_precedence(_Precedence.TEST, node.orelse)
            self.traverse(node.orelse)

    def visit_Set(self, node):
        if node.elts:
            with self.delimit("{", "}"):
                self.interleave(lambda: self.write(", "), self.traverse, node.elts)
        else:
            # `{}` would be interpreted as a dictionary literal, and
            # `set` might be shadowed. Thus:
            self.write('{*()}')

    def visit_Dict(self, node):
        def write_key_value_pair(k, v):
            self.traverse(k)
            self.write(": ")
            self.traverse(v)

        def write_item(item):
            k, v = item
            if k is None:
                # for dictionary unpacking operator in dicts {**{'y': 2}}
                # see PEP 448 for details
                self.write("**")
                self.set_precedence(_Precedence.EXPR, v)
                self.traverse(v)
            else:
                write_key_value_pair(k, v)

        with self.delimit("{", "}"):
            self.interleave(
                lambda: self.write(", "), write_item, zip(node.keys, node.values)
            )

    def visit_Tuple(self, node):
        with self.delimit_if(
            "(",
            ")",
            len(node.elts) == 0 or self.get_precedence(node) > _Precedence.TUPLE
        ):
            self.items_view(self.traverse, node.elts)

    unop = {"Invert": "~", "Not": "not", "UAdd": "+", "USub": "-"}
    unop_precedence = {
        "not": _Precedence.NOT,
        "~": _Precedence.FACTOR,
        "+": _Precedence.FACTOR,
        "-": _Precedence.FACTOR,
    }

    def visit_UnaryOp(self, node):
        operator = self.unop[node.op.__class__.__name__]
        operator_precedence = self.unop_precedence[operator]
        with self.require_parens(operator_precedence, node):
            self.write(operator)
            # factor prefixes (+, -, ~) shouldn't be separated
            # from the value they belong, (e.g: +1 instead of + 1)
            if operator_precedence is not _Precedence.FACTOR:
                self.write(" ")
            self.set_precedence(operator_precedence, node.operand)
            self.traverse(node.operand)

    binop = {
        "Add": "+",
        "Sub": "-",
        "Mult": "*",
        "MatMult": "@",
        "Div": "/",
        "Mod": "%",
        "LShift": "<<",
        "RShift": ">>",
        "BitOr": "|",
        "BitXor": "^",
        "BitAnd": "&",
        "FloorDiv": "//",
        "Pow": "**",
    }

    binop_precedence = {
        "+": _Precedence.ARITH,
        "-": _Precedence.ARITH,
        "*": _Precedence.TERM,
        "@": _Precedence.TERM,
        "/": _Precedence.TERM,
        "%": _Precedence.TERM,
        "<<": _Precedence.SHIFT,
        ">>": _Precedence.SHIFT,
        "|": _Precedence.BOR,
        "^": _Precedence.BXOR,
        "&": _Precedence.BAND,
        "//": _Precedence.TERM,
        "**": _Precedence.POWER,
    }

    binop_rassoc = frozenset(("**",))
    def visit_BinOp(self, node):
        operator = self.binop[node.op.__class__.__name__]
        operator_precedence = self.binop_precedence[operator]
        with self.require_parens(operator_precedence, node):
            if operator in self.binop_rassoc:
                left_precedence = operator_precedence.next()
                right_precedence = operator_precedence
            else:
                left_precedence = operator_precedence
                right_precedence = operator_precedence.next()

            self.set_precedence(left_precedence, node.left)
            self.traverse(node.left)
            self.write(f" {operator} ")
            self.set_precedence(right_precedence, node.right)
            self.traverse(node.right)

    cmpops = {
        "Eq": "==",
        "NotEq": "!=",
        "Lt": "<",
        "LtE": "<=",
        "Gt": ">",
        "GtE": ">=",
        "Is": "is",
        "IsNot": "is not",
        "In": "in",
        "NotIn": "not in",
    }

    def visit_Compare(self, node):
        with self.require_parens(_Precedence.CMP, node):
            self.set_precedence(_Precedence.CMP.next(), node.left, *node.comparators)
            self.traverse(node.left)
            for o, e in zip(node.ops, node.comparators):
                self.write(" " + self.cmpops[o.__class__.__name__] + " ")
                self.traverse(e)

    boolops = {"And": "and", "Or": "or"}
    boolop_precedence = {"and": _Precedence.AND, "or": _Precedence.OR}

    def visit_BoolOp(self, node):
        operator = self.boolops[node.op.__class__.__name__]
        operator_precedence = self.boolop_precedence[operator]

        def increasing_level_traverse(node):
            nonlocal operator_precedence
            operator_precedence = operator_precedence.next()
            self.set_precedence(operator_precedence, node)
            self.traverse(node)

        with self.require_parens(operator_precedence, node):
            s = f" {operator} "
            self.interleave(lambda: self.write(s), increasing_level_traverse, node.values)

    def visit_Attribute(self, node):
        self.set_precedence(_Precedence.ATOM, node.value)
        self.traverse(node.value)
        # Special case: 3.__abs__() is a syntax error, so if node.value
        # is an integer literal then we need to either parenthesize
        # it or add an extra space to get 3 .__abs__().
        if isinstance(node.value, Constant) and isinstance(node.value.value, int):
            self.write(" ")
        self.write(".")
        self.write(node.attr)

    def visit_Call(self, node):
        self.set_precedence(_Precedence.ATOM, node.func)
        self.traverse(node.func)
        with self.delimit("(", ")"):
            comma = False
            for e in node.args:
                if comma:
                    self.write(", ")
                else:
                    comma = True
                self.traverse(e)
            for e in node.keywords:
                if comma:
                    self.write(", ")
                else:
                    comma = True
                self.traverse(e)

    def visit_Subscript(self, node):
        def is_non_empty_tuple(slice_value):
            return (
                isinstance(slice_value, Tuple)
                and slice_value.elts
            )

        self.set_precedence(_Precedence.ATOM, node.value)
        self.traverse(node.value)
        with self.delimit("[", "]"):
            if is_non_empty_tuple(node.slice):
                # parentheses can be omitted if the tuple isn't empty
                self.items_view(self.traverse, node.slice.elts)
            else:
                self.traverse(node.slice)

    def visit_Starred(self, node):
        self.write("*")
        self.set_precedence(_Precedence.EXPR, node.value)
        self.traverse(node.value)

    def visit_Ellipsis(self, node):
        self.write("...")

    def visit_Slice(self, node):
        if node.lower:
            self.traverse(node.lower)
        self.write(":")
        if node.upper:
            self.traverse(node.upper)
        if node.step:
            self.write(":")
            self.traverse(node.step)

    def visit_Match(self, node):
        self.fill("match ")
        self.traverse(node.subject)
        with self.block():
            for case in node.cases:
                self.traverse(case)

    def visit_arg(self, node):
        self.write(node.arg)
        if node.annotation:
            self.write(": ")
            self.traverse(node.annotation)

    def visit_arguments(self, node):
        first = True
        # normal arguments
        all_args = node.posonlyargs + node.args
        defaults = [None] * (len(all_args) - len(node.defaults)) + node.defaults
        for index, elements in enumerate(zip(all_args, defaults), 1):
            a, d = elements
            if first:
                first = False
            else:
                self.write(", ")
            self.traverse(a)
            if d:
                self.write("=")
                self.traverse(d)
            if index == len(node.posonlyargs):
                self.write(", /")

        # varargs, or bare '*' if no varargs but keyword-only arguments present
        if node.vararg or node.kwonlyargs:
            if first:
                first = False
            else:
                self.write(", ")
            self.write("*")
            if node.vararg:
                self.write(node.vararg.arg)
                if node.vararg.annotation:
                    self.write(": ")
                    self.traverse(node.vararg.annotation)

        # keyword-only arguments
        if node.kwonlyargs:
            for a, d in zip(node.kwonlyargs, node.kw_defaults):
                self.write(", ")
                self.traverse(a)
                if d:
                    self.write("=")
                    self.traverse(d)

        # kwargs
        if node.kwarg:
            if first:
                first = False
            else:
                self.write(", ")
            self.write("**" + node.kwarg.arg)
            if node.kwarg.annotation:
                self.write(": ")
                self.traverse(node.kwarg.annotation)

    def visit_keyword(self, node):
        if node.arg is None:
            self.write("**")
        else:
            self.write(node.arg)
            self.write("=")
        self.traverse(node.value)

    def visit_Lambda(self, node):
        with self.require_parens(_Precedence.TEST, node):
            self.write("lambda")
            with self.buffered() as buffer:
                self.traverse(node.args)
            if buffer:
                self.write(" ", *buffer)
            self.write(": ")
            self.set_precedence(_Precedence.TEST, node.body)
            self.traverse(node.body)

    def visit_alias(self, node):
        self.write(node.name)
        if node.asname:
            self.write(" as " + node.asname)

    def visit_withitem(self, node):
        self.traverse(node.context_expr)
        if node.optional_vars:
            self.write(" as ")
            self.traverse(node.optional_vars)

    def visit_match_case(self, node):
        self.fill("case ")
        self.traverse(node.pattern)
        if node.guard:
            self.write(" if ")
            self.traverse(node.guard)
        with self.block():
            self.traverse(node.body)

    def visit_MatchValue(self, node):
        self.traverse(node.value)

    def visit_MatchSingleton(self, node):
        self._write_constant(node.value)

    def visit_MatchSequence(self, node):
        with self.delimit("[", "]"):
            self.interleave(
                lambda: self.write(", "), self.traverse, node.patterns
            )

    def visit_MatchStar(self, node):
        name = node.name
        if name is None:
            name = "_"
        self.write(f"*{name}")

    def visit_MatchMapping(self, node):
        def write_key_pattern_pair(pair):
            k, p = pair
            self.traverse(k)
            self.write(": ")
            self.traverse(p)

        with self.delimit("{", "}"):
            keys = node.keys
            self.interleave(
                lambda: self.write(", "),
                write_key_pattern_pair,
                zip(keys, node.patterns, strict=True),
            )
            rest = node.rest
            if rest is not None:
                if keys:
                    self.write(", ")
                self.write(f"**{rest}")

    def visit_MatchClass(self, node):
        self.set_precedence(_Precedence.ATOM, node.cls)
        self.traverse(node.cls)
        with self.delimit("(", ")"):
            patterns = node.patterns
            self.interleave(
                lambda: self.write(", "), self.traverse, patterns
            )
            attrs = node.kwd_attrs
            if attrs:
                def write_attr_pattern(pair):
                    attr, pattern = pair
                    self.write(f"{attr}=")
                    self.traverse(pattern)

                if patterns:
                    self.write(", ")
                self.interleave(
                    lambda: self.write(", "),
                    write_attr_pattern,
                    zip(attrs, node.kwd_patterns, strict=True),
                )

    def visit_MatchAs(self, node):
        name = node.name
        pattern = node.pattern
        if name is None:
            self.write("_")
        elif pattern is None:
            self.write(node.name)
        else:
            with self.require_parens(_Precedence.TEST, node):
                self.set_precedence(_Precedence.BOR, node.pattern)
                self.traverse(node.pattern)
                self.write(f" as {node.name}")

    def visit_MatchOr(self, node):
        with self.require_parens(_Precedence.BOR, node):
            self.set_precedence(_Precedence.BOR.next(), *node.patterns)
            self.interleave(lambda: self.write(" | "), self.traverse, node.patterns)

def unparse(ast_obj):
    unparser = _Unparser()
    return unparser.visit(ast_obj)


def main():
    import argparse

    parser = argparse.ArgumentParser(prog='python -m ast')
    parser.add_argument('infile', type=argparse.FileType(mode='rb'), nargs='?',
                        default='-',
                        help='the file to parse; defaults to stdin')
    parser.add_argument('-m', '--mode', default='exec',
                        choices=('exec', 'single', 'eval', 'func_type'),
                        help='specify what kind of code must be parsed')
    parser.add_argument('--no-type-comments', default=True, action='store_false',
                        help="don't add information about type comments")
    parser.add_argument('-a', '--include-attributes', action='store_true',
                        help='include attributes such as line numbers and '
                             'column offsets')
    parser.add_argument('-i', '--indent', type=int, default=3,
                        help='indentation of nodes (number of spaces)')
    args = parser.parse_args()

    with args.infile as infile:
        source = infile.read()
    tree = parse(source, args.infile.name, args.mode, type_comments=args.no_type_comments)
    print(dump(tree, include_attributes=args.include_attributes, indent=args.indent))

if __name__ == '__main__':
    main()
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     61b1600a764d9e2947a52ad348b2b0dd  usr/bin/python3.11
ea9019c2fa98bd514a167435f0c1f018  usr/lib/binfmt.d/python3.11.conf
3dd49551104e3151d1123afed8a7bd26  usr/share/binfmts/python3.11
acff240686c2d5baca4eeae7a2bfddf8  usr/share/doc/python3.11-minimal/README.Debian.gz
51bf7797ec3a89920ec7485149d8bad4  usr/share/doc/python3.11-minimal/changelog.Debian.gz
d8c47e21fcd8f5a22f90828d568b0084  usr/share/doc/python3.11-minimal/copyright
feeb8acc867db67c842ba607d773546b  usr/share/lintian/overrides/python3.11-minimal
d883a022f66214643420a27ce33acc4c  usr/share/man/man1/python3.11.1.gz
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
  .   
  ..  
  	build.yml   
  freebsd-13.vars 
  freebsd-14.vars 
  freebsd-current.vars
 |
macos-14.vars                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ޷\R
  .   f
  ..  
  Makefile.am 
  README  
   libnbd-fuzz-wrapper.c   
   libnbd-libfuzzer-test.c 
  testcase_dir
  Makefile.in 
  Makefile!
  .deps    4 )libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o   "
  .libs    libnbd-fuzz-wrapper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       f$
  . /a
  .. /
  newstyle
  newstyle-commands   
 oldstyle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ޤz':python3.11:M::\xa7\x0d\x0d\x0a::/usr/bin/python3.11:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ELF          >            @       X         @ 8 	 @                                 7     7                   @      @      @     .      .                    p      p      p     8     8                                  Y     (Y                  
     
     
                              8      8      8      $       $              Ptd                                       Qtd                                                  Rtd                  PX     PX                     GNU jier!7w                             B1                                                  O                                                                                       v                     l                                            .                                                                                                                                  c                     B                                                                w                      j                                                                                                         U                      "                     ,                       5                                           F   "                        k            __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize Perl_hv_common_key_len Perl_newSV Perl_sv_2mortal Perl_sv_2pv_flags Perl_sv_2iv_flags Perl_croak_nocontext Perl_croak_xs_usage __stack_chk_fail Perl_sv_2uv_flags Perl_newSVpvn Perl_stack_grow Perl_newSVuv PL_hexdigit strchr Perl_newSViv Perl_newSVpv Perl_sv_2bool_flags memcpy Perl_mg_get Perl_av_len Perl_safesysmalloc Perl_av_fetch Perl_safesysfree boot_Unicode__Collate Perl_xs_handshake Perl_newXS_deffile Perl_xs_boot_epilog libc.so.6 GLIBC_2.14 GLIBC_2.2.5 GLIBC_2.4                                                  
     ui	        ii
   $                  B                 @B                 `     ȷ            `     з            `     0            `     `            `     h            `                  `     (            `     0            `     `            `     h            `     p            `     x            `                 `                 `x                 `p                 `h                 ``                 `X                 `P                 `H                 `@                 `8                 `0                 `(                 `                  `                 `                 `                  `                  `                 `                 `                  `     (            `     0            `     @            `     H            `     P            `     X            `     `            `     h            `     p            `     x            `                 `                 `                 `x                 `p                 `h                 ``                  `X                 `P                 `H                 `@                 `8                 `0                 `(                 `                  `                 `                 `                 `      @            `                 `                 `                 `                 `                  `                 `                 `                 `                  `     (            `     0            `     `            `     h            `     p            `                 `                 `x                 `p                 `h                 ``                 `X                 `P                 `H                 `@                  `8                 `0                 `(                 `                   `     (            `     0            `     8            `      `            `     h            `     p            `     x            `                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `x                 `p                 `h                 ``                 `X                 `P                  `H                 `@                 `8                 `0                  `(     (            `      0            `     8            `     @            `     H            `      P            `     X            `     `            `     h            `     p            `     x            `                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `x                 `p                 `h                 ``                 `X                 `P                 `H     `            `@     h            `8     p            `0     x            `(                 `                  `                 `                 `                 `                  `                 `                 `                 `     (            `     0            `     8            `     @            `     H            `     P            `     X            `     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     h            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            >"
     h            R"
     p            f"
     x            z"
                 "
                 "
                 "
                 "
                 "
                 "
                 #
                 #
                 .#
                 B#
                 V#
                 j#
                 ~#
                 #
                 #
                 #
                  #
                 #
                 #
                 
$
                  $
     (            2$
     0            F$
     8            Z$
     @            n$
     H            $
     `            $
     h            $
     p            $
     x            $
                 $
                 $
                 %
                 "%
                 6%
                 J%
                 ^%
                 r%
                 %
                 %
                 %
                 %
                 %
                 %
                 %
                 &
                  &&
                 :&
                 N&
                 b&
                  v&
     (            &
     0            &
     8            &
     @            &
     H            &
     P            &
     X            '
     `            '
     h            *'
     p            >'
     x            R'
                 f'
                 z'
                 '
                 '
                 '
                 '
                 '
                 '
                 (
                 (
                 (
                 .(
                 B(
                 V(
                 j(
                 ~(
                  (
                 (
                 (
                 (
                  (
     (            (
     0            
)
     8            )
     @            2)
     H            F)
     P            Z)
     X            n)
     `            )
     h            )
     p            )
     x            )
                 )
                 )
                 )
                 )
                 *
                 "*
                 6*
                 J*
                 ^*
                 r*
                 *
                 *
                 *
                 *
                 *
                 *
                  *
                 +
                 &+
                 :+
                  N+
     (            b+
     0            v+
     8            +
     @            +
     H            +
     P            +
     X            +
     `            +
     h            +
     p            ,
     x            ,
                 *,
                 >,
                 R,
                 f,
                 z,
                 ,
                 ,
                 ,
                 ,
                 ,
                 ,
                 -
                 -
                 .-
                 B-
                 V-
                  j-
                 ~-
                 -
                 -
                  -
     (            -
     0            -
     8            -
     @            
.
     H            .
     P            2.
     X            F.
     `            Z.
     h            n.
     p            .
     x            .
                 .
                 .
                 .
                 .
                 .
                 /
                 "/
                 6/
                 J/
                 ^/
                 r/
                 /
                 /
                 /
                 /
                 /
                  /
                 /
                 0
                 &0
                  :0
     (            N0
     0            b0
     8            v0
     @            0
     H            0
     P            0
     X            0
     `            0
     h            0
     p            1
     x            1
                 *1
                 >1
                 R1
                 f1
                 z1
                 1
                 1
                 1
                 1
                 1
                 1
                 2
                 2
                 .2
                 B2
                 V2
                  j2
                 ~2
                 2
                 2
                  2
     (            2
     0            2
     8            2
     @            
3
     H            3
     P            23
     X            F3
     `            Z3
     h            n3
     p            3
     x            3
                 3
                 3
                 3
                 3
                 3
                 4
                 "4
                 64
                 J4
                 ^4
                 r4
                 4
                 4
                 4
                 4
                 4
                  4
                 4
                 5
                 &5
                  :5
     (            N5
     0            b5
     8            v5
     @            5
     H            5
     P            5
     X            5
     `            5
     h            5
     p            6
     x            6
                 *6
                 >6
                 R6
                 f6
                 z6
                 6
                 6
                 6
                 6
                 6
                 6
                 7
                 7
                 .7
                 B7
                 V7
                  j7
                 ~7
                 7
                 7
                  7
     (            7
     0            7
     8            7
     @            
8
     H            8
     P            28
     X            28
     `            F8
     h            Z8
     p            n8
     x            8
                 8
                 8
                 8
                 8
                 8
                 8
                 9
                 "9
                 69
                 J9
                 ^9
                 r9
                 9
                 9
                 9
                 9
                  9
                 9
                 9
                 :
                  &:
     (            ::
     0            N:
     8            b:
     @            v:
     H            :
     P            :
     X            :
     `            :
     h            :
     p            :
     x            ;
                 ;
                 *;
                 >;
                 R;
                 f;
                 z;
                 ;
                 ;
                 ;
                 ;
                 ;
                 ;
                 <
                 <
                 <
                 <
                  .<
                 B<
                 V<
                 j<
                  ~<
     (            <
     0            <
     8            <
     @            <
     H            <
     P            <
     X            
=
     `            =
     h            2=
     p            F=
     x            Z=
                 n=
                 =
                 =
                 =
                 =
                 =
                 =
                 =
                 =
                 >
                 ">
                 6>
                 J>
                 ^>
                 r>
                 >
                  >
                 >
                 >
                 >
                  >
     (            >
     0            ?
     8            &?
     @            :?
     H            N?
     P            b?
     X            v?
     `            ?
     h            ?
     p            ?
     x            ?
                 ?
                 ?
                 @
                 @
                 *@
                 >@
                 R@
                 R@
                 f@
                 z@
                 @
                 @
                 @
                 @
                 @
                 @
                  A
                 A
                 .A
                 BA
                  VA
     (            jA
     0            ~A
     8            A
     @            A
     H            A
     P            A
     X            A
     `            A
     h            
B
     p            B
     x            2B
                 FB
                 ZB
                 nB
                 B
                 B
                 B
                 B
                 B
                 B
                 B
                 C
                 "C
                 6C
                 JC
                 JC
                 6/
                  ^C
                 ^C
                 rC
                 C
                  C
     (            C
     0            C
     8            C
     @            C
     H            C
     P            D
     X            &D
     `            :D
     h            ND
     p            bD
     x            vD
                 D
                 D
                 D
                 D
                 D
                 D
                 D
                 E
                 E
                 *E
                 >E
                 RE
                 fE
                 zE
                 E
                 E
                  E
                 E
                 E
                 E
                  F
     (            F
     0            .F
     8            BF
     @            VF
     H            jF
     P            ~F
     X            F
     `            F
     h            F
     p            F
     x            F
                 F
                 
G
                 G
                 2G
                 FG
                 ZG
                 nG
                 G
                 G
                 G
                 G
                 G
                 G
                 G
                 H
                 "H
                  6H
                 JH
                 ^H
                 rH
                  H
     (            H
     0            H
     8            H
     @            H
     H            H
     P            H
     X            I
     `            &I
     h            :I
     p            NI
     x            bI
                 vI
                 I
                 I
                 I
                 I
                 I
                 I
                 J
                 J
                 *J
                 >J
                 RJ
                 fJ
                 zJ
                 J
                 J
                   J
                  J
                  J
                  J
                   K
     (             K
     0             .K
     8             BK
     @             VK
     H             jK
     P             ~K
     X             K
     `             K
     h             K
     p             K
     x             K
                  K
                  K
                  K
                  K
                  K
                  	L
                  L
                  L
                  *L
                  5L
                  @L
                  KL
                  VL
                  aL
                  lL
                  wL
                  L
                 L
                 L
                 L
                  L
     (            L
     0            L
     8            L
     @            L
     H            L
     P            L
     X            L
     `            M
     h            M
     p            M
     x            'M
                 2M
                 =M
                 HM
                 SM
                 ^M
                 iM
                 tM
                 M
                 M
                 M
                 M
                 M
                 M
                 M
                 M
                 M
                  M
                 M
                 M
                 N
                  N
     (            N
     0            $N
     8            /N
     @            :N
     H            EN
     P            PN
     X            [N
     `            fN
     h            qN
     p            |N
     x            N
                 N
                 N
                 N
                 N
                 N
                 N
                 N
                 N
                 N
                 N
                  O
                 O
                 O
                 !O
                 ,O
                 7O
                  BO
                 MO
                 XO
                 cO
                  nO
     (            yO
     0            O
     8            O
     @            O
     H            O
     P            O
     X            O
     `            O
     h            O
     p            O
     x            O
                 O
                 O
                 P
                 P
                 P
                 )P
                 4P
                 ?P
                 JP
                 UP
                 `P
                 kP
                 vP
                 P
                 P
                 P
                  P
                 P
                 P
                 P
                  P
     (            P
     0            P
     8            P
     @            P
     H            Q
     P            Q
     X            Q
     `            &Q
     h            1Q
     p            <Q
     x            GQ
                 RQ
                 ]Q
                 hQ
                 sQ
                 ~Q
                 Q
                 Q
                 Q
                 Q
                 Q
                 Q
                 Q
                 Q
                 Q
                 Q
                  Q
                 R
                 
R
                 R
                  #R
     (            .R
     0            9R
     8            DR
     @            OR
     H            ZR
     P            eR
     X            pR
     `            {R
     h            R
     p            R
     x            R
                 R
                 R
                 R
                 R
                 R
                 R
                 R
                 R
                 R
                 
S
                 S
                  S
                 +S
                 6S
                 AS
                 LS
                  WS
                 bS
                 mS
                 xS
                  S
     (            S
     0            S
     8            S
     @            S
     H            S
     P            S
     X            S
     `            S
     h            S
     p            S
     x            S
                 T
                 T
                 T
                 (T
                 3T
                 >T
                 IT
                 TT
                 _T
                 jT
                 uT
                  T
                 T
                 T
                 T
                  T
     (            T
     `            T
     h            T
     p            T
     x            T
                 T
                 T
                 U
                 U
                 U
                 %U
                 0U
                 ;U
                 FU
                 QU
                 \U
                 gU
                 rU
                 }U
                 U
                 U
      	            U
     	            U
     	            U
     	            U
      	            U
     (	            U
     0	            U
     8	            U
     @	            U
     H	            V
     P	            V
     X	            V
     `	            "V
     h	            -V
     p	            8V
     x	            CV
     	            NV
     	            YV
     	            dV
     	            oV
     	            zV
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
     	            V
      
            V
     
            	W
     
            W
     
            W
      
            *W
     (
            5W
     0
            @W
     8
            KW
     @
            VW
     H
            aW
     P
            lW
     X
            wW
     `
            W
     h
            W
     p
            W
     x
            W
     
            W
     
            W
     
            W
     
            W
     
            W
     
            W
     
            W
     
            W
     
            X
     
            X
     
            X
     
            'X
     
            2X
     
            =X
     
            HX
     
            SX
     `            ^X
     h            iX
     p            tX
     x            X
                 X
                 X
                 X
                 X
                 X
                 X
                 X
                 X
                 X
                 X
                 X
                 Y
                 Y
                 Y
                  $Y
                  /Y
     (            :Y
     0            EY
     `            PY
     h            [Y
     p            fY
     x            qY
                 |Y
                 Y
                 Y
                 Y
                 Y
                 Y
                 Y
      
            Y
     
            Y
     
            Y
     
            Y
      
            Y
     (
             Z
     0
            Z
     8
            Z
     @
            !Z
     H
            ,Z
     P
            7Z
     X
            BZ
     `
            MZ
     h
            XZ
     p
            cZ
     x
            nZ
     
            yZ
     
            Z
     
            Z
     
            Z
     
            Z
     
            Z
     
            Z
     
            Z
     
            Z
                  Z
                 Z
                 Z
     `            Z
     h            [
     p            [
                 [
                 )[
                 4[
                 ?[
                  J[
                 U[
                 `[
     `            k[
     h            v[
     p            [
     x            [
                 [
                 [
                 [
                 [
                 [
                 [
                 [
                 [
                 [
                 [
                 \
                 \
                 \
                 &\
                 1\
                 <\
                  G\
                 R\
                 ]\
                 h\
                  s\
     (            ~\
     0            \
     8            \
     @            \
     H            \
     P            \
     X            \
     `            \
     h            \
     p            \
     x            \
                 \
                 ]
                 
]
                 ]
                 #]
                 .]
                 9]
                 D]
                 O]
                 Z]
                 e]
                 p]
                 {]
                 ]
                 ]
                 ]
                  ]
                 ]
                 ]
                 ]
                  ]
     (            ]
     0            ]
     8            ]
     @            ]
     H            
^
     P            ^
     X             ^
     `            +^
     h            6^
     p            A^
     x            L^
                 W^
                 b^
                 m^
                 x^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                 ^
                  _
                 _
                 _
                 (_
                  3_
     (            >_
     0            I_
     8            T_
     @            __
     H            j_
     P            u_
     X            _
     `            _
     h            _
     p            _
     x            _
                 _
                 _
                 _
                 _
                 _
                 _
                 _
                 `
                 `
                 `
                 %`
                 0`
                 ;`
                 F`
                 Q`
                 \`
                  g`
                 r`
                 }`
                 `
                  `
     0            `
     8            `
     @            `
     H            `
     P            `
     X            `
     `            `
     h            `
     p            `
     x            a
                 a
                 a
                 "a
                 -a
                 8a
                 Ca
                 Na
                 Ya
                 da
                 oa
                 za
                 a
                 a
                 a
                 a
                 a
                  a
                 a
                 a
                 a
                  a
     (            a
     0            a
     8            	b
     @            b
     H            b
     P            *b
     X            5b
     `            @b
     h            Kb
     p            Vb
     x            ab
                 lb
                 wb
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 b
                 c
                 c
                  c
                 'c
                 2c
                 =c
                  Hc
     (            Sc
     0            ^c
     8            ic
     @            tc
     H            c
     P            c
     X            c
     `            c
     h            c
     p            c
     x            c
                 c
                 c
                 c
                 c
                 c
                 d
                 d
                 d
                 $d
                 /d
                 :d
                 Ed
                 Pd
                 [d
                 fd
                  qd
                 |d
                 d
                 d
                  d
     (            d
     0            d
     8            d
     @            d
     H            d
     P            d
     X            d
     `            d
     h             e
     p            e
     x            e
                 !e
                 ,e
                 7e
                 Be
                 Me
                 Xe
                 ce
                 ne
                 ye
                 e
                 e
                 e
                 e
                 e
                 e
                 e
                  e
                 e
                 e
                 e
                  e
     (            f
     0            f
     8            f
     @            )f
     H            4f
     P            ?f
     X            Jf
     `            Uf
     h            `f
     p            kf
     x            vf
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                 f
                  g
                 g
                 g
                 &g
                  1g
     (            <g
     0            Gg
     8            Rg
     @            ]g
     H            hg
     P            sg
     X            ~g
     `            g
     h            g
     p            g
     x            g
                 g
                 g
                 g
                 g
                 g
                 g
                 g
                 h
                 
h
                 h
                 #h
                 .h
                 9h
                 Dh
                 Oh
                 Zh
                  eh
                 ph
                 {h
                 h
                  h
     (            h
     0            h
     8            h
     @            h
     H            h
     P            h
     X            h
     `            h
     h            h
     p            h
     x            
i
                 i
                  i
                 +i
                 6i
                 Ai
                 Li
                 Wi
                 bi
                  mi
                 xi
                 i
                 i
                  i
     (            i
     `            i
     h            i
     p            i
     x            i
                 i
                 i
                 i
                 i
                 j
                 j
                 j
                 (j
                 3j
                 >j
                 Ij
                 Tj
                 _j
                 jj
                 uj
                 j
                  j
                 j
                 j
                 j
                  j
     (            j
     0            j
     8            j
     @            j
     H            j
     P            j
     X            k
     `            k
     h            k
     p            %k
     x            0k
                 ;k
                 Fk
                 Qk
                 \k
                 gk
                 rk
                 }k
                 k
                  k
                 k
                 k
                 k
                  k
     (            k
     0            k
     8            k
     @            k
     H            k
     P            l
     X            l
     `            l
     h            "l
     p            -l
     x            8l
                 Cl
                 Nl
                 Yl
                 dl
                 ol
                 zl
                 l
                 l
                 l
                 l
                 l
                 l
     `             l
     h             l
     p             l
     x             l
                  l
                  l
                  	m
                  m
                  m
                  *m
                  5m
                  @m
                  Km
                  Vm
                  am
                  lm
                  wm
                  m
                  m
                  m
      !            m
     !            m
     !            m
     !            m
      !            m
     (!            m
     0!            m
     8!            m
     @!            m
     H!            n
     P!            n
     X!            n
     `!            'n
     h!            2n
     p!            =n
     x!            Hn
     !            Sn
     !            ^n
     !            in
     !            tn
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
     !            n
      "            o
     "            o
     "            o
     "            $o
      "            /o
     ("            :o
     0"            Eo
     8"            Po
     @"            [o
     H"            fo
     P"            qo
     X"            |o
     `"            o
     h"            o
     p"            o
     x"            o
     "            o
     "            o
     "            o
     "            o
     "            o
     "            o
     "            o
     "             p
     "            p
     "            p
     "            !p
     "            ,p
     "            7p
     "            Bp
     "            Mp
     "            Xp
      #            cp
     #            np
     #            yp
     #            p
      #            p
     (#            p
     0#            p
     8#            p
     @#            p
     H#            p
     P#            p
     X#            p
     `#            p
     h#            p
     p#            p
     x#            q
     #            q
     #            q
     #            )q
     #            4q
     #            ?q
     #            Jq
     #            Uq
     #            `q
     #            kq
     #            vq
     #            q
     #            q
     #            q
     #            q
     #            q
     #            q
     `$            q
     h$            q
     p$            q
     x$            q
     $            q
     $            q
     $            r
     $            r
     $            r
     $            &r
     $            1r
     $            <r
     $            Gr
     $            Rr
     $            ]r
     $            hr
     $            sr
     $            ~r
     $            r
     $            r
      %            r
     %            r
     %            r
     %            r
      %            r
     (%            r
     0%            r
     8%            r
     @%            r
     H%            s
     P%            
s
     X%            s
     `%            #s
     h%            .s
     p%            9s
     x%            Ds
     %            Os
     %            Zs
     %            es
     %            ps
     %            {s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
     %            s
      &            s
     &            
t
     &            t
     &             t
      &            +t
     (&            6t
     0&            At
     8&            Lt
     @&            Wt
     H&            bt
     P&            mt
     X&            xt
     `&            t
     h&            t
     p&            t
     x&            t
     &            t
     &            t
     &            t
     &            t
     &            t
     &            t
     &            t
     &            t
     &            u
     &            u
     &            u
     &            (u
     &            3u
     &            >u
     &            Iu
     &            Tu
      '            _u
     '            ju
     '            uu
     '            u
      '            u
     `'            u
     h'            u
     p'            u
     x'            u
     '            u
     '            u
     '            u
     '            u
     '            u
     '            u
     '            v
     '            v
     `(            v
     h(            %v
     p(            0v
     x(            ;v
     (            Fv
     (            Qv
     (            \v
     (            gv
     (            rv
     (            }v
     (            v
     (            v
     (            v
     (            v
     (            v
     (            v
     (            v
     (            v
     (            v
     (            v
      )            v
     )            w
     )            w
     )            w
      )            "w
     ()            -w
     0)            8w
     8)            Cw
     @)            Nw
     H)            Yw
     P)            dw
     X)            ow
     `)            zw
     h)            w
     p)            w
     x)            w
     )            w
     )            w
     )            w
     )            w
     )            w
     )            w
     )            w
     )            w
     )            w
     )            	x
     )            x
     )            x
     )            *x
     )            5x
     )            @x
     )            Kx
      *            Vx
     *            ax
     *            lx
     *            wx
      *            x
     (*            x
     0*            x
     8*            x
     @*            x
     H*            x
     P*            x
     X*            x
     `*            x
     h*            x
     p*            x
     x*            x
     *            y
     *            y
     *            y
     *            'y
     *            2y
     *            =y
     *            Hy
     *            Sy
     *            ^y
     *            iy
     *            ty
     *            y
     *            y
     *            y
     *            y
     *            y
      +            y
     +            y
     +            y
     +            y
      +            y
     (+            y
     0+            y
     8+            z
     @+            z
     H+            z
     P+            $z
     X+            /z
     `+            :z
     h+            Ez
     p+            Pz
     x+            [z
     +            fz
     +            qz
     +            |z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +            z
     +             {
     +            {
      ,            {
     ,            !{
     ,            ,{
     ,            7{
      ,            B{
     (,            M{
     0,            X{
     8,            c{
     @,            n{
     H,            y{
     P,            {
     X,            {
     `,            {
     h,            {
     p,            {
     x,            {
     ,            {
     ,            {
     ,            {
     ,            {
     ,            {
     ,            {
     ,            |
     ,            |
     ,            |
     ,            )|
     ,            4|
     ,            ?|
     ,            J|
     ,            U|
     ,            `|
     ,            k|
      -            v|
     -            |
     -            |
     -            |
      -            |
     (-            |
     0-            |
     8-            |
     @-            |
     H-            |
     P-            |
     X-            |
     `-            |
     h-            }
     p-            }
     x-            }
     -            &}
     -            1}
     -            <}
     -            G}
     -            R}
     -            ]}
     -            h}
     -            s}
     -            ~}
     -            }
     -            }
     -            }
     -            }
     -            }
     -            }
     -            }
      .            }
     .            }
     .            }
     .            }
      .            ~
     (.            
~
     0.            ~
     8.            #~
     @.            .~
     H.            9~
     P.            D~
     X.            O~
     `.            Z~
     h.            e~
     p.            p~
     x.            {~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            ~
     .            

     .            
     .             
     .            +
      /            6
     /            A
     /            L
     /            W
     `/            b
     h/            m
     p/            x
     x/            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
     /            
      0            
     0            (
     0            3
     0            >
      0            I
     (0            T
     00            _
     80            j
     @0            u
     `0            
     h0            
     p0            
     x0            
     0            
     0            
     0            
     0            ̀
     0            ؀
     0            
     0            
     0            
     0            
     0            
     0            
     0            %
     0            0
     0            ;
     0            F
     0            Q
      1            \
     1            g
     1            r
     1            }
      1            
     (1            
     01            
     81            
     @1            
     H1            
     P1            ʁ
     X1            Ձ
     `1            
     h1            
     p1            
     x1            
     1            
     1            
     1            "
     1            -
     1            8
     1            C
     1            N
     1            Y
     1            d
     1            o
     1            z
     1            
     1            
     1            
     1            
     1            
      2            
     2            ǂ
     2            ҂
     2            ݂
      2            
     (2            
     02            
     82            	
     @2            
     H2            
     P2            *
     X2            5
     `2            @
     h2            K
     p2            V
     x2            a
     2            l
     2            w
     2            
     2            
     2            
     2            
     2            
     2            
     2            ă
     2            σ
     2            ڃ
     2            
     2            
     2            
     2            
     2            
      3            
     3            '
     3            2
     3            =
      3            H
     (3            S
     03            ^
     83            i
     @3            t
     H3            
     P3            
     X3            
     `3            
     h3            
     p3            
     x3            
     3            ̄
     3            ׄ
     3            
     3            
     3            
     3            
     3            
     3            
     3            $
     3            /
     3            :
     3            E
     3            P
     3            [
     3            f
     3            q
      4            |
     4            
     4            
     4            
      4            
     (4            
     04            
     84            Ʌ
     @4            ԅ
     H4            ߅
     P4            
     X4            
     `4             
     h4            
     p4            
     x4            !
     4            ,
     4            7
     4            B
     4            M
     4            X
     4            c
     4            n
     4            y
     4            
     4            
     4            
     4            
     4            
     4            
     4            Ɔ
     4            ц
      5            ܆
     5            
     5            
     5            
      5            
     (5            
     05            
     85            )
     @5            4
     H5            ?
     P5            J
     X5            U
     `5            `
     h5            k
     p5            v
     x5            
     5            
     5            
     5            
     5            
     5            
     5            Ç
     5            ·
     5            ه
     5            
     5            
     5            
     5            
     5            
     5            
     5            &
     5            1
      6            <
     6            G
     6            R
     6            ]
      6            h
     (6            s
     06            ~
     86            
     @6            
     H6            
     P6            
     X6            
     `6            
     h6            ˈ
     p6            ֈ
     x6            
     6            
     6            
     6            
     6            

     6            
     6            #
     6            .
     6            9
     6            D
     6            O
     6            Z
     6            e
     6            p
     6            {
     6            
     6            
      7            
     7            
     7            
     7            
      7            ȉ
     (7            Ӊ
     07            މ
     87            
     @7            
     H7            
     P7            

     X7            
     `7             
     h7            +
     p7            6
     x7            A
     7            L
     7            W
     7            b
     7            m
     7            x
     7            
     7            
     7            
     7            
     7            
     7            
     7            Ŋ
     7            Њ
     7            ۊ
     7            
     7            
      8            
     8            
     8            
     8            
      8            (
     (8            3
     08            >
     88            I
     @8            T
     H8            _
     P8            j
     X8            u
     `8            
     h8            
     p8            
     x8            
     8            
     8            
     8            
     8            ͋
     8            ؋
     8            
     8            
     8            
     8            
     8            
     8            
     8            %
     8            0
     8            ;
     8            F
     8            Q
      9            \
     9            g
     9            r
     9            }
      9            
     (9            
     09            
     89            
     @9            
     H9            
     P9            ʌ
     X9            Ռ
     `9            
     h9            
     p9            
     x9            
     9            
     9            
     9            "
     9            -
     9            8
     9            C
     9            N
     9            Y
     9            d
     9            o
     9            z
     9            
     9            
     9            
     9            
     9            
      :            
     :            Ǎ
     :            ҍ
     :            ݍ
      :            
     (:            
     0:            
     8:            	
     @:            
     H:            
     P:            *
     X:            5
     `:            @
     h:            K
     p:            V
     x:            a
     :            l
     :            w
     :            
     :            
     :            
     :            
     :            
     :            
     :            Ď
     :            ώ
     :            ڎ
     :            
     :            
     :            
     :            
     :            
      ;            
     ;            '
     ;            2
     ;            =
      ;            H
     (;            S
     0;            ^
     8;            i
     @;            t
     H;            
     P;            
     X;            
     `;            
     h;            
     p;            
     x;            
     ;            ̏
     ;            ׏
     ;            
     ;            
     ;            
     ;            
     ;            
     ;            
     ;            $
     ;            /
     ;            :
     ;            E
     ;            P
     ;            [
     ;            f
     ;            q
      <            |
     <            
     <            
     <            
      <            
     (<            
     0<            
     8<            ɐ
     @<            Ԑ
     H<            ߐ
     P<            
     X<            
     `<             
     h<            
     p<            
     x<            !
     <            ,
     <            7
     <            B
     <            M
     <            X
     <            c
     <            n
     <            y
     <            
     <            
     <            
     <            
     <            
     <            
     <            Ƒ
     <            ё
      =            ܑ
     =            
     =            
     =            
      =            
     (=            
     0=            
     8=            )
     @=            4
     H=            ?
     P=            J
     X=            U
     `=            `
     h=            k
     p=            v
     x=            
     =            
     =            
     =            
     =            
     =            
     =            Ò
     =            Β
     =            ْ
     =            
     =            
     =            
     =            
     =            
     =            
     =            &
     =            1
      >            <
     >            G
     >            R
     >            ]
      >            h
     (>            s
     0>            ~
     8>            
     @>            
     H>            
     P>            
     X>            
     `>            
     h>            ˓
     p>            ֓
     x>            
     >            
     >            
     >            
     >            

     >            
     >            #
     >            .
     >            9
     >            D
     >            O
     >            Z
     >            e
     >            p
     >            {
     >            
     >            
      ?            
     ?            
     ?            
     ?            
      ?            Ȕ
     (?            Ӕ
     0?            ޔ
     8?            
     @?            
     H?            
     P?            

     X?            
     `?             
     h?            +
     p?            6
     x?            A
     ?            L
     ?            W
     ?            b
     ?            m
     ?            x
     ?            
     ?            
     ?            
     ?            
     ?            
     ?            
     ?            ŕ
     ?            Е
     ?            ە
     ?            
     ?            
      @            
     @            
     @            
     @            
      @            (
     (@            3
     0@            >
     8@            I
     @@            T
     H@            _
     P@            j
     X@            u
     `@            
     h@            
     p@            
     x@            
     @            
     @            
     @            
     @            ͖
     @            ؖ
     @            
     @            
     @            
     @            
     @            
     @            
     @            %
     @            0
     @            ;
     @            F
     @            Q
      A            \
     A            g
     A            r
     A            }
      A            
     (A            
     0A            
     8A            
     @A            
     HA            
     PA            ʗ
     XA            ՗
     `A            
     hA            
     pA            
     xA            
     A            
     A            
     A            "
     A            -
     A            8
     A            C
     A            N
     A            Y
     A            d
     A            o
     A            z
     A            
     A            
     A            
     A            
     A            
      B            
     B            ǘ
     B            Ҙ
     B            ݘ
      B            
     (B            
     0B            
     8B            	
     @B            
     HB            
     PB            *
     XB            5
     `B            @
     hB            K
     pB            V
     xB            a
     B            l
     B            w
     B            
     B            
     B            
     B            
     B            
     B            
     B            ę
     B            ϙ
     B            ڙ
     B            
     B            
     B            
     B            
     B            
      C            
     C            '
     C            2
     C            =
      C            H
     (C            S
     0C            ^
     8C            i
     @C            t
     HC            
     PC            
     XC            
     `C            
     hC            
     pC            
     xC            
     C            ̚
     C            ך
     C            
     C            
     C            
     C            
     C            
     C            
     C            $
     C            /
     C            :
     C            E
     C            P
     C            [
     C            f
     C            q
      D            |
     D            
     D            
     D            
      D            
     (D            
     0D            
     8D            ɛ
     @D            ԛ
     HD            ߛ
     PD            
     XD            
     `D             
     hD            
     pD            
     xD            !
     D            ,
     D            7
     D            B
     D            M
     D            X
     D            c
     D            n
     D            y
     D            
     D            
     D            
     D            
     D            
     D            
     D            Ɯ
     D            ќ
      E            ܜ
     E            
     E            
     E            
      E            
     (E            
     0E            
     8E            )
     @E            4
     HE            ?
     PE            J
     XE            U
     `E            `
     hE            k
     pE            v
     xE            
     E            
     E            
     E            
     E            
     E            
     E            Ý
     E            Ν
     E            ٝ
     E            
     E            
     E            
     E            
     E            
     E            
     E            &
     E            1
      F            <
     F            G
     F            R
     F            ]
      F            h
     (F            s
     0F            ~
     8F            
     @F            
     HF            
     PF            
     XF            
     `F            
     hF            ˞
     pF            ֞
     xF            
     F            
     F            
     F            
     F            

     F            
     F            #
     F            .
     F            9
     F            D
     F            O
     F            Z
     F            e
     F            p
     F            {
     F            
     F            
      G            
     G            
     G            
     G            
      G            ȟ
     (G            ӟ
     0G            ޟ
     8G            
     @G            
     HG            
     PG            

     XG            
     `G             
     hG            +
     pG            6
     xG            A
     G            L
     G            W
     G            b
     G            m
     G            x
     G            
     G            
     G            
     G            
     G            
     G            
     G            Š
     G            Р
     G            ۠
     G            
     G            
      H            
     H            
     H            
     H            
      H            (
     (H            3
     0H            >
     8H            I
     @H            T
     HH            _
     PH            j
     XH            u
     `H            
     hH            
     pH            
     H            
     H            ǡ
     H            ۡ
     H            
      I            
     I            
     I            +
     I            ?
      I            S
     (I            g
     0I            {
     8I            
     @I            
     HI            
     PI            ˢ
     XI            ߢ
     `I            
     hI            
     pI            
     xI            /
     I            C
     I            W
     I            k
     I            
     I            
     I            
     I            
     I            ϣ
     I            
     I            
     I            
     I            
     I            3
     I            G
     I            [
     I            o
      J            
     J            
     J            
     J            
      J            Ӥ
     (J            
     0J            
     8J            
     `J            (
     hJ            P
     pJ            x
     xJ            
     J            ȥ
     J            
     J            
     J            @
     J            h
     J            
     J            
     `K            
     hK            
     pK            ̦
     xK            צ
     K            
     K            
     `P            
     hP            
     pP             
     xP            4
     P            H
     P            \
     P            p
     P            
     P            
     P            
     P            
     P            ԧ
     P            ԧ
     P            ߧ
     P            
     P            
     P             
     P            
     P            :
     P            W
      Q            t
     Q            
     Q            
     Q            ˨
      Q            
     (Q            
     0Q            "
     8Q            ?
     @Q            \
     HQ            y
     PQ            
     XQ            
     `Q            Щ
     hQ            
     pQ            

     xQ            '
     Q            D
     Q            a
     Q            ~
     Q            
     Q            
     Q            ժ
     Q            
     Q            
     Q            
     Q            %
     Q            9
     Q            M
     Q            X
     Q            c
     Q            n
     Q            y
      R            
     R            
     R            
     R            
      R            
     (R            
     0R            ƫ
     8R            ѫ
     @R            ܫ
     HR            
     PR            
     XR            
     `R            
     hR            
     pR            
     xR            )
     R            4
     R            ?
     R            J
     R            U
     R            `
     R            k
     R            v
     R            
     R            
     R            
     R            Ƭ
     R            
     R            
     R            
     R            
     R            

      S            
     S            #
     S            .
     S            9
      S            D
     (S            O
     0S            Z
     8S            e
     @S            p
     HS            {
     PS            
     XS            
     `S            
     hS            
     pS            
     xS            
     S            
     S            ȭ
     S            ӭ
     S            ޭ
     S            
     S            
     S            
     S            
     S            '
     S            ;
     S            F
     S            Q
     S            X
     S            c
     S            n
     S            y
      T            
     T            
     T            
     T            
      T            
     (T            
     0T            ƫ
     8T            ѫ
     @T            ܫ
     HT            
     PT            
     XT            
     `T            
     hT            
     pT            
     xT            )
     T            4
     T            ?
     T            J
     T            U
     T            `
     T            k
     T            
     T            \
     T            p
     T            
     T            
     T            
     T            
     T            
     T            خ
     T             
      U            &
     U            :
     U            W
     U            k
      U            
     (U            
     0U            
     8U            ͯ
     @U            
     HU            )
     PU            =
     XU            Q
     `U            e
     hU            
     pU            
     xU            ư
     U            
     U            
     U            
     U            -
     U            P
     U            
     U            ұ
     U            
     U            
     U            )
     W            4
     W            ?
     W            J
     W            U
     W            `
     W            k
     W            v
     W            
     W            
     W            
     W            
     W            
     W            
     W            ò
      X            β
     X            ٲ
     X            
     X            
      X            
     (X            
     0X            
     8X            
     @X            &
     HX            1
     PX            <
     XX            G
     `X            R
     hX            ]
     pX            h
     xX            s
     X            ~
     X            
     X            
     X            
     X            
     X            
     X            
     X            ˳
     X            ֳ
     X            
     X            
     X            
     X            
     X            

     X            
     X            #
      Y            .
     Y            9
     Y            D
     Y            O
      Y            Z
     (Y            e
     0Y            p
     8Y            {
     @Y            
     HY            
     PY            
     XY            
     `Y            
     hY            
     pY            ȴ
     xY            Ӵ
     Y            ޴
     Y            
     Y            
     Y            
     Y            

     Y            
     Y             
     Y            +
     Y            6
     Y            A
     Y            L
     Y            W
      Z            b
     Z            m
     Z            x
     Z            
      Z            
     (Z            
     0Z            
     8Z            
     @Z            
     HZ            ŵ
     PZ            е
     XZ            ۵
     `Z            
     hZ            
     pZ            
     xZ            
     Z            
     Z            
     Z            (
     Z            3
     Z            >
     Z            I
     Z            T
     Z            _
     Z            j
     Z            u
     Z            
     Z            
     Z            
     Z            
     Z            
     Z            
      [            ¶
     [            Ͷ
     [            ض
     [            
      [            
     ([            
     0[            
     8[            
     @[            
     H[            %
     P[            0
     X[            ;
     `[            F
     h[            Q
     p[            \
     x[            g
     [            r
     [            }
     [            
     [            
     [            
     [            
     [            
     [            
     [            ʷ
     [            շ
     [            
     [            
     [            
     [            
     [            
     [            
      \            "
     \            -
     \            8
     \            C
      \            N
     (\            Y
     0\            d
     8\            o
     @\            z
     H\            
     P\            
     X\            
     `\            
     h\            
     p\            
     x\            Ǹ
     \            Ҹ
     \            ݸ
     \            
     \            
     \            
     \            	
     \            
     \            
     \            *
     \            5
     \            @
     \            K
     \            V
     \            a
     \            l
     \            w
     `]            
     h]            
     p]            
     x]            
     ]            
     ]            
     ]            Ĺ
     ]            Ϲ
     ]            ڹ
     ]            
     ]            
     ]            
     ]            
     ]            
     ]            
     ]            '
     ]            2
     ]            =
      ^            H
     ^            S
     ^            ^
     ^            i
      ^            t
     (^            
     0^            
     8^            
     @^            
     H^            
     P^            
     X^            
     h^            ̺
     p^            ׺
     x^            
     ^            
     ^            
     ^            
     ^            
     ^            
     ^            $
     ^            /
     ^            :
     ^            E
     ^            P
     ^            [
     ^            f
     ^            q
     ^            |
     ^            
      _            
     _            
     _            
     _            
      _            
     (_            ɻ
     0_            Ի
     8_            ߻
     @_            
     H_            
     P_             
     X_            
     `_            
     h_            !
     p_            ,
     x_            7
     _            B
     _            M
     _            X
     _            c
     _            n
     _            y
     _            
     _            
     _            
     _            
     _            
     _            
     _            Ƽ
     _            Ѽ
     _            ܼ
     _            
      `            
     `            
     ``            
     h`            
     p`            
     x`            )
     `            4
     `            ?
     `            J
     `            U
     `            `
     `            k
     `            v
     `            
     `            
     `            
     `            
     `            
     `            
     `            ý
     `            ν
      a            ٽ
     a            
     a            
     a            
      a            
     (a            
     0a            
     8a            &
     @a            1
     Ha            <
     Pa            G
     Xa            R
     ha            
     pa            
     a            ]
     a            J
     a            `
     a            k
     a            v
     a            
     a            
     a            
     a            
     a            
     a            
     a            ý
      b            ٽ
     b            
     b            
     b            
     (b            
     8b            &
     pb            
     b            J
     b            `
     b            v
     b            
     b            
     b            
     b            
     b            ý
      c            ٽ
     c            
     (c            
     8c            &
     Hc            <
     Xc            R
     hc            
     pc            
     c            ]
     c            J
     c            U
     c            `
     c            k
     c            
     c            
     c            
     c            
     c            
     c            
     c            ý
      d            ٽ
     d            
     d            
     d            
     (d            
     0d            
     8d            &
     @d            1
     Pd            G
     `d            
     hd            
     pd            
     xd            )
     d            ]
     d            4
     d            ?
     d            J
     d            U
     d            `
     d            v
     d            
     d            
     d            
     d            
     d            
     d            
     d            ý
     d            ν
      e            ٽ
     e            
     e            
     e            
      e            
     (e            
     0e            
     8e            &
     he            
     pe            
     xe            )
     e            4
     e            ?
     e            J
     e            U
     e            `
     e            v
     e            
     e            
     e            
     e            
     e            
     e            
     e            ý
     e            ν
      f            ٽ
     f            
     f            
     f            
      f            
     (f            
     0f            
     8f            &
     g            h
     g            s
     hh            ~
     ph            
     xh            
     h            
     h            
     h            
     h            
     h            ˾
     h            ־
     h            
     h            
     h            
     h            
     h            

     h            
     h            #
     h            .
     h            9
     h            D
      i            O
     i            Z
     i            e
     i            p
      i            {
     (i            
     0i            
     8i            
     @i            
     Hi            
     Pi            
     Xi            ȿ
     `i            ӿ
     hi            ޿
     pi            
     xi            
     i            
     i            

     i            
     i             
     i            +
     i            6
     i            A
     i            L
     i            W
     i            b
     i            m
     i            x
     i            
     i            
     i            
     i            
      j            
     j            
     j            
     j            
      j            #
     (j            .
     0j            9
     8j            D
     @j            O
     Hj            Z
     s            ~
     s            
     s            
      t            
     t            
     t            
     t            
      t            ˾
     (t            ־
     0t            e
     8t            p
     @t            {
     Ht            
     Pt            
     Xt            
     `t            
     ht            
     pt            
     xt            
     t            
     t            
     t            
     t            
     t            
     t            

     t            
     t             
     t            +
     t            6
     t            A
     t            L
     t            W
     t            b
     t            m
     t            x
      u            
     u            
     u            
     u            
      u            
     (u            
     0u            
     8u            
     @u            
     Hu            
     Pu            
     Xu            
     `u            
     hu            
     pu            
     xu            ~
     u            
     u            
     u            
     u            
     u            
     u            
     u            ˾
     u            ־
     u            (
     u            3
     u            >
     u            I
     u            T
     u            _
     u            x
     u            s
      v            ~
     `x            
     hx            
     px            
     xx            
     x            
     x            
     x            
     x            
     x            
     x            
     x            
     x            
     x            

     x            
     x            #
     x            .
     x            9
     x            D
     x            O
     x            Z
      y            e
     y            p
     y            {
     y            
      y            
     (y            
     0y            
     8y            
     @y            
     Hy            
     Py            
     Xy            
     `y            
     hy            
     py            
     xy            

     y            
     y             
     y            +
     y            6
     y            A
     y            L
     y            W
     y            b
     y            m
     y            x
     y            
     y            
     y            
     y            
     y            
     y            
      z            
     z            
     z            
     z            
      z            
     (z            
     0z            
     8z            
     @z            
     Hz            (
     Pz            3
     Xz            >
     `z            I
     hz            T
     pz            _
     xz            j
     z            u
     z            u
     z            u
     z            
     z            
     z            
     z            
     z            
     z            
     z            ~
     z            
     z            
      {            
     {            
     {            
     {            
      {            ˾
     ({            ־
     P{            
     X{            
     `            
     h            
     p            
     x            
                 
                 
                 
                 %
                 0
                 ;
                 F
                 Q
                 \
     Ȁ            g
     Ѐ            r
     ؀            }
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            "
     X            -
     `            8
     h            C
     p            N
     x            Y
                 d
                 o
                 z
                 
                 
                 
                 
                 
                 
     ȁ            
     Ё            
     ؁            
                 
                 
                 
                 	
                  
                 
                 *
                 5
                  @
     (            K
     0            V
     8            a
     @            l
     H            w
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ȃ            '
     Ђ            2
     ؂            =
                 H
                 S
                 ^
                 i
                  t
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 $
                 /
                 :
                 E
                 P
                 [
                 f
                 q
                 |
     ȃ            
     Ѓ            
     ؃            
                 
                 
                 
                 
                  
                 
                 
                 
                   
     (            
     0            
     8            !
     @            ,
     H            7
     P            B
     X            M
     `            X
     h            c
     p            n
     x            y
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ȅ            
     Є            
     ؄            
                 
                 
                 
                 )
                  4
                 ?
                 J
                 U
                  `
     (            k
     0            v
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 &
                 1
                 <
     ȅ            G
     Ѕ            R
     ؅            ]
                 h
                 s
                 ~
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            

     `            
     h            #
     p            .
     x            9
                 D
                 ~
                 
                 
                 
                 
                 
     Ȇ            
     І            ˾
     ؆            ־
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
     `            O
     h            Z
     p            e
     x            p
                 {
                 
                 
                 
                 
                 
                 
                 
                 
     Ȏ            
     Ў            
     ؎            
                 
                 

                 
                  
                  +
                 6
                 A
                 L
                  W
     (            b
     0            m
     8            x
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 (
                 3
     ȏ            >
     Џ            I
     ؏            T
                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     X            _
     `            j
     h            u
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ȑ            
     А            
     ؐ            
                 
                 %
                 0
                 ;
                  F
                 Q
                 \
                 g
                  r
     (            }
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 "
                 -
                 8
                 C
                 N
                 Y
                 d
                 o
                 z
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
     В            
     ؒ            
     `            	
     h            
     p            
     x            *
                 5
                 @
                 K
                 V
                 a
                 l
                 w
                 
     Ș            
     И            
     ؘ            
                 
                 
                 
                 
                  
                 
                 
                 
                  
     8            
     @            
     H            '
     P            2
     X            =
     `            H
     h            S
     x            ^
                 i
                 t
                 
                 
                 
                 
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     Ƞ            <"
     Р            <"
     ؠ            <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     ȡ            <"
     С            <"
     ء            <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 
                  
     (            
     0            
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     Ȣ            <"
     Т            <"
     آ            <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     ȣ            
     У            
     أ            
                 
                 
                 
                 
                  $
                 <"
                 /
                 :
                  E
     (            P
     0            [
     8            f
     @            q
     H            |
     P            
     X            
     `            
     h            
     p            
     x            
                 <"
                 
                 
                 
                 
                 
                  
                 
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     ȥ            <"
     Х            <"
     إ            <"
     `            
     h            !
     p            ,
     x            7
                 B
                 M
                 X
                 c
                 n
                 y
                 
                 
                 
     Ȩ            
     Ш            
     ب            
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            )
     0            4
     8            ?
     @            J
     H            U
     P            `
     X            k
     `            v
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     ȩ            
     Щ            
     ة            
                 &
                 1
                 <
                 G
                  R
                 ]
                 h
                 s
                  ~
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                 Z
     Ȫ            e
     Ъ            p
     ت            {
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            

     H            
     P             
     X            +
     `            6
     h            A
     p            L
     x            W
                 b
                 m
                 x
                 
                 
                 
                 
                 
                 
     ȫ            
     Ы            
     ث            
                 
                 
                 
                 
                  
                 
                 (
                 3
                  >
     (            I
     0            T
     8            _
     @            j
     H            u
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ȭ            %
     Ь            0
     ج            ;
                 F
                 Q
                 \
                 g
                  r
                 }
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 "
                 -
                 8
                 C
                 N
                 Y
                 d
                 o
                 z
     ȭ            
     Э            
     ح            
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            	
     0            
     8            
     @            *
     H            5
     P            @
     X            K
     `            V
     h            a
     p            l
     x            w
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ȯ            
     Ю            
     خ            
                 
                 
                 
                 '
                  2
                 =
                 H
                 S
                  ^
     (            i
     0            t
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 $
                 /
                 :
     ȯ            E
     Я            P
     د            [
                 f
                 q
                 |
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P             
     X            
     `            
     h            !
     p            ,
     x            7
                 B
                 M
                 X
                 c
                 n
                 y
                 
                 
                 
     Ȱ            
     а            
     ذ            
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            )
     0            4
     8            ?
     @            J
     H            U
     P            `
     X            k
     `            v
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     ȱ            
     б            
     ر            
                 &
                 1
                 <
                 G
                  R
                 ]
                 h
                 s
                  ~
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                 Z
     Ȳ            e
     в            p
     ز            {
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            

     H            
     P             
     X            +
     `            6
     h            A
     p            L
     x            W
                 b
                 m
                 x
                 
                 
                 
                 
                 
                 
     ȳ            
     г            
     س            
                 
                 
                 
                 
                  
                 
                 (
                 3
                  >
     (            I
     0            T
     8            _
     @            j
     H            u
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
     ȴ            %
     д            0
     ش            ;
                 F
                 Q
                 \
                 g
                  r
                 }
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 "
                 -
                 8
                 C
                 N
                 Y
                 d
                 o
                 z
     ȵ            
     е            
     ص            
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            	
     0            
     8            
     @            *
     H            5
     P            @
     X            K
     `            V
     h            a
     p            l
     x            w
                 
                 
                 
                 
                 
                 
                 
                 
                 
     ȶ            
     ж            
     ض            
                 
                 
                 
                 '
                  2
                 =
                 H
                 S
                  ^
     (            i
     0            t
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 $
                 /
                 :
     ȷ            E
     з            P
     ط            [
                 f
                 q
                 |
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P             
     X            
     `            
     h            !
     p            ,
     x            7
                 B
                 M
                 X
                 c
                 n
                 y
                 
                 
                 
     ȸ            
     и            
     ظ            
                 
                 
                 
                 
                  
                 
                 
                 7
                  M
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            )
     h            4
     p            ?
     x            J
                 U
                 `
                 k
                 v
                 
                 
                 
                 
                 
     ȹ            J
     й            
     ع            
                 
                 
                 
                 
                  
                 
                 
                 
                  &
     (            1
     0            
     8            !
     @            ,
     H            7
     P            B
     X            M
     `            X
     h            c
     p            n
     x            y
                 
                 
                 
                 
                 
                 
                 
                 
                 
     Ⱥ            
     к            
     غ            
                 
                 7
                 M
                 
                  
                 
                 
                 
                  
     (            
     0            )
     8            4
     @            ?
     H            J
     P            U
     X            `
     `            k
     h            v
     p            
     x            
                 
                 
                 
                 J
                 
                 
                 
                 
                 
     Ȼ            
     л            
     ػ            
                 
                 
                 &
                 1
                  
                 !
                 ,
                 7
                  B
     (            M
     0            X
     8            c
     @            n
     H            y
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 7
                 M
     ȼ            
     м            
     ؼ            
                 
                 
                 
                 
                  )
                 4
                 ?
                 J
                  U
     (            `
     0            k
     8            v
     @            
     H            
     P            
     X            
     `            
     h            J
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 &
     Ƚ            1
     н            
     ؽ            !
                 ,
                 7
                 B
                 M
                  X
                 c
                 n
                 y
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 7
                 M
                 
                 
                 
                 <
                 G
     о            TT
     ؾ            _T
                 jT
                 uT
                 T
                 T
                  T
                 T
                 T
                 T
                  TT
     (            _T
     0            jT
     8            uT
     @            T
     H            T
     P            T
     X            T
     `            T
     h            T
     p            TT
     x            _T
                 jT
                 uT
                 T
                 T
                 T
                 T
                 T
                 T
                 TT
     ȿ            _T
     п            jT
     ؿ            uT
                 T
                 T
                 T
                 T
                  T
                 T
                 TT
                 _T
                  jT
     (            uT
     0            T
     8            T
     @            T
     H            T
     P            T
     X            T
     `            R
     h            ]
     p            h
     x            s
                 ~
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                 #
                  .
                 9
                 D
                 O
                  Z
     (            e
     0            p
     8            {
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 

                 
                  
                 +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                  R
                 ]
                 h
                 s
                  ~
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                 Z
                 e
                 p
                 {
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            

     H            
     P             
     X            +
     `            6
     h            A
     p            L
     x            W
                 b
                 m
                 x
                 
                 R
                 ]
                 h
                 s
                 ~
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            

     0            
     8            #
     @            .
     H            9
     P            D
     X            O
     `            Z
     h            e
     p            p
     x            {
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                  
                 +
                  6
                 A
                 L
                 W
                  b
     (            m
     0            x
     8            
     @            R
     H            ]
     P            h
     X            s
     `            ~
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 )
                 4
                 ?
                 J
                 U
                 `
                 k
                 v
                  
                 
                 
                 
                  
     (            J
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 &
                 1
                 
                 !
                 ,
                 7
                 B
                 M
                 X
                 c
                 n
                 y
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            7
     P            M
     X            
     `            
     h            
     p            
     x            
                 
                 
                 )
                 4
                 ?
                 J
                 U
                 `
                 k
                 v
                 
                 
                 
                 
                 
                 J
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            &
     X            1
     `            ~
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                  Z
                 p
                 {
                  
     (            
     0            
     8            
     @            
     P            
     X            
     `            
     h            
     p            
     x            
                 

                 
                  
                 +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                 R
                 ]
                 h
                 s
                  ~
                 
                 
                 
                  
     (            
     8            
     @            
     H            
     P            
     `            
     h            

     p            
     x            #
                 .
                 D
                 p
                 {
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  

     (            
     0             
     8            +
     @            6
     H            A
     P            L
     X            W
     `            b
     h            m
     p            x
     x            
                 R
                 ]
                 h
                 s
                 ~
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                  
                 

                 
                 #
                  .
     (            9
     0            D
     8            O
     @            Z
     H            e
     P            p
     X            {
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                  
                 +
                 6
                 A
                 L
                 W
                  b
                 m
                 x
                 
                  R
     (            ]
     0            h
     8            s
     @            ~
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                 Z
                 e
                 p
                 {
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            

     h            
     p             
     x            +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                 R
                 ]
                 h
                 s
                 ~
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            

     P            
     X            #
     `            .
     h            9
     p            D
     x            O
                 Z
                 e
                 p
                 {
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                  

                 
                  
                 +
                  6
     (            A
     0            L
     8            W
     @            b
     H            m
     P            x
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 

                 
                 #
                 .
                 9
                 D
                 O
                 Z
                 e
                 p
                 {
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            

     h            
     p             
     x            +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                 R
                 ]
                 h
                 s
                 ~
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            

     P            
     X            #
     `            .
     h            9
     p            D
     x            O
                 Z
                 e
                 p
                 {
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                  

                  
                 +
                  6
     (            A
     0            L
     8            W
     @            b
     H            m
     P            x
     X            
     `            R
     h            ]
     p            h
     x            s
                 ~
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                 #
                  .
                 9
                 D
                 O
                  Z
     (            e
     0            p
     8            {
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 

                 
                  
                 +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                  R
                 ]
                 h
                 s
                  ~
     (            
     0            
     8            
     @            
     P            
     X            
     p            
                 

                 
                 9
                 D
                 O
                 Z
                 p
                 {
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     8            
     H            
     P             
     X            +
     `            6
     h            A
     p            L
     x            W
                 m
                 x
                 
                 R
                 ]
                 h
                 s
                 ~
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            

     0            
     8            #
     @            .
     H            9
     P            D
     X            O
     `            Z
     h            e
     p            p
     x            {
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                  
                 +
                  6
                 A
                 L
                 W
                  b
     (            m
     0            x
     8            
     @            R
     H            ]
     P            h
     X            s
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 (
                 3
                 >
                 I
                 T
                 _
                 j
                 u
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            %
                 0
                 ;
                 F
                 Q
                 \
                 g
                 r
                 }
                 
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            "
     8            -
     @            8
     H            C
     P            N
     X            Y
     `            d
     h            o
     p            z
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 	
                 
                 
                 *
                 5
                  @
                 K
                 V
     `            ~
     h            
     p            
     x            
                 
                 
                 
                 ˾
                 ־
                 a
                 l
                 w
                 
                 
                 
                 
                 
                 
                 ~
                 
                  
                 
                 
                 ~
                  
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 '
                 2
                 =
                 H
                 S
                 ^
                 i
                 t
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            $
     h            /
     p            :
     x            E
                 P
                 [
                 f
                 q
                 |
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                   
                 
                 
                 !
                  ,
     (            7
     0            B
     8            M
     @            X
     H            c
     P            n
     X            y
     `            
     h            
     p            <"
     x            <"
                 <"
                 
     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
     `            
     h            
     p            )
     x            4
                 ?
                 J
                 U
                 `
                 k
                 v
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            &
     0            1
     8            <
     @            G
     H            R
     P            ]
     X            h
     `            s
     h            ~
     p            
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 

                 
                 #
                 .
                  9
                 D
                 O
                 Z
                  e
     (            p
     0            {
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 

                 
                  
                 +
                 6
                 A
                 L
                 W
                 b
                 m
                 x
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            /
     h            /
     p            /
     x            /
                 /
                 <"
                 <"
                 <"
                 <"
                 <"
                 L
                 W
                 b
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            m
                 x
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            (
     @            3
     H            >
     P            I
     X            T
     `            _
     h            j
     p            u
     x            
                 
                 
                 
                 
                 
                 
                 <"
                 <"
                 <"
                 <"
                 
                 
                 
                 
                 
                 
                  
                 
                 %
                 0
                  ;
     (            F
     0            Q
     8            \
     @            p
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                                                                        !                  ,                  7                  B                  M                  X                  c                  n                  y                                                                                                                    (                  0                  8                  @                  H                  P                  X                 `                 h                 p            )     x            4                 ?                 J                 U                 `                 k     `            v     h                 p                 x                                                                                                                                                                                                                                         &                 1                 <                 G                  R                 ]                 h                 s                  ~     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              
                                  #                 .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                (                 0                 8                 @            
     H                 P                  X            +     `            6     h            A     p            L     x            W                 b                 m                 x                                                                                                                                                                                                                                                                                 (                 3                  >     (            I     0            T     8            _     @            j     H            u     P                 X                 `                 h                 p                 x                                                                                                                                                                                      %                 0                 ;                 F                 Q                 \                 g                  r                 }                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             "                 -                 8                 C                 N                 Y                 d                 o                 z                                                                                                                                                                                                                   (            	     0                 8                 @            *     H            5     P            @     X            K     `            V     h            a     p            l     x            w                                                                                                                                                                                                                             	                 	                 	                 '	                  2	                 =	                 H	                 S	                  ^	     (            i	     0            t	     8            	     @            	     H            	     P            	     X            	     `            	     h            	     p            	     x            	                 	                 	                 	                 
                 
                 
                 $
                 /
                 :
                 E
                 P
                 [
                 f
                 q
                 |
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P                  X                 `                 h            !     p            ,     x            7                 B                 M                 X                 c                 n                 y                                                                                                                                                                                                                  `                 h                 p                 x            )                 4                 ?                 J                 U                 `                 k                 v                                                                                                                                                                                                                              
                  
     (            
     0            &
     8            1
     @            <
     H            G
     P            R
     X            ]
     `            h
     h            s
     p            ~
     x            
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                                  
                                  #                 .                 9                  D                 O                 Z                 e                  p     (            {     0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                               
                                                    +                 6                 A                 L                 W                 b                 m                 x                                                                                                                                               (                 0                 8                 @                 H                 P                 X                 `            (     h            3     p            >     x            I                 T                 _                 j                 u                                                                                                                                                                                                                   (                 0                 8                 @            %     `            0     h            ;     p            F     x            Q                 \                 g                 r                 }                                                                                                                                                                                 (                 @                 H                 P                 X            "     `            <"
     h            <"
     p            <"
     x            <"
     `             -     h             8     p             C     x             N                  Y                  d                  o                  z                                                                                                                                                                                                                                          	                                                   *                  5     (            @     0            K     8            V     @            a     H            l     P            w                                                                                                                            `                 h                 p                 x                                                                                                 '                 2                 =                 H                 S                 ^                 i                 t                                                                          	                 	                 	                 	                  	                 (	                 0	                 8	                 @	                 H	                 P	                 X	            $     `	            /     h	            :     p	            E     x	            P     	            [     	            f     	            q     	            |     	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                   
                 
                 
            !     
            ,      
            7     (
            B     0
            M     8
            X     @
            c     H
            n     P
            y     X
                 `
                 h
                 p
                 x
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
            )     
            4     
            ?     
            J     
            U     
            `                  k                 v                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              &                 1                 <                 G                 R                 ]                 h                 s                 ~                                                                                                                                                                                                  (                 0            
     8                 @            #     H            .     P            9     X            D     `            O     h            Z     p            e     x            p                 {                                                                                                                                                                                                                             
                                         
            +     
            6     
            A     
            L      
            W     (
            b     0
            m     8
            x     @
                 H
                 P
                 X
                 `
                 h
                 p
                 x
                 
                 
                 
                 
                 
                 
                 
                 
            (     
            3     
            >     
            I     
            T     
            _     
            j     
            u     
                                                                                                        (                 0                 8                 @                 H                 P                 X                 `                 h                 p            %     x            0                 ;                 F                 Q                 \                 g                 r                 }                                                                                                                                                                                                                                                     (            "     0            -     8            8     @            C     H            N     P            Y     X            d     `            o     h            z     p                 x                                                                                                                                                                                                       	                                                   *                 5                 @                  K                 V                 a                 l                  w     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                 '                 2                 =                 H                 S                 ^                 i                 t                                                                                                                                                                (                 0                 8                 @                  H                  P                  X            $      `            /      h            :      p            E      x            P                  [                  f                  q                  |                                                                                                                                                                                                                         !                  !                 !                 !!                 ,!                  7!     (            B!     0            M!     8            X!     @            c!     H            n!     P            y!     X            !     `            !     h            !     p            !     x            !                 !                 !                 !                 !                 !                 !                 !                 "                 "                 "                 )"                 4"                  ?"                 J"                 U"                 `"                  k"     (            v"     0            "     8            "     @            "     H            "     P            "     X            "     `            "     h            "     p            "     x            "                 "                 "                 #                 #                 #                 &#                 1#                 <#                 G#                 R#                 ]#                 h#                 s#                 ~#                 #                 #                  #                 #                 #                 #                  #     (            #     0            #     8            #     @            #     H            $     P            
$     X            $     `            #$     h            .$     p            9$     x            D$                 O$                 Z$                 e$                 p$                 {$                 $                 $                 $                 $                  $                 $                 $                 $                  $     (            $     0            $     8            $     @            
%     H            %     P             %     X            +%     `            6%     h            A%     p            L%     x            W%                 <"
                 b%                 m%     `            x%     h            %     p            %     x            %                 %                 %                 %                 %                 %                 %                 %                 %                 %                 &                 &                 &                 (&                 3&                 >&                 I&                  T&                 _&                 j&                 u&                  &     (            &     0            &     8            &     @            &     H            &     P            &     X            &     `            &     h            &     p            &     x            &                 '                 '                 '                 %'                 0'                 ;'                 F'                 Q'                 \'                 g'                 r'                 }'                 '                 '                 '                 '                  '                 '                 '                 '                  '     (            '     0            '     8            (     @            (     H            (     P            "(     X            -(     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 8(                 C(                 N(                 Y(                 d(                 o(                 z(                 (                 (                 (                  _
                 x
                 (                 (                  (     (            (     0            (     `             (     h             (     p             (     x             )                  )                  )                  ()                  3)                  >)                  I)                  T)                  _)                  j)                  u)                  )                  )                  )                  )                  )                  )      !            )     !            )     !            )     !            )      !            )     (!            )     0!            *     8!            *     @!            *     H!            %*     P!            0*     X!            ;*     `!            F*     h!            Q*     p!            \*     x!            g*     !            r*     !            }*     !            *     !            *     !            *     !            *     !            *     !            *     !            *     !            *     !            *     !            *     !            d
     !            
     !            o
     !            z
      "            Y
     "            
     "            
     "            *      "            +     ("            +     0"            +     8"            "+     @"            -+     H"            8+     P"            C+     X"            N+     `"            Y+     h"            d+     p"            o+     x"            z+     "            +     "            +     "            
     "            ~
     "            
     "            
      #            
     #            
     #            
     #            
      #            ˾
     (#            ־
     8#            +     @#            +     H#            +     P#            +     X#            +     `#            +     h#            +     x#            +     #            +     #            +     #            	,     #            ,     #            ,     #            *,     #            5,     #            @,     #            K,     #            V,     #            a,     #            l,     #            w,     #            ,     #            ,     #            ,      $            ,     $            ,     $            ,     $            ,     H$            ,     P$            ,     X$            ,     `$            ,     h$            ,     p$            -     x$            -     $            -     $            '-     $            2-     $            =-     $            H-     $            S-     $            ^-     $            i-     $            t-     $            -     $            -     $            -     `(            -     h(            -     p(            -     x(            -     (            -     (            -     (            -     (            -     (            -     (            .     (            .     (            .     (            $.     (            /.     (            :.     (            E.     (            P.     (            [.     (            f.     (            q.      )            |.     )            .     )            .     )            .      )            .     ()            .     0)            .     8)            .     @)            .     H)            .     P)            .     X)            .     `)             /     h)            /     p)            /     x)            !/     )            ,/     )            7/     )            B/     )            M/     )            X/     )            c/     )            n/     )            y/     )            /     )            /     )            /     )            /     )            /     )            /     )            /     )            /      *            /     *            /     *            /     *            /      *            0     `*            0     h*            0     p*            )0     x*            40     *            ?0     *            J0     *            U0     *            `0     *            k0     *            v0     *            0     *            0     *            0     *            0     *            0     *            0     *            0     *            0     *            0     *            0      +            0     +            0     +            1     +            1      +            1     (+            &1     0+            11     8+            <1     @+            G1     H+            R1     P+            ]1     `+            
     h+            ~
     p+            
     x+            
     +            
     +            
     +            
     +            
     +            ˾
     +            ־
     +            h1     +            s1     .            ~1     .            1     .            1     .            1      /            1     /            1     /            1     /            1      /            1     (/            1     0/            1     8/            1     @/            2     H/            
2     P/            2     X/            #2     `/            .2     h/            92     p/            D2     x/            O2     /            Z2     /            e2     /            p2     /            {2     /            2     /            2     /            2     /            2     /            2     /            2     /            2     /            2     /            2     /            2      0            2     0            2     `0            
3     h0            3     p0             3     x0            +3     0            63     0            A3     0            L3     0            W3     0            b3     0            m3     0            x3     0            3     0            3     0            3     0            3     0            3     0            3     0            3     0            3     0            3      1            3     1            3     1            3     1            4      1            4     (1            4     01            (4     81            34     @1            >4     H1            I4     P1            T4     X1            _4     `1            j4     h1            u4     p1            4     x1            4     1            4     1            4     1            4     1            4     1            4     1            4     1            4     1            4     1            4     1            4     1            5     1            5     1            5     1            %5     1            05     1            ;5      2            F5     2            Q5     2            \5     2            g5      2            r5     (2            }5     02            5     82            5     @2            5     H2            5     P2            5     X2            5     `2            5     h2            5     p2            5     x2            5     2            5     2            6     2            6     2            6     2            "6     2            -6     2            86     2            C6     2            N6     2            Y6     2            d6     2            o6     2            z6     2            6     2            6     2            6      3            6     3            6     3            6     3            6      3            6     (3            6     03            6     83            6     @3            6     H3            	7     P3            7     X3            7     `3            *7     h3            57     p3            @7     x3            K7     3            V7     3            a7     3            l7     3            w7     3            7     3            7     3            7     3            7     3            7     3            7     3            7     3            7     3            7     3            7     3            7     3            7      4            8     4            8     4            8     4            '8      4            28     (4            =8     04            H8     84            S8     @4            ^8     H4            i8     P4            t8     X4            8     `4            8     h4            8     p4            8     x4            8     4            8     4            8     4            8     4            8     4            8     4            8     4            8     4            9     4            9     4            9     4            $9     4            /9     4            :9     4            E9     4            P9     4            [9      5            f9     5            q9     5            |9     5            9      5            9     (5            9     05            9     85            9     @5            9     H5            9     P5            9     X5            9     `5            9     h5            9     p5             :     x5            :     5            :     5            !:     5            ,:     5            7:     5            B:     5            M:     5            X:     5            c:     5            n:     5            y:     5            :     5            :     5            :     5            :     5            :     5            :      6            :     6            :     6            :     6            :      6            :     (6            :     06            ;     86            ;     @6            ;     H6            );     P6            4;     X6            ?;     `6            J;     h6            U;     p6            `;     x6            k;     6            v;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            ;     6            <     6            <     6            <      7            &<     7            1<     7            <<     7            G<      7            R<     (7            ]<     07            h<     87            s<     @7            ~<     H7            <     P7            <     X7            <     `7            <     h7            <     p7            <     x7            <     7            <     7            <     7            <     7            <     7            =     7            
=     7            =     7            #=     7            .=     7            9=     7            D=     7            O=     7            Z=     7            e=     7            p=     7            {=      8            =     8            =     8            =     8            =      8            =     (8            =     08            =     88            =     @8            =     H8            =     P8            =     X8            =     `8            
>     h8            >     p8             >     x8            +>     8            6>     8            A>     8            L>     8            W>     8            b>     8            m>     8            x>     8            >     8            >     8            >     8            >     8            >     8            >     8            >     8            >     8            >      9            >     9            >     9            >     9            ?      9            ?     (9            ?     09            (?     89            3?     @9            >?     H9            I?     P9            T?     X9            _?     `9            j?     h9            u?     p9            ?     x9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            ?     9            @     9            @     9            @     9            %@     9            0@     9            ;@      :            F@     :            Q@     :            \@     :            g@      :            r@     (:            }@     0:            @     8:            @     @:            @     H:            @     P:            @     X:            @     `:            @     h:            @     p:            @     x:            @     :            @     :            A     :            A     :            A     :            "A     :            -A     :            8A     :            CA     :            NA     :            YA     :            dA     :            oA     :            zA     :            A     :            A     :            A      ;            A     ;            A     ;            A     ;            A      ;            A     (;            A     0;            A     8;            A     @;            A     H;            	B     P;            B     X;            B     `;            *B     h;            5B     p;            @B     x;            KB     ;            VB     ;            aB     ;            lB     ;            wB     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B     ;            B      <            C     <            C     <            C     <            'C      <            2C     (<            =C     0<            HC     8<            SC     @<            ^C     H<            iC     P<            tC     X<            C     `<            C     h<            C     p<            C     x<            C     <            C     <            C     <            C     <            C     <            C     <            C     <            C     <            D     <            D     <            D     <            $D     <            /D     <            :D     <            ED     <            PD     <            [D      =            fD     =            qD     =            |D     =            D      =            D     (=            D     0=            D     8=            D     @=            D     H=            D     P=            D     X=            D     `=            D     h=            D     p=             E     x=            E     =            E     =            !E     =            ,E     =            7E     =            BE     =            ME     =            XE     =            cE     =            nE     =            yE     =            E     =            E     =            E     =            E     =            E     =            E      >            E     >            E     >            E     >            E      >            E     (>            E     0>            F     8>            F     @>            F     H>            )F     P>            4F     X>            ?F     `>            JF     h>            UF     p>            `F     x>            kF     >            vF     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            F     >            G     >            G     >            G      ?            &G     ?            1G     ?            <G     ?            GG      ?            RG     (?            ]G     0?            hG     8?            sG     @?            ~G     H?            G     P?            G     X?            G     `?            G     h?            G     p?            G     x?            G     ?            G     ?            G     ?            G     ?            G     ?            H     ?            
H     ?            H     ?            #H     ?            .H     ?            9H     ?            DH     ?            OH     ?            ZH     ?            eH     ?            pH     ?            {H      @            H     @            H     @            H     @            H      @            H     (@            H     0@            H     8@            H     @@            H     H@            H     P@            H     X@            H     `@            
I     h@            I     p@             I     x@            +I     @            6I     @            AI     @            LI     @            WI     @            bI     @            mI     @            xI     @            I     @            I     @            I     @            I     @            I     @            I     @            I     @            I     @            I      A            I     A            I     A            I     A            J      A            J     (A            J     0A            (J     8A            3J     @A            >J     HA            IJ     PA            TJ     XA            _J     `A            jJ     hA            uJ     pA            J     xA            J     A            J     A            J     A            J     A            J     A            J     A            J     A            J     A            J     A            J     A            J     A            K     A            K     A            K     A            %K     A            0K     A            ;K      B            FK     B            QK     B            \K     B            gK      B            rK     (B            }K     0B            K     8B            K     @B            K     HB            K     PB            K     XB            K     `B            K     hB            K     pB            K     xB            K     B            K     B            L     B            L     `H            L     hH            "L     pH            -L     xH            8L     H            CL     H            NL     H            YL     H            dL     H            oL     H            zL     H            L     H            L     H            L     H            L     H            L     H            L     H            L     H            L     H            L     H            L      I            L     I            L     I            	M     I            M      I            M     (I            *M     0I            5M     8I            @M     @I            KM     HI            VM     PI            aM     XI            lM     `I            wM     hI            M     pI            M     xI            M     I            M     I            M     I            M     I            M     I            M     I            M     I            M     I            M     I            M     I            N     I            N     I            N     I            'N     I            2N     I            =N     I            HN      J            SN     J            ^N     J            iN     J            tN      J            N     (J            N     0J            N     8J            N     @J            N     HJ            N     PJ            N     XJ            N     `J            N     hJ            N     pJ            N     xJ            N     J            O     J            O     J            O     J            $O     J            /O     J            :O     J            EO     J            PO     J            [O     J            fO     J            qO     J            |O     J            O     J            O     J            O     J            O      K            O     K            O     K            O     K            O      K            O     (K            O     0K            O     8K             P     @K            P     HK            P     PK            !P     XK            ,P     `K            7P     hK            BP     pK            MP     xK            XP     K            cP     K            nP     K            yP     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            P     K            Q      L            Q     L            Q     L            )Q     L            4Q      L            ?Q     (L            JQ     0L            UQ     8L            `Q     @L            kQ     HL            vQ     PL            Q     XL            Q     `L            Q     hL            Q     pL            Q     xL            Q     L            Q     L            Q     L            Q     L            Q     L            Q     L            Q     L            R     L            R     L            R     L            &R     L            1R     L            <R     L            GR     L            RR     L            ]R     L            hR      M            sR     M            ~R     M            R     M            R      M            R     (M            R     0M            R     8M            R     @M            R     HM            R     PM            R     XM            R     `M            R     hM            S     pM            
S     xM            S     M            #S     M            .S     M            9S     M            DS     M            OS     M            ZS     M            eS     M            pS     M            {S     M            S     M            S     M            S     M            S     M            S     M            S     M            S      N            S     N            S     N            S     N            S      N            S     (N            
T     0N            T     8N             T     @N            +T     HN            6T     PN            AT     XN            LT     `N            WT     hN            bT     pN            mT     xN            xT     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            T     N            U     N            U     N            U     N            (U      O            3U     O            >U     O            IU     O            TU      O            _U     (O            jU     0O            uU     8O            U     @O            U     HO            U     PO            U     XO            U     `O            U     hO            U     pO            U     xO            U     O            U     O            U     O            U     O            V     O            V     O            V     O            %V     O            0V     O            ;V     O            FV     O            QV     O            \V     O            gV     O            rV     O            }V     O            V      P            V     P            V     P            V     P            V      P            V     (P            V     0P            V     8P            V     @P            V     HP            V     PP            W     XP            W     `P            W     hP            "W     pP            -W     xP            8W     P            CW     P            NW     P            YW     P            dW     P            oW     P            zW     P            W     P            W     P            W     P            W     P            W     P            W     P            W     P            W     P            W     P            W      Q            W     Q            W     Q            	X     Q            X      Q            X     (Q            *X     0Q            5X     8Q            @X     @Q            KX     HQ            VX     PQ            aX     XQ            lX     `Q            wX     hQ            X     pQ            X     xQ            X     Q            X     Q            X     Q            X     Q            X     Q            X     Q            X     Q            X     Q            X     Q            X     Q            Y     Q            Y     Q            Y     Q            'Y     Q            2Y     Q            =Y     Q            HY      R            SY     R            ^Y     R            iY     R            tY      R            Y     (R            Y     0R            Y     8R            Y     @R            Y     HR            Y     PR            Y     XR            Y     `R            Y     hR            Y     pR            Y     xR            Y     R            Z     R            Z     R            Z     R            $Z     R            /Z     R            :Z     R            EZ     R            PZ     R            [Z     R            fZ     R            qZ     R            |Z     R            Z     R            Z     R            Z     R            Z      S            Z     S            Z     S            Z     S            Z      S            Z     (S            Z     0S            Z     8S             [     @S            [     HS            [     PS            ![     XS            ,[     `S            7[     hS            B[     pS            M[     xS            X[     S            c[     S            n[     S            y[     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            [     S            \      T            \     T            \     T            )\     T            4\      T            ?\     (T            J\     0T            U\     8T            `\     @T            k\     HT            v\     PT            \     XT            \     `T            \     hT            \     pT            \     xT            \     T            \     T            \     T            \     T            \     T            \     T            \     T            ]     T            ]     T            ]     T            &]     T            1]     T            <]     T            G]     T            R]     T            ]]     T            h]      U            s]     U            ~]     U            ]     U            ]      U            ]     (U            ]     0U            ]     8U            ]     @U            ]     HU            ]     PU            ]     XU            ]     `U            ]     hU            ^     pU            
^     xU            ^     U            #^     U            .^     U            9^     U            D^     U            O^     U            Z^     U            e^     U            p^     U            {^     U            ^     U            ^     U            ^     U            ^     U            ^     U            ^     U            ^      V            ^     V            ^     V            ^     V            ^      V            ^     (V            
_     0V            _     8V             _     @V            +_     HV            6_     PV            A_     XV            L_     `V            W_     hV            b_     pV            m_     xV            x_     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            _     V            `     V            `     V            `     V            (`      W            3`     W            >`     W            I`     W            T`      W            _`     (W            j`     0W            u`     8W            `     @W            `     HW            `     PW            `     XW            `     `W            `     hW            `     pW            `     xW            `     W            `     W            `     W            `     W            a     W            a     W            a     W            %a     W            0a     W            ;a     W            Fa     W            Qa     W            \a     W            ga     W            ra     W            }a     W            a      X            a     X            a     X            a     X            a      X            a     (X            a     0X            a     8X            a     @X            a     HX            a     PX            b     XX            b     `X            b     hX            "b     pX            -b     xX            8b     X            Cb     X            Nb     X            Yb     X            db     X            ob     X            zb     X            b     X            b     X            b     X            b     X            b     X            b     X            b     X            b     X            b     X            b      Y            b     Y            b     Y            	c     Y            c      Y            c     (Y            *c     0Y            5c     8Y            @c     @Y            Kc     HY            Vc     PY            ac     XY            lc     `Y            wc     hY            c     pY            c     xY            c     Y            c     Y            c     Y            c     Y            c     Y            c     Y            c     Y            c     Y            c     Y            c     Y            d     Y            d     Y            <"
     Y            <"
     Y            <"
     Y            <"
      Z            <"
     Z            <"
     Z            <"
     Z            <"
      Z            <"
     ``            d     h`            'd     p`            2d     x`            =d     `            Hd     `            Sd     `            ^d     `            id     `            td     `            d     `            d     `            d     `            d     `            d     `            d     `            d     `            d     `            d     `            d     `            d      a            d     a            e     a            e     a            e      a            $e     (a            /e     0a            :e     8a            Ee     @a            Pe     Ha            [e     Pa            fe     Xa            qe     `a            |e     ha            e     pa            e     xa            e     a            e     a            e     a            e     a            e     a            e     a            e     a            e     a            e     a             f     a            f     a            f     a            !f     a            ,f     a            7f     a            Bf     a            Mf      b            Xf     b            cf     b            nf     b            yf      b            f     (b            f     0b            f     8b            f     @b            f     Hb            f     Pb            f     Xb            f     `b            f     hb            f     pb            f     xb            f     b            g     b            g     b            g     b            )g     b            4g     b            ?g     b            Jg     b            Ug     b            `g     b            kg     b            vg     b            g     b            g     b            g     b            g     b            g      c            g     c            g     c            g     c            g      c            g     (c            g     0c            g     8c            h     @c            h     Hc            h     Pc            &h     Xc            1h     `c            <h     hc            Gh     pc            Rh     xc            ]h     c            hh     c            sh     c            ~h     c            h     c            h     c            h     c            h     c            h     c            h     c            h     c            h     c            h     c            h     c            h     c            i     c            
i      d            i     d            #i     d            .i     d            9i      d            Di     (d            Oi     0d            Zi     8d            ei     @d            pi     Hd            {i     Pd            i     Xd            i     `d            i     hd            i     pd            i     xd            i     d            i     d            i     d            i     d            i     d            i     d            i     d            
j     d            j     d             j     d            +j     d            6j     d            Aj     d            Lj     d            Wj     d            bj     d            mj      e            xj     e            j     e            j     e            j      e            j     (e            j     0e            j     8e            j     @e            j     He            j     Pe            j     Xe            j     `e            j     he            k     pe            k     xe            k     e            (k     e            3k     e            >k     e            Ik     e            Tk     e            _k     e            jk     e            uk     e            k     e            k     e            k     e            k     e            k     e            k     e            k     e            k      f            k     f            k     f            k     f            k      f            l     (f            l     0f            l     8f            %l     @f            0l     Hf            ;l     Pf            Fl     Xf            Ql     `f            \l     hf            gl     pf            rl     xf            }l     f            l     f            l     f            l     f            l     f            l     f            l     f            l     f            l     f            l     f            l     f            l     f            m     f            m     f            m     f            "m     f            -m      g            8m     g            Cm     g            Nm     g            Ym      g            dm     (g            om     0g            zm     8g            m     @g            m     Hg            m     Pg            m     Xg            m     `g            m     hg            m     pg            m     xg            m     g            m     g            m     g            m     g            	n     g            n     g            n     g            *n     g            5n     g            @n     g            Kn     g            Vn     g            an     g            ln     g            wn     g            n     g            n      h            n     h            n     h            n     h            n      h            n     (h            n     0h            n     8h            n     @h            n     Hh            n     Ph            o     Xh            o     `h            o     hh            'o     ph            2o     xh            =o     h            Ho     h            So     h            ^o     h            io     h            to     h            o     h            o     h            o     h            o     h            o     h            o     h            o     h            o     h            o     h            o     h            o      i            o     i            p     i            p     i            p      i            $p     (i            /p     0i            :p     8i            Ep     @i            Pp     Hi            [p     Pi            fp     Xi            qp     `i            |p     hi            p     pi            p     xi            p     i            p     i            p     i            p     i            p     i            p     i            p     i            p     i            p     i             q     i            q     i            q     i            !q     i            ,q     i            7q     i            Bq     i            Mq      j            Xq     j            cq     j            nq     j            yq      j            q     (j            q     0j            q     8j            q     @j            q     Hj            q     Pj            q     Xj            q     `j            q     hj            q     pj            q     xj            q     j            r     j            r     j            r     j            )r     j            4r     j            ?r     j            Jr     j            Ur     j            `r     j            kr     j            vr     j            r     j            r     j            r     j            r     j            r      k            r     k            r     k            r     k            r      k            r     (k            r     0k            r     8k            s     @k            s     Hk            s     Pk            &s     Xk            1s     `k            <s     hk            Gs     pk            Rs     xk            ]s     k            hs     k            ss     k            ~s     k            s     k            s     k            s     k            s     k            s     k            s     k            s     k            s     k            s     k            s     k            s     k            t     k            
t      l            t     l            #t     l            .t     l            9t      l            Dt     (l            Ot     0l            Zt     8l            et     @l            pt     Hl            {t     Pl            t     Xl            t     `l            t     hl            t     pl            t     xl            t     l            t     l            t     l            t     l            t     l            t     l            t     l            
u     l            u     l             u     l            +u     l            6u     l            Au     l            Lu     l            Wu     l            bu     l            mu      m            xu     m            u     m            u     m            u      m            u     (m            u     0m            u     8m            u     @m            u     Hm            u     Pm            u     Xm            u     `m            u     hm            v     pm            v     xm            v     m            (v     m            3v     m            >v     m            Iv     m            Tv     m            _v     m            jv     m            uv     m            v     m            v     m            v     m            v     m            v     m            v     m            v     m            v      n            v     n            v     n            v     n            v      n            w     (n            w     0n            w     8n            %w     @n            0w     Hn            ;w     Pn            Fw     Xn            Qw     `n            \w     hn            gw     pn            rw     xn            }w     n            w     n            w     n            w     n            w     n            w     n            w     n            w     n            w     n            w     n            w     n            w     n            x     n            x     n            x     n            "x     n            -x      o            8x     o            Cx     o            Nx     o            Yx      o            dx     (o            ox     0o            zx     8o            x     @o            x     Ho            x     Po            x     Xo            x     `o            x     ho            x     po            x     xo            x     o            x     o            x     o            x     o            	y     o            y     o            y     o            *y     o            5y     o            @y     o            Ky     o            Vy     o            ay     o            ly     o            wy     o            y     o            y      p            y     p            y     p            y     p            y      p            y     (p            y     0p            y     8p            y     @p            y     Hp            y     Pp            z     Xp            z     `p            z     hp            'z     pp            2z     xp            =z     p            Hz     p            Sz     p            ^z     p            iz     p            tz     p            z     p            z     p            z     p            z     p            z     p            z     p            z     p            z     p            z     p            z     p            z      q            z     q            {     q            {     q            {      q            ${     (q            /{     0q            :{     8q            E{     @q            P{     Hq            [{     Pq            f{     Xq            q{     `q            |{     hq            {     pq            {     xq            {     q            {     q            {     q            {     q            {     q            {     q            {     q            {     q            {     q             |     q            |     q            |     q            !|     q            ,|     q            7|     q            B|     q            M|      r            X|     r            c|     r            n|     r            y|      r            |     (r            |     0r            |     8r            |     @r            |     Hr            |     Pr            |     Xr            |     `r            |     hr            |     pr            |     xr            |     r            }     r            }     r            }     r            )}     r            4}     r            ?}     r            J}     r            U}     r            `}     r            k}     r            v}     r            }     r            }     r            }     r            }     r            }      s            }     s            }     s            }     s            }      s            }     (s            }     0s            }     8s            ~     @s            ~     Hs            ~     Ps            &~     Xs            1~     `s            <~     hs            G~     ps            R~     xs            ]~     s            h~     s            s~     s            ~~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s            ~     s                 s            
      t                 t            #     t            .     t            9      t            D     (t            O     0t            Z     8t            e     @t            p     Ht            {     Pt                 Xt                 `t                 ht                 pt                 xt                 t                 t                 t                 t                 t                 t                 t            
     t                 t                  t            +     t            6     t            A     t            L     t            W     t            b     t            m      u            x     u                 u                 u                  u                 (u                 0u                 8u            ŀ     @u            Ѐ     Hu            ۀ     Pu                 Xu                 `u                 hu                 pu                 xu                 u            (     u            3     u            >     u            I     u            T     u            _     u            j     u            u     u                 u                 u                 u                 u                 u                 u                 u            ́      v            ؁     v                 v                 v                  v                 (v                 0v                 8v            %     @v            0     Hv            ;     Pv            F     Xv            Q     `v            \     hv            g     pv            r     xv            }     v                 v                 v                 v                 v                 v                 v            ʂ     v            Ղ     v                 v                 v                 v                 v                 v                 v            "     v            -      w            8     w            C     w            N     w            Y      w            d     (w            o     0w            z     8w                 @w                 Hw                 Pw                 Xw                 `w                 hw            ǃ     pw            ҃     xw            ݃     w                 w                 w                 w            	     w                 w                 w            *     w            5     w            @     w            K     w            V     w            a     w            l     w            w     w                 w                  x                 x                 x                 x                  x            Ą     (x            τ     0x            ڄ     8x                 @x                 Hx                 Px                 Xx                 `x                 hx            '     px            2     xx            =     x            H     x            S     x            ^     x            i     x            t     x                 x                 x                 x                 x                 x                 x                 x            ̅     x            ׅ     x                 x                  y                 y                 y                 y                  y            $     (y            /     0y            :     8y            E     @y            P     Hy            [     Py            f     Xy            q     `y            |     hy                 py                 xy                 y                 y                 y                 y            Ɇ     y            Ԇ     y            ߆     y                 y                 y                  y                 y                 y            !     y            ,     y            7     y            B     y            M      z            X     z            c     z            n     z            y      z                 (z                 0z                 8z                 @z                 Hz                 Pz            Ƈ     Xz            ч     `z            ܇     hz                 pz                 xz                 z                 z                 z                 z            )     z            4     z            ?     z            J     z            U     z            `     z            k     z            v     z                 z                 z                 z                 z                  {                 {            È     {            Έ     {            و      {                 ({                 0{                 8{                 @{                 H{                 P{            &     X{            1     `{            <     h{            G     p{            R     x{            ]     {            h     {            s     {            ~     {                 {                 {                 {                 {                 {                 {            ˉ     {            ։     {                 {                 {                 {                 {            
      |                 |            #     |            .     |            9      |            D     (|            O     0|            Z     8|            e     @|            p     H|            {     P|                 X|                 `|                 h|                 p|                 x|                 |            Ȋ     |            ӊ     |            ފ     |                 |                 |                 |            
     |                 |                  |            +     |            6     |            A     |            L     |            W     |            b     |            m      }            x     }                 }                 }                  }                 (}                 0}                 8}            ŋ     @}            Ћ     H}            ۋ     P}                 X}                 `}                 h}                 p}                 x}                 }            (     }            3     }            >     }            I     }            T     }            _     }            j     }            u     }                 }                 }                 }                 }                 }                 }                 }            ͌      ~            ،     ~                 ~                 ~                  ~                 (~                 0~                 8~            %     @~            0     H~            ;     P~            F     X~            Q     `~            \     h~            g     p~            r     x~            }     ~                 ~                 ~                 ~                 ~                 ~                 ~            ʍ     ~            Ս     ~                 ~                 ~                 ~                 ~                 ~                 ~            "     ~            -                  8                 C                 N                 Y                  d     (            o     0            z     8                 @                 H                 P                 X                 `                 h            ǎ     p            Ҏ     x            ݎ                                                                    	                                                   *                 5                 @                 K                 V                 a                 l                 w                                                                                                                         ď     (            Ϗ     0            ڏ     8                 @                 H                 P                 X                 `                 h            '     p            2     x            =                 H                 S                 ^                 i                 t                                                                         Ȁ                 Ѐ                 ؀                             ̐                 א                                                                                                                         $     (            /     0            :     8            E     @            P     H            [     P            f     X            q     `            |     h                 p                 x                                                                                ɑ                 ԑ                 ߑ                                                         ȁ                 Ё                 ؁            !                 ,                 7                 B                 M                  X                 c                 n                 y                       (                 0                 8                 @                 H                 P            ƒ     X            ђ     `            ܒ     h                 p                 x                 `            
     h            
     p            
     x            
                 
                 
                 ˾
                 ־
                 
                 
                 
                 
                 
     Ȉ            ˾
     Ј            ־
     ؈            
                 
                 
                 
                 ˾
                  ־
                 ~
                 
                 
                  
     (            
     0            
     8            
     @            ˾
     H            ־
     P            ~
     X            
     `            
     h            
     p            
     x            
                 
                 
                 
                 
                 
                 
                 ˾
                 ־
                 ~
     ȉ            
     Љ            
     ؉            
                 
                 
                                                    ~
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 ˾
                 ˾
                 ־
                 ־
                 ־
                 ־
                 
                 
                 
     Ȋ            
     Њ            
     ؊            ~
                 
                 
                 
                 
                  
                 
                 
                 
                  ~
     (            
     0                 8            )     @            4     H            ?     P            J     X            U     `            `     h            k     p            v     x                                                                                                                  
                 
                 
                 
     ȋ            ˾
     Ћ            ־
                 Ó                 Γ                 ٓ                                        `                 h                 p                 x                             &                 1                 <                 G                 R                 ]                 h                 s                 ~     Ȍ                 Ќ                 ،                                                                                ˔                  ֔                                                                          (            
     0                 8            #     @            .     H            9     P            D     X            O     `            Z     h            e     p            p     x            {                                                                                                                       ȕ                 ӕ                 ޕ     ȍ                 Ѝ                 ؍                             
                                                    +                  6                 A                 L                 W                  b     (            m     0            x     8                 @                 H                 P                 X                 `                 h            Ŗ     p            Ж     x            ۖ                                                                                                                       (                 3                 >     Ȏ            I     Ў            T     ؎            _                 j                 u                                                                                                                              (            ͗     0            ؗ     8                 @                 H                 P                 X                 `                 h            %     p            0     x            ;                 F                 Q                 \                 g                 r                 }                                                        ȏ                 Џ                 ؏                             ʘ                 ՘                                                                                                                         "     (            -     0            8     8            C     @            N     H            Y     P            d     X            o     `            z     h                 p                 x                                                                                Ǚ                 ҙ                 ݙ                                                        Ȑ            	     А                 ؐ                             *                 5                 @                 K                  V                 a                 l                 w                       (                 0                 8                 @                 H                 P            Ě     X            Ϛ     `            ښ     h                 p                 x                                                                                '                 2                 =                 H                 S                 ^     ȑ            i     Б            t     ؑ                                                                                                                                    ̛                 כ                       (                 0                 8                 @                 H                 P            $     X            /     `            :     h            E     p            P     x            [                 f                 q                 |                                                                                                           Ȓ            ɜ     В            Ԝ     ؒ            ߜ                                                                                                        !                 ,                 7                  B     (            M     0            X     8            c     @            n     H            y     P                 X                 `                 h                 p                 x                             Ɲ                 ѝ                 ܝ                                                                                                           ȓ            )     Г            4     ؓ            ?                 J                 U                 `                 k                  v                                                                          (                 0                 8            Þ     @            Ξ     H            ٞ     P                 X                 `                 h                 p                 x                             &                 1                 <                 G                 R                 ]                 h                 s                 ~     Ȕ                 Д                 ؔ                                                                                ˟                  ֟                                                                          (            
     `                 h            #     p            .     x            9                 D                 O                 Z                 e                 p                 {                                                        Ș                 И                 ؘ                             Ƞ                 Ӡ                 ޠ                                                                     
                                         (            +     0            6     8            A     @            L     H            W     P            b     X            m     `            x     h                 p                 x                                                                                š                 С                 ۡ                                                        ș                 Й                 ؙ                             (                 3                 >                 I                  T                 _                 j                 u                       (                 0                 8                 @                 H                 P            ¢     X            ͢     `            آ     h                 p                 x                                                                                %                 0                 ;                 F                 Q                 \     Ț            g     К            r     ؚ            }                                                                                                                        ʣ                 գ                       (                 0                 8                 @                 H                 P            "     X            -     `            8     h            C     p            N     x            Y                 d                 o                 z                                                                                                           ț            Ǥ     Л            Ҥ     ؛            ݤ                                                                    	                                                    *                 5                  @     (            K     0            V     8            a     @            l     H            w     P                 X                 `                 h                 p                 x                             ĥ                 ϥ                 ڥ                                                                                                           Ȝ            '     М            2     ؜            =                 H                 S                 ^                 i                  t                                                                          (                 0                 8                 @            ̦     H            צ     P                 X                 `                 h                 p                 x                             $                 /                 :                 E                 P                 [                 f                 q                 |     ȝ                 Н                 ؝                                                                                ɧ                  ԧ                 ߧ                                                          (                 0                 8            !     @            ,     H            7     P            B     X            M     `            X     h            c     p            n     x            y                                                                                                                       ƨ                 Ѩ                 ܨ     Ȟ                 О                 ؞                                                                                )                  4                 ?                 J                 U                  `     (            k     0            v     8                 @                 H                 P                 X                 `                 h            é     p            Ω     x            ٩                                                                                                                       &                 1                 <     ȟ            G     П            R     ؟            ]                 h                 s                 ~                                                                                                             (            ˪     0            ֪     8                 @                 H                 P                 X            
     `                 h            #     p            .     x            9                 D                 O                 Z                 e                 p                 {                                                        Ƞ                 Р                 ؠ                             ȫ                 ӫ                 ޫ                                                                     
                                         (            +     0            6     8            A     @            L     H            W     P            b     X            m     `            x     h                 p                 x                                                                                Ŭ                 Ь                 ۬                                                        ȡ                 С                 ء                             (                 3                 >                 I                  T                 _                 j                 u                       (                 0                 8                 @                 H                 P            ­     X            ͭ     `            ح     h                 p                 x                                                                                %                 0                 ;                 F                 Q                 \     Ȣ            g     Т            r     آ            }                                                                                                                        ʮ                 ծ                       (                 0                 8                 @                 H                 P            "     X            -     `            8     h            C     p            N     x            Y                 d                 o                 z                                                                                                           ȣ            ǯ     У            ү     أ            ݯ                                                                    	                                                    *                 5                  @     (            K     0            V     8            a     @            l     H            w     P                 X                 `                 h                 p                 x                             İ                 ϰ                 ڰ                                                                                                           Ȥ            '     Ф            2     ؤ            =                 H                 S                 ^                 i                  t                                                                          (                 0                 8                 @            ̱     H            ױ     P                 X                 `                 h                 p                 x                             $                 /                 :                 E                 P                 [                 f                 q                 |     ȥ                 Х                 إ                                                                                ɲ                  Բ                 ߲                                                          (                 0                 8            !     @            ,     H            7     P            B     X            M     `            X     h            c     p            n     x            y                                                                                                                       Ƴ                 ѳ                 ܳ     Ȧ                 Ц                 ئ                                                                                )                  4                 ?                 J                 U                  `     (            k     0            v     8                 @                 H                 P                 X                 `                 h            ô     p            δ     x            ٴ                                                                                                                       &                 1                 <     ȧ            G     Ч            R     ا            ]                 h                 s                 ~                                                                                                             (            ˵     0            ֵ     8                 @                 H                 P                 X            
     `                 h            #     p            .     x            9                 D                 O                 Z                 e                 p                 {                                                        Ȩ                 Ш                 ب                             ȶ                 Ӷ                 ޶                                                                     
                                         (            +     0            6     8            A     @            L     H            W     P            b     X            m     `            x     h                 p                 x                                                                                ŷ                 з                 ۷                                                        ȩ                 Щ                 ة                             (                 3                 >                 I                  T                 _                 j                 u                       (                 0                 8                 @                 H                 P            ¸     X            ͸     `            ظ     h                 p                 x                                                                                %                 0                 ;                 F                 Q                 \     Ȫ            g     Ъ            r     ت            }                                                                                                                        ʹ                 չ                       (                 0                 8                 @                 H                 P            "     X            -     `            8     h            C     p            N     x            Y                 d                 o                 z                                                                                                           ȫ            Ǻ     Ы            Һ     ث            ݺ                                                                    	                                                    *                 5                  @     (            K     0            V     8            a     @            l     H            w     P                 X                 `                 h                 p                 x                             Ļ                 ϻ                 ڻ                                                                                                           Ȭ            '     Ь            2     ج            =                 H                 S                 ^                 i                  t                                                                          (                 0                 8                 @            ̼     H            ׼     P                 X                 `                 h                 p                 x                             $                 /                 :                 E                 P                 [                 f                 q                 |     ȭ                 Э                 ح                                                                                ɽ                  Խ                 ߽                                                          (                 0                 8            !     @            ,     H            7     P            B     X            M     `            X     h            c     p            n     x            y                                                                                                                       ƾ                 Ѿ                 ܾ     Ȯ                 Ю                 خ                                                                                )                  4                 ?                 J                 U                  `     (            k     0            v     8                 @                 H                 P                 X                 `                 h            ÿ     p            ο     x            ٿ                                                                                                                       &                 1                 <     ȯ            G     Я            R     د            ]                 h                 s                 ~                                                                                                             (                 0                 8                 @                 H                 P                 X            
                      `            #     h            .     p            9     x            D                 O                 Z                 e                 p                 {                                                                         ȶ                 ж                 ض                                                                                                                   
                                                     +     (            6     0            A     8            L     @            W     H            b     P            m     X            x     `                 h                 p                 x                                                                                                                                                                          ȷ                 з                 ط            (                 3                 >     X            I     `            T     h            _     p            j     x            u                                                                                                                                                              ȿ                 п                 ؿ                                                                                %                  0                 ;                 F                 Q                  \     `            g     h            r     p            }     x                                                                                                                                                                                                                                                          "                  -                 8                 C                 N                  Y     (            d     0            o     8            z     @                 H                 P                 X                 `                 h                 p                 x                                                                                                 	                                                   *                 5                 @                 K                 V                 a                 l                 w                                                                          0                 @                 H                 X                 `                 h                 p                 x                                                                                '                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `            2     h            =     p            H     x            S                 ^                 i                 t                                                                                                                                                                                                                                                                                  $     (            /     0            :     8            E     @            P     H            [     P            f     X            q     `            |     h                 p                 x                                                                                                                                                                                                                         !                 ,                 7                  B                                                   M                  X     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
     `            c     h            n     p            y     x                                                                                                                                                                                                                                                                           )                  4                 ?                 J                 U                  `     (            k     0            v     8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                   &                 1                 <                 G                 R                 ]                 h                 s                 ~                                                                                            (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x            
                                  #                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            ~
     8            
     @            
     H            
     P            
     X            
     `            
     h            ˾
     p            ־
     x            .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                                                  (                 0            
     8                 @                  H            +     P            6     X            A     `            L     h            W     p            b     x            m                 x                                                                                                                                                                                                                                                                                 (                 3                  >     (            I     0            T     8            _     @            j     H            u     P                 X                 `                 h                 p                 x                                                                                                                                                                                      %                 0                 ;                 F                 Q                 \                  g                                       `            r     h            }     p                 x                                                                                                                                                                                                                                         "                 -                 8                 C                  N                 Y                 d                 o                  z     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              	                                                   *                 5                 @                 K                 V                 a                 l                 w                                                                                                                                                                (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              '                 2                 =                 H                 S                 ^                 i                  t                                                                          (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             $                 /                 :                 E                 P                 [                 f                 q                 |                                                                                                                                                                                                                    (                 0                 8            !     @            ,     H            7     P            B     X            M     `            X     h            c     p            n     x            y                                                                                                                                                                                                                                                                                )                  4                 ?                                                    J     (            U     0            `     8            k     @            v     H                 P                 X                 `                 h                 p                 `                 h                 p                 x                                                                                                                  &                 1                 <                 G                 R                 ]                 h                 s                 ~                                                                                                                              (                 0                 8                 @                 H                 P            
     X                 `            #     h            .     p            9     x            D                 O                 Z                 e                 p                 {                                                                                                                                                                                                                              
                                                     +     `            6     h            A     p            L     x            W                 b                 m                 x                                                                                                                                                                                                                  (                 0                 8                 @            (     H            3     P            >     X            I     `            T     h            _     p            j     x            u                                                                                                                                                                                                                                                                                %                  0                 ;                 F                  Q     8                 @                 H            \     P            g     X            r     `            }     h                 p                 x                                                                                
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                 h                 p                 x                                                                                                                  "                 -                 8                 C                 N                 Y                 d                 o                 z                                                                                            (                 0                 8                 @                 H                 P                 X                 `            	     h                 p                 x            *                 5                 @                 K                 V                 a                 l                 w                                                                                                                                                                                                                                   0                 8                 @            '     H            2     P                 X                 `            =     h            H     p            S     x            ^                 i     `            t     h                 p                 x                                                                                                                                                                                                                                         $                 /                 :                 E                  P                 [                 f                 q                  |     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                 !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                                                                (                 0                 8                 `                 h                 p                 x                                                               )                 4                 ?                 J                 U                 `                 k                 v                                                                                                                                                                                                  (                 0                 8                 @                 H            &     P            1     X            <     `            G     h            R     p            ]     x            h                 s                 ~                                                                                                                                                                                                                             
                                   #                 .                 9                 D                  O     (            Z     0            e     8            p     @            {     H                 P                 X                 `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                                                                                                                                                              X            
     `                 h                  p            +     x            6                 A                 L                 `                 k                 v                                                                                                                                                                                                                                                                $                  /     (            :     0            E     H            Y     P            d     X            o     `            z     h                 p                 x                                                                                                                                                                     
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0                 8            	     @                 H                 P            *     X            5     `            @     h            K     p            V     x            a                 l                 w                                                                                                                                                                                                                                                                                 '                 2                 =                  H     (            S     0            ^     8            i     @            t     H                 P                 X                 `                 h                 p                 x                                                                                                                                                                     $                 /                 :                 E                 P                 [                 f                 q                  |                                                                          (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                               
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                 h            !     p            ,     x            7                 B                 M                 X                 c                 n                 y                                                        `                 h                 p                 x                                                                                                                                                                     )                 4                 ?                 J                 U                 `                 k                 v                                                                                            (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x            &                 1                 <                 G                 R                 ]                 h                 s                                                   ~                                                                                                                                                                                                  `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
     `                 h                 p            
     x                             #                 .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                                                                   (            
     0                 8                  @            +     H            6     P            A     X            L     `            W     h            b     p            m     x            x                                                                                                                                                                                                                                                                                (                  3                 >                  I     (            T     0            _     8            j     @                 H                 P                 X            u     `                 h                 p                 x                                                                                                                                                                                                                                         %                 0                 ;                 F                  Q                 \                 g                 r                  }     (                 0                 8                 @                 H                 `                  h                   p                  x                               !                  ,                  7                  B                  M                  X                  c                  n                  y                                                                                                                                                                                                                          (                 0                 8                 @            )     H            4     P            ?     X            J     `            U     h            `     p            k     x            v                                                                                                                                                                                                                                                                                &                  1                 <                 G                 R                  ]     (            h     0            s     8            ~     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                                                     
                                  #                 .                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            9     8            D     H            O     P            Z     X            e     `            p     h            {     `                 h                 p                 x                                                                                                                                                                     
                                                    +                 6                 A                 L                 W                  b                 m                 x                                        (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                               (                 3                 >                 I                 T                 _                 j                 u                                                                                                                                                                                                  (                 0                 8                 @                 H            %     P            0     X                 `                 h                 p            ;     x                             F                 Q                 \                 g                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                 h                 p                 x                             r                 }                                                                                                                                                               	                 	                 	                 	                  	                 (	            "     0	            -     8	            8     @	            C     H	            N     P	            Y     X	            d     `	            o     h	            z     p	                 x	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	            	     	                 	                 	            *     
            5     
            @     
            K      
            V     (
            a     8
                 @
                 H
            l     P
            w     X
                 `
                 h
                 p
                 x
                 
                 
                 
                 
                 
                 
                 
                                  H                 P                 X            '     `            2     h            =     p            H     x            S                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                  <"
     `            ^     h            i     p            t     x                                                                                                                                                                                                                                                                           $                  /                 :                 E                 P                  [     (            f     0            q     8            |     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                    !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                             (                 0                 8                 @                 H                 P                 `                 h                 p                 x                                              )                 4                 ?                 J                 U                 `                 k                 v                                                                                                                                                                (                 0                 8                 @                 H                 X                 `            &     h            1     p            <     x            G                 R                 ]                 h                 s                 ~                                                                                                                                                                                 (                 0                 8            
     @                 H            #     P            .     X            9     `            D     h            O     p            Z     x            e                 p                 {                                                                                                                                                                                                                             
                                                     +                 6                 A                  L     (            W     0            b     8            m     @            x     H                 P                 X                 `                 h                 p                 x                                                                                                                                                    
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                 h                 p                 x                                                               (                 3                 >                 I                 T                 _                 j                 u                                                                                                                                                                                                  (                 0                  8                  @                  H            %      P            0      X            ;      `            F      h            Q      p            \      x            g                  r                  }                                                                                                                                                                                                                                                                            "                 
                 ~
                  
     (            
     0            
     8            
     @            
     H            
     P            ˾
     X            ־
     `            -     h            8     p            C     x            N                 Y                 d                 o                 z                                                                                                                                                                (                 0                 8                 @            	     H                 P                 X            *     `            5     h            @     p            K     x            V                 a                 l                 w                                                                                                                                                                                                                                                                                      `                 h                 p                 x            '                 2                 =                 H                 S                 ^                 i                 t                                                                                                                                                                                                                                                     (                 0            $     8            /     @            :     H            E     P            P     X            [     `            f     h            q     p            |     x                                                                                                                                                                                                                                                           !                 ,                 7                  B                 M                 X                 c                  n     (            y     0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                  Z                                  )                 4                 ?                 J                                  
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            U     8            `     @            k     H            v     P                 X                 h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                                                                                                                                                                                                  `                  h                  p                  x                                                 &                  1                  <                  G                  R                  ]                  h                  s                  ~                                                                                                                  !                 !                 !                 !                  !                 (!                 0!            
     8!                 @!            #     H!            .     P!            9     X!            D     `!            O     h!            Z     p!            e     x!            p     !            {     !                 !                 !                 !                 !                 !                 !                 !                 !                 !                 !                 !                 !            
	     !            	     !             	      "            +	     "            6	     "            A	     "            L	      "            W	     ("            b	     0"            m	     8"            x	     @"            	     H"            	     P"            	     X"            	     `"            	     h"            	     p"            	     x"            	     "            	     "            	     "            	     "            	     "            
     "            
     "            
     "            (
     "            3
     "            >
     "            ~
     "            
      #            
     #            
     #            
     #            
      #            
     (#            ˾
     0#            ־
     8#            I
     @#            T
     H#            _
     P#            j
     X#            u
     `#            
     h#            
     p#            
     x#            
     #            
     #            
     #            
     #            ~
     #            
     #            
     #            
     #            
     #            
     #            
     #            ˾
     #            ־
     X$            
     `$                 h$                 p$                 x$            
     $            
     $            
     $            
     $            
     $                 $                 $                 $            %     $            0     $            ;     $            F     $            Q     $            \     $            g     $            r     $            }      %                 %                 %                 %                  %                 (%                 0%                 8%                 @%                 H%                 P%                 X%                 `%                 h%            )     p%            4     x%            ?     %            J     %            U     %            `     %            k     %            v     %                 %                 %                 %                 %                 %                 %                 %                 %                 %                 %                  &            
     &            
     &            
     &            $
      &            /
     (&            :
     0&                 8&            E
     @&            P
     H&            <"
     P&            [
     X&            f
     `&            q
     h&            |
     &            <"
     &            
     &            
     &            
     &            
      '            
     '            
     '            
     '            
      '            
     ('            
     0'            
     8'                  @'                 H'                 P'            !     X'            ,     `'            7     h'            B     p'            M     x'            X     '            c     '            n     '            y     '                 '                 '            
     '            ~
     '            
     '            
      (            
     (            
     (            
     (            
      (            ˾
     ((            ־
     `(                 h(                 p(                 x(                 (                 (                 (                 (                 (                 (                 (                 (                 (                 (            )     (            4     (            ?     (            J     (            ^     (            i     (            t      )                 )                 )                 )                  )                 ()                 0)                 8)                 @)                 H)            ~
     P)            
     X)            
     `)            
     h)            
     p)                 x)                 )                 )                 )            )     )            4     )            H     )            S     )            ^     )            i      *            t     *                 *                 *                  *                 (*                 0*                 8*                 @*                 H*                 P*                 X*                 `*                 h*                 p*                 x*                 *            $     *            /     *            C     *            C     *                 *                 *                 *            C     *                 *            C     *            C     *            C     *            C     *            ~
     *            N     *            Y      +            d     +            o     +            z     +                  +                 (+                 -                 -                 -                 -                  .                 .                 .                 .                  .                 (.            	     0.                 8.                 @.            *     H.            5     P.            @     X.            K     `.            V     h.            a     p.            l     x.            w     .                 .            ~
     .            
     .            
     .            
     .                 .                 .                 `/                 h/                 p/                 x/                 /                 /                 /                 /                 /                 /                 /                 /            '     /            2     /            =     /            H     /            S     /            ^     /            i     /            t     /                  0                 0                 0                 `3            ~
     h3            
     p3            
     x3            
     3            
     3            
     3            
     3            ˾
     3            ־
     3                 3                 3                 3                 3                 3                 3                 3                 3                 3                 3            "      4            -     4            8     4            C     4            N      4            Y     (4            d     04            o     84            z     @4                 H4                 P4                 `4                 h4                 p4                 x4                 4                 4                 4                 4                 4                 4            	     4                 4                 4            *     4            5     4            @     4            K     4            V     4            a     4            l     4            w      5                 5                 5                 5                  5                 (5                 05                 85                 @5                 H5                 P5                 X5                 `5                 h5                 p5                 x5            '     5            2     5            =     5            H     5            S     5            ^     5            i     5            t     5                 5                 5                 5                 `8                 h8                 p8                 x8                 8                 8                 8                 8                 8                 8                 8                 8            $     8            /     8            :     8            E     8            P     8            [     8            f     8            q     8            |      9                 9                 9                 9                  9                 (9                 09                 89                 @9                 H9                 P9                 X9                  `9                 h9                 p9            !     x9            ,     9                 9                 9                 9                 9            
     9            ~
     9            
     9            
      :            
     :            
     :            
     :            
      :            ˾
     (:            ־
     `@            7     h@            B     p@            V     x@            a     @            l     @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @            1     @            <     @            P      A            [     A            f     A            z     A                  A                 (A                 0A                 8A                 @A                 HA                 PA                 XA                 `A                 hA                  pA            +     xA            6     A            A     A            L     A            `     A            k     A                 A                 A                 A                 A                 A                 A                 A                 A                 A                 A                 A                  B            '     B            2     B            F     B            Q      B            e     (B            p     0B                 8B                 @B                 HB                 PB                 XB                 `B                 hB                 pB                 xB                 B            
     B            !     B            ,     B            @     B            K     `D            V     hD            a     pD            u     xD                 D                 D                 D                 D                 D                 D                 D                 D                 D                 D                  D                 D                 D            !     D            ,     D            @     D            K      E            V     E            a     E            l     E            w      E                 (E                 0E                 8E                 @E                 HE                 PE                 XE                 `E                 hE                  pE                 xE                 E            *     E            5     E            @     E            K     E            V     E            a     E            l     E            w     E                 E                 E                 E                 E                 E                 E                 `F                 hF                 pF                  xF                 F                 F            !     F            ,     F            7     F            B     F            M     F            X     F            l     F                 F                 F                 F                 F                 F                 F                 F                  G                 G                 G                 G                   G            
      (G                  0G            #      8G            .      @G            9      HG            M      PG            X      XG            l      `G                  hG                  pG                  xG                  G                  G                  G                  G                  G                  G                  G                  G            !     G            !     G            !!     G            5!     G            @!     G            K!     G            V!     G            a!     0H            ~
     8H            
     @H            l!     HH            w!     PH            !     XH            !     `H            !     hH            !     pH            !     xH            !     H            !     H            !     H            !     H            !     H            !     H            !     H            "     H            "     H            "     H            '"     H            2"     H            ="     H            H"     H            S"     H            ^"     H            i"      I            t"     I            "     I            "     I            "      I            "     (I            "     0I            "     8I            "     @I            "     HI            "     PI            "     XI            "     `I            "     hI            #     pI            #     xI            #     I            $#     I            /#     I            :#     I            E#     I            P#     I            [#     I            f#     I            q#     I            |#     I            #     I            #     I            #     I            #     I            #     I            #     I            #      J            #     J            #     (J            #     0J            #     8J            	$     @J            $     HJ            $     PJ            *$     XJ            5$     `J            @$     hJ            K$     pJ            V$     xJ            a$     J            l$     J            w$     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            $     J            %     J            %      K            %     K            '%      K            ~
     (K            
     0K            
     8K            
     @K            2%     HK            =%     PK            H%     XK            S%     `K            ^%     hK            i%     pK            t%     xK            %     K            %     K            %     K            %     K            %     K            %     K            %     K            %     K            %     K            %     K            %     K            %     K            &     K            &     K            &     K            $&      L            ~
     (L            
     0L            
     8L            
     @L            /&     HL            :&     PL            E&     XL            P&     `L            [&     hL            f&     pL            q&     xL            |&     L            &     L            &     L            &     L            &     L            &     L            &     L            &     L            &     L            &     L            &     L            &     L             '     L            '     L            '     (M            !'     0M            ,'     8M            7'     @M            B'     M            ~
     M            
     M            
     M            
     M            M'     M            X'     M            c'     `P            n'     hP            y'     pP            '     xP            '     P            '     P            '     P            '     P            C     P                 P                 P            '     P            '     P            '     P            '     Q            '     Q            '     Q            '     (Q            (     0Q            (     8Q            (     @Q            )(     HQ            4(     PQ            ?(     XQ            J(     `Q            U(     hQ            `(     pQ            k(     xQ            v(     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            (     Q            )     Q            )     Q            )     Q            &)      R            1)     R            <)      R            G)     (R            R)     0R            ])     XR            h)     `R            ~
     hR            
     pR            
     xR            
     R            s)     R            ~)     R            )     R            )     R            )     R            )     R            )     R            )     R            )      S            )     S            )     S            )     S            )      S            *     `S            
*     hS            *     pS            #*     xS            .*     S            9*     S            D*     S            O*     S            Z*     S            e*     S            p*     S            {*     S            *     S            *     S            *     S            *     S            *     S            *     S            *     S            *     S            *      T            *     T            *     T            *     T            
+      T            +     (T             +     0T            ++     8T            6+     @T            A+     HT            ~
     PT            L+     XT            W+     `T            b+     hT            m+     pT            x+     xT            +     T            +     T            +     T            +     T            +     T            +     T            +     T            +     T            +     T            +     T            +     T            +     T            ,     T            ,     T            ,     T            (,     T            3,      U            >,     U            I,     U            T,     U            _,      U            j,     (U            u,     0U            ,     8U            ,     @U            ,     HU            ~
     PU            ,     XU            ,     `V            ,     hV            ,     pV            ,     xV            ,     V            ,     V            ,     V            ,     V            -     V            -     V            #-     V            .-     V            9-     V            D-     V            O-     V            Z-     V            e-     V            p-     V            {-     V            -     V            -      W            -     W            -     W            -     W            -      W            -     (W            -     0W            -     8W            -     @W            -     HW            -     PW            
.     XW            .     `W             .     hW            +.     pW            6.     xW            A.     W            L.     W                 W            C     W            ~
     W            
     W            W.     W            b.     W            m.     W            x.     W            .     W            .     W            .      X            .     X            .     X            .     `X            .     hX            .     pX            .     xX            .     X            .     X            .     X            /     X            /     X            /     X            (/     X            3/     X            >/     X            I/     X            T/     X            _/     X            j/     X            u/     X            /     X            /     X            /      Y            /     Y            /     Y            ~
     Y            /      Y            /     (Y            /     0Y            
     8Y            
     XY            /     `Y            /     hY            /     pY            /     xY            0     Y            0     Y            0     Y            %0     Y            00     Y            ;0     Y            F0     Y            Q0     Y            \0     Y            g0     Y            r0     Y            }0     Y            0     Y            0     Y            0     Y            0     Y            0      Z            0     Z            0     Z            0     Z            0      Z            0     (Z            0     XZ            1     `\            1     h\             1     p\            41     x\            H1     \            \1     \            p1     \            1     \            1     \            1     \            1     \            1     \            1     \            1     \            2     \            $2     \            82     \            L2     \            `2     \            t2     \            2      ]            2     ]            2     ]            2     ]            2      ]            2     (]             3     0]            3     8]            (3     @]            <3     H]            P3     P]            d3     X]            o3     `]            z3     h]            3     p]            3     x]            3     ]            3     ]            3     ]            3     ]            3     ]            3     ]            3     ]            3     ]            3     ]            3     ]            	4     ]            4     ]            4     ]            *4     ]            >4     ]            I4     ]            T4      ^            _4     ^            j4     ^            u4     ^            4     @^            4     H^            4     P^            4     X^            4     `^            ~
     h^            
     p^            
     x^            
     ^            
     ^            
     ^            
     ^            ˾
     ^            ־
     ^            4     ^            4     ^            4     ^            4     ^            4     ^            4     ^            4     ^            5     ^            5      _            5     _            %5     _            05     _            ;5      _            F5     (_            Q5     0_            \5     8_            g5     @_            r5     H_            }5     P_            5     X_            5     `_            5     h_            5     p_            5     x_            5     _            5     _            5     _            5     _            5     _            5     _            6     _            6     _            6     _            "6     _            -6     _            86     _            C6     _            N6     _            Y6     _            d6     _            o6      `            z6     `            6     `            6     `            6      `            6     (`            6     0`            6     8`            6     @`            6     H`            6     P`            6     X`            6     ``            6     h`            	7     p`            7     x`            7     `            *7     `            57     `            @7     `            K7     `            V7     `            a7     `            l7     `            w7     `            7     `            7     `            7     `            7     `            7      a            7     a            7     a            7     a            7      a            7     (a            7     0a            7     8a            8     @a            8     Ha            8     Pa            '8     Xa            28     `a            =8     ha            H8     pa            S8     xa            ^8     a            i8     a            t8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            8     a            9     a            9      b            9     b            $9     b            /9      b            :9     @b            E9     Xb            P9     `b            [9     hb            f9     pb            q9     xb            |9     b            9     b            9     b            9     b            9     b            9     b            9     b            9     b            9     b            9     b            9     b            9     b             :     b            :     b            :     b            !:     b            ,:      c            7:     c            B:     c            M:      c            ~
     (c            
     0c            
     8c            X:     @c            c:     Hc            n:     Pc            y:     Xc            :     `c            :     hc            :     pc            :     xc            :     c            :     c            :     c            :     c            :     c            :     c            :     c            :     c            ;     c            ;     c            ;     c            );     c            4;     c            ?;     c            J;     c            U;     c            `;      d            k;     d            v;     d            ;     d            ;      d            ;     (d            ~
     0d            
     8d            
     @d            
     Hd            
     Pd            ;     Xd            ;     `d            ;     hd            ;     pd            ;     xd            ;     d            ;     d            ;     d            ;     d            <     d            <     d            <     d            &<     d            1<     d            <<     d            G<     d            R<     d            ]<     d            h<     d            s<     d            ~<     d            <      e            <     e            <     e            <     e            <      e            <     (e            <     0e            <     8e            <     @e            <     He            <     Pe            =     e            ~
     e            
     e            
     e            
     e            
     e            
     e            
=     e            =     e            #=     `g            .=     hg            9=     pg            D=     xg            O=     g            Z=     g            e=     g            p=     g            {=     g            =     g            =     g            =     g            =     g            =     g            =     g            =     g            =     g            =     g            =     g            =      h            =     h            
>     8h            ~
     @h            
     Hh            >     Ph             >     Xh            +>     `h            6>     hh            A>     ph            L>     xh            W>     h            b>     h            m>     h            x>     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            >     h            ?      i            ?     i            ?     i            (?     i            3?      i            >?     (i            I?     0i            T?     8i            _?     @i            j?     Hi            u?     Pi            ?     Xi            ?     `i            ?     hi            ?     pi            ?     xi            ?     i            ?     i            ?     i            ?     i            ?     i            ?     i            ?     i            @     i            @     i            @     i            %@     i            0@     i            ;@     i            F@     i            Q@     i            \@     i            g@      j            r@     j            }@     j            @     `j            @     hj            @     pj            @     xj            @     j            @     j            @     j            @     j            @     j            @     j            @     j            A     j            A     j            A     j            "A     j            -A     j            8A     j            CA     j            NA     j            YA     j            dA      k            oA     k            zA     `k            A     hk            A     pk            A     xk            A     k            A     k            A     k            A     k            A     `p            A     hp            A     pp            A     xp            A     p            	B     p            B     p            B     p            *B     p            5B     p            @B     p            KB     p            VB     p            aB     p            lB     p            wB     p            B     p            B     p            B     p            B     p            B      q            B     q            B     q            B     q            B      q            B     (q            B     0q            B     8q            C     @q            C     Hq            C     Pq            'C     Xq            2C     `q            =C     hq            HC     pq            SC     xq            ^C     q            iC     q            tC     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            C     q            D     q            D      r            D     r            $D     r            /D     r            :D      r            ED     (r            PD     0r            [D     8r            fD     @r            qD     Hr            |D     Pr            D     Xr            D     `r            D     hr            D     pr            D     xr            D     r            D     r            D     r            D     r            D     r            D     r             E     r            E     r            E     r            !E     r            ,E     r            7E     r            BE     r            ME     r            XE     r            cE     r            nE      s            yE     s            E     s            E     s            E      s            E     (s            E     0s            E     8s            E     @s            E     Hs            E     Ps            E     Xs            E     `s            E     hs            F     ps            F     xs            F     s            )F     s            4F     s            ?F     s            JF     s            UF     s            `F     s            kF     s            vF     s            F     s            F     s            F     s            F     s            F     s            F     s            F     s            F      t            F     t            F     t            F     t            F      t            G     (t            G     0t            G     8t            &G     @t            1G     Ht            <G     Pt            GG     Xt            RG     `t            ]G     ht            hG     pt            sG     xt            ~G     t            G     t            G     t            G     t            G     t            G     t            G     t            G     t            G     t            G     t            G     t            G     t            H     t            
H     t            H     t            #H     t            .H      u            9H     u            DH     u            OH     u            ZH      u            eH     (u            pH     0u            {H     8u            H     @u            H     Hu            H     Pu            H     Xu            H     `u            H     hu            H     pu            H     xu            H     u            H     u            H     u            H     u            
I     u            I     u             I     u            +I     u            6I     u            AI     u            LI     u            WI     u            bI     u            mI     u            xI     u            I     u            I      v            I     v            I     v            I     v            I      v            I     (v            I     0v            I     8v            I     @v            I     Hv            I     Pv            J     Xv            J     `v            J     hv            (J     pv            3J     xv            >J     v            IJ     v            TJ     v            _J     v            jJ     v            uJ     v            J     v            J     v            J     v            J     v            J     v            J     v            J     v            J     v            J     v            J     v            J      w            J     w            K     w            K     w            K      w            %K     (w            0K     0w            ;K     8w            FK     @w            QK     Hw            \K     Pw            gK     Xw            rK     `w            }K     hw            K     pw            K     xw            K     w            K     w            K     w            K     w            K     w            K     w            K     w            K     w            K     w            L     w            L     w            L     w            "L     w            -L     w            8L     w            CL     w            NL      x            YL     x            dL     x            oL     x            zL      x            L     (x            L     0x            L     8x            L     @x            L     Hx            L     Px            L     Xx            L     `x            L     hx            L     px            L     xx            L     x            	M     x            M     x            M     x            *M     x            5M     x            @M     x            KM     x            VM     x            aM     x            lM     x            wM     x            M     x            M     x            M     x            M     x            M      y            M     y            M     y            M     y            M      y            M     (y            M     0y            M     8y            N     @y            N     Hy            N     Py            'N     Xy            2N     `y            =N     hy            HN     py            SN     xy            ^N     y            iN     y            tN     y            N     y            N     y            N     y            N     y            N     y            N      z            N     z            N     z            N     z            N      z            N     (z            N     0z            O     8z            O     @z            O     Hz            $O     Pz            /O     Xz            :O     `z            EO     hz            PO     pz            [O     xz            fO     z            qO     z            |O     z            O     z            O     z            O     z            O     z            O     z            O     z            O     z            O     z            O     z            O     z            O     z             P     z            P     z            P      {            !P     {            ,P     {            7P     {            BP      {            MP     ({            XP     0{            cP     8{            nP     @{            yP     H{            P     P{            P     X{            P     `{            P     h{            P     p{            P     x{            P     {            P     `            P     h            P     p            P     x            P                 Q                 Q                 Q                 )Q                 4Q                 ?Q                 JQ                 UQ                 `Q     Ȁ            kQ     Ѐ            vQ     ؀            Q                 Q                 Q                 Q                 Q                  Q                 Q                 Q                 Q                  Q     (            Q     0            Q     8            R     @            R     H            R     P            &R     X            1R     `            <R     h            GR     p            RR     x            ]R                 hR                 sR                 ~R                 R                 R                 R                 R                 R                 R     ȁ            R     Ё            R     ؁            R                 R                 R                 S                 
S                  S                 #S                 .S                 9S                  DS     (            OS     0            ZS     8            eS     @            pS     H            {S     P            S     X            S     `            S     h            S     p            S     x            S                 S                 S                 S                 S                 S                 S                 
T                 T                  T     Ȃ            +T     Ђ            6T     ؂            AT                 LT                 WT                 bT                 mT                  xT                 T                 T                 T                  T     (            T     0            T     8            T     @            T     H            T     P            T     X            T     `            T     h            U     p            U     x            U                 (U                 3U                 >U                 IU                 TU                 _U                 jU                 uU                 U     ȃ            U     Ѓ            U     ؃            U                 U                 U                 U                 U                  U                 U                 U                 U                  V     (            V     0            V     8            %V     @            0V     H            ;V     P            FV     X            QV     `            \V     h            gV     p            rV     x            }V                 V                 V                 V                 V                 V                 V                 V                 V                 V     Ȅ            V     Є            V     ؄            W                 W                 W                 "W                 -W                  8W                 CW                 NW                 YW                  dW     (            oW     0            zW     8            W     @            W     H            W     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 W                 W                 W                 W                  W                 W                 W                 W                  W     (            	X     0            X     8            X     @            *X     H            5X     P            @X     X            KX     `            VX     h            aX     p            lX     x            wX                 X                 X                 X                 X                 X                 X                 X                 X                 X     Ȇ            X     І            X     ؆            X                 Y                 Y                 Y                 'Y                  2Y     (            =Y     0            HY     8            SY     @            ^Y     H            iY     P            tY     X            Y     `            Y     h            Y     p            Y     x            Y                 Y                 Y                 Y                 Y                 Y                 Y                 Y                 Z                 Z     ȇ            Z     Ї            $Z     ؇            /Z                 :Z                 EZ                 PZ                 [Z                  fZ                 qZ                 |Z                 Z                  Z     (            Z     0            Z     8            Z     `            Z     h            Z     p            Z     x            Z                 Z                 Z                  [                 [                 [                 ![                 ,[                 7[                 B[     Ȉ            M[     Ј            X[     ؈            c[                 n[                 y[                 [                 [                  [                 [                 [                 [                  [     (            [     0            [     8            [     @            [     H            [     P            \     X            \     `            ~
     h            
     p            \     x            )\     ȉ            4\     Љ            ?\     ؉            J\                 U\                 `\                 k\                 v\                  \                 \                 \                 \                  \     (            \     0            \     8            \     @            \     H            \     P            \     X            \     `            ]     h            ]     p            ]     x            &]                 1]                 <]                 G]                 R]                 ]]                 h]                 s]                 ~]                 ]                 ]                 ]                  ]                 ]                 ]                 ]                  ]     (            ]     0            ]     8            ]     @            ^     H            
^     P            ^     X            #^     `            .^     h            9^     p            D^     x            O^                 Z^                 e^                 p^                 {^                 ^                 ^                 ^                 ^                 ^     ȋ            ^     Ћ            ^     ؋            ^                 ^                 ^                 ^                 ^                  
_                 _                  _                 +_                  6_     (            A_     0            L_     `            W_     h            b_     p            m_     x            x_                 _                 _                 _                 _                 _                 _                 _                 _                 _     Ȍ            _     Ќ            _     ،            _                 `                 `                 `                 (`                  3`                 >`                 I`                 T`                  _`     (            j`     0            u`     8            `     @            `     H            `     X            `     `            `     h            `     p            `     x            `                 `                 `                 `                 `                 a                 a                 a                 %a                 0a     ȍ            ;a     Ѝ            Fa     ؍            Qa                 \a                 ga                 ra                 }a                  a                 a                 a                 a                  a     (            a     0            a     8            a     @            a     H            a     P            a     X            b     `            b     h            b     p            "b     x            -b                 8b                 Cb                 Nb                 Yb                 db     Ȏ            ob     Ў            zb     ؎            b                 b                 ~
                 
                 b                  b                 b     `            b     h            b     p            b     x            b                 b                 b                 b                 	c                 c                 c                 *c                 5c                 @c     Ȕ            Kc     Д            Vc     ؔ            ac                 lc                 wc                 c                 c                  c                 c                 c                 c                  c     (            c     0            c     8            c     @            c     `            c     h            d     p            d     x            d                 'd                 2d                 =d                 Hd                 Sd                 ^d                 id                 td                 d     ȕ            d     Е            d     ؕ            d                 d                 d                 d                 d                  d                 d                 d                 d                  e     (            e     0            e     8            $e     @            /e     H            :e     P            Ee     X            Pe     `            [e     h            fe     p            qe     x            |e                 e                 e                 e                 e                 e                 e                 e                 e                 e     Ȗ            e     Ж            e     ؖ             f                 f     `            <"
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 f                 !f                 ,f     ȗ            7f     З            Bf     ؗ            Mf                 Xf                 cf                 nf                 yf                  f                 f                 f                 f                  f     (            f     0            f     8            f     `            f     h            f     p            f                 ~
                 
                 
                 
                 
                 
     Ș            
     И            ˾
     ؘ            ־
                 f                 g                 g                 g                  )g                 4g                 ?g                 Jg                  Ug     (            `g     0            kg     8            vg     @            g     H            g     P            g     X            g     `            g     h            g     p            g     x            g                 g                 g                 g                 g                 h                 h                 h                 &h                 1h     ș            <h     Й            Gh     ؙ            Rh                 ]h                 hh                 sh                 ~h                 h                  h     (            h     0            h     8            h     @            h     H            h     P            h     X            h     `            h     h            h     p            ~
     x            
                 i                 
i                 i                 #i                 
                 .i                 9i                 Di                 Oi     Ț            Zi     К            ei     ؚ            
                 pi                 {i                 i                 i                  i                 i                 i                 i                  ~
     (            ~
     0            ~
     8            
     @            
     H            
     P            
     X            
     `            i     h            i     p            i     x            i                 i                 i                 
j                 j                  j                 +j                 6j                 Aj                 Lj     ț            Wj     Л            bj     ؛            mj                 xj                 j                 j                 
                  j                 j                 j                 j                  j     (            j     0            j     8            j     @            j     H            j     P            k     X            k     `            k     h            (k     p            3k     x            >k                 Ik                 Tk                 _k                 jk                 uk                 k                 
                 k                 k     Ȝ            k     М            k                 k                 k                 k                 k                  k                 k                 k                 l                  l     (            l     0            %l     8            0l     @            ;l     `            Fl                 Ql                 \l                 gl                 rl                  }l                 l                 l                 l                  l     (            l     0            l     8            l     @            l     H            l     P            l     X            l     `            m     h            m     p            m     x            "m                 -m                 8m                 Cm                 Nm                 Ym                 dm                 om                 zm                 m     ȟ            m     П            m     ؟            m                 m                 m                 m                 m                  m                 m                 m                 m                  	n     (            n     0            n     8            *n     @            5n     H            @n     `            Kn     h            Vn     p            an     x            ln                 wn                 n                 n                 n                 n                 n                 n                 n     Ƞ            n     Р            n     ؠ            n                 n                 n                 o                 o                  o                 'o                 2o                 =o                  Ho     (            So     0            ^o     8            io     @            to     H            o     P            o     X            o     `            o     h            o     p            o     x            o                 o                 o                 o                 o                 o                 p                 p                 p     ȡ            $p     С            /p     ء            :p                 Ep                 Pp                 [p                 fp                  qp                 |p                 p                 p                  p     (            p     0            p     @            p     H            p     X            p     `            p     h            p     p            p     x             q                 q                 q                 !q                 ,q                 7q                 Bq                 Mq                 Xq                 cq     Ȣ            nq                 yq                 q                 q                 q                  q                 q                 q                 q                  q     (            q     0            q     8            q     @            q     H            r     `            r     h            r     p            )r     x            4r                 ?r                 Jr                 Ur                 `r                 kr                 vr                 r                 r                 r     Ȥ            r     Ф            r     ؤ            r                 r                 r                 r                 r                  r                 r                 s                 s                  s     (            &s     0            1s     8            <s     @            Gs     H            Rs     P            ]s     X            hs     `            ss     h            ~s     p            s     x            s                 s                 s                 s                 s                 s                 s                 s                 s                 s     ȥ            t     Х            
t     إ            t                 #t                 .t                 9t                 Dt                  Ot                 Zt                 et                 pt                  {t     (            t     0            t     8            t     @            t     H            t     P            t     X            t     `            t     h            t     p            t     x            t                 t                 
u                 u                  u                 +u                 6u                 Au                 Lu                 Wu     Ȧ            bu     Ц            mu     ئ            xu                 u                 u                 u                 u                  u                 u                 u                 u                  u     (            u     0            u     8            u     @            v     H            v     P            v     X            (v     `            3v     h            >v     p            Iv     x            Tv                 _v                 jv                 uv                 v                 v                 v                 v                 v                 v     ȧ            v     Ч            v     ا            v                 v                 v                 v                 w                  w                 w                 %w                 0w                  ;w     (            Fw     0            Qw     h            \w     p            gw     x            rw                 }w                 w                 w                 w                 w                 w                 w                 w                 w     Ȩ            w     Ш            w     ب            w                 x                 x                 x                 "x                  -x                 8x                 Cx                 Nx                  Yx     (            dx     0            ox     8            zx     @            x     H            x     P            x     X            x     `            x     h            x     p            x     x            x                 x                 x                 x                 x                 	y                 y                 y                 *y                 5y     ȩ            @y     Щ            Ky     ة            Vy                 ay                 ly                 wy                 y                  y                 y                 y                 y                  y     (            y     0            y     8            y     @            y     H            y     P            y     X            z     `            z     h            z     p            'z     x            2z                 =z                 Hz                 Sz                 ^z                 iz                 tz                 z                 z                 z     Ȫ            z     Ъ            z     ت            z                 z                 z                 z                 z                  z                 z                 {                 {                  {     (            ${     0            /{     8            :{     @            E{     H            P{     P            [{     X            f{     `            q{     h            |{     p            {     x            {                 {                 {                 {                 {                 {                 {                 {                 {                 {     ȫ             |     Ы            |     ث            |                 !|                 ,|                 7|                 B|                  M|                 X|                 c|                 n|                  y|     (            |     0            |     8            |     @            |     H            |     P            |     X            |     `            |     h            |     p            |     x            |                 |                 }                 }                 }                 )}                 4}                 ?}                 J}                 U}     Ȭ            `}     Ь            k}     ج            v}                 }                 }                 }                 }                  }                 }                 }                 }                  }     (            }     0            }     8            }     @            ~     H            ~     P            ~     X            &~     `            1~     h            <~     p            G~     x            R~                 ]~                 h~                 s~                 ~~                 ~                 ~                 ~                 ~                 ~     ȭ            ~     Э            ~     ح            ~                 ~                 ~                 ~                                   
                                  #                 .                  9     (            D     0            O     8            Z     @            e     H            p     P            {     p                 x                                                                                                                                        Ȯ                 Ю                 خ                             
                                                     +                 6                 A     0            L     8            W     @            b     `            m     h            x     p                 x                                                                                                 ŀ                 Ѐ                 ۀ                      ȯ                 Я                 (            <"
     0            <"
     8            <"
     @                 H                 `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
     Ȱ            <"
     а            <"
     ذ            <"
                                  (                 3                 >                  I                 T                 _                 j                  u     (                 `                 h            <"
     p                 x            <"
                 <"
                 <"
                 <"
                 C                 <"
                                  <"
                 <"
                 <"
     ȱ            <"
     б                 ر            <"
                                  ҁ                 ݁                                                                                      	                       (                 0            *     8            5     @            @     H            K     P            V     X            a     `            l     h            w     p                 x                                                                                                 Ă                 ς                 ς                 ς                 ς     Ȳ            ڂ     в            ڂ     ز            ڂ                                                                                                                        '                  2     (            =     0            H     8            S     @            ^     H            i     P            t     X                 `                 h                 p                 x                                                               ̃                 ׃                                                                                                                       <"
                  $                 /                 :                  E     (            P     0            [     8            f     @            q     H            |     P                 X                 `                 h                 p                 x                             Ʉ                 Ԅ                 ߄                                                                                                       !     ȴ            ,     д            7     ش            B                 M                 X                 c                 n                  y                                                                          (                 0                 8            ƅ     @            х     H            ܅     P                 X                 `                 h                 p                 x                             )                 4                 ?                 J                 U                 `                 k                 v                      ȵ                 е                 ص                                                               Æ                 Ά                  ن                                                                          (                 0                 8            &     @            1     H            <     P            G     X            R     `            ]     h            h     p            s     x            ~                                                                                                                       ˇ                 և                      ȶ                 ж                 ض                             
                                  #                 .                  9                 D                 O                 Z                  e     (            p     0            {     8                 @                 H                 P                 X                 `                 h            Ȉ     p            ӈ     x            ވ                                                                    
                                                    +                 6                 A     ȷ            L     з            W     ط            b                 m                 x                                                                                                       ̉                       (                 0                 8                 @            0     X            <"
     `            D     h            X     p            l     x                                                                                Њ                                                                                      4     ȸ            H     и            \     ظ            p                                                                                      ԋ                                                                     $     (            8     0            L     8            `     @            t     H                 P                 X                 `            Č     h            ،     p                 x                                               (                 <                 P                 d                 x                                                        ȹ            ȍ     й            ܍     ع                                                               ,                 @                  T                 h                 |                                        (                 0            ̎     8                 @                 H                 P                 X            '                 2                 O                 l                                                    Ï                                                         (            7     0            T     8            q     @                 H                 P            Ȑ     X                 `                 h                 p            <     x            Y                 v                                                   ͑                                                   $                 A                 ^     Ȼ            {     л                 ػ                             Ғ                                                   )                  F                 c                                                         (            ד     0                 8                 @            .     H            K     P            h     X                 `                 h                 p            ܔ     x                                              3                 P                 m                                                   ĕ                                       ȼ                 м            8     ؼ            U                 r                                                    ɖ                                                          (            =     0            Z     8            w     @                 H                 P            Η     X                 `                 h            %     p            B     x            _                 |                                                   Ә                                  
                 *                 G                 d     Ƚ                 н                 ؽ                             ؙ                                                   /                  L                 i                                                         (            ݚ     0                 8                 @            4     H            Q     P            n     X                 `                 h            ś     p                 x                                              9                 V                 s                                                   М                                                     H                 p                                        (                 0                 8                 @                  H            &     `            1     h            E     p            Y     x            m                                                                                     џ                                                   
                 !                 5                 I                 ]                 q                                                                                      ՠ                                                         (            %     0            9     8            M     @            a     H            u     P                 X                 `                 h            š     p            ١     x                                                               )                 =                 Q                 e                 y                                                                    ɢ                 ݢ                                                                    -                  A                 U                 i                 }                       (                 0                 8            ͣ     @                 H                 P            	     X                 `            1     h            E     p            Y     x            m                                                                                     Ѥ                                                   
                 !                 5                 I                 ]                 q                                                                                      ե                                                         (            %     0            9     8            M     @            a     H            u     P                 X                 `                 h            Ŧ     p            ٦     x                                                               )                 =                 Q                 e                 y                                                                    ɧ                 ݧ                                                                    -                  A                 U                 i                 }                       (                 0                 8            ͨ     @                 H                 P            	     X                 `            1     h            E     p            Y     x            m                                                                                     ѩ                                                   
                 !                 5                 I                 ]                 q                                                                                      ժ                                                         (            %     0            9     8            M     @            a     H            u     P                 X                 `                 h            ū     p            ٫     x                                                               )                 =                 Q                 e                 y                                                                    ɬ                 ݬ                                                                    -                  A                 U                 i                 }                       (                 0                 8            ͭ     @                 H                 P            	     X                 `            1     h            E     p            Y     x            m                                                                                     Ѯ                                                   
                 !                 5                 I                 ]                 q                                                                                      կ                                                         (            %     0            9     8            M     @            a     H            u     P                 X                 `                 h            Ű     p            ٰ     x                                                               )                 =                 Q                 e                 y                                                                    ɱ                 ݱ                                                                    -                  A                 U                 i                 }                       (                 0                 8            Ͳ     @                 H                 P            	     X                 `            1     h            E     p            Y     x            m                                                   ĳ                 س                                                                      (     H            <     P            P     X            [     `            x     h                 p                 x                                                                                Ŵ                 д                 ۴                                                                    +                 H                 \                 p                                                                                      Ե                                        (                 0            $     8            8     @            L     P            `     `            t     h                 x                                              Ķ                 ض                                                                     (                 <                 P                 d                 x                                                                                                       ÷                 η                 ٷ                       (                 0                 8                 @                 H                 P            &     X            1     `            <     h            G     p            R     x            ]                 h                 s                 ~                                                                                                                       ˸                 ָ                                                                                     
                                   #                 .                 9                  D     (            O     0            Z     8            e     @            p     H            {     P                 X                 `                 h                 p                 x                             ȹ                 ӹ                 ޹                                                                    
                                                    +                 6                 A                 L                 W                 b                 m                  x                                                                          (                 0                 8            ź     @            к     H            ۺ     P                 X                 `                 h                 p                 x                             (                 <                 P                 [                 f                 q                 |                                                                                                                       һ                                                                                                                         (     (            3     0            >     8            I     @            T     H            _     P            j     X            u     `                 h                                                                                                  ¼                  ͼ     (            ؼ     0                 8                 @                 H                 P                 X            #     `            .     h            9     p            D     x            O                 Z                 e                 p                 {                                                                                     Ľ                 ؽ                                                                     (                 <                 P                  d                 x                                                         (            m     0            Q     8            Ⱦ     @            ܾ     H                 P                 X                 `            J>
     h                 p                 x            0                 D                 X                 l                                                                                     п                                                                                      4                 H                 \                 p                                                                                            (                 0                 8            &+
     @                 H            $     P            8     X            L     `            `     h            t     p                 x                                                                                                                                    (                 <                 P                 d                 x                                  8
                 9
                 ^9
                 >;
                  R;
                 ;
                                  =
                       (                 0                 8                 @            VA
     H            vD
     P                 X            E
     `            fE
     h            FG
     p                 x            G
                 NI
                 $
                 ,                 @                 T                 h                 |                                                                                                      *
                                                                     b+
                 0                 D                 X                  l     (                 0                 8            -
     @                 H                 P                 X            0
     `                 h                 p                 x                                               4                 H                                  \                 p                                                                                                      b:
                                                                     $                 *;
                 f;
                       (            8     0            =
     8            L     @            4     H            `     P            t     X                 `                 h                 p                 x                                                                                 D
                 (                 E
                 <                 fE
                 P                 d                 x                                                   \                 H
                 H
                                                    J
                 $
                       (            r%
     0            @     8            &&
     @            T     H                 P            *'
     X                 `                 h            B(
     p                 x            ,                 @                 T                                  h                 )
                 *
                 |                 *
                                  D                                                   X                                  -
                                                    2
                                                         (            0     0                 8            D     @                 H            X     P            4
     X                 `            4
     h            4     p            5
     x            l                                                                    \                                                   p                 28
                                  #
                                                                                     I
                                    "*
                 4                 H                 \                  p     (                 `                 h                 p                 x                                                                                                                  $                 8                 L                 `                 zE
                 t                                                                                                                                                           (                  <     (            P     0            d     8            x     @                 H                 P                 X                 `                 h                 p                 x                             ,                 @                 T                 h                 C
                 H
                 |                                                                                                                                                         0                  D                 X                 j2
                 l                       (                 0                 8            *
     @                 H                 P                 X                 `                 h                  p            4     x            H                 \                 p                                                                                                                                                         $                 8                 L                 `                 t                                                                                                             (                  0                 8            (     @                 H            X     P            <     X            @
     `            P     h            d     p            (
     x            ;
                 x                                                                                                                                                         ,                 @                 T                 J
                 h                 |                                   :0
                                                                          (                 0                 8                 @            0     H            D     P            X     X            l     `                 h                 p                 x                                                                                                                   4                 H                 \                 p                                                                                                                                                          $                 X                 8                  L     (            `     0            t     8                 @                 H                 P                 X                 `                 h            T     p                  x                             (                 <                 P                 d                 x                                  @
                                                                                                                                        ,                 @                  T                 h                 |                                        (                 0                 8                 @                 H                 P                 X                 `            0     h            D     p            X     x            l                                                                                                                       $
                                                                     4                 H                 \                 p                                                                                                                              (                 0            $     8            d     @            8     H            L     P            `     X            t     `                 h                 p                 x                                                                                                  (                 <                 P                 d                 x                                                                                                                                                          ,                 @                 T                  h     (            |     0                 8                 @                 H                 P                 X                                                                                )                  4                 ?                 J                 U                  `     (            k     0            v     8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                   &                 1                 <                 G                 R                 ]                  h                 s                 ~                                        (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x            
                                  #                 .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                                                  (                 0            
     8                 h                  p            +     x            6                 A                 L                 W                 b                 m                 x                                                                                                                                                               `                 h                 p                 x                                                               (                 3                 >                 I                 T                 _                 j                 u                                                                                                                                                                (                 0                 8                 @                 H                 P                 X            %     `            0     h            ;     p            F     x            Q                 \                 g                 r                 }                                                                                                                                                                                                                                                                "                 -                  8     (            C     0            N     8            Y     @            d     H            o     P            z     X                 `                 h                 p                 x                                                                                                                                                                     &                 1                 <                 G                  R                 ]                 h                 s                  ~     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              
                                  #                 .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                (                 0                 8                 @            
     H                 P                  X            +     `            6     h            A     p            L     x            W                 b                 m                 x                                                                                                                                                                                                                                                                                 (                 3                  >     (            I     0            T     8            _     @            j     H            u     P                 X                 `                 h                 p                 x                                                                                                                                                                                      %                 0                 ;                 F                 Q                 \                 g                  r                 }                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             "                 -                 8                 C                 N                 Y                 d                 o                 z                                  
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                 h                 p                 x                                                                                                                                                    	                                                   *                 5                 @                 K                 V                 a                  l                 w                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              '                 2                 =                 H                 S                 ^                 i                 t                                                                                                                                                                                `                 h                 p                 x                                              $                 /                 :                 E                 P                 [                 f                 q                 |                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                    !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                             (                 0                 8                 @                 H                 P                 X                 `                 h                 p            )     x            4                 ?                 J                 U                 `                 k                 v                                                                                                                                                                                                                                                                      (            &     0            1     8            <     @            G     H            R     P            ]     X            h     `            s     h            ~     p                 x                                                                                                                                                                                                       
                                  #                 .                 9                 D                  O                 Z                 e                 p                  {     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 8                 @                 H            
     P                 X                  `            +     h            6     p            A     x            L                 W                 b                 m                 x                                                                                                                                                                                                                                                                     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 (                 3                 >                 I                 T                 _                 j                 u                                                                                                                              (                 0                 8                 @                 H                 P                 X                 `                 h            %     p            0     x            ;                 F                 Q                 \                 g                 r                 }                                                                                                                                                                                                                                                                 "     (            -     0            8     8            C     @            N     H            Y     P            d     X            o     `            z     h                 p                 x                                                                                                                                                                                      	                                                   *                 5                 @                 K     X            V     `            a     h            l     p            w     x                                                                                                                                                                                                                                                                           '                 2                  =                 H                 S                 ^                  i     (            t     0                 8                 @                 `                 h                 p                 x                                                                                                                                                                                                                        $                 /                 :                 E                 P                  [                 f                 q                 |                       (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                                                                                 (                 0                 8                 @                 H                 P                 X            )     `            4     h            ?     p            J     x            U                 `                 k                 v                                                                                                                                                         
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     P                 X                 `                 h                 p                 x                                              &                 1                 <                 G                 R                 ]                 h                 s                 ~                                                   
                 ~
                 
                 
                   
                  
                  
                  
                   ˾
     (             ־
     0                  8                  @                  H                  P                  `                  h                  p                  x                                                 
                                    #                  .                  9                  D                                    O                  Z                  e                  p                  {                                                                                                                                                  (                 0                 8                 @                 H            
     P                 X                  `            +     h            6     p            A     x            L                 W                 b                 m                 x                                                                                                                                                                                                                                                     (                 `            (     h            3     p            >     x            I                 T                 _                 j                 u                                                                                                                                                                                                                                                                                 %                  0     (            ;     0            F     8            Q     @            \     H            g     P            r     X            }     `                 h                 p                 x                                                                                                                                                                                                       "                 -                 8                 C                 N                 Y                  d                 o                 z                      `                 h                 p                 x                                                                                                                                                                                      	                                                      *                  5                  @                  K                   V                  a                  l                  w                         (                  0                  8                  @                  H                  P                  X                  `                  h                  p                  x                                                                                 '                 2                 =                 H                 S                 ^                 i                 t                                                                                                                                                                                 (                 0                 8                 @                 H                 P            $     X            /     `            :     h            E     p            P     x            [                 f                                  q                 |                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                                                                                                                              (                 0                 8                 @                 H                 P                 X                 `                 h                  p                 x                             !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                             	                 	                 	                 	                  	                 (	                 0	                 8	                 @	            )     H	            4     P	            ?     X	            J     `	            U     h	            `     p	            k     x	            v     	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	                 	            "     	            -     	            A      
            U     
            i     
            }     
                  
                 (
                 0
                 8
                 @
                 H
                 P
            /     X
            :     `
            E     h
            P     p
            [     x
            f     
            q     
            |     
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
                 
            (                  3                 >                 I                 T                  _     (            j     0            u     8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                  !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                                               (                 0                 8            	     @            	     H            ,	     P            @	     X            K	     `            V	     h            a	     p            l	     x            	                 	                 	                 	                 	                 	                 	                 	                 
                 
                 
                 &
                 1
                 <
                 G
                 R
                 ]
      
            h
     
            s
     
            ~
     
            
      
            
     (
            
     0
            
     8
            
     @
            
     H
            
     P
            
     X
                 `
            "     h
            6     p
            J     x
            ^     
            r     
                 
                 
                 
                 
                 
                 
                 
                  
                 
                 
            !     
            ,     
            7     
            B     
            M                  X                 c                 n                 y                       (                 0                 8                 @                 H                 P                 X                 p                 x                                                               
                 
                 
                 )
                 4
                 ?
                 J
                 U
                  `
     (            t
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x            
                 
                 
                                                    +                 6                 A                 L                 W                 b                 m                 x                                                                                                                                                                (                 0            0     8            D     @            X     H            l     P                 X                 `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                                       `                 h                 p                 x                                                                                                                   !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                              (                 0                 8                 @                 H                 P                 X                 `                 h            )     p            4     x            ?                 J                 U                 `                 k                 v                                  v                                  v                                                                    <"
                 <"
                 <"
                                                                                                             (                 0                 8                 @                 H                 P                 X                 `                 h            $     p            /     x            :                 E                 P                 [                 f                 q                 |                                                                                                                                                                                                                                                                  v     (                 0            v     8                 @            !     H            ,     P            7     X            B     `            M     h            X     p            c     x            n                 y                                                                                                                                                                                                                                                                                 )                 4                 ?                 J                  U     (            `     0            k     8            v     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                                    &                 1                 <                 G                 R                 ]                 h                 s                 ~                                                                                            (                 0                 8                 @                 H                 P                 X                 `            
     h                 p            #     x            .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                                                                                                              
     `                 h                  p            +     x            6                 A                 L                 W                 b                 m                 x                                                                                                                                                                                                                                                                      (            (     0            3     8            >     @            I     H            T     P            _     X            j     `            u     h                 p                 x                                                                                                                                                                                                                                         %                 0                 ;                 F                  Q                 \                 g                 r                  }     (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                "                 -                 8                 C                 N                 Y                 d                 o                 z                                                                                                                                                                (                 0                 8                 @            	     H                 P                 X            *     `            5     h            @     p            K     x            V                 a                 l                 w                                                                                                                                                                                                                                                                                 '                 2                  =     (            H     0            S     8            ^     @            i     H            t     P                 X                 `                 h                 p                 x                                                                                                                                                                                      $                 /                 :                 E                 P                 [                 f                  q                 |                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                  p                 x                             !                 ,                 7                 B                 M                 X                 c                 n                 y                                                                                                                                                                                                                   (                 0                 8                 @            )     H            4     P            ?     X            J     `            U     h            `     p            k     x            v                                                                                                                                                                                                                                                                                   &                   1                  <                  G                  R                   ]      (            h      0            s      8            ~      @                  H                  P                  X                  `                  h                  p                  x                                                                                    !                 
!                 !                 #!                 .!                 9!                 D!                 O!                 Z!                 e!                 p!                 {!                 !                   !                  !                  !                  !                   !     (             !     0             !     8             !     @             !     H             !     P             !     X             
"     `             "     h              "     p             +"     x             6"                  A"                  L"                  W"                  b"                  m"                  x"                  "                  "                  "                  "                  "                  "                  "                  "                  "                  "      !            "     !            "     !            #     !            #      !            #     (!            (#     0!            3#     8!            >#     @!            I#     H!            T#     P!            _#     X!            j#     `!            u#     h!            #     p!            #     x!            #     !            #     !            #     !            #     !            #     !            #     !            #     !            #     !            #     !            #     !            $     !            $     !            $     !            %$     !            0$     !            ;$     !            F$      "            Q$     "            \$     "            g$     "            r$      "            }$     ("            $     0"            $     8"            $     @"            $     H"            $     P"            $     X"            $     `"            $     h"            $     p"            $     x"            $     "            %     "            %     "            %     "            "%     "            -%     "            8%     "            C%     "            N%     "            Y%     "            d%     "            o%     "            z%     "            %     "            %     "            %     "            %      #            %     #            %     #            %     #            %      #            %     (#            %     0#            %     8#            %     @#            	&     H#            &     P#            &     X#            *&     `#            5&     h#            @&     p#            K&     x#            V&     #            a&     #            l&     #            w&     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            &     #            '      $            '     $            '     $            ''     $            2'      $            ='     ($            H'     0$            S'     8$            ^'     @$            i'     H$            t'     P$            '     X$            '     `$            '     h$            '     p$            '     x$            '     $            '     $            '     $            '     $            '     $            '     $            '     $            (     $            (     $            (     $            $(     $            /(     $            :(     $            E(      %            P(     %            [(     %            f(     %            q(      %            |(     (%            (     0%            (     8%            (     @%            (     H%            (     P%            (     X%            (     `%            (     h%            (     p%            (     x%            (     %             )     %            )     %            )     %            !)     %            ,)     %            7)     %            B)     %            M)     %            X)     %            c)     %            n)     %            y)     %            )     %            )     %            )     %            )      &            )     &            )     &            )     &            )      &            )     (&            )     0&            )     8&            )     @&            *     H&            *     P&            *     X&            )*     `&            4*     h&            ?*     p&            J*     x&            U*     &            `*     &            k*     &            v*     &            *     &            *     &            *     &            *      '            *     '            *     '            *     '            *      '            *     ('            *     0'            *     8'            *     @'            +     H'            +     P'            +     X'            &+     `'            1+     h'            <+     p'            G+     x'            R+     '            ]+     '            h+     '            s+     '            ~+     '            +     '            +     '            +     '            +     '            +     '            +     '            +     '            +     '            +     '            +     '            +     '            ,      (            
,     (            ,     (            #,     (            .,      (            9,     ((            D,     0(            O,     8(            Z,     @(            e,     H(            p,     P(            {,     X(            ,     `(            ,     h(            ,     p(            ,     x(            ,     (            ,     (            ,     (            ,     (            ,     (            ,     (            ,     (            ,     (            
-     (            -     (             -     (            +-     (            6-     (            A-     (            L-     (            W-     (            b-      )            m-     )            x-     )            -     )            -      )            -     ()            -     0)            -     8)            -     @)            -     H)            -     P)            -     X)            -     `)            -     h)            -     p)            .     x)            .     )            .     )            (.     )            3.     )            >.     )            I.     )            T.     )            _.     )            j.     )            u.     )            .     )            .     )            .     )            .     )            .     )            .     )            .      *            .     *            .     *            .     *            .      *            .     (*            /     0*            /     8*            /     @*            %/     H*            0/     P*            ;/     X*            F/     `*            Q/     h*            \/     p*            g/     x*            r/     *            }/     *            /     *            /     *            /     *            /     *            /     *            /     *            /     *            /     *            /     *            /     *            /     *            0     *            0     *            0     *            "0      +            -0     +            80     +            C0     +            N0      +            Y0     (+            d0     0+            o0     8+            z0     @+            0     H+            0     P+            0     X+            0     `+            0     h+            0     p+            0     x+            0     +            0     +            0     +            0     +            0     +            	1     +            1     +            1     +            *1     +            51     +            @1     +            K1     +            V1     +            a1     +            l1     +            w1     +            1      ,            1     ,            1     ,            1     ,            1      ,            1     (,            1     0,            1     8,            1     @,            1     H,            1     P,            1     X,            2     `,            2     h,            2     p,            '2     x,            22     ,            =2     ,            H2     ,            S2     ,            ^2     ,            i2     ,            t2     ,            2     ,            2     ,            2     ,            2     ,            2     ,            2     ,            2     ,            2     ,            2     ,            2      -            2     -            2     -            3     -            3      -            3     (-            $3     0-            /3     8-            :3     @-            E3     H-            P3     P-            [3     X-            f3     `-            q3     h-            |3     p-            3     x-            3     -            3     -            3     -            3     -            3     -            3     -            3     -            3     -            3     -            3     -             4     -            4     -            4     -            !4     -            ,4     -            74     -            B4      .            M4     .            X4     .            c4     .            n4      .            y4     (.            4     0.            4     8.            4     @.            4     H.            4     P.            4     X.            4     `.            4     h.            4     p.            4     x.            4     .            4     .            5     .            5     .            5     .            )5     .            45     .            ?5     .            J5     .            U5     .            `5     .            k5     .            v5     .            5     .            5     .            5     .            5      /            5     /            5     /            5     /            5      /            5     (/            5     0/            5     8/            5     @/            6     H/            6     P/            6     X/            &6     `/            16     h/            <6     p/            G6     x/            R6     /            ]6     /            h6     /            s6     /            ~6     /            6     /            6     /            6     /            6     /            6     /            6     /            6     /            6     /            6     /            6     /            6     /            7      0            
7     0            7     0            #7     0            .7      0            97     (0            D7     00            O7     80            Z7     @0            e7     H0            p7     P0            {7     X0            7     `0            7     h0            7     p0            7     x0            7     0            7     0            7     0            7     0            7     0            7     0            7     0            7     0            
8     0            8     0             8     0            +8     0            68     0            A8     0            L8     0            W8     0            b8      1            m8     1            x8     1            8     1            8      1            8     (1            8     01            8     81            8     @1            8     H1            8     P1            8     X1            8     `1            8     h1            8     p1            9     x1            9     1            9     1            (9     1            39     1            >9     1            I9     1            T9     1            _9     1            j9     1            u9     1            9     1            9     1            9     1            9     1            9     1            9     1            9      2            9     2            9     2            9     2            9      2            9     (2            :     02            :     82            :     @2            %:     H2            0:     P2            ;:     X2            F:     `2            Q:     h2            \:     p2            g:     x2            r:     2            }:     2            :     2            :     2            :     2            :     2            :     2            :     2            :     2            :     2            :     2            :     2            :     2            ;     2            ;     2            ;     2            ";      3            -;     3            8;     3            C;     3            N;      3            Y;     (3            d;     03            o;     83            z;     @3            ;     H3            ;     P3            ;     X3            ;     `3            ;     h3            ;     p3            ;     x3            ;     3            ;     3            ;     3            ;     3            ;     3            	<     3            <     3            <     3            *<     3            5<     3            @<     3            K<     3            V<     3            a<     3            l<     3            w<     3            <      4            <     4            <     4            <     4            <      4            <     (4            <     04            <     84            <     @4            <     H4            <     P4            <     X4            =     `4            =     h4            =     p4            '=     x4            2=     4            ==     4            H=     4            S=     4            ^=     4            i=     4            t=     4            =     4            =     4            =     4            =     4            =     4            =     4            =     4            =     4            =     4            =      5            =     5            =     5            >     5            >      5            >     (5            $>     05            />     85            :>     @5            E>     H5            P>     P5            [>     X5            f>     `5            q>     h5            |>     p5            >     x5            >     5            >     5            >     5            >     5            >     5            >     5            >     5            >     5            >     5            >     5             ?     5            ?     5            ?     5            !?     5            ,?     5            7?     5            B?      6            M?     6            X?     6            c?     6            n?      6            y?     (6            ?     06            ?     86            ?     @6            ?     H6            ?     P6            ?     X6            ?     `6            ?     h6            ?     p6            ?     x6            ?     6            ?     6            @     6            @     6            @     6            )@     6            4@     6            ?@     6            J@     6            U@     6            `@     6            k@     6            v@     6            @     6            @     6            @     6            @      7            @     7            @     7            @     7            @      7            @     (7            @     07            @     87            @     @7            A     H7            A     P7            A     X7            &A     `7            1A     h7            <A     p7            GA     x7            RA     7            ]A     7            hA     7            sA     7            ~A     7            A     7            A     7            A     7            A     7            A     7            A     7            A     7            A     7            A     7            A     7            A     7            B      8            
B     8            B     8            #B     8            .B      8            9B     (8            DB     08            OB     88            ZB     @8            eB     H8            pB     P8            {B     X8            B     `8            B     h8            B     p8            B     x8            B     8            B     8            B     8            B     8            B     8            B     8            B     8            B     8            
C     8            C     8             C     8            +C     8            6C     8            AC     8            LC     8            WC     8            bC      9            mC     9            xC     9            C     9            C      9            C     (9            C     09            C     89            C     @9            C     H9            C     P9            C     X9            C     `9            C     h9            C     p9            D     x9            D     9            D     9            (D     9            3D     9            >D     9            ID     9            TD     9            _D     9            jD     9            uD     9            D     9            D     9            D     9            D     9            D     9            D     9            D      :            D     :            D     :            D     :            D      :            D     (:            E     0:            E     8:            E     @:            %E     H:            0E     P:            ;E     X:            FE     `:            QE     h:            \E     p:            gE     x:            rE     :            }E     :            E     :            E     :            E     :            E     :            E     :            E     :            E     :            E     :            E     :            E     :            E     :            F     :            F     :            F     :            "F      ;            -F     ;            8F     ;            CF     ;            NF      ;            YF     (;            dF     0;            oF     8;            zF     @;            F     H;            F     P;            F     X;            F     `;            F     h;            F     p;            F     x;            F     ;            F     ;            F     ;            F     ;            F     ;            	G     ;            G     ;            G     ;            *G     ;            5G     ;            @G     ;            KG     ;            VG     ;            aG     ;            lG     ;            wG     ;            G      <            G     <            G     <            G     <            G      <            G     (<            G     0<            G     8<            G     @<            G     H<            G     P<            G     X<            H     `<            H     h<            H     p<            'H     x<            2H     <            =H     <            HH     <            SH     <            ^H     <            iH     <            tH     <            H     <            H     <            H     <            H     <            H     <            H     <            H     <            H     <            H     <            H      =            H     =            H     =            I     =            I      =            I     (=            $I     0=            /I     8=            :I     @=            EI     H=            PI     P=            [I     X=            fI     `=            qI     h=            |I     p=            I     x=            I     =            I     =            I     =            I     =            I     =            I     =            I     =            I     =            I     =            I     =             J     =            J     =            J     =            !J     =            ,J     =            7J     =            BJ      >            MJ     >            XJ     >            cJ     >            nJ      >            yJ     (>            J     0>            J     8>            J     @>            J     H>            J     P>            J     X>            J     `>            J     h>            J     p>            J     x>            J     >            J     >            K     >            K     >            K     >            )K     >            4K     >            ?K     >            JK     >            UK     >            `K     >            kK     >            vK     >            K     >            K     >            K     >            K      ?            K     ?            K     ?            K     ?            K      ?            K     (?            K     0?            K     8?            K     @?            L     H?            L     P?            L     X?            &L     `?            1L     h?            <L     p?            GL     x?            RL     ?            ]L     ?            hL     ?            sL     ?            ~L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            L     ?            M      @            
M     @            M     @            #M     @            .M      @            9M     (@            DM     0@            OM     8@            ZM     @@            eM     H@            pM     P@            {M     X@            M     `@            M     h@            M     p@            M     x@            M     @            M     @            M     @            M     @            M     @            M     @            M     @            M     @            
N     @            N     @             N     @            +N     @            6N     @            AN     @            LN     @            WN     @            bN      A            mN     A            xN     A            N     A            N      A            N     (A            N     0A            N     8A            N     @A            N     HA            N     PA            N     XA            N     `A            N     hA            N     pA            O     xA            O     A            O     A            (O     A            3O     A            >O     A            IO     A            TO     A            _O     A            jO     A            uO     A            O     A            O     A            O     A            O     A            O     A            O     A            O      B            O     B            O     B            O     B            O      B            O     (B            P     0B            P     8B            P     @B            %P     HB            0P     PB            ;P     XB            FP     `B            QP     hB            \P     pB            gP     xB            rP     B            }P     B            P     B            P     B            P     B            P     B            P     B            P     B            P     B            P     B            P     B            P     B            P     B            Q     B            Q     B            Q     B            "Q      C            -Q     C            8Q     C            CQ     C            NQ      C            YQ     (C            dQ     0C            oQ     8C            zQ     @C            Q     HC            Q     PC            Q     XC            Q     `C            Q     hC            Q     pC            Q     xC            Q     C            Q     C            Q     C            Q     C            Q     C            	R     C            R     C            R     C            *R     C            5R     C            @R     C            KR     C            VR     C            aR     C            lR     C            wR     C            R      D            R     D            R     D            R     D            R      D            R     (D            R     0D            R     8D            R     @D            R     HD            R     PD            R     XD            S     `D            S     hD            S     pD            'S     xD            2S     D            =S     D            HS     D            SS     D            ^S     D            iS     D            tS     D            S     D            S     D            S     D            S     D            S     D            S     D            S     D            S     D            S     D            S      E            S     E            S     E            T     E            T      E            T     (E            $T     0E            /T     8E            :T     @E            ET     HE            PT     PE            [T     XE            fT     `E            qT     hE            |T     pE            T     xE            T     E            T     E            T     E            T     E            T     E            T     E            T     E            T     E            T     E            T     E             U     E            U     E            U     E            !U     E            ,U     E            7U     E            BU      F            MU     F            XU     F            cU     F            nU      F            yU     (F            U     0F            U     8F            U     @F            U     HF            U     PF            U     XF            U     `F            U     hF            U     pF            U     xF            U     F            U     F            V     F            V     F            V     F            )V     F            4V     F            ?V     F            JV     F            UV     F            `V     F            kV     F            vV     F            V     F            V     F            V     F            V      G            V     G            V     G            V     G            V      G            V     (G            V     0G            V     8G            V     @G            W     HG            W     PG            W     XG            &W     `G            1W     hG            <W     pG            GW     xG            RW     G            ]W     G            hW     G            sW     G            ~W     G            W     G            W     G            W     G            W     G            W     G            W     G            W     G            W     G            W     G            W     G            W     G            X      H            
X     H            X     H            #X     H            .X      H            9X     (H            DX     0H            OX     8H            ZX     @H            eX     HH            pX     PH            {X     XH            X     `N            X     hN            X     pN            X     xN            X     N            X     N            X     N            X     N            X     N            X     N            X     N            X     N            
Y     N            Y     N             Y     N            +Y     N            6Y     N            AY     N            LY     N            WY     N            bY      O            mY     O            xY     O            Y     O            Y      O            Y     (O            Y     0O            Y     8O            Y     @O            Y     HO            Y     PO            Y     XO            Y     `O            Y     hO            Y     pO            Z     xO            Z     O            Z     O            (Z     O            3Z     O            >Z     O            IZ     O            TZ     O            _Z     O            jZ     O            uZ     O            Z     O            Z     O            Z     O            Z     O            Z     O            Z     O            Z      P            Z     P            Z     P            Z     P            Z      P            Z     (P            [     0P            [     8P            [     @P            %[     HP            0[     PP            ;[     XP            F[     `P            X[     hP            [     pP            [     xP            [     P             \     P            /\     P            L\     P            p\     P            \     P            \     P            \     P            ]     P            (]     P            P]     P            x]     P            ]     P            ]     P            ]     P            ^     P            @^      Q            x^     Q            ^     Q            ^     Q             _      Q            0_     (Q            X_     0Q            _     8Q            _     @Q            _     HQ            `     PQ            (`     XQ            P`     `Q            x`     hQ            `     pQ            `     xQ            `     Q            a     Q            >a     Q            [a     Q            xa     Q            a     Q            a     Q            a     Q            a     Q            b     Q            @b     Q            pb     Q            b     Q            b     Q            b     Q            c     Q            @c      R            hc     R            c     R            c     R            c      R            d     (R            6d     0R            Xd     8R            d     @R            d     HR            d     PR            e     XR            .e     `R            He     hR            we     pR            e     xR            e     R            e     R            e     R            f     R            8f     R            hf     R            f     R            f     R            f     R             g     R            0g     R            Xg     R            ~g     R            g     R            g     R            g     R            g      S             h     S            Oh     S            hh     S            h      S            h     (S            h     0S            h     8S            i     @S            1i     HS            Ni     PS            ki     XS            i     `S            i     hS            i     pS            i     xS            j     S            0j     S            Xj     S            j     S            j     S            j     S            j     S             k     S            Hk     S            pk     S            k     S            k     S            k     S            l     S            6l     S            Sl     S            gl      T            {l     T            l     T            l     T            l      T            l     (T            l     0T            m     8T            (m     @T            Pm     HT            xm     PT            m     XT            m     `T            n     hT            &n     pT            :n     xT            Nn     T            bn     T            vn     T            n     T            n     T            n     T            n     T            n     T            
o     T            o     T            2o     T            Fo     T            Zo     T            no     T            o     T            o     T            o      U            o     U            o     U            
p     U            p      U            2p     (U            Fp     0U            Zp     8U            np     @U            p     HU            p     PU            p     XU            p     `U            p     hU            p     pU            q     xU            )q     U            Fq     U            cq     U            wq     U            q     U            q     U            q     U            q     U            r     U            ,r     U            Ir     U            hr     U            r     U            r     U            r     U            r     U            s      V             s     V            4s     V            Hs     V            \s      V            ps     (V            
     0V            s     8V            s     @V            s     HV            s     PV            s     XV            s     `V            s     hV            t     pV            (t     xV            Nt     V            bt     V            vt     V            t     V            t     V            t     V            t     V            t     V            u     V            #u     V            7u     V            Ku     V            _u     V            su     V            u     V            u     V            u      W            u     W            u     W            u     W            v      W            0v     (W            Vv     0W            sv     8W            v     @W            v     HW            v     PW            v     XW            v     `W            v     hW            w     pW            7w     xW            Tw     W            qw     W            w     W            w     W            w     W            w     W            x     W            0x     W            Xx     W            x     W            x     W            x     W            x     W             y     W            Hy     W            py     W            y      X            y     X            y     X            z     X            8z      X            `z     (X            z     0X            z     8X            z     @X             {     HX            ({     PX            P{     XX            v{     `X            {     hX            {     pX            {     xX            {     X            |     X            $|     X            A|     X            ^|     X            {|     X            |     X            |     X            |     X            |     X            }     X            0}     X            X}     X            }     X            }     X            }     X            }      Y             ~     Y            H~     Y            p~     Y            ~      Y            ~     (Y            ~     0Y                 8Y            8     @Y            `     HY                 PY                 `Y                 hY            0     pY            X     xY                 Y                 Y            Ѐ     Y                 Y                  Y            H     Y            p     Y                 Y                 Y                 Y                 Y            8     Y            `     Y                 Y                 Y            ؂     Y                   Z            (     Z            P     Z            x     Z                  Z            ȃ     (Z                 0Z                 8Z            @     @Z            h     HZ                 PZ                 XZ                 `Z                 hZ            0     pZ            X     xZ                 Z                 Z                 Z            ΅     Z                 Z                 Z            
     Z                 Z            2     Z            F     Z            Z     Z            n     Z                 Z                 Z                 Z            ǆ     Z            ۆ      [                 [                 [                 [            +      [            ?     ([            S     0[                 8[            g     @[            {     H[                 P[                 X[                 `[            ˇ     h[            և     p[                 x[                 [                 [                 [            
     [                 [            #     [            .     [            9     [            D     [            O     [            Z     [            e     [            y     [                 [                 [                 [            Ɉ      \            ݈     \                 \                 \                  \            -     (\            A     0\            U     8\            i     @\                 H\                 P\            ։     X\                 `\                 h\            	     p\                 x\            1     \            E     \            Y     \            m     \                 \                 \                 \                 \            ъ     \                 \                 \            
     \            !     \            5     \            I     \            ]     \            q      ]                 ]                 ]                 ]                  ]            Ջ     (]                 0]                 8]                 @]            %     H]            9     P]            M     X]            a     `]            u     h]                 p]                 x]                 ]            Ō     ]            ٌ     ]                 ]                 ]                 ]            )     ]            =     ]            Q     ]            e     ]            y     ]                 ]                 ]                 ]            ɍ     ]            ݍ     ]                  ^                 ^            2     ^                 ^            -      ^            A     (^            U     0^            i     8^            }     @^                 H^                 P^                 X^            F     `^            ͎     h^                 p^                 x^            $     ^            A     ^            ^     ^            {     ^                 ^                 ^            ؏     ^                  ^            (     ^            N     ^            b     ^                 ^                 ^                 ^                 ^            Ɛ     ^            ѐ      _            ܐ     _                 _                 _                  _                 (_                 0_                 8_            )     @_            4     H_            ?     P_            J     X_            U     `_            `     h_            k     p_            v     x_                 _                 _                 _                 _                 _                 _            Ñ     _            Α     _            ّ     _                 _                 _                 _                 _                 _                 _            &     _            1      `            <     `            G     `            R     `            ]      `            h     (`            s     0`            ~     8`                 @`                 H`                 P`                 X`                 `            ޒ     `                 `                 `                 `            
     `                 `                  `            +     `            6     `            A     `            L     `            W     `            b     `            m     `            x      a                 a                 a                 a                  a                 (a                 0a            œ     8a            Г     @a            ۓ     Ha                 Pa                 Xa                 `a                 ha                 pa                 xa            (     a            3     a            >     a            I     a            T     a            _     a            j     a            u     a                 a                 a                 a                 a                 a                 a                 a            ͔      b            ؔ     b                 b                 b                  b                 (b                 0b                 8b            %     @b            0     Hb            ;     Pb            F     Xb            Q     `b            \     hb            g     pb            r     xb            }     b                 b                 b                 b                 b                 b                 b            ʕ     b            Օ     b                 b                 b                 b                 b                 b                 b            "     b            -      c            8     c            C     c            N     c            Y      c            d     (c            o     0c            z     8c                 @c                 Hc                 Pc                 Xc                 `c                 hc            ǖ     pc            Җ     xc            ݖ     c                 c                 c                 c            	     c                 c                 c            *     c            5     c            @     c            K     c            V     c            a     c            l     c            w     c                 c                  d                 d                 d                 d                  d            ė     (d            ϗ     0d            ڗ     8d                 @d                 Hd                 Pd                 Xd                 `d                 hd            '     pd            2     xd            =     d            H     d            S     d            ^     d            i     d            t     d                 d                 d                 d                 d                 d                 d                 d            ̘     d            ט     d                  e                 e                 e            '     e            ;      e            O     (e            c     0e            w     8e                 @e                 He                 Pe            Ǚ     Xe            ۙ     `e                 he                 pe                 xe            +     e            ?     e            J     e            ^     e            i     e            }     e                 e                 e                 e            ͚     e            ؚ     e                 e                 e                 e                 e            !     e            ,      f            @     f            K     f            V     f            a      f            l     (f            w     0f                 8f                 @f                 Hf                 Pf                 Xf                 `f            ě     hf            ϛ     pf            ڛ     xf                 f                 f                 f                 f                 f                 f            '     f            2     f            =     f            H     f            S     f            ^     f            i     f            t     f                 f                 f                  g                 g                 g                 g                  g            ̜     (g            ל     0g                 8g                 @g                 Hg                 Pg                 Xg                 `g            $     hg            /     pg            :     xg            E     g            P     g            [     g            f     g            q      h            |     h                 h                 h                  h                 (h                 0h                 8h            ɝ     @h            ԝ     Hh            ߝ     Ph                 Xh                 `h                  hh                 ph                 xh            !     h            ,     h            7     h            B     h            
     h            V     h            a     h            l     h            w     h                 h                 h                 h                 h                 h                 h            Ğ     h            Ϟ      i            ڞ     i                 i                 i                  i                 (i                 0i                 8i            '     @i            2     Hi            =     Pi            H     Xi            S     `i            ^     hi            ~
     pi            
     xi            
     i            
     i            
     i            
     i            
     i            ˾
     i            ־
     i            i     i            t     i                 i                 i                 i                 i                 i                 i                 i            ՟      j                 j                 j                 j            
      j                 (j            )     0j            =     8j            Q     @j            \     Hj            p     Pj            {     Xj                 hj                 pj                 xj                 j                 j                 j            Ƞ     j            Ӡ     j            ޠ     j                 j                 j                 j            
     j                 j            )     j            =     j            H     j            \     j            g     j            {      k                 k                 k                 k                  k            ġ     (k            ء     0k                 8k                 @k                 Hk                 Pk            !     Xk            5     `k            @     hk            T     pk            _     xk            s     k            ~     k                 k                 k                 k                 k            Ǣ     k            ۢ     k                 k                 k                 k                 k                 k                 k            1     k            E     k            P      l            d     l            x     l                 l                  l                 (l                 0l            ʣ     8l            ޣ     @l                 Hl                 Pl                 Xl                 `l            '     hl            2     pl            =     xl            H     l            S     l            ^     l            i     l            t     l                 l                 l                 l                 l                 l                 l                 l            ̤     l            פ     l                 l                 l                  m                 m                 m            "     (m            -     0m            8     8m            C     @m            N     Hm            Y     Pm            d     Xm            x     `m                 hm                 pm                 xm                 m                 m            å     m            Υ     m            ٥     m                 m                 m                 m                 m                 m            $     m            /     m            C     m            N     m            b     m            m     m                  n                 n                 n                 n                  n            ʦ     (n            ަ     0n                 8n                 @n                 Hn                 Pn            '     Xn            ;     `n            F     hn            Z     pn            e     xn            y     n                 n                 n                 n                 n            §     n            ͧ     n                 n                 n                 n                 n            
     n                 n            #     n            7     n            K     n            V      o            j     o            ~     o                 o                  o                 (o                 0o            Ш     8o                 @o                 Ho                 Po                 Xo            "     `o            -     ho            8     po            C     xo            N     o            Y     o            d     o            o     o            z     o                 o                 o                 o                 o                 o                 o            ǩ     o            ҩ     o            ݩ     o                 o                 o                  p            	     p                 p            (     p            3      p            G     (p            [     0p            o     8p                 @p                 Hp                 Pp                 Xp                 `p            ̪     hp                 pp                 xp                 p                 p            0     p            D     p            X     p            l     p                 p                 p                 p                 p            Ы     p                 p                 p                 p                  p            4     p            H      q            \     q            p     q                 q                  q                 (q                 0q                 8q            Ԭ     @q                 Hq                 Pq                 Xq            $     `q            8     hq            L     pq            `     xq            t     q                 q                 q                 q            ĭ     q            ح     q                 q                  q                 q            (     q            <     q            P     q            d     q            x     q                 q                 q                  r            Ȯ     r            ܮ     r                 r                  r                 (r            ,     0r            @     8r            T     @r            h     Hr            |     Pr                 Xr                 `r                 hr            ̯     pr                 xr                 r                 r                 r            0     r            D     r            X     r            l     r                 r                 r                 r                 r            а     r                 r                 r                 r                  r            4      s            H     s            \     s            p     s                  s                 (s                 0s                 8s            Ա     @s                 Hs                 Ps                 Xs            $     `s            8     hs            L     ps            `     xs            t     s                 s                 s                 s            Ĳ     s            ز     s                 s                  s                 s            (     s            <     s            P     s            d     s            x     s                 s                 s                  t            ȳ     t            ܳ     t                 t                  t                 (t            ,     0t            @     8t            T     @t            h     Ht            |     Pt                 Xt                 `t                 ht            ̴     pt                 xt                 t                 t                 t            0     t            D     t            X     t            l     t                 t                 t                 t                 t            е     t                 t                 t                 t                  t            4      u            H     u            \     u            p     u                  u                 (u                 0u                 8u            Զ     @u                 Hu                 Pu                 Xu            $     `u            8     hu            L     pu            `     xu            t     u                 u                 u                 u            ķ     u            ط     u                 u                  u                 u            (     u            <     u            P     u            d     u            x     u                 u                 u                  v            ȸ     v            ܸ     v                 v                  v                 (v            ,     0v            @     8v            T     @v            h     Hv            |     Pv                 Xv                 `v                 hv            ̹     pv                 xv                 v                 v                 v            0     v            D     v            X     v            l     v                 v                 v                 v                 v            к     v                 v                 v                 v                  v            4      w            H     w            \     w            p     w            {     w                 w                  x                 x                 x                 x                  x            Ȼ     (x            ӻ     0x            ޻     8x                 `x                 hx                 px            
     xx                 x                  x            +     x            6     x            A     x            L     x            W     x            b     x            m     x            x     x                 x                 x                 x                 x                 x                 x            ż      y            м     y            ۼ     y                 y                  y                 (y                 0y                 8y                 @y            (     Hy            3     Py            >     Xy            I     `y            T     hy            _     py            j     xy            u     y                 y                 y                 y                 y                 y                 y            ½     y            ͽ     y            ؽ     y                 y                 y                 y                 y                 y                 y            %      z            0     z            ;     z            F     z            Q      z            \     (z            g     0z            r     8z            }     @z                 Hz                 Pz                 Xz                 `z                 hz                 pz            ʾ     xz            վ     z                 z                 z                 z                 z                 z                 z            "     z            -     z            8     z            C     z            N     z            Y     z            d     z            o     z            z     `|                 h|                 p|                 x|            ӿ     |                 |                 |                 |            5     |            R     |            o     |                 |                 |                 |                 |                 |                 |                  |            (     |            E     |                  }            Y     }            m     }                 }                  }                 (}                 8}                 @}                 H}                 P}            1     X}            N     `}            b     h}            v     p}                 x}                 }                 }                 }                 }                 }                 }            (     }            E     }            b     }                 }                 }                 }                 }                 }                 }            	     }                  ~            :     ~            W     ~            t     ~                  ~                 (~                 0~                 8~                 @~                 H~            $     P~            A     X~            U     `~            r     h~                 p~                 x~                 ~                 ~                 ~            4     ~                 ~                 ~            $     ~            8     ~            U     ~            i     ~            }     ~                 ~                 ~                 ~            ķ     ~                 ~                                               $                 A                 U                  r     (                 0                 8                 @                 H                 P                 X                 `                 h                 p            8     x            L                 i                                                                                                                                        $                 8                 U                 i                                                                         `                 h                 p                 x            	                                                   *                 5                 @                 K                 V                 a                 l     Ȁ            w     Ѐ                 ؀                                                                                                                                                                            (                 0                 8                 @                 H            '     P            2     X            =     `            H     h            S     p            ^     x            i                 t                                       ȁ                                                                                                                                                                            (                 0                 8                 @            $     H            /     P            :     X            E     `            P     h            [     p            f     x            q                 |                                                                                                                                             Ȃ                 Ђ                 ؂                                                                                 !                  ,                 7                 B                 M                  X     (            c     0            n     8            y     @                 H                 P                 X                 `                 h                 p                 x                                                                                     ؃                                  X            <"
     `                 h            )     p            4     x            ?                 J                 U                 `                 k                 v                                                                         Ȅ                 Є                 ؄                                                                                                                                         `                 h            &     p            1     x            <                 G                 R                 ]                 h                 s                 ~                                       ȅ                 Ѕ                                                                                                                                                           (            
     0                 8            #     @            .     H            9     P            D     `            O     h            Z     p            e     x            p                 {                                                                                                                            Ȇ                 І                                                                                
                                                     +                  6     (            A     0            L     8            W     @            b     H            m     P            x     `                 h                 p                 x                                                                                                                                                                          ȇ                 Ї                 ؇                             (                 3                 >                 I                  T                 _                 s                 ~                       (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             
                                  #                 .                 9                 D                 O                 Z                 e     Ȉ            p     Ј            {     ؈                                                                                                                                                                            (                 0                 8            
     @                 H                  P            +     X            6     `            A     h            L     p            W     x            b                 m                 x                                                                                                                            ȉ                 Љ                                                                                                                                    (                 3                  >     (            I     0            T     8            _     @            j     H            u     P                 X                 `                 h                 p                 x                                                                                                                                                                          Ȋ            %     Њ            0     ؊            ;                 F                 Q                 \                 g                  r                 }                                                         (                 0                 8                 @                 H                 P                 `                 h                 p                 x                                              "                 -                 8                 C                 N                 Y                 d                 o     ȋ            z     Ћ                 ؋                                                                                                                                                                            (                 0            	     8                 @                 H            ?
     P            *     X            5     `            @     h            K     p            V     x            a                 l                 w                                                                                                                            Ȍ                 Ќ                 ،                                                                                                                   '                 2                 =                  H     (            S     0            ^     8            i     @            t     H                 P                 X                 `                 h                 p                 x                                                                                                                                                                     $     ȍ            /     Ѝ            :     ؍            E                 P                 [                 f                 q                  |                                                                          (                 0                 8                 @                 H                 P                 X                 `                  h                 p                 x            !                 ,                 7                 B                 M                 X                 c                 n                 y                      Ȏ                 Ў                 ؎                                                                                                                                                                            (                 0                 8            )     @            4     H            ?     P            J     X            U     `            `     h            k     p            v     x                                                                                                                                                                          ȏ                 Џ                 ؏                                              "                 -                 8     (            C     0            N     8            Y     @            d     H            o     P            z     X                 `                 h                 p                 x                                                                                                                                                    	                      Ȑ                 А            *     ؐ            5                 @                 K                 V                 a                  l                 w                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              '                 2                 =                 H                 S                 ^                 i                 t     ȑ                 Б                 ؑ                                                                                                                                                                            (                 0                 8                 @            $     H            /     P            :     X            E     `            P     h            [     p            f     x            q                 |                                                                                                                                             Ȓ                 В                 ؒ                                                                                 !                  ,                 7                 B                 M                  X     (            c     0            n     8            y     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                                    )                 4     ȓ            ?     Г            J     ؓ            U                 `                 k                 v                                                                          (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             &                 1                 <                 G                 R                 ]                 h                 s                 ~     Ȕ                 Д                 ؔ                                                                                                                                                           (                 0            
     8                 @            #     H            .     P            9     X            D     `            O     h            Z     p            e     x            p                 {                                                                                                                                             ȕ                 Е                 ؕ                                              
                                                     +                 6                 A                 L                  W     (            b     0            m     8            x     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                                    (                 3     Ȗ            >     Ж            I     ؖ            T                 _                 j                 u                                                                                                             (                 0                 8                 @                 H                 P                 X                 `                 h                 p            %     x            0                 ;                 F                 Q                 \                 g                 r                 }                                       ȗ                 З                 ؗ                                                                                                                                                                            (            "     0            -     8            8     @            C     H            N     P            Y     X            d     `            o     h            z     p                 x                                                                                                                                                                          Ș                 И            )     ؘ            4                 ?                 J                 U                 `                  k                 v                                                         (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                              &                 1                 <                 G                 R                 ]                 h                 s     ș            ~     Й                 ؙ                                                                                                                                                                            (                 0            
     8                 @            #     H            .     P            9     X            D     `            O     h            Z     p            e     x            p                 {                                                                                                                                             Ț                 К                 ؚ                                              
                                                     +                 6                 A                 L                  W     (            b     0            m     8            x     @                 H                 P                 X                 `                 h                 p                 x                                                                                                                                                    (                 3     ț            >     Л            I     ؛            T                 _                 j                 u                                                                                                             (                 0                 8                 @                 H                 P            &     X            1     `            <     h            G     p            R     x            ]                 h                 s                 ~                                                                                                           Ȝ                 М                 ؜                                                                                
                                   #                 .                 9                  D     (            O     0            Z     8            e     @            p     H            {     P                 X                 `                 h                 p                 x                                                                                                                                   
                                        ȝ            +     Н            6     ؝            A                 L                 W                 b                 m                  x                                                                          (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             (                 3                 >                 I                 T                 _                 j                 u                      Ȟ                 О                 ؞                                                                                                                                                                            (                 0                 8            %     @            0     H            D     P            O     X            Z     `            e     h            p     p            {     x                                                                                                                                                                          ȟ                 П                 ؟            
                                                    +                 6                  A                 L                 W                 b                  m     (            x     0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                  (                 3                 >                 I     Ƞ            T     Р            _     ؠ            j                 u                                                                                                                                               (                 0                 8                 @                 H                 P                 X                 `            %     h            0     p            ;     x            F                 Q                 \                 g                 r                 }                                                                         ȡ                 С                 ء                                                                                                                                                     "                  -     (            8     0            C     8            N     @            Y     H            d     P            o     X            z     `                 h                 p                 x                                                                                                                                                                     	     Ȣ                 Т                 آ            *                 5                 @                 K                 V                  a                 l                 w                                        (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                               '                 2                 =                 H                 S                 ^                 i     ȣ            t     У                 أ                                                                                                                                                                            (                 0                 8                 @                 H            $     P            /     X            :     `            E     h            P     p            [     x            f                 q                 |                                                                                                                            Ȥ                 Ф                 ؤ                                                                                                   !                 ,                 7                 B                  M     (            X     0            c     8            n     @            y     H                 P                 X                 `                 h                 p                 x                                                                                                                                                                     )     ȥ            4     Х            ?     إ            J                 U                 `                 k                 v                                                                                            (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x            &                 1                 <                 G                 R                 ]                 h                 s                 ~                      Ȧ                 Ц                 ئ                                                                                                                                                                       
     (                 0            #     8            .     @            9     H            D     P            O     X            Z     `            e     h            p     p            {     x                                                                                                                                                                          ȧ                 Ч                 ا            
                                                    +                 6                  A                 L                 W                 b                  m     (            x     0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                  (                 3                 >                 I     Ȩ            T     Ш            _     ب            j                 u                                                                                                                                               (                 0                 8                 @                 H                  P                  X                  `            %      h            0      p            ;      x            F                  Q                  \                  g                  r                  }                                                                              ȩ                  Щ                  ة                                                                                                                                                          "                  -     (            8     0            C     8            N     @            Y     H            d     P            o     X            z     `                 h                 p                 x                                                                                                                                                                     	     Ȫ                 Ъ                 ت            *                 5                 @                 K                 V                  a                 l                 w                                        (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                                                               '                 2                 =                 H                 S                 ^                 i     ȫ            t     Ы                 ث                                                                                                                                                                            (                 0                 8                 @                 H            $     P            /     X            :     `            E     h            P     p            [     x            f                 q                 |                                                                                                                            Ȭ                 Ь                 ج                                                                                                   !                 ,                 7                 B                  M     (            X     0            c     8            n     @            y     H                 P                 X                 `                 h                 p                 x                                                                                                                                                                     )     ȭ            4     Э            ?     ح            J                 U                 `                 k                 v                                                                                            (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x            &                 1                 <                 G                 R                 ]                 h                 s                 ~                      Ȯ                 Ю                 خ                                                                                                                                                                       
     (                 0            #     8            .     @            9     H            D     P            O     X            Z     `            e     h            p     p            {     x                                                                                                                                                                          ȯ                 Я                 د            
	                 	                  	                 +	                 6	                  A	                 L	                 W	                 b	                  m	     (            x	     0            	     8            	     @            	     H            	     P            	     X            	     `            	     h            	     p            	     x            	                 	                 	                 
                 
                 
                 (
                 3
                 >
                 I
     Ȱ            T
     а            _
     ذ            j
                 u
                 
                 
                 
                  
                 
                 
                 
                  
     (            
     0            
     8            
     @            
     H                 P                 X                 `            %     h            0     p            ;     x            F                 Q                 \                 g                 r                 }                                                                         ȱ                 б                 ر                                                                                                                                                     "                  -     (            8     0            C     8            N     @            Y     H            d     P            o     X            z     `                 h                 p                 x                                                                                                                                                                     	
     Ȳ            
     в            
     ز            *
                 5
                 @
                 K
                 V
                  a
                 l
                 w
                 
                  
     (            
     0            
     8            
     @            
     H            
     P            
     X            
     `            
     h            
     p            
     x                                                               '                 2                 =                 H                 S                 ^                 i     ȳ            t     г                 س                                                                                                                                                                            (                 0                 8                 @                 H            $     P            /     X                 `                 h                 p                 x                                                                                $                 /                                                                         ȴ                 д                 ش                                              $                 /                                   :                 E                 P                 [                  f     (            q     0            |     8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                   !                 ,                 7                 B     ȵ            M     е            X     ص            c                 n                 y                                                                                                                              (                 0                 8                 @                 H                 P                 X                 `                 h            )     p            4     x            ?                 J                 U                 `                 k                 v                                                                         ȶ                 ж                 ض                                                                                                                                                                       &     (            1     0            <     8            G     @            R     H            ]     P            h     X            s     `            ~     h                 p                 x                                                                                                                                                                          ȷ            
     з                 ط            #                 .                 9                 D                 O                  Z                 e                 p                 {                       (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             
                                                    +                 6                 A                 L                 W                 b     ȸ            m     и            x     ظ                                                                                                                                                                            (                 0                 8                 @                 H                 P            (     X            3     `            >     h            I     p            T     x            _                 j                 u                                                                                                                            ȹ                 й                 ع                                                                                                                   %                 0                 ;                  F     (            Q     0            \     8            g     @            r     H            }     P                 X                 `                 h                 p                 x                                                                                                                                                                     "     Ⱥ            -     к            8     غ            C                 N                 Y                 d                 o                  z                                                                          (                 0                 8                 @                 H                 P                 X                 `                 h            	     p                 x                             *                 5                 @                 K                 V                 a                 l                 w                      Ȼ                 л                 ػ                                                                                                                                                                            (                 0                 8            '     @            2     H            =     P            H     X            S     `            ^     h            i     p            t     x                                                                                                                                                                          ȼ                 м                 ؼ                                                               $                 /                  :                 E                 P                 [                  f     (            q     0            |     8                 @                 H                 P                 X                 `                 h                 p                 x                                                                                                                   !                 ,                 7                 B     Ƚ            M     н            X     ؽ            c                 n                 y                                                                                                                              (                 0                 8                 @                 H                 P                 X                 `                 h            )     p            4     x            ?                 J                 U                 `                 k                 v                                                                         Ⱦ                 о                 ؾ                                                                                                                                                                       &     (            1     0            <     8            G     @            R     H            ]     P            h     X            s     `            ~     h                 p                 x                                                                                                                                                                          ȿ            
     п                 ؿ            #                 .                 9                 D                 O                  Z                 e                 p                 {                       (                 0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             
                                                    +                 6                 A                 L                 W                 b                 m                 x                                                                                                                                                                                 (                 0                 8                  @                  H                  P            (      X            3      `            >      h            I      p            T      x            _                  j                  u                                                                                                                                                                                                                                          !                 !                  !                 %!                 0!                 ;!                  F!     (            Q!     0            \!     8            g!     @            r!     H            }!     P            !     X            !     `            !     h            !     p            !     x            !                 !                 !                 !                 !                 !                 "                 "                 "                 ""                 -"                 8"                 C"                 N"                 Y"                 d"                 o"                  z"                 "                 "                 "                  "     (            "     0            "     8            "     @            "     H            "     P            "     X            "     `            "     h            	#     p            #     x            #                 *#                 5#                 @#                 K#                 V#                 a#                 l#                 w#                 #                 #                 #                 #                 #                 #                 #                 #                  #                 #                 #                 #                  $     (            $     0            $     8            '$     @            2$     H            =$     P            H$     X            S$     `            ^$     h            i$     p            t$     x            $                 $                 $                 $                 $                 $                 $                 $                 $                 $                 $                 $                 %                 %                 %                 $%                 /%                  :%                 E%                 P%                 [%                  f%     (            q%     0            |%     8            %     @            %     H            %     P            %     X            %     `            %     h            %     p            %     x            %                 %                 %                  &                 &                 &                 !&                 ,&                 7&                 B&                 M&                 X&                 c&                 n&                 y&                 &                 &                  &                 &                 &                 &                  &     (            &     0            &     8            &     @            &     H            &     P            '     X            '     `            '     h            )'     p            4'     x            ?'                 J'                 U'                 `'                 k'                 v'                 '                 '                 '                 '                 '                 '                 '                 '                 '                 '                 '                  '                 (                 (                 (                  &(     (            1(     0            <(     8            G(     @            R(     H            ](     P            h(     X            s(     `            ~(     h            (     p            (     x            (                 (                 (                 (                 (                 (                 (                 (                 (                 )                 
)                 )                 #)                 .)                 9)                 D)                 O)                  Z)                 e)                 p)                 {)                  )     (            )     0            )     8            )     @            )     H            )     P            )     X            )     `            )     h            )     p            )     x            )                 
*                 *                  *                 +*                 6*                 A*                 L*                 W*                 b*                 m*                 x*                 *                 *                 *                 *                 *                  *                 *                 *                 *                  *     (            *     0            *     8            +     @            +     H            +     P            (+     X            3+     `            >+     h            I+     p            T+     x            _+                 j+                 u+                 +     `            +     h            +     p            +     x            +                 +                 +                 +                 +                 +                 +                 +     `                 h                 p                 x                                                                                $                 /                                  ,                 ,                 ,,                 @,                 T,                 h,                 |,                 ,                 ,                 
                  ,                 ,                 ,                 -                  ,-     (            I-     0            f-     8            -     @            -     H            -     P            -     X            .     `            8.     h            `.     p            .     x            .                 .                  /                 (/                 P/                 v/                 /                 /                 /                 /                 /                 /                 0                 0                 *0                 G0                 d0                  0                 0                 0                 0                  0     (            1     0            /1     8            L1     @            i1     H            1     P            1     X            1     `            1     h            1     p            2     x            42                 Q2                 n2                 2                 2                 2                 2                 2                 3                 93                 V3                 s3                 3                 3                 3                 3                 4                  !4                 >4                 
                 
                  
     (            

     0            
     8            #
     @            .
     H            9
     P            D
     X            O
     `            Z
     h            e
     p            p
     x            {
                 
                 
                 
                 
                 
                 
                 
                 ȭ
                 ӭ
                 ޭ
                 
                 
                 [4                 f4                 q4                 |4                  4                 4                 4                 4                  4     (            4     0            4     8            4     @            4     H            4     P            4     X             5     `            5     h            5     p            !5     x            ,5                 75                 B5                 M5                 X5                 c5                 n5                 ԧ
                 ,                 ,                 ,,                 @,                 T,                 h,                 |,                 ,                 ,                  
                                                                          (                 0                 8                 @            $     H            /     P                 X            ԧ
     `            y5     h            5     p            5     x            5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 6                 6                 6                 )6                 46                 ?6                 J6                  U6                 `6                 k6                 v6                  6     (            6     0            6     8            6     @            6     H            6     P            6     X            6     `            6     h            6     p            6     x            6                 7                 7                 7                 &7                 17                 V                 a                 <7                 G7                 R7                 ]7                 h7                 s7                 ~7                 7                 7                  7                 7                 7                 7                  7     (            7     0            7     8            7     @            7     H            8     P            
8     X            8     `            #8     h            .8     p            98     x            D8                 O8                 Z8                 e8                 p8                 {8                 8                 8                 8                 8                 8                 8                 8                 8                 8                 8                 8                  8                 
9                 9                  9                  +9     (            69     0            A9     8            L9     @            W9     H            b9     P            m9     X            x9     `            9     h            9     p            9     x            9                 9                 9                 9                 9                 9                 9                 9                 9                 :                 :                 :                 (:                 3:                 >:                 I:                 T:                  _:                 j:                 u:                 :                  :     (            :     0            :     8            :     @            :     H            :     P            :     X            :     `            :     h            :     p            :     x            ;                 ;                 ;                 %;                 0;                 ;;                 F;                 Q;                 \;                 g;                 r;                 };                 ;                 ;                 ;                 ;                 ;                  ;                 ;                 ;                 ;                  ;     (            ;     0            <     8            <     @            <     H            "<     P            -<     X            8<     `            C<     h            N<     p            Y<     x            d<                 o<                 z<                 <                 <                 <                 <                 <                 <                 <                 <                 <                 <                 <                 <                 	=                 =                  =                 *=                 5=                 @=                  K=     (            V=     0            a=     8            l=     @            w=     H            =     P            =     X            =     `            =     h            =     p            =     x            =                 =                 =                 =                 =                 =                 >                 >                 >                 '>                 2>                 =>                 H>                 S>                 ^>                 i>                 t>                  >                 >                 >                 >                  >     (            >     0            >     8            >     @            >     H            >     P            >     X            >     `            ?     h            ?     p            ?     x            $?                 /?                 :?                 E?                 P?                 [?                 f?                 q?                 |?                 ?                 ?                 ?                 ?                 ?                 ?                 ?                 ?                  ?                 ?                 ?                  @                  @     (            @     0            !@     8            ,@     @            7@     H            B@     P            M@     X            X@     `            c@     h            n@     p            y@     x            @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 
A                 A                 #A                 .A                 9A                 DA                 OA                  ZA                 eA                 pA                 {A                  A     (            A     0            A     8            A     @            A     H            A     P            A     X            A     `            A     h            A     p            A     x            A                 
B                 B                 )B                 =B                 HB                 SB                 ^B                 iB                 tB                 B                 B                 B                 B                 B                 B                 B                  C                 
C                 C                 #C                  .C     (            9C     0            DC     8            OC     @            ZC     H            eC     P            pC     X            {C     `            C     h            C     p            C     x            C                 C                 C                 C                 C                 C                 D                 D                 #D                 .D                 9D                 DD                 OD                 ZD                 eD                 pD                 {D                  D                 D                 D                 D                  D     (            D     0            D     8            D     @            D     H            D     P            D     X            D     `            
E     h            E     p            )E     x            =E                 HE                 SE                 ^E                 iE                 tE                 E                 E                 E                 E                 E                 E                 E                 E                 E                 F                 F                  %F                 9F                 MF                 XF                  cF     (            wF     0            F     8            F     @            F     H            F     P            F     X            F     `            F     h            F     p            F     x             G                 G                 G                 3G                 >G                 IG                 ]G                 qG                 |G                 G                 G                 G                 G                 G                 G                 G                 G                  G                 G                 G                  H                  H     (            H     0            !H     8            ,H     @            7H     H            BH     P            MH     X            XH     `            cH     h            nH     p            yH     x            H                 H                 H                 H                 H                 H                 H                 H                 H                 H                 H                 I                 #I                 7I                 BI                 MI                 XI                  cI                 nI                 yI                 I                  I     (            I     0            I     8            I     @            I     H            I     P            I     X            I     `            I     h            I     p            I     x            J                 J                 J                 )J                 4J                 ?J                 JJ                 UJ                 `J                 kJ                 vJ                 J                 J                 J                 J                 J                 J                  J                 J                 J                 J                  J     (            J     0            K     8            K     @            K     H            &K     P            1K     X            <K     `            GK     h            [K     p            oK     x            K                 K                 K                 K                 K                 K                 K                 K                 K                 L                 L                 )L                 4L                 ?L                 JL                 UL                 `L                  kL                 vL                 L                 L                  L     (            L     0            L     8            L     @            L     H            L     P            L     X            L     `            L     h            M     p            
     x            )M                 =M                 HM                 eM                 M                 M                 M                 

                 
                 
                 
                 
                 M                 
                 
                 #
                 A
                  M                 9
                 M                 M                  M     (            O
     0            Z
     8            e
     @            e
     H            e
     P            M     X             N     `            N     h            N     p            <N     x            PN                 
                 [N                 fN                 qN                 
                 |N                 N                 N                 
                 
                 N                 
                 
                 
                 N                 .
                  b
                 N                 N                 N                  N     (             
     0            N     8            N     @            
     H            &
     P            
     X            
     `            O     h            O     p            &O     x            1O                 <O                 
                 
                 
                  
                 +
                 GO                 RO                 ]O                 hO                 O                 O                 O                 O                 O                 O                  P                 8P                 UP                 rP                  P     (            P     0            P     8            P     @            Q     H             Q     P            =Q     X            ZQ     `            nQ     h            yQ     p            Q     x            Q                 Q                 Q                 Q                  R                 &R                 :R                 ER                 YR                 vR                 R                 R                 R                 R                 R                 R                 R                  R                 R                 S                 0S                  VS     (            jS     0            uS     8            S     @            S     H            S     P            S     X            S     `            S     h            S     p            S     x            S                 S                 
                 	T                 T                 T                 *T                 GT                 RT                 ]T                 hT                 sT                 ~T                  T                 T                 T                 T                  T     (            T     0            T     8            T     @            T     H            T     P            	U     X            U     `            U     h            *U     p            5U     x            @U                 KU                 VU                 aU                 lU                 wU                 U                 U                 U                 U                 U                 U                 U                 U                 U                 U                 U                  V                 V                 V                 %V                  0V     (            ;V     0            FV     8            QV     @            \V     H            gV     P            rV     X            }V     `            V     h            V     p            V     x            V                 V                 V                 V                 V                 V                 V                 V                 W                 W                 W                 +W                 ?W                 SW                 ^W                 iW                 tW                  W                 W                 W                 W                  W     (            W     0            W     8            W     @            W     H            W     P            W     X            W     `            X     h            X     p            X     x            $X                 /X                 :X                 EX                 PX                 [X                 fX                 qX                 |X                 X                 X                 X                 X                 X                 X                 X                 X                  X                 X                 X                  Y                  Y     (            Y     0            !Y     8            ,Y     @            7Y     H            BY     P            MY     X            XY     `            cY     h            cY     p            cY     x            cY                 cY                 cY                 cY                 nY                 cY                 cY                 cY                 <"
                 <"
                 <"
                 <"
                 <"
                 yY                 Y                 Y                 Y                  Y                 Y                 Y                 Y                  Y     (            Y     0            Y     8            Y     @            Y     H            Z     P            Z     X            Z     `            )Z     h            4Z     p            ?Z     x            JZ                 UZ                 `Z                 tZ                 Z                 Z                 Z                 <"
                 <"
                 <"
                 <"
                 <"
                 nY                 Z                 Z                 Z                 Z                  Z                 [                 [                 #[                  @[     (            K[     0            V[     8            a[     @            l[     H            [     P            [     X            [     `            [     h            [     p            [     x            [                 [                 [                 [                 [                 \                 \                 *\                 5\                 @\                 K\                 V\                 a\                 l\                 w\                 \                 \                  \                 \                 \                 \                  \     (            \     0            \     8            ]     @            ]     H            ]     P            (]     X            cY     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 3]                 >]                  I]                 T]                 _]                 j]                  u]     (            ]     0            ]     8            ]     @            ]     H            ]     P            ]     X            ]     `            ]     h            ]     p            ]     x            ]                 ]                 ^                 ^                 ^                 %^                 0^                 ;^                 F^                 Q^                 \^                 g^                 r^                 }^                 ^                 ^                  ^                 ^                 ^                 ^                  ^     (            ^     0            ^     8            ^     @            ^     `            _     h            _     p            _     x            "_                 -_                 8_                 C_                 N_                 Y_                 m_                 x_                 _                 _                 _                 _                 _                 _                 _                 _                 _                  _                 _                 _                 `                  `     (            `     0            (`     8            3`     @            >`     H            I`     P            T`     X            _`                 j`                 u`                 `                 `                  `                 `                 `                 `                       (                 0                 8            `     @            `     H            `     P            `     X            `     `            `     h            `     p            `     x            `                 `                                  `                 `                 `                 a                                                   C                 C                 C                 C                      `            a     h            #a     p            7a     x            Ta                 qa                 a                 a                 a                 a                 a                 
b                 *b                 Gb                 db                 b                 b                 b                 b                 b                  c                  c                 :c                  Wc     (            kc     0            c     8            c     @            c     H            c     `            c     h            d     p            d     x            8d                 Ud                 rd                 d                 d                 d                 d                 d                 e                 +e                 He                 ee                 e                 e                 e                 e                 e                  f                 f                 ;f                 Xf                  uf     (            f     0            f     8            f     @            f     H            f     P            g     X            .g     `            Kg     h            _g     p            sg     x            g                 g                 g                 g                 g                 h                 ,h                 Ih                 fh                 h                 h                 h                 h                  h                 i                 i                 <i     (            Yi     8            mi     H            i     X            i     `            i     h            i     p            i     x            	j                 &j                 Cj                 `j                 }j                 j                 j                 j                 j                 j                 k                 6k                 Sk                 pk                 k                 k                 k                  k                 k                 k                 k                  l     (            $l     0            8l     8            Ll     @            `l     H            tl     `            l     h            l     p            l     x            l                 m                 @m                 hm                 m                 m                 m                 m                 n                 @n                 hn                 n                 n                 n                 n                 o                 @o                  ho                 o                 o                 o                  p     (            #p     0            @p     8            hp     @            p     H            p     P            p     X            q     `            .q     h            Kq     p            hq     x            q                 q                 q                 r                 0r                 Vr                 sr                 r                 r                 r                 s                 0s                 Xs                 ~s                 s                 s                 s                  s                 s                 t                  %t     (            9t     0            Mt     8            at     @            ut     H            t     P            t     X            t     `            t     h            t     p            t     x            t                 t                 u                  u                 =u                 Qu                 eu                 yu                 u                 u                 u                 u                 u                 u                 v                 "v                 ?v                 Sv                  pv     (            v     0            v     8            v     H            v     P            v     X            v     `            v     h            w     p            $w     x            Aw                 ^w                 rw                 w                 w                 w                 w                 w                 w                 x                 x                 /x                 Cx                 Nx                 kx                  x                 x                 x                  x     (            x     0            x     8            	y     @            y     H            1y     P            <y     `            Gy     h            [y     p            oy     x            y                 y                 y                 y                 y                 y                 z                 !z                 5z                 Iz                 ]z                 qz                 z                 z                 z                 z                 z                  z                 {                 #{                 @{                  ]{     (            q{     0            {     8            {     @            {     H            {     P            {     X            {     `            |     h            #|     p            7|     x            K|                 _|                 s|                 |                 |                 |                 |                 |                 |                 |                 }                 '}                 D}                 a}                 u}                 }                 }                  }                 }                 }                 }                  ~     (            ~     0            ;~     8            O~     @            c~     H            w~     P            ~     X            ~     `            ~     h            ~     p            ~     x            ~                                                   +                 ?                 S                 g                 {                                                                                                                       4                 Q                 n                                                                     ǀ                  ۀ     (                 0                 8                 @            +     H            H     P            e     X            y     `                 h                 p                 x            Ɂ                 ݁                                                   4                 Q                 n                                                                    ǂ                 ۂ                                                                    +                 ?                  S                 g                 {                                        (                 0            ݃     8                 @                 H            +     P            ?     X            S     `            g     h            {     p                 x                                              ˄                 ߄                                                                    /                 C                 W                 k                                                                                     υ                                                                                      3                  G     (            [     0            o     8                 @                 H                 P                 X            ӆ     `            ކ     h                 p                 x                             .                 K                 h                                                                    ܇                                                   3                 P                 m                                                   Ĉ                                                                     8                 U                  r     (                 0                 8                 @                 H            ։     P                 X                 `            $     h            A     p            ^     x            {                                                   Ҋ                                                                     4                 H                 \                 p                                                                    ɋ                                                                      =                 Z                 w                       (                 0            Ό     8                 @                 H            %     P            B     X            _     `            |     h                 p                 x            Ӎ                                                                    ,                 @                 ]                 z                                                   ю                                                   (                 E                 b                 v                                                                         Ə                   ڏ     (                  0                  8                  @             *     H             5     P             @     X             K     `             V     h             a     p             l     x             w                                                                                                                              Đ                  ϐ                  ڐ                                                                                                                              '                  2                 =                 H                 S                  ^     (            i     0            t     8                 @                 H                 P                 X                 `                 h                 p            ̑     x            ב                                                                                                                       $                 /                 X
                 :                 c
                 W                 y
                 
                 b                 
                  
                 
                 
                 ƫ
                  ѫ
     (            ܫ
     0            
     8            m     @            
     H            x     P            
     X            
     `            )
     h            4
     p            J
     x                                                                                                                  Œ                 В                 ے                                                                                                                       (                 3                  >                 I                 T                 _                  j     (            u     0                 8                 @                 H                 P                 X                 `                 h            ͓     p            ؓ     x                                                                                                                  %                 0                 ;                 F                 Q                 \                 g                 r                 }                                                                                                                         ʔ     (            Ք     0                 8                 @                 H                 P            '     X            2     `            =     h            H     p            S     x            ^                 i                 t                                                                                                                                        ̕                 ו                                                                                                                        $                 /                 :                  E     (            P     0            [     8            f     @            q     H            |     P                 X                 `                 h                 p                 x            ǖ                 Җ                 ݖ                                                                    	                                                   *                 5                 @                 K                 V                 a                 l                 w                                                                                            (                 0            ė     8            ϗ     @            ڗ     H                 P                 X                 `                 h                 p            C     x                                                                                                                                                                                                                        C                 C                                                                     0                 i                                  M                       (            a     0            u     8                 @                 H            S     P                 X                 `                 h                 p                 x            ͘                 ؘ                 	                                                                                                                       %                 0                 D                 O                 Z                 n                 
                 
                                                                                            (            C     8                 @            C     H            C     P                 X            C     `            y     h                 p                 x                                                                                ƙ                 љ                 ܙ                                                                                                                       )                 4                 ?                 J      	            U     	            `     	            k     	            v      	                 (	                 0	                 8	                 @	                 H	                 P	            Ú     X	            Κ     `	            ٚ     h	                 p	                 x	                 	                 	                 	                 	            &     	            1     	            <     	            G     	            R     	            ]     	            h     	            s     	            ~     	                 	                 	                 	                  
                 
                 
            ˛     
                 8
            ֛     @
                 H
                 P
                 X
                 `
            
     h
            ~
     p
            
     x
            
     
            
     
            
     
            
     
            
     
            ˾
     
            ־
     
            
     
                 
            #     
            
     
            ~
     
            
     
            
                  
                 
                 
                 
                  ˾
     (            ־
     0            .     8            9     @            D     H            O     P            Z     X            e     `            p     h            {     p                 x                                                                                                 Ȝ                 Ӝ                 ޜ                                                                    
                                                    +                 6                 A                  L                 W                 b                 m                  x     (                 0                 8                 @                 H                 P                 X            ŝ     `                 h                 p                 x                                                                                                                  Н                 ۝                                        
                 
                 
                 
                  
            (     (
            3     0
            >     8
            I     @
            T     H
            _     P
            j     X
            u     `
                 h
                 p
                 x
                 
                 
                 
                 
            ͞     
            ؞     
                 
                 
                 
                 
                 
                 
            %     
            0     
            ;     
            F     
            Q                  \                 g                 r                 }                       (                 0                 H                 P                 X                 `            ʟ     h            ՟     p                 x                                                                                                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 "                 -                 -                 -                                  -                 -                 -                 -                                                    <"
                 8                 C                 <"
                  <"
     (            <"
     0            -     `                 h                 p                 x            N                                  Y                 d                 o                 z                                                                                                                       Ǡ                 Ҡ                 ݠ                                                                     	                                                    *     (            5     0            @     8            K     @            V     H            a     P            l     X            w     `                 h                 p                 x                                                               ġ                 ϡ                 ڡ                                                                                                                       '                 2                 =                 H                 S                                   ^                 i                 t                       (                 0                 8                 @                 H                 P                 X            ̢     `            ע     h                 p                 x                                                                                $                 /                 :                 E                 P                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            [     8            f     @            q     H            |     P                 X                 `                 h                 p                 x                             ɣ                 ԣ                 ߣ                                                                                      <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                                   !                 ,                 7                  B     (            M     0            X     8            c     @            n     `                 h            y     p                 x                                                                                                                  Ƥ                 Ѥ                 ܤ                                                                                                                       )                 4                  ?                 J                 U                 `                  k     (            v     0                 8                 @                 H                 P                 X                 `            å     h            Υ     p            ٥     x                                                                                                                  &                 1                 <                 G                 R                 ]                 h                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            s     8            ~     @                 H                 P                 X                 `                 h                 p            ˦     x            ֦                 ֦                                                                                     
                                  #                 .                 .                 9                 D                 O                 Z                 e                 p                  {                                                                          (                 0                 8                 @            ȧ     H            ӧ     P            ާ     X                 `                 h                 p            
     x                                               +                                  6                 A                 L                 W                 b                 m                 x                                                                                                           @            Ũ     H            Ш     P            ۨ     X                 `                 h                 p                 x                                              (                 3                 >                 I                 T                 _                 j                 u                                                                                                                       ©                  ͩ                 ة                                                         (                 0                 8                 P            %     X            0     `            ;     h            F     p            Q     x            \                 g                 r                 }                                                                                                                       ʪ                 ժ                                                                                                                        "                 -                 8                  C     (            N     0            Y     8            d     @            o     H            z     P                 X                 `                 h                 p                 x                             ǫ                 ҫ                 ݫ                                                                    	                                                   *                 5                 @                 K                 V                 a                 l                  w                                                                          (                 0                 8                 @            ˬ     H            ֬     P                 `                 h                 p                 x            
                                  #                 .                 9                 D                 O                 Z                 e                 p                 {                                                                                                                                         ȭ                 ӭ                 ޭ                       (                 0                 8            
     @                 X            <"
     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     `                  h            +     p            6     x            A                 L                 W                 b                 m                 x                                                                                                                                                                                            C                 C                 C                  C     (            C     0            C     8                 @                 H            C     P            `     X            n     `                 `             Ů     h             Ю     p             ۮ     x                                                                                                                         (                  3                  >                  I                  T                  _                  j                  u                                                            !                 !                 !                 !            ¯      !            ͯ     (!            د     0!                 8!                 @!                 H!                 P!                 `!            ,     h!            7     p!            B     x!            M     !            X     !            c     !            n     !            y     !                 !                 !                 !                 !                 !                 !            ư     !            Ѱ      "            ܰ     "                 "                 "                  "                 ("                 0"                 8"            )     `"            4     "            ?     "            J     "            
     "            ~
     "            
     "            
     "            
     "            
     "            
     "            
     "            ˾
     "            ־
     "            U     "            `     "            k     "            v      #                 #                 #                 #                  #                 (#                 0#            ñ     8#            α     @#            ٱ     H#                 P#                 X#                 `#                 h#                 p#                 x#            &     #            1     #            <     #            G     #            R     #            ]     #            h     #            s     #            ~     #                 #                 #                 #                 #                 #                  $            ˲     `$            ֲ     h$                 p$                 x$                 $                 $            
     $                 $            #     $            .     $            9     $            D     $            O     $            Z     $            e     $            p     $            {     $                 $                 $                 $                  %                 %                 %            ȳ     %            ӳ      %            ޳     (%                 0%                 8%                 @%            
     H%                 P%                  X%            +     `%            6     h%            A     p%            L     x%            W     %            b     %            m     %            x     %                 %                 %                 %                 %                 %                 %            Ŵ     %            д     %            ۴      &                 &                 &                 &                  &                 (&                 0&            (     8&            3     @&            >     H&            I     P&            T     X&            _     `&            j     h&            u     p&                 x&                 &                 &                 &                 &                 &            µ     &            ͵     &            
     &            ~
     &            
     &            
      '            
     '            
     '            
     '            
      '            ˾
     ('            ־
     0'            ~
     P'            ص     X'                 `'            	     h'                 p'                 x'            *     '            5     '            @     '            K     '            V     '            a     '            l     '            w     '                 '                 '                 '                 '                 '                 '            Ķ     '            ϶     '            ڶ      (                 (                 (                 (                  (                 ((                 0(            '     8(            2     @(            =     H(            H     P(            S     X(            ^     `(            i     h(            t     p(                 x(                 (                 (                 (                 (                 (                 (            ̷     (            <"
     (            <"
     (            <"
     (            <"
     (            <"
     (            
     (            ~
     (            
     (            
      )            
     )            
     )            
     )            
      )            ˾
     ()            ־
     `)            ׷     h)                 p)                 x)                 )                 )                 )                 )            $     )            /     )            :     )            E     )            P     )            [     )            f     )            q     )            |     )                 )                 )                 )                  *                 *                 *            ɸ     *            Ը      *            ߸     (*                 0*                 8*                  @*                 H*                 P*            !     X*            ,     `*            7     h*            B     p*            M     x*            X     *            c     *            n     *            y     *                 *                 *                 *                 *                 *                 *            ƹ     *            ѹ     *            ܹ     *                 *                 *                 *                  +                 +                 +            )     +            4      +            ?     (+            J     0+            U     8+            `     @+            k     H+            v     P+                 X+                 `+                 h+                 p+                 x+                 +            ú     +            κ     +            ٺ     +                 +                 +                 +                 +                 +                 +            &     +            1     +            <     +            G     +            R     +            ]     +            h      ,            s     ,            ~     ,                 ,                  ,                 `,                 h,                 p,                 x,            ˻     ,            ֻ     ,                 ,                 ,                 ,                 ,            
     ,                 ,            #     ,            .     ,            9     ,            D     ,            O     ,            Z     ,            e     ,            p     ,            {      -                 -                 -                 -                  -                 (-                 0-            ȼ     8-            Ӽ     @-            ޼     H-                 P-                 X-                 `-            
     h-                 p-                  x-            +     -            6     -            A     -            L     -            W     -            b     -            m     -            x     -                 -                 -                 -                  .                 .                 .            Ž     .            н      .            ۽     (.                 0.                 8.                 @.                 H.                 P.                 X.            (     `.            3     h.            >     p.            I     x.            T     .            _     .            j     .            u     .                 .                 .                 .                 .                 .                 .            ¾     .            ;     .            ؾ     .                 .                 .                 .                  /                 /                 /            %     /            0      /            ;     (/            F     0/            Q     8/            \     @/            g     H/            r     P/            }     X/                 `/                 h/                 p/                 x/                 /                 /            ʿ     /            տ     /                 /                 /                 /                 /                 /                 /            "     /            -     /            8     /            C     /            N     /            Y     /            d      0            o     0            z     `0                 h0                 p0                 x0                 0                 0                 0                 0                 0                 0                 0                 0                 0            	     0                 0                 0            *     0            5     0            @     0            K      1            V     `1            a     h1            l     p1            w     x1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1                 1            '     1            2      2            =     2            H     2            S     `2            ^     h2            i     p2            t     x2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2                 2            $     2            /     `3            :     h3            E     p3            P     x3            [     3            f     3            q     3            |     3                 3                 3                 3                 3                 3                 3                 3                 3                 3                 3                 `4                  h4                 p4                 x4            !     4            ,     4            7     4            B     4            M     4            X     4            c     4            n     4            y     4                 4                 4                 4                 4                 4                 4                 4                  5                 5                 5                 5                  5                 (5                 05                 85            )     @5            4     H5            ?     P5            J     X5            U     `5            `     h5            k     p5            v     x5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5                 5            &     5            1      6            <"
     6            <"
     6            <     6            G      6            R     (6            ]     06            h     86            s     @6            ~     H6                 P6                 X6                 `6                 h6                 p6                 x6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6                 6            
     6            <"
      7                 7            #     7            .     7            9      7            D     (7            O     07            Z     87            e     @7            p     H7                 `7            
     h7            ~
     p7            
     x7            
     7            
     7            
     7            
     7            
     7            ˾
     7            ־
     7            
     7            ~
     7            
     7            
      8            
     8            
     8            
     8            
      8            ˾
     (8            ־
     `8            {     h8                 p8                 x8                 8                 8                 8                 8                 8                 8                 8                 8                 8                 8            
     8                 8                  8            +     8            6     8            A     8            L      9            W     9            b     9            m     9            x      9                 (9                 09                 89                 @9                 H9                 P9                 X9                 `9                 h9                 p9                 x9                 9                 9                 9                 9            (     9            3     9            >     9            I     9            T     9            _     9            j     9            u     9                 9                 9                 9                 9                  :                 :                 :                 :                  :                 (:                 0:                 8:                 @:                 H:                 P:            %     X:            0     `:            ;     h:            F     p:            Q     x:            \     :            g     :            r     :            }     :                 :                 :                 :                 :                 :                 :                 :                 :                 :                 :                 :                 :                  ;                 ;            "     ;            -     ;            8      ;            C     (;            N     0;            Y     8;            d     @;            o     H;            z     P;                 X;                 `;                 h;                 p;                 x;                 ;                 ;                 ;                 ;                 ;                 ;                 ;            	     ;                 ;                 ;            *     ;            5     ;            @     ;            K     ;            V     ;            a     ;            l      <            w     <                 <                 <                  <                 (<                 0<                 8<                 @<                 H<                 P<                 X<                 `<            cY     h<                 p<                 x<                 <                 <            '     <            2     <            =     <            H     <            S     <            ^     <            i     <            t     <                 <                 <                 <                 <                 <                 <                  =                 =                 =                 =                  =                 (=                 0=                 8=                 @=            $     `=            /     h=            :     p=            N     x=            Y     =            d     =            x     =                 =                 =                 =                 =                 =                 =                 =                 =                 =                 =            '     =            2     =            =     =            H      >            \     >            p     >                 >                  >                 (>                 0>                 8>                 @>                 H>                 P>                  X>                 `>                 h>            3     p>            >     x>            R     >            ]     >            q     >            |     >                 >                 >                 >                 >                 >                 >                 >                 >                 >                 >            +     >            ?     >            J      ?            ^     ?            r     ?                 ?                  ?                 (?                 0?                 8?                 @?                 H?                 P?                 X?            
     `?                 h?            #     p?            .     x?            9     ?            D     ?            O     ?            Z     ?            e     ?            y     ?                 ?                 ?                 ?                 ?                 ?                 ?                 ?                 ?            *     ?            5     ?            @      @            K     @            V     @            a     @            l      @            w     `@                 h@                 p@                 x@                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @                 @            '     @            2     @            =     @            H     @            S      A            ^     A            i     A            t     A                  A                 (A                 0A                 8A                 @A                 HA                 PA                 XA                 `A                 hA                 pA                 xA                 A                 A                 A            $     A            /     A            :     A            E     A            P     A            [     A            f     A            q     A            |     A                 A                 A                 A                 A                  B                 B                 B                 B                  B                 (B                 0B                  8B                 @B                 HB            !     PB            ,     XB            7     `B            B     hB            M     pB            X     xB            c     B            n     B            y     B                 B                 B                 B                 B                 B                 B                 B                 B                 B                 B                 B                 B                 B                  C                 C            )     C            4     C            ?      C            J     (C            U     0C            `     8C            k     @C            v     HC                 PC                 XC                 `C                 hC                 pC                 xC                 C                 C                 C                 C                 C                 C                 C                 C                 C            &     C            1     C            <     C            G     C            R     C            ]     C            h     C            s      D            ~     D                 D                 D                  D                 (D                 0D                 8D                 @D                 HD                 PD                 XD                 `D                 hD            
     pD                 xD            #     D            .     D            9     D            D     D            O     D            Z     D            e     D            p     D            {     D                 D                 D                 D                 D                 D                 D                 D                  E                 E                 E                 E                  E            
     (E                 0E                  8E            +     @E            6     HE            A     PE            L     XE            W     `E            b     hE            m     pE            x     xE                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E                 E            (     E            3      F            >     F            I     F            T     F            _      F            j     (F            u     0F                 8F                 @F                 HF                 PF                 XF                 `F                 hF                 pF                 xF                 F                 F                 F                 F                 F                 F            %     F            0     F            ;     F            F     F            Q     F            \     F            g     F            r     F            }     F                 F                  G                 G                 G                 G                  G                 (G                 0G                 8G                 @G                 HG                 PG                 XG                 `G            "     hG            -     pG            8     xG            C     G            N     G            Y     G            d     G            o     G            z     G                 G                 G                 G                 G                 G                 G                 G                 G                 G                 G                  H                 H            	     H                 H                  H            *     (H            5     0H            @     8H            K     @H            V     HH            a     PH            l     XH            w     `H                 hH                 pH                 xH                 H                 H                 H                 H                 H                 H                 H                 H                 H                 H                 H                 H            '     H            2     H            =     H            H     H            S      I            ^     I            i     I            t     I                  I                 (I                 0I                 8I                 @I                 HI                 PI                 XI                 `I                 hI                 pI                 xI                 I                 I                 I            $     I            /     I            :     I            E     I            P     I            [     I            f     I            q     I            |     I                 I                 I                 I                 I                  J                 J                 J                 J                  J                 (J                 0J                  8J                 @J                 HJ            !     PJ            ,     XJ            7     `J            B     hJ            M     pJ            X     xJ            c     J            n     J            y     J                 J                 J                 J                 J                 J                 J                 J                 J                 J                 J                 J                 J                 J                  K                 K            )     K            4     K            ?      K            J     (K            U     0K            `     8K            k     @K            v     HK                 PK                 XK                 `K                 hK                 pK                 xK                 K                 K                 K                 K                 K                 K                 K                 K                 K            &     K            1     K            <     K            G     K            R     K            ]     K            h     K            s      L            ~     L                 L                 L                  L                 (L                 0L                 8L                 @L                 HL                 PL                 XL                 `L                 hL            
     pL                 xL            #     L            .     L            9     L            D     L            O     L            Z     L            e     L            p     L            {     L                 L                 L                 L                 L                 L                 L                 L                  M                 M                 M                 M                  M            
     (M                 0M                  8M            +     @M            6     HM            A     PM            L     XM            W     `M            b     hM            m     pM            x     xM                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M                 M            (     M            3      N            >     N            I     N            T     N            _      N            j     (N            u     0N                 8N                 @N                 HN                 PN                 XN                 `N                 hN                 pN                 xN                 N                 N                 N                 N                 N                 N            %     N            0     N            ;     N            F     N            Q     N            \     N            g     N            r     N            }     N                 N                  O                 O                 O                 O                  O                 (O                 0O                 8O                 @O                 HO                 PO                 XO                 `O            "     hO            -     pO            8     xO            C     O            N     O            Y     O            d     O            o     O            z     O                 O                 O                 O                 O                 O                 O                 O                 O                 O                 O                  P                 P            	     P                 P                  P            *     (P            5     0P            @     8P            K     @P            V     HP            a     PP            l     XP            w     `P                 hP                 pP                 xP                 P                 P                 P                 P                 P                 P                 P                 P                 P                 P                 P                 P            '     P            2     P            =     P            H      Q            S     Q            ^      Q            i     (Q            t     0Q                 8Q                 @Q                 HQ                 PQ                 XQ                 `Q                 hQ                 pQ                 xQ                 Q                 Q                 Q                 Q                 Q                 Q            $     Q            /     Q            :     Q            E     Q            P     Q            [     Q            f     Q            q     Q            |     Q                 Q                  R                 R                 R                 R                  R                 (R                 0R                 8R                 @R                 HR                  PR                 XR                 `R            !     hR            ,     pR            7     xR            B     R            M     R            X     R            c     R            n     R            y     R                 R                 R                 R                 R                 R                 R                 R                 R                 R                 R                  S                 S                 S                 S                  S            )     (S            4     0S            ?     HS            J     PS            U     XS            `     `S            k     hS            v     pS                 xS                 S                 S                 S                 S                 S                 S            ~
     S            
     S            
     S            
     S            
     S            
     S            
     S            ˾
     S            ־
     S                 S                  T                 T                 T                 T                  T                 (T                 0T            &     8T            1     @T            <     `T            G     hT            R     pT            ]     xT            h     T            s     T            ~     T                 T                 T                 T                 T                 T                 T                 T                 T                 T                 T                 T                 T            
     T                  U            #     U            .     U            9     U            D      U            O     (U            Z     `U            e     hU            p     pU            {     xU                 U                 U                 U                 U                 U                 U                 U                 U                 U                 U                 U                 U            
     U                 U                  U            +     U            6      V            A     V            L     V            W     V            b      V            m     (V            x     0V                 8V                 @V                 HV                 PV                 XV                 `V                 hV                 pV                 xV                 V                 V                 V                 V                 V                 V            (     V            3     V            >     V            I     V            T     V            _     V            j     V            u     V                 V                 V                  W                 W                 W                 W                  W                 (W                 0W                 8W                 @W                 HW                 PW                 XW                 `W            %     hW            0     pW            ;     xW            F     W            Q     W            \     W            g     W            r     W            }     W                 W                 W                 W                 W                 W                 W                 W                 W                 W                 W                  X                 X                  X                 (X            "     0X            -     8X            8     @X            C     HX            N     `X            Y     hX            d     pX            o     xX            z     X                 X                 X                 X                 X                 X                 X                 X                 X                 X                 X                 X                 X            	     X                 X                 X            *      Y            5     Y            @     Y            K     Y            V      Y            a     (Y            l     0Y            w     8Y                 @Y                 HY                 PY                 XY                 `Y                 hY                 pY                 xY                 Y                 Y                 Y                 Y                 Y                 Y                 Y            '     Y            2     Y            =     Y            H     Y            S     Y            ^     Y            i     Y            t     Y                 Y                  Z                 Z                 Z                 Z                  Z                 (Z                 0Z                 8Z                 @Z                 HZ                 PZ                 XZ                 `Z                 hZ            $     pZ            /     xZ            :     Z            E     Z            P     Z            [     Z            f     Z            q     Z            |     Z                 Z                 Z                 Z                 Z                 Z                 Z                  [                 [                 [                  [                 0[                  8[                 @[                 H[            !     `[            ,     h[            7     p[            B     x[            M     [            X     [            c     [            n     [            y     [                 [                 [                 [                 [                 [                 [                 [                 [                 [                 [                 [                  \                 \                 \                 \            )      \            4     (\            ?     0\            J     8\            U     @\            `     H\            k     P\            v     X\                 `\                 h\                 p\                 x\                 \                 \                 \                 \                 \                 \                 \                 \                 \                 \                 \            &     \            1     \            <      ]            G     ]            R     ]            ]     ]            h      ]            s     (]            ~     0]                 8]                 @]                 H]                 P]                 X]                 `]                 h]                 p]                 x]                 ]                 ]                 ]            
     ]                 ]            #     ]            .     ]            9     ]            D     ]            O     ]            Z     ]            e     ]            p     ]            {     ]                 ]                  ^                 ^                  ^                 (^                 0^                 8^                 @^                 H^                 P^                 `^                 p^            
     x^                 ^                  ^            +     ^            6     ^            A     ^            L     ^            W     ^            b     ^            m     ^            x     ^                 ^                 ^                 ^                 ^                  _                 _                 _                  _                 (_                 0_                 8_                 @_                 H_                 P_                 X_            (     `_            3     h_            >     p_            I     x_            T     _            _     _            j     _            u     _                 _                 _                 _                 _                 _                 _                 _                 _                 _                 _                 _                 _                  `                 `                 `            %     `            0      `            ;     (`            F     0`            Q     8`            \     @`            g     H`            r     P`            }     X`                 ``                 h`                 p`                 x`                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `            "     `            -     `            8     `            C     `            N     `            Y     `            d      a            o     a            z     a                 a                  a                 (a                 0a                 8a                 @a                 Ha                 Pa                 Xa                 `a                 ha                 pa            	     xa                 a                 a            *     a            5     a            @     a            K     a            V     a            a     a            l     a            w     a                 a                 a                 a                 a                 a                 a                  b                 b                 b                 b                  b                 (b                  0b                  8b                  @b            '      Hb            2      Pb            =      Xb            H      `b            S      hb            ^      pb            i      xb            t      b                  b                  b                  b                  b                  b                  b                  b                  b                  b                  b                  b                  b                 b                 b                 b            $      c            /     c            :     c            E     c            P      c            [     (c            f     0c            q     8c            |     @c                 Hc                 Pc                 Xc                 `c                 hc                 pc                 xc                 c                 c                 c                 c                  c                 c                 c            !     c            ,     c            7     c            B     c            M     c            X     c            c     c            n     c            y     c                  d                 d                 d                 d                  d                 (d                 0d                 8d                 @d                 Hd                 Pd                 Xd                 `d                 hd                 pd            )     xd            4     d            ?     d            J     d            U     d            `     d            k     d            v     d                 d                 d                 d                 d                 d                 d                 d                 d                 d                  e                 e                 e                 e                  e                 (e            &     0e            1     8e            <     @e            G     He            R     Pe            ]     Xe            h     `e            s     he            ~     pe                 xe                 e                 e                 e                 e                 e                 e                 e                 e                 e                 e                 e            
     e                 e            #     e            .     e            9     e            D      f            O     f            Z     f            e     f            p      f            {     (f                 0f                 8f                 @f                 Hf                 Pf                 Xf                 `f                 hf                 pf                 xf                 f                 f            
     f                 f                  f            +     f            6     f            A     f            L     f            W     f            b     f            m     f            x     f                 f                 f                 f                  g                 g                 g                 g                  g                 (g                 0g                 8g                 @g                 Hg                 Pg                 Xg            (     `g            3     hg            >     pg            I     xg            T     g            _     g            j     g            u     g                 g                 g                 g                 g                 g                 g                 g                 g                 g                 g                 g                 g                  h                 h                 h            %     h            0      h            ;     (h            F     0h            Q     8h            \     @h            g     Hh            r     Ph            }     Xh                 `h                 hh                 ph                 xh                 h                 h                 h                 h                 h                 h                 h            	     h            	     h            	     h            "	     h            -	     h            8	     h            C	     h            N	     h            Y	     h            d	      i            o	     i            z	     i            	     i            	      i            	     (i            	     0i            	     8i            	     @i            	     Hi            	     Pi            	     Xi            	     `i            	     hi            	     pi            	
     xi            
     i            
     i            *
     i            5
     i            @
     i            K
     i            V
     i            a
     i            l
     i            w
     i            
     i            
     i            
     i            
     i            
     i            
     i            
      j            
     j            
     j                 j            
      j                 (j            
     0j            
     8j                 @j                 Hj                 Pj            '     Xj            2     `j            
     hj            ~
     pj            
     xj            
     j            
     j            
     j            
     j            
     j            ˾
     j            ־
     j            O     j            Z     j            e     j            p     j            {     j                 j                 j                 j                 j                  k                 k                 k                 k                  k                 (k                 0k                 8k            
     @k                 Hk                  Pk            +     Xk            6     `k            A     hk            L     pk            W     xk            b     k            m     k            x     k                 k                 k                 k                 k                 k                 k                 k                 k                 k                 k                 k                 k            
     k            
      l            
     l            (
     l            3
     l            >
      l            I
     (l            T
     0l            _
     8l            j
     @l            u
     Hl            
     Pl            
     Xl            
     `l            
     hl            
     pl            
     xl            
     l            
     l            
     l            
     l            
     l            
     l                 l                 l                 l            %     l            0     l            ;     l            F     l            
     l            ~
     l            
     l            
      m            
     m            
     m            
     m            
      m            ˾
     (m            ־
     0m            Q     8m            \     @m            g     Hm            r     Pm            }     Xm                 `m                 hm                 pm                 xm                 m                 m                 m                 m                 m                 m                 m                 m                 m                 m            "     m            -     m            8     m            C     m            N     m            Y     m            d      n            o     n            z     n                 n                  n                 (n                 0n                 8n                 @n                 Hn                 Pn                 Xn                 `n                 hn                 pn            	     xn                 n                 n            *     n            5     n            @     n            K     n            V     n            a     n            l      o            w     o                 o                 o                  o                 (o                 0o                 8o                 @o                 Ho                 Po                 Xo                 `o                 ho                 po                 xo                 o            '     o            2     o            =     o            H     o            S     o            ^     o            i     o            t     o                 o                 o                 o                 o                 o                 o                 o                  p                 p                 p                 p                  p                 (p                 0p                 8p            $     @p            /     Hp            :     Pp            E     Xp            P     `p            [     hp            x     pp                 xp                 p                 p                 p                 p                 p                 p                 p                 p                 p                 p                 p                 p                 p                 p            (     p            3     p            >      q            I     q            T     q            _     q            j      q            <"
     (q            <"
     0q            u     8q                 @q                 Hq                 Pq                 Xq                 `q            
     hq            ~
     pq            
     xq            
     q            
     q            
     q            
     q            
     q            ˾
     q            ־
     q                 q                 q                 q                 q                 q                 q                 q                 q                 q                  r            %     r            <"
     r            0     r            <"
      r            ;     (r            F     0r            Q     8r            \     @r            g     Hr            r     Pr            <"
     Xr            <"
     `r            }     hr                 pr                 xr                 r                 r                 r                 r                 r                 r                 r                 r                 r            
     r                 r            )     r            4     r            ?     r            J     r            ^      s            i     s            t     s                 s                  s                 (s                 0s                 8s                 @s                 Hs                 Ps                 Xs                 `s                 hs            
     ps                 xs                  s            +     s            6     s            A     s            L     s            W     s            b     s            v     s                 s                 s                 s                 s                  t                 t                 t                 t                  t                 (t                 0t                 8t                 @t                 Ht            $     Pt                 Xt                 `t            /     ht            :     pt            <"
     xt            <"
     t            E     t            P     t            <"
     t            <"
     t            [     t            f     t            q     t            |     t                 t                 t                 t                 t                 t                 t                 t                  u                 u                 u                 u            	     (u                 0u                 8u            *     @u            5     Hu            @     Pu            T     Xu            _     `u            j     hu            u     pu                 xu                 u                 u                 u                 u                 u                 u                 u                 u                 u                  u                 u                 u            *     u            5     u            @     u            K     u            V      v            a     v            l     v            w     v                  v                 (v                 0v                 8v                 @v                 Pv                 Xv                 `v                 hv            	     pv                 xv                 v            *     v            5     v            <"
     v            @     v            K     v            V     v            a     v            l     v            w     v                 v                 v                 v                 v                 v                  w                 w                 w                 w                  w                 (w                 0w                 hx                 px                 xx            '     x            2     x            =     x            H     x            S     x            ^     x            i     x            t     x                 x                 x                 x                 x                 x                 x                 x                 x                  y                 y                 y                 y                  y                 (y                 0y            $     8y            /     @y            :     Hy            E     Py            P     Xy            [     `y            f     hy            q     py            |     xy                 y                 y                 y                 y                 y                 y                 y                 y                 y                 y                 y                  y                 y                 y            !     y            ,     y            7      z            B     z            M     z            X     z            c      z            n     (z            y     0z                 Xz                 `z                 hz                 pz                 xz                 z                 z                 z                 z                 z                 z                 z                 z                 z                 z            )     z            4     z            ?     z            
     z            ~
     z            
     z            
      {            
     {            
     {            
     {            
      {            ˾
     ({            ־
     0{            J     8{            U     h|            `     p|            k     |            v     |                 |                 |                 |                 |                 |                 |                 |                 |                 |                 |                 |                 |                  }                 }                 }            &     }            1      }            <     (}            G     0}            R     8}            ]     @}            h     H}            s     P}            ~     X}                 `}                 h}                 p}                 x}                 }                 }                 }                 }                 }                 }                 }                  }            
      }                  }            #      }            .      }            9      }            D      }            O       ~            Z      ~            e      ~            p      ~            {       ~                  (~                  0~                  8~                  @~                  H~                  `~                  h~                  p~                  x~                  ~                  ~                  ~            
!     ~            !     ~             !     ~            +!     ~            6!     ~            A!     ~            
     ~            ~
     ~            
     ~            
                  
                 
                 
                 
                  ˾
     (            ־
     @            L!     H            `!     P            t!     X            !     `                 h                 p                 x                             !                 !                 !                 !                 !                 !                 !                 !                 !     Ѐ            !     ؀            !                 "                 "                 "                  $"                 /"                 :"                 E"                  P"     (            ["     0            f"     8            q"     @            |"     H            "     P            "     X            "     `            "     h            "     p            "     x            "                 "                 "                 "                 "                  #                 #                 #                 !#                 ,#     ȁ            7#     Ё            B#     ؁            M#                 X#                 c#                 n#                 y#                  #                 #                 #                 #                  #     (            #     0            #     8            #     @            #     H            #     P            #     X            #     `            #     h            $     p            $     x            $                 )$                 4$                 ?$                 J$                 U$                 `$                 k$     Ȃ            v$     Ђ            $     ؂            $                  $                 $                 $                 $                  $     (            $     0            $     8            %     @            %     H            %     P            )%     X            4%     `            ?%     h            J%     p            U%     x            `%                 
                 ~
                 
                 
                 
                 
                 
     ȃ            
     Ѓ            ˾
     ؃            ־
                 k%                 v%                 %                 %                  %                 %                 %                 %                  %     (            %     0            %     8            %     @            $     H            &     P            &     X            )&     h                 p                 x                             =&                 H&                 S&                 ^&                 i&                 t&                 &                 &     Ȅ            &     Є            &     ؄            &                 &                 &                 &                 &                  &                 &                 &     0            '     8            '     @            '     H            $'     P            /'     X            :'     `            E'     h            P'     p            ['     x            f'                 q'                 |'                 '                 '                 '                 '                 '                 '                 '     ȅ            '     Ѕ            '     ؅            '                 '                  (                 (                  (                 !(                 ,(                 7(                  B(     (            M(     0            X(     8            c(     H            n(     `            y(     h            (     p            (     x            (                 (                 (                 (                 (     ؆            (                 (                 (                 (                 (                  )                 )                  )     (            ))     0            4)     8            ?)     @            J)     H            U)     P            `)     X            k)                 
                 ~
                 
                 
                 
                 
                 
     ȇ            
     Ї            ˾
     ؇            ־
                 v)                 )                  )     `                 h                 p                 x                                              )                 )                 )                 )                 )                 )                 )                 )     Ј            )     ؈            )                 *                 *                 *                  &*                 1*                 <*                 G*                  R*     (            ]*     0            h*     8            s*     @            ~*     H            *     P            *     X            *     `            *     h            *     p            *     x            *                 *                 *                 *                 *                 +                 
+                 +                 #+     ȉ            .+     Љ            9+     ؉            D+                 O+                 Z+                 e+                 p+                  {+                 +                 +                 +                  +     (            +     H            +     P            +     X            +     `            +     h            +     p            +     x            +                 
,                 ,                  ,                 +,                 6,                 A,                 L,     Ȋ            W,                 b,                 m,                  x,     (            ,     0            ,     `            ,     h            ,     p            ,     x            ,                 
                 ~
                 
                 
                 
                 
                 
     ȋ            
     Ћ            ˾
     ؋            ־
                 ,                  
     (            ~
     0            
     8            
     @            ~
     H            
     P            
     X            ,     `            ,     h                 p                 x                             ,                 ,                 ,                 -                 -                 -                 (-                 3-                 >-     Ќ            I-     ،            T-                 _-                 j-                 u-                  -                 -                 -                 -                  -     (            -     0            -     8            -     @            -     H            -     P            -     X            -     `            .     h            .     p            .     x            %.                 0.                 ;.                 F.                 Q.                 \.                 g.                 r.                 }.     ȍ            .     Ѝ            .     ؍            .                 .                 .                 .                 .                 .                 .                 .                  .     (            /     @                 H            /     P            /     X            "/     `            -/     h            8/     p            C/     x            N/                 Y/                 d/                 o/                 z/                 /                 /                 /     Ȏ            /                 /                 /     P            /     `            /     h            /     p            /     x            /                 
                 ~
                 
                 
                 
                 
                 
     ȏ            
     Џ            ˾
     ؏            ־
                 /                 	0     h                 p                 x                             0                 0                 *0                 50                 @0                 K0                 V0                 a0     ؐ            l0                 w0                 0                  0                 0                 0                 0                  0     (            0     0            0     8            0     @            0     H            0     P            0     X            1     `            1     h            1     p            '1     x            21                 =1                 H1                 S1                 ^1                 i1                 t1                 1                 1     ȑ            1     Б            1     ؑ            1                 1                 1                 1                 1                 1                 1                  1     (            2     @                 H            2     P            2     X            $2     `            /2     h            :2     p            E2     x            P2                 [2                 f2                 q2                 |2                 2     Ȓ            2                                  2                 2     @            2     H            2     X            2     `            2     h            2     p            2     x            3                 
                 ~
                 
                 
                 
                 
                 
     ȓ            
     Г            ˾
     ؓ            ־
                 3                 3                 (3                 33                  >3                 I3                 T3                 _3     p                 x            j3                 u3                 3                 3                 3                 3                 3     Д            3     ؔ            3                 3                 3                 3                  3                 3     (            4     0            4     @            4     P            %4     X            04     x            ;4                 F4                 Q4                 \4                 g4     Е            r4     ؕ            }4                 4                 4                 4                 4                  4                 4                 4                 4                  4     (            4     P            4     X            5     `            5     h            5     p            "5                 -5                 85                 C5                 N5                 Y5                 d5     Ȗ            o5                 z5                 5                 
                 ~
                 
                 
                 
                 
                 
     ȗ            
     З            ˾
     ؗ            ־
                 5                 5                 5                 5                  5                 5                 5                 5                  5     (            5     0            5     h                 p                 x                             	6                 6                 6                 *6                 56                 @6     ؘ            K6                 V6                 a6                  l6                 w6                 6                 6                  6     (            6     0            6     8            6     @            6     H            6     P            6     X            6     `            6     h            6     p            7     x            7                 7                 '7                 27                 =7                 H7                 S7                 ^7                 i7     ș            t7     Й            7     ؙ            7                 7                 7                 7                 7                 7                  7     (            7     @                 P            7     X            7     `            
8     h            8     p             8                 +8                 68                 A8                 L8     Ț            W8                 b8     (            m8     0            8     8            8     @            8     P            8                 
                 ~
                 
                 
                 
                 
                 
     ț            
     Л            ˾
     ؛            ־
                 8                 8                 8                 8                  8                 8                 
9     h                 p                 x                             9                  9                 +9                 69                 A9                 L9                 W9                 b9     Ȝ            m9     ؜            x9                 9                 9                 9                  9                 9                 9                 9                  9     (            9     0            9     8            9     @            9     H            :     P            :     X            :     `            (:     h            3:     p            >:     x            I:                 T:                 _:                 j:                 u:                 :                 :                 :                 :     ȝ            :     Н            :     ؝            :                 :                 :                 :                 :                 :                 ;                  ;     (            ;     @                 H            %;     P            0;     X            ;;     `            F;     h            Q;     p            \;     x            g;                 r;                 };                 ;                 ;                 ;                 ;                 ;     Ȟ            ;                 ;     `            ;     h            ;     p            ;     x            ;                 
                 ~
                 
                 
                 
                 
                 
     ȟ            
     П            ˾
     ؟            ־
                 <                 <     (            <     0                 8                 @                 H                 P                 X                 `                 h                 p                 x                             "<                 -<                 8<                 C<                 N<                 Y<                 d<                 o<                 z<     Ƞ            <     Р            <     ؠ            <                 <                 <                 <                 <                  <                 <                 <                 <                  <     (            	=     0            =     8            =     @            *=     H            5=     P            @=     X            K=     `            V=     h            a=     p            l=     x            w=                 =                 =                 =                 =                 =                 =                 =                 =                 =     ȡ            =     С            =     ء            >                 >                 >                 .>                 9>                  D>                 X>                 c>                 n>                  y>     (            >     0            >     8            >     @                 H            >     P            >     X            >     `            >     h            >     p            >     x            >                 >                 >                 ?                 ?                 ?                 )?                 4?                 ??                 J?     Ȣ            U?     Т            `?     آ            k?                 v?                 <"
                 <"
                 ?                  ?                 ?                 ?                 ?                  ?     (            ?     0            ?     8            ?     @            @     H            @     P            0@     X            D@     `            X@     h            c@     p            n@     x            y@                 @                 @                 
                 ~
                 
                 
                 
                 
                 
     ȣ            
     У            ˾
     أ            ־
                 @                 @                 @                 @                  @                 @                 @                 @                  @     (            @     0            A     8            A     @            A     H            )A     P            4A     X            ?A     `            JA     h                 p                 x                             UA                 `A                 kA                 vA                 A                 A                 A                 A     ؤ            A                 A                 A                  A                 A                 A                 A                  A     (            B     0            B     8            B     @            &B     H            1B     P            <B     X            GB     `            RB     h            ]B     p            hB     x            sB                 ~B                 B                 B                 B                 B                 B                 B                 B     ȥ            B     Х            B     إ            B                 B                 C                 
C                 C                  #C     (            .C     @                 H            9C     P            DC     X            OC     `            ZC     h            eC     p            pC     x            {C                 C                 C                 C                 C                 C     Ȧ            C     Ц            C                 C     @            C     H            C     X            D     `            #D     h            .D     p            9D     x            DD                 
                 ~
                 
                 
                 
                 
                 
     ȧ            
     Ч            ˾
     ا            ־
                 OD                 ZD                 eD                 pD                  {D                 D                 D                 D                  D     (            D     0            D     8            D     @            D     H            D     P            Z     `            D     h            D     p            D     x            
E                 E                  E                 +E                 6E                 AE                 LE                 WE                 bE                 mE     Ȩ            xE     Ш            E     ب            E                 E                 E                 E                 E                  E                 E                 E                 E                  E     (            E     0            F     8            F     @            F     H            F     P            (F     X            (F     `            (F     h            3F     p            3F     x            3F                 >F                 >F                 IF                 IF                 TF                 TF                 TF                 _F                 jF     ȩ            uF                 F                 F                 F                 F                  F                 F                 F                 F                  F     (            F     0            F     8            F     @            G     H            G     P            G     `            %G     h            0G     p            ;G     x            FG                 QG                 \G                 gG                 rG                 }G                 G                 G                 G                 G     Ȫ            G     Ъ            G     ت            G                 G                 G                 G                 G                  H                 H                 H                 "H                  -H     (            C     0            C     8            C     P            8H     `            CH     h            NH     p            YH     x            dH                 oH                 zH                 H                 H                 H                 H                 H     `            H     h            H     p            H     x            H                 H                 H                 H                 	I                 I                 I                 *I                 5I                 @I     ȭ            KI     Э            VI     ح            aI                 lI                 wI                 I                 I                  I                 I                 I                  I     (            I     0            I     8            I     @            I     H            I     P            I     X            J     `            J     h            J     p            'J     x            2J                 =J                 HJ                 SJ                 ^J                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            iJ                 tJ                 J                 J                 J                 J                 J                 <"
                 <"
                 <"
     ȯ            <"
     Я            <"
     د            <"
                 J                 J                 J                 <"
                  J                 J                 J                 J                  K     (            K     0            K     8            $K     @            /K     H            :K     P            EK     X            PK     `            [K     h            fK     p            qK     x            |K                 K                 K                 K                 K                 K                 K                 K                 K                 K     Ȱ            K     ذ            <"
                 K                  L                 L                 L                  !L                 5L                 @L                 KL                  VL     (            aL     0            lL     8            wL     @            L     H            L     P            L     X            L     `            L     h            L     p            L     x            L                 L                 L                 L                 M                 M                 #M                 .M                 9M                 DM     ȱ            OM     б            cM     ر            wM                 M                 M                 M                 M                  M                 M                 M                 M                  M     (            M     0            M     8            N     @            N     H            N     P            %N     X            0N     `            <"
     h                 p            C     x            <"
                 <"
                                  C                 <"
                 <"
                 <"
                 <"
     Ȳ            ;N     в            FN     ز            QN                 \N                 gN                 rN                 }N                  N                 N                 N                 N                  N     (            N     0            N     8            N     @            N     H            N     P            N     X            O     `            O     h            O     p            "O     x            -O                 8O                 CO                 NO                 YO                 dO                 oO                 zO                 O                 O     ȳ            O     г            O     س            O                 O                 O                 O                 O                  O                 O                 O                 	P                  P     (            P     0            *P     8            5P     @            @P     H            KP     P            VP     X            aP     `            lP     h            wP     p            P     x            P                 P                 P                 P                 P                 P                 P                 P                 P                 P     ȴ            P     д            Q     ش            Q                 Q                 'Q                 2Q                 =Q                  HQ                 SQ                 ^Q                 iQ                  tQ     (            Q     0            Q     8            Q     @            Q     H            Q     P            Q     X            Q     `            Q     h            Q     p            Q     x            Q                 Q                 R                 R                 R                 $R                 /R                 :R                 ER                 PR     ȵ            [R     е            fR     ص            qR                 |R                 R     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 R                 R                 R     ȶ            R     ж            R     ض            R                 R                 R                 R                 R                   S                 S                 S                 !S                  ,S     (            7S     0            BS     8            MS     @            XS     H            cS     P            nS     X            yS     `            S     h            S     p            S     x            S                 S                 S                 S                 S                 S                 S                 T                 T                 #T     ȷ            .T     з            9T     ط            DT                 OT                 ZT                 eT                 pT                  {T                 T                 T                 T                  T     (            T     0            <"
     H            C     P            T     X            T     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 T                 T                 T                 T                 T                 
U                 U     ȸ             U     и            +U     ظ            6U                 <"
                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            AU     @            <"
     P            LU     X            WU     `            bU     h            mU     p            xU     x            U                 U                 U                 U                 U                 U                 U                 U                 U                 U     ȹ            U     й            U     ع            V                 V                 V                 (V                 3V                  >V                 IV                 TV                 _V                  jV     (            uV     0            V     8            V     @            V     H            V     P            V     X            V     `            <"
     h            V     p            V     x            V                 V                 V                 V                 W                 W                 W                 %W                 0W                 ;W     Ⱥ            FW     к            QW     غ            \W                 gW                                                                     t                 rW                 }W                 W                  W     (            W     0            W     8            W     @            W     H            W     P            W     X            W     `            
     h            ~
     p            
     x            
                 
                 
                 
                 
                 ˾
                 ־
                 W                 W                 X     Ȼ            X     л            X     ػ            "X                 -X                 8X                 CX                 NX                  YX                 dX                 xX                 X                  X     (            X     0            X     8            X     @            X     H            X     P            X     X            X     `            Y     h            Y     p            Y     x            "Y                 -Y                 8Y                 CY                 NY                 YY                 dY                 oY                 zY                 Y     ȼ            Y     м            Y     ؼ            Y                 Y                 Y                 Y                 Y                  Y                 Y                 Y                 Y                  	Z     (            Z     0            Z     8            *Z     @            5Z     H            @Z     P            KZ     X            VZ     `            aZ     h            lZ     p            wZ     x            Z                 Z                 Z                 Z                 Z                 Z                 Z                 Z                 Z                 Z     Ƚ            Z     н            Z     ؽ            [                 [                 [                 '[                 2[                  =[                 H[                 S[                 ^[                  i[     (            t[     0            [     8            [     @            [     H            [     P            [     X            [     `            [     h            [     p            [     x            [                 [                 
\                 \                  \                 +\                 6\                 A\                 L\                 W\     Ⱦ            b\     о            m\     ؾ            x\                 \                 \                 \                 \                  \                 \                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            \     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 \                 \                 <"
                 <"
                 \                 <"
                 <"
                 <"
     ȿ            <"
     п            \     ؿ            ]                 
                 ~
                 
                 
                  
                 
                 
                 
                  ˾
     (            ־
     0            ]     8            ]     @            &]     H            1]     P            E]     X            Y]     `            d]     h            o]     p            z]     x            ]                 ]                 ]                 ]                 ]                 ]                 ]                 ]                 ]                 ]                 ]                 ]                 	^                 ^                 ^                 *^                 5^                  @^                 K^                 V^                 a^                  l^     (            w^     0            ^     8            ^     @            ^     H            ^     P            ^     X            ^     `            ^     h            ^     p            ^     x            ^                 ^                 ^                 _                 _                 _                 '_                 2_                 =_                 H_                 S_                 ^_                 i_                 t_                 _                 _                  _                 _                 _                 _                  _     (            _     0            _     8            _     @            _     H            _     P            `     X            `     `            `     h            $`     p            /`     x            :`                 E`                 P`                 [`                 f`                 q`                 |`                 `                 `                 `                 `                 `                 `                 `                 `                 `                 `                  `                  a                 a     (            a     0            !a     8            ,a     @            7a     H            Ba     P            Ma     X            Xa     `            ca     h            na     p            ya     x            a                 a                 a                 a                 a                 a                 a                 a                 a                 a                 a                 a                 b                 b                 b                 )b                 4b                  ?b                 Jb                 Ub                 `b                  kb     (            vb     0            b     8            b     @            b     H            b     P            b     X            b     `            b     h            b     p            b     x            b                 b                 b                 c                 c                 $c                 /c                 :c                 Ec                 Pc                 [c                 <"
                 <"
                 <"
                  <"
                 <"
                 <"
                 <"
                  <"
     (            <"
     0            <"
     8            <"
     @            <"
     H            <"
     P            <"
     X            <"
     `            <"
     h            <"
     p            <"
     x            <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 <"
                 fc                 qc                 |c                 c                  c                 c                 c                 c                  c     (            c     0            c     8            c     @            c     H            <"
     P            c     X            c     `             d     h            d     p            d     x            !d                 <"
                 <"
                 ,d                 c                 7d                 Bd                 Md                 Xd                  cd                 nd                 yd                 d                  d     (            d     0            d     8            d     @            d     H            d     P            d     X            d     `            d     h            d     p            d     x            e                 e                 e                 )e                 4e                 ?e                 Je                 Ue                 `e                 e                 e                 e                 e                  e     `            e     h            e     p             f     x            f                 f                 *f                 5f                 @f                 Tf                 _f                 jf                 uf                 f                 f                 f                 f                 f                 f                 f                 f                  f                 f                 	g                 g                  g     (            *g     0            5g     8            @g     @            Kg     H            Vg     P            ag     X            lg     `            wg     h            g     p            g     x            g                 g                 g                 g                 g                 g                 g                 g                 g                 g                 h                 h                 h                 'h                 2h                 =h                 Hh                  Sh                 ^h                 ih                 th                  h     (            h     0            h     8            h     @            h     H            h     P            h     X            h     `            h     h            h     p            h     x            h                 i                 i                 i                 $i                 /i                 :i                 Ei                 Pi                 [i                 fi                 qi                 |i                 i                 i                 i                 i                  i                 i                 i                 i                  j     (            j     0            j     8            $j     @            /j     H            Cj     P            Wj     X            kj     `            vj     h            j     p            j     x            j                 j                 j                 j                 j                 j                 j                 j                 j                 j                 k                 k                 k                 &k                 1k                 <k                 Gk                  Rk                 ]k                 hk                 |k                  k     (            k     0            k     8            k     @            k     H            k     P            k     X            k     `            k     h            k     p            k     x                                                               "                                  <"
                 <"
                 	l                 l                 l                 *l                 5l                 @l                 Kl                 _l                 sl                 ~l                  l                 l                 l                 l                  l     (            l     0            l     8            l     @            l     H            l     P            l     X            m     `            
m     h            m     p            #m     x            .m                 9m                 Dm                 Om                 Zm                 em                 pm                 {m                 m                 m                 m                 m                 m                 m                 m                 m                 m                  m                 m                 m                 
n                  n     (             n     0            +n     8            6n     @            An     H            Ln     P            Wn     X            bn     `            mn     h            xn     p            n     x            n                 n                 n                 n                 n                 n                 n                 n                 n                 o                 o                 o                 $o                 /o                 Co                 Wo                 ko                  o                 o                 o                 o                  o     (            o     0            o     8            o     @            o     H            p     P            #p     X            7p     `            Kp     h            Vp     p            ap     x            up                 p                 p                 p                 p                 p                 p                 p                 q                 q                 +q                 ?q                 Sq                 gq                 {q                 q                 q                  q                 q                 q                 q                  q     (            	r     0            r     8            (r     @            3r     H            >r     P            Ir     X            Tr     `            ?     h            ?     p            _r     x            jr                 ur                 r                 r                 r                 r                 r                 r                 r                 r                                                   r                 r                 r                                  "                                                    C                 C                  C     (            C     0                 8            r     @            C     H            C     P            C     X            C     `            C     h            s     p            s     x            s                 %s                 0s                 ;s                 Fs                 Qs                 C                 C                 C                 C                 \s                 gs                 C                 rs                 }s                 s                 C                  s                 s                                                    s     (            s     0            C     8            C     @            C     H                 P                 X                 `            ?     h            ?     p            s     x            "                 s                 s                                  C                 C                 C                                                                    C                 C                 <"
                                                                    C                  C                 C                 C                                   s     (            C     0            C     8                 @            C     H                 P                 X            C     `                 h                 p            C     x            s                 s                 R                 
t                 t                 S                 S                  t                 S                                  +t                 R                 jS                 6t                 At                 Lt                 Wt                  bt                 mt                 xt                 t     0            t     8            t     @            t     H            t     P            t     X            t                 1y                 /x                 at                 t                 Qu                 yu                 v                 x                 w                 	y                 "v                 t                 t                 t                  t                 u                 u                 u                  (u     (            3u     0            >u     8            Iu     @            Tu     H            _u     P            ju     X            uu     `            u     h            u     x            u                 u                 u                 u                 u                 u                 fN                 u                 u                 k                 k                 k                 k                 Aw                  v                 v                 v                  !v                 ,v                 7v                 Bv                  Mv     (            t     0            Xv     8            cv     @            nv     H            yv     P            v     X            v     `            v     h            v     p            v     x            v                 v                 v                 v                 v                 v                 v                 w                 w                 $l                 Ll                 tl                 0w                 Mw                 Xw                 cw                 nw                  w                 w                 w                 w                  w     (            w     0            w     8            w     @            w     H             x     P            x     X            x     `            !x     h            ,x     p            7x     x            Bx                 Mx                 Xx                 cx                 nx                 yx                 x                 x                 x                 x                 x                 x                 x                 x                 x                 x                 x                  x                 y                 y                 y                  )y     (            4y     0            ?y     8            Jy     @            Uy     H            `y     P            ky     X            vy     `            y     h            y     p            y     x            y                 y                 y                 y                 
z                 !z                 5z                 Iz                 ]z                 qz                 z                 z                 z                 z                 z                 z                 z                  {                 %{                 9{                 M{                  a{     (            u{     0            {     8            {     @            {     H            {     P            {     X            {     `            {     h            {     p            |     x            |                 |                 &|                 1|                 E|                 Y|                 m|                 |                 |                 |                 |                 |                 	}                 }                 :}                 W}                 k}                  }                 }                 }                 }                  }     (            }     0            }     8            }     @            }     H            }     P            }     X            
~     `            ~     h             ~     p            +~     x            6~                 A~                 L~                 W~                 b~                 m~                 x~                 ~                 ~                 ~                 ~                 ~                 ~                 ~                 ~                 ~                 ~                  ~                 ~                                                         (            (     0            3     8            >     @            I     H            T     P            _     X            j     `            u     h                 p                 x                                                                                                                                                                                                                                         %                 0                 ;                 F                  Q                 \                 g                 r                  }     (                 0                 8                 @                 H                 P                 X            ʀ     `            Հ     h                 p                 x                                                                                "                 -                 8                 C                 N                 Y                 d                 o                 z                                                                                                                        ǁ                 ҁ                  ݁     (                 0                 8                 @            	     H                 P                 X            *     `            5     h            @     p            K     x            V                 j                 ~                                                                    ΂                                                   
                                                    +                 6                 A                 L                 W                  b                 m                 x                                        (            bt     0                 8                 @                 H                 P            Ń     X            Ѓ     `            ۃ     h                 p                 x                                                                                (                 3                 >                 I                 T                 _                 j                 u                                                                                                                                         ̈́                 ؄                       (                 0                 8                 @                 H                 P            %     X            0     `            ;     h            F     p            Q     x            \                 g                 r                 }                                                                                                                       ʅ                 Յ                                                                                                                        "                 -                 8                  C     (            N     0            Y     8            d     @            o     H            z     P                 X                 `                 h                 p            Æ     x            ׆                                                                    '                 ;                 O                 c                 w                                                                    Ǉ                 ۇ                                                                     +                 ?                 S                 g                  {     (                 0                 8                 @            ˈ     H            ߈     P                 X                 `                 h            /     p            C     x            W                 k                                                   M                      