diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..7f1b9301200be446530e6b50ee481c37e545f66e Binary files /dev/null and b/.DS_Store differ diff --git a/.gitattributes b/.gitattributes index 1ef325f1b111266a6b26e0196871bd78baa8c2f3..609067560d43fce72c0adff3951a1eba21fdd183 100644 --- a/.gitattributes +++ b/.gitattributes @@ -57,3 +57,38 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2018_SIPP_Metadata_v3.pdf filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2019_SIPP_Data_Dictionary.pdf filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2020_SIPP_Data_Dictionary.pdf filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2021_SIPP_Data_Dictionary_AUG22.pdf filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2022_SIPP_Data_Dictionary.pdf filter=lfs diff=lfs merge=lfs -text +in/SIPP_data_dictionaries/2023_SIPP_Data_Dictionary.pdf filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/Eora26_2015_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/Eora26_2015_bp_Q.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/Eora26_2015_bp_QY.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/Eora26_2015_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2016/Eora26_2016_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2016/Eora26_2016_bp_Q.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2016/Eora26_2016_bp_QY.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2016/Eora26_2016_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2017/Eora26_2017_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2017/Eora26_2017_bp_Q.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2017/Eora26_2017_bp_QY.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2017/Eora26_2017_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2018/Eora26_2018_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2018/Eora26_2018_bp_Q.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2018/Eora26_2018_bp_QY.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2018/Eora26_2018_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2019/Eora26_2019_bp_FD.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2019/Eora26_2019_bp_Q.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2019/Eora26_2019_bp_QY.txt filter=lfs diff=lfs merge=lfs -text +in/eora_io_data_2019/Eora26_2019_bp_T.txt filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2018.dta filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2019.dta filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2020.dta filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2021.dta filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2022.dta filter=lfs diff=lfs merge=lfs -text +in/sipp_unzipped/pu2023.dta filter=lfs diff=lfs merge=lfs -text +out/sipp_job_panel.csv filter=lfs diff=lfs merge=lfs -text diff --git a/MANIFEST.txt b/MANIFEST.txt new file mode 100644 index 0000000000000000000000000000000000000000..050ef1afb594d6823fafd9dfb0c002aad60dc302 --- /dev/null +++ b/MANIFEST.txt @@ -0,0 +1,21 @@ +Data Files Manifest for Replication Archive +========================================== + +Total size: 31GB (reduced from 272GB in original data folder) +Total files: ~150 (reduced by removing pre-2018 SIPP data) + +File counts by type: +- SIPP raw data (zip): 12 files (2018-2023 only) +- SIPP unzipped data (dta): 6 files (2018-2023 only) +- SIPP documentation (pdf): 6 files +- EORA I-O data (txt): ~120 files (5 files per year for 2010-2021) +- OECD I-O data (rdata): 5 files +- Documentation/scripts: 3 files +- Metadata files: 2 files + +Key data sources: +1. SIPP (Survey of Income and Program Participation): Used for occupation/job transition analysis +2. EORA Input-Output tables: Used for network analysis of economies +3. OECD Input-Output data: Alternative I-O data source + +This represents a minimal dataset sufficient for replication. \ No newline at end of file diff --git a/README.md b/README.md index 7b95401dc46245ac339fc25059d4a56d90b4cde5..95830c4d9501b68ecc187073a2ff8a9fe6f6e845 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,45 @@ ---- -license: apache-2.0 ---- +# Clean Data Directory for Replication Archive + +This directory contains only the data files that are actually used by the replication code. + +## Directory Structure + +### data_clean/in/ +Input data files used by the analysis: + +- **sipp_raw/**: Raw SIPP data files (12 zip files) + - Contains Survey of Income and Program Participation data from 2018-2023 only + - Files follow pattern: `pu{year}_dta.zip` and `rw{year}_dta.zip` + +- **sipp_unzipped/**: Pre-unzipped SIPP data files (6 .dta files + 1 metadata file) + - Contains Stata format files ready for processing (2018-2023 only) + +- **SIPP_data_dictionaries/**: Documentation for SIPP data + - PDF files with metadata and variable definitions for each year + +- **eora_io_data_{year}/**: EORA Input-Output data by year (2010-2021) + - Each year folder contains: + - `Eora26_{year}_bp_T.txt`: Trade matrix + - `Eora26_{year}_bp_Q.txt`: Satellite accounts + - `Eora26_{year}_bp_FD.txt`: Final demand + - `Eora26_{year}_bp_VA.txt`: Value added + - `labels_*.txt`: Label files for the matrices + +- **Eora26Structure.xlsx**: EORA data structure documentation + +- **oecd_io_data/**: OECD Input-Output data + - `.rdata` files containing pre-processed OECD I-O tables + +- **getOECD_IO.R**: Script for fetching OECD data (included for reference) + +### data_clean/out/ +Output data files created by the analysis: + +- **sipp_job_panel.csv**: Processed SIPP job panel data (created by processSIPP.R) + +## Notes + +1. The EORA data for years 2010-2021 is included as these years are potentially used in the analysis, even though the main configuration uses 2015-2017. + +2. SIPP data has been limited to years 2018-2023 as these are the only years used in the paper's analysis. + diff --git a/in/.DS_Store b/in/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..302e443f11af7caa2d9ca26935a49a23791bdfc5 Binary files /dev/null and b/in/.DS_Store differ diff --git a/in/Eora26Structure.xlsx b/in/Eora26Structure.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..940fd523eea1251470ec03efa413fb8b5548d0aa Binary files /dev/null and b/in/Eora26Structure.xlsx differ diff --git a/in/SIPP_data_dictionaries/2018_SIPP_Metadata_v3.pdf b/in/SIPP_data_dictionaries/2018_SIPP_Metadata_v3.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ec4b6729687fabb5a9171cfb848af93f5d307d8a --- /dev/null +++ b/in/SIPP_data_dictionaries/2018_SIPP_Metadata_v3.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f1ebb2a9e5ab52dddfe4bf50d83de3fc899d5a794cb2cbf5fe3965b1f321ef +size 2753339 diff --git a/in/SIPP_data_dictionaries/2019_SIPP_Data_Dictionary.pdf b/in/SIPP_data_dictionaries/2019_SIPP_Data_Dictionary.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8f8e12412032ba8ce49d84890956357fee43b5ac --- /dev/null +++ b/in/SIPP_data_dictionaries/2019_SIPP_Data_Dictionary.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb36294cb59bd29741405f04502d5bfa9360fdd9d6055600459f76d7ac15202c +size 2491749 diff --git a/in/SIPP_data_dictionaries/2020_SIPP_Data_Dictionary.pdf b/in/SIPP_data_dictionaries/2020_SIPP_Data_Dictionary.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f902c95dd1edcc36e75115b3ee9fbfecdaf82d52 --- /dev/null +++ b/in/SIPP_data_dictionaries/2020_SIPP_Data_Dictionary.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af6546bd9f4ef1f8ae0fc370e4d971d89791dfef611fe45757486740db4a1c3 +size 2802783 diff --git a/in/SIPP_data_dictionaries/2021_SIPP_Data_Dictionary_AUG22.pdf b/in/SIPP_data_dictionaries/2021_SIPP_Data_Dictionary_AUG22.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a28f22b365022304e7fa9ec385e7e95065b146e0 --- /dev/null +++ b/in/SIPP_data_dictionaries/2021_SIPP_Data_Dictionary_AUG22.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336a1e2244334184c82bbb457da47376afa423647fa6284daea0314fe072bce6 +size 4038152 diff --git a/in/SIPP_data_dictionaries/2022_SIPP_Data_Dictionary.pdf b/in/SIPP_data_dictionaries/2022_SIPP_Data_Dictionary.pdf new file mode 100644 index 0000000000000000000000000000000000000000..1e76c11651d10453718ba34a068c9c050ef622a7 --- /dev/null +++ b/in/SIPP_data_dictionaries/2022_SIPP_Data_Dictionary.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c58c1f6162a869b0a4a727c2893fc0633cd7601de5c6c8069e387d908e3a6d5 +size 4157878 diff --git a/in/SIPP_data_dictionaries/2023_SIPP_Data_Dictionary.pdf b/in/SIPP_data_dictionaries/2023_SIPP_Data_Dictionary.pdf new file mode 100644 index 0000000000000000000000000000000000000000..de1242d65cddab39b06eeaf39744f4adda6791d6 --- /dev/null +++ b/in/SIPP_data_dictionaries/2023_SIPP_Data_Dictionary.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c5fbd29b24d3f1c18e7168a0f6d9fdfa7578b58d247fa9f475093a6db894f +size 3991831 diff --git a/in/eora_io_data_2015/Eora26_2015_bp_FD.txt b/in/eora_io_data_2015/Eora26_2015_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd1fd62933a334e4222ddd7dc7d8e4be40c8a7af --- /dev/null +++ b/in/eora_io_data_2015/Eora26_2015_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97288e33622b1ac56c8613a7be9800298431cb371be583342d19ffdbcd83c163 +size 67237871 diff --git a/in/eora_io_data_2015/Eora26_2015_bp_Q.txt b/in/eora_io_data_2015/Eora26_2015_bp_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea06985c9debc0d18f239bdff7680c120fcb457a --- /dev/null +++ b/in/eora_io_data_2015/Eora26_2015_bp_Q.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0979490f67a7d5cb058f4faa8a531eb88a9c57e8ca60bfbd91d3571dc318e37c +size 160902944 diff --git a/in/eora_io_data_2015/Eora26_2015_bp_QY.txt b/in/eora_io_data_2015/Eora26_2015_bp_QY.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6b38c47fb67e3ea7b770e091fe1a265c357c75 --- /dev/null +++ b/in/eora_io_data_2015/Eora26_2015_bp_QY.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1da1b1e62bf04131c6df7466944d4fdedbc6961459079ec0f5440451f9fdf3 +size 37319040 diff --git a/in/eora_io_data_2015/Eora26_2015_bp_T.txt b/in/eora_io_data_2015/Eora26_2015_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..edc76553db053c88a759f4cd5e932e149dc18d73 --- /dev/null +++ b/in/eora_io_data_2015/Eora26_2015_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac8f86ae3eb8f2c4224dc22ac667579b779336feb467a2ed4b7a3b9f4d773f3 +size 289886700 diff --git a/in/eora_io_data_2015/Eora26_2015_bp_VA.txt b/in/eora_io_data_2015/Eora26_2015_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..e384e819ace425e9900dcba4df7990c0efb2f12b --- /dev/null +++ b/in/eora_io_data_2015/Eora26_2015_bp_VA.txt @@ -0,0 +1,6 @@ +4.51170e+04 1.37834e+04 8.65621e+03 1.16624e+05 4.91371e+04 1.46285e+05 2.35517e+05 1.53253e+05 4.13679e+05 1.15194e+05 5.92236e+04 4.19396e+03 3.93232e+04 7.14339e+05 2.62194e+04 5.23394e+05 4.70872e+05 2.71453e+05 4.80191e+05 4.73974e+05 1.42446e+06 6.03242e+05 1.17235e+06 1.47686e+04 7.46150e+03 6.96998e-01 4.19527e+04 7.88152e+03 9.60786e+03 4.60704e+04 4.22812e+04 5.74756e+04 9.77897e+04 7.13478e+04 2.09022e+05 5.81671e+04 2.99695e+04 1.49254e+03 4.90950e+04 4.48488e+05 1.83558e+04 3.69931e+05 3.32756e+05 1.46512e+05 1.58888e+05 2.15062e+05 9.25347e+05 6.17146e+05 9.37574e+05 1.35209e+04 5.10982e+03 2.13951e+00 2.18018e+05 3.02399e+04 8.71088e+05 6.27706e+05 2.86484e+05 8.06162e+05 1.78538e+06 1.06355e+06 2.93769e+06 9.24215e+05 3.70819e+05 4.79334e+04 5.91108e+05 5.22018e+06 1.53279e+05 3.60083e+06 2.95076e+06 1.69374e+06 2.33208e+06 1.84778e+06 8.39289e+06 7.26262e+06 1.06435e+07 1.10284e+05 5.34844e+04 1.72683e+00 2.62498e+03 5.79215e+02 2.05706e+03 9.41752e+03 4.04381e+03 1.05147e+04 1.62524e+04 1.16342e+04 3.33589e+04 8.92383e+03 4.24495e+03 2.41175e+02 8.19319e+03 1.60996e+05 7.31137e+03 1.33325e+05 1.09189e+05 6.09962e+04 3.89420e+04 4.26272e+04 2.72813e+05 1.55330e+05 2.39224e+05 4.21852e+03 1.58683e+03 6.51658e-01 2.56197e+05 3.79012e+04 8.70041e+05 4.99989e+05 2.17768e+05 6.97231e+05 1.18033e+06 8.21026e+05 2.15488e+06 5.88721e+05 2.85748e+05 2.11620e+04 8.58177e+05 4.27587e+06 1.55786e+05 3.92435e+06 2.94601e+06 1.70644e+06 2.47883e+06 2.11218e+06 1.02325e+07 6.14953e+06 8.59691e+06 9.56553e+04 5.74933e+04 4.53673e+00 2.84876e+03 1.34993e+03 1.72386e+03 2.15396e+03 1.33820e+03 2.41867e+03 3.67556e+03 2.94941e+03 7.58292e+03 2.66142e+03 1.30363e+03 1.00369e+02 8.44629e+03 6.39281e+04 5.00640e+03 4.91387e+04 4.12391e+04 2.35964e+04 2.70254e+04 3.28545e+04 7.46344e+04 4.88318e+04 7.48812e+04 2.22143e+03 7.04145e+02 3.78065e-01 8.24030e+06 2.98259e+05 4.04361e+06 8.34392e+06 3.33435e+06 3.03692e+06 7.74942e+06 2.68081e+06 2.60520e+06 2.20885e+06 9.96525e+05 7.08649e+04 3.10663e+06 8.86446e+06 4.57029e+05 6.10529e+06 1.29651e+07 4.40692e+06 9.10247e+06 3.87259e+06 3.73309e+07 1.40693e+07 2.76351e+07 1.16678e+04 3.34867e+06 3.83838e-01 7.87651e+04 9.35666e+03 2.78741e+04 5.44161e+04 3.02289e+04 5.51118e+04 1.02909e+05 9.27166e+04 2.37810e+05 6.47887e+04 3.21657e+04 2.56308e+03 9.53154e+04 7.30286e+05 1.58923e+04 2.83956e+05 3.22389e+05 9.27891e+04 2.14128e+05 2.02224e+05 7.33830e+05 3.73747e+05 7.25931e+05 7.11980e+03 5.13816e+03 1.06269e+00 4.70646e+03 3.18819e+03 1.92046e+04 8.89034e+03 2.23677e+03 9.17782e+03 3.24755e+04 3.26190e+03 8.98969e+03 3.28053e+03 4.14042e+03 4.84420e+02 4.32768e+04 1.08395e+05 6.30797e+03 1.12297e+05 9.09662e+04 1.20649e+05 7.65017e+04 6.01053e+04 2.55116e+05 2.16165e+05 2.87437e+05 4.66238e+03 1.65386e+03 2.16452e-01 9.03365e+06 6.21971e+05 1.56566e+07 1.46325e+07 5.18353e+06 1.55083e+07 1.59716e+07 1.56295e+07 1.60984e+07 1.30288e+07 5.39122e+06 2.83377e+05 6.12977e+06 2.07971e+07 1.06116e+06 2.70482e+07 2.19232e+07 2.36005e+07 2.86792e+07 1.38876e+07 1.80744e+08 5.35599e+07 1.66486e+08 1.60661e+06 8.05702e+05 3.98734e-01 1.18570e+06 8.52336e+03 9.70949e+05 5.57255e+06 2.48211e+06 6.17221e+06 9.65066e+06 9.97657e+06 1.64281e+07 3.98488e+06 2.78246e+06 1.06249e+05 4.22646e+06 1.63516e+07 4.15387e+06 1.20126e+07 1.12521e+07 8.89651e+06 1.12243e+07 3.61223e+06 2.63467e+07 2.00844e+07 4.38108e+07 9.49043e+05 1.58579e+06 8.71985e-01 6.57548e+04 9.76712e+03 7.97319e+04 1.62005e+05 7.29348e+04 1.87051e+05 3.44414e+05 2.29336e+05 6.45509e+05 1.79906e+05 8.20743e+04 5.89047e+03 2.38464e+05 1.23377e+06 4.11451e+04 9.72621e+05 7.70194e+05 4.32898e+05 6.15215e+05 5.80612e+05 2.47554e+06 1.56893e+06 2.29281e+06 2.90261e+04 1.20584e+04 7.33438e+00 1.44961e+04 4.88010e+03 7.45886e+03 4.18240e+04 9.33311e+03 2.38716e+04 4.12747e+04 2.63373e+04 8.93269e+04 2.76135e+04 1.21328e+04 9.96645e+02 3.02281e+04 2.92684e+05 1.01598e+04 2.24227e+05 2.19528e+05 1.11665e+05 1.29889e+05 1.29267e+05 6.18296e+05 4.00544e+05 6.25389e+05 8.21481e+03 3.79379e+03 1.99402e-01 1.11931e+04 2.17232e+03 4.49655e+04 1.08739e+05 4.75025e+04 1.28650e+05 2.48432e+05 2.03228e+05 3.78687e+05 1.02683e+05 5.38522e+04 3.61913e+03 1.72343e+05 5.47847e+05 2.79930e+04 6.73896e+05 5.61985e+05 3.07648e+05 3.82144e+05 3.51630e+05 1.91261e+06 1.29639e+06 1.92236e+06 2.31055e+04 1.21850e+04 2.34542e+00 3.69726e+05 6.16086e+04 1.46757e+05 8.12746e+05 9.73624e+05 9.03320e+05 1.58118e+06 1.03613e+06 2.92602e+06 8.10815e+05 4.06842e+05 2.29066e+04 7.04222e+05 4.74408e+06 2.07078e+05 4.68837e+06 4.09330e+06 2.45697e+06 2.51181e+06 2.36936e+06 1.30388e+07 6.00664e+06 1.18582e+07 1.58504e+05 8.13134e+04 1.68931e+00 7.26457e+03 1.73862e+03 3.52369e+03 1.92338e+04 7.20274e+03 1.87986e+04 3.18282e+04 2.09782e+04 5.82398e+04 1.66718e+04 8.46948e+03 6.98428e+02 1.79366e+04 1.32062e+05 7.94170e+03 1.37424e+05 1.14072e+05 6.39464e+04 6.41838e+04 7.33314e+04 3.12286e+05 2.04433e+05 3.09181e+05 5.65121e+03 2.23111e+03 5.15696e-01 6.43589e+05 2.82273e+04 6.38260e+04 5.47318e+04 4.75516e+04 4.55985e+04 5.54369e+03 5.55504e+04 5.78186e+03 2.52783e+04 1.64798e+04 8.11418e+03 5.16038e+05 9.39774e+05 2.71403e+04 1.65603e+06 5.72022e+05 1.02139e+05 6.64052e+04 7.00811e+04 1.09410e+06 4.45333e+05 1.57274e+06 1.33700e+04 3.44861e+04 1.51633e+02 9.84220e+05 8.42354e+04 6.16363e+05 9.03698e+06 4.98062e+06 7.01245e+06 2.09837e+07 1.28513e+07 1.43469e+07 9.05400e+06 2.13417e+06 3.96060e+05 4.98411e+06 1.56766e+07 4.35177e+06 1.83058e+07 1.12158e+07 4.69115e+06 1.50712e+07 7.09542e+06 4.76189e+07 3.79783e+07 6.24445e+07 2.68944e+06 8.18772e+05 8.39472e-01 1.34841e+04 2.93864e+03 2.40895e+03 1.31149e+04 3.95144e+03 9.04360e+03 1.33434e+04 9.67540e+03 2.55614e+04 7.93241e+03 3.98500e+03 4.13980e+02 8.48942e+03 4.49569e+04 4.23639e+03 6.00678e+04 4.99125e+04 3.04825e+04 3.55858e+04 3.95501e+04 1.00786e+05 5.91866e+04 9.74565e+04 2.07415e+03 6.53277e+02 5.20528e-01 3.83938e+04 8.02713e+03 4.24992e+03 3.17218e+04 1.61613e+04 4.21964e+04 6.99022e+04 4.78936e+04 1.34000e+05 3.70415e+04 1.81919e+04 1.15973e+03 2.24496e+04 2.45124e+05 1.29289e+04 2.59339e+05 2.27515e+05 1.21061e+05 1.26129e+05 1.51963e+05 6.07982e+05 2.99563e+05 5.19403e+05 8.05485e+03 3.36881e+03 1.15138e+00 1.18046e+04 2.20669e+03 7.17604e+03 1.92445e+04 5.56245e+03 1.12395e+04 2.08628e+04 1.25049e+04 4.06903e+04 1.42539e+04 6.50239e+03 5.06251e+02 2.90016e+04 2.91576e+05 1.16622e+04 2.29313e+05 2.19195e+05 1.25584e+05 1.32766e+05 1.30180e+05 8.29167e+05 4.78711e+05 7.61536e+05 1.13657e+04 5.53089e+03 4.76243e-01 9.85409e+04 2.38028e+04 3.23795e+04 1.14217e+04 6.23716e+03 1.42530e+04 2.90742e+04 2.97429e+04 5.89245e+04 1.65453e+04 7.81301e+03 3.69450e+02 1.16868e+05 2.06533e+05 4.25456e+03 4.93312e+04 3.56754e+04 2.15523e+04 8.44219e+04 9.81768e+04 2.30989e+05 1.16529e+05 1.58698e+05 3.39373e+03 9.97556e+02 5.19189e-01 1.36024e+06 5.87907e+04 1.20644e+06 7.31911e+05 2.38062e+05 1.96730e+05 6.22697e+05 3.29507e+04 7.89179e+04 8.63051e+03 4.17104e+04 1.55392e+04 3.29778e+05 3.38996e+05 1.76212e+04 2.27118e+05 5.05142e+05 3.34168e+05 9.34369e+05 3.18113e+05 1.45583e+06 1.00383e+06 3.66429e+05 6.41881e+04 3.76596e+05 4.70232e-01 4.84775e+04 7.97236e+03 2.31453e+04 8.90422e+04 8.42669e+04 1.20964e+05 1.87689e+05 1.41535e+05 3.65278e+05 9.82858e+04 5.02823e+04 3.58990e+03 8.47220e+04 5.71196e+05 2.21038e+04 4.92645e+05 4.28146e+05 2.05185e+05 2.53532e+05 2.86913e+05 1.44226e+06 1.07159e+06 1.44913e+06 1.84144e+04 8.48733e+03 1.35815e+00 1.47073e+04 2.21217e+03 1.11120e+04 4.01995e+04 1.55520e+04 4.37818e+04 6.53484e+04 5.13488e+04 1.59717e+05 4.71988e+04 2.46819e+04 1.31042e+03 5.16270e+04 3.57329e+05 1.03690e+04 2.62807e+05 2.16183e+05 1.13275e+05 1.34739e+05 1.38496e+05 8.19777e+05 6.86752e+05 9.31842e+05 9.51347e+03 4.29861e+03 2.81494e+00 3.52809e+07 7.98847e+06 1.04034e+07 2.86566e+07 1.75369e+07 1.77781e+07 4.87570e+07 2.39862e+07 4.11974e+07 2.77199e+07 4.70336e+06 1.75223e+06 1.81499e+07 2.55835e+07 7.32024e+05 9.43498e+06 2.09847e+07 1.26303e+07 3.10983e+07 2.39063e+07 1.17627e+08 1.53400e+08 1.54870e+08 1.36756e+05 3.92489e+07 3.52071e-01 1.27368e+03 2.13555e+02 6.82653e+02 1.49383e+03 6.45096e+02 1.63099e+03 2.51308e+03 1.97554e+03 5.16775e+03 1.54017e+03 9.70969e+02 3.80540e+01 3.06837e+03 3.29136e+04 2.97766e+03 3.88531e+04 3.43878e+04 1.91103e+04 2.06636e+04 2.06411e+04 6.13864e+04 3.10439e+04 5.69889e+04 1.13358e+03 4.03462e+02 2.08833e-01 2.35961e+04 3.60176e+03 1.92967e+05 9.36386e+04 6.26820e+04 1.34841e+05 2.33623e+05 1.58284e+05 3.96342e+05 1.05201e+05 5.51008e+04 3.92106e+03 1.59762e+05 4.96691e+05 1.60154e+04 3.66699e+05 2.76958e+05 1.77544e+05 2.68817e+05 2.15193e+05 1.38327e+06 7.59305e+05 1.14260e+06 1.42220e+04 8.88613e+03 6.81261e-01 1.05209e+05 1.44883e+04 7.21369e+04 2.76955e+05 2.47611e+05 3.30568e+05 6.02129e+05 4.96387e+05 1.04752e+06 2.48858e+05 1.35935e+05 1.07028e+04 2.11133e+05 1.11072e+06 5.37487e+04 1.33158e+06 9.90331e+05 5.15532e+05 8.19180e+05 7.29560e+05 3.90368e+06 1.91253e+06 3.14442e+06 3.69244e+04 2.46875e+04 1.25413e+00 2.36648e+04 4.40953e+03 4.32754e+03 2.54333e+04 1.18797e+04 2.92547e+04 5.13713e+04 3.40551e+04 1.00860e+05 2.93059e+04 1.34843e+04 9.54687e+02 2.12288e+04 2.01534e+05 6.85132e+03 1.62611e+05 1.66009e+05 8.25910e+04 7.32040e+04 7.64707e+04 4.10809e+05 3.67145e+05 5.59305e+05 7.49161e+03 2.33152e+03 8.63062e-01 2.33108e+04 8.89495e+03 2.54039e+03 1.08112e+04 7.26327e+03 1.56552e+04 2.90609e+04 2.01546e+04 5.66948e+04 1.71380e+04 8.64770e+03 1.19696e+03 8.29514e+03 1.01671e+05 3.98471e+03 5.58458e+04 4.90041e+04 2.33971e+04 3.71029e+04 4.36055e+04 2.04480e+05 1.07266e+05 1.91846e+05 4.23492e+03 1.33887e+03 7.92985e-01 7.61385e+04 1.36586e+04 6.24642e+03 7.50687e+04 1.29862e+05 1.01606e+05 1.70514e+05 1.01155e+05 2.79423e+05 7.62558e+04 4.24613e+04 3.04407e+03 3.77463e+04 4.93067e+05 2.13725e+04 4.81974e+05 4.13692e+05 2.29273e+05 2.65027e+05 2.70272e+05 1.12619e+06 4.17243e+05 9.29024e+05 1.30751e+04 6.12477e+03 9.36116e-01 8.29853e+04 1.12710e+04 5.45653e+04 1.68777e+05 6.96574e+04 2.63697e+05 3.36871e+05 2.29106e+05 6.04437e+05 1.64843e+05 8.60268e+04 6.10877e+03 1.60617e+05 9.28970e+05 4.07786e+04 9.57425e+05 8.04849e+05 4.37461e+05 4.60647e+05 5.03761e+05 2.32562e+06 1.17919e+06 2.02102e+06 2.70275e+04 1.32441e+04 1.04995e+00 1.52714e+07 2.24188e+06 1.70897e+07 1.86029e+07 8.52939e+06 3.37905e+07 3.06756e+07 2.74686e+07 3.86238e+07 2.17617e+07 1.50180e+07 3.18164e+06 7.61760e+06 5.19314e+07 2.82037e+06 3.63515e+07 8.08507e+07 2.59197e+07 3.19541e+07 1.63794e+07 2.35364e+08 9.47008e+07 1.54574e+08 1.60755e+04 4.61367e+06 3.98476e-02 1.36296e+04 4.62109e+03 2.88961e+03 3.75351e+03 2.49980e+03 5.00911e+03 8.18689e+03 6.27739e+03 1.73224e+04 4.67817e+03 2.34695e+03 1.99208e+02 8.57512e+03 8.96170e+04 5.07696e+03 7.40227e+04 6.24057e+04 3.36979e+04 6.27742e+04 6.67628e+04 1.07422e+05 5.87851e+04 8.82249e+04 2.14368e+03 7.00765e+02 1.05909e+00 1.88158e+03 6.49512e+02 4.68044e+03 6.77299e+03 2.16909e+03 4.53998e+03 6.88548e+03 5.03858e+03 1.44738e+04 7.09552e+03 2.83012e+03 2.44608e+02 1.85882e+04 9.67678e+04 6.11758e+03 9.82932e+04 8.74263e+04 5.55713e+04 6.53227e+04 6.05982e+04 3.54985e+05 1.86057e+05 3.14921e+05 5.67692e+03 2.27364e+03 3.92011e-01 1.55246e+04 4.90973e+03 2.99925e+03 4.34121e+03 3.56600e+03 8.49054e+03 1.50273e+04 1.00109e+04 2.83279e+04 8.30160e+03 4.33600e+03 5.87194e+02 9.00589e+03 4.88202e+04 3.34084e+03 5.69541e+04 4.82197e+04 2.57046e+04 2.34611e+04 2.46776e+04 9.61659e+04 4.62396e+04 8.10738e+04 1.83459e+03 6.11298e+02 4.24355e-01 5.14273e+04 8.29289e+03 7.22950e+03 2.24538e+04 1.00420e+04 2.96389e+04 5.10908e+04 3.50686e+04 1.14501e+05 3.26346e+04 1.51668e+04 1.07281e+03 6.40673e+04 9.84526e+04 1.60471e+04 3.16670e+05 2.21093e+05 1.15179e+05 5.62541e+04 6.98176e+04 7.00014e+05 3.91106e+05 5.48959e+05 9.86016e+03 3.46527e+03 4.78366e+00 4.15649e+06 8.91268e+05 3.02712e+06 4.34430e+06 1.31659e+06 1.98865e+06 3.50255e+06 1.49844e+06 1.08239e+06 4.48232e+05 3.65500e+05 2.39181e+04 1.10388e+06 1.32364e+07 3.07809e+05 3.96732e+06 8.82386e+06 2.04429e+06 6.28670e+06 1.78276e+06 1.73479e+07 1.08026e+07 2.01266e+07 1.48299e+04 4.25618e+06 6.25018e-01 1.75645e+08 5.64537e+07 1.40727e+08 9.87185e+07 1.18228e+08 7.03626e+07 2.66759e+08 1.39821e+08 2.70574e+08 8.48497e+07 4.49871e+07 3.88685e+00 7.42585e+07 9.66186e+07 2.03977e+06 2.62904e+07 5.84735e+07 6.20968e+07 1.88665e+08 5.60168e+07 3.36557e+08 5.16291e+06 2.15470e+08 9.58332e+05 4.63048e+07 1.94359e+00 3.93145e+06 1.38678e+05 1.29435e+06 9.16128e+06 3.44992e+06 2.29442e+06 1.14389e+07 2.74530e+06 2.39671e+06 9.11092e+05 1.11448e+06 4.86155e+04 1.81490e+06 1.12983e+06 4.99657e+05 6.44003e+06 1.43235e+07 1.20912e+06 1.93349e+06 1.93421e+06 5.48917e+06 4.46337e+07 1.26464e+07 1.28316e+06 1.26681e+06 1.35274e+01 4.16038e+04 6.64024e+03 1.41045e+05 5.99093e+04 2.67102e+04 8.73172e+04 1.41568e+05 1.08639e+05 2.48495e+05 6.31527e+04 3.32202e+04 2.55304e+03 1.44453e+05 4.83242e+05 1.69841e+04 3.85510e+05 2.92114e+05 1.76999e+05 2.61956e+05 2.32401e+05 9.77190e+05 4.69995e+05 7.46322e+05 9.91608e+03 5.05103e+03 1.42332e+00 1.54848e+05 2.67692e+04 6.32741e+04 3.71082e+05 2.39352e+05 3.72597e+05 6.27566e+05 4.16007e+05 1.29484e+06 3.01780e+05 1.59707e+05 9.94654e+03 2.55282e+05 1.71910e+06 6.93650e+04 1.67032e+06 1.42563e+06 7.77747e+05 9.68976e+05 9.23178e+05 4.75190e+06 3.04175e+06 4.31449e+06 5.30038e+04 2.91159e+04 7.40283e-01 1.52734e+05 2.85679e+04 1.00912e+05 4.25259e+05 3.08569e+05 5.59454e+05 9.81966e+05 5.97019e+05 1.59185e+06 4.21504e+05 2.24130e+05 1.59018e+04 3.49173e+05 2.11195e+06 8.85888e+04 2.21174e+06 1.82570e+06 9.21055e+05 1.17633e+06 1.21256e+06 6.92026e+06 3.77217e+06 5.82987e+06 7.85572e+04 4.01273e+04 1.03576e+00 9.50746e+04 1.51896e+04 5.28785e+04 4.47280e+05 1.36727e+05 4.05432e+05 6.67527e+05 4.52844e+05 1.18231e+06 3.62269e+05 1.69886e+05 1.38272e+04 2.84818e+05 1.95885e+06 7.22890e+04 1.74555e+06 1.55690e+06 7.91901e+05 1.05555e+06 1.10563e+06 5.88554e+06 4.96334e+06 6.10486e+06 6.93650e+04 3.27047e+04 1.59586e+00 3.83694e+04 6.19537e+03 2.59344e+04 1.60450e+05 5.90066e+04 1.45161e+05 2.51785e+05 1.64642e+05 4.68219e+05 1.39285e+05 6.51660e+04 6.29290e+03 9.56214e+04 6.99755e+05 2.74804e+04 6.30257e+05 6.26547e+05 3.03878e+05 3.45211e+05 3.76423e+05 2.08260e+06 1.25172e+06 2.07918e+06 3.07158e+04 1.20732e+04 1.23797e+00 3.46861e+06 4.55837e+04 1.85804e+06 3.27347e+06 2.80129e+06 2.45818e+06 5.85543e+06 6.09007e+06 9.33028e+06 4.12341e+06 1.56960e+06 1.46341e+05 2.15030e+06 6.56458e+06 1.24017e+06 5.68335e+06 4.06481e+06 1.79516e+06 5.31739e+06 1.97266e+06 1.11402e+07 7.44369e+06 1.26663e+07 3.96388e+04 1.83513e+05 1.35122e+00 6.74467e+04 7.13782e+03 1.48145e+04 1.21416e+05 3.69572e+04 1.44951e+05 1.74182e+05 1.13471e+05 2.98192e+05 8.10277e+04 4.32182e+04 2.62928e+03 7.41870e+04 4.65973e+05 2.04346e+04 4.88967e+05 3.99282e+05 2.40227e+05 2.75170e+05 2.50120e+05 1.22254e+06 6.73646e+05 1.25151e+06 1.50305e+04 7.49277e+03 6.14578e-01 6.34275e+04 2.08839e+04 4.02016e+04 4.82107e+04 2.84917e+04 8.56195e+04 1.38720e+05 1.09611e+05 3.14181e+05 8.09180e+04 4.08652e+04 2.17860e+03 1.53820e+05 3.21774e+05 6.91792e+03 1.24844e+05 9.68934e+04 4.92227e+04 5.91461e+04 6.22576e+04 1.07552e+06 4.23570e+05 7.79477e+05 8.60109e+03 5.43077e+03 2.04655e-01 1.19194e+05 1.86300e+04 8.53565e+04 1.52880e+05 6.75250e+04 2.20335e+05 3.56435e+05 2.41567e+05 6.40295e+05 1.67778e+05 8.85145e+04 6.64672e+03 2.77640e+05 1.14638e+06 5.03487e+04 1.26093e+06 1.01174e+06 5.66271e+05 5.84419e+05 5.91601e+05 2.87957e+06 1.18102e+06 2.19513e+06 2.70809e+04 1.41815e+04 8.90633e-01 1.22645e+06 3.28073e+05 3.63042e+05 6.00629e+06 1.00936e+06 4.54953e+06 6.09942e+06 4.12471e+06 1.09242e+07 2.04721e+06 2.07752e+06 5.02843e+04 1.27653e+06 1.41813e+07 2.06274e+06 1.29464e+07 7.63904e+06 3.40719e+06 1.04113e+07 5.48692e+06 3.12203e+07 3.56282e+07 3.53972e+07 3.60207e+05 5.25468e+05 1.17250e+00 5.91444e+03 1.95813e+03 2.46328e+03 2.44199e+03 1.39693e+03 2.35500e+03 3.58921e+03 2.76295e+03 7.74416e+03 2.51045e+03 1.25816e+03 1.29348e+02 1.23131e+04 7.59567e+04 5.09190e+03 5.25318e+04 4.43600e+04 2.34738e+04 5.74759e+04 6.91491e+04 8.01332e+04 5.08234e+04 7.83964e+04 2.35364e+03 6.24048e+02 5.78175e-01 9.97441e+04 1.30757e+04 5.02360e+04 3.38628e+05 3.34886e+05 3.48655e+05 5.86863e+05 4.08084e+05 1.19130e+06 3.13800e+05 1.72395e+05 1.16873e+04 2.29994e+05 1.75774e+06 7.02307e+04 1.62003e+06 1.51287e+06 7.61437e+05 9.80213e+05 9.25559e+05 4.54223e+06 2.64619e+06 4.58250e+06 5.87357e+04 2.71572e+04 8.33380e-01 1.22782e+06 7.43362e+04 4.22702e+05 9.60074e+05 3.90196e+05 5.03739e+05 1.13155e+06 5.01520e+05 7.02168e+05 3.42615e+05 1.95119e+04 7.26914e+03 3.98467e+05 1.35233e+06 5.25473e+03 6.77277e+04 1.50636e+05 1.67267e+05 3.01631e+05 2.93008e+05 1.97674e+06 3.90796e+06 4.90435e+06 1.37788e+05 2.31646e+05 1.35402e+00 4.27785e+05 6.27002e+04 2.67773e+05 1.09007e+06 5.91765e+05 1.21531e+06 2.03335e+06 1.34981e+06 3.55013e+06 1.05044e+06 5.40324e+05 3.69849e+04 1.08663e+06 5.67277e+06 2.53288e+05 5.58572e+06 5.00029e+06 2.99613e+06 3.43860e+06 3.14441e+06 1.60784e+07 8.16202e+06 1.64730e+07 2.04372e+05 9.74441e+04 4.99758e+00 4.58847e+04 6.76654e+03 2.16019e+04 1.62164e+05 2.50156e+05 1.53775e+05 2.66694e+05 1.61046e+05 4.39826e+05 1.24658e+05 7.01990e+04 5.56555e+03 1.01720e+05 6.98970e+05 3.10884e+04 6.70798e+05 7.12268e+05 3.78986e+05 3.59377e+05 3.71634e+05 2.08725e+06 1.05664e+06 2.18260e+06 2.71554e+04 1.24423e+04 3.24333e-01 2.40378e+04 7.35685e+03 8.02212e+02 6.27731e+03 4.54611e+03 7.59300e+03 1.35888e+04 1.00537e+04 3.14039e+04 1.04856e+04 5.37885e+03 7.70753e+02 8.46795e+03 1.82450e+05 9.77111e+03 1.26580e+05 1.00800e+05 5.49015e+04 7.30116e+04 8.94896e+04 2.10428e+05 1.31234e+05 2.01596e+05 5.03635e+03 1.59040e+03 3.08860e+00 2.85462e+05 1.76827e+04 1.62046e+05 4.50134e+05 4.06676e+05 4.47864e+05 3.05499e+05 2.32460e+05 3.20596e+05 1.54899e+05 2.11159e+05 1.29682e+04 2.88836e+05 6.05743e+05 2.27719e+05 6.07614e+05 5.44506e+05 2.00929e+05 7.79581e+05 2.52672e+05 1.45884e+06 1.19336e+06 2.12270e+06 6.97588e-01 3.75448e+04 9.70869e-01 4.77620e+05 1.01121e+05 1.23951e+05 1.17419e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.81661e+05 1.70007e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.11106e+05 1.31455e+05 1.03641e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.77214e+04 1.38039e+04 1.97846e+03 2.34208e+04 1.30543e+04 2.71683e+04 3.68446e+04 2.58542e+04 6.73923e+04 1.99094e+04 1.06601e+04 7.76050e+02 1.10549e+04 7.26212e+04 6.30076e+03 1.10736e+05 9.67640e+04 4.93666e+04 7.13143e+04 8.45419e+04 2.62094e+05 1.50676e+05 2.58877e+05 4.46803e+03 1.76295e+03 5.83602e-01 1.49930e+06 2.51344e+04 4.16729e+05 3.01524e+06 1.13057e+06 8.46352e+06 4.94895e+06 5.12305e+06 1.21093e+07 2.57921e+06 9.36698e+05 6.28837e+04 1.39295e+06 9.55228e+06 2.28967e+06 7.04921e+06 5.10181e+06 3.18841e+06 6.97934e+06 2.80088e+06 1.71331e+07 1.18456e+07 3.58076e+07 1.44910e+05 3.38634e+05 6.63369e-01 1.74408e+07 1.17075e+06 4.56321e+06 3.63531e+07 1.94737e+07 3.63222e+07 6.47390e+07 5.07571e+07 8.30749e+07 3.65151e+07 1.14122e+07 1.30693e+06 1.63783e+07 7.35884e+07 2.47244e+07 6.62608e+07 5.71600e+07 3.79017e+07 6.00371e+07 2.74413e+07 3.73777e+08 1.69367e+08 3.32169e+08 1.59370e+07 8.02934e+06 2.23426e-01 1.40361e+04 3.55878e+03 7.90760e+03 3.33954e+04 1.31530e+04 3.86686e+04 5.96517e+04 4.09258e+04 1.02983e+05 2.79479e+04 3.43166e+04 1.02577e+03 2.88466e+04 2.09359e+05 9.98724e+03 1.98173e+05 1.76655e+05 9.64757e+04 1.09187e+05 1.15404e+05 5.66184e+05 3.30707e+05 5.19677e+05 7.59677e+03 3.40309e+03 7.20147e-01 6.05071e+04 8.19916e+03 9.57894e+04 1.09818e+05 4.62422e+04 1.53540e+05 2.32162e+05 1.61362e+05 4.12205e+05 1.05535e+05 5.44184e+04 4.13592e+03 1.55082e+05 6.59276e+05 2.89643e+04 6.57176e+05 5.30314e+05 2.87384e+05 3.46057e+05 3.42502e+05 1.65157e+06 8.97500e+05 1.35740e+06 1.76775e+04 8.82590e+03 3.66534e+00 1.89858e+04 5.31780e+03 1.29729e+03 3.26629e+03 1.54883e+03 3.87806e+03 7.06585e+03 4.78111e+03 1.27894e+04 3.40258e+03 1.71908e+03 1.13693e+02 4.76605e+03 3.22940e+04 3.37753e+03 5.79715e+04 5.03738e+04 2.82629e+04 2.97230e+04 3.28781e+04 5.36128e+04 2.07813e+04 3.92641e+04 5.10627e+02 2.21399e+02 4.21350e-01 4.84069e+05 2.90658e+03 4.53854e+04 2.12317e+05 7.14747e+04 1.78480e+04 1.26023e+05 5.10093e+04 7.42026e+04 8.11483e+03 1.40290e+04 5.22650e+03 9.86470e+04 2.76270e+05 9.99259e+03 1.31298e+05 2.84862e+05 1.02429e+05 3.49381e+05 1.59256e+05 4.05112e+05 4.18415e+05 3.70684e+05 1.42680e+05 1.09207e+05 4.77746e-01 1.62031e+07 1.12745e+05 1.16081e+07 4.38463e+07 1.44602e+07 4.39174e+07 1.04389e+08 9.14319e+07 2.13586e+08 1.06706e+08 1.91885e+07 1.22458e+06 2.83197e+07 1.09682e+08 6.04419e+06 1.20411e+08 1.46254e+08 4.17672e+07 7.55165e+07 2.57671e+07 3.29528e+08 1.82196e+08 3.87485e+08 3.87955e+04 1.11343e+07 3.97485e-01 1.49345e+05 1.71307e+04 5.42912e+04 3.31439e+05 1.02037e+05 3.84723e+05 4.70372e+05 3.21530e+05 9.30463e+05 2.72097e+05 1.26453e+05 1.04246e+04 1.85918e+05 1.59247e+06 4.88674e+04 1.18382e+06 1.06449e+06 5.38085e+05 7.62776e+05 7.53447e+05 3.51191e+06 2.11505e+06 3.51848e+06 3.73262e+04 1.78984e+04 2.11442e+00 1.17645e+06 1.47448e+05 6.34878e+05 3.00213e+06 2.10381e+06 1.54213e+06 2.72866e+06 1.31824e+06 1.24488e+06 7.17296e+05 6.62668e+05 4.51050e+03 1.55024e+06 4.46168e+06 1.43654e+06 5.59466e+06 3.95347e+06 2.71372e+06 4.34827e+06 2.28084e+06 1.01208e+07 1.56860e+07 1.60905e+07 1.47919e+06 1.27791e+06 9.31184e-01 3.03149e+04 8.75464e+04 5.04261e+03 1.39463e+05 5.96053e+03 7.70021e+03 1.89912e+03 2.66131e+03 4.97670e+03 5.44255e+02 9.40915e+02 3.50537e+02 3.60691e+04 1.97405e+05 3.71452e+03 8.44846e+04 8.32194e+04 4.34905e+04 1.41365e+05 2.86902e+04 1.43543e+05 4.38606e+05 4.53861e+05 2.26695e+02 6.50616e+04 8.15594e-01 1.64002e+05 2.15211e+04 7.11587e+04 3.62673e+05 2.84180e+05 3.73184e+05 6.35442e+05 3.99164e+05 1.06372e+06 2.98253e+05 1.61481e+05 1.05494e+04 2.67665e+05 1.53925e+06 7.37013e+04 1.71397e+06 1.57093e+06 8.42377e+05 9.76549e+05 9.30410e+05 4.77138e+06 2.19049e+06 4.47642e+06 7.16571e+04 2.78172e+04 1.26698e+00 3.21914e+04 7.21022e+03 3.42470e+04 1.91113e+04 1.06841e+04 2.45477e+04 4.08002e+04 2.94645e+04 8.46146e+04 2.58857e+04 1.29620e+04 2.02494e+03 5.99213e+04 2.95859e+05 1.29951e+04 2.42143e+05 2.00403e+05 1.11887e+05 1.12209e+05 1.24177e+05 4.90674e+05 2.43108e+05 4.19601e+05 7.80628e+03 2.98568e+03 7.29865e-01 1.64686e+03 4.48091e+01 2.32973e+04 8.04778e+05 2.77594e+05 9.35202e+05 1.53792e+06 1.07793e+06 2.98054e+06 7.29613e+05 3.52876e+05 1.50978e+04 2.02026e+05 5.17137e+06 1.53495e+05 4.34182e+06 3.66427e+06 1.82005e+06 2.06347e+06 2.35421e+06 1.84376e+07 8.17086e+06 1.29227e+07 1.38604e+05 7.98254e+04 4.77722e-02 3.40336e+04 7.44557e+03 5.35662e+03 4.82873e+04 5.77451e+04 5.94980e+04 1.01047e+05 6.55271e+04 1.85145e+05 5.34149e+04 2.68144e+04 2.48575e+03 2.27494e+04 5.14645e+05 1.65121e+04 3.16691e+05 2.78067e+05 1.56176e+05 1.75026e+05 1.90548e+05 6.30467e+05 3.01212e+05 5.44685e+05 9.04165e+03 3.83162e+03 8.89868e-01 7.83130e+04 1.39110e+04 2.26797e+04 1.16744e+05 1.66216e+05 1.37915e+05 2.25889e+05 1.49665e+05 4.01383e+05 1.08671e+05 6.12147e+04 3.85115e+03 8.10132e+04 6.13858e+05 2.50724e+04 6.20493e+05 5.16414e+05 2.68095e+05 3.35001e+05 3.25496e+05 1.97338e+06 1.06187e+06 1.69249e+06 2.31955e+04 1.16037e+04 5.16690e-01 1.37986e+05 1.13388e+04 2.40466e+05 7.69826e+05 1.47525e+07 1.64360e+06 1.89948e+06 1.79190e+06 1.73485e+07 1.86107e+06 1.39384e+06 5.19274e+05 1.38611e+06 5.82942e+06 4.59306e+05 5.91995e+06 1.31668e+07 6.12408e+05 3.77652e+06 3.52853e+05 6.36206e+06 5.67917e+06 7.74903e+06 2.52038e+04 7.23348e+06 2.17573e-01 2.28443e+06 2.59534e+04 2.15590e+05 2.97536e+06 1.71367e+06 1.38982e+06 3.84823e+06 2.00962e+06 4.75990e+06 1.04700e+06 3.72536e+05 4.33140e+04 2.06586e+06 2.73051e+06 9.59816e+05 3.42793e+06 3.20656e+06 1.47711e+06 3.83574e+06 1.91367e+06 7.39927e+06 6.78253e+06 1.04730e+07 2.11613e+00 1.93230e+05 8.83576e-01 6.31279e+04 2.57926e+04 2.64500e+04 2.33992e+05 4.65088e+04 1.43890e+05 2.24970e+05 1.83188e+05 4.30427e+05 1.07863e+05 5.61991e+04 4.59051e+03 1.23243e+05 6.47992e+05 2.74393e+04 6.22394e+05 4.49644e+05 2.38047e+05 3.90988e+05 3.87505e+05 1.87969e+06 1.15247e+06 1.51581e+06 2.55422e+04 1.15483e+04 6.43102e-01 1.30927e+08 5.28161e+06 1.87149e+07 1.09679e+07 9.68448e+06 6.20391e+06 3.45373e+07 1.76025e+07 1.67100e+07 5.65205e+06 3.74635e+06 2.90829e+06 1.50369e+07 3.95847e+07 2.03531e+06 2.62329e+07 5.83456e+07 6.72369e+06 4.38940e+07 1.05608e+07 7.90465e+07 3.51356e+07 1.75989e+07 3.13768e+04 9.00515e+06 1.23004e+00 2.79108e+07 3.77467e+06 1.69159e+07 2.18966e+07 9.59161e+06 8.17395e+06 1.69412e+07 4.75887e+06 7.32366e+06 1.26093e+07 1.30276e+06 2.15742e+05 1.31814e+06 2.75248e+07 5.27908e+05 6.80415e+06 1.51334e+07 8.68430e+06 9.62411e+06 2.70661e+06 3.13588e+07 1.10308e+05 1.65111e+07 1.08340e+05 3.10935e+07 9.65011e-02 1.78493e+06 2.66669e+05 2.87083e+06 1.94066e+06 2.12164e+06 1.23971e+06 2.83014e+06 3.28086e+06 2.55331e+06 8.78686e+05 3.11188e+05 2.41749e+04 6.86305e+06 4.97429e+06 5.30693e+04 6.84005e+05 1.52132e+06 2.01928e+06 7.54926e+06 2.90211e+06 9.01588e+06 1.74916e+07 2.99133e+07 8.90810e+02 2.55662e+05 7.55483e-01 4.31590e+04 7.60544e+03 1.86358e+05 1.78788e+05 5.88329e+04 1.22216e+05 2.10485e+05 1.62351e+05 4.98476e+05 2.61121e+05 7.63208e+04 2.13657e+04 1.33551e+05 8.85733e+05 3.46045e+04 7.83635e+05 7.15334e+05 4.40016e+05 4.97933e+05 3.97856e+05 1.69011e+06 2.06318e+06 2.83823e+06 1.20798e+04 1.07948e+04 8.62297e+00 1.08137e+06 2.59676e-01 3.49708e+05 4.50837e+06 7.48849e+05 1.54810e+06 3.60591e+06 1.44082e+06 6.71673e+06 9.65541e+05 3.23386e+05 2.48156e+04 1.26902e+06 9.52471e+06 1.64555e+06 2.82967e+06 6.99537e+06 3.52804e+06 5.30804e+06 3.27655e+06 1.24083e+07 8.86291e+06 2.36018e+07 2.19178e+05 4.48161e+05 4.25557e-01 2.96717e+06 8.59794e+04 8.33485e+05 2.69187e+06 1.25761e+06 1.16056e+06 5.18457e+06 2.69271e+06 9.59233e+06 2.11423e+06 1.32817e+06 2.25852e+06 1.62827e+06 1.01493e+07 3.29298e+05 4.24429e+06 9.43988e+06 2.86634e+06 7.48892e+06 2.21577e+06 2.11815e+07 1.72853e+07 3.77870e+07 8.95641e+03 2.57049e+06 3.30257e+00 2.19956e+07 1.17086e+06 5.11153e+06 1.92873e+07 2.85585e+07 1.79315e+07 4.13698e+07 3.15791e+07 4.99407e+07 1.41603e+07 9.21886e+06 1.32450e+06 1.85096e+07 4.44914e+07 1.71421e+07 4.59200e+07 4.21198e+07 3.34827e+07 4.46589e+07 1.69319e+07 1.96791e+08 5.03129e+07 1.08078e+08 1.32173e+07 8.48009e+06 6.64373e-01 4.51970e+04 7.49365e+03 2.03061e+04 1.12688e+05 4.28450e+04 9.95733e+04 1.65650e+05 1.24729e+05 2.91786e+05 8.30628e+04 4.16092e+04 3.62412e+03 8.41670e+04 5.34535e+05 2.12958e+04 4.90584e+05 4.55235e+05 2.35866e+05 2.83767e+05 2.85833e+05 1.44765e+06 7.47092e+05 1.25462e+06 1.64411e+04 8.37529e+03 3.19575e-01 6.71375e+06 3.01051e+06 3.50075e+06 3.91368e+07 1.65678e+07 5.49463e+07 8.59244e+07 6.90209e+07 2.00355e+08 5.11571e+07 1.93517e+07 1.97544e+06 2.89659e+07 2.15994e+08 5.04676e+06 1.22580e+08 1.08114e+08 8.48225e+07 1.50136e+08 1.00469e+08 4.50628e+08 2.00930e+08 5.61709e+08 6.30625e+05 3.54535e+06 2.50224e-01 6.43850e+04 9.10708e+03 5.34859e+04 1.96743e+05 8.65242e+04 2.03386e+05 3.65164e+05 2.25411e+05 6.20529e+05 1.74079e+05 8.86020e+04 7.28458e+03 1.79161e+05 9.69429e+05 3.95956e+04 9.42751e+05 7.46097e+05 4.45623e+05 5.76260e+05 5.31984e+05 3.05998e+06 1.75335e+06 3.45559e+06 3.55598e+04 1.69976e+04 1.80162e+00 9.67984e+06 1.57286e+06 3.16248e+06 1.32595e+06 1.36793e+06 4.20919e+05 4.13650e+06 3.07418e+06 2.03010e+06 2.13814e+05 4.54175e+05 1.08685e+05 2.13439e+06 8.85828e+06 9.39090e+04 1.21038e+06 2.69206e+06 3.09271e+04 8.35421e+06 1.36172e+06 1.04157e+07 1.67475e+06 9.18399e+06 8.93486e+03 2.56431e+06 3.16878e+00 4.73356e+06 1.56326e+04 8.07514e+04 5.75442e+05 2.52910e+05 1.57121e+05 3.46366e+05 1.41112e+05 2.63883e+05 2.88584e+04 2.84134e+05 1.05854e+05 2.77438e+05 7.23849e+05 3.49045e+04 4.49880e+05 1.00060e+06 5.85293e+05 1.19735e+06 3.74439e+05 1.40450e+06 1.20161e+06 4.00722e+06 1.80564e+03 5.18217e+05 4.14724e-01 1.82195e+05 5.67990e+04 1.52195e+06 5.53515e+05 3.41329e+05 3.69822e+05 2.24085e+06 7.71352e+05 3.80573e+05 1.36173e+05 7.26487e+05 5.63728e+04 8.21948e+05 3.61587e+06 9.46525e+04 1.21997e+06 2.71337e+06 1.17976e+06 2.99035e+06 1.15258e+06 4.81033e+06 3.60465e+05 1.56778e+06 1.22414e+04 2.49538e+05 7.28997e+00 7.74442e+05 1.34862e+02 6.57973e+04 1.29209e+05 3.85791e+04 1.71796e+04 6.77226e+04 9.26906e+04 3.52286e+04 3.01916e+04 4.54826e+03 1.69445e+03 4.37658e+04 2.10553e+05 2.95615e+03 2.87147e+04 9.07078e+04 4.76299e+04 2.32423e+05 5.82121e+04 1.34287e+05 2.16524e+05 3.73848e+05 3.81072e+01 1.09368e+04 1.17110e+00 7.66665e+04 9.84495e+03 1.73531e+04 4.47581e+04 2.33400e+04 6.74912e+04 8.48836e+04 5.48833e+04 1.66068e+05 4.73402e+04 2.38721e+04 1.57118e+03 8.85664e+04 3.57885e+05 1.73880e+04 4.04613e+05 3.14138e+05 1.80386e+05 1.52647e+05 1.50860e+05 6.75945e+05 3.22329e+05 5.39683e+05 7.73854e+03 3.37540e+03 1.76213e+00 4.19591e+05 2.68543e+04 5.27037e+04 7.79167e+05 5.52609e+05 5.01883e+05 2.66956e+05 1.85502e+05 3.69780e+05 1.46059e+05 9.07555e+04 9.42980e+03 4.70830e+05 8.14846e+05 1.66490e+05 4.44974e+05 7.65151e+05 1.60734e+05 1.13408e+06 3.20883e+05 1.24816e+06 1.27669e+06 2.24096e+06 5.63362e-01 1.09395e+05 1.81471e+00 7.89389e+04 1.01946e+04 1.88101e+04 2.47400e+05 1.03150e+05 2.42930e+05 3.79976e+05 2.60093e+05 8.03786e+05 2.15531e+05 1.21502e+05 7.86910e+03 9.87517e+04 1.36594e+06 5.51675e+04 1.21436e+06 1.15571e+06 6.37084e+05 5.81265e+05 6.20335e+05 3.71852e+06 2.13538e+06 3.61065e+06 4.83946e+04 2.17628e+04 8.46952e-01 2.05119e+04 2.48619e+03 7.61065e+03 1.89220e+04 1.32005e+04 2.09164e+04 3.53937e+04 2.38759e+04 6.11978e+04 1.71312e+04 8.72768e+03 8.12220e+02 2.91588e+04 8.13211e+04 3.02397e+03 6.12855e+04 5.41750e+04 2.81618e+04 3.09059e+04 3.54865e+04 2.47176e+05 1.30612e+05 2.18370e+05 2.52881e+03 1.19543e+03 4.31474e-01 1.67704e+04 4.73026e+03 1.11727e+03 9.60042e+03 3.76512e+03 1.07211e+04 1.75990e+04 1.08937e+04 3.10865e+04 1.41628e+04 4.60367e+03 2.51621e+02 7.73815e+03 4.07727e+04 2.96183e+03 5.04799e+04 4.69608e+04 3.06580e+04 2.49478e+04 3.57419e+04 1.47820e+05 6.90149e+04 1.16655e+05 1.35580e+03 5.85960e+02 4.01920e-01 6.57095e+04 9.88481e+03 5.22108e+05 2.15458e+05 8.03238e+04 2.34936e+05 4.46624e+05 2.65615e+05 7.61219e+05 2.15938e+05 9.85317e+04 8.38394e+03 5.31052e+05 1.50913e+06 4.37780e+04 1.10359e+06 9.33469e+05 5.42302e+05 7.15665e+05 6.04205e+05 3.33711e+06 3.05285e+06 3.72566e+06 3.45886e+04 2.06667e+04 2.53069e-01 8.26805e+03 1.94428e+03 6.92005e+03 4.00628e+04 1.66110e+04 5.24261e+04 8.45090e+04 5.88266e+04 1.58018e+05 4.21657e+04 2.15534e+04 1.39295e+03 3.17860e+04 2.22027e+05 1.04432e+04 2.32123e+05 1.79457e+05 9.37971e+04 1.13058e+05 1.20207e+05 6.39091e+05 2.77575e+05 4.65979e+05 7.12537e+03 3.80837e+03 1.45210e+00 4.57223e+05 2.96543e+03 5.44007e+04 8.89521e+05 8.40540e+05 5.99442e+05 4.01235e+05 1.63150e+05 4.93724e+05 9.85245e+04 1.61538e+05 4.63131e+04 8.23862e+05 9.61412e+05 3.08429e+05 8.09357e+05 9.81254e+05 2.45425e+05 8.34196e+05 3.93552e+05 1.25898e+06 2.15906e+06 3.73788e+06 5.18045e+04 9.36735e+04 7.94444e-01 5.30139e+04 3.26278e+03 2.97660e+04 1.12805e+05 1.45254e+05 1.41032e+05 6.54068e+05 9.90748e+05 5.58153e+05 1.83542e+05 3.05656e+04 4.93408e+03 1.30800e+05 1.60799e+06 3.10005e+05 1.25557e+06 8.25972e+05 4.49355e+05 1.14770e+06 7.14379e+05 5.85972e+06 2.58465e+06 4.02666e+06 8.89173e+04 2.88032e+04 7.06241e-01 1.01329e+04 1.70370e+03 6.33587e+03 4.26783e+04 6.68581e+04 4.18652e+04 8.03141e+04 4.61952e+04 1.71378e+05 4.85981e+04 2.34808e+04 1.64388e+03 8.01747e+04 6.37843e+05 3.12806e+04 7.17182e+05 4.70496e+05 2.21402e+05 2.92833e+05 3.00541e+05 2.43234e+06 1.21446e+06 1.58839e+06 3.02792e+04 1.78540e+04 1.19568e+00 6.11782e+04 6.94586e+03 6.83620e+03 7.24008e+04 5.30645e+04 7.71622e+04 1.22028e+05 7.86843e+04 2.12178e+05 5.84541e+04 3.23042e+04 2.27808e+03 3.45265e+04 2.54180e+05 1.59271e+04 3.10025e+05 2.77296e+05 1.51509e+05 2.40056e+05 2.50972e+05 8.24929e+05 3.70117e+05 7.12249e+05 1.12567e+04 4.96469e+03 1.22632e+00 4.35305e+04 6.61903e+03 6.50025e+03 3.42664e+04 1.93284e+04 3.70949e+04 5.76674e+04 3.80780e+04 9.66152e+04 2.89959e+04 1.56502e+04 2.18987e+03 2.58477e+04 1.42686e+05 1.06977e+04 1.93304e+05 1.72630e+05 9.91404e+04 9.54890e+04 9.75169e+04 4.51921e+05 1.88550e+05 3.85247e+05 7.26636e+03 2.95184e+03 6.78697e-01 7.71369e+06 8.90858e+05 2.19135e+06 4.59066e+06 2.99344e+06 6.20276e+06 8.43350e+06 4.45578e+06 2.27850e+07 2.03862e+06 1.99449e+06 2.69164e+05 1.38563e+06 9.14824e+06 2.44935e+05 3.15695e+06 7.02148e+06 4.07579e+06 8.04402e+06 3.34982e+06 1.65114e+07 1.44886e+07 1.66042e+07 5.52712e+00 8.71775e-01 4.09310e-01 9.82552e+03 5.51689e+03 2.38033e+03 6.76489e+03 1.05820e+04 6.65925e+03 9.26606e+03 8.22344e+03 2.08697e+04 6.98538e+03 3.80648e+03 7.22989e+02 7.60596e+03 9.79400e+04 8.39381e+03 1.22406e+05 9.93672e+04 5.78318e+04 6.32402e+04 6.54838e+04 1.77559e+05 1.17377e+05 1.66740e+05 3.57836e+03 1.30251e+03 5.15089e-01 6.73899e+04 1.37892e+04 1.04328e+04 2.72893e+04 1.59288e+04 4.21844e+04 7.35694e+04 5.06794e+04 1.52482e+05 4.40843e+04 2.12309e+04 1.24703e+03 6.66938e+04 3.46262e+05 1.63991e+04 3.38730e+05 2.81303e+05 1.44993e+05 1.31594e+05 1.68710e+05 8.55217e+05 4.51094e+05 7.25537e+05 1.10147e+04 4.72688e+03 1.43788e+00 4.03367e+04 5.78280e+03 7.38765e+03 1.27829e+05 1.05630e+05 6.06621e+04 1.27736e+05 3.45548e+04 2.22070e+05 1.41896e+05 1.02132e+05 2.38482e+03 9.54673e+04 1.91638e+05 7.75286e+04 1.35626e+05 1.35131e+05 2.43651e+05 3.31531e+05 1.10354e+05 3.71850e+05 5.39557e+05 9.39859e+05 8.10880e+02 2.36717e+04 3.84612e-01 5.52143e+04 1.82259e+04 3.36862e+04 5.17549e+04 1.21265e+04 3.17767e+04 5.33492e+04 3.64886e+04 9.55147e+04 2.90952e+04 1.35720e+04 1.80779e+03 5.74670e+04 1.93754e+05 9.60806e+03 1.55498e+05 1.24959e+05 8.16805e+04 9.22202e+04 8.57008e+04 3.92888e+05 1.97152e+05 3.86613e+05 5.56989e+03 2.04042e+03 1.08737e+00 1.90441e+05 8.54563e+03 2.32735e+03 1.48511e+05 4.35753e+05 5.44607e+04 1.10986e+05 5.25741e+04 3.78906e+04 4.14373e+03 7.03384e+04 1.00075e+04 4.66436e+04 3.21269e+05 7.47599e+03 9.63572e+04 2.14312e+05 2.12703e+05 3.88361e+05 9.32947e+04 3.69016e+05 5.64764e+05 6.90453e+05 1.00352e+02 2.88011e+04 3.03949e-01 7.01663e+06 2.91689e+05 4.68575e+06 1.58444e+07 7.03786e+06 3.83693e+06 1.96060e+07 6.99920e+06 1.58040e+07 1.53713e+07 3.56979e+06 7.40719e+05 5.22753e+06 3.38083e+07 8.77991e+05 1.13163e+07 2.51691e+07 8.93100e+06 2.62319e+07 8.17329e+06 4.44709e+07 5.11472e+07 7.07976e+07 2.29936e+04 6.59916e+06 6.49861e-02 3.38673e+03 5.13286e+02 2.45389e+03 2.91471e+04 1.07518e+04 3.17285e+04 5.20619e+04 3.57171e+04 9.60111e+04 2.70475e+04 1.31661e+04 8.84344e+02 1.03406e+04 2.68783e+05 1.23227e+04 2.90434e+05 2.31484e+05 1.36131e+05 1.46380e+05 1.38055e+05 6.13870e+05 3.56278e+05 5.29847e+05 6.21040e+03 3.51491e+03 4.31782e-01 1.20040e+05 9.08271e+02 3.79963e+04 2.37723e+04 2.31529e+04 2.75025e+04 4.89312e+04 3.70984e+04 9.10043e+04 2.83501e+04 1.33863e+04 1.27201e+03 9.05617e+04 1.14795e+05 8.95239e+03 1.90978e+05 1.48845e+05 7.18530e+04 1.60123e+05 1.49946e+05 4.65834e+05 2.00454e+05 3.86979e+05 5.45218e+03 2.43232e+03 2.59690e+00 2.63349e+04 2.48271e+03 6.14027e+03 1.56046e+04 6.13860e+03 1.71852e+04 2.94525e+04 2.10190e+04 5.73016e+04 1.68916e+04 7.42612e+03 4.26914e+02 2.90528e+04 1.04608e+05 4.99479e+03 1.21182e+05 1.12349e+05 4.98719e+04 6.75802e+04 8.31676e+04 3.20108e+05 2.04221e+05 2.99370e+05 7.01689e+02 1.37138e+03 2.92789e-01 2.23453e+05 4.09508e+04 1.30735e+05 6.32374e+05 5.06828e+05 6.43924e+05 1.08467e+06 7.63127e+05 2.18274e+06 5.39404e+05 2.65748e+05 1.76366e+04 4.24428e+05 3.21501e+06 1.16527e+05 2.80519e+06 2.28178e+06 1.27992e+06 1.58109e+06 1.48033e+06 7.57238e+06 4.85733e+06 7.91313e+06 7.41439e+04 4.49700e+04 7.06365e-01 6.73060e+04 1.23328e+04 2.11864e+04 8.37440e+04 3.68854e+04 9.85757e+04 1.64726e+05 1.16477e+05 3.25480e+05 1.00590e+05 4.48267e+04 4.05320e+03 7.82718e+04 4.64055e+05 2.17438e+04 4.71205e+05 4.08077e+05 2.27888e+05 2.54573e+05 2.71812e+05 1.19794e+06 7.27982e+05 1.16022e+06 9.43663e+03 6.30573e+03 2.20978e+00 2.70641e+05 3.34838e+04 2.75511e+05 3.28794e+05 1.86542e+05 4.36994e+05 7.28793e+05 4.81895e+05 1.35520e+06 3.70448e+05 1.79699e+05 1.12411e+04 1.97982e+05 2.07058e+06 8.84561e+04 2.22369e+06 1.86051e+06 1.01146e+06 1.32847e+06 1.18160e+06 3.85389e+06 2.44179e+06 4.32178e+06 3.60759e+04 1.93614e+04 3.39859e+00 4.74169e+04 9.60321e+03 2.32096e+04 1.04846e+05 3.61836e+04 8.44514e+04 1.43761e+05 9.50707e+04 2.52313e+05 7.60713e+04 3.74440e+04 3.28236e+03 9.26869e+04 3.37920e+05 1.72182e+04 3.89590e+05 3.43374e+05 1.85286e+05 2.01786e+05 1.99839e+05 1.17200e+06 8.20198e+05 1.18154e+06 1.44868e+04 6.77035e+03 6.80412e-01 9.00319e+04 1.58254e+04 2.32230e+04 1.00859e+05 7.99925e+04 1.17864e+05 2.13734e+05 1.63108e+05 3.54090e+05 1.08023e+05 5.11782e+04 4.15647e+03 9.03830e+04 6.95837e+05 2.82198e+04 6.67281e+05 5.53499e+05 3.08232e+05 3.64103e+05 3.56595e+05 1.62467e+06 6.96163e+05 1.33817e+06 1.78303e+04 9.63424e+03 5.06013e-01 4.79432e+06 4.29416e+05 1.44955e+06 1.13339e+07 3.24002e+06 1.10695e+07 1.77275e+07 1.14988e+07 2.29379e+07 6.47755e+06 7.67563e+06 3.67151e+05 3.84430e+06 1.46478e+07 4.31187e+06 1.10058e+07 1.51956e+07 4.98199e+06 1.66279e+07 6.68791e+06 6.27239e+07 2.39295e+07 5.22630e+07 9.15022e+04 3.10988e+06 5.79404e-01 1.44070e+04 2.08875e+03 5.51645e+03 1.85682e+04 3.77554e+04 9.46096e+03 5.12395e+04 2.55092e+04 4.77027e+04 5.21679e+03 9.01886e+03 3.35997e+03 8.40196e+04 1.91823e+05 8.00129e+03 1.03128e+05 2.29370e+05 1.66161e+05 2.74709e+05 5.19720e+04 5.56102e+05 2.85849e+05 5.78754e+05 7.87991e-01 4.91856e+04 3.68773e-03 1.62067e+04 3.74012e+03 2.56999e+04 6.17961e+04 2.54070e+04 7.44991e+04 1.26799e+05 1.47575e+05 2.31369e+05 6.45192e+04 3.20447e+04 2.91463e+03 3.52753e+04 4.02789e+05 1.38152e+04 3.00157e+05 2.51243e+05 1.37022e+05 1.72074e+05 1.67436e+05 8.64829e+05 6.44431e+05 8.30587e+05 1.10120e+04 5.49796e+03 1.14636e+00 2.65579e+06 2.04584e+05 4.93565e+05 5.12932e+06 1.41550e+06 3.94506e+06 2.73524e+06 2.27572e+06 2.29490e+06 1.05855e+06 7.03008e+05 1.13530e+06 1.02754e+06 3.98761e+06 2.68002e+05 6.53706e+06 5.72369e+06 1.85404e+06 4.44576e+06 2.32934e+06 1.49052e+07 7.94950e+06 1.60933e+07 4.67029e+03 1.34037e+06 8.69854e-01 4.49193e+04 9.52743e+03 1.32902e+04 5.84288e+04 4.32041e+04 7.12547e+04 1.13868e+05 7.94103e+04 2.01809e+05 5.77218e+04 3.01983e+04 2.52497e+03 4.98640e+04 3.15718e+05 1.40578e+04 3.06368e+05 2.52185e+05 1.33051e+05 1.45304e+05 1.53130e+05 7.94255e+05 4.10572e+05 7.29930e+05 1.29184e+04 4.63401e+03 4.98844e-01 3.51842e+04 8.71485e+03 4.35026e+03 8.16526e+03 4.93687e+03 1.27332e+04 2.67876e+04 1.55052e+04 4.56226e+04 1.36157e+04 6.13130e+03 3.53246e+02 1.90848e+04 7.56735e+04 4.13620e+03 9.79324e+04 8.84541e+04 4.86911e+04 5.40571e+04 5.15332e+04 2.19557e+05 1.06728e+05 2.01498e+05 2.09023e+03 1.13249e+03 7.14789e-01 7.22551e+04 1.05571e+04 1.77656e+05 2.26730e+05 9.14910e+04 1.68212e+05 3.44059e+05 1.88748e+05 6.25397e+05 2.31574e+05 1.01059e+05 1.08972e+04 2.00057e+05 1.24792e+06 5.46234e+04 1.10883e+06 1.24430e+06 7.44747e+05 7.51520e+05 6.08376e+05 2.68620e+06 2.99792e+06 4.43956e+06 1.32136e+05 1.76240e+04 3.93270e+00 1.18601e+06 9.49747e+05 5.26383e+06 5.46858e+06 5.57782e+05 5.56654e+06 3.59075e+06 3.62313e+06 5.97487e+06 5.28955e+06 1.16436e+06 1.05605e+05 1.86086e+06 1.23343e+07 4.14007e+06 1.16143e+07 8.91509e+06 4.84747e+06 1.13714e+07 4.35369e+06 2.95404e+07 1.95680e+07 5.94342e+07 4.60191e+05 1.47467e+06 3.44994e-01 2.63685e+04 4.42616e+03 1.21131e+04 6.00886e+04 2.44176e+04 6.72786e+04 1.12565e+05 7.61852e+04 2.08109e+05 6.10994e+04 2.95854e+04 3.13494e+03 4.85300e+04 3.56410e+05 1.40627e+04 3.10993e+05 2.92349e+05 1.54184e+05 1.59462e+05 1.80566e+05 9.23748e+05 6.18415e+05 1.01298e+06 1.31244e+04 5.12615e+03 4.02096e-01 7.06388e+04 2.64432e+04 7.06173e+05 2.45350e+05 1.06111e+05 3.09695e+05 5.41879e+05 3.93246e+05 1.17692e+06 3.22109e+05 1.57999e+05 1.01432e+04 2.90571e+05 2.33090e+06 6.01907e+04 1.47031e+06 1.13160e+06 6.81468e+05 1.12000e+06 8.11126e+05 3.50310e+06 4.12959e+06 4.42280e+06 5.29971e+04 2.30383e+04 1.23805e+00 7.98082e+05 1.18439e+05 2.76616e+05 1.46752e+06 1.60249e+06 1.80444e+06 2.98052e+06 1.89528e+06 4.92463e+06 1.38872e+06 8.14343e+05 4.97758e+04 1.24028e+06 7.07988e+06 3.42422e+05 7.80231e+06 6.69209e+06 3.79832e+06 4.47054e+06 4.35407e+06 2.01021e+07 8.71082e+06 1.71093e+07 2.27873e+05 1.28468e+05 1.19076e+00 6.53829e+04 2.13206e+04 3.22867e+04 1.40238e+05 7.28350e+04 1.81393e+05 3.14584e+05 2.40371e+05 7.73613e+05 2.32094e+05 9.81472e+04 4.89385e+03 1.81272e+05 1.66181e+06 5.05736e+04 1.17893e+06 8.74465e+05 4.71676e+05 6.81826e+05 6.71871e+05 3.27753e+06 1.82052e+06 2.67476e+06 3.60641e+04 2.13736e+04 1.33516e+00 4.36474e+04 5.74217e+03 2.16121e+04 3.97539e+04 1.43460e+04 4.44263e+04 6.88482e+04 4.57665e+04 1.27062e+05 3.79400e+04 1.92106e+04 1.28866e+03 7.62539e+04 3.94643e+05 1.10173e+04 2.48273e+05 1.85389e+05 1.07356e+05 8.48524e+04 9.01993e+04 6.89298e+05 4.08499e+05 6.78605e+05 9.87428e+03 4.59778e+03 1.41332e+00 1.27123e+06 4.60830e-01 2.90027e+04 4.80001e+05 3.92462e+05 3.75458e+05 4.65809e+05 9.66986e+04 1.86116e+05 2.03538e+04 1.14494e+05 4.26546e+04 1.57167e+05 1.02064e+06 7.53918e+03 9.71716e+04 2.16123e+05 1.72619e+05 4.10634e+05 2.11670e+05 9.15542e+05 1.83661e+06 6.22772e+05 1.92012e+03 5.51076e+05 3.03453e-01 2.31582e+06 1.78379e+05 2.77272e+06 2.13093e+06 1.42362e+06 7.48900e+05 1.84492e+06 9.06786e+05 3.74510e+05 2.06608e+05 3.19512e+05 8.40702e+04 1.09144e+06 3.08698e+06 9.66683e+04 1.24595e+06 2.77116e+06 5.75103e+05 2.74136e+06 5.18636e+05 5.32936e+06 1.23673e+07 2.56299e+06 1.05811e+06 4.89103e+05 4.71319e-01 6.26092e+06 1.34327e+06 3.72225e+05 4.73457e+06 1.68479e+06 5.66470e+05 2.03454e+06 5.50937e+05 9.06143e+06 4.18743e+05 4.60499e+05 6.28776e+04 1.53002e+06 4.16878e+06 1.53614e+05 1.97992e+06 4.40361e+06 1.80440e+06 3.07545e+06 6.72421e+05 9.79068e+06 4.22880e+00 6.63507e+06 4.80783e+04 1.37985e+07 2.04387e+00 4.95200e+06 1.21657e+05 7.76339e+06 9.40663e+06 5.15627e+06 6.01666e+06 1.09251e+07 6.12891e+06 9.70612e+06 4.66025e+06 2.67132e+06 2.39175e+05 6.37159e+06 1.39618e+07 2.42508e+06 1.42516e+07 7.49837e+06 3.41578e+06 8.17014e+06 4.71123e+06 2.27600e+07 1.97631e+07 3.82745e+07 2.70645e+05 7.01882e+05 5.54385e-01 1.16284e+06 2.72900e+05 4.21111e+05 2.82315e+06 6.04277e+06 3.23637e+06 3.78738e+06 2.42092e+06 3.72479e+06 1.61585e+06 1.32760e+06 2.92644e+04 1.42844e+06 1.03234e+07 2.78037e+06 6.65158e+06 5.13520e+06 3.96847e+06 4.55803e+06 1.85633e+06 1.38019e+07 1.56387e+07 2.56806e+07 1.62644e+06 4.46870e+05 1.25893e+00 5.00139e+04 7.89796e+03 1.36474e+06 4.49975e+05 1.87469e+05 5.47444e+05 1.00760e+06 6.90518e+05 2.17079e+06 6.77238e+05 2.76444e+05 2.77393e+04 5.00638e+05 4.20905e+06 1.13248e+05 2.63265e+06 2.19664e+06 1.47821e+06 1.68986e+06 1.33522e+06 5.94418e+06 5.91921e+06 8.48892e+06 1.05168e+05 3.61863e+04 4.33767e+00 6.11620e+06 2.18176e+06 1.02119e+06 7.68428e+06 1.81734e+07 7.38610e+06 2.10490e+07 1.66445e+07 4.25429e+07 2.26237e+07 6.50506e+06 0.00000e+00 8.65235e+06 4.04530e+07 7.28348e+05 9.38760e+06 2.08793e+07 2.95883e+07 4.93978e+07 1.72615e+07 7.96729e+07 9.37880e+06 8.76792e+07 8.02186e+05 2.41186e-01 6.51521e+00 1.76302e+04 1.62688e+04 4.09664e+03 5.80637e+04 1.75937e+04 1.23012e+04 1.80842e+04 2.02240e+04 3.38857e+04 1.08260e+04 6.16213e+03 1.12825e+03 3.37375e+04 4.84508e+04 1.03949e+04 7.00895e+04 1.44112e+05 3.70471e+04 5.61917e+04 6.55014e+04 2.23736e+04 7.90025e+04 1.12377e+05 3.13744e+03 6.53212e+03 3.58921e+02 3.15775e+06 8.25019e+03 2.75968e+06 3.29259e+06 4.85846e+06 1.36016e+06 3.92228e+06 2.75195e+06 3.21742e+06 2.44736e+06 1.00747e+06 2.19932e+00 3.02822e+06 4.41517e+06 4.25441e+05 4.59441e+06 2.82622e+06 1.79191e+06 5.45224e+06 2.46803e+06 5.38183e+06 7.47917e+06 1.21864e+07 4.98387e+00 5.09517e+00 1.35073e+00 2.93100e+07 4.41051e+06 3.21638e+07 3.08804e+07 9.39622e+06 1.69061e+07 6.47167e+07 4.36680e+07 6.92793e+07 3.23398e+02 1.11135e+07 3.28062e+06 2.27848e+07 5.27228e+07 1.32614e+06 1.70925e+07 3.80162e+07 9.19406e+01 5.57444e+07 1.38154e+02 1.65151e+08 2.50110e+01 1.41243e+08 9.80568e-03 2.81423e+00 1.72995e+01 5.73456e+04 1.29482e+04 1.97524e+03 1.61197e+04 9.85643e+03 2.22984e+04 4.27219e+04 2.81981e+04 8.51201e+04 2.39795e+04 1.18996e+04 9.55801e+02 1.38409e+04 2.47811e+05 1.05355e+04 2.00759e+05 1.84683e+05 9.62627e+04 9.94667e+04 1.14380e+05 5.26827e+05 2.69365e+05 4.94009e+05 7.71882e+03 3.12879e+03 1.11957e+00 6.95134e+03 6.28226e+03 1.53742e+03 4.54049e+03 1.76347e+03 4.15325e+03 6.90051e+03 4.70248e+03 1.28720e+04 3.61014e+03 1.81670e+03 1.36221e+02 6.09804e+03 5.03320e+04 2.71302e+03 3.59258e+04 3.24617e+04 1.82711e+04 2.49430e+04 2.42252e+04 3.76427e+04 1.83783e+04 3.43262e+04 6.83855e+02 2.03864e+02 6.09387e-01 1.04844e+03 1.76502e+02 5.42057e+02 1.23221e+04 5.14821e+03 1.58181e+04 2.70696e+04 1.93843e+04 5.77086e+04 1.60019e+04 6.90482e+03 4.67197e+02 2.60106e+03 4.69723e+04 2.78616e+03 4.78864e+04 4.02388e+04 2.02108e+04 1.22082e+04 1.64734e+04 1.03689e+05 5.88558e+04 8.72000e+04 1.30427e+03 4.37214e+02 2.32516e-01 4.86694e+03 2.63645e+03 9.70772e+02 2.43353e+03 9.87668e+02 2.43311e+03 3.59750e+03 2.73158e+03 6.35630e+03 2.00621e+03 1.07955e+03 5.99333e+01 2.04042e+03 1.89010e+04 2.52917e+03 1.99343e+04 1.88004e+04 1.09797e+04 1.28863e+04 1.45856e+04 1.53991e+04 8.95749e+03 1.47804e+04 3.66343e+02 1.38076e+02 1.71184e+00 7.13791e+05 1.01688e+05 4.20348e+06 2.43923e+06 1.00640e+06 3.05947e+06 5.98790e+06 3.50123e+06 9.67745e+06 2.97593e+06 1.32232e+06 1.24024e+05 2.74074e+06 1.54110e+07 5.64706e+05 1.40616e+07 1.06681e+07 6.74033e+06 8.81221e+06 7.90939e+06 4.18642e+07 2.70192e+07 3.68396e+07 4.51900e+05 2.56271e+05 7.89362e+00 3.07792e+04 6.81314e+03 1.43895e+04 8.06091e+04 2.88137e+04 8.66963e+04 1.29921e+05 9.70389e+04 2.37786e+05 5.99290e+04 3.18869e+04 1.57182e+03 4.29686e+04 3.68426e+05 1.38181e+04 3.16673e+05 2.70144e+05 1.51026e+05 1.66764e+05 1.69530e+05 8.69810e+05 5.36162e+05 9.89988e+05 1.05444e+04 4.29414e+03 1.18933e+00 1.19869e+05 1.69766e+04 6.81514e+04 2.56753e+05 1.04666e+05 3.41023e+05 5.60724e+05 3.68786e+05 8.94075e+05 2.19882e+05 1.16348e+05 5.03280e+03 1.99967e+05 1.19991e+06 3.82065e+04 1.29713e+06 1.09308e+06 5.62512e+05 6.99192e+05 7.55127e+05 4.73453e+06 2.21060e+06 3.88968e+06 2.66544e+04 1.90487e+04 2.51333e-01 5.42130e+03 1.74624e+03 1.24400e+03 1.08255e+04 3.14811e+03 8.23748e+03 1.23442e+04 9.58555e+03 2.65542e+04 7.55031e+03 3.78457e+03 2.39249e+02 4.53734e+03 5.57233e+04 5.22967e+03 6.84335e+04 5.09017e+04 2.67724e+04 3.43964e+04 4.25220e+04 9.98472e+04 8.08813e+04 1.00012e+05 2.53274e+03 7.24562e+02 1.29604e+00 5.53118e+04 1.32158e+04 5.69539e+03 4.16278e+03 3.86273e+03 5.43250e+03 1.12481e+04 7.98604e+03 2.64257e+04 9.00356e+03 4.44989e+03 4.34828e+02 3.76554e+04 6.64656e+04 4.74833e+03 9.01361e+04 1.00409e+05 2.99895e+04 6.73582e+04 8.30650e+04 3.27543e+05 1.26082e+05 2.42136e+05 3.02982e+03 1.61382e+03 9.66273e-01 1.50588e+05 7.54885e+04 6.62008e+04 1.19600e+06 4.92778e+05 1.93803e+06 5.53372e+06 2.76132e+06 1.19635e+07 2.03638e+06 6.09032e+05 8.51494e+04 8.83190e+05 1.26462e+07 4.05181e+05 5.22233e+06 1.16152e+07 6.00443e+06 1.01002e+07 4.44790e+06 2.98789e+07 1.37015e+07 9.31022e+06 2.68377e+06 1.66256e+06 1.66552e+00 1.95038e+06 2.57089e+03 3.31750e+05 1.49263e+06 1.14940e+06 1.03080e+06 1.72512e+06 1.67595e+06 2.42348e+06 8.90129e+05 2.86862e+05 3.86347e+04 1.25794e+06 2.06217e+06 3.82686e+05 2.67404e+06 1.80079e+06 6.27389e+05 2.38502e+06 9.54908e+05 4.67730e+06 4.44161e+06 7.05865e+06 7.90673e-01 6.48811e+04 8.69576e-01 3.42488e+05 7.50370e+03 2.58777e+05 7.84389e+05 1.17235e+06 1.03887e+06 1.64272e+06 1.51594e+06 2.16890e+06 5.11758e+05 3.73418e+05 3.70329e+04 5.21301e+05 1.78766e+06 5.00665e+05 1.37223e+06 1.24812e+06 6.63350e+05 1.14245e+06 4.61207e+05 3.35954e+06 2.19666e+06 5.67908e+06 2.03881e+04 1.06781e+05 1.50784e+00 8.79191e+03 9.49187e+03 3.10969e+02 9.99691e+02 1.12352e+03 1.52013e+03 3.80158e+03 3.13937e+03 8.87953e+03 3.04932e+03 1.47827e+03 1.36797e+02 2.18013e+03 3.44702e+04 3.03242e+03 4.02419e+04 3.12212e+04 1.32347e+04 2.43828e+04 3.82551e+04 7.06757e+04 3.24453e+04 5.60635e+04 1.06852e+03 4.53936e+02 2.91867e-01 3.75695e+06 5.44689e+05 8.76748e+06 6.12567e+06 3.25044e+06 4.30882e+06 9.11347e+06 5.17044e+06 6.97488e+06 4.25251e+06 1.07666e+06 2.31981e+06 3.53477e+06 6.86133e+06 3.71213e+05 4.78453e+06 1.06414e+07 1.69241e+06 8.30406e+06 4.44697e+06 2.22748e+07 4.62296e+07 4.97296e+06 2.52862e+04 7.25713e+06 9.58737e-01 2.88161e+04 6.18968e+03 2.29673e+04 6.36082e+04 2.29174e+04 6.71833e+04 1.04672e+05 7.43754e+04 2.04759e+05 5.73301e+04 2.86725e+04 2.25322e+03 1.21271e+05 3.81879e+05 1.84003e+04 4.06233e+05 3.13323e+05 1.73338e+05 2.40576e+05 2.34531e+05 1.22645e+06 6.00104e+05 9.55579e+05 1.52487e+04 7.51033e+03 3.01460e-01 9.74500e+06 2.12064e+06 4.41033e+06 2.20875e+07 1.39206e+07 1.79806e+07 3.86411e+07 2.65930e+07 3.35567e+07 2.30011e+07 8.29631e+06 8.76025e+05 7.52196e+06 8.03146e+07 1.36485e+06 2.57164e+07 3.39626e+07 5.18264e+07 2.84889e+07 1.43867e+07 1.19841e+08 6.92494e+07 1.44527e+08 1.17878e+07 0.00000e+00 1.63934e+00 2.67359e+05 3.49296e+04 9.72562e+04 6.65889e+05 7.67151e+05 6.27487e+05 1.18963e+06 6.63584e+05 1.97955e+06 5.86351e+05 3.59697e+05 2.23396e+04 4.41086e+05 3.20049e+06 1.18045e+05 2.76768e+06 2.40113e+06 1.38479e+06 1.52166e+06 1.49826e+06 7.18061e+06 4.02614e+06 6.98006e+06 8.29281e+04 4.48957e+04 1.22852e+00 1.82821e+05 3.14004e+04 4.99066e+04 1.95316e+05 9.39388e+04 2.90517e+05 4.86355e+05 3.34543e+05 9.85268e+05 2.84061e+05 1.35857e+05 7.87237e+03 2.71746e+05 1.63314e+06 6.40948e+04 1.81268e+06 1.46629e+06 8.02560e+05 1.01586e+06 1.00421e+06 5.54763e+06 2.20545e+06 4.32696e+06 3.83347e+04 3.15958e+04 1.50203e-01 2.67573e+04 6.90280e+03 5.77669e+03 2.63458e+04 9.81974e+03 2.85920e+04 4.59668e+04 4.13533e+04 9.33070e+04 3.16462e+04 1.22041e+04 7.45843e+02 3.12279e+04 1.50513e+05 7.56333e+03 1.57430e+05 1.25209e+05 7.81318e+04 7.53098e+04 7.56710e+04 2.74957e+05 1.48683e+05 2.63096e+05 3.17741e+03 1.36219e+03 4.66656e-01 1.57241e+04 4.71050e+03 5.29662e+02 2.42660e+04 1.13016e+04 2.37532e+04 3.62395e+04 2.70665e+04 7.81610e+04 2.01672e+04 1.27792e+04 1.26308e+03 7.13078e+03 5.30719e+04 6.00882e+03 7.18376e+04 6.19992e+04 3.11623e+04 3.59725e+04 5.04432e+04 2.09323e+05 1.04679e+05 1.98638e+05 4.56632e+03 1.56460e+03 1.53317e+00 3.19743e+06 7.42531e+04 6.54668e+05 5.60456e+06 1.15866e+06 1.22765e+07 9.09764e+06 1.16472e+07 2.18225e+07 1.12394e+07 3.68226e+06 1.32827e+05 2.94447e+06 1.57454e+07 3.27956e+07 5.51281e+01 4.26165e+01 5.64491e+06 1.62584e+07 6.09670e+06 5.16737e+07 2.40131e+07 8.35498e+07 1.32349e+05 1.06817e+06 6.82243e-01 5.76340e+06 8.35586e+05 1.55562e+06 1.02706e+07 4.64817e+06 1.20915e+07 2.83352e+07 1.58182e+07 5.28094e+07 4.52800e+06 4.12240e+06 1.77391e+05 1.09543e+07 2.42942e+07 2.92107e+06 1.40613e+07 3.12742e+07 1.37921e+07 1.45766e+07 8.76914e+06 9.06086e+07 2.03731e+07 5.48746e+07 9.92631e+05 2.65929e+06 2.17694e+01 1.73951e+05 2.35413e+04 3.23882e+05 3.54919e+05 2.85092e+05 4.20126e+05 7.04087e+05 4.70660e+05 1.10477e+06 2.68062e+05 1.38826e+05 1.24227e+04 2.67625e+05 1.86678e+06 7.10551e+04 1.73517e+06 1.48034e+06 8.75775e+05 1.06662e+06 8.82563e+05 4.76151e+06 1.94785e+06 3.89730e+06 5.09823e+04 2.29380e+04 1.75759e-01 2.34296e+06 7.74484e+05 9.64212e+05 1.35046e+06 2.65800e+06 1.95488e+06 7.28049e+06 4.87159e+06 1.42720e+07 2.71165e+06 5.33134e+05 1.68602e+06 1.66991e+06 6.01472e+06 7.16265e+05 1.11707e+07 1.93008e+07 4.22412e+06 7.93484e+06 2.79209e+06 2.52244e+07 1.94612e+07 2.39506e+07 1.76229e+06 3.57113e+05 2.12611e-01 3.10707e+04 7.24617e+03 1.14426e+03 2.81921e+04 1.87486e+04 3.69051e+04 5.84494e+04 4.04482e+04 1.01632e+05 2.80391e+04 1.49375e+04 1.10531e+03 4.15570e+03 1.79901e+05 7.81733e+03 1.56676e+05 1.47104e+05 7.64016e+04 1.02168e+05 1.06522e+05 2.04713e+05 7.64619e+04 1.61692e+05 2.31242e+03 9.42751e+02 1.68409e+00 9.10083e+06 1.39655e+06 3.01484e+06 7.56553e+06 7.77763e+06 1.63758e+06 7.51037e+06 2.64420e+06 9.42723e+06 2.05019e+06 2.35118e+06 1.94265e+06 6.18936e+06 3.70970e+06 3.86127e+05 8.28470e+06 8.96688e+06 4.06077e+06 8.58738e+06 2.75436e+06 1.14399e+07 2.04874e+07 2.49014e+07 9.55095e+04 1.92234e+05 9.04254e-01 1.26043e+05 1.38687e+03 3.50205e+04 3.03087e+05 3.02217e+05 1.26694e+05 1.95555e+05 1.80572e+05 9.56691e+04 3.23083e+04 3.29550e+04 4.87980e+03 2.52132e+05 4.03005e+05 8.82134e+04 1.27062e+05 3.53392e+05 1.01490e+05 3.12064e+05 1.68914e+05 3.93338e+05 6.63533e+05 9.88491e+05 2.64464e-01 1.25578e+04 9.19147e-01 3.90941e+04 7.65696e+03 7.53932e+03 2.10962e+04 1.06183e+04 2.57911e+04 4.16673e+04 2.91302e+04 7.50042e+04 2.14628e+04 1.19396e+04 1.02562e+03 3.36376e+04 8.85436e+04 7.13457e+03 1.20387e+05 1.01884e+05 5.47678e+04 6.19296e+04 7.11088e+04 2.76362e+05 1.34388e+05 2.28522e+05 4.43057e+03 1.66467e+03 9.99650e-01 2.78841e+04 1.28743e+04 1.15240e+06 1.98039e+05 8.21805e+04 2.59096e+05 5.49607e+05 3.14202e+05 6.38964e+05 1.75133e+05 8.86399e+04 7.61185e+03 1.53556e+05 8.82918e+05 4.10019e+04 9.75744e+05 7.18812e+05 5.04821e+05 8.38635e+05 4.90386e+05 1.98854e+06 1.02918e+06 1.94249e+06 2.24477e+04 1.32999e+04 7.10353e-01 9.02683e+04 1.56872e+04 6.35646e+04 2.39978e+05 2.85095e+05 3.03321e+05 5.26305e+05 3.38127e+05 9.13259e+05 2.50113e+05 1.27141e+05 8.09317e+03 2.12488e+05 1.40767e+06 5.60913e+04 1.35329e+06 1.05870e+06 5.87310e+05 7.65803e+05 7.37432e+05 3.60685e+06 1.99045e+06 3.25241e+06 3.85645e+04 2.08879e+04 5.16892e-01 1.21845e+07 1.38471e+05 2.96549e+06 9.53061e+06 1.56406e+07 2.87890e+06 1.04181e+07 4.56660e+06 7.73263e+06 4.58489e+06 1.68200e+06 1.05864e+04 3.62697e+06 1.26670e+07 2.92617e+06 7.40047e+06 6.01929e+06 5.90544e+06 1.58407e+07 4.02580e+06 1.19486e+07 4.27737e+07 4.52667e+07 1.20204e+06 2.55803e+05 5.26070e-01 8.07575e+04 1.23763e+04 2.72648e+03 1.11721e+05 5.58064e+04 1.54465e+05 2.46043e+05 1.82162e+05 4.90850e+05 1.41592e+05 7.19042e+04 5.59452e+03 3.59860e+04 8.86727e+05 2.77068e+04 5.98867e+05 4.54662e+05 2.35267e+05 4.49311e+05 4.35738e+05 2.51220e+06 1.19702e+06 1.96743e+06 2.81131e+04 1.48312e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 8.75966e+04 1.47725e+04 1.89492e+04 9.61243e+04 4.05665e+04 1.17692e+05 1.89008e+05 1.30503e+05 3.70002e+05 1.04593e+05 5.11452e+04 3.17744e+03 1.04865e+05 7.92797e+05 3.08356e+04 6.96268e+05 6.10195e+05 3.32453e+05 3.17748e+05 3.50398e+05 1.88333e+06 9.04864e+05 1.63199e+06 2.26568e+04 1.10904e+04 1.28530e+00 4.52646e+06 7.30860e+05 1.09493e+07 2.19193e+06 1.36688e+06 4.10899e+05 2.64195e+06 2.48664e+06 4.28479e+06 3.91518e+05 6.44292e+05 1.74642e+05 6.19585e+06 1.64187e+06 2.25447e+05 2.90576e+06 6.46282e+06 3.93635e+04 5.03585e+06 1.48080e+06 6.70610e+06 1.04352e+06 7.81926e+06 1.31110e+04 3.76285e+06 8.83679e-01 6.83345e+05 1.17544e+05 1.63847e+06 2.39762e+06 1.11234e+06 2.80825e+06 5.13292e+06 3.40414e+06 8.98590e+06 2.52147e+06 1.28498e+06 1.19600e+05 2.63714e+06 1.02863e+07 5.13153e+05 1.26186e+07 1.02403e+07 6.15175e+06 7.98688e+06 6.83673e+06 3.47359e+07 1.49739e+07 3.06866e+07 4.31336e+05 1.98539e+05 1.26614e+01 1.04943e+07 1.87196e+05 7.14140e+06 4.41934e+07 1.83266e+07 3.32091e+07 7.55259e+07 4.72407e+07 9.15580e+07 3.86672e+07 1.43095e+07 1.30715e+06 1.00287e+07 5.37844e+07 1.79543e+07 5.29428e+07 6.32212e+07 3.51381e+07 5.75579e+07 3.28476e+07 3.29679e+08 1.09330e+08 3.14605e+08 1.13846e+07 3.67876e+06 3.01827e-01 4.69047e+03 1.66806e+03 1.69689e+03 1.44260e+04 1.33867e+03 5.17983e+03 8.79944e+03 4.37037e+03 1.51987e+03 1.17202e+03 6.31430e+02 7.45042e+00 9.03870e+03 6.89134e+04 1.20709e+03 7.97985e+04 7.15999e+04 2.27566e+04 1.72317e+04 4.05193e+04 3.22322e+05 9.17284e+04 2.13905e+05 1.32324e+03 6.99536e+02 3.20070e-01 4.95883e+07 8.29619e+05 4.28478e+07 1.50866e+08 6.40904e+07 1.16162e+08 2.86215e+08 1.57703e+08 4.63613e+08 1.46156e+08 7.28309e+07 1.34106e+05 8.86610e+07 3.52690e+08 2.48939e+06 5.04093e+07 5.97185e+07 1.39789e+08 1.86085e+08 2.46460e+08 1.67777e+09 2.98086e+08 9.49051e+08 4.05030e+07 1.37283e+07 4.74816e+00 9.05432e+05 4.13468e+04 3.16217e+04 1.08443e+06 4.04529e+05 3.46944e+05 7.48374e+05 1.49752e+05 1.60225e+05 1.21514e+05 1.04050e+05 3.87638e+04 5.40034e+05 1.16511e+06 5.14886e+04 8.13914e+05 1.38051e+06 3.54100e+05 1.19538e+06 3.84879e+05 2.34553e+06 3.04572e+06 4.31732e+06 7.43777e+05 4.71685e-01 9.82977e-01 3.79495e+06 2.38606e+05 6.73718e+04 3.76661e+05 8.05296e+05 9.82428e+04 6.89695e+05 3.20842e+05 7.02535e+05 1.96187e+04 1.60786e+05 3.73544e+04 3.30450e+05 3.62138e+06 3.59583e+04 4.63462e+05 1.03080e+06 1.58582e+04 1.67827e+06 4.67379e+05 2.45410e+06 5.32490e+05 4.50815e+06 2.62671e+03 7.53866e+05 1.37030e+00 1.14118e+04 5.05706e+03 7.36354e+02 1.60412e+03 8.11704e+02 2.02149e+03 3.40240e+03 2.54262e+03 6.69385e+03 2.85222e+03 9.22326e+02 4.67071e+01 2.78845e+03 2.29795e+04 3.09013e+03 3.74921e+04 3.17977e+04 1.84194e+04 2.20551e+04 2.26788e+04 4.95132e+04 2.75622e+04 4.52262e+04 8.37741e+02 3.18033e+02 5.78380e-01 3.32024e+06 5.84111e+05 9.25164e+06 5.65913e+06 2.46968e+06 2.45276e+06 8.75038e+06 4.94654e+06 1.39470e+06 1.18101e+06 5.29747e+05 1.97357e+05 3.00521e+06 8.74261e+06 2.66655e+05 5.72811e+06 6.18813e+06 2.80045e+06 2.97415e+06 2.30948e+06 1.40377e+07 2.07164e+07 2.72783e+07 1.81152e+06 5.64427e+05 7.25370e-01 1.30219e+07 2.15692e+06 4.00189e+06 2.51778e+06 1.56603e+06 5.25445e+05 2.20616e+06 4.97166e+05 9.05971e+05 9.10267e+05 3.85467e+05 4.45588e+04 2.12442e+06 4.26129e+06 1.17824e+05 6.23068e+06 3.83271e+05 2.29850e+06 1.68108e+06 8.38257e+05 4.57516e+06 4.55276e+06 6.57024e+06 5.39004e+03 1.54694e+06 1.79305e-01 1.05738e+05 2.52847e+04 2.14319e+05 2.46091e+05 9.41740e+04 2.64567e+05 4.84585e+05 3.03249e+05 7.64436e+05 2.27542e+05 1.06052e+05 1.30565e+04 2.54036e+05 1.33010e+06 5.18448e+04 1.19605e+06 1.13419e+06 6.39594e+05 7.50769e+05 6.63530e+05 3.26532e+06 1.78003e+06 3.50884e+06 4.53390e+04 1.82103e+04 3.78283e-01 8.13685e+04 1.37485e+04 3.73027e+04 1.09453e+05 5.37966e+04 1.33882e+05 2.21526e+05 2.38515e+05 4.36113e+05 1.15010e+05 5.70346e+04 4.30280e+03 1.34706e+05 8.85809e+05 3.33255e+04 7.43239e+05 5.80636e+05 3.34830e+05 3.37275e+05 3.31213e+05 1.74722e+06 1.06478e+06 1.51351e+06 2.15141e+04 1.01757e+04 3.27140e+00 4.84594e+04 4.88784e+04 4.35010e+04 9.72587e+04 9.38150e+04 1.19007e+05 1.05019e+05 1.37721e+05 1.66049e+05 9.15868e+04 8.90968e+04 4.86655e+04 7.87748e+04 1.75363e+05 8.82934e+04 2.40107e+05 2.28038e+05 1.62878e+05 1.71984e+05 1.64640e+05 2.81776e+05 2.15366e+05 3.14841e+05 7.32720e+04 3.02764e+04 9.12866e+00 0.00000e+00 +1.36948e+04 5.13044e+02 1.81649e+03 1.46622e+04 6.80459e+02 2.10344e+03 1.34790e+04 2.67801e+03 4.51950e+03 1.16758e+03 8.00472e+02 5.32336e+01 5.38700e+03 1.03707e+04 1.73680e+03 3.47058e+04 3.32933e+04 1.19923e+04 1.04730e+04 1.57831e+04 6.72506e+04 2.25367e+03 1.21813e+04 4.35507e+01 3.05051e+02 6.96998e-01 6.31179e+03 2.93321e+02 2.08241e+03 5.61381e+03 5.87366e+02 8.28557e+02 5.59870e+03 1.24869e+03 2.28534e+03 5.91046e+02 4.06237e+02 1.90299e+01 6.74684e+03 6.54287e+03 1.24738e+03 2.45328e+04 2.35286e+04 6.47186e+03 3.39255e+03 7.13651e+03 4.30927e+04 2.24379e+03 9.55704e+03 3.94384e+01 2.07490e+02 2.13951e+00 5.53935e+04 1.92757e+03 3.07421e+05 1.35069e+05 6.57247e+03 1.90879e+04 1.69506e+05 3.06402e+04 5.24597e+04 1.54417e+04 8.29764e+03 9.86777e+02 1.39388e+05 1.25413e+05 1.80191e+04 4.08315e+05 3.55852e+05 1.27166e+05 8.37000e+04 1.04217e+05 6.52457e+05 4.21604e+04 1.75967e+05 5.05557e+02 3.59513e+03 1.72683e+00 4.10958e+02 2.16519e+01 4.50481e+02 1.04398e+03 5.62406e+01 1.51170e+02 9.28600e+02 2.03050e+02 3.63502e+02 9.06414e+01 5.75991e+01 3.18870e+00 1.12518e+03 2.35237e+03 4.77404e+02 8.70594e+03 7.60534e+03 2.66502e+03 8.51986e+02 1.39765e+03 1.28328e+04 5.63667e+02 2.42444e+03 1.25672e+01 6.49541e+01 6.51658e-01 3.87977e+04 1.41719e+03 1.81462e+05 6.38857e+04 3.02480e+03 1.00559e+04 6.77142e+04 1.43964e+04 2.37138e+04 6.00122e+03 3.87858e+03 2.65893e+02 1.19228e+05 6.23400e+04 1.07247e+04 2.69106e+05 2.13569e+05 7.64392e+04 5.31761e+04 7.07469e+04 4.79846e+05 2.24240e+04 8.79522e+04 2.77178e+02 2.33020e+03 4.53673e+00 4.33059e+02 5.07370e+01 3.62531e+02 2.41422e+02 1.86440e+01 3.48853e+01 2.10300e+02 5.16284e+01 8.28064e+01 2.70749e+01 1.77147e+01 1.38277e+00 1.16008e+03 1.05012e+03 3.20922e+02 3.25329e+03 2.90641e+03 1.04085e+03 6.41496e+02 1.07979e+03 3.69897e+03 1.82157e+02 7.79847e+02 6.92505e+00 2.90667e+01 3.78065e-01 3.71369e+05 1.22214e+04 1.89899e+05 3.37514e+05 1.34659e+05 1.22488e+05 3.13342e+05 1.08200e+05 1.04773e+05 8.92748e+04 4.02766e+04 2.85111e+03 1.35354e+05 3.96982e+05 2.12676e+04 2.66927e+05 6.14241e+05 1.83532e+05 3.79258e+05 1.62234e+05 1.66725e+06 6.20533e+05 1.14809e+06 4.80360e+02 1.37863e+05 3.83838e-01 1.78702e+04 2.05194e+02 7.96065e+03 6.51368e+03 3.96491e+02 7.56198e+02 5.63888e+03 1.53661e+03 2.46496e+03 6.22252e+02 4.12340e+02 3.13560e+01 8.58174e+03 1.33766e+04 8.22867e+02 1.48974e+04 2.18064e+04 5.33840e+03 6.46619e+03 9.53875e+03 2.68923e+04 2.06674e+03 1.01495e+04 3.18642e+01 2.21268e+02 1.06269e+00 1.96293e+02 2.81359e+01 9.58638e+02 2.56519e+02 8.70544e+00 3.57643e+01 4.97333e+02 1.77624e+01 3.11335e+01 1.01434e+01 1.49016e+01 1.51055e+00 8.79308e+02 2.34071e+02 9.25708e+01 1.92853e+03 1.51384e+03 2.55961e+03 5.82518e+02 6.90705e+02 3.30884e+03 2.59935e+03 8.90644e+03 5.46753e+01 2.64376e+02 2.16452e-01 8.39876e+04 7.44025e+03 7.30710e+04 7.40393e+04 1.89819e+04 5.99989e+04 7.87826e+04 6.36359e+04 6.54967e+04 5.97053e+04 1.34369e+04 7.01526e+02 4.30038e+04 8.79963e+04 8.47174e+03 3.58911e+05 8.41675e+04 9.26529e+04 1.81684e+05 5.83227e+04 1.40890e+06 1.49846e+05 5.45755e+05 2.31733e+03 3.26170e+03 3.98734e-01 1.00287e+00 1.01779e+03 6.96810e+04 3.45501e+05 8.06279e+04 2.50502e+05 5.34346e+05 4.86089e+05 8.22621e+05 1.97808e+05 1.87501e+05 1.19231e+04 6.35218e+05 1.28516e+06 3.31653e+05 1.30806e+06 1.07300e+06 1.12953e+04 3.46012e+05 2.68355e+05 2.84565e+06 3.95587e+05 2.51757e+06 4.58370e-01 1.13425e+05 8.71985e-01 1.08220e+04 4.10991e+02 1.87168e+04 2.28914e+04 1.13150e+03 3.01421e+03 2.21649e+04 4.49291e+03 7.96649e+03 2.04326e+03 1.24301e+03 8.37856e+01 3.77451e+04 2.06722e+04 2.63242e+03 6.28077e+04 6.44547e+04 1.85811e+04 1.34352e+04 1.95348e+04 1.00258e+05 6.30505e+03 2.67172e+04 9.59947e+01 5.68720e+02 7.33438e+00 2.82151e+03 2.42039e+02 2.16735e+03 6.46266e+03 1.73444e+02 4.60378e+02 3.16538e+03 6.16892e+02 1.30724e+03 3.75463e+02 2.19733e+02 1.68494e+01 5.54577e+03 5.74000e+03 9.19927e+02 1.98218e+04 2.07055e+04 6.57983e+03 3.72024e+03 5.72204e+03 3.94265e+04 1.98980e+03 8.68072e+03 3.21503e+01 2.06064e+02 1.99402e-01 3.17448e+02 1.71659e+01 1.98717e+03 2.91405e+03 1.40168e+02 3.94373e+02 3.04274e+03 7.59472e+02 8.88986e+02 2.21703e+02 1.55146e+02 1.00943e+01 5.16133e+03 1.72988e+03 4.00216e+02 9.57314e+03 8.49518e+03 2.89514e+03 1.73916e+03 2.49847e+03 1.97080e+04 1.04435e+03 4.32885e+03 1.47062e+01 1.05936e+02 2.34542e+00 5.60453e+04 2.29652e+03 2.99887e+04 1.05154e+05 1.36539e+04 1.31354e+04 9.17874e+04 1.83047e+04 3.27620e+04 8.29749e+03 5.53235e+03 2.85570e+02 9.72395e+04 6.99625e+04 1.41888e+04 3.18529e+05 2.95624e+05 1.10049e+05 5.41574e+04 8.00000e+04 6.42455e+05 2.27469e+04 1.27504e+05 4.62728e+02 3.32088e+03 1.68931e+00 1.03033e+03 6.47312e+01 7.76724e+02 2.20655e+03 1.00046e+02 2.70911e+02 1.82136e+03 3.67019e+02 6.36054e+02 1.69363e+02 1.14797e+02 8.94733e+00 2.46413e+03 1.92876e+03 5.15392e+02 9.09777e+03 8.05253e+03 2.82258e+03 1.45914e+03 2.42888e+03 1.48256e+04 7.60640e+02 3.19976e+03 1.67111e+01 9.12500e+01 5.15696e-01 4.74816e+02 1.70459e+02 2.34573e+03 1.29010e+02 9.12323e+01 5.83986e+01 1.62737e+01 7.34490e+01 3.95716e+00 2.09138e+02 2.05989e+02 7.09903e+02 1.86253e+03 1.34495e+04 1.71871e+02 1.34118e+03 1.09854e+05 1.52080e+02 3.31409e+02 4.01156e+02 3.27120e+03 1.29196e+02 3.95977e+02 2.63426e+02 1.22871e+04 1.51633e+02 4.78861e+03 1.45444e+01 9.84885e+04 4.40339e+05 8.71527e+04 8.69205e+04 6.48300e+05 2.94315e+05 7.46956e+04 9.16811e+04 4.31048e+04 2.83835e+04 3.31589e+05 3.85360e+05 1.91321e+05 1.35275e+05 5.47188e+05 3.50859e+05 4.62106e+04 3.01158e+04 6.28061e+06 1.25637e-01 1.08827e+06 2.37690e-01 5.00279e+03 8.39472e-01 2.37802e+03 1.10332e+02 4.50762e+02 1.64107e+03 5.49342e+01 1.29862e+02 7.63064e+02 1.68712e+02 2.78964e+02 8.02147e+01 5.40110e+01 5.65678e+00 1.16600e+03 6.61359e+02 2.64953e+02 3.97532e+03 3.52292e+03 1.34622e+03 8.48283e+02 1.30872e+03 4.74285e+03 2.20417e+02 1.00809e+03 6.40979e+00 2.68653e+01 5.20528e-01 6.57111e+03 2.99145e+02 8.45028e+02 3.82222e+03 2.23982e+02 6.06775e+02 3.99966e+03 8.36712e+02 1.46362e+03 3.75805e+02 2.46203e+02 1.49430e+01 3.08107e+03 3.57361e+03 8.53919e+02 1.72148e+04 1.60829e+04 5.34427e+03 2.81602e+03 5.01922e+03 2.84891e+04 1.11648e+03 5.41803e+03 2.39419e+01 1.37843e+02 1.15138e+00 4.85487e+03 2.54845e+02 5.14402e+03 5.51985e+03 1.76500e+02 3.72650e+02 2.79905e+03 5.04219e+02 1.02157e+03 3.31302e+02 2.00929e+02 1.42468e+01 1.33759e+04 1.52477e+04 2.74080e+03 5.39148e+04 5.53522e+04 1.96753e+04 9.65378e+03 1.52210e+04 1.44216e+05 4.21084e+03 2.77200e+04 1.18816e+02 8.08305e+02 4.76243e-01 6.68948e+02 4.25471e+01 2.66601e+02 4.05464e+01 3.54734e+00 7.95814e+00 6.30094e+01 2.00257e+01 2.46593e+01 6.61893e+00 4.28396e+00 5.54121e-01 6.20879e+02 1.83812e+02 8.00427e+00 1.24212e+02 9.81109e+01 3.61274e+01 7.95314e+01 1.24921e+02 4.20875e+02 1.68537e+01 6.32367e+01 7.63477e-01 1.79152e+00 5.19189e-01 1.36919e+04 5.90961e+02 1.22729e+04 7.34129e+03 2.39466e+03 1.97705e+03 6.26396e+03 3.31891e+02 7.93829e+02 8.68135e+01 4.19247e+02 1.56190e+02 3.32831e+03 3.43296e+03 1.78965e+02 2.30666e+03 5.13033e+03 3.36515e+03 9.42696e+03 3.20208e+03 1.46711e+04 1.01661e+04 3.70513e+03 6.44846e+02 3.79497e+03 4.70232e-01 7.12944e+03 2.91660e+02 4.38044e+03 1.10918e+04 1.15497e+03 1.72157e+03 1.06098e+04 2.44574e+03 3.94580e+03 9.85638e+02 6.72056e+02 4.48791e+01 1.15173e+04 7.89339e+03 1.46610e+03 3.20601e+04 3.02941e+04 8.89849e+03 5.07939e+03 8.83302e+03 6.50005e+04 3.75533e+03 1.41771e+04 5.18291e+01 3.37286e+02 1.35815e+00 7.63670e+04 3.03667e+03 8.69382e+04 1.87018e+05 7.97680e+03 2.33200e+04 1.38400e+05 3.32130e+04 6.44672e+04 1.77115e+04 1.23567e+04 6.04220e+02 2.57950e+05 1.87497e+05 2.63041e+04 6.42127e+05 5.64212e+05 1.85200e+05 1.05291e+05 1.69452e+05 1.43246e+06 9.36634e+04 3.56634e+05 1.02055e+03 6.51368e+03 2.81494e+00 1.06870e+06 2.20962e+05 6.26439e+05 1.63799e+06 6.50464e+05 6.94742e+05 2.90461e+06 1.11049e+06 1.84687e+06 1.27943e+06 1.56725e+05 5.83877e+04 1.02964e+06 1.03675e+06 4.74355e+04 6.11390e+05 1.35982e+06 4.74723e+05 1.32877e+06 1.16443e+06 5.30682e+06 2.77212e+04 1.61974e+06 3.75045e+03 1.07638e+06 3.52071e-01 5.65377e+02 2.68227e+01 5.22810e+02 5.65274e+02 3.02363e+01 7.92978e+01 4.85089e+02 1.16600e+02 1.90350e+02 5.27863e+01 4.44059e+01 1.65300e+00 1.42088e+03 1.72578e+03 6.27665e+02 8.67193e+03 8.22849e+03 2.84481e+03 1.60901e+03 2.30165e+03 1.01161e+04 3.89796e+02 1.99106e+03 1.13341e+01 5.59635e+01 2.08833e-01 3.25281e+03 1.33856e+02 4.10556e+04 1.18268e+04 8.64279e+02 1.92209e+03 1.31904e+04 2.73616e+03 4.25953e+03 1.05657e+03 7.40931e+02 4.94589e+01 2.20985e+04 7.31909e+03 1.06150e+03 2.43011e+04 1.95678e+04 7.84387e+03 5.65065e+03 7.12586e+03 6.38265e+04 2.75151e+03 1.15725e+04 4.06799e+01 3.54620e+02 6.81261e-01 1.47329e+03 9.73647e+01 1.64738e+01 8.00646e+03 7.25991e+02 1.02802e+03 7.80495e+03 1.89062e+03 2.49778e+03 5.39936e+02 3.90586e+02 2.83533e+01 9.25736e+01 1.55217e+03 1.21325e+03 2.99574e+04 3.05879e+04 7.69005e+03 7.31471e+02 8.72327e+02 6.98446e+04 9.20299e+02 1.28001e+04 4.39113e+01 4.26594e+02 1.25413e+00 2.26731e+01 1.05252e+00 2.28396e+01 2.17837e+03 1.15701e+02 2.96353e+02 2.09195e+03 4.19734e+02 7.82240e+02 2.09353e+02 1.28507e+02 8.88735e+00 2.07770e+03 2.04304e+03 3.23080e+02 7.66097e+03 1.01323e+04 2.57124e+03 9.03614e+02 1.46369e+03 1.05663e+04 5.49612e+02 2.26880e+03 1.60407e+01 8.09997e+01 8.63062e-01 1.85827e+03 1.09011e+02 1.06362e+02 5.40453e+02 3.89835e+01 9.16088e+01 6.97610e+02 1.43999e+02 2.60537e+02 7.05896e+01 4.66855e+01 6.59162e+00 4.10180e+02 5.55160e+02 1.20184e+02 1.49993e+03 3.45977e+03 4.25614e+02 2.60146e+02 3.97296e+02 4.26361e+03 1.15160e+02 5.53310e+02 5.26202e+00 5.51515e+01 7.92985e-01 1.20490e+04 5.06971e+02 1.25416e+03 9.41491e+03 1.79979e+03 1.46459e+03 9.76540e+03 1.77040e+03 3.05711e+03 7.74514e+02 5.75060e+02 3.86952e+01 5.17361e+03 7.14299e+03 1.44331e+03 3.19434e+04 2.92289e+04 1.01203e+04 5.72360e+03 8.92192e+03 5.26118e+04 1.54921e+03 9.61724e+03 3.83988e+01 2.49383e+02 9.36116e-01 1.24498e+04 4.18884e+02 1.13555e+04 2.14746e+04 9.67551e+02 3.81033e+03 1.93374e+04 4.01724e+03 6.63775e+03 1.67685e+03 1.16637e+03 7.67650e+01 2.21300e+04 1.32121e+04 2.79267e+03 6.37620e+04 5.71135e+04 1.93595e+04 9.84289e+03 1.67288e+04 1.07741e+05 4.34241e+03 2.06633e+04 7.91811e+01 5.41046e+02 1.04995e+00 2.74853e+05 4.21822e+04 2.68245e+05 1.37344e+05 4.06180e+04 2.34439e+05 3.34096e+05 2.02061e+05 2.49327e+05 1.36834e+05 8.06602e+04 1.97512e+04 3.16172e+05 8.25638e+05 4.09805e+04 5.28193e+05 1.17477e+06 2.20142e+05 3.88653e+05 2.83290e+05 9.25084e+06 6.58887e+05 5.06885e+05 1.07097e-03 3.07369e-01 3.98476e-02 2.36289e+03 1.74808e+02 4.82224e+02 4.36376e+02 3.48951e+01 7.23020e+01 4.68559e+02 1.09949e+02 1.89298e+02 4.76431e+01 3.19452e+01 2.85998e+00 1.17790e+03 1.49936e+03 3.25125e+02 4.81593e+03 4.33192e+03 1.46915e+03 1.34201e+03 2.16640e+03 5.01040e+03 2.14062e+02 8.92027e+02 6.74663e+00 2.88730e+01 1.05909e+00 2.49239e+01 2.12886e+00 2.93800e+02 1.48747e+02 5.13539e+00 1.15973e+01 7.37906e+01 1.56562e+01 2.81875e+01 1.22285e+01 6.55111e+00 5.05413e-01 2.02666e+03 1.41909e+03 3.78027e+02 6.28706e+03 6.21815e+03 2.35712e+03 1.40339e+03 2.00999e+03 1.76507e+04 9.08558e+01 2.51434e+03 1.68341e+01 9.29949e+01 3.92011e-01 3.33258e+03 1.84444e+02 4.77552e+02 5.86101e+02 4.96475e+01 1.22267e+02 8.60027e+02 1.75153e+02 3.12041e+02 8.44300e+01 5.88859e+01 8.03296e+00 1.23657e+03 7.70479e+02 2.56367e+02 3.83347e+03 3.45534e+03 1.14351e+03 4.51036e+02 8.19687e+02 4.41559e+03 1.74169e+02 8.55000e+02 5.57659e+00 2.50889e+01 4.24355e-01 7.63556e+03 3.17092e+02 1.71880e+03 2.74635e+03 1.39652e+02 4.37326e+02 3.01654e+03 6.29848e+02 1.30192e+03 3.38571e+02 2.07222e+02 1.40564e+01 9.09143e+03 1.50545e+03 1.16186e+03 2.17471e+04 1.61706e+04 5.30215e+03 1.17956e+03 2.38236e+03 3.37149e+04 1.53022e+03 6.00299e+03 2.94241e+01 1.40799e+02 4.78366e+00 5.58569e+05 2.84763e+04 1.61054e+05 3.68163e+05 8.56700e+04 1.06393e+05 2.12125e+05 8.05689e+04 4.60892e+04 1.99199e+04 8.80836e+03 8.10799e+02 1.43230e+05 8.96466e+05 5.00075e+04 6.44542e+05 1.43355e+06 1.00367e+05 3.33324e+05 9.99731e+04 5.54759e+06 5.99483e+04 4.72764e+05 9.24043e+01 2.65200e+04 6.25018e-01 1.99273e+08 1.17691e+07 8.37953e+07 1.52368e+08 8.69069e+07 6.94856e+07 2.99666e+08 1.23131e+08 2.35552e+08 8.90252e+07 3.07592e+07 3.88759e+00 7.46227e+07 8.53947e+07 8.73781e+05 1.12621e+07 2.50484e+07 6.01672e+07 1.10929e+08 3.41677e+07 2.01177e+08 2.83904e+06 9.41430e+07 8.17672e+05 2.54627e+07 1.94359e+00 1.83728e+05 8.67948e+03 1.60639e+05 4.61850e+05 1.95962e+05 1.37728e+05 7.62087e+05 1.65711e+05 1.64314e+05 5.37449e+04 6.70161e+04 8.77079e-01 9.80651e+05 4.31689e+05 3.39510e+04 4.37591e+05 9.73262e+05 5.38189e+04 2.54734e+05 4.30365e+05 9.11512e+05 2.33938e+06 7.57202e+05 7.48603e-01 1.60227e+05 1.35274e+01 6.05094e+03 2.47149e+02 3.09453e+04 7.23841e+03 3.70292e+02 1.24432e+03 7.97498e+03 1.87231e+03 2.64554e+03 6.32723e+02 4.47224e+02 3.25683e+01 1.97083e+04 6.80798e+03 1.12437e+03 2.48353e+04 2.01207e+04 7.62924e+03 5.55366e+03 7.53924e+03 4.27405e+04 1.59757e+03 7.20847e+03 2.70527e+01 1.92738e+02 1.42332e+00 3.52030e+04 3.49704e+02 4.44846e+03 7.32357e+04 5.13541e+03 8.29076e+03 5.55117e+04 1.12449e+04 2.18968e+04 4.73908e+03 3.34378e+03 1.91962e+02 5.42128e+04 3.75126e+04 7.28580e+03 1.69534e+05 1.54862e+05 5.26575e+04 3.01284e+04 4.47162e+04 3.45692e+05 1.67151e+04 6.85733e+04 2.35539e+02 1.82861e+03 7.40283e-01 4.15052e+03 2.69411e+02 3.21312e+03 2.13978e+04 1.67869e+03 3.16609e+03 2.21640e+04 4.10408e+03 6.86731e+03 1.67983e+03 1.18904e+03 7.81915e+01 1.81905e+04 1.15074e+04 2.35369e+03 5.75845e+04 5.16867e+04 1.59088e+04 8.98165e+03 1.43796e+04 1.25220e+05 8.43754e+02 2.32902e+04 9.07275e+01 6.35231e+02 1.03576e+00 5.70685e+04 2.29180e+03 2.74192e+04 2.33248e+05 7.73503e+03 2.38640e+04 1.56169e+05 3.23714e+04 5.30168e+04 1.50225e+04 9.38272e+03 7.01953e+02 1.59497e+05 1.09530e+05 2.01347e+04 4.74183e+05 4.50454e+05 1.43026e+05 5.27548e+04 8.02895e+04 1.29217e+05 7.42167e+04 2.25095e+05 8.15998e+02 5.41912e+03 1.59586e+00 4.32370e+03 1.75090e+02 4.13071e+03 1.52033e+04 6.23022e+02 1.59157e+03 1.09665e+04 2.19167e+03 3.88236e+03 1.07626e+03 6.71499e+02 6.02564e+01 1.00004e+04 7.42688e+03 1.42117e+03 3.18982e+04 3.38301e+04 1.02307e+04 5.64865e+03 9.57456e+03 7.29568e+04 3.42369e+03 1.58379e+04 6.65316e+01 3.65764e+02 1.23797e+00 2.20898e+02 4.91553e-01 1.13164e+04 2.29019e+04 8.20381e+03 1.50360e+04 4.98157e+04 4.14392e+04 4.48627e+04 4.65659e+04 1.47692e+00 3.45428e+03 2.13541e+05 8.97840e+04 7.53382e+03 4.97225e+04 1.35901e+05 2.06415e+04 1.75421e+04 2.07769e+04 2.94688e+05 4.91352e+04 9.97135e+04 6.27647e-01 6.90063e+02 1.35122e+00 4.47051e+04 1.17939e+03 1.36007e+04 6.83355e+04 2.28128e+03 9.29263e+03 4.43834e+04 8.83389e+03 1.45113e+04 3.66005e+03 2.60304e+03 1.46280e+02 4.53571e+04 2.95597e+04 6.34302e+03 1.44023e+05 1.25419e+05 4.72751e+04 2.55776e+04 3.68767e+04 2.56981e+05 1.11724e+04 5.78951e+04 1.95269e+02 1.36049e+03 6.14578e-01 1.20468e+04 1.19830e+03 9.29126e+03 6.00159e+03 4.14309e+02 1.30630e+03 8.23167e+03 2.02253e+03 3.65111e+03 8.67676e+02 5.79196e+02 2.76395e+01 2.37809e+04 6.98914e+03 3.17434e+02 8.62922e+03 7.13579e+03 2.28259e+03 1.28962e+03 1.94755e+03 5.27804e+04 1.63326e+03 8.42565e+03 2.51769e+01 2.21831e+02 2.04655e-01 1.76991e+04 6.92431e+02 1.77877e+04 1.95919e+04 9.37247e+02 3.17984e+03 2.04569e+04 4.23376e+03 7.02818e+03 1.70559e+03 1.19942e+03 8.32741e+01 3.84262e+04 1.61161e+04 3.37859e+03 8.36011e+04 7.14632e+04 2.49530e+04 1.26270e+04 1.96812e+04 1.36375e+05 4.43853e+03 2.30385e+04 7.90831e+01 5.78466e+02 8.90633e-01 2.01511e+03 5.81403e-01 3.07930e+03 6.94099e+01 1.79233e+01 1.54207e+01 2.54185e+03 3.05711e+01 5.27958e+00 1.38622e+04 1.02357e+01 4.55181e-01 3.00269e+04 2.13395e+03 2.25754e+04 4.30829e+02 1.08378e+01 1.54262e+02 2.71368e+05 1.87677e+05 4.75675e+06 1.47977e+03 3.94956e+05 2.41630e-01 3.66641e-01 1.17250e+00 9.24541e+02 7.40406e+01 5.14454e+02 2.53008e+02 1.95012e+01 3.39895e+01 2.05385e+02 4.83875e+01 8.45940e+01 2.55653e+01 1.71260e+01 1.86243e+00 1.69143e+03 1.35694e+03 3.01530e+02 3.47440e+03 3.12910e+03 1.03568e+03 1.38804e+03 2.29832e+03 3.75695e+03 1.89389e+02 8.12438e+02 7.38222e+00 2.57186e+01 5.78175e-01 2.54338e+03 8.35240e+01 4.61481e+02 6.77229e+03 7.12839e+02 7.75762e+02 5.23618e+03 1.10351e+03 2.02583e+03 4.91571e+02 3.59004e+02 2.27652e+01 5.42425e+03 3.42127e+03 4.39919e+02 1.03740e+04 1.94346e+04 3.19461e+03 3.29183e+02 4.49922e+02 3.41197e+04 8.15969e+02 4.17038e+03 2.90748e+01 1.96085e+02 8.33380e-01 2.26733e+04 3.76606e+03 1.22549e+07 6.50024e+04 1.41470e+04 1.20820e+04 4.12034e+04 2.70580e+04 3.50422e+04 3.58539e+04 5.15327e+03 1.91985e+03 2.37014e+03 4.10584e+04 9.03424e+02 1.16441e+04 2.58982e+04 1.27295e+04 1.96227e+05 1.69126e+03 4.26419e+05 5.82211e-01 8.43942e+03 4.92378e-01 7.93278e+02 1.35402e+00 3.36000e+05 1.24155e+04 3.10400e+05 7.99914e+05 4.69659e+04 1.00566e+05 6.69043e+05 1.35712e+05 2.26121e+05 6.11706e+04 4.18091e+04 2.62210e+03 8.51770e+05 4.61428e+05 9.89562e+04 2.15116e+06 2.04843e+06 7.64674e+05 4.17546e+05 5.98891e+05 4.27611e+06 1.59064e+05 9.69707e+05 3.31578e+03 2.24410e+04 4.99758e+00 7.23093e+03 2.51471e+02 4.40352e+03 2.08530e+04 3.48107e+03 2.21809e+03 1.53032e+04 2.82044e+03 4.82422e+03 1.26635e+03 9.50973e+02 6.97737e+01 1.39890e+04 9.68443e+03 2.13311e+03 4.46012e+04 5.05133e+04 1.67927e+04 7.65877e+03 1.23512e+04 9.72742e+04 3.90117e+03 2.22419e+04 7.95774e+01 5.08351e+02 3.24333e-01 4.14126e+03 2.77011e+02 1.64964e+02 6.80336e+02 6.32901e+01 1.09299e+02 7.76464e+02 1.75776e+02 3.42958e+02 1.06439e+02 7.30389e+01 1.07607e+01 1.16332e+03 3.03148e+03 6.22696e+02 8.51486e+03 7.21710e+03 2.44023e+03 1.67637e+03 2.99882e+03 1.01485e+04 4.94892e+02 2.12853e+03 1.55516e+01 6.54716e+01 3.08860e+00 9.62920e+03 3.32963e+03 4.06166e+03 1.13542e+03 5.77637e+02 9.73835e+02 2.91109e+03 3.52201e+02 3.80554e+02 1.98206e+02 2.79702e+02 1.26117e+02 3.98237e+04 1.64796e+03 1.09057e+03 3.24441e+03 4.52202e+03 6.43082e+02 3.68518e+03 6.61911e+02 3.73479e+04 8.14340e+03 2.55289e+03 6.21141e-01 6.71854e+01 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 3.26739e+03 6.30441e+02 5.20689e+02 3.50022e+03 2.21919e+02 4.78696e+02 2.58133e+03 5.53086e+02 8.98662e+02 2.47400e+02 1.76904e+02 1.23463e+01 1.85857e+03 1.29731e+03 5.11828e+02 8.97624e+03 8.36434e+03 2.66831e+03 1.95555e+03 3.42757e+03 1.49727e+04 6.86917e+02 3.27741e+03 1.62876e+01 8.83279e+01 5.83602e-01 4.52073e-01 2.54320e-01 3.13687e+01 5.61455e-01 5.48353e+00 8.14675e-01 5.65282e+02 1.24173e+00 2.17327e+00 8.82298e+00 3.04705e-01 3.20890e-01 3.65178e+02 5.38721e+03 1.37967e+04 1.07329e+05 3.04141e+03 3.25475e-01 1.41356e+05 2.38477e-01 1.02381e+05 2.99879e+03 1.19702e+05 3.06075e-01 2.13141e+04 6.63369e-01 1.32491e+00 6.35354e-01 3.91604e+05 4.54054e+06 1.60323e+06 3.40788e+06 1.06661e+07 5.65274e+06 7.82026e+06 4.93934e+06 1.01278e+06 9.79776e+04 5.90016e+06 6.08992e+06 1.82216e+06 7.30322e+06 6.36787e+06 2.13365e+06 9.34360e+06 4.01660e+06 7.80762e+07 4.67959e+06 1.16848e+07 1.14813e+05 3.15684e+05 2.23426e-01 2.15175e+03 1.32425e+02 1.69414e+03 3.88307e+03 1.82669e+02 5.57321e+02 3.41418e+03 7.16103e+02 1.12512e+03 2.83907e+02 4.65166e+02 1.30716e+01 3.95713e+03 3.01173e+03 6.54189e+02 1.30881e+04 1.24444e+04 4.25932e+03 2.34970e+03 3.81622e+03 2.62533e+04 1.17031e+03 5.17715e+03 2.13831e+01 1.33631e+02 7.20147e-01 8.66408e+03 3.04796e+02 2.06147e+04 1.36674e+04 6.46812e+02 2.23067e+03 1.33318e+04 2.84187e+03 4.48016e+03 1.07219e+03 7.37415e+02 5.23041e+01 2.13349e+04 9.76926e+03 1.87279e+03 4.19765e+04 3.61808e+04 1.22481e+04 7.20010e+03 1.12556e+04 7.44537e+04 3.13172e+03 1.33269e+04 4.78904e+01 3.42908e+02 3.66534e+00 3.08022e+03 1.99585e+02 2.76762e+02 3.07861e+02 2.15684e+01 5.59275e+01 4.04277e+02 8.36876e+01 1.39664e+02 3.46074e+01 2.33512e+01 1.54952e+00 6.54551e+02 5.83137e+02 2.07656e+02 3.82385e+03 3.54597e+03 1.24789e+03 7.37210e+02 1.08682e+03 2.28206e+03 7.70171e+01 4.03530e+02 1.55713e+00 9.09072e+00 4.21350e-01 2.52263e+04 1.51700e+02 2.36584e+03 1.10613e+04 3.72545e+03 9.30286e+02 6.57052e+03 2.65803e+03 3.86819e+03 4.23027e+02 7.31336e+02 2.72458e+02 5.15185e+03 1.44216e+04 5.24149e+02 6.85445e+03 1.49629e+04 5.34169e+03 1.82081e+04 8.30641e+03 2.11226e+04 2.18752e+04 1.93368e+04 7.43984e+03 5.69534e+03 4.77746e-01 4.82780e-01 1.98168e+04 2.23524e+05 7.62133e+05 3.42352e+05 1.49988e+06 3.36388e+06 1.51942e+06 3.56604e+06 2.84125e+05 3.05678e+05 5.21164e+04 2.15387e+06 1.61018e+06 2.74163e+05 8.64908e+06 4.60865e+06 1.93104e+05 2.15043e+06 6.94729e+05 2.42100e+07 2.22284e+04 2.01955e+06 7.18535e-04 2.06220e-01 3.97485e-01 2.23403e+04 6.35968e+02 1.13280e+04 4.13498e+04 1.41103e+03 5.46518e+03 2.65344e+04 5.55568e+03 9.95800e+03 2.73618e+03 1.70349e+03 1.31855e+02 2.56306e+04 2.28378e+04 3.31176e+03 7.74684e+04 7.42400e+04 2.37940e+04 1.61271e+04 2.47667e+04 1.59675e+05 7.47704e+03 3.58338e+04 1.05599e+02 7.15523e+02 2.11442e+00 2.43545e+02 2.73482e+03 3.45001e+03 1.73003e+04 9.69258e+03 6.21278e+03 1.38864e+04 7.37436e+03 5.76134e+03 2.54053e+03 3.71433e+03 4.17099e+01 1.37487e+04 4.07848e+04 4.61950e+04 2.32347e+05 1.15696e+05 4.41316e+04 6.59867e+04 1.64435e+04 4.27300e+05 1.29050e-01 1.14230e+05 1.94032e-01 8.23743e+03 9.31184e-01 1.29810e+01 1.67155e+02 1.15534e+01 1.39449e+02 4.12134e+01 4.06921e+01 6.13600e+01 6.17341e+01 1.15444e+02 1.26250e+01 2.18263e+01 8.13135e+00 5.68675e+02 2.42383e+03 6.76730e+01 7.08034e+02 2.04430e+03 3.59226e+02 2.47909e+03 6.20196e+02 1.87426e+03 2.04390e+03 3.37657e+02 6.01099e-01 1.72516e+02 8.15594e-01 1.40423e+04 5.85665e+02 5.22848e+03 4.43979e+04 3.73934e+03 5.11100e+03 3.47199e+04 6.64174e+03 1.11003e+04 2.87650e+03 2.07721e+03 1.25102e+02 2.76951e+04 2.16023e+04 4.84865e+03 1.10449e+05 1.12090e+05 3.59423e+04 1.86568e+04 2.76644e+04 2.14700e+05 8.97609e+02 4.40973e+04 2.06149e+02 1.13156e+03 1.26698e+00 5.02931e+03 2.66399e+02 7.45546e+03 2.28611e+03 1.47257e+02 3.51290e+02 2.31824e+03 5.11880e+02 9.18132e+02 2.61087e+02 1.74362e+02 2.56995e+01 8.17737e+03 4.32805e+03 8.54744e+02 1.59430e+04 1.41508e+04 4.90057e+03 2.49069e+03 4.07211e+03 2.23803e+04 8.99311e+02 4.33595e+03 2.28848e+01 1.22086e+02 7.29865e-01 6.03008e+01 1.05833e-01 2.27281e+03 8.28450e+04 3.34265e+03 1.18425e+04 8.09353e+04 1.66930e+04 2.84852e+04 6.41902e+03 4.15659e+03 1.20475e+02 1.19308e+04 6.66358e+04 9.12035e+03 2.60104e+05 2.34609e+05 7.14718e+04 3.55682e+04 6.48583e+04 7.53944e+05 2.82175e+04 1.25961e+05 3.51333e+02 3.09994e+03 4.77722e-02 5.91496e+03 2.76799e+02 1.02655e+03 5.76412e+03 8.01655e+02 8.57117e+02 5.77704e+03 1.14611e+03 2.01923e+03 5.42258e+02 3.62925e+02 3.20814e+01 3.12106e+03 7.76751e+03 1.09421e+03 2.09727e+04 1.96370e+04 6.89335e+03 3.93842e+03 6.29648e+03 2.86248e+04 1.11396e+03 5.60442e+03 2.69258e+01 1.56406e+02 8.89868e-01 7.76691e+03 3.91188e+02 1.91738e+03 1.30908e+04 2.03537e+03 1.75244e+03 1.14054e+04 2.30904e+03 3.87477e+03 9.73023e+02 7.30864e+02 4.27777e+01 9.60804e+03 7.69698e+03 1.47629e+03 3.53826e+04 3.20733e+04 1.02041e+04 6.06865e+03 9.19688e+03 7.96801e+04 2.81578e+03 1.53008e+04 5.99211e+01 4.17510e+02 5.16690e-01 1.93501e+00 1.31322e-01 5.64816e-01 1.35697e+00 1.29670e+01 5.45143e-01 5.79137e+00 1.92849e+00 6.08081e-01 2.85987e-01 2.39201e-01 8.91141e-02 8.70466e-01 2.05941e-01 4.40949e-03 5.68334e-02 1.26405e-01 5.87931e-03 3.62558e-02 5.27944e-03 1.34015e+00 1.13849e-01 1.47525e-01 3.77103e-04 1.08229e-01 2.17573e-01 2.44393e+00 1.44024e+00 1.86250e+03 5.65849e+02 2.25862e+00 3.20103e+03 3.36973e+04 3.01358e+04 3.12875e+04 1.51820e+04 3.44081e-01 4.19258e-01 3.33393e+04 9.54242e+03 5.71545e+03 8.19376e+03 2.20077e+01 8.93138e+03 2.32648e+04 1.63375e+04 3.73999e+04 2.09262e-01 8.62758e+03 2.07843e+00 6.09691e+01 8.83576e-01 1.94998e-01 4.50631e-01 1.98458e-01 2.83639e-01 1.67026e-01 1.88702e-01 1.87344e-01 1.95845e-01 1.93086e-01 1.94917e-01 1.93789e-01 3.10361e-01 2.15841e-01 1.95813e-01 2.05375e-01 1.91658e-01 1.81640e-01 1.74522e-01 1.39950e-01 1.37148e-01 1.95767e-01 2.22524e-01 1.98322e-01 2.38240e-01 2.16984e-01 6.43102e-01 7.76463e+06 2.74793e+05 9.44403e+05 5.49705e+05 4.82651e+05 3.11344e+05 1.74191e+06 9.07646e+05 8.39224e+05 2.82490e+05 1.91035e+05 1.46458e+05 7.80330e+05 2.75156e+06 1.47067e+05 1.89553e+06 4.21592e+06 3.43177e+05 2.70720e+06 5.72363e+05 4.79025e+06 2.29758e+06 9.90933e+05 1.80766e+03 5.18799e+05 1.23004e+00 3.30115e+06 7.55353e+05 8.58898e+06 2.44453e+07 2.43257e+06 1.78460e+06 6.86073e+06 2.15350e+06 6.08725e+06 2.84423e+06 2.88225e+05 6.94155e+04 5.79920e+05 5.50975e+06 3.29496e+05 4.24684e+06 9.44555e+06 3.79503e+06 2.78169e+06 5.57384e+05 5.25755e+06 2.41894e+04 7.99793e+05 2.71101e-03 7.78059e-01 9.65011e-02 3.29852e+05 4.78661e+04 1.14701e+06 2.92316e+06 6.08421e+05 3.74553e+05 3.61737e+06 4.66333e+06 1.03301e+06 4.52428e+06 1.36097e+05 2.93166e+04 1.98684e+06 6.98719e+06 9.40733e+03 1.21250e+05 2.69677e+05 9.63053e+05 9.80159e+06 1.66560e+06 4.50999e+06 1.20813e+06 1.26873e+06 1.36795e+02 3.92601e+04 7.55483e-01 1.00383e+05 4.53136e+03 6.10384e+05 3.68984e+05 1.30017e+04 2.80594e+04 1.93174e+05 4.53080e+04 8.62837e+04 4.21156e+04 1.64626e+04 4.23582e+03 2.93497e+05 2.01465e+05 3.80995e+04 8.32506e+05 8.10742e+05 3.12014e+05 1.68182e+05 2.11428e+05 1.28492e+06 1.20376e+05 4.64838e+05 7.79980e+02 7.05549e+03 8.62297e+00 4.53797e-01 2.56990e-01 9.26466e+02 1.17505e+04 3.41043e+03 7.58458e+02 2.88381e+03 2.16394e+03 1.39382e+03 1.42474e+03 8.02436e+02 3.34782e-01 2.53132e+03 1.01604e+03 3.85553e+03 1.13504e+04 1.24164e+04 7.69758e+03 9.38654e+03 9.72688e+02 6.07862e+03 3.21913e-01 1.52541e+01 3.70998e-01 2.44628e-01 4.25557e-01 1.65944e+05 8.40687e+03 2.48443e+04 9.75425e+04 6.11202e+04 4.16736e+04 1.79540e+05 1.01864e+05 1.88120e+05 4.53320e+04 3.86329e+04 6.46244e+04 2.95528e+04 7.88514e+05 5.13435e+04 6.61760e+05 1.47185e+06 2.44576e+05 3.11874e+05 9.84506e+04 3.45795e+06 1.59097e+06 3.80430e+06 7.80194e+01 2.23916e+04 3.30257e+00 2.47947e+06 1.02734e+05 4.58200e+05 1.94094e+06 2.69952e+06 1.63958e+06 3.96618e+06 3.24397e+06 5.09359e+06 1.30892e+06 8.63185e+05 1.15643e+05 1.95566e+06 4.71678e+06 1.66487e+06 5.26756e+06 4.72860e+06 3.57746e+06 5.05850e+06 1.81934e+06 2.23380e+07 5.54128e+06 1.12567e+07 5.72632e+05 7.73314e+05 6.64373e-01 7.71406e+03 3.02143e+02 6.13494e+03 2.19535e+04 9.32598e+02 2.25420e+03 1.49388e+04 3.43073e+03 5.01641e+03 1.32426e+03 8.84185e+02 7.11051e+01 1.84222e+04 1.24212e+04 2.34938e+03 5.27134e+04 5.25350e+04 1.68776e+04 9.55992e+03 1.49213e+04 1.09684e+05 4.32900e+03 2.07105e+04 7.73256e+01 5.54629e+02 3.19575e-01 2.23001e+06 3.39225e+05 5.17694e+06 2.54314e+07 1.03038e+06 3.45820e+06 3.43935e+07 5.82476e+06 9.15984e+06 2.58564e+06 1.24761e+06 8.10112e+04 6.78234e+06 1.97020e+07 8.94104e+05 2.43560e+07 1.74767e+07 5.09072e+06 9.18649e+06 5.77217e+06 5.06669e+07 4.99292e+05 1.87346e+07 2.95547e+04 2.76768e+05 2.50224e-01 5.19885e+05 1.79524e+04 4.83710e+05 1.76954e+06 8.29307e+04 2.04534e+05 1.47517e+06 2.75793e+05 4.77759e+05 1.22801e+05 8.28617e+04 6.18094e+03 9.70136e+05 9.55746e+05 1.96553e+05 4.71331e+06 4.74821e+06 1.46565e+06 9.91297e+05 1.42790e+06 1.20706e+07 9.44426e+04 2.54843e+06 8.80832e+03 6.19229e+04 1.80162e+00 1.90713e+06 3.11064e+05 1.75398e+05 1.28165e+05 1.24397e+05 5.34174e+04 2.21022e+05 2.42586e+05 1.54834e+05 1.49340e+04 5.26355e+04 1.33275e+04 9.52981e+04 8.97336e+05 5.83999e+03 7.52709e+04 1.67413e+05 1.84258e+03 4.75745e+05 5.40577e+04 4.89243e+05 1.07474e+05 6.11004e+05 3.15964e-03 9.06816e-01 3.16878e+00 4.48005e+04 1.10108e+03 7.48863e+02 1.02597e+04 2.50635e+03 1.91297e+03 1.02081e+04 8.28893e+02 1.55004e+03 1.69514e+02 5.66784e+03 2.11155e+03 5.95698e+03 1.28153e+04 2.29522e+02 2.95828e+03 6.57962e+03 1.42697e+04 1.10461e+04 7.45834e+03 1.79009e+04 5.57649e+03 6.93522e+03 2.58532e+01 7.41988e+03 4.14724e-01 5.23326e-01 5.35922e-01 3.31634e+00 4.89953e+03 3.62625e+03 2.91589e+03 5.97087e+03 5.14368e+03 2.76714e+03 8.20045e+02 7.97809e+03 9.89435e+02 9.64780e-01 4.48128e+04 1.95942e+03 2.52547e+04 5.61699e+04 1.75295e+04 3.59234e+05 1.48189e+02 2.67381e+05 2.65309e+03 9.14264e+03 4.61673e+02 6.37534e+03 7.28997e+00 2.14274e+04 5.03989e+00 9.54808e+02 4.31611e+04 7.89653e+03 2.77803e+03 2.62936e+04 4.34474e+03 5.99932e+03 5.13306e+03 7.75755e+02 2.89007e+02 9.38530e+03 1.27122e+04 3.21829e+02 1.26874e+04 3.79930e+03 1.07170e+03 8.60415e+03 3.51429e+03 4.75093e+03 2.64765e+03 1.06318e+04 7.30844e-01 2.09752e+02 1.17110e+00 1.13401e+04 3.67374e+02 3.80254e+03 5.48144e+03 3.23578e+02 9.72499e+02 4.86419e+03 9.60675e+02 1.81701e+03 4.81064e+02 3.23485e+02 2.05242e+01 1.22100e+04 5.20837e+03 1.21115e+03 2.68519e+04 2.21494e+04 7.94787e+03 3.22644e+03 4.98777e+03 3.14924e+04 1.18407e+03 5.54009e+03 2.30788e+01 1.37700e+02 1.76213e+00 1.06008e+05 7.12455e+03 8.02302e+02 1.44987e+04 2.82536e+03 2.08186e+04 2.02044e+03 7.87403e+02 2.91490e+03 4.02404e+02 4.34983e+02 9.65567e+01 9.95754e+03 8.25759e+03 3.21461e+03 3.54464e+04 1.49489e+04 3.36207e+03 6.23742e+04 4.73419e+03 1.92483e+04 7.70330e+03 7.28985e+04 5.44212e-01 1.90574e+02 1.81471e+00 1.16151e+04 3.79157e+02 3.91653e+03 3.14650e+04 1.43325e+03 3.50472e+03 2.17784e+04 4.55847e+03 8.81531e+03 2.19323e+03 1.64797e+03 9.85385e+01 1.36327e+04 1.95599e+04 3.78454e+03 8.12116e+04 8.23880e+04 2.83105e+04 1.23456e+04 2.06826e+04 1.79575e+05 8.01822e+03 3.80418e+04 1.41601e+02 8.89049e+02 8.46952e-01 1.09980e+02 4.87213e+00 6.72531e+01 7.80411e+01 7.17583e+00 1.14440e+01 7.60998e+01 1.58151e+01 2.51485e+01 6.67368e+00 4.60400e+00 8.47231e-01 1.54749e+02 5.03401e+01 7.00666e+00 1.56307e+02 2.58839e+02 4.77946e+01 1.30462e+01 2.11464e+01 4.75018e+02 1.73781e+01 8.32152e+01 4.26372e-01 3.48095e+00 4.31474e-01 6.54087e+03 6.85509e+02 2.68990e+02 1.12126e+03 5.25507e+01 1.54735e+02 1.00775e+03 1.90781e+02 3.42292e+02 1.44225e+02 6.26557e+01 3.70521e+00 1.06399e+03 7.33254e+02 1.67541e+02 3.38166e+03 3.35150e+03 1.36134e+03 8.04703e+02 1.19745e+03 4.94107e+03 2.60494e+02 1.23047e+03 4.24241e+00 2.41407e+01 4.01920e-01 9.68953e+03 3.66844e+02 1.20210e+05 2.72672e+04 1.11481e+03 3.38701e+03 2.52571e+04 4.64983e+03 8.13173e+03 2.18498e+03 1.33474e+03 1.04623e+02 8.18142e+04 1.99309e+04 2.96849e+03 7.06361e+04 6.39525e+04 2.33668e+04 1.49790e+04 1.98445e+04 1.47829e+05 9.77849e+03 3.43215e+04 8.10151e+01 7.26184e+02 2.53069e-01 3.97954e+02 2.50634e+01 4.68371e+02 1.71332e+03 7.95678e+01 2.60519e+02 1.67163e+03 3.54995e+02 5.95885e+02 1.47663e+02 1.00757e+02 6.38962e+00 1.50952e+03 1.17715e+03 2.37796e+02 5.33330e+03 4.92727e+03 1.43869e+03 8.36346e+02 1.37536e+03 1.06183e+04 3.56049e+02 1.67248e+03 7.39449e+00 6.06909e+01 1.45210e+00 4.53451e+03 1.76816e+01 7.41287e+03 1.00251e+04 9.40965e+03 7.07664e+03 5.02519e+03 1.97325e+03 5.81453e+03 1.17350e+03 1.95385e+03 5.65392e+02 1.19878e+04 7.73940e+03 1.07332e+04 2.37377e+04 2.67298e+04 6.80035e+03 8.82106e+03 3.42735e+03 6.41497e+04 4.11558e-01 6.85245e+03 5.35874e-01 1.09219e+03 7.94444e-01 6.38978e+03 1.18421e+03 1.13082e+04 2.17325e+04 1.14676e+03 3.10618e+03 2.17512e+04 1.15345e+04 9.45661e+03 2.84258e+03 1.23207e+03 1.00124e+02 4.40721e+04 2.00130e+04 5.05428e+03 1.17002e+05 7.99696e+04 2.41523e+04 2.58677e+04 3.25644e+04 4.84190e+05 9.89179e+03 6.22389e+04 2.99275e+02 1.65811e+03 7.06241e-01 9.50381e+02 2.56728e+01 9.37367e+02 2.74831e+03 5.34139e+02 3.40314e+02 2.74911e+03 4.62478e+02 1.11354e+03 2.86707e+02 1.79415e+02 1.26751e+01 6.97256e+03 6.28142e+03 1.40835e+03 3.14163e+04 2.31276e+04 6.41963e+03 4.10210e+03 6.55598e+03 8.39598e+04 3.62442e+03 1.26301e+04 7.13797e+01 5.80804e+02 1.19568e+00 9.80249e+03 2.58415e+02 1.36315e+03 9.10608e+03 7.37522e+02 1.11308e+03 6.99017e+03 1.37791e+03 2.32150e+03 5.94268e+02 4.37994e+02 2.89853e+01 4.74258e+03 3.70760e+03 1.03131e+03 2.05556e+04 1.96045e+04 6.69536e+03 5.37322e+03 8.32450e+03 3.79738e+04 1.34528e+03 7.26791e+03 3.27683e+01 2.01206e+02 1.22632e+00 7.39819e+03 2.46570e+02 1.26525e+03 4.27672e+03 2.68541e+02 5.34756e+02 3.30106e+03 6.66378e+02 1.05574e+03 2.94646e+02 2.12169e+02 2.81530e+01 3.55049e+03 2.05305e+03 7.09592e+02 1.27581e+04 1.21537e+04 4.37493e+03 2.11119e+03 3.21588e+03 2.08488e+04 7.01230e+02 3.98805e+03 2.16241e+01 1.20749e+02 6.78697e-01 4.16699e+05 4.42709e+04 5.34095e+05 1.68468e+05 7.60009e+04 1.60373e+05 4.09056e+05 1.28855e+05 8.62062e+05 6.35494e+04 4.96444e+04 8.75527e+03 1.38374e+05 1.86398e+05 1.29890e+04 1.67414e+05 3.72351e+05 1.21427e+05 2.01941e+05 1.58030e+05 7.31341e+05 2.06768e+05 2.88754e+05 5.52712e+00 8.71775e-01 4.09310e-01 1.62523e+03 2.08050e+02 4.46145e+02 7.55631e+02 1.48664e+02 9.60492e+01 5.30300e+02 1.43965e+02 2.28002e+02 7.10570e+01 5.17071e+01 9.90671e+00 1.04458e+03 1.57110e+03 5.52456e+02 8.25318e+03 7.13032e+03 2.57997e+03 1.47923e+03 2.18886e+03 8.57538e+03 4.42696e+02 1.75708e+03 1.15123e+01 5.38918e+01 5.15089e-01 1.04514e+04 5.25528e+02 2.27067e+03 3.33092e+03 2.20920e+02 6.07751e+02 4.23138e+03 8.86797e+02 1.68723e+03 4.47772e+02 2.87490e+02 1.60277e+01 9.16095e+03 5.09468e+03 1.11542e+03 2.28894e+04 2.02317e+04 6.47328e+03 2.89984e+03 5.64850e+03 4.04416e+04 1.71142e+03 7.70212e+03 3.26091e+01 1.93215e+02 1.43788e+00 6.97619e+00 1.49295e+01 1.45111e+01 2.85912e-01 3.89292e-01 4.06626e-01 5.72174e-01 3.00260e-01 7.35595e-01 2.58898e-01 1.92594e-01 4.17453e+00 2.48672e-01 9.71755e+02 5.15795e+02 2.10055e+03 3.82183e+03 2.06232e+03 4.34642e+02 4.50018e+03 1.53197e+03 1.81594e-01 1.92256e+03 2.38532e-01 3.37680e+02 3.84612e-01 6.60834e+03 5.63932e+02 7.90395e+01 6.11899e+03 1.69986e+02 4.61777e+02 3.07660e+03 6.43582e+02 1.05146e+03 2.98110e+02 1.85602e+02 2.40802e+01 7.90537e+03 3.10154e+03 2.71747e+01 4.23409e+02 8.81138e+03 1.61585e+02 2.04545e+03 2.85998e+03 9.85575e+03 7.23019e+02 3.93514e+03 1.67427e+01 8.36129e+01 1.08737e+00 3.42244e+03 2.90040e+03 2.91825e-01 1.35541e+04 1.35518e+04 1.13043e+03 5.11499e+03 1.87162e+03 9.62849e+02 1.05298e+02 4.13317e+03 3.18450e+02 2.00990e+01 2.15427e+03 1.25079e+03 1.61213e+04 3.58560e+04 4.42239e+04 5.61568e+04 2.45240e+04 9.41885e+04 2.83361e-01 1.34038e+04 1.17690e+00 3.37771e+02 3.03949e-01 3.25768e+02 1.62839e+03 5.92233e+06 3.90169e+04 1.65396e+04 1.12322e+04 6.37201e+04 1.94889e+04 4.79570e+04 2.50071e+04 8.19034e+03 1.70125e+03 1.18705e+04 3.79112e+04 4.96629e+03 6.40099e+04 1.42367e+05 2.08351e+04 5.28984e+04 3.59976e+04 3.88367e+05 5.47359e+04 4.64059e+04 7.60265e-04 2.18196e-01 6.49861e-02 5.14456e+02 1.97862e+01 5.19126e+02 3.42250e+03 1.49353e+02 4.57269e+02 2.97921e+03 6.24916e+02 1.04666e+03 2.74766e+02 1.78467e+02 1.13302e+01 1.41983e+03 3.93001e+03 8.26899e+02 1.92702e+04 1.63553e+04 6.01429e+03 3.15331e+03 4.56933e+03 2.88390e+04 1.31557e+03 5.43457e+03 1.83658e+01 1.43757e+02 4.31782e-01 1.15830e+01 1.00344e+00 5.12070e+00 6.23224e-01 1.43910e+00 6.28862e-01 6.66465e-01 7.12184e-01 7.51699e-01 8.92078e-01 7.92917e-01 1.87415e+00 3.10519e+00 6.45215e-01 1.11292e+00 9.98368e-01 9.08298e-01 8.10776e-01 1.41059e+00 1.32604e+00 8.99398e-01 8.08098e-01 8.63819e-01 1.06364e+00 7.64628e-01 2.59690e+00 3.92004e+03 9.35127e+01 1.42183e+03 1.69670e+03 8.56909e+01 2.47888e+02 1.68545e+03 3.68026e+02 6.25811e+02 1.71818e+02 1.00928e+02 5.88961e+00 3.99268e+03 1.56211e+03 3.36874e+02 7.97405e+03 7.88875e+03 2.19788e+03 1.50433e+03 2.75098e+03 1.48746e+04 7.39690e+02 3.04804e+03 2.16215e+00 5.58852e+01 2.92789e-01 2.84764e+04 1.29354e+03 2.58336e+04 7.91737e+04 6.85316e+03 9.05673e+03 6.08351e+04 1.30474e+04 2.36368e+04 5.33975e+03 3.49805e+03 2.13356e+02 5.62611e+04 4.42448e+04 7.45771e+03 1.76747e+05 1.59473e+05 5.33058e+04 3.12167e+04 4.56624e+04 3.39376e+05 1.58745e+04 7.35237e+04 2.09764e+02 1.79622e+03 7.06365e-01 3.14876e+03 2.81004e+02 7.44816e+02 1.06315e+04 5.11183e+02 1.41867e+03 9.41922e+03 2.03517e+03 3.55600e+03 1.02037e+03 6.06314e+02 5.13504e+01 8.42667e+03 6.50528e+03 1.45341e+03 3.11204e+04 2.88442e+04 1.00377e+04 4.59506e+03 7.54493e+03 4.84395e+04 2.64430e+03 1.08223e+04 2.76460e+01 2.57764e+02 2.20978e+00 4.00607e+04 1.24532e+03 5.66819e+04 4.23184e+04 2.59375e+03 6.32061e+03 4.19407e+04 8.46505e+03 1.49478e+04 3.77353e+03 2.43826e+03 1.41480e+02 2.72485e+04 2.94689e+04 6.04943e+03 1.49609e+05 1.33047e+05 4.49728e+04 2.89838e+04 3.97454e+04 1.81147e+05 9.10051e+03 4.50215e+04 1.05865e+02 7.91231e+02 3.39859e+00 7.95835e+03 4.10836e+02 4.09738e+03 4.93436e+03 1.71854e+02 4.23778e+02 3.04699e+03 5.81725e+02 9.70897e+02 2.65268e+02 1.73166e+02 1.36421e+01 1.48633e+04 4.17293e+03 1.16940e+03 2.63117e+04 2.86753e+04 8.29469e+03 1.93793e+03 2.96432e+03 6.40616e+04 3.48814e+03 1.39491e+04 4.93985e+01 3.26796e+02 6.80412e-01 1.42525e+04 5.88433e+02 4.73819e+03 1.24395e+04 1.11143e+03 1.70053e+03 1.22534e+04 2.85798e+03 3.87853e+03 1.09825e+03 6.93689e+02 5.24808e+01 1.24187e+04 9.98252e+03 1.92031e+03 4.43700e+04 3.92240e+04 1.36417e+04 7.77879e+03 1.18364e+04 7.62488e+04 2.58561e+03 1.38217e+04 5.23555e+01 3.93685e+02 5.06013e-01 9.24006e+05 1.51193e+04 5.66792e+04 2.40938e+05 2.54154e+04 1.00570e+05 7.21322e+05 1.15505e+04 6.53740e+03 1.96030e+03 2.59509e+02 4.73493e-01 2.20121e+05 9.17197e+02 3.46183e+05 5.27547e+05 1.47246e+05 3.74531e+05 2.59245e+05 1.52742e+02 5.50215e+06 1.16586e+03 1.09833e+06 3.30600e-01 1.81431e+03 5.79404e-01 3.60755e-01 5.23027e-02 1.38133e-01 6.62029e-02 1.34612e-01 3.37319e-02 1.82688e-01 9.09501e-02 1.70078e-01 1.85999e-02 3.21557e-02 1.19796e-02 4.33165e-01 1.37306e+00 2.71959e-02 3.50525e-01 7.79616e-01 1.69942e+00 1.15431e+00 2.18382e-01 9.78996e-01 5.09169e-01 1.38068e+00 3.15956e+00 7.69545e-02 3.68773e-03 2.55658e+03 1.39222e+02 4.92533e+03 7.54073e+03 3.52903e+02 1.07407e+03 7.26049e+03 2.58426e+03 2.52953e+03 6.55629e+02 4.34379e+02 3.72071e+01 4.84458e+03 5.99253e+03 9.23142e+02 1.99021e+04 1.77612e+04 6.05464e+03 3.65915e+03 5.54997e+03 3.99480e+04 2.31662e+03 8.34284e+03 3.14882e+01 2.18389e+02 1.14636e+00 7.16685e+05 1.01043e+05 1.73595e+04 2.38131e+05 3.19032e+04 1.04599e+05 1.23108e+05 5.30414e+04 5.16669e+04 2.53719e+04 1.29722e+04 2.69629e+04 4.85805e+04 1.61591e+05 1.54283e+04 4.52366e+05 2.81180e+05 9.72110e+04 1.54004e+05 7.41042e+04 3.61531e+06 2.34266e+05 3.59417e+05 1.28375e+02 3.68437e+04 8.69854e-01 1.24234e+00 1.88235e+00 3.07247e+01 6.47965e+03 5.26611e+02 9.02128e+02 5.73529e+03 1.22101e+03 1.93730e+03 5.15003e+02 3.59321e+02 2.83574e+01 5.06465e+03 3.91657e+03 8.28423e+02 1.77391e+04 1.62314e+04 5.14969e+03 1.90118e+03 3.02114e+03 2.65980e+04 8.37779e+02 5.59002e+03 5.21339e+00 1.72887e+02 4.98844e-01 8.55139e+02 5.13299e+01 1.16031e+03 1.16572e+03 8.02148e+01 2.13711e+02 1.78576e+03 3.16141e+02 5.80996e+02 1.61218e+02 9.69408e+01 5.70189e+00 3.10566e+03 1.26440e+03 3.38147e+02 7.70874e+03 7.69489e+03 2.55417e+03 1.34524e+03 1.95806e+03 1.17769e+04 3.62540e+02 2.45659e+03 7.70967e+00 5.75269e+01 7.14789e-01 1.20333e+04 4.40335e+02 4.09286e+04 3.30051e+04 1.45967e+03 2.80471e+03 2.24745e+04 3.81156e+03 7.93614e+03 2.72505e+03 1.57404e+03 1.54731e+02 3.10757e+04 2.03768e+04 4.27241e+03 8.45149e+04 1.01349e+05 3.78699e+04 1.83574e+04 2.31713e+04 1.45799e+05 1.27212e+04 5.02000e+04 4.36150e+02 8.09136e+02 3.93270e+00 5.53600e-01 5.84044e+04 2.03960e+06 6.62289e-01 1.03811e+00 2.63637e+04 4.11833e+04 6.34656e+01 2.30566e+00 1.13467e+00 3.30040e-01 2.77442e-01 1.11226e+06 3.51371e-01 5.11604e+05 3.43167e-01 3.49089e+04 2.66394e-01 1.14841e+00 3.30429e+03 2.49742e+05 2.65128e+03 1.80553e+05 3.17152e-01 1.89428e+01 3.44994e-01 4.10567e+03 1.64736e+02 2.44000e+03 7.56157e+03 3.38950e+02 9.69889e+02 6.44605e+03 1.33445e+03 2.27612e+03 6.20779e+02 4.00806e+02 3.98322e+01 6.66731e+03 5.10446e+03 9.53374e+02 2.06454e+04 2.06942e+04 6.81761e+03 3.46047e+03 5.98460e+03 4.36650e+04 2.30011e+03 1.04810e+04 3.86635e+01 2.09395e+02 4.02096e-01 5.08692e+03 5.16517e+02 1.05161e+05 2.57039e+04 1.20178e+03 3.64742e+03 2.53813e+04 5.62628e+03 1.05628e+04 2.67374e+03 1.74714e+03 1.03762e+02 9.37838e+03 2.71464e+04 3.37161e+03 8.04333e+04 6.58712e+04 2.47283e+04 1.66144e+04 1.88761e+04 1.36126e+05 1.12206e+04 3.09098e+04 1.25953e+02 7.67604e+02 1.23805e+00 1.20417e+05 4.39588e+03 5.68636e+04 1.90446e+05 2.24320e+04 2.62257e+04 1.72832e+05 3.34553e+04 5.48814e+04 1.42030e+04 1.10778e+04 6.20210e+02 1.74299e+05 9.85367e+04 2.35538e+04 5.39908e+05 4.91050e+05 1.71822e+05 9.83186e+04 1.50139e+05 9.69844e+05 3.22376e+04 1.79457e+05 6.55212e+02 5.19865e+03 1.19076e+00 7.96895e+03 6.53951e+02 5.54897e+03 1.44788e+04 8.24399e+02 2.16320e+03 1.50028e+04 3.49623e+03 7.13897e+03 1.96047e+03 1.09883e+03 5.06320e+01 2.06119e+04 2.07044e+04 2.83664e+03 6.75635e+04 5.30219e+04 1.77336e+04 1.23773e+04 1.89241e+04 1.34106e+05 5.78587e+03 2.38662e+04 8.66131e+01 7.19857e+02 1.33516e+00 3.90123e+04 1.30350e+03 2.75681e+04 3.01869e+04 1.21687e+03 3.93325e+03 2.42744e+04 4.92021e+03 8.59178e+03 2.36133e+03 1.59037e+03 9.87976e+01 6.40166e+04 3.55375e+04 3.05317e+03 6.98960e+04 8.06046e+04 1.99248e+04 3.04773e+03 5.02366e+03 1.92769e+05 9.49758e+03 4.38682e+04 1.76158e+02 1.14721e+03 1.41332e+00 5.89533e+04 3.55472e+00 9.48173e+01 4.31871e+03 1.65921e+03 1.79440e+03 2.47695e+03 1.37738e+03 1.21075e+03 1.32408e+02 1.15599e+02 4.30663e+01 8.07850e+01 3.68667e+03 4.35744e+02 5.61626e+03 1.24913e+04 1.00142e+03 4.00289e+04 2.86160e+03 2.60400e+05 6.88251e+02 6.27266e+03 7.15728e+01 2.05414e+04 3.03453e-01 2.87703e+04 1.31633e+04 2.98492e+04 1.02385e+05 5.20955e+04 2.84641e+04 2.14620e+05 3.11925e+04 1.56355e+04 8.19753e+03 1.13101e+04 3.18018e+03 2.03452e+04 7.76609e+04 1.76692e+03 2.27736e+04 5.06516e+04 7.76162e+04 1.92502e+05 3.64193e+04 8.67447e+04 1.89667e+05 2.35838e+04 1.88150e+04 6.65318e+03 4.71319e-01 5.77229e+04 9.50430e+04 2.35698e+04 1.11697e+06 3.72739e+04 2.30314e+04 6.65058e+05 3.11158e+04 4.35690e+05 8.06855e+04 9.53658e+03 2.25895e+03 2.28608e+05 2.45013e+05 2.02563e+04 2.61081e+05 5.80680e+05 1.42446e+05 1.10876e+05 7.27074e+04 7.86876e+05 4.13430e+00 1.11687e+05 1.33791e-03 3.83981e-01 2.04387e+00 4.53088e+05 3.78289e+03 4.71831e+05 3.50325e+05 1.07898e+05 2.03374e+05 6.12047e+05 2.46721e+05 2.73606e+05 1.95523e+05 6.86690e+04 7.95804e+03 5.45153e+05 3.60038e+05 1.11241e+05 4.87761e+05 1.27555e+05 8.84670e+04 3.22371e+05 2.18279e+05 8.35737e+05 1.22798e+05 6.13204e+05 3.06518e-01 1.03810e+04 5.54385e-01 9.90323e+01 6.66084e-01 3.77566e+00 1.70640e+03 4.05662e+02 5.39277e+01 3.62098e+04 2.59359e+02 1.73679e+04 1.90959e+04 4.40978e-01 2.48444e-01 2.83754e+04 2.34073e+04 6.54549e+03 5.17867e+03 1.60283e+01 2.30311e-01 2.14296e+04 1.97975e+04 3.06264e+05 2.42413e-01 3.74374e+00 2.27295e-01 2.88970e+01 1.25893e+00 1.49493e+03 6.19619e+01 2.65251e+04 1.13164e+04 5.08715e+02 1.53954e+03 1.12789e+04 2.35955e+03 4.65623e+03 1.34310e+03 7.31390e+02 7.00260e+01 6.22638e+03 1.28646e+04 1.61736e+03 3.73149e+04 3.37754e+04 1.37968e+04 6.56217e+03 8.14220e+03 5.97288e+04 4.70472e+03 1.80485e+04 6.58598e+01 3.15869e+02 4.33767e+00 1.34931e+05 4.87453e+03 3.61644e+03 8.18640e+05 1.52681e+05 5.04579e+04 2.74377e+06 6.51490e+04 7.34461e+05 9.04649e+05 7.31985e+04 0.00000e+00 3.40743e+05 8.37849e+05 1.13719e+04 1.46572e+05 3.25996e+05 8.79217e+05 1.62715e+05 4.78910e+05 2.48961e+06 2.72508e+03 3.62439e+05 1.27681e+04 2.41186e-01 6.51521e+00 1.51090e+02 5.51203e+02 2.55946e+02 6.35088e+01 8.17838e+01 1.45178e+02 8.14617e+01 8.20433e+01 7.09077e+01 1.49806e+02 1.84746e+02 2.23835e+02 1.49375e+02 1.25049e+02 2.33251e+02 7.33022e+01 2.02612e+04 1.29271e+02 1.32169e+02 1.08023e+02 8.37893e+01 1.35588e+02 1.07644e+02 3.66674e+02 6.53212e+03 3.58921e+02 7.49902e+04 8.59533e+01 1.71311e+04 1.53614e+05 3.03202e+04 1.73933e+04 8.00808e+04 2.23259e+04 6.08622e+04 2.83177e+04 8.91231e+03 1.88097e+00 3.50538e+04 6.05521e+04 4.60985e+03 4.09692e+04 5.26934e+04 2.20242e+04 2.43265e+04 5.52583e+04 2.00685e+05 2.70180e-01 1.80495e+05 4.44722e+00 4.46780e+00 1.35073e+00 2.83322e+05 2.18282e+00 4.91751e+06 6.09854e+06 9.81278e+05 2.44279e+06 3.64470e+07 1.07575e+07 7.38191e+06 3.23305e+02 1.41060e+06 6.10328e+05 8.18391e+06 9.02967e+06 4.69442e+05 6.05059e+06 1.34573e+07 9.17373e+01 1.40865e+07 1.37853e+02 5.04902e+06 2.49959e+01 4.61297e+06 9.80197e-03 2.81316e+00 1.72995e+01 8.79929e+03 4.82185e+02 4.31950e+02 1.89555e+03 1.36504e+02 3.20147e+02 2.44296e+03 4.92315e+02 9.29064e+02 2.42808e+02 1.60866e+02 1.26724e+01 1.89975e+03 3.72428e+03 7.12724e+02 1.34019e+04 1.31380e+04 4.25165e+03 2.14050e+03 3.78675e+03 2.50851e+04 1.00248e+03 5.12851e+03 2.30596e+01 1.27876e+02 1.11957e+00 1.14886e+03 2.42415e+02 3.32117e+02 4.08692e+02 2.52026e+01 5.97185e+01 3.94120e+02 8.22375e+01 1.40486e+02 3.69982e+01 2.52574e+01 2.24692e+00 8.38068e+02 9.53603e+02 1.66297e+02 2.37901e+03 2.29249e+03 8.07301e+02 5.68507e+02 7.99580e+02 1.77991e+03 6.84791e+01 3.54524e+02 2.30731e+00 8.48592e+00 6.09387e-01 1.67457e+02 6.77191e+00 1.16207e+02 1.51305e+03 7.20601e+01 2.33434e+02 1.59645e+03 3.48176e+02 6.55926e+02 1.66590e+02 9.48032e+01 6.24159e+00 3.61128e+02 7.74861e+02 1.70314e+02 3.27877e+03 2.93731e+03 9.20586e+02 2.79350e+02 5.46622e+02 5.39844e+03 2.25430e+02 9.32755e+02 3.93798e+00 1.79278e+01 2.32516e-01 1.16814e+03 1.08926e+02 1.43203e+02 2.25763e+02 1.46892e+01 3.57749e+01 2.06670e+02 4.86140e+01 6.99708e+01 2.10937e+01 1.55676e+01 1.53880e+00 2.80664e+02 4.27388e+02 1.30597e+02 1.30941e+03 1.31770e+03 4.83409e+02 3.44483e+02 4.76442e+02 7.45120e+02 3.33466e+01 1.51191e+02 1.72577e+00 6.15151e+00 1.71184e+00 3.59301e+04 1.27940e+03 3.09589e+05 1.08627e+05 4.76999e+03 1.53580e+04 1.22336e+05 2.14226e+04 3.89175e+04 1.05144e+04 6.13460e+03 5.23761e+02 1.33812e+05 8.92238e+04 1.30968e+04 3.38611e+05 2.69456e+05 1.04223e+05 6.75941e+04 9.43818e+04 7.19591e+05 3.54538e+04 1.37261e+05 4.43909e+02 3.53174e+03 7.89362e+00 1.09957e+03 8.59134e+02 3.87325e+03 4.09058e+04 1.55577e+03 4.84142e+03 2.92744e+04 6.58806e+03 9.94668e+03 2.35809e+03 1.68061e+03 7.84822e+01 2.36555e+04 1.96737e+04 3.73646e+03 8.27467e+04 7.68215e+04 2.63072e+04 1.31964e+04 2.05815e+04 1.32302e+05 7.52542e+03 3.83151e+04 1.00161e+02 6.76612e+02 1.18933e+00 2.45206e+04 8.65275e+02 1.92369e+04 4.51593e+04 1.99334e+03 6.76119e+03 4.42214e+04 8.87801e+03 1.35065e+04 3.06701e+03 2.16296e+03 8.60571e+01 3.77427e+04 2.27664e+04 3.55919e+03 1.15853e+05 1.04357e+05 3.36679e+04 2.04140e+04 3.44370e+04 2.97560e+05 1.05528e+04 5.24160e+04 9.98689e+01 1.03680e+03 2.51333e-01 7.28416e+02 6.57337e+01 2.61926e+02 1.25122e+03 4.38837e+01 1.18839e+02 7.06356e+02 1.67829e+02 2.90046e+02 7.68358e+01 5.14524e+01 3.33428e+00 6.23283e+02 8.24247e+02 3.59868e+02 4.46985e+03 3.54469e+03 1.15929e+03 7.59842e+02 1.38431e+03 4.63172e+03 2.91483e+02 1.01137e+03 7.74103e+00 2.97932e+01 1.29604e+00 7.82798e+03 5.14380e+02 1.46632e+03 5.08414e+02 5.39017e+01 7.81368e+01 6.46018e+02 1.39620e+02 2.91857e+02 9.14854e+01 6.05509e+01 6.33890e+00 5.18606e+03 9.62913e+02 3.28756e+02 6.11879e+03 7.28122e+03 1.34101e+03 1.47049e+03 2.74078e+03 1.55334e+04 4.80473e+02 2.58978e+03 9.27266e+00 6.63152e+01 9.66273e-01 4.31009e+04 7.72671e+02 2.41082e+03 4.03320e+04 1.53373e+04 3.87470e+04 1.37875e+05 5.86758e+04 2.36872e+05 1.29542e+05 1.68778e+04 1.34205e+03 8.48343e+04 8.40935e+05 1.11493e+04 1.43702e+05 3.19613e+05 1.34535e+05 9.91810e+05 3.23653e+05 2.40383e+06 2.82671e+04 1.35585e+06 1.75294e+06 6.56851e+03 1.66552e+00 6.91044e+03 7.55894e+01 1.04673e+04 6.27063e+04 2.54099e+04 3.06792e+04 5.86988e+04 5.69141e+04 6.23163e+04 2.66830e+04 7.33656e+03 1.47541e+03 4.75241e+04 5.13807e+04 1.26512e+04 7.05753e+04 2.18217e+04 1.10719e+04 1.20825e+04 2.16012e+04 9.71242e+04 9.98899e+04 5.05827e+04 7.88142e-01 1.19967e+03 8.69576e-01 1.45873e+03 2.53040e+02 1.04116e+04 4.12259e+04 1.50867e+04 3.54995e+04 6.70650e+04 2.72133e+04 5.86469e+04 2.24681e+04 5.59847e+03 3.99911e+03 1.26303e+05 4.22209e+04 4.10039e+04 6.47857e+04 4.63684e+04 1.60111e+04 2.67274e+04 2.71793e+04 1.32708e+05 1.06176e+05 2.94870e+05 3.15793e-01 1.56897e+03 1.50784e+00 5.41629e+03 6.74736e+02 4.83901e+01 9.51485e+01 1.56621e+01 2.20342e+01 2.21138e+02 5.55859e+01 9.95980e+01 3.12318e+01 2.00983e+01 1.81595e+00 3.00919e+02 7.21325e+02 1.69601e+02 2.76646e+03 2.28891e+03 6.03254e+02 6.66629e+02 1.32297e+03 3.15398e+03 1.25659e+02 6.08898e+02 3.27297e+00 1.86975e+01 2.91867e-01 4.26177e-01 6.17877e-02 3.59658e+05 2.29725e+05 2.00277e+04 7.92579e+04 2.25725e+05 9.85514e+04 1.44781e+05 1.57037e+04 2.43174e+04 4.87119e+04 1.26580e+05 1.57143e+05 2.75042e+04 3.54499e+05 7.88454e+05 1.16932e+05 2.26292e+05 8.03244e+04 3.98527e+06 6.70387e+05 2.26615e+05 3.57241e+02 1.02528e+05 9.58737e-01 4.06424e+03 2.30075e+02 5.92199e+03 6.86129e+03 3.18089e+02 9.68506e+02 5.99433e+03 1.30176e+03 2.23922e+03 5.82376e+02 3.88418e+02 2.82208e+01 1.70764e+04 5.97100e+03 1.20177e+03 2.69895e+04 2.21501e+04 7.65972e+03 5.07284e+03 7.77556e+03 5.74458e+04 2.23176e+03 9.92298e+03 4.48842e+01 3.06746e+02 3.01460e-01 1.80725e+00 3.35285e-01 7.87582e+03 4.51534e+02 1.00710e+00 2.61341e+04 1.31040e+05 9.59911e+02 1.61344e+04 7.29631e-01 1.03585e+01 5.89968e+02 1.21823e+06 3.16570e+06 1.13313e+04 6.19120e+05 2.42101e+04 2.52759e+05 2.68178e+05 4.61508e+05 1.37936e+07 3.55920e+05 6.46499e+05 2.33243e-01 0.00000e+00 1.63934e+00 2.96901e+04 9.64132e+02 1.48701e+04 6.37283e+04 7.99257e+03 6.77629e+03 5.12042e+04 8.70222e+03 1.63143e+04 4.46104e+03 3.64491e+03 2.08787e+02 4.45255e+04 3.42603e+04 5.99636e+03 1.36733e+05 1.26337e+05 4.54484e+04 2.33264e+04 3.57019e+04 2.54535e+05 1.04858e+04 5.58396e+04 1.80689e+02 1.36850e+03 1.22852e+00 2.84319e+04 1.16932e+03 1.01132e+04 2.49177e+04 1.30491e+03 4.20377e+03 2.79986e+04 5.88000e+03 1.09277e+04 2.89398e+03 1.84312e+03 9.85132e+01 3.77288e+04 2.31582e+04 4.38008e+03 1.22971e+05 1.05704e+05 3.58260e+04 2.20138e+04 3.37755e+04 2.67738e+05 8.29429e+03 4.56300e+04 1.13107e+02 1.29014e+03 1.50203e-01 3.93692e+03 2.58035e+02 1.22304e+03 3.23869e+03 1.36549e+02 4.11782e+02 2.62946e+03 7.23492e+02 1.01906e+03 3.21363e+02 1.65317e+02 9.97749e+00 4.29054e+03 2.21564e+03 5.12828e+02 1.04248e+04 8.84195e+03 3.44977e+03 1.68926e+03 2.50330e+03 1.28416e+04 5.53607e+02 2.72626e+03 9.74677e+00 5.59638e+01 4.66656e-01 2.68298e+03 1.76063e+02 9.54402e+01 3.08335e+03 1.58723e+02 3.50326e+02 2.06547e+03 4.85664e+02 8.91855e+02 2.08187e+02 1.75214e+02 1.67325e+01 9.83321e+02 8.95858e+02 3.76838e+02 4.94926e+03 4.55041e+03 1.41477e+03 8.11588e+02 1.72195e+03 1.03927e+04 4.02619e+02 2.16590e+03 1.37186e+01 6.39871e+01 1.53317e+00 6.35626e+04 5.88631e-01 4.68978e+04 3.57757e+05 7.34201e+04 5.69862e+05 6.06126e+05 7.79255e+05 1.48183e+06 7.20692e+05 3.96866e-01 1.16921e+04 5.36707e+05 1.22969e+06 2.51373e+06 5.47590e+01 4.26165e+01 3.41046e+05 1.18720e+06 4.18490e+05 9.30411e+06 6.30616e+05 3.88401e+06 5.13549e+03 5.28918e+04 6.82243e-01 4.52849e+04 6.56547e+03 1.00920e+04 8.08145e+04 3.58851e+04 7.67899e+04 2.01149e+05 1.15921e+05 3.81911e+05 3.47737e+04 3.18387e+04 1.43475e+03 7.35144e+04 1.76064e+05 2.80917e+04 1.90726e+05 4.24201e+05 1.03620e+05 1.37927e+05 8.15434e+04 7.61096e+05 1.82449e+05 4.53175e+05 8.00341e+03 2.11784e+04 2.17694e+01 2.57045e+04 8.74827e+02 6.70236e+04 4.28703e+04 3.60125e+03 5.53769e+03 3.76112e+04 7.55030e+03 1.08369e+04 2.45823e+03 1.71556e+03 1.35642e+02 3.64647e+04 2.35897e+04 4.72406e+03 1.10472e+05 1.00588e+05 3.70308e+04 2.14254e+04 2.78837e+04 2.28339e+05 6.77885e+03 3.95810e+04 1.16556e+02 8.40803e+02 1.75759e-01 1.52825e+04 1.14988e-01 3.02013e+04 9.98296e+05 8.83188e+04 9.19254e+04 4.66377e+06 1.87159e+05 7.96015e+05 8.28620e+05 2.28522e+04 1.97785e+05 2.88551e+05 1.99162e+05 3.37844e+04 5.59819e+05 8.89448e+05 1.48029e+05 4.81764e+05 3.06982e+05 2.49290e+06 1.88675e+05 3.55084e+05 1.02930e-01 1.37140e+02 2.12611e-01 2.81551e+04 1.58027e+03 8.94926e+02 1.56227e+04 1.22887e+03 2.51137e+03 1.58727e+04 3.34624e+03 5.29855e+03 1.34473e+03 9.55783e+02 6.69877e+01 2.69427e+03 1.32780e+04 2.37672e+03 4.95686e+04 4.96192e+04 1.61984e+04 1.18025e+04 1.73220e+04 4.46348e+04 1.34390e+03 7.90519e+03 3.23417e+01 1.82059e+02 1.68409e+00 1.22325e+05 3.67859e+03 3.18533e+06 8.47622e+06 1.48381e+06 3.43502e+05 1.42689e+07 1.91752e+05 2.18178e+06 3.46787e+06 4.47949e+05 1.49750e+06 2.70245e+06 1.28966e+06 3.03423e+05 7.52200e+06 6.40333e+06 5.07485e+06 1.04104e+06 3.83791e+05 6.43549e+06 4.74143e-01 2.00037e+06 4.91098e+04 5.51002e+05 9.04254e-01 3.36781e+00 1.79640e-01 1.81400e+00 1.09941e+01 6.19154e+00 2.91210e+00 4.93741e+00 7.56209e+00 7.03314e-01 2.69474e-01 4.79398e+00 1.35589e-01 7.35404e-01 2.14440e+00 3.92074e+01 1.20754e-01 1.64640e+03 1.43497e+02 1.15051e+01 1.21290e-01 2.01941e+04 3.15521e-01 8.89648e+00 2.64553e-01 2.28825e+01 9.19147e-01 6.16498e+03 2.86483e+02 1.67089e+03 2.35027e+03 1.47697e+02 3.72065e+02 2.38590e+03 5.10031e+02 8.19731e+02 2.18325e+02 1.62023e+02 1.37390e+01 4.62159e+03 1.47787e+03 4.58015e+02 7.95435e+03 7.17997e+03 2.41849e+03 1.35127e+03 2.34845e+03 1.25936e+04 4.99714e+02 2.36644e+03 1.35566e+01 6.82760e+01 9.99650e-01 6.16523e+02 1.16442e+02 8.21270e+04 9.27709e+03 4.13718e+02 1.34927e+03 1.14880e+04 1.99128e+03 2.52131e+03 6.42050e+02 4.35703e+02 3.57585e+01 7.54076e+03 4.68694e+03 1.03593e+03 2.38680e+04 1.87410e+04 8.16840e+03 6.43382e+03 5.91863e+03 1.04615e+04 1.35239e+03 5.75834e+03 2.34460e+01 1.93362e+02 7.10353e-01 8.69501e+03 3.79598e+02 8.54539e+03 2.00787e+04 2.58841e+03 2.85518e+03 1.96955e+04 3.86544e+03 6.53770e+03 1.65842e+03 1.12369e+03 6.61547e+01 1.90532e+04 1.28777e+04 2.48166e+03 5.86539e+04 4.88612e+04 1.69014e+04 1.06479e+04 1.59836e+04 1.10995e+05 4.74419e+03 2.17913e+04 7.29048e+01 5.53470e+02 5.16892e-01 9.45715e+01 4.51961e+02 9.10259e+03 8.11287e-01 1.11660e+05 1.12603e+04 6.93688e+04 1.57736e+04 2.39778e+04 1.42355e+04 6.55509e+03 2.01363e+01 4.53545e+03 7.18357e+04 3.47207e+05 4.36739e-01 1.02856e+05 2.27958e+04 4.86155e+04 8.46792e+04 6.21186e+05 1.27659e+05 9.18678e+05 3.90110e-01 7.51232e+02 5.26070e-01 1.22699e+04 4.62291e+02 5.81532e+02 1.47254e+04 8.07910e+02 2.35293e+03 1.47502e+04 3.37298e+03 5.78302e+03 1.50965e+03 1.01294e+03 7.07707e+01 5.07914e+03 1.38278e+04 1.85927e+03 4.10013e+04 3.31239e+04 1.07471e+04 1.01183e+04 1.51237e+04 1.25315e+05 4.72969e+03 2.16989e+04 8.26209e+01 6.06286e+02 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 1.33671e+04 5.48967e+02 3.90011e+03 1.21387e+04 5.62916e+02 1.69678e+03 1.08274e+04 2.28441e+03 4.04914e+03 1.06259e+03 6.92762e+02 4.01247e+01 1.44273e+04 1.14267e+04 2.10397e+03 4.65650e+04 4.34528e+04 1.47096e+04 6.78781e+03 1.16284e+04 8.93445e+04 3.35161e+03 1.68903e+04 6.62612e+01 4.52779e+02 1.28530e+00 1.13399e+06 1.85348e+05 1.51841e+05 9.37319e+04 8.04293e+04 2.68768e+04 8.20236e+04 7.77832e+04 1.72688e+05 1.64078e+04 3.79384e+04 1.38148e+04 7.95066e+04 6.23543e+04 7.44548e+03 9.59640e+04 2.13437e+05 4.84179e+02 9.41453e+04 3.67035e+04 1.63096e+05 1.58339e+04 1.12061e+05 1.14755e+02 3.29347e+04 8.83679e-01 9.90675e+04 4.34347e+03 3.56915e+05 3.11494e+05 1.55253e+04 4.10396e+04 3.00684e+05 6.05610e+04 1.02214e+05 2.59283e+04 1.75207e+04 1.49072e+03 3.98334e+05 2.03655e+05 3.52567e+04 8.76688e+05 7.52226e+05 2.78350e+05 1.78717e+05 2.38406e+05 1.74406e+06 5.71190e+04 3.35757e+05 1.25885e+03 8.10463e+03 1.26614e+01 1.37876e+04 4.26802e+04 4.35460e+05 1.06899e+06 4.82294e+05 9.32034e+05 2.19591e+06 1.36626e+06 2.06549e+06 8.04822e+05 4.66666e+05 6.24429e+04 3.06532e+06 1.86796e+06 1.66624e+06 3.32176e+06 1.06611e+07 3.08840e+06 3.05131e+06 1.09104e+06 9.72650e+06 1.07818e+01 2.81171e+06 2.33901e-01 3.90479e+05 3.01827e-01 1.35632e+02 2.12218e+00 1.78963e+01 7.00882e+01 1.77134e-01 1.12111e+00 2.36895e+01 1.24192e+00 1.22925e+00 9.21672e-02 6.83639e-02 1.10933e-02 1.01564e+02 4.78822e+01 2.26820e+00 5.28421e+02 5.03319e+02 5.77577e+01 1.26689e+01 8.30451e+01 1.89258e+03 4.08606e+00 2.52592e+02 5.45884e-03 1.79888e-02 3.20070e-01 5.16836e+06 7.86608e+04 1.29574e+07 2.00326e+07 6.41098e+05 2.99420e+06 7.51158e+06 2.14127e+06 6.20537e+06 3.49445e+06 1.13652e+06 2.90685e+03 3.44886e+07 1.68404e+07 7.76418e+06 1.56002e+08 1.87032e+08 5.95468e+07 3.18242e+07 8.29939e+07 5.39276e+08 6.69118e+00 4.36018e+07 1.96981e+05 1.10853e+06 4.74816e+00 2.92148e+05 3.48383e-01 3.09310e+03 5.62785e+04 3.37929e+03 9.88803e+03 1.04186e+05 5.29365e+03 3.47429e+03 1.00928e+03 9.30180e+02 3.46538e+02 1.03333e+05 6.78462e+04 3.15565e+03 5.51471e+04 8.12641e+04 1.86009e+04 7.50054e+04 5.16213e+04 1.60456e+06 5.69491e+04 2.04121e+05 3.07808e+03 4.71685e-01 9.82977e-01 2.24309e+05 4.13813e+04 1.28249e+04 1.39745e+04 3.74739e+04 1.19234e+03 3.32853e+04 1.03753e+04 1.22075e+04 5.09798e+02 5.28603e+03 1.15332e+03 2.04898e+04 4.88401e+04 5.71108e+02 7.36095e+03 1.63718e+04 7.65117e+02 6.06698e+04 1.40680e+04 8.05574e+04 3.33248e+03 2.63723e+04 1.35674e+02 3.89383e+04 1.37030e+00 2.30126e+03 1.92668e+02 1.16882e+02 1.82628e+02 1.12924e+01 2.89579e+01 1.92938e+02 4.41778e+01 7.25750e+01 2.88707e+01 1.25498e+01 7.52263e-01 3.79446e+02 3.77727e+02 1.97536e+02 2.45494e+03 2.24066e+03 8.06169e+02 4.98671e+02 7.41147e+02 2.31943e+03 1.01192e+02 4.60414e+02 2.79017e+00 1.32329e+01 5.78380e-01 1.01837e+03 3.79183e-01 3.76940e+05 3.51247e+05 1.07557e+05 1.17033e+05 4.10866e+05 1.55150e+05 6.83626e+04 4.71652e+04 1.62220e+04 6.04349e+03 7.56011e+05 3.30098e+05 2.38207e+04 5.70194e+05 5.15621e+05 1.39580e+05 8.24426e+04 4.24563e+04 1.14470e+06 4.14983e+04 8.15280e+04 3.96860e-01 1.42940e+04 7.25370e-01 2.75084e+06 4.19497e+05 1.28793e+06 5.01495e+06 1.52838e+06 4.87767e+05 1.09906e+06 2.82116e+05 3.51142e+05 3.75963e+05 1.53028e+05 2.95192e+02 5.94656e+05 1.95503e+06 6.11686e+04 3.43803e+06 6.97390e+04 7.98976e+05 6.32397e+05 2.47929e+05 2.21711e+06 2.05550e+04 9.32659e+05 1.46575e+02 4.20669e+04 1.79305e-01 3.82646e+04 2.30036e+03 1.09536e+05 7.66456e+04 3.20139e+03 9.29172e+03 6.75736e+04 1.29196e+04 2.02404e+04 5.62174e+03 3.51498e+03 3.98981e+02 8.61327e+04 4.48037e+04 8.63001e+03 1.92113e+05 2.08288e+05 6.80889e+04 3.93080e+04 5.41276e+04 3.61434e+05 1.49238e+04 8.25185e+04 3.09832e+02 1.91299e+03 3.78283e-01 1.22297e+04 5.11905e+02 7.77240e+03 1.36037e+04 7.47360e+02 1.93070e+03 1.26991e+04 4.17723e+03 4.77759e+03 1.17002e+03 7.73097e+02 5.49828e+01 1.85639e+04 1.28204e+04 2.29973e+03 4.95450e+04 4.11627e+04 1.48301e+04 7.10389e+03 1.09800e+04 8.29609e+04 3.97347e+03 1.57640e+04 6.33238e+01 4.15682e+02 3.27140e+00 8.28045e+03 2.20126e+03 1.05572e+04 1.14293e+04 1.65909e+03 2.17179e+03 6.96700e+03 3.00347e+03 2.34268e+03 1.20216e+03 1.54454e+03 7.55075e+02 1.18343e+04 3.66471e+03 6.50357e+03 1.83320e+04 1.84913e+04 8.42814e+03 4.80826e+03 6.45005e+03 1.71306e+04 1.23045e+03 4.37115e+03 3.08137e+02 1.58514e+03 9.12866e+00 0.00000e+00 +-4.19477e+03 -1.11989e+02 -1.59150e+04 -6.78512e+03 -6.16180e+01 -1.29282e+02 -6.41847e+02 -1.22800e+02 -6.39278e+02 -1.34156e+02 -7.61806e+01 -6.84816e-01 -8.22603e+04 -4.17283e+03 -7.30277e+02 -2.14615e+04 -1.71714e+04 -4.78949e+03 -2.57351e+03 -2.71517e+03 -1.90520e+05 -4.50212e+03 -8.35252e+04 -5.34323e+01 -6.63785e+02 -5.54893e-01 -3.50540e+03 -1.01246e+02 -1.15962e+03 -1.05814e+04 -5.01493e+01 -1.97030e+02 -9.23876e+02 -1.58062e+02 -7.46059e+02 -1.59229e+02 -9.12886e+01 -1.01359e+00 -5.16995e+03 -3.04188e+03 -3.11274e+02 -9.41820e+03 -7.51352e+03 -2.71662e+03 -3.10291e+03 -2.18618e+03 -4.25797e+04 -5.93415e+02 -1.44341e+04 -7.39219e+00 -1.22520e+02 -1.58540e-01 -2.82897e+04 -1.03955e+03 -3.18228e+03 -8.50798e+04 -8.06888e+02 -1.77704e+03 -6.13121e+03 -1.33595e+03 -6.71446e+03 -1.25765e+03 -9.24249e+02 -7.95375e+00 -5.45181e+04 -3.20206e+04 -4.81811e+03 -1.26589e+05 -1.10513e+05 -3.07756e+04 -2.74550e+04 -3.46068e+04 -5.86618e+05 -6.55141e+03 -1.57338e+05 -1.31891e+02 -1.48380e+03 -1.62232e-01 -1.68736e+03 -3.92973e+01 -5.26491e+02 -7.85619e+03 -6.23458e+01 -1.45949e+02 -7.63595e+02 -1.34526e+02 -6.23599e+02 -1.42183e+02 -8.95357e+01 -1.12051e+00 -3.22725e+03 -7.79212e+02 -7.51534e+01 -2.43880e+03 -2.14416e+03 -6.07446e+02 -1.05198e+03 -9.84341e+02 -9.22478e+03 -1.49010e+02 -3.57795e+03 -1.32852e+00 -2.40648e+01 -1.20071e-01 -1.50690e+04 -5.08979e+02 -2.71254e+03 -1.02100e+05 -9.47235e+02 -1.78962e+03 -8.30997e+03 -1.51146e+03 -7.94800e+03 -1.77809e+03 -1.07192e+03 -1.17592e+01 -5.87534e+04 -2.46340e+04 -2.93134e+03 -6.95733e+04 -6.70653e+04 -1.85953e+04 -1.71027e+04 -1.96169e+04 -5.18011e+05 -8.08595e+03 -2.15226e+05 -1.50144e+02 -1.52018e+03 -6.10390e-01 -1.23606e+02 -1.40096e+00 -5.29893e+01 -8.88482e+03 -5.27907e+01 -1.79134e+02 -9.52546e+02 -1.45767e+02 -8.03736e+02 -1.22229e+02 -7.97954e+01 -1.36411e+00 -2.53701e+02 -1.96870e+02 -1.18943e+01 -6.83555e+02 -6.11082e+02 -1.61846e+02 -1.61318e+02 -1.47613e+02 -3.26762e+03 -4.72990e+01 -1.14914e+03 -2.35646e-01 -5.57549e+00 -8.43209e-02 -1.18139e+05 -5.08749e+03 -5.24801e+04 -8.76235e+04 -4.00429e+04 -3.81846e+04 -9.16140e+04 -3.59310e+04 -3.32431e+04 -2.98901e+04 -1.28337e+04 -9.85573e+02 -4.37000e+04 -1.42074e+05 -5.98167e+03 -8.97870e+04 -1.63411e+05 -4.95293e+04 -1.32252e+05 -5.73801e+04 -4.49268e+05 -1.12892e+05 -2.85541e+05 -1.33560e+02 -3.83318e+04 -3.81995e-01 -3.51113e-01 -6.84207e-01 -4.01962e-01 -8.68420e-01 -7.07232e-01 -9.73428e-01 -8.25440e-01 -7.91620e-01 -7.21846e-01 -7.05455e-01 -6.60775e-01 -6.30559e-01 -5.68157e-01 -3.09186e-01 -6.82695e-01 -8.98071e-01 -6.60013e-01 -8.60070e-01 -4.86720e-01 -5.17147e-01 -2.21970e+00 -1.50099e+00 -1.43883e+00 -1.72750e+02 -1.69827e+00 -3.44108e-01 -1.77585e+01 -9.33279e+00 -6.62484e+00 -2.29920e+00 -2.78667e+00 -2.06983e+00 -1.15839e+00 -6.49602e+00 -6.03090e+00 -4.88719e+00 -1.94776e+00 -9.79577e-01 -2.51376e-01 -2.83431e-01 -3.64319e-01 -3.97126e-01 -4.97100e-01 -1.43663e-01 -1.81736e-01 -2.30939e-01 -4.47814e-01 -1.29137e-01 -1.28955e-01 -9.76972e-02 -2.35764e-01 -1.64497e-01 -1.92314e+01 -3.63179e+00 -2.02480e+01 -1.80517e+01 -4.86059e+00 -7.69507e+00 -1.50322e+01 -1.32742e+01 -1.17546e+01 -3.42681e+00 -3.33998e+00 -1.29550e-01 -1.55374e+05 -1.22887e+00 -2.32803e-02 -4.51302e-01 -5.71256e-01 -6.03857e-01 -9.92702e+00 -1.73990e+00 -2.73165e+01 -2.76553e+00 -6.99192e+05 -4.47370e-01 -4.55951e-01 -3.08426e-01 -4.76942e+06 -1.58922e-01 -1.21142e+04 -1.36198e+03 -1.16483e+02 -4.30164e+02 -6.08440e+00 -4.43366e-01 -1.74643e+03 -3.79477e-01 -2.35307e-01 -2.49875e-01 -5.01765e-01 -2.35338e-01 -2.66663e-01 -2.73197e-01 -2.43051e-01 -2.53907e-01 -7.52768e+03 -2.45396e-01 -3.46922e+04 -2.40318e-01 -3.17386e+05 -1.81312e-01 -2.37683e-01 -6.71315e-02 -1.76265e+00 -1.88128e+00 -2.39979e+00 -2.05544e+00 -1.89956e+00 -2.13487e+00 -1.86073e+00 -1.96194e+00 -1.95318e+00 -2.00156e+00 -2.00861e+00 -1.21934e+00 -1.70331e+00 -1.30622e+00 -1.71706e+00 -1.72430e+00 -1.63962e+00 -1.77960e+00 -1.53114e+00 -1.60367e+00 -1.56313e+01 -2.59617e+00 -2.86730e+00 -2.90225e+00 -3.78843e+00 -2.58430e-01 -1.19871e+03 -4.17016e+01 -5.55386e+02 -1.24387e+04 -1.84219e+02 -4.34652e+02 -1.98864e+03 -3.92580e+02 -1.56603e+03 -3.05289e+02 -2.11236e+02 -2.23077e+00 -3.33127e+03 -1.88391e+03 -2.56136e+02 -7.08898e+03 -5.17495e+03 -1.62423e+03 -1.60767e+03 -1.60258e+03 -2.21550e+04 -3.09098e+02 -7.38103e+03 -4.14768e+00 -5.62034e+01 -8.83246e-02 -5.88547e+03 -1.54130e+02 -2.99747e+02 -2.03557e+03 -1.83753e+01 -4.11074e+01 -1.73023e+02 -2.75273e+01 -1.98810e+02 -4.21094e+01 -2.34415e+01 -4.30247e-01 -1.63688e+03 -1.54550e+03 -1.35999e+02 -3.41480e+03 -2.91704e+03 -8.56105e+02 -8.12725e+02 -8.67536e+02 -1.07390e+04 -1.43198e+02 -3.60512e+03 -2.04260e+00 -2.63433e+01 -5.86865e-02 -2.02671e+04 -6.14974e+02 -7.45478e+03 -4.41667e+04 -2.16573e+02 -9.72083e+02 -4.41391e+03 -8.46249e+02 -4.14969e+03 -8.96325e+02 -5.20794e+02 -7.44873e+00 -3.50339e+04 -2.79908e+04 -2.93426e+03 -7.77965e+04 -6.37971e+04 -1.73137e+04 -2.06171e+04 -2.13923e+04 -2.60108e+05 -5.35723e+03 -9.68888e+04 -5.69440e+01 -6.72267e+02 -7.04282e-02 -5.75642e+02 -1.12415e+01 -2.58428e+02 -2.22611e+03 -2.06330e+01 -4.92475e+01 -2.33142e+02 -4.38217e+01 -2.20243e+02 -4.52145e+01 -2.61459e+01 -1.72142e-01 -1.22223e+03 -9.15712e+02 -7.78359e+01 -2.60489e+03 -2.27330e+03 -6.40717e+02 -7.01139e+02 -6.39073e+02 -9.70668e+03 -1.34058e+02 -3.30975e+03 -1.28596e+00 -2.08100e+01 -6.71837e-02 -1.10110e+00 -4.54152e+00 -9.71912e+00 -2.48536e+02 -1.21474e+01 -8.70753e+01 -4.56156e+03 -1.60229e+02 -3.98187e+03 -1.61900e+01 -1.36476e+01 -2.51654e+00 -1.18174e+00 -2.29736e+00 -3.16285e+00 -2.71042e+00 -4.79619e+05 -4.41098e+00 -8.55430e+02 -1.39654e+02 -1.82275e+02 -2.04610e+00 -1.96503e+00 -2.73838e+00 -4.95692e+04 -5.35298e+01 -6.64311e+04 -1.33417e+03 -1.16555e+00 -5.03694e-01 -7.53707e-01 -1.45753e+04 -3.63375e+04 -2.32408e+04 -7.54753e+04 -8.66789e+01 -2.69666e-01 -2.31615e+03 -4.95483e-01 -2.55252e-01 -2.74703e-01 -2.34431e-01 -2.56923e-01 -2.49359e-01 -3.74627e+02 -3.14479e+02 -5.79475e+05 -9.73037e+01 -2.33674e+06 -3.00827e-01 -2.46301e-01 -6.02237e-02 -1.36352e+02 -3.53175e+00 -7.54178e+01 -6.02946e+02 -6.86357e+00 -1.68649e+01 -9.10325e+01 -1.53731e+01 -8.11738e+01 -1.52291e+01 -8.89909e+00 -1.79712e-01 -4.37790e+02 -4.21130e+02 -2.35256e+01 -9.30499e+02 -8.01601e+02 -2.09379e+02 -2.06347e+02 -2.04524e+02 -5.21817e+03 -8.10359e+01 -1.82809e+03 -5.14433e-01 -1.22273e+01 -9.13604e-02 -1.80117e+03 -4.90010e+01 -1.29988e+03 -4.64419e+03 -3.87132e+01 -7.99404e+01 -3.85796e+02 -6.99967e+01 -3.52070e+02 -7.44748e+01 -4.41752e+01 -3.40870e-01 -5.44965e+03 -1.98364e+03 -1.76406e+02 -5.23081e+03 -4.26503e+03 -1.28396e+03 -1.44482e+03 -1.24050e+03 -2.63877e+04 -4.88649e+02 -1.05333e+04 -4.85170e+00 -7.51317e+01 -1.43226e-01 -9.41495e+02 -2.20085e+01 -3.77958e+02 -7.87106e+04 -1.29348e+03 -3.64261e+03 -1.31282e+04 -3.16089e+03 -1.33055e+04 -2.47661e+03 -1.65390e+03 -1.34684e+01 -2.10654e+03 -1.09310e+03 -1.24929e+02 -3.82298e+03 -2.83202e+03 -7.96243e+02 -9.31321e+02 -9.05659e+02 -8.90829e+03 -1.40667e+02 -3.34730e+03 -1.57896e+00 -2.10254e+01 -8.00504e-02 -3.11076e+01 -5.63353e-01 -4.42845e+00 -1.84441e+02 -7.57470e-01 -1.76927e+00 -1.00978e+01 -8.37990e-01 -8.22216e+00 -1.15078e+00 -7.37945e-01 -5.82648e-01 -2.96680e+01 -2.00358e+01 -1.91614e+01 -7.08218e+02 -7.98219e+02 -1.92571e+02 -1.80868e+01 -1.75101e+01 -9.29387e+02 -1.73875e+01 -4.83125e+02 -8.81810e-01 -2.13734e+00 -3.22854e-01 -1.37879e+04 -5.64956e+02 -4.86021e+03 -6.45401e+03 -1.10088e+03 -1.07002e+03 -2.99246e+03 -3.25722e+01 -4.46312e+01 -4.88089e+00 -7.92270e+01 -2.95159e+01 -3.19072e+03 -3.46580e+03 -1.92573e+02 -2.48205e+03 -5.52043e+03 -3.60389e+03 -9.57378e+03 -3.26173e+03 -1.58165e+04 -1.07541e+04 -3.90785e+03 -7.45736e+02 -3.97662e+03 -9.25082e-01 -3.70757e+03 -1.13972e+02 -1.64130e+03 -8.35109e+03 -4.01969e+01 -1.48182e+02 -7.63771e+02 -1.26138e+02 -6.82560e+02 -1.48881e+02 -8.55517e+01 -8.39941e-01 -7.06878e+03 -4.96260e+03 -5.78353e+02 -1.57471e+04 -1.21676e+04 -4.30344e+03 -5.73440e+03 -5.10170e+03 -5.21580e+04 -6.54745e+02 -1.74094e+04 -1.00396e+01 -1.30262e+02 -1.77784e-01 -8.55480e+04 -2.63835e+03 -3.96094e+04 -2.94268e+05 -2.99498e+03 -6.57834e+03 -3.57515e+04 -5.57704e+03 -2.47599e+04 -4.91828e+03 -3.36089e+03 -5.23971e+01 -1.99709e+05 -1.03522e+05 -1.55734e+04 -3.77616e+05 -3.35273e+05 -9.98546e+04 -1.04260e+05 -9.93849e+04 -1.12718e+06 -1.31893e+04 -3.36948e+05 -2.48410e+02 -3.40488e+03 -4.79176e-02 -3.53417e+05 -3.78982e+03 -1.34303e+00 -3.38741e+03 -1.63357e+05 -1.53180e+00 -5.12927e+00 -6.04171e+04 -1.71760e+05 -2.11513e+05 -3.56242e-01 -1.32717e-01 -9.03940e+04 -1.34000e+04 -1.31259e-02 -1.69179e-01 -3.76277e-01 -4.76275e-01 -1.23528e+06 -8.60230e+05 -7.86320e+05 -8.92233e-01 -4.19578e+04 -1.72034e+01 -4.93739e+03 -3.09164e-01 -1.74456e+02 -4.32311e+00 -8.06719e+01 -3.56742e+03 -2.91098e+01 -7.20783e+01 -3.66884e+02 -5.89361e+01 -3.06718e+02 -6.11070e+01 -3.04079e+01 -8.37993e-01 -4.49516e+02 -2.15227e+02 -1.47698e+01 -6.11214e+02 -5.16036e+02 -1.43165e+02 -1.33683e+02 -1.43885e+02 -2.58286e+03 -4.72469e+01 -9.69272e+02 -2.90792e-01 -6.10120e+00 -9.81031e-02 -3.25846e+03 -9.67979e+01 -3.03298e+02 -6.28030e+03 -3.70720e+01 -1.05241e+02 -4.87246e+02 -8.96120e+01 -5.17733e+02 -1.13252e+02 -6.16990e+01 -6.26047e-01 -4.68775e+03 -5.09905e+03 -1.43152e+03 -3.52045e+04 -3.60323e+04 -8.05556e+03 -5.03668e+03 -5.94821e+03 -4.89329e+04 -8.34685e+02 -1.99513e+04 -1.23530e+01 -1.22062e+02 -1.35900e-01 -3.14447e+04 -3.92749e+02 -1.99722e+03 -6.59275e+03 -3.69104e+01 -1.35643e+02 -5.87879e+02 -9.33068e+01 -5.92592e+02 -1.49105e+02 -7.99274e+01 -7.82762e-01 -2.43480e+03 -3.17909e+03 -2.05177e+02 -5.55619e+03 -1.09340e+04 -1.62097e+03 -3.85429e+03 -4.06397e+03 -1.81826e+04 -7.99563e+03 -1.75026e+04 -1.05160e+01 -9.18474e+01 -1.31263e-01 -1.30776e+02 -3.58748e+00 -3.11301e+02 -2.18133e+01 -7.91106e-01 -7.92878e-01 -1.89224e+00 -7.46767e-01 -1.58789e+00 -6.70587e-01 -7.08983e-01 -4.98470e-01 -4.85284e+02 -4.52772e+01 -2.06989e+00 -5.88820e+01 -8.46223e+02 -1.42246e+01 -6.18151e+01 -6.24397e+01 -6.14541e+02 -3.50185e+01 -1.85504e+02 -6.49930e-01 -1.44283e+01 -2.78466e-01 -5.86724e+02 -1.19392e+01 -5.44194e+02 -1.01984e+03 -5.27560e+00 -1.53604e+01 -6.71025e+01 -1.18818e+01 -5.93536e+01 -1.13552e+01 -6.63474e+00 -6.89356e-02 -1.85069e+03 -4.52456e+02 -6.19342e+01 -3.11707e+03 -3.01974e+03 -8.45504e+02 -8.99039e+02 -8.45304e+02 -8.28643e+03 -1.80445e+02 -4.51789e+03 -6.30929e-01 -1.91888e+01 -1.48847e-01 -2.89163e+03 -8.67145e+01 -5.17091e+03 -5.59879e+03 -2.36540e+01 -9.86662e+01 -4.70865e+02 -9.86931e+01 -5.11817e+02 -1.10796e+02 -5.64453e+01 -5.05270e-01 -1.84567e+04 -3.24657e+03 -3.26045e+02 -8.80308e+03 -7.31147e+03 -2.11557e+03 -2.18401e+03 -2.14176e+03 -5.43548e+04 -1.45062e+03 -2.29494e+04 -1.21423e+01 -1.64381e+02 -1.72644e-01 -4.43280e+03 -1.59394e+02 -1.24789e+03 -1.04164e+04 -9.83065e+01 -1.67432e+02 -1.01158e+03 -1.84966e+02 -9.87586e+02 -2.12282e+02 -1.18908e+02 -1.37911e+00 -8.06698e+03 -7.50083e+03 -7.31941e+02 -1.91356e+04 -1.62395e+04 -4.78239e+03 -5.40876e+03 -4.87205e+03 -9.18120e+04 -1.63113e+03 -3.55382e+04 -1.97831e+01 -2.48560e+02 -1.71508e-01 -2.10064e-01 -3.08321e-02 -5.17742e-01 -2.08468e-01 -2.54971e-01 -4.42133e-01 -1.16936e+00 -6.87834e-01 -1.40854e+00 -8.94655e-01 -2.26944e-01 -6.53563e-02 -7.49607e-01 -1.79750e-01 -4.08676e-03 -5.26738e-02 -1.17154e-01 -2.59158e-01 -1.19622e+00 -2.41503e-01 -1.32080e+00 -1.98730e-01 -6.28972e-01 -8.70550e-04 -2.49848e-01 -9.32615e-01 -2.79103e+02 -5.85324e+00 -1.15598e+02 -4.75906e+03 -2.52900e+01 -7.87863e+01 -3.88189e+02 -6.23421e+01 -3.15195e+02 -6.77671e+01 -3.96565e+01 -9.34652e-01 -8.22269e+02 -3.52710e+02 -3.25132e+01 -1.28480e+03 -1.11229e+03 -3.20238e+02 -2.99950e+02 -2.85307e+02 -1.02325e+04 -1.79737e+02 -5.45399e+03 -9.32213e-01 -2.47316e+01 -1.49075e-01 -4.46349e+03 -6.10268e+01 -2.00092e+02 -5.81035e+04 -6.71562e+02 -1.94757e+03 -1.01038e+04 -1.73258e+03 -8.25021e+03 -8.28846e+02 -7.61446e+02 -5.16525e+00 -9.50875e+02 -8.72055e+02 -6.54283e+01 -2.39693e+03 -2.61335e+03 -4.78746e+02 -4.75631e+02 -5.05786e+02 -5.75682e+03 -1.71866e+02 -2.50859e+03 -9.14483e-01 -2.08012e+01 -1.03540e-01 -3.11760e+02 -7.01286e+00 -8.61967e+01 -1.91548e+03 -9.40109e+00 -2.50218e+01 -1.13596e+02 -2.15592e+01 -1.03362e+02 -2.06627e+01 -1.15761e+01 -1.05460e-01 -4.81060e+02 -4.15007e+02 -2.45367e+01 -9.76844e+02 -8.25208e+02 -2.48854e+02 -4.41677e+02 -3.75648e+02 -1.96225e+04 -3.83043e+02 -7.91771e+03 -2.39714e+00 -5.19601e+01 -8.36298e-02 -2.70541e+03 -7.72834e+01 -7.23257e+03 -1.35644e+04 -1.12088e+02 -2.35093e+02 -1.08665e+03 -1.96991e+02 -8.29391e+02 -1.71769e+02 -1.10180e+02 -1.36364e+00 -2.06460e+04 -2.31543e+04 -2.74829e+02 -8.54796e+03 -8.75944e+03 -2.70980e+03 -1.18774e+04 -9.09576e+03 -6.00988e+04 -1.00940e+03 -2.60227e+04 -1.08065e+01 -2.07986e+02 -1.72851e-01 -1.81276e+00 -4.37382e-01 -2.11783e+00 -7.15467e+00 -1.43227e+00 -1.08351e+00 -1.12807e+06 -1.03439e+00 -7.00255e-01 -3.55164e-01 -5.74158e-01 -9.64967e-02 -1.29376e+00 -3.44976e-01 -8.22512e-03 -1.06013e-01 -2.35787e-01 -8.71396e-01 -2.71381e+00 -4.82629e-01 -1.88065e+00 -3.74808e-01 -1.83656e+00 -1.10672e-03 -3.17628e-01 -2.05143e-01 -6.29280e+06 -1.30660e+06 -2.09310e+07 -3.59158e+07 -2.25390e+07 -2.15945e+07 -6.85051e+07 -2.65900e+07 -4.40386e+07 -1.75354e+07 -9.13341e+06 -1.75634e-01 -1.23615e+07 -3.77018e+06 -4.26563e+04 -5.49792e+05 -1.22281e+06 -1.16500e+07 -2.12872e+07 -3.68501e+06 -2.12548e+07 -4.40921e+04 -1.34933e+07 -1.15717e+05 -3.95451e+05 -2.36805e-01 -8.81585e+00 -1.17409e+01 -7.77839e+03 -6.55313e+04 -6.22419e+04 -2.98353e+04 -6.89908e+04 -9.91957e+03 -9.81867e+03 -4.55745e+03 -5.39965e+03 -6.24492e-01 -4.36734e+05 -9.05917e+05 -3.82223e+03 -4.92643e+04 -1.09571e+05 -4.38112e+04 -4.46985e+03 -2.19029e+03 -2.33347e+06 -1.59932e+05 -4.67426e+05 -1.19430e+00 -1.70571e+05 -1.19990e-01 -1.72162e+03 -5.17345e+01 -3.40895e+02 -2.03345e+04 -1.82777e+02 -3.48451e+02 -1.69447e+03 -2.83657e+02 -1.70131e+03 -3.99265e+02 -2.15437e+02 -1.85631e+00 -4.69139e+03 -4.19259e+03 -6.23673e+02 -1.62213e+04 -1.52860e+04 -4.08176e+03 -2.88884e+03 -3.25550e+03 -1.56441e+05 -3.32427e+03 -7.11643e+04 -5.79459e+01 -5.77162e+02 -2.34839e-01 -2.93966e-01 -3.00303e-01 -1.38940e+00 -2.78818e-01 -3.05822e-01 -2.77510e-01 -2.61346e-01 -2.77590e-01 -2.66254e-01 -3.08886e-01 -2.64944e-01 -2.20027e-01 -2.65403e-01 -2.76685e-01 -2.72807e-01 -2.77228e-01 -2.78248e-01 -2.72739e-01 -2.91764e-01 -3.02771e-01 -2.89790e-01 -2.30017e-01 -2.64586e-01 -2.71255e-01 -2.71978e-01 -1.17057e-01 -2.04748e+05 -4.97467e+03 -1.16848e+05 -3.69779e+05 -2.22136e+03 -6.93902e+03 -3.18239e+04 -6.46690e+03 -3.38783e+04 -7.61002e+03 -4.15691e+03 -5.38976e+01 -2.91463e+05 -2.86310e+05 -3.00422e+04 -7.32001e+05 -6.33289e+05 -2.01366e+05 -2.08160e+05 -1.97964e+05 -2.16302e+06 -5.53596e+04 -8.65154e+05 -4.99206e+02 -5.86089e+03 -9.57684e-02 -4.14823e+04 -1.28204e+03 -2.22477e+04 -6.71156e+04 -8.43396e+02 -1.76338e+03 -8.54910e+03 -1.57145e+03 -8.51638e+03 -1.62124e+03 -1.01402e+03 -1.15732e+01 -7.02009e+04 -5.50388e+04 -6.83861e+03 -1.72791e+05 -1.37802e+05 -4.34808e+04 -2.39577e+04 -2.00978e+04 -1.44821e+05 -5.38005e+03 -1.75886e+05 -1.04843e+02 -1.34086e+03 -6.56067e-02 -3.50696e+03 -1.15443e+02 -1.32276e+03 -8.96243e+03 -9.40739e+01 -2.34316e+02 -1.07845e+03 -2.05615e+02 -1.02729e+03 -1.96257e+02 -1.24408e+02 -1.24356e+00 -8.34822e+03 -6.48491e+03 -7.22468e+02 -1.91695e+04 -1.38521e+04 -4.54953e+03 -4.86712e+03 -4.39599e+03 -5.46463e+04 -8.35811e+02 -1.85818e+04 -9.54064e+00 -1.46154e+02 -7.27210e-02 -2.60840e+05 -2.75135e+03 -1.92827e+05 -4.36228e+03 -8.05889e+02 -3.84676e+02 -4.53589e+03 -9.48197e+01 -2.65463e+03 -1.53616e+03 -3.65264e+03 -6.02654e-01 -4.78863e+04 -5.05678e-01 -5.70233e-01 -2.69711e+03 -2.29549e+02 -7.19569e+01 -1.70381e+06 -6.60222e-01 -4.10719e+05 -2.77937e+01 -8.34585e+04 -2.81058e-01 -2.36470e+00 -1.11112e-01 -2.11003e+03 -8.78261e+01 -1.48975e+03 -6.00765e+03 -7.43126e+01 -1.23463e+02 -7.83752e+02 -1.50097e+02 -8.10803e+02 -1.76014e+02 -9.48917e+01 -1.14397e+00 -6.83143e+03 -5.88139e+03 -5.63560e+02 -1.48388e+04 -1.29382e+04 -3.43914e+03 -3.86624e+03 -4.10922e+03 -5.98916e+04 -9.78545e+02 -1.96942e+04 -1.22366e+01 -1.52139e+02 -1.05159e-01 -1.25938e+04 -3.00581e+02 -1.06616e+03 -9.51648e+03 -6.21098e+01 -1.17435e+02 -5.77699e+02 -9.22644e+01 -4.34334e+02 -1.00350e+02 -5.94180e+01 -9.78327e-01 -4.27057e+03 -3.63193e+03 -1.22007e+04 -2.41434e+05 -2.17675e+05 -6.98781e+04 -1.33102e+05 -1.36162e+05 -3.67026e+04 -8.56993e+02 -1.71947e+04 -1.24888e+01 -1.17267e+02 -1.51804e-01 -9.22494e+03 -2.86175e+02 -2.15240e+03 -7.14641e+04 -6.44144e+02 -1.21227e+03 -5.94015e+03 -1.09875e+03 -5.71261e+03 -1.31689e+03 -7.26809e+02 -8.50239e+00 -1.44266e+04 -1.83219e+04 -1.66373e+03 -4.02768e+04 -3.58527e+04 -1.02572e+04 -2.02034e+04 -1.97461e+04 -7.68944e+05 -1.90753e+04 -3.61426e+05 -2.57733e+02 -3.00670e+03 -1.94234e-01 -2.83295e+05 -1.76059e+04 -1.39375e+04 -1.30747e+05 -5.22899e+03 -6.39480e+04 -5.43150e+04 -3.56600e+04 -1.14407e+05 -1.90307e+05 -2.40107e+04 -8.99202e+01 -1.68321e+00 -3.00417e+04 -1.32035e+03 -1.05155e+05 -6.55236e+04 -2.67402e+04 -6.53393e+05 -1.41200e+04 -4.50232e+05 -1.39770e+05 -2.70417e+06 -2.28054e-01 -5.43923e+04 -5.76934e-02 -1.43979e+02 -2.18511e+00 -7.24973e+01 -7.04764e+03 -3.93055e+01 -1.43956e+02 -7.61274e+02 -1.21360e+02 -6.05199e+02 -1.07913e+02 -6.38610e+01 -1.45065e+00 -3.38998e+02 -2.31753e+02 -1.78469e+01 -8.86414e+02 -7.50715e+02 -2.26348e+02 -2.37381e+02 -2.17046e+02 -4.89986e+03 -7.06374e+01 -1.69705e+03 -2.96043e-01 -9.44970e+00 -1.71015e-01 -1.27285e+03 -4.67724e+01 -6.61189e+03 -3.23168e+03 -2.01612e+01 -7.65835e+01 -3.61041e+02 -6.51056e+01 -3.09380e+02 -6.93485e+01 -3.76765e+01 -3.72702e-01 -2.91467e+03 -3.05056e+03 -7.59810e+02 -1.84248e+04 -4.44532e+03 -4.59697e+03 -3.90134e+04 -4.15239e+04 -2.45500e+04 -2.50846e+03 -1.84008e+04 -4.06393e+00 -5.16254e+01 -1.29392e-01 -1.39990e+04 -2.79384e+03 -6.53127e+06 -1.57005e+04 -4.95244e+03 -2.34765e+03 -2.23843e+05 -3.58640e+02 -3.71094e+02 -3.00049e+02 -6.23889e+02 -2.32429e+02 -9.62507e+02 -8.17389e+03 -7.99028e+03 -1.02986e+05 -2.29055e+05 -2.47421e+03 -1.41475e+05 -3.52676e+02 -1.26449e+05 -3.53810e-01 -9.40624e+02 -4.45303e-01 -1.98439e+02 -4.82145e-01 -4.17226e+04 -1.44315e+03 -1.24766e+04 -1.02320e+05 -7.98228e+02 -2.25041e+03 -1.06815e+04 -2.01683e+03 -1.06346e+04 -2.12994e+03 -1.22071e+03 -1.72830e+01 -2.77754e+04 -5.24349e+04 -7.45647e+03 -2.01135e+05 -1.60783e+05 -4.38515e+04 -4.67085e+04 -4.98516e+04 -7.58734e+05 -1.41296e+04 -2.40366e+05 -1.49134e+02 -1.88339e+03 -1.43097e-01 -3.62473e+03 -1.28416e+02 -1.50030e+03 -6.62922e+03 -2.88194e+01 -1.70341e+02 -7.89613e+02 -1.63676e+02 -8.47005e+02 -1.73812e+02 -8.92409e+01 -1.01901e+00 -7.16201e+03 -5.94891e+03 -5.80874e+02 -1.65697e+04 -1.11786e+04 -3.38688e+03 -4.26375e+03 -4.05762e+03 -5.12004e+04 -8.98949e+02 -1.63980e+04 -9.69482e+00 -1.28720e+02 -1.26829e-01 -6.43870e+02 -1.19695e+01 -1.06121e+03 -4.89657e+03 -2.14820e+01 -8.28067e+01 -3.75183e+02 -6.18559e+01 -2.78520e+02 -4.78390e+01 -2.70995e+01 -3.16871e-01 -2.35690e+03 -6.08173e+02 -4.34629e+01 -1.87973e+03 -1.69107e+03 -4.99074e+02 -4.77314e+02 -4.12125e+02 -1.23186e+04 -1.90739e+02 -4.44666e+03 -1.04667e+00 -2.55264e+01 -8.85595e-02 -4.07188e+04 -6.95876e-01 -7.60021e-01 -1.13021e+00 -3.28014e+00 -5.02754e+03 -1.72994e+01 -8.85532e+01 -6.12292e+00 -1.94138e+00 -9.82541e-01 -9.06982e-01 -1.26902e+00 -6.12853e-01 -9.15085e-01 -6.64297e-01 -4.60973e-01 -6.11305e-01 -5.66311e+02 -9.31371e-01 -3.02483e+01 -8.02317e-01 -3.33704e+02 -3.74181e-01 -4.75692e-01 -1.92437e-01 -1.55912e+01 -1.79823e+01 -3.39971e+01 -1.84487e+01 -1.68537e+01 -1.60311e+01 -1.85874e+01 -1.60498e+01 -1.45348e+01 -1.46673e+01 -1.60394e+01 -1.63056e+01 -3.91578e+01 -1.06856e+02 -4.26221e+01 -4.01576e+01 -5.04629e+01 -3.26630e+01 -2.35962e+01 -2.88160e+01 -5.34541e+01 -6.32420e+01 -3.74938e+01 -3.79210e+01 -4.14734e+01 -3.91388e-02 -4.82463e+02 -1.11289e+01 -5.74611e+02 -1.31241e+03 -1.06168e+01 -2.62796e+01 -1.51954e+02 -2.67515e+01 -1.48006e+02 -2.88076e+01 -1.55912e+01 -1.61910e-01 -2.45497e+03 -1.91740e+03 -8.04428e+01 -2.72422e+03 -2.22650e+03 -6.94268e+02 -6.54961e+02 -5.71905e+02 -1.14089e+04 -1.77476e+02 -3.85611e+03 -1.54189e+00 -2.58387e+01 -1.39724e-01 -2.43825e+06 -1.95412e+04 -1.41737e+03 -2.67212e+04 -7.57748e+03 -4.57079e+04 -4.60214e+04 -1.74910e+04 -1.35756e+05 -2.17210e+04 -2.31579e+04 -2.12156e-01 -1.15909e+04 -1.77549e+00 -2.91801e-01 -2.52336e-01 -2.41345e-01 -1.66406e+04 -1.04197e+05 -2.67886e-01 -2.51745e+05 -7.82951e-01 -1.84131e+05 -2.24761e-01 -2.55881e-01 -8.35740e-02 -5.12713e+05 -3.43202e+04 -1.12574e+02 -3.97466e-01 -5.31728e-01 -5.47963e-01 -6.93862e-01 -3.37119e-01 -8.22396e-01 -3.45514e-01 -1.78539e-01 -7.43961e+04 -2.76299e+06 -1.52365e-01 -2.04894e-01 -1.67873e-01 -1.72606e-01 -1.86821e-01 -2.28264e+01 -1.76899e-01 -1.45890e+00 -1.49502e-01 -1.20694e+07 -2.39366e-01 -1.92191e-01 -1.25079e-01 -1.08311e+03 -2.71145e+01 -4.19199e+02 -5.03482e+03 -4.57418e+01 -9.67756e+01 -4.99722e+02 -9.06334e+01 -5.06736e+02 -1.09711e+02 -3.54994e+01 -5.27143e-01 -2.74067e+03 -2.11992e+03 -2.06913e+02 -6.15566e+03 -4.92740e+03 -1.43850e+03 -1.53465e+03 -1.44721e+03 -1.94125e+04 -3.22505e+02 -7.17425e+03 -3.68648e+00 -5.15997e+01 -8.26166e-02 -3.47520e+03 -1.21316e+02 -1.32753e+03 -2.32077e+04 -2.15721e+02 -4.03769e+02 -2.13505e+03 -3.80605e+02 -2.13076e+03 -4.87391e+02 -2.73228e+02 -2.68506e+00 -1.11512e+04 -9.92453e+03 -1.15894e+03 -2.88021e+04 -2.56259e+04 -7.66016e+03 -6.75205e+03 -6.64745e+03 -1.34204e+05 -2.37952e+03 -5.59942e+04 -3.80483e+01 -4.30651e+02 -1.58017e-01 -2.45815e+02 -5.99530e+00 -8.66261e+01 -1.63460e+03 -9.73117e+00 -2.44306e+01 -1.08931e+02 -1.97231e+01 -1.04081e+02 -2.26550e+01 -1.31056e+01 -2.21260e-01 -5.62858e+02 -3.39327e+02 -2.39730e+01 -7.49789e+02 -6.43000e+02 -1.76908e+02 -1.50307e+02 -1.55814e+02 -1.44336e+04 -3.23282e+02 -6.24036e+03 -3.19286e+00 -5.40563e+01 -1.41392e-01 -5.57710e+00 -5.84285e-01 -7.02014e-01 -3.42297e+00 -4.54833e-01 -1.13436e-01 -5.79445e-01 -4.75112e-01 -3.15905e-01 -3.45476e-02 -5.97263e-02 -2.22510e-02 -8.56713e-01 -3.32563e+00 -7.21666e-02 -1.13703e+00 -1.93731e+00 -1.42702e+00 -5.01176e+00 -7.65232e-01 -8.09925e+03 -6.60884e-01 -1.59514e+00 -3.63156e+00 -5.26110e-01 -6.18742e-01 -3.79076e+06 -2.22072e-01 -9.52944e+06 -6.52714e-01 -6.32395e-01 -1.07367e+00 -1.41558e+00 -7.43150e-01 -3.86018e+02 -4.29692e+05 -1.93118e-01 -2.16730e-01 -5.64014e+03 -3.19708e-01 -1.29040e-02 -2.50932e-01 -3.16146e-01 -1.90077e+02 -4.25193e+06 -1.35137e-01 -1.45122e+06 -1.55829e+06 -2.01281e+07 -7.70043e-04 -2.21002e-01 -1.09456e-01 -5.48128e+03 -2.25596e+02 -2.44936e+03 -1.54802e+04 -1.93559e+02 -3.37844e+02 -2.11714e+03 -3.84752e+02 -1.89544e+03 -3.74202e+02 -2.39027e+02 -2.41439e+00 -1.64385e+04 -1.03045e+04 -1.50650e+03 -3.83412e+04 -3.02264e+04 -9.45201e+03 -8.84017e+03 -8.80371e+03 -1.44056e+05 -2.26476e+03 -4.75665e+04 -3.53067e+01 -4.49912e+02 -1.91372e-01 -9.71818e+05 -3.31053e-01 -1.52737e+00 -3.80826e+02 -8.64652e-01 -8.53410e-01 -9.18734e+03 -5.34894e-01 -1.44541e+00 -6.08046e-01 -3.05684e-01 -1.98448e-01 -5.75533e-01 -4.60410e-01 -7.42924e-01 -1.64611e+00 -3.26532e-01 -3.12535e-01 -3.27379e+03 -3.18476e-01 -2.42623e+00 -4.83365e+01 -2.25494e+00 -3.04138e-01 -2.88930e-01 -6.96491e-02 -1.20837e+01 -1.19599e+02 -1.72118e+01 -5.66420e+01 -4.52289e+01 -3.32135e+01 -4.80976e+01 -3.22963e+01 -6.03947e+01 -6.60480e+00 -1.14185e+01 -4.25394e+00 -2.77933e+02 -1.26376e+03 -3.18027e+01 -3.58569e+02 -9.44298e+02 -1.51598e+02 -1.53499e+03 -3.84730e+02 -6.39306e+02 -3.54024e+02 -2.27338e+02 -1.44565e-01 -4.14902e+01 -8.32552e-02 -8.91439e+02 -9.41631e+00 -3.59024e+02 -6.33875e+02 -3.20046e+00 -1.20485e+01 -6.33176e+01 -1.14159e+01 -5.96703e+01 -1.25537e+01 -6.63044e+00 -1.10484e-01 -7.89669e+02 -4.52601e+02 -4.36653e+01 -1.49360e+03 -2.59531e+04 -3.17671e+02 -1.27741e+02 -1.46681e+02 -5.87457e+03 -2.01688e+02 -6.65752e+01 -6.32619e-01 -3.06510e+02 -1.15234e-01 -8.93524e+02 -2.12366e+01 -1.19317e+02 -1.27664e+04 -8.80736e+01 -2.32454e+02 -1.09546e+03 -1.92888e+02 -8.99438e+02 -1.80781e+02 -1.08385e+02 -4.46772e-01 -1.28608e+03 -9.16986e+02 -9.50150e+01 -3.06363e+03 -3.17505e+03 -7.56499e+02 -8.70843e+02 -8.09552e+02 -3.28116e+04 -6.62787e+02 -1.34330e+04 -5.53818e+00 -1.10738e+02 -9.61418e-02 -4.27476e+05 -1.83132e+04 -1.13653e+05 -1.66606e+06 -1.82450e+04 -3.32295e+04 -1.55137e+05 -2.90525e+04 -1.41465e+05 -3.52289e+04 -2.13375e+04 -4.66055e+02 -5.71386e+05 -3.10823e+05 -6.50482e+04 -1.36774e+06 -9.82166e+05 -3.78922e+05 -3.77985e+05 -3.24050e+05 -3.27782e+06 -6.49560e+04 -1.84161e+06 -9.89184e+02 -9.42154e+03 -2.98079e+04 -1.29193e+03 -3.42338e+01 -2.32362e+03 -3.26190e+03 -1.43466e+01 -6.00675e+01 -2.88223e+02 -5.42007e+01 -2.70765e+02 -5.49147e+01 -3.20133e+01 -2.04995e-01 -1.18546e+04 -1.58260e+03 -1.43269e+02 -4.45751e+03 -3.63063e+03 -1.03235e+03 -1.08926e+03 -1.04425e+03 -5.55315e+04 -1.06696e+03 -2.15744e+04 -9.86645e+00 -1.48637e+02 -1.16931e-01 -5.13390e+01 -1.18595e+00 -4.75876e+01 -8.02591e+00 -2.24769e-01 -1.99417e-01 -7.89728e-01 -1.88816e-01 -7.68347e-01 -1.74706e-01 -1.93569e-01 -1.80471e-01 -1.08418e+02 -7.80774e+01 -1.90891e-01 -2.99372e+00 -1.87065e+02 -7.91056e-01 -5.58397e+01 -5.62299e+01 -6.70187e+02 -1.24169e+01 -1.97744e+02 -2.01535e-01 -1.51146e+00 -1.33976e-01 -2.49860e+00 -7.19094e-01 -3.14786e+02 -8.81539e-01 -4.84302e+00 -3.14945e-01 -3.47616e-01 -3.93992e-01 -9.59135e-02 -1.46559e-01 -9.05749e-02 -3.37436e-02 -2.40264e-01 -1.92390e-01 -3.90513e-03 -5.03327e-02 -1.11947e-01 -5.20683e-03 -3.21088e-02 -5.06272e-03 -2.56856e-01 -8.85635e-02 -1.18925e-01 -3.61623e-04 -1.03786e-01 -2.00324e-01 -1.47841e+05 -4.10413e+03 -3.51362e+01 -3.57575e+04 -1.01748e+05 -2.51355e+04 -1.60616e+02 -1.59513e+00 -2.79636e+04 -7.57308e+01 -1.16175e+04 -5.98623e+02 -1.40037e+04 -5.28324e+03 -2.28914e+00 -5.38108e+02 -2.40639e+04 -5.48953e+03 -4.92081e+03 -1.36143e+00 -9.84914e+03 -7.21992e+00 -5.33815e+04 -7.38539e-02 -1.34707e+03 -1.14035e-01 -1.56532e+00 -2.18067e+00 -2.43207e-01 -2.97564e-01 -3.79158e-01 -3.34424e-01 -3.36591e-01 -3.16611e-01 -3.48015e-01 -3.93557e-01 -3.39693e-01 -2.69966e-01 -2.45182e-01 -2.12218e-01 -1.98090e-01 -2.11917e-01 -2.34412e-01 -2.41756e-01 -2.08605e+01 -2.32891e+01 -2.10220e-01 -1.86130e-01 -2.05646e-01 -1.73616e-01 -1.85492e-01 -8.57899e-02 -4.39913e+05 -2.23189e+04 -2.96773e+04 -3.44094e+04 -5.64509e+04 -1.83311e+04 -5.81724e+04 -2.31712e+04 -2.68603e+04 -1.06569e+04 -9.53857e+03 -1.13045e+04 -4.58775e+04 -5.61350e+04 -2.89399e+03 -3.73003e+04 -8.29609e+04 -1.16609e+04 -5.57909e+04 -2.08405e+04 -1.87986e+05 -7.87628e+04 -4.81127e+04 -7.96742e+01 -2.28665e+04 -1.69954e-01 -1.36276e+06 -3.02489e+05 -3.42845e+06 -9.26930e+06 -1.29654e+06 -5.45755e+05 -2.23568e+06 -5.62650e+05 -2.02505e+06 -9.25863e+05 -1.09498e+05 -2.47001e+04 -2.57162e+05 -1.48030e+06 -1.26084e+05 -1.62509e+06 -3.61441e+06 -1.69338e+06 -8.29743e+05 -2.02913e+05 -1.76957e+06 -6.58584e+03 -2.41294e+05 -1.20683e-03 -3.46359e-01 -2.89596e+00 -1.24308e+05 -6.19770e+03 -5.76986e+05 -1.63160e+04 -1.23575e+04 -4.22352e+03 -2.35106e+05 -8.21735e+04 -8.66652e+04 -2.23786e+05 -8.43821e+03 -9.28364e+02 -5.98257e+05 -2.13337e+07 -6.59453e+02 -8.49962e+03 -1.89043e+04 -1.69992e+05 -8.28604e+06 -1.18140e+05 -7.77706e+06 -8.07037e+05 -3.55118e+05 -1.36146e+02 -3.90739e+04 -3.29901e-01 -4.07329e+04 -1.13542e+03 -7.50231e+03 -1.62726e+06 -2.49188e+04 -6.70548e+04 -2.67970e+05 -5.00430e+04 -1.95487e+05 -2.81612e+04 -2.82662e+04 -3.47643e+02 -1.29900e+05 -1.46917e+05 -7.89720e+03 -2.11283e+05 -1.74392e+05 -4.85072e+04 -4.29153e+04 -5.69188e+04 -1.80718e+06 -1.51361e+04 -3.81051e+05 -3.68037e+04 -5.45380e+03 -2.45147e-01 -4.16536e+04 -2.07705e+03 -1.47197e+00 -4.51202e-01 -7.19319e-01 -9.89969e-01 -1.03104e+00 -4.26251e-01 -1.13941e+00 -5.97109e-01 -5.06228e-01 -2.54561e-01 -4.42435e-01 -3.45242e-01 -2.43062e-01 -2.46483e-01 -2.29328e-01 -2.25456e-01 -8.64768e-01 -2.25848e-01 -3.52385e+01 -8.57410e+01 -3.24432e+03 -2.06346e-01 -2.39589e-01 -1.30417e-01 -1.87103e+04 -2.46955e+02 -8.62354e+02 -9.40388e+03 -9.39755e+03 -7.73651e+03 -3.66487e+04 -8.78175e+03 -1.95583e+05 -1.66038e+03 -1.67814e+04 -1.10538e+04 -5.58581e+02 -1.59292e+04 -3.40663e+03 -4.39077e+04 -9.76568e+04 -4.32867e+04 -5.92470e+03 -1.91252e+04 -8.32866e+04 -2.29103e+03 -1.69930e+04 -1.27544e+00 -3.66050e+02 -2.12617e-01 -2.48355e+05 -1.26832e+04 -4.72146e+04 -2.03592e+05 -2.38576e+05 -1.86365e+05 -3.70198e+05 -2.84019e+05 -3.89767e+05 -1.09542e+05 -9.46935e+04 -1.32174e+04 -1.71901e+05 -4.58090e+05 -1.86017e+05 -5.31593e+05 -4.70497e+05 -3.67929e+05 -4.76858e+05 -1.87902e+05 -2.33506e+06 -5.41442e+05 -1.18310e+06 -2.15685e+05 -9.27983e+04 -6.44860e-02 -3.87093e+00 -9.98632e-02 -3.86847e+01 -2.15749e+02 -2.10882e+00 -5.43656e+00 -2.67190e+01 -4.36058e+00 -2.68649e+01 -5.44668e+00 -3.06418e+00 -1.29146e-01 -1.92667e+02 -1.50353e+02 -1.69235e+01 -4.55186e+02 -3.69689e+02 -1.07815e+02 -1.12155e+02 -1.10091e+02 -1.48206e+03 -2.60514e+01 -5.67414e+02 -2.00845e-01 -3.91237e+00 -7.64341e-02 -3.18722e+05 -1.36098e+04 -6.89081e+03 -8.33171e+05 -9.69253e+03 -1.49235e+04 -4.97648e+04 -1.53105e+04 -5.10533e+04 -1.59907e+04 -6.42929e+03 -2.68327e+02 -4.01009e+05 -4.87472e+05 -2.86218e+03 -1.24044e+05 -2.66656e+04 -1.29252e+04 -3.17026e+05 -2.49273e+04 -2.93009e+06 -1.68687e-01 -1.65690e+06 -6.61882e+01 -3.35865e+03 -5.97113e-02 -7.10164e+05 -2.46229e+04 -2.70428e+05 -2.04699e+06 -1.86933e+04 -4.82107e+04 -2.15291e+05 -4.35608e+04 -2.22127e+05 -4.65994e+04 -2.66997e+04 -3.20147e+02 -1.43086e+06 -1.49190e+06 -1.68910e+05 -4.30119e+06 -3.83376e+06 -1.04630e+06 -9.82044e+05 -1.04324e+06 -1.19818e+07 -1.93692e+05 -3.62862e+06 -2.71177e+03 -3.40967e+04 -8.20108e-02 -2.05717e+00 -1.74023e-01 -9.36391e+00 -2.04415e+01 -9.79777e+00 -4.61211e+00 -2.74264e+01 -1.07777e+01 -2.19986e+01 -3.30436e+00 -2.57299e+00 -3.00192e-01 -2.36148e+00 -1.18570e+00 -2.53840e-02 -3.27172e-01 -7.27675e-01 -6.99585e-02 -2.29472e+00 -4.87340e+00 -5.33457e+00 -1.16712e+00 -3.64117e+00 -5.12356e-03 -1.47046e+00 -5.82350e-01 -2.08641e+00 -9.99324e-02 -1.03539e-01 -5.01022e-01 -2.03260e-01 -1.98435e-01 -3.06139e-01 -3.26080e-02 -6.09776e-02 -6.66854e-03 -7.39289e-02 -2.75421e-02 -2.02585e-01 -9.94288e-02 -2.39288e-03 -3.08416e-02 -6.85959e-02 -2.05323e-01 -9.46535e-02 -1.07881e-01 -1.43177e-01 -1.02253e-01 -2.15976e-01 -1.76347e-04 -5.06115e-02 -3.43396e-01 -1.10246e+05 -6.45123e-01 -9.63127e-01 -1.94716e+04 -1.01120e+02 -1.41823e+04 -1.94665e+05 -1.15951e+00 -8.12678e-01 -4.66812e-01 -7.33110e-01 -1.37878e-01 -1.15040e+00 -5.05852e-01 -1.82031e+03 -2.34618e+04 -5.21823e+04 -1.20326e+00 -2.55753e+00 -7.40225e-01 -4.72121e+02 -4.19784e-01 -5.56678e+04 -3.05544e-01 -5.28450e-01 -5.37586e-02 -7.40385e+00 -3.90827e-01 -2.34504e+01 -3.35177e+00 -3.31748e+00 -4.94556e-01 -2.26328e+00 -9.16417e-01 -5.22714e-01 -2.55123e-01 -1.66997e-01 -6.22146e-02 -1.67949e+01 -1.09916e+00 -3.59991e-01 -1.34592e+00 -1.24129e+01 -5.83361e-01 -1.34772e+00 -3.73672e-01 -2.04189e+00 -4.42000e-01 -1.33659e+00 -4.38917e-04 -1.25969e-01 -2.83333e-01 -1.27668e+03 -4.71444e+01 -4.96073e+02 -5.40937e+03 -4.18806e+01 -9.15566e+01 -5.29549e+02 -1.01155e+02 -4.71039e+02 -9.61712e+01 -5.60005e+01 -5.55033e-01 -2.36320e+03 -2.12722e+03 -1.99443e+02 -5.39231e+03 -4.99493e+03 -1.39776e+03 -2.09593e+03 -2.07555e+03 -7.41247e+04 -1.55183e+03 -4.11767e+04 -1.72298e+01 -2.64533e+02 -2.82464e-01 -9.37631e-01 -4.72884e-01 -2.55872e+00 -1.01960e+00 -1.15986e+00 -1.53534e+00 -1.74803e+00 -8.86290e-01 -1.98348e+00 -7.96357e-01 -5.01069e-01 -5.04247e-01 -1.38192e+00 -4.21352e-01 -4.86194e-01 -5.42615e-01 -4.15964e-01 -5.15477e-01 -2.23645e+00 -5.58317e-01 -3.64714e+00 -4.44860e-01 -2.24070e+00 -3.69608e-01 -3.85424e-01 -1.06802e-01 -6.69082e+03 -2.51014e+02 -3.72006e+04 -1.53794e+04 -1.43794e+02 -3.78637e+02 -1.94410e+03 -3.53887e+02 -1.59908e+03 -3.48234e+02 -1.81332e+02 -2.36971e+00 -1.29298e+05 -1.05659e+04 -1.15190e+03 -3.20395e+04 -2.40519e+04 -7.00979e+03 -9.22557e+03 -8.42572e+03 -9.38180e+04 -1.49199e+03 -3.26845e+04 -1.85011e+01 -2.51778e+02 -1.51626e-01 -2.26448e+03 -7.98402e+01 -7.11730e+02 -8.23573e+03 -4.56972e+01 -1.57021e+02 -7.44762e+02 -1.36979e+02 -7.44460e+02 -1.54237e+02 -8.99662e+01 -8.52546e-01 -4.44068e+03 -6.12726e+03 -1.03490e+03 -2.75811e+04 -2.39340e+04 -6.86439e+03 -2.12573e+03 -2.04647e+03 -4.14627e+04 -1.04376e+03 -2.24247e+04 -1.50069e+01 -2.03386e+02 -3.07678e-01 -7.70678e+02 -1.49537e+01 -1.05922e+02 -1.03699e+03 -8.70517e+00 -2.00719e+01 -9.98020e+01 -1.99024e+01 -9.99661e+01 -1.47555e+01 -1.11827e+01 -4.07416e-01 -9.66418e+02 -5.27784e+02 -3.40744e+01 -1.02275e+03 -7.95108e+02 -1.95388e+02 -1.43090e+02 -1.43219e+02 -1.91010e+04 -1.94695e+02 -4.81525e+03 -1.92307e+00 -3.77384e+01 -2.55028e-01 -4.19199e+03 -1.35694e+02 -1.45231e+03 -1.31646e+04 -1.92395e+02 -3.69454e+02 -1.31759e+03 -3.25954e+02 -1.42229e+03 -3.32823e+02 -2.27519e+02 -2.63775e+00 -2.35126e+04 -5.57793e+03 -1.03606e+03 -2.31315e+04 -2.03077e+04 -5.50405e+03 -4.63144e+03 -5.58459e+03 -5.93836e+04 -6.76825e+02 -1.87257e+04 -2.41438e+01 -1.83487e+02 -1.10804e-01 -8.95559e+02 -1.71266e+01 -2.79947e+02 -1.67816e+03 -1.51655e+01 -3.02142e+01 -1.50859e+02 -2.67671e+01 -1.40113e+02 -3.06850e+01 -1.74934e+01 -2.34685e-01 -1.33298e+03 -9.96268e+02 -1.07452e+02 -2.86390e+03 -2.46676e+03 -8.04009e+02 -7.71130e+02 -7.16440e+02 -8.96205e+03 -1.86458e+02 -4.15084e+03 -1.79591e+00 -2.14341e+01 -6.70981e-02 -4.67595e+03 -8.27970e-01 -5.32949e+00 -5.79255e-01 -1.59003e+00 -1.46451e+00 -1.77828e+00 -8.46527e-01 -2.14267e+00 -7.57380e-01 -4.45587e-01 -4.44096e-01 -1.91642e+04 -4.71191e-01 -4.62906e-01 -5.29697e-01 -4.79600e-01 -7.10019e+01 -6.93983e+03 -5.13472e-01 -1.40670e+01 -4.91751e-01 -3.75750e+01 -3.39893e-01 -4.66148e-01 -2.46390e-01 -8.21709e+04 -4.58876e+02 -1.48012e+04 -9.31445e+04 -5.23113e+03 -1.76568e+03 -1.79521e+04 -3.71785e+04 -6.05193e+03 -1.11005e+03 -1.68852e+03 -3.96633e+01 -3.62683e+04 -4.45303e+04 -8.31843e+03 -1.04005e+05 -1.01937e+05 -3.76786e+04 -2.69146e+04 -3.65551e+04 -1.43089e+05 -6.43524e+03 -7.79014e+04 -3.75631e+01 -5.51186e+02 -3.48430e-01 -4.43470e+04 -6.59557e+04 -2.81634e+04 -6.81539e+02 -6.94682e+02 -7.35041e+02 -5.73593e+02 -7.71027e+02 -5.49796e+02 -6.27997e+02 -6.59013e+02 -5.68000e+02 -1.38085e+00 -1.37486e+00 -8.75226e-01 -8.51400e-01 -1.03041e+00 -1.26786e+00 -1.26790e+00 -1.24364e+00 -5.71041e-01 -6.56650e-01 -7.62485e-01 -6.63651e-01 -5.77744e-01 -3.60447e-01 -1.15212e+03 -3.87213e+01 -1.34481e+03 -3.13607e+03 -2.01214e+01 -6.95447e+01 -3.52136e+02 -6.81381e+01 -3.63645e+02 -7.84121e+01 -3.96341e+01 -3.24494e-01 -5.79832e+03 -4.60954e+03 -2.51604e+02 -7.54731e+03 -6.00653e+03 -1.75603e+03 -1.59928e+03 -1.57394e+03 -3.47806e+04 -7.42087e+02 -1.35689e+04 -6.33298e+00 -9.02908e+01 -9.18678e-02 -6.33441e+02 -2.21673e+01 -3.42632e+02 -2.11783e+03 -1.45752e+01 -4.59285e+01 -2.37503e+02 -4.45202e+01 -2.49148e+02 -4.80695e+01 -2.60377e+01 -1.10749e-01 -1.87882e+03 -1.86365e+03 -1.13961e+02 -3.77540e+03 -3.01828e+03 -8.39746e+02 -1.00025e+03 -1.00449e+03 -1.83652e+04 -3.92467e+02 -7.14709e+03 -2.72094e+00 -4.30885e+01 -1.06072e-01 -2.04685e+00 -2.64654e-01 -7.63749e-01 -3.57925e+00 -1.64636e+00 -1.00088e+00 -3.46533e+00 -1.14451e+00 -1.82417e+00 -1.07156e+00 -3.64540e-01 -1.97864e-01 -5.54012e-01 -3.52990e-01 -5.93696e-03 -7.65208e-02 -1.70193e-01 -2.62481e-01 -3.12270e-01 -2.89477e-01 -2.48075e+00 -1.60028e+01 -3.13188e+00 -1.79254e-01 -2.72059e+02 -1.79901e-01 -3.28978e+02 -3.56844e+00 -2.02802e+02 -4.35384e+03 -3.57671e+01 -9.37765e+01 -5.47978e+02 -7.52465e+01 -4.18465e+02 -7.22492e+01 -3.90441e+01 -2.81668e-01 -1.33533e+03 -5.90866e+02 -4.39830e+01 -1.70816e+03 -1.58407e+03 -4.25000e+02 -3.66140e+02 -3.78703e+02 -7.78250e+03 -1.06455e+02 -2.79930e+03 -7.57010e-01 -1.62008e+01 -2.50683e-01 -5.07500e+03 -1.28664e+02 -1.16809e+03 -1.18171e+04 -7.52658e+01 -1.77098e+02 -8.05941e+02 -1.46094e+02 -6.68408e+02 -1.36813e+02 -8.37845e+01 -7.60102e-01 -4.40672e+03 -2.67450e+03 -2.59025e+02 -7.55069e+03 -6.49810e+03 -2.02934e+03 -2.72740e+03 -2.14593e+03 -4.08429e+04 -7.19129e+02 -1.66902e+04 -8.12776e+00 -1.21878e+02 -1.72105e-01 -4.82992e+02 -2.52986e-01 -8.14732e-01 -2.41460e+02 -1.29712e+02 -2.11109e+02 -1.52992e+02 -2.29203e+02 -6.90641e+01 -8.06437e+03 -4.45637e+02 -1.20690e-01 -3.67259e+03 -1.29338e-01 -1.06731e-01 -1.10165e-01 -2.54353e-01 -1.05258e-01 -1.32528e+04 -2.06961e-01 -3.10479e+02 -3.58174e-01 -1.24354e+00 -1.41613e-01 -1.62532e-01 -2.09610e-01 -6.28869e+02 -1.37799e+01 -1.05727e+02 -1.63038e+03 -2.21057e+01 -5.30244e+01 -2.54242e+02 -4.58965e+01 -2.49061e+02 -4.70291e+01 -2.95850e+01 -2.80810e-01 -1.59359e+03 -1.04342e+03 -1.29829e+02 -4.64457e+03 -4.14369e+03 -1.33667e+03 -9.87006e+02 -1.08244e+03 -2.38532e+04 -4.51249e+02 -8.59464e+03 -3.92703e+00 -7.33315e+01 -1.65608e-01 -4.83360e+03 -4.66979e+03 -3.05680e-01 -9.04375e+03 -1.72781e+04 -7.48007e+02 -3.34484e+03 -1.08211e+03 -3.54283e+02 -3.87445e+01 -2.42076e+03 -1.38860e+02 -5.86844e+02 -1.13949e+04 -1.31220e+03 -1.69128e+04 -3.76164e+04 -3.49361e+04 -7.32449e+04 -2.90695e+04 -7.61934e+04 -2.53512e-01 -9.59408e+03 -6.56538e-01 -1.88427e+02 -2.65623e-01 -7.60135e-01 -2.39018e-01 -3.81890e-01 -3.34478e-01 -6.79021e-01 -5.04400e-01 -6.48525e-01 -3.24074e-01 -4.38822e-01 -1.44396e-01 -2.75340e-01 -4.69454e-02 -3.84326e-01 -5.52754e-01 -4.13919e-03 -5.33495e-02 -1.18657e-01 -3.77426e-01 -3.71145e+01 -1.59462e+00 -2.26822e+00 -1.48806e-01 -1.95128e+00 -6.38709e-04 -1.83310e-01 -3.86177e-01 -2.63505e+04 -8.95231e+02 -9.54227e+03 -6.68402e+03 -6.52186e+01 -1.37549e+02 -6.70358e+02 -1.21566e+02 -6.28718e+02 -1.31287e+02 -7.94459e+01 -6.64430e-01 -5.28671e+04 -1.52817e+03 -1.79161e+02 -4.54712e+03 -4.10883e+03 -1.11503e+03 -1.05754e+03 -1.11589e+03 -1.71535e+04 -2.66814e+02 -6.70494e+03 -4.02252e+00 -4.57135e+01 -1.66922e-01 -8.35324e-01 -3.69965e+02 -1.10675e+00 -2.15123e+00 -2.28153e+00 -2.17933e+00 -1.91495e+00 -1.86652e+00 -2.01040e+00 -1.84590e+00 -1.79578e+00 -1.43944e+00 -9.96243e-01 -2.73807e+00 -9.13881e-01 -1.04303e+00 -1.14545e+00 -1.32550e+00 -7.48746e-01 -7.85998e-01 -1.93418e+00 -2.70717e+00 -2.06366e+00 -2.13986e+00 -2.71179e+00 -3.66204e-01 -7.78361e+02 -1.61999e+02 -2.48053e+02 -3.81340e+03 -3.17445e+01 -7.10282e+01 -3.34964e+02 -5.78905e+01 -2.97723e+02 -5.85436e+01 -3.94204e+01 -9.87024e-01 -1.35361e+03 -1.46508e+03 -1.36198e+02 -3.39828e+03 -2.62891e+03 -9.35189e+02 -8.63207e+02 -7.22221e+02 -1.24217e+04 -1.82434e+02 -4.53667e+03 -1.73624e+03 -4.44488e+01 -8.97774e-01 -2.31143e+03 -6.27511e+01 -7.60138e+02 -6.02138e+03 -3.57701e+01 -1.42926e+02 -6.77229e+02 -1.20037e+02 -5.77442e+02 -1.39704e+02 -8.35383e+01 -9.21197e-01 -6.21628e+03 -4.44468e+03 -5.76145e+02 -1.44973e+04 -1.20940e+04 -3.64441e+03 -2.61040e+03 -2.65327e+03 -5.36725e+04 -7.95547e+02 -8.17792e+03 -1.26650e+01 -1.26425e+02 -1.68827e-01 -8.83637e+03 -9.75757e+01 -2.31990e+03 -3.21127e+03 -2.77446e+01 -6.43961e+01 -3.10712e+02 -5.42672e+01 -2.70641e+02 -5.11354e+01 -3.38936e+01 -2.83068e-01 -3.26690e+03 -3.12144e+03 -2.51262e+02 -7.02456e+03 -6.63980e+03 -1.65526e+03 -1.59118e+03 -1.51121e+03 -4.37201e+04 -6.19722e+02 -1.49054e+04 -1.52100e+01 -1.39585e+02 -6.79785e-02 -8.40492e+03 -3.00711e+02 -3.78280e+04 -2.36184e+04 -2.13083e+02 -4.36181e+02 -2.08332e+03 -3.95194e+02 -2.01946e+03 -4.28586e+02 -2.54496e+02 -3.27209e+00 -5.46424e+05 -1.69415e+04 -1.45632e+03 -3.52523e+04 -3.01902e+04 -8.80126e+03 -8.15258e+03 -9.78137e+03 -3.98152e+06 -3.76073e+04 -6.44932e+05 -9.24142e+02 -1.04953e+04 -3.00354e-01 -7.49592e+02 -1.86517e+01 -3.92562e+02 -2.48747e+03 -2.70506e+01 -7.17466e+01 -3.30400e+02 -6.35731e+01 -3.39980e+02 -6.52631e+01 -3.88724e+01 -3.51527e-01 -1.64606e+03 -2.11643e+03 -1.58554e+02 -4.27889e+03 -3.29348e+03 -1.02719e+03 -2.77789e+03 -2.76075e+03 -1.24311e+04 -1.61636e+02 -4.22240e+03 -2.27139e+00 -3.35733e+01 -1.83238e-01 -3.51151e+03 -1.01393e+02 -9.80538e+02 -9.70486e+03 -5.81330e+01 -1.94314e+02 -8.51110e+02 -1.40916e+02 -8.94036e+02 -1.70993e+02 -1.07642e+02 -1.04122e+00 -5.74725e+03 -3.83780e+03 -4.21906e+02 -1.09182e+04 -9.38171e+03 -2.69480e+03 -2.76326e+03 -2.78532e+03 -5.14387e+04 -1.11925e+03 -2.13547e+04 -1.18598e+01 -1.36691e+02 -2.49976e-01 -3.87201e+03 -2.76234e-01 -7.37075e-01 -3.96630e-01 -3.28882e+03 -5.34309e+03 -1.82635e+04 -1.12622e+05 -2.79665e+05 -3.19565e+05 -3.96713e+04 -1.84760e-01 -3.37379e+01 -3.74645e+05 -2.39084e-01 -3.18196e+03 -7.02831e+01 -5.95606e+03 -2.94400e+05 -1.31921e+04 -1.56827e+06 -1.57525e+05 -8.19524e+05 -1.87669e-01 -4.32125e+04 -8.55047e-02 -1.82549e+00 -2.64663e-01 -6.98981e-01 -2.41173e-01 -4.90386e-01 -1.22884e-01 -6.65524e-01 -3.31326e-01 -6.19586e-01 -6.77582e-02 -1.17141e-01 -4.36409e-02 -2.79220e+00 -2.77907e+00 -7.15541e-02 -9.22253e-01 -2.05122e+00 -2.95574e+00 -2.26706e+00 -4.28903e-01 -5.11459e+00 -3.11561e+00 -8.23439e+00 -2.67651e+00 -3.66876e+00 -2.51688e+02 -1.39145e+03 -3.69611e+01 -5.20021e+02 -3.50129e+03 -3.19433e+01 -6.78423e+01 -3.19936e+02 -3.75650e+01 -3.07952e+02 -6.39920e+01 -3.77438e+01 -2.64943e-01 -5.69193e+03 -2.00213e+03 -2.55655e+02 -7.09738e+03 -6.04350e+03 -1.75982e+03 -1.69290e+03 -1.71703e+03 -2.29429e+04 -2.91243e+02 -8.01660e+03 -4.42497e+00 -5.63020e+01 -1.02850e-01 -3.18352e+04 -7.41254e+03 -1.27378e+00 -1.50385e+04 -8.80132e+03 -2.91166e+03 -2.83881e+00 -2.24465e+01 -2.21596e+04 -1.04112e+00 -7.35379e-01 -3.64635e+03 -1.64230e+00 -1.85864e+04 -8.09374e+02 -2.96003e-01 -2.98310e+04 -5.24588e+03 -1.07041e+05 -3.52950e-01 -4.14963e+04 -1.19945e+00 -1.74434e+05 -5.11123e+00 -1.46692e+03 -1.24283e-01 -3.03440e+02 -1.16923e+01 -9.32112e+02 -1.91120e+03 -1.19679e+01 -3.72744e+01 -1.86967e+02 -3.33286e+01 -1.85426e+02 -3.76448e+01 -2.10523e+01 -1.88171e-01 -1.58054e+03 -1.31848e+03 -1.33099e+02 -3.71835e+03 -3.16454e+03 -9.71205e+02 -1.79297e+03 -1.73398e+03 -1.94658e+04 -3.68665e+02 -6.64976e+03 -2.36872e+00 -4.39568e+01 -8.89481e-02 -5.16147e-01 -4.46016e-01 -5.44756e-01 -7.63466e-01 -4.58979e-01 -4.88334e-01 -4.86932e-01 -4.41004e-01 -4.12774e-01 -3.96847e-01 -4.13202e-01 -4.82028e-01 -2.71193e-01 -3.03470e-01 -2.57794e-01 -2.79776e-01 -3.53542e-01 -2.98246e-01 -3.03778e-01 -2.92993e-01 -6.07686e-01 -8.35166e-01 -6.12979e-01 -5.99130e-01 -1.15059e+00 -2.45831e-01 -8.33060e+03 -2.92756e+02 -7.08251e+02 -1.22489e+04 -1.25211e+02 -4.35202e+02 -1.58418e+03 -3.85726e+02 -1.60097e+03 -2.43161e+02 -1.67550e+02 -1.48226e+00 -8.22173e+03 -8.54874e+03 -6.68832e+02 -1.97623e+04 -1.23963e+04 -3.41871e+03 -4.21562e+03 -6.32594e+03 -1.00352e+05 -8.73835e+02 -2.17794e+04 -2.21563e+01 -2.68638e+02 -1.54439e-01 -3.12621e+06 -1.71320e+02 -3.24532e+04 -2.84428e+05 -3.59323e+04 -1.93100e+05 -2.13882e+04 -1.43280e+04 -6.72199e+04 -6.25755e+04 -1.32321e+04 -4.72735e-01 -6.97379e-01 -3.51251e+05 -5.51933e-01 -5.22928e+05 -3.30521e-01 -1.18218e+05 -1.90986e+06 -1.52631e+05 -7.99970e+05 -8.86891e+01 -1.18430e+06 -3.35147e-01 -2.24261e+03 -2.44713e-01 -1.21790e+03 -3.75850e+01 -4.22082e+02 -2.87376e+03 -2.72169e+01 -6.15243e+01 -2.95121e+02 -5.40695e+01 -2.78122e+02 -5.49684e+01 -3.35786e+01 -2.58627e-01 -2.36668e+03 -1.82352e+03 -2.10535e+02 -5.81635e+03 -4.42447e+03 -1.34810e+03 -1.57548e+03 -1.39378e+03 -1.81982e+04 -2.47117e+02 -5.62195e+03 -3.19985e+00 -5.06211e+01 -2.08183e-01 -2.43997e+03 -3.07323e+01 -1.82506e+02 -5.45357e+03 -4.90809e+01 -1.06741e+02 -4.80882e+02 -8.20890e+01 -3.79449e+02 -8.10894e+01 -4.88298e+01 -4.44593e-01 -5.74843e+03 -2.10060e+03 -3.23983e+02 -8.06950e+03 -8.64017e+03 -1.97504e+03 -5.77465e+02 -7.58168e+02 -3.59412e+04 -3.80224e+02 -5.33374e+03 -6.09777e+00 -9.34909e+01 -1.74166e-01 -4.54857e+04 -1.53124e+03 -1.03688e+04 -6.43240e+04 -3.23652e+02 -1.28148e+03 -6.17863e+03 -1.21447e+03 -6.51847e+03 -1.36676e+03 -6.88568e+02 -1.05332e+01 -5.17399e+04 -5.65945e+04 -4.67926e+03 -1.21219e+05 -1.01244e+05 -2.90709e+04 -2.98869e+04 -2.99602e+04 -5.07089e+05 -1.11073e+04 -2.01991e+05 -1.17717e+02 -1.26343e+03 -1.48758e-01 -3.34044e-01 -3.45359e-01 -3.77764e-01 -4.61921e-01 -6.48568e-01 -4.22248e-01 -3.79919e-01 -3.54654e-01 -3.07591e-01 -3.22974e-01 -3.49730e-01 -3.59614e-01 -2.58708e-01 -1.96521e-01 -2.58980e-01 -2.59125e-01 -3.01645e-01 -2.96100e-01 -2.67159e-01 -2.71101e-01 -2.55233e-01 -2.31040e-01 -2.58503e-01 -2.57200e-01 -2.39618e-01 -7.81124e-02 -4.38642e-01 -3.66038e-01 -3.58064e-01 -1.00593e+00 -9.09977e-01 -9.22333e-01 -9.01718e-01 -9.71457e-01 -9.16905e-01 -8.99500e-01 -8.22760e-01 -6.87145e-01 -2.72642e-01 -2.77724e-01 -8.54258e-01 -8.53424e-01 -8.94634e-01 -9.12243e-01 -4.86239e+00 -4.34772e+00 -5.53196e+00 -1.04891e+00 -1.61866e+00 -9.40498e-01 -1.13653e+00 -1.30699e-01 -2.40868e+04 -1.37541e+00 -6.89818e+01 -1.32137e+03 -5.47959e+02 -4.68293e+02 -4.23840e+02 -2.43175e+02 -1.35184e+02 -1.47838e+01 -3.22754e+01 -1.20242e+01 -5.71582e+02 -1.28301e+04 -3.11012e+03 -4.00860e+04 -8.91569e+04 -5.01370e+02 -2.41945e+04 -1.70885e+03 -8.83066e+04 -2.72640e+02 -2.53699e+03 -2.94328e+01 -8.44722e+03 -9.85100e-01 -1.23848e+00 -1.18663e+00 -8.35661e-01 -2.78448e+00 -1.53113e+00 -1.02396e+00 -2.28381e+00 -1.17049e+00 -7.53248e-01 -3.59482e-01 -3.71390e-01 -1.15137e-01 -4.05439e-01 -3.63811e-01 -1.08754e-02 -1.40172e-01 -3.11762e-01 -4.92458e-01 -6.02956e-01 -1.14073e-01 -1.56309e+00 -3.26346e-01 -9.36734e-01 -7.36802e-01 -3.40731e-01 -2.59840e-01 -1.85004e+00 -3.08712e-01 -1.32737e+00 -2.45030e+05 -1.80281e+00 -1.16655e+00 -3.35648e+00 -8.26506e-01 -3.52389e+00 -1.22574e+00 -4.76138e-01 -7.01949e-02 -5.65476e-01 -5.53022e-01 -6.23947e-03 -8.04199e-02 -1.78865e-01 -5.44827e-01 -2.64661e-01 -3.08074e-01 -9.63507e-01 -3.30585e-01 -4.71284e-01 -9.65044e-04 -2.76968e-01 -1.36309e-01 -9.77074e+03 -3.97882e-01 -1.10475e+00 -1.06471e+00 -1.37033e+00 -1.06055e+00 -1.70334e+00 -7.17508e-01 -2.05017e+00 -7.14158e-01 -3.65021e-01 -3.63148e-01 -7.23269e-01 -3.21764e-01 -5.90636e-01 -3.61338e-01 -3.47425e-01 -3.17760e-01 -1.49985e+00 -3.32957e-01 -2.81418e+05 -3.18612e-01 -1.55975e+03 -3.47735e-01 -3.23474e-01 -1.55815e-01 -1.28057e+06 -7.58651e+04 -4.42809e+00 -1.22455e+05 -5.84656e+04 -9.35699e+04 -1.47777e+04 -1.36929e+04 -6.70341e+03 -2.26894e+04 -8.82745e+03 -2.09561e-01 -4.59379e+03 -2.12520e+03 -8.41680e+03 -1.04293e+03 -3.87948e+04 -2.15699e+05 -4.82287e+05 -2.58757e+03 -6.20068e+04 -3.03253e+04 -5.01524e+05 -2.22743e-01 -4.65872e+03 -9.98545e-02 -1.99494e+05 -7.58389e+03 -2.45694e+03 -9.08022e+03 -8.19219e+01 -1.86724e+02 -7.56925e+02 -1.41129e+02 -6.40882e+02 -1.15593e+02 -8.40226e+01 -1.28905e+00 -9.90144e+03 -2.19982e+03 -4.16260e+02 -1.09913e+04 -1.27231e+04 -2.16283e+03 -3.56527e+03 -4.67370e+03 -6.87846e+04 -5.84176e+02 -1.58712e+04 -8.53885e+00 -1.78364e+02 -4.00278e-01 -7.58484e-01 -2.26367e-01 -1.82086e+04 -2.47001e+04 -1.04738e+02 -1.36208e+00 -5.76830e+00 -1.03856e+00 -1.89953e+00 -9.88854e-01 -2.97040e-01 0.00000e+00 -1.52970e+03 -3.42943e+00 -6.48178e+02 -8.35430e+03 -1.85811e+04 -1.27461e-01 -1.00319e-01 -8.78383e-01 -5.02485e+03 -1.25882e-01 -4.99760e+03 -3.09685e-02 -3.00008e-01 -2.19109e-01 -1.90942e+00 -4.00332e-01 -5.17181e-01 -6.54756e-01 -4.71463e-01 -4.02645e-01 -5.44321e-01 -5.07355e-01 -6.55735e-01 -4.40499e-01 -3.05463e-01 -2.16015e-01 -1.04204e+00 -1.29577e+00 -2.94830e-01 -1.23475e+00 -1.73118e+01 -6.59101e-01 -1.25448e+00 -1.67281e+00 -1.07889e+00 -7.67258e-01 -8.22001e-01 -1.94979e-01 -7.39270e+01 -1.50607e+00 -1.51015e+05 -9.45134e-01 -1.91242e+01 -2.48754e+00 -3.23621e+01 -4.03678e+00 -9.34264e+04 -2.94572e+00 -4.75692e+04 -7.39563e+00 -1.97881e+00 -2.96215e-01 -2.66275e+01 -9.56975e-01 -4.49167e+01 -2.24155e+01 -8.79905e-01 -1.94737e+01 -8.60439e+05 -6.12745e+02 -2.89329e+01 -9.41916e+00 -2.02400e+01 -1.83298e-01 -1.59496e-01 -2.40427e-01 -1.21120e+06 -1.91243e+05 -1.23924e+00 -5.39408e+04 -7.25263e-01 -1.16254e+00 -3.21217e+00 -1.87291e+00 -3.06886e+00 -2.03122e+00 -9.80803e+03 -4.90385e+03 -2.73955e+00 -7.52444e-01 -1.67534e-02 -2.15932e-01 -4.80263e-01 -9.70705e-01 -2.59668e+00 -6.38701e-01 -4.14093e+00 -1.06451e+00 -1.91318e+00 -3.39778e-03 -9.75163e-01 -1.56769e+00 -1.90482e+03 -4.81330e+01 -4.69540e+03 -8.12826e+03 -4.77472e+01 -1.32436e+02 -5.51355e+02 -1.03708e+02 -4.81713e+02 -1.01666e+02 -5.91526e+01 -4.03460e-01 -1.45905e+04 -1.47786e+03 -1.56660e+02 -4.94481e+03 -3.86447e+03 -1.19978e+03 -1.37032e+03 -1.19029e+03 -2.27772e+04 -4.18296e+02 -8.32841e+03 -3.75415e+00 -6.13086e+01 -2.56564e-01 -6.84129e+01 -1.96881e+00 -2.63059e+01 -4.70635e+02 -2.92336e+00 -8.25975e+00 -4.16672e+01 -7.07121e+00 -3.81902e+01 -7.48163e+00 -4.20030e+00 -2.56239e-01 -1.60770e+02 -1.01586e+02 -9.52606e+00 -3.92290e+02 -3.18252e+02 -8.88005e+01 -7.90504e+01 -8.56946e+01 -4.10160e+03 -7.89497e+01 -1.58875e+03 -4.59425e-01 -1.13225e+01 -2.16747e-01 -3.98319e+03 -1.26298e+02 -2.74495e+03 -1.21818e+03 -1.08164e+01 -2.16521e+01 -1.00889e+02 -1.76725e+01 -8.10426e+01 -1.74775e+01 -1.20345e+01 -2.13844e-01 -1.32120e+04 -7.30771e+02 -7.05260e+01 -2.14491e+03 -2.12318e+03 -5.87514e+02 -1.17381e+03 -9.14375e+02 -7.65886e+03 -1.30330e+02 -3.28766e+03 -1.46715e+00 -3.56572e+01 -2.77169e-01 -5.08884e+01 -4.86652e-01 -1.38553e+01 -2.10818e+02 -8.18130e-01 -2.68525e+00 -1.69467e+01 -2.28399e+00 -1.60989e+01 -2.44639e+00 -1.20148e+00 -3.38588e-01 -1.12372e+02 -7.13827e+01 -4.17177e+00 -2.51958e+02 -1.97995e+02 -5.66970e+01 -4.22001e+01 -4.66279e+01 -2.50303e+03 -3.90201e+01 -9.26364e+02 -5.63248e-01 -3.29710e+00 -2.78790e-01 -2.21800e+04 -7.73098e+02 -2.24828e+03 -5.56117e+04 -5.41026e+02 -1.07958e+03 -4.35625e+03 -9.36621e+02 -4.55811e+03 -9.18696e+02 -6.11985e+02 -6.06256e+00 -3.90225e+04 -2.80466e+04 -4.15635e+03 -9.55097e+04 -9.18658e+04 -2.35198e+04 -1.82692e+04 -1.99419e+04 -3.07684e+05 -4.45559e+03 -1.18615e+05 -7.84229e+01 -8.63950e+02 -1.83584e-01 -5.66907e+01 -5.43716e-01 -1.08980e+01 -2.35532e+01 -4.07281e-01 -4.14807e-01 -2.43912e+00 -3.97240e-01 -2.32727e+00 -4.23683e-01 -4.48484e-01 -4.34765e-01 -2.27418e+01 -1.56864e+01 -1.77623e+00 -5.79346e+01 -4.76853e+01 -1.34908e+01 -1.64231e+01 -1.63875e+01 -3.68989e+02 -4.91204e+00 -9.13607e+01 -8.02551e-01 -9.38798e-01 -1.34034e-01 -5.55273e-01 -7.24800e-01 -4.40710e-01 -5.36550e-01 -5.46270e-01 -5.00878e-01 -4.93292e-01 -5.17912e-01 -6.10755e-01 -7.10353e-01 -5.92888e-01 -6.67768e-01 -5.98541e-01 -6.86842e-01 -8.38369e-01 -6.04969e-01 -6.04706e-01 -6.19447e-01 -6.01196e-01 -5.62444e-01 -6.31045e-01 -5.99501e-01 -5.87524e-01 -1.18663e+00 -7.48475e-01 -2.87063e+00 -1.51786e+02 -2.34294e+00 -9.31650e+01 -3.77645e+02 -4.29682e+00 -1.03673e+01 -5.58732e+01 -8.83899e+00 -4.51417e+01 -9.15435e+00 -5.35040e+00 -1.24617e-01 -5.98562e+02 -2.30152e+02 -1.36519e+01 -6.45581e+02 -6.30321e+02 -1.89257e+02 -1.81088e+02 -1.50478e+02 -3.33739e+03 -4.00394e+01 -1.13815e+03 -2.58519e-01 -6.93384e+00 -3.59061e-02 -1.75952e+03 -3.68657e+01 -2.43944e+02 -4.36290e+04 -1.79538e+02 -7.78296e+02 -2.89820e+03 -5.14841e+02 -2.08532e+03 -3.73182e+02 -2.31413e+02 -2.45586e+00 -1.60441e+03 -3.87175e+03 -1.31293e+02 -4.23520e+03 -2.73361e+03 -1.50314e+03 -7.62781e+02 -6.36322e+02 -1.70196e+04 -4.14414e+02 -8.02978e+03 -4.07238e+00 -5.67444e+01 -2.67014e-01 -2.99997e+03 -7.02444e+01 -3.64392e+01 -1.01271e+03 -7.86034e+02 -1.00669e+03 -5.24294e+03 -2.14936e+03 -1.51840e+04 -3.35073e+03 -4.62410e+02 -1.11233e+01 -2.56639e+03 -2.18189e+04 -3.97295e+02 -5.12069e+03 -1.13891e+04 -2.23663e+03 -3.24613e+04 -1.17481e+04 -6.26523e+04 -9.43302e+02 -2.35563e+04 -2.87170e+04 -1.73936e+02 -6.31984e-02 -9.96630e+05 -5.92462e-01 -1.10517e+05 -1.68087e+04 -2.71312e+03 -2.35732e+03 -4.43260e+01 -3.15848e+01 -1.20821e+03 -6.13587e+00 -7.01795e+02 -1.04923e+00 -1.96104e+04 -1.51374e+00 -6.09693e+00 -2.77821e+00 -9.52249e-01 -8.47745e+00 -1.80391e+05 -2.47215e+01 -6.22863e+04 -1.26533e+00 -9.86105e+04 -4.85239e-01 -1.07161e+03 -5.05195e-01 -7.14746e+04 -3.32463e-01 -7.31164e+04 -9.32511e-01 -3.43617e+02 -1.18912e+00 -4.98853e+03 -2.10226e+02 -2.20446e+00 -6.56402e-01 -3.52289e-01 -2.77228e-01 -6.66612e-01 -8.54928e-01 -3.85178e-01 -3.44799e-01 -3.24096e-01 -4.69726e-01 -2.00541e+05 -3.40757e-01 -1.03966e+04 -3.79560e-01 -1.82375e+02 -2.65362e-01 -3.14733e-01 -8.36970e-02 -4.64594e+02 -7.54324e+00 -1.10455e+03 -2.81503e+04 -7.32981e+01 -3.38996e+02 -1.04552e+03 -1.59120e+02 -7.51403e+02 -1.33607e+02 -8.16554e+01 -4.25145e-01 -2.74042e+03 -2.57823e+02 -2.05451e+01 -7.47483e+02 -6.88209e+02 -2.61279e+02 -1.35558e+02 -1.05311e+02 -2.07277e+04 -4.24435e+02 -8.65661e+03 -3.76258e+00 -5.89148e+01 -5.12701e-02 -3.56798e+05 -5.17291e+04 -1.14200e+00 -4.15148e+00 -1.92193e+04 -1.91362e+00 -1.09245e+05 -1.48924e+00 -7.50463e+00 -9.94652e+04 -1.50515e+00 -5.95538e+03 -7.54025e+04 -6.02670e-01 -8.32387e-03 -1.07285e-01 -2.38617e-01 -3.84589e-01 -3.58383e-01 -3.68690e-01 -1.14549e+00 -3.00044e-01 -4.44645e-01 -8.62512e-04 -2.47541e-01 -1.81204e-01 -2.75549e+03 -5.90344e+01 -1.97525e+03 -2.32880e+04 -2.14274e+02 -4.54988e+02 -2.34567e+03 -4.09191e+02 -2.07558e+03 -4.34775e+02 -2.54752e+02 -2.57443e+00 -1.03842e+04 -4.70526e+03 -5.60568e+02 -1.49277e+04 -1.38343e+04 -3.99070e+03 -3.10527e+03 -3.09872e+03 -4.89124e+04 -8.97444e+02 -2.09571e+04 -9.94159e+00 -1.23687e+02 -7.73787e-02 -4.48338e+06 -1.12386e+05 -4.81925e+04 -5.24627e+05 -2.87890e+05 -2.39250e+05 -2.03735e+05 -6.24232e+05 -2.21136e+05 -7.02801e+05 -3.73996e+04 -6.44226e+04 -1.64694e+05 -3.82511e+04 -7.88519e+01 -4.21644e+03 -2.26843e+02 -1.36100e+03 -1.12751e+06 -3.41624e-01 -3.65482e+05 -2.57501e-01 -9.85527e+04 -3.24889e-01 0.00000e+00 -1.65696e-01 -6.81093e+03 -2.32389e+02 -3.61843e+03 -1.78308e+04 -1.06866e+02 -4.53940e+02 -1.92012e+03 -4.32584e+02 -2.01821e+03 -3.98937e+02 -1.98079e+02 -2.77332e+00 -1.75339e+04 -1.32714e+04 -1.68631e+03 -4.46091e+04 -3.64942e+04 -1.01235e+04 -1.17997e+04 -1.18887e+04 -1.72362e+05 -2.89572e+03 -6.51476e+04 -3.84807e+01 -4.34056e+02 -1.85449e-01 -2.56813e+04 -7.58890e+02 -5.67269e+03 -4.40096e+04 -3.58795e+02 -7.19940e+02 -3.43240e+03 -6.21392e+02 -2.90723e+03 -5.96810e+02 -3.67283e+02 -5.70500e+00 -2.31114e+04 -1.94802e+04 -2.24371e+03 -4.71952e+04 -4.17553e+04 -1.23001e+04 -1.17730e+04 -1.17387e+04 -1.57442e+05 -3.58958e+03 -6.77790e+04 -6.34558e+01 -4.33938e+02 -2.27448e-01 -6.49928e+02 -1.39636e+01 -3.06804e+02 -1.72771e+03 -1.68705e+01 -3.68287e+01 -1.83648e+02 -2.69997e+01 -1.56821e+02 -3.61629e+01 -2.04284e+01 -4.60902e-01 -1.33050e+03 -1.09869e+03 -9.85658e+01 -2.90567e+03 -3.20154e+03 -6.64643e+02 -7.37828e+02 -7.66209e+02 -2.13900e+04 -3.67563e+02 -8.16579e+03 -4.11110e+00 -8.33682e+01 -5.58741e-01 -5.39428e+02 -1.04631e+01 -1.64788e+03 -1.50421e+03 -1.26131e+01 -3.69531e+01 -1.97350e+02 -3.15571e+01 -1.48760e+02 -3.62121e+01 -1.60079e+01 -1.33197e-01 -2.42418e+03 -1.50043e+03 -6.84199e+01 -3.10205e+03 -2.58262e+03 -8.26894e+02 -8.45805e+02 -6.12434e+02 -1.04524e+04 -1.95516e+02 -3.76983e+03 -1.15186e+00 -2.27146e+01 -7.89446e-02 -2.24709e+06 -1.17799e+04 -1.04456e+00 -3.38370e-01 -7.93072e-01 -6.41156e+05 -9.88542e-01 -4.46854e-01 -1.08459e+00 -4.61362e-01 -2.68051e+06 -2.44908e-01 -4.93044e-01 -1.88813e-01 -2.43853e-01 -8.35374e-02 -8.91387e-02 -2.57354e-01 -3.15858e+05 -2.49847e-01 -2.58138e+03 -5.85259e+01 -7.06906e+05 -6.27238e-01 -2.48035e-01 -9.06033e-02 -2.03636e+05 -2.95234e+04 -1.87032e+04 -2.47127e+05 -3.24958e+04 -3.90429e+05 -5.07338e+05 -2.89318e+05 -6.98655e+05 -3.20388e+04 -5.30424e+04 -4.06689e+04 -4.70537e+05 -8.71226e+05 -5.01361e+05 -4.13919e+05 -9.20613e+05 -3.85982e+05 -4.27823e+05 -2.86421e+05 -7.25184e+06 -1.43545e+06 -2.02111e+06 -3.40582e+05 -1.48210e+05 -1.03024e-01 -1.08647e+04 -3.88340e+02 -1.54516e+03 -6.11785e+04 -4.67773e+02 -1.47778e+03 -6.55180e+03 -1.31948e+03 -7.22771e+03 -1.79001e+03 -1.06207e+03 -1.74533e+01 -2.86521e+04 -1.97703e+04 -2.34012e+03 -5.57684e+04 -4.71183e+04 -1.29705e+04 -1.27311e+04 -1.52718e+04 -2.11524e+05 -5.21590e+03 -8.63354e+04 -1.13136e+02 -7.89767e+02 -5.58849e-01 -1.04707e+05 -7.81343e+04 -4.47943e-01 -2.02269e+00 -1.68849e+00 -2.24171e+04 -2.39675e+00 -1.09022e+00 -3.31974e+00 -6.65156e-01 -2.57158e-01 -1.87476e+02 -3.39462e-01 -5.00299e-01 -9.55188e-03 -1.66396e-01 -2.46316e-01 -2.19297e-01 -8.12528e-01 -2.17596e-01 -1.90239e+00 -1.05368e-01 -2.71482e+05 -1.38063e-01 -1.27846e-01 -1.02348e-01 -6.36538e+00 -6.12700e-01 -6.78846e+03 -1.49523e+01 -8.49257e-01 -5.19806e-01 -9.58819e-01 -6.32896e-01 -9.15351e-01 -4.74737e-01 -4.89571e-01 -4.08446e-01 -4.20212e+04 -1.23433e+01 -5.72202e-01 -2.31047e+01 -3.83670e+01 -5.30224e+00 -5.59045e+00 -5.95470e+00 -1.01137e+03 -1.19987e+01 -2.55198e+02 -3.00710e+00 -8.39661e+00 -4.67062e-01 -2.62410e+04 -1.79871e+03 -8.25856e+05 -5.52839e+06 -6.96394e+05 -1.18450e+05 -4.01740e+06 -8.10369e+04 -7.61494e+05 -1.01245e+06 -1.12323e+06 -7.57665e+05 -1.15431e+06 -5.49786e+05 -1.26112e+05 -3.06078e+06 -2.70308e+06 -2.70513e+06 -3.58620e+05 -1.56846e+05 -2.81012e+06 -3.02110e-01 -8.61676e+05 -2.47068e+04 -2.21809e+05 -1.32512e-01 -1.06135e+01 -2.02114e+00 -3.82656e+00 -3.97561e+00 -7.62905e+00 -5.88636e+00 -7.44859e+00 -3.97528e+00 -9.15570e+00 -3.95376e+00 -1.84294e+00 -1.68540e+00 -7.85350e-01 -2.78919e+01 -3.89709e+00 -3.78232e+00 -4.13600e-01 -3.87775e+00 -2.34305e+01 -7.51684e+00 -3.45468e+00 -4.50156e-01 -5.90519e+00 -1.24660e+00 -1.09487e+00 -1.56303e-01 -6.61116e+02 -1.80514e+01 -1.38546e+02 -1.67333e+03 -1.11597e+01 -2.85869e+01 -1.42279e+02 -2.51165e+01 -1.38741e+02 -2.80684e+01 -1.51273e+01 -1.53750e-01 -7.44824e+02 -1.21857e+03 -7.72884e+01 -2.65340e+03 -2.24753e+03 -6.64061e+02 -6.35325e+02 -5.63538e+02 -1.68683e+04 -3.16233e+02 -7.04993e+03 -2.39999e+00 -4.42744e+01 -1.08897e-01 -1.50662e+03 -3.95856e+01 -4.81585e+01 -2.02173e+03 -1.93381e+01 -3.79667e+01 -1.43459e+02 -3.08684e+01 -2.40832e+02 -5.25174e+01 -2.71688e+01 -2.61697e-01 -1.86587e+03 -1.95340e+03 -1.83716e+02 -4.62808e+03 -4.89954e+03 -1.04625e+03 -8.03427e+02 -1.44321e+03 -4.78162e+04 -5.73603e+02 -1.05618e+04 -6.81617e+00 -6.81034e+01 -2.46168e-01 -2.45274e+03 -7.13068e+01 -7.58795e+02 -6.43122e+03 -2.87975e+01 -1.24328e+02 -5.74032e+02 -1.11073e+02 -5.74916e+02 -1.22863e+02 -7.13153e+01 -8.49650e-01 -5.17892e+03 -4.20704e+03 -4.69988e+02 -1.18808e+04 -1.08417e+04 -3.12398e+03 -2.94038e+03 -3.00496e+03 -4.28863e+04 -7.11275e+02 -3.70541e+04 -1.01134e+01 -1.14769e+02 -1.18287e-01 -7.19274e+01 -2.57517e+02 -5.77682e+03 -7.63478e-01 -5.11997e+04 -6.81338e+03 -4.06935e+04 -9.50878e+03 -9.70768e+03 -5.44622e+03 -2.83886e+03 -5.12893e+00 -2.41431e+03 -2.09333e+04 -2.12604e+05 -3.56805e-01 -5.85709e+04 -7.80154e+03 -3.01208e+04 -4.10403e+04 -3.82090e+05 -3.20384e+04 -2.10397e+05 -3.93506e-01 -3.07853e+02 -2.61567e-01 -6.26659e+03 -1.99345e+02 -1.25282e+05 -2.11265e+04 -1.82583e+02 -3.76864e+02 -1.84136e+03 -3.14376e+02 -1.60778e+03 -3.36102e+02 -1.91632e+02 -1.77176e+00 -2.54963e+05 -7.41970e+03 -1.57120e+03 -4.09665e+04 -4.01095e+04 -1.22021e+04 -5.44220e+03 -5.59679e+03 -6.59354e+04 -1.27177e+03 -2.85177e+04 -1.57601e+01 -1.86494e+02 -7.79236e-02 -9.37788e-01 -9.37625e-01 -9.37834e-01 -9.76355e-01 -9.76499e-01 -9.76642e-01 -9.76784e-01 -9.76927e-01 -9.77069e-01 -9.77212e-01 -9.77354e-01 -9.77496e-01 -9.39925e-01 -9.28419e-01 -9.57394e-01 -9.57577e-01 -9.57760e-01 -9.57943e-01 -9.41290e-01 -9.41496e-01 -9.61718e-01 -9.62026e-01 -9.62205e-01 -9.62384e-01 -9.62433e-01 -2.53526e-01 -3.68452e+03 -1.07985e+02 -1.35341e+03 -9.39489e+03 -8.55573e+01 -1.83437e+02 -9.13849e+02 -1.64657e+02 -8.17050e+02 -1.69554e+02 -1.01280e+02 -1.23496e+00 -5.47149e+03 -4.25338e+03 -4.51050e+02 -1.21680e+04 -9.92143e+03 -2.93480e+03 -3.81965e+03 -3.41959e+03 -4.64884e+04 -8.78310e+02 -1.81866e+04 -9.71244e+00 -1.23090e+02 -1.04340e-01 -2.56345e+04 -5.39937e+02 -1.68385e+05 -1.10135e+03 -5.97398e+02 -4.20060e+02 -2.07781e+03 -9.56198e+02 -1.92217e+03 -3.12169e+02 -1.91450e+02 -2.18545e+01 -1.01915e+04 -1.17216e+01 -1.08965e-02 -1.40443e-01 -3.12365e-01 -8.11256e+02 -1.93822e+00 -3.42513e+00 -4.60178e+04 -1.61022e+04 -3.14888e+04 -2.01776e+01 -5.79096e+03 -3.45293e-01 -5.83458e+04 -1.62289e+03 -1.20030e+04 -1.40612e+05 -1.22538e+03 -2.95057e+03 -1.28007e+04 -2.41692e+03 -1.25421e+04 -2.69183e+03 -1.55939e+03 -1.66107e+01 -1.33818e+05 -8.99879e+04 -1.10552e+04 -2.63934e+05 -2.34160e+05 -6.34191e+04 -5.75967e+04 -6.60130e+04 -9.41753e+05 -2.05233e+04 -3.61947e+05 -2.10911e+02 -2.72896e+03 -8.74694e-02 -5.46498e+05 -3.84065e-01 -4.99674e+00 -5.72894e+00 -2.47120e+00 -2.08110e+00 -7.06547e+00 -4.01154e+00 -4.31229e+00 -1.47180e+00 -1.59679e+00 -1.01014e+00 -4.09372e+00 -3.21492e+00 -4.01218e-01 -1.25322e+00 -1.06539e+00 -1.53235e+00 -4.77075e+00 -8.69722e-01 -1.01579e+06 -8.73502e-01 -4.91488e+00 -1.39365e-01 -1.15245e-01 -7.68377e-02 -6.07211e+03 -4.61578e+02 -1.62495e+04 -2.05176e+05 -3.26215e+03 -6.68670e+03 -3.01427e+04 -7.53306e+03 -6.17315e+04 -1.32094e+04 -6.45820e+03 -5.03662e+02 -9.26277e+04 -1.28327e+04 -2.32728e+03 -3.89963e+04 -3.00424e+04 -1.06749e+04 -1.46972e+04 -1.24210e+04 -1.56917e+05 -4.72401e+03 -7.01374e+04 -1.60997e+02 -9.27243e+02 -9.59358e-01 -1.94795e+00 -1.23360e-01 -9.23397e-01 -3.28080e+00 -2.10152e+00 -1.58312e+00 -5.53539e+00 -2.45095e+00 -9.41801e+00 -1.25418e+00 -1.57739e+00 -1.12380e-01 -4.62161e-01 -5.93308e-01 -1.63099e-03 -4.05747e-02 -3.43297e-02 -2.50101e-01 -7.68904e-01 -7.44332e-01 -4.23432e+00 -6.84030e+00 -3.55444e+00 -1.11367e-01 -1.21267e-01 -4.02201e-02 -1.60852e+05 -5.59790e-01 -2.23022e+03 -2.84736e+04 -2.27829e+03 -4.73986e+03 -4.25465e+04 -2.42892e+03 -1.51744e+03 -4.90788e+02 -4.34109e+02 -1.61727e+02 -6.19703e+04 -3.17571e+04 -1.73438e+03 -3.00387e+04 -4.48358e+04 -1.07529e+04 -4.02641e+04 -2.76442e+04 -7.77759e+05 -2.00406e+04 -9.64323e+04 -1.38155e+03 -1.73043e+01 -2.23322e-01 -1.02024e+05 -1.99088e+04 -5.23452e+03 -7.57045e+03 -2.60845e+04 -3.31625e+02 -1.46256e+04 -4.67977e+03 -6.44201e+03 -2.04985e+02 -1.49811e+03 -2.76532e+02 -1.09416e+04 -1.62838e+04 -1.41810e+02 -1.82777e+03 -4.06522e+03 -1.14803e+02 -1.80614e+04 -4.45546e+03 -2.16853e+04 -1.57806e+03 -1.21323e+04 -8.08259e+01 -2.31970e+04 -2.14806e-01 -9.12399e+01 -1.44581e+00 -9.09044e+01 -2.11642e+03 -1.29204e+01 -3.42635e+01 -1.64837e+02 -2.70513e+01 -1.45568e+02 -2.48822e+01 -1.73551e+01 -1.38567e+00 -3.16642e+02 -2.58508e+02 -7.49871e+00 -3.49387e+02 -3.76329e+02 -8.08896e+01 -7.41018e+01 -7.71111e+01 -2.26801e+03 -3.68344e+01 -8.49046e+02 -2.64209e-01 -6.56129e+00 -2.23088e-01 -1.93103e+00 -5.25498e+02 -2.64589e+00 -4.70447e+00 -1.96337e+00 -4.24263e+02 -2.81494e+02 -1.68131e+00 -1.95001e+00 -1.71809e+01 -2.46929e-01 -9.19930e-02 -1.16421e+00 -1.33502e+00 -4.52496e+00 -3.21525e-01 -1.66573e+02 -1.54161e+03 -8.99290e+03 -6.98921e-01 -3.22760e+02 -7.54898e-01 -9.26928e+02 -3.57399e-01 -3.36718e-01 -1.60591e-01 -4.59122e+06 -4.98991e+05 -1.40162e+06 -3.82910e+06 -1.22583e+06 -3.86214e+05 -8.80471e+05 -1.82173e+05 -2.00120e+05 -2.73509e+05 -4.19666e+04 -2.40853e+02 -3.20991e+05 -7.84265e+05 -3.52495e+04 -1.97049e+06 -4.70149e+04 -5.14322e+05 -3.02811e+05 -2.82835e+05 -1.73711e+06 -5.99036e+03 -6.42039e+05 -9.10951e+01 -2.61443e+04 -1.11122e+00 -5.77195e+03 -1.27974e+02 -8.52820e+02 -1.72844e+04 -1.79068e+02 -3.98225e+02 -1.72675e+03 -3.45041e+02 -1.93525e+03 -3.75416e+02 -2.37482e+02 -1.99254e+00 -1.23764e+04 -1.02819e+04 -1.15230e+03 -3.08929e+04 -2.00573e+04 -6.63944e+03 -6.80460e+03 -7.59352e+03 -1.33764e+05 -2.44307e+03 -4.54999e+04 -2.76252e+01 -3.48116e+02 -2.95623e-01 -3.64673e+03 -1.10359e+02 -1.00543e+03 -9.96514e+03 -8.35612e+01 -1.92282e+02 -9.33045e+02 -1.14381e+02 -8.29144e+02 -1.82032e+02 -1.08278e+02 -1.00250e+00 -6.13129e+03 -4.86587e+03 -5.36256e+02 -1.47956e+04 -1.35821e+04 -3.77727e+03 -4.70588e+03 -4.64428e+03 -6.50172e+04 -9.87232e+02 -2.53265e+04 -1.30680e+01 -1.75543e+02 -1.97559e-01 -1.91314e+03 -1.78213e+01 -4.73565e+02 -7.06096e+03 -2.87566e+01 -1.14487e+02 -1.18417e+03 -1.03283e+02 -1.24544e+03 -1.19662e+02 -4.21675e+01 -1.82224e-01 -5.48655e+03 -1.35331e+05 -1.63048e+02 -2.28855e+04 -1.63426e+04 -3.56602e+03 -7.17337e+03 -8.44541e+03 -4.89581e+05 -3.48733e+03 -9.68511e+04 -6.26143e+00 -8.24767e+01 -5.00111e-02 0.00000e+00 +4.14728e+05 2.07447e+04 2.78362e+04 1.54572e+05 2.75549e+04 9.16084e+04 2.43972e+05 6.68981e+04 2.00272e+05 7.11686e+04 3.41737e+04 1.61946e+03 8.49252e+04 2.01868e+05 1.14005e+04 2.49001e+05 2.03869e+05 1.13945e+05 1.97031e+05 3.82166e+05 2.61451e+06 1.47196e+05 3.82781e+05 2.51495e+03 2.21207e+04 6.96998e-01 1.98600e+05 1.18640e+04 3.17813e+04 5.91543e+04 2.37174e+04 3.59961e+04 1.01301e+05 3.11452e+04 1.01146e+05 3.59409e+04 1.72966e+04 5.76864e+02 1.05811e+05 1.27215e+05 8.18482e+03 1.76027e+05 1.44088e+05 6.14951e+04 6.38535e+04 1.73045e+05 1.71031e+06 1.49662e+05 3.05057e+05 2.28071e+03 1.52248e+04 2.13951e+00 2.58613e+06 1.50065e+05 8.80682e+06 2.89301e+06 5.41942e+05 1.70675e+06 6.27528e+06 1.56227e+06 4.77583e+06 1.93059e+06 7.21781e+05 6.21329e+04 4.16943e+06 4.76227e+06 2.31177e+05 5.69063e+06 4.25601e+06 2.37541e+06 3.09188e+06 4.94888e+06 5.14846e+07 5.70663e+06 1.16214e+07 6.22965e+04 5.55247e+05 1.72683e+00 1.29926e+04 8.71948e+02 6.88717e+03 1.10180e+04 2.26807e+03 6.58236e+03 1.68376e+04 5.07481e+03 1.61300e+04 5.51204e+03 2.44964e+03 9.32776e+01 1.76773e+04 4.64326e+04 3.13476e+03 6.31451e+04 4.70401e+04 2.54916e+04 1.61109e+04 3.42395e+04 5.11565e+05 3.76059e+04 7.76895e+04 7.12684e+02 4.74634e+03 6.51658e-01 1.05409e+06 5.68780e+04 2.64671e+06 6.73562e+05 1.22113e+05 4.36871e+05 1.22258e+06 3.58657e+05 1.04641e+06 3.64210e+05 1.65039e+05 8.17702e+03 1.82532e+06 1.20273e+06 7.03331e+04 1.90597e+06 1.29600e+06 7.21891e+05 9.96270e+05 1.70258e+06 1.86614e+07 1.49645e+06 2.81957e+06 1.62037e+04 1.71238e+05 4.53673e+00 1.36878e+04 2.03193e+03 5.54106e+03 2.54502e+03 7.50537e+02 1.51442e+03 3.80777e+03 1.28709e+03 3.66656e+03 1.64420e+03 7.52301e+02 3.88521e+01 1.82224e+04 2.04891e+04 2.04000e+03 2.34385e+04 1.78704e+04 9.89114e+03 1.20916e+04 2.64103e+04 1.43641e+05 1.19225e+04 2.45905e+04 3.82715e+02 2.07958e+03 3.78065e-01 7.70845e+06 2.77286e+05 3.79370e+06 7.75013e+06 3.09676e+06 2.82024e+06 7.19765e+06 2.48967e+06 2.41888e+06 2.05155e+06 9.25566e+05 6.58011e+04 2.89975e+06 8.29063e+06 4.28279e+05 5.69986e+06 1.21631e+07 4.10106e+06 8.47084e+06 3.60518e+06 3.48963e+07 1.31435e+07 2.57162e+07 1.08512e+04 3.11430e+06 3.83838e-01 3.87664e+05 9.16333e+03 8.80826e+04 7.10986e+04 1.67838e+04 3.42100e+04 1.05859e+05 4.00908e+04 1.14076e+05 3.96552e+04 1.83809e+04 9.81582e+02 1.96401e+05 2.15759e+05 6.98734e+03 1.34318e+05 1.38141e+05 1.68154e+04 8.66899e+04 1.63428e+05 1.32894e+06 9.36889e+03 2.39766e+05 1.69619e+03 1.38750e-01 1.06269e+00 3.11323e+03 5.29526e+02 7.08722e+03 5.04684e+03 6.41984e+02 2.93298e+03 1.71857e+04 7.22784e+02 2.19976e+03 1.03087e+03 1.22402e+03 9.69391e+01 4.80828e+04 1.79146e+04 1.32953e+03 2.73366e+04 2.04270e+04 2.18126e+04 1.97483e+04 2.94443e+04 2.46242e+05 2.31081e+04 4.13516e+04 3.44233e+02 2.12613e+03 2.16452e-01 1.48266e+07 1.00441e+06 2.81063e+07 7.85748e+06 1.43530e+06 5.76771e+06 7.85656e+06 6.91444e+06 3.00262e+06 4.57749e+06 1.24904e+06 1.17466e+05 1.10058e+07 1.57957e+07 3.93737e+05 8.96760e+06 8.81339e+06 8.54212e+06 1.35751e+07 1.42840e+07 1.38648e+08 5.49297e+06 2.02218e+07 8.24079e+04 8.84318e+05 3.98734e-01 6.57488e+06 1.65462e+04 3.54430e+05 1.49698e+06 1.43258e+06 4.32651e+06 6.42366e+06 3.62415e+06 6.80525e+06 2.50853e+06 1.85239e+06 2.92677e+05 1.21478e+06 1.17542e+07 2.89548e+06 9.43752e+06 5.19979e+06 6.15296e+06 3.09876e+06 9.05732e+05 3.78421e+07 2.55354e-01 2.27590e+06 2.57774e-01 3.93870e+05 8.71985e-01 1.01180e+06 4.92208e+04 8.36114e+05 7.36456e+05 1.41433e+05 4.02445e+05 1.22076e+06 3.44865e+05 1.07685e+06 3.82287e+05 1.63717e+05 7.86830e+03 1.29174e+06 1.18408e+06 6.43454e+04 1.59565e+06 1.15180e+06 6.29814e+05 8.51263e+05 1.60074e+06 1.53960e+07 1.32196e+06 2.59475e+06 1.71698e+04 1.25657e+05 7.33438e+00 8.91542e+04 9.81527e+03 3.31340e+04 6.81572e+04 7.02158e+03 2.00501e+04 5.73491e+04 1.54155e+04 5.79314e+04 2.28827e+04 9.39186e+03 5.16696e+02 8.70114e+04 1.11573e+05 6.04137e+03 1.42355e+05 1.26897e+05 6.25727e+04 7.00395e+04 1.38871e+05 1.52921e+06 1.30444e+05 2.73926e+05 1.86738e+03 1.50468e+04 1.99402e-01 9.75739e+04 6.70998e+03 2.90817e+05 2.94529e+05 5.47675e+04 1.65204e+05 5.24080e+05 1.82544e+05 3.76483e+05 1.30345e+05 6.38814e+04 2.87441e+03 7.45852e+05 3.20272e+05 2.54339e+04 6.58871e+05 5.00205e+05 2.65827e+05 3.13821e+05 5.77517e+05 7.14796e+06 6.53332e+05 1.28743e+06 8.08666e+03 7.42554e+04 2.34542e+00 1.57193e+06 9.24987e+04 4.56747e+05 1.09695e+06 5.48553e+05 5.67510e+05 1.63718e+06 4.54652e+05 1.43227e+06 5.02327e+05 2.35179e+05 8.84850e+03 1.50963e+06 1.34265e+06 9.30670e+04 2.26122e+06 1.79477e+06 1.03938e+06 1.01081e+06 1.91241e+06 2.36505e+07 1.48126e+06 3.97193e+06 2.69971e+04 2.40959e+05 1.68931e+00 3.25952e+04 2.61735e+03 1.18761e+04 2.32582e+04 4.03974e+03 1.17715e+04 3.29718e+04 9.15539e+03 2.81675e+04 1.02998e+04 4.88766e+03 2.69942e+02 3.86833e+04 3.75805e+04 3.38139e+03 6.53284e+04 4.93452e+04 2.68306e+04 2.74744e+04 5.89833e+04 5.82701e+05 4.97613e+04 1.00840e+05 9.62325e+02 6.61499e+03 5.15696e-01 1.20795e+06 1.56959e+04 1.42408e+05 1.25534e+04 2.00675e+04 2.06492e+04 3.90730e+03 1.83129e+04 2.10288e+03 1.34348e+04 9.05905e+03 2.48130e+03 3.42259e+05 9.52975e+05 1.38927e+04 7.43713e+05 1.93541e+05 4.16723e+04 2.96525e+04 4.30319e+04 2.19488e+06 6.84345e+04 3.35073e+05 4.73674e+03 5.44493e+04 1.51633e+02 5.56808e+06 1.91528e-01 5.71236e+05 3.89877e+06 1.04746e+06 2.76445e+06 1.28600e+07 2.95195e+06 4.38146e+06 1.57105e+06 5.20673e+05 2.12423e+05 4.64597e+06 9.81760e+06 2.93929e+06 1.07718e+07 6.51809e+06 3.31318e+06 1.66322e+06 3.43877e+06 6.61359e+07 2.75019e-01 1.16900e+07 2.37571e-01 1.01437e+06 8.39472e-01 7.51073e+04 4.42326e+03 6.89005e+03 1.73057e+04 2.21480e+03 5.66187e+03 1.38236e+04 4.22096e+03 1.23588e+04 4.89948e+03 2.29836e+03 1.60457e+02 1.83154e+04 1.28675e+04 1.73680e+03 2.85461e+04 2.15870e+04 1.27888e+04 1.59766e+04 3.18062e+04 1.87249e+05 1.44113e+04 3.17473e+04 3.54321e+02 1.93584e+03 5.20528e-01 2.02614e+05 1.20829e+04 1.29451e+04 4.03222e+04 9.06230e+03 2.64244e+04 7.24135e+04 2.09048e+04 6.48293e+04 2.28850e+04 1.04972e+04 4.48271e+02 4.84678e+04 7.00217e+04 5.59359e+03 1.23593e+05 9.85493e+04 5.08015e+04 5.30610e+04 1.22183e+05 1.10164e+06 7.30377e+04 1.70593e+05 1.37267e+03 9.98513e+03 1.15138e+00 2.25817e+04 1.51113e+03 9.97957e+03 1.11567e+04 1.40689e+03 3.17488e+03 9.74571e+03 2.46152e+03 8.85965e+03 3.97189e+03 1.69218e+03 8.83667e+01 2.83912e+04 3.78052e+04 2.30076e+03 4.94799e+04 4.30427e+04 2.39072e+04 2.33491e+04 4.75136e+04 7.08270e+05 5.26916e+04 1.14653e+05 8.77602e+02 7.44592e+03 4.76243e-01 2.13917e+04 1.39815e+03 4.13456e+03 4.37523e+02 1.35683e+02 3.45787e+02 1.16664e+03 5.03099e+02 1.10837e+03 3.96256e+02 1.74821e+02 5.90846e+00 9.95566e+03 3.65009e+03 5.24773e+01 9.13777e+02 5.99971e+02 3.50481e+02 1.52203e+03 3.09788e+03 1.69373e+04 1.11289e+03 2.03662e+03 2.27634e+01 1.14765e+02 5.19189e-01 1.09980e+06 4.75613e+04 9.80955e+05 5.90836e+05 1.92625e+05 1.59155e+05 5.03857e+05 2.66550e+04 6.38435e+04 6.98195e+03 3.37408e+04 1.25701e+04 2.66979e+05 2.75230e+05 1.43429e+04 1.84864e+05 4.11163e+05 2.70430e+05 7.55704e+05 2.57370e+05 1.17835e+06 8.13152e+05 2.96751e+05 5.19243e+04 3.04816e+05 4.70232e-01 2.26567e+05 5.01370e+03 7.01357e+04 1.18070e+05 4.71318e+04 7.55391e+04 1.93831e+05 6.16187e+04 1.76356e+05 6.05505e+04 2.89307e+04 1.38288e+03 1.80269e+05 1.56220e+05 9.82564e+03 2.34475e+05 1.85419e+05 8.61755e+04 1.02412e+05 2.30832e+05 2.69695e+06 3.45089e+04 4.65849e+05 3.10845e+03 2.53004e+04 1.35815e+00 1.42553e+05 7.28201e+03 7.87308e+04 1.16125e+05 1.90119e+04 5.97680e+04 1.47650e+05 4.88338e+04 1.68337e+05 6.35649e+04 3.10463e+04 1.10300e+03 2.39745e+05 2.15690e+05 1.01923e+04 2.73107e+05 2.04371e+05 1.03908e+05 1.17112e+05 2.43075e+05 3.31266e+06 3.64809e+05 6.63686e+05 3.52643e+03 2.81503e+04 2.81494e+00 1.43767e+07 2.71184e+05 2.23193e+07 1.72363e+07 1.02173e+07 1.53190e+07 4.00451e+07 1.90794e+07 1.98264e+07 6.21629e+06 3.95555e+06 1.47363e+06 2.79370e+07 3.02501e+07 5.32322e+05 6.86104e+06 1.52599e+07 7.71298e+06 1.76111e+07 2.39276e+07 1.79005e+08 2.42766e+07 2.24276e+07 2.53816e+04 7.28451e+06 3.52071e-01 6.12007e+03 3.70997e+02 2.73601e+03 2.03865e+03 4.17627e+02 1.17881e+03 3.00506e+03 9.95123e+02 2.88439e+03 1.09825e+03 6.46781e+02 1.69989e+01 7.64201e+03 1.14891e+04 1.41054e+03 2.13138e+04 1.71795e+04 9.25462e+03 1.03811e+04 1.91603e+04 1.35348e+05 8.72447e+03 2.14551e+04 2.22932e+02 1.38164e+03 2.08833e-01 1.02460e+05 5.42197e+03 6.10978e+05 1.25946e+05 3.50450e+04 8.42471e+04 2.42052e+05 6.88036e+04 1.91161e+05 6.48391e+04 3.17039e+04 1.51506e+03 3.40895e+05 1.42543e+05 6.96564e+03 1.74402e+05 1.19863e+05 7.45194e+04 1.06402e+05 1.73082e+05 2.54623e+06 1.83487e+05 3.70634e+05 2.40047e+03 2.64566e+04 6.81261e-01 6.55842e+05 3.02766e+04 3.09622e+05 5.11076e+05 1.92650e+05 2.87106e+05 8.63621e+05 3.00773e+05 7.03782e+05 2.13231e+05 1.08789e+05 5.73444e+03 6.21409e+05 4.23979e+05 3.34631e+04 8.80967e+05 5.96056e+05 3.00723e+05 4.55406e+05 8.13835e+05 1.00353e+07 5.88118e+05 1.38135e+06 8.64629e+03 1.02484e+05 1.25413e+00 3.77344e+05 2.24466e+04 5.00132e+04 1.09928e+05 2.29264e+04 6.26441e+04 1.81107e+05 5.09702e+04 1.67050e+05 6.19191e+04 2.67375e+04 1.26853e+03 1.53963e+05 1.97612e+05 1.06414e+04 2.64678e+05 2.46014e+05 1.18924e+05 1.01415e+05 2.09728e+05 2.55009e+06 3.07983e+05 6.19398e+05 4.38809e+03 2.37625e+04 8.63062e-01 1.58527e+05 1.32770e+04 6.52594e+03 1.33449e+04 4.10353e+03 9.87296e+03 3.03124e+04 8.85932e+03 2.76089e+04 1.06637e+04 5.02622e+03 4.69238e+02 1.78319e+04 2.69921e+04 2.09477e+03 2.67156e+04 2.11967e+04 9.88271e+03 1.53767e+04 3.52780e+04 3.54335e+05 2.61840e+04 6.00137e+04 7.22505e+02 3.96777e+03 7.92985e-01 3.68146e+05 2.05616e+04 1.92754e+04 9.92258e+04 7.28061e+04 6.36437e+04 1.76631e+05 4.41649e+04 1.35279e+05 4.71179e+04 2.45068e+04 1.17565e+03 8.14691e+04 1.39030e+05 9.47581e+03 2.29270e+05 1.79079e+05 9.62224e+04 1.08002e+05 2.17343e+05 2.05371e+06 1.01532e+05 3.03098e+05 2.22515e+03 1.81675e+04 9.36116e-01 3.86588e+05 1.69636e+04 1.72970e+05 2.25859e+05 3.90809e+04 1.65292e+05 3.48936e+05 1.00118e+05 2.93129e+05 1.01906e+05 4.96641e+04 2.36030e+03 3.45290e+05 2.56607e+05 1.83363e+04 4.56539e+05 3.49191e+05 1.83802e+05 1.85163e+05 4.05393e+05 4.29143e+06 2.85264e+05 6.56484e+05 4.60222e+03 3.92630e+04 1.04995e+00 1.51234e+07 2.24298e+06 6.18579e+07 1.75962e+07 4.34510e+06 2.38539e+07 3.11002e+07 1.53324e+07 2.55485e+07 2.11843e+07 5.23018e+06 2.02841e+06 1.83945e+07 1.06687e+07 9.93567e+05 1.28060e+07 2.84823e+07 5.31105e+06 1.35317e+07 1.23904e+07 1.27558e+08 2.61768e+07 1.80358e+07 1.07097e-03 3.07369e-01 3.98476e-02 7.46876e+04 6.95478e+03 7.36875e+03 4.59920e+03 1.40214e+03 3.13669e+03 8.48108e+03 2.73960e+03 8.37766e+03 2.89016e+03 1.35445e+03 7.71872e+01 1.84997e+04 2.92103e+04 2.12970e+03 3.50258e+04 2.68578e+04 1.40744e+04 2.56841e+04 5.36335e+04 1.99700e+05 1.42364e+04 2.86572e+04 3.64723e+02 2.09013e+03 1.05909e+00 8.17896e+03 9.73021e+02 1.58460e+04 8.37754e+03 1.20976e+03 2.82762e+03 7.09711e+03 2.18709e+03 6.96248e+03 4.35909e+03 1.62405e+03 9.40285e+01 4.00399e+04 2.84720e+04 2.59570e+03 4.70255e+04 3.80748e+04 2.34189e+04 2.64770e+04 4.88234e+04 6.69011e+05 4.55178e+04 1.03013e+05 9.68362e+02 6.74079e+03 3.92011e-01 1.01064e+05 7.36729e+03 7.31473e+03 6.19960e+03 2.00012e+03 5.31431e+03 1.55607e+04 4.36670e+03 1.38246e+04 5.12863e+03 2.50215e+03 2.27628e+02 1.94108e+04 1.49889e+04 1.67977e+03 2.73081e+04 2.10664e+04 1.08613e+04 8.49404e+03 1.98958e+04 1.68826e+05 1.13850e+04 2.67859e+04 3.12527e+02 1.81227e+03 4.24355e-01 2.29040e+05 1.24018e+04 2.52697e+04 2.82513e+04 5.67529e+03 1.86738e+04 5.29020e+04 1.54737e+04 5.59331e+04 2.02928e+04 8.81623e+03 4.14212e+02 1.36471e+05 2.86681e+04 7.60147e+03 1.52100e+05 9.67376e+04 4.88796e+04 2.19217e+04 5.62924e+04 1.25948e+06 9.68704e+04 1.81620e+05 1.67868e+03 1.02532e+04 4.78366e+00 4.02116e+06 1.13885e+06 7.49109e+06 5.61499e+06 6.30129e+05 3.15916e+06 5.39958e+06 1.61507e+06 5.68719e+05 3.32152e+05 2.23064e+05 1.78119e+04 4.12663e+06 4.48565e+06 1.07356e+05 1.38369e+06 3.07753e+06 7.09330e+05 6.29944e+06 3.25799e+06 2.23951e+07 1.48361e+06 5.30467e+06 2.81135e+03 8.06857e+05 6.25018e-01 1.05720e+08 5.42221e+06 4.38408e+07 4.51109e+07 3.42840e+07 2.87096e+07 1.15686e+08 5.94957e+07 9.12120e+07 2.74130e+07 7.35639e+06 3.88722e+00 6.88747e+07 8.09420e+07 3.29480e+06 4.24663e+07 9.44509e+07 1.89714e+07 1.17040e+08 5.31794e+07 1.94585e+08 9.36912e+06 1.09625e+08 4.78555e+05 8.40293e+07 1.94359e+00 7.51834e+05 3.10045e+04 7.19261e+06 6.20272e+06 1.44336e+06 1.62644e+06 1.12016e+07 2.05260e+06 1.66985e+06 7.16097e+05 4.06826e+05 8.77090e-01 3.90723e+06 1.83687e+06 1.07077e+05 1.38010e+06 3.06954e+06 1.17237e+05 6.58516e+05 2.98170e+06 5.19756e+06 8.67204e+06 1.57094e+06 4.81365e-01 6.03701e+05 1.35274e+01 1.90120e+05 9.99527e+03 4.71363e+05 7.69925e+04 1.49531e+04 5.44616e+04 1.46695e+05 4.70930e+04 1.19135e+05 3.88643e+04 1.90793e+04 9.86697e+02 3.09895e+05 1.35516e+05 7.39077e+03 1.81430e+05 1.25326e+05 7.37182e+04 1.06043e+05 1.86588e+05 1.77704e+06 1.11983e+05 2.39303e+05 1.64193e+03 1.52007e+04 1.42332e+00 7.63567e+05 4.36810e+04 2.12999e+05 5.41169e+05 1.45753e+05 2.53143e+05 7.05631e+05 1.96923e+05 6.79795e+05 2.02428e+05 1.00050e+05 4.17027e+03 5.95191e+05 5.13044e+05 3.36391e+04 8.60922e+05 6.68462e+05 3.53327e+05 4.20733e+05 8.06204e+05 9.56552e+06 7.85448e+05 1.52541e+06 9.74525e+03 9.40164e+04 7.40283e-01 2.87610e+05 1.75547e+04 1.28936e+05 2.33825e+05 7.05679e+04 1.43028e+05 4.15840e+05 1.06378e+05 3.15709e+05 1.06234e+05 5.27159e+04 2.50074e+03 3.06406e+05 2.35034e+05 1.62109e+04 4.32037e+05 3.24216e+05 1.58281e+05 1.92366e+05 4.00161e+05 5.25433e+06 3.47043e+05 7.70687e+05 5.54061e+03 4.85438e+04 1.03576e+00 3.91889e+05 2.09610e+04 1.51776e+05 5.52099e+05 7.03262e+04 2.33026e+05 6.34065e+05 1.81552e+05 5.26556e+05 2.05401e+05 8.99227e+04 4.89647e+03 5.61252e+05 4.95707e+05 2.97545e+04 7.65474e+05 6.21320e+05 3.05747e+05 3.88340e+05 8.18497e+05 1.00751e+07 1.10784e+06 1.82710e+06 1.07815e+04 8.92180e+04 1.59586e+00 1.51799e+05 7.95849e+03 7.08136e+04 1.79746e+05 2.82507e+04 7.76088e+04 2.22662e+05 6.13552e+04 1.92837e+05 7.34666e+04 3.21028e+04 2.07537e+03 1.75832e+05 1.62391e+05 1.04661e+04 2.56481e+05 2.32189e+05 1.09002e+05 1.19006e+05 2.59181e+05 3.32915e+06 2.57165e+05 5.72531e+05 4.42515e+03 3.06679e+04 1.23797e+00 3.19055e+06 1.95987e+04 6.89244e+05 3.32542e+06 1.02481e+06 2.61223e+06 6.19867e+06 2.17841e+06 5.36157e+06 2.68552e+06 8.82716e+05 1.10224e+05 7.56360e-01 5.35647e+06 1.71192e+06 8.35648e+06 3.22017e+06 1.72013e+06 3.04661e+06 1.93625e+06 1.38062e+07 1.67904e+05 2.21547e+06 6.13186e-01 9.48253e+05 1.35122e+00 8.06757e+05 2.81004e+04 1.22089e+05 4.22466e+05 5.42353e+04 2.37346e+05 4.70988e+05 1.29560e+05 3.77045e+05 1.30941e+05 6.52562e+04 2.65781e+03 4.17081e+05 3.37611e+05 2.44697e+04 6.07682e+05 4.51739e+05 2.63639e+05 2.82849e+05 5.25175e+05 5.77050e+06 4.29476e+05 1.06860e+06 6.69511e+03 5.81789e+04 6.14578e-01 2.66626e+05 3.01973e+04 1.21455e+05 6.31420e+04 1.60951e+04 5.39391e+04 1.43638e+05 4.83535e+04 1.53883e+05 5.02999e+04 2.37470e+04 8.51221e+02 3.14580e+05 1.32063e+05 2.02986e+03 6.00220e+04 4.24509e+04 2.09366e+04 2.58562e+04 4.99685e+04 1.98022e+06 1.04800e+05 2.57776e+05 1.46447e+03 1.61008e+04 2.04655e-01 5.44281e+05 2.80315e+04 2.69333e+05 2.06289e+05 3.78853e+04 1.38082e+05 3.69204e+05 1.05561e+05 3.10486e+05 1.03712e+05 5.10977e+04 2.56819e+03 5.93556e+05 3.16539e+05 2.22342e+04 6.00456e+05 4.38252e+05 2.37698e+05 2.37300e+05 4.76221e+05 5.27489e+06 2.89867e+05 7.22552e+05 4.60863e+03 4.20562e+04 8.90633e-01 2.39123e+06 1.39095e+05 5.28997e+06 1.37948e+06 2.59972e+05 9.06511e+05 2.83868e+06 8.03986e+05 2.58013e+06 3.31994e+05 4.11167e+05 2.52209e+04 2.19061e+06 2.76109e+06 4.19457e+05 3.15156e+06 1.68082e+06 7.96962e+05 5.19139e+06 1.87117e+06 2.10462e+07 1.56116e+06 4.66303e+06 2.42873e-01 3.34537e+05 1.17250e+00 2.92134e+04 2.94729e+03 7.86135e+03 2.66681e+03 7.83506e+02 1.47466e+03 3.71822e+03 1.20572e+03 3.74459e+03 1.55091e+03 7.26078e+02 5.01229e+01 2.65611e+04 2.63651e+04 1.97112e+03 2.49592e+04 1.91807e+04 9.84589e+03 2.61369e+04 5.57380e+04 1.46523e+05 1.23738e+04 2.55809e+04 4.01148e+02 1.84983e+03 5.78175e-01 8.33676e+05 3.69485e+04 2.91729e+05 8.56554e+05 3.53200e+05 4.10368e+05 1.13766e+06 3.35214e+05 1.08450e+06 3.64437e+05 1.87091e+05 8.49231e+03 9.29319e+05 9.10369e+05 5.92620e+04 1.44915e+06 1.23216e+06 6.01392e+05 7.36122e+05 1.39609e+06 1.57775e+07 1.22905e+05 2.79868e+06 1.87615e+04 1.53190e+05 8.33380e-01 7.37186e+05 1.73894e+05 6.48667e+06 2.78659e+06 5.21915e+05 5.37591e+05 1.51902e+06 1.18623e+05 1.14017e+06 1.31463e+05 2.20969e+03 8.23217e+02 3.94483e+05 1.51807e+06 4.90220e+03 6.31840e+04 1.40530e+05 3.08978e+05 4.74728e+05 1.46079e+06 3.64772e+06 7.98899e+05 9.95759e+05 4.92378e-01 1.12580e+05 1.35402e+00 2.78999e+06 1.67749e+05 1.40012e+06 2.66636e+06 6.05909e+05 1.38745e+06 3.79535e+06 1.07791e+06 3.14328e+06 1.18361e+06 5.69180e+05 2.60904e+04 3.60894e+06 2.84641e+06 2.08351e+05 4.86934e+06 3.97542e+06 2.30643e+06 2.49942e+06 4.58587e+06 5.13296e+07 2.24647e+06 9.66155e+06 6.31324e+04 5.33623e+05 4.99758e+00 2.24551e+05 1.01831e+04 6.72404e+04 2.19352e+05 1.40491e+05 9.63612e+04 2.76249e+05 7.03544e+04 2.13234e+05 7.70540e+04 4.05234e+04 2.15055e+03 2.19130e+05 1.89718e+05 1.39888e+04 3.19523e+05 3.08862e+05 1.59303e+05 1.43970e+05 2.99065e+05 3.87576e+06 2.55810e+05 7.07873e+05 4.62505e+03 3.68810e+04 3.24333e-01 1.27295e+05 1.10739e+04 2.52674e+03 7.19047e+03 2.54943e+03 4.75350e+03 1.40780e+04 4.38717e+03 1.51858e+04 6.47761e+03 3.10372e+03 2.98972e+02 1.82669e+04 5.82366e+04 4.08170e+03 6.06998e+04 4.40385e+04 2.31793e+04 3.15520e+04 7.21566e+04 3.86433e+05 3.23612e+04 6.66899e+04 8.58391e+02 4.71366e+03 3.08860e+00 4.83792e+05 2.62389e+04 4.41203e+04 2.28754e+05 1.35554e+05 2.99023e+05 2.54489e+05 9.18310e+04 1.25548e+05 1.30206e+05 1.05914e+05 1.09329e+04 1.34663e+05 5.98673e+05 1.17699e+05 5.20223e+05 3.19801e+05 1.22405e+05 8.47252e+05 5.01293e+05 2.19200e+06 4.66259e-01 1.99599e+05 1.50026e+04 4.28619e+04 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.03071e+05 2.54270e+04 7.96021e+03 3.69307e+04 8.96110e+03 2.08220e+04 4.67129e+04 1.38091e+04 3.98627e+04 1.50537e+04 7.52905e+03 3.67204e+02 2.91857e+04 2.52477e+04 3.35736e+03 6.44289e+04 5.12388e+04 2.53535e+04 3.68223e+04 8.32125e+04 5.90627e+05 4.49135e+04 1.03183e+05 9.31359e+02 6.39728e+03 5.83602e-01 6.54607e+06 1.65934e+05 2.07552e+05 4.07040e+05 2.25794e+05 7.68826e+06 3.03173e+06 2.16493e+06 1.14291e+07 3.34569e+05 3.13939e+05 2.48649e+04 1.02545e+06 3.83493e+06 1.07166e+06 3.80180e+06 1.37901e+06 2.82118e+05 5.66187e+06 3.86925e+06 1.88646e+07 2.69602e-01 1.78664e+06 3.06220e-01 4.21946e+05 6.63369e-01 4.56896e+07 1.78725e+06 2.92311e+06 1.95280e+07 4.70954e+06 1.03800e+07 3.20262e+07 1.54778e+07 2.15493e+07 1.54967e+07 3.76282e+06 1.29643e+06 1.22028e+07 4.21003e+07 1.19002e+07 2.57567e+07 2.95281e+07 1.61652e+07 2.26489e+07 1.25560e+07 3.13665e+08 3.53706e+07 9.49859e+07 2.44629e-01 7.62645e+06 2.23426e-01 6.79289e+04 5.35714e+03 2.58899e+04 4.09263e+04 7.37733e+03 2.42160e+04 6.17945e+04 1.78624e+04 4.98170e+04 1.72665e+04 1.98054e+04 3.96419e+02 6.22487e+04 5.94229e+04 4.29343e+03 9.41272e+04 7.63486e+04 4.04823e+04 4.43260e+04 9.28094e+04 1.06374e+06 7.95145e+04 1.67658e+05 1.27097e+03 1.01803e+04 7.20147e-01 2.73113e+05 1.23431e+04 3.14211e+05 1.43498e+05 2.59814e+04 9.61948e+04 2.40563e+05 7.04637e+04 1.98506e+05 6.52073e+04 3.14061e+04 1.59817e+03 3.34962e+05 1.90174e+05 1.23873e+04 3.09373e+05 2.26879e+05 1.19191e+05 1.35613e+05 2.74907e+05 3.07959e+06 2.15111e+05 4.36492e+05 2.95421e+03 2.64552e+04 3.66534e+00 9.79919e+04 8.00471e+03 4.23053e+03 3.24530e+03 8.68669e+02 2.42832e+03 7.31971e+03 2.08648e+03 6.18411e+03 2.10202e+03 9.92066e+02 4.39997e+01 1.02831e+04 1.13489e+04 1.36128e+03 2.74601e+04 2.17299e+04 1.18571e+04 1.38877e+04 2.64369e+04 9.08001e+04 5.03457e+03 1.27415e+04 8.69905e+01 6.56364e+02 4.21350e-01 3.29138e+05 1.97746e+03 3.08743e+04 1.44431e+05 4.86360e+04 1.21449e+04 8.57592e+04 3.47058e+04 5.04925e+04 5.52188e+03 9.54630e+03 3.55647e+03 6.71658e+04 1.87923e+05 6.82965e+03 8.93812e+04 1.94922e+05 6.97081e+04 2.37730e+05 1.08392e+05 2.75692e+05 2.84974e+05 2.52300e+05 9.70961e+04 7.43231e+04 4.77746e-01 1.46933e+07 1.54791e+05 2.53841e+06 1.16012e+07 1.39643e+06 1.82459e+07 1.52928e+07 1.51759e+07 2.82942e+07 5.17519e-01 2.23694e+06 4.32427e+05 8.82861e+06 5.06598e+07 2.16191e+06 5.64810e+07 4.37899e+07 1.42911e+07 1.97318e+07 2.00256e+07 4.38427e+08 4.62027e-01 1.31436e+08 7.19192e-04 2.06408e-01 3.97485e-01 6.83325e+05 2.57805e+04 1.72565e+05 4.42240e+05 5.73174e+04 2.41259e+05 4.89788e+05 1.40238e+05 4.49808e+05 1.68533e+05 7.30892e+04 4.04859e+03 3.96135e+05 4.43250e+05 2.18275e+04 5.61020e+05 4.56912e+05 2.26984e+05 3.05519e+05 6.04472e+05 6.54829e+06 5.05825e+05 1.17235e+06 6.27999e+03 5.33660e+04 2.11442e+00 1.18592e+07 8.09414e+05 3.47769e+05 2.87188e+06 8.47155e+05 7.22909e+05 3.39376e+06 8.68278e+05 5.56746e+05 1.32612e+05 6.09412e+05 1.02026e+04 2.00582e+06 1.08021e+07 4.35237e+06 9.14030e+06 5.03714e+06 1.28530e+07 2.67212e+06 3.43291e+06 2.72871e+07 2.08527e-01 8.68580e+06 1.94534e-01 1.78430e+06 9.31184e-01 2.39284e+04 3.37705e+04 2.02908e-01 2.93240e-01 2.13449e-01 2.18082e-01 1.91316e+03 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 2.08048e+04 2.61950e-01 1.10282e+03 2.86917e+04 2.24141e+04 6.56898e+03 4.91241e+04 2.89577e+04 8.14998e+04 2.75086e+04 1.45627e+04 6.84346e+00 1.96407e+03 8.15594e-01 7.35674e+05 3.23672e+04 2.21866e+05 4.90071e+05 1.59566e+05 2.33957e+05 6.58166e+05 1.74524e+05 5.16491e+05 1.84434e+05 9.32590e+04 4.07736e+03 5.75047e+05 4.20604e+05 3.32028e+04 8.19656e+05 6.83716e+05 3.54737e+05 3.90388e+05 7.49312e+05 8.80577e+06 4.99790e+05 1.46403e+06 1.20924e+04 8.27810e+04 1.26698e+00 1.58874e+05 1.08642e+04 1.14950e+05 2.42995e+04 5.99872e+03 1.53893e+04 4.23062e+04 1.28750e+04 4.09824e+04 1.60097e+04 7.48823e+03 7.83982e+02 1.29319e+05 8.49521e+04 5.65650e+03 1.15429e+05 8.67253e+04 4.69857e+04 4.74926e+04 9.99347e+04 8.73324e+05 5.92984e+04 1.37519e+05 1.33131e+03 8.85167e+03 7.29865e-01 1.93806e+04 9.17392e+01 1.46023e+05 9.35773e+05 1.53054e+05 5.77743e+05 1.59479e+06 4.59303e+05 1.41183e+06 4.44507e+05 2.00383e+05 5.63704e+03 5.41935e+05 1.45664e+06 6.47793e+04 2.00873e+06 1.53746e+06 7.39677e+05 7.88220e+05 1.87220e+06 3.10949e+07 1.95268e+06 4.15261e+06 2.30255e+04 2.40183e+05 4.77722e-02 1.86067e+05 1.12091e+04 1.56983e+04 6.07774e+04 3.23917e+04 3.72617e+04 1.04677e+05 2.86020e+04 8.95442e+04 3.30024e+04 1.54740e+04 9.61785e+02 4.91067e+04 1.50815e+05 7.18082e+03 1.50589e+05 1.20329e+05 6.55341e+04 7.43232e+04 1.53226e+05 1.12624e+06 7.31954e+04 1.77456e+05 1.54096e+03 1.13644e+04 8.89868e-01 2.79716e+05 1.16515e+04 5.31784e+04 1.18708e+05 7.07721e+04 6.55391e+04 1.77525e+05 4.95862e+04 1.47567e+05 5.09427e+04 2.67985e+04 1.12860e+03 1.31574e+05 1.28927e+05 8.53797e+03 2.23770e+05 1.69347e+05 8.53756e+04 1.01373e+05 1.98719e+05 2.78709e+06 1.37714e+04 4.16945e+05 2.99342e+03 2.60838e+04 5.16690e-01 6.80931e+04 2.41126e+04 4.42536e+05 6.48474e+05 4.48638e+06 9.22723e+05 9.59241e+05 8.59229e+05 1.05906e+07 4.42668e+05 2.00269e+06 7.46098e+05 3.60325e+06 3.16497e+06 3.85469e+05 4.96827e+06 1.10501e+07 5.13959e+05 3.16941e+06 2.51363e+05 8.86146e+06 2.85569e+05 1.40757e+06 1.79545e+04 5.15294e+06 2.17573e-01 2.13329e+06 3.56522e+03 7.84476e+04 1.21707e+06 3.20555e+05 5.98024e+05 2.74539e+06 6.53969e+05 1.72182e+06 1.21322e+06 1.05921e+05 2.21403e+04 1.45916e+06 2.11947e+06 5.42234e+05 1.38769e+06 1.53032e+06 5.51860e+05 1.42630e+06 1.64859e+06 1.08028e+07 1.13404e+06 2.50863e+06 2.11613e+00 5.05941e+05 8.83576e-01 9.22609e+04 1.20147e+04 1.83170e+04 9.69324e+04 8.07922e+03 2.79229e+04 7.22290e+04 2.47781e+04 6.45785e+04 2.06643e+04 1.00453e+04 5.49443e+02 8.24306e+04 5.59398e+04 3.73143e+03 9.17558e+04 6.03928e+04 3.09204e+04 4.86494e+04 9.66151e+04 1.08966e+06 8.71521e+04 1.53766e+05 1.34693e+03 1.06069e+04 6.43102e-01 1.91164e+08 8.19959e+06 2.95839e+07 1.74005e+07 1.54121e+07 9.83460e+06 5.45979e+07 2.75062e+07 2.64799e+07 8.97965e+06 5.88786e+06 4.60294e+06 2.34236e+07 5.33558e+07 2.71826e+06 3.50353e+07 7.79234e+07 1.05639e+07 6.29047e+07 1.60736e+07 1.13965e+08 4.87869e+07 2.63166e+07 4.63038e+04 1.32892e+07 1.23004e+00 5.69732e+07 9.13019e+06 5.63532e+07 2.85346e+07 9.15652e+06 1.08541e+07 1.81433e+07 5.57369e+06 8.46927e+06 1.10395e+07 1.86345e+06 2.00983e+05 2.08750e+06 1.80592e+07 1.02532e+06 1.32152e+07 2.93925e+07 9.18249e+06 1.15796e+07 5.41679e+06 4.47966e+07 1.98062e+05 4.19924e+06 2.71101e-03 7.78059e-01 9.65011e-02 9.62390e+06 5.77079e+05 5.85884e+07 6.73121e+06 1.40539e+06 1.04506e+06 9.10868e+06 5.63934e+06 4.39054e+06 2.47338e+06 6.73507e+05 1.32589e+05 3.52840e+06 5.85371e+06 1.45122e+05 1.87046e+06 4.16017e+06 2.45633e+06 4.39152e+06 1.09756e+06 2.50637e+07 3.27696e+00 1.05592e+07 3.35364e+03 9.62495e+05 7.55483e-01 2.62902e+06 1.80755e+05 8.18584e+06 3.88600e+06 5.30056e+05 1.23242e+06 3.51518e+06 1.13942e+06 3.85678e+06 2.59375e+06 7.08288e+05 1.31832e+05 3.36915e+06 3.72011e+06 2.49873e+05 5.93743e+06 4.94869e+06 2.96186e+06 3.12409e+06 5.02827e+06 4.90713e+07 4.40739e+06 1.48169e+07 4.62664e+04 5.28328e+05 8.62297e+00 5.11163e+06 5.97295e+05 2.19671e+05 3.63968e+06 2.41345e+05 2.94024e+06 1.64567e+07 1.06431e+06 1.17570e+07 2.08068e+05 1.71235e+05 3.44467e+04 1.03134e+06 4.74052e+06 8.23339e+05 3.96852e+06 2.02939e+06 1.85813e+06 1.48894e+06 4.00457e+05 2.33051e+07 3.33971e+02 4.19903e+06 3.75303e-01 2.42328e+05 4.25557e-01 9.37734e+05 4.71039e+04 7.05596e+05 1.06795e+06 3.05280e+05 4.02137e+05 3.00757e+06 1.00426e+06 3.04875e+06 4.24640e+03 6.18197e+05 8.22233e+05 1.39080e+06 4.04089e+06 1.31104e+05 1.68978e+06 3.75830e+06 9.98195e+05 4.72405e+06 2.60327e+06 2.98947e+07 4.99552e+05 5.89278e+06 6.65076e+02 1.90877e+05 3.30257e+00 1.90424e+07 9.71900e+05 4.25877e+06 1.63780e+07 2.40060e+07 1.49897e+07 3.48555e+07 2.69022e+07 4.24792e+07 1.18588e+07 7.73741e+06 1.09849e+06 1.58478e+07 3.81560e+07 1.44732e+07 3.98300e+07 3.64040e+07 2.86962e+07 3.86332e+07 1.45392e+07 1.70183e+08 4.31734e+07 9.22844e+07 1.72116e+05 7.08529e+06 6.64373e-01 1.96373e+05 1.02260e+04 5.85246e+04 1.33083e+05 2.17866e+04 5.65438e+04 1.55581e+05 4.93756e+04 1.28070e+05 4.65321e+04 2.17714e+04 1.26946e+03 1.64350e+05 1.34975e+05 8.63556e+03 2.11688e+05 1.78664e+05 8.97887e+04 1.03331e+05 2.08431e+05 2.43636e+06 1.53619e+05 3.69616e+05 2.51373e+03 2.26090e+04 3.19575e-01 3.28083e+07 3.47199e+06 2.03698e+06 4.38492e+07 4.14336e+06 2.21679e+07 3.98678e+07 2.18321e+07 5.13371e+07 9.09173e+06 6.92299e+06 7.14280e+05 3.46584e+07 2.10003e+07 2.89631e+06 1.03026e+08 4.12802e+07 2.80959e+07 3.12123e+07 2.88125e+07 4.40028e+08 5.21854e-01 1.11576e+08 3.35087e+05 4.82544e+06 2.50224e-01 3.25746e+05 1.51716e+04 1.84585e+05 2.92144e+05 5.38182e+04 1.41185e+05 4.18444e+05 1.09214e+05 3.33216e+05 1.19227e+05 5.66994e+04 3.11535e+03 4.20883e+05 2.97520e+05 1.95920e+04 4.93711e+05 3.55503e+05 2.06064e+05 2.55136e+05 4.74006e+05 6.33343e+06 4.70130e+05 1.24101e+06 6.66381e+03 5.59817e+04 1.80162e+00 4.77780e+06 7.82917e+05 1.29931e+06 1.02922e+06 1.64536e+06 9.08650e+04 2.16472e+06 1.44331e+06 1.63945e+06 1.37097e+05 2.67964e+05 5.22987e+04 1.35341e+06 3.52355e+06 3.01675e+04 3.88826e+05 8.64802e+05 9.34402e+03 3.98072e+06 1.55829e+06 3.10984e+06 1.57765e+05 5.13885e+05 1.21357e+04 3.48294e+06 3.16878e+00 5.83633e+06 1.44344e+05 9.75823e+04 1.34280e+06 3.28557e+05 2.50741e+05 1.33495e+06 1.08526e+05 2.02946e+05 2.21943e+04 7.39538e+05 2.75514e+05 7.63966e+05 1.65158e+06 2.98088e+04 3.84203e+05 8.54520e+05 1.84698e+06 1.42778e+06 9.68974e+05 2.32759e+06 7.27141e+05 9.05441e+05 3.35615e+03 9.63216e+05 4.14724e-01 3.82474e+05 6.50341e+04 5.40973e+07 5.36703e+05 2.65016e+05 1.71889e+05 4.06727e+06 4.90935e+05 2.18096e+05 3.60340e+04 3.98145e+05 4.14592e+04 3.58115e+05 1.44219e+06 1.28409e+05 1.65505e+06 3.68106e+06 8.91019e+05 1.30409e+06 2.61462e+06 1.61329e+07 7.06008e+04 5.15581e+05 1.88529e+04 1.69757e+05 7.28997e+00 9.48772e+04 1.10863e+01 2.11759e+04 9.00185e+03 6.01329e+03 5.79325e+02 3.09734e+03 3.87937e+03 1.92813e+03 3.58218e+03 1.30912e+03 4.87712e+02 1.73356e+04 7.13067e+03 9.58361e+02 2.46636e+03 3.37551e+04 7.67548e+02 3.29433e+03 2.93327e+03 2.52129e+04 2.00849e+04 1.03463e+04 3.34099e-03 9.58864e-01 1.17110e+00 3.49841e+05 1.48478e+04 5.80408e+04 5.78029e+04 1.31103e+04 4.23331e+04 8.80776e+04 2.39925e+04 8.04785e+04 2.92969e+04 1.37981e+04 6.08597e+02 1.90889e+05 1.01383e+05 7.95177e+03 1.93237e+05 1.36003e+05 7.57435e+04 6.08582e+04 1.21491e+05 1.23348e+06 7.82687e+04 1.76438e+05 1.32018e+03 1.00125e+04 1.76213e+00 1.48088e+04 1.07664e+04 3.88703e+03 2.85822e+05 1.60130e+04 2.26271e+05 9.52647e+04 6.69952e+04 4.11450e+04 2.01501e+03 8.29956e+03 4.53613e+03 4.98529e+05 6.75459e+05 2.01861e+05 1.13869e+06 5.98350e+05 2.85305e+04 5.42470e+05 2.23587e+05 1.29914e+06 4.17589e-01 2.25065e+05 5.63362e-01 1.31033e+04 1.81471e+00 3.59629e+05 1.53403e+04 5.96467e+04 3.31229e+05 5.78737e+04 1.52189e+05 3.93601e+05 1.13597e+05 3.89670e+05 1.33235e+05 7.01455e+04 3.04041e+03 2.11761e+05 3.78904e+05 2.48174e+04 5.80390e+05 5.02828e+05 2.68214e+05 2.31809e+05 4.99502e+05 6.84518e+06 5.23663e+05 1.19375e+06 8.24165e+03 6.45138e+04 8.46952e-01 6.73260e+04 3.32143e+03 1.81622e+04 1.61293e+04 5.46254e+03 9.66359e+03 2.70507e+04 7.68771e+03 2.18344e+04 7.80880e+03 3.71625e+03 2.32121e+02 4.63866e+04 1.90295e+04 8.83255e+02 2.14564e+04 1.72544e+04 8.70534e+03 1.00009e+04 2.10447e+04 3.36510e+05 2.32102e+04 5.01531e+04 3.08184e+02 2.62454e+03 4.31474e-01 1.37292e+05 6.60747e+03 4.10851e+03 1.18181e+04 2.11186e+03 6.71330e+03 1.82237e+04 4.75409e+03 1.51383e+04 8.74966e+03 2.65683e+03 9.79170e+01 1.66444e+04 1.42355e+04 1.09538e+03 2.41898e+04 2.05026e+04 1.29344e+04 1.51252e+04 2.88190e+04 1.89736e+05 1.70213e+04 3.84935e+04 2.31064e+02 1.73693e+03 4.01920e-01 3.06043e+05 1.48816e+04 1.49323e+06 2.89472e+05 4.50549e+04 1.47157e+05 4.63008e+05 1.15973e+05 3.62921e+05 1.32896e+05 5.68670e+04 3.23887e+03 1.07870e+06 4.07786e+05 1.94817e+04 5.17345e+05 3.97853e+05 2.23824e+05 2.81937e+05 4.84503e+05 6.26386e+06 7.23657e+05 1.19048e+06 5.54287e+03 6.34252e+04 2.53069e-01 2.94281e+04 2.37463e+03 1.67164e+04 4.23529e+04 7.55967e+03 2.66471e+04 7.10464e+04 2.08430e+04 6.20926e+04 2.11426e+04 1.00934e+04 4.36886e+02 5.56223e+04 5.38276e+04 3.67327e+03 8.95725e+04 6.30244e+04 3.19385e+04 3.66538e+04 7.84441e+04 9.64217e+05 5.48757e+04 1.23618e+05 9.84443e+02 9.16270e+03 1.45210e+00 1.19333e+06 1.98722e+03 6.80854e+04 4.10173e+05 3.83572e+05 2.75984e+05 1.84451e+05 7.43562e+04 2.26700e+05 4.52485e+04 7.44660e+04 2.09682e+04 9.41898e+04 5.80976e+05 2.35326e+05 9.97136e+05 1.10168e+06 1.97891e+05 8.41063e+05 4.62016e+05 1.45724e+06 3.68402e-01 2.17218e+05 5.38436e-01 2.52172e+05 7.94444e-01 8.14690e+04 6.62302e+02 2.01841e+04 1.18268e+05 1.42126e+05 6.97608e+04 3.94042e+05 2.13022e+05 2.14205e+05 8.95745e+04 1.35643e+03 1.53650e+03 1.75129e+05 4.11039e+05 2.42768e+05 5.77677e+05 2.96863e+05 1.86425e+05 3.44026e+05 6.09439e+05 8.48728e+06 1.97233e+04 9.33606e+05 4.10063e+03 5.61204e+04 7.06241e-01 9.45589e+04 4.86635e+03 6.17718e+03 8.34869e+04 6.46289e+04 4.52483e+04 1.44013e+05 3.48042e+04 1.43769e+05 5.17994e+04 2.33107e+04 1.09368e+03 3.14018e+05 3.40942e+05 2.70724e+04 6.47414e+05 3.87748e+05 1.76934e+05 2.19054e+05 4.51607e+05 7.89086e+06 4.16056e+05 1.00792e+06 1.02585e+04 9.24964e+04 1.19568e+00 3.08025e+05 1.04559e+04 2.08356e+04 9.58976e+04 2.97693e+04 4.83314e+04 1.26399e+05 3.43539e+04 1.02700e+05 3.61207e+04 1.86452e+04 8.80429e+02 7.44752e+04 7.21375e+04 6.76650e+03 1.47484e+05 1.20045e+05 6.35992e+04 1.01108e+05 2.01907e+05 1.50487e+06 8.97457e+04 2.31726e+05 1.89757e+03 1.47922e+04 1.22632e+00 2.33134e+05 9.96404e+03 1.93415e+04 4.50649e+04 1.08410e+04 2.32304e+04 5.97398e+04 1.66211e+04 4.67398e+04 1.79151e+04 9.03175e+03 8.46483e+02 5.57497e+04 3.99496e+04 4.65519e+03 9.17992e+04 7.45963e+04 4.15679e+04 3.97890e+04 7.84019e+04 8.18069e+05 4.59044e+04 1.25700e+05 1.24077e+03 8.75133e+03 6.78697e-01 1.13618e+07 1.21515e+06 1.72444e+07 4.03740e+06 1.35012e+06 2.88140e+06 1.11717e+07 2.60429e+06 2.00145e+07 1.37077e+06 8.57930e+05 1.96389e+05 4.43858e+06 1.72817e+06 3.00859e+05 3.87774e+06 8.62463e+06 2.33883e+06 3.34391e+06 4.20180e+06 1.87733e+07 1.55768e+05 2.19291e+06 5.52712e+00 8.71775e-01 4.09310e-01 5.09396e+04 8.30108e+03 6.81831e+03 7.96407e+03 5.94054e+03 4.17003e+03 9.59908e+03 3.58901e+03 1.00934e+04 4.31560e+03 2.19680e+03 2.81685e+02 1.64104e+04 3.03892e+04 3.60513e+03 5.86431e+04 4.33677e+04 2.44922e+04 2.78447e+04 5.27916e+04 3.28473e+05 2.89581e+04 5.50318e+04 6.23290e+02 3.85063e+03 5.15089e-01 3.14383e+05 2.06464e+04 3.47206e+04 3.51291e+04 8.93377e+03 2.64198e+04 7.61804e+04 2.21247e+04 7.44156e+04 2.72397e+04 1.22531e+04 4.82047e+02 1.43395e+05 9.86583e+04 7.31761e+03 1.62464e+05 1.22908e+05 6.14417e+04 5.47112e+04 1.36003e+05 1.53386e+06 1.11577e+05 2.39783e+05 1.87568e+03 1.40146e+04 1.43788e+00 1.53367e+05 5.16688e+03 1.20294e+04 1.16202e+05 6.45256e+04 3.36562e+04 8.99384e+04 1.25295e+04 4.43835e+05 3.17495e+03 8.88747e+04 1.90214e+03 2.15199e+04 1.89414e+05 1.17029e+05 2.03239e+05 1.71070e+05 1.45260e+05 1.86355e+05 1.31083e+05 8.07192e+05 6.66189e+00 1.68366e+05 1.53515e+04 1.98706e+04 3.84612e-01 2.50690e+05 2.74387e+04 1.16584e+05 6.40563e+04 6.80337e+03 1.99057e+04 5.52814e+04 1.59302e+04 4.62126e+04 1.79806e+04 7.83446e+03 6.99378e+02 1.23901e+05 5.99841e+04 4.08621e+03 7.39073e+04 5.40313e+04 3.42665e+04 3.82251e+04 6.89481e+04 6.95094e+05 4.76789e+04 1.25463e+05 9.49807e+02 6.04927e+03 1.08737e+00 1.83383e+05 8.23081e+03 3.27805e+03 2.01494e+05 2.04816e+05 5.20495e+04 1.03250e+05 5.32211e+04 3.08329e+04 3.37191e+03 7.09157e+04 1.36632e+04 9.74317e+04 1.90313e+05 9.97679e+03 1.28590e+05 2.86001e+05 3.03176e+05 2.71001e+05 1.71698e+05 8.04885e+05 6.76747e+04 2.40621e+05 7.81341e+01 2.24245e+04 3.03949e-01 2.60125e+07 6.65980e+05 1.66479e+07 3.85594e+07 7.48067e+06 5.46705e+06 2.90909e+07 1.24789e+07 1.49549e+07 2.35807e+07 3.71019e+06 6.18210e+05 6.64779e+06 3.93370e+07 1.88988e+06 2.43585e+07 5.41767e+07 1.92010e+07 4.09552e+07 1.77401e+07 1.46418e+08 3.30788e+05 4.02817e+07 7.60301e-04 2.18207e-01 6.49861e-02 1.62681e+04 7.71407e+02 7.91691e+03 3.60742e+04 6.03017e+03 1.98675e+04 5.39320e+04 1.55878e+04 4.63473e+04 1.67091e+04 7.59776e+03 3.41791e+02 2.23737e+04 7.64734e+04 5.42466e+03 1.38296e+05 1.00181e+05 5.71341e+04 5.93911e+04 1.11023e+05 1.14640e+06 8.61893e+04 1.72006e+05 1.05752e+03 1.04210e+04 4.31782e-01 7.99195e+04 2.24445e+02 1.79606e+05 4.50237e+04 1.88894e+04 2.50471e+04 7.37365e+04 2.35425e+04 6.40238e+04 2.54785e+04 1.12347e+04 7.14986e+02 1.90657e+05 4.68488e+04 5.88262e+03 1.33437e+05 9.40797e+04 4.41411e+04 9.42012e+04 1.75806e+05 1.23751e+06 5.27201e+02 1.56484e+05 1.35358e+03 1.05171e+04 2.59690e+00 1.23599e+05 3.73660e+03 2.17208e+04 1.78819e+04 3.44331e+03 1.07617e+04 3.05110e+04 9.17378e+03 2.77108e+04 1.04360e+04 4.28566e+03 1.66292e+02 6.26370e+04 3.04125e+04 2.20530e+03 5.73691e+04 4.83794e+04 2.08848e+04 2.83509e+04 6.68798e+04 5.92158e+05 4.94985e+04 9.72951e+04 1.19892e+02 4.09590e+03 2.92789e-01 1.22613e+06 7.75810e+04 5.13399e+05 1.07458e+06 3.59371e+05 5.09681e+05 1.41317e+06 4.21956e+05 1.34365e+06 4.21144e+05 1.93733e+05 8.59995e+03 1.14163e+06 1.12195e+06 6.62005e+04 1.69278e+06 1.25259e+06 6.80166e+05 7.94990e+05 1.50216e+06 1.75464e+07 1.49700e+06 3.27777e+06 1.59299e+04 1.68988e+05 7.06365e-01 3.15771e+05 1.85004e+04 6.75699e+04 1.12013e+05 2.06584e+04 6.16525e+04 1.70375e+05 5.07820e+04 1.57373e+05 6.20680e+04 2.58325e+04 1.56388e+03 1.68222e+05 1.27459e+05 9.55773e+03 2.23649e+05 1.76523e+05 9.55576e+04 1.03205e+05 2.17937e+05 2.17605e+06 1.76011e+05 3.72602e+05 1.60252e+03 1.87636e+04 2.20978e+00 1.21261e+06 5.03746e+04 8.58250e+05 4.44397e+05 1.04705e+05 2.74015e+05 7.54830e+05 2.10779e+05 6.58581e+05 2.29108e+05 1.03771e+05 4.34352e+03 4.26068e+05 5.71257e+05 3.96813e+04 1.06694e+06 8.10988e+05 4.25985e+05 5.41621e+05 9.53037e+05 7.02465e+06 5.96086e+05 1.41890e+06 6.14339e+03 5.73982e+04 3.39859e+00 2.01521e+05 1.32484e+04 6.89932e+04 1.26904e+05 1.85594e+04 4.83689e+04 1.36174e+05 3.79557e+04 1.11695e+05 4.29820e+04 1.97604e+04 1.15989e+03 1.82257e+05 8.72455e+04 7.00538e+03 1.69374e+05 1.35728e+05 7.10929e+04 7.34008e+04 1.46515e+05 1.99006e+06 1.81166e+05 3.29177e+05 2.24344e+03 1.84195e+04 6.80412e-01 4.42830e+05 2.38207e+04 7.24174e+04 1.30962e+05 4.48811e+04 7.38378e+04 2.21404e+05 7.12439e+04 1.71497e+05 6.67601e+04 2.95400e+04 1.60610e+03 1.94874e+05 1.93889e+05 1.25995e+04 3.17900e+05 2.39937e+05 1.29496e+05 1.46331e+05 2.86935e+05 2.99959e+06 1.68990e+05 4.35804e+05 3.03608e+03 2.85620e+04 5.06013e-01 1.60368e+07 4.18894e+05 1.53381e+07 1.33626e+07 1.67245e+06 7.10666e+06 2.04458e+07 5.69353e+06 1.04014e+07 2.69986e+06 2.31620e+06 3.09841e+05 6.55510e+06 1.27855e+07 4.64180e+06 2.14215e+07 1.01029e+07 6.72236e+06 1.19633e+07 9.13992e+06 9.25178e+07 5.77686e+06 3.36036e+07 2.98181e+06 2.97904e+06 5.79404e-01 5.02898e-02 7.29108e-03 1.92559e-02 1.83286e-02 3.72681e-02 9.33884e-03 5.05781e-02 2.51799e-02 4.70869e-02 5.14945e-03 8.90244e-03 3.31660e-03 8.46549e-02 1.16744e-01 2.56252e-03 3.30280e-02 7.34589e-02 1.47633e-01 8.90359e-02 1.68446e-02 2.03131e-01 9.76072e-02 8.21304e+03 1.12680e+00 7.69545e-02 3.68773e-03 8.05034e+04 5.63001e+03 7.52900e+04 7.94540e+04 1.42509e+04 4.66580e+04 1.31351e+05 6.44387e+04 1.11950e+05 3.98663e+04 1.84942e+04 1.12646e+03 7.60982e+04 1.16428e+05 6.05671e+03 1.42790e+05 1.08760e+05 5.75152e+04 6.88784e+04 1.34696e+05 1.61858e+06 1.55444e+05 2.68852e+05 1.85775e+03 1.63794e+04 1.14636e+00 4.87206e+06 2.60415e+05 8.18425e+05 1.67720e+06 4.01419e+05 2.03857e+06 1.36290e+06 7.82820e+05 1.06002e+06 2.40035e+05 2.35641e+05 3.30513e+05 2.17668e+06 2.77078e+06 1.33816e+05 3.78546e+06 2.52652e+06 5.75629e+05 1.85327e+06 2.35705e+06 1.72132e+07 1.61633e+00 2.67935e+06 1.18505e+03 3.40109e+05 8.69854e-01 2.59860e+05 1.71169e+04 5.03239e+04 9.26717e+04 2.89402e+04 5.32910e+04 1.40871e+05 4.13997e+04 1.16540e+05 4.25897e+04 2.08145e+04 1.16531e+03 1.28199e+05 1.05449e+05 7.43437e+03 1.73690e+05 1.30088e+05 6.66961e+04 7.04274e+04 1.47090e+05 1.76007e+06 9.12755e+04 2.83078e+05 2.62467e+03 1.64083e+04 4.98844e-01 3.99104e+04 3.10149e+03 3.53782e+03 2.50098e+03 6.58220e+02 1.89175e+03 6.58529e+03 1.60582e+03 5.23560e+03 1.99616e+03 8.39814e+02 3.31394e+01 9.75009e+03 4.88608e+03 4.42449e+02 1.10313e+04 9.04924e+03 4.84060e+03 5.22192e+03 9.82899e+03 9.38051e+04 6.08261e+03 1.54323e+04 8.52276e+01 7.95562e+02 7.14789e-01 6.22397e+06 4.36126e+05 1.41842e+07 8.04881e+06 1.45281e+06 2.92359e+06 9.31378e+06 2.31491e+06 8.06397e+06 3.94729e+06 1.64807e+06 1.21853e+05 5.24924e+06 9.30371e+06 7.05203e+05 1.39356e+07 1.42271e+07 8.48156e+06 7.99878e+06 1.25358e+07 1.19978e+08 1.39140e+07 3.95239e+07 2.58435e+05 1.49285e+06 3.93270e+00 4.08461e+06 1.18279e+06 4.85718e+07 2.38333e+06 2.42168e+05 1.92531e+06 1.44544e+06 1.99906e+06 1.02972e+06 6.00289e+05 2.00088e+05 2.56100e+05 3.82546e+06 5.43956e+06 1.22719e+06 5.80723e+06 3.18070e+05 8.36497e+05 8.62680e+06 1.33830e+06 3.43883e+07 3.39003e-01 8.90030e+06 3.17343e-01 3.77561e+05 3.44994e-01 1.29198e+05 6.66256e+03 3.73012e+04 7.96624e+04 1.36953e+04 4.21381e+04 1.16608e+05 3.32745e+04 1.00729e+05 3.77532e+04 1.70748e+04 1.21147e+03 1.04655e+05 9.92367e+04 6.25351e+03 1.48031e+05 1.26649e+05 6.47460e+04 6.51472e+04 1.45256e+05 1.71642e+06 1.50356e+05 3.29791e+05 2.23488e+03 1.51988e+04 4.02096e-01 6.67443e+05 7.34072e+04 5.05544e+06 8.14439e+05 1.46673e+05 4.77483e+05 1.37596e+06 4.22984e+05 1.40091e+06 4.89996e+05 2.24657e+05 9.66028e+03 1.49346e+06 1.57388e+06 6.66639e+04 1.71721e+06 1.20520e+06 7.03907e+05 1.09324e+06 1.60075e+06 1.55748e+07 2.50511e+05 3.29339e+06 2.22308e+04 1.68344e+05 1.23805e+00 3.31386e+06 1.77868e+05 8.52731e+05 1.98928e+06 9.02165e+05 1.13291e+06 3.08641e+06 8.30969e+05 2.40375e+06 8.60189e+05 4.70805e+05 1.92301e+04 2.60489e+06 1.92813e+06 1.54414e+05 3.79550e+06 2.95954e+06 1.61586e+06 1.81842e+06 3.52787e+06 3.64212e+07 2.13071e+06 5.67317e+06 3.85588e+04 3.82157e+05 1.19076e+00 3.49112e+05 3.74844e+04 1.20041e+05 2.14795e+05 4.76872e+04 1.33030e+05 3.79875e+05 1.23369e+05 4.40287e+05 1.68134e+05 6.61730e+04 2.20660e+03 4.55449e+05 5.49273e+05 2.63152e+04 6.62786e+05 4.47197e+05 2.33562e+05 3.23847e+05 6.31681e+05 6.99196e+06 5.26547e+05 1.03504e+06 7.16412e+03 7.40528e+04 1.33516e+00 8.36180e+05 3.64777e+04 2.88361e+05 2.18548e+05 3.42221e+04 1.17736e+05 3.00465e+05 8.47778e+04 2.60479e+05 9.92132e+04 4.70657e+04 2.12319e+03 6.79918e+05 4.71448e+05 2.10626e+04 4.99512e+05 3.40282e+05 1.91108e+05 1.44252e+05 3.04518e+05 5.06706e+06 4.24655e+05 9.42283e+05 7.18347e+03 5.77768e+04 1.41332e+00 2.22290e+06 4.60934e-01 9.36793e+03 1.47121e+06 1.87394e+05 1.35597e+05 7.25567e+05 1.41693e+05 1.69699e+04 1.85583e+03 1.04036e+05 3.87587e+04 2.76207e+05 1.89341e+05 1.69270e+04 2.18170e+05 4.85240e+05 4.71706e+04 1.32444e+05 3.52758e+05 1.11362e+06 4.25620e-01 3.67354e+04 2.31099e+02 6.63253e+04 3.03453e-01 1.13143e+07 6.98350e+05 4.72704e+06 5.74391e+06 3.33432e+06 1.67055e+06 4.34418e+06 2.19597e+06 6.60835e+05 3.35477e+05 8.48839e+05 2.35865e+05 1.48194e+06 6.41154e+06 5.21958e+05 6.72746e+06 1.49628e+07 6.14379e+06 6.51091e+06 1.23179e+06 1.46894e+07 4.28671e-01 7.27643e+06 3.66989e-01 5.03036e+06 4.71319e-01 1.99257e+07 3.89187e+06 2.76845e+05 2.65095e+07 3.08100e+06 1.41763e+06 7.19803e+06 1.26806e+06 1.00137e+07 9.37195e+05 9.87753e+05 1.16646e+05 4.31355e+06 1.10579e+07 5.64190e+05 7.27178e+06 1.61734e+07 3.15733e+06 3.12875e+06 2.75157e+06 3.52190e+07 4.13430e+00 5.59406e+06 1.33791e-03 3.83981e-01 2.04387e+00 1.34265e+07 2.87735e-01 5.97928e+05 3.91012e+06 6.85355e+05 4.59527e+06 5.67430e+06 1.50326e+06 2.89256e+06 1.02067e+06 6.73040e+05 1.46393e+05 2.45827e+00 1.74209e+07 1.10797e+07 2.40279e+07 2.43343e+07 1.23276e+06 5.08601e+06 1.21073e+06 4.98198e+07 2.38193e+06 9.53673e+06 2.60483e+06 2.53775e+06 5.54385e-01 6.27977e+06 4.21381e+05 3.25982e+05 2.03594e+06 1.59866e+06 2.15355e+06 2.30315e+06 1.06015e+06 1.02667e+06 8.74655e+05 2.58286e+05 3.94485e+04 1.75560e+06 5.45270e+06 2.40592e+06 1.21052e+06 8.66488e+05 4.20772e+06 5.45129e+05 2.44302e+06 1.87350e+07 2.24275e-01 2.80997e+06 2.28708e-01 3.66517e+05 1.25893e+00 9.05055e+05 4.78968e+04 1.29649e+07 2.46233e+06 4.29081e+05 1.39620e+06 4.18427e+06 1.22836e+06 4.23602e+06 1.69983e+06 6.50734e+05 4.37467e+04 3.80371e+06 4.67291e+06 2.08064e+05 4.98606e+06 3.80902e+06 2.49872e+06 2.70768e+06 4.30893e+06 4.13879e+07 5.88194e+06 1.10161e+07 7.31110e+04 4.38583e+05 4.33767e+00 4.17004e+07 1.54862e+06 1.72685e+06 6.39545e+06 7.63603e+06 4.23844e+06 2.07371e+07 1.48089e+07 4.19029e+07 7.64429e+06 3.18569e+06 0.00000e+00 2.00682e+07 1.68589e+07 7.95094e+05 1.02479e+07 2.27927e+07 1.35966e+07 1.83386e+07 7.21854e+06 7.91066e+07 1.14430e+00 9.10638e+06 3.81226e+05 2.65684e+06 6.51521e+00 8.17084e+04 4.15520e+03 2.78266e+04 3.12657e+04 1.11210e+04 8.45166e+03 1.86561e+04 1.00845e+04 1.81221e+04 7.38694e+03 4.19520e+03 9.78405e+02 3.98437e+04 3.10555e+04 4.10081e+03 4.33124e+04 8.60398e+04 2.07032e+04 5.78873e+04 6.24310e+04 1.73272e+05 2.37550e+04 4.51976e+04 1.55551e+03 1.46490e+04 3.58921e+02 8.34474e+06 7.88598e+02 2.73301e+05 4.56812e+06 3.02290e+05 8.30624e+05 1.62599e+06 5.44315e+05 8.25756e+05 1.54000e+05 4.20868e+05 2.18725e+00 1.31947e+06 2.66049e+06 1.49733e+05 2.44891e+06 1.68666e+06 1.00808e+06 3.45735e+06 1.89267e+06 8.14041e+06 1.24234e+04 6.38682e+05 4.98387e+00 5.09546e+00 1.35073e+00 4.30093e+07 6.64963e+06 4.38474e+06 2.11404e+07 1.73663e+06 7.10684e+06 6.47192e+07 3.07354e+07 1.90144e+07 3.23398e+02 4.61952e+06 2.11619e+06 1.45636e+07 2.87136e+07 3.50558e+06 4.51830e+07 1.00493e+08 9.19406e+01 3.04201e+07 1.38154e+02 1.03772e+07 2.50095e+01 1.59524e+07 9.80568e-03 2.81423e+00 1.72995e+01 2.67854e+05 1.94351e+04 6.63797e+03 2.00386e+04 5.52698e+03 1.39592e+04 4.42565e+04 1.23033e+04 4.11698e+04 1.48119e+04 6.86565e+03 3.70407e+02 2.98656e+04 7.24531e+04 4.67948e+03 9.61662e+04 8.04726e+04 4.04030e+04 4.03315e+04 9.20114e+04 9.69784e+05 6.59814e+04 1.61382e+05 1.31484e+03 9.28260e+03 1.11957e+00 3.61814e+04 9.45234e+03 5.07079e+03 4.31069e+03 9.90730e+02 2.60043e+03 7.14865e+03 2.05193e+03 6.22347e+03 2.23042e+03 1.04892e+03 5.29649e+01 1.31546e+04 1.85145e+04 1.08688e+03 1.70750e+04 1.40413e+04 7.66595e+03 1.07284e+04 1.94779e+04 7.01636e+04 4.47165e+03 1.11816e+04 1.16686e+02 6.04136e+02 6.09387e-01 5.19802e+03 2.63029e+02 1.71170e+03 1.55837e+04 2.90401e+03 9.96241e+03 2.80266e+04 8.54762e+03 2.81498e+04 9.94488e+03 4.01573e+03 1.80698e+02 5.59966e+03 1.50382e+04 1.11651e+03 2.29502e+04 1.75736e+04 8.56783e+03 5.26109e+03 1.32748e+04 2.03624e+05 1.45504e+04 2.87820e+04 2.22120e+02 1.29622e+03 2.32516e-01 3.78100e+04 3.97494e+03 2.17916e+03 2.36915e+03 5.55449e+02 1.52442e+03 3.72666e+03 1.19325e+03 3.07456e+03 1.24026e+03 6.24267e+02 2.36052e+01 4.40162e+03 8.40195e+03 8.42890e+02 9.43368e+03 8.09212e+03 4.58568e+03 6.52776e+03 1.17137e+04 2.97977e+04 2.16407e+03 4.78460e+03 6.38583e+01 4.06250e+02 1.71184e+00 6.70157e+06 3.79295e+05 2.24373e+07 7.89330e+06 1.40861e+06 4.72713e+06 1.44365e+07 3.81781e+06 1.15430e+07 4.54267e+06 1.90127e+06 1.20078e+05 1.20663e+07 1.11358e+07 6.37469e+05 1.65090e+07 1.15082e+07 7.07271e+06 8.74995e+06 1.48951e+07 1.56453e+08 1.68364e+07 3.05147e+07 1.92852e+05 1.12758e-01 7.89362e+00 5.58760e+05 3.94865e+04 1.78295e+05 4.30628e+05 6.27445e+04 2.12559e+05 5.34377e+05 1.64619e+05 4.48427e+05 1.44735e+05 7.15112e+04 2.34599e+03 3.65627e+05 3.86896e+05 2.39156e+04 5.83160e+05 4.51923e+05 2.45239e+05 2.59051e+05 5.26956e+05 6.25922e+06 5.01528e+05 1.24190e+06 6.85459e+03 5.09634e+04 1.18933e+00 1.51413e+05 6.93806e+03 5.82450e+04 9.43147e+04 1.59381e+04 5.81490e+04 1.58472e+05 4.38552e+04 1.18445e+05 3.69461e+04 1.82379e+04 5.26331e+02 1.17350e+05 8.81240e+04 4.62083e+03 1.64952e+05 1.28715e+05 6.34157e+04 7.62322e+04 1.65693e+05 2.39032e+06 1.41368e+05 3.35879e+05 1.19685e+03 1.55609e+04 2.51333e-01 2.30205e+04 2.62840e+03 4.00049e+03 1.31880e+04 1.76569e+03 5.15804e+03 1.27880e+04 4.18326e+03 1.28407e+04 4.66447e+03 2.18403e+03 9.26397e+01 9.78749e+03 1.60407e+04 2.36745e+03 3.24173e+04 2.19328e+04 1.11865e+04 1.44777e+04 3.41612e+04 1.85608e+05 1.95791e+04 3.24513e+04 4.27121e+02 2.17490e+03 1.29604e+00 2.32653e+05 1.97403e+04 2.18980e+04 5.36792e+03 2.16135e+03 3.39280e+03 1.16211e+04 3.47643e+03 1.28501e+04 5.54835e+03 2.56192e+03 1.69245e+02 8.09486e+04 1.85856e+04 2.14989e+03 4.30676e+04 4.37926e+04 1.26649e+04 2.73991e+04 6.66292e+04 5.85947e+05 3.10731e+04 7.97467e+04 5.15231e+02 4.78295e+03 9.66273e-01 9.81375e+04 6.20929e+04 1.90468e+04 9.80453e+05 2.78343e+05 1.50741e+06 8.07799e+06 1.73073e+06 1.47524e+07 1.07152e+06 1.56809e+05 6.09237e+04 2.96123e+06 5.16979e+06 2.83407e+05 3.65280e+06 8.12433e+06 2.35511e+06 1.03054e+07 3.92766e+06 2.70228e+07 8.85379e+05 1.30544e+07 6.47540e+05 2.81392e+05 1.66552e+00 3.12902e+06 8.90319e-01 1.96170e+05 9.84816e+05 5.17277e+05 9.66888e+05 2.10793e+06 1.64918e+06 7.65010e+05 9.72242e+05 1.38563e+05 9.52800e+04 7.79308e-01 5.14246e+06 3.38103e+05 3.07539e+06 2.03731e+06 6.69769e+05 3.28722e+06 8.12699e+05 7.84205e+06 4.96552e-01 1.04898e+06 7.90659e-01 2.83994e+05 8.69576e-01 4.90692e+05 9.29830e+00 1.69874e+04 1.14813e+05 5.31874e+03 1.55889e+05 4.49927e+05 3.45013e+05 3.18722e+05 2.09561e+04 6.30710e+04 1.07544e+04 4.44940e+02 5.44595e+05 1.23413e+05 2.87464e+05 1.54759e+05 9.06890e+04 2.83824e+05 5.06084e+04 2.22731e+06 2.90078e-01 1.93674e+05 3.40646e-01 6.23905e+04 1.50784e+00 1.23122e+05 1.36768e+04 7.39937e+02 9.98115e+02 6.30164e+02 9.59089e+02 3.93613e+03 1.38514e+03 4.33756e+03 1.89538e+03 8.53244e+02 5.31038e+01 4.64219e+03 1.35909e+04 1.11166e+03 1.93049e+04 1.36480e+04 5.61847e+03 1.21949e+04 3.08476e+04 1.16956e+05 8.05022e+03 1.85823e+04 1.84662e+02 1.34192e+03 2.91867e-01 4.96088e+06 7.19235e+05 7.49729e+06 4.99769e+06 6.68902e+05 1.92040e+06 7.47119e+06 4.83454e+06 1.97117e+06 1.80449e+06 4.01823e+05 1.18328e+06 4.48359e+06 3.24562e+06 2.18224e+05 2.81267e+06 6.25577e+06 3.51255e+06 7.10795e+06 4.47582e+06 2.62199e+07 4.97339e+06 2.25593e+06 3.34113e+03 9.58905e+05 9.58737e-01 1.27861e+05 9.31598e+03 8.78635e+04 7.22889e+04 1.28542e+04 4.20780e+04 1.08432e+05 3.24699e+04 9.90955e+04 3.54244e+04 1.65484e+04 8.70504e+02 2.58610e+05 1.15992e+05 7.88313e+03 1.93620e+05 1.35648e+05 7.27639e+04 9.54708e+04 1.88671e+05 2.23146e+06 1.46079e+05 3.13383e+05 2.59988e+03 2.22662e+04 3.01460e-01 3.21602e+07 1.24814e+06 1.84272e+06 1.04175e+07 4.71389e+06 8.42863e+06 2.32877e+07 1.32537e+07 1.13193e+07 7.70098e+06 2.80250e+06 4.44928e+05 1.25256e+07 3.79197e+07 8.76843e+05 2.06223e+07 1.92131e+07 3.46883e+07 2.55276e+07 1.47512e+07 1.10916e+08 1.28979e+07 2.86624e+07 2.33355e-01 0.00000e+00 1.63934e+00 8.90944e+05 3.92145e+04 2.26774e+05 6.68660e+05 3.22115e+05 2.93830e+05 9.21134e+05 2.16758e+05 7.18879e+05 2.70855e+05 1.55104e+05 6.43986e+03 7.07922e+05 6.64246e+05 3.93638e+04 9.85613e+05 7.77308e+05 4.33592e+05 4.58435e+05 9.03828e+05 9.89300e+06 7.37682e+05 1.72456e+06 1.05314e+04 9.92612e+04 1.22852e+00 8.33848e+05 4.71954e+04 1.53373e+05 2.62251e+05 5.27152e+04 1.82203e+05 5.03724e+05 1.46390e+05 4.81073e+05 1.75714e+05 7.84610e+04 3.04254e+03 5.79174e+05 4.52343e+05 2.87298e+04 8.73413e+05 6.43320e+05 3.39496e+05 4.12774e+05 8.10734e+05 1.01230e+07 5.42604e+05 1.42969e+06 6.54098e+03 9.36648e+04 1.50203e-01 1.24404e+05 1.03910e+04 1.87049e+04 3.41565e+04 5.50736e+03 1.79032e+04 4.76186e+04 1.80490e+04 4.51243e+04 1.95497e+04 7.04192e+03 2.88804e+02 6.73348e+04 4.31197e+04 3.36127e+03 7.48374e+04 5.41660e+04 3.27865e+04 3.18294e+04 6.08541e+04 5.01532e+05 3.62082e+04 8.58508e+04 5.43585e+02 4.03787e+03 4.66656e-01 8.08140e+04 7.07002e+03 1.47174e+03 3.14822e+04 6.39344e+03 1.49683e+04 3.75440e+04 1.19477e+04 3.81875e+04 1.25423e+04 7.43570e+03 4.88784e+02 1.52036e+04 1.70852e+04 2.48238e+03 3.45056e+04 2.71363e+04 1.32273e+04 1.51345e+04 4.06870e+04 3.85115e+05 2.60304e+04 6.59867e+04 7.77143e+02 4.64988e+03 1.53317e+00 4.74478e+06 6.04605e+04 8.22441e+03 2.19046e+06 2.40967e+05 6.22523e+06 7.98461e+06 4.06061e+06 4.16805e+06 4.71181e+06 2.29109e+05 1.65067e+05 4.23253e+06 2.36778e+05 5.82617e+06 5.51060e+01 4.26165e+01 1.32044e+06 3.25194e+06 1.96302e+06 5.15323e+07 4.89984e-01 4.19720e+06 3.79262e-01 1.02274e+06 6.82243e-01 1.79875e+06 2.60786e+05 4.80972e+05 3.23287e+06 1.43591e+06 3.75409e+06 9.06521e+06 4.96951e+06 1.69008e+07 1.40022e+06 1.28017e+06 5.45536e+04 3.47663e+06 7.89477e+06 9.19230e+05 5.64316e+06 1.25512e+07 4.64343e+06 5.71002e+06 3.42395e+06 2.91243e+07 6.52679e+06 1.74962e+07 3.12126e+05 8.23381e+05 2.17694e+01 7.90323e+05 3.54217e+04 1.04226e+06 4.77717e+05 1.57705e+05 2.59870e+05 7.30245e+05 2.00944e+05 5.21918e+05 1.63567e+05 7.91707e+04 4.70705e+03 5.80010e+05 4.89448e+05 3.16582e+04 8.16098e+05 6.32676e+05 3.62445e+05 4.20254e+05 7.07706e+05 8.73029e+06 4.74839e+05 1.28556e+06 8.37254e+03 7.01274e+04 1.75759e-01 2.92229e+05 2.46343e+05 1.58442e+05 2.15113e+05 1.65702e+05 9.11007e+04 1.19653e+06 5.04692e+05 1.86775e+06 1.46841e+05 4.16450e+04 1.70819e+05 1.02942e+06 6.14897e+05 1.27774e+05 1.50563e+06 3.75259e+06 5.12113e+05 5.23447e+05 1.16921e+06 1.79572e+07 1.05098e-01 1.76976e+06 1.02930e-01 1.58261e+06 2.12611e-01 4.21932e+05 2.69442e+04 8.12386e+03 9.64653e+04 2.94642e+04 6.43577e+04 1.67623e+05 4.93548e+04 1.37226e+05 4.84049e+04 2.41559e+04 1.19644e+03 2.47920e+04 1.49714e+05 9.25753e+03 2.07924e+05 1.77760e+05 8.96547e+04 1.25184e+05 2.35709e+05 1.03858e+06 5.21628e+04 1.47743e+05 1.10366e+03 7.82604e+03 1.68409e+00 1.84980e+07 3.11012e+06 4.68438e+06 1.19910e+07 8.79132e+06 3.90872e+06 1.19267e+07 4.46108e+06 1.47420e+07 2.09439e+06 2.74258e+06 2.42181e+06 4.57125e+06 3.84457e+06 1.20333e+06 3.07289e+07 2.48241e+07 5.79601e+06 7.16009e+06 3.28044e+06 1.54099e+07 4.74164e-01 5.32210e+06 2.55470e+04 1.68604e+05 9.04254e-01 1.01334e+06 4.50371e-01 1.50575e+04 8.69263e+04 9.67986e+03 1.62118e+04 2.38174e+05 1.32144e+05 3.90477e+04 1.25605e+04 1.15085e+03 1.23132e+04 6.90508e+04 3.00304e+05 1.41963e+05 2.88398e+05 3.75806e+05 4.02285e+04 6.76622e+04 1.49719e+05 2.94562e+05 3.15407e-01 3.41971e+04 2.64477e-01 1.36297e+04 9.19147e-01 1.90916e+05 1.15251e+04 2.55028e+04 2.47698e+04 5.95550e+03 1.61517e+04 4.31643e+04 1.27153e+04 3.62657e+04 1.32607e+04 6.89038e+03 3.97672e+02 7.25273e+04 2.87097e+04 2.98842e+03 5.71868e+04 4.40459e+04 2.29776e+04 2.54458e+04 5.71783e+04 4.94875e+05 3.27171e+04 7.45469e+04 7.58586e+02 4.93248e+03 9.99650e-01 1.85296e+05 2.85320e+04 5.65954e+06 4.15636e+05 7.15827e+04 2.52052e+05 8.87099e+05 2.12434e+05 4.79265e+05 1.68082e+05 7.94573e+04 4.55456e+03 4.92386e+05 3.79891e+05 2.88270e+04 7.21285e+05 4.83166e+05 3.28966e+05 5.15604e+05 6.11880e+05 5.75764e+06 2.46583e+05 9.61383e+05 5.87734e+03 6.19138e+04 7.10353e-01 5.45897e+05 3.13802e+04 2.65939e+05 4.30302e+05 2.12785e+05 2.52682e+05 7.23896e+05 1.96478e+05 5.88557e+05 2.05550e+05 9.75920e+04 4.15848e+03 6.07747e+05 5.11748e+05 3.32790e+04 8.57163e+05 6.10072e+05 3.27996e+05 4.08306e+05 7.88216e+05 8.80344e+06 6.46064e+05 1.41943e+06 8.66823e+03 8.29031e+04 5.16892e-01 3.79543e+07 8.44124e+05 1.71895e+06 1.18764e+07 1.18719e+07 2.56290e+06 7.73318e+06 4.07660e+06 6.10440e+06 1.76964e+06 1.81940e+06 1.83242e+04 6.05753e+06 1.86577e+07 7.78570e+06 1.69055e+07 1.81405e+07 8.41914e+06 3.32945e+07 3.54844e+06 6.71969e+07 5.33628e-01 7.54615e+06 3.90100e-01 9.49824e+05 5.26070e-01 3.60505e+05 1.85118e+04 8.73223e+03 1.49593e+05 3.15782e+04 9.75239e+04 2.54700e+05 8.06430e+04 2.41189e+05 8.81656e+04 4.18456e+04 2.16196e+03 7.68409e+04 2.58008e+05 1.22105e+04 2.87370e+05 1.98647e+05 9.96132e+04 1.83277e+05 3.51673e+05 4.59350e+06 2.97396e+05 6.56461e+05 4.82978e+03 4.34251e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 4.09130e+05 2.22313e+04 5.95697e+04 1.27856e+05 2.27535e+04 7.37174e+04 1.95783e+05 5.69797e+04 1.79140e+05 6.46313e+04 2.95185e+04 1.22784e+03 2.25751e+05 2.22161e+05 1.38092e+04 3.33700e+05 2.65844e+05 1.39660e+05 1.27724e+05 2.81943e+05 3.47121e+06 2.20681e+05 5.36760e+05 3.85678e+03 3.28841e+04 1.28530e+00 2.16492e+06 3.54756e+05 2.07916e+06 2.23312e+06 1.95495e+06 2.73604e+05 1.56494e+06 2.26038e+06 2.74252e+06 2.28219e+05 5.00635e+05 9.03045e+04 5.64894e+06 4.36316e+05 9.10385e+04 1.17338e+06 2.60977e+06 1.98317e+04 2.47471e+06 1.22925e+06 2.90242e+06 1.98613e+05 5.58193e+05 1.52779e+04 4.38475e+06 8.83679e-01 3.09157e+06 1.76995e+05 4.45475e+06 3.23606e+06 6.25434e+05 1.76738e+06 5.31338e+06 1.49927e+06 4.43269e+06 1.56507e+06 7.43693e+05 4.62192e+04 5.09785e+06 3.55567e+06 2.31359e+05 6.16015e+06 4.53825e+06 2.62003e+06 3.27913e+06 5.55069e+06 6.15479e+07 3.71337e+06 1.04004e+07 7.34680e+04 5.88218e+05 1.26614e+01 9.92508e+06 5.42474e+05 2.15214e+07 1.47883e+07 2.69434e+06 9.20396e+06 1.92836e+07 5.91708e+06 2.00686e+07 6.52986e+06 4.23696e+06 7.16459e+05 1.24023e+07 2.96605e+07 5.29103e+06 1.60013e+07 2.71595e+07 9.81565e+06 1.61851e+07 1.45093e+07 1.99994e+08 1.24225e+07 4.83967e+07 6.28905e+05 3.28065e+06 3.01827e-01 3.17598e+05 1.68403e+04 4.30754e+04 6.89196e+04 4.77705e+03 2.01530e+04 6.08361e+04 1.12739e+04 4.58734e+03 4.75296e+03 2.40734e+03 2.23432e+01 1.28874e+05 1.01752e+05 3.40483e+03 2.19870e+05 1.77726e+05 5.62647e+04 4.06098e+04 2.05611e+05 2.56340e+06 1.16412e+05 3.67745e+05 1.14212e+03 1.35559e+04 3.20070e-01 7.07461e+07 1.83668e+06 5.25810e+07 8.14691e+07 2.55354e+07 7.18444e+07 1.76832e+08 5.42294e+07 1.88562e+08 1.03373e+08 3.20888e+07 7.64551e+04 9.91016e+07 2.52343e+08 7.65446e+06 1.51755e+08 1.85686e+08 1.11134e+08 1.03260e+08 1.56681e+08 1.16685e+09 5.16717e+08 4.99472e+08 3.99805e+06 2.15141e+07 4.74816e+00 9.88144e+05 2.20321e+04 5.28290e+04 9.77942e+05 4.41627e+05 1.88418e+05 6.05004e+05 1.00818e+05 1.29323e+05 7.40845e+04 3.50602e+04 1.30617e+04 5.83361e+05 5.89776e+05 2.19113e+04 4.73162e+05 5.06910e+05 1.76737e+05 5.03782e+05 5.15280e+05 5.69514e+06 9.03796e-01 5.58553e+05 3.72291e-01 4.71685e-01 9.82977e-01 5.11401e+06 9.45888e+05 2.94910e+05 3.22874e+05 8.64326e+05 2.73926e+04 7.68141e+05 2.39374e+05 2.81665e+05 1.16824e+04 1.22060e+05 2.66218e+04 4.71630e+05 1.12627e+06 1.31477e+04 1.69460e+05 3.76902e+05 1.76342e+04 1.37676e+06 3.24063e+05 1.85439e+06 7.67331e+04 6.07904e+05 3.11524e+03 8.94074e+05 1.37030e+00 7.32602e+04 7.60926e+03 1.80080e+03 1.94177e+03 4.55239e+02 1.26569e+03 3.52416e+03 1.10947e+03 3.23771e+03 1.76173e+03 5.32616e+02 1.81504e+01 6.01600e+03 7.40894e+03 1.30400e+03 1.77976e+04 1.37363e+04 7.72694e+03 9.46574e+03 1.82114e+04 9.29371e+04 6.66718e+03 1.46801e+04 1.43295e+02 9.41335e+02 5.78380e-01 7.13007e+06 6.02017e+05 5.34698e+07 1.25666e+07 2.63485e+06 4.52301e+06 2.41417e+07 4.60791e+06 2.82540e+06 3.69820e+06 6.67434e+05 2.48652e+05 3.90028e+06 1.00525e+07 1.06131e+05 3.60978e+06 1.61779e+06 9.29490e+05 4.20973e+06 6.59278e+06 3.86176e+07 7.45675e-01 3.99867e+06 3.96939e-01 2.31359e+05 7.25370e-01 1.13911e+06 5.48021e+05 2.90765e+06 1.40037e+06 6.94650e+05 3.47755e+05 9.58311e+05 1.29552e+05 3.39116e+05 3.33129e+05 1.89677e+05 2.53379e+04 1.32203e+06 1.90835e+06 5.00610e+04 2.81556e+06 5.59056e+04 1.05885e+06 5.36878e+05 3.44868e+05 1.53742e+06 1.19843e+05 5.58251e+05 6.55596e+02 1.88156e+05 1.79305e-01 4.82304e+05 3.80293e+04 6.77690e+05 3.30866e+05 5.28329e+04 1.65160e+05 5.02089e+05 1.31627e+05 3.68445e+05 1.40137e+05 6.11754e+04 5.04454e+03 5.45331e+05 3.60664e+05 2.31365e+04 5.66699e+05 4.88785e+05 2.67062e+05 3.02184e+05 5.34006e+05 6.13480e+06 4.19966e+05 1.11419e+06 7.59290e+03 5.44965e+04 3.78283e-01 3.83595e+05 2.06936e+04 1.18387e+05 1.43291e+05 3.01792e+04 8.38567e+04 2.29477e+05 1.04167e+05 2.11148e+05 7.10767e+04 3.29184e+04 1.66320e+03 2.89420e+05 2.49184e+05 1.50899e+04 3.54813e+05 2.51709e+05 1.40694e+05 1.33688e+05 2.66442e+05 3.21660e+06 2.59577e+05 4.95443e+05 3.66270e+03 3.01719e+04 3.27140e+00 2.19933e+05 7.22411e+04 1.41806e+05 1.07286e+05 5.42598e+04 7.64052e+04 1.08594e+05 6.28201e+04 8.34786e+04 5.80402e+04 5.29372e+04 1.96932e+04 1.62867e+05 6.09907e+04 3.89115e+04 1.18884e+05 1.03269e+05 7.15967e+04 7.82434e+04 1.34026e+05 5.32310e+05 5.78795e+04 1.11019e+05 1.40164e+04 8.35893e+04 9.12866e+00 0.00000e+00 +7.49593e+04 3.14725e+03 6.49196e+03 4.23640e+04 1.10424e+04 3.36134e+04 7.18004e+04 3.04645e+04 8.43429e+04 2.89944e+04 1.48684e+04 2.54769e+02 2.11493e+04 1.45613e+05 6.53470e+03 1.22319e+05 1.30699e+05 7.17188e+04 9.67968e+04 1.60562e+05 7.05714e+05 1.77140e+05 2.60430e+05 5.33110e+03 4.47612e+03 6.96998e-01 3.49397e+04 1.79909e+03 7.42913e+03 1.62135e+04 9.50896e+03 1.32142e+04 2.98070e+04 1.41861e+04 4.25956e+04 1.46468e+04 7.52858e+03 9.08244e+01 2.64399e+04 9.17678e+04 4.69225e+03 8.64721e+04 9.23768e+04 3.87066e+04 3.13608e+04 7.26049e+04 4.56135e+05 1.80238e+05 2.07202e+05 4.85725e+03 3.05642e+03 2.13951e+00 2.98995e+05 1.18391e+04 1.09199e+06 3.94862e+05 1.09067e+05 3.13639e+05 9.22106e+05 3.57126e+05 1.00935e+06 3.94225e+05 1.57966e+05 4.86504e+03 5.44722e+05 1.76090e+06 6.77605e+04 1.44376e+06 1.40290e+06 7.65134e+05 7.75364e+05 1.06442e+06 7.13424e+06 3.60882e+06 4.00746e+06 6.75916e+04 5.49297e+04 1.72683e+00 2.27627e+03 1.32278e+02 1.60794e+03 3.01782e+03 9.09248e+02 2.41431e+03 4.95030e+03 2.30997e+03 6.78917e+03 2.24465e+03 1.06621e+03 1.47837e+01 4.41041e+03 3.34490e+04 1.79647e+03 3.08984e+04 3.00840e+04 1.60075e+04 7.88487e+03 1.42780e+04 1.36090e+05 4.52982e+04 5.27502e+04 1.51047e+03 9.50930e+02 6.51658e-01 2.09284e+05 8.69377e+03 6.42394e+05 1.84628e+05 4.89804e+04 1.60289e+05 3.60444e+05 1.63395e+05 4.41185e+05 1.48612e+05 7.18788e+04 1.28410e+03 4.64705e+05 8.69399e+05 4.03314e+04 9.43089e+05 8.33932e+05 4.55434e+05 4.90628e+05 7.17586e+05 5.09670e+06 1.80334e+06 1.91344e+06 3.43838e+04 3.44104e+04 4.53673e+00 2.39817e+03 3.08508e+02 1.29384e+03 6.97279e+02 3.00913e+02 5.55863e+02 1.11973e+03 5.86190e+02 1.54335e+03 6.69928e+02 3.27445e+02 6.20539e+00 4.54673e+03 1.47743e+04 1.17800e+03 1.14948e+04 1.14433e+04 6.22225e+03 5.93238e+03 1.10477e+04 3.88423e+04 1.43509e+04 1.67190e+04 8.06313e+02 4.23365e+02 3.78065e-01 3.21766e+06 1.09874e+05 1.61952e+06 3.04737e+06 1.21670e+06 1.10728e+06 2.82971e+06 9.77839e+05 9.48168e+05 8.06353e+05 3.63810e+05 2.57972e+04 1.18835e+06 3.44609e+06 1.81762e+05 2.33927e+06 5.21269e+06 1.63890e+06 3.38552e+06 1.44516e+06 1.45014e+07 5.42834e+06 1.02681e+07 4.30985e+03 1.23693e+06 3.83838e-01 3.15617e+00 1.13148e+00 1.36825e+00 6.18592e-01 7.07749e-01 4.95743e-01 7.05086e-01 7.33204e-01 8.98303e-01 6.48860e-01 6.38839e-01 1.25640e+00 1.39233e+00 2.41748e+00 6.65509e-01 9.74832e-01 1.30434e+00 2.30048e-01 9.67182e-01 1.12580e+00 3.22157e+00 7.93780e-01 1.76523e+00 5.89109e-01 5.50751e-01 1.06269e+00 2.54610e+02 3.75792e+01 7.75312e+02 6.49753e+02 1.21110e+02 5.05758e+02 2.37546e+03 1.54820e+02 4.35436e+02 1.97562e+02 2.50738e+02 7.35175e+00 5.62873e+03 6.06433e+03 3.58198e+02 6.30593e+03 6.15264e+03 6.45044e+03 4.55565e+03 5.79646e+03 3.09902e+04 1.30722e+04 1.32158e+04 3.42922e+02 2.02247e+02 2.16452e-01 1.40204e+06 9.05523e+04 2.53593e+06 7.01815e+05 1.28163e+05 5.15328e+05 7.01722e+05 6.18519e+05 2.68197e+05 4.09741e+05 1.11505e+05 1.04934e+04 1.00070e+06 1.48627e+06 3.90078e+04 8.86383e+05 8.74447e+05 8.23001e+05 1.21536e+06 1.30181e+06 1.34300e+07 4.92097e+05 1.81706e+06 7.35361e+03 7.90894e+04 3.98734e-01 5.07305e+04 1.29012e+02 2.80646e+03 1.17390e+04 1.11859e+04 3.39995e+04 5.05905e+04 2.85637e+04 5.37344e+04 1.97840e+04 1.45999e+04 2.27791e+03 9.84092e+03 1.00974e+05 2.31044e+04 7.86256e+04 4.22078e+04 5.02491e+04 2.50312e+04 7.20686e+03 3.04638e+05 2.54687e-01 1.77966e+04 2.57774e-01 3.06687e+03 8.71985e-01 5.07617e+00 1.44690e+00 6.58070e+00 5.04046e+00 2.26419e+00 3.90855e+00 8.29896e+00 4.18051e+00 1.00662e+01 4.13296e+00 2.46944e+00 2.10987e+00 1.08348e+01 1.88033e+01 1.92576e+00 1.69306e+01 1.58509e+01 9.01530e+00 9.62965e+00 1.47143e+01 8.28342e+01 3.19478e+01 3.50853e+01 1.83259e+00 1.34276e+00 7.33438e+00 1.56295e+04 1.48734e+03 7.73843e+03 1.86742e+04 2.81366e+03 7.35667e+03 1.68648e+04 7.01898e+03 2.43868e+04 9.32230e+03 4.08608e+03 8.12356e+01 2.17335e+04 8.05009e+04 3.46247e+03 6.99019e+04 8.13338e+04 3.93781e+04 3.43955e+04 5.82355e+04 4.13479e+05 1.57010e+05 1.86278e+05 3.96000e+03 3.04037e+03 1.99402e-01 1.76859e+03 1.05394e+02 7.25211e+03 8.41494e+03 2.26609e+03 6.28535e+03 1.61974e+04 8.62796e+03 1.65664e+04 5.48790e+03 2.87009e+03 4.70028e+01 2.00865e+04 2.42669e+04 1.50389e+03 3.37447e+04 3.33596e+04 1.73099e+04 1.60782e+04 2.54348e+04 2.06327e+05 8.21569e+04 9.26676e+04 1.76808e+03 1.55004e+03 2.34542e+00 3.04171e+05 1.41138e+04 1.06980e+05 3.03053e+05 2.20716e+05 2.09083e+05 4.86704e+05 2.07581e+05 6.07344e+05 2.05270e+05 1.02502e+05 1.38746e+03 3.80149e+05 9.72096e+05 5.33647e+04 1.11742e+06 1.15470e+06 6.55735e+05 4.98572e+05 8.08947e+05 6.62188e+06 1.78144e+06 2.71010e+06 5.72284e+04 4.87816e+04 1.68931e+00 5.71090e+03 3.96858e+02 2.77283e+03 6.37306e+03 1.61946e+03 4.32070e+03 9.69788e+03 4.16976e+03 1.18582e+04 4.19685e+03 2.12732e+03 4.25396e+01 9.65682e+03 2.70952e+04 1.93837e+03 3.20773e+04 3.16272e+04 1.68860e+04 1.34905e+04 2.47270e+04 1.55789e+05 5.98961e+04 6.85701e+04 2.03984e+03 1.33846e+03 5.15696e-01 4.68342e+05 8.11269e+03 4.86751e+04 3.21938e+03 7.56529e+03 6.65752e+03 9.80200e+02 6.83570e+03 7.15920e+02 6.91311e+03 5.32900e+03 1.37484e+03 1.45742e+05 7.64228e+05 1.09278e+04 4.34979e+05 1.31812e+05 3.08737e+04 1.13458e+04 1.52981e+04 1.96105e+05 6.54726e+04 1.73370e+05 6.31450e+03 2.09536e+04 1.51633e+02 1.41707e+04 1.91546e-01 1.57467e+03 1.04651e+04 2.77673e+03 7.36162e+03 3.49120e+04 7.88068e+03 1.16926e+04 4.17835e+03 1.38020e+03 5.62157e+02 1.49751e+04 2.70818e+04 7.90513e+03 3.00560e+04 1.78774e+04 8.93842e+03 4.54403e+03 9.83785e+03 1.75262e+05 2.75029e-01 3.00856e+04 2.37571e-01 2.57947e+03 8.39472e-01 1.31663e+04 6.71494e+02 1.60875e+03 4.74092e+03 8.86922e+02 2.07720e+03 4.06416e+03 1.92164e+03 5.20243e+03 1.99533e+03 9.99306e+02 2.55455e+01 4.56993e+03 9.28088e+03 9.95741e+02 1.40154e+04 1.38352e+04 8.04915e+03 7.84319e+03 1.33263e+04 4.98884e+04 1.73447e+04 2.15899e+04 7.49739e+02 3.92037e+02 5.20528e-01 3.62710e+04 1.83273e+03 3.01632e+03 1.10448e+04 3.63155e+03 9.69637e+03 2.13027e+04 9.51863e+03 2.72962e+04 9.32497e+03 4.56815e+03 7.06967e+01 1.20801e+04 5.04706e+04 3.20781e+03 6.06964e+04 6.31668e+04 3.19725e+04 2.60503e+04 5.11346e+04 2.98656e+05 8.79046e+04 1.16027e+05 2.90886e+03 2.02097e+03 1.15138e+00 3.96975e+03 2.29674e+02 2.33064e+03 3.08232e+03 5.70004e+02 1.17747e+03 2.88948e+03 1.13277e+03 3.76281e+03 1.63560e+03 7.44344e+02 1.40972e+01 7.09527e+03 2.72264e+04 1.31874e+03 2.42841e+04 2.75823e+04 1.50399e+04 1.14531e+04 1.98908e+04 1.91589e+05 6.46450e+04 7.82036e+04 1.86176e+03 1.50668e+03 4.76243e-01 3.76482e+03 2.20082e+02 9.68445e+02 1.19998e+02 5.45748e+01 1.27061e+02 3.43398e+02 2.29436e+02 4.66808e+02 1.61644e+02 7.62640e+01 1.25607e+00 2.48923e+03 2.63336e+03 3.01957e+01 4.48788e+02 3.84597e+02 2.20732e+02 7.47779e+02 1.29901e+03 4.52507e+03 1.33966e+03 1.38515e+03 4.78154e+01 2.33887e+01 5.19189e-01 4.31413e+05 1.86340e+04 3.85900e+05 2.31495e+05 7.55023e+04 6.23489e+04 1.97492e+05 1.04405e+04 2.50110e+04 2.73522e+03 1.32155e+04 4.92344e+03 1.04808e+05 1.08083e+05 5.63374e+03 7.26126e+04 1.61501e+05 1.06057e+05 2.96737e+05 1.00914e+05 4.62296e+05 3.19763e+05 1.16607e+05 2.03381e+04 1.19583e+05 4.70232e-01 4.00608e+04 1.81965e+03 1.71940e+04 3.24785e+04 1.89614e+04 2.78274e+04 5.72442e+04 2.81618e+04 7.45270e+04 2.47598e+04 1.26336e+04 2.18300e+02 4.56547e+04 1.12619e+05 5.63115e+03 1.15183e+05 1.18884e+05 5.42437e+04 5.03141e+04 9.68340e+04 7.08268e+05 3.10731e+05 3.17165e+05 6.61477e+03 5.07968e+03 1.35815e+00 1.21955e+03 5.39515e+01 8.97534e+02 1.54491e+03 3.71812e+02 1.06671e+03 2.10944e+03 1.08201e+03 3.44566e+03 1.26174e+03 6.58790e+02 8.81914e+00 2.96479e+03 7.56751e+03 2.84215e+02 6.48692e+03 6.34048e+03 3.17003e+03 2.80490e+03 4.97373e+03 4.27451e+04 2.10252e+04 2.16085e+04 3.63442e+02 2.73727e+02 2.81494e+00 3.79817e+07 7.33171e+06 3.44314e+05 2.93694e+06 7.73187e+06 1.75357e+06 8.57721e+05 2.71348e+06 1.77215e+06 2.49692e+05 2.08046e+06 7.75075e+05 4.77214e-01 2.32552e+07 5.79121e+05 7.46423e+06 1.66015e+07 1.07481e+07 1.93409e+07 1.05506e+07 3.76433e+07 7.73476e-01 1.89092e+07 3.88112e+04 1.11388e+07 3.52071e-01 1.07186e+03 5.63170e+01 6.38699e+02 5.58435e+02 1.67400e+02 4.32577e+02 8.83524e+02 4.53118e+02 1.21385e+03 4.47397e+02 2.81468e+02 2.71221e+00 1.90609e+03 8.28595e+03 8.08555e+02 1.04624e+04 1.10099e+04 5.82334e+03 5.09439e+03 8.02515e+03 3.63356e+04 1.04990e+04 1.45880e+04 4.72301e+02 2.79627e+02 2.08833e-01 1.80078e+04 8.22006e+02 1.45918e+05 3.42793e+04 1.39978e+04 3.07571e+04 7.07885e+04 3.12036e+04 8.01514e+04 2.62942e+04 1.37350e+04 2.38098e+02 8.64731e+04 1.02799e+05 3.99307e+03 8.56586e+04 7.68319e+04 4.69051e+04 5.22468e+04 7.25506e+04 6.79072e+05 2.21092e+05 2.51513e+05 5.11069e+03 5.31836e+03 6.81261e-01 8.25332e+04 3.23917e+03 4.57525e+04 9.72322e+04 5.35227e+04 7.30679e+04 1.76615e+05 9.49767e+04 2.05765e+05 6.02143e+04 3.27982e+04 6.23455e+02 7.94179e+04 2.12622e+05 1.33234e+04 3.01532e+05 2.65989e+05 1.31599e+05 1.55621e+05 2.38015e+05 1.85996e+06 5.34420e+05 6.62465e+05 1.27689e+04 1.42344e+04 1.25413e+00 1.04781e+00 1.09771e+00 3.40389e-01 2.86588e-01 3.46831e-01 2.88128e-01 3.18243e-01 3.04723e-01 3.32171e-01 3.42749e-01 3.25692e-01 6.28778e-01 3.72222e-01 4.49650e-01 3.72148e-01 3.64227e-01 4.37663e-01 4.13244e-01 3.07967e-01 3.26723e-01 3.53413e-01 5.66684e-01 5.28632e-01 5.52384e-01 3.29563e-01 8.63062e-01 2.82500e+04 2.03101e+03 1.52254e+03 3.65486e+03 1.64445e+03 3.62214e+03 8.91270e+03 4.03343e+03 1.16187e+04 4.34357e+03 2.18674e+03 7.59116e+01 4.46640e+03 1.94534e+04 1.19944e+03 1.31029e+04 1.35853e+04 6.21294e+03 7.54708e+03 1.47781e+04 9.55582e+04 3.15300e+04 4.29407e+04 1.52999e+03 8.03478e+02 7.92985e-01 6.61235e+04 3.11569e+03 4.49014e+03 2.71980e+04 2.91836e+04 2.33645e+04 5.19934e+04 2.01169e+04 5.69788e+04 1.92006e+04 1.06662e+04 1.84949e+02 2.03098e+04 1.00246e+05 5.43133e+03 1.12617e+05 1.14796e+05 6.05589e+04 5.29763e+04 9.10249e+04 5.53658e+05 1.22210e+05 2.06113e+05 4.71817e+03 3.67311e+03 9.36116e-01 6.87532e+04 2.57316e+03 4.05102e+04 6.19972e+04 1.56710e+04 6.07392e+04 1.02873e+05 4.56248e+04 1.23602e+05 4.15494e+04 2.16219e+04 3.70675e+02 8.66000e+04 1.85185e+05 1.05100e+04 2.24530e+05 2.24011e+05 1.15731e+05 9.09664e+04 1.70157e+05 1.14587e+06 3.43630e+05 4.45484e+05 9.75599e+03 7.94497e+03 1.04995e+00 3.93901e+06 5.84267e+05 1.71885e+07 4.59134e+06 1.10216e+06 6.17304e+06 8.00360e+06 3.90340e+06 6.53125e+06 5.50605e+06 1.33354e+06 5.22169e+05 4.81000e+06 2.93913e+06 2.91303e+05 3.75457e+06 8.35068e+06 1.37739e+06 3.84355e+06 3.69634e+06 3.58869e+07 6.90894e+06 4.60603e+06 1.07097e-03 3.07369e-01 3.98476e-02 1.30843e+04 1.05719e+03 1.72067e+03 1.26025e+03 5.62211e+02 1.15135e+03 2.49438e+03 1.24780e+03 3.52688e+03 1.17769e+03 5.89583e+02 1.24260e+01 4.61620e+03 2.10627e+04 1.22110e+03 1.71241e+04 1.71683e+04 8.83493e+03 1.25631e+04 2.23773e+04 5.31216e+04 1.71471e+04 1.94599e+04 7.71494e+02 4.20473e+02 1.05909e+00 1.43880e+03 1.48222e+02 3.70002e+03 2.31569e+03 4.89925e+02 1.04803e+03 2.10651e+03 1.00578e+03 2.95860e+03 1.79410e+03 7.14041e+02 1.49728e+01 1.00057e+04 2.05274e+04 1.48689e+03 2.31280e+04 2.44190e+04 1.47301e+04 1.29953e+04 2.04966e+04 1.81037e+05 5.51304e+04 7.08282e+04 2.04897e+03 1.36391e+03 3.92011e-01 1.80932e+04 1.12212e+03 1.70538e+03 1.69604e+03 8.01877e+02 1.94897e+03 4.58344e+03 1.98888e+03 5.81864e+03 2.08982e+03 1.08911e+03 3.64264e+01 4.84763e+03 1.08103e+04 9.63129e+02 1.35140e+04 1.35689e+04 6.83609e+03 4.17008e+03 8.34426e+03 4.58093e+04 1.37032e+04 1.82986e+04 6.62303e+02 3.66753e+02 4.24355e-01 4.12375e+04 1.93907e+03 6.03050e+03 7.87363e+03 2.27698e+03 6.94547e+03 1.58067e+04 7.12143e+03 2.38180e+04 8.36983e+03 3.85787e+03 6.54556e+01 3.48352e+04 2.07416e+04 4.37161e+03 7.54043e+04 6.23705e+04 3.09491e+04 1.08481e+04 2.38336e+04 3.44142e+05 1.16342e+05 1.24080e+05 3.56073e+03 2.07770e+03 4.78366e+00 7.08279e+05 2.00513e+05 1.48092e+06 9.82377e+05 1.10081e+05 5.53723e+05 9.45562e+05 2.82628e+05 9.94521e+04 5.80738e+04 3.89663e+04 3.10979e+03 7.70661e+05 8.04003e+05 1.94536e+04 2.50735e+05 5.57669e+05 1.24302e+05 1.11204e+06 5.77706e+05 3.96652e+06 2.60012e+05 9.29483e+05 4.91920e+02 1.41181e+05 6.25018e-01 4.90016e+07 2.20333e+06 2.11990e+07 1.88058e+07 1.44229e+07 1.24783e+07 5.03018e+07 2.70470e+07 3.95036e+07 1.15524e+07 2.95135e+06 3.88722e+00 4.03295e+07 4.19067e+07 1.96002e+06 2.52625e+07 5.61873e+07 8.07946e+06 5.62933e+07 3.46040e+07 1.40766e+08 5.49625e+06 5.23325e+07 2.26189e+05 4.92945e+07 1.94359e+00 1.98570e+07 3.25915e+05 9.92442e+05 4.88411e+06 1.74207e+06 7.26106e+05 3.14806e+06 1.30684e+06 2.89374e+05 9.23084e+04 1.51626e+06 4.90453e+05 1.48945e+00 3.72558e+05 5.17179e+05 6.66586e+06 1.48258e+07 2.01540e+06 3.52491e+06 9.49471e+04 6.12626e+06 9.52664e-01 4.77880e+06 4.81376e-01 1.09091e+06 1.35274e+01 3.34834e+04 1.51578e+03 1.11135e+05 2.09051e+04 5.99496e+03 1.98435e+04 4.27084e+04 2.13016e+04 4.98067e+04 1.57150e+04 8.28807e+03 1.55366e+02 7.77865e+04 9.74938e+04 4.23487e+03 8.85533e+04 8.00178e+04 4.62059e+04 5.17542e+04 7.76441e+04 4.64935e+05 1.35121e+05 1.61915e+05 3.52486e+03 3.00474e+03 1.42332e+00 5.68926e-01 5.66039e-01 3.18961e-01 3.81639e-01 6.01594e-01 3.14827e-01 3.31740e-01 3.13071e-01 3.36563e-01 3.35618e-01 3.32370e-01 5.62435e-01 3.31367e-01 3.33336e-01 3.22448e-01 3.11219e-01 3.12470e-01 3.27503e-01 3.26538e-01 3.18010e-01 3.04635e-01 3.92894e-01 3.31584e-01 3.28153e-01 3.25724e-01 7.40283e-01 7.53813e+04 3.93429e+03 4.47892e+04 9.47136e+04 4.18050e+04 7.75899e+04 1.80912e+05 7.16105e+04 1.96513e+05 6.39729e+04 3.39054e+04 5.78676e+02 1.14305e+05 2.50581e+05 1.37355e+04 3.13748e+05 3.07196e+05 1.47246e+05 1.39656e+05 2.48146e+05 2.07062e+06 6.62278e+05 7.74834e+05 1.75184e+04 1.44507e+04 1.03576e+00 7.13033e+04 3.18451e+03 3.54886e+04 1.51873e+05 2.82279e+04 8.57098e+04 1.87282e+05 8.28236e+04 2.22362e+05 8.38457e+04 3.91885e+04 7.68816e+02 1.40893e+05 3.57821e+05 1.70598e+04 3.76839e+05 3.98807e+05 1.92606e+05 1.91121e+05 3.44907e+05 2.69607e+06 1.33408e+06 1.24119e+06 2.28894e+04 1.79708e+04 1.59586e+00 2.68342e+04 1.20697e+03 1.65485e+04 4.92799e+04 1.13271e+04 2.84930e+04 6.55308e+04 2.79485e+04 8.12206e+04 2.99420e+04 1.39741e+04 3.25980e+02 4.39715e+04 1.17101e+05 6.00026e+03 1.26097e+05 1.48944e+05 6.86315e+04 5.85299e+04 1.09088e+05 8.78128e+05 3.09953e+05 3.88202e+05 9.41484e+03 6.16426e+03 1.23797e+00 1.68480e+05 1.02432e+03 3.63523e+04 1.75073e+05 5.36973e+04 1.37177e+05 3.26386e+05 1.14752e+05 2.81872e+05 1.41059e+05 4.63529e+04 5.75962e+03 7.56360e-01 2.84205e+05 8.92579e+04 4.50823e+05 1.68905e+05 8.96340e+04 1.62719e+05 1.04477e+05 7.22826e+05 8.78198e+03 1.15906e+05 6.13186e-01 4.96649e+04 1.35122e+00 1.45173e+05 4.26231e+03 2.85448e+04 1.16028e+05 2.17429e+04 8.72035e+04 1.38895e+05 5.90310e+04 1.59005e+05 5.33787e+04 2.84038e+04 4.17267e+02 1.04462e+05 2.43662e+05 1.40289e+04 2.98610e+05 2.89605e+05 1.66072e+05 1.39004e+05 2.20549e+05 1.57916e+06 5.16797e+05 7.27613e+05 1.41976e+04 1.17650e+04 6.14578e-01 5.62736e+04 5.55107e+03 3.10023e+04 1.73273e+04 6.52721e+03 2.00468e+04 4.29222e+04 2.22399e+04 6.55230e+04 2.07278e+04 1.04450e+04 1.33637e+02 8.62544e+04 9.55575e+04 1.17790e+03 2.97998e+04 2.73976e+04 1.32773e+04 1.26098e+04 2.07751e+04 5.39604e+05 1.25884e+05 1.76068e+05 3.10454e+03 3.25778e+03 2.04655e-01 9.75755e+04 4.25441e+03 6.33809e+04 5.65857e+04 1.51924e+04 5.07271e+04 1.08841e+05 4.81040e+04 1.30907e+05 4.22821e+04 2.22442e+04 4.03123e+02 1.50058e+05 2.28093e+05 1.27329e+04 2.94983e+05 2.80936e+05 1.49565e+05 1.16635e+05 2.00042e+05 1.42218e+06 3.48676e+05 4.92375e+05 9.77227e+03 8.50628e+03 8.90633e-01 1.55866e+00 3.35992e-01 7.94199e-01 7.28734e+00 1.48751e+00 4.44775e+00 8.80760e+00 4.65630e+00 1.07134e+01 2.70640e+00 2.11753e+00 3.70620e-01 1.74604e+00 1.24591e+01 1.78640e+00 1.07058e+01 6.90412e+00 3.07986e+00 9.81024e+00 4.71578e+00 2.90345e+01 1.35079e+01 2.84536e+01 5.07915e-01 5.72410e-01 1.17250e+00 5.11858e+03 4.47865e+02 1.83568e+03 7.30701e+02 3.14145e+02 5.41248e+02 1.09345e+03 5.49143e+02 1.57621e+03 6.31942e+02 3.16054e+02 8.07366e+00 6.62878e+03 1.90186e+04 1.13121e+03 1.22519e+04 1.22914e+04 6.19556e+03 1.28311e+04 2.33971e+04 3.94479e+04 1.48939e+04 1.73957e+04 8.49828e+02 3.74434e+02 5.78175e-01 1.39925e+04 5.08729e+02 6.21509e+03 2.14335e+04 1.28697e+04 1.36947e+04 3.06206e+04 1.38704e+04 4.17644e+04 1.34929e+04 7.38631e+03 1.21115e+02 2.11123e+04 6.00016e+04 3.07604e+03 6.48796e+04 7.19490e+04 3.43732e+04 3.28689e+04 5.34002e+04 3.74619e+05 1.27903e+05 1.66944e+05 3.58597e+03 2.75717e+03 8.33380e-01 3.99480e+06 5.08687e+05 1.09017e+05 1.68020e+06 1.21031e+06 1.22103e+06 5.30557e+04 1.05048e+05 4.99762e+00 1.49419e+04 1.58247e+04 5.89547e+03 5.28148e-01 4.76426e+06 3.91147e+04 5.04145e+05 1.12129e+06 8.79496e+05 4.44262e+06 6.98660e-01 2.75260e+06 5.82211e-01 1.96503e+06 4.92378e-01 2.34745e+05 1.35402e+00 9.91806e+05 4.34639e+04 5.78490e+05 1.22661e+06 4.03963e+05 8.49049e+05 1.87959e+06 8.16628e+05 2.21117e+06 8.02908e+05 4.11738e+05 6.79254e+03 1.70369e+06 3.40422e+06 1.98257e+05 3.99145e+06 4.22190e+06 2.40757e+06 2.04117e+06 3.20939e+06 2.39036e+07 7.25594e+06 1.11660e+07 2.23697e+05 1.77723e+05 4.99758e+00 3.99309e+04 1.54498e+03 1.57148e+04 6.02131e+04 5.63817e+04 3.53915e+04 8.14298e+04 3.20540e+04 8.98934e+04 3.14113e+04 1.76394e+04 3.37610e+02 5.47888e+04 1.36712e+05 8.02093e+03 1.57072e+05 1.98105e+05 1.00319e+05 7.07467e+04 1.25541e+05 1.03206e+06 3.08084e+05 4.80567e+05 9.80369e+03 7.46434e+03 3.24333e-01 2.28077e+04 1.68174e+03 5.88891e+02 1.96686e+03 1.02187e+03 1.74426e+03 4.13638e+03 1.99789e+03 6.39288e+03 2.63902e+03 1.35066e+03 4.79732e+01 4.55881e+03 4.21694e+04 2.33977e+03 3.00119e+04 2.83342e+04 1.45889e+04 1.54917e+04 3.05161e+04 1.05404e+05 3.89522e+04 4.55500e+04 1.81863e+03 9.54313e+02 3.08860e+00 8.21448e-01 3.60152e-01 8.38433e+00 6.52296e+00 1.41870e+00 1.53811e+00 2.46011e+00 1.39250e+00 2.82225e+00 1.43485e+00 4.81077e-01 1.13509e+00 9.37284e-01 4.81747e-01 4.80070e-01 4.36032e-01 4.10331e-01 4.73348e-01 1.74477e+00 4.59198e-01 4.97429e+00 5.10718e-01 2.67898e+00 7.40579e-01 4.90952e-01 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.80917e+04 3.85847e+03 1.85865e+03 1.01123e+04 3.59148e+03 7.64109e+03 1.37433e+04 6.28776e+03 1.67675e+04 6.13269e+03 3.27662e+03 5.80190e+01 7.28453e+03 1.82102e+04 1.92466e+03 3.16423e+04 3.28443e+04 1.59564e+04 1.80800e+04 3.48893e+04 1.57150e+05 5.40558e+04 7.01760e+04 1.97406e+03 1.29446e+03 5.83602e-01 5.77585e+03 1.50320e+02 1.96132e+02 3.69774e+02 2.06022e+02 6.90448e+03 2.72993e+03 1.94579e+03 1.03081e+04 3.03741e+02 2.84640e+02 2.29516e+01 1.04044e+03 3.50590e+03 9.81512e+02 3.49449e+03 1.26523e+03 2.57387e+02 5.27523e+03 3.64094e+03 1.68473e+04 2.69612e-01 1.60509e+03 3.06220e-01 3.79843e+02 6.63369e-01 3.36784e+05 1.12242e+04 2.05275e+04 1.46455e+05 3.18352e+04 7.12280e+04 2.30363e+05 1.09741e+05 1.49822e+05 1.10735e+05 2.58085e+04 8.71586e+03 1.09871e+05 3.66932e+05 8.88396e+04 2.08942e+05 2.48679e+05 1.24362e+05 1.84429e+05 1.05226e+05 3.02592e+06 2.52273e+05 6.75244e+05 2.44629e-01 5.06288e+04 2.23426e-01 1.19197e+04 8.12302e+02 6.04540e+03 1.12155e+04 2.95752e+03 8.88873e+03 1.81778e+04 8.13582e+03 2.09744e+04 7.03580e+03 8.62068e+03 6.24113e+01 1.55237e+04 4.27193e+04 2.46113e+03 4.61777e+04 4.89081e+04 2.54782e+04 2.17552e+04 3.88851e+04 2.80710e+05 9.58350e+04 1.13698e+05 2.71635e+03 2.02979e+03 7.20147e-01 4.79723e+04 1.87127e+03 7.34551e+04 3.94727e+04 1.04458e+04 3.54200e+04 7.06641e+04 3.21700e+04 8.34231e+04 2.65730e+04 1.36697e+04 2.51269e+02 8.34747e+04 1.37012e+05 7.06748e+03 1.50455e+05 1.44538e+05 7.45390e+04 6.65673e+04 1.14565e+05 8.07656e+05 2.59459e+05 2.95488e+05 6.31100e+03 5.26298e+03 3.66534e+00 1.70532e+04 1.21504e+03 9.87777e+02 8.89168e+02 3.48266e+02 8.91279e+02 2.15260e+03 9.50265e+02 2.60309e+03 8.56481e+02 4.31794e+02 7.01302e+00 2.56550e+03 8.18513e+03 7.80443e+02 1.34824e+04 1.39266e+04 7.46236e+03 6.81560e+03 1.10730e+04 2.40931e+04 6.05970e+03 8.64797e+03 1.84346e+02 1.32835e+02 4.21350e-01 6.25035e+05 3.75853e+03 5.86397e+04 2.74459e+05 9.24024e+04 2.30738e+04 1.62911e+05 6.59524e+04 9.59284e+04 1.04908e+04 1.81366e+04 6.75677e+03 1.27468e+05 3.56488e+05 1.29565e+04 1.69670e+05 3.69718e+05 1.32408e+05 4.51709e+05 2.05858e+05 5.23687e+05 5.40506e+05 4.79115e+05 1.84431e+05 1.41163e+05 4.77746e-01 3.73702e+05 3.50314e+03 5.90855e+04 2.64728e+05 3.16228e+04 4.16407e+05 3.47762e+05 3.49284e+05 6.49732e+05 5.17519e-01 5.07752e+04 9.77719e+03 2.14133e+05 1.42086e+06 5.10596e+04 1.34677e+06 1.02608e+06 3.30862e+05 4.90150e+05 6.49476e+05 1.16271e+07 4.62027e-01 3.14036e+06 7.19192e-04 2.06408e-01 3.97485e-01 1.23098e+05 3.91032e+03 4.03977e+04 1.20197e+05 2.28569e+04 8.79292e+04 1.42852e+05 6.35251e+04 1.88265e+05 6.83226e+04 3.16466e+04 6.36008e+02 1.00276e+05 3.19944e+05 1.25095e+04 2.74745e+05 2.92366e+05 1.42857e+05 1.50627e+05 2.54572e+05 1.73602e+06 6.10471e+05 7.93458e+05 1.33881e+04 1.07008e+04 2.11442e+00 1.31835e+00 1.93971e-01 2.72054e+00 4.34566e-01 6.45113e-01 6.39941e-01 8.96794e-01 4.57006e-01 1.18301e+00 4.26712e-01 2.00581e-01 3.55520e-01 4.21823e-01 1.83684e-01 1.94702e-01 1.95275e-01 1.93741e-01 1.95098e-01 8.01716e-01 1.93434e-01 1.65178e+00 2.08536e-01 1.01665e+00 1.94534e-01 1.78152e-01 9.31184e-01 9.37333e+03 1.32280e+04 2.02908e-01 2.93229e-01 2.13449e-01 2.18082e-01 7.41511e+02 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 8.14876e+03 2.61950e-01 4.29889e+02 1.11813e+04 8.73913e+03 2.56048e+03 1.92387e+04 1.13416e+04 3.17448e+04 1.07150e+04 5.67299e+03 2.66196e+00 7.63982e+02 8.15594e-01 1.34564e+05 4.92014e+03 5.19607e+04 1.34682e+05 6.40108e+04 8.59761e+04 1.94285e+05 7.95458e+04 2.17933e+05 7.52119e+04 4.06149e+04 6.39922e+02 1.42750e+05 3.03515e+05 1.90395e+04 4.03703e+05 4.39017e+05 2.23515e+05 1.91891e+05 3.14834e+05 2.37794e+06 6.40877e+05 9.95199e+05 2.57349e+04 1.66623e+04 1.26698e+00 2.80540e+04 1.64762e+03 2.68429e+04 6.65948e+03 2.40454e+03 5.64880e+03 1.24462e+04 5.86362e+03 1.72560e+04 6.52375e+03 3.25891e+03 1.23518e+02 3.22937e+04 6.12605e+04 3.24233e+03 5.66860e+04 5.55894e+04 2.95647e+04 2.32903e+04 4.18458e+04 2.36448e+05 7.13588e+04 9.35323e+04 2.82167e+03 1.79110e+03 7.29865e-01 1.10135e+03 2.83648e+00 1.86821e+04 2.46957e+05 5.96936e+04 2.05940e+05 4.52814e+05 2.04424e+05 5.79744e+05 1.76423e+05 8.50754e+04 7.96527e+02 8.84721e+04 1.03765e+06 3.63177e+04 9.61041e+05 9.69494e+05 4.57617e+05 3.72619e+05 7.49794e+05 8.16550e+06 2.35600e+06 2.80969e+06 4.93350e+04 4.75487e+04 4.77722e-02 3.27373e+04 1.69910e+03 3.66500e+03 1.66521e+04 1.29865e+04 1.36769e+04 3.07824e+04 1.30272e+04 3.76948e+04 1.34474e+04 6.73397e+03 1.52066e+02 1.22414e+04 1.09113e+05 4.11627e+03 7.39524e+04 7.71309e+04 4.12444e+04 3.64759e+04 6.41965e+04 3.01602e+05 8.81243e+04 1.20610e+05 3.26468e+03 2.29813e+03 8.89868e-01 8.35313e+04 4.05360e+03 2.06062e+04 5.47275e+04 4.77156e+04 4.04558e+04 8.78673e+04 3.79732e+04 1.04494e+05 3.49045e+04 1.96108e+04 2.97983e+02 5.56082e+04 1.56248e+05 8.23083e+03 1.84725e+05 1.82521e+05 9.03541e+04 8.36676e+04 1.40024e+05 1.22764e+06 3.96196e+05 4.66081e+05 1.06703e+04 8.87488e+03 5.16690e-01 2.66724e+04 9.44389e+03 2.11720e+05 2.57255e+05 1.80508e+06 3.68433e+05 3.82202e+05 3.42610e+05 4.41555e+06 1.75796e+05 8.11249e+05 3.02230e+05 1.45096e+06 1.30001e+06 1.65952e+05 2.13894e+06 4.75729e+06 2.21269e+05 1.36449e+06 1.05055e+05 3.66011e+06 1.13445e+05 5.81819e+05 7.50390e+03 2.15362e+06 2.17573e-01 4.17194e+03 7.25767e+00 1.56950e+02 2.38656e+03 6.22858e+02 1.16270e+03 5.37496e+03 1.27384e+03 3.35372e+03 2.37805e+03 2.05717e+02 4.32892e+01 2.88340e+03 4.09722e+03 1.05588e+03 2.72088e+03 3.00418e+03 1.07496e+03 2.81994e+03 3.31977e+03 2.12193e+04 2.21420e+03 4.88803e+03 2.11616e+00 9.84127e+02 8.83576e-01 3.47340e-01 8.13081e-01 2.00495e-01 3.56339e-01 1.75459e-01 1.92609e-01 1.90738e-01 2.06296e-01 1.96520e-01 1.98282e-01 1.97152e-01 3.91012e-01 2.37375e-01 1.97227e-01 2.06459e-01 1.92646e-01 1.81640e-01 1.75434e-01 2.18192e-01 2.10445e-01 1.97205e-01 2.25050e-01 1.99363e-01 2.41139e-01 2.16984e-01 6.43102e-01 1.03339e+01 4.61106e-01 6.62436e+00 3.63070e+00 4.37338e+00 1.37854e+00 9.81222e+00 4.04900e+00 8.31453e+00 3.01464e+00 7.44247e-01 1.31752e+00 1.67032e+00 1.83414e+00 7.71162e-02 9.93942e-01 2.21066e+00 6.78549e-01 4.18466e+00 7.62112e-01 4.48008e+00 1.47188e+00 1.08088e+00 1.55447e-03 4.46134e-01 1.23004e+00 2.41335e+07 3.75543e+06 2.61016e+07 1.15980e+07 3.62830e+06 4.33021e+06 7.22871e+06 2.20812e+06 3.34308e+06 4.44134e+06 7.34901e+05 7.90706e+04 8.27228e+05 7.40979e+06 4.56519e+05 5.88402e+06 1.30869e+07 3.67654e+06 4.78692e+06 2.18448e+06 1.89596e+07 7.76697e+04 1.71412e+06 2.71101e-03 7.78059e-01 9.65011e-02 3.12093e+07 3.72612e+05 9.78292e+04 1.82786e+06 8.08931e+05 4.46163e+05 3.14451e+05 7.03872e+05 3.45334e+05 7.34639e+04 3.52762e+05 8.50951e+04 1.20319e+05 2.60692e+05 3.26037e+05 4.20225e+06 9.34638e+06 1.40517e+06 8.44787e+06 1.47587e+05 9.98406e+06 3.16785e+00 3.20122e+06 1.87799e+03 5.38984e+05 7.55483e-01 5.37876e+05 2.77934e+04 2.12106e+06 1.07408e+06 2.13819e+05 4.55212e+05 1.04241e+06 5.22987e+05 1.64129e+06 1.06658e+06 3.10490e+05 2.07774e+04 1.13380e+06 2.72532e+06 1.43301e+05 2.93596e+06 3.18417e+06 1.86644e+06 1.54566e+06 2.13447e+06 1.35722e+07 9.73828e+06 1.01191e+07 9.84617e+04 1.05392e+05 8.62297e+00 3.29491e+04 3.79234e+03 1.45150e+03 2.35747e+04 1.54019e+03 1.90071e+04 1.11511e+05 6.78019e+03 7.63998e+04 1.32599e+03 1.09256e+03 2.21569e+02 7.21858e+03 3.07920e+04 5.30986e+03 2.59773e+04 1.31631e+04 1.20441e+04 1.00538e+04 2.62959e+03 1.55227e+05 2.46299e+00 2.70869e+04 3.71673e-01 1.55492e+03 4.25557e-01 9.31491e+00 5.07675e-01 6.11762e+01 8.86313e+00 2.08516e+00 1.22712e+00 4.77039e+00 2.82488e+00 7.44823e+00 7.05375e-01 1.64924e+00 2.25967e+00 5.21813e-01 1.29805e+00 7.36227e-03 9.48915e-02 2.11052e-01 5.37553e-01 1.86970e+00 5.88314e-01 3.63020e+00 2.61116e-01 2.10750e+00 1.08370e-03 3.11022e-01 3.30257e+00 5.15958e-01 2.30603e-01 2.50553e+01 4.87872e-01 8.19615e-01 7.28224e-01 1.11185e+00 5.55143e-01 1.36664e+00 5.53340e-01 2.47845e-01 2.40406e-01 5.23027e-01 2.61538e-01 2.42723e-01 2.58221e-01 2.59734e-01 2.54654e-01 1.04180e+00 2.53959e-01 2.03915e+00 2.61845e-01 1.24043e+00 3.87890e-01 2.17014e-01 6.64373e-01 1.10951e+04 4.97247e+02 4.39544e+03 1.17079e+04 2.80139e+03 6.65901e+03 1.46928e+04 7.21506e+03 1.73081e+04 6.08281e+03 3.03916e+03 6.42257e+01 1.31902e+04 3.12164e+04 1.58693e+03 3.33335e+04 3.67485e+04 1.81112e+04 1.62561e+04 2.80018e+04 2.07555e+05 6.30478e+04 8.00343e+04 1.70903e+03 1.45159e+03 3.19575e-01 5.72978e+06 5.96294e+05 3.46416e+05 7.58525e+06 7.05019e+05 3.83017e+06 6.87066e+06 3.72756e+06 8.76945e+06 1.56094e+06 1.18787e+06 1.21634e+05 6.40606e+06 3.69128e+06 7.71420e+05 3.10839e+07 8.67949e+06 5.10872e+06 5.50104e+06 5.17217e+06 1.13214e+08 5.21854e-01 2.03691e+07 5.73196e+04 8.37404e+05 2.50224e-01 4.06261e+03 1.60927e+02 3.04122e+03 5.63918e+03 1.51112e+03 3.64216e+03 8.69016e+03 3.49202e+03 9.89546e+03 3.41217e+03 1.72832e+03 3.49700e+01 7.53035e+03 1.51738e+04 7.77644e+02 1.66961e+04 1.57266e+04 8.98327e+03 8.84415e+03 1.40816e+04 1.15818e+05 3.91847e+04 5.81244e+04 9.80324e+02 7.74148e+02 1.80162e+00 2.36130e+07 3.86936e+06 3.41127e+05 5.27221e+05 6.50142e+05 3.13928e+05 2.60747e+05 3.21940e+05 6.93280e+03 6.31575e+03 2.89577e+05 4.89718e+03 6.22742e+05 1.26098e+00 1.88572e+04 2.43048e+05 5.40572e+05 1.25472e+05 2.73111e+06 3.52701e+05 2.52515e+06 3.29030e+04 6.40437e+05 3.16654e-03 9.08797e-01 3.16878e+00 5.94875e+04 1.46585e+03 9.95577e+02 1.36384e+04 3.33434e+03 2.54417e+03 1.35814e+04 1.10232e+03 2.06136e+03 2.25432e+02 7.53754e+03 2.80810e+03 7.92041e+03 1.69514e+04 3.04329e+02 3.92246e+03 8.72410e+03 1.88705e+04 1.46650e+04 9.90938e+03 2.37987e+04 7.40172e+03 9.22072e+03 3.43509e+01 9.85872e+03 4.14724e-01 2.71744e+04 4.33327e+03 4.02405e+06 3.57208e+04 1.76027e+04 1.13660e+04 2.75899e+05 3.26775e+04 1.44758e+04 2.37289e+03 2.65081e+04 2.75783e+03 2.36962e+04 9.62330e+04 8.57744e+03 1.10554e+05 2.45887e+05 5.92125e+04 8.79205e+04 1.81251e+05 1.14537e+06 4.68010e+03 3.42572e+04 1.23637e+03 1.12985e+04 7.28997e+00 1.04699e+06 1.06039e+02 7.87441e+03 8.76804e+04 5.84555e+04 5.62642e+03 3.01005e+04 3.77913e+04 1.87771e+04 3.49272e+04 1.27537e+04 4.75136e+03 1.81116e+05 6.89868e+04 9.35533e+03 2.41747e+04 3.29449e+05 7.52008e+03 3.20762e+04 2.85645e+04 2.45556e+05 2.22667e+05 1.00876e+05 3.34126e-03 9.58942e-01 1.17110e+00 6.27359e+04 2.25027e+03 1.35696e+04 1.58355e+04 5.25209e+03 1.55306e+04 2.59054e+04 1.09241e+04 3.38791e+04 1.19334e+04 6.00335e+03 9.61974e+01 4.78052e+04 7.30880e+04 4.55695e+03 9.48057e+04 8.71329e+04 4.76381e+04 2.98403e+04 5.08407e+04 3.33173e+05 9.42469e+04 1.19827e+05 2.79767e+03 2.02416e+03 1.76213e+00 4.89322e+03 3.55683e+03 1.28479e+03 9.45117e+04 5.28849e+03 7.47562e+04 3.14631e+04 2.21301e+04 1.35874e+04 6.66072e+02 2.74052e+03 1.49794e+03 1.64766e+05 2.23685e+05 6.66794e+04 3.77725e+05 1.98010e+05 9.41416e+03 1.79432e+05 7.38781e+04 4.27114e+05 4.17631e-01 7.41807e+04 5.63419e-01 4.32482e+03 1.81471e+00 6.41012e+04 2.32835e+03 1.39696e+04 9.08689e+04 2.32090e+04 5.58722e+04 1.15933e+05 5.17640e+04 1.64263e+05 5.43274e+04 3.05407e+04 4.77223e+02 5.32982e+04 2.73667e+05 1.42302e+04 2.85743e+05 3.22831e+05 1.68993e+05 1.13971e+05 2.10034e+05 1.87272e+06 6.30073e+05 8.12685e+05 1.74706e+04 1.30551e+04 8.46952e-01 1.18637e+04 5.07904e+02 4.62112e+03 4.40792e+03 2.18455e+03 3.53761e+03 7.93551e+03 3.49214e+03 9.16840e+03 3.17339e+03 1.61325e+03 3.70180e+01 1.15704e+04 1.37420e+04 5.05832e+02 1.05206e+04 1.10584e+04 5.47187e+03 4.91063e+03 8.81989e+03 9.04003e+04 2.80258e+04 3.15986e+04 6.62774e+02 5.22904e+02 4.31474e-01 2.93469e+04 1.63373e+03 9.59498e+02 3.23817e+03 8.46732e+02 2.46411e+03 5.36420e+03 2.16528e+03 6.37373e+03 3.56535e+03 1.15645e+03 1.60244e+01 4.16695e+03 1.02754e+04 6.28552e+02 1.19214e+04 1.31611e+04 8.14028e+03 7.43534e+03 1.21803e+04 5.13975e+04 2.04861e+04 2.62875e+04 4.89527e+02 3.51577e+02 4.01920e-01 5.36714e+04 2.25535e+03 3.95977e+05 7.87458e+04 1.80630e+04 5.40263e+04 1.34438e+05 5.28295e+04 1.51549e+05 5.41639e+04 2.47530e+04 5.08024e+02 2.98118e+05 2.92575e+05 1.11672e+04 2.50525e+05 2.52941e+05 1.39883e+05 1.38469e+05 2.01985e+05 1.64117e+06 8.74528e+05 8.02716e+05 1.20834e+04 1.21814e+04 2.53069e-01 3.54655e+03 2.47714e+02 2.68482e+03 7.98556e+03 2.08445e+03 6.72866e+03 1.43839e+04 6.52996e+03 1.79888e+04 5.92594e+03 3.02156e+03 4.75445e+01 9.55082e+03 2.67085e+04 1.44823e+03 3.02545e+04 2.77835e+04 1.38254e+04 1.23753e+04 2.26103e+04 1.78871e+05 4.54242e+04 5.78285e+04 1.43513e+03 1.27498e+03 1.45210e+00 6.46602e+05 1.00504e+03 1.93875e+04 2.12001e+05 1.98022e+05 1.42446e+05 9.51822e+04 3.83627e+04 1.16969e+05 2.33496e+04 3.84238e+04 1.08158e+04 1.68248e+04 3.02595e+05 1.21912e+05 5.17823e+05 5.72342e+05 1.02508e+05 4.36454e+05 2.39873e+05 7.55796e+05 3.68348e-01 1.12597e+05 5.38411e-01 1.30812e+05 7.94444e-01 1.29394e+01 4.16890e-01 4.21681e+00 2.92687e+01 5.22720e+01 2.30461e+01 1.06239e+02 8.86005e+01 8.18436e+01 3.28571e+01 5.27184e-01 5.11590e-01 4.02806e+01 2.73728e+02 1.30422e+02 2.63800e+02 1.75328e+02 1.07506e+02 1.55857e+02 2.37504e+02 2.37200e+03 2.44107e+01 6.18235e+02 8.31377e+00 1.07260e+01 7.06241e-01 3.17339e-02 1.43483e-01 2.31965e-01 1.44462e-01 5.12202e-01 1.15527e-01 1.33755e-01 1.17174e-01 1.59015e-01 1.92457e-01 1.62472e-01 3.27828e-01 4.02305e-01 5.02542e-01 6.28341e-01 6.09985e-01 5.30142e-01 4.82065e-01 4.12991e-01 4.29525e-01 1.03947e+00 9.16941e-01 8.37136e-01 1.07795e+00 9.58863e-01 1.19568e+00 5.42443e+04 1.58547e+03 4.86569e+03 2.62948e+04 1.19374e+04 1.77454e+04 3.72066e+04 1.56493e+04 4.32560e+04 1.47218e+04 8.11643e+03 1.38569e+02 1.85873e+04 5.20331e+04 3.87902e+03 7.24477e+04 7.69625e+04 4.00338e+04 4.96625e+04 8.46985e+04 4.01604e+05 1.08084e+05 1.57412e+05 4.04311e+03 2.96963e+03 1.22632e+00 4.09576e+04 1.51104e+03 4.51659e+03 1.23517e+04 4.34626e+03 8.52767e+03 1.75755e+04 7.57023e+03 1.96799e+04 7.30041e+03 3.93116e+03 1.33477e+02 1.39159e+04 2.88152e+04 2.66875e+03 4.50283e+04 4.77807e+04 2.61627e+04 1.95237e+04 3.28159e+04 2.18938e+05 5.52538e+04 8.54861e+04 2.62622e+03 1.77077e+03 6.78697e-01 4.57196e+06 4.80803e+05 7.20983e+06 1.59139e+06 5.29961e+05 1.13335e+06 4.41321e+06 1.02383e+06 8.00333e+06 5.38650e+05 3.36872e+05 7.69762e+04 1.77697e+06 6.87513e+05 1.29590e+05 1.67027e+06 3.71491e+06 9.35394e+05 1.32450e+06 1.66973e+06 7.46727e+06 6.10235e+04 8.61875e+05 5.52712e+00 8.71775e-01 4.09310e-01 8.99444e+03 1.26317e+03 1.59213e+03 2.18237e+03 2.38540e+03 1.53064e+03 2.82338e+03 1.63464e+03 4.24925e+03 1.75854e+03 9.56169e+02 4.48869e+01 4.09427e+03 2.19970e+04 2.06906e+03 2.90143e+04 2.79281e+04 1.54325e+04 1.36716e+04 2.22795e+04 8.90386e+04 3.48422e+04 3.75781e+04 1.30571e+03 7.82469e+02 5.15089e-01 5.65953e+04 3.21850e+03 8.10672e+03 9.62451e+03 3.58112e+03 9.69772e+03 2.25276e+04 1.00771e+04 3.14482e+04 1.11007e+04 5.33264e+03 7.60184e+01 3.59056e+04 7.13839e+04 4.19500e+03 8.04271e+04 7.91756e+04 3.87005e+04 2.68519e+04 5.74963e+04 4.17023e+05 1.34024e+05 1.63757e+05 3.97587e+03 2.83545e+03 1.43788e+00 1.30545e+00 3.01656e-01 1.46388e+00 4.58399e-01 7.53313e-01 7.46034e-01 1.33187e+00 6.16534e-01 1.60420e+00 4.90959e-01 2.40404e-01 4.42311e-01 4.84639e-01 2.68510e-01 2.74260e-01 2.57646e-01 2.49817e-01 2.53777e-01 1.11780e+00 2.87098e-01 2.30935e+00 2.90731e-01 1.47014e+00 2.84441e-01 2.48570e-01 3.84612e-01 4.40385e+04 4.16490e+03 2.72613e+04 1.75556e+04 2.72741e+03 7.30617e+03 1.62609e+04 7.25523e+03 1.94549e+04 7.32641e+03 3.40978e+03 1.10836e+02 3.09585e+04 4.32588e+04 2.34249e+03 3.62762e+04 3.46244e+04 2.15603e+04 1.87703e+04 2.89020e+04 1.84674e+05 5.74389e+04 8.51486e+04 2.01233e+03 1.22410e+03 1.08737e+00 7.17806e+04 3.21914e+03 1.28353e+03 7.89174e+04 8.02155e+04 2.03760e+04 4.04233e+04 2.08358e+04 1.20703e+04 1.32001e+03 2.77647e+04 5.34944e+03 3.82527e+04 7.45693e+04 3.91065e+03 5.04040e+04 1.12105e+05 1.18792e+05 1.06196e+05 6.73316e+04 3.15358e+05 2.64971e+04 9.42095e+04 3.05866e+01 8.77836e+03 3.03949e-01 7.91311e+06 1.92804e+05 6.58953e+06 1.20366e+07 2.18506e+06 1.59160e+06 8.68819e+06 3.70156e+06 4.41277e+06 7.30154e+06 1.08030e+06 1.79878e+05 2.20190e+06 1.21666e+07 6.77635e+05 8.73396e+06 1.94255e+07 5.73732e+06 1.24436e+07 5.26459e+06 4.85037e+07 9.55464e+04 1.20205e+07 7.60301e-04 2.18207e-01 6.49861e-02 2.84433e+03 1.18676e+02 1.84988e+03 9.88475e+03 2.41742e+03 7.29233e+03 1.58620e+04 7.09917e+03 1.95109e+04 6.80839e+03 3.30682e+03 5.38612e+01 5.56199e+03 5.51576e+04 3.10976e+03 6.79215e+04 6.42190e+04 3.59620e+04 2.91574e+04 4.65268e+04 3.05102e+05 1.03826e+05 1.16761e+05 2.24167e+03 2.10861e+03 4.31782e-01 3.43910e+05 1.42011e+03 9.83802e+04 6.41172e+03 3.89076e+03 4.67277e+03 1.16647e+04 5.51808e+03 1.46036e+04 5.27608e+03 2.41715e+03 5.41580e+01 3.52211e+03 5.03976e+04 8.17142e+03 1.58408e+05 1.45944e+05 6.73049e+04 1.11993e+05 1.78360e+05 8.15326e+05 2.07537e+05 1.78158e+05 6.96049e+03 5.16281e+03 2.59690e+00 2.16910e+04 5.67864e+02 5.07392e+03 4.90015e+03 1.38076e+03 3.95023e+03 8.97359e+03 4.17840e+03 1.16647e+04 4.25235e+03 1.86548e+03 2.66874e+01 1.56443e+04 2.19335e+04 1.26478e+03 2.81138e+04 3.09810e+04 1.31444e+04 1.39147e+04 2.80181e+04 1.57435e+05 5.96139e+04 6.60835e+04 2.53868e+02 8.18070e+02 2.92789e-01 2.29004e+05 1.18185e+04 1.20757e+05 2.97125e+05 1.44440e+05 1.87811e+05 4.20158e+05 1.92709e+05 5.70391e+05 1.72112e+05 8.44366e+04 1.34911e+03 2.89048e+05 8.10831e+05 3.79536e+04 8.35239e+05 8.04911e+05 4.28717e+05 3.91415e+05 6.33207e+05 4.77378e+06 1.80211e+06 2.23143e+06 3.37630e+04 3.40472e+04 7.06365e-01 5.63303e+04 2.81600e+03 1.04126e+04 3.08527e+04 8.32084e+03 2.27389e+04 5.03806e+04 2.32368e+04 6.65882e+04 2.54125e+04 1.12963e+04 2.47215e+02 4.20251e+04 9.12495e+04 5.49642e+03 1.10174e+05 1.13207e+05 6.03215e+04 5.09303e+04 9.18485e+04 5.91575e+05 2.12412e+05 2.56106e+05 3.40640e+03 3.78269e+03 2.20978e+00 2.20438e+05 7.64834e+03 2.01944e+05 1.22127e+05 4.19992e+04 1.00729e+05 2.22952e+05 9.61007e+04 2.78055e+05 9.34603e+04 4.51871e+04 6.82284e+02 1.06692e+05 4.12451e+05 2.27510e+04 5.25884e+05 5.20889e+05 2.68433e+05 2.66976e+05 4.02422e+05 1.90267e+06 7.17402e+05 9.65640e+05 1.30227e+04 1.16149e+04 3.39859e+00 8.11699e+02 4.65865e+01 3.69619e+02 7.98737e+02 1.70928e+02 4.07450e+02 9.19796e+02 3.96700e+02 1.07962e+03 4.01915e+02 1.97477e+02 4.91166e+00 1.04840e+03 1.44350e+03 9.23329e+01 1.90463e+03 1.99436e+03 1.02469e+03 8.27135e+02 1.40858e+03 1.20214e+04 4.93647e+03 5.37908e+03 1.09407e+02 8.52312e+01 6.80412e-01 7.87976e+04 3.61290e+03 1.69147e+04 3.59210e+04 1.79977e+04 2.71152e+04 6.52071e+04 3.24607e+04 7.22604e+04 2.72126e+04 1.28593e+04 2.52442e+02 4.86669e+04 1.39910e+05 7.22316e+03 1.56278e+05 1.53892e+05 8.15338e+04 7.18890e+04 1.20399e+05 8.02558e+05 2.03366e+05 2.96069e+05 6.43601e+03 5.77949e+03 5.06013e-01 6.72508e-01 4.00974e-01 1.10283e+01 7.24789e-01 1.46789e+00 1.08427e+00 1.69149e+00 8.87561e-01 3.19756e+00 8.12245e-01 4.86352e-01 4.68306e-01 5.49126e-01 3.23786e-01 3.06196e-01 3.31111e-01 3.12789e-01 3.30634e-01 1.22023e+00 3.38981e-01 2.70288e+00 1.78407e-01 1.84707e+00 3.24877e-01 3.31301e-01 5.79404e-01 5.51507e-02 7.99583e-03 2.11172e-02 1.41251e-02 2.87211e-02 7.19709e-03 3.89786e-02 1.94052e-02 3.62881e-02 3.96849e-03 6.86078e-03 2.55598e-03 6.59839e-02 9.72473e-02 2.16658e-03 2.79248e-02 6.21086e-02 1.20372e-01 1.22512e-01 2.31779e-02 2.15153e-01 1.03726e-01 2.72843e-01 8.36955e-01 7.69545e-02 3.68773e-03 1.41522e+04 8.53795e+02 1.75819e+04 2.17783e+04 5.71325e+03 1.71283e+04 3.86522e+04 2.93549e+04 4.71453e+04 1.62457e+04 8.04987e+03 1.77398e+02 1.89893e+04 8.40097e+04 3.47208e+03 7.01439e+04 6.97277e+04 3.62025e+04 3.38262e+04 5.64851e+04 4.26787e+05 1.87306e+05 1.82350e+05 3.95662e+03 3.28975e+03 1.14636e+00 8.62194e+05 4.58377e+04 1.47205e+05 2.95272e+05 7.05869e+04 3.59629e+05 2.39840e+05 1.38077e+05 1.86683e+05 4.21938e+04 4.14341e+04 5.82212e+04 3.94291e+05 4.93432e+05 2.45045e+04 6.98292e+05 4.59423e+05 1.01616e+05 3.29279e+05 4.28245e+05 3.06170e+06 1.61633e+00 4.72865e+05 2.08729e+02 5.99053e+04 8.69854e-01 4.58972e+04 2.60198e+03 1.17711e+04 2.54077e+04 1.16051e+04 1.95693e+04 4.14612e+04 1.88625e+04 4.90915e+04 1.73608e+04 9.06289e+03 1.83503e+02 3.20668e+04 7.34574e+04 4.26515e+03 8.52522e+04 8.33424e+04 4.20155e+04 3.46087e+04 6.17119e+04 4.67290e+05 1.43207e+05 1.92364e+05 5.56507e+03 3.31984e+03 4.98844e-01 4.09278e+05 2.79753e+04 4.91350e+04 4.09256e+04 1.57036e+04 4.14167e+04 1.15420e+05 4.36094e+04 1.31353e+05 4.85043e+04 2.17951e+04 3.03080e+02 1.44335e+05 2.07176e+05 1.50911e+04 3.21319e+05 3.44208e+05 1.81679e+05 1.52662e+05 2.44259e+05 1.48012e+06 4.40948e+05 6.28294e+05 1.06805e+04 9.64718e+03 7.14789e-01 6.50120e+04 2.70324e+03 1.44331e+05 9.43733e+04 2.31453e+04 4.35162e+04 1.17785e+05 4.22856e+04 1.43896e+05 6.55720e+04 2.85313e+04 7.45365e+02 1.20221e+05 2.78956e+05 1.58495e+04 2.94183e+05 3.92340e+05 2.22543e+05 1.66064e+05 2.30516e+05 1.49718e+06 9.84043e+05 1.10833e+06 5.35654e+04 1.17739e+04 3.93270e+00 1.61428e+02 4.67295e+01 2.33298e+03 9.57111e+01 1.05086e+01 7.68472e+01 5.81299e+01 7.99888e+01 4.27967e+01 2.45841e+01 8.18437e+00 1.03575e+01 1.51449e+02 2.33596e+02 4.88544e+01 2.35921e+02 1.28010e+01 3.33453e+01 3.78705e+02 5.50005e+01 1.37321e+03 3.39003e-01 3.47576e+02 3.17343e-01 1.49230e+01 3.44994e-01 2.27250e+04 1.01041e+03 8.71082e+03 2.18380e+04 5.49029e+03 1.54693e+04 3.43167e+04 1.51588e+04 4.24254e+04 1.53863e+04 7.43180e+03 1.90625e+02 2.61298e+04 7.15935e+04 3.58509e+03 7.27428e+04 8.12143e+04 4.07584e+04 3.19917e+04 6.09105e+04 4.58426e+05 1.80945e+05 2.24255e+05 4.73730e+03 3.07499e+03 4.02096e-01 3.51277e+04 3.74858e+03 3.24947e+05 5.63017e+04 1.47666e+04 4.41161e+04 1.02453e+05 4.84726e+04 1.49221e+05 5.02511e+04 2.45694e+04 3.80696e+02 9.52826e+04 2.62190e+05 9.62529e+03 2.14924e+05 1.95984e+05 1.12131e+05 1.35704e+05 1.69993e+05 9.66254e+05 7.53137e+05 6.01174e+05 1.18484e+04 8.56260e+03 1.23805e+00 6.51565e+05 2.70916e+04 2.02214e+05 5.48944e+05 3.62774e+05 4.17407e+05 9.16510e+05 3.79385e+05 1.01786e+06 3.51438e+05 2.05218e+05 3.01529e+03 6.75572e+05 1.39075e+06 8.85649e+04 1.88600e+06 1.90960e+06 1.02110e+06 9.01005e+05 1.50692e+06 1.01578e+07 2.56550e+06 3.86276e+06 8.19702e+04 7.69293e+04 1.19076e+00 5.94638e+04 5.41799e+03 2.68189e+04 5.64968e+04 1.81397e+04 4.66252e+04 1.07841e+05 5.35686e+04 1.78536e+05 6.54775e+04 2.74677e+04 3.29751e+02 1.08768e+05 3.80321e+05 1.43836e+04 3.14426e+05 2.75163e+05 1.41165e+05 1.52992e+05 2.55558e+05 1.83762e+06 6.03279e+05 6.74912e+05 1.44881e+04 1.42748e+04 1.33516e+00 7.76926e+00 1.45358e+00 3.87253e+00 2.86541e+00 9.24461e-01 2.15160e+00 4.01283e+00 1.92732e+00 4.84760e+00 2.01309e+00 1.23918e+00 7.57255e-01 8.15427e+00 1.48878e+01 1.00262e+00 1.05740e+01 9.30354e+00 5.30024e+00 3.14329e+00 5.52893e+00 5.99867e+01 2.13757e+01 2.68992e+01 1.24441e+00 9.99091e-01 1.41332e+00 3.61435e+06 2.98639e+04 4.21029e+03 2.46954e+04 3.99615e+05 5.64751e+04 4.57919e+04 1.53534e+04 5.62326e+04 6.14963e+03 6.47188e+04 2.41109e+04 5.49709e-01 3.66304e+05 1.43344e+04 1.84754e+05 4.10918e+05 1.31671e+05 1.20068e+05 8.11321e+03 2.88976e+05 4.25575e-01 2.11654e+05 2.50592e+03 7.19199e+05 3.03453e-01 3.55282e-01 3.25566e-01 7.43686e-01 2.55885e+00 1.44819e+00 9.68555e-01 2.16209e+00 1.09579e+00 7.23563e-01 3.82719e-01 3.44414e-01 1.06435e-01 3.62759e-01 3.94743e-01 8.15407e-03 1.05097e-01 2.33750e-01 3.34896e-01 2.92758e-01 5.53867e-02 1.44912e+00 4.28660e-01 7.60505e-01 3.66989e-01 2.79039e-01 4.71319e-01 4.85504e+06 9.40238e+05 6.56743e+04 6.39533e+06 7.34550e+05 3.35626e+05 1.71448e+06 3.00375e+05 2.39542e+06 2.22150e+05 2.34186e+05 2.76595e+04 1.05788e+06 2.92340e+06 1.50667e+05 1.94193e+06 4.31912e+06 7.57761e+05 7.48161e+05 6.57617e+05 8.62322e+06 4.13430e+00 1.34517e+06 1.33791e-03 3.83981e-01 2.04387e+00 6.07161e-01 2.87735e-01 4.03123e+01 5.98577e-01 9.71476e-01 9.63662e-01 1.46597e+00 6.47121e-01 1.64303e+00 1.19616e+00 3.22198e-01 3.52626e-01 2.47358e+00 3.36606e-01 3.12109e-01 3.51634e-01 3.15183e-01 3.50449e-01 1.43204e+01 3.57720e-01 2.55091e+00 3.35105e-01 1.68638e+00 3.06831e-01 2.83461e-01 5.54385e-01 4.61912e-01 2.16867e-01 6.62908e+00 4.69367e-01 7.38306e-01 7.87595e-01 9.26266e-01 4.75711e-01 1.22748e+00 4.72554e-01 2.52949e-01 2.50672e-01 4.21185e-01 2.21658e-01 2.09393e-01 2.12625e-01 2.09348e-01 2.25926e-01 7.99120e-01 2.06494e-01 1.78449e+00 2.24275e-01 1.13529e+00 2.29671e-01 2.04821e-01 1.25893e+00 6.55477e+03 3.01009e+02 1.86592e+05 2.79056e+04 7.03644e+03 2.10255e+04 5.14098e+04 2.29449e+04 7.45309e+04 2.85011e+04 1.15906e+04 2.83606e+02 5.00972e+04 1.42943e+05 4.87980e+03 1.05336e+05 1.03984e+05 6.60829e+04 5.49959e+04 7.52774e+04 5.00170e+05 2.93400e+05 3.20917e+05 6.34765e+03 3.62983e+03 4.33767e+00 1.28676e+00 3.13864e-01 4.08444e+02 1.97213e+00 1.40154e+00 6.57683e-01 3.00576e+00 1.01890e+00 2.33271e+00 1.46536e+00 8.82748e-01 0.00000e+00 8.32804e-01 5.00695e-01 5.92034e-03 7.63067e-02 1.69717e-01 4.90957e-01 6.48179e-01 2.04038e-01 7.56586e-01 1.14430e+00 1.33077e+00 2.03691e-02 2.41153e-01 6.51521e+00 1.41362e+05 1.03597e+04 9.49682e+03 1.19822e+04 6.38156e+03 4.63508e+03 7.86703e+03 6.20316e+03 1.00978e+04 4.35895e+03 2.61919e+03 1.11545e+03 1.88828e+04 2.89077e+04 3.46024e+03 2.83773e+04 5.83245e+04 1.69074e+04 2.83656e+04 2.65355e+04 3.09609e+04 2.63965e+04 3.16768e+04 1.85550e+03 6.53212e+03 3.58921e+02 3.27196e+06 3.09274e+02 1.07362e+05 1.81501e+06 1.18358e+05 3.25341e+05 6.37299e+05 2.13171e+05 3.23303e+05 6.02531e+04 1.64937e+05 2.18725e+00 5.23724e+05 1.09469e+06 5.86068e+04 9.65600e+05 6.63603e+05 3.95779e+05 1.37701e+06 7.51974e+05 3.22924e+06 4.86354e+03 2.50310e+05 4.98387e+00 5.09517e+00 1.35073e+00 1.84035e+07 2.84908e+06 1.70717e+06 8.53796e+06 6.70886e+05 2.78439e+06 2.66665e+07 1.22485e+07 7.59478e+06 3.23398e+02 1.81669e+06 8.43459e+05 5.76067e+06 1.26134e+07 1.91325e+06 2.46596e+07 5.48464e+07 9.19406e+01 1.40945e+07 1.38154e+02 4.06447e+06 2.50095e+01 6.27777e+06 9.80568e-03 2.81423e+00 1.72995e+01 4.79971e+04 2.95506e+03 1.54661e+03 5.48290e+03 2.21511e+03 5.12000e+03 1.30141e+04 5.60186e+03 1.73310e+04 6.03329e+03 2.98718e+03 5.89948e+01 7.44969e+03 5.22608e+04 2.68182e+03 4.72334e+04 5.15885e+04 2.54296e+04 1.97988e+04 3.85602e+04 2.62272e+05 7.94320e+04 1.09775e+05 2.78664e+03 1.87606e+03 1.11957e+00 6.35034e+03 1.44097e+03 1.18427e+03 1.18073e+03 3.98703e+02 9.54280e+02 2.10112e+03 9.34399e+02 2.61932e+03 9.09089e+02 4.57106e+02 8.77472e+00 3.28314e+03 1.33573e+04 6.23376e+02 8.38435e+03 9.00004e+03 4.82481e+03 5.26398e+03 8.15592e+03 1.87236e+04 5.38259e+03 7.60295e+03 2.47026e+02 1.22358e+02 6.09387e-01 9.20108e+02 4.13090e+01 4.04038e+02 4.34463e+03 1.16430e+03 3.70826e+03 8.37007e+03 3.93621e+03 1.19775e+04 4.10273e+03 1.75403e+03 2.86953e+01 1.40299e+03 1.08761e+04 6.40119e+02 1.13648e+04 1.13240e+04 5.42507e+03 2.58261e+03 5.56540e+03 5.52007e+04 1.74768e+04 1.96558e+04 4.70784e+02 2.62305e+02 2.32516e-01 6.54635e+03 6.07020e+02 5.09314e+02 6.50172e+02 2.24063e+02 5.60604e+02 1.09689e+03 5.44409e+02 1.29488e+03 5.06497e+02 2.72959e+02 4.32395e+00 1.09855e+03 6.04677e+03 4.84427e+02 4.61516e+03 5.17304e+03 2.88636e+03 3.19058e+03 4.88058e+03 7.89844e+03 2.60463e+03 3.24439e+03 1.33384e+02 8.34619e+01 1.71184e+00 1.97887e+05 7.86961e+03 1.10034e+06 3.13033e+05 7.72377e+04 2.44378e+05 6.47760e+05 2.42823e+05 7.20496e+05 2.59916e+05 1.13647e+05 2.54313e+03 5.20479e+05 1.23127e+06 4.93244e+04 1.18892e+06 1.05436e+06 6.22608e+05 6.28583e+05 9.63772e+05 7.50471e+06 2.79195e+06 2.93930e+06 5.50907e+04 5.19251e+04 7.89362e+00 2.56413e+02 1.67820e+01 1.05455e+02 2.80237e+02 6.26204e+01 1.88314e+02 3.70768e+02 1.81826e+02 4.46956e+02 1.43508e+02 7.71461e+01 1.66580e+00 2.26273e+02 6.61994e+02 3.55294e+01 7.06093e+02 7.16017e+02 3.84223e+02 3.20052e+02 5.53986e+02 3.96082e+03 1.41752e+03 1.98834e+03 3.04335e+01 2.09967e+01 1.18933e+00 1.22312e+05 4.84326e+03 6.24985e+04 1.18731e+05 2.94093e+04 9.81334e+04 2.14079e+05 9.18051e+04 2.28834e+05 6.92094e+04 3.65244e+04 3.79910e+02 1.34558e+05 2.94679e+05 1.21984e+04 3.74301e+05 3.75512e+05 1.84054e+05 1.71776e+05 3.18722e+05 2.92767e+06 7.99547e+05 1.06339e+06 1.19485e+04 1.42413e+04 2.51333e-01 4.03341e+03 3.99171e+02 9.34702e+02 3.61360e+03 7.07922e+02 1.89323e+03 3.76079e+03 1.90519e+03 5.40533e+03 1.90066e+03 9.50659e+02 1.48279e+01 2.44270e+03 1.15687e+04 1.35213e+03 1.58648e+04 1.40277e+04 7.02349e+03 7.08080e+03 1.42533e+04 4.91242e+04 2.35818e+04 2.20376e+04 9.03373e+02 4.34717e+02 1.29604e+00 4.22330e+04 3.08166e+03 5.21141e+03 1.47105e+03 8.68249e+02 1.24701e+03 3.44164e+03 1.58573e+03 5.44439e+03 2.26442e+03 1.11719e+03 2.78129e+01 2.02764e+04 1.34703e+04 1.23485e+03 2.13349e+04 2.81994e+04 8.02168e+03 1.35705e+04 2.79436e+04 1.59098e+05 3.73841e+04 5.45210e+04 1.09337e+03 9.68304e+02 9.66273e-01 5.87939e+03 3.71923e+03 1.14221e+03 5.88349e+04 1.67027e+04 9.11707e+04 4.95344e+05 1.04034e+05 9.03305e+05 6.45667e+04 9.40884e+03 3.65410e+03 1.81588e+05 3.12845e+05 1.93510e+04 2.49413e+05 5.54728e+05 1.44006e+05 6.30706e+05 2.43179e+05 1.73008e+06 5.36362e+04 8.47351e+05 3.91550e+04 1.69320e+04 1.66552e+00 9.59710e+05 8.88261e-01 6.07997e+04 3.03385e+05 1.58837e+05 2.97119e+05 6.48765e+05 5.08336e+05 2.34934e+05 2.99490e+05 4.25270e+04 2.92356e+04 7.79277e-01 1.57585e+06 1.03699e+05 9.44775e+05 6.26720e+05 2.05658e+05 1.02296e+06 2.50723e+05 2.40336e+06 5.07610e-01 3.21186e+05 7.90673e-01 8.68803e+04 8.69576e-01 3.55181e+05 1.00114e+01 1.23395e+04 8.33042e+04 3.85869e+03 1.13103e+05 3.26573e+05 2.50402e+05 2.31262e+05 1.52024e+04 4.57612e+04 7.80181e+03 3.22861e+02 3.94329e+05 8.95436e+04 2.08649e+05 1.12307e+05 6.57976e+04 2.06064e+05 3.67246e+04 1.61115e+06 2.89994e-01 1.40260e+05 3.18189e-01 4.51922e+04 1.50784e+00 2.54525e+04 2.65557e+03 1.72747e+02 2.74935e+02 2.52700e+02 3.51935e+02 1.17745e+03 6.30851e+02 1.85233e+03 7.72483e+02 3.71407e+02 8.46902e+00 1.17914e+03 9.84446e+03 6.37359e+02 9.56811e+03 8.79980e+03 3.56079e+03 6.04587e+03 1.30700e+04 3.20711e+04 9.66467e+03 1.26990e+04 3.88193e+02 2.72887e+02 2.91867e-01 3.02289e-01 4.38263e-02 1.12374e+00 4.41891e+00 2.93749e+00 2.01619e+00 5.89350e+00 1.56651e+00 1.04724e+01 1.35807e+00 9.32693e-01 1.49388e+00 7.36487e-01 8.12189e-01 7.98404e-03 1.02905e-01 2.28876e-01 3.21946e-01 3.34975e-01 3.34511e-01 1.07213e+00 3.97047e-01 3.80340e-01 7.77237e-04 2.23067e-01 9.58737e-01 2.24947e+04 1.41317e+03 2.08888e+04 1.98156e+04 5.15336e+03 1.54481e+04 3.19118e+04 1.47904e+04 4.17372e+04 1.44368e+04 7.20267e+03 1.36629e+02 6.58196e+04 8.36969e+04 4.51943e+03 9.51196e+04 8.69609e+04 4.58015e+04 4.68894e+04 7.91256e+04 6.03141e+05 1.75926e+05 2.12870e+05 5.50776e+03 4.50521e+03 3.01460e-01 7.27422e+05 2.37901e+04 3.57555e+04 1.97799e+05 8.92883e+04 1.60223e+05 4.43355e+05 2.52727e+05 2.15003e+05 1.46415e+05 5.32338e+04 8.39955e+03 3.03206e+05 8.63544e+05 1.69907e+04 3.99744e+05 3.72203e+05 6.72668e+05 4.87964e+05 2.83128e+05 2.22942e+06 2.47074e+05 5.45691e+05 2.33355e-01 0.00000e+00 1.63934e+00 1.63804e+05 5.95930e+03 5.30580e+04 1.83890e+05 1.29347e+05 1.08002e+05 2.72169e+05 9.88085e+04 3.03488e+05 1.10495e+05 6.75546e+04 1.01081e+03 1.77653e+05 4.79609e+05 2.25538e+04 4.83675e+05 4.97999e+05 2.72573e+05 2.25582e+05 3.80602e+05 2.68409e+06 8.87401e+05 1.19414e+06 2.23296e+04 2.00964e+04 1.22852e+00 1.55663e+05 7.18360e+03 3.60531e+04 7.19779e+04 2.11412e+04 6.69947e+04 1.48820e+05 6.67524e+04 2.03207e+05 7.16873e+04 3.41692e+04 4.77647e+02 1.47086e+05 3.26169e+05 1.64732e+04 4.32343e+05 4.13943e+05 2.13904e+05 2.03099e+05 3.42702e+05 2.77178e+06 6.53139e+05 9.76135e+05 1.38550e+04 1.89542e+04 1.50203e-01 2.18067e+04 1.57646e+03 4.36676e+03 9.35717e+03 2.20782e+03 6.57010e+03 1.40036e+04 8.22032e+03 1.89973e+04 7.96497e+03 3.06446e+03 4.59265e+01 1.68142e+04 3.11004e+04 1.92735e+03 3.67497e+04 3.47192e+04 2.06357e+04 1.56251e+04 2.54988e+04 1.34803e+05 4.35809e+04 5.83864e+04 1.14979e+03 8.17313e+02 4.66656e-01 1.45331e+04 1.07561e+03 3.41927e+02 8.77758e+03 2.58323e+03 5.57331e+03 1.10268e+04 5.50451e+03 1.62734e+04 5.17791e+03 3.26297e+03 7.75032e+01 3.85875e+03 1.23739e+04 1.42138e+03 1.71153e+04 1.75024e+04 8.37822e+03 7.49891e+03 1.72545e+04 1.05461e+05 3.12611e+04 4.51605e+04 1.64740e+03 9.37068e+02 1.53317e+00 4.91330e-01 3.50674e-01 1.08623e+02 5.67289e+01 9.73685e-01 8.57748e-01 1.14416e+00 6.52674e-01 5.78375e+01 5.89577e-01 2.61575e-01 3.05667e-01 5.45422e-01 3.59004e-01 2.87921e-01 5.51533e+01 4.26165e+01 2.61830e-01 1.08237e+00 2.71557e-01 4.99702e+01 4.90327e-01 1.37510e+00 3.79600e-01 2.35192e-01 6.82243e-01 2.71854e-01 3.94138e-02 5.42926e-01 3.70833e-01 2.63211e+00 1.10352e+00 1.25428e+00 1.09464e+00 2.13495e+00 1.94872e+00 5.07737e-01 2.97987e-01 3.20970e-01 3.31037e-01 2.45773e-01 1.25531e-01 2.79197e-01 3.69975e-01 8.33735e-01 4.10097e-01 1.77885e+00 2.89943e-01 1.33319e+00 1.89673e-02 2.65994e-01 2.17694e+01 1.41720e+05 5.37602e+03 2.41812e+05 1.26693e+05 6.18948e+04 9.33660e+04 2.07656e+05 9.00268e+04 2.14700e+05 6.52998e+04 3.38375e+04 6.98843e+02 1.43337e+05 3.50390e+05 1.80194e+04 3.96153e+05 4.02605e+05 2.26343e+05 2.04041e+05 2.92795e+05 2.36629e+06 5.72194e+05 8.75446e+05 1.80101e+04 1.35634e+04 1.75759e-01 2.92229e+05 2.46343e+05 1.58442e+05 2.15113e+05 1.65702e+05 9.11007e+04 1.19653e+06 5.04692e+05 1.86775e+06 1.46841e+05 4.16450e+04 1.70819e+05 1.02942e+06 6.14897e+05 1.27774e+05 1.50563e+06 3.75259e+06 5.12113e+05 5.23447e+05 1.16921e+06 1.79572e+07 1.05098e-01 1.76976e+06 1.02930e-01 1.58261e+06 2.12611e-01 9.19911e+02 6.62089e+01 1.26844e+01 1.84675e+02 8.26352e+01 1.64136e+02 3.45218e+02 1.55847e+02 4.03102e+02 1.36542e+02 7.31652e+01 3.43079e+00 4.30145e+01 7.67371e+02 3.75681e+01 7.30752e+02 8.14700e+02 4.00558e+02 4.78862e+02 7.68485e+02 1.90887e+03 4.30896e+02 6.89662e+02 1.65369e+01 1.12315e+01 1.68409e+00 4.05800e+06 6.80898e+05 1.00803e+06 2.54329e+06 1.86636e+06 8.29189e+05 2.53018e+06 9.46473e+05 3.13974e+06 4.44320e+05 5.81796e+05 5.13848e+05 9.93780e+05 8.55192e+05 2.71641e+05 6.99306e+06 5.56805e+06 1.24295e+06 1.52003e+06 6.98715e+05 3.28299e+06 4.74154e-01 1.12981e+06 5.41244e+03 3.56834e+04 9.04254e-01 3.23966e+05 4.50522e-01 4.88607e+03 2.81583e+04 3.13554e+03 5.25146e+03 7.71673e+04 4.28205e+04 1.26480e+04 4.06839e+03 3.72987e+02 3.98872e+03 2.26205e+04 9.65179e+04 4.58849e+04 9.26604e+04 1.20532e+05 1.30128e+04 2.19041e+04 4.84946e+04 9.46176e+04 3.15407e-01 1.09863e+04 2.64464e-01 4.38357e+03 9.19147e-01 3.41058e+04 1.74954e+03 5.96071e+03 6.78782e+03 2.38766e+03 5.92927e+03 1.26990e+04 5.79127e+03 1.52700e+04 5.40426e+03 2.99905e+03 6.33212e+01 1.81110e+04 2.07107e+04 1.71530e+03 2.80651e+04 2.82227e+04 1.44610e+04 1.24930e+04 2.39470e+04 1.32226e+05 3.93803e+04 5.06960e+04 1.60347e+03 9.98924e+02 9.99650e-01 8.13142e+03 1.10009e+03 3.09954e+05 2.70030e+04 6.83033e+03 2.20116e+04 6.18060e+04 2.30411e+04 4.79310e+04 1.63081e+04 8.24087e+03 1.70342e+02 3.05689e+04 6.62911e+04 3.92638e+03 8.48989e+04 7.41667e+04 4.94916e+04 6.10945e+04 6.19029e+04 3.61839e+05 1.10959e+05 1.57897e+05 2.98136e+03 2.94667e+03 7.10353e-01 4.57230e+04 2.21906e+03 2.90197e+04 5.51602e+04 3.98595e+04 4.33245e+04 9.97231e+04 4.17797e+04 1.15897e+05 3.91054e+04 1.98161e+04 3.04431e+02 7.09974e+04 1.72204e+05 8.88827e+03 1.96707e+05 1.82556e+05 9.62366e+04 9.36688e+04 1.54745e+05 1.11627e+06 3.62213e+05 4.49898e+05 8.56530e+03 7.73712e+03 5.16892e-01 1.66225e+07 3.31822e+05 7.04154e+05 4.81548e+06 4.74559e+06 1.00749e+06 3.05486e+06 1.60939e+06 2.41562e+06 6.96241e+05 7.17568e+05 7.17525e+03 2.81989e+06 7.67743e+06 3.21333e+06 7.34085e+06 7.92977e+06 3.48746e+06 1.54684e+07 1.44323e+06 2.76606e+07 5.33628e-01 2.97035e+06 3.90110e-01 3.72536e+05 5.26070e-01 6.60122e+04 2.84229e+03 2.05862e+03 4.18740e+04 1.28282e+04 3.63647e+04 7.65958e+04 3.71780e+04 1.03108e+05 3.64165e+04 1.84389e+04 3.39938e+02 1.95309e+04 1.87072e+05 7.00086e+03 1.42348e+05 1.27989e+05 6.29961e+04 9.08670e+04 1.49300e+05 1.27230e+06 3.57106e+05 4.48138e+05 1.02419e+04 8.92669e+03 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 7.37681e+04 3.37230e+03 1.39218e+04 3.50563e+04 9.12146e+03 2.70656e+04 5.76344e+04 2.59550e+04 7.54623e+04 2.63403e+04 1.28472e+04 1.92983e+02 5.65035e+04 1.60272e+05 7.91565e+03 1.64030e+05 1.70494e+05 8.79262e+04 6.27418e+04 1.18302e+05 9.39500e+05 2.65797e+05 3.65026e+05 8.17702e+03 6.65243e+03 1.28530e+00 9.54098e+05 1.56344e+05 3.16516e+04 6.71125e+03 2.75317e+02 4.22290e+03 1.74654e+03 1.15292e+03 9.30556e+00 9.64060e-01 8.29997e+03 1.58762e+03 1.98650e+04 1.50690e-01 2.56153e+03 3.30153e+04 7.34305e+04 3.67985e+03 3.99792e+04 7.89786e+03 8.32446e+04 4.16035e-01 5.79254e+04 1.04040e-03 2.98595e-01 8.83679e-01 5.48494e+05 2.67643e+04 1.22159e+06 8.96736e+05 2.51270e+05 6.52402e+05 1.59010e+06 6.85674e+05 1.88794e+06 6.40740e+05 3.24431e+05 7.24724e+03 1.49004e+06 2.64023e+06 1.32642e+05 3.06440e+06 2.92895e+06 1.65545e+06 1.63131e+06 2.38315e+06 1.78383e+07 4.46567e+06 7.11219e+06 1.55762e+05 1.19097e+05 1.26614e+01 3.15594e+06 1.71897e+05 8.95607e+06 4.70263e+06 8.53219e+05 2.93126e+06 6.14554e+06 1.87569e+06 6.38411e+06 2.08658e+06 1.34423e+06 2.26938e+05 4.23378e+06 1.03285e+07 1.77187e+06 5.34946e+06 9.59632e+06 3.22922e+06 5.42952e+06 5.51103e+06 7.06053e+07 3.99005e+06 1.56457e+07 1.99645e+05 1.05811e+06 3.01827e-01 1.16740e+03 2.64197e+01 1.41832e+02 3.19261e+02 1.71115e+01 1.05247e+02 2.86489e+02 6.86880e+01 3.48948e+01 1.92934e+01 8.44300e+00 1.10933e-02 6.57844e+02 1.39424e+03 1.85571e+01 2.39973e+03 2.59946e+03 6.83615e+02 2.83360e+02 1.74226e+03 2.22482e+04 4.44713e+03 7.91678e+03 3.00250e+01 2.38149e+01 3.20070e-01 4.38166e+00 2.25350e-01 1.97930e+00 1.01587e+01 6.40138e+00 5.45027e+00 1.75601e+01 7.73317e+00 2.83923e+01 7.11683e+00 4.59167e+00 2.13562e+03 1.06006e+00 3.86932e+00 5.15961e-02 1.04465e+00 1.23784e+00 1.17165e+00 3.82529e+00 5.69774e+00 1.77813e+01 6.69123e+00 1.09718e+01 3.08478e-01 2.59527e-01 4.74816e+00 6.91354e+05 1.79650e+04 1.01058e+04 1.92054e+05 1.92213e+05 1.20316e+05 1.49694e+05 8.42450e+04 1.52870e+05 3.01921e+04 1.33474e+05 4.97257e+04 1.00716e+00 9.66880e+05 4.75524e+04 6.47553e+05 1.34115e+06 6.44850e+05 4.45363e+05 1.76561e+04 8.09060e+05 9.03796e-01 9.68167e+05 3.72291e-01 4.71685e-01 9.82977e-01 2.01787e+06 3.72685e+05 1.15778e+05 1.26475e+05 3.38834e+05 1.07317e+04 3.01035e+05 9.38048e+04 1.10337e+05 4.57826e+03 4.78293e+04 1.04329e+04 1.85183e+05 4.42002e+05 5.15980e+03 6.65041e+04 1.47914e+05 6.91563e+03 5.45103e+05 1.27120e+05 7.27780e+05 3.01112e+04 2.38378e+05 1.22443e+03 3.51410e+05 1.37030e+00 1.28428e+04 1.15914e+03 4.20443e+02 5.31928e+02 1.82520e+02 4.64467e+02 1.03615e+03 5.05213e+02 1.36319e+03 7.17726e+02 2.32302e+02 2.99680e+00 1.50062e+03 5.34239e+03 7.47697e+02 8.72940e+03 8.79905e+03 4.86203e+03 4.64588e+03 7.61811e+03 2.46976e+04 8.03048e+03 9.96366e+03 3.02802e+02 1.91017e+02 5.78380e-01 4.54110e+06 2.99422e+05 8.26684e+05 2.59537e+06 1.60708e+06 5.95927e+05 3.55120e+05 8.07129e+05 2.59918e+00 9.34480e-01 9.53285e+05 3.55145e+05 5.59666e+04 5.71381e+06 2.90113e+05 1.96014e+06 9.44711e+06 9.85568e+05 8.50486e+06 1.05029e+05 8.87100e+06 7.45704e-01 4.18086e+06 3.96939e-01 1.07640e+06 7.25370e-01 4.47465e+05 2.15141e+05 1.19291e+06 5.49059e+05 2.72412e+05 1.36357e+05 3.75627e+05 5.07230e+04 1.32834e+05 1.30586e+05 7.43788e+04 9.92637e+03 5.27160e+05 7.53708e+05 2.02510e+04 1.14008e+06 2.19102e+04 4.17820e+05 2.10510e+05 1.35395e+05 6.03874e+05 4.69823e+04 2.18906e+05 2.57311e+02 7.38482e+04 1.79305e-01 8.64853e+04 5.77855e+03 1.59611e+05 8.99636e+04 2.11847e+04 6.04624e+04 1.46572e+05 5.98722e+04 1.54262e+05 5.69018e+04 2.66321e+04 7.91954e+02 1.37048e+05 2.59348e+05 1.32635e+04 2.77131e+05 3.12484e+05 1.67595e+05 1.48498e+05 2.24189e+05 1.58950e+06 5.07625e+05 7.50481e+05 1.62127e+04 1.08728e+04 3.78283e-01 6.76472e+04 3.13835e+03 2.77262e+04 3.92855e+04 1.21000e+04 3.07879e+04 6.75722e+04 4.74545e+04 8.89593e+04 2.89723e+04 1.43291e+04 2.61995e+02 7.26415e+04 1.79781e+05 8.64942e+03 1.74448e+05 1.61443e+05 8.85940e+04 6.56604e+04 1.11740e+05 8.69605e+05 3.12365e+05 3.37144e+05 7.76485e+03 6.10393e+03 3.27140e+00 4.22649e+04 1.19639e+04 3.55137e+04 3.14803e+04 2.27340e+04 2.95527e+04 3.40721e+04 2.98280e+04 3.67888e+04 2.47759e+04 2.39955e+04 3.48000e+03 4.35727e+04 4.47816e+04 2.29412e+04 6.06227e+04 6.77750e+04 4.61762e+04 3.99016e+04 5.88852e+04 1.56236e+05 6.87769e+04 7.74367e+04 2.83184e+04 1.87491e+04 9.12866e+00 0.00000e+00 +1.01210e+05 4.95532e+03 8.02595e+03 3.53852e+04 8.56588e+03 2.81832e+04 8.67667e+04 3.05363e+04 9.25337e+04 2.84449e+04 1.13948e+04 7.03615e+02 3.59159e+04 9.19394e+04 3.22071e+03 5.99308e+04 6.47007e+04 3.99579e+04 7.83391e+04 1.50982e+05 8.18203e+05 1.01796e+05 1.40055e+05 7.14912e+02 7.46252e+03 6.96998e-01 4.73577e+04 2.83282e+03 9.18172e+03 1.35431e+04 7.37754e+03 1.10808e+04 3.60188e+04 1.42195e+04 4.67307e+04 1.43691e+04 5.77043e+03 2.50714e+02 4.48516e+04 5.79509e+04 2.31275e+03 4.23664e+04 4.57266e+04 2.15651e+04 2.53787e+04 6.82720e+04 5.29052e+05 1.03329e+05 1.11118e+05 6.47079e+02 5.11054e+03 2.13951e+00 2.68041e+05 1.22863e+04 8.91515e+05 2.15976e+05 5.54620e+04 1.72186e+05 7.32423e+05 2.34918e+05 7.26874e+05 2.54196e+05 7.93642e+04 8.92789e+03 6.09409e+05 7.31063e+05 2.20404e+04 4.65438e+05 4.56808e+05 2.79912e+05 4.12484e+05 6.58864e+05 5.43867e+06 1.27145e+06 1.38552e+06 5.77776e+03 6.04972e+04 1.72683e+00 3.08644e+03 2.08229e+02 1.98762e+03 2.52038e+03 7.05443e+02 2.02420e+03 5.98271e+03 2.31542e+03 7.44879e+03 2.20223e+03 8.17243e+02 4.06059e+01 7.48425e+03 2.10822e+04 8.85101e+02 1.50800e+04 1.48348e+04 8.89177e+03 6.38005e+03 1.34202e+04 1.57878e+05 2.59582e+04 2.82752e+04 2.02745e+02 1.58708e+03 6.51658e-01 2.80764e+05 1.36783e+04 7.92013e+05 1.54184e+05 3.80035e+04 1.34378e+05 4.35550e+05 1.63785e+05 4.84009e+05 1.45801e+05 5.50989e+04 3.55178e+03 7.84768e+05 5.50189e+05 1.98840e+04 4.63892e+05 4.14281e+05 2.54228e+05 3.97247e+05 6.74906e+05 5.90349e+06 1.03165e+06 1.02355e+06 4.59886e+03 5.75019e+04 4.53673e+00 3.25173e+03 4.85493e+02 1.59922e+03 5.82414e+02 2.33470e+02 4.66113e+02 1.35320e+03 5.87568e+02 1.69324e+03 6.57243e+02 2.50990e+02 1.69456e+01 7.71551e+03 9.32542e+03 5.87098e+02 5.62371e+03 5.65533e+03 3.46599e+03 4.79959e+03 1.03866e+04 4.49754e+04 8.24164e+03 8.98334e+03 1.09567e+02 7.04246e+02 3.78065e-01 2.83089e+06 9.62170e+04 1.42768e+06 2.66696e+06 1.06471e+06 9.68890e+05 2.47640e+06 8.55670e+05 8.29560e+05 7.05658e+05 3.18376e+05 2.25707e+04 1.04376e+06 3.03089e+06 1.60169e+05 2.05500e+06 4.59749e+06 1.43633e+06 2.96707e+06 1.26684e+06 1.27537e+07 4.77111e+06 8.99756e+06 3.77476e+03 1.08336e+06 3.83838e-01 1.16724e+05 2.76741e+03 3.21967e+04 2.05550e+04 6.59418e+03 1.33026e+04 4.75637e+04 2.31401e+04 6.66314e+04 2.00397e+04 7.74697e+03 5.40002e+02 1.05454e+05 1.24242e+05 2.49727e+03 4.08776e+04 5.54740e+04 7.45736e+03 4.36002e+04 8.15366e+04 5.28140e+05 4.79360e+04 1.10800e+05 6.11507e+02 6.54166e+03 1.06269e+00 1.04705e+03 1.79017e+02 2.89224e+03 1.63374e+03 2.82704e+02 1.27668e+03 8.64399e+03 4.67173e+02 1.43835e+03 5.83456e+02 5.78132e+02 5.96736e+01 2.88115e+04 1.15440e+04 5.31986e+02 9.30733e+03 9.17211e+03 1.08281e+04 1.11073e+04 1.64221e+04 1.08239e+05 2.26186e+04 2.13973e+04 1.38583e+02 1.01541e+03 2.16452e-01 9.73586e+06 6.48276e+05 1.81434e+07 5.05364e+06 9.23047e+05 3.71001e+06 5.05302e+06 4.44954e+06 1.93119e+06 2.94645e+06 8.03178e+05 7.55528e+04 7.12434e+06 1.03530e+07 2.62895e+05 5.98268e+06 5.88776e+06 5.64665e+06 8.73855e+06 9.25385e+06 9.17015e+07 3.53802e+06 1.30344e+07 5.29831e+04 5.69031e+05 3.98734e-01 3.87914e+06 4.85054e+03 5.36406e+05 1.45994e+06 6.20668e+05 1.82824e+06 2.70122e+06 2.25200e+06 2.44053e+06 8.60268e+05 3.95776e+05 2.54341e+04 3.33815e+06 2.40537e+06 5.36731e+05 2.54276e+06 1.47770e+06 1.52932e+06 5.45354e+06 3.04732e+06 1.95520e+07 4.45760e+06 5.91003e+06 2.57774e-01 2.66137e+05 8.71985e-01 1.54349e+05 7.57998e+03 1.56878e+05 1.06593e+05 2.74770e+04 7.78903e+04 2.74410e+05 9.88257e+04 3.13424e+05 9.59925e+04 3.41287e+04 2.13475e+03 4.55023e+05 3.43044e+05 1.12865e+04 2.44617e+05 2.31613e+05 1.39214e+05 2.13249e+05 3.99115e+05 3.03875e+06 5.67120e+05 5.91543e+05 3.00039e+03 2.61405e+04 7.33438e+00 1.05978e+04 1.17119e+03 4.78289e+03 7.79823e+03 1.09123e+03 3.08359e+03 1.01901e+04 3.51731e+03 1.33782e+04 4.57241e+03 1.56518e+03 1.12385e+02 1.84434e+04 2.54312e+04 8.52937e+02 1.71163e+04 2.01222e+04 1.09648e+04 1.39210e+04 2.73915e+04 2.40167e+05 4.50763e+04 5.00378e+04 2.65162e+02 2.53423e+03 1.99402e-01 9.81865e+03 6.77058e+02 3.66406e+04 2.90974e+04 7.27945e+03 2.18200e+04 8.09858e+04 3.58043e+04 7.52011e+04 2.22900e+04 9.10818e+03 5.33395e+02 1.38468e+05 6.33647e+04 3.05468e+03 6.81390e+04 6.83458e+04 3.97500e+04 5.38520e+04 9.89453e+04 9.74915e+05 1.94957e+05 2.05334e+05 9.81654e+02 1.06991e+04 2.34542e+00 4.09001e+05 2.22131e+04 1.32208e+05 2.53268e+05 1.71342e+05 1.75385e+05 5.87574e+05 2.08069e+05 6.65965e+05 2.01389e+05 7.85835e+04 3.84182e+03 6.43626e+05 6.16089e+05 2.63090e+04 5.49262e+05 5.73508e+05 3.66031e+05 4.03814e+05 7.60956e+05 7.64934e+06 1.02542e+06 1.46153e+06 7.67010e+03 8.13244e+04 1.68931e+00 7.74414e+03 6.24862e+02 3.42727e+03 5.32326e+03 1.25645e+03 3.62302e+03 1.17193e+04 4.17954e+03 1.30094e+04 4.11740e+03 1.63054e+03 1.17350e+02 1.63846e+04 1.70974e+04 9.55547e+02 1.57126e+04 1.56520e+04 9.40730e+03 1.09171e+04 2.32511e+04 1.80630e+05 3.43977e+04 3.68431e+04 2.73564e+02 2.23154e+03 5.15696e-01 3.48678e+05 7.00311e+03 4.94751e+04 3.73383e+03 8.29404e+03 7.80944e+03 1.59080e+03 9.38109e+03 1.07252e+03 8.11421e+03 5.56116e+03 1.75584e+03 1.62719e+05 4.82697e+05 7.11496e+03 2.15373e+05 7.25545e+04 1.76749e+04 1.34025e+04 1.99257e+04 8.09240e+05 5.01279e+04 1.39657e+05 2.40307e+03 2.71955e+04 1.51633e+02 2.34394e+06 8.90055e+04 2.07707e+05 3.27238e+06 1.63653e+06 2.16144e+06 6.05852e+06 3.13803e+06 3.19343e+06 1.66500e+06 6.36874e+05 2.42114e+05 4.87552e+06 2.93144e+06 1.16865e+06 4.20239e+06 3.24959e+06 1.73958e+06 6.64757e+06 2.45115e+06 2.76098e+07 7.75640e+06 7.60112e+06 2.37571e-01 3.60965e+05 8.39472e-01 1.08085e+04 6.40247e+02 1.20390e+03 2.39690e+03 4.16647e+02 1.05408e+03 2.97318e+03 1.16577e+03 3.45538e+03 1.18473e+03 4.63453e+02 4.24775e+01 4.69490e+03 3.54773e+03 2.97381e+02 4.15617e+03 4.14526e+03 2.71507e+03 3.84234e+03 7.58612e+03 3.49911e+04 6.03130e+03 7.02378e+03 6.14303e+01 3.95687e+02 5.20528e-01 4.90125e+04 2.88552e+03 3.72950e+03 9.22537e+03 2.81736e+03 8.13011e+03 2.57424e+04 9.54108e+03 2.99470e+04 9.14845e+03 3.50118e+03 1.94879e+02 2.05056e+04 3.18342e+04 1.58218e+03 2.97306e+04 3.12601e+04 1.78115e+04 2.10796e+04 4.80758e+04 3.45758e+05 5.04964e+04 6.23661e+04 3.90600e+02 3.36930e+03 1.15138e+00 5.31103e+03 3.56978e+02 2.88889e+03 2.52826e+03 4.33290e+02 9.68311e+02 3.43039e+03 1.11386e+03 4.05280e+03 1.57344e+03 5.59181e+02 3.80679e+01 1.20660e+04 1.71760e+04 6.52394e+02 1.19314e+04 1.36851e+04 8.40422e+03 9.29370e+03 1.87577e+04 2.22469e+05 3.65327e+04 4.20767e+04 2.50215e+02 2.51900e+03 4.76243e-01 4.09546e+04 2.69858e+03 9.67437e+03 8.12368e+02 3.41989e+02 8.63229e+02 3.36343e+03 1.86215e+03 4.15258e+03 1.28426e+03 4.72703e+02 1.98331e+01 3.39729e+04 1.34788e+04 1.19983e+02 1.78272e+03 1.54345e+03 9.96494e+02 4.90172e+03 9.89706e+03 4.23841e+04 6.24200e+03 6.03916e+03 5.19618e+01 3.13772e+02 5.19189e-01 3.77497e+05 1.63034e+04 3.37755e+05 2.02541e+05 6.60607e+04 5.45497e+04 1.72799e+05 9.13454e+03 2.18831e+04 2.39314e+03 1.15622e+04 4.30747e+03 9.17193e+04 9.45838e+04 4.93037e+03 6.35470e+04 1.41337e+05 9.28001e+04 2.59670e+05 8.82995e+04 4.04508e+05 2.79862e+05 1.02049e+05 1.77937e+04 1.04637e+05 4.70232e-01 5.42917e+04 2.37330e+03 2.12512e+04 2.71308e+04 1.47116e+04 2.33354e+04 6.91710e+04 2.82289e+04 8.17616e+04 2.42917e+04 9.68392e+03 6.02923e+02 7.74120e+04 7.10921e+04 2.77633e+03 5.64567e+04 5.88621e+04 3.02376e+04 4.07254e+04 9.10690e+04 8.22561e+05 1.77558e+05 1.69418e+05 8.74218e+02 8.48854e+03 1.35815e+00 2.45538e+04 1.25750e+03 1.64801e+04 1.92343e+04 4.28031e+03 1.33148e+04 3.80013e+04 1.61437e+04 5.63239e+04 1.84000e+04 7.49640e+03 3.47586e+02 7.45176e+04 7.10392e+04 2.08029e+03 4.73272e+04 4.67334e+04 2.63179e+04 3.37138e+04 6.94438e+04 7.46293e+05 1.81788e+05 1.74552e+05 7.23477e+02 6.81944e+03 2.81494e+00 5.24932e+06 9.32753e+04 8.09971e+06 6.08010e+06 3.51150e+06 5.28056e+06 1.37815e+07 6.60048e+06 6.81709e+06 2.12906e+06 1.36200e+06 5.07412e+05 1.07492e+07 1.25521e+07 2.40437e+05 3.09896e+06 6.89252e+06 2.94335e+06 6.67220e+06 9.32557e+06 7.62755e+07 8.73630e+06 7.75594e+06 8.83088e+03 2.53446e+06 3.52071e-01 1.45370e+03 8.86417e+01 7.89633e+02 4.66550e+02 1.29910e+02 3.62805e+02 1.06793e+03 4.54279e+02 1.33203e+03 4.39019e+02 2.15787e+02 7.41269e+00 3.23531e+03 5.23313e+03 3.98772e+02 5.12547e+03 5.44869e+03 3.24489e+03 4.12292e+03 7.54711e+03 4.21351e+04 6.03146e+03 7.84115e+03 6.34716e+01 4.66125e+02 2.08833e-01 2.44109e+04 1.29438e+03 1.79883e+05 2.86035e+04 1.08598e+04 2.57646e+04 8.56267e+04 3.12783e+04 8.79773e+04 2.57937e+04 1.05281e+04 6.58193e+02 1.46096e+05 6.48953e+04 1.96823e+03 4.19656e+04 3.80294e+04 2.61344e+04 4.22804e+04 6.82179e+04 7.87900e+05 1.26571e+05 1.34672e+05 6.73517e+02 8.88741e+03 6.81261e-01 1.38075e+05 6.28829e+03 7.89406e+04 1.01003e+05 5.16482e+04 7.62099e+04 2.65282e+05 1.18393e+05 2.80634e+05 7.34782e+04 3.12718e+04 2.14544e+03 2.30132e+05 1.66340e+05 8.13522e+03 1.83101e+05 1.63109e+05 9.08423e+04 1.56126e+05 2.77368e+05 2.67922e+06 3.78554e+05 4.40401e+05 2.09239e+03 2.95207e+04 1.25413e+00 2.62390e+04 1.58362e+03 4.16795e+03 7.27738e+03 2.03639e+03 5.54916e+03 1.87054e+04 6.68351e+03 2.23917e+04 7.12098e+03 2.55119e+03 1.57990e+02 1.90396e+04 2.61773e+04 8.58955e+02 1.86128e+04 2.27564e+04 1.21084e+04 1.16653e+04 2.40331e+04 2.31433e+05 6.15648e+04 6.58394e+04 3.57263e+02 2.28990e+03 8.63062e-01 3.82527e+04 3.17339e+03 1.88387e+03 3.05479e+03 1.27679e+03 3.03937e+03 1.07772e+04 4.04567e+03 1.27559e+04 4.26413e+03 1.67725e+03 2.05850e+02 7.55147e+03 1.22923e+04 5.92237e+02 6.42687e+03 6.72386e+03 3.46599e+03 6.10997e+03 1.39024e+04 1.10655e+05 1.81045e+04 2.19270e+04 2.05987e+02 1.33907e+03 7.92985e-01 8.93363e+04 4.90723e+03 5.55230e+03 2.27175e+04 2.26396e+04 1.95925e+04 6.28274e+04 2.01648e+04 6.25111e+04 1.88379e+04 8.17516e+03 5.10766e+02 3.44792e+04 6.32994e+04 2.67675e+03 5.51660e+04 5.68143e+04 3.37359e+04 4.28562e+04 8.55825e+04 6.42026e+05 7.01900e+04 1.10733e+05 6.31912e+02 6.12570e+03 9.36116e-01 9.31090e+04 4.05172e+03 5.00625e+04 5.17908e+04 1.21581e+04 5.09377e+04 1.24287e+05 4.57324e+04 1.35587e+05 4.07635e+04 1.65732e+04 1.02523e+03 1.46763e+05 1.16982e+05 5.17939e+03 1.10076e+05 1.10957e+05 6.45033e+04 7.36207e+04 1.60004e+05 1.32932e+06 1.96871e+05 2.38655e+05 1.30780e+03 1.32462e+04 1.04995e+00 8.42352e+06 1.24935e+06 3.58852e+07 9.81196e+06 2.38935e+06 1.32550e+07 1.72350e+07 8.44876e+06 1.41068e+07 1.17887e+07 2.88451e+06 1.12361e+06 1.02773e+07 6.14080e+06 5.93238e+05 7.64618e+06 1.70062e+07 2.95526e+06 7.92508e+06 7.46667e+06 7.44315e+07 1.47097e+07 9.95657e+06 1.07097e-03 3.07369e-01 3.98476e-02 1.77423e+04 1.66289e+03 2.12688e+03 1.05267e+03 4.36209e+02 9.65458e+02 3.01436e+03 1.25074e+03 3.86941e+03 1.15542e+03 4.51925e+02 3.37314e+01 7.83327e+03 1.32950e+04 6.02260e+02 8.34915e+03 8.45899e+03 4.90455e+03 1.01543e+04 2.10347e+04 6.16253e+04 9.82708e+03 1.04315e+04 1.04352e+02 7.00874e+02 1.05909e+00 1.91621e+03 2.29228e+02 4.56278e+03 1.75124e+03 3.39989e+02 7.88549e+02 2.29600e+03 9.04759e+02 2.91997e+03 1.57613e+03 4.89673e+02 3.68595e+01 1.69748e+04 1.29457e+04 7.33020e+02 1.13298e+04 1.20851e+04 8.20727e+03 1.05143e+04 1.92691e+04 2.09448e+05 3.15272e+04 3.81833e+04 2.74932e+02 2.27396e+03 3.92011e-01 2.44395e+04 1.76572e+03 2.10849e+03 1.41632e+03 6.22155e+02 1.63404e+03 5.53930e+03 1.99351e+03 6.38397e+03 2.05015e+03 8.34805e+02 9.93919e+01 8.22666e+03 6.82531e+03 4.75001e+02 6.61989e+03 6.71525e+03 3.80904e+03 3.37454e+03 7.84580e+03 5.30219e+04 7.87096e+03 9.83987e+03 8.89546e+01 6.11387e+02 4.24355e-01 5.56676e+04 3.03823e+03 7.42910e+03 6.59226e+03 1.76597e+03 5.83780e+03 1.90559e+04 7.13800e+03 2.60992e+04 8.21356e+03 2.95629e+03 1.80030e+02 5.86105e+04 1.31542e+04 2.15455e+03 3.72852e+04 3.11537e+04 1.73753e+04 8.80030e+03 2.24265e+04 3.98250e+05 6.72576e+04 6.71716e+04 4.76283e+02 3.46584e+03 4.78366e+00 1.67975e+00 3.76027e-01 2.05955e+00 3.14744e+06 1.72761e+00 1.19989e+00 1.33867e+07 1.32607e+00 8.39994e-01 4.29690e-01 7.91558e-01 1.48180e-01 1.26569e+00 4.58673e-01 1.00513e-02 1.29550e-01 2.88137e-01 8.84129e-01 2.35937e+00 4.73210e-01 2.08077e+00 4.43210e-01 2.17325e+00 1.30110e-03 3.73416e-01 6.25018e-01 2.57623e+08 2.34785e+07 1.17620e+08 9.34036e+07 7.10496e+07 4.01019e+07 1.57018e+08 8.74065e+07 2.03851e+08 4.70292e+07 2.12367e+07 7.17627e+07 6.58756e+07 1.21699e+08 3.82788e+06 4.93372e+07 1.09733e+08 6.34767e+07 1.20707e+08 5.36350e+07 2.64170e+08 7.04014e+06 1.17332e+08 4.34117e+05 6.31413e+07 1.94359e+00 2.58047e+05 1.06116e+04 2.60274e+06 2.12939e+06 4.94947e+05 5.58188e+05 3.88004e+06 7.07222e+05 5.73446e+05 2.45787e+05 1.39436e+05 8.77090e-01 1.38528e+06 6.98938e+05 3.70397e+04 4.77401e+05 1.06181e+06 4.01430e+04 2.26493e+05 1.05792e+06 1.79155e+06 3.02694e+06 5.38540e+05 4.81365e-01 2.07116e+05 1.35274e+01 4.53814e+04 2.38678e+03 1.37206e+05 1.74624e+04 4.65113e+03 1.66391e+04 5.16955e+04 2.13527e+04 5.46868e+04 1.54155e+04 6.35270e+03 4.28856e+02 1.32032e+05 6.13588e+04 2.08619e+03 4.31048e+04 3.93510e+04 2.56060e+04 4.18043e+04 7.29691e+04 5.40367e+05 7.70138e+04 8.62435e+04 4.51769e+02 5.05182e+03 1.42332e+00 8.32690e+04 4.63864e+03 2.73656e+04 5.50925e+04 2.01322e+04 3.45855e+04 1.11350e+05 3.99369e+04 1.39604e+05 3.59478e+04 1.48223e+04 8.04330e+02 1.12597e+05 1.03722e+05 4.22060e+03 9.11292e+04 9.33730e+04 5.47949e+04 7.42941e+04 1.41443e+05 1.32071e+06 2.40554e+05 2.46935e+05 1.22402e+03 1.40018e+04 7.40283e-01 1.90543e+05 1.16265e+04 1.03553e+05 1.48486e+05 6.08867e+04 1.22122e+05 4.10009e+05 1.34734e+05 4.04370e+05 1.17817e+05 4.87861e+04 3.01304e+03 3.60593e+05 2.96912e+05 1.27084e+04 2.88494e+05 2.85350e+05 1.53973e+05 2.11951e+05 4.37201e+05 4.51249e+06 7.13721e+05 7.81452e+05 4.36997e+03 4.54175e+04 1.03576e+00 9.63852e+04 5.01424e+03 4.38642e+04 1.26788e+05 2.18805e+04 7.18162e+04 2.26066e+05 8.29480e+04 2.43718e+05 8.21901e+04 3.00115e+04 2.12633e+03 2.38472e+05 2.26131e+05 8.40812e+03 1.84819e+05 1.97648e+05 1.07356e+05 1.54743e+05 3.24406e+05 3.12724e+06 7.64813e+05 6.65521e+05 3.05722e+03 3.00019e+04 1.59586e+00 3.68310e+04 1.92532e+03 2.07092e+04 4.16909e+04 8.90003e+03 2.41985e+04 8.02001e+04 2.83734e+04 9.02475e+04 2.97506e+04 1.08476e+04 9.13048e+02 7.55444e+04 7.48628e+04 2.99638e+03 6.26148e+04 7.47129e+04 3.87481e+04 4.79907e+04 1.03912e+05 1.03276e+06 1.79600e+05 2.10231e+05 1.26234e+03 1.04330e+04 1.23797e+00 1.58694e+06 1.56515e+04 7.77948e+05 1.25458e+06 6.78015e+05 1.00527e+06 2.80231e+06 2.19995e+06 1.85592e+06 1.58003e+06 2.75108e+05 5.76196e+04 4.58382e+06 1.24245e+06 5.41112e+05 1.74925e+06 1.32041e+06 4.62625e+05 6.19126e+06 1.94159e+06 9.07202e+06 2.81333e+06 4.83570e+06 6.13175e-01 4.65518e+04 1.35122e+00 6.16859e+04 2.09854e+03 1.10310e+04 3.03009e+04 5.27086e+03 2.28550e+04 5.24890e+04 1.84944e+04 5.45655e+04 1.63681e+04 6.80215e+03 3.61216e+02 5.54449e+04 4.81449e+04 2.16189e+03 4.57542e+04 4.48286e+04 2.89550e+04 3.51794e+04 6.48942e+04 5.74442e+05 9.28942e+04 1.22468e+05 5.94570e+02 6.12924e+03 6.14578e-01 7.39868e+04 8.31965e+03 3.78799e+04 1.44745e+04 5.08090e+03 1.68465e+04 5.17463e+04 2.22913e+04 7.18019e+04 2.03396e+04 8.03372e+03 3.69698e+02 1.41376e+05 6.06037e+04 5.87586e+02 1.47659e+04 1.37125e+04 7.47228e+03 1.01835e+04 1.95232e+04 6.24455e+05 7.27428e+04 9.52717e+04 4.16129e+02 5.43160e+03 2.04655e-01 1.32050e+05 6.69909e+03 7.82953e+04 4.72681e+04 1.17863e+04 4.25396e+04 1.31507e+05 4.82175e+04 1.43613e+05 4.14816e+04 1.70510e+04 1.11543e+03 2.53801e+05 1.43810e+05 6.26713e+03 1.44453e+05 1.38988e+05 8.32827e+04 9.44022e+04 1.88121e+05 1.64794e+06 2.00593e+05 2.65145e+05 1.30885e+03 1.41837e+04 8.90633e-01 2.28498e+06 2.05422e+05 4.60084e+06 1.23678e+06 2.36943e+05 8.21194e+05 2.55820e+06 7.30460e+05 2.32036e+06 3.04121e+05 3.73025e+05 2.32777e+04 1.97842e+06 2.48112e+06 3.80170e+05 2.84765e+06 1.52358e+06 7.21939e+05 4.71906e+06 1.69719e+06 1.91352e+07 3.29532e+06 4.37231e+06 2.42883e-01 3.03181e+05 1.17250e+00 6.94028e+03 7.04503e+02 2.26893e+03 6.10353e+02 2.43759e+02 4.53866e+02 1.32138e+03 5.50436e+02 1.72934e+03 6.19985e+02 2.42256e+02 2.19064e+01 1.12475e+04 1.20094e+04 5.58538e+02 6.00038e+03 6.08192e+03 3.45100e+03 1.03829e+04 2.19994e+04 4.57377e+04 8.55454e+03 9.34909e+03 1.14338e+02 6.24134e+02 5.78175e-01 4.44893e+04 1.88263e+03 1.80133e+04 4.20743e+04 2.34669e+04 2.69900e+04 8.69323e+04 3.26753e+04 1.07632e+05 3.11107e+04 1.33072e+04 7.85218e+02 8.41745e+04 8.90171e+04 3.56454e+03 7.47030e+04 8.36883e+04 4.50170e+04 6.25135e+04 1.17974e+05 1.03227e+06 8.05251e+03 2.11515e+05 1.12530e+03 1.08434e+04 8.33380e-01 2.53011e+05 5.96201e+04 2.21534e+06 9.56046e+05 1.79191e+05 1.84396e+05 5.22010e+05 4.06646e+04 3.92324e+05 4.50647e+04 7.57467e+02 2.82194e+02 1.33906e+05 5.24552e+05 1.69951e+03 2.19048e+04 4.87192e+04 1.07605e+05 1.62256e+05 5.00297e+05 1.26014e+06 2.74562e+05 3.41830e+05 4.92378e-01 3.85963e+04 1.35402e+00 3.77473e+05 1.81671e+04 1.96398e+05 2.75194e+05 8.37516e+04 1.90744e+05 6.11315e+05 2.19189e+05 6.54016e+05 2.10853e+05 8.43056e+04 5.00959e+03 8.15230e+05 5.79996e+05 2.60732e+04 5.34028e+05 5.71517e+05 3.62968e+05 4.43711e+05 8.13519e+05 7.57404e+06 8.17913e+05 1.57695e+06 7.84000e+03 7.85738e+04 4.99758e+00 5.40767e+04 2.43270e+03 1.94220e+04 5.02999e+04 4.37495e+04 2.96777e+04 9.83862e+04 3.21301e+04 9.86148e+04 3.08163e+04 1.35195e+04 9.34079e+02 9.29267e+04 8.62151e+04 3.95458e+03 7.69952e+04 9.81246e+04 5.59186e+04 5.72608e+04 1.18050e+05 1.19760e+06 1.76654e+05 2.57717e+05 1.31449e+03 1.24446e+04 3.24333e-01 3.08067e+04 2.64599e+03 7.28007e+02 1.64257e+03 7.92751e+02 1.46255e+03 4.99902e+03 2.00260e+03 7.01378e+03 2.58907e+03 1.03521e+03 1.30744e+02 7.73548e+03 2.67734e+04 1.15364e+03 1.47033e+04 1.40241e+04 8.12874e+03 1.25366e+04 2.86933e+04 1.22000e+05 2.23716e+04 2.44960e+04 2.44579e+02 1.59064e+03 3.08860e+00 1.27357e+05 8.22573e+03 1.89187e+04 7.84149e+04 2.57973e+04 6.53842e+04 4.85110e+04 1.55880e+04 1.84242e+04 2.03651e+04 1.74797e+04 1.43177e+03 1.94463e+05 5.32914e+04 3.34227e+04 8.93124e+04 5.68378e+04 3.11638e+04 1.81374e+05 1.11145e+05 1.26993e+06 2.34159e+05 1.77465e+05 6.97562e-01 8.80628e+03 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.55744e+04 3.85730e+03 1.45856e+03 5.36148e+03 1.76847e+03 4.06696e+03 1.05441e+04 4.00071e+03 1.16779e+04 3.81906e+03 1.59442e+03 1.01593e+02 7.84782e+03 7.29912e+03 6.02468e+02 9.84110e+03 1.03203e+04 5.64394e+03 9.28909e+03 2.08315e+04 1.15695e+05 1.97127e+04 2.39450e+04 1.68252e+02 1.37007e+03 5.83602e-01 2.68703e+06 1.59294e+04 2.72286e+05 9.07740e+05 2.26669e+05 3.02156e+06 1.41640e+06 1.06351e+06 1.64249e+06 3.76935e+05 1.31991e+05 5.80636e+03 1.73640e+06 8.10811e+05 4.73240e+05 1.43244e+06 7.88197e+05 3.38136e+05 4.92804e+06 1.33787e+06 1.51842e+07 1.77390e+06 4.73565e+06 3.06220e-01 5.20187e+04 6.63369e-01 5.75536e-01 3.00677e-01 3.76246e+00 7.27322e-01 1.05414e+00 9.90455e-01 1.37831e+00 6.95039e-01 1.78623e+00 6.68738e-01 3.39433e-01 7.03415e-01 5.65560e-01 3.66695e-01 2.77659e-01 3.29605e-01 3.24097e-01 3.12149e-01 1.14092e+00 3.55559e-01 2.54923e+00 3.67157e-01 1.59954e+00 2.44746e-01 2.71948e-01 2.23426e-01 1.61610e+04 1.27906e+03 7.47198e+03 9.36812e+03 2.29446e+03 7.45355e+03 2.19669e+04 8.15504e+03 2.30115e+04 6.90268e+03 6.60753e+03 1.72295e+02 2.63499e+04 2.68458e+04 1.21301e+03 2.26052e+04 2.41889e+04 1.41939e+04 1.76023e+04 3.65619e+04 3.25967e+05 5.48189e+04 6.08240e+04 3.54126e+02 3.40356e+03 7.20147e-01 6.50334e+04 2.94663e+03 9.07456e+04 3.29715e+04 8.11107e+03 2.97164e+04 8.53428e+04 3.22462e+04 9.14979e+04 2.60708e+04 1.04776e+04 6.94365e+02 1.41621e+05 8.65333e+04 3.47244e+03 7.29645e+04 7.08331e+04 4.11867e+04 5.38694e+04 1.07724e+05 9.38298e+05 1.48072e+05 1.57612e+05 8.23813e+02 8.82720e+03 3.66534e+00 2.31377e+04 1.91224e+03 1.22095e+03 7.42697e+02 2.70211e+02 7.47371e+02 2.60131e+03 9.52509e+02 2.85593e+03 8.40265e+02 3.30974e+02 1.91812e+01 4.35364e+03 5.16763e+03 3.84824e+02 6.60369e+03 6.89189e+03 4.15756e+03 5.51478e+03 1.04114e+04 2.79580e+04 3.48052e+03 4.64416e+03 2.47632e+01 2.21434e+02 4.21350e-01 1.83448e+05 1.10173e+03 1.72062e+04 8.04702e+04 2.71006e+04 6.76730e+03 4.77916e+04 1.93361e+04 2.81357e+04 3.07693e+03 5.31944e+03 1.98175e+03 3.74488e+04 1.04802e+05 3.80876e+03 4.98294e+04 1.08715e+05 3.88481e+04 1.32460e+05 6.04113e+04 1.53637e+05 1.58944e+05 1.40624e+05 5.41108e+04 4.14218e+04 4.77746e-01 1.29644e+07 1.29376e+05 3.97260e+06 1.11202e+07 2.97207e+06 1.10907e+07 2.53877e+07 1.65282e+07 2.93770e+07 2.04862e+07 3.01264e+06 2.47099e+05 2.29843e+07 1.34213e+07 6.41712e+05 1.47283e+07 1.42923e+07 5.18549e+06 3.08312e+07 1.94901e+07 2.40089e+08 3.81219e+07 7.65919e+07 7.19295e-04 2.06438e-01 3.97485e-01 1.66522e+05 6.15797e+03 4.99500e+04 1.00096e+05 1.76964e+04 7.34851e+04 1.72518e+05 6.35499e+04 2.06292e+05 6.68867e+04 2.41638e+04 1.75506e+03 1.69945e+05 2.02105e+05 6.16485e+03 1.34401e+05 1.44500e+05 7.95892e+04 1.21883e+05 2.39343e+05 1.92176e+06 3.47859e+05 4.02234e+05 1.76371e+03 1.79014e+04 2.11442e+00 1.65008e+06 1.24067e+05 2.98056e+05 7.98864e+05 6.84662e+05 2.54273e+05 6.56309e+05 5.27024e+05 3.33064e+05 9.02146e+04 1.22105e+05 7.42650e+02 1.19448e+06 9.71960e+05 1.05237e+05 5.37052e+05 1.19858e+06 1.56458e+06 6.07607e+05 1.29863e+05 1.06468e+07 4.87657e+06 2.32260e+06 1.94508e-01 1.64789e+05 9.31184e-01 8.20096e+03 1.15734e+04 2.02908e-01 2.93240e-01 2.13449e-01 2.18082e-01 6.47347e+02 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 7.12939e+03 2.61950e-01 3.75918e+02 9.77779e+03 7.64180e+03 2.23832e+03 1.68324e+04 9.92259e+03 2.77507e+04 9.36962e+03 4.95845e+03 2.32583e+00 6.67514e+02 8.15594e-01 1.81768e+05 7.74348e+03 6.42068e+04 1.12499e+05 4.96584e+04 7.20922e+04 2.34695e+05 7.97262e+04 2.39047e+05 7.37832e+04 3.11304e+04 1.77095e+03 2.44595e+05 1.91709e+05 9.38509e+03 1.98049e+05 2.17645e+05 1.24618e+05 1.55319e+05 2.96071e+05 2.75616e+06 3.45112e+05 5.33817e+05 3.42113e+03 2.78215e+04 1.26698e+00 3.80210e+04 2.59392e+03 3.31774e+04 5.56206e+03 1.86536e+03 4.73626e+03 1.50395e+04 5.87682e+03 1.89297e+04 6.39948e+03 2.49762e+03 3.40839e+02 5.47798e+04 3.86724e+04 1.59812e+03 2.77644e+04 2.75080e+04 1.64673e+04 1.88384e+04 3.93412e+04 2.74088e+05 4.09911e+04 5.02733e+04 3.78338e+02 2.98613e+03 7.29865e-01 1.81975e+03 6.66896e+00 2.57491e+04 2.05193e+05 4.59519e+04 1.71791e+05 5.50216e+05 2.04922e+05 6.37760e+05 1.72983e+05 6.46850e+04 2.35947e+03 1.79429e+05 6.43710e+05 1.73824e+04 4.58481e+05 4.67485e+05 2.49422e+05 2.98111e+05 7.02778e+05 9.48622e+06 1.34338e+06 1.49772e+06 6.41522e+03 7.98375e+04 4.77722e-02 4.43733e+04 2.67555e+03 4.53026e+03 1.39091e+04 1.00750e+04 1.14682e+04 3.72012e+04 1.30577e+04 4.13559e+04 1.31928e+04 5.16107e+03 4.18640e+02 2.07805e+04 6.88924e+04 2.02895e+03 3.62237e+04 3.81706e+04 2.29764e+04 2.95128e+04 6.03617e+04 3.49745e+05 5.05715e+04 6.47576e+04 4.38999e+02 3.83213e+03 8.89868e-01 4.03682e+04 1.71254e+03 9.18762e+03 1.62714e+04 1.31762e+04 1.20740e+04 3.78012e+04 1.35457e+04 4.08160e+04 1.21863e+04 5.34926e+03 2.93546e+02 3.35680e+04 3.51026e+04 1.44352e+03 3.21834e+04 3.21041e+04 1.79178e+04 2.41053e+04 4.68886e+04 5.12838e+05 6.67644e+04 9.11983e+04 5.08953e+02 5.26305e+03 5.16690e-01 2.33353e+04 8.26228e+03 1.52867e+05 2.25462e+05 1.58410e+06 3.22973e+05 3.35029e+05 3.00352e+05 3.88939e+06 1.54082e+05 7.12482e+05 2.65434e+05 1.27321e+06 1.14258e+06 1.46580e+05 1.88926e+06 4.20196e+06 1.95440e+05 1.20521e+06 9.25845e+04 3.22094e+06 9.94377e+04 5.12164e+05 6.61318e+03 1.89798e+06 2.17573e-01 1.49213e+06 2.51501e+03 5.47848e+04 8.59548e+05 2.29199e+05 4.19406e+05 1.92035e+06 4.57060e+05 1.20084e+06 8.47281e+05 7.39072e+04 1.54589e+04 1.03020e+06 1.47088e+06 3.76779e+05 9.68081e+05 1.07171e+06 3.84378e+05 1.01395e+06 1.16649e+06 7.54029e+06 1.58804e+06 1.75507e+06 2.11613e+00 3.35344e+05 8.83576e-01 7.53927e+04 9.85761e+03 1.91227e+04 7.61124e+04 8.62098e+03 2.94834e+04 8.80613e+04 3.88050e+04 1.02310e+05 2.83378e+04 1.14968e+04 8.18386e+02 1.19660e+05 8.73479e+04 3.62393e+03 7.58392e+04 6.56985e+04 3.72603e+04 6.63063e+04 1.30576e+05 1.15734e+06 2.06557e+05 1.92748e+05 1.31237e+03 1.22740e+04 6.43102e-01 4.55858e+07 1.68447e+06 5.84256e+06 3.40804e+06 2.99741e+06 1.92953e+06 1.07798e+07 5.57865e+06 5.20014e+06 1.75308e+06 1.17828e+06 9.06664e+05 4.78504e+06 1.53606e+07 8.07442e+05 1.04070e+07 2.31467e+07 2.11586e+06 1.56958e+07 3.46369e+06 2.79535e+07 1.30805e+07 5.92114e+06 1.07285e+04 3.07907e+06 1.23004e+00 2.71309e+06 8.70744e+05 7.12353e+06 6.31139e+06 3.18461e+06 3.22086e+06 8.07133e+06 1.72185e+06 3.29646e+06 3.97810e+06 1.79042e+05 3.24916e+04 2.26367e+06 5.47555e+06 1.43306e+05 1.84706e+06 4.10811e+06 1.52738e+06 1.07192e+07 2.88110e+06 6.68924e+06 5.22396e+03 2.00149e+06 6.80327e+03 1.95254e+06 9.65011e-02 2.13287e+06 2.34883e+05 3.40750e+06 6.77605e+05 6.35249e+05 5.60081e+05 1.16432e+06 1.41763e+06 9.33215e+05 4.17113e+05 7.57479e+04 8.80994e+03 4.42917e+06 7.36375e+05 1.82035e+04 2.34623e+05 5.21835e+05 4.40773e+05 9.96133e+06 2.40364e+06 1.08501e+07 1.20327e+07 7.13157e+06 3.87996e+02 1.11355e+05 7.55483e-01 7.19698e+05 4.36621e+04 2.60065e+06 8.84634e+05 1.63287e+05 3.76055e+05 1.24513e+06 5.17269e+05 1.77860e+06 1.03272e+06 2.34159e+05 5.70079e+04 1.46918e+06 1.74041e+06 7.06455e+04 1.43966e+06 1.57838e+06 1.03903e+06 1.25248e+06 2.00804e+06 1.56701e+07 3.04267e+06 5.42780e+06 1.30528e+04 1.76267e+05 8.62297e+00 1.29597e+06 8.52191e+04 7.24406e+04 1.00085e+06 8.74044e+04 5.32553e+05 1.89499e+06 2.58443e+05 2.50010e+06 1.12549e+05 7.06476e+04 3.23288e+03 7.16482e+05 4.10792e+05 1.88696e+05 9.17337e+05 4.95702e+05 3.26028e+05 1.91170e+06 9.46411e+05 8.86500e+06 2.16422e+06 1.38341e+05 3.72949e-01 2.46538e-01 4.25557e-01 4.34856e+05 2.18327e+04 3.29719e+05 4.95101e+05 1.41465e+05 1.86408e+05 1.39566e+06 4.65443e+05 1.41592e+06 1.96720e+03 2.86726e+05 3.81265e+05 6.55201e+05 1.88328e+06 6.20854e+04 8.00211e+05 1.77978e+06 4.63584e+05 2.27262e+06 1.25964e+06 1.43992e+07 2.42903e+05 2.75179e+06 3.08422e+02 8.85171e+04 3.30257e+00 9.74014e+06 4.41643e+05 1.95497e+06 7.94633e+06 1.13046e+07 6.94732e+06 1.65237e+07 1.31773e+07 2.07304e+07 5.52485e+06 3.62710e+06 4.97930e+05 7.86970e+06 1.90052e+07 6.90350e+06 2.05221e+07 1.85560e+07 1.42828e+07 1.98146e+07 7.27854e+06 8.73617e+07 2.19642e+07 4.54625e+07 1.64565e+05 3.27939e+06 6.64373e-01 3.35619e+04 1.74792e+03 1.21219e+04 2.18252e+04 4.85110e+03 1.24629e+04 3.96223e+04 1.61415e+04 4.23755e+04 1.33192e+04 5.19941e+03 3.94879e+02 4.99354e+04 4.39995e+04 1.74720e+03 3.64666e+04 4.05964e+04 2.25382e+04 2.93835e+04 5.88096e+04 5.40184e+05 7.25712e+04 9.60454e+04 5.11336e+02 5.42381e+03 3.19575e-01 9.81112e+06 1.23897e+06 2.37901e+06 1.31963e+07 2.88366e+06 1.30863e+07 4.05757e+07 2.59952e+07 6.85926e+07 1.68074e+07 5.25275e+06 5.22166e+05 4.23777e+07 4.95216e+07 1.84293e+06 5.05012e+07 3.58331e+07 2.32153e+07 3.66639e+07 4.63709e+07 3.44757e+08 5.93645e+06 9.34822e+07 1.85349e+05 4.06668e+06 2.50224e-01 7.55267e+04 3.49448e+03 5.16862e+04 6.48781e+04 1.61994e+04 4.21100e+04 1.44137e+05 4.82425e+04 1.48966e+05 4.61523e+04 1.83062e+04 1.30530e+03 1.74751e+05 1.31247e+05 5.32303e+03 1.13571e+05 1.08058e+05 6.93618e+04 9.82427e+04 1.81212e+05 1.87872e+06 3.13096e+05 4.35708e+05 1.81730e+03 1.81538e+04 1.80162e+00 4.34743e+06 7.12393e+05 1.20927e+06 9.39177e+05 1.51012e+06 8.25729e+04 1.98332e+06 1.34997e+06 1.51941e+06 1.28398e+05 2.43690e+05 4.75297e+04 1.23727e+06 3.87143e+06 2.74160e+04 3.53362e+05 7.85925e+05 8.49136e+03 3.63020e+06 1.41720e+06 2.83027e+06 1.43486e+05 4.67271e+05 1.10373e+04 3.16770e+06 3.16878e+00 1.26418e+06 3.11780e+04 2.11465e+04 2.90072e+05 7.09266e+04 5.41206e+04 2.88734e+05 2.34433e+04 4.38395e+04 4.79431e+03 1.60183e+05 5.96761e+04 1.67423e+05 3.59576e+05 6.46407e+03 8.33147e+04 1.85303e+05 4.00721e+05 3.11063e+05 2.10406e+05 5.05335e+05 1.57330e+05 1.95978e+05 7.29210e+02 2.09283e+05 4.14724e-01 1.61207e+05 1.87217e+03 9.13096e+05 1.69473e+05 2.96577e+04 8.96242e+04 1.10196e+06 1.66886e+05 1.17882e+05 3.86501e+04 1.09736e+05 4.05651e+03 3.63196e+06 4.98632e+05 1.63969e+04 2.11338e+05 4.70044e+05 1.56202e+05 1.40707e+06 3.15570e+05 2.87342e+06 4.70799e+04 2.23154e+05 8.40308e+02 3.32632e+04 7.28997e+00 2.96269e+05 3.20148e+01 6.45692e+04 2.72918e+04 1.82076e+04 1.75270e+03 9.37509e+03 1.17632e+04 5.84477e+03 1.08683e+04 3.96971e+03 1.47891e+03 5.27638e+04 2.15944e+04 2.86835e+03 7.36857e+03 1.01037e+05 2.29221e+03 9.99538e+03 8.90264e+03 7.64680e+04 6.93838e+04 3.13908e+04 3.33990e-03 9.58553e-01 1.17110e+00 8.48735e+04 3.54410e+03 1.67739e+04 1.32289e+04 4.07486e+03 1.30242e+04 3.13108e+04 1.09510e+04 3.71758e+04 1.17096e+04 4.60189e+03 2.64778e+02 8.10581e+04 4.61477e+04 2.24626e+03 4.64101e+04 4.30862e+04 2.65248e+04 2.41489e+04 4.78083e+04 3.86263e+05 5.40436e+04 6.42753e+04 3.75418e+02 3.37579e+03 1.76213e+00 2.99381e+05 2.34639e+04 2.86608e+04 4.02425e+05 1.47504e+00 3.02269e+05 1.82115e+04 5.78051e+04 2.09582e+04 1.17013e+00 4.34862e-01 4.87300e-01 4.50069e+05 2.23096e+05 1.55627e+05 3.54440e+05 2.79374e+05 1.27912e+05 9.73685e+05 7.93886e+05 7.68624e+05 4.17579e-01 7.81582e+05 5.63362e-01 2.52795e+04 1.81471e+00 8.67916e+04 3.66588e+03 1.72634e+04 7.59038e+04 1.80067e+04 4.68541e+04 1.40092e+05 5.18864e+04 1.80201e+05 5.32995e+04 2.34104e+04 1.32049e+03 9.02518e+04 1.73018e+05 7.01548e+03 1.40155e+05 1.60018e+05 9.42364e+04 9.22576e+04 1.97523e+05 2.16684e+06 3.62211e+05 4.37255e+05 2.34196e+03 2.17665e+04 8.46952e-01 1.60024e+04 7.93663e+02 5.24332e+03 3.69146e+03 1.69933e+03 2.97426e+03 9.61420e+03 3.50967e+03 1.00839e+04 3.12168e+03 1.23989e+03 1.01268e+02 1.96519e+04 8.66537e+03 2.49849e+02 5.15948e+03 5.47241e+03 3.05237e+03 3.97265e+03 8.29090e+03 1.03936e+05 1.60128e+04 1.82335e+04 8.77622e+01 8.77860e+02 4.31474e-01 3.84586e+04 2.19433e+03 1.18597e+03 2.70484e+03 6.56984e+02 2.06629e+03 6.48224e+03 2.17031e+03 6.99262e+03 3.49779e+03 8.86437e+02 4.31088e+01 7.06897e+03 6.48894e+03 3.10293e+02 5.83973e+03 6.51353e+03 4.53522e+03 6.01702e+03 1.14531e+04 5.95019e+04 1.17671e+04 1.41609e+04 6.58541e+01 5.86033e+02 4.01920e-01 7.27701e+04 3.55186e+03 4.82151e+05 6.57769e+04 1.40140e+04 4.53034e+04 1.62455e+05 5.29538e+04 1.66265e+05 5.31383e+04 1.89727e+04 1.40639e+03 4.88237e+05 1.83314e+05 5.50462e+03 1.21969e+05 1.24274e+05 7.78463e+04 1.12064e+05 1.89920e+05 1.90810e+06 4.96133e+05 4.24675e+05 1.48181e+03 2.06696e+04 2.53069e-01 7.07721e+03 5.73854e+02 4.88406e+03 9.81672e+03 2.38019e+03 8.30380e+03 2.55780e+04 9.63272e+03 2.90417e+04 8.55645e+03 3.40853e+03 1.92280e+02 2.38479e+04 2.48178e+04 1.05070e+03 2.18119e+04 2.02354e+04 1.13361e+04 1.47391e+04 3.12883e+04 3.05067e+05 3.84010e+04 4.57418e+04 2.83300e+02 3.12816e+03 1.45210e+00 5.22819e+05 7.93984e+02 4.44357e+04 3.01520e+05 2.77703e+05 2.00197e+05 1.34632e+05 5.46680e+04 1.63086e+05 3.24685e+04 5.41702e+04 1.52240e+04 6.02112e+05 2.13016e+05 1.29237e+05 2.75193e+05 1.69428e+05 4.64735e+04 4.77116e+05 3.68626e+05 1.74291e+06 6.30930e+05 5.64778e+05 5.38423e-01 9.20692e+03 7.94444e-01 8.94451e+04 8.67448e+02 8.09766e+03 3.72353e+04 4.21494e+04 2.94427e+04 2.64136e+05 2.60472e+05 1.35181e+05 4.89777e+04 9.10884e+03 1.47166e+03 1.27674e+05 2.07406e+05 6.86099e+04 1.64732e+05 1.24550e+05 8.74912e+04 2.74652e+05 3.34993e+05 3.53420e+06 5.20861e+05 5.60006e+05 2.67714e+03 3.18789e+04 7.06241e-01 1.95661e+03 8.55698e+01 4.25300e+02 1.73635e+03 1.80944e+03 1.24341e+03 4.67927e+03 1.42713e+03 6.12193e+03 1.89726e+03 6.94418e+02 4.42228e+01 1.25549e+04 1.48197e+04 7.32380e+02 1.50483e+04 1.17155e+04 5.84439e+03 8.23126e+03 1.68152e+04 2.62849e+05 2.61725e+04 3.77761e+04 3.21179e+02 3.18784e+03 1.19568e+00 7.35204e+04 2.49647e+03 6.01426e+03 2.19646e+04 9.26186e+03 1.48809e+04 4.49591e+04 1.56867e+04 4.74557e+04 1.44432e+04 6.22121e+03 3.82631e+02 3.15397e+04 3.28540e+04 1.91208e+03 3.54954e+04 3.80974e+04 2.23062e+04 4.01915e+04 7.96434e+04 4.65785e+05 6.19689e+04 8.44315e+04 5.38135e+02 4.96535e+03 1.22632e+00 5.55239e+04 2.37911e+03 5.58279e+03 1.03171e+04 3.37199e+03 7.15077e+03 2.12388e+04 7.58804e+03 2.15911e+04 7.16225e+03 3.01313e+03 3.68048e+02 2.36122e+04 1.81937e+04 1.31557e+03 2.20322e+04 2.36208e+04 1.45773e+04 1.57990e+04 3.08527e+04 2.53836e+05 3.17326e+04 4.59386e+04 3.53420e+02 2.95229e+03 6.78697e-01 4.00944e+06 4.21010e+05 6.34956e+06 1.39303e+06 4.63729e+05 9.91910e+05 3.86397e+06 8.96008e+05 7.01787e+06 4.71385e+05 2.94782e+05 6.73487e+04 1.55769e+06 6.02301e+05 1.14351e+05 1.47385e+06 3.27805e+06 8.19848e+05 1.15992e+06 1.46265e+06 6.54202e+06 5.33892e+04 7.54277e+05 5.52712e+00 8.71775e-01 4.09310e-01 1.21938e+04 1.98637e+03 1.96800e+03 1.82295e+03 1.85179e+03 1.28355e+03 3.41185e+03 1.63849e+03 4.66199e+03 1.72526e+03 7.32908e+02 1.22793e+02 6.94785e+03 1.39305e+04 1.02195e+03 1.42553e+04 1.38612e+04 8.59728e+03 1.10633e+04 2.09483e+04 1.03073e+05 2.00204e+04 2.02236e+04 1.80099e+02 1.30272e+03 5.15089e-01 7.64176e+04 5.02922e+03 1.00202e+04 8.03871e+03 2.77818e+03 8.13203e+03 2.72227e+04 1.01013e+04 3.45016e+04 1.08896e+04 4.08721e+03 2.09594e+02 6.09243e+04 4.51915e+04 2.06799e+03 3.95224e+04 3.93140e+04 2.15661e+04 2.17267e+04 5.40621e+04 4.82660e+05 7.73557e+04 8.85993e+04 5.33218e+02 4.72753e+03 1.43788e+00 1.80340e+04 6.56285e+03 4.60775e+03 3.47328e+04 1.55438e+04 2.00021e+04 2.82385e+04 2.62125e+03 1.55496e+05 9.58808e+03 2.42576e+04 4.33328e+02 6.46928e+04 3.67181e+04 1.77274e+04 3.18767e+04 1.56028e+04 8.92177e+04 1.01457e+05 5.68037e+04 2.93092e+05 1.04250e+05 1.93666e+05 2.88002e-01 7.99704e+03 3.84612e-01 5.97035e+04 6.55627e+03 3.36925e+04 1.46651e+04 2.11614e+03 6.12672e+03 1.96507e+04 7.27264e+03 2.13459e+04 7.18812e+03 2.61373e+03 3.04464e+02 5.25137e+04 2.73115e+04 1.15499e+03 1.77638e+04 1.71306e+04 1.20091e+04 1.51904e+04 2.71781e+04 2.14282e+05 3.28979e+04 4.56138e+04 2.70197e+02 2.04070e+03 1.08737e+00 6.27984e+04 2.81608e+03 1.12303e+03 6.90451e+04 7.01807e+04 1.78260e+04 3.53648e+04 1.82286e+04 1.05599e+04 1.15484e+03 2.42901e+04 4.68003e+03 3.34760e+04 6.52495e+04 3.42225e+03 4.41090e+04 9.81044e+04 1.03951e+05 9.29234e+04 5.89186e+04 2.75913e+05 2.31847e+04 8.24213e+04 2.67589e+01 7.67981e+03 3.03949e-01 5.24517e+06 1.26769e+05 4.56223e+06 8.02112e+06 1.43872e+06 1.04737e+06 5.74080e+06 2.44311e+06 2.91005e+06 4.85790e+06 7.10907e+05 1.18359e+05 1.47902e+06 8.08628e+06 4.63243e+05 5.97068e+06 1.32796e+07 3.79126e+06 8.24330e+06 3.47420e+06 3.26127e+07 6.28001e+04 7.94175e+06 7.60301e-04 2.18207e-01 6.49861e-02 3.85611e+03 1.85803e+02 2.28620e+03 8.25659e+03 1.87550e+03 6.11487e+03 1.91688e+04 7.11604e+03 2.14063e+04 6.67958e+03 2.53462e+03 1.48590e+02 9.44268e+03 3.48263e+04 1.53298e+03 3.32753e+04 3.17863e+04 2.00372e+04 2.35948e+04 4.37479e+04 3.53962e+05 5.94773e+04 6.25591e+04 3.00633e+02 3.51546e+03 4.31782e-01 1.07394e+05 2.09717e+02 5.73356e+04 1.12804e+04 6.42869e+03 8.44032e+03 2.87082e+04 1.17705e+04 3.23916e+04 1.11551e+04 4.10258e+03 3.41147e+02 1.31121e+05 2.33608e+04 1.81347e+03 3.50823e+04 3.26411e+04 1.68951e+04 4.08888e+04 7.59308e+04 4.09857e+05 2.32211e+03 6.15190e+04 4.20757e+02 3.87744e+03 2.59690e+00 2.94052e+04 8.93326e+02 6.27143e+03 4.09309e+03 1.07136e+03 3.31252e+03 1.08442e+04 4.18821e+03 1.27976e+04 4.17189e+03 1.42985e+03 7.26881e+01 2.65404e+04 1.38461e+04 6.23973e+02 1.37713e+04 1.53325e+04 7.32314e+03 1.12596e+04 2.63452e+04 1.82616e+05 3.41769e+04 3.54399e+04 3.42459e+01 1.37158e+03 2.92789e-01 3.08883e+05 1.86078e+04 1.49180e+05 2.48334e+05 1.12102e+05 1.57545e+05 5.07241e+05 1.93166e+05 6.25405e+05 1.68870e+05 6.47367e+04 3.73463e+03 4.88741e+05 5.13016e+05 1.87117e+04 4.10246e+05 3.99350e+05 2.39169e+05 3.16925e+05 5.95554e+05 5.52910e+06 1.03439e+06 1.19885e+06 4.52620e+03 5.67616e+04 7.06365e-01 7.60906e+04 4.42079e+03 1.97085e+04 2.57283e+04 6.44418e+03 1.90347e+04 6.07743e+04 2.32513e+04 7.29303e+04 2.48882e+04 8.64285e+03 6.81549e+02 7.14556e+04 5.80308e+04 2.70372e+03 5.38940e+04 5.60520e+04 3.35452e+04 4.10609e+04 8.60537e+04 6.69347e+05 1.21506e+05 1.36356e+05 4.55662e+02 6.30663e+03 2.20978e+00 2.98100e+05 1.20422e+04 2.49470e+05 1.02033e+05 3.25876e+04 8.44800e+04 2.69319e+05 9.63274e+04 3.04998e+05 9.16930e+04 3.46376e+04 1.88673e+03 1.80898e+05 2.60687e+05 1.12156e+04 2.58129e+05 2.58315e+05 1.49703e+05 2.16206e+05 3.78517e+05 2.20578e+06 4.12051e+05 5.19208e+05 1.74596e+03 1.93645e+04 3.39859e+00 4.40996e+04 2.90217e+03 1.83351e+04 2.67248e+04 5.30600e+03 1.36870e+04 4.45238e+04 1.59290e+04 4.74464e+04 1.57966e+04 6.05965e+03 4.63358e+02 7.11641e+04 3.65269e+04 1.81923e+03 3.74290e+04 3.95697e+04 2.29101e+04 2.68684e+04 5.31859e+04 5.66453e+05 1.14996e+05 1.10473e+05 5.86253e+02 5.68579e+03 6.80412e-01 1.06761e+05 5.68892e+03 2.09073e+04 3.00060e+04 1.39633e+04 2.27378e+04 7.87907e+04 3.25363e+04 7.92742e+04 2.66977e+04 9.85622e+03 6.97776e+02 8.25679e+04 8.83809e+04 3.56054e+03 7.66052e+04 7.62104e+04 4.54389e+04 5.81819e+04 1.13214e+05 9.30668e+05 1.16851e+05 1.58982e+05 8.62843e+02 9.63565e+03 5.06013e-01 8.87796e+06 2.83501e+05 8.55367e+06 7.38750e+06 9.15752e+05 3.89532e+06 1.13552e+07 3.11303e+06 5.70181e+06 1.47535e+06 1.26728e+06 1.68105e+05 3.62956e+06 7.32298e+06 2.57462e+06 1.25105e+07 5.71261e+06 3.74717e+06 6.81131e+06 5.46342e+06 5.28580e+07 1.36089e+07 1.97365e+07 3.67214e+05 1.62254e+06 5.79404e-01 2.91285e+03 4.22309e+02 1.11533e+03 6.57891e+03 1.33771e+04 3.35211e+03 1.81547e+04 9.03817e+03 1.69015e+04 1.84836e+03 3.19547e+03 1.19047e+03 5.97763e+04 2.05452e+04 1.86606e+03 2.40514e+04 5.34936e+04 1.39803e+04 1.05212e+05 1.99050e+04 4.03412e+05 6.01130e+04 7.91383e+03 9.20859e-01 7.69545e-02 3.68773e-03 1.91839e+04 1.34429e+03 2.17329e+04 1.81912e+04 4.43258e+03 1.43634e+04 4.67082e+04 2.94239e+04 5.17228e+04 1.59385e+04 6.17003e+03 4.89623e+02 3.22238e+04 5.30664e+04 1.71159e+03 3.43666e+04 3.45155e+04 2.01722e+04 2.73751e+04 5.31133e+04 4.95584e+05 1.07218e+05 9.76077e+04 5.20099e+02 5.49875e+03 1.14636e+00 2.47541e+06 1.44606e+05 7.91097e+05 1.94257e+06 2.18969e+05 1.04554e+06 1.09330e+06 5.54378e+05 3.06715e+05 2.07712e+05 1.16584e+05 2.43191e+05 1.02937e+06 7.12757e+05 4.73307e+04 1.19821e+06 9.83053e+05 4.16455e+05 1.62348e+06 1.25961e+06 9.33945e+06 1.75673e+06 1.83695e+06 5.94416e+02 1.70597e+05 8.69854e-01 6.21260e+04 4.09003e+03 1.45410e+04 2.12191e+04 9.00256e+03 1.64073e+04 5.00918e+04 1.89044e+04 5.38489e+04 1.70301e+04 6.94548e+03 5.06485e+02 5.43742e+04 4.79660e+04 2.10082e+03 4.17307e+04 4.12453e+04 2.33956e+04 2.79856e+04 5.79834e+04 5.42133e+05 6.30521e+04 1.03079e+05 7.45944e+02 5.53508e+03 4.98844e-01 5.74266e+04 4.49686e+03 6.20316e+03 3.47916e+03 1.24313e+03 3.53843e+03 1.42214e+04 4.45454e+03 1.46928e+04 4.84893e+03 1.70232e+03 8.63045e+01 2.50796e+04 1.35088e+04 7.59185e+02 1.61250e+04 1.74592e+04 1.03206e+04 1.26049e+04 2.35289e+04 1.76964e+05 2.57799e+04 3.43823e+04 1.46777e+02 1.63088e+03 7.14789e-01 5.08552e+04 2.44657e+03 1.02859e+05 4.55720e+04 1.03873e+04 2.10897e+04 8.20100e+04 2.44569e+04 9.10471e+04 3.71291e+04 1.26505e+04 1.18383e+03 5.32847e+04 1.00981e+05 4.54806e+03 8.38620e+04 1.13051e+05 7.20464e+04 7.78207e+04 1.25364e+05 1.00214e+06 2.15714e+05 3.42401e+05 2.60840e+03 1.12814e+04 3.93270e+00 2.02743e+06 5.83053e+05 1.23067e+07 1.22748e+06 7.05271e+04 1.05707e+06 1.18753e+06 7.79917e+05 7.24572e+05 5.58360e+05 1.49511e+05 1.68370e+04 2.41102e+06 1.10049e+06 3.81791e+05 1.37179e+06 1.17072e+06 6.43493e+05 6.26703e+06 1.93485e+06 1.27864e+07 5.11235e+06 5.82361e+06 3.17343e-01 2.48697e+05 3.44994e-01 3.08043e+04 1.59095e+03 1.07671e+04 1.82419e+04 4.25954e+03 1.29723e+04 4.14689e+04 1.51950e+04 4.65446e+04 1.50949e+04 5.69619e+03 5.26462e+02 4.43329e+04 4.52138e+04 1.76739e+03 3.56468e+04 4.02108e+04 2.27127e+04 2.58893e+04 5.72740e+04 5.31684e+05 1.03970e+05 1.20581e+05 6.35203e+02 5.12685e+03 4.02096e-01 8.90140e+04 1.05019e+04 7.89110e+05 9.39490e+04 2.28937e+04 7.39070e+04 2.47116e+05 9.70565e+04 3.26718e+05 9.84860e+04 3.76296e+04 2.10349e+03 3.27355e+05 3.62721e+05 9.45395e+03 2.09789e+05 1.93355e+05 1.24472e+05 2.18765e+05 3.18294e+05 2.49337e+06 8.62011e+05 6.53584e+05 3.16423e+03 2.84703e+04 1.23805e+00 8.74969e+05 4.26621e+04 2.49655e+05 4.58761e+05 2.81587e+05 3.50144e+05 1.10648e+06 3.80279e+05 1.11614e+06 3.44807e+05 1.57330e+05 8.35006e+03 1.13542e+06 8.77723e+05 4.36696e+04 9.29779e+05 9.51198e+05 5.70736e+05 7.30424e+05 1.41815e+06 1.17497e+07 1.47222e+06 2.07503e+06 1.09120e+04 1.28488e+05 1.19076e+00 5.72903e+04 6.06052e+03 2.35383e+04 3.34784e+04 9.97088e+03 2.77424e+04 9.26198e+04 3.81178e+04 1.39518e+05 4.56331e+04 1.49544e+04 6.48465e+02 1.31067e+05 1.72705e+05 5.03549e+03 1.11008e+05 9.80122e+04 5.65174e+04 8.84884e+04 1.71562e+05 1.51815e+06 2.48587e+05 2.60476e+05 1.37713e+03 1.69060e+04 1.33516e+00 5.09718e+04 2.19776e+03 2.13068e+04 1.26881e+04 2.65815e+03 9.14385e+03 2.71282e+04 9.73957e+03 3.04948e+04 9.98068e+03 3.92838e+03 2.30180e+02 7.40816e+04 5.47318e+04 1.48167e+03 3.07822e+04 2.75369e+04 1.70761e+04 1.46223e+04 3.07011e+04 4.12296e+05 7.41781e+04 8.75640e+04 5.08595e+02 4.89373e+03 1.41332e+00 2.12436e+05 4.60911e-01 6.63486e+03 1.62474e+05 9.67351e+04 3.73155e+04 7.72602e+04 4.93139e+03 2.02261e+04 2.21194e+03 3.28721e+03 1.22465e+03 2.03634e+05 7.37565e+04 3.91002e+02 5.03958e+03 1.12087e+04 4.08413e+03 1.79139e+05 7.04598e+04 6.21612e+04 4.25611e-01 1.72322e+04 2.15690e+02 6.19029e+04 3.03453e-01 4.50574e+05 3.49591e+05 7.82163e+05 9.98654e+05 5.14632e+05 3.09659e+05 7.31573e+05 3.56506e+05 9.24232e+04 8.65319e+04 1.07501e+05 2.49537e+04 9.65993e+05 7.96966e+05 1.00257e+04 1.29220e+05 2.87403e+05 2.32631e+05 2.14490e+06 4.05792e+05 1.48426e+06 8.64754e+05 6.07648e+05 6.87672e+04 3.84271e+05 4.71319e-01 8.11866e+05 6.97731e+05 1.12401e+06 2.56504e+06 4.05824e+05 2.72600e+05 9.55631e+05 3.77352e+05 3.05209e+06 2.83502e+05 1.14503e+05 1.52359e+04 1.54451e+06 2.01350e+06 4.34272e+04 5.59728e+05 1.24491e+06 5.84264e+05 1.84778e+06 8.41787e+05 2.07480e+06 4.20740e+00 1.02412e+06 7.67082e+03 2.20153e+06 2.04387e+00 5.52275e+06 4.10613e+04 2.70800e+06 2.69991e+06 7.66593e+05 1.41521e+06 5.31829e+06 2.69797e+06 2.13687e+06 1.57077e+06 3.07228e+05 4.96978e+04 1.01642e+07 1.37091e+06 4.02883e+05 1.91036e+06 9.54788e+05 2.88603e+05 5.09465e+06 2.41107e+06 1.17773e+07 6.87661e+06 3.45542e+06 3.06643e-01 4.27689e+04 5.54385e-01 1.20564e+06 7.62785e+04 1.40699e+05 9.22560e+05 1.28110e+06 9.11734e+05 1.35652e+06 3.72591e+05 5.80938e+05 3.36562e+05 1.78693e+05 2.04008e+04 1.63598e+06 9.12145e+05 1.71793e+06 2.55036e+06 1.54076e+06 8.78068e+05 2.19463e+06 7.61529e+05 1.26146e+07 3.44239e+06 2.67458e+06 2.28708e-01 5.66835e+04 1.25893e+00 1.06205e+05 5.64265e+03 2.37485e+06 2.80460e+05 6.56924e+04 2.12213e+05 7.46222e+05 2.76789e+05 9.81189e+05 3.36424e+05 1.06951e+05 9.35273e+03 8.87494e+05 1.07759e+06 2.89468e+04 6.17692e+05 6.16048e+05 4.41312e+05 5.35887e+05 8.51173e+05 6.85761e+06 2.03233e+06 2.05207e+06 1.02261e+04 7.27287e+04 4.33767e+00 1.90083e+06 6.98370e+04 2.37508e+04 1.14362e+07 2.19174e+06 7.27032e+05 3.54866e+07 9.39470e+05 1.05133e+07 1.24958e+07 1.05417e+06 0.00000e+00 4.77703e+06 1.12106e+07 1.56637e+05 2.01888e+06 4.49026e+06 1.16783e+07 2.31321e+06 6.65024e+06 3.39311e+07 3.84007e+04 5.17537e+06 1.82505e+05 2.41186e-01 6.51521e+00 2.37319e+04 1.99021e+03 9.98506e+03 9.16926e+03 4.82933e+03 3.55245e+03 7.95125e+03 5.51982e+03 9.50885e+03 3.77949e+03 1.72608e+03 9.78405e+02 1.89300e+04 1.57680e+04 1.91412e+03 1.26968e+04 3.16992e+04 8.64985e+03 2.60892e+04 2.77153e+04 6.28499e+04 1.73800e+04 1.90301e+04 1.55551e+03 6.53212e+03 3.58921e+02 7.72455e+06 7.29729e+02 2.52968e+05 4.23409e+06 2.79716e+05 7.68616e+05 1.50475e+06 5.03670e+05 7.64083e+05 1.42486e+05 3.89478e+05 2.18725e+00 1.22280e+06 2.47591e+06 1.38546e+05 2.26782e+06 1.56156e+06 9.33086e+05 3.20541e+06 1.75423e+06 7.54440e+06 1.14953e+04 5.91048e+05 4.98387e+00 5.09546e+00 1.35073e+00 1.53207e+07 2.37215e+06 1.40481e+06 7.06466e+06 5.51525e+05 2.29315e+06 2.20956e+07 1.01140e+07 6.27465e+06 3.23398e+02 1.49689e+06 6.96510e+05 4.75101e+06 1.05401e+07 1.64810e+06 2.12421e+07 4.72454e+07 9.19406e+01 1.18611e+07 1.38154e+02 3.34827e+06 2.50095e+01 5.17317e+06 9.80568e-03 2.81423e+00 1.72995e+01 6.48486e+04 4.65324e+03 1.91243e+03 4.57878e+03 1.71840e+03 4.29276e+03 1.57280e+04 5.61511e+03 1.90140e+04 5.91905e+03 2.28929e+03 1.61640e+02 1.26438e+04 3.29991e+04 1.32151e+03 2.31423e+04 2.55338e+04 1.41678e+04 1.60213e+04 3.62566e+04 3.03702e+05 4.55970e+04 5.90104e+04 3.73969e+02 3.12922e+03 1.11957e+00 8.60773e+03 2.26376e+03 1.46373e+03 9.86198e+02 3.09735e+02 8.00110e+02 2.53942e+03 9.36603e+02 2.87375e+03 8.91886e+02 3.50587e+02 2.33123e+01 5.57050e+03 8.43465e+03 3.07679e+02 4.10766e+03 4.45464e+03 2.68836e+03 4.25907e+03 7.66846e+03 2.17125e+04 3.09091e+03 4.08507e+03 3.33760e+01 2.03895e+02 6.09387e-01 1.24459e+03 6.50225e+01 4.98269e+02 3.63882e+03 9.03303e+02 3.11794e+03 1.00896e+04 3.94510e+03 1.31246e+04 4.02613e+03 1.34437e+03 7.87001e+01 2.37638e+03 6.86637e+03 3.15600e+02 5.61753e+03 5.65456e+03 3.04806e+03 2.08977e+03 5.23288e+03 6.38999e+04 1.01010e+04 1.06368e+04 6.32042e+01 4.37282e+02 2.32516e-01 8.89558e+03 9.48994e+02 6.29378e+02 5.43282e+02 1.74331e+02 4.70334e+02 1.32530e+03 5.45685e+02 1.42056e+03 4.96937e+02 2.09663e+02 1.06671e+01 1.86391e+03 3.80726e+03 2.40139e+02 2.26074e+03 2.56024e+03 1.60845e+03 2.57783e+03 4.58705e+03 9.16671e+03 1.49618e+03 1.73982e+03 1.89473e+01 1.38100e+02 1.71184e+00 9.17291e+05 4.33911e+04 4.46756e+06 9.10922e+05 2.09771e+05 7.14784e+05 2.69041e+06 8.47828e+05 2.71920e+06 8.88088e+05 3.04756e+05 2.46731e+04 2.95230e+06 2.67251e+06 8.52740e+04 2.03203e+06 1.82137e+06 1.21230e+06 1.76313e+06 3.11000e+06 2.93251e+07 5.60857e+06 5.52600e+06 2.58733e+04 3.03594e+05 7.89362e+00 7.81555e+04 5.55523e+03 2.98015e+04 5.57947e+04 1.12641e+04 3.74506e+04 1.08118e+05 4.33182e+04 1.18678e+05 3.33345e+04 1.37767e+04 5.91102e+02 8.97125e+04 1.01111e+05 3.92374e+03 8.06997e+04 8.28170e+04 4.97299e+04 6.02018e+04 1.21600e+05 1.12181e+06 2.01881e+05 2.62703e+05 1.09577e+03 9.89675e+03 1.18933e+00 2.00048e+05 9.27624e+03 9.39402e+04 1.20671e+05 2.77630e+04 1.00123e+05 3.14450e+05 1.11943e+05 3.05213e+05 8.26050e+04 3.40642e+04 1.28147e+03 2.77200e+05 2.25945e+05 7.31594e+03 2.22228e+05 2.25258e+05 1.24384e+05 1.69134e+05 3.64508e+05 4.14079e+06 5.56168e+05 6.91573e+05 1.91757e+03 2.90269e+04 2.51333e-01 5.46893e+03 6.28079e+02 1.15534e+03 3.01837e+03 5.49267e+02 1.58753e+03 4.54471e+03 1.90964e+03 5.93032e+03 1.86462e+03 7.28673e+02 4.04266e+01 4.14484e+03 7.30379e+03 6.66779e+02 7.74323e+03 6.91691e+03 3.89947e+03 5.72283e+03 1.33984e+04 5.70018e+04 1.35166e+04 1.18156e+04 1.21806e+02 7.24664e+02 1.29604e+00 5.67384e+04 4.79762e+03 6.40344e+03 1.22456e+03 6.71458e+02 1.04216e+03 4.14622e+03 1.58432e+03 5.95475e+03 2.21428e+03 8.53561e+02 7.44287e+01 3.42643e+04 8.50679e+03 6.06980e+02 1.05000e+04 1.40602e+04 4.46245e+03 1.09727e+04 2.61917e+04 1.83757e+05 2.15322e+04 2.94100e+04 1.46567e+02 1.61398e+03 9.66273e-01 3.93291e+04 2.48823e+04 7.63696e+03 3.93300e+05 1.11650e+05 6.07597e+05 3.28279e+06 6.95013e+05 5.99013e+06 4.30939e+05 6.28925e+04 2.44307e+04 1.20351e+06 2.08395e+06 1.22687e+05 1.58130e+06 3.51704e+06 9.55537e+05 4.18341e+06 1.60545e+06 1.12603e+07 3.57232e+05 5.48486e+06 2.60968e+05 1.13074e+05 1.66552e+00 3.46965e+05 2.61041e+02 1.08230e+05 2.63008e+05 6.49208e+04 2.12527e+05 6.19406e+05 1.63726e+05 2.75842e+05 2.06616e+05 2.21287e+04 5.88608e+03 1.48408e+06 1.39434e+05 9.62921e+04 8.64867e+05 1.45172e+05 6.20269e+04 4.32525e+05 4.34788e+05 3.31520e+06 1.53619e+06 6.07681e+05 7.90688e-01 5.65909e+03 8.69576e-01 3.28156e+05 2.15331e+03 8.09412e+04 2.95214e+05 1.87341e+05 2.89932e+05 5.97358e+05 4.26410e+05 5.21850e+05 1.77311e+05 8.75668e+04 1.27194e+04 7.04561e+05 3.71332e+05 1.96969e+05 3.46956e+05 2.99137e+05 2.04162e+05 4.29254e+05 4.68734e+05 2.10259e+06 5.86389e+05 6.14262e+05 3.24669e-01 2.48625e+04 1.50784e+00 3.35224e+04 3.88298e+03 2.13528e+02 2.29639e+02 1.96069e+02 2.95092e+02 1.42298e+03 6.32342e+02 2.02873e+03 7.57866e+02 2.84693e+02 2.31820e+01 1.99513e+03 6.25457e+03 3.14277e+02 4.73498e+03 4.39931e+03 2.00385e+03 4.90785e+03 1.22993e+04 3.71005e+04 5.59486e+03 6.88147e+03 5.27767e+01 4.54015e+02 2.91867e-01 2.34711e+06 3.40287e+05 3.68985e+06 2.33434e+06 3.11137e+05 8.93924e+05 3.49132e+06 2.26237e+06 9.16998e+05 8.41129e+05 1.86729e+05 5.52578e+05 2.19356e+06 1.54218e+06 1.04321e+05 1.34458e+06 2.99052e+06 1.65212e+06 3.37866e+06 2.11096e+06 1.26239e+07 2.34621e+06 1.05542e+06 1.56038e+03 4.47830e+05 9.58737e-01 3.04901e+04 2.22545e+03 2.57532e+04 1.65520e+04 3.99813e+03 1.29539e+04 3.85615e+04 1.48254e+04 4.57886e+04 1.41630e+04 5.52064e+03 3.78052e+02 1.10918e+05 5.28673e+04 2.22801e+03 4.66056e+04 4.30462e+04 2.55207e+04 3.79460e+04 7.44028e+04 6.98600e+05 1.00963e+05 1.14227e+05 7.40135e+02 7.51143e+03 3.01460e-01 4.02289e+06 4.47808e+05 6.99443e+05 3.94076e+06 1.83344e+06 1.85005e+06 8.67860e+06 4.81163e+06 4.47838e+06 3.17626e+06 1.15466e+06 2.10952e+05 4.13362e+06 9.06649e+06 1.48761e+05 3.51619e+06 3.24846e+06 7.20109e+06 7.39935e+06 7.24903e+06 1.91131e+07 6.36668e+06 1.37811e+07 2.33355e-01 0.00000e+00 1.63934e+00 1.19526e+05 5.03456e+03 3.51813e+04 8.24408e+04 5.38517e+04 4.85924e+04 1.76521e+05 5.31338e+04 1.78733e+05 5.81589e+04 2.77771e+04 1.50037e+03 1.61686e+05 1.62709e+05 5.96352e+03 1.26625e+05 1.31705e+05 8.12715e+04 9.80417e+04 1.92320e+05 1.67165e+06 2.73945e+05 3.38457e+05 1.60388e+03 1.79682e+04 1.22852e+00 2.10057e+05 1.13081e+04 4.45409e+04 6.01221e+04 1.64029e+04 5.61868e+04 1.79764e+05 6.69094e+04 2.22887e+05 7.03321e+04 2.61928e+04 1.32175e+03 2.48480e+05 2.05792e+05 8.12110e+03 2.12192e+05 2.05239e+05 1.19272e+05 1.64432e+05 3.22307e+05 3.20711e+06 3.74998e+05 5.25373e+05 1.86165e+03 3.16008e+04 1.50203e-01 2.95673e+04 2.48159e+03 5.39771e+03 7.81559e+03 1.71291e+03 5.50912e+03 1.69233e+04 8.23970e+03 2.08419e+04 7.81420e+03 2.34868e+03 1.25865e+02 2.85268e+04 1.96360e+04 9.50528e+02 1.80035e+04 1.71836e+04 1.14961e+04 1.26439e+04 2.39757e+04 1.56288e+05 2.50333e+04 3.13797e+04 1.55107e+02 1.36239e+03 4.66656e-01 1.96162e+04 1.69337e+03 4.22940e+02 7.35025e+03 2.00354e+03 4.68602e+03 1.33287e+04 5.51730e+03 1.78309e+04 5.08141e+03 2.50047e+03 2.12790e+02 6.52320e+03 7.86098e+03 6.99242e+02 8.47315e+03 8.75197e+03 4.70811e+03 6.08566e+03 1.62385e+04 1.22009e+05 1.80790e+04 2.44744e+04 2.21167e+02 1.56482e+03 1.53317e+00 2.62440e+06 8.20843e+04 5.32033e+05 1.38674e+06 2.55525e+05 4.31525e+06 3.16064e+06 3.13942e+06 3.75728e+06 3.80078e+06 3.01589e+05 3.17039e+04 3.95546e+06 2.68103e+06 5.83428e+06 5.51155e+01 4.26165e+01 9.37988e+05 7.98859e+06 2.82557e+06 1.85179e+07 5.46077e+06 6.50698e+06 3.79283e-01 1.68025e+05 6.82243e-01 1.84751e+06 2.67855e+05 4.94050e+05 3.32012e+06 1.47500e+06 3.85610e+06 9.30763e+06 5.10366e+06 1.73528e+07 1.43830e+06 1.31502e+06 5.60430e+04 3.57002e+06 8.10398e+06 9.44003e+05 5.77525e+06 1.28449e+07 4.76413e+06 5.84611e+06 3.50585e+06 2.99012e+07 6.70129e+06 1.79635e+07 3.20545e+05 8.45760e+05 2.17694e+01 1.91782e+05 8.46513e+03 2.99332e+05 1.05428e+05 4.77686e+04 7.79972e+04 2.52133e+05 9.02440e+04 2.36109e+05 6.40361e+04 2.58120e+04 1.99999e+03 2.44304e+05 2.18878e+05 8.80163e+03 1.91977e+05 1.96952e+05 1.25147e+05 1.64537e+05 2.75039e+05 2.73871e+06 3.27307e+05 4.70028e+05 2.29221e+03 2.29414e+04 1.75759e-01 2.48729e+05 1.35294e+05 2.68329e+05 3.81267e+05 6.77683e+05 4.36472e+05 3.36845e+06 1.72411e+06 1.02606e+07 6.03528e+05 1.37584e+05 5.09645e+05 2.63314e+06 3.29713e+05 4.23820e+04 9.75643e+05 9.42091e+05 3.42507e+05 2.18092e+06 1.90086e+06 3.91769e+06 3.17497e+06 1.44928e+06 1.02930e-01 1.10273e-01 2.12611e-01 6.94174e+04 4.57052e+03 1.39374e+03 1.33038e+04 5.44868e+03 1.18522e+04 3.60360e+04 1.34498e+04 3.82232e+04 1.15356e+04 4.79095e+03 3.10364e+02 6.30886e+03 4.10584e+04 1.55574e+03 3.03739e+04 3.41305e+04 1.90133e+04 3.05016e+04 5.69917e+04 1.91658e+05 2.14369e+04 3.21014e+04 1.86805e+02 1.56887e+03 1.68409e+00 1.76753e+06 8.84703e+05 2.22282e+06 2.64322e+06 3.57437e+06 9.46416e+05 5.83790e+06 1.22934e+06 6.78674e+06 1.11084e+06 7.17009e+05 1.01414e+06 4.90757e+06 2.21396e+06 2.00621e+05 6.73316e+06 3.11560e+06 2.24606e+06 4.46058e+06 2.02626e+06 9.54631e+06 1.99894e+06 2.79911e+06 1.38902e+04 6.10718e+05 9.04254e-01 8.49055e+04 1.80897e+02 6.74162e+03 5.98275e+04 2.44732e+04 1.52899e+04 4.95210e+04 3.98694e+04 1.50947e+04 3.92393e+03 4.41967e+03 4.91448e+02 1.31136e+05 4.08943e+04 1.55576e+04 2.67013e+04 4.31794e+04 1.30396e+04 6.19728e+04 2.08829e+05 5.55824e+05 1.62420e+05 1.35605e+05 2.64490e-01 1.17303e+03 9.19147e-01 4.60942e+04 2.75353e+03 7.36712e+03 5.66976e+03 1.85241e+03 4.97201e+03 1.53458e+04 5.80502e+03 1.67530e+04 5.30200e+03 2.29876e+03 1.73474e+02 3.07289e+04 1.30793e+04 8.47388e+02 1.37412e+04 1.39605e+04 8.05722e+03 1.01093e+04 2.25159e+04 1.53306e+05 2.26182e+04 2.72440e+04 2.17030e+02 1.66482e+03 9.99650e-01 3.05831e+04 4.76997e+03 1.15056e+06 6.71556e+04 1.57863e+04 5.49617e+04 2.23117e+05 6.88268e+04 1.56751e+05 4.76839e+04 1.88109e+04 1.39755e+03 1.54902e+05 1.23993e+05 5.75590e+03 1.23510e+05 1.09012e+05 8.19691e+04 1.46566e+05 1.72547e+05 1.25247e+06 1.46150e+05 2.49023e+05 1.17113e+03 1.47725e+04 7.10353e-01 1.60749e+05 9.11918e+03 9.35035e+04 1.20125e+05 8.06273e+04 9.47371e+04 3.13882e+05 1.09189e+05 3.31212e+05 1.00044e+05 3.96194e+04 2.19658e+03 3.13553e+05 2.83613e+05 1.14332e+04 2.51354e+05 2.35674e+05 1.39917e+05 1.97609e+05 3.78915e+05 3.35502e+06 5.43183e+05 6.31324e+05 2.99519e+03 3.38683e+04 5.16892e-01 5.57927e+06 6.21827e+04 8.46099e+05 2.92078e+06 6.40582e+06 1.05761e+06 4.32317e+06 1.34589e+06 1.81111e+06 1.05529e+06 2.84274e+05 3.25838e+03 2.98865e+06 1.89378e+06 6.40962e+05 1.76577e+06 2.53528e+06 1.91678e+06 9.26268e+06 4.19724e+06 3.64334e+06 2.02026e+06 2.85026e+06 3.90100e-01 3.87914e+04 5.26070e-01 8.89723e+04 4.47665e+03 2.54112e+03 3.50707e+04 9.98862e+03 3.05737e+04 9.22804e+04 3.72641e+04 1.12950e+05 3.57374e+04 1.41893e+04 9.39392e+02 3.29115e+04 1.18934e+05 3.44924e+03 7.03418e+04 6.38718e+04 3.53159e+04 7.37390e+04 1.40500e+05 1.47015e+06 2.06530e+05 2.42738e+05 1.37133e+03 1.48333e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 9.98714e+04 5.31056e+03 1.72073e+04 2.92826e+04 7.07657e+03 2.26958e+04 6.96434e+04 2.60162e+04 8.27884e+04 2.58417e+04 9.84729e+03 5.33421e+02 9.58114e+04 1.01223e+05 3.90151e+03 8.03969e+04 8.44296e+04 4.89999e+04 5.07763e+04 1.11250e+05 1.08807e+06 1.52340e+05 1.95714e+05 1.09563e+03 1.10920e+04 1.28530e+00 1.62519e+06 2.66313e+05 1.59140e+06 1.78199e+06 1.59100e+06 2.14148e+05 1.18839e+06 1.71655e+06 2.07596e+06 1.72238e+05 3.75030e+05 6.76407e+04 4.25081e+06 3.74609e+05 6.84609e+04 8.82385e+05 1.96255e+06 1.48553e+04 1.86292e+06 9.54028e+05 2.17630e+06 1.49613e+05 4.20190e+05 1.15086e+04 3.30298e+06 8.83679e-01 7.43053e+05 4.21815e+04 1.49070e+06 7.49616e+05 1.95011e+05 5.47394e+05 1.91847e+06 6.87280e+05 2.06942e+06 6.28659e+05 2.48771e+05 2.00692e+04 2.43024e+06 1.71660e+06 6.53692e+04 1.51064e+06 1.45835e+06 9.24886e+05 1.32353e+06 2.24339e+06 2.05760e+07 2.56914e+06 3.83580e+06 2.08667e+04 1.98571e+05 1.26614e+01 6.09128e+06 3.32280e+05 1.52752e+07 9.07593e+06 1.64983e+06 5.65369e+06 1.18492e+07 3.62524e+06 1.23196e+07 4.01792e+06 2.59715e+06 4.38754e+05 7.91120e+06 1.91207e+07 3.33957e+06 1.00907e+07 1.76454e+07 6.13612e+06 1.02254e+07 9.80083e+06 1.29648e+08 7.66628e+06 2.99716e+07 3.85645e+05 2.02921e+06 3.01827e-01 2.86699e+04 1.46882e+03 4.79270e+03 5.56444e+03 4.74654e+02 2.17633e+03 7.96632e+03 1.89772e+03 7.56416e+02 6.42080e+02 2.45799e+02 1.77431e+00 2.27088e+04 1.66031e+04 3.04370e+02 1.92451e+04 2.11284e+04 7.02893e+03 5.32919e+03 3.09350e+04 3.60952e+05 3.66979e+04 5.99608e+04 8.93341e+01 1.94273e+03 3.20070e-01 4.19548e+07 9.14491e+05 3.05785e+07 4.72488e+07 1.27421e+07 4.21509e+07 1.18762e+08 2.66517e+07 1.04722e+08 7.50309e+07 1.66395e+07 4.07223e+04 6.41019e+07 1.48919e+08 7.42593e+06 1.45479e+08 1.81251e+08 6.50801e+07 6.57963e+07 1.48511e+08 1.04293e+09 3.92106e+08 2.98421e+08 1.87876e+06 1.15571e+07 4.74816e+00 3.39561e+05 7.54397e+03 1.80994e+04 3.35145e+05 1.51348e+05 6.45463e+04 2.07356e+05 3.45333e+04 4.42959e+04 2.53742e+04 1.20091e+04 4.47396e+03 2.00727e+05 2.03516e+05 7.52958e+03 1.62771e+05 1.74083e+05 6.06176e+04 1.72895e+05 1.77548e+05 1.98094e+06 9.03796e-01 1.91453e+05 3.72291e-01 4.71685e-01 9.82977e-01 1.76644e+06 3.26244e+05 1.01311e+05 1.10648e+05 2.96457e+05 9.38945e+03 2.63379e+05 8.20706e+04 9.65298e+04 4.00581e+03 4.18451e+04 9.12791e+03 1.62039e+05 3.86747e+05 4.51489e+03 5.81920e+04 1.29427e+05 6.05101e+03 4.77329e+05 1.11229e+05 6.36835e+05 2.63471e+04 2.08576e+05 1.07156e+03 3.07539e+05 1.37030e+00 1.74148e+04 1.82171e+03 5.19798e+02 4.44439e+02 1.41671e+02 3.89586e+02 1.25246e+03 5.06537e+02 1.49587e+03 7.04330e+02 1.78248e+02 7.98252e+00 2.54695e+03 3.37392e+03 3.69083e+02 4.27681e+03 4.35461e+03 2.70949e+03 3.76022e+03 7.16408e+03 2.86582e+04 4.60723e+03 5.34286e+03 4.10494e+01 3.18093e+02 5.78380e-01 1.19789e+06 1.09518e+05 4.10778e+06 1.13503e+06 3.93978e+05 4.27772e+05 1.85851e+06 1.09304e+06 1.60466e+05 2.28142e+05 5.26541e+04 1.96162e+04 1.29962e+06 6.27620e+06 2.62292e+04 6.81860e+05 5.33433e+05 2.22966e+05 5.68815e+05 1.01997e+06 2.84076e+06 1.87937e+05 3.45664e+05 3.96939e-01 2.42810e+04 7.25370e-01 1.05290e+06 2.52010e+05 1.47317e+06 6.91973e+05 6.33963e+05 2.21476e+05 8.19793e+05 2.07327e+05 2.32446e+05 1.87443e+05 1.95229e+05 5.95827e+03 1.43160e+05 1.21861e+06 1.81768e+04 9.86425e+05 4.31025e+04 2.64154e+05 5.46992e+05 4.46090e+05 8.06067e+05 4.06981e+05 1.03292e+06 6.32644e+02 1.81569e+05 1.79305e-01 5.34456e+04 4.13917e+03 8.98343e+04 3.41868e+04 7.47483e+03 2.30617e+04 8.03856e+04 2.72978e+04 7.67398e+04 2.53920e+04 9.28384e+03 9.96950e+02 1.05832e+05 7.39706e+04 2.97332e+03 6.11101e+04 6.96300e+04 4.21284e+04 5.46844e+04 9.59491e+04 8.25058e+05 1.29106e+05 1.77250e+05 9.63121e+02 8.22135e+03 3.78283e-01 9.16732e+04 4.94159e+03 3.42638e+04 3.28154e+04 9.38736e+03 2.58176e+04 8.16467e+04 4.75660e+04 9.75937e+04 2.84245e+04 1.09822e+04 7.22986e+02 1.23094e+05 1.13540e+05 4.26365e+03 8.55236e+04 7.99600e+04 4.93817e+04 5.31374e+04 1.05071e+05 1.00759e+06 1.79511e+05 1.81304e+05 1.04079e+03 1.01772e+04 3.27140e+00 5.65350e+04 1.84150e+04 4.34878e+04 2.64972e+04 1.78378e+04 2.49689e+04 4.07595e+04 2.98952e+04 4.01629e+04 2.43274e+04 1.86094e+04 8.93676e+03 7.22467e+04 2.89385e+04 1.16781e+04 3.08362e+04 3.48091e+04 2.65379e+04 3.25822e+04 5.55521e+04 1.79334e+05 4.10149e+04 4.32731e+04 4.37142e+03 3.02805e+04 9.12866e+00 0.00000e+00 diff --git a/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_FD.txt b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd1fd62933a334e4222ddd7dc7d8e4be40c8a7af --- /dev/null +++ b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97288e33622b1ac56c8613a7be9800298431cb371be583342d19ffdbcd83c163 +size 67237871 diff --git a/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_T.txt b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..edc76553db053c88a759f4cd5e932e149dc18d73 --- /dev/null +++ b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac8f86ae3eb8f2c4224dc22ac667579b779336feb467a2ed4b7a3b9f4d773f3 +size 289886700 diff --git a/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_VA.txt b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..e384e819ace425e9900dcba4df7990c0efb2f12b --- /dev/null +++ b/in/eora_io_data_2015/import/miranda/Eoras/Phase199/Loop082/simplified/Eora26_2015_bp_VA.txt @@ -0,0 +1,6 @@ +4.51170e+04 1.37834e+04 8.65621e+03 1.16624e+05 4.91371e+04 1.46285e+05 2.35517e+05 1.53253e+05 4.13679e+05 1.15194e+05 5.92236e+04 4.19396e+03 3.93232e+04 7.14339e+05 2.62194e+04 5.23394e+05 4.70872e+05 2.71453e+05 4.80191e+05 4.73974e+05 1.42446e+06 6.03242e+05 1.17235e+06 1.47686e+04 7.46150e+03 6.96998e-01 4.19527e+04 7.88152e+03 9.60786e+03 4.60704e+04 4.22812e+04 5.74756e+04 9.77897e+04 7.13478e+04 2.09022e+05 5.81671e+04 2.99695e+04 1.49254e+03 4.90950e+04 4.48488e+05 1.83558e+04 3.69931e+05 3.32756e+05 1.46512e+05 1.58888e+05 2.15062e+05 9.25347e+05 6.17146e+05 9.37574e+05 1.35209e+04 5.10982e+03 2.13951e+00 2.18018e+05 3.02399e+04 8.71088e+05 6.27706e+05 2.86484e+05 8.06162e+05 1.78538e+06 1.06355e+06 2.93769e+06 9.24215e+05 3.70819e+05 4.79334e+04 5.91108e+05 5.22018e+06 1.53279e+05 3.60083e+06 2.95076e+06 1.69374e+06 2.33208e+06 1.84778e+06 8.39289e+06 7.26262e+06 1.06435e+07 1.10284e+05 5.34844e+04 1.72683e+00 2.62498e+03 5.79215e+02 2.05706e+03 9.41752e+03 4.04381e+03 1.05147e+04 1.62524e+04 1.16342e+04 3.33589e+04 8.92383e+03 4.24495e+03 2.41175e+02 8.19319e+03 1.60996e+05 7.31137e+03 1.33325e+05 1.09189e+05 6.09962e+04 3.89420e+04 4.26272e+04 2.72813e+05 1.55330e+05 2.39224e+05 4.21852e+03 1.58683e+03 6.51658e-01 2.56197e+05 3.79012e+04 8.70041e+05 4.99989e+05 2.17768e+05 6.97231e+05 1.18033e+06 8.21026e+05 2.15488e+06 5.88721e+05 2.85748e+05 2.11620e+04 8.58177e+05 4.27587e+06 1.55786e+05 3.92435e+06 2.94601e+06 1.70644e+06 2.47883e+06 2.11218e+06 1.02325e+07 6.14953e+06 8.59691e+06 9.56553e+04 5.74933e+04 4.53673e+00 2.84876e+03 1.34993e+03 1.72386e+03 2.15396e+03 1.33820e+03 2.41867e+03 3.67556e+03 2.94941e+03 7.58292e+03 2.66142e+03 1.30363e+03 1.00369e+02 8.44629e+03 6.39281e+04 5.00640e+03 4.91387e+04 4.12391e+04 2.35964e+04 2.70254e+04 3.28545e+04 7.46344e+04 4.88318e+04 7.48812e+04 2.22143e+03 7.04145e+02 3.78065e-01 8.24030e+06 2.98259e+05 4.04361e+06 8.34392e+06 3.33435e+06 3.03692e+06 7.74942e+06 2.68081e+06 2.60520e+06 2.20885e+06 9.96525e+05 7.08649e+04 3.10663e+06 8.86446e+06 4.57029e+05 6.10529e+06 1.29651e+07 4.40692e+06 9.10247e+06 3.87259e+06 3.73309e+07 1.40693e+07 2.76351e+07 1.16678e+04 3.34867e+06 3.83838e-01 7.87651e+04 9.35666e+03 2.78741e+04 5.44161e+04 3.02289e+04 5.51118e+04 1.02909e+05 9.27166e+04 2.37810e+05 6.47887e+04 3.21657e+04 2.56308e+03 9.53154e+04 7.30286e+05 1.58923e+04 2.83956e+05 3.22389e+05 9.27891e+04 2.14128e+05 2.02224e+05 7.33830e+05 3.73747e+05 7.25931e+05 7.11980e+03 5.13816e+03 1.06269e+00 4.70646e+03 3.18819e+03 1.92046e+04 8.89034e+03 2.23677e+03 9.17782e+03 3.24755e+04 3.26190e+03 8.98969e+03 3.28053e+03 4.14042e+03 4.84420e+02 4.32768e+04 1.08395e+05 6.30797e+03 1.12297e+05 9.09662e+04 1.20649e+05 7.65017e+04 6.01053e+04 2.55116e+05 2.16165e+05 2.87437e+05 4.66238e+03 1.65386e+03 2.16452e-01 9.03365e+06 6.21971e+05 1.56566e+07 1.46325e+07 5.18353e+06 1.55083e+07 1.59716e+07 1.56295e+07 1.60984e+07 1.30288e+07 5.39122e+06 2.83377e+05 6.12977e+06 2.07971e+07 1.06116e+06 2.70482e+07 2.19232e+07 2.36005e+07 2.86792e+07 1.38876e+07 1.80744e+08 5.35599e+07 1.66486e+08 1.60661e+06 8.05702e+05 3.98734e-01 1.18570e+06 8.52336e+03 9.70949e+05 5.57255e+06 2.48211e+06 6.17221e+06 9.65066e+06 9.97657e+06 1.64281e+07 3.98488e+06 2.78246e+06 1.06249e+05 4.22646e+06 1.63516e+07 4.15387e+06 1.20126e+07 1.12521e+07 8.89651e+06 1.12243e+07 3.61223e+06 2.63467e+07 2.00844e+07 4.38108e+07 9.49043e+05 1.58579e+06 8.71985e-01 6.57548e+04 9.76712e+03 7.97319e+04 1.62005e+05 7.29348e+04 1.87051e+05 3.44414e+05 2.29336e+05 6.45509e+05 1.79906e+05 8.20743e+04 5.89047e+03 2.38464e+05 1.23377e+06 4.11451e+04 9.72621e+05 7.70194e+05 4.32898e+05 6.15215e+05 5.80612e+05 2.47554e+06 1.56893e+06 2.29281e+06 2.90261e+04 1.20584e+04 7.33438e+00 1.44961e+04 4.88010e+03 7.45886e+03 4.18240e+04 9.33311e+03 2.38716e+04 4.12747e+04 2.63373e+04 8.93269e+04 2.76135e+04 1.21328e+04 9.96645e+02 3.02281e+04 2.92684e+05 1.01598e+04 2.24227e+05 2.19528e+05 1.11665e+05 1.29889e+05 1.29267e+05 6.18296e+05 4.00544e+05 6.25389e+05 8.21481e+03 3.79379e+03 1.99402e-01 1.11931e+04 2.17232e+03 4.49655e+04 1.08739e+05 4.75025e+04 1.28650e+05 2.48432e+05 2.03228e+05 3.78687e+05 1.02683e+05 5.38522e+04 3.61913e+03 1.72343e+05 5.47847e+05 2.79930e+04 6.73896e+05 5.61985e+05 3.07648e+05 3.82144e+05 3.51630e+05 1.91261e+06 1.29639e+06 1.92236e+06 2.31055e+04 1.21850e+04 2.34542e+00 3.69726e+05 6.16086e+04 1.46757e+05 8.12746e+05 9.73624e+05 9.03320e+05 1.58118e+06 1.03613e+06 2.92602e+06 8.10815e+05 4.06842e+05 2.29066e+04 7.04222e+05 4.74408e+06 2.07078e+05 4.68837e+06 4.09330e+06 2.45697e+06 2.51181e+06 2.36936e+06 1.30388e+07 6.00664e+06 1.18582e+07 1.58504e+05 8.13134e+04 1.68931e+00 7.26457e+03 1.73862e+03 3.52369e+03 1.92338e+04 7.20274e+03 1.87986e+04 3.18282e+04 2.09782e+04 5.82398e+04 1.66718e+04 8.46948e+03 6.98428e+02 1.79366e+04 1.32062e+05 7.94170e+03 1.37424e+05 1.14072e+05 6.39464e+04 6.41838e+04 7.33314e+04 3.12286e+05 2.04433e+05 3.09181e+05 5.65121e+03 2.23111e+03 5.15696e-01 6.43589e+05 2.82273e+04 6.38260e+04 5.47318e+04 4.75516e+04 4.55985e+04 5.54369e+03 5.55504e+04 5.78186e+03 2.52783e+04 1.64798e+04 8.11418e+03 5.16038e+05 9.39774e+05 2.71403e+04 1.65603e+06 5.72022e+05 1.02139e+05 6.64052e+04 7.00811e+04 1.09410e+06 4.45333e+05 1.57274e+06 1.33700e+04 3.44861e+04 1.51633e+02 9.84220e+05 8.42354e+04 6.16363e+05 9.03698e+06 4.98062e+06 7.01245e+06 2.09837e+07 1.28513e+07 1.43469e+07 9.05400e+06 2.13417e+06 3.96060e+05 4.98411e+06 1.56766e+07 4.35177e+06 1.83058e+07 1.12158e+07 4.69115e+06 1.50712e+07 7.09542e+06 4.76189e+07 3.79783e+07 6.24445e+07 2.68944e+06 8.18772e+05 8.39472e-01 1.34841e+04 2.93864e+03 2.40895e+03 1.31149e+04 3.95144e+03 9.04360e+03 1.33434e+04 9.67540e+03 2.55614e+04 7.93241e+03 3.98500e+03 4.13980e+02 8.48942e+03 4.49569e+04 4.23639e+03 6.00678e+04 4.99125e+04 3.04825e+04 3.55858e+04 3.95501e+04 1.00786e+05 5.91866e+04 9.74565e+04 2.07415e+03 6.53277e+02 5.20528e-01 3.83938e+04 8.02713e+03 4.24992e+03 3.17218e+04 1.61613e+04 4.21964e+04 6.99022e+04 4.78936e+04 1.34000e+05 3.70415e+04 1.81919e+04 1.15973e+03 2.24496e+04 2.45124e+05 1.29289e+04 2.59339e+05 2.27515e+05 1.21061e+05 1.26129e+05 1.51963e+05 6.07982e+05 2.99563e+05 5.19403e+05 8.05485e+03 3.36881e+03 1.15138e+00 1.18046e+04 2.20669e+03 7.17604e+03 1.92445e+04 5.56245e+03 1.12395e+04 2.08628e+04 1.25049e+04 4.06903e+04 1.42539e+04 6.50239e+03 5.06251e+02 2.90016e+04 2.91576e+05 1.16622e+04 2.29313e+05 2.19195e+05 1.25584e+05 1.32766e+05 1.30180e+05 8.29167e+05 4.78711e+05 7.61536e+05 1.13657e+04 5.53089e+03 4.76243e-01 9.85409e+04 2.38028e+04 3.23795e+04 1.14217e+04 6.23716e+03 1.42530e+04 2.90742e+04 2.97429e+04 5.89245e+04 1.65453e+04 7.81301e+03 3.69450e+02 1.16868e+05 2.06533e+05 4.25456e+03 4.93312e+04 3.56754e+04 2.15523e+04 8.44219e+04 9.81768e+04 2.30989e+05 1.16529e+05 1.58698e+05 3.39373e+03 9.97556e+02 5.19189e-01 1.36024e+06 5.87907e+04 1.20644e+06 7.31911e+05 2.38062e+05 1.96730e+05 6.22697e+05 3.29507e+04 7.89179e+04 8.63051e+03 4.17104e+04 1.55392e+04 3.29778e+05 3.38996e+05 1.76212e+04 2.27118e+05 5.05142e+05 3.34168e+05 9.34369e+05 3.18113e+05 1.45583e+06 1.00383e+06 3.66429e+05 6.41881e+04 3.76596e+05 4.70232e-01 4.84775e+04 7.97236e+03 2.31453e+04 8.90422e+04 8.42669e+04 1.20964e+05 1.87689e+05 1.41535e+05 3.65278e+05 9.82858e+04 5.02823e+04 3.58990e+03 8.47220e+04 5.71196e+05 2.21038e+04 4.92645e+05 4.28146e+05 2.05185e+05 2.53532e+05 2.86913e+05 1.44226e+06 1.07159e+06 1.44913e+06 1.84144e+04 8.48733e+03 1.35815e+00 1.47073e+04 2.21217e+03 1.11120e+04 4.01995e+04 1.55520e+04 4.37818e+04 6.53484e+04 5.13488e+04 1.59717e+05 4.71988e+04 2.46819e+04 1.31042e+03 5.16270e+04 3.57329e+05 1.03690e+04 2.62807e+05 2.16183e+05 1.13275e+05 1.34739e+05 1.38496e+05 8.19777e+05 6.86752e+05 9.31842e+05 9.51347e+03 4.29861e+03 2.81494e+00 3.52809e+07 7.98847e+06 1.04034e+07 2.86566e+07 1.75369e+07 1.77781e+07 4.87570e+07 2.39862e+07 4.11974e+07 2.77199e+07 4.70336e+06 1.75223e+06 1.81499e+07 2.55835e+07 7.32024e+05 9.43498e+06 2.09847e+07 1.26303e+07 3.10983e+07 2.39063e+07 1.17627e+08 1.53400e+08 1.54870e+08 1.36756e+05 3.92489e+07 3.52071e-01 1.27368e+03 2.13555e+02 6.82653e+02 1.49383e+03 6.45096e+02 1.63099e+03 2.51308e+03 1.97554e+03 5.16775e+03 1.54017e+03 9.70969e+02 3.80540e+01 3.06837e+03 3.29136e+04 2.97766e+03 3.88531e+04 3.43878e+04 1.91103e+04 2.06636e+04 2.06411e+04 6.13864e+04 3.10439e+04 5.69889e+04 1.13358e+03 4.03462e+02 2.08833e-01 2.35961e+04 3.60176e+03 1.92967e+05 9.36386e+04 6.26820e+04 1.34841e+05 2.33623e+05 1.58284e+05 3.96342e+05 1.05201e+05 5.51008e+04 3.92106e+03 1.59762e+05 4.96691e+05 1.60154e+04 3.66699e+05 2.76958e+05 1.77544e+05 2.68817e+05 2.15193e+05 1.38327e+06 7.59305e+05 1.14260e+06 1.42220e+04 8.88613e+03 6.81261e-01 1.05209e+05 1.44883e+04 7.21369e+04 2.76955e+05 2.47611e+05 3.30568e+05 6.02129e+05 4.96387e+05 1.04752e+06 2.48858e+05 1.35935e+05 1.07028e+04 2.11133e+05 1.11072e+06 5.37487e+04 1.33158e+06 9.90331e+05 5.15532e+05 8.19180e+05 7.29560e+05 3.90368e+06 1.91253e+06 3.14442e+06 3.69244e+04 2.46875e+04 1.25413e+00 2.36648e+04 4.40953e+03 4.32754e+03 2.54333e+04 1.18797e+04 2.92547e+04 5.13713e+04 3.40551e+04 1.00860e+05 2.93059e+04 1.34843e+04 9.54687e+02 2.12288e+04 2.01534e+05 6.85132e+03 1.62611e+05 1.66009e+05 8.25910e+04 7.32040e+04 7.64707e+04 4.10809e+05 3.67145e+05 5.59305e+05 7.49161e+03 2.33152e+03 8.63062e-01 2.33108e+04 8.89495e+03 2.54039e+03 1.08112e+04 7.26327e+03 1.56552e+04 2.90609e+04 2.01546e+04 5.66948e+04 1.71380e+04 8.64770e+03 1.19696e+03 8.29514e+03 1.01671e+05 3.98471e+03 5.58458e+04 4.90041e+04 2.33971e+04 3.71029e+04 4.36055e+04 2.04480e+05 1.07266e+05 1.91846e+05 4.23492e+03 1.33887e+03 7.92985e-01 7.61385e+04 1.36586e+04 6.24642e+03 7.50687e+04 1.29862e+05 1.01606e+05 1.70514e+05 1.01155e+05 2.79423e+05 7.62558e+04 4.24613e+04 3.04407e+03 3.77463e+04 4.93067e+05 2.13725e+04 4.81974e+05 4.13692e+05 2.29273e+05 2.65027e+05 2.70272e+05 1.12619e+06 4.17243e+05 9.29024e+05 1.30751e+04 6.12477e+03 9.36116e-01 8.29853e+04 1.12710e+04 5.45653e+04 1.68777e+05 6.96574e+04 2.63697e+05 3.36871e+05 2.29106e+05 6.04437e+05 1.64843e+05 8.60268e+04 6.10877e+03 1.60617e+05 9.28970e+05 4.07786e+04 9.57425e+05 8.04849e+05 4.37461e+05 4.60647e+05 5.03761e+05 2.32562e+06 1.17919e+06 2.02102e+06 2.70275e+04 1.32441e+04 1.04995e+00 1.52714e+07 2.24188e+06 1.70897e+07 1.86029e+07 8.52939e+06 3.37905e+07 3.06756e+07 2.74686e+07 3.86238e+07 2.17617e+07 1.50180e+07 3.18164e+06 7.61760e+06 5.19314e+07 2.82037e+06 3.63515e+07 8.08507e+07 2.59197e+07 3.19541e+07 1.63794e+07 2.35364e+08 9.47008e+07 1.54574e+08 1.60755e+04 4.61367e+06 3.98476e-02 1.36296e+04 4.62109e+03 2.88961e+03 3.75351e+03 2.49980e+03 5.00911e+03 8.18689e+03 6.27739e+03 1.73224e+04 4.67817e+03 2.34695e+03 1.99208e+02 8.57512e+03 8.96170e+04 5.07696e+03 7.40227e+04 6.24057e+04 3.36979e+04 6.27742e+04 6.67628e+04 1.07422e+05 5.87851e+04 8.82249e+04 2.14368e+03 7.00765e+02 1.05909e+00 1.88158e+03 6.49512e+02 4.68044e+03 6.77299e+03 2.16909e+03 4.53998e+03 6.88548e+03 5.03858e+03 1.44738e+04 7.09552e+03 2.83012e+03 2.44608e+02 1.85882e+04 9.67678e+04 6.11758e+03 9.82932e+04 8.74263e+04 5.55713e+04 6.53227e+04 6.05982e+04 3.54985e+05 1.86057e+05 3.14921e+05 5.67692e+03 2.27364e+03 3.92011e-01 1.55246e+04 4.90973e+03 2.99925e+03 4.34121e+03 3.56600e+03 8.49054e+03 1.50273e+04 1.00109e+04 2.83279e+04 8.30160e+03 4.33600e+03 5.87194e+02 9.00589e+03 4.88202e+04 3.34084e+03 5.69541e+04 4.82197e+04 2.57046e+04 2.34611e+04 2.46776e+04 9.61659e+04 4.62396e+04 8.10738e+04 1.83459e+03 6.11298e+02 4.24355e-01 5.14273e+04 8.29289e+03 7.22950e+03 2.24538e+04 1.00420e+04 2.96389e+04 5.10908e+04 3.50686e+04 1.14501e+05 3.26346e+04 1.51668e+04 1.07281e+03 6.40673e+04 9.84526e+04 1.60471e+04 3.16670e+05 2.21093e+05 1.15179e+05 5.62541e+04 6.98176e+04 7.00014e+05 3.91106e+05 5.48959e+05 9.86016e+03 3.46527e+03 4.78366e+00 4.15649e+06 8.91268e+05 3.02712e+06 4.34430e+06 1.31659e+06 1.98865e+06 3.50255e+06 1.49844e+06 1.08239e+06 4.48232e+05 3.65500e+05 2.39181e+04 1.10388e+06 1.32364e+07 3.07809e+05 3.96732e+06 8.82386e+06 2.04429e+06 6.28670e+06 1.78276e+06 1.73479e+07 1.08026e+07 2.01266e+07 1.48299e+04 4.25618e+06 6.25018e-01 1.75645e+08 5.64537e+07 1.40727e+08 9.87185e+07 1.18228e+08 7.03626e+07 2.66759e+08 1.39821e+08 2.70574e+08 8.48497e+07 4.49871e+07 3.88685e+00 7.42585e+07 9.66186e+07 2.03977e+06 2.62904e+07 5.84735e+07 6.20968e+07 1.88665e+08 5.60168e+07 3.36557e+08 5.16291e+06 2.15470e+08 9.58332e+05 4.63048e+07 1.94359e+00 3.93145e+06 1.38678e+05 1.29435e+06 9.16128e+06 3.44992e+06 2.29442e+06 1.14389e+07 2.74530e+06 2.39671e+06 9.11092e+05 1.11448e+06 4.86155e+04 1.81490e+06 1.12983e+06 4.99657e+05 6.44003e+06 1.43235e+07 1.20912e+06 1.93349e+06 1.93421e+06 5.48917e+06 4.46337e+07 1.26464e+07 1.28316e+06 1.26681e+06 1.35274e+01 4.16038e+04 6.64024e+03 1.41045e+05 5.99093e+04 2.67102e+04 8.73172e+04 1.41568e+05 1.08639e+05 2.48495e+05 6.31527e+04 3.32202e+04 2.55304e+03 1.44453e+05 4.83242e+05 1.69841e+04 3.85510e+05 2.92114e+05 1.76999e+05 2.61956e+05 2.32401e+05 9.77190e+05 4.69995e+05 7.46322e+05 9.91608e+03 5.05103e+03 1.42332e+00 1.54848e+05 2.67692e+04 6.32741e+04 3.71082e+05 2.39352e+05 3.72597e+05 6.27566e+05 4.16007e+05 1.29484e+06 3.01780e+05 1.59707e+05 9.94654e+03 2.55282e+05 1.71910e+06 6.93650e+04 1.67032e+06 1.42563e+06 7.77747e+05 9.68976e+05 9.23178e+05 4.75190e+06 3.04175e+06 4.31449e+06 5.30038e+04 2.91159e+04 7.40283e-01 1.52734e+05 2.85679e+04 1.00912e+05 4.25259e+05 3.08569e+05 5.59454e+05 9.81966e+05 5.97019e+05 1.59185e+06 4.21504e+05 2.24130e+05 1.59018e+04 3.49173e+05 2.11195e+06 8.85888e+04 2.21174e+06 1.82570e+06 9.21055e+05 1.17633e+06 1.21256e+06 6.92026e+06 3.77217e+06 5.82987e+06 7.85572e+04 4.01273e+04 1.03576e+00 9.50746e+04 1.51896e+04 5.28785e+04 4.47280e+05 1.36727e+05 4.05432e+05 6.67527e+05 4.52844e+05 1.18231e+06 3.62269e+05 1.69886e+05 1.38272e+04 2.84818e+05 1.95885e+06 7.22890e+04 1.74555e+06 1.55690e+06 7.91901e+05 1.05555e+06 1.10563e+06 5.88554e+06 4.96334e+06 6.10486e+06 6.93650e+04 3.27047e+04 1.59586e+00 3.83694e+04 6.19537e+03 2.59344e+04 1.60450e+05 5.90066e+04 1.45161e+05 2.51785e+05 1.64642e+05 4.68219e+05 1.39285e+05 6.51660e+04 6.29290e+03 9.56214e+04 6.99755e+05 2.74804e+04 6.30257e+05 6.26547e+05 3.03878e+05 3.45211e+05 3.76423e+05 2.08260e+06 1.25172e+06 2.07918e+06 3.07158e+04 1.20732e+04 1.23797e+00 3.46861e+06 4.55837e+04 1.85804e+06 3.27347e+06 2.80129e+06 2.45818e+06 5.85543e+06 6.09007e+06 9.33028e+06 4.12341e+06 1.56960e+06 1.46341e+05 2.15030e+06 6.56458e+06 1.24017e+06 5.68335e+06 4.06481e+06 1.79516e+06 5.31739e+06 1.97266e+06 1.11402e+07 7.44369e+06 1.26663e+07 3.96388e+04 1.83513e+05 1.35122e+00 6.74467e+04 7.13782e+03 1.48145e+04 1.21416e+05 3.69572e+04 1.44951e+05 1.74182e+05 1.13471e+05 2.98192e+05 8.10277e+04 4.32182e+04 2.62928e+03 7.41870e+04 4.65973e+05 2.04346e+04 4.88967e+05 3.99282e+05 2.40227e+05 2.75170e+05 2.50120e+05 1.22254e+06 6.73646e+05 1.25151e+06 1.50305e+04 7.49277e+03 6.14578e-01 6.34275e+04 2.08839e+04 4.02016e+04 4.82107e+04 2.84917e+04 8.56195e+04 1.38720e+05 1.09611e+05 3.14181e+05 8.09180e+04 4.08652e+04 2.17860e+03 1.53820e+05 3.21774e+05 6.91792e+03 1.24844e+05 9.68934e+04 4.92227e+04 5.91461e+04 6.22576e+04 1.07552e+06 4.23570e+05 7.79477e+05 8.60109e+03 5.43077e+03 2.04655e-01 1.19194e+05 1.86300e+04 8.53565e+04 1.52880e+05 6.75250e+04 2.20335e+05 3.56435e+05 2.41567e+05 6.40295e+05 1.67778e+05 8.85145e+04 6.64672e+03 2.77640e+05 1.14638e+06 5.03487e+04 1.26093e+06 1.01174e+06 5.66271e+05 5.84419e+05 5.91601e+05 2.87957e+06 1.18102e+06 2.19513e+06 2.70809e+04 1.41815e+04 8.90633e-01 1.22645e+06 3.28073e+05 3.63042e+05 6.00629e+06 1.00936e+06 4.54953e+06 6.09942e+06 4.12471e+06 1.09242e+07 2.04721e+06 2.07752e+06 5.02843e+04 1.27653e+06 1.41813e+07 2.06274e+06 1.29464e+07 7.63904e+06 3.40719e+06 1.04113e+07 5.48692e+06 3.12203e+07 3.56282e+07 3.53972e+07 3.60207e+05 5.25468e+05 1.17250e+00 5.91444e+03 1.95813e+03 2.46328e+03 2.44199e+03 1.39693e+03 2.35500e+03 3.58921e+03 2.76295e+03 7.74416e+03 2.51045e+03 1.25816e+03 1.29348e+02 1.23131e+04 7.59567e+04 5.09190e+03 5.25318e+04 4.43600e+04 2.34738e+04 5.74759e+04 6.91491e+04 8.01332e+04 5.08234e+04 7.83964e+04 2.35364e+03 6.24048e+02 5.78175e-01 9.97441e+04 1.30757e+04 5.02360e+04 3.38628e+05 3.34886e+05 3.48655e+05 5.86863e+05 4.08084e+05 1.19130e+06 3.13800e+05 1.72395e+05 1.16873e+04 2.29994e+05 1.75774e+06 7.02307e+04 1.62003e+06 1.51287e+06 7.61437e+05 9.80213e+05 9.25559e+05 4.54223e+06 2.64619e+06 4.58250e+06 5.87357e+04 2.71572e+04 8.33380e-01 1.22782e+06 7.43362e+04 4.22702e+05 9.60074e+05 3.90196e+05 5.03739e+05 1.13155e+06 5.01520e+05 7.02168e+05 3.42615e+05 1.95119e+04 7.26914e+03 3.98467e+05 1.35233e+06 5.25473e+03 6.77277e+04 1.50636e+05 1.67267e+05 3.01631e+05 2.93008e+05 1.97674e+06 3.90796e+06 4.90435e+06 1.37788e+05 2.31646e+05 1.35402e+00 4.27785e+05 6.27002e+04 2.67773e+05 1.09007e+06 5.91765e+05 1.21531e+06 2.03335e+06 1.34981e+06 3.55013e+06 1.05044e+06 5.40324e+05 3.69849e+04 1.08663e+06 5.67277e+06 2.53288e+05 5.58572e+06 5.00029e+06 2.99613e+06 3.43860e+06 3.14441e+06 1.60784e+07 8.16202e+06 1.64730e+07 2.04372e+05 9.74441e+04 4.99758e+00 4.58847e+04 6.76654e+03 2.16019e+04 1.62164e+05 2.50156e+05 1.53775e+05 2.66694e+05 1.61046e+05 4.39826e+05 1.24658e+05 7.01990e+04 5.56555e+03 1.01720e+05 6.98970e+05 3.10884e+04 6.70798e+05 7.12268e+05 3.78986e+05 3.59377e+05 3.71634e+05 2.08725e+06 1.05664e+06 2.18260e+06 2.71554e+04 1.24423e+04 3.24333e-01 2.40378e+04 7.35685e+03 8.02212e+02 6.27731e+03 4.54611e+03 7.59300e+03 1.35888e+04 1.00537e+04 3.14039e+04 1.04856e+04 5.37885e+03 7.70753e+02 8.46795e+03 1.82450e+05 9.77111e+03 1.26580e+05 1.00800e+05 5.49015e+04 7.30116e+04 8.94896e+04 2.10428e+05 1.31234e+05 2.01596e+05 5.03635e+03 1.59040e+03 3.08860e+00 2.85462e+05 1.76827e+04 1.62046e+05 4.50134e+05 4.06676e+05 4.47864e+05 3.05499e+05 2.32460e+05 3.20596e+05 1.54899e+05 2.11159e+05 1.29682e+04 2.88836e+05 6.05743e+05 2.27719e+05 6.07614e+05 5.44506e+05 2.00929e+05 7.79581e+05 2.52672e+05 1.45884e+06 1.19336e+06 2.12270e+06 6.97588e-01 3.75448e+04 9.70869e-01 4.77620e+05 1.01121e+05 1.23951e+05 1.17419e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.81661e+05 1.70007e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.11106e+05 1.31455e+05 1.03641e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.77214e+04 1.38039e+04 1.97846e+03 2.34208e+04 1.30543e+04 2.71683e+04 3.68446e+04 2.58542e+04 6.73923e+04 1.99094e+04 1.06601e+04 7.76050e+02 1.10549e+04 7.26212e+04 6.30076e+03 1.10736e+05 9.67640e+04 4.93666e+04 7.13143e+04 8.45419e+04 2.62094e+05 1.50676e+05 2.58877e+05 4.46803e+03 1.76295e+03 5.83602e-01 1.49930e+06 2.51344e+04 4.16729e+05 3.01524e+06 1.13057e+06 8.46352e+06 4.94895e+06 5.12305e+06 1.21093e+07 2.57921e+06 9.36698e+05 6.28837e+04 1.39295e+06 9.55228e+06 2.28967e+06 7.04921e+06 5.10181e+06 3.18841e+06 6.97934e+06 2.80088e+06 1.71331e+07 1.18456e+07 3.58076e+07 1.44910e+05 3.38634e+05 6.63369e-01 1.74408e+07 1.17075e+06 4.56321e+06 3.63531e+07 1.94737e+07 3.63222e+07 6.47390e+07 5.07571e+07 8.30749e+07 3.65151e+07 1.14122e+07 1.30693e+06 1.63783e+07 7.35884e+07 2.47244e+07 6.62608e+07 5.71600e+07 3.79017e+07 6.00371e+07 2.74413e+07 3.73777e+08 1.69367e+08 3.32169e+08 1.59370e+07 8.02934e+06 2.23426e-01 1.40361e+04 3.55878e+03 7.90760e+03 3.33954e+04 1.31530e+04 3.86686e+04 5.96517e+04 4.09258e+04 1.02983e+05 2.79479e+04 3.43166e+04 1.02577e+03 2.88466e+04 2.09359e+05 9.98724e+03 1.98173e+05 1.76655e+05 9.64757e+04 1.09187e+05 1.15404e+05 5.66184e+05 3.30707e+05 5.19677e+05 7.59677e+03 3.40309e+03 7.20147e-01 6.05071e+04 8.19916e+03 9.57894e+04 1.09818e+05 4.62422e+04 1.53540e+05 2.32162e+05 1.61362e+05 4.12205e+05 1.05535e+05 5.44184e+04 4.13592e+03 1.55082e+05 6.59276e+05 2.89643e+04 6.57176e+05 5.30314e+05 2.87384e+05 3.46057e+05 3.42502e+05 1.65157e+06 8.97500e+05 1.35740e+06 1.76775e+04 8.82590e+03 3.66534e+00 1.89858e+04 5.31780e+03 1.29729e+03 3.26629e+03 1.54883e+03 3.87806e+03 7.06585e+03 4.78111e+03 1.27894e+04 3.40258e+03 1.71908e+03 1.13693e+02 4.76605e+03 3.22940e+04 3.37753e+03 5.79715e+04 5.03738e+04 2.82629e+04 2.97230e+04 3.28781e+04 5.36128e+04 2.07813e+04 3.92641e+04 5.10627e+02 2.21399e+02 4.21350e-01 4.84069e+05 2.90658e+03 4.53854e+04 2.12317e+05 7.14747e+04 1.78480e+04 1.26023e+05 5.10093e+04 7.42026e+04 8.11483e+03 1.40290e+04 5.22650e+03 9.86470e+04 2.76270e+05 9.99259e+03 1.31298e+05 2.84862e+05 1.02429e+05 3.49381e+05 1.59256e+05 4.05112e+05 4.18415e+05 3.70684e+05 1.42680e+05 1.09207e+05 4.77746e-01 1.62031e+07 1.12745e+05 1.16081e+07 4.38463e+07 1.44602e+07 4.39174e+07 1.04389e+08 9.14319e+07 2.13586e+08 1.06706e+08 1.91885e+07 1.22458e+06 2.83197e+07 1.09682e+08 6.04419e+06 1.20411e+08 1.46254e+08 4.17672e+07 7.55165e+07 2.57671e+07 3.29528e+08 1.82196e+08 3.87485e+08 3.87955e+04 1.11343e+07 3.97485e-01 1.49345e+05 1.71307e+04 5.42912e+04 3.31439e+05 1.02037e+05 3.84723e+05 4.70372e+05 3.21530e+05 9.30463e+05 2.72097e+05 1.26453e+05 1.04246e+04 1.85918e+05 1.59247e+06 4.88674e+04 1.18382e+06 1.06449e+06 5.38085e+05 7.62776e+05 7.53447e+05 3.51191e+06 2.11505e+06 3.51848e+06 3.73262e+04 1.78984e+04 2.11442e+00 1.17645e+06 1.47448e+05 6.34878e+05 3.00213e+06 2.10381e+06 1.54213e+06 2.72866e+06 1.31824e+06 1.24488e+06 7.17296e+05 6.62668e+05 4.51050e+03 1.55024e+06 4.46168e+06 1.43654e+06 5.59466e+06 3.95347e+06 2.71372e+06 4.34827e+06 2.28084e+06 1.01208e+07 1.56860e+07 1.60905e+07 1.47919e+06 1.27791e+06 9.31184e-01 3.03149e+04 8.75464e+04 5.04261e+03 1.39463e+05 5.96053e+03 7.70021e+03 1.89912e+03 2.66131e+03 4.97670e+03 5.44255e+02 9.40915e+02 3.50537e+02 3.60691e+04 1.97405e+05 3.71452e+03 8.44846e+04 8.32194e+04 4.34905e+04 1.41365e+05 2.86902e+04 1.43543e+05 4.38606e+05 4.53861e+05 2.26695e+02 6.50616e+04 8.15594e-01 1.64002e+05 2.15211e+04 7.11587e+04 3.62673e+05 2.84180e+05 3.73184e+05 6.35442e+05 3.99164e+05 1.06372e+06 2.98253e+05 1.61481e+05 1.05494e+04 2.67665e+05 1.53925e+06 7.37013e+04 1.71397e+06 1.57093e+06 8.42377e+05 9.76549e+05 9.30410e+05 4.77138e+06 2.19049e+06 4.47642e+06 7.16571e+04 2.78172e+04 1.26698e+00 3.21914e+04 7.21022e+03 3.42470e+04 1.91113e+04 1.06841e+04 2.45477e+04 4.08002e+04 2.94645e+04 8.46146e+04 2.58857e+04 1.29620e+04 2.02494e+03 5.99213e+04 2.95859e+05 1.29951e+04 2.42143e+05 2.00403e+05 1.11887e+05 1.12209e+05 1.24177e+05 4.90674e+05 2.43108e+05 4.19601e+05 7.80628e+03 2.98568e+03 7.29865e-01 1.64686e+03 4.48091e+01 2.32973e+04 8.04778e+05 2.77594e+05 9.35202e+05 1.53792e+06 1.07793e+06 2.98054e+06 7.29613e+05 3.52876e+05 1.50978e+04 2.02026e+05 5.17137e+06 1.53495e+05 4.34182e+06 3.66427e+06 1.82005e+06 2.06347e+06 2.35421e+06 1.84376e+07 8.17086e+06 1.29227e+07 1.38604e+05 7.98254e+04 4.77722e-02 3.40336e+04 7.44557e+03 5.35662e+03 4.82873e+04 5.77451e+04 5.94980e+04 1.01047e+05 6.55271e+04 1.85145e+05 5.34149e+04 2.68144e+04 2.48575e+03 2.27494e+04 5.14645e+05 1.65121e+04 3.16691e+05 2.78067e+05 1.56176e+05 1.75026e+05 1.90548e+05 6.30467e+05 3.01212e+05 5.44685e+05 9.04165e+03 3.83162e+03 8.89868e-01 7.83130e+04 1.39110e+04 2.26797e+04 1.16744e+05 1.66216e+05 1.37915e+05 2.25889e+05 1.49665e+05 4.01383e+05 1.08671e+05 6.12147e+04 3.85115e+03 8.10132e+04 6.13858e+05 2.50724e+04 6.20493e+05 5.16414e+05 2.68095e+05 3.35001e+05 3.25496e+05 1.97338e+06 1.06187e+06 1.69249e+06 2.31955e+04 1.16037e+04 5.16690e-01 1.37986e+05 1.13388e+04 2.40466e+05 7.69826e+05 1.47525e+07 1.64360e+06 1.89948e+06 1.79190e+06 1.73485e+07 1.86107e+06 1.39384e+06 5.19274e+05 1.38611e+06 5.82942e+06 4.59306e+05 5.91995e+06 1.31668e+07 6.12408e+05 3.77652e+06 3.52853e+05 6.36206e+06 5.67917e+06 7.74903e+06 2.52038e+04 7.23348e+06 2.17573e-01 2.28443e+06 2.59534e+04 2.15590e+05 2.97536e+06 1.71367e+06 1.38982e+06 3.84823e+06 2.00962e+06 4.75990e+06 1.04700e+06 3.72536e+05 4.33140e+04 2.06586e+06 2.73051e+06 9.59816e+05 3.42793e+06 3.20656e+06 1.47711e+06 3.83574e+06 1.91367e+06 7.39927e+06 6.78253e+06 1.04730e+07 2.11613e+00 1.93230e+05 8.83576e-01 6.31279e+04 2.57926e+04 2.64500e+04 2.33992e+05 4.65088e+04 1.43890e+05 2.24970e+05 1.83188e+05 4.30427e+05 1.07863e+05 5.61991e+04 4.59051e+03 1.23243e+05 6.47992e+05 2.74393e+04 6.22394e+05 4.49644e+05 2.38047e+05 3.90988e+05 3.87505e+05 1.87969e+06 1.15247e+06 1.51581e+06 2.55422e+04 1.15483e+04 6.43102e-01 1.30927e+08 5.28161e+06 1.87149e+07 1.09679e+07 9.68448e+06 6.20391e+06 3.45373e+07 1.76025e+07 1.67100e+07 5.65205e+06 3.74635e+06 2.90829e+06 1.50369e+07 3.95847e+07 2.03531e+06 2.62329e+07 5.83456e+07 6.72369e+06 4.38940e+07 1.05608e+07 7.90465e+07 3.51356e+07 1.75989e+07 3.13768e+04 9.00515e+06 1.23004e+00 2.79108e+07 3.77467e+06 1.69159e+07 2.18966e+07 9.59161e+06 8.17395e+06 1.69412e+07 4.75887e+06 7.32366e+06 1.26093e+07 1.30276e+06 2.15742e+05 1.31814e+06 2.75248e+07 5.27908e+05 6.80415e+06 1.51334e+07 8.68430e+06 9.62411e+06 2.70661e+06 3.13588e+07 1.10308e+05 1.65111e+07 1.08340e+05 3.10935e+07 9.65011e-02 1.78493e+06 2.66669e+05 2.87083e+06 1.94066e+06 2.12164e+06 1.23971e+06 2.83014e+06 3.28086e+06 2.55331e+06 8.78686e+05 3.11188e+05 2.41749e+04 6.86305e+06 4.97429e+06 5.30693e+04 6.84005e+05 1.52132e+06 2.01928e+06 7.54926e+06 2.90211e+06 9.01588e+06 1.74916e+07 2.99133e+07 8.90810e+02 2.55662e+05 7.55483e-01 4.31590e+04 7.60544e+03 1.86358e+05 1.78788e+05 5.88329e+04 1.22216e+05 2.10485e+05 1.62351e+05 4.98476e+05 2.61121e+05 7.63208e+04 2.13657e+04 1.33551e+05 8.85733e+05 3.46045e+04 7.83635e+05 7.15334e+05 4.40016e+05 4.97933e+05 3.97856e+05 1.69011e+06 2.06318e+06 2.83823e+06 1.20798e+04 1.07948e+04 8.62297e+00 1.08137e+06 2.59676e-01 3.49708e+05 4.50837e+06 7.48849e+05 1.54810e+06 3.60591e+06 1.44082e+06 6.71673e+06 9.65541e+05 3.23386e+05 2.48156e+04 1.26902e+06 9.52471e+06 1.64555e+06 2.82967e+06 6.99537e+06 3.52804e+06 5.30804e+06 3.27655e+06 1.24083e+07 8.86291e+06 2.36018e+07 2.19178e+05 4.48161e+05 4.25557e-01 2.96717e+06 8.59794e+04 8.33485e+05 2.69187e+06 1.25761e+06 1.16056e+06 5.18457e+06 2.69271e+06 9.59233e+06 2.11423e+06 1.32817e+06 2.25852e+06 1.62827e+06 1.01493e+07 3.29298e+05 4.24429e+06 9.43988e+06 2.86634e+06 7.48892e+06 2.21577e+06 2.11815e+07 1.72853e+07 3.77870e+07 8.95641e+03 2.57049e+06 3.30257e+00 2.19956e+07 1.17086e+06 5.11153e+06 1.92873e+07 2.85585e+07 1.79315e+07 4.13698e+07 3.15791e+07 4.99407e+07 1.41603e+07 9.21886e+06 1.32450e+06 1.85096e+07 4.44914e+07 1.71421e+07 4.59200e+07 4.21198e+07 3.34827e+07 4.46589e+07 1.69319e+07 1.96791e+08 5.03129e+07 1.08078e+08 1.32173e+07 8.48009e+06 6.64373e-01 4.51970e+04 7.49365e+03 2.03061e+04 1.12688e+05 4.28450e+04 9.95733e+04 1.65650e+05 1.24729e+05 2.91786e+05 8.30628e+04 4.16092e+04 3.62412e+03 8.41670e+04 5.34535e+05 2.12958e+04 4.90584e+05 4.55235e+05 2.35866e+05 2.83767e+05 2.85833e+05 1.44765e+06 7.47092e+05 1.25462e+06 1.64411e+04 8.37529e+03 3.19575e-01 6.71375e+06 3.01051e+06 3.50075e+06 3.91368e+07 1.65678e+07 5.49463e+07 8.59244e+07 6.90209e+07 2.00355e+08 5.11571e+07 1.93517e+07 1.97544e+06 2.89659e+07 2.15994e+08 5.04676e+06 1.22580e+08 1.08114e+08 8.48225e+07 1.50136e+08 1.00469e+08 4.50628e+08 2.00930e+08 5.61709e+08 6.30625e+05 3.54535e+06 2.50224e-01 6.43850e+04 9.10708e+03 5.34859e+04 1.96743e+05 8.65242e+04 2.03386e+05 3.65164e+05 2.25411e+05 6.20529e+05 1.74079e+05 8.86020e+04 7.28458e+03 1.79161e+05 9.69429e+05 3.95956e+04 9.42751e+05 7.46097e+05 4.45623e+05 5.76260e+05 5.31984e+05 3.05998e+06 1.75335e+06 3.45559e+06 3.55598e+04 1.69976e+04 1.80162e+00 9.67984e+06 1.57286e+06 3.16248e+06 1.32595e+06 1.36793e+06 4.20919e+05 4.13650e+06 3.07418e+06 2.03010e+06 2.13814e+05 4.54175e+05 1.08685e+05 2.13439e+06 8.85828e+06 9.39090e+04 1.21038e+06 2.69206e+06 3.09271e+04 8.35421e+06 1.36172e+06 1.04157e+07 1.67475e+06 9.18399e+06 8.93486e+03 2.56431e+06 3.16878e+00 4.73356e+06 1.56326e+04 8.07514e+04 5.75442e+05 2.52910e+05 1.57121e+05 3.46366e+05 1.41112e+05 2.63883e+05 2.88584e+04 2.84134e+05 1.05854e+05 2.77438e+05 7.23849e+05 3.49045e+04 4.49880e+05 1.00060e+06 5.85293e+05 1.19735e+06 3.74439e+05 1.40450e+06 1.20161e+06 4.00722e+06 1.80564e+03 5.18217e+05 4.14724e-01 1.82195e+05 5.67990e+04 1.52195e+06 5.53515e+05 3.41329e+05 3.69822e+05 2.24085e+06 7.71352e+05 3.80573e+05 1.36173e+05 7.26487e+05 5.63728e+04 8.21948e+05 3.61587e+06 9.46525e+04 1.21997e+06 2.71337e+06 1.17976e+06 2.99035e+06 1.15258e+06 4.81033e+06 3.60465e+05 1.56778e+06 1.22414e+04 2.49538e+05 7.28997e+00 7.74442e+05 1.34862e+02 6.57973e+04 1.29209e+05 3.85791e+04 1.71796e+04 6.77226e+04 9.26906e+04 3.52286e+04 3.01916e+04 4.54826e+03 1.69445e+03 4.37658e+04 2.10553e+05 2.95615e+03 2.87147e+04 9.07078e+04 4.76299e+04 2.32423e+05 5.82121e+04 1.34287e+05 2.16524e+05 3.73848e+05 3.81072e+01 1.09368e+04 1.17110e+00 7.66665e+04 9.84495e+03 1.73531e+04 4.47581e+04 2.33400e+04 6.74912e+04 8.48836e+04 5.48833e+04 1.66068e+05 4.73402e+04 2.38721e+04 1.57118e+03 8.85664e+04 3.57885e+05 1.73880e+04 4.04613e+05 3.14138e+05 1.80386e+05 1.52647e+05 1.50860e+05 6.75945e+05 3.22329e+05 5.39683e+05 7.73854e+03 3.37540e+03 1.76213e+00 4.19591e+05 2.68543e+04 5.27037e+04 7.79167e+05 5.52609e+05 5.01883e+05 2.66956e+05 1.85502e+05 3.69780e+05 1.46059e+05 9.07555e+04 9.42980e+03 4.70830e+05 8.14846e+05 1.66490e+05 4.44974e+05 7.65151e+05 1.60734e+05 1.13408e+06 3.20883e+05 1.24816e+06 1.27669e+06 2.24096e+06 5.63362e-01 1.09395e+05 1.81471e+00 7.89389e+04 1.01946e+04 1.88101e+04 2.47400e+05 1.03150e+05 2.42930e+05 3.79976e+05 2.60093e+05 8.03786e+05 2.15531e+05 1.21502e+05 7.86910e+03 9.87517e+04 1.36594e+06 5.51675e+04 1.21436e+06 1.15571e+06 6.37084e+05 5.81265e+05 6.20335e+05 3.71852e+06 2.13538e+06 3.61065e+06 4.83946e+04 2.17628e+04 8.46952e-01 2.05119e+04 2.48619e+03 7.61065e+03 1.89220e+04 1.32005e+04 2.09164e+04 3.53937e+04 2.38759e+04 6.11978e+04 1.71312e+04 8.72768e+03 8.12220e+02 2.91588e+04 8.13211e+04 3.02397e+03 6.12855e+04 5.41750e+04 2.81618e+04 3.09059e+04 3.54865e+04 2.47176e+05 1.30612e+05 2.18370e+05 2.52881e+03 1.19543e+03 4.31474e-01 1.67704e+04 4.73026e+03 1.11727e+03 9.60042e+03 3.76512e+03 1.07211e+04 1.75990e+04 1.08937e+04 3.10865e+04 1.41628e+04 4.60367e+03 2.51621e+02 7.73815e+03 4.07727e+04 2.96183e+03 5.04799e+04 4.69608e+04 3.06580e+04 2.49478e+04 3.57419e+04 1.47820e+05 6.90149e+04 1.16655e+05 1.35580e+03 5.85960e+02 4.01920e-01 6.57095e+04 9.88481e+03 5.22108e+05 2.15458e+05 8.03238e+04 2.34936e+05 4.46624e+05 2.65615e+05 7.61219e+05 2.15938e+05 9.85317e+04 8.38394e+03 5.31052e+05 1.50913e+06 4.37780e+04 1.10359e+06 9.33469e+05 5.42302e+05 7.15665e+05 6.04205e+05 3.33711e+06 3.05285e+06 3.72566e+06 3.45886e+04 2.06667e+04 2.53069e-01 8.26805e+03 1.94428e+03 6.92005e+03 4.00628e+04 1.66110e+04 5.24261e+04 8.45090e+04 5.88266e+04 1.58018e+05 4.21657e+04 2.15534e+04 1.39295e+03 3.17860e+04 2.22027e+05 1.04432e+04 2.32123e+05 1.79457e+05 9.37971e+04 1.13058e+05 1.20207e+05 6.39091e+05 2.77575e+05 4.65979e+05 7.12537e+03 3.80837e+03 1.45210e+00 4.57223e+05 2.96543e+03 5.44007e+04 8.89521e+05 8.40540e+05 5.99442e+05 4.01235e+05 1.63150e+05 4.93724e+05 9.85245e+04 1.61538e+05 4.63131e+04 8.23862e+05 9.61412e+05 3.08429e+05 8.09357e+05 9.81254e+05 2.45425e+05 8.34196e+05 3.93552e+05 1.25898e+06 2.15906e+06 3.73788e+06 5.18045e+04 9.36735e+04 7.94444e-01 5.30139e+04 3.26278e+03 2.97660e+04 1.12805e+05 1.45254e+05 1.41032e+05 6.54068e+05 9.90748e+05 5.58153e+05 1.83542e+05 3.05656e+04 4.93408e+03 1.30800e+05 1.60799e+06 3.10005e+05 1.25557e+06 8.25972e+05 4.49355e+05 1.14770e+06 7.14379e+05 5.85972e+06 2.58465e+06 4.02666e+06 8.89173e+04 2.88032e+04 7.06241e-01 1.01329e+04 1.70370e+03 6.33587e+03 4.26783e+04 6.68581e+04 4.18652e+04 8.03141e+04 4.61952e+04 1.71378e+05 4.85981e+04 2.34808e+04 1.64388e+03 8.01747e+04 6.37843e+05 3.12806e+04 7.17182e+05 4.70496e+05 2.21402e+05 2.92833e+05 3.00541e+05 2.43234e+06 1.21446e+06 1.58839e+06 3.02792e+04 1.78540e+04 1.19568e+00 6.11782e+04 6.94586e+03 6.83620e+03 7.24008e+04 5.30645e+04 7.71622e+04 1.22028e+05 7.86843e+04 2.12178e+05 5.84541e+04 3.23042e+04 2.27808e+03 3.45265e+04 2.54180e+05 1.59271e+04 3.10025e+05 2.77296e+05 1.51509e+05 2.40056e+05 2.50972e+05 8.24929e+05 3.70117e+05 7.12249e+05 1.12567e+04 4.96469e+03 1.22632e+00 4.35305e+04 6.61903e+03 6.50025e+03 3.42664e+04 1.93284e+04 3.70949e+04 5.76674e+04 3.80780e+04 9.66152e+04 2.89959e+04 1.56502e+04 2.18987e+03 2.58477e+04 1.42686e+05 1.06977e+04 1.93304e+05 1.72630e+05 9.91404e+04 9.54890e+04 9.75169e+04 4.51921e+05 1.88550e+05 3.85247e+05 7.26636e+03 2.95184e+03 6.78697e-01 7.71369e+06 8.90858e+05 2.19135e+06 4.59066e+06 2.99344e+06 6.20276e+06 8.43350e+06 4.45578e+06 2.27850e+07 2.03862e+06 1.99449e+06 2.69164e+05 1.38563e+06 9.14824e+06 2.44935e+05 3.15695e+06 7.02148e+06 4.07579e+06 8.04402e+06 3.34982e+06 1.65114e+07 1.44886e+07 1.66042e+07 5.52712e+00 8.71775e-01 4.09310e-01 9.82552e+03 5.51689e+03 2.38033e+03 6.76489e+03 1.05820e+04 6.65925e+03 9.26606e+03 8.22344e+03 2.08697e+04 6.98538e+03 3.80648e+03 7.22989e+02 7.60596e+03 9.79400e+04 8.39381e+03 1.22406e+05 9.93672e+04 5.78318e+04 6.32402e+04 6.54838e+04 1.77559e+05 1.17377e+05 1.66740e+05 3.57836e+03 1.30251e+03 5.15089e-01 6.73899e+04 1.37892e+04 1.04328e+04 2.72893e+04 1.59288e+04 4.21844e+04 7.35694e+04 5.06794e+04 1.52482e+05 4.40843e+04 2.12309e+04 1.24703e+03 6.66938e+04 3.46262e+05 1.63991e+04 3.38730e+05 2.81303e+05 1.44993e+05 1.31594e+05 1.68710e+05 8.55217e+05 4.51094e+05 7.25537e+05 1.10147e+04 4.72688e+03 1.43788e+00 4.03367e+04 5.78280e+03 7.38765e+03 1.27829e+05 1.05630e+05 6.06621e+04 1.27736e+05 3.45548e+04 2.22070e+05 1.41896e+05 1.02132e+05 2.38482e+03 9.54673e+04 1.91638e+05 7.75286e+04 1.35626e+05 1.35131e+05 2.43651e+05 3.31531e+05 1.10354e+05 3.71850e+05 5.39557e+05 9.39859e+05 8.10880e+02 2.36717e+04 3.84612e-01 5.52143e+04 1.82259e+04 3.36862e+04 5.17549e+04 1.21265e+04 3.17767e+04 5.33492e+04 3.64886e+04 9.55147e+04 2.90952e+04 1.35720e+04 1.80779e+03 5.74670e+04 1.93754e+05 9.60806e+03 1.55498e+05 1.24959e+05 8.16805e+04 9.22202e+04 8.57008e+04 3.92888e+05 1.97152e+05 3.86613e+05 5.56989e+03 2.04042e+03 1.08737e+00 1.90441e+05 8.54563e+03 2.32735e+03 1.48511e+05 4.35753e+05 5.44607e+04 1.10986e+05 5.25741e+04 3.78906e+04 4.14373e+03 7.03384e+04 1.00075e+04 4.66436e+04 3.21269e+05 7.47599e+03 9.63572e+04 2.14312e+05 2.12703e+05 3.88361e+05 9.32947e+04 3.69016e+05 5.64764e+05 6.90453e+05 1.00352e+02 2.88011e+04 3.03949e-01 7.01663e+06 2.91689e+05 4.68575e+06 1.58444e+07 7.03786e+06 3.83693e+06 1.96060e+07 6.99920e+06 1.58040e+07 1.53713e+07 3.56979e+06 7.40719e+05 5.22753e+06 3.38083e+07 8.77991e+05 1.13163e+07 2.51691e+07 8.93100e+06 2.62319e+07 8.17329e+06 4.44709e+07 5.11472e+07 7.07976e+07 2.29936e+04 6.59916e+06 6.49861e-02 3.38673e+03 5.13286e+02 2.45389e+03 2.91471e+04 1.07518e+04 3.17285e+04 5.20619e+04 3.57171e+04 9.60111e+04 2.70475e+04 1.31661e+04 8.84344e+02 1.03406e+04 2.68783e+05 1.23227e+04 2.90434e+05 2.31484e+05 1.36131e+05 1.46380e+05 1.38055e+05 6.13870e+05 3.56278e+05 5.29847e+05 6.21040e+03 3.51491e+03 4.31782e-01 1.20040e+05 9.08271e+02 3.79963e+04 2.37723e+04 2.31529e+04 2.75025e+04 4.89312e+04 3.70984e+04 9.10043e+04 2.83501e+04 1.33863e+04 1.27201e+03 9.05617e+04 1.14795e+05 8.95239e+03 1.90978e+05 1.48845e+05 7.18530e+04 1.60123e+05 1.49946e+05 4.65834e+05 2.00454e+05 3.86979e+05 5.45218e+03 2.43232e+03 2.59690e+00 2.63349e+04 2.48271e+03 6.14027e+03 1.56046e+04 6.13860e+03 1.71852e+04 2.94525e+04 2.10190e+04 5.73016e+04 1.68916e+04 7.42612e+03 4.26914e+02 2.90528e+04 1.04608e+05 4.99479e+03 1.21182e+05 1.12349e+05 4.98719e+04 6.75802e+04 8.31676e+04 3.20108e+05 2.04221e+05 2.99370e+05 7.01689e+02 1.37138e+03 2.92789e-01 2.23453e+05 4.09508e+04 1.30735e+05 6.32374e+05 5.06828e+05 6.43924e+05 1.08467e+06 7.63127e+05 2.18274e+06 5.39404e+05 2.65748e+05 1.76366e+04 4.24428e+05 3.21501e+06 1.16527e+05 2.80519e+06 2.28178e+06 1.27992e+06 1.58109e+06 1.48033e+06 7.57238e+06 4.85733e+06 7.91313e+06 7.41439e+04 4.49700e+04 7.06365e-01 6.73060e+04 1.23328e+04 2.11864e+04 8.37440e+04 3.68854e+04 9.85757e+04 1.64726e+05 1.16477e+05 3.25480e+05 1.00590e+05 4.48267e+04 4.05320e+03 7.82718e+04 4.64055e+05 2.17438e+04 4.71205e+05 4.08077e+05 2.27888e+05 2.54573e+05 2.71812e+05 1.19794e+06 7.27982e+05 1.16022e+06 9.43663e+03 6.30573e+03 2.20978e+00 2.70641e+05 3.34838e+04 2.75511e+05 3.28794e+05 1.86542e+05 4.36994e+05 7.28793e+05 4.81895e+05 1.35520e+06 3.70448e+05 1.79699e+05 1.12411e+04 1.97982e+05 2.07058e+06 8.84561e+04 2.22369e+06 1.86051e+06 1.01146e+06 1.32847e+06 1.18160e+06 3.85389e+06 2.44179e+06 4.32178e+06 3.60759e+04 1.93614e+04 3.39859e+00 4.74169e+04 9.60321e+03 2.32096e+04 1.04846e+05 3.61836e+04 8.44514e+04 1.43761e+05 9.50707e+04 2.52313e+05 7.60713e+04 3.74440e+04 3.28236e+03 9.26869e+04 3.37920e+05 1.72182e+04 3.89590e+05 3.43374e+05 1.85286e+05 2.01786e+05 1.99839e+05 1.17200e+06 8.20198e+05 1.18154e+06 1.44868e+04 6.77035e+03 6.80412e-01 9.00319e+04 1.58254e+04 2.32230e+04 1.00859e+05 7.99925e+04 1.17864e+05 2.13734e+05 1.63108e+05 3.54090e+05 1.08023e+05 5.11782e+04 4.15647e+03 9.03830e+04 6.95837e+05 2.82198e+04 6.67281e+05 5.53499e+05 3.08232e+05 3.64103e+05 3.56595e+05 1.62467e+06 6.96163e+05 1.33817e+06 1.78303e+04 9.63424e+03 5.06013e-01 4.79432e+06 4.29416e+05 1.44955e+06 1.13339e+07 3.24002e+06 1.10695e+07 1.77275e+07 1.14988e+07 2.29379e+07 6.47755e+06 7.67563e+06 3.67151e+05 3.84430e+06 1.46478e+07 4.31187e+06 1.10058e+07 1.51956e+07 4.98199e+06 1.66279e+07 6.68791e+06 6.27239e+07 2.39295e+07 5.22630e+07 9.15022e+04 3.10988e+06 5.79404e-01 1.44070e+04 2.08875e+03 5.51645e+03 1.85682e+04 3.77554e+04 9.46096e+03 5.12395e+04 2.55092e+04 4.77027e+04 5.21679e+03 9.01886e+03 3.35997e+03 8.40196e+04 1.91823e+05 8.00129e+03 1.03128e+05 2.29370e+05 1.66161e+05 2.74709e+05 5.19720e+04 5.56102e+05 2.85849e+05 5.78754e+05 7.87991e-01 4.91856e+04 3.68773e-03 1.62067e+04 3.74012e+03 2.56999e+04 6.17961e+04 2.54070e+04 7.44991e+04 1.26799e+05 1.47575e+05 2.31369e+05 6.45192e+04 3.20447e+04 2.91463e+03 3.52753e+04 4.02789e+05 1.38152e+04 3.00157e+05 2.51243e+05 1.37022e+05 1.72074e+05 1.67436e+05 8.64829e+05 6.44431e+05 8.30587e+05 1.10120e+04 5.49796e+03 1.14636e+00 2.65579e+06 2.04584e+05 4.93565e+05 5.12932e+06 1.41550e+06 3.94506e+06 2.73524e+06 2.27572e+06 2.29490e+06 1.05855e+06 7.03008e+05 1.13530e+06 1.02754e+06 3.98761e+06 2.68002e+05 6.53706e+06 5.72369e+06 1.85404e+06 4.44576e+06 2.32934e+06 1.49052e+07 7.94950e+06 1.60933e+07 4.67029e+03 1.34037e+06 8.69854e-01 4.49193e+04 9.52743e+03 1.32902e+04 5.84288e+04 4.32041e+04 7.12547e+04 1.13868e+05 7.94103e+04 2.01809e+05 5.77218e+04 3.01983e+04 2.52497e+03 4.98640e+04 3.15718e+05 1.40578e+04 3.06368e+05 2.52185e+05 1.33051e+05 1.45304e+05 1.53130e+05 7.94255e+05 4.10572e+05 7.29930e+05 1.29184e+04 4.63401e+03 4.98844e-01 3.51842e+04 8.71485e+03 4.35026e+03 8.16526e+03 4.93687e+03 1.27332e+04 2.67876e+04 1.55052e+04 4.56226e+04 1.36157e+04 6.13130e+03 3.53246e+02 1.90848e+04 7.56735e+04 4.13620e+03 9.79324e+04 8.84541e+04 4.86911e+04 5.40571e+04 5.15332e+04 2.19557e+05 1.06728e+05 2.01498e+05 2.09023e+03 1.13249e+03 7.14789e-01 7.22551e+04 1.05571e+04 1.77656e+05 2.26730e+05 9.14910e+04 1.68212e+05 3.44059e+05 1.88748e+05 6.25397e+05 2.31574e+05 1.01059e+05 1.08972e+04 2.00057e+05 1.24792e+06 5.46234e+04 1.10883e+06 1.24430e+06 7.44747e+05 7.51520e+05 6.08376e+05 2.68620e+06 2.99792e+06 4.43956e+06 1.32136e+05 1.76240e+04 3.93270e+00 1.18601e+06 9.49747e+05 5.26383e+06 5.46858e+06 5.57782e+05 5.56654e+06 3.59075e+06 3.62313e+06 5.97487e+06 5.28955e+06 1.16436e+06 1.05605e+05 1.86086e+06 1.23343e+07 4.14007e+06 1.16143e+07 8.91509e+06 4.84747e+06 1.13714e+07 4.35369e+06 2.95404e+07 1.95680e+07 5.94342e+07 4.60191e+05 1.47467e+06 3.44994e-01 2.63685e+04 4.42616e+03 1.21131e+04 6.00886e+04 2.44176e+04 6.72786e+04 1.12565e+05 7.61852e+04 2.08109e+05 6.10994e+04 2.95854e+04 3.13494e+03 4.85300e+04 3.56410e+05 1.40627e+04 3.10993e+05 2.92349e+05 1.54184e+05 1.59462e+05 1.80566e+05 9.23748e+05 6.18415e+05 1.01298e+06 1.31244e+04 5.12615e+03 4.02096e-01 7.06388e+04 2.64432e+04 7.06173e+05 2.45350e+05 1.06111e+05 3.09695e+05 5.41879e+05 3.93246e+05 1.17692e+06 3.22109e+05 1.57999e+05 1.01432e+04 2.90571e+05 2.33090e+06 6.01907e+04 1.47031e+06 1.13160e+06 6.81468e+05 1.12000e+06 8.11126e+05 3.50310e+06 4.12959e+06 4.42280e+06 5.29971e+04 2.30383e+04 1.23805e+00 7.98082e+05 1.18439e+05 2.76616e+05 1.46752e+06 1.60249e+06 1.80444e+06 2.98052e+06 1.89528e+06 4.92463e+06 1.38872e+06 8.14343e+05 4.97758e+04 1.24028e+06 7.07988e+06 3.42422e+05 7.80231e+06 6.69209e+06 3.79832e+06 4.47054e+06 4.35407e+06 2.01021e+07 8.71082e+06 1.71093e+07 2.27873e+05 1.28468e+05 1.19076e+00 6.53829e+04 2.13206e+04 3.22867e+04 1.40238e+05 7.28350e+04 1.81393e+05 3.14584e+05 2.40371e+05 7.73613e+05 2.32094e+05 9.81472e+04 4.89385e+03 1.81272e+05 1.66181e+06 5.05736e+04 1.17893e+06 8.74465e+05 4.71676e+05 6.81826e+05 6.71871e+05 3.27753e+06 1.82052e+06 2.67476e+06 3.60641e+04 2.13736e+04 1.33516e+00 4.36474e+04 5.74217e+03 2.16121e+04 3.97539e+04 1.43460e+04 4.44263e+04 6.88482e+04 4.57665e+04 1.27062e+05 3.79400e+04 1.92106e+04 1.28866e+03 7.62539e+04 3.94643e+05 1.10173e+04 2.48273e+05 1.85389e+05 1.07356e+05 8.48524e+04 9.01993e+04 6.89298e+05 4.08499e+05 6.78605e+05 9.87428e+03 4.59778e+03 1.41332e+00 1.27123e+06 4.60830e-01 2.90027e+04 4.80001e+05 3.92462e+05 3.75458e+05 4.65809e+05 9.66986e+04 1.86116e+05 2.03538e+04 1.14494e+05 4.26546e+04 1.57167e+05 1.02064e+06 7.53918e+03 9.71716e+04 2.16123e+05 1.72619e+05 4.10634e+05 2.11670e+05 9.15542e+05 1.83661e+06 6.22772e+05 1.92012e+03 5.51076e+05 3.03453e-01 2.31582e+06 1.78379e+05 2.77272e+06 2.13093e+06 1.42362e+06 7.48900e+05 1.84492e+06 9.06786e+05 3.74510e+05 2.06608e+05 3.19512e+05 8.40702e+04 1.09144e+06 3.08698e+06 9.66683e+04 1.24595e+06 2.77116e+06 5.75103e+05 2.74136e+06 5.18636e+05 5.32936e+06 1.23673e+07 2.56299e+06 1.05811e+06 4.89103e+05 4.71319e-01 6.26092e+06 1.34327e+06 3.72225e+05 4.73457e+06 1.68479e+06 5.66470e+05 2.03454e+06 5.50937e+05 9.06143e+06 4.18743e+05 4.60499e+05 6.28776e+04 1.53002e+06 4.16878e+06 1.53614e+05 1.97992e+06 4.40361e+06 1.80440e+06 3.07545e+06 6.72421e+05 9.79068e+06 4.22880e+00 6.63507e+06 4.80783e+04 1.37985e+07 2.04387e+00 4.95200e+06 1.21657e+05 7.76339e+06 9.40663e+06 5.15627e+06 6.01666e+06 1.09251e+07 6.12891e+06 9.70612e+06 4.66025e+06 2.67132e+06 2.39175e+05 6.37159e+06 1.39618e+07 2.42508e+06 1.42516e+07 7.49837e+06 3.41578e+06 8.17014e+06 4.71123e+06 2.27600e+07 1.97631e+07 3.82745e+07 2.70645e+05 7.01882e+05 5.54385e-01 1.16284e+06 2.72900e+05 4.21111e+05 2.82315e+06 6.04277e+06 3.23637e+06 3.78738e+06 2.42092e+06 3.72479e+06 1.61585e+06 1.32760e+06 2.92644e+04 1.42844e+06 1.03234e+07 2.78037e+06 6.65158e+06 5.13520e+06 3.96847e+06 4.55803e+06 1.85633e+06 1.38019e+07 1.56387e+07 2.56806e+07 1.62644e+06 4.46870e+05 1.25893e+00 5.00139e+04 7.89796e+03 1.36474e+06 4.49975e+05 1.87469e+05 5.47444e+05 1.00760e+06 6.90518e+05 2.17079e+06 6.77238e+05 2.76444e+05 2.77393e+04 5.00638e+05 4.20905e+06 1.13248e+05 2.63265e+06 2.19664e+06 1.47821e+06 1.68986e+06 1.33522e+06 5.94418e+06 5.91921e+06 8.48892e+06 1.05168e+05 3.61863e+04 4.33767e+00 6.11620e+06 2.18176e+06 1.02119e+06 7.68428e+06 1.81734e+07 7.38610e+06 2.10490e+07 1.66445e+07 4.25429e+07 2.26237e+07 6.50506e+06 0.00000e+00 8.65235e+06 4.04530e+07 7.28348e+05 9.38760e+06 2.08793e+07 2.95883e+07 4.93978e+07 1.72615e+07 7.96729e+07 9.37880e+06 8.76792e+07 8.02186e+05 2.41186e-01 6.51521e+00 1.76302e+04 1.62688e+04 4.09664e+03 5.80637e+04 1.75937e+04 1.23012e+04 1.80842e+04 2.02240e+04 3.38857e+04 1.08260e+04 6.16213e+03 1.12825e+03 3.37375e+04 4.84508e+04 1.03949e+04 7.00895e+04 1.44112e+05 3.70471e+04 5.61917e+04 6.55014e+04 2.23736e+04 7.90025e+04 1.12377e+05 3.13744e+03 6.53212e+03 3.58921e+02 3.15775e+06 8.25019e+03 2.75968e+06 3.29259e+06 4.85846e+06 1.36016e+06 3.92228e+06 2.75195e+06 3.21742e+06 2.44736e+06 1.00747e+06 2.19932e+00 3.02822e+06 4.41517e+06 4.25441e+05 4.59441e+06 2.82622e+06 1.79191e+06 5.45224e+06 2.46803e+06 5.38183e+06 7.47917e+06 1.21864e+07 4.98387e+00 5.09517e+00 1.35073e+00 2.93100e+07 4.41051e+06 3.21638e+07 3.08804e+07 9.39622e+06 1.69061e+07 6.47167e+07 4.36680e+07 6.92793e+07 3.23398e+02 1.11135e+07 3.28062e+06 2.27848e+07 5.27228e+07 1.32614e+06 1.70925e+07 3.80162e+07 9.19406e+01 5.57444e+07 1.38154e+02 1.65151e+08 2.50110e+01 1.41243e+08 9.80568e-03 2.81423e+00 1.72995e+01 5.73456e+04 1.29482e+04 1.97524e+03 1.61197e+04 9.85643e+03 2.22984e+04 4.27219e+04 2.81981e+04 8.51201e+04 2.39795e+04 1.18996e+04 9.55801e+02 1.38409e+04 2.47811e+05 1.05355e+04 2.00759e+05 1.84683e+05 9.62627e+04 9.94667e+04 1.14380e+05 5.26827e+05 2.69365e+05 4.94009e+05 7.71882e+03 3.12879e+03 1.11957e+00 6.95134e+03 6.28226e+03 1.53742e+03 4.54049e+03 1.76347e+03 4.15325e+03 6.90051e+03 4.70248e+03 1.28720e+04 3.61014e+03 1.81670e+03 1.36221e+02 6.09804e+03 5.03320e+04 2.71302e+03 3.59258e+04 3.24617e+04 1.82711e+04 2.49430e+04 2.42252e+04 3.76427e+04 1.83783e+04 3.43262e+04 6.83855e+02 2.03864e+02 6.09387e-01 1.04844e+03 1.76502e+02 5.42057e+02 1.23221e+04 5.14821e+03 1.58181e+04 2.70696e+04 1.93843e+04 5.77086e+04 1.60019e+04 6.90482e+03 4.67197e+02 2.60106e+03 4.69723e+04 2.78616e+03 4.78864e+04 4.02388e+04 2.02108e+04 1.22082e+04 1.64734e+04 1.03689e+05 5.88558e+04 8.72000e+04 1.30427e+03 4.37214e+02 2.32516e-01 4.86694e+03 2.63645e+03 9.70772e+02 2.43353e+03 9.87668e+02 2.43311e+03 3.59750e+03 2.73158e+03 6.35630e+03 2.00621e+03 1.07955e+03 5.99333e+01 2.04042e+03 1.89010e+04 2.52917e+03 1.99343e+04 1.88004e+04 1.09797e+04 1.28863e+04 1.45856e+04 1.53991e+04 8.95749e+03 1.47804e+04 3.66343e+02 1.38076e+02 1.71184e+00 7.13791e+05 1.01688e+05 4.20348e+06 2.43923e+06 1.00640e+06 3.05947e+06 5.98790e+06 3.50123e+06 9.67745e+06 2.97593e+06 1.32232e+06 1.24024e+05 2.74074e+06 1.54110e+07 5.64706e+05 1.40616e+07 1.06681e+07 6.74033e+06 8.81221e+06 7.90939e+06 4.18642e+07 2.70192e+07 3.68396e+07 4.51900e+05 2.56271e+05 7.89362e+00 3.07792e+04 6.81314e+03 1.43895e+04 8.06091e+04 2.88137e+04 8.66963e+04 1.29921e+05 9.70389e+04 2.37786e+05 5.99290e+04 3.18869e+04 1.57182e+03 4.29686e+04 3.68426e+05 1.38181e+04 3.16673e+05 2.70144e+05 1.51026e+05 1.66764e+05 1.69530e+05 8.69810e+05 5.36162e+05 9.89988e+05 1.05444e+04 4.29414e+03 1.18933e+00 1.19869e+05 1.69766e+04 6.81514e+04 2.56753e+05 1.04666e+05 3.41023e+05 5.60724e+05 3.68786e+05 8.94075e+05 2.19882e+05 1.16348e+05 5.03280e+03 1.99967e+05 1.19991e+06 3.82065e+04 1.29713e+06 1.09308e+06 5.62512e+05 6.99192e+05 7.55127e+05 4.73453e+06 2.21060e+06 3.88968e+06 2.66544e+04 1.90487e+04 2.51333e-01 5.42130e+03 1.74624e+03 1.24400e+03 1.08255e+04 3.14811e+03 8.23748e+03 1.23442e+04 9.58555e+03 2.65542e+04 7.55031e+03 3.78457e+03 2.39249e+02 4.53734e+03 5.57233e+04 5.22967e+03 6.84335e+04 5.09017e+04 2.67724e+04 3.43964e+04 4.25220e+04 9.98472e+04 8.08813e+04 1.00012e+05 2.53274e+03 7.24562e+02 1.29604e+00 5.53118e+04 1.32158e+04 5.69539e+03 4.16278e+03 3.86273e+03 5.43250e+03 1.12481e+04 7.98604e+03 2.64257e+04 9.00356e+03 4.44989e+03 4.34828e+02 3.76554e+04 6.64656e+04 4.74833e+03 9.01361e+04 1.00409e+05 2.99895e+04 6.73582e+04 8.30650e+04 3.27543e+05 1.26082e+05 2.42136e+05 3.02982e+03 1.61382e+03 9.66273e-01 1.50588e+05 7.54885e+04 6.62008e+04 1.19600e+06 4.92778e+05 1.93803e+06 5.53372e+06 2.76132e+06 1.19635e+07 2.03638e+06 6.09032e+05 8.51494e+04 8.83190e+05 1.26462e+07 4.05181e+05 5.22233e+06 1.16152e+07 6.00443e+06 1.01002e+07 4.44790e+06 2.98789e+07 1.37015e+07 9.31022e+06 2.68377e+06 1.66256e+06 1.66552e+00 1.95038e+06 2.57089e+03 3.31750e+05 1.49263e+06 1.14940e+06 1.03080e+06 1.72512e+06 1.67595e+06 2.42348e+06 8.90129e+05 2.86862e+05 3.86347e+04 1.25794e+06 2.06217e+06 3.82686e+05 2.67404e+06 1.80079e+06 6.27389e+05 2.38502e+06 9.54908e+05 4.67730e+06 4.44161e+06 7.05865e+06 7.90673e-01 6.48811e+04 8.69576e-01 3.42488e+05 7.50370e+03 2.58777e+05 7.84389e+05 1.17235e+06 1.03887e+06 1.64272e+06 1.51594e+06 2.16890e+06 5.11758e+05 3.73418e+05 3.70329e+04 5.21301e+05 1.78766e+06 5.00665e+05 1.37223e+06 1.24812e+06 6.63350e+05 1.14245e+06 4.61207e+05 3.35954e+06 2.19666e+06 5.67908e+06 2.03881e+04 1.06781e+05 1.50784e+00 8.79191e+03 9.49187e+03 3.10969e+02 9.99691e+02 1.12352e+03 1.52013e+03 3.80158e+03 3.13937e+03 8.87953e+03 3.04932e+03 1.47827e+03 1.36797e+02 2.18013e+03 3.44702e+04 3.03242e+03 4.02419e+04 3.12212e+04 1.32347e+04 2.43828e+04 3.82551e+04 7.06757e+04 3.24453e+04 5.60635e+04 1.06852e+03 4.53936e+02 2.91867e-01 3.75695e+06 5.44689e+05 8.76748e+06 6.12567e+06 3.25044e+06 4.30882e+06 9.11347e+06 5.17044e+06 6.97488e+06 4.25251e+06 1.07666e+06 2.31981e+06 3.53477e+06 6.86133e+06 3.71213e+05 4.78453e+06 1.06414e+07 1.69241e+06 8.30406e+06 4.44697e+06 2.22748e+07 4.62296e+07 4.97296e+06 2.52862e+04 7.25713e+06 9.58737e-01 2.88161e+04 6.18968e+03 2.29673e+04 6.36082e+04 2.29174e+04 6.71833e+04 1.04672e+05 7.43754e+04 2.04759e+05 5.73301e+04 2.86725e+04 2.25322e+03 1.21271e+05 3.81879e+05 1.84003e+04 4.06233e+05 3.13323e+05 1.73338e+05 2.40576e+05 2.34531e+05 1.22645e+06 6.00104e+05 9.55579e+05 1.52487e+04 7.51033e+03 3.01460e-01 9.74500e+06 2.12064e+06 4.41033e+06 2.20875e+07 1.39206e+07 1.79806e+07 3.86411e+07 2.65930e+07 3.35567e+07 2.30011e+07 8.29631e+06 8.76025e+05 7.52196e+06 8.03146e+07 1.36485e+06 2.57164e+07 3.39626e+07 5.18264e+07 2.84889e+07 1.43867e+07 1.19841e+08 6.92494e+07 1.44527e+08 1.17878e+07 0.00000e+00 1.63934e+00 2.67359e+05 3.49296e+04 9.72562e+04 6.65889e+05 7.67151e+05 6.27487e+05 1.18963e+06 6.63584e+05 1.97955e+06 5.86351e+05 3.59697e+05 2.23396e+04 4.41086e+05 3.20049e+06 1.18045e+05 2.76768e+06 2.40113e+06 1.38479e+06 1.52166e+06 1.49826e+06 7.18061e+06 4.02614e+06 6.98006e+06 8.29281e+04 4.48957e+04 1.22852e+00 1.82821e+05 3.14004e+04 4.99066e+04 1.95316e+05 9.39388e+04 2.90517e+05 4.86355e+05 3.34543e+05 9.85268e+05 2.84061e+05 1.35857e+05 7.87237e+03 2.71746e+05 1.63314e+06 6.40948e+04 1.81268e+06 1.46629e+06 8.02560e+05 1.01586e+06 1.00421e+06 5.54763e+06 2.20545e+06 4.32696e+06 3.83347e+04 3.15958e+04 1.50203e-01 2.67573e+04 6.90280e+03 5.77669e+03 2.63458e+04 9.81974e+03 2.85920e+04 4.59668e+04 4.13533e+04 9.33070e+04 3.16462e+04 1.22041e+04 7.45843e+02 3.12279e+04 1.50513e+05 7.56333e+03 1.57430e+05 1.25209e+05 7.81318e+04 7.53098e+04 7.56710e+04 2.74957e+05 1.48683e+05 2.63096e+05 3.17741e+03 1.36219e+03 4.66656e-01 1.57241e+04 4.71050e+03 5.29662e+02 2.42660e+04 1.13016e+04 2.37532e+04 3.62395e+04 2.70665e+04 7.81610e+04 2.01672e+04 1.27792e+04 1.26308e+03 7.13078e+03 5.30719e+04 6.00882e+03 7.18376e+04 6.19992e+04 3.11623e+04 3.59725e+04 5.04432e+04 2.09323e+05 1.04679e+05 1.98638e+05 4.56632e+03 1.56460e+03 1.53317e+00 3.19743e+06 7.42531e+04 6.54668e+05 5.60456e+06 1.15866e+06 1.22765e+07 9.09764e+06 1.16472e+07 2.18225e+07 1.12394e+07 3.68226e+06 1.32827e+05 2.94447e+06 1.57454e+07 3.27956e+07 5.51281e+01 4.26165e+01 5.64491e+06 1.62584e+07 6.09670e+06 5.16737e+07 2.40131e+07 8.35498e+07 1.32349e+05 1.06817e+06 6.82243e-01 5.76340e+06 8.35586e+05 1.55562e+06 1.02706e+07 4.64817e+06 1.20915e+07 2.83352e+07 1.58182e+07 5.28094e+07 4.52800e+06 4.12240e+06 1.77391e+05 1.09543e+07 2.42942e+07 2.92107e+06 1.40613e+07 3.12742e+07 1.37921e+07 1.45766e+07 8.76914e+06 9.06086e+07 2.03731e+07 5.48746e+07 9.92631e+05 2.65929e+06 2.17694e+01 1.73951e+05 2.35413e+04 3.23882e+05 3.54919e+05 2.85092e+05 4.20126e+05 7.04087e+05 4.70660e+05 1.10477e+06 2.68062e+05 1.38826e+05 1.24227e+04 2.67625e+05 1.86678e+06 7.10551e+04 1.73517e+06 1.48034e+06 8.75775e+05 1.06662e+06 8.82563e+05 4.76151e+06 1.94785e+06 3.89730e+06 5.09823e+04 2.29380e+04 1.75759e-01 2.34296e+06 7.74484e+05 9.64212e+05 1.35046e+06 2.65800e+06 1.95488e+06 7.28049e+06 4.87159e+06 1.42720e+07 2.71165e+06 5.33134e+05 1.68602e+06 1.66991e+06 6.01472e+06 7.16265e+05 1.11707e+07 1.93008e+07 4.22412e+06 7.93484e+06 2.79209e+06 2.52244e+07 1.94612e+07 2.39506e+07 1.76229e+06 3.57113e+05 2.12611e-01 3.10707e+04 7.24617e+03 1.14426e+03 2.81921e+04 1.87486e+04 3.69051e+04 5.84494e+04 4.04482e+04 1.01632e+05 2.80391e+04 1.49375e+04 1.10531e+03 4.15570e+03 1.79901e+05 7.81733e+03 1.56676e+05 1.47104e+05 7.64016e+04 1.02168e+05 1.06522e+05 2.04713e+05 7.64619e+04 1.61692e+05 2.31242e+03 9.42751e+02 1.68409e+00 9.10083e+06 1.39655e+06 3.01484e+06 7.56553e+06 7.77763e+06 1.63758e+06 7.51037e+06 2.64420e+06 9.42723e+06 2.05019e+06 2.35118e+06 1.94265e+06 6.18936e+06 3.70970e+06 3.86127e+05 8.28470e+06 8.96688e+06 4.06077e+06 8.58738e+06 2.75436e+06 1.14399e+07 2.04874e+07 2.49014e+07 9.55095e+04 1.92234e+05 9.04254e-01 1.26043e+05 1.38687e+03 3.50205e+04 3.03087e+05 3.02217e+05 1.26694e+05 1.95555e+05 1.80572e+05 9.56691e+04 3.23083e+04 3.29550e+04 4.87980e+03 2.52132e+05 4.03005e+05 8.82134e+04 1.27062e+05 3.53392e+05 1.01490e+05 3.12064e+05 1.68914e+05 3.93338e+05 6.63533e+05 9.88491e+05 2.64464e-01 1.25578e+04 9.19147e-01 3.90941e+04 7.65696e+03 7.53932e+03 2.10962e+04 1.06183e+04 2.57911e+04 4.16673e+04 2.91302e+04 7.50042e+04 2.14628e+04 1.19396e+04 1.02562e+03 3.36376e+04 8.85436e+04 7.13457e+03 1.20387e+05 1.01884e+05 5.47678e+04 6.19296e+04 7.11088e+04 2.76362e+05 1.34388e+05 2.28522e+05 4.43057e+03 1.66467e+03 9.99650e-01 2.78841e+04 1.28743e+04 1.15240e+06 1.98039e+05 8.21805e+04 2.59096e+05 5.49607e+05 3.14202e+05 6.38964e+05 1.75133e+05 8.86399e+04 7.61185e+03 1.53556e+05 8.82918e+05 4.10019e+04 9.75744e+05 7.18812e+05 5.04821e+05 8.38635e+05 4.90386e+05 1.98854e+06 1.02918e+06 1.94249e+06 2.24477e+04 1.32999e+04 7.10353e-01 9.02683e+04 1.56872e+04 6.35646e+04 2.39978e+05 2.85095e+05 3.03321e+05 5.26305e+05 3.38127e+05 9.13259e+05 2.50113e+05 1.27141e+05 8.09317e+03 2.12488e+05 1.40767e+06 5.60913e+04 1.35329e+06 1.05870e+06 5.87310e+05 7.65803e+05 7.37432e+05 3.60685e+06 1.99045e+06 3.25241e+06 3.85645e+04 2.08879e+04 5.16892e-01 1.21845e+07 1.38471e+05 2.96549e+06 9.53061e+06 1.56406e+07 2.87890e+06 1.04181e+07 4.56660e+06 7.73263e+06 4.58489e+06 1.68200e+06 1.05864e+04 3.62697e+06 1.26670e+07 2.92617e+06 7.40047e+06 6.01929e+06 5.90544e+06 1.58407e+07 4.02580e+06 1.19486e+07 4.27737e+07 4.52667e+07 1.20204e+06 2.55803e+05 5.26070e-01 8.07575e+04 1.23763e+04 2.72648e+03 1.11721e+05 5.58064e+04 1.54465e+05 2.46043e+05 1.82162e+05 4.90850e+05 1.41592e+05 7.19042e+04 5.59452e+03 3.59860e+04 8.86727e+05 2.77068e+04 5.98867e+05 4.54662e+05 2.35267e+05 4.49311e+05 4.35738e+05 2.51220e+06 1.19702e+06 1.96743e+06 2.81131e+04 1.48312e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 8.75966e+04 1.47725e+04 1.89492e+04 9.61243e+04 4.05665e+04 1.17692e+05 1.89008e+05 1.30503e+05 3.70002e+05 1.04593e+05 5.11452e+04 3.17744e+03 1.04865e+05 7.92797e+05 3.08356e+04 6.96268e+05 6.10195e+05 3.32453e+05 3.17748e+05 3.50398e+05 1.88333e+06 9.04864e+05 1.63199e+06 2.26568e+04 1.10904e+04 1.28530e+00 4.52646e+06 7.30860e+05 1.09493e+07 2.19193e+06 1.36688e+06 4.10899e+05 2.64195e+06 2.48664e+06 4.28479e+06 3.91518e+05 6.44292e+05 1.74642e+05 6.19585e+06 1.64187e+06 2.25447e+05 2.90576e+06 6.46282e+06 3.93635e+04 5.03585e+06 1.48080e+06 6.70610e+06 1.04352e+06 7.81926e+06 1.31110e+04 3.76285e+06 8.83679e-01 6.83345e+05 1.17544e+05 1.63847e+06 2.39762e+06 1.11234e+06 2.80825e+06 5.13292e+06 3.40414e+06 8.98590e+06 2.52147e+06 1.28498e+06 1.19600e+05 2.63714e+06 1.02863e+07 5.13153e+05 1.26186e+07 1.02403e+07 6.15175e+06 7.98688e+06 6.83673e+06 3.47359e+07 1.49739e+07 3.06866e+07 4.31336e+05 1.98539e+05 1.26614e+01 1.04943e+07 1.87196e+05 7.14140e+06 4.41934e+07 1.83266e+07 3.32091e+07 7.55259e+07 4.72407e+07 9.15580e+07 3.86672e+07 1.43095e+07 1.30715e+06 1.00287e+07 5.37844e+07 1.79543e+07 5.29428e+07 6.32212e+07 3.51381e+07 5.75579e+07 3.28476e+07 3.29679e+08 1.09330e+08 3.14605e+08 1.13846e+07 3.67876e+06 3.01827e-01 4.69047e+03 1.66806e+03 1.69689e+03 1.44260e+04 1.33867e+03 5.17983e+03 8.79944e+03 4.37037e+03 1.51987e+03 1.17202e+03 6.31430e+02 7.45042e+00 9.03870e+03 6.89134e+04 1.20709e+03 7.97985e+04 7.15999e+04 2.27566e+04 1.72317e+04 4.05193e+04 3.22322e+05 9.17284e+04 2.13905e+05 1.32324e+03 6.99536e+02 3.20070e-01 4.95883e+07 8.29619e+05 4.28478e+07 1.50866e+08 6.40904e+07 1.16162e+08 2.86215e+08 1.57703e+08 4.63613e+08 1.46156e+08 7.28309e+07 1.34106e+05 8.86610e+07 3.52690e+08 2.48939e+06 5.04093e+07 5.97185e+07 1.39789e+08 1.86085e+08 2.46460e+08 1.67777e+09 2.98086e+08 9.49051e+08 4.05030e+07 1.37283e+07 4.74816e+00 9.05432e+05 4.13468e+04 3.16217e+04 1.08443e+06 4.04529e+05 3.46944e+05 7.48374e+05 1.49752e+05 1.60225e+05 1.21514e+05 1.04050e+05 3.87638e+04 5.40034e+05 1.16511e+06 5.14886e+04 8.13914e+05 1.38051e+06 3.54100e+05 1.19538e+06 3.84879e+05 2.34553e+06 3.04572e+06 4.31732e+06 7.43777e+05 4.71685e-01 9.82977e-01 3.79495e+06 2.38606e+05 6.73718e+04 3.76661e+05 8.05296e+05 9.82428e+04 6.89695e+05 3.20842e+05 7.02535e+05 1.96187e+04 1.60786e+05 3.73544e+04 3.30450e+05 3.62138e+06 3.59583e+04 4.63462e+05 1.03080e+06 1.58582e+04 1.67827e+06 4.67379e+05 2.45410e+06 5.32490e+05 4.50815e+06 2.62671e+03 7.53866e+05 1.37030e+00 1.14118e+04 5.05706e+03 7.36354e+02 1.60412e+03 8.11704e+02 2.02149e+03 3.40240e+03 2.54262e+03 6.69385e+03 2.85222e+03 9.22326e+02 4.67071e+01 2.78845e+03 2.29795e+04 3.09013e+03 3.74921e+04 3.17977e+04 1.84194e+04 2.20551e+04 2.26788e+04 4.95132e+04 2.75622e+04 4.52262e+04 8.37741e+02 3.18033e+02 5.78380e-01 3.32024e+06 5.84111e+05 9.25164e+06 5.65913e+06 2.46968e+06 2.45276e+06 8.75038e+06 4.94654e+06 1.39470e+06 1.18101e+06 5.29747e+05 1.97357e+05 3.00521e+06 8.74261e+06 2.66655e+05 5.72811e+06 6.18813e+06 2.80045e+06 2.97415e+06 2.30948e+06 1.40377e+07 2.07164e+07 2.72783e+07 1.81152e+06 5.64427e+05 7.25370e-01 1.30219e+07 2.15692e+06 4.00189e+06 2.51778e+06 1.56603e+06 5.25445e+05 2.20616e+06 4.97166e+05 9.05971e+05 9.10267e+05 3.85467e+05 4.45588e+04 2.12442e+06 4.26129e+06 1.17824e+05 6.23068e+06 3.83271e+05 2.29850e+06 1.68108e+06 8.38257e+05 4.57516e+06 4.55276e+06 6.57024e+06 5.39004e+03 1.54694e+06 1.79305e-01 1.05738e+05 2.52847e+04 2.14319e+05 2.46091e+05 9.41740e+04 2.64567e+05 4.84585e+05 3.03249e+05 7.64436e+05 2.27542e+05 1.06052e+05 1.30565e+04 2.54036e+05 1.33010e+06 5.18448e+04 1.19605e+06 1.13419e+06 6.39594e+05 7.50769e+05 6.63530e+05 3.26532e+06 1.78003e+06 3.50884e+06 4.53390e+04 1.82103e+04 3.78283e-01 8.13685e+04 1.37485e+04 3.73027e+04 1.09453e+05 5.37966e+04 1.33882e+05 2.21526e+05 2.38515e+05 4.36113e+05 1.15010e+05 5.70346e+04 4.30280e+03 1.34706e+05 8.85809e+05 3.33255e+04 7.43239e+05 5.80636e+05 3.34830e+05 3.37275e+05 3.31213e+05 1.74722e+06 1.06478e+06 1.51351e+06 2.15141e+04 1.01757e+04 3.27140e+00 4.84594e+04 4.88784e+04 4.35010e+04 9.72587e+04 9.38150e+04 1.19007e+05 1.05019e+05 1.37721e+05 1.66049e+05 9.15868e+04 8.90968e+04 4.86655e+04 7.87748e+04 1.75363e+05 8.82934e+04 2.40107e+05 2.28038e+05 1.62878e+05 1.71984e+05 1.64640e+05 2.81776e+05 2.15366e+05 3.14841e+05 7.32720e+04 3.02764e+04 9.12866e+00 0.00000e+00 +1.36948e+04 5.13044e+02 1.81649e+03 1.46622e+04 6.80459e+02 2.10344e+03 1.34790e+04 2.67801e+03 4.51950e+03 1.16758e+03 8.00472e+02 5.32336e+01 5.38700e+03 1.03707e+04 1.73680e+03 3.47058e+04 3.32933e+04 1.19923e+04 1.04730e+04 1.57831e+04 6.72506e+04 2.25367e+03 1.21813e+04 4.35507e+01 3.05051e+02 6.96998e-01 6.31179e+03 2.93321e+02 2.08241e+03 5.61381e+03 5.87366e+02 8.28557e+02 5.59870e+03 1.24869e+03 2.28534e+03 5.91046e+02 4.06237e+02 1.90299e+01 6.74684e+03 6.54287e+03 1.24738e+03 2.45328e+04 2.35286e+04 6.47186e+03 3.39255e+03 7.13651e+03 4.30927e+04 2.24379e+03 9.55704e+03 3.94384e+01 2.07490e+02 2.13951e+00 5.53935e+04 1.92757e+03 3.07421e+05 1.35069e+05 6.57247e+03 1.90879e+04 1.69506e+05 3.06402e+04 5.24597e+04 1.54417e+04 8.29764e+03 9.86777e+02 1.39388e+05 1.25413e+05 1.80191e+04 4.08315e+05 3.55852e+05 1.27166e+05 8.37000e+04 1.04217e+05 6.52457e+05 4.21604e+04 1.75967e+05 5.05557e+02 3.59513e+03 1.72683e+00 4.10958e+02 2.16519e+01 4.50481e+02 1.04398e+03 5.62406e+01 1.51170e+02 9.28600e+02 2.03050e+02 3.63502e+02 9.06414e+01 5.75991e+01 3.18870e+00 1.12518e+03 2.35237e+03 4.77404e+02 8.70594e+03 7.60534e+03 2.66502e+03 8.51986e+02 1.39765e+03 1.28328e+04 5.63667e+02 2.42444e+03 1.25672e+01 6.49541e+01 6.51658e-01 3.87977e+04 1.41719e+03 1.81462e+05 6.38857e+04 3.02480e+03 1.00559e+04 6.77142e+04 1.43964e+04 2.37138e+04 6.00122e+03 3.87858e+03 2.65893e+02 1.19228e+05 6.23400e+04 1.07247e+04 2.69106e+05 2.13569e+05 7.64392e+04 5.31761e+04 7.07469e+04 4.79846e+05 2.24240e+04 8.79522e+04 2.77178e+02 2.33020e+03 4.53673e+00 4.33059e+02 5.07370e+01 3.62531e+02 2.41422e+02 1.86440e+01 3.48853e+01 2.10300e+02 5.16284e+01 8.28064e+01 2.70749e+01 1.77147e+01 1.38277e+00 1.16008e+03 1.05012e+03 3.20922e+02 3.25329e+03 2.90641e+03 1.04085e+03 6.41496e+02 1.07979e+03 3.69897e+03 1.82157e+02 7.79847e+02 6.92505e+00 2.90667e+01 3.78065e-01 3.71369e+05 1.22214e+04 1.89899e+05 3.37514e+05 1.34659e+05 1.22488e+05 3.13342e+05 1.08200e+05 1.04773e+05 8.92748e+04 4.02766e+04 2.85111e+03 1.35354e+05 3.96982e+05 2.12676e+04 2.66927e+05 6.14241e+05 1.83532e+05 3.79258e+05 1.62234e+05 1.66725e+06 6.20533e+05 1.14809e+06 4.80360e+02 1.37863e+05 3.83838e-01 1.78702e+04 2.05194e+02 7.96065e+03 6.51368e+03 3.96491e+02 7.56198e+02 5.63888e+03 1.53661e+03 2.46496e+03 6.22252e+02 4.12340e+02 3.13560e+01 8.58174e+03 1.33766e+04 8.22867e+02 1.48974e+04 2.18064e+04 5.33840e+03 6.46619e+03 9.53875e+03 2.68923e+04 2.06674e+03 1.01495e+04 3.18642e+01 2.21268e+02 1.06269e+00 1.96293e+02 2.81359e+01 9.58638e+02 2.56519e+02 8.70544e+00 3.57643e+01 4.97333e+02 1.77624e+01 3.11335e+01 1.01434e+01 1.49016e+01 1.51055e+00 8.79308e+02 2.34071e+02 9.25708e+01 1.92853e+03 1.51384e+03 2.55961e+03 5.82518e+02 6.90705e+02 3.30884e+03 2.59935e+03 8.90644e+03 5.46753e+01 2.64376e+02 2.16452e-01 8.39876e+04 7.44025e+03 7.30710e+04 7.40393e+04 1.89819e+04 5.99989e+04 7.87826e+04 6.36359e+04 6.54967e+04 5.97053e+04 1.34369e+04 7.01526e+02 4.30038e+04 8.79963e+04 8.47174e+03 3.58911e+05 8.41675e+04 9.26529e+04 1.81684e+05 5.83227e+04 1.40890e+06 1.49846e+05 5.45755e+05 2.31733e+03 3.26170e+03 3.98734e-01 1.00287e+00 1.01779e+03 6.96810e+04 3.45501e+05 8.06279e+04 2.50502e+05 5.34346e+05 4.86089e+05 8.22621e+05 1.97808e+05 1.87501e+05 1.19231e+04 6.35218e+05 1.28516e+06 3.31653e+05 1.30806e+06 1.07300e+06 1.12953e+04 3.46012e+05 2.68355e+05 2.84565e+06 3.95587e+05 2.51757e+06 4.58370e-01 1.13425e+05 8.71985e-01 1.08220e+04 4.10991e+02 1.87168e+04 2.28914e+04 1.13150e+03 3.01421e+03 2.21649e+04 4.49291e+03 7.96649e+03 2.04326e+03 1.24301e+03 8.37856e+01 3.77451e+04 2.06722e+04 2.63242e+03 6.28077e+04 6.44547e+04 1.85811e+04 1.34352e+04 1.95348e+04 1.00258e+05 6.30505e+03 2.67172e+04 9.59947e+01 5.68720e+02 7.33438e+00 2.82151e+03 2.42039e+02 2.16735e+03 6.46266e+03 1.73444e+02 4.60378e+02 3.16538e+03 6.16892e+02 1.30724e+03 3.75463e+02 2.19733e+02 1.68494e+01 5.54577e+03 5.74000e+03 9.19927e+02 1.98218e+04 2.07055e+04 6.57983e+03 3.72024e+03 5.72204e+03 3.94265e+04 1.98980e+03 8.68072e+03 3.21503e+01 2.06064e+02 1.99402e-01 3.17448e+02 1.71659e+01 1.98717e+03 2.91405e+03 1.40168e+02 3.94373e+02 3.04274e+03 7.59472e+02 8.88986e+02 2.21703e+02 1.55146e+02 1.00943e+01 5.16133e+03 1.72988e+03 4.00216e+02 9.57314e+03 8.49518e+03 2.89514e+03 1.73916e+03 2.49847e+03 1.97080e+04 1.04435e+03 4.32885e+03 1.47062e+01 1.05936e+02 2.34542e+00 5.60453e+04 2.29652e+03 2.99887e+04 1.05154e+05 1.36539e+04 1.31354e+04 9.17874e+04 1.83047e+04 3.27620e+04 8.29749e+03 5.53235e+03 2.85570e+02 9.72395e+04 6.99625e+04 1.41888e+04 3.18529e+05 2.95624e+05 1.10049e+05 5.41574e+04 8.00000e+04 6.42455e+05 2.27469e+04 1.27504e+05 4.62728e+02 3.32088e+03 1.68931e+00 1.03033e+03 6.47312e+01 7.76724e+02 2.20655e+03 1.00046e+02 2.70911e+02 1.82136e+03 3.67019e+02 6.36054e+02 1.69363e+02 1.14797e+02 8.94733e+00 2.46413e+03 1.92876e+03 5.15392e+02 9.09777e+03 8.05253e+03 2.82258e+03 1.45914e+03 2.42888e+03 1.48256e+04 7.60640e+02 3.19976e+03 1.67111e+01 9.12500e+01 5.15696e-01 4.74816e+02 1.70459e+02 2.34573e+03 1.29010e+02 9.12323e+01 5.83986e+01 1.62737e+01 7.34490e+01 3.95716e+00 2.09138e+02 2.05989e+02 7.09903e+02 1.86253e+03 1.34495e+04 1.71871e+02 1.34118e+03 1.09854e+05 1.52080e+02 3.31409e+02 4.01156e+02 3.27120e+03 1.29196e+02 3.95977e+02 2.63426e+02 1.22871e+04 1.51633e+02 4.78861e+03 1.45444e+01 9.84885e+04 4.40339e+05 8.71527e+04 8.69205e+04 6.48300e+05 2.94315e+05 7.46956e+04 9.16811e+04 4.31048e+04 2.83835e+04 3.31589e+05 3.85360e+05 1.91321e+05 1.35275e+05 5.47188e+05 3.50859e+05 4.62106e+04 3.01158e+04 6.28061e+06 1.25637e-01 1.08827e+06 2.37690e-01 5.00279e+03 8.39472e-01 2.37802e+03 1.10332e+02 4.50762e+02 1.64107e+03 5.49342e+01 1.29862e+02 7.63064e+02 1.68712e+02 2.78964e+02 8.02147e+01 5.40110e+01 5.65678e+00 1.16600e+03 6.61359e+02 2.64953e+02 3.97532e+03 3.52292e+03 1.34622e+03 8.48283e+02 1.30872e+03 4.74285e+03 2.20417e+02 1.00809e+03 6.40979e+00 2.68653e+01 5.20528e-01 6.57111e+03 2.99145e+02 8.45028e+02 3.82222e+03 2.23982e+02 6.06775e+02 3.99966e+03 8.36712e+02 1.46362e+03 3.75805e+02 2.46203e+02 1.49430e+01 3.08107e+03 3.57361e+03 8.53919e+02 1.72148e+04 1.60829e+04 5.34427e+03 2.81602e+03 5.01922e+03 2.84891e+04 1.11648e+03 5.41803e+03 2.39419e+01 1.37843e+02 1.15138e+00 4.85487e+03 2.54845e+02 5.14402e+03 5.51985e+03 1.76500e+02 3.72650e+02 2.79905e+03 5.04219e+02 1.02157e+03 3.31302e+02 2.00929e+02 1.42468e+01 1.33759e+04 1.52477e+04 2.74080e+03 5.39148e+04 5.53522e+04 1.96753e+04 9.65378e+03 1.52210e+04 1.44216e+05 4.21084e+03 2.77200e+04 1.18816e+02 8.08305e+02 4.76243e-01 6.68948e+02 4.25471e+01 2.66601e+02 4.05464e+01 3.54734e+00 7.95814e+00 6.30094e+01 2.00257e+01 2.46593e+01 6.61893e+00 4.28396e+00 5.54121e-01 6.20879e+02 1.83812e+02 8.00427e+00 1.24212e+02 9.81109e+01 3.61274e+01 7.95314e+01 1.24921e+02 4.20875e+02 1.68537e+01 6.32367e+01 7.63477e-01 1.79152e+00 5.19189e-01 1.36919e+04 5.90961e+02 1.22729e+04 7.34129e+03 2.39466e+03 1.97705e+03 6.26396e+03 3.31891e+02 7.93829e+02 8.68135e+01 4.19247e+02 1.56190e+02 3.32831e+03 3.43296e+03 1.78965e+02 2.30666e+03 5.13033e+03 3.36515e+03 9.42696e+03 3.20208e+03 1.46711e+04 1.01661e+04 3.70513e+03 6.44846e+02 3.79497e+03 4.70232e-01 7.12944e+03 2.91660e+02 4.38044e+03 1.10918e+04 1.15497e+03 1.72157e+03 1.06098e+04 2.44574e+03 3.94580e+03 9.85638e+02 6.72056e+02 4.48791e+01 1.15173e+04 7.89339e+03 1.46610e+03 3.20601e+04 3.02941e+04 8.89849e+03 5.07939e+03 8.83302e+03 6.50005e+04 3.75533e+03 1.41771e+04 5.18291e+01 3.37286e+02 1.35815e+00 7.63670e+04 3.03667e+03 8.69382e+04 1.87018e+05 7.97680e+03 2.33200e+04 1.38400e+05 3.32130e+04 6.44672e+04 1.77115e+04 1.23567e+04 6.04220e+02 2.57950e+05 1.87497e+05 2.63041e+04 6.42127e+05 5.64212e+05 1.85200e+05 1.05291e+05 1.69452e+05 1.43246e+06 9.36634e+04 3.56634e+05 1.02055e+03 6.51368e+03 2.81494e+00 1.06870e+06 2.20962e+05 6.26439e+05 1.63799e+06 6.50464e+05 6.94742e+05 2.90461e+06 1.11049e+06 1.84687e+06 1.27943e+06 1.56725e+05 5.83877e+04 1.02964e+06 1.03675e+06 4.74355e+04 6.11390e+05 1.35982e+06 4.74723e+05 1.32877e+06 1.16443e+06 5.30682e+06 2.77212e+04 1.61974e+06 3.75045e+03 1.07638e+06 3.52071e-01 5.65377e+02 2.68227e+01 5.22810e+02 5.65274e+02 3.02363e+01 7.92978e+01 4.85089e+02 1.16600e+02 1.90350e+02 5.27863e+01 4.44059e+01 1.65300e+00 1.42088e+03 1.72578e+03 6.27665e+02 8.67193e+03 8.22849e+03 2.84481e+03 1.60901e+03 2.30165e+03 1.01161e+04 3.89796e+02 1.99106e+03 1.13341e+01 5.59635e+01 2.08833e-01 3.25281e+03 1.33856e+02 4.10556e+04 1.18268e+04 8.64279e+02 1.92209e+03 1.31904e+04 2.73616e+03 4.25953e+03 1.05657e+03 7.40931e+02 4.94589e+01 2.20985e+04 7.31909e+03 1.06150e+03 2.43011e+04 1.95678e+04 7.84387e+03 5.65065e+03 7.12586e+03 6.38265e+04 2.75151e+03 1.15725e+04 4.06799e+01 3.54620e+02 6.81261e-01 1.47329e+03 9.73647e+01 1.64738e+01 8.00646e+03 7.25991e+02 1.02802e+03 7.80495e+03 1.89062e+03 2.49778e+03 5.39936e+02 3.90586e+02 2.83533e+01 9.25736e+01 1.55217e+03 1.21325e+03 2.99574e+04 3.05879e+04 7.69005e+03 7.31471e+02 8.72327e+02 6.98446e+04 9.20299e+02 1.28001e+04 4.39113e+01 4.26594e+02 1.25413e+00 2.26731e+01 1.05252e+00 2.28396e+01 2.17837e+03 1.15701e+02 2.96353e+02 2.09195e+03 4.19734e+02 7.82240e+02 2.09353e+02 1.28507e+02 8.88735e+00 2.07770e+03 2.04304e+03 3.23080e+02 7.66097e+03 1.01323e+04 2.57124e+03 9.03614e+02 1.46369e+03 1.05663e+04 5.49612e+02 2.26880e+03 1.60407e+01 8.09997e+01 8.63062e-01 1.85827e+03 1.09011e+02 1.06362e+02 5.40453e+02 3.89835e+01 9.16088e+01 6.97610e+02 1.43999e+02 2.60537e+02 7.05896e+01 4.66855e+01 6.59162e+00 4.10180e+02 5.55160e+02 1.20184e+02 1.49993e+03 3.45977e+03 4.25614e+02 2.60146e+02 3.97296e+02 4.26361e+03 1.15160e+02 5.53310e+02 5.26202e+00 5.51515e+01 7.92985e-01 1.20490e+04 5.06971e+02 1.25416e+03 9.41491e+03 1.79979e+03 1.46459e+03 9.76540e+03 1.77040e+03 3.05711e+03 7.74514e+02 5.75060e+02 3.86952e+01 5.17361e+03 7.14299e+03 1.44331e+03 3.19434e+04 2.92289e+04 1.01203e+04 5.72360e+03 8.92192e+03 5.26118e+04 1.54921e+03 9.61724e+03 3.83988e+01 2.49383e+02 9.36116e-01 1.24498e+04 4.18884e+02 1.13555e+04 2.14746e+04 9.67551e+02 3.81033e+03 1.93374e+04 4.01724e+03 6.63775e+03 1.67685e+03 1.16637e+03 7.67650e+01 2.21300e+04 1.32121e+04 2.79267e+03 6.37620e+04 5.71135e+04 1.93595e+04 9.84289e+03 1.67288e+04 1.07741e+05 4.34241e+03 2.06633e+04 7.91811e+01 5.41046e+02 1.04995e+00 2.74853e+05 4.21822e+04 2.68245e+05 1.37344e+05 4.06180e+04 2.34439e+05 3.34096e+05 2.02061e+05 2.49327e+05 1.36834e+05 8.06602e+04 1.97512e+04 3.16172e+05 8.25638e+05 4.09805e+04 5.28193e+05 1.17477e+06 2.20142e+05 3.88653e+05 2.83290e+05 9.25084e+06 6.58887e+05 5.06885e+05 1.07097e-03 3.07369e-01 3.98476e-02 2.36289e+03 1.74808e+02 4.82224e+02 4.36376e+02 3.48951e+01 7.23020e+01 4.68559e+02 1.09949e+02 1.89298e+02 4.76431e+01 3.19452e+01 2.85998e+00 1.17790e+03 1.49936e+03 3.25125e+02 4.81593e+03 4.33192e+03 1.46915e+03 1.34201e+03 2.16640e+03 5.01040e+03 2.14062e+02 8.92027e+02 6.74663e+00 2.88730e+01 1.05909e+00 2.49239e+01 2.12886e+00 2.93800e+02 1.48747e+02 5.13539e+00 1.15973e+01 7.37906e+01 1.56562e+01 2.81875e+01 1.22285e+01 6.55111e+00 5.05413e-01 2.02666e+03 1.41909e+03 3.78027e+02 6.28706e+03 6.21815e+03 2.35712e+03 1.40339e+03 2.00999e+03 1.76507e+04 9.08558e+01 2.51434e+03 1.68341e+01 9.29949e+01 3.92011e-01 3.33258e+03 1.84444e+02 4.77552e+02 5.86101e+02 4.96475e+01 1.22267e+02 8.60027e+02 1.75153e+02 3.12041e+02 8.44300e+01 5.88859e+01 8.03296e+00 1.23657e+03 7.70479e+02 2.56367e+02 3.83347e+03 3.45534e+03 1.14351e+03 4.51036e+02 8.19687e+02 4.41559e+03 1.74169e+02 8.55000e+02 5.57659e+00 2.50889e+01 4.24355e-01 7.63556e+03 3.17092e+02 1.71880e+03 2.74635e+03 1.39652e+02 4.37326e+02 3.01654e+03 6.29848e+02 1.30192e+03 3.38571e+02 2.07222e+02 1.40564e+01 9.09143e+03 1.50545e+03 1.16186e+03 2.17471e+04 1.61706e+04 5.30215e+03 1.17956e+03 2.38236e+03 3.37149e+04 1.53022e+03 6.00299e+03 2.94241e+01 1.40799e+02 4.78366e+00 5.58569e+05 2.84763e+04 1.61054e+05 3.68163e+05 8.56700e+04 1.06393e+05 2.12125e+05 8.05689e+04 4.60892e+04 1.99199e+04 8.80836e+03 8.10799e+02 1.43230e+05 8.96466e+05 5.00075e+04 6.44542e+05 1.43355e+06 1.00367e+05 3.33324e+05 9.99731e+04 5.54759e+06 5.99483e+04 4.72764e+05 9.24043e+01 2.65200e+04 6.25018e-01 1.99273e+08 1.17691e+07 8.37953e+07 1.52368e+08 8.69069e+07 6.94856e+07 2.99666e+08 1.23131e+08 2.35552e+08 8.90252e+07 3.07592e+07 3.88759e+00 7.46227e+07 8.53947e+07 8.73781e+05 1.12621e+07 2.50484e+07 6.01672e+07 1.10929e+08 3.41677e+07 2.01177e+08 2.83904e+06 9.41430e+07 8.17672e+05 2.54627e+07 1.94359e+00 1.83728e+05 8.67948e+03 1.60639e+05 4.61850e+05 1.95962e+05 1.37728e+05 7.62087e+05 1.65711e+05 1.64314e+05 5.37449e+04 6.70161e+04 8.77079e-01 9.80651e+05 4.31689e+05 3.39510e+04 4.37591e+05 9.73262e+05 5.38189e+04 2.54734e+05 4.30365e+05 9.11512e+05 2.33938e+06 7.57202e+05 7.48603e-01 1.60227e+05 1.35274e+01 6.05094e+03 2.47149e+02 3.09453e+04 7.23841e+03 3.70292e+02 1.24432e+03 7.97498e+03 1.87231e+03 2.64554e+03 6.32723e+02 4.47224e+02 3.25683e+01 1.97083e+04 6.80798e+03 1.12437e+03 2.48353e+04 2.01207e+04 7.62924e+03 5.55366e+03 7.53924e+03 4.27405e+04 1.59757e+03 7.20847e+03 2.70527e+01 1.92738e+02 1.42332e+00 3.52030e+04 3.49704e+02 4.44846e+03 7.32357e+04 5.13541e+03 8.29076e+03 5.55117e+04 1.12449e+04 2.18968e+04 4.73908e+03 3.34378e+03 1.91962e+02 5.42128e+04 3.75126e+04 7.28580e+03 1.69534e+05 1.54862e+05 5.26575e+04 3.01284e+04 4.47162e+04 3.45692e+05 1.67151e+04 6.85733e+04 2.35539e+02 1.82861e+03 7.40283e-01 4.15052e+03 2.69411e+02 3.21312e+03 2.13978e+04 1.67869e+03 3.16609e+03 2.21640e+04 4.10408e+03 6.86731e+03 1.67983e+03 1.18904e+03 7.81915e+01 1.81905e+04 1.15074e+04 2.35369e+03 5.75845e+04 5.16867e+04 1.59088e+04 8.98165e+03 1.43796e+04 1.25220e+05 8.43754e+02 2.32902e+04 9.07275e+01 6.35231e+02 1.03576e+00 5.70685e+04 2.29180e+03 2.74192e+04 2.33248e+05 7.73503e+03 2.38640e+04 1.56169e+05 3.23714e+04 5.30168e+04 1.50225e+04 9.38272e+03 7.01953e+02 1.59497e+05 1.09530e+05 2.01347e+04 4.74183e+05 4.50454e+05 1.43026e+05 5.27548e+04 8.02895e+04 1.29217e+05 7.42167e+04 2.25095e+05 8.15998e+02 5.41912e+03 1.59586e+00 4.32370e+03 1.75090e+02 4.13071e+03 1.52033e+04 6.23022e+02 1.59157e+03 1.09665e+04 2.19167e+03 3.88236e+03 1.07626e+03 6.71499e+02 6.02564e+01 1.00004e+04 7.42688e+03 1.42117e+03 3.18982e+04 3.38301e+04 1.02307e+04 5.64865e+03 9.57456e+03 7.29568e+04 3.42369e+03 1.58379e+04 6.65316e+01 3.65764e+02 1.23797e+00 2.20898e+02 4.91553e-01 1.13164e+04 2.29019e+04 8.20381e+03 1.50360e+04 4.98157e+04 4.14392e+04 4.48627e+04 4.65659e+04 1.47692e+00 3.45428e+03 2.13541e+05 8.97840e+04 7.53382e+03 4.97225e+04 1.35901e+05 2.06415e+04 1.75421e+04 2.07769e+04 2.94688e+05 4.91352e+04 9.97135e+04 6.27647e-01 6.90063e+02 1.35122e+00 4.47051e+04 1.17939e+03 1.36007e+04 6.83355e+04 2.28128e+03 9.29263e+03 4.43834e+04 8.83389e+03 1.45113e+04 3.66005e+03 2.60304e+03 1.46280e+02 4.53571e+04 2.95597e+04 6.34302e+03 1.44023e+05 1.25419e+05 4.72751e+04 2.55776e+04 3.68767e+04 2.56981e+05 1.11724e+04 5.78951e+04 1.95269e+02 1.36049e+03 6.14578e-01 1.20468e+04 1.19830e+03 9.29126e+03 6.00159e+03 4.14309e+02 1.30630e+03 8.23167e+03 2.02253e+03 3.65111e+03 8.67676e+02 5.79196e+02 2.76395e+01 2.37809e+04 6.98914e+03 3.17434e+02 8.62922e+03 7.13579e+03 2.28259e+03 1.28962e+03 1.94755e+03 5.27804e+04 1.63326e+03 8.42565e+03 2.51769e+01 2.21831e+02 2.04655e-01 1.76991e+04 6.92431e+02 1.77877e+04 1.95919e+04 9.37247e+02 3.17984e+03 2.04569e+04 4.23376e+03 7.02818e+03 1.70559e+03 1.19942e+03 8.32741e+01 3.84262e+04 1.61161e+04 3.37859e+03 8.36011e+04 7.14632e+04 2.49530e+04 1.26270e+04 1.96812e+04 1.36375e+05 4.43853e+03 2.30385e+04 7.90831e+01 5.78466e+02 8.90633e-01 2.01511e+03 5.81403e-01 3.07930e+03 6.94099e+01 1.79233e+01 1.54207e+01 2.54185e+03 3.05711e+01 5.27958e+00 1.38622e+04 1.02357e+01 4.55181e-01 3.00269e+04 2.13395e+03 2.25754e+04 4.30829e+02 1.08378e+01 1.54262e+02 2.71368e+05 1.87677e+05 4.75675e+06 1.47977e+03 3.94956e+05 2.41630e-01 3.66641e-01 1.17250e+00 9.24541e+02 7.40406e+01 5.14454e+02 2.53008e+02 1.95012e+01 3.39895e+01 2.05385e+02 4.83875e+01 8.45940e+01 2.55653e+01 1.71260e+01 1.86243e+00 1.69143e+03 1.35694e+03 3.01530e+02 3.47440e+03 3.12910e+03 1.03568e+03 1.38804e+03 2.29832e+03 3.75695e+03 1.89389e+02 8.12438e+02 7.38222e+00 2.57186e+01 5.78175e-01 2.54338e+03 8.35240e+01 4.61481e+02 6.77229e+03 7.12839e+02 7.75762e+02 5.23618e+03 1.10351e+03 2.02583e+03 4.91571e+02 3.59004e+02 2.27652e+01 5.42425e+03 3.42127e+03 4.39919e+02 1.03740e+04 1.94346e+04 3.19461e+03 3.29183e+02 4.49922e+02 3.41197e+04 8.15969e+02 4.17038e+03 2.90748e+01 1.96085e+02 8.33380e-01 2.26733e+04 3.76606e+03 1.22549e+07 6.50024e+04 1.41470e+04 1.20820e+04 4.12034e+04 2.70580e+04 3.50422e+04 3.58539e+04 5.15327e+03 1.91985e+03 2.37014e+03 4.10584e+04 9.03424e+02 1.16441e+04 2.58982e+04 1.27295e+04 1.96227e+05 1.69126e+03 4.26419e+05 5.82211e-01 8.43942e+03 4.92378e-01 7.93278e+02 1.35402e+00 3.36000e+05 1.24155e+04 3.10400e+05 7.99914e+05 4.69659e+04 1.00566e+05 6.69043e+05 1.35712e+05 2.26121e+05 6.11706e+04 4.18091e+04 2.62210e+03 8.51770e+05 4.61428e+05 9.89562e+04 2.15116e+06 2.04843e+06 7.64674e+05 4.17546e+05 5.98891e+05 4.27611e+06 1.59064e+05 9.69707e+05 3.31578e+03 2.24410e+04 4.99758e+00 7.23093e+03 2.51471e+02 4.40352e+03 2.08530e+04 3.48107e+03 2.21809e+03 1.53032e+04 2.82044e+03 4.82422e+03 1.26635e+03 9.50973e+02 6.97737e+01 1.39890e+04 9.68443e+03 2.13311e+03 4.46012e+04 5.05133e+04 1.67927e+04 7.65877e+03 1.23512e+04 9.72742e+04 3.90117e+03 2.22419e+04 7.95774e+01 5.08351e+02 3.24333e-01 4.14126e+03 2.77011e+02 1.64964e+02 6.80336e+02 6.32901e+01 1.09299e+02 7.76464e+02 1.75776e+02 3.42958e+02 1.06439e+02 7.30389e+01 1.07607e+01 1.16332e+03 3.03148e+03 6.22696e+02 8.51486e+03 7.21710e+03 2.44023e+03 1.67637e+03 2.99882e+03 1.01485e+04 4.94892e+02 2.12853e+03 1.55516e+01 6.54716e+01 3.08860e+00 9.62920e+03 3.32963e+03 4.06166e+03 1.13542e+03 5.77637e+02 9.73835e+02 2.91109e+03 3.52201e+02 3.80554e+02 1.98206e+02 2.79702e+02 1.26117e+02 3.98237e+04 1.64796e+03 1.09057e+03 3.24441e+03 4.52202e+03 6.43082e+02 3.68518e+03 6.61911e+02 3.73479e+04 8.14340e+03 2.55289e+03 6.21141e-01 6.71854e+01 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 3.26739e+03 6.30441e+02 5.20689e+02 3.50022e+03 2.21919e+02 4.78696e+02 2.58133e+03 5.53086e+02 8.98662e+02 2.47400e+02 1.76904e+02 1.23463e+01 1.85857e+03 1.29731e+03 5.11828e+02 8.97624e+03 8.36434e+03 2.66831e+03 1.95555e+03 3.42757e+03 1.49727e+04 6.86917e+02 3.27741e+03 1.62876e+01 8.83279e+01 5.83602e-01 4.52073e-01 2.54320e-01 3.13687e+01 5.61455e-01 5.48353e+00 8.14675e-01 5.65282e+02 1.24173e+00 2.17327e+00 8.82298e+00 3.04705e-01 3.20890e-01 3.65178e+02 5.38721e+03 1.37967e+04 1.07329e+05 3.04141e+03 3.25475e-01 1.41356e+05 2.38477e-01 1.02381e+05 2.99879e+03 1.19702e+05 3.06075e-01 2.13141e+04 6.63369e-01 1.32491e+00 6.35354e-01 3.91604e+05 4.54054e+06 1.60323e+06 3.40788e+06 1.06661e+07 5.65274e+06 7.82026e+06 4.93934e+06 1.01278e+06 9.79776e+04 5.90016e+06 6.08992e+06 1.82216e+06 7.30322e+06 6.36787e+06 2.13365e+06 9.34360e+06 4.01660e+06 7.80762e+07 4.67959e+06 1.16848e+07 1.14813e+05 3.15684e+05 2.23426e-01 2.15175e+03 1.32425e+02 1.69414e+03 3.88307e+03 1.82669e+02 5.57321e+02 3.41418e+03 7.16103e+02 1.12512e+03 2.83907e+02 4.65166e+02 1.30716e+01 3.95713e+03 3.01173e+03 6.54189e+02 1.30881e+04 1.24444e+04 4.25932e+03 2.34970e+03 3.81622e+03 2.62533e+04 1.17031e+03 5.17715e+03 2.13831e+01 1.33631e+02 7.20147e-01 8.66408e+03 3.04796e+02 2.06147e+04 1.36674e+04 6.46812e+02 2.23067e+03 1.33318e+04 2.84187e+03 4.48016e+03 1.07219e+03 7.37415e+02 5.23041e+01 2.13349e+04 9.76926e+03 1.87279e+03 4.19765e+04 3.61808e+04 1.22481e+04 7.20010e+03 1.12556e+04 7.44537e+04 3.13172e+03 1.33269e+04 4.78904e+01 3.42908e+02 3.66534e+00 3.08022e+03 1.99585e+02 2.76762e+02 3.07861e+02 2.15684e+01 5.59275e+01 4.04277e+02 8.36876e+01 1.39664e+02 3.46074e+01 2.33512e+01 1.54952e+00 6.54551e+02 5.83137e+02 2.07656e+02 3.82385e+03 3.54597e+03 1.24789e+03 7.37210e+02 1.08682e+03 2.28206e+03 7.70171e+01 4.03530e+02 1.55713e+00 9.09072e+00 4.21350e-01 2.52263e+04 1.51700e+02 2.36584e+03 1.10613e+04 3.72545e+03 9.30286e+02 6.57052e+03 2.65803e+03 3.86819e+03 4.23027e+02 7.31336e+02 2.72458e+02 5.15185e+03 1.44216e+04 5.24149e+02 6.85445e+03 1.49629e+04 5.34169e+03 1.82081e+04 8.30641e+03 2.11226e+04 2.18752e+04 1.93368e+04 7.43984e+03 5.69534e+03 4.77746e-01 4.82780e-01 1.98168e+04 2.23524e+05 7.62133e+05 3.42352e+05 1.49988e+06 3.36388e+06 1.51942e+06 3.56604e+06 2.84125e+05 3.05678e+05 5.21164e+04 2.15387e+06 1.61018e+06 2.74163e+05 8.64908e+06 4.60865e+06 1.93104e+05 2.15043e+06 6.94729e+05 2.42100e+07 2.22284e+04 2.01955e+06 7.18535e-04 2.06220e-01 3.97485e-01 2.23403e+04 6.35968e+02 1.13280e+04 4.13498e+04 1.41103e+03 5.46518e+03 2.65344e+04 5.55568e+03 9.95800e+03 2.73618e+03 1.70349e+03 1.31855e+02 2.56306e+04 2.28378e+04 3.31176e+03 7.74684e+04 7.42400e+04 2.37940e+04 1.61271e+04 2.47667e+04 1.59675e+05 7.47704e+03 3.58338e+04 1.05599e+02 7.15523e+02 2.11442e+00 2.43545e+02 2.73482e+03 3.45001e+03 1.73003e+04 9.69258e+03 6.21278e+03 1.38864e+04 7.37436e+03 5.76134e+03 2.54053e+03 3.71433e+03 4.17099e+01 1.37487e+04 4.07848e+04 4.61950e+04 2.32347e+05 1.15696e+05 4.41316e+04 6.59867e+04 1.64435e+04 4.27300e+05 1.29050e-01 1.14230e+05 1.94032e-01 8.23743e+03 9.31184e-01 1.29810e+01 1.67155e+02 1.15534e+01 1.39449e+02 4.12134e+01 4.06921e+01 6.13600e+01 6.17341e+01 1.15444e+02 1.26250e+01 2.18263e+01 8.13135e+00 5.68675e+02 2.42383e+03 6.76730e+01 7.08034e+02 2.04430e+03 3.59226e+02 2.47909e+03 6.20196e+02 1.87426e+03 2.04390e+03 3.37657e+02 6.01099e-01 1.72516e+02 8.15594e-01 1.40423e+04 5.85665e+02 5.22848e+03 4.43979e+04 3.73934e+03 5.11100e+03 3.47199e+04 6.64174e+03 1.11003e+04 2.87650e+03 2.07721e+03 1.25102e+02 2.76951e+04 2.16023e+04 4.84865e+03 1.10449e+05 1.12090e+05 3.59423e+04 1.86568e+04 2.76644e+04 2.14700e+05 8.97609e+02 4.40973e+04 2.06149e+02 1.13156e+03 1.26698e+00 5.02931e+03 2.66399e+02 7.45546e+03 2.28611e+03 1.47257e+02 3.51290e+02 2.31824e+03 5.11880e+02 9.18132e+02 2.61087e+02 1.74362e+02 2.56995e+01 8.17737e+03 4.32805e+03 8.54744e+02 1.59430e+04 1.41508e+04 4.90057e+03 2.49069e+03 4.07211e+03 2.23803e+04 8.99311e+02 4.33595e+03 2.28848e+01 1.22086e+02 7.29865e-01 6.03008e+01 1.05833e-01 2.27281e+03 8.28450e+04 3.34265e+03 1.18425e+04 8.09353e+04 1.66930e+04 2.84852e+04 6.41902e+03 4.15659e+03 1.20475e+02 1.19308e+04 6.66358e+04 9.12035e+03 2.60104e+05 2.34609e+05 7.14718e+04 3.55682e+04 6.48583e+04 7.53944e+05 2.82175e+04 1.25961e+05 3.51333e+02 3.09994e+03 4.77722e-02 5.91496e+03 2.76799e+02 1.02655e+03 5.76412e+03 8.01655e+02 8.57117e+02 5.77704e+03 1.14611e+03 2.01923e+03 5.42258e+02 3.62925e+02 3.20814e+01 3.12106e+03 7.76751e+03 1.09421e+03 2.09727e+04 1.96370e+04 6.89335e+03 3.93842e+03 6.29648e+03 2.86248e+04 1.11396e+03 5.60442e+03 2.69258e+01 1.56406e+02 8.89868e-01 7.76691e+03 3.91188e+02 1.91738e+03 1.30908e+04 2.03537e+03 1.75244e+03 1.14054e+04 2.30904e+03 3.87477e+03 9.73023e+02 7.30864e+02 4.27777e+01 9.60804e+03 7.69698e+03 1.47629e+03 3.53826e+04 3.20733e+04 1.02041e+04 6.06865e+03 9.19688e+03 7.96801e+04 2.81578e+03 1.53008e+04 5.99211e+01 4.17510e+02 5.16690e-01 1.93501e+00 1.31322e-01 5.64816e-01 1.35697e+00 1.29670e+01 5.45143e-01 5.79137e+00 1.92849e+00 6.08081e-01 2.85987e-01 2.39201e-01 8.91141e-02 8.70466e-01 2.05941e-01 4.40949e-03 5.68334e-02 1.26405e-01 5.87931e-03 3.62558e-02 5.27944e-03 1.34015e+00 1.13849e-01 1.47525e-01 3.77103e-04 1.08229e-01 2.17573e-01 2.44393e+00 1.44024e+00 1.86250e+03 5.65849e+02 2.25862e+00 3.20103e+03 3.36973e+04 3.01358e+04 3.12875e+04 1.51820e+04 3.44081e-01 4.19258e-01 3.33393e+04 9.54242e+03 5.71545e+03 8.19376e+03 2.20077e+01 8.93138e+03 2.32648e+04 1.63375e+04 3.73999e+04 2.09262e-01 8.62758e+03 2.07843e+00 6.09691e+01 8.83576e-01 1.94998e-01 4.50631e-01 1.98458e-01 2.83639e-01 1.67026e-01 1.88702e-01 1.87344e-01 1.95845e-01 1.93086e-01 1.94917e-01 1.93789e-01 3.10361e-01 2.15841e-01 1.95813e-01 2.05375e-01 1.91658e-01 1.81640e-01 1.74522e-01 1.39950e-01 1.37148e-01 1.95767e-01 2.22524e-01 1.98322e-01 2.38240e-01 2.16984e-01 6.43102e-01 7.76463e+06 2.74793e+05 9.44403e+05 5.49705e+05 4.82651e+05 3.11344e+05 1.74191e+06 9.07646e+05 8.39224e+05 2.82490e+05 1.91035e+05 1.46458e+05 7.80330e+05 2.75156e+06 1.47067e+05 1.89553e+06 4.21592e+06 3.43177e+05 2.70720e+06 5.72363e+05 4.79025e+06 2.29758e+06 9.90933e+05 1.80766e+03 5.18799e+05 1.23004e+00 3.30115e+06 7.55353e+05 8.58898e+06 2.44453e+07 2.43257e+06 1.78460e+06 6.86073e+06 2.15350e+06 6.08725e+06 2.84423e+06 2.88225e+05 6.94155e+04 5.79920e+05 5.50975e+06 3.29496e+05 4.24684e+06 9.44555e+06 3.79503e+06 2.78169e+06 5.57384e+05 5.25755e+06 2.41894e+04 7.99793e+05 2.71101e-03 7.78059e-01 9.65011e-02 3.29852e+05 4.78661e+04 1.14701e+06 2.92316e+06 6.08421e+05 3.74553e+05 3.61737e+06 4.66333e+06 1.03301e+06 4.52428e+06 1.36097e+05 2.93166e+04 1.98684e+06 6.98719e+06 9.40733e+03 1.21250e+05 2.69677e+05 9.63053e+05 9.80159e+06 1.66560e+06 4.50999e+06 1.20813e+06 1.26873e+06 1.36795e+02 3.92601e+04 7.55483e-01 1.00383e+05 4.53136e+03 6.10384e+05 3.68984e+05 1.30017e+04 2.80594e+04 1.93174e+05 4.53080e+04 8.62837e+04 4.21156e+04 1.64626e+04 4.23582e+03 2.93497e+05 2.01465e+05 3.80995e+04 8.32506e+05 8.10742e+05 3.12014e+05 1.68182e+05 2.11428e+05 1.28492e+06 1.20376e+05 4.64838e+05 7.79980e+02 7.05549e+03 8.62297e+00 4.53797e-01 2.56990e-01 9.26466e+02 1.17505e+04 3.41043e+03 7.58458e+02 2.88381e+03 2.16394e+03 1.39382e+03 1.42474e+03 8.02436e+02 3.34782e-01 2.53132e+03 1.01604e+03 3.85553e+03 1.13504e+04 1.24164e+04 7.69758e+03 9.38654e+03 9.72688e+02 6.07862e+03 3.21913e-01 1.52541e+01 3.70998e-01 2.44628e-01 4.25557e-01 1.65944e+05 8.40687e+03 2.48443e+04 9.75425e+04 6.11202e+04 4.16736e+04 1.79540e+05 1.01864e+05 1.88120e+05 4.53320e+04 3.86329e+04 6.46244e+04 2.95528e+04 7.88514e+05 5.13435e+04 6.61760e+05 1.47185e+06 2.44576e+05 3.11874e+05 9.84506e+04 3.45795e+06 1.59097e+06 3.80430e+06 7.80194e+01 2.23916e+04 3.30257e+00 2.47947e+06 1.02734e+05 4.58200e+05 1.94094e+06 2.69952e+06 1.63958e+06 3.96618e+06 3.24397e+06 5.09359e+06 1.30892e+06 8.63185e+05 1.15643e+05 1.95566e+06 4.71678e+06 1.66487e+06 5.26756e+06 4.72860e+06 3.57746e+06 5.05850e+06 1.81934e+06 2.23380e+07 5.54128e+06 1.12567e+07 5.72632e+05 7.73314e+05 6.64373e-01 7.71406e+03 3.02143e+02 6.13494e+03 2.19535e+04 9.32598e+02 2.25420e+03 1.49388e+04 3.43073e+03 5.01641e+03 1.32426e+03 8.84185e+02 7.11051e+01 1.84222e+04 1.24212e+04 2.34938e+03 5.27134e+04 5.25350e+04 1.68776e+04 9.55992e+03 1.49213e+04 1.09684e+05 4.32900e+03 2.07105e+04 7.73256e+01 5.54629e+02 3.19575e-01 2.23001e+06 3.39225e+05 5.17694e+06 2.54314e+07 1.03038e+06 3.45820e+06 3.43935e+07 5.82476e+06 9.15984e+06 2.58564e+06 1.24761e+06 8.10112e+04 6.78234e+06 1.97020e+07 8.94104e+05 2.43560e+07 1.74767e+07 5.09072e+06 9.18649e+06 5.77217e+06 5.06669e+07 4.99292e+05 1.87346e+07 2.95547e+04 2.76768e+05 2.50224e-01 5.19885e+05 1.79524e+04 4.83710e+05 1.76954e+06 8.29307e+04 2.04534e+05 1.47517e+06 2.75793e+05 4.77759e+05 1.22801e+05 8.28617e+04 6.18094e+03 9.70136e+05 9.55746e+05 1.96553e+05 4.71331e+06 4.74821e+06 1.46565e+06 9.91297e+05 1.42790e+06 1.20706e+07 9.44426e+04 2.54843e+06 8.80832e+03 6.19229e+04 1.80162e+00 1.90713e+06 3.11064e+05 1.75398e+05 1.28165e+05 1.24397e+05 5.34174e+04 2.21022e+05 2.42586e+05 1.54834e+05 1.49340e+04 5.26355e+04 1.33275e+04 9.52981e+04 8.97336e+05 5.83999e+03 7.52709e+04 1.67413e+05 1.84258e+03 4.75745e+05 5.40577e+04 4.89243e+05 1.07474e+05 6.11004e+05 3.15964e-03 9.06816e-01 3.16878e+00 4.48005e+04 1.10108e+03 7.48863e+02 1.02597e+04 2.50635e+03 1.91297e+03 1.02081e+04 8.28893e+02 1.55004e+03 1.69514e+02 5.66784e+03 2.11155e+03 5.95698e+03 1.28153e+04 2.29522e+02 2.95828e+03 6.57962e+03 1.42697e+04 1.10461e+04 7.45834e+03 1.79009e+04 5.57649e+03 6.93522e+03 2.58532e+01 7.41988e+03 4.14724e-01 5.23326e-01 5.35922e-01 3.31634e+00 4.89953e+03 3.62625e+03 2.91589e+03 5.97087e+03 5.14368e+03 2.76714e+03 8.20045e+02 7.97809e+03 9.89435e+02 9.64780e-01 4.48128e+04 1.95942e+03 2.52547e+04 5.61699e+04 1.75295e+04 3.59234e+05 1.48189e+02 2.67381e+05 2.65309e+03 9.14264e+03 4.61673e+02 6.37534e+03 7.28997e+00 2.14274e+04 5.03989e+00 9.54808e+02 4.31611e+04 7.89653e+03 2.77803e+03 2.62936e+04 4.34474e+03 5.99932e+03 5.13306e+03 7.75755e+02 2.89007e+02 9.38530e+03 1.27122e+04 3.21829e+02 1.26874e+04 3.79930e+03 1.07170e+03 8.60415e+03 3.51429e+03 4.75093e+03 2.64765e+03 1.06318e+04 7.30844e-01 2.09752e+02 1.17110e+00 1.13401e+04 3.67374e+02 3.80254e+03 5.48144e+03 3.23578e+02 9.72499e+02 4.86419e+03 9.60675e+02 1.81701e+03 4.81064e+02 3.23485e+02 2.05242e+01 1.22100e+04 5.20837e+03 1.21115e+03 2.68519e+04 2.21494e+04 7.94787e+03 3.22644e+03 4.98777e+03 3.14924e+04 1.18407e+03 5.54009e+03 2.30788e+01 1.37700e+02 1.76213e+00 1.06008e+05 7.12455e+03 8.02302e+02 1.44987e+04 2.82536e+03 2.08186e+04 2.02044e+03 7.87403e+02 2.91490e+03 4.02404e+02 4.34983e+02 9.65567e+01 9.95754e+03 8.25759e+03 3.21461e+03 3.54464e+04 1.49489e+04 3.36207e+03 6.23742e+04 4.73419e+03 1.92483e+04 7.70330e+03 7.28985e+04 5.44212e-01 1.90574e+02 1.81471e+00 1.16151e+04 3.79157e+02 3.91653e+03 3.14650e+04 1.43325e+03 3.50472e+03 2.17784e+04 4.55847e+03 8.81531e+03 2.19323e+03 1.64797e+03 9.85385e+01 1.36327e+04 1.95599e+04 3.78454e+03 8.12116e+04 8.23880e+04 2.83105e+04 1.23456e+04 2.06826e+04 1.79575e+05 8.01822e+03 3.80418e+04 1.41601e+02 8.89049e+02 8.46952e-01 1.09980e+02 4.87213e+00 6.72531e+01 7.80411e+01 7.17583e+00 1.14440e+01 7.60998e+01 1.58151e+01 2.51485e+01 6.67368e+00 4.60400e+00 8.47231e-01 1.54749e+02 5.03401e+01 7.00666e+00 1.56307e+02 2.58839e+02 4.77946e+01 1.30462e+01 2.11464e+01 4.75018e+02 1.73781e+01 8.32152e+01 4.26372e-01 3.48095e+00 4.31474e-01 6.54087e+03 6.85509e+02 2.68990e+02 1.12126e+03 5.25507e+01 1.54735e+02 1.00775e+03 1.90781e+02 3.42292e+02 1.44225e+02 6.26557e+01 3.70521e+00 1.06399e+03 7.33254e+02 1.67541e+02 3.38166e+03 3.35150e+03 1.36134e+03 8.04703e+02 1.19745e+03 4.94107e+03 2.60494e+02 1.23047e+03 4.24241e+00 2.41407e+01 4.01920e-01 9.68953e+03 3.66844e+02 1.20210e+05 2.72672e+04 1.11481e+03 3.38701e+03 2.52571e+04 4.64983e+03 8.13173e+03 2.18498e+03 1.33474e+03 1.04623e+02 8.18142e+04 1.99309e+04 2.96849e+03 7.06361e+04 6.39525e+04 2.33668e+04 1.49790e+04 1.98445e+04 1.47829e+05 9.77849e+03 3.43215e+04 8.10151e+01 7.26184e+02 2.53069e-01 3.97954e+02 2.50634e+01 4.68371e+02 1.71332e+03 7.95678e+01 2.60519e+02 1.67163e+03 3.54995e+02 5.95885e+02 1.47663e+02 1.00757e+02 6.38962e+00 1.50952e+03 1.17715e+03 2.37796e+02 5.33330e+03 4.92727e+03 1.43869e+03 8.36346e+02 1.37536e+03 1.06183e+04 3.56049e+02 1.67248e+03 7.39449e+00 6.06909e+01 1.45210e+00 4.53451e+03 1.76816e+01 7.41287e+03 1.00251e+04 9.40965e+03 7.07664e+03 5.02519e+03 1.97325e+03 5.81453e+03 1.17350e+03 1.95385e+03 5.65392e+02 1.19878e+04 7.73940e+03 1.07332e+04 2.37377e+04 2.67298e+04 6.80035e+03 8.82106e+03 3.42735e+03 6.41497e+04 4.11558e-01 6.85245e+03 5.35874e-01 1.09219e+03 7.94444e-01 6.38978e+03 1.18421e+03 1.13082e+04 2.17325e+04 1.14676e+03 3.10618e+03 2.17512e+04 1.15345e+04 9.45661e+03 2.84258e+03 1.23207e+03 1.00124e+02 4.40721e+04 2.00130e+04 5.05428e+03 1.17002e+05 7.99696e+04 2.41523e+04 2.58677e+04 3.25644e+04 4.84190e+05 9.89179e+03 6.22389e+04 2.99275e+02 1.65811e+03 7.06241e-01 9.50381e+02 2.56728e+01 9.37367e+02 2.74831e+03 5.34139e+02 3.40314e+02 2.74911e+03 4.62478e+02 1.11354e+03 2.86707e+02 1.79415e+02 1.26751e+01 6.97256e+03 6.28142e+03 1.40835e+03 3.14163e+04 2.31276e+04 6.41963e+03 4.10210e+03 6.55598e+03 8.39598e+04 3.62442e+03 1.26301e+04 7.13797e+01 5.80804e+02 1.19568e+00 9.80249e+03 2.58415e+02 1.36315e+03 9.10608e+03 7.37522e+02 1.11308e+03 6.99017e+03 1.37791e+03 2.32150e+03 5.94268e+02 4.37994e+02 2.89853e+01 4.74258e+03 3.70760e+03 1.03131e+03 2.05556e+04 1.96045e+04 6.69536e+03 5.37322e+03 8.32450e+03 3.79738e+04 1.34528e+03 7.26791e+03 3.27683e+01 2.01206e+02 1.22632e+00 7.39819e+03 2.46570e+02 1.26525e+03 4.27672e+03 2.68541e+02 5.34756e+02 3.30106e+03 6.66378e+02 1.05574e+03 2.94646e+02 2.12169e+02 2.81530e+01 3.55049e+03 2.05305e+03 7.09592e+02 1.27581e+04 1.21537e+04 4.37493e+03 2.11119e+03 3.21588e+03 2.08488e+04 7.01230e+02 3.98805e+03 2.16241e+01 1.20749e+02 6.78697e-01 4.16699e+05 4.42709e+04 5.34095e+05 1.68468e+05 7.60009e+04 1.60373e+05 4.09056e+05 1.28855e+05 8.62062e+05 6.35494e+04 4.96444e+04 8.75527e+03 1.38374e+05 1.86398e+05 1.29890e+04 1.67414e+05 3.72351e+05 1.21427e+05 2.01941e+05 1.58030e+05 7.31341e+05 2.06768e+05 2.88754e+05 5.52712e+00 8.71775e-01 4.09310e-01 1.62523e+03 2.08050e+02 4.46145e+02 7.55631e+02 1.48664e+02 9.60492e+01 5.30300e+02 1.43965e+02 2.28002e+02 7.10570e+01 5.17071e+01 9.90671e+00 1.04458e+03 1.57110e+03 5.52456e+02 8.25318e+03 7.13032e+03 2.57997e+03 1.47923e+03 2.18886e+03 8.57538e+03 4.42696e+02 1.75708e+03 1.15123e+01 5.38918e+01 5.15089e-01 1.04514e+04 5.25528e+02 2.27067e+03 3.33092e+03 2.20920e+02 6.07751e+02 4.23138e+03 8.86797e+02 1.68723e+03 4.47772e+02 2.87490e+02 1.60277e+01 9.16095e+03 5.09468e+03 1.11542e+03 2.28894e+04 2.02317e+04 6.47328e+03 2.89984e+03 5.64850e+03 4.04416e+04 1.71142e+03 7.70212e+03 3.26091e+01 1.93215e+02 1.43788e+00 6.97619e+00 1.49295e+01 1.45111e+01 2.85912e-01 3.89292e-01 4.06626e-01 5.72174e-01 3.00260e-01 7.35595e-01 2.58898e-01 1.92594e-01 4.17453e+00 2.48672e-01 9.71755e+02 5.15795e+02 2.10055e+03 3.82183e+03 2.06232e+03 4.34642e+02 4.50018e+03 1.53197e+03 1.81594e-01 1.92256e+03 2.38532e-01 3.37680e+02 3.84612e-01 6.60834e+03 5.63932e+02 7.90395e+01 6.11899e+03 1.69986e+02 4.61777e+02 3.07660e+03 6.43582e+02 1.05146e+03 2.98110e+02 1.85602e+02 2.40802e+01 7.90537e+03 3.10154e+03 2.71747e+01 4.23409e+02 8.81138e+03 1.61585e+02 2.04545e+03 2.85998e+03 9.85575e+03 7.23019e+02 3.93514e+03 1.67427e+01 8.36129e+01 1.08737e+00 3.42244e+03 2.90040e+03 2.91825e-01 1.35541e+04 1.35518e+04 1.13043e+03 5.11499e+03 1.87162e+03 9.62849e+02 1.05298e+02 4.13317e+03 3.18450e+02 2.00990e+01 2.15427e+03 1.25079e+03 1.61213e+04 3.58560e+04 4.42239e+04 5.61568e+04 2.45240e+04 9.41885e+04 2.83361e-01 1.34038e+04 1.17690e+00 3.37771e+02 3.03949e-01 3.25768e+02 1.62839e+03 5.92233e+06 3.90169e+04 1.65396e+04 1.12322e+04 6.37201e+04 1.94889e+04 4.79570e+04 2.50071e+04 8.19034e+03 1.70125e+03 1.18705e+04 3.79112e+04 4.96629e+03 6.40099e+04 1.42367e+05 2.08351e+04 5.28984e+04 3.59976e+04 3.88367e+05 5.47359e+04 4.64059e+04 7.60265e-04 2.18196e-01 6.49861e-02 5.14456e+02 1.97862e+01 5.19126e+02 3.42250e+03 1.49353e+02 4.57269e+02 2.97921e+03 6.24916e+02 1.04666e+03 2.74766e+02 1.78467e+02 1.13302e+01 1.41983e+03 3.93001e+03 8.26899e+02 1.92702e+04 1.63553e+04 6.01429e+03 3.15331e+03 4.56933e+03 2.88390e+04 1.31557e+03 5.43457e+03 1.83658e+01 1.43757e+02 4.31782e-01 1.15830e+01 1.00344e+00 5.12070e+00 6.23224e-01 1.43910e+00 6.28862e-01 6.66465e-01 7.12184e-01 7.51699e-01 8.92078e-01 7.92917e-01 1.87415e+00 3.10519e+00 6.45215e-01 1.11292e+00 9.98368e-01 9.08298e-01 8.10776e-01 1.41059e+00 1.32604e+00 8.99398e-01 8.08098e-01 8.63819e-01 1.06364e+00 7.64628e-01 2.59690e+00 3.92004e+03 9.35127e+01 1.42183e+03 1.69670e+03 8.56909e+01 2.47888e+02 1.68545e+03 3.68026e+02 6.25811e+02 1.71818e+02 1.00928e+02 5.88961e+00 3.99268e+03 1.56211e+03 3.36874e+02 7.97405e+03 7.88875e+03 2.19788e+03 1.50433e+03 2.75098e+03 1.48746e+04 7.39690e+02 3.04804e+03 2.16215e+00 5.58852e+01 2.92789e-01 2.84764e+04 1.29354e+03 2.58336e+04 7.91737e+04 6.85316e+03 9.05673e+03 6.08351e+04 1.30474e+04 2.36368e+04 5.33975e+03 3.49805e+03 2.13356e+02 5.62611e+04 4.42448e+04 7.45771e+03 1.76747e+05 1.59473e+05 5.33058e+04 3.12167e+04 4.56624e+04 3.39376e+05 1.58745e+04 7.35237e+04 2.09764e+02 1.79622e+03 7.06365e-01 3.14876e+03 2.81004e+02 7.44816e+02 1.06315e+04 5.11183e+02 1.41867e+03 9.41922e+03 2.03517e+03 3.55600e+03 1.02037e+03 6.06314e+02 5.13504e+01 8.42667e+03 6.50528e+03 1.45341e+03 3.11204e+04 2.88442e+04 1.00377e+04 4.59506e+03 7.54493e+03 4.84395e+04 2.64430e+03 1.08223e+04 2.76460e+01 2.57764e+02 2.20978e+00 4.00607e+04 1.24532e+03 5.66819e+04 4.23184e+04 2.59375e+03 6.32061e+03 4.19407e+04 8.46505e+03 1.49478e+04 3.77353e+03 2.43826e+03 1.41480e+02 2.72485e+04 2.94689e+04 6.04943e+03 1.49609e+05 1.33047e+05 4.49728e+04 2.89838e+04 3.97454e+04 1.81147e+05 9.10051e+03 4.50215e+04 1.05865e+02 7.91231e+02 3.39859e+00 7.95835e+03 4.10836e+02 4.09738e+03 4.93436e+03 1.71854e+02 4.23778e+02 3.04699e+03 5.81725e+02 9.70897e+02 2.65268e+02 1.73166e+02 1.36421e+01 1.48633e+04 4.17293e+03 1.16940e+03 2.63117e+04 2.86753e+04 8.29469e+03 1.93793e+03 2.96432e+03 6.40616e+04 3.48814e+03 1.39491e+04 4.93985e+01 3.26796e+02 6.80412e-01 1.42525e+04 5.88433e+02 4.73819e+03 1.24395e+04 1.11143e+03 1.70053e+03 1.22534e+04 2.85798e+03 3.87853e+03 1.09825e+03 6.93689e+02 5.24808e+01 1.24187e+04 9.98252e+03 1.92031e+03 4.43700e+04 3.92240e+04 1.36417e+04 7.77879e+03 1.18364e+04 7.62488e+04 2.58561e+03 1.38217e+04 5.23555e+01 3.93685e+02 5.06013e-01 9.24006e+05 1.51193e+04 5.66792e+04 2.40938e+05 2.54154e+04 1.00570e+05 7.21322e+05 1.15505e+04 6.53740e+03 1.96030e+03 2.59509e+02 4.73493e-01 2.20121e+05 9.17197e+02 3.46183e+05 5.27547e+05 1.47246e+05 3.74531e+05 2.59245e+05 1.52742e+02 5.50215e+06 1.16586e+03 1.09833e+06 3.30600e-01 1.81431e+03 5.79404e-01 3.60755e-01 5.23027e-02 1.38133e-01 6.62029e-02 1.34612e-01 3.37319e-02 1.82688e-01 9.09501e-02 1.70078e-01 1.85999e-02 3.21557e-02 1.19796e-02 4.33165e-01 1.37306e+00 2.71959e-02 3.50525e-01 7.79616e-01 1.69942e+00 1.15431e+00 2.18382e-01 9.78996e-01 5.09169e-01 1.38068e+00 3.15956e+00 7.69545e-02 3.68773e-03 2.55658e+03 1.39222e+02 4.92533e+03 7.54073e+03 3.52903e+02 1.07407e+03 7.26049e+03 2.58426e+03 2.52953e+03 6.55629e+02 4.34379e+02 3.72071e+01 4.84458e+03 5.99253e+03 9.23142e+02 1.99021e+04 1.77612e+04 6.05464e+03 3.65915e+03 5.54997e+03 3.99480e+04 2.31662e+03 8.34284e+03 3.14882e+01 2.18389e+02 1.14636e+00 7.16685e+05 1.01043e+05 1.73595e+04 2.38131e+05 3.19032e+04 1.04599e+05 1.23108e+05 5.30414e+04 5.16669e+04 2.53719e+04 1.29722e+04 2.69629e+04 4.85805e+04 1.61591e+05 1.54283e+04 4.52366e+05 2.81180e+05 9.72110e+04 1.54004e+05 7.41042e+04 3.61531e+06 2.34266e+05 3.59417e+05 1.28375e+02 3.68437e+04 8.69854e-01 1.24234e+00 1.88235e+00 3.07247e+01 6.47965e+03 5.26611e+02 9.02128e+02 5.73529e+03 1.22101e+03 1.93730e+03 5.15003e+02 3.59321e+02 2.83574e+01 5.06465e+03 3.91657e+03 8.28423e+02 1.77391e+04 1.62314e+04 5.14969e+03 1.90118e+03 3.02114e+03 2.65980e+04 8.37779e+02 5.59002e+03 5.21339e+00 1.72887e+02 4.98844e-01 8.55139e+02 5.13299e+01 1.16031e+03 1.16572e+03 8.02148e+01 2.13711e+02 1.78576e+03 3.16141e+02 5.80996e+02 1.61218e+02 9.69408e+01 5.70189e+00 3.10566e+03 1.26440e+03 3.38147e+02 7.70874e+03 7.69489e+03 2.55417e+03 1.34524e+03 1.95806e+03 1.17769e+04 3.62540e+02 2.45659e+03 7.70967e+00 5.75269e+01 7.14789e-01 1.20333e+04 4.40335e+02 4.09286e+04 3.30051e+04 1.45967e+03 2.80471e+03 2.24745e+04 3.81156e+03 7.93614e+03 2.72505e+03 1.57404e+03 1.54731e+02 3.10757e+04 2.03768e+04 4.27241e+03 8.45149e+04 1.01349e+05 3.78699e+04 1.83574e+04 2.31713e+04 1.45799e+05 1.27212e+04 5.02000e+04 4.36150e+02 8.09136e+02 3.93270e+00 5.53600e-01 5.84044e+04 2.03960e+06 6.62289e-01 1.03811e+00 2.63637e+04 4.11833e+04 6.34656e+01 2.30566e+00 1.13467e+00 3.30040e-01 2.77442e-01 1.11226e+06 3.51371e-01 5.11604e+05 3.43167e-01 3.49089e+04 2.66394e-01 1.14841e+00 3.30429e+03 2.49742e+05 2.65128e+03 1.80553e+05 3.17152e-01 1.89428e+01 3.44994e-01 4.10567e+03 1.64736e+02 2.44000e+03 7.56157e+03 3.38950e+02 9.69889e+02 6.44605e+03 1.33445e+03 2.27612e+03 6.20779e+02 4.00806e+02 3.98322e+01 6.66731e+03 5.10446e+03 9.53374e+02 2.06454e+04 2.06942e+04 6.81761e+03 3.46047e+03 5.98460e+03 4.36650e+04 2.30011e+03 1.04810e+04 3.86635e+01 2.09395e+02 4.02096e-01 5.08692e+03 5.16517e+02 1.05161e+05 2.57039e+04 1.20178e+03 3.64742e+03 2.53813e+04 5.62628e+03 1.05628e+04 2.67374e+03 1.74714e+03 1.03762e+02 9.37838e+03 2.71464e+04 3.37161e+03 8.04333e+04 6.58712e+04 2.47283e+04 1.66144e+04 1.88761e+04 1.36126e+05 1.12206e+04 3.09098e+04 1.25953e+02 7.67604e+02 1.23805e+00 1.20417e+05 4.39588e+03 5.68636e+04 1.90446e+05 2.24320e+04 2.62257e+04 1.72832e+05 3.34553e+04 5.48814e+04 1.42030e+04 1.10778e+04 6.20210e+02 1.74299e+05 9.85367e+04 2.35538e+04 5.39908e+05 4.91050e+05 1.71822e+05 9.83186e+04 1.50139e+05 9.69844e+05 3.22376e+04 1.79457e+05 6.55212e+02 5.19865e+03 1.19076e+00 7.96895e+03 6.53951e+02 5.54897e+03 1.44788e+04 8.24399e+02 2.16320e+03 1.50028e+04 3.49623e+03 7.13897e+03 1.96047e+03 1.09883e+03 5.06320e+01 2.06119e+04 2.07044e+04 2.83664e+03 6.75635e+04 5.30219e+04 1.77336e+04 1.23773e+04 1.89241e+04 1.34106e+05 5.78587e+03 2.38662e+04 8.66131e+01 7.19857e+02 1.33516e+00 3.90123e+04 1.30350e+03 2.75681e+04 3.01869e+04 1.21687e+03 3.93325e+03 2.42744e+04 4.92021e+03 8.59178e+03 2.36133e+03 1.59037e+03 9.87976e+01 6.40166e+04 3.55375e+04 3.05317e+03 6.98960e+04 8.06046e+04 1.99248e+04 3.04773e+03 5.02366e+03 1.92769e+05 9.49758e+03 4.38682e+04 1.76158e+02 1.14721e+03 1.41332e+00 5.89533e+04 3.55472e+00 9.48173e+01 4.31871e+03 1.65921e+03 1.79440e+03 2.47695e+03 1.37738e+03 1.21075e+03 1.32408e+02 1.15599e+02 4.30663e+01 8.07850e+01 3.68667e+03 4.35744e+02 5.61626e+03 1.24913e+04 1.00142e+03 4.00289e+04 2.86160e+03 2.60400e+05 6.88251e+02 6.27266e+03 7.15728e+01 2.05414e+04 3.03453e-01 2.87703e+04 1.31633e+04 2.98492e+04 1.02385e+05 5.20955e+04 2.84641e+04 2.14620e+05 3.11925e+04 1.56355e+04 8.19753e+03 1.13101e+04 3.18018e+03 2.03452e+04 7.76609e+04 1.76692e+03 2.27736e+04 5.06516e+04 7.76162e+04 1.92502e+05 3.64193e+04 8.67447e+04 1.89667e+05 2.35838e+04 1.88150e+04 6.65318e+03 4.71319e-01 5.77229e+04 9.50430e+04 2.35698e+04 1.11697e+06 3.72739e+04 2.30314e+04 6.65058e+05 3.11158e+04 4.35690e+05 8.06855e+04 9.53658e+03 2.25895e+03 2.28608e+05 2.45013e+05 2.02563e+04 2.61081e+05 5.80680e+05 1.42446e+05 1.10876e+05 7.27074e+04 7.86876e+05 4.13430e+00 1.11687e+05 1.33791e-03 3.83981e-01 2.04387e+00 4.53088e+05 3.78289e+03 4.71831e+05 3.50325e+05 1.07898e+05 2.03374e+05 6.12047e+05 2.46721e+05 2.73606e+05 1.95523e+05 6.86690e+04 7.95804e+03 5.45153e+05 3.60038e+05 1.11241e+05 4.87761e+05 1.27555e+05 8.84670e+04 3.22371e+05 2.18279e+05 8.35737e+05 1.22798e+05 6.13204e+05 3.06518e-01 1.03810e+04 5.54385e-01 9.90323e+01 6.66084e-01 3.77566e+00 1.70640e+03 4.05662e+02 5.39277e+01 3.62098e+04 2.59359e+02 1.73679e+04 1.90959e+04 4.40978e-01 2.48444e-01 2.83754e+04 2.34073e+04 6.54549e+03 5.17867e+03 1.60283e+01 2.30311e-01 2.14296e+04 1.97975e+04 3.06264e+05 2.42413e-01 3.74374e+00 2.27295e-01 2.88970e+01 1.25893e+00 1.49493e+03 6.19619e+01 2.65251e+04 1.13164e+04 5.08715e+02 1.53954e+03 1.12789e+04 2.35955e+03 4.65623e+03 1.34310e+03 7.31390e+02 7.00260e+01 6.22638e+03 1.28646e+04 1.61736e+03 3.73149e+04 3.37754e+04 1.37968e+04 6.56217e+03 8.14220e+03 5.97288e+04 4.70472e+03 1.80485e+04 6.58598e+01 3.15869e+02 4.33767e+00 1.34931e+05 4.87453e+03 3.61644e+03 8.18640e+05 1.52681e+05 5.04579e+04 2.74377e+06 6.51490e+04 7.34461e+05 9.04649e+05 7.31985e+04 0.00000e+00 3.40743e+05 8.37849e+05 1.13719e+04 1.46572e+05 3.25996e+05 8.79217e+05 1.62715e+05 4.78910e+05 2.48961e+06 2.72508e+03 3.62439e+05 1.27681e+04 2.41186e-01 6.51521e+00 1.51090e+02 5.51203e+02 2.55946e+02 6.35088e+01 8.17838e+01 1.45178e+02 8.14617e+01 8.20433e+01 7.09077e+01 1.49806e+02 1.84746e+02 2.23835e+02 1.49375e+02 1.25049e+02 2.33251e+02 7.33022e+01 2.02612e+04 1.29271e+02 1.32169e+02 1.08023e+02 8.37893e+01 1.35588e+02 1.07644e+02 3.66674e+02 6.53212e+03 3.58921e+02 7.49902e+04 8.59533e+01 1.71311e+04 1.53614e+05 3.03202e+04 1.73933e+04 8.00808e+04 2.23259e+04 6.08622e+04 2.83177e+04 8.91231e+03 1.88097e+00 3.50538e+04 6.05521e+04 4.60985e+03 4.09692e+04 5.26934e+04 2.20242e+04 2.43265e+04 5.52583e+04 2.00685e+05 2.70180e-01 1.80495e+05 4.44722e+00 4.46780e+00 1.35073e+00 2.83322e+05 2.18282e+00 4.91751e+06 6.09854e+06 9.81278e+05 2.44279e+06 3.64470e+07 1.07575e+07 7.38191e+06 3.23305e+02 1.41060e+06 6.10328e+05 8.18391e+06 9.02967e+06 4.69442e+05 6.05059e+06 1.34573e+07 9.17373e+01 1.40865e+07 1.37853e+02 5.04902e+06 2.49959e+01 4.61297e+06 9.80197e-03 2.81316e+00 1.72995e+01 8.79929e+03 4.82185e+02 4.31950e+02 1.89555e+03 1.36504e+02 3.20147e+02 2.44296e+03 4.92315e+02 9.29064e+02 2.42808e+02 1.60866e+02 1.26724e+01 1.89975e+03 3.72428e+03 7.12724e+02 1.34019e+04 1.31380e+04 4.25165e+03 2.14050e+03 3.78675e+03 2.50851e+04 1.00248e+03 5.12851e+03 2.30596e+01 1.27876e+02 1.11957e+00 1.14886e+03 2.42415e+02 3.32117e+02 4.08692e+02 2.52026e+01 5.97185e+01 3.94120e+02 8.22375e+01 1.40486e+02 3.69982e+01 2.52574e+01 2.24692e+00 8.38068e+02 9.53603e+02 1.66297e+02 2.37901e+03 2.29249e+03 8.07301e+02 5.68507e+02 7.99580e+02 1.77991e+03 6.84791e+01 3.54524e+02 2.30731e+00 8.48592e+00 6.09387e-01 1.67457e+02 6.77191e+00 1.16207e+02 1.51305e+03 7.20601e+01 2.33434e+02 1.59645e+03 3.48176e+02 6.55926e+02 1.66590e+02 9.48032e+01 6.24159e+00 3.61128e+02 7.74861e+02 1.70314e+02 3.27877e+03 2.93731e+03 9.20586e+02 2.79350e+02 5.46622e+02 5.39844e+03 2.25430e+02 9.32755e+02 3.93798e+00 1.79278e+01 2.32516e-01 1.16814e+03 1.08926e+02 1.43203e+02 2.25763e+02 1.46892e+01 3.57749e+01 2.06670e+02 4.86140e+01 6.99708e+01 2.10937e+01 1.55676e+01 1.53880e+00 2.80664e+02 4.27388e+02 1.30597e+02 1.30941e+03 1.31770e+03 4.83409e+02 3.44483e+02 4.76442e+02 7.45120e+02 3.33466e+01 1.51191e+02 1.72577e+00 6.15151e+00 1.71184e+00 3.59301e+04 1.27940e+03 3.09589e+05 1.08627e+05 4.76999e+03 1.53580e+04 1.22336e+05 2.14226e+04 3.89175e+04 1.05144e+04 6.13460e+03 5.23761e+02 1.33812e+05 8.92238e+04 1.30968e+04 3.38611e+05 2.69456e+05 1.04223e+05 6.75941e+04 9.43818e+04 7.19591e+05 3.54538e+04 1.37261e+05 4.43909e+02 3.53174e+03 7.89362e+00 1.09957e+03 8.59134e+02 3.87325e+03 4.09058e+04 1.55577e+03 4.84142e+03 2.92744e+04 6.58806e+03 9.94668e+03 2.35809e+03 1.68061e+03 7.84822e+01 2.36555e+04 1.96737e+04 3.73646e+03 8.27467e+04 7.68215e+04 2.63072e+04 1.31964e+04 2.05815e+04 1.32302e+05 7.52542e+03 3.83151e+04 1.00161e+02 6.76612e+02 1.18933e+00 2.45206e+04 8.65275e+02 1.92369e+04 4.51593e+04 1.99334e+03 6.76119e+03 4.42214e+04 8.87801e+03 1.35065e+04 3.06701e+03 2.16296e+03 8.60571e+01 3.77427e+04 2.27664e+04 3.55919e+03 1.15853e+05 1.04357e+05 3.36679e+04 2.04140e+04 3.44370e+04 2.97560e+05 1.05528e+04 5.24160e+04 9.98689e+01 1.03680e+03 2.51333e-01 7.28416e+02 6.57337e+01 2.61926e+02 1.25122e+03 4.38837e+01 1.18839e+02 7.06356e+02 1.67829e+02 2.90046e+02 7.68358e+01 5.14524e+01 3.33428e+00 6.23283e+02 8.24247e+02 3.59868e+02 4.46985e+03 3.54469e+03 1.15929e+03 7.59842e+02 1.38431e+03 4.63172e+03 2.91483e+02 1.01137e+03 7.74103e+00 2.97932e+01 1.29604e+00 7.82798e+03 5.14380e+02 1.46632e+03 5.08414e+02 5.39017e+01 7.81368e+01 6.46018e+02 1.39620e+02 2.91857e+02 9.14854e+01 6.05509e+01 6.33890e+00 5.18606e+03 9.62913e+02 3.28756e+02 6.11879e+03 7.28122e+03 1.34101e+03 1.47049e+03 2.74078e+03 1.55334e+04 4.80473e+02 2.58978e+03 9.27266e+00 6.63152e+01 9.66273e-01 4.31009e+04 7.72671e+02 2.41082e+03 4.03320e+04 1.53373e+04 3.87470e+04 1.37875e+05 5.86758e+04 2.36872e+05 1.29542e+05 1.68778e+04 1.34205e+03 8.48343e+04 8.40935e+05 1.11493e+04 1.43702e+05 3.19613e+05 1.34535e+05 9.91810e+05 3.23653e+05 2.40383e+06 2.82671e+04 1.35585e+06 1.75294e+06 6.56851e+03 1.66552e+00 6.91044e+03 7.55894e+01 1.04673e+04 6.27063e+04 2.54099e+04 3.06792e+04 5.86988e+04 5.69141e+04 6.23163e+04 2.66830e+04 7.33656e+03 1.47541e+03 4.75241e+04 5.13807e+04 1.26512e+04 7.05753e+04 2.18217e+04 1.10719e+04 1.20825e+04 2.16012e+04 9.71242e+04 9.98899e+04 5.05827e+04 7.88142e-01 1.19967e+03 8.69576e-01 1.45873e+03 2.53040e+02 1.04116e+04 4.12259e+04 1.50867e+04 3.54995e+04 6.70650e+04 2.72133e+04 5.86469e+04 2.24681e+04 5.59847e+03 3.99911e+03 1.26303e+05 4.22209e+04 4.10039e+04 6.47857e+04 4.63684e+04 1.60111e+04 2.67274e+04 2.71793e+04 1.32708e+05 1.06176e+05 2.94870e+05 3.15793e-01 1.56897e+03 1.50784e+00 5.41629e+03 6.74736e+02 4.83901e+01 9.51485e+01 1.56621e+01 2.20342e+01 2.21138e+02 5.55859e+01 9.95980e+01 3.12318e+01 2.00983e+01 1.81595e+00 3.00919e+02 7.21325e+02 1.69601e+02 2.76646e+03 2.28891e+03 6.03254e+02 6.66629e+02 1.32297e+03 3.15398e+03 1.25659e+02 6.08898e+02 3.27297e+00 1.86975e+01 2.91867e-01 4.26177e-01 6.17877e-02 3.59658e+05 2.29725e+05 2.00277e+04 7.92579e+04 2.25725e+05 9.85514e+04 1.44781e+05 1.57037e+04 2.43174e+04 4.87119e+04 1.26580e+05 1.57143e+05 2.75042e+04 3.54499e+05 7.88454e+05 1.16932e+05 2.26292e+05 8.03244e+04 3.98527e+06 6.70387e+05 2.26615e+05 3.57241e+02 1.02528e+05 9.58737e-01 4.06424e+03 2.30075e+02 5.92199e+03 6.86129e+03 3.18089e+02 9.68506e+02 5.99433e+03 1.30176e+03 2.23922e+03 5.82376e+02 3.88418e+02 2.82208e+01 1.70764e+04 5.97100e+03 1.20177e+03 2.69895e+04 2.21501e+04 7.65972e+03 5.07284e+03 7.77556e+03 5.74458e+04 2.23176e+03 9.92298e+03 4.48842e+01 3.06746e+02 3.01460e-01 1.80725e+00 3.35285e-01 7.87582e+03 4.51534e+02 1.00710e+00 2.61341e+04 1.31040e+05 9.59911e+02 1.61344e+04 7.29631e-01 1.03585e+01 5.89968e+02 1.21823e+06 3.16570e+06 1.13313e+04 6.19120e+05 2.42101e+04 2.52759e+05 2.68178e+05 4.61508e+05 1.37936e+07 3.55920e+05 6.46499e+05 2.33243e-01 0.00000e+00 1.63934e+00 2.96901e+04 9.64132e+02 1.48701e+04 6.37283e+04 7.99257e+03 6.77629e+03 5.12042e+04 8.70222e+03 1.63143e+04 4.46104e+03 3.64491e+03 2.08787e+02 4.45255e+04 3.42603e+04 5.99636e+03 1.36733e+05 1.26337e+05 4.54484e+04 2.33264e+04 3.57019e+04 2.54535e+05 1.04858e+04 5.58396e+04 1.80689e+02 1.36850e+03 1.22852e+00 2.84319e+04 1.16932e+03 1.01132e+04 2.49177e+04 1.30491e+03 4.20377e+03 2.79986e+04 5.88000e+03 1.09277e+04 2.89398e+03 1.84312e+03 9.85132e+01 3.77288e+04 2.31582e+04 4.38008e+03 1.22971e+05 1.05704e+05 3.58260e+04 2.20138e+04 3.37755e+04 2.67738e+05 8.29429e+03 4.56300e+04 1.13107e+02 1.29014e+03 1.50203e-01 3.93692e+03 2.58035e+02 1.22304e+03 3.23869e+03 1.36549e+02 4.11782e+02 2.62946e+03 7.23492e+02 1.01906e+03 3.21363e+02 1.65317e+02 9.97749e+00 4.29054e+03 2.21564e+03 5.12828e+02 1.04248e+04 8.84195e+03 3.44977e+03 1.68926e+03 2.50330e+03 1.28416e+04 5.53607e+02 2.72626e+03 9.74677e+00 5.59638e+01 4.66656e-01 2.68298e+03 1.76063e+02 9.54402e+01 3.08335e+03 1.58723e+02 3.50326e+02 2.06547e+03 4.85664e+02 8.91855e+02 2.08187e+02 1.75214e+02 1.67325e+01 9.83321e+02 8.95858e+02 3.76838e+02 4.94926e+03 4.55041e+03 1.41477e+03 8.11588e+02 1.72195e+03 1.03927e+04 4.02619e+02 2.16590e+03 1.37186e+01 6.39871e+01 1.53317e+00 6.35626e+04 5.88631e-01 4.68978e+04 3.57757e+05 7.34201e+04 5.69862e+05 6.06126e+05 7.79255e+05 1.48183e+06 7.20692e+05 3.96866e-01 1.16921e+04 5.36707e+05 1.22969e+06 2.51373e+06 5.47590e+01 4.26165e+01 3.41046e+05 1.18720e+06 4.18490e+05 9.30411e+06 6.30616e+05 3.88401e+06 5.13549e+03 5.28918e+04 6.82243e-01 4.52849e+04 6.56547e+03 1.00920e+04 8.08145e+04 3.58851e+04 7.67899e+04 2.01149e+05 1.15921e+05 3.81911e+05 3.47737e+04 3.18387e+04 1.43475e+03 7.35144e+04 1.76064e+05 2.80917e+04 1.90726e+05 4.24201e+05 1.03620e+05 1.37927e+05 8.15434e+04 7.61096e+05 1.82449e+05 4.53175e+05 8.00341e+03 2.11784e+04 2.17694e+01 2.57045e+04 8.74827e+02 6.70236e+04 4.28703e+04 3.60125e+03 5.53769e+03 3.76112e+04 7.55030e+03 1.08369e+04 2.45823e+03 1.71556e+03 1.35642e+02 3.64647e+04 2.35897e+04 4.72406e+03 1.10472e+05 1.00588e+05 3.70308e+04 2.14254e+04 2.78837e+04 2.28339e+05 6.77885e+03 3.95810e+04 1.16556e+02 8.40803e+02 1.75759e-01 1.52825e+04 1.14988e-01 3.02013e+04 9.98296e+05 8.83188e+04 9.19254e+04 4.66377e+06 1.87159e+05 7.96015e+05 8.28620e+05 2.28522e+04 1.97785e+05 2.88551e+05 1.99162e+05 3.37844e+04 5.59819e+05 8.89448e+05 1.48029e+05 4.81764e+05 3.06982e+05 2.49290e+06 1.88675e+05 3.55084e+05 1.02930e-01 1.37140e+02 2.12611e-01 2.81551e+04 1.58027e+03 8.94926e+02 1.56227e+04 1.22887e+03 2.51137e+03 1.58727e+04 3.34624e+03 5.29855e+03 1.34473e+03 9.55783e+02 6.69877e+01 2.69427e+03 1.32780e+04 2.37672e+03 4.95686e+04 4.96192e+04 1.61984e+04 1.18025e+04 1.73220e+04 4.46348e+04 1.34390e+03 7.90519e+03 3.23417e+01 1.82059e+02 1.68409e+00 1.22325e+05 3.67859e+03 3.18533e+06 8.47622e+06 1.48381e+06 3.43502e+05 1.42689e+07 1.91752e+05 2.18178e+06 3.46787e+06 4.47949e+05 1.49750e+06 2.70245e+06 1.28966e+06 3.03423e+05 7.52200e+06 6.40333e+06 5.07485e+06 1.04104e+06 3.83791e+05 6.43549e+06 4.74143e-01 2.00037e+06 4.91098e+04 5.51002e+05 9.04254e-01 3.36781e+00 1.79640e-01 1.81400e+00 1.09941e+01 6.19154e+00 2.91210e+00 4.93741e+00 7.56209e+00 7.03314e-01 2.69474e-01 4.79398e+00 1.35589e-01 7.35404e-01 2.14440e+00 3.92074e+01 1.20754e-01 1.64640e+03 1.43497e+02 1.15051e+01 1.21290e-01 2.01941e+04 3.15521e-01 8.89648e+00 2.64553e-01 2.28825e+01 9.19147e-01 6.16498e+03 2.86483e+02 1.67089e+03 2.35027e+03 1.47697e+02 3.72065e+02 2.38590e+03 5.10031e+02 8.19731e+02 2.18325e+02 1.62023e+02 1.37390e+01 4.62159e+03 1.47787e+03 4.58015e+02 7.95435e+03 7.17997e+03 2.41849e+03 1.35127e+03 2.34845e+03 1.25936e+04 4.99714e+02 2.36644e+03 1.35566e+01 6.82760e+01 9.99650e-01 6.16523e+02 1.16442e+02 8.21270e+04 9.27709e+03 4.13718e+02 1.34927e+03 1.14880e+04 1.99128e+03 2.52131e+03 6.42050e+02 4.35703e+02 3.57585e+01 7.54076e+03 4.68694e+03 1.03593e+03 2.38680e+04 1.87410e+04 8.16840e+03 6.43382e+03 5.91863e+03 1.04615e+04 1.35239e+03 5.75834e+03 2.34460e+01 1.93362e+02 7.10353e-01 8.69501e+03 3.79598e+02 8.54539e+03 2.00787e+04 2.58841e+03 2.85518e+03 1.96955e+04 3.86544e+03 6.53770e+03 1.65842e+03 1.12369e+03 6.61547e+01 1.90532e+04 1.28777e+04 2.48166e+03 5.86539e+04 4.88612e+04 1.69014e+04 1.06479e+04 1.59836e+04 1.10995e+05 4.74419e+03 2.17913e+04 7.29048e+01 5.53470e+02 5.16892e-01 9.45715e+01 4.51961e+02 9.10259e+03 8.11287e-01 1.11660e+05 1.12603e+04 6.93688e+04 1.57736e+04 2.39778e+04 1.42355e+04 6.55509e+03 2.01363e+01 4.53545e+03 7.18357e+04 3.47207e+05 4.36739e-01 1.02856e+05 2.27958e+04 4.86155e+04 8.46792e+04 6.21186e+05 1.27659e+05 9.18678e+05 3.90110e-01 7.51232e+02 5.26070e-01 1.22699e+04 4.62291e+02 5.81532e+02 1.47254e+04 8.07910e+02 2.35293e+03 1.47502e+04 3.37298e+03 5.78302e+03 1.50965e+03 1.01294e+03 7.07707e+01 5.07914e+03 1.38278e+04 1.85927e+03 4.10013e+04 3.31239e+04 1.07471e+04 1.01183e+04 1.51237e+04 1.25315e+05 4.72969e+03 2.16989e+04 8.26209e+01 6.06286e+02 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 1.33671e+04 5.48967e+02 3.90011e+03 1.21387e+04 5.62916e+02 1.69678e+03 1.08274e+04 2.28441e+03 4.04914e+03 1.06259e+03 6.92762e+02 4.01247e+01 1.44273e+04 1.14267e+04 2.10397e+03 4.65650e+04 4.34528e+04 1.47096e+04 6.78781e+03 1.16284e+04 8.93445e+04 3.35161e+03 1.68903e+04 6.62612e+01 4.52779e+02 1.28530e+00 1.13399e+06 1.85348e+05 1.51841e+05 9.37319e+04 8.04293e+04 2.68768e+04 8.20236e+04 7.77832e+04 1.72688e+05 1.64078e+04 3.79384e+04 1.38148e+04 7.95066e+04 6.23543e+04 7.44548e+03 9.59640e+04 2.13437e+05 4.84179e+02 9.41453e+04 3.67035e+04 1.63096e+05 1.58339e+04 1.12061e+05 1.14755e+02 3.29347e+04 8.83679e-01 9.90675e+04 4.34347e+03 3.56915e+05 3.11494e+05 1.55253e+04 4.10396e+04 3.00684e+05 6.05610e+04 1.02214e+05 2.59283e+04 1.75207e+04 1.49072e+03 3.98334e+05 2.03655e+05 3.52567e+04 8.76688e+05 7.52226e+05 2.78350e+05 1.78717e+05 2.38406e+05 1.74406e+06 5.71190e+04 3.35757e+05 1.25885e+03 8.10463e+03 1.26614e+01 1.37876e+04 4.26802e+04 4.35460e+05 1.06899e+06 4.82294e+05 9.32034e+05 2.19591e+06 1.36626e+06 2.06549e+06 8.04822e+05 4.66666e+05 6.24429e+04 3.06532e+06 1.86796e+06 1.66624e+06 3.32176e+06 1.06611e+07 3.08840e+06 3.05131e+06 1.09104e+06 9.72650e+06 1.07818e+01 2.81171e+06 2.33901e-01 3.90479e+05 3.01827e-01 1.35632e+02 2.12218e+00 1.78963e+01 7.00882e+01 1.77134e-01 1.12111e+00 2.36895e+01 1.24192e+00 1.22925e+00 9.21672e-02 6.83639e-02 1.10933e-02 1.01564e+02 4.78822e+01 2.26820e+00 5.28421e+02 5.03319e+02 5.77577e+01 1.26689e+01 8.30451e+01 1.89258e+03 4.08606e+00 2.52592e+02 5.45884e-03 1.79888e-02 3.20070e-01 5.16836e+06 7.86608e+04 1.29574e+07 2.00326e+07 6.41098e+05 2.99420e+06 7.51158e+06 2.14127e+06 6.20537e+06 3.49445e+06 1.13652e+06 2.90685e+03 3.44886e+07 1.68404e+07 7.76418e+06 1.56002e+08 1.87032e+08 5.95468e+07 3.18242e+07 8.29939e+07 5.39276e+08 6.69118e+00 4.36018e+07 1.96981e+05 1.10853e+06 4.74816e+00 2.92148e+05 3.48383e-01 3.09310e+03 5.62785e+04 3.37929e+03 9.88803e+03 1.04186e+05 5.29365e+03 3.47429e+03 1.00928e+03 9.30180e+02 3.46538e+02 1.03333e+05 6.78462e+04 3.15565e+03 5.51471e+04 8.12641e+04 1.86009e+04 7.50054e+04 5.16213e+04 1.60456e+06 5.69491e+04 2.04121e+05 3.07808e+03 4.71685e-01 9.82977e-01 2.24309e+05 4.13813e+04 1.28249e+04 1.39745e+04 3.74739e+04 1.19234e+03 3.32853e+04 1.03753e+04 1.22075e+04 5.09798e+02 5.28603e+03 1.15332e+03 2.04898e+04 4.88401e+04 5.71108e+02 7.36095e+03 1.63718e+04 7.65117e+02 6.06698e+04 1.40680e+04 8.05574e+04 3.33248e+03 2.63723e+04 1.35674e+02 3.89383e+04 1.37030e+00 2.30126e+03 1.92668e+02 1.16882e+02 1.82628e+02 1.12924e+01 2.89579e+01 1.92938e+02 4.41778e+01 7.25750e+01 2.88707e+01 1.25498e+01 7.52263e-01 3.79446e+02 3.77727e+02 1.97536e+02 2.45494e+03 2.24066e+03 8.06169e+02 4.98671e+02 7.41147e+02 2.31943e+03 1.01192e+02 4.60414e+02 2.79017e+00 1.32329e+01 5.78380e-01 1.01837e+03 3.79183e-01 3.76940e+05 3.51247e+05 1.07557e+05 1.17033e+05 4.10866e+05 1.55150e+05 6.83626e+04 4.71652e+04 1.62220e+04 6.04349e+03 7.56011e+05 3.30098e+05 2.38207e+04 5.70194e+05 5.15621e+05 1.39580e+05 8.24426e+04 4.24563e+04 1.14470e+06 4.14983e+04 8.15280e+04 3.96860e-01 1.42940e+04 7.25370e-01 2.75084e+06 4.19497e+05 1.28793e+06 5.01495e+06 1.52838e+06 4.87767e+05 1.09906e+06 2.82116e+05 3.51142e+05 3.75963e+05 1.53028e+05 2.95192e+02 5.94656e+05 1.95503e+06 6.11686e+04 3.43803e+06 6.97390e+04 7.98976e+05 6.32397e+05 2.47929e+05 2.21711e+06 2.05550e+04 9.32659e+05 1.46575e+02 4.20669e+04 1.79305e-01 3.82646e+04 2.30036e+03 1.09536e+05 7.66456e+04 3.20139e+03 9.29172e+03 6.75736e+04 1.29196e+04 2.02404e+04 5.62174e+03 3.51498e+03 3.98981e+02 8.61327e+04 4.48037e+04 8.63001e+03 1.92113e+05 2.08288e+05 6.80889e+04 3.93080e+04 5.41276e+04 3.61434e+05 1.49238e+04 8.25185e+04 3.09832e+02 1.91299e+03 3.78283e-01 1.22297e+04 5.11905e+02 7.77240e+03 1.36037e+04 7.47360e+02 1.93070e+03 1.26991e+04 4.17723e+03 4.77759e+03 1.17002e+03 7.73097e+02 5.49828e+01 1.85639e+04 1.28204e+04 2.29973e+03 4.95450e+04 4.11627e+04 1.48301e+04 7.10389e+03 1.09800e+04 8.29609e+04 3.97347e+03 1.57640e+04 6.33238e+01 4.15682e+02 3.27140e+00 8.28045e+03 2.20126e+03 1.05572e+04 1.14293e+04 1.65909e+03 2.17179e+03 6.96700e+03 3.00347e+03 2.34268e+03 1.20216e+03 1.54454e+03 7.55075e+02 1.18343e+04 3.66471e+03 6.50357e+03 1.83320e+04 1.84913e+04 8.42814e+03 4.80826e+03 6.45005e+03 1.71306e+04 1.23045e+03 4.37115e+03 3.08137e+02 1.58514e+03 9.12866e+00 0.00000e+00 +-4.19477e+03 -1.11989e+02 -1.59150e+04 -6.78512e+03 -6.16180e+01 -1.29282e+02 -6.41847e+02 -1.22800e+02 -6.39278e+02 -1.34156e+02 -7.61806e+01 -6.84816e-01 -8.22603e+04 -4.17283e+03 -7.30277e+02 -2.14615e+04 -1.71714e+04 -4.78949e+03 -2.57351e+03 -2.71517e+03 -1.90520e+05 -4.50212e+03 -8.35252e+04 -5.34323e+01 -6.63785e+02 -5.54893e-01 -3.50540e+03 -1.01246e+02 -1.15962e+03 -1.05814e+04 -5.01493e+01 -1.97030e+02 -9.23876e+02 -1.58062e+02 -7.46059e+02 -1.59229e+02 -9.12886e+01 -1.01359e+00 -5.16995e+03 -3.04188e+03 -3.11274e+02 -9.41820e+03 -7.51352e+03 -2.71662e+03 -3.10291e+03 -2.18618e+03 -4.25797e+04 -5.93415e+02 -1.44341e+04 -7.39219e+00 -1.22520e+02 -1.58540e-01 -2.82897e+04 -1.03955e+03 -3.18228e+03 -8.50798e+04 -8.06888e+02 -1.77704e+03 -6.13121e+03 -1.33595e+03 -6.71446e+03 -1.25765e+03 -9.24249e+02 -7.95375e+00 -5.45181e+04 -3.20206e+04 -4.81811e+03 -1.26589e+05 -1.10513e+05 -3.07756e+04 -2.74550e+04 -3.46068e+04 -5.86618e+05 -6.55141e+03 -1.57338e+05 -1.31891e+02 -1.48380e+03 -1.62232e-01 -1.68736e+03 -3.92973e+01 -5.26491e+02 -7.85619e+03 -6.23458e+01 -1.45949e+02 -7.63595e+02 -1.34526e+02 -6.23599e+02 -1.42183e+02 -8.95357e+01 -1.12051e+00 -3.22725e+03 -7.79212e+02 -7.51534e+01 -2.43880e+03 -2.14416e+03 -6.07446e+02 -1.05198e+03 -9.84341e+02 -9.22478e+03 -1.49010e+02 -3.57795e+03 -1.32852e+00 -2.40648e+01 -1.20071e-01 -1.50690e+04 -5.08979e+02 -2.71254e+03 -1.02100e+05 -9.47235e+02 -1.78962e+03 -8.30997e+03 -1.51146e+03 -7.94800e+03 -1.77809e+03 -1.07192e+03 -1.17592e+01 -5.87534e+04 -2.46340e+04 -2.93134e+03 -6.95733e+04 -6.70653e+04 -1.85953e+04 -1.71027e+04 -1.96169e+04 -5.18011e+05 -8.08595e+03 -2.15226e+05 -1.50144e+02 -1.52018e+03 -6.10390e-01 -1.23606e+02 -1.40096e+00 -5.29893e+01 -8.88482e+03 -5.27907e+01 -1.79134e+02 -9.52546e+02 -1.45767e+02 -8.03736e+02 -1.22229e+02 -7.97954e+01 -1.36411e+00 -2.53701e+02 -1.96870e+02 -1.18943e+01 -6.83555e+02 -6.11082e+02 -1.61846e+02 -1.61318e+02 -1.47613e+02 -3.26762e+03 -4.72990e+01 -1.14914e+03 -2.35646e-01 -5.57549e+00 -8.43209e-02 -1.18139e+05 -5.08749e+03 -5.24801e+04 -8.76235e+04 -4.00429e+04 -3.81846e+04 -9.16140e+04 -3.59310e+04 -3.32431e+04 -2.98901e+04 -1.28337e+04 -9.85573e+02 -4.37000e+04 -1.42074e+05 -5.98167e+03 -8.97870e+04 -1.63411e+05 -4.95293e+04 -1.32252e+05 -5.73801e+04 -4.49268e+05 -1.12892e+05 -2.85541e+05 -1.33560e+02 -3.83318e+04 -3.81995e-01 -3.51113e-01 -6.84207e-01 -4.01962e-01 -8.68420e-01 -7.07232e-01 -9.73428e-01 -8.25440e-01 -7.91620e-01 -7.21846e-01 -7.05455e-01 -6.60775e-01 -6.30559e-01 -5.68157e-01 -3.09186e-01 -6.82695e-01 -8.98071e-01 -6.60013e-01 -8.60070e-01 -4.86720e-01 -5.17147e-01 -2.21970e+00 -1.50099e+00 -1.43883e+00 -1.72750e+02 -1.69827e+00 -3.44108e-01 -1.77585e+01 -9.33279e+00 -6.62484e+00 -2.29920e+00 -2.78667e+00 -2.06983e+00 -1.15839e+00 -6.49602e+00 -6.03090e+00 -4.88719e+00 -1.94776e+00 -9.79577e-01 -2.51376e-01 -2.83431e-01 -3.64319e-01 -3.97126e-01 -4.97100e-01 -1.43663e-01 -1.81736e-01 -2.30939e-01 -4.47814e-01 -1.29137e-01 -1.28955e-01 -9.76972e-02 -2.35764e-01 -1.64497e-01 -1.92314e+01 -3.63179e+00 -2.02480e+01 -1.80517e+01 -4.86059e+00 -7.69507e+00 -1.50322e+01 -1.32742e+01 -1.17546e+01 -3.42681e+00 -3.33998e+00 -1.29550e-01 -1.55374e+05 -1.22887e+00 -2.32803e-02 -4.51302e-01 -5.71256e-01 -6.03857e-01 -9.92702e+00 -1.73990e+00 -2.73165e+01 -2.76553e+00 -6.99192e+05 -4.47370e-01 -4.55951e-01 -3.08426e-01 -4.76942e+06 -1.58922e-01 -1.21142e+04 -1.36198e+03 -1.16483e+02 -4.30164e+02 -6.08440e+00 -4.43366e-01 -1.74643e+03 -3.79477e-01 -2.35307e-01 -2.49875e-01 -5.01765e-01 -2.35338e-01 -2.66663e-01 -2.73197e-01 -2.43051e-01 -2.53907e-01 -7.52768e+03 -2.45396e-01 -3.46922e+04 -2.40318e-01 -3.17386e+05 -1.81312e-01 -2.37683e-01 -6.71315e-02 -1.76265e+00 -1.88128e+00 -2.39979e+00 -2.05544e+00 -1.89956e+00 -2.13487e+00 -1.86073e+00 -1.96194e+00 -1.95318e+00 -2.00156e+00 -2.00861e+00 -1.21934e+00 -1.70331e+00 -1.30622e+00 -1.71706e+00 -1.72430e+00 -1.63962e+00 -1.77960e+00 -1.53114e+00 -1.60367e+00 -1.56313e+01 -2.59617e+00 -2.86730e+00 -2.90225e+00 -3.78843e+00 -2.58430e-01 -1.19871e+03 -4.17016e+01 -5.55386e+02 -1.24387e+04 -1.84219e+02 -4.34652e+02 -1.98864e+03 -3.92580e+02 -1.56603e+03 -3.05289e+02 -2.11236e+02 -2.23077e+00 -3.33127e+03 -1.88391e+03 -2.56136e+02 -7.08898e+03 -5.17495e+03 -1.62423e+03 -1.60767e+03 -1.60258e+03 -2.21550e+04 -3.09098e+02 -7.38103e+03 -4.14768e+00 -5.62034e+01 -8.83246e-02 -5.88547e+03 -1.54130e+02 -2.99747e+02 -2.03557e+03 -1.83753e+01 -4.11074e+01 -1.73023e+02 -2.75273e+01 -1.98810e+02 -4.21094e+01 -2.34415e+01 -4.30247e-01 -1.63688e+03 -1.54550e+03 -1.35999e+02 -3.41480e+03 -2.91704e+03 -8.56105e+02 -8.12725e+02 -8.67536e+02 -1.07390e+04 -1.43198e+02 -3.60512e+03 -2.04260e+00 -2.63433e+01 -5.86865e-02 -2.02671e+04 -6.14974e+02 -7.45478e+03 -4.41667e+04 -2.16573e+02 -9.72083e+02 -4.41391e+03 -8.46249e+02 -4.14969e+03 -8.96325e+02 -5.20794e+02 -7.44873e+00 -3.50339e+04 -2.79908e+04 -2.93426e+03 -7.77965e+04 -6.37971e+04 -1.73137e+04 -2.06171e+04 -2.13923e+04 -2.60108e+05 -5.35723e+03 -9.68888e+04 -5.69440e+01 -6.72267e+02 -7.04282e-02 -5.75642e+02 -1.12415e+01 -2.58428e+02 -2.22611e+03 -2.06330e+01 -4.92475e+01 -2.33142e+02 -4.38217e+01 -2.20243e+02 -4.52145e+01 -2.61459e+01 -1.72142e-01 -1.22223e+03 -9.15712e+02 -7.78359e+01 -2.60489e+03 -2.27330e+03 -6.40717e+02 -7.01139e+02 -6.39073e+02 -9.70668e+03 -1.34058e+02 -3.30975e+03 -1.28596e+00 -2.08100e+01 -6.71837e-02 -1.10110e+00 -4.54152e+00 -9.71912e+00 -2.48536e+02 -1.21474e+01 -8.70753e+01 -4.56156e+03 -1.60229e+02 -3.98187e+03 -1.61900e+01 -1.36476e+01 -2.51654e+00 -1.18174e+00 -2.29736e+00 -3.16285e+00 -2.71042e+00 -4.79619e+05 -4.41098e+00 -8.55430e+02 -1.39654e+02 -1.82275e+02 -2.04610e+00 -1.96503e+00 -2.73838e+00 -4.95692e+04 -5.35298e+01 -6.64311e+04 -1.33417e+03 -1.16555e+00 -5.03694e-01 -7.53707e-01 -1.45753e+04 -3.63375e+04 -2.32408e+04 -7.54753e+04 -8.66789e+01 -2.69666e-01 -2.31615e+03 -4.95483e-01 -2.55252e-01 -2.74703e-01 -2.34431e-01 -2.56923e-01 -2.49359e-01 -3.74627e+02 -3.14479e+02 -5.79475e+05 -9.73037e+01 -2.33674e+06 -3.00827e-01 -2.46301e-01 -6.02237e-02 -1.36352e+02 -3.53175e+00 -7.54178e+01 -6.02946e+02 -6.86357e+00 -1.68649e+01 -9.10325e+01 -1.53731e+01 -8.11738e+01 -1.52291e+01 -8.89909e+00 -1.79712e-01 -4.37790e+02 -4.21130e+02 -2.35256e+01 -9.30499e+02 -8.01601e+02 -2.09379e+02 -2.06347e+02 -2.04524e+02 -5.21817e+03 -8.10359e+01 -1.82809e+03 -5.14433e-01 -1.22273e+01 -9.13604e-02 -1.80117e+03 -4.90010e+01 -1.29988e+03 -4.64419e+03 -3.87132e+01 -7.99404e+01 -3.85796e+02 -6.99967e+01 -3.52070e+02 -7.44748e+01 -4.41752e+01 -3.40870e-01 -5.44965e+03 -1.98364e+03 -1.76406e+02 -5.23081e+03 -4.26503e+03 -1.28396e+03 -1.44482e+03 -1.24050e+03 -2.63877e+04 -4.88649e+02 -1.05333e+04 -4.85170e+00 -7.51317e+01 -1.43226e-01 -9.41495e+02 -2.20085e+01 -3.77958e+02 -7.87106e+04 -1.29348e+03 -3.64261e+03 -1.31282e+04 -3.16089e+03 -1.33055e+04 -2.47661e+03 -1.65390e+03 -1.34684e+01 -2.10654e+03 -1.09310e+03 -1.24929e+02 -3.82298e+03 -2.83202e+03 -7.96243e+02 -9.31321e+02 -9.05659e+02 -8.90829e+03 -1.40667e+02 -3.34730e+03 -1.57896e+00 -2.10254e+01 -8.00504e-02 -3.11076e+01 -5.63353e-01 -4.42845e+00 -1.84441e+02 -7.57470e-01 -1.76927e+00 -1.00978e+01 -8.37990e-01 -8.22216e+00 -1.15078e+00 -7.37945e-01 -5.82648e-01 -2.96680e+01 -2.00358e+01 -1.91614e+01 -7.08218e+02 -7.98219e+02 -1.92571e+02 -1.80868e+01 -1.75101e+01 -9.29387e+02 -1.73875e+01 -4.83125e+02 -8.81810e-01 -2.13734e+00 -3.22854e-01 -1.37879e+04 -5.64956e+02 -4.86021e+03 -6.45401e+03 -1.10088e+03 -1.07002e+03 -2.99246e+03 -3.25722e+01 -4.46312e+01 -4.88089e+00 -7.92270e+01 -2.95159e+01 -3.19072e+03 -3.46580e+03 -1.92573e+02 -2.48205e+03 -5.52043e+03 -3.60389e+03 -9.57378e+03 -3.26173e+03 -1.58165e+04 -1.07541e+04 -3.90785e+03 -7.45736e+02 -3.97662e+03 -9.25082e-01 -3.70757e+03 -1.13972e+02 -1.64130e+03 -8.35109e+03 -4.01969e+01 -1.48182e+02 -7.63771e+02 -1.26138e+02 -6.82560e+02 -1.48881e+02 -8.55517e+01 -8.39941e-01 -7.06878e+03 -4.96260e+03 -5.78353e+02 -1.57471e+04 -1.21676e+04 -4.30344e+03 -5.73440e+03 -5.10170e+03 -5.21580e+04 -6.54745e+02 -1.74094e+04 -1.00396e+01 -1.30262e+02 -1.77784e-01 -8.55480e+04 -2.63835e+03 -3.96094e+04 -2.94268e+05 -2.99498e+03 -6.57834e+03 -3.57515e+04 -5.57704e+03 -2.47599e+04 -4.91828e+03 -3.36089e+03 -5.23971e+01 -1.99709e+05 -1.03522e+05 -1.55734e+04 -3.77616e+05 -3.35273e+05 -9.98546e+04 -1.04260e+05 -9.93849e+04 -1.12718e+06 -1.31893e+04 -3.36948e+05 -2.48410e+02 -3.40488e+03 -4.79176e-02 -3.53417e+05 -3.78982e+03 -1.34303e+00 -3.38741e+03 -1.63357e+05 -1.53180e+00 -5.12927e+00 -6.04171e+04 -1.71760e+05 -2.11513e+05 -3.56242e-01 -1.32717e-01 -9.03940e+04 -1.34000e+04 -1.31259e-02 -1.69179e-01 -3.76277e-01 -4.76275e-01 -1.23528e+06 -8.60230e+05 -7.86320e+05 -8.92233e-01 -4.19578e+04 -1.72034e+01 -4.93739e+03 -3.09164e-01 -1.74456e+02 -4.32311e+00 -8.06719e+01 -3.56742e+03 -2.91098e+01 -7.20783e+01 -3.66884e+02 -5.89361e+01 -3.06718e+02 -6.11070e+01 -3.04079e+01 -8.37993e-01 -4.49516e+02 -2.15227e+02 -1.47698e+01 -6.11214e+02 -5.16036e+02 -1.43165e+02 -1.33683e+02 -1.43885e+02 -2.58286e+03 -4.72469e+01 -9.69272e+02 -2.90792e-01 -6.10120e+00 -9.81031e-02 -3.25846e+03 -9.67979e+01 -3.03298e+02 -6.28030e+03 -3.70720e+01 -1.05241e+02 -4.87246e+02 -8.96120e+01 -5.17733e+02 -1.13252e+02 -6.16990e+01 -6.26047e-01 -4.68775e+03 -5.09905e+03 -1.43152e+03 -3.52045e+04 -3.60323e+04 -8.05556e+03 -5.03668e+03 -5.94821e+03 -4.89329e+04 -8.34685e+02 -1.99513e+04 -1.23530e+01 -1.22062e+02 -1.35900e-01 -3.14447e+04 -3.92749e+02 -1.99722e+03 -6.59275e+03 -3.69104e+01 -1.35643e+02 -5.87879e+02 -9.33068e+01 -5.92592e+02 -1.49105e+02 -7.99274e+01 -7.82762e-01 -2.43480e+03 -3.17909e+03 -2.05177e+02 -5.55619e+03 -1.09340e+04 -1.62097e+03 -3.85429e+03 -4.06397e+03 -1.81826e+04 -7.99563e+03 -1.75026e+04 -1.05160e+01 -9.18474e+01 -1.31263e-01 -1.30776e+02 -3.58748e+00 -3.11301e+02 -2.18133e+01 -7.91106e-01 -7.92878e-01 -1.89224e+00 -7.46767e-01 -1.58789e+00 -6.70587e-01 -7.08983e-01 -4.98470e-01 -4.85284e+02 -4.52772e+01 -2.06989e+00 -5.88820e+01 -8.46223e+02 -1.42246e+01 -6.18151e+01 -6.24397e+01 -6.14541e+02 -3.50185e+01 -1.85504e+02 -6.49930e-01 -1.44283e+01 -2.78466e-01 -5.86724e+02 -1.19392e+01 -5.44194e+02 -1.01984e+03 -5.27560e+00 -1.53604e+01 -6.71025e+01 -1.18818e+01 -5.93536e+01 -1.13552e+01 -6.63474e+00 -6.89356e-02 -1.85069e+03 -4.52456e+02 -6.19342e+01 -3.11707e+03 -3.01974e+03 -8.45504e+02 -8.99039e+02 -8.45304e+02 -8.28643e+03 -1.80445e+02 -4.51789e+03 -6.30929e-01 -1.91888e+01 -1.48847e-01 -2.89163e+03 -8.67145e+01 -5.17091e+03 -5.59879e+03 -2.36540e+01 -9.86662e+01 -4.70865e+02 -9.86931e+01 -5.11817e+02 -1.10796e+02 -5.64453e+01 -5.05270e-01 -1.84567e+04 -3.24657e+03 -3.26045e+02 -8.80308e+03 -7.31147e+03 -2.11557e+03 -2.18401e+03 -2.14176e+03 -5.43548e+04 -1.45062e+03 -2.29494e+04 -1.21423e+01 -1.64381e+02 -1.72644e-01 -4.43280e+03 -1.59394e+02 -1.24789e+03 -1.04164e+04 -9.83065e+01 -1.67432e+02 -1.01158e+03 -1.84966e+02 -9.87586e+02 -2.12282e+02 -1.18908e+02 -1.37911e+00 -8.06698e+03 -7.50083e+03 -7.31941e+02 -1.91356e+04 -1.62395e+04 -4.78239e+03 -5.40876e+03 -4.87205e+03 -9.18120e+04 -1.63113e+03 -3.55382e+04 -1.97831e+01 -2.48560e+02 -1.71508e-01 -2.10064e-01 -3.08321e-02 -5.17742e-01 -2.08468e-01 -2.54971e-01 -4.42133e-01 -1.16936e+00 -6.87834e-01 -1.40854e+00 -8.94655e-01 -2.26944e-01 -6.53563e-02 -7.49607e-01 -1.79750e-01 -4.08676e-03 -5.26738e-02 -1.17154e-01 -2.59158e-01 -1.19622e+00 -2.41503e-01 -1.32080e+00 -1.98730e-01 -6.28972e-01 -8.70550e-04 -2.49848e-01 -9.32615e-01 -2.79103e+02 -5.85324e+00 -1.15598e+02 -4.75906e+03 -2.52900e+01 -7.87863e+01 -3.88189e+02 -6.23421e+01 -3.15195e+02 -6.77671e+01 -3.96565e+01 -9.34652e-01 -8.22269e+02 -3.52710e+02 -3.25132e+01 -1.28480e+03 -1.11229e+03 -3.20238e+02 -2.99950e+02 -2.85307e+02 -1.02325e+04 -1.79737e+02 -5.45399e+03 -9.32213e-01 -2.47316e+01 -1.49075e-01 -4.46349e+03 -6.10268e+01 -2.00092e+02 -5.81035e+04 -6.71562e+02 -1.94757e+03 -1.01038e+04 -1.73258e+03 -8.25021e+03 -8.28846e+02 -7.61446e+02 -5.16525e+00 -9.50875e+02 -8.72055e+02 -6.54283e+01 -2.39693e+03 -2.61335e+03 -4.78746e+02 -4.75631e+02 -5.05786e+02 -5.75682e+03 -1.71866e+02 -2.50859e+03 -9.14483e-01 -2.08012e+01 -1.03540e-01 -3.11760e+02 -7.01286e+00 -8.61967e+01 -1.91548e+03 -9.40109e+00 -2.50218e+01 -1.13596e+02 -2.15592e+01 -1.03362e+02 -2.06627e+01 -1.15761e+01 -1.05460e-01 -4.81060e+02 -4.15007e+02 -2.45367e+01 -9.76844e+02 -8.25208e+02 -2.48854e+02 -4.41677e+02 -3.75648e+02 -1.96225e+04 -3.83043e+02 -7.91771e+03 -2.39714e+00 -5.19601e+01 -8.36298e-02 -2.70541e+03 -7.72834e+01 -7.23257e+03 -1.35644e+04 -1.12088e+02 -2.35093e+02 -1.08665e+03 -1.96991e+02 -8.29391e+02 -1.71769e+02 -1.10180e+02 -1.36364e+00 -2.06460e+04 -2.31543e+04 -2.74829e+02 -8.54796e+03 -8.75944e+03 -2.70980e+03 -1.18774e+04 -9.09576e+03 -6.00988e+04 -1.00940e+03 -2.60227e+04 -1.08065e+01 -2.07986e+02 -1.72851e-01 -1.81276e+00 -4.37382e-01 -2.11783e+00 -7.15467e+00 -1.43227e+00 -1.08351e+00 -1.12807e+06 -1.03439e+00 -7.00255e-01 -3.55164e-01 -5.74158e-01 -9.64967e-02 -1.29376e+00 -3.44976e-01 -8.22512e-03 -1.06013e-01 -2.35787e-01 -8.71396e-01 -2.71381e+00 -4.82629e-01 -1.88065e+00 -3.74808e-01 -1.83656e+00 -1.10672e-03 -3.17628e-01 -2.05143e-01 -6.29280e+06 -1.30660e+06 -2.09310e+07 -3.59158e+07 -2.25390e+07 -2.15945e+07 -6.85051e+07 -2.65900e+07 -4.40386e+07 -1.75354e+07 -9.13341e+06 -1.75634e-01 -1.23615e+07 -3.77018e+06 -4.26563e+04 -5.49792e+05 -1.22281e+06 -1.16500e+07 -2.12872e+07 -3.68501e+06 -2.12548e+07 -4.40921e+04 -1.34933e+07 -1.15717e+05 -3.95451e+05 -2.36805e-01 -8.81585e+00 -1.17409e+01 -7.77839e+03 -6.55313e+04 -6.22419e+04 -2.98353e+04 -6.89908e+04 -9.91957e+03 -9.81867e+03 -4.55745e+03 -5.39965e+03 -6.24492e-01 -4.36734e+05 -9.05917e+05 -3.82223e+03 -4.92643e+04 -1.09571e+05 -4.38112e+04 -4.46985e+03 -2.19029e+03 -2.33347e+06 -1.59932e+05 -4.67426e+05 -1.19430e+00 -1.70571e+05 -1.19990e-01 -1.72162e+03 -5.17345e+01 -3.40895e+02 -2.03345e+04 -1.82777e+02 -3.48451e+02 -1.69447e+03 -2.83657e+02 -1.70131e+03 -3.99265e+02 -2.15437e+02 -1.85631e+00 -4.69139e+03 -4.19259e+03 -6.23673e+02 -1.62213e+04 -1.52860e+04 -4.08176e+03 -2.88884e+03 -3.25550e+03 -1.56441e+05 -3.32427e+03 -7.11643e+04 -5.79459e+01 -5.77162e+02 -2.34839e-01 -2.93966e-01 -3.00303e-01 -1.38940e+00 -2.78818e-01 -3.05822e-01 -2.77510e-01 -2.61346e-01 -2.77590e-01 -2.66254e-01 -3.08886e-01 -2.64944e-01 -2.20027e-01 -2.65403e-01 -2.76685e-01 -2.72807e-01 -2.77228e-01 -2.78248e-01 -2.72739e-01 -2.91764e-01 -3.02771e-01 -2.89790e-01 -2.30017e-01 -2.64586e-01 -2.71255e-01 -2.71978e-01 -1.17057e-01 -2.04748e+05 -4.97467e+03 -1.16848e+05 -3.69779e+05 -2.22136e+03 -6.93902e+03 -3.18239e+04 -6.46690e+03 -3.38783e+04 -7.61002e+03 -4.15691e+03 -5.38976e+01 -2.91463e+05 -2.86310e+05 -3.00422e+04 -7.32001e+05 -6.33289e+05 -2.01366e+05 -2.08160e+05 -1.97964e+05 -2.16302e+06 -5.53596e+04 -8.65154e+05 -4.99206e+02 -5.86089e+03 -9.57684e-02 -4.14823e+04 -1.28204e+03 -2.22477e+04 -6.71156e+04 -8.43396e+02 -1.76338e+03 -8.54910e+03 -1.57145e+03 -8.51638e+03 -1.62124e+03 -1.01402e+03 -1.15732e+01 -7.02009e+04 -5.50388e+04 -6.83861e+03 -1.72791e+05 -1.37802e+05 -4.34808e+04 -2.39577e+04 -2.00978e+04 -1.44821e+05 -5.38005e+03 -1.75886e+05 -1.04843e+02 -1.34086e+03 -6.56067e-02 -3.50696e+03 -1.15443e+02 -1.32276e+03 -8.96243e+03 -9.40739e+01 -2.34316e+02 -1.07845e+03 -2.05615e+02 -1.02729e+03 -1.96257e+02 -1.24408e+02 -1.24356e+00 -8.34822e+03 -6.48491e+03 -7.22468e+02 -1.91695e+04 -1.38521e+04 -4.54953e+03 -4.86712e+03 -4.39599e+03 -5.46463e+04 -8.35811e+02 -1.85818e+04 -9.54064e+00 -1.46154e+02 -7.27210e-02 -2.60840e+05 -2.75135e+03 -1.92827e+05 -4.36228e+03 -8.05889e+02 -3.84676e+02 -4.53589e+03 -9.48197e+01 -2.65463e+03 -1.53616e+03 -3.65264e+03 -6.02654e-01 -4.78863e+04 -5.05678e-01 -5.70233e-01 -2.69711e+03 -2.29549e+02 -7.19569e+01 -1.70381e+06 -6.60222e-01 -4.10719e+05 -2.77937e+01 -8.34585e+04 -2.81058e-01 -2.36470e+00 -1.11112e-01 -2.11003e+03 -8.78261e+01 -1.48975e+03 -6.00765e+03 -7.43126e+01 -1.23463e+02 -7.83752e+02 -1.50097e+02 -8.10803e+02 -1.76014e+02 -9.48917e+01 -1.14397e+00 -6.83143e+03 -5.88139e+03 -5.63560e+02 -1.48388e+04 -1.29382e+04 -3.43914e+03 -3.86624e+03 -4.10922e+03 -5.98916e+04 -9.78545e+02 -1.96942e+04 -1.22366e+01 -1.52139e+02 -1.05159e-01 -1.25938e+04 -3.00581e+02 -1.06616e+03 -9.51648e+03 -6.21098e+01 -1.17435e+02 -5.77699e+02 -9.22644e+01 -4.34334e+02 -1.00350e+02 -5.94180e+01 -9.78327e-01 -4.27057e+03 -3.63193e+03 -1.22007e+04 -2.41434e+05 -2.17675e+05 -6.98781e+04 -1.33102e+05 -1.36162e+05 -3.67026e+04 -8.56993e+02 -1.71947e+04 -1.24888e+01 -1.17267e+02 -1.51804e-01 -9.22494e+03 -2.86175e+02 -2.15240e+03 -7.14641e+04 -6.44144e+02 -1.21227e+03 -5.94015e+03 -1.09875e+03 -5.71261e+03 -1.31689e+03 -7.26809e+02 -8.50239e+00 -1.44266e+04 -1.83219e+04 -1.66373e+03 -4.02768e+04 -3.58527e+04 -1.02572e+04 -2.02034e+04 -1.97461e+04 -7.68944e+05 -1.90753e+04 -3.61426e+05 -2.57733e+02 -3.00670e+03 -1.94234e-01 -2.83295e+05 -1.76059e+04 -1.39375e+04 -1.30747e+05 -5.22899e+03 -6.39480e+04 -5.43150e+04 -3.56600e+04 -1.14407e+05 -1.90307e+05 -2.40107e+04 -8.99202e+01 -1.68321e+00 -3.00417e+04 -1.32035e+03 -1.05155e+05 -6.55236e+04 -2.67402e+04 -6.53393e+05 -1.41200e+04 -4.50232e+05 -1.39770e+05 -2.70417e+06 -2.28054e-01 -5.43923e+04 -5.76934e-02 -1.43979e+02 -2.18511e+00 -7.24973e+01 -7.04764e+03 -3.93055e+01 -1.43956e+02 -7.61274e+02 -1.21360e+02 -6.05199e+02 -1.07913e+02 -6.38610e+01 -1.45065e+00 -3.38998e+02 -2.31753e+02 -1.78469e+01 -8.86414e+02 -7.50715e+02 -2.26348e+02 -2.37381e+02 -2.17046e+02 -4.89986e+03 -7.06374e+01 -1.69705e+03 -2.96043e-01 -9.44970e+00 -1.71015e-01 -1.27285e+03 -4.67724e+01 -6.61189e+03 -3.23168e+03 -2.01612e+01 -7.65835e+01 -3.61041e+02 -6.51056e+01 -3.09380e+02 -6.93485e+01 -3.76765e+01 -3.72702e-01 -2.91467e+03 -3.05056e+03 -7.59810e+02 -1.84248e+04 -4.44532e+03 -4.59697e+03 -3.90134e+04 -4.15239e+04 -2.45500e+04 -2.50846e+03 -1.84008e+04 -4.06393e+00 -5.16254e+01 -1.29392e-01 -1.39990e+04 -2.79384e+03 -6.53127e+06 -1.57005e+04 -4.95244e+03 -2.34765e+03 -2.23843e+05 -3.58640e+02 -3.71094e+02 -3.00049e+02 -6.23889e+02 -2.32429e+02 -9.62507e+02 -8.17389e+03 -7.99028e+03 -1.02986e+05 -2.29055e+05 -2.47421e+03 -1.41475e+05 -3.52676e+02 -1.26449e+05 -3.53810e-01 -9.40624e+02 -4.45303e-01 -1.98439e+02 -4.82145e-01 -4.17226e+04 -1.44315e+03 -1.24766e+04 -1.02320e+05 -7.98228e+02 -2.25041e+03 -1.06815e+04 -2.01683e+03 -1.06346e+04 -2.12994e+03 -1.22071e+03 -1.72830e+01 -2.77754e+04 -5.24349e+04 -7.45647e+03 -2.01135e+05 -1.60783e+05 -4.38515e+04 -4.67085e+04 -4.98516e+04 -7.58734e+05 -1.41296e+04 -2.40366e+05 -1.49134e+02 -1.88339e+03 -1.43097e-01 -3.62473e+03 -1.28416e+02 -1.50030e+03 -6.62922e+03 -2.88194e+01 -1.70341e+02 -7.89613e+02 -1.63676e+02 -8.47005e+02 -1.73812e+02 -8.92409e+01 -1.01901e+00 -7.16201e+03 -5.94891e+03 -5.80874e+02 -1.65697e+04 -1.11786e+04 -3.38688e+03 -4.26375e+03 -4.05762e+03 -5.12004e+04 -8.98949e+02 -1.63980e+04 -9.69482e+00 -1.28720e+02 -1.26829e-01 -6.43870e+02 -1.19695e+01 -1.06121e+03 -4.89657e+03 -2.14820e+01 -8.28067e+01 -3.75183e+02 -6.18559e+01 -2.78520e+02 -4.78390e+01 -2.70995e+01 -3.16871e-01 -2.35690e+03 -6.08173e+02 -4.34629e+01 -1.87973e+03 -1.69107e+03 -4.99074e+02 -4.77314e+02 -4.12125e+02 -1.23186e+04 -1.90739e+02 -4.44666e+03 -1.04667e+00 -2.55264e+01 -8.85595e-02 -4.07188e+04 -6.95876e-01 -7.60021e-01 -1.13021e+00 -3.28014e+00 -5.02754e+03 -1.72994e+01 -8.85532e+01 -6.12292e+00 -1.94138e+00 -9.82541e-01 -9.06982e-01 -1.26902e+00 -6.12853e-01 -9.15085e-01 -6.64297e-01 -4.60973e-01 -6.11305e-01 -5.66311e+02 -9.31371e-01 -3.02483e+01 -8.02317e-01 -3.33704e+02 -3.74181e-01 -4.75692e-01 -1.92437e-01 -1.55912e+01 -1.79823e+01 -3.39971e+01 -1.84487e+01 -1.68537e+01 -1.60311e+01 -1.85874e+01 -1.60498e+01 -1.45348e+01 -1.46673e+01 -1.60394e+01 -1.63056e+01 -3.91578e+01 -1.06856e+02 -4.26221e+01 -4.01576e+01 -5.04629e+01 -3.26630e+01 -2.35962e+01 -2.88160e+01 -5.34541e+01 -6.32420e+01 -3.74938e+01 -3.79210e+01 -4.14734e+01 -3.91388e-02 -4.82463e+02 -1.11289e+01 -5.74611e+02 -1.31241e+03 -1.06168e+01 -2.62796e+01 -1.51954e+02 -2.67515e+01 -1.48006e+02 -2.88076e+01 -1.55912e+01 -1.61910e-01 -2.45497e+03 -1.91740e+03 -8.04428e+01 -2.72422e+03 -2.22650e+03 -6.94268e+02 -6.54961e+02 -5.71905e+02 -1.14089e+04 -1.77476e+02 -3.85611e+03 -1.54189e+00 -2.58387e+01 -1.39724e-01 -2.43825e+06 -1.95412e+04 -1.41737e+03 -2.67212e+04 -7.57748e+03 -4.57079e+04 -4.60214e+04 -1.74910e+04 -1.35756e+05 -2.17210e+04 -2.31579e+04 -2.12156e-01 -1.15909e+04 -1.77549e+00 -2.91801e-01 -2.52336e-01 -2.41345e-01 -1.66406e+04 -1.04197e+05 -2.67886e-01 -2.51745e+05 -7.82951e-01 -1.84131e+05 -2.24761e-01 -2.55881e-01 -8.35740e-02 -5.12713e+05 -3.43202e+04 -1.12574e+02 -3.97466e-01 -5.31728e-01 -5.47963e-01 -6.93862e-01 -3.37119e-01 -8.22396e-01 -3.45514e-01 -1.78539e-01 -7.43961e+04 -2.76299e+06 -1.52365e-01 -2.04894e-01 -1.67873e-01 -1.72606e-01 -1.86821e-01 -2.28264e+01 -1.76899e-01 -1.45890e+00 -1.49502e-01 -1.20694e+07 -2.39366e-01 -1.92191e-01 -1.25079e-01 -1.08311e+03 -2.71145e+01 -4.19199e+02 -5.03482e+03 -4.57418e+01 -9.67756e+01 -4.99722e+02 -9.06334e+01 -5.06736e+02 -1.09711e+02 -3.54994e+01 -5.27143e-01 -2.74067e+03 -2.11992e+03 -2.06913e+02 -6.15566e+03 -4.92740e+03 -1.43850e+03 -1.53465e+03 -1.44721e+03 -1.94125e+04 -3.22505e+02 -7.17425e+03 -3.68648e+00 -5.15997e+01 -8.26166e-02 -3.47520e+03 -1.21316e+02 -1.32753e+03 -2.32077e+04 -2.15721e+02 -4.03769e+02 -2.13505e+03 -3.80605e+02 -2.13076e+03 -4.87391e+02 -2.73228e+02 -2.68506e+00 -1.11512e+04 -9.92453e+03 -1.15894e+03 -2.88021e+04 -2.56259e+04 -7.66016e+03 -6.75205e+03 -6.64745e+03 -1.34204e+05 -2.37952e+03 -5.59942e+04 -3.80483e+01 -4.30651e+02 -1.58017e-01 -2.45815e+02 -5.99530e+00 -8.66261e+01 -1.63460e+03 -9.73117e+00 -2.44306e+01 -1.08931e+02 -1.97231e+01 -1.04081e+02 -2.26550e+01 -1.31056e+01 -2.21260e-01 -5.62858e+02 -3.39327e+02 -2.39730e+01 -7.49789e+02 -6.43000e+02 -1.76908e+02 -1.50307e+02 -1.55814e+02 -1.44336e+04 -3.23282e+02 -6.24036e+03 -3.19286e+00 -5.40563e+01 -1.41392e-01 -5.57710e+00 -5.84285e-01 -7.02014e-01 -3.42297e+00 -4.54833e-01 -1.13436e-01 -5.79445e-01 -4.75112e-01 -3.15905e-01 -3.45476e-02 -5.97263e-02 -2.22510e-02 -8.56713e-01 -3.32563e+00 -7.21666e-02 -1.13703e+00 -1.93731e+00 -1.42702e+00 -5.01176e+00 -7.65232e-01 -8.09925e+03 -6.60884e-01 -1.59514e+00 -3.63156e+00 -5.26110e-01 -6.18742e-01 -3.79076e+06 -2.22072e-01 -9.52944e+06 -6.52714e-01 -6.32395e-01 -1.07367e+00 -1.41558e+00 -7.43150e-01 -3.86018e+02 -4.29692e+05 -1.93118e-01 -2.16730e-01 -5.64014e+03 -3.19708e-01 -1.29040e-02 -2.50932e-01 -3.16146e-01 -1.90077e+02 -4.25193e+06 -1.35137e-01 -1.45122e+06 -1.55829e+06 -2.01281e+07 -7.70043e-04 -2.21002e-01 -1.09456e-01 -5.48128e+03 -2.25596e+02 -2.44936e+03 -1.54802e+04 -1.93559e+02 -3.37844e+02 -2.11714e+03 -3.84752e+02 -1.89544e+03 -3.74202e+02 -2.39027e+02 -2.41439e+00 -1.64385e+04 -1.03045e+04 -1.50650e+03 -3.83412e+04 -3.02264e+04 -9.45201e+03 -8.84017e+03 -8.80371e+03 -1.44056e+05 -2.26476e+03 -4.75665e+04 -3.53067e+01 -4.49912e+02 -1.91372e-01 -9.71818e+05 -3.31053e-01 -1.52737e+00 -3.80826e+02 -8.64652e-01 -8.53410e-01 -9.18734e+03 -5.34894e-01 -1.44541e+00 -6.08046e-01 -3.05684e-01 -1.98448e-01 -5.75533e-01 -4.60410e-01 -7.42924e-01 -1.64611e+00 -3.26532e-01 -3.12535e-01 -3.27379e+03 -3.18476e-01 -2.42623e+00 -4.83365e+01 -2.25494e+00 -3.04138e-01 -2.88930e-01 -6.96491e-02 -1.20837e+01 -1.19599e+02 -1.72118e+01 -5.66420e+01 -4.52289e+01 -3.32135e+01 -4.80976e+01 -3.22963e+01 -6.03947e+01 -6.60480e+00 -1.14185e+01 -4.25394e+00 -2.77933e+02 -1.26376e+03 -3.18027e+01 -3.58569e+02 -9.44298e+02 -1.51598e+02 -1.53499e+03 -3.84730e+02 -6.39306e+02 -3.54024e+02 -2.27338e+02 -1.44565e-01 -4.14902e+01 -8.32552e-02 -8.91439e+02 -9.41631e+00 -3.59024e+02 -6.33875e+02 -3.20046e+00 -1.20485e+01 -6.33176e+01 -1.14159e+01 -5.96703e+01 -1.25537e+01 -6.63044e+00 -1.10484e-01 -7.89669e+02 -4.52601e+02 -4.36653e+01 -1.49360e+03 -2.59531e+04 -3.17671e+02 -1.27741e+02 -1.46681e+02 -5.87457e+03 -2.01688e+02 -6.65752e+01 -6.32619e-01 -3.06510e+02 -1.15234e-01 -8.93524e+02 -2.12366e+01 -1.19317e+02 -1.27664e+04 -8.80736e+01 -2.32454e+02 -1.09546e+03 -1.92888e+02 -8.99438e+02 -1.80781e+02 -1.08385e+02 -4.46772e-01 -1.28608e+03 -9.16986e+02 -9.50150e+01 -3.06363e+03 -3.17505e+03 -7.56499e+02 -8.70843e+02 -8.09552e+02 -3.28116e+04 -6.62787e+02 -1.34330e+04 -5.53818e+00 -1.10738e+02 -9.61418e-02 -4.27476e+05 -1.83132e+04 -1.13653e+05 -1.66606e+06 -1.82450e+04 -3.32295e+04 -1.55137e+05 -2.90525e+04 -1.41465e+05 -3.52289e+04 -2.13375e+04 -4.66055e+02 -5.71386e+05 -3.10823e+05 -6.50482e+04 -1.36774e+06 -9.82166e+05 -3.78922e+05 -3.77985e+05 -3.24050e+05 -3.27782e+06 -6.49560e+04 -1.84161e+06 -9.89184e+02 -9.42154e+03 -2.98079e+04 -1.29193e+03 -3.42338e+01 -2.32362e+03 -3.26190e+03 -1.43466e+01 -6.00675e+01 -2.88223e+02 -5.42007e+01 -2.70765e+02 -5.49147e+01 -3.20133e+01 -2.04995e-01 -1.18546e+04 -1.58260e+03 -1.43269e+02 -4.45751e+03 -3.63063e+03 -1.03235e+03 -1.08926e+03 -1.04425e+03 -5.55315e+04 -1.06696e+03 -2.15744e+04 -9.86645e+00 -1.48637e+02 -1.16931e-01 -5.13390e+01 -1.18595e+00 -4.75876e+01 -8.02591e+00 -2.24769e-01 -1.99417e-01 -7.89728e-01 -1.88816e-01 -7.68347e-01 -1.74706e-01 -1.93569e-01 -1.80471e-01 -1.08418e+02 -7.80774e+01 -1.90891e-01 -2.99372e+00 -1.87065e+02 -7.91056e-01 -5.58397e+01 -5.62299e+01 -6.70187e+02 -1.24169e+01 -1.97744e+02 -2.01535e-01 -1.51146e+00 -1.33976e-01 -2.49860e+00 -7.19094e-01 -3.14786e+02 -8.81539e-01 -4.84302e+00 -3.14945e-01 -3.47616e-01 -3.93992e-01 -9.59135e-02 -1.46559e-01 -9.05749e-02 -3.37436e-02 -2.40264e-01 -1.92390e-01 -3.90513e-03 -5.03327e-02 -1.11947e-01 -5.20683e-03 -3.21088e-02 -5.06272e-03 -2.56856e-01 -8.85635e-02 -1.18925e-01 -3.61623e-04 -1.03786e-01 -2.00324e-01 -1.47841e+05 -4.10413e+03 -3.51362e+01 -3.57575e+04 -1.01748e+05 -2.51355e+04 -1.60616e+02 -1.59513e+00 -2.79636e+04 -7.57308e+01 -1.16175e+04 -5.98623e+02 -1.40037e+04 -5.28324e+03 -2.28914e+00 -5.38108e+02 -2.40639e+04 -5.48953e+03 -4.92081e+03 -1.36143e+00 -9.84914e+03 -7.21992e+00 -5.33815e+04 -7.38539e-02 -1.34707e+03 -1.14035e-01 -1.56532e+00 -2.18067e+00 -2.43207e-01 -2.97564e-01 -3.79158e-01 -3.34424e-01 -3.36591e-01 -3.16611e-01 -3.48015e-01 -3.93557e-01 -3.39693e-01 -2.69966e-01 -2.45182e-01 -2.12218e-01 -1.98090e-01 -2.11917e-01 -2.34412e-01 -2.41756e-01 -2.08605e+01 -2.32891e+01 -2.10220e-01 -1.86130e-01 -2.05646e-01 -1.73616e-01 -1.85492e-01 -8.57899e-02 -4.39913e+05 -2.23189e+04 -2.96773e+04 -3.44094e+04 -5.64509e+04 -1.83311e+04 -5.81724e+04 -2.31712e+04 -2.68603e+04 -1.06569e+04 -9.53857e+03 -1.13045e+04 -4.58775e+04 -5.61350e+04 -2.89399e+03 -3.73003e+04 -8.29609e+04 -1.16609e+04 -5.57909e+04 -2.08405e+04 -1.87986e+05 -7.87628e+04 -4.81127e+04 -7.96742e+01 -2.28665e+04 -1.69954e-01 -1.36276e+06 -3.02489e+05 -3.42845e+06 -9.26930e+06 -1.29654e+06 -5.45755e+05 -2.23568e+06 -5.62650e+05 -2.02505e+06 -9.25863e+05 -1.09498e+05 -2.47001e+04 -2.57162e+05 -1.48030e+06 -1.26084e+05 -1.62509e+06 -3.61441e+06 -1.69338e+06 -8.29743e+05 -2.02913e+05 -1.76957e+06 -6.58584e+03 -2.41294e+05 -1.20683e-03 -3.46359e-01 -2.89596e+00 -1.24308e+05 -6.19770e+03 -5.76986e+05 -1.63160e+04 -1.23575e+04 -4.22352e+03 -2.35106e+05 -8.21735e+04 -8.66652e+04 -2.23786e+05 -8.43821e+03 -9.28364e+02 -5.98257e+05 -2.13337e+07 -6.59453e+02 -8.49962e+03 -1.89043e+04 -1.69992e+05 -8.28604e+06 -1.18140e+05 -7.77706e+06 -8.07037e+05 -3.55118e+05 -1.36146e+02 -3.90739e+04 -3.29901e-01 -4.07329e+04 -1.13542e+03 -7.50231e+03 -1.62726e+06 -2.49188e+04 -6.70548e+04 -2.67970e+05 -5.00430e+04 -1.95487e+05 -2.81612e+04 -2.82662e+04 -3.47643e+02 -1.29900e+05 -1.46917e+05 -7.89720e+03 -2.11283e+05 -1.74392e+05 -4.85072e+04 -4.29153e+04 -5.69188e+04 -1.80718e+06 -1.51361e+04 -3.81051e+05 -3.68037e+04 -5.45380e+03 -2.45147e-01 -4.16536e+04 -2.07705e+03 -1.47197e+00 -4.51202e-01 -7.19319e-01 -9.89969e-01 -1.03104e+00 -4.26251e-01 -1.13941e+00 -5.97109e-01 -5.06228e-01 -2.54561e-01 -4.42435e-01 -3.45242e-01 -2.43062e-01 -2.46483e-01 -2.29328e-01 -2.25456e-01 -8.64768e-01 -2.25848e-01 -3.52385e+01 -8.57410e+01 -3.24432e+03 -2.06346e-01 -2.39589e-01 -1.30417e-01 -1.87103e+04 -2.46955e+02 -8.62354e+02 -9.40388e+03 -9.39755e+03 -7.73651e+03 -3.66487e+04 -8.78175e+03 -1.95583e+05 -1.66038e+03 -1.67814e+04 -1.10538e+04 -5.58581e+02 -1.59292e+04 -3.40663e+03 -4.39077e+04 -9.76568e+04 -4.32867e+04 -5.92470e+03 -1.91252e+04 -8.32866e+04 -2.29103e+03 -1.69930e+04 -1.27544e+00 -3.66050e+02 -2.12617e-01 -2.48355e+05 -1.26832e+04 -4.72146e+04 -2.03592e+05 -2.38576e+05 -1.86365e+05 -3.70198e+05 -2.84019e+05 -3.89767e+05 -1.09542e+05 -9.46935e+04 -1.32174e+04 -1.71901e+05 -4.58090e+05 -1.86017e+05 -5.31593e+05 -4.70497e+05 -3.67929e+05 -4.76858e+05 -1.87902e+05 -2.33506e+06 -5.41442e+05 -1.18310e+06 -2.15685e+05 -9.27983e+04 -6.44860e-02 -3.87093e+00 -9.98632e-02 -3.86847e+01 -2.15749e+02 -2.10882e+00 -5.43656e+00 -2.67190e+01 -4.36058e+00 -2.68649e+01 -5.44668e+00 -3.06418e+00 -1.29146e-01 -1.92667e+02 -1.50353e+02 -1.69235e+01 -4.55186e+02 -3.69689e+02 -1.07815e+02 -1.12155e+02 -1.10091e+02 -1.48206e+03 -2.60514e+01 -5.67414e+02 -2.00845e-01 -3.91237e+00 -7.64341e-02 -3.18722e+05 -1.36098e+04 -6.89081e+03 -8.33171e+05 -9.69253e+03 -1.49235e+04 -4.97648e+04 -1.53105e+04 -5.10533e+04 -1.59907e+04 -6.42929e+03 -2.68327e+02 -4.01009e+05 -4.87472e+05 -2.86218e+03 -1.24044e+05 -2.66656e+04 -1.29252e+04 -3.17026e+05 -2.49273e+04 -2.93009e+06 -1.68687e-01 -1.65690e+06 -6.61882e+01 -3.35865e+03 -5.97113e-02 -7.10164e+05 -2.46229e+04 -2.70428e+05 -2.04699e+06 -1.86933e+04 -4.82107e+04 -2.15291e+05 -4.35608e+04 -2.22127e+05 -4.65994e+04 -2.66997e+04 -3.20147e+02 -1.43086e+06 -1.49190e+06 -1.68910e+05 -4.30119e+06 -3.83376e+06 -1.04630e+06 -9.82044e+05 -1.04324e+06 -1.19818e+07 -1.93692e+05 -3.62862e+06 -2.71177e+03 -3.40967e+04 -8.20108e-02 -2.05717e+00 -1.74023e-01 -9.36391e+00 -2.04415e+01 -9.79777e+00 -4.61211e+00 -2.74264e+01 -1.07777e+01 -2.19986e+01 -3.30436e+00 -2.57299e+00 -3.00192e-01 -2.36148e+00 -1.18570e+00 -2.53840e-02 -3.27172e-01 -7.27675e-01 -6.99585e-02 -2.29472e+00 -4.87340e+00 -5.33457e+00 -1.16712e+00 -3.64117e+00 -5.12356e-03 -1.47046e+00 -5.82350e-01 -2.08641e+00 -9.99324e-02 -1.03539e-01 -5.01022e-01 -2.03260e-01 -1.98435e-01 -3.06139e-01 -3.26080e-02 -6.09776e-02 -6.66854e-03 -7.39289e-02 -2.75421e-02 -2.02585e-01 -9.94288e-02 -2.39288e-03 -3.08416e-02 -6.85959e-02 -2.05323e-01 -9.46535e-02 -1.07881e-01 -1.43177e-01 -1.02253e-01 -2.15976e-01 -1.76347e-04 -5.06115e-02 -3.43396e-01 -1.10246e+05 -6.45123e-01 -9.63127e-01 -1.94716e+04 -1.01120e+02 -1.41823e+04 -1.94665e+05 -1.15951e+00 -8.12678e-01 -4.66812e-01 -7.33110e-01 -1.37878e-01 -1.15040e+00 -5.05852e-01 -1.82031e+03 -2.34618e+04 -5.21823e+04 -1.20326e+00 -2.55753e+00 -7.40225e-01 -4.72121e+02 -4.19784e-01 -5.56678e+04 -3.05544e-01 -5.28450e-01 -5.37586e-02 -7.40385e+00 -3.90827e-01 -2.34504e+01 -3.35177e+00 -3.31748e+00 -4.94556e-01 -2.26328e+00 -9.16417e-01 -5.22714e-01 -2.55123e-01 -1.66997e-01 -6.22146e-02 -1.67949e+01 -1.09916e+00 -3.59991e-01 -1.34592e+00 -1.24129e+01 -5.83361e-01 -1.34772e+00 -3.73672e-01 -2.04189e+00 -4.42000e-01 -1.33659e+00 -4.38917e-04 -1.25969e-01 -2.83333e-01 -1.27668e+03 -4.71444e+01 -4.96073e+02 -5.40937e+03 -4.18806e+01 -9.15566e+01 -5.29549e+02 -1.01155e+02 -4.71039e+02 -9.61712e+01 -5.60005e+01 -5.55033e-01 -2.36320e+03 -2.12722e+03 -1.99443e+02 -5.39231e+03 -4.99493e+03 -1.39776e+03 -2.09593e+03 -2.07555e+03 -7.41247e+04 -1.55183e+03 -4.11767e+04 -1.72298e+01 -2.64533e+02 -2.82464e-01 -9.37631e-01 -4.72884e-01 -2.55872e+00 -1.01960e+00 -1.15986e+00 -1.53534e+00 -1.74803e+00 -8.86290e-01 -1.98348e+00 -7.96357e-01 -5.01069e-01 -5.04247e-01 -1.38192e+00 -4.21352e-01 -4.86194e-01 -5.42615e-01 -4.15964e-01 -5.15477e-01 -2.23645e+00 -5.58317e-01 -3.64714e+00 -4.44860e-01 -2.24070e+00 -3.69608e-01 -3.85424e-01 -1.06802e-01 -6.69082e+03 -2.51014e+02 -3.72006e+04 -1.53794e+04 -1.43794e+02 -3.78637e+02 -1.94410e+03 -3.53887e+02 -1.59908e+03 -3.48234e+02 -1.81332e+02 -2.36971e+00 -1.29298e+05 -1.05659e+04 -1.15190e+03 -3.20395e+04 -2.40519e+04 -7.00979e+03 -9.22557e+03 -8.42572e+03 -9.38180e+04 -1.49199e+03 -3.26845e+04 -1.85011e+01 -2.51778e+02 -1.51626e-01 -2.26448e+03 -7.98402e+01 -7.11730e+02 -8.23573e+03 -4.56972e+01 -1.57021e+02 -7.44762e+02 -1.36979e+02 -7.44460e+02 -1.54237e+02 -8.99662e+01 -8.52546e-01 -4.44068e+03 -6.12726e+03 -1.03490e+03 -2.75811e+04 -2.39340e+04 -6.86439e+03 -2.12573e+03 -2.04647e+03 -4.14627e+04 -1.04376e+03 -2.24247e+04 -1.50069e+01 -2.03386e+02 -3.07678e-01 -7.70678e+02 -1.49537e+01 -1.05922e+02 -1.03699e+03 -8.70517e+00 -2.00719e+01 -9.98020e+01 -1.99024e+01 -9.99661e+01 -1.47555e+01 -1.11827e+01 -4.07416e-01 -9.66418e+02 -5.27784e+02 -3.40744e+01 -1.02275e+03 -7.95108e+02 -1.95388e+02 -1.43090e+02 -1.43219e+02 -1.91010e+04 -1.94695e+02 -4.81525e+03 -1.92307e+00 -3.77384e+01 -2.55028e-01 -4.19199e+03 -1.35694e+02 -1.45231e+03 -1.31646e+04 -1.92395e+02 -3.69454e+02 -1.31759e+03 -3.25954e+02 -1.42229e+03 -3.32823e+02 -2.27519e+02 -2.63775e+00 -2.35126e+04 -5.57793e+03 -1.03606e+03 -2.31315e+04 -2.03077e+04 -5.50405e+03 -4.63144e+03 -5.58459e+03 -5.93836e+04 -6.76825e+02 -1.87257e+04 -2.41438e+01 -1.83487e+02 -1.10804e-01 -8.95559e+02 -1.71266e+01 -2.79947e+02 -1.67816e+03 -1.51655e+01 -3.02142e+01 -1.50859e+02 -2.67671e+01 -1.40113e+02 -3.06850e+01 -1.74934e+01 -2.34685e-01 -1.33298e+03 -9.96268e+02 -1.07452e+02 -2.86390e+03 -2.46676e+03 -8.04009e+02 -7.71130e+02 -7.16440e+02 -8.96205e+03 -1.86458e+02 -4.15084e+03 -1.79591e+00 -2.14341e+01 -6.70981e-02 -4.67595e+03 -8.27970e-01 -5.32949e+00 -5.79255e-01 -1.59003e+00 -1.46451e+00 -1.77828e+00 -8.46527e-01 -2.14267e+00 -7.57380e-01 -4.45587e-01 -4.44096e-01 -1.91642e+04 -4.71191e-01 -4.62906e-01 -5.29697e-01 -4.79600e-01 -7.10019e+01 -6.93983e+03 -5.13472e-01 -1.40670e+01 -4.91751e-01 -3.75750e+01 -3.39893e-01 -4.66148e-01 -2.46390e-01 -8.21709e+04 -4.58876e+02 -1.48012e+04 -9.31445e+04 -5.23113e+03 -1.76568e+03 -1.79521e+04 -3.71785e+04 -6.05193e+03 -1.11005e+03 -1.68852e+03 -3.96633e+01 -3.62683e+04 -4.45303e+04 -8.31843e+03 -1.04005e+05 -1.01937e+05 -3.76786e+04 -2.69146e+04 -3.65551e+04 -1.43089e+05 -6.43524e+03 -7.79014e+04 -3.75631e+01 -5.51186e+02 -3.48430e-01 -4.43470e+04 -6.59557e+04 -2.81634e+04 -6.81539e+02 -6.94682e+02 -7.35041e+02 -5.73593e+02 -7.71027e+02 -5.49796e+02 -6.27997e+02 -6.59013e+02 -5.68000e+02 -1.38085e+00 -1.37486e+00 -8.75226e-01 -8.51400e-01 -1.03041e+00 -1.26786e+00 -1.26790e+00 -1.24364e+00 -5.71041e-01 -6.56650e-01 -7.62485e-01 -6.63651e-01 -5.77744e-01 -3.60447e-01 -1.15212e+03 -3.87213e+01 -1.34481e+03 -3.13607e+03 -2.01214e+01 -6.95447e+01 -3.52136e+02 -6.81381e+01 -3.63645e+02 -7.84121e+01 -3.96341e+01 -3.24494e-01 -5.79832e+03 -4.60954e+03 -2.51604e+02 -7.54731e+03 -6.00653e+03 -1.75603e+03 -1.59928e+03 -1.57394e+03 -3.47806e+04 -7.42087e+02 -1.35689e+04 -6.33298e+00 -9.02908e+01 -9.18678e-02 -6.33441e+02 -2.21673e+01 -3.42632e+02 -2.11783e+03 -1.45752e+01 -4.59285e+01 -2.37503e+02 -4.45202e+01 -2.49148e+02 -4.80695e+01 -2.60377e+01 -1.10749e-01 -1.87882e+03 -1.86365e+03 -1.13961e+02 -3.77540e+03 -3.01828e+03 -8.39746e+02 -1.00025e+03 -1.00449e+03 -1.83652e+04 -3.92467e+02 -7.14709e+03 -2.72094e+00 -4.30885e+01 -1.06072e-01 -2.04685e+00 -2.64654e-01 -7.63749e-01 -3.57925e+00 -1.64636e+00 -1.00088e+00 -3.46533e+00 -1.14451e+00 -1.82417e+00 -1.07156e+00 -3.64540e-01 -1.97864e-01 -5.54012e-01 -3.52990e-01 -5.93696e-03 -7.65208e-02 -1.70193e-01 -2.62481e-01 -3.12270e-01 -2.89477e-01 -2.48075e+00 -1.60028e+01 -3.13188e+00 -1.79254e-01 -2.72059e+02 -1.79901e-01 -3.28978e+02 -3.56844e+00 -2.02802e+02 -4.35384e+03 -3.57671e+01 -9.37765e+01 -5.47978e+02 -7.52465e+01 -4.18465e+02 -7.22492e+01 -3.90441e+01 -2.81668e-01 -1.33533e+03 -5.90866e+02 -4.39830e+01 -1.70816e+03 -1.58407e+03 -4.25000e+02 -3.66140e+02 -3.78703e+02 -7.78250e+03 -1.06455e+02 -2.79930e+03 -7.57010e-01 -1.62008e+01 -2.50683e-01 -5.07500e+03 -1.28664e+02 -1.16809e+03 -1.18171e+04 -7.52658e+01 -1.77098e+02 -8.05941e+02 -1.46094e+02 -6.68408e+02 -1.36813e+02 -8.37845e+01 -7.60102e-01 -4.40672e+03 -2.67450e+03 -2.59025e+02 -7.55069e+03 -6.49810e+03 -2.02934e+03 -2.72740e+03 -2.14593e+03 -4.08429e+04 -7.19129e+02 -1.66902e+04 -8.12776e+00 -1.21878e+02 -1.72105e-01 -4.82992e+02 -2.52986e-01 -8.14732e-01 -2.41460e+02 -1.29712e+02 -2.11109e+02 -1.52992e+02 -2.29203e+02 -6.90641e+01 -8.06437e+03 -4.45637e+02 -1.20690e-01 -3.67259e+03 -1.29338e-01 -1.06731e-01 -1.10165e-01 -2.54353e-01 -1.05258e-01 -1.32528e+04 -2.06961e-01 -3.10479e+02 -3.58174e-01 -1.24354e+00 -1.41613e-01 -1.62532e-01 -2.09610e-01 -6.28869e+02 -1.37799e+01 -1.05727e+02 -1.63038e+03 -2.21057e+01 -5.30244e+01 -2.54242e+02 -4.58965e+01 -2.49061e+02 -4.70291e+01 -2.95850e+01 -2.80810e-01 -1.59359e+03 -1.04342e+03 -1.29829e+02 -4.64457e+03 -4.14369e+03 -1.33667e+03 -9.87006e+02 -1.08244e+03 -2.38532e+04 -4.51249e+02 -8.59464e+03 -3.92703e+00 -7.33315e+01 -1.65608e-01 -4.83360e+03 -4.66979e+03 -3.05680e-01 -9.04375e+03 -1.72781e+04 -7.48007e+02 -3.34484e+03 -1.08211e+03 -3.54283e+02 -3.87445e+01 -2.42076e+03 -1.38860e+02 -5.86844e+02 -1.13949e+04 -1.31220e+03 -1.69128e+04 -3.76164e+04 -3.49361e+04 -7.32449e+04 -2.90695e+04 -7.61934e+04 -2.53512e-01 -9.59408e+03 -6.56538e-01 -1.88427e+02 -2.65623e-01 -7.60135e-01 -2.39018e-01 -3.81890e-01 -3.34478e-01 -6.79021e-01 -5.04400e-01 -6.48525e-01 -3.24074e-01 -4.38822e-01 -1.44396e-01 -2.75340e-01 -4.69454e-02 -3.84326e-01 -5.52754e-01 -4.13919e-03 -5.33495e-02 -1.18657e-01 -3.77426e-01 -3.71145e+01 -1.59462e+00 -2.26822e+00 -1.48806e-01 -1.95128e+00 -6.38709e-04 -1.83310e-01 -3.86177e-01 -2.63505e+04 -8.95231e+02 -9.54227e+03 -6.68402e+03 -6.52186e+01 -1.37549e+02 -6.70358e+02 -1.21566e+02 -6.28718e+02 -1.31287e+02 -7.94459e+01 -6.64430e-01 -5.28671e+04 -1.52817e+03 -1.79161e+02 -4.54712e+03 -4.10883e+03 -1.11503e+03 -1.05754e+03 -1.11589e+03 -1.71535e+04 -2.66814e+02 -6.70494e+03 -4.02252e+00 -4.57135e+01 -1.66922e-01 -8.35324e-01 -3.69965e+02 -1.10675e+00 -2.15123e+00 -2.28153e+00 -2.17933e+00 -1.91495e+00 -1.86652e+00 -2.01040e+00 -1.84590e+00 -1.79578e+00 -1.43944e+00 -9.96243e-01 -2.73807e+00 -9.13881e-01 -1.04303e+00 -1.14545e+00 -1.32550e+00 -7.48746e-01 -7.85998e-01 -1.93418e+00 -2.70717e+00 -2.06366e+00 -2.13986e+00 -2.71179e+00 -3.66204e-01 -7.78361e+02 -1.61999e+02 -2.48053e+02 -3.81340e+03 -3.17445e+01 -7.10282e+01 -3.34964e+02 -5.78905e+01 -2.97723e+02 -5.85436e+01 -3.94204e+01 -9.87024e-01 -1.35361e+03 -1.46508e+03 -1.36198e+02 -3.39828e+03 -2.62891e+03 -9.35189e+02 -8.63207e+02 -7.22221e+02 -1.24217e+04 -1.82434e+02 -4.53667e+03 -1.73624e+03 -4.44488e+01 -8.97774e-01 -2.31143e+03 -6.27511e+01 -7.60138e+02 -6.02138e+03 -3.57701e+01 -1.42926e+02 -6.77229e+02 -1.20037e+02 -5.77442e+02 -1.39704e+02 -8.35383e+01 -9.21197e-01 -6.21628e+03 -4.44468e+03 -5.76145e+02 -1.44973e+04 -1.20940e+04 -3.64441e+03 -2.61040e+03 -2.65327e+03 -5.36725e+04 -7.95547e+02 -8.17792e+03 -1.26650e+01 -1.26425e+02 -1.68827e-01 -8.83637e+03 -9.75757e+01 -2.31990e+03 -3.21127e+03 -2.77446e+01 -6.43961e+01 -3.10712e+02 -5.42672e+01 -2.70641e+02 -5.11354e+01 -3.38936e+01 -2.83068e-01 -3.26690e+03 -3.12144e+03 -2.51262e+02 -7.02456e+03 -6.63980e+03 -1.65526e+03 -1.59118e+03 -1.51121e+03 -4.37201e+04 -6.19722e+02 -1.49054e+04 -1.52100e+01 -1.39585e+02 -6.79785e-02 -8.40492e+03 -3.00711e+02 -3.78280e+04 -2.36184e+04 -2.13083e+02 -4.36181e+02 -2.08332e+03 -3.95194e+02 -2.01946e+03 -4.28586e+02 -2.54496e+02 -3.27209e+00 -5.46424e+05 -1.69415e+04 -1.45632e+03 -3.52523e+04 -3.01902e+04 -8.80126e+03 -8.15258e+03 -9.78137e+03 -3.98152e+06 -3.76073e+04 -6.44932e+05 -9.24142e+02 -1.04953e+04 -3.00354e-01 -7.49592e+02 -1.86517e+01 -3.92562e+02 -2.48747e+03 -2.70506e+01 -7.17466e+01 -3.30400e+02 -6.35731e+01 -3.39980e+02 -6.52631e+01 -3.88724e+01 -3.51527e-01 -1.64606e+03 -2.11643e+03 -1.58554e+02 -4.27889e+03 -3.29348e+03 -1.02719e+03 -2.77789e+03 -2.76075e+03 -1.24311e+04 -1.61636e+02 -4.22240e+03 -2.27139e+00 -3.35733e+01 -1.83238e-01 -3.51151e+03 -1.01393e+02 -9.80538e+02 -9.70486e+03 -5.81330e+01 -1.94314e+02 -8.51110e+02 -1.40916e+02 -8.94036e+02 -1.70993e+02 -1.07642e+02 -1.04122e+00 -5.74725e+03 -3.83780e+03 -4.21906e+02 -1.09182e+04 -9.38171e+03 -2.69480e+03 -2.76326e+03 -2.78532e+03 -5.14387e+04 -1.11925e+03 -2.13547e+04 -1.18598e+01 -1.36691e+02 -2.49976e-01 -3.87201e+03 -2.76234e-01 -7.37075e-01 -3.96630e-01 -3.28882e+03 -5.34309e+03 -1.82635e+04 -1.12622e+05 -2.79665e+05 -3.19565e+05 -3.96713e+04 -1.84760e-01 -3.37379e+01 -3.74645e+05 -2.39084e-01 -3.18196e+03 -7.02831e+01 -5.95606e+03 -2.94400e+05 -1.31921e+04 -1.56827e+06 -1.57525e+05 -8.19524e+05 -1.87669e-01 -4.32125e+04 -8.55047e-02 -1.82549e+00 -2.64663e-01 -6.98981e-01 -2.41173e-01 -4.90386e-01 -1.22884e-01 -6.65524e-01 -3.31326e-01 -6.19586e-01 -6.77582e-02 -1.17141e-01 -4.36409e-02 -2.79220e+00 -2.77907e+00 -7.15541e-02 -9.22253e-01 -2.05122e+00 -2.95574e+00 -2.26706e+00 -4.28903e-01 -5.11459e+00 -3.11561e+00 -8.23439e+00 -2.67651e+00 -3.66876e+00 -2.51688e+02 -1.39145e+03 -3.69611e+01 -5.20021e+02 -3.50129e+03 -3.19433e+01 -6.78423e+01 -3.19936e+02 -3.75650e+01 -3.07952e+02 -6.39920e+01 -3.77438e+01 -2.64943e-01 -5.69193e+03 -2.00213e+03 -2.55655e+02 -7.09738e+03 -6.04350e+03 -1.75982e+03 -1.69290e+03 -1.71703e+03 -2.29429e+04 -2.91243e+02 -8.01660e+03 -4.42497e+00 -5.63020e+01 -1.02850e-01 -3.18352e+04 -7.41254e+03 -1.27378e+00 -1.50385e+04 -8.80132e+03 -2.91166e+03 -2.83881e+00 -2.24465e+01 -2.21596e+04 -1.04112e+00 -7.35379e-01 -3.64635e+03 -1.64230e+00 -1.85864e+04 -8.09374e+02 -2.96003e-01 -2.98310e+04 -5.24588e+03 -1.07041e+05 -3.52950e-01 -4.14963e+04 -1.19945e+00 -1.74434e+05 -5.11123e+00 -1.46692e+03 -1.24283e-01 -3.03440e+02 -1.16923e+01 -9.32112e+02 -1.91120e+03 -1.19679e+01 -3.72744e+01 -1.86967e+02 -3.33286e+01 -1.85426e+02 -3.76448e+01 -2.10523e+01 -1.88171e-01 -1.58054e+03 -1.31848e+03 -1.33099e+02 -3.71835e+03 -3.16454e+03 -9.71205e+02 -1.79297e+03 -1.73398e+03 -1.94658e+04 -3.68665e+02 -6.64976e+03 -2.36872e+00 -4.39568e+01 -8.89481e-02 -5.16147e-01 -4.46016e-01 -5.44756e-01 -7.63466e-01 -4.58979e-01 -4.88334e-01 -4.86932e-01 -4.41004e-01 -4.12774e-01 -3.96847e-01 -4.13202e-01 -4.82028e-01 -2.71193e-01 -3.03470e-01 -2.57794e-01 -2.79776e-01 -3.53542e-01 -2.98246e-01 -3.03778e-01 -2.92993e-01 -6.07686e-01 -8.35166e-01 -6.12979e-01 -5.99130e-01 -1.15059e+00 -2.45831e-01 -8.33060e+03 -2.92756e+02 -7.08251e+02 -1.22489e+04 -1.25211e+02 -4.35202e+02 -1.58418e+03 -3.85726e+02 -1.60097e+03 -2.43161e+02 -1.67550e+02 -1.48226e+00 -8.22173e+03 -8.54874e+03 -6.68832e+02 -1.97623e+04 -1.23963e+04 -3.41871e+03 -4.21562e+03 -6.32594e+03 -1.00352e+05 -8.73835e+02 -2.17794e+04 -2.21563e+01 -2.68638e+02 -1.54439e-01 -3.12621e+06 -1.71320e+02 -3.24532e+04 -2.84428e+05 -3.59323e+04 -1.93100e+05 -2.13882e+04 -1.43280e+04 -6.72199e+04 -6.25755e+04 -1.32321e+04 -4.72735e-01 -6.97379e-01 -3.51251e+05 -5.51933e-01 -5.22928e+05 -3.30521e-01 -1.18218e+05 -1.90986e+06 -1.52631e+05 -7.99970e+05 -8.86891e+01 -1.18430e+06 -3.35147e-01 -2.24261e+03 -2.44713e-01 -1.21790e+03 -3.75850e+01 -4.22082e+02 -2.87376e+03 -2.72169e+01 -6.15243e+01 -2.95121e+02 -5.40695e+01 -2.78122e+02 -5.49684e+01 -3.35786e+01 -2.58627e-01 -2.36668e+03 -1.82352e+03 -2.10535e+02 -5.81635e+03 -4.42447e+03 -1.34810e+03 -1.57548e+03 -1.39378e+03 -1.81982e+04 -2.47117e+02 -5.62195e+03 -3.19985e+00 -5.06211e+01 -2.08183e-01 -2.43997e+03 -3.07323e+01 -1.82506e+02 -5.45357e+03 -4.90809e+01 -1.06741e+02 -4.80882e+02 -8.20890e+01 -3.79449e+02 -8.10894e+01 -4.88298e+01 -4.44593e-01 -5.74843e+03 -2.10060e+03 -3.23983e+02 -8.06950e+03 -8.64017e+03 -1.97504e+03 -5.77465e+02 -7.58168e+02 -3.59412e+04 -3.80224e+02 -5.33374e+03 -6.09777e+00 -9.34909e+01 -1.74166e-01 -4.54857e+04 -1.53124e+03 -1.03688e+04 -6.43240e+04 -3.23652e+02 -1.28148e+03 -6.17863e+03 -1.21447e+03 -6.51847e+03 -1.36676e+03 -6.88568e+02 -1.05332e+01 -5.17399e+04 -5.65945e+04 -4.67926e+03 -1.21219e+05 -1.01244e+05 -2.90709e+04 -2.98869e+04 -2.99602e+04 -5.07089e+05 -1.11073e+04 -2.01991e+05 -1.17717e+02 -1.26343e+03 -1.48758e-01 -3.34044e-01 -3.45359e-01 -3.77764e-01 -4.61921e-01 -6.48568e-01 -4.22248e-01 -3.79919e-01 -3.54654e-01 -3.07591e-01 -3.22974e-01 -3.49730e-01 -3.59614e-01 -2.58708e-01 -1.96521e-01 -2.58980e-01 -2.59125e-01 -3.01645e-01 -2.96100e-01 -2.67159e-01 -2.71101e-01 -2.55233e-01 -2.31040e-01 -2.58503e-01 -2.57200e-01 -2.39618e-01 -7.81124e-02 -4.38642e-01 -3.66038e-01 -3.58064e-01 -1.00593e+00 -9.09977e-01 -9.22333e-01 -9.01718e-01 -9.71457e-01 -9.16905e-01 -8.99500e-01 -8.22760e-01 -6.87145e-01 -2.72642e-01 -2.77724e-01 -8.54258e-01 -8.53424e-01 -8.94634e-01 -9.12243e-01 -4.86239e+00 -4.34772e+00 -5.53196e+00 -1.04891e+00 -1.61866e+00 -9.40498e-01 -1.13653e+00 -1.30699e-01 -2.40868e+04 -1.37541e+00 -6.89818e+01 -1.32137e+03 -5.47959e+02 -4.68293e+02 -4.23840e+02 -2.43175e+02 -1.35184e+02 -1.47838e+01 -3.22754e+01 -1.20242e+01 -5.71582e+02 -1.28301e+04 -3.11012e+03 -4.00860e+04 -8.91569e+04 -5.01370e+02 -2.41945e+04 -1.70885e+03 -8.83066e+04 -2.72640e+02 -2.53699e+03 -2.94328e+01 -8.44722e+03 -9.85100e-01 -1.23848e+00 -1.18663e+00 -8.35661e-01 -2.78448e+00 -1.53113e+00 -1.02396e+00 -2.28381e+00 -1.17049e+00 -7.53248e-01 -3.59482e-01 -3.71390e-01 -1.15137e-01 -4.05439e-01 -3.63811e-01 -1.08754e-02 -1.40172e-01 -3.11762e-01 -4.92458e-01 -6.02956e-01 -1.14073e-01 -1.56309e+00 -3.26346e-01 -9.36734e-01 -7.36802e-01 -3.40731e-01 -2.59840e-01 -1.85004e+00 -3.08712e-01 -1.32737e+00 -2.45030e+05 -1.80281e+00 -1.16655e+00 -3.35648e+00 -8.26506e-01 -3.52389e+00 -1.22574e+00 -4.76138e-01 -7.01949e-02 -5.65476e-01 -5.53022e-01 -6.23947e-03 -8.04199e-02 -1.78865e-01 -5.44827e-01 -2.64661e-01 -3.08074e-01 -9.63507e-01 -3.30585e-01 -4.71284e-01 -9.65044e-04 -2.76968e-01 -1.36309e-01 -9.77074e+03 -3.97882e-01 -1.10475e+00 -1.06471e+00 -1.37033e+00 -1.06055e+00 -1.70334e+00 -7.17508e-01 -2.05017e+00 -7.14158e-01 -3.65021e-01 -3.63148e-01 -7.23269e-01 -3.21764e-01 -5.90636e-01 -3.61338e-01 -3.47425e-01 -3.17760e-01 -1.49985e+00 -3.32957e-01 -2.81418e+05 -3.18612e-01 -1.55975e+03 -3.47735e-01 -3.23474e-01 -1.55815e-01 -1.28057e+06 -7.58651e+04 -4.42809e+00 -1.22455e+05 -5.84656e+04 -9.35699e+04 -1.47777e+04 -1.36929e+04 -6.70341e+03 -2.26894e+04 -8.82745e+03 -2.09561e-01 -4.59379e+03 -2.12520e+03 -8.41680e+03 -1.04293e+03 -3.87948e+04 -2.15699e+05 -4.82287e+05 -2.58757e+03 -6.20068e+04 -3.03253e+04 -5.01524e+05 -2.22743e-01 -4.65872e+03 -9.98545e-02 -1.99494e+05 -7.58389e+03 -2.45694e+03 -9.08022e+03 -8.19219e+01 -1.86724e+02 -7.56925e+02 -1.41129e+02 -6.40882e+02 -1.15593e+02 -8.40226e+01 -1.28905e+00 -9.90144e+03 -2.19982e+03 -4.16260e+02 -1.09913e+04 -1.27231e+04 -2.16283e+03 -3.56527e+03 -4.67370e+03 -6.87846e+04 -5.84176e+02 -1.58712e+04 -8.53885e+00 -1.78364e+02 -4.00278e-01 -7.58484e-01 -2.26367e-01 -1.82086e+04 -2.47001e+04 -1.04738e+02 -1.36208e+00 -5.76830e+00 -1.03856e+00 -1.89953e+00 -9.88854e-01 -2.97040e-01 0.00000e+00 -1.52970e+03 -3.42943e+00 -6.48178e+02 -8.35430e+03 -1.85811e+04 -1.27461e-01 -1.00319e-01 -8.78383e-01 -5.02485e+03 -1.25882e-01 -4.99760e+03 -3.09685e-02 -3.00008e-01 -2.19109e-01 -1.90942e+00 -4.00332e-01 -5.17181e-01 -6.54756e-01 -4.71463e-01 -4.02645e-01 -5.44321e-01 -5.07355e-01 -6.55735e-01 -4.40499e-01 -3.05463e-01 -2.16015e-01 -1.04204e+00 -1.29577e+00 -2.94830e-01 -1.23475e+00 -1.73118e+01 -6.59101e-01 -1.25448e+00 -1.67281e+00 -1.07889e+00 -7.67258e-01 -8.22001e-01 -1.94979e-01 -7.39270e+01 -1.50607e+00 -1.51015e+05 -9.45134e-01 -1.91242e+01 -2.48754e+00 -3.23621e+01 -4.03678e+00 -9.34264e+04 -2.94572e+00 -4.75692e+04 -7.39563e+00 -1.97881e+00 -2.96215e-01 -2.66275e+01 -9.56975e-01 -4.49167e+01 -2.24155e+01 -8.79905e-01 -1.94737e+01 -8.60439e+05 -6.12745e+02 -2.89329e+01 -9.41916e+00 -2.02400e+01 -1.83298e-01 -1.59496e-01 -2.40427e-01 -1.21120e+06 -1.91243e+05 -1.23924e+00 -5.39408e+04 -7.25263e-01 -1.16254e+00 -3.21217e+00 -1.87291e+00 -3.06886e+00 -2.03122e+00 -9.80803e+03 -4.90385e+03 -2.73955e+00 -7.52444e-01 -1.67534e-02 -2.15932e-01 -4.80263e-01 -9.70705e-01 -2.59668e+00 -6.38701e-01 -4.14093e+00 -1.06451e+00 -1.91318e+00 -3.39778e-03 -9.75163e-01 -1.56769e+00 -1.90482e+03 -4.81330e+01 -4.69540e+03 -8.12826e+03 -4.77472e+01 -1.32436e+02 -5.51355e+02 -1.03708e+02 -4.81713e+02 -1.01666e+02 -5.91526e+01 -4.03460e-01 -1.45905e+04 -1.47786e+03 -1.56660e+02 -4.94481e+03 -3.86447e+03 -1.19978e+03 -1.37032e+03 -1.19029e+03 -2.27772e+04 -4.18296e+02 -8.32841e+03 -3.75415e+00 -6.13086e+01 -2.56564e-01 -6.84129e+01 -1.96881e+00 -2.63059e+01 -4.70635e+02 -2.92336e+00 -8.25975e+00 -4.16672e+01 -7.07121e+00 -3.81902e+01 -7.48163e+00 -4.20030e+00 -2.56239e-01 -1.60770e+02 -1.01586e+02 -9.52606e+00 -3.92290e+02 -3.18252e+02 -8.88005e+01 -7.90504e+01 -8.56946e+01 -4.10160e+03 -7.89497e+01 -1.58875e+03 -4.59425e-01 -1.13225e+01 -2.16747e-01 -3.98319e+03 -1.26298e+02 -2.74495e+03 -1.21818e+03 -1.08164e+01 -2.16521e+01 -1.00889e+02 -1.76725e+01 -8.10426e+01 -1.74775e+01 -1.20345e+01 -2.13844e-01 -1.32120e+04 -7.30771e+02 -7.05260e+01 -2.14491e+03 -2.12318e+03 -5.87514e+02 -1.17381e+03 -9.14375e+02 -7.65886e+03 -1.30330e+02 -3.28766e+03 -1.46715e+00 -3.56572e+01 -2.77169e-01 -5.08884e+01 -4.86652e-01 -1.38553e+01 -2.10818e+02 -8.18130e-01 -2.68525e+00 -1.69467e+01 -2.28399e+00 -1.60989e+01 -2.44639e+00 -1.20148e+00 -3.38588e-01 -1.12372e+02 -7.13827e+01 -4.17177e+00 -2.51958e+02 -1.97995e+02 -5.66970e+01 -4.22001e+01 -4.66279e+01 -2.50303e+03 -3.90201e+01 -9.26364e+02 -5.63248e-01 -3.29710e+00 -2.78790e-01 -2.21800e+04 -7.73098e+02 -2.24828e+03 -5.56117e+04 -5.41026e+02 -1.07958e+03 -4.35625e+03 -9.36621e+02 -4.55811e+03 -9.18696e+02 -6.11985e+02 -6.06256e+00 -3.90225e+04 -2.80466e+04 -4.15635e+03 -9.55097e+04 -9.18658e+04 -2.35198e+04 -1.82692e+04 -1.99419e+04 -3.07684e+05 -4.45559e+03 -1.18615e+05 -7.84229e+01 -8.63950e+02 -1.83584e-01 -5.66907e+01 -5.43716e-01 -1.08980e+01 -2.35532e+01 -4.07281e-01 -4.14807e-01 -2.43912e+00 -3.97240e-01 -2.32727e+00 -4.23683e-01 -4.48484e-01 -4.34765e-01 -2.27418e+01 -1.56864e+01 -1.77623e+00 -5.79346e+01 -4.76853e+01 -1.34908e+01 -1.64231e+01 -1.63875e+01 -3.68989e+02 -4.91204e+00 -9.13607e+01 -8.02551e-01 -9.38798e-01 -1.34034e-01 -5.55273e-01 -7.24800e-01 -4.40710e-01 -5.36550e-01 -5.46270e-01 -5.00878e-01 -4.93292e-01 -5.17912e-01 -6.10755e-01 -7.10353e-01 -5.92888e-01 -6.67768e-01 -5.98541e-01 -6.86842e-01 -8.38369e-01 -6.04969e-01 -6.04706e-01 -6.19447e-01 -6.01196e-01 -5.62444e-01 -6.31045e-01 -5.99501e-01 -5.87524e-01 -1.18663e+00 -7.48475e-01 -2.87063e+00 -1.51786e+02 -2.34294e+00 -9.31650e+01 -3.77645e+02 -4.29682e+00 -1.03673e+01 -5.58732e+01 -8.83899e+00 -4.51417e+01 -9.15435e+00 -5.35040e+00 -1.24617e-01 -5.98562e+02 -2.30152e+02 -1.36519e+01 -6.45581e+02 -6.30321e+02 -1.89257e+02 -1.81088e+02 -1.50478e+02 -3.33739e+03 -4.00394e+01 -1.13815e+03 -2.58519e-01 -6.93384e+00 -3.59061e-02 -1.75952e+03 -3.68657e+01 -2.43944e+02 -4.36290e+04 -1.79538e+02 -7.78296e+02 -2.89820e+03 -5.14841e+02 -2.08532e+03 -3.73182e+02 -2.31413e+02 -2.45586e+00 -1.60441e+03 -3.87175e+03 -1.31293e+02 -4.23520e+03 -2.73361e+03 -1.50314e+03 -7.62781e+02 -6.36322e+02 -1.70196e+04 -4.14414e+02 -8.02978e+03 -4.07238e+00 -5.67444e+01 -2.67014e-01 -2.99997e+03 -7.02444e+01 -3.64392e+01 -1.01271e+03 -7.86034e+02 -1.00669e+03 -5.24294e+03 -2.14936e+03 -1.51840e+04 -3.35073e+03 -4.62410e+02 -1.11233e+01 -2.56639e+03 -2.18189e+04 -3.97295e+02 -5.12069e+03 -1.13891e+04 -2.23663e+03 -3.24613e+04 -1.17481e+04 -6.26523e+04 -9.43302e+02 -2.35563e+04 -2.87170e+04 -1.73936e+02 -6.31984e-02 -9.96630e+05 -5.92462e-01 -1.10517e+05 -1.68087e+04 -2.71312e+03 -2.35732e+03 -4.43260e+01 -3.15848e+01 -1.20821e+03 -6.13587e+00 -7.01795e+02 -1.04923e+00 -1.96104e+04 -1.51374e+00 -6.09693e+00 -2.77821e+00 -9.52249e-01 -8.47745e+00 -1.80391e+05 -2.47215e+01 -6.22863e+04 -1.26533e+00 -9.86105e+04 -4.85239e-01 -1.07161e+03 -5.05195e-01 -7.14746e+04 -3.32463e-01 -7.31164e+04 -9.32511e-01 -3.43617e+02 -1.18912e+00 -4.98853e+03 -2.10226e+02 -2.20446e+00 -6.56402e-01 -3.52289e-01 -2.77228e-01 -6.66612e-01 -8.54928e-01 -3.85178e-01 -3.44799e-01 -3.24096e-01 -4.69726e-01 -2.00541e+05 -3.40757e-01 -1.03966e+04 -3.79560e-01 -1.82375e+02 -2.65362e-01 -3.14733e-01 -8.36970e-02 -4.64594e+02 -7.54324e+00 -1.10455e+03 -2.81503e+04 -7.32981e+01 -3.38996e+02 -1.04552e+03 -1.59120e+02 -7.51403e+02 -1.33607e+02 -8.16554e+01 -4.25145e-01 -2.74042e+03 -2.57823e+02 -2.05451e+01 -7.47483e+02 -6.88209e+02 -2.61279e+02 -1.35558e+02 -1.05311e+02 -2.07277e+04 -4.24435e+02 -8.65661e+03 -3.76258e+00 -5.89148e+01 -5.12701e-02 -3.56798e+05 -5.17291e+04 -1.14200e+00 -4.15148e+00 -1.92193e+04 -1.91362e+00 -1.09245e+05 -1.48924e+00 -7.50463e+00 -9.94652e+04 -1.50515e+00 -5.95538e+03 -7.54025e+04 -6.02670e-01 -8.32387e-03 -1.07285e-01 -2.38617e-01 -3.84589e-01 -3.58383e-01 -3.68690e-01 -1.14549e+00 -3.00044e-01 -4.44645e-01 -8.62512e-04 -2.47541e-01 -1.81204e-01 -2.75549e+03 -5.90344e+01 -1.97525e+03 -2.32880e+04 -2.14274e+02 -4.54988e+02 -2.34567e+03 -4.09191e+02 -2.07558e+03 -4.34775e+02 -2.54752e+02 -2.57443e+00 -1.03842e+04 -4.70526e+03 -5.60568e+02 -1.49277e+04 -1.38343e+04 -3.99070e+03 -3.10527e+03 -3.09872e+03 -4.89124e+04 -8.97444e+02 -2.09571e+04 -9.94159e+00 -1.23687e+02 -7.73787e-02 -4.48338e+06 -1.12386e+05 -4.81925e+04 -5.24627e+05 -2.87890e+05 -2.39250e+05 -2.03735e+05 -6.24232e+05 -2.21136e+05 -7.02801e+05 -3.73996e+04 -6.44226e+04 -1.64694e+05 -3.82511e+04 -7.88519e+01 -4.21644e+03 -2.26843e+02 -1.36100e+03 -1.12751e+06 -3.41624e-01 -3.65482e+05 -2.57501e-01 -9.85527e+04 -3.24889e-01 0.00000e+00 -1.65696e-01 -6.81093e+03 -2.32389e+02 -3.61843e+03 -1.78308e+04 -1.06866e+02 -4.53940e+02 -1.92012e+03 -4.32584e+02 -2.01821e+03 -3.98937e+02 -1.98079e+02 -2.77332e+00 -1.75339e+04 -1.32714e+04 -1.68631e+03 -4.46091e+04 -3.64942e+04 -1.01235e+04 -1.17997e+04 -1.18887e+04 -1.72362e+05 -2.89572e+03 -6.51476e+04 -3.84807e+01 -4.34056e+02 -1.85449e-01 -2.56813e+04 -7.58890e+02 -5.67269e+03 -4.40096e+04 -3.58795e+02 -7.19940e+02 -3.43240e+03 -6.21392e+02 -2.90723e+03 -5.96810e+02 -3.67283e+02 -5.70500e+00 -2.31114e+04 -1.94802e+04 -2.24371e+03 -4.71952e+04 -4.17553e+04 -1.23001e+04 -1.17730e+04 -1.17387e+04 -1.57442e+05 -3.58958e+03 -6.77790e+04 -6.34558e+01 -4.33938e+02 -2.27448e-01 -6.49928e+02 -1.39636e+01 -3.06804e+02 -1.72771e+03 -1.68705e+01 -3.68287e+01 -1.83648e+02 -2.69997e+01 -1.56821e+02 -3.61629e+01 -2.04284e+01 -4.60902e-01 -1.33050e+03 -1.09869e+03 -9.85658e+01 -2.90567e+03 -3.20154e+03 -6.64643e+02 -7.37828e+02 -7.66209e+02 -2.13900e+04 -3.67563e+02 -8.16579e+03 -4.11110e+00 -8.33682e+01 -5.58741e-01 -5.39428e+02 -1.04631e+01 -1.64788e+03 -1.50421e+03 -1.26131e+01 -3.69531e+01 -1.97350e+02 -3.15571e+01 -1.48760e+02 -3.62121e+01 -1.60079e+01 -1.33197e-01 -2.42418e+03 -1.50043e+03 -6.84199e+01 -3.10205e+03 -2.58262e+03 -8.26894e+02 -8.45805e+02 -6.12434e+02 -1.04524e+04 -1.95516e+02 -3.76983e+03 -1.15186e+00 -2.27146e+01 -7.89446e-02 -2.24709e+06 -1.17799e+04 -1.04456e+00 -3.38370e-01 -7.93072e-01 -6.41156e+05 -9.88542e-01 -4.46854e-01 -1.08459e+00 -4.61362e-01 -2.68051e+06 -2.44908e-01 -4.93044e-01 -1.88813e-01 -2.43853e-01 -8.35374e-02 -8.91387e-02 -2.57354e-01 -3.15858e+05 -2.49847e-01 -2.58138e+03 -5.85259e+01 -7.06906e+05 -6.27238e-01 -2.48035e-01 -9.06033e-02 -2.03636e+05 -2.95234e+04 -1.87032e+04 -2.47127e+05 -3.24958e+04 -3.90429e+05 -5.07338e+05 -2.89318e+05 -6.98655e+05 -3.20388e+04 -5.30424e+04 -4.06689e+04 -4.70537e+05 -8.71226e+05 -5.01361e+05 -4.13919e+05 -9.20613e+05 -3.85982e+05 -4.27823e+05 -2.86421e+05 -7.25184e+06 -1.43545e+06 -2.02111e+06 -3.40582e+05 -1.48210e+05 -1.03024e-01 -1.08647e+04 -3.88340e+02 -1.54516e+03 -6.11785e+04 -4.67773e+02 -1.47778e+03 -6.55180e+03 -1.31948e+03 -7.22771e+03 -1.79001e+03 -1.06207e+03 -1.74533e+01 -2.86521e+04 -1.97703e+04 -2.34012e+03 -5.57684e+04 -4.71183e+04 -1.29705e+04 -1.27311e+04 -1.52718e+04 -2.11524e+05 -5.21590e+03 -8.63354e+04 -1.13136e+02 -7.89767e+02 -5.58849e-01 -1.04707e+05 -7.81343e+04 -4.47943e-01 -2.02269e+00 -1.68849e+00 -2.24171e+04 -2.39675e+00 -1.09022e+00 -3.31974e+00 -6.65156e-01 -2.57158e-01 -1.87476e+02 -3.39462e-01 -5.00299e-01 -9.55188e-03 -1.66396e-01 -2.46316e-01 -2.19297e-01 -8.12528e-01 -2.17596e-01 -1.90239e+00 -1.05368e-01 -2.71482e+05 -1.38063e-01 -1.27846e-01 -1.02348e-01 -6.36538e+00 -6.12700e-01 -6.78846e+03 -1.49523e+01 -8.49257e-01 -5.19806e-01 -9.58819e-01 -6.32896e-01 -9.15351e-01 -4.74737e-01 -4.89571e-01 -4.08446e-01 -4.20212e+04 -1.23433e+01 -5.72202e-01 -2.31047e+01 -3.83670e+01 -5.30224e+00 -5.59045e+00 -5.95470e+00 -1.01137e+03 -1.19987e+01 -2.55198e+02 -3.00710e+00 -8.39661e+00 -4.67062e-01 -2.62410e+04 -1.79871e+03 -8.25856e+05 -5.52839e+06 -6.96394e+05 -1.18450e+05 -4.01740e+06 -8.10369e+04 -7.61494e+05 -1.01245e+06 -1.12323e+06 -7.57665e+05 -1.15431e+06 -5.49786e+05 -1.26112e+05 -3.06078e+06 -2.70308e+06 -2.70513e+06 -3.58620e+05 -1.56846e+05 -2.81012e+06 -3.02110e-01 -8.61676e+05 -2.47068e+04 -2.21809e+05 -1.32512e-01 -1.06135e+01 -2.02114e+00 -3.82656e+00 -3.97561e+00 -7.62905e+00 -5.88636e+00 -7.44859e+00 -3.97528e+00 -9.15570e+00 -3.95376e+00 -1.84294e+00 -1.68540e+00 -7.85350e-01 -2.78919e+01 -3.89709e+00 -3.78232e+00 -4.13600e-01 -3.87775e+00 -2.34305e+01 -7.51684e+00 -3.45468e+00 -4.50156e-01 -5.90519e+00 -1.24660e+00 -1.09487e+00 -1.56303e-01 -6.61116e+02 -1.80514e+01 -1.38546e+02 -1.67333e+03 -1.11597e+01 -2.85869e+01 -1.42279e+02 -2.51165e+01 -1.38741e+02 -2.80684e+01 -1.51273e+01 -1.53750e-01 -7.44824e+02 -1.21857e+03 -7.72884e+01 -2.65340e+03 -2.24753e+03 -6.64061e+02 -6.35325e+02 -5.63538e+02 -1.68683e+04 -3.16233e+02 -7.04993e+03 -2.39999e+00 -4.42744e+01 -1.08897e-01 -1.50662e+03 -3.95856e+01 -4.81585e+01 -2.02173e+03 -1.93381e+01 -3.79667e+01 -1.43459e+02 -3.08684e+01 -2.40832e+02 -5.25174e+01 -2.71688e+01 -2.61697e-01 -1.86587e+03 -1.95340e+03 -1.83716e+02 -4.62808e+03 -4.89954e+03 -1.04625e+03 -8.03427e+02 -1.44321e+03 -4.78162e+04 -5.73603e+02 -1.05618e+04 -6.81617e+00 -6.81034e+01 -2.46168e-01 -2.45274e+03 -7.13068e+01 -7.58795e+02 -6.43122e+03 -2.87975e+01 -1.24328e+02 -5.74032e+02 -1.11073e+02 -5.74916e+02 -1.22863e+02 -7.13153e+01 -8.49650e-01 -5.17892e+03 -4.20704e+03 -4.69988e+02 -1.18808e+04 -1.08417e+04 -3.12398e+03 -2.94038e+03 -3.00496e+03 -4.28863e+04 -7.11275e+02 -3.70541e+04 -1.01134e+01 -1.14769e+02 -1.18287e-01 -7.19274e+01 -2.57517e+02 -5.77682e+03 -7.63478e-01 -5.11997e+04 -6.81338e+03 -4.06935e+04 -9.50878e+03 -9.70768e+03 -5.44622e+03 -2.83886e+03 -5.12893e+00 -2.41431e+03 -2.09333e+04 -2.12604e+05 -3.56805e-01 -5.85709e+04 -7.80154e+03 -3.01208e+04 -4.10403e+04 -3.82090e+05 -3.20384e+04 -2.10397e+05 -3.93506e-01 -3.07853e+02 -2.61567e-01 -6.26659e+03 -1.99345e+02 -1.25282e+05 -2.11265e+04 -1.82583e+02 -3.76864e+02 -1.84136e+03 -3.14376e+02 -1.60778e+03 -3.36102e+02 -1.91632e+02 -1.77176e+00 -2.54963e+05 -7.41970e+03 -1.57120e+03 -4.09665e+04 -4.01095e+04 -1.22021e+04 -5.44220e+03 -5.59679e+03 -6.59354e+04 -1.27177e+03 -2.85177e+04 -1.57601e+01 -1.86494e+02 -7.79236e-02 -9.37788e-01 -9.37625e-01 -9.37834e-01 -9.76355e-01 -9.76499e-01 -9.76642e-01 -9.76784e-01 -9.76927e-01 -9.77069e-01 -9.77212e-01 -9.77354e-01 -9.77496e-01 -9.39925e-01 -9.28419e-01 -9.57394e-01 -9.57577e-01 -9.57760e-01 -9.57943e-01 -9.41290e-01 -9.41496e-01 -9.61718e-01 -9.62026e-01 -9.62205e-01 -9.62384e-01 -9.62433e-01 -2.53526e-01 -3.68452e+03 -1.07985e+02 -1.35341e+03 -9.39489e+03 -8.55573e+01 -1.83437e+02 -9.13849e+02 -1.64657e+02 -8.17050e+02 -1.69554e+02 -1.01280e+02 -1.23496e+00 -5.47149e+03 -4.25338e+03 -4.51050e+02 -1.21680e+04 -9.92143e+03 -2.93480e+03 -3.81965e+03 -3.41959e+03 -4.64884e+04 -8.78310e+02 -1.81866e+04 -9.71244e+00 -1.23090e+02 -1.04340e-01 -2.56345e+04 -5.39937e+02 -1.68385e+05 -1.10135e+03 -5.97398e+02 -4.20060e+02 -2.07781e+03 -9.56198e+02 -1.92217e+03 -3.12169e+02 -1.91450e+02 -2.18545e+01 -1.01915e+04 -1.17216e+01 -1.08965e-02 -1.40443e-01 -3.12365e-01 -8.11256e+02 -1.93822e+00 -3.42513e+00 -4.60178e+04 -1.61022e+04 -3.14888e+04 -2.01776e+01 -5.79096e+03 -3.45293e-01 -5.83458e+04 -1.62289e+03 -1.20030e+04 -1.40612e+05 -1.22538e+03 -2.95057e+03 -1.28007e+04 -2.41692e+03 -1.25421e+04 -2.69183e+03 -1.55939e+03 -1.66107e+01 -1.33818e+05 -8.99879e+04 -1.10552e+04 -2.63934e+05 -2.34160e+05 -6.34191e+04 -5.75967e+04 -6.60130e+04 -9.41753e+05 -2.05233e+04 -3.61947e+05 -2.10911e+02 -2.72896e+03 -8.74694e-02 -5.46498e+05 -3.84065e-01 -4.99674e+00 -5.72894e+00 -2.47120e+00 -2.08110e+00 -7.06547e+00 -4.01154e+00 -4.31229e+00 -1.47180e+00 -1.59679e+00 -1.01014e+00 -4.09372e+00 -3.21492e+00 -4.01218e-01 -1.25322e+00 -1.06539e+00 -1.53235e+00 -4.77075e+00 -8.69722e-01 -1.01579e+06 -8.73502e-01 -4.91488e+00 -1.39365e-01 -1.15245e-01 -7.68377e-02 -6.07211e+03 -4.61578e+02 -1.62495e+04 -2.05176e+05 -3.26215e+03 -6.68670e+03 -3.01427e+04 -7.53306e+03 -6.17315e+04 -1.32094e+04 -6.45820e+03 -5.03662e+02 -9.26277e+04 -1.28327e+04 -2.32728e+03 -3.89963e+04 -3.00424e+04 -1.06749e+04 -1.46972e+04 -1.24210e+04 -1.56917e+05 -4.72401e+03 -7.01374e+04 -1.60997e+02 -9.27243e+02 -9.59358e-01 -1.94795e+00 -1.23360e-01 -9.23397e-01 -3.28080e+00 -2.10152e+00 -1.58312e+00 -5.53539e+00 -2.45095e+00 -9.41801e+00 -1.25418e+00 -1.57739e+00 -1.12380e-01 -4.62161e-01 -5.93308e-01 -1.63099e-03 -4.05747e-02 -3.43297e-02 -2.50101e-01 -7.68904e-01 -7.44332e-01 -4.23432e+00 -6.84030e+00 -3.55444e+00 -1.11367e-01 -1.21267e-01 -4.02201e-02 -1.60852e+05 -5.59790e-01 -2.23022e+03 -2.84736e+04 -2.27829e+03 -4.73986e+03 -4.25465e+04 -2.42892e+03 -1.51744e+03 -4.90788e+02 -4.34109e+02 -1.61727e+02 -6.19703e+04 -3.17571e+04 -1.73438e+03 -3.00387e+04 -4.48358e+04 -1.07529e+04 -4.02641e+04 -2.76442e+04 -7.77759e+05 -2.00406e+04 -9.64323e+04 -1.38155e+03 -1.73043e+01 -2.23322e-01 -1.02024e+05 -1.99088e+04 -5.23452e+03 -7.57045e+03 -2.60845e+04 -3.31625e+02 -1.46256e+04 -4.67977e+03 -6.44201e+03 -2.04985e+02 -1.49811e+03 -2.76532e+02 -1.09416e+04 -1.62838e+04 -1.41810e+02 -1.82777e+03 -4.06522e+03 -1.14803e+02 -1.80614e+04 -4.45546e+03 -2.16853e+04 -1.57806e+03 -1.21323e+04 -8.08259e+01 -2.31970e+04 -2.14806e-01 -9.12399e+01 -1.44581e+00 -9.09044e+01 -2.11642e+03 -1.29204e+01 -3.42635e+01 -1.64837e+02 -2.70513e+01 -1.45568e+02 -2.48822e+01 -1.73551e+01 -1.38567e+00 -3.16642e+02 -2.58508e+02 -7.49871e+00 -3.49387e+02 -3.76329e+02 -8.08896e+01 -7.41018e+01 -7.71111e+01 -2.26801e+03 -3.68344e+01 -8.49046e+02 -2.64209e-01 -6.56129e+00 -2.23088e-01 -1.93103e+00 -5.25498e+02 -2.64589e+00 -4.70447e+00 -1.96337e+00 -4.24263e+02 -2.81494e+02 -1.68131e+00 -1.95001e+00 -1.71809e+01 -2.46929e-01 -9.19930e-02 -1.16421e+00 -1.33502e+00 -4.52496e+00 -3.21525e-01 -1.66573e+02 -1.54161e+03 -8.99290e+03 -6.98921e-01 -3.22760e+02 -7.54898e-01 -9.26928e+02 -3.57399e-01 -3.36718e-01 -1.60591e-01 -4.59122e+06 -4.98991e+05 -1.40162e+06 -3.82910e+06 -1.22583e+06 -3.86214e+05 -8.80471e+05 -1.82173e+05 -2.00120e+05 -2.73509e+05 -4.19666e+04 -2.40853e+02 -3.20991e+05 -7.84265e+05 -3.52495e+04 -1.97049e+06 -4.70149e+04 -5.14322e+05 -3.02811e+05 -2.82835e+05 -1.73711e+06 -5.99036e+03 -6.42039e+05 -9.10951e+01 -2.61443e+04 -1.11122e+00 -5.77195e+03 -1.27974e+02 -8.52820e+02 -1.72844e+04 -1.79068e+02 -3.98225e+02 -1.72675e+03 -3.45041e+02 -1.93525e+03 -3.75416e+02 -2.37482e+02 -1.99254e+00 -1.23764e+04 -1.02819e+04 -1.15230e+03 -3.08929e+04 -2.00573e+04 -6.63944e+03 -6.80460e+03 -7.59352e+03 -1.33764e+05 -2.44307e+03 -4.54999e+04 -2.76252e+01 -3.48116e+02 -2.95623e-01 -3.64673e+03 -1.10359e+02 -1.00543e+03 -9.96514e+03 -8.35612e+01 -1.92282e+02 -9.33045e+02 -1.14381e+02 -8.29144e+02 -1.82032e+02 -1.08278e+02 -1.00250e+00 -6.13129e+03 -4.86587e+03 -5.36256e+02 -1.47956e+04 -1.35821e+04 -3.77727e+03 -4.70588e+03 -4.64428e+03 -6.50172e+04 -9.87232e+02 -2.53265e+04 -1.30680e+01 -1.75543e+02 -1.97559e-01 -1.91314e+03 -1.78213e+01 -4.73565e+02 -7.06096e+03 -2.87566e+01 -1.14487e+02 -1.18417e+03 -1.03283e+02 -1.24544e+03 -1.19662e+02 -4.21675e+01 -1.82224e-01 -5.48655e+03 -1.35331e+05 -1.63048e+02 -2.28855e+04 -1.63426e+04 -3.56602e+03 -7.17337e+03 -8.44541e+03 -4.89581e+05 -3.48733e+03 -9.68511e+04 -6.26143e+00 -8.24767e+01 -5.00111e-02 0.00000e+00 +4.14728e+05 2.07447e+04 2.78362e+04 1.54572e+05 2.75549e+04 9.16084e+04 2.43972e+05 6.68981e+04 2.00272e+05 7.11686e+04 3.41737e+04 1.61946e+03 8.49252e+04 2.01868e+05 1.14005e+04 2.49001e+05 2.03869e+05 1.13945e+05 1.97031e+05 3.82166e+05 2.61451e+06 1.47196e+05 3.82781e+05 2.51495e+03 2.21207e+04 6.96998e-01 1.98600e+05 1.18640e+04 3.17813e+04 5.91543e+04 2.37174e+04 3.59961e+04 1.01301e+05 3.11452e+04 1.01146e+05 3.59409e+04 1.72966e+04 5.76864e+02 1.05811e+05 1.27215e+05 8.18482e+03 1.76027e+05 1.44088e+05 6.14951e+04 6.38535e+04 1.73045e+05 1.71031e+06 1.49662e+05 3.05057e+05 2.28071e+03 1.52248e+04 2.13951e+00 2.58613e+06 1.50065e+05 8.80682e+06 2.89301e+06 5.41942e+05 1.70675e+06 6.27528e+06 1.56227e+06 4.77583e+06 1.93059e+06 7.21781e+05 6.21329e+04 4.16943e+06 4.76227e+06 2.31177e+05 5.69063e+06 4.25601e+06 2.37541e+06 3.09188e+06 4.94888e+06 5.14846e+07 5.70663e+06 1.16214e+07 6.22965e+04 5.55247e+05 1.72683e+00 1.29926e+04 8.71948e+02 6.88717e+03 1.10180e+04 2.26807e+03 6.58236e+03 1.68376e+04 5.07481e+03 1.61300e+04 5.51204e+03 2.44964e+03 9.32776e+01 1.76773e+04 4.64326e+04 3.13476e+03 6.31451e+04 4.70401e+04 2.54916e+04 1.61109e+04 3.42395e+04 5.11565e+05 3.76059e+04 7.76895e+04 7.12684e+02 4.74634e+03 6.51658e-01 1.05409e+06 5.68780e+04 2.64671e+06 6.73562e+05 1.22113e+05 4.36871e+05 1.22258e+06 3.58657e+05 1.04641e+06 3.64210e+05 1.65039e+05 8.17702e+03 1.82532e+06 1.20273e+06 7.03331e+04 1.90597e+06 1.29600e+06 7.21891e+05 9.96270e+05 1.70258e+06 1.86614e+07 1.49645e+06 2.81957e+06 1.62037e+04 1.71238e+05 4.53673e+00 1.36878e+04 2.03193e+03 5.54106e+03 2.54502e+03 7.50537e+02 1.51442e+03 3.80777e+03 1.28709e+03 3.66656e+03 1.64420e+03 7.52301e+02 3.88521e+01 1.82224e+04 2.04891e+04 2.04000e+03 2.34385e+04 1.78704e+04 9.89114e+03 1.20916e+04 2.64103e+04 1.43641e+05 1.19225e+04 2.45905e+04 3.82715e+02 2.07958e+03 3.78065e-01 7.70845e+06 2.77286e+05 3.79370e+06 7.75013e+06 3.09676e+06 2.82024e+06 7.19765e+06 2.48967e+06 2.41888e+06 2.05155e+06 9.25566e+05 6.58011e+04 2.89975e+06 8.29063e+06 4.28279e+05 5.69986e+06 1.21631e+07 4.10106e+06 8.47084e+06 3.60518e+06 3.48963e+07 1.31435e+07 2.57162e+07 1.08512e+04 3.11430e+06 3.83838e-01 3.87664e+05 9.16333e+03 8.80826e+04 7.10986e+04 1.67838e+04 3.42100e+04 1.05859e+05 4.00908e+04 1.14076e+05 3.96552e+04 1.83809e+04 9.81582e+02 1.96401e+05 2.15759e+05 6.98734e+03 1.34318e+05 1.38141e+05 1.68154e+04 8.66899e+04 1.63428e+05 1.32894e+06 9.36889e+03 2.39766e+05 1.69619e+03 1.38750e-01 1.06269e+00 3.11323e+03 5.29526e+02 7.08722e+03 5.04684e+03 6.41984e+02 2.93298e+03 1.71857e+04 7.22784e+02 2.19976e+03 1.03087e+03 1.22402e+03 9.69391e+01 4.80828e+04 1.79146e+04 1.32953e+03 2.73366e+04 2.04270e+04 2.18126e+04 1.97483e+04 2.94443e+04 2.46242e+05 2.31081e+04 4.13516e+04 3.44233e+02 2.12613e+03 2.16452e-01 1.48266e+07 1.00441e+06 2.81063e+07 7.85748e+06 1.43530e+06 5.76771e+06 7.85656e+06 6.91444e+06 3.00262e+06 4.57749e+06 1.24904e+06 1.17466e+05 1.10058e+07 1.57957e+07 3.93737e+05 8.96760e+06 8.81339e+06 8.54212e+06 1.35751e+07 1.42840e+07 1.38648e+08 5.49297e+06 2.02218e+07 8.24079e+04 8.84318e+05 3.98734e-01 6.57488e+06 1.65462e+04 3.54430e+05 1.49698e+06 1.43258e+06 4.32651e+06 6.42366e+06 3.62415e+06 6.80525e+06 2.50853e+06 1.85239e+06 2.92677e+05 1.21478e+06 1.17542e+07 2.89548e+06 9.43752e+06 5.19979e+06 6.15296e+06 3.09876e+06 9.05732e+05 3.78421e+07 2.55354e-01 2.27590e+06 2.57774e-01 3.93870e+05 8.71985e-01 1.01180e+06 4.92208e+04 8.36114e+05 7.36456e+05 1.41433e+05 4.02445e+05 1.22076e+06 3.44865e+05 1.07685e+06 3.82287e+05 1.63717e+05 7.86830e+03 1.29174e+06 1.18408e+06 6.43454e+04 1.59565e+06 1.15180e+06 6.29814e+05 8.51263e+05 1.60074e+06 1.53960e+07 1.32196e+06 2.59475e+06 1.71698e+04 1.25657e+05 7.33438e+00 8.91542e+04 9.81527e+03 3.31340e+04 6.81572e+04 7.02158e+03 2.00501e+04 5.73491e+04 1.54155e+04 5.79314e+04 2.28827e+04 9.39186e+03 5.16696e+02 8.70114e+04 1.11573e+05 6.04137e+03 1.42355e+05 1.26897e+05 6.25727e+04 7.00395e+04 1.38871e+05 1.52921e+06 1.30444e+05 2.73926e+05 1.86738e+03 1.50468e+04 1.99402e-01 9.75739e+04 6.70998e+03 2.90817e+05 2.94529e+05 5.47675e+04 1.65204e+05 5.24080e+05 1.82544e+05 3.76483e+05 1.30345e+05 6.38814e+04 2.87441e+03 7.45852e+05 3.20272e+05 2.54339e+04 6.58871e+05 5.00205e+05 2.65827e+05 3.13821e+05 5.77517e+05 7.14796e+06 6.53332e+05 1.28743e+06 8.08666e+03 7.42554e+04 2.34542e+00 1.57193e+06 9.24987e+04 4.56747e+05 1.09695e+06 5.48553e+05 5.67510e+05 1.63718e+06 4.54652e+05 1.43227e+06 5.02327e+05 2.35179e+05 8.84850e+03 1.50963e+06 1.34265e+06 9.30670e+04 2.26122e+06 1.79477e+06 1.03938e+06 1.01081e+06 1.91241e+06 2.36505e+07 1.48126e+06 3.97193e+06 2.69971e+04 2.40959e+05 1.68931e+00 3.25952e+04 2.61735e+03 1.18761e+04 2.32582e+04 4.03974e+03 1.17715e+04 3.29718e+04 9.15539e+03 2.81675e+04 1.02998e+04 4.88766e+03 2.69942e+02 3.86833e+04 3.75805e+04 3.38139e+03 6.53284e+04 4.93452e+04 2.68306e+04 2.74744e+04 5.89833e+04 5.82701e+05 4.97613e+04 1.00840e+05 9.62325e+02 6.61499e+03 5.15696e-01 1.20795e+06 1.56959e+04 1.42408e+05 1.25534e+04 2.00675e+04 2.06492e+04 3.90730e+03 1.83129e+04 2.10288e+03 1.34348e+04 9.05905e+03 2.48130e+03 3.42259e+05 9.52975e+05 1.38927e+04 7.43713e+05 1.93541e+05 4.16723e+04 2.96525e+04 4.30319e+04 2.19488e+06 6.84345e+04 3.35073e+05 4.73674e+03 5.44493e+04 1.51633e+02 5.56808e+06 1.91528e-01 5.71236e+05 3.89877e+06 1.04746e+06 2.76445e+06 1.28600e+07 2.95195e+06 4.38146e+06 1.57105e+06 5.20673e+05 2.12423e+05 4.64597e+06 9.81760e+06 2.93929e+06 1.07718e+07 6.51809e+06 3.31318e+06 1.66322e+06 3.43877e+06 6.61359e+07 2.75019e-01 1.16900e+07 2.37571e-01 1.01437e+06 8.39472e-01 7.51073e+04 4.42326e+03 6.89005e+03 1.73057e+04 2.21480e+03 5.66187e+03 1.38236e+04 4.22096e+03 1.23588e+04 4.89948e+03 2.29836e+03 1.60457e+02 1.83154e+04 1.28675e+04 1.73680e+03 2.85461e+04 2.15870e+04 1.27888e+04 1.59766e+04 3.18062e+04 1.87249e+05 1.44113e+04 3.17473e+04 3.54321e+02 1.93584e+03 5.20528e-01 2.02614e+05 1.20829e+04 1.29451e+04 4.03222e+04 9.06230e+03 2.64244e+04 7.24135e+04 2.09048e+04 6.48293e+04 2.28850e+04 1.04972e+04 4.48271e+02 4.84678e+04 7.00217e+04 5.59359e+03 1.23593e+05 9.85493e+04 5.08015e+04 5.30610e+04 1.22183e+05 1.10164e+06 7.30377e+04 1.70593e+05 1.37267e+03 9.98513e+03 1.15138e+00 2.25817e+04 1.51113e+03 9.97957e+03 1.11567e+04 1.40689e+03 3.17488e+03 9.74571e+03 2.46152e+03 8.85965e+03 3.97189e+03 1.69218e+03 8.83667e+01 2.83912e+04 3.78052e+04 2.30076e+03 4.94799e+04 4.30427e+04 2.39072e+04 2.33491e+04 4.75136e+04 7.08270e+05 5.26916e+04 1.14653e+05 8.77602e+02 7.44592e+03 4.76243e-01 2.13917e+04 1.39815e+03 4.13456e+03 4.37523e+02 1.35683e+02 3.45787e+02 1.16664e+03 5.03099e+02 1.10837e+03 3.96256e+02 1.74821e+02 5.90846e+00 9.95566e+03 3.65009e+03 5.24773e+01 9.13777e+02 5.99971e+02 3.50481e+02 1.52203e+03 3.09788e+03 1.69373e+04 1.11289e+03 2.03662e+03 2.27634e+01 1.14765e+02 5.19189e-01 1.09980e+06 4.75613e+04 9.80955e+05 5.90836e+05 1.92625e+05 1.59155e+05 5.03857e+05 2.66550e+04 6.38435e+04 6.98195e+03 3.37408e+04 1.25701e+04 2.66979e+05 2.75230e+05 1.43429e+04 1.84864e+05 4.11163e+05 2.70430e+05 7.55704e+05 2.57370e+05 1.17835e+06 8.13152e+05 2.96751e+05 5.19243e+04 3.04816e+05 4.70232e-01 2.26567e+05 5.01370e+03 7.01357e+04 1.18070e+05 4.71318e+04 7.55391e+04 1.93831e+05 6.16187e+04 1.76356e+05 6.05505e+04 2.89307e+04 1.38288e+03 1.80269e+05 1.56220e+05 9.82564e+03 2.34475e+05 1.85419e+05 8.61755e+04 1.02412e+05 2.30832e+05 2.69695e+06 3.45089e+04 4.65849e+05 3.10845e+03 2.53004e+04 1.35815e+00 1.42553e+05 7.28201e+03 7.87308e+04 1.16125e+05 1.90119e+04 5.97680e+04 1.47650e+05 4.88338e+04 1.68337e+05 6.35649e+04 3.10463e+04 1.10300e+03 2.39745e+05 2.15690e+05 1.01923e+04 2.73107e+05 2.04371e+05 1.03908e+05 1.17112e+05 2.43075e+05 3.31266e+06 3.64809e+05 6.63686e+05 3.52643e+03 2.81503e+04 2.81494e+00 1.43767e+07 2.71184e+05 2.23193e+07 1.72363e+07 1.02173e+07 1.53190e+07 4.00451e+07 1.90794e+07 1.98264e+07 6.21629e+06 3.95555e+06 1.47363e+06 2.79370e+07 3.02501e+07 5.32322e+05 6.86104e+06 1.52599e+07 7.71298e+06 1.76111e+07 2.39276e+07 1.79005e+08 2.42766e+07 2.24276e+07 2.53816e+04 7.28451e+06 3.52071e-01 6.12007e+03 3.70997e+02 2.73601e+03 2.03865e+03 4.17627e+02 1.17881e+03 3.00506e+03 9.95123e+02 2.88439e+03 1.09825e+03 6.46781e+02 1.69989e+01 7.64201e+03 1.14891e+04 1.41054e+03 2.13138e+04 1.71795e+04 9.25462e+03 1.03811e+04 1.91603e+04 1.35348e+05 8.72447e+03 2.14551e+04 2.22932e+02 1.38164e+03 2.08833e-01 1.02460e+05 5.42197e+03 6.10978e+05 1.25946e+05 3.50450e+04 8.42471e+04 2.42052e+05 6.88036e+04 1.91161e+05 6.48391e+04 3.17039e+04 1.51506e+03 3.40895e+05 1.42543e+05 6.96564e+03 1.74402e+05 1.19863e+05 7.45194e+04 1.06402e+05 1.73082e+05 2.54623e+06 1.83487e+05 3.70634e+05 2.40047e+03 2.64566e+04 6.81261e-01 6.55842e+05 3.02766e+04 3.09622e+05 5.11076e+05 1.92650e+05 2.87106e+05 8.63621e+05 3.00773e+05 7.03782e+05 2.13231e+05 1.08789e+05 5.73444e+03 6.21409e+05 4.23979e+05 3.34631e+04 8.80967e+05 5.96056e+05 3.00723e+05 4.55406e+05 8.13835e+05 1.00353e+07 5.88118e+05 1.38135e+06 8.64629e+03 1.02484e+05 1.25413e+00 3.77344e+05 2.24466e+04 5.00132e+04 1.09928e+05 2.29264e+04 6.26441e+04 1.81107e+05 5.09702e+04 1.67050e+05 6.19191e+04 2.67375e+04 1.26853e+03 1.53963e+05 1.97612e+05 1.06414e+04 2.64678e+05 2.46014e+05 1.18924e+05 1.01415e+05 2.09728e+05 2.55009e+06 3.07983e+05 6.19398e+05 4.38809e+03 2.37625e+04 8.63062e-01 1.58527e+05 1.32770e+04 6.52594e+03 1.33449e+04 4.10353e+03 9.87296e+03 3.03124e+04 8.85932e+03 2.76089e+04 1.06637e+04 5.02622e+03 4.69238e+02 1.78319e+04 2.69921e+04 2.09477e+03 2.67156e+04 2.11967e+04 9.88271e+03 1.53767e+04 3.52780e+04 3.54335e+05 2.61840e+04 6.00137e+04 7.22505e+02 3.96777e+03 7.92985e-01 3.68146e+05 2.05616e+04 1.92754e+04 9.92258e+04 7.28061e+04 6.36437e+04 1.76631e+05 4.41649e+04 1.35279e+05 4.71179e+04 2.45068e+04 1.17565e+03 8.14691e+04 1.39030e+05 9.47581e+03 2.29270e+05 1.79079e+05 9.62224e+04 1.08002e+05 2.17343e+05 2.05371e+06 1.01532e+05 3.03098e+05 2.22515e+03 1.81675e+04 9.36116e-01 3.86588e+05 1.69636e+04 1.72970e+05 2.25859e+05 3.90809e+04 1.65292e+05 3.48936e+05 1.00118e+05 2.93129e+05 1.01906e+05 4.96641e+04 2.36030e+03 3.45290e+05 2.56607e+05 1.83363e+04 4.56539e+05 3.49191e+05 1.83802e+05 1.85163e+05 4.05393e+05 4.29143e+06 2.85264e+05 6.56484e+05 4.60222e+03 3.92630e+04 1.04995e+00 1.51234e+07 2.24298e+06 6.18579e+07 1.75962e+07 4.34510e+06 2.38539e+07 3.11002e+07 1.53324e+07 2.55485e+07 2.11843e+07 5.23018e+06 2.02841e+06 1.83945e+07 1.06687e+07 9.93567e+05 1.28060e+07 2.84823e+07 5.31105e+06 1.35317e+07 1.23904e+07 1.27558e+08 2.61768e+07 1.80358e+07 1.07097e-03 3.07369e-01 3.98476e-02 7.46876e+04 6.95478e+03 7.36875e+03 4.59920e+03 1.40214e+03 3.13669e+03 8.48108e+03 2.73960e+03 8.37766e+03 2.89016e+03 1.35445e+03 7.71872e+01 1.84997e+04 2.92103e+04 2.12970e+03 3.50258e+04 2.68578e+04 1.40744e+04 2.56841e+04 5.36335e+04 1.99700e+05 1.42364e+04 2.86572e+04 3.64723e+02 2.09013e+03 1.05909e+00 8.17896e+03 9.73021e+02 1.58460e+04 8.37754e+03 1.20976e+03 2.82762e+03 7.09711e+03 2.18709e+03 6.96248e+03 4.35909e+03 1.62405e+03 9.40285e+01 4.00399e+04 2.84720e+04 2.59570e+03 4.70255e+04 3.80748e+04 2.34189e+04 2.64770e+04 4.88234e+04 6.69011e+05 4.55178e+04 1.03013e+05 9.68362e+02 6.74079e+03 3.92011e-01 1.01064e+05 7.36729e+03 7.31473e+03 6.19960e+03 2.00012e+03 5.31431e+03 1.55607e+04 4.36670e+03 1.38246e+04 5.12863e+03 2.50215e+03 2.27628e+02 1.94108e+04 1.49889e+04 1.67977e+03 2.73081e+04 2.10664e+04 1.08613e+04 8.49404e+03 1.98958e+04 1.68826e+05 1.13850e+04 2.67859e+04 3.12527e+02 1.81227e+03 4.24355e-01 2.29040e+05 1.24018e+04 2.52697e+04 2.82513e+04 5.67529e+03 1.86738e+04 5.29020e+04 1.54737e+04 5.59331e+04 2.02928e+04 8.81623e+03 4.14212e+02 1.36471e+05 2.86681e+04 7.60147e+03 1.52100e+05 9.67376e+04 4.88796e+04 2.19217e+04 5.62924e+04 1.25948e+06 9.68704e+04 1.81620e+05 1.67868e+03 1.02532e+04 4.78366e+00 4.02116e+06 1.13885e+06 7.49109e+06 5.61499e+06 6.30129e+05 3.15916e+06 5.39958e+06 1.61507e+06 5.68719e+05 3.32152e+05 2.23064e+05 1.78119e+04 4.12663e+06 4.48565e+06 1.07356e+05 1.38369e+06 3.07753e+06 7.09330e+05 6.29944e+06 3.25799e+06 2.23951e+07 1.48361e+06 5.30467e+06 2.81135e+03 8.06857e+05 6.25018e-01 1.05720e+08 5.42221e+06 4.38408e+07 4.51109e+07 3.42840e+07 2.87096e+07 1.15686e+08 5.94957e+07 9.12120e+07 2.74130e+07 7.35639e+06 3.88722e+00 6.88747e+07 8.09420e+07 3.29480e+06 4.24663e+07 9.44509e+07 1.89714e+07 1.17040e+08 5.31794e+07 1.94585e+08 9.36912e+06 1.09625e+08 4.78555e+05 8.40293e+07 1.94359e+00 7.51834e+05 3.10045e+04 7.19261e+06 6.20272e+06 1.44336e+06 1.62644e+06 1.12016e+07 2.05260e+06 1.66985e+06 7.16097e+05 4.06826e+05 8.77090e-01 3.90723e+06 1.83687e+06 1.07077e+05 1.38010e+06 3.06954e+06 1.17237e+05 6.58516e+05 2.98170e+06 5.19756e+06 8.67204e+06 1.57094e+06 4.81365e-01 6.03701e+05 1.35274e+01 1.90120e+05 9.99527e+03 4.71363e+05 7.69925e+04 1.49531e+04 5.44616e+04 1.46695e+05 4.70930e+04 1.19135e+05 3.88643e+04 1.90793e+04 9.86697e+02 3.09895e+05 1.35516e+05 7.39077e+03 1.81430e+05 1.25326e+05 7.37182e+04 1.06043e+05 1.86588e+05 1.77704e+06 1.11983e+05 2.39303e+05 1.64193e+03 1.52007e+04 1.42332e+00 7.63567e+05 4.36810e+04 2.12999e+05 5.41169e+05 1.45753e+05 2.53143e+05 7.05631e+05 1.96923e+05 6.79795e+05 2.02428e+05 1.00050e+05 4.17027e+03 5.95191e+05 5.13044e+05 3.36391e+04 8.60922e+05 6.68462e+05 3.53327e+05 4.20733e+05 8.06204e+05 9.56552e+06 7.85448e+05 1.52541e+06 9.74525e+03 9.40164e+04 7.40283e-01 2.87610e+05 1.75547e+04 1.28936e+05 2.33825e+05 7.05679e+04 1.43028e+05 4.15840e+05 1.06378e+05 3.15709e+05 1.06234e+05 5.27159e+04 2.50074e+03 3.06406e+05 2.35034e+05 1.62109e+04 4.32037e+05 3.24216e+05 1.58281e+05 1.92366e+05 4.00161e+05 5.25433e+06 3.47043e+05 7.70687e+05 5.54061e+03 4.85438e+04 1.03576e+00 3.91889e+05 2.09610e+04 1.51776e+05 5.52099e+05 7.03262e+04 2.33026e+05 6.34065e+05 1.81552e+05 5.26556e+05 2.05401e+05 8.99227e+04 4.89647e+03 5.61252e+05 4.95707e+05 2.97545e+04 7.65474e+05 6.21320e+05 3.05747e+05 3.88340e+05 8.18497e+05 1.00751e+07 1.10784e+06 1.82710e+06 1.07815e+04 8.92180e+04 1.59586e+00 1.51799e+05 7.95849e+03 7.08136e+04 1.79746e+05 2.82507e+04 7.76088e+04 2.22662e+05 6.13552e+04 1.92837e+05 7.34666e+04 3.21028e+04 2.07537e+03 1.75832e+05 1.62391e+05 1.04661e+04 2.56481e+05 2.32189e+05 1.09002e+05 1.19006e+05 2.59181e+05 3.32915e+06 2.57165e+05 5.72531e+05 4.42515e+03 3.06679e+04 1.23797e+00 3.19055e+06 1.95987e+04 6.89244e+05 3.32542e+06 1.02481e+06 2.61223e+06 6.19867e+06 2.17841e+06 5.36157e+06 2.68552e+06 8.82716e+05 1.10224e+05 7.56360e-01 5.35647e+06 1.71192e+06 8.35648e+06 3.22017e+06 1.72013e+06 3.04661e+06 1.93625e+06 1.38062e+07 1.67904e+05 2.21547e+06 6.13186e-01 9.48253e+05 1.35122e+00 8.06757e+05 2.81004e+04 1.22089e+05 4.22466e+05 5.42353e+04 2.37346e+05 4.70988e+05 1.29560e+05 3.77045e+05 1.30941e+05 6.52562e+04 2.65781e+03 4.17081e+05 3.37611e+05 2.44697e+04 6.07682e+05 4.51739e+05 2.63639e+05 2.82849e+05 5.25175e+05 5.77050e+06 4.29476e+05 1.06860e+06 6.69511e+03 5.81789e+04 6.14578e-01 2.66626e+05 3.01973e+04 1.21455e+05 6.31420e+04 1.60951e+04 5.39391e+04 1.43638e+05 4.83535e+04 1.53883e+05 5.02999e+04 2.37470e+04 8.51221e+02 3.14580e+05 1.32063e+05 2.02986e+03 6.00220e+04 4.24509e+04 2.09366e+04 2.58562e+04 4.99685e+04 1.98022e+06 1.04800e+05 2.57776e+05 1.46447e+03 1.61008e+04 2.04655e-01 5.44281e+05 2.80315e+04 2.69333e+05 2.06289e+05 3.78853e+04 1.38082e+05 3.69204e+05 1.05561e+05 3.10486e+05 1.03712e+05 5.10977e+04 2.56819e+03 5.93556e+05 3.16539e+05 2.22342e+04 6.00456e+05 4.38252e+05 2.37698e+05 2.37300e+05 4.76221e+05 5.27489e+06 2.89867e+05 7.22552e+05 4.60863e+03 4.20562e+04 8.90633e-01 2.39123e+06 1.39095e+05 5.28997e+06 1.37948e+06 2.59972e+05 9.06511e+05 2.83868e+06 8.03986e+05 2.58013e+06 3.31994e+05 4.11167e+05 2.52209e+04 2.19061e+06 2.76109e+06 4.19457e+05 3.15156e+06 1.68082e+06 7.96962e+05 5.19139e+06 1.87117e+06 2.10462e+07 1.56116e+06 4.66303e+06 2.42873e-01 3.34537e+05 1.17250e+00 2.92134e+04 2.94729e+03 7.86135e+03 2.66681e+03 7.83506e+02 1.47466e+03 3.71822e+03 1.20572e+03 3.74459e+03 1.55091e+03 7.26078e+02 5.01229e+01 2.65611e+04 2.63651e+04 1.97112e+03 2.49592e+04 1.91807e+04 9.84589e+03 2.61369e+04 5.57380e+04 1.46523e+05 1.23738e+04 2.55809e+04 4.01148e+02 1.84983e+03 5.78175e-01 8.33676e+05 3.69485e+04 2.91729e+05 8.56554e+05 3.53200e+05 4.10368e+05 1.13766e+06 3.35214e+05 1.08450e+06 3.64437e+05 1.87091e+05 8.49231e+03 9.29319e+05 9.10369e+05 5.92620e+04 1.44915e+06 1.23216e+06 6.01392e+05 7.36122e+05 1.39609e+06 1.57775e+07 1.22905e+05 2.79868e+06 1.87615e+04 1.53190e+05 8.33380e-01 7.37186e+05 1.73894e+05 6.48667e+06 2.78659e+06 5.21915e+05 5.37591e+05 1.51902e+06 1.18623e+05 1.14017e+06 1.31463e+05 2.20969e+03 8.23217e+02 3.94483e+05 1.51807e+06 4.90220e+03 6.31840e+04 1.40530e+05 3.08978e+05 4.74728e+05 1.46079e+06 3.64772e+06 7.98899e+05 9.95759e+05 4.92378e-01 1.12580e+05 1.35402e+00 2.78999e+06 1.67749e+05 1.40012e+06 2.66636e+06 6.05909e+05 1.38745e+06 3.79535e+06 1.07791e+06 3.14328e+06 1.18361e+06 5.69180e+05 2.60904e+04 3.60894e+06 2.84641e+06 2.08351e+05 4.86934e+06 3.97542e+06 2.30643e+06 2.49942e+06 4.58587e+06 5.13296e+07 2.24647e+06 9.66155e+06 6.31324e+04 5.33623e+05 4.99758e+00 2.24551e+05 1.01831e+04 6.72404e+04 2.19352e+05 1.40491e+05 9.63612e+04 2.76249e+05 7.03544e+04 2.13234e+05 7.70540e+04 4.05234e+04 2.15055e+03 2.19130e+05 1.89718e+05 1.39888e+04 3.19523e+05 3.08862e+05 1.59303e+05 1.43970e+05 2.99065e+05 3.87576e+06 2.55810e+05 7.07873e+05 4.62505e+03 3.68810e+04 3.24333e-01 1.27295e+05 1.10739e+04 2.52674e+03 7.19047e+03 2.54943e+03 4.75350e+03 1.40780e+04 4.38717e+03 1.51858e+04 6.47761e+03 3.10372e+03 2.98972e+02 1.82669e+04 5.82366e+04 4.08170e+03 6.06998e+04 4.40385e+04 2.31793e+04 3.15520e+04 7.21566e+04 3.86433e+05 3.23612e+04 6.66899e+04 8.58391e+02 4.71366e+03 3.08860e+00 4.83792e+05 2.62389e+04 4.41203e+04 2.28754e+05 1.35554e+05 2.99023e+05 2.54489e+05 9.18310e+04 1.25548e+05 1.30206e+05 1.05914e+05 1.09329e+04 1.34663e+05 5.98673e+05 1.17699e+05 5.20223e+05 3.19801e+05 1.22405e+05 8.47252e+05 5.01293e+05 2.19200e+06 4.66259e-01 1.99599e+05 1.50026e+04 4.28619e+04 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.03071e+05 2.54270e+04 7.96021e+03 3.69307e+04 8.96110e+03 2.08220e+04 4.67129e+04 1.38091e+04 3.98627e+04 1.50537e+04 7.52905e+03 3.67204e+02 2.91857e+04 2.52477e+04 3.35736e+03 6.44289e+04 5.12388e+04 2.53535e+04 3.68223e+04 8.32125e+04 5.90627e+05 4.49135e+04 1.03183e+05 9.31359e+02 6.39728e+03 5.83602e-01 6.54607e+06 1.65934e+05 2.07552e+05 4.07040e+05 2.25794e+05 7.68826e+06 3.03173e+06 2.16493e+06 1.14291e+07 3.34569e+05 3.13939e+05 2.48649e+04 1.02545e+06 3.83493e+06 1.07166e+06 3.80180e+06 1.37901e+06 2.82118e+05 5.66187e+06 3.86925e+06 1.88646e+07 2.69602e-01 1.78664e+06 3.06220e-01 4.21946e+05 6.63369e-01 4.56896e+07 1.78725e+06 2.92311e+06 1.95280e+07 4.70954e+06 1.03800e+07 3.20262e+07 1.54778e+07 2.15493e+07 1.54967e+07 3.76282e+06 1.29643e+06 1.22028e+07 4.21003e+07 1.19002e+07 2.57567e+07 2.95281e+07 1.61652e+07 2.26489e+07 1.25560e+07 3.13665e+08 3.53706e+07 9.49859e+07 2.44629e-01 7.62645e+06 2.23426e-01 6.79289e+04 5.35714e+03 2.58899e+04 4.09263e+04 7.37733e+03 2.42160e+04 6.17945e+04 1.78624e+04 4.98170e+04 1.72665e+04 1.98054e+04 3.96419e+02 6.22487e+04 5.94229e+04 4.29343e+03 9.41272e+04 7.63486e+04 4.04823e+04 4.43260e+04 9.28094e+04 1.06374e+06 7.95145e+04 1.67658e+05 1.27097e+03 1.01803e+04 7.20147e-01 2.73113e+05 1.23431e+04 3.14211e+05 1.43498e+05 2.59814e+04 9.61948e+04 2.40563e+05 7.04637e+04 1.98506e+05 6.52073e+04 3.14061e+04 1.59817e+03 3.34962e+05 1.90174e+05 1.23873e+04 3.09373e+05 2.26879e+05 1.19191e+05 1.35613e+05 2.74907e+05 3.07959e+06 2.15111e+05 4.36492e+05 2.95421e+03 2.64552e+04 3.66534e+00 9.79919e+04 8.00471e+03 4.23053e+03 3.24530e+03 8.68669e+02 2.42832e+03 7.31971e+03 2.08648e+03 6.18411e+03 2.10202e+03 9.92066e+02 4.39997e+01 1.02831e+04 1.13489e+04 1.36128e+03 2.74601e+04 2.17299e+04 1.18571e+04 1.38877e+04 2.64369e+04 9.08001e+04 5.03457e+03 1.27415e+04 8.69905e+01 6.56364e+02 4.21350e-01 3.29138e+05 1.97746e+03 3.08743e+04 1.44431e+05 4.86360e+04 1.21449e+04 8.57592e+04 3.47058e+04 5.04925e+04 5.52188e+03 9.54630e+03 3.55647e+03 6.71658e+04 1.87923e+05 6.82965e+03 8.93812e+04 1.94922e+05 6.97081e+04 2.37730e+05 1.08392e+05 2.75692e+05 2.84974e+05 2.52300e+05 9.70961e+04 7.43231e+04 4.77746e-01 1.46933e+07 1.54791e+05 2.53841e+06 1.16012e+07 1.39643e+06 1.82459e+07 1.52928e+07 1.51759e+07 2.82942e+07 5.17519e-01 2.23694e+06 4.32427e+05 8.82861e+06 5.06598e+07 2.16191e+06 5.64810e+07 4.37899e+07 1.42911e+07 1.97318e+07 2.00256e+07 4.38427e+08 4.62027e-01 1.31436e+08 7.19192e-04 2.06408e-01 3.97485e-01 6.83325e+05 2.57805e+04 1.72565e+05 4.42240e+05 5.73174e+04 2.41259e+05 4.89788e+05 1.40238e+05 4.49808e+05 1.68533e+05 7.30892e+04 4.04859e+03 3.96135e+05 4.43250e+05 2.18275e+04 5.61020e+05 4.56912e+05 2.26984e+05 3.05519e+05 6.04472e+05 6.54829e+06 5.05825e+05 1.17235e+06 6.27999e+03 5.33660e+04 2.11442e+00 1.18592e+07 8.09414e+05 3.47769e+05 2.87188e+06 8.47155e+05 7.22909e+05 3.39376e+06 8.68278e+05 5.56746e+05 1.32612e+05 6.09412e+05 1.02026e+04 2.00582e+06 1.08021e+07 4.35237e+06 9.14030e+06 5.03714e+06 1.28530e+07 2.67212e+06 3.43291e+06 2.72871e+07 2.08527e-01 8.68580e+06 1.94534e-01 1.78430e+06 9.31184e-01 2.39284e+04 3.37705e+04 2.02908e-01 2.93240e-01 2.13449e-01 2.18082e-01 1.91316e+03 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 2.08048e+04 2.61950e-01 1.10282e+03 2.86917e+04 2.24141e+04 6.56898e+03 4.91241e+04 2.89577e+04 8.14998e+04 2.75086e+04 1.45627e+04 6.84346e+00 1.96407e+03 8.15594e-01 7.35674e+05 3.23672e+04 2.21866e+05 4.90071e+05 1.59566e+05 2.33957e+05 6.58166e+05 1.74524e+05 5.16491e+05 1.84434e+05 9.32590e+04 4.07736e+03 5.75047e+05 4.20604e+05 3.32028e+04 8.19656e+05 6.83716e+05 3.54737e+05 3.90388e+05 7.49312e+05 8.80577e+06 4.99790e+05 1.46403e+06 1.20924e+04 8.27810e+04 1.26698e+00 1.58874e+05 1.08642e+04 1.14950e+05 2.42995e+04 5.99872e+03 1.53893e+04 4.23062e+04 1.28750e+04 4.09824e+04 1.60097e+04 7.48823e+03 7.83982e+02 1.29319e+05 8.49521e+04 5.65650e+03 1.15429e+05 8.67253e+04 4.69857e+04 4.74926e+04 9.99347e+04 8.73324e+05 5.92984e+04 1.37519e+05 1.33131e+03 8.85167e+03 7.29865e-01 1.93806e+04 9.17392e+01 1.46023e+05 9.35773e+05 1.53054e+05 5.77743e+05 1.59479e+06 4.59303e+05 1.41183e+06 4.44507e+05 2.00383e+05 5.63704e+03 5.41935e+05 1.45664e+06 6.47793e+04 2.00873e+06 1.53746e+06 7.39677e+05 7.88220e+05 1.87220e+06 3.10949e+07 1.95268e+06 4.15261e+06 2.30255e+04 2.40183e+05 4.77722e-02 1.86067e+05 1.12091e+04 1.56983e+04 6.07774e+04 3.23917e+04 3.72617e+04 1.04677e+05 2.86020e+04 8.95442e+04 3.30024e+04 1.54740e+04 9.61785e+02 4.91067e+04 1.50815e+05 7.18082e+03 1.50589e+05 1.20329e+05 6.55341e+04 7.43232e+04 1.53226e+05 1.12624e+06 7.31954e+04 1.77456e+05 1.54096e+03 1.13644e+04 8.89868e-01 2.79716e+05 1.16515e+04 5.31784e+04 1.18708e+05 7.07721e+04 6.55391e+04 1.77525e+05 4.95862e+04 1.47567e+05 5.09427e+04 2.67985e+04 1.12860e+03 1.31574e+05 1.28927e+05 8.53797e+03 2.23770e+05 1.69347e+05 8.53756e+04 1.01373e+05 1.98719e+05 2.78709e+06 1.37714e+04 4.16945e+05 2.99342e+03 2.60838e+04 5.16690e-01 6.80931e+04 2.41126e+04 4.42536e+05 6.48474e+05 4.48638e+06 9.22723e+05 9.59241e+05 8.59229e+05 1.05906e+07 4.42668e+05 2.00269e+06 7.46098e+05 3.60325e+06 3.16497e+06 3.85469e+05 4.96827e+06 1.10501e+07 5.13959e+05 3.16941e+06 2.51363e+05 8.86146e+06 2.85569e+05 1.40757e+06 1.79545e+04 5.15294e+06 2.17573e-01 2.13329e+06 3.56522e+03 7.84476e+04 1.21707e+06 3.20555e+05 5.98024e+05 2.74539e+06 6.53969e+05 1.72182e+06 1.21322e+06 1.05921e+05 2.21403e+04 1.45916e+06 2.11947e+06 5.42234e+05 1.38769e+06 1.53032e+06 5.51860e+05 1.42630e+06 1.64859e+06 1.08028e+07 1.13404e+06 2.50863e+06 2.11613e+00 5.05941e+05 8.83576e-01 9.22609e+04 1.20147e+04 1.83170e+04 9.69324e+04 8.07922e+03 2.79229e+04 7.22290e+04 2.47781e+04 6.45785e+04 2.06643e+04 1.00453e+04 5.49443e+02 8.24306e+04 5.59398e+04 3.73143e+03 9.17558e+04 6.03928e+04 3.09204e+04 4.86494e+04 9.66151e+04 1.08966e+06 8.71521e+04 1.53766e+05 1.34693e+03 1.06069e+04 6.43102e-01 1.91164e+08 8.19959e+06 2.95839e+07 1.74005e+07 1.54121e+07 9.83460e+06 5.45979e+07 2.75062e+07 2.64799e+07 8.97965e+06 5.88786e+06 4.60294e+06 2.34236e+07 5.33558e+07 2.71826e+06 3.50353e+07 7.79234e+07 1.05639e+07 6.29047e+07 1.60736e+07 1.13965e+08 4.87869e+07 2.63166e+07 4.63038e+04 1.32892e+07 1.23004e+00 5.69732e+07 9.13019e+06 5.63532e+07 2.85346e+07 9.15652e+06 1.08541e+07 1.81433e+07 5.57369e+06 8.46927e+06 1.10395e+07 1.86345e+06 2.00983e+05 2.08750e+06 1.80592e+07 1.02532e+06 1.32152e+07 2.93925e+07 9.18249e+06 1.15796e+07 5.41679e+06 4.47966e+07 1.98062e+05 4.19924e+06 2.71101e-03 7.78059e-01 9.65011e-02 9.62390e+06 5.77079e+05 5.85884e+07 6.73121e+06 1.40539e+06 1.04506e+06 9.10868e+06 5.63934e+06 4.39054e+06 2.47338e+06 6.73507e+05 1.32589e+05 3.52840e+06 5.85371e+06 1.45122e+05 1.87046e+06 4.16017e+06 2.45633e+06 4.39152e+06 1.09756e+06 2.50637e+07 3.27696e+00 1.05592e+07 3.35364e+03 9.62495e+05 7.55483e-01 2.62902e+06 1.80755e+05 8.18584e+06 3.88600e+06 5.30056e+05 1.23242e+06 3.51518e+06 1.13942e+06 3.85678e+06 2.59375e+06 7.08288e+05 1.31832e+05 3.36915e+06 3.72011e+06 2.49873e+05 5.93743e+06 4.94869e+06 2.96186e+06 3.12409e+06 5.02827e+06 4.90713e+07 4.40739e+06 1.48169e+07 4.62664e+04 5.28328e+05 8.62297e+00 5.11163e+06 5.97295e+05 2.19671e+05 3.63968e+06 2.41345e+05 2.94024e+06 1.64567e+07 1.06431e+06 1.17570e+07 2.08068e+05 1.71235e+05 3.44467e+04 1.03134e+06 4.74052e+06 8.23339e+05 3.96852e+06 2.02939e+06 1.85813e+06 1.48894e+06 4.00457e+05 2.33051e+07 3.33971e+02 4.19903e+06 3.75303e-01 2.42328e+05 4.25557e-01 9.37734e+05 4.71039e+04 7.05596e+05 1.06795e+06 3.05280e+05 4.02137e+05 3.00757e+06 1.00426e+06 3.04875e+06 4.24640e+03 6.18197e+05 8.22233e+05 1.39080e+06 4.04089e+06 1.31104e+05 1.68978e+06 3.75830e+06 9.98195e+05 4.72405e+06 2.60327e+06 2.98947e+07 4.99552e+05 5.89278e+06 6.65076e+02 1.90877e+05 3.30257e+00 1.90424e+07 9.71900e+05 4.25877e+06 1.63780e+07 2.40060e+07 1.49897e+07 3.48555e+07 2.69022e+07 4.24792e+07 1.18588e+07 7.73741e+06 1.09849e+06 1.58478e+07 3.81560e+07 1.44732e+07 3.98300e+07 3.64040e+07 2.86962e+07 3.86332e+07 1.45392e+07 1.70183e+08 4.31734e+07 9.22844e+07 1.72116e+05 7.08529e+06 6.64373e-01 1.96373e+05 1.02260e+04 5.85246e+04 1.33083e+05 2.17866e+04 5.65438e+04 1.55581e+05 4.93756e+04 1.28070e+05 4.65321e+04 2.17714e+04 1.26946e+03 1.64350e+05 1.34975e+05 8.63556e+03 2.11688e+05 1.78664e+05 8.97887e+04 1.03331e+05 2.08431e+05 2.43636e+06 1.53619e+05 3.69616e+05 2.51373e+03 2.26090e+04 3.19575e-01 3.28083e+07 3.47199e+06 2.03698e+06 4.38492e+07 4.14336e+06 2.21679e+07 3.98678e+07 2.18321e+07 5.13371e+07 9.09173e+06 6.92299e+06 7.14280e+05 3.46584e+07 2.10003e+07 2.89631e+06 1.03026e+08 4.12802e+07 2.80959e+07 3.12123e+07 2.88125e+07 4.40028e+08 5.21854e-01 1.11576e+08 3.35087e+05 4.82544e+06 2.50224e-01 3.25746e+05 1.51716e+04 1.84585e+05 2.92144e+05 5.38182e+04 1.41185e+05 4.18444e+05 1.09214e+05 3.33216e+05 1.19227e+05 5.66994e+04 3.11535e+03 4.20883e+05 2.97520e+05 1.95920e+04 4.93711e+05 3.55503e+05 2.06064e+05 2.55136e+05 4.74006e+05 6.33343e+06 4.70130e+05 1.24101e+06 6.66381e+03 5.59817e+04 1.80162e+00 4.77780e+06 7.82917e+05 1.29931e+06 1.02922e+06 1.64536e+06 9.08650e+04 2.16472e+06 1.44331e+06 1.63945e+06 1.37097e+05 2.67964e+05 5.22987e+04 1.35341e+06 3.52355e+06 3.01675e+04 3.88826e+05 8.64802e+05 9.34402e+03 3.98072e+06 1.55829e+06 3.10984e+06 1.57765e+05 5.13885e+05 1.21357e+04 3.48294e+06 3.16878e+00 5.83633e+06 1.44344e+05 9.75823e+04 1.34280e+06 3.28557e+05 2.50741e+05 1.33495e+06 1.08526e+05 2.02946e+05 2.21943e+04 7.39538e+05 2.75514e+05 7.63966e+05 1.65158e+06 2.98088e+04 3.84203e+05 8.54520e+05 1.84698e+06 1.42778e+06 9.68974e+05 2.32759e+06 7.27141e+05 9.05441e+05 3.35615e+03 9.63216e+05 4.14724e-01 3.82474e+05 6.50341e+04 5.40973e+07 5.36703e+05 2.65016e+05 1.71889e+05 4.06727e+06 4.90935e+05 2.18096e+05 3.60340e+04 3.98145e+05 4.14592e+04 3.58115e+05 1.44219e+06 1.28409e+05 1.65505e+06 3.68106e+06 8.91019e+05 1.30409e+06 2.61462e+06 1.61329e+07 7.06008e+04 5.15581e+05 1.88529e+04 1.69757e+05 7.28997e+00 9.48772e+04 1.10863e+01 2.11759e+04 9.00185e+03 6.01329e+03 5.79325e+02 3.09734e+03 3.87937e+03 1.92813e+03 3.58218e+03 1.30912e+03 4.87712e+02 1.73356e+04 7.13067e+03 9.58361e+02 2.46636e+03 3.37551e+04 7.67548e+02 3.29433e+03 2.93327e+03 2.52129e+04 2.00849e+04 1.03463e+04 3.34099e-03 9.58864e-01 1.17110e+00 3.49841e+05 1.48478e+04 5.80408e+04 5.78029e+04 1.31103e+04 4.23331e+04 8.80776e+04 2.39925e+04 8.04785e+04 2.92969e+04 1.37981e+04 6.08597e+02 1.90889e+05 1.01383e+05 7.95177e+03 1.93237e+05 1.36003e+05 7.57435e+04 6.08582e+04 1.21491e+05 1.23348e+06 7.82687e+04 1.76438e+05 1.32018e+03 1.00125e+04 1.76213e+00 1.48088e+04 1.07664e+04 3.88703e+03 2.85822e+05 1.60130e+04 2.26271e+05 9.52647e+04 6.69952e+04 4.11450e+04 2.01501e+03 8.29956e+03 4.53613e+03 4.98529e+05 6.75459e+05 2.01861e+05 1.13869e+06 5.98350e+05 2.85305e+04 5.42470e+05 2.23587e+05 1.29914e+06 4.17589e-01 2.25065e+05 5.63362e-01 1.31033e+04 1.81471e+00 3.59629e+05 1.53403e+04 5.96467e+04 3.31229e+05 5.78737e+04 1.52189e+05 3.93601e+05 1.13597e+05 3.89670e+05 1.33235e+05 7.01455e+04 3.04041e+03 2.11761e+05 3.78904e+05 2.48174e+04 5.80390e+05 5.02828e+05 2.68214e+05 2.31809e+05 4.99502e+05 6.84518e+06 5.23663e+05 1.19375e+06 8.24165e+03 6.45138e+04 8.46952e-01 6.73260e+04 3.32143e+03 1.81622e+04 1.61293e+04 5.46254e+03 9.66359e+03 2.70507e+04 7.68771e+03 2.18344e+04 7.80880e+03 3.71625e+03 2.32121e+02 4.63866e+04 1.90295e+04 8.83255e+02 2.14564e+04 1.72544e+04 8.70534e+03 1.00009e+04 2.10447e+04 3.36510e+05 2.32102e+04 5.01531e+04 3.08184e+02 2.62454e+03 4.31474e-01 1.37292e+05 6.60747e+03 4.10851e+03 1.18181e+04 2.11186e+03 6.71330e+03 1.82237e+04 4.75409e+03 1.51383e+04 8.74966e+03 2.65683e+03 9.79170e+01 1.66444e+04 1.42355e+04 1.09538e+03 2.41898e+04 2.05026e+04 1.29344e+04 1.51252e+04 2.88190e+04 1.89736e+05 1.70213e+04 3.84935e+04 2.31064e+02 1.73693e+03 4.01920e-01 3.06043e+05 1.48816e+04 1.49323e+06 2.89472e+05 4.50549e+04 1.47157e+05 4.63008e+05 1.15973e+05 3.62921e+05 1.32896e+05 5.68670e+04 3.23887e+03 1.07870e+06 4.07786e+05 1.94817e+04 5.17345e+05 3.97853e+05 2.23824e+05 2.81937e+05 4.84503e+05 6.26386e+06 7.23657e+05 1.19048e+06 5.54287e+03 6.34252e+04 2.53069e-01 2.94281e+04 2.37463e+03 1.67164e+04 4.23529e+04 7.55967e+03 2.66471e+04 7.10464e+04 2.08430e+04 6.20926e+04 2.11426e+04 1.00934e+04 4.36886e+02 5.56223e+04 5.38276e+04 3.67327e+03 8.95725e+04 6.30244e+04 3.19385e+04 3.66538e+04 7.84441e+04 9.64217e+05 5.48757e+04 1.23618e+05 9.84443e+02 9.16270e+03 1.45210e+00 1.19333e+06 1.98722e+03 6.80854e+04 4.10173e+05 3.83572e+05 2.75984e+05 1.84451e+05 7.43562e+04 2.26700e+05 4.52485e+04 7.44660e+04 2.09682e+04 9.41898e+04 5.80976e+05 2.35326e+05 9.97136e+05 1.10168e+06 1.97891e+05 8.41063e+05 4.62016e+05 1.45724e+06 3.68402e-01 2.17218e+05 5.38436e-01 2.52172e+05 7.94444e-01 8.14690e+04 6.62302e+02 2.01841e+04 1.18268e+05 1.42126e+05 6.97608e+04 3.94042e+05 2.13022e+05 2.14205e+05 8.95745e+04 1.35643e+03 1.53650e+03 1.75129e+05 4.11039e+05 2.42768e+05 5.77677e+05 2.96863e+05 1.86425e+05 3.44026e+05 6.09439e+05 8.48728e+06 1.97233e+04 9.33606e+05 4.10063e+03 5.61204e+04 7.06241e-01 9.45589e+04 4.86635e+03 6.17718e+03 8.34869e+04 6.46289e+04 4.52483e+04 1.44013e+05 3.48042e+04 1.43769e+05 5.17994e+04 2.33107e+04 1.09368e+03 3.14018e+05 3.40942e+05 2.70724e+04 6.47414e+05 3.87748e+05 1.76934e+05 2.19054e+05 4.51607e+05 7.89086e+06 4.16056e+05 1.00792e+06 1.02585e+04 9.24964e+04 1.19568e+00 3.08025e+05 1.04559e+04 2.08356e+04 9.58976e+04 2.97693e+04 4.83314e+04 1.26399e+05 3.43539e+04 1.02700e+05 3.61207e+04 1.86452e+04 8.80429e+02 7.44752e+04 7.21375e+04 6.76650e+03 1.47484e+05 1.20045e+05 6.35992e+04 1.01108e+05 2.01907e+05 1.50487e+06 8.97457e+04 2.31726e+05 1.89757e+03 1.47922e+04 1.22632e+00 2.33134e+05 9.96404e+03 1.93415e+04 4.50649e+04 1.08410e+04 2.32304e+04 5.97398e+04 1.66211e+04 4.67398e+04 1.79151e+04 9.03175e+03 8.46483e+02 5.57497e+04 3.99496e+04 4.65519e+03 9.17992e+04 7.45963e+04 4.15679e+04 3.97890e+04 7.84019e+04 8.18069e+05 4.59044e+04 1.25700e+05 1.24077e+03 8.75133e+03 6.78697e-01 1.13618e+07 1.21515e+06 1.72444e+07 4.03740e+06 1.35012e+06 2.88140e+06 1.11717e+07 2.60429e+06 2.00145e+07 1.37077e+06 8.57930e+05 1.96389e+05 4.43858e+06 1.72817e+06 3.00859e+05 3.87774e+06 8.62463e+06 2.33883e+06 3.34391e+06 4.20180e+06 1.87733e+07 1.55768e+05 2.19291e+06 5.52712e+00 8.71775e-01 4.09310e-01 5.09396e+04 8.30108e+03 6.81831e+03 7.96407e+03 5.94054e+03 4.17003e+03 9.59908e+03 3.58901e+03 1.00934e+04 4.31560e+03 2.19680e+03 2.81685e+02 1.64104e+04 3.03892e+04 3.60513e+03 5.86431e+04 4.33677e+04 2.44922e+04 2.78447e+04 5.27916e+04 3.28473e+05 2.89581e+04 5.50318e+04 6.23290e+02 3.85063e+03 5.15089e-01 3.14383e+05 2.06464e+04 3.47206e+04 3.51291e+04 8.93377e+03 2.64198e+04 7.61804e+04 2.21247e+04 7.44156e+04 2.72397e+04 1.22531e+04 4.82047e+02 1.43395e+05 9.86583e+04 7.31761e+03 1.62464e+05 1.22908e+05 6.14417e+04 5.47112e+04 1.36003e+05 1.53386e+06 1.11577e+05 2.39783e+05 1.87568e+03 1.40146e+04 1.43788e+00 1.53367e+05 5.16688e+03 1.20294e+04 1.16202e+05 6.45256e+04 3.36562e+04 8.99384e+04 1.25295e+04 4.43835e+05 3.17495e+03 8.88747e+04 1.90214e+03 2.15199e+04 1.89414e+05 1.17029e+05 2.03239e+05 1.71070e+05 1.45260e+05 1.86355e+05 1.31083e+05 8.07192e+05 6.66189e+00 1.68366e+05 1.53515e+04 1.98706e+04 3.84612e-01 2.50690e+05 2.74387e+04 1.16584e+05 6.40563e+04 6.80337e+03 1.99057e+04 5.52814e+04 1.59302e+04 4.62126e+04 1.79806e+04 7.83446e+03 6.99378e+02 1.23901e+05 5.99841e+04 4.08621e+03 7.39073e+04 5.40313e+04 3.42665e+04 3.82251e+04 6.89481e+04 6.95094e+05 4.76789e+04 1.25463e+05 9.49807e+02 6.04927e+03 1.08737e+00 1.83383e+05 8.23081e+03 3.27805e+03 2.01494e+05 2.04816e+05 5.20495e+04 1.03250e+05 5.32211e+04 3.08329e+04 3.37191e+03 7.09157e+04 1.36632e+04 9.74317e+04 1.90313e+05 9.97679e+03 1.28590e+05 2.86001e+05 3.03176e+05 2.71001e+05 1.71698e+05 8.04885e+05 6.76747e+04 2.40621e+05 7.81341e+01 2.24245e+04 3.03949e-01 2.60125e+07 6.65980e+05 1.66479e+07 3.85594e+07 7.48067e+06 5.46705e+06 2.90909e+07 1.24789e+07 1.49549e+07 2.35807e+07 3.71019e+06 6.18210e+05 6.64779e+06 3.93370e+07 1.88988e+06 2.43585e+07 5.41767e+07 1.92010e+07 4.09552e+07 1.77401e+07 1.46418e+08 3.30788e+05 4.02817e+07 7.60301e-04 2.18207e-01 6.49861e-02 1.62681e+04 7.71407e+02 7.91691e+03 3.60742e+04 6.03017e+03 1.98675e+04 5.39320e+04 1.55878e+04 4.63473e+04 1.67091e+04 7.59776e+03 3.41791e+02 2.23737e+04 7.64734e+04 5.42466e+03 1.38296e+05 1.00181e+05 5.71341e+04 5.93911e+04 1.11023e+05 1.14640e+06 8.61893e+04 1.72006e+05 1.05752e+03 1.04210e+04 4.31782e-01 7.99195e+04 2.24445e+02 1.79606e+05 4.50237e+04 1.88894e+04 2.50471e+04 7.37365e+04 2.35425e+04 6.40238e+04 2.54785e+04 1.12347e+04 7.14986e+02 1.90657e+05 4.68488e+04 5.88262e+03 1.33437e+05 9.40797e+04 4.41411e+04 9.42012e+04 1.75806e+05 1.23751e+06 5.27201e+02 1.56484e+05 1.35358e+03 1.05171e+04 2.59690e+00 1.23599e+05 3.73660e+03 2.17208e+04 1.78819e+04 3.44331e+03 1.07617e+04 3.05110e+04 9.17378e+03 2.77108e+04 1.04360e+04 4.28566e+03 1.66292e+02 6.26370e+04 3.04125e+04 2.20530e+03 5.73691e+04 4.83794e+04 2.08848e+04 2.83509e+04 6.68798e+04 5.92158e+05 4.94985e+04 9.72951e+04 1.19892e+02 4.09590e+03 2.92789e-01 1.22613e+06 7.75810e+04 5.13399e+05 1.07458e+06 3.59371e+05 5.09681e+05 1.41317e+06 4.21956e+05 1.34365e+06 4.21144e+05 1.93733e+05 8.59995e+03 1.14163e+06 1.12195e+06 6.62005e+04 1.69278e+06 1.25259e+06 6.80166e+05 7.94990e+05 1.50216e+06 1.75464e+07 1.49700e+06 3.27777e+06 1.59299e+04 1.68988e+05 7.06365e-01 3.15771e+05 1.85004e+04 6.75699e+04 1.12013e+05 2.06584e+04 6.16525e+04 1.70375e+05 5.07820e+04 1.57373e+05 6.20680e+04 2.58325e+04 1.56388e+03 1.68222e+05 1.27459e+05 9.55773e+03 2.23649e+05 1.76523e+05 9.55576e+04 1.03205e+05 2.17937e+05 2.17605e+06 1.76011e+05 3.72602e+05 1.60252e+03 1.87636e+04 2.20978e+00 1.21261e+06 5.03746e+04 8.58250e+05 4.44397e+05 1.04705e+05 2.74015e+05 7.54830e+05 2.10779e+05 6.58581e+05 2.29108e+05 1.03771e+05 4.34352e+03 4.26068e+05 5.71257e+05 3.96813e+04 1.06694e+06 8.10988e+05 4.25985e+05 5.41621e+05 9.53037e+05 7.02465e+06 5.96086e+05 1.41890e+06 6.14339e+03 5.73982e+04 3.39859e+00 2.01521e+05 1.32484e+04 6.89932e+04 1.26904e+05 1.85594e+04 4.83689e+04 1.36174e+05 3.79557e+04 1.11695e+05 4.29820e+04 1.97604e+04 1.15989e+03 1.82257e+05 8.72455e+04 7.00538e+03 1.69374e+05 1.35728e+05 7.10929e+04 7.34008e+04 1.46515e+05 1.99006e+06 1.81166e+05 3.29177e+05 2.24344e+03 1.84195e+04 6.80412e-01 4.42830e+05 2.38207e+04 7.24174e+04 1.30962e+05 4.48811e+04 7.38378e+04 2.21404e+05 7.12439e+04 1.71497e+05 6.67601e+04 2.95400e+04 1.60610e+03 1.94874e+05 1.93889e+05 1.25995e+04 3.17900e+05 2.39937e+05 1.29496e+05 1.46331e+05 2.86935e+05 2.99959e+06 1.68990e+05 4.35804e+05 3.03608e+03 2.85620e+04 5.06013e-01 1.60368e+07 4.18894e+05 1.53381e+07 1.33626e+07 1.67245e+06 7.10666e+06 2.04458e+07 5.69353e+06 1.04014e+07 2.69986e+06 2.31620e+06 3.09841e+05 6.55510e+06 1.27855e+07 4.64180e+06 2.14215e+07 1.01029e+07 6.72236e+06 1.19633e+07 9.13992e+06 9.25178e+07 5.77686e+06 3.36036e+07 2.98181e+06 2.97904e+06 5.79404e-01 5.02898e-02 7.29108e-03 1.92559e-02 1.83286e-02 3.72681e-02 9.33884e-03 5.05781e-02 2.51799e-02 4.70869e-02 5.14945e-03 8.90244e-03 3.31660e-03 8.46549e-02 1.16744e-01 2.56252e-03 3.30280e-02 7.34589e-02 1.47633e-01 8.90359e-02 1.68446e-02 2.03131e-01 9.76072e-02 8.21304e+03 1.12680e+00 7.69545e-02 3.68773e-03 8.05034e+04 5.63001e+03 7.52900e+04 7.94540e+04 1.42509e+04 4.66580e+04 1.31351e+05 6.44387e+04 1.11950e+05 3.98663e+04 1.84942e+04 1.12646e+03 7.60982e+04 1.16428e+05 6.05671e+03 1.42790e+05 1.08760e+05 5.75152e+04 6.88784e+04 1.34696e+05 1.61858e+06 1.55444e+05 2.68852e+05 1.85775e+03 1.63794e+04 1.14636e+00 4.87206e+06 2.60415e+05 8.18425e+05 1.67720e+06 4.01419e+05 2.03857e+06 1.36290e+06 7.82820e+05 1.06002e+06 2.40035e+05 2.35641e+05 3.30513e+05 2.17668e+06 2.77078e+06 1.33816e+05 3.78546e+06 2.52652e+06 5.75629e+05 1.85327e+06 2.35705e+06 1.72132e+07 1.61633e+00 2.67935e+06 1.18505e+03 3.40109e+05 8.69854e-01 2.59860e+05 1.71169e+04 5.03239e+04 9.26717e+04 2.89402e+04 5.32910e+04 1.40871e+05 4.13997e+04 1.16540e+05 4.25897e+04 2.08145e+04 1.16531e+03 1.28199e+05 1.05449e+05 7.43437e+03 1.73690e+05 1.30088e+05 6.66961e+04 7.04274e+04 1.47090e+05 1.76007e+06 9.12755e+04 2.83078e+05 2.62467e+03 1.64083e+04 4.98844e-01 3.99104e+04 3.10149e+03 3.53782e+03 2.50098e+03 6.58220e+02 1.89175e+03 6.58529e+03 1.60582e+03 5.23560e+03 1.99616e+03 8.39814e+02 3.31394e+01 9.75009e+03 4.88608e+03 4.42449e+02 1.10313e+04 9.04924e+03 4.84060e+03 5.22192e+03 9.82899e+03 9.38051e+04 6.08261e+03 1.54323e+04 8.52276e+01 7.95562e+02 7.14789e-01 6.22397e+06 4.36126e+05 1.41842e+07 8.04881e+06 1.45281e+06 2.92359e+06 9.31378e+06 2.31491e+06 8.06397e+06 3.94729e+06 1.64807e+06 1.21853e+05 5.24924e+06 9.30371e+06 7.05203e+05 1.39356e+07 1.42271e+07 8.48156e+06 7.99878e+06 1.25358e+07 1.19978e+08 1.39140e+07 3.95239e+07 2.58435e+05 1.49285e+06 3.93270e+00 4.08461e+06 1.18279e+06 4.85718e+07 2.38333e+06 2.42168e+05 1.92531e+06 1.44544e+06 1.99906e+06 1.02972e+06 6.00289e+05 2.00088e+05 2.56100e+05 3.82546e+06 5.43956e+06 1.22719e+06 5.80723e+06 3.18070e+05 8.36497e+05 8.62680e+06 1.33830e+06 3.43883e+07 3.39003e-01 8.90030e+06 3.17343e-01 3.77561e+05 3.44994e-01 1.29198e+05 6.66256e+03 3.73012e+04 7.96624e+04 1.36953e+04 4.21381e+04 1.16608e+05 3.32745e+04 1.00729e+05 3.77532e+04 1.70748e+04 1.21147e+03 1.04655e+05 9.92367e+04 6.25351e+03 1.48031e+05 1.26649e+05 6.47460e+04 6.51472e+04 1.45256e+05 1.71642e+06 1.50356e+05 3.29791e+05 2.23488e+03 1.51988e+04 4.02096e-01 6.67443e+05 7.34072e+04 5.05544e+06 8.14439e+05 1.46673e+05 4.77483e+05 1.37596e+06 4.22984e+05 1.40091e+06 4.89996e+05 2.24657e+05 9.66028e+03 1.49346e+06 1.57388e+06 6.66639e+04 1.71721e+06 1.20520e+06 7.03907e+05 1.09324e+06 1.60075e+06 1.55748e+07 2.50511e+05 3.29339e+06 2.22308e+04 1.68344e+05 1.23805e+00 3.31386e+06 1.77868e+05 8.52731e+05 1.98928e+06 9.02165e+05 1.13291e+06 3.08641e+06 8.30969e+05 2.40375e+06 8.60189e+05 4.70805e+05 1.92301e+04 2.60489e+06 1.92813e+06 1.54414e+05 3.79550e+06 2.95954e+06 1.61586e+06 1.81842e+06 3.52787e+06 3.64212e+07 2.13071e+06 5.67317e+06 3.85588e+04 3.82157e+05 1.19076e+00 3.49112e+05 3.74844e+04 1.20041e+05 2.14795e+05 4.76872e+04 1.33030e+05 3.79875e+05 1.23369e+05 4.40287e+05 1.68134e+05 6.61730e+04 2.20660e+03 4.55449e+05 5.49273e+05 2.63152e+04 6.62786e+05 4.47197e+05 2.33562e+05 3.23847e+05 6.31681e+05 6.99196e+06 5.26547e+05 1.03504e+06 7.16412e+03 7.40528e+04 1.33516e+00 8.36180e+05 3.64777e+04 2.88361e+05 2.18548e+05 3.42221e+04 1.17736e+05 3.00465e+05 8.47778e+04 2.60479e+05 9.92132e+04 4.70657e+04 2.12319e+03 6.79918e+05 4.71448e+05 2.10626e+04 4.99512e+05 3.40282e+05 1.91108e+05 1.44252e+05 3.04518e+05 5.06706e+06 4.24655e+05 9.42283e+05 7.18347e+03 5.77768e+04 1.41332e+00 2.22290e+06 4.60934e-01 9.36793e+03 1.47121e+06 1.87394e+05 1.35597e+05 7.25567e+05 1.41693e+05 1.69699e+04 1.85583e+03 1.04036e+05 3.87587e+04 2.76207e+05 1.89341e+05 1.69270e+04 2.18170e+05 4.85240e+05 4.71706e+04 1.32444e+05 3.52758e+05 1.11362e+06 4.25620e-01 3.67354e+04 2.31099e+02 6.63253e+04 3.03453e-01 1.13143e+07 6.98350e+05 4.72704e+06 5.74391e+06 3.33432e+06 1.67055e+06 4.34418e+06 2.19597e+06 6.60835e+05 3.35477e+05 8.48839e+05 2.35865e+05 1.48194e+06 6.41154e+06 5.21958e+05 6.72746e+06 1.49628e+07 6.14379e+06 6.51091e+06 1.23179e+06 1.46894e+07 4.28671e-01 7.27643e+06 3.66989e-01 5.03036e+06 4.71319e-01 1.99257e+07 3.89187e+06 2.76845e+05 2.65095e+07 3.08100e+06 1.41763e+06 7.19803e+06 1.26806e+06 1.00137e+07 9.37195e+05 9.87753e+05 1.16646e+05 4.31355e+06 1.10579e+07 5.64190e+05 7.27178e+06 1.61734e+07 3.15733e+06 3.12875e+06 2.75157e+06 3.52190e+07 4.13430e+00 5.59406e+06 1.33791e-03 3.83981e-01 2.04387e+00 1.34265e+07 2.87735e-01 5.97928e+05 3.91012e+06 6.85355e+05 4.59527e+06 5.67430e+06 1.50326e+06 2.89256e+06 1.02067e+06 6.73040e+05 1.46393e+05 2.45827e+00 1.74209e+07 1.10797e+07 2.40279e+07 2.43343e+07 1.23276e+06 5.08601e+06 1.21073e+06 4.98198e+07 2.38193e+06 9.53673e+06 2.60483e+06 2.53775e+06 5.54385e-01 6.27977e+06 4.21381e+05 3.25982e+05 2.03594e+06 1.59866e+06 2.15355e+06 2.30315e+06 1.06015e+06 1.02667e+06 8.74655e+05 2.58286e+05 3.94485e+04 1.75560e+06 5.45270e+06 2.40592e+06 1.21052e+06 8.66488e+05 4.20772e+06 5.45129e+05 2.44302e+06 1.87350e+07 2.24275e-01 2.80997e+06 2.28708e-01 3.66517e+05 1.25893e+00 9.05055e+05 4.78968e+04 1.29649e+07 2.46233e+06 4.29081e+05 1.39620e+06 4.18427e+06 1.22836e+06 4.23602e+06 1.69983e+06 6.50734e+05 4.37467e+04 3.80371e+06 4.67291e+06 2.08064e+05 4.98606e+06 3.80902e+06 2.49872e+06 2.70768e+06 4.30893e+06 4.13879e+07 5.88194e+06 1.10161e+07 7.31110e+04 4.38583e+05 4.33767e+00 4.17004e+07 1.54862e+06 1.72685e+06 6.39545e+06 7.63603e+06 4.23844e+06 2.07371e+07 1.48089e+07 4.19029e+07 7.64429e+06 3.18569e+06 0.00000e+00 2.00682e+07 1.68589e+07 7.95094e+05 1.02479e+07 2.27927e+07 1.35966e+07 1.83386e+07 7.21854e+06 7.91066e+07 1.14430e+00 9.10638e+06 3.81226e+05 2.65684e+06 6.51521e+00 8.17084e+04 4.15520e+03 2.78266e+04 3.12657e+04 1.11210e+04 8.45166e+03 1.86561e+04 1.00845e+04 1.81221e+04 7.38694e+03 4.19520e+03 9.78405e+02 3.98437e+04 3.10555e+04 4.10081e+03 4.33124e+04 8.60398e+04 2.07032e+04 5.78873e+04 6.24310e+04 1.73272e+05 2.37550e+04 4.51976e+04 1.55551e+03 1.46490e+04 3.58921e+02 8.34474e+06 7.88598e+02 2.73301e+05 4.56812e+06 3.02290e+05 8.30624e+05 1.62599e+06 5.44315e+05 8.25756e+05 1.54000e+05 4.20868e+05 2.18725e+00 1.31947e+06 2.66049e+06 1.49733e+05 2.44891e+06 1.68666e+06 1.00808e+06 3.45735e+06 1.89267e+06 8.14041e+06 1.24234e+04 6.38682e+05 4.98387e+00 5.09546e+00 1.35073e+00 4.30093e+07 6.64963e+06 4.38474e+06 2.11404e+07 1.73663e+06 7.10684e+06 6.47192e+07 3.07354e+07 1.90144e+07 3.23398e+02 4.61952e+06 2.11619e+06 1.45636e+07 2.87136e+07 3.50558e+06 4.51830e+07 1.00493e+08 9.19406e+01 3.04201e+07 1.38154e+02 1.03772e+07 2.50095e+01 1.59524e+07 9.80568e-03 2.81423e+00 1.72995e+01 2.67854e+05 1.94351e+04 6.63797e+03 2.00386e+04 5.52698e+03 1.39592e+04 4.42565e+04 1.23033e+04 4.11698e+04 1.48119e+04 6.86565e+03 3.70407e+02 2.98656e+04 7.24531e+04 4.67948e+03 9.61662e+04 8.04726e+04 4.04030e+04 4.03315e+04 9.20114e+04 9.69784e+05 6.59814e+04 1.61382e+05 1.31484e+03 9.28260e+03 1.11957e+00 3.61814e+04 9.45234e+03 5.07079e+03 4.31069e+03 9.90730e+02 2.60043e+03 7.14865e+03 2.05193e+03 6.22347e+03 2.23042e+03 1.04892e+03 5.29649e+01 1.31546e+04 1.85145e+04 1.08688e+03 1.70750e+04 1.40413e+04 7.66595e+03 1.07284e+04 1.94779e+04 7.01636e+04 4.47165e+03 1.11816e+04 1.16686e+02 6.04136e+02 6.09387e-01 5.19802e+03 2.63029e+02 1.71170e+03 1.55837e+04 2.90401e+03 9.96241e+03 2.80266e+04 8.54762e+03 2.81498e+04 9.94488e+03 4.01573e+03 1.80698e+02 5.59966e+03 1.50382e+04 1.11651e+03 2.29502e+04 1.75736e+04 8.56783e+03 5.26109e+03 1.32748e+04 2.03624e+05 1.45504e+04 2.87820e+04 2.22120e+02 1.29622e+03 2.32516e-01 3.78100e+04 3.97494e+03 2.17916e+03 2.36915e+03 5.55449e+02 1.52442e+03 3.72666e+03 1.19325e+03 3.07456e+03 1.24026e+03 6.24267e+02 2.36052e+01 4.40162e+03 8.40195e+03 8.42890e+02 9.43368e+03 8.09212e+03 4.58568e+03 6.52776e+03 1.17137e+04 2.97977e+04 2.16407e+03 4.78460e+03 6.38583e+01 4.06250e+02 1.71184e+00 6.70157e+06 3.79295e+05 2.24373e+07 7.89330e+06 1.40861e+06 4.72713e+06 1.44365e+07 3.81781e+06 1.15430e+07 4.54267e+06 1.90127e+06 1.20078e+05 1.20663e+07 1.11358e+07 6.37469e+05 1.65090e+07 1.15082e+07 7.07271e+06 8.74995e+06 1.48951e+07 1.56453e+08 1.68364e+07 3.05147e+07 1.92852e+05 1.12758e-01 7.89362e+00 5.58760e+05 3.94865e+04 1.78295e+05 4.30628e+05 6.27445e+04 2.12559e+05 5.34377e+05 1.64619e+05 4.48427e+05 1.44735e+05 7.15112e+04 2.34599e+03 3.65627e+05 3.86896e+05 2.39156e+04 5.83160e+05 4.51923e+05 2.45239e+05 2.59051e+05 5.26956e+05 6.25922e+06 5.01528e+05 1.24190e+06 6.85459e+03 5.09634e+04 1.18933e+00 1.51413e+05 6.93806e+03 5.82450e+04 9.43147e+04 1.59381e+04 5.81490e+04 1.58472e+05 4.38552e+04 1.18445e+05 3.69461e+04 1.82379e+04 5.26331e+02 1.17350e+05 8.81240e+04 4.62083e+03 1.64952e+05 1.28715e+05 6.34157e+04 7.62322e+04 1.65693e+05 2.39032e+06 1.41368e+05 3.35879e+05 1.19685e+03 1.55609e+04 2.51333e-01 2.30205e+04 2.62840e+03 4.00049e+03 1.31880e+04 1.76569e+03 5.15804e+03 1.27880e+04 4.18326e+03 1.28407e+04 4.66447e+03 2.18403e+03 9.26397e+01 9.78749e+03 1.60407e+04 2.36745e+03 3.24173e+04 2.19328e+04 1.11865e+04 1.44777e+04 3.41612e+04 1.85608e+05 1.95791e+04 3.24513e+04 4.27121e+02 2.17490e+03 1.29604e+00 2.32653e+05 1.97403e+04 2.18980e+04 5.36792e+03 2.16135e+03 3.39280e+03 1.16211e+04 3.47643e+03 1.28501e+04 5.54835e+03 2.56192e+03 1.69245e+02 8.09486e+04 1.85856e+04 2.14989e+03 4.30676e+04 4.37926e+04 1.26649e+04 2.73991e+04 6.66292e+04 5.85947e+05 3.10731e+04 7.97467e+04 5.15231e+02 4.78295e+03 9.66273e-01 9.81375e+04 6.20929e+04 1.90468e+04 9.80453e+05 2.78343e+05 1.50741e+06 8.07799e+06 1.73073e+06 1.47524e+07 1.07152e+06 1.56809e+05 6.09237e+04 2.96123e+06 5.16979e+06 2.83407e+05 3.65280e+06 8.12433e+06 2.35511e+06 1.03054e+07 3.92766e+06 2.70228e+07 8.85379e+05 1.30544e+07 6.47540e+05 2.81392e+05 1.66552e+00 3.12902e+06 8.90319e-01 1.96170e+05 9.84816e+05 5.17277e+05 9.66888e+05 2.10793e+06 1.64918e+06 7.65010e+05 9.72242e+05 1.38563e+05 9.52800e+04 7.79308e-01 5.14246e+06 3.38103e+05 3.07539e+06 2.03731e+06 6.69769e+05 3.28722e+06 8.12699e+05 7.84205e+06 4.96552e-01 1.04898e+06 7.90659e-01 2.83994e+05 8.69576e-01 4.90692e+05 9.29830e+00 1.69874e+04 1.14813e+05 5.31874e+03 1.55889e+05 4.49927e+05 3.45013e+05 3.18722e+05 2.09561e+04 6.30710e+04 1.07544e+04 4.44940e+02 5.44595e+05 1.23413e+05 2.87464e+05 1.54759e+05 9.06890e+04 2.83824e+05 5.06084e+04 2.22731e+06 2.90078e-01 1.93674e+05 3.40646e-01 6.23905e+04 1.50784e+00 1.23122e+05 1.36768e+04 7.39937e+02 9.98115e+02 6.30164e+02 9.59089e+02 3.93613e+03 1.38514e+03 4.33756e+03 1.89538e+03 8.53244e+02 5.31038e+01 4.64219e+03 1.35909e+04 1.11166e+03 1.93049e+04 1.36480e+04 5.61847e+03 1.21949e+04 3.08476e+04 1.16956e+05 8.05022e+03 1.85823e+04 1.84662e+02 1.34192e+03 2.91867e-01 4.96088e+06 7.19235e+05 7.49729e+06 4.99769e+06 6.68902e+05 1.92040e+06 7.47119e+06 4.83454e+06 1.97117e+06 1.80449e+06 4.01823e+05 1.18328e+06 4.48359e+06 3.24562e+06 2.18224e+05 2.81267e+06 6.25577e+06 3.51255e+06 7.10795e+06 4.47582e+06 2.62199e+07 4.97339e+06 2.25593e+06 3.34113e+03 9.58905e+05 9.58737e-01 1.27861e+05 9.31598e+03 8.78635e+04 7.22889e+04 1.28542e+04 4.20780e+04 1.08432e+05 3.24699e+04 9.90955e+04 3.54244e+04 1.65484e+04 8.70504e+02 2.58610e+05 1.15992e+05 7.88313e+03 1.93620e+05 1.35648e+05 7.27639e+04 9.54708e+04 1.88671e+05 2.23146e+06 1.46079e+05 3.13383e+05 2.59988e+03 2.22662e+04 3.01460e-01 3.21602e+07 1.24814e+06 1.84272e+06 1.04175e+07 4.71389e+06 8.42863e+06 2.32877e+07 1.32537e+07 1.13193e+07 7.70098e+06 2.80250e+06 4.44928e+05 1.25256e+07 3.79197e+07 8.76843e+05 2.06223e+07 1.92131e+07 3.46883e+07 2.55276e+07 1.47512e+07 1.10916e+08 1.28979e+07 2.86624e+07 2.33355e-01 0.00000e+00 1.63934e+00 8.90944e+05 3.92145e+04 2.26774e+05 6.68660e+05 3.22115e+05 2.93830e+05 9.21134e+05 2.16758e+05 7.18879e+05 2.70855e+05 1.55104e+05 6.43986e+03 7.07922e+05 6.64246e+05 3.93638e+04 9.85613e+05 7.77308e+05 4.33592e+05 4.58435e+05 9.03828e+05 9.89300e+06 7.37682e+05 1.72456e+06 1.05314e+04 9.92612e+04 1.22852e+00 8.33848e+05 4.71954e+04 1.53373e+05 2.62251e+05 5.27152e+04 1.82203e+05 5.03724e+05 1.46390e+05 4.81073e+05 1.75714e+05 7.84610e+04 3.04254e+03 5.79174e+05 4.52343e+05 2.87298e+04 8.73413e+05 6.43320e+05 3.39496e+05 4.12774e+05 8.10734e+05 1.01230e+07 5.42604e+05 1.42969e+06 6.54098e+03 9.36648e+04 1.50203e-01 1.24404e+05 1.03910e+04 1.87049e+04 3.41565e+04 5.50736e+03 1.79032e+04 4.76186e+04 1.80490e+04 4.51243e+04 1.95497e+04 7.04192e+03 2.88804e+02 6.73348e+04 4.31197e+04 3.36127e+03 7.48374e+04 5.41660e+04 3.27865e+04 3.18294e+04 6.08541e+04 5.01532e+05 3.62082e+04 8.58508e+04 5.43585e+02 4.03787e+03 4.66656e-01 8.08140e+04 7.07002e+03 1.47174e+03 3.14822e+04 6.39344e+03 1.49683e+04 3.75440e+04 1.19477e+04 3.81875e+04 1.25423e+04 7.43570e+03 4.88784e+02 1.52036e+04 1.70852e+04 2.48238e+03 3.45056e+04 2.71363e+04 1.32273e+04 1.51345e+04 4.06870e+04 3.85115e+05 2.60304e+04 6.59867e+04 7.77143e+02 4.64988e+03 1.53317e+00 4.74478e+06 6.04605e+04 8.22441e+03 2.19046e+06 2.40967e+05 6.22523e+06 7.98461e+06 4.06061e+06 4.16805e+06 4.71181e+06 2.29109e+05 1.65067e+05 4.23253e+06 2.36778e+05 5.82617e+06 5.51060e+01 4.26165e+01 1.32044e+06 3.25194e+06 1.96302e+06 5.15323e+07 4.89984e-01 4.19720e+06 3.79262e-01 1.02274e+06 6.82243e-01 1.79875e+06 2.60786e+05 4.80972e+05 3.23287e+06 1.43591e+06 3.75409e+06 9.06521e+06 4.96951e+06 1.69008e+07 1.40022e+06 1.28017e+06 5.45536e+04 3.47663e+06 7.89477e+06 9.19230e+05 5.64316e+06 1.25512e+07 4.64343e+06 5.71002e+06 3.42395e+06 2.91243e+07 6.52679e+06 1.74962e+07 3.12126e+05 8.23381e+05 2.17694e+01 7.90323e+05 3.54217e+04 1.04226e+06 4.77717e+05 1.57705e+05 2.59870e+05 7.30245e+05 2.00944e+05 5.21918e+05 1.63567e+05 7.91707e+04 4.70705e+03 5.80010e+05 4.89448e+05 3.16582e+04 8.16098e+05 6.32676e+05 3.62445e+05 4.20254e+05 7.07706e+05 8.73029e+06 4.74839e+05 1.28556e+06 8.37254e+03 7.01274e+04 1.75759e-01 2.92229e+05 2.46343e+05 1.58442e+05 2.15113e+05 1.65702e+05 9.11007e+04 1.19653e+06 5.04692e+05 1.86775e+06 1.46841e+05 4.16450e+04 1.70819e+05 1.02942e+06 6.14897e+05 1.27774e+05 1.50563e+06 3.75259e+06 5.12113e+05 5.23447e+05 1.16921e+06 1.79572e+07 1.05098e-01 1.76976e+06 1.02930e-01 1.58261e+06 2.12611e-01 4.21932e+05 2.69442e+04 8.12386e+03 9.64653e+04 2.94642e+04 6.43577e+04 1.67623e+05 4.93548e+04 1.37226e+05 4.84049e+04 2.41559e+04 1.19644e+03 2.47920e+04 1.49714e+05 9.25753e+03 2.07924e+05 1.77760e+05 8.96547e+04 1.25184e+05 2.35709e+05 1.03858e+06 5.21628e+04 1.47743e+05 1.10366e+03 7.82604e+03 1.68409e+00 1.84980e+07 3.11012e+06 4.68438e+06 1.19910e+07 8.79132e+06 3.90872e+06 1.19267e+07 4.46108e+06 1.47420e+07 2.09439e+06 2.74258e+06 2.42181e+06 4.57125e+06 3.84457e+06 1.20333e+06 3.07289e+07 2.48241e+07 5.79601e+06 7.16009e+06 3.28044e+06 1.54099e+07 4.74164e-01 5.32210e+06 2.55470e+04 1.68604e+05 9.04254e-01 1.01334e+06 4.50371e-01 1.50575e+04 8.69263e+04 9.67986e+03 1.62118e+04 2.38174e+05 1.32144e+05 3.90477e+04 1.25605e+04 1.15085e+03 1.23132e+04 6.90508e+04 3.00304e+05 1.41963e+05 2.88398e+05 3.75806e+05 4.02285e+04 6.76622e+04 1.49719e+05 2.94562e+05 3.15407e-01 3.41971e+04 2.64477e-01 1.36297e+04 9.19147e-01 1.90916e+05 1.15251e+04 2.55028e+04 2.47698e+04 5.95550e+03 1.61517e+04 4.31643e+04 1.27153e+04 3.62657e+04 1.32607e+04 6.89038e+03 3.97672e+02 7.25273e+04 2.87097e+04 2.98842e+03 5.71868e+04 4.40459e+04 2.29776e+04 2.54458e+04 5.71783e+04 4.94875e+05 3.27171e+04 7.45469e+04 7.58586e+02 4.93248e+03 9.99650e-01 1.85296e+05 2.85320e+04 5.65954e+06 4.15636e+05 7.15827e+04 2.52052e+05 8.87099e+05 2.12434e+05 4.79265e+05 1.68082e+05 7.94573e+04 4.55456e+03 4.92386e+05 3.79891e+05 2.88270e+04 7.21285e+05 4.83166e+05 3.28966e+05 5.15604e+05 6.11880e+05 5.75764e+06 2.46583e+05 9.61383e+05 5.87734e+03 6.19138e+04 7.10353e-01 5.45897e+05 3.13802e+04 2.65939e+05 4.30302e+05 2.12785e+05 2.52682e+05 7.23896e+05 1.96478e+05 5.88557e+05 2.05550e+05 9.75920e+04 4.15848e+03 6.07747e+05 5.11748e+05 3.32790e+04 8.57163e+05 6.10072e+05 3.27996e+05 4.08306e+05 7.88216e+05 8.80344e+06 6.46064e+05 1.41943e+06 8.66823e+03 8.29031e+04 5.16892e-01 3.79543e+07 8.44124e+05 1.71895e+06 1.18764e+07 1.18719e+07 2.56290e+06 7.73318e+06 4.07660e+06 6.10440e+06 1.76964e+06 1.81940e+06 1.83242e+04 6.05753e+06 1.86577e+07 7.78570e+06 1.69055e+07 1.81405e+07 8.41914e+06 3.32945e+07 3.54844e+06 6.71969e+07 5.33628e-01 7.54615e+06 3.90100e-01 9.49824e+05 5.26070e-01 3.60505e+05 1.85118e+04 8.73223e+03 1.49593e+05 3.15782e+04 9.75239e+04 2.54700e+05 8.06430e+04 2.41189e+05 8.81656e+04 4.18456e+04 2.16196e+03 7.68409e+04 2.58008e+05 1.22105e+04 2.87370e+05 1.98647e+05 9.96132e+04 1.83277e+05 3.51673e+05 4.59350e+06 2.97396e+05 6.56461e+05 4.82978e+03 4.34251e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 4.09130e+05 2.22313e+04 5.95697e+04 1.27856e+05 2.27535e+04 7.37174e+04 1.95783e+05 5.69797e+04 1.79140e+05 6.46313e+04 2.95185e+04 1.22784e+03 2.25751e+05 2.22161e+05 1.38092e+04 3.33700e+05 2.65844e+05 1.39660e+05 1.27724e+05 2.81943e+05 3.47121e+06 2.20681e+05 5.36760e+05 3.85678e+03 3.28841e+04 1.28530e+00 2.16492e+06 3.54756e+05 2.07916e+06 2.23312e+06 1.95495e+06 2.73604e+05 1.56494e+06 2.26038e+06 2.74252e+06 2.28219e+05 5.00635e+05 9.03045e+04 5.64894e+06 4.36316e+05 9.10385e+04 1.17338e+06 2.60977e+06 1.98317e+04 2.47471e+06 1.22925e+06 2.90242e+06 1.98613e+05 5.58193e+05 1.52779e+04 4.38475e+06 8.83679e-01 3.09157e+06 1.76995e+05 4.45475e+06 3.23606e+06 6.25434e+05 1.76738e+06 5.31338e+06 1.49927e+06 4.43269e+06 1.56507e+06 7.43693e+05 4.62192e+04 5.09785e+06 3.55567e+06 2.31359e+05 6.16015e+06 4.53825e+06 2.62003e+06 3.27913e+06 5.55069e+06 6.15479e+07 3.71337e+06 1.04004e+07 7.34680e+04 5.88218e+05 1.26614e+01 9.92508e+06 5.42474e+05 2.15214e+07 1.47883e+07 2.69434e+06 9.20396e+06 1.92836e+07 5.91708e+06 2.00686e+07 6.52986e+06 4.23696e+06 7.16459e+05 1.24023e+07 2.96605e+07 5.29103e+06 1.60013e+07 2.71595e+07 9.81565e+06 1.61851e+07 1.45093e+07 1.99994e+08 1.24225e+07 4.83967e+07 6.28905e+05 3.28065e+06 3.01827e-01 3.17598e+05 1.68403e+04 4.30754e+04 6.89196e+04 4.77705e+03 2.01530e+04 6.08361e+04 1.12739e+04 4.58734e+03 4.75296e+03 2.40734e+03 2.23432e+01 1.28874e+05 1.01752e+05 3.40483e+03 2.19870e+05 1.77726e+05 5.62647e+04 4.06098e+04 2.05611e+05 2.56340e+06 1.16412e+05 3.67745e+05 1.14212e+03 1.35559e+04 3.20070e-01 7.07461e+07 1.83668e+06 5.25810e+07 8.14691e+07 2.55354e+07 7.18444e+07 1.76832e+08 5.42294e+07 1.88562e+08 1.03373e+08 3.20888e+07 7.64551e+04 9.91016e+07 2.52343e+08 7.65446e+06 1.51755e+08 1.85686e+08 1.11134e+08 1.03260e+08 1.56681e+08 1.16685e+09 5.16717e+08 4.99472e+08 3.99805e+06 2.15141e+07 4.74816e+00 9.88144e+05 2.20321e+04 5.28290e+04 9.77942e+05 4.41627e+05 1.88418e+05 6.05004e+05 1.00818e+05 1.29323e+05 7.40845e+04 3.50602e+04 1.30617e+04 5.83361e+05 5.89776e+05 2.19113e+04 4.73162e+05 5.06910e+05 1.76737e+05 5.03782e+05 5.15280e+05 5.69514e+06 9.03796e-01 5.58553e+05 3.72291e-01 4.71685e-01 9.82977e-01 5.11401e+06 9.45888e+05 2.94910e+05 3.22874e+05 8.64326e+05 2.73926e+04 7.68141e+05 2.39374e+05 2.81665e+05 1.16824e+04 1.22060e+05 2.66218e+04 4.71630e+05 1.12627e+06 1.31477e+04 1.69460e+05 3.76902e+05 1.76342e+04 1.37676e+06 3.24063e+05 1.85439e+06 7.67331e+04 6.07904e+05 3.11524e+03 8.94074e+05 1.37030e+00 7.32602e+04 7.60926e+03 1.80080e+03 1.94177e+03 4.55239e+02 1.26569e+03 3.52416e+03 1.10947e+03 3.23771e+03 1.76173e+03 5.32616e+02 1.81504e+01 6.01600e+03 7.40894e+03 1.30400e+03 1.77976e+04 1.37363e+04 7.72694e+03 9.46574e+03 1.82114e+04 9.29371e+04 6.66718e+03 1.46801e+04 1.43295e+02 9.41335e+02 5.78380e-01 7.13007e+06 6.02017e+05 5.34698e+07 1.25666e+07 2.63485e+06 4.52301e+06 2.41417e+07 4.60791e+06 2.82540e+06 3.69820e+06 6.67434e+05 2.48652e+05 3.90028e+06 1.00525e+07 1.06131e+05 3.60978e+06 1.61779e+06 9.29490e+05 4.20973e+06 6.59278e+06 3.86176e+07 7.45675e-01 3.99867e+06 3.96939e-01 2.31359e+05 7.25370e-01 1.13911e+06 5.48021e+05 2.90765e+06 1.40037e+06 6.94650e+05 3.47755e+05 9.58311e+05 1.29552e+05 3.39116e+05 3.33129e+05 1.89677e+05 2.53379e+04 1.32203e+06 1.90835e+06 5.00610e+04 2.81556e+06 5.59056e+04 1.05885e+06 5.36878e+05 3.44868e+05 1.53742e+06 1.19843e+05 5.58251e+05 6.55596e+02 1.88156e+05 1.79305e-01 4.82304e+05 3.80293e+04 6.77690e+05 3.30866e+05 5.28329e+04 1.65160e+05 5.02089e+05 1.31627e+05 3.68445e+05 1.40137e+05 6.11754e+04 5.04454e+03 5.45331e+05 3.60664e+05 2.31365e+04 5.66699e+05 4.88785e+05 2.67062e+05 3.02184e+05 5.34006e+05 6.13480e+06 4.19966e+05 1.11419e+06 7.59290e+03 5.44965e+04 3.78283e-01 3.83595e+05 2.06936e+04 1.18387e+05 1.43291e+05 3.01792e+04 8.38567e+04 2.29477e+05 1.04167e+05 2.11148e+05 7.10767e+04 3.29184e+04 1.66320e+03 2.89420e+05 2.49184e+05 1.50899e+04 3.54813e+05 2.51709e+05 1.40694e+05 1.33688e+05 2.66442e+05 3.21660e+06 2.59577e+05 4.95443e+05 3.66270e+03 3.01719e+04 3.27140e+00 2.19933e+05 7.22411e+04 1.41806e+05 1.07286e+05 5.42598e+04 7.64052e+04 1.08594e+05 6.28201e+04 8.34786e+04 5.80402e+04 5.29372e+04 1.96932e+04 1.62867e+05 6.09907e+04 3.89115e+04 1.18884e+05 1.03269e+05 7.15967e+04 7.82434e+04 1.34026e+05 5.32310e+05 5.78795e+04 1.11019e+05 1.40164e+04 8.35893e+04 9.12866e+00 0.00000e+00 +7.49593e+04 3.14725e+03 6.49196e+03 4.23640e+04 1.10424e+04 3.36134e+04 7.18004e+04 3.04645e+04 8.43429e+04 2.89944e+04 1.48684e+04 2.54769e+02 2.11493e+04 1.45613e+05 6.53470e+03 1.22319e+05 1.30699e+05 7.17188e+04 9.67968e+04 1.60562e+05 7.05714e+05 1.77140e+05 2.60430e+05 5.33110e+03 4.47612e+03 6.96998e-01 3.49397e+04 1.79909e+03 7.42913e+03 1.62135e+04 9.50896e+03 1.32142e+04 2.98070e+04 1.41861e+04 4.25956e+04 1.46468e+04 7.52858e+03 9.08244e+01 2.64399e+04 9.17678e+04 4.69225e+03 8.64721e+04 9.23768e+04 3.87066e+04 3.13608e+04 7.26049e+04 4.56135e+05 1.80238e+05 2.07202e+05 4.85725e+03 3.05642e+03 2.13951e+00 2.98995e+05 1.18391e+04 1.09199e+06 3.94862e+05 1.09067e+05 3.13639e+05 9.22106e+05 3.57126e+05 1.00935e+06 3.94225e+05 1.57966e+05 4.86504e+03 5.44722e+05 1.76090e+06 6.77605e+04 1.44376e+06 1.40290e+06 7.65134e+05 7.75364e+05 1.06442e+06 7.13424e+06 3.60882e+06 4.00746e+06 6.75916e+04 5.49297e+04 1.72683e+00 2.27627e+03 1.32278e+02 1.60794e+03 3.01782e+03 9.09248e+02 2.41431e+03 4.95030e+03 2.30997e+03 6.78917e+03 2.24465e+03 1.06621e+03 1.47837e+01 4.41041e+03 3.34490e+04 1.79647e+03 3.08984e+04 3.00840e+04 1.60075e+04 7.88487e+03 1.42780e+04 1.36090e+05 4.52982e+04 5.27502e+04 1.51047e+03 9.50930e+02 6.51658e-01 2.09284e+05 8.69377e+03 6.42394e+05 1.84628e+05 4.89804e+04 1.60289e+05 3.60444e+05 1.63395e+05 4.41185e+05 1.48612e+05 7.18788e+04 1.28410e+03 4.64705e+05 8.69399e+05 4.03314e+04 9.43089e+05 8.33932e+05 4.55434e+05 4.90628e+05 7.17586e+05 5.09670e+06 1.80334e+06 1.91344e+06 3.43838e+04 3.44104e+04 4.53673e+00 2.39817e+03 3.08508e+02 1.29384e+03 6.97279e+02 3.00913e+02 5.55863e+02 1.11973e+03 5.86190e+02 1.54335e+03 6.69928e+02 3.27445e+02 6.20539e+00 4.54673e+03 1.47743e+04 1.17800e+03 1.14948e+04 1.14433e+04 6.22225e+03 5.93238e+03 1.10477e+04 3.88423e+04 1.43509e+04 1.67190e+04 8.06313e+02 4.23365e+02 3.78065e-01 3.21766e+06 1.09874e+05 1.61952e+06 3.04737e+06 1.21670e+06 1.10728e+06 2.82971e+06 9.77839e+05 9.48168e+05 8.06353e+05 3.63810e+05 2.57972e+04 1.18835e+06 3.44609e+06 1.81762e+05 2.33927e+06 5.21269e+06 1.63890e+06 3.38552e+06 1.44516e+06 1.45014e+07 5.42834e+06 1.02681e+07 4.30985e+03 1.23693e+06 3.83838e-01 3.15617e+00 1.13148e+00 1.36825e+00 6.18592e-01 7.07749e-01 4.95743e-01 7.05086e-01 7.33204e-01 8.98303e-01 6.48860e-01 6.38839e-01 1.25640e+00 1.39233e+00 2.41748e+00 6.65509e-01 9.74832e-01 1.30434e+00 2.30048e-01 9.67182e-01 1.12580e+00 3.22157e+00 7.93780e-01 1.76523e+00 5.89109e-01 5.50751e-01 1.06269e+00 2.54610e+02 3.75792e+01 7.75312e+02 6.49753e+02 1.21110e+02 5.05758e+02 2.37546e+03 1.54820e+02 4.35436e+02 1.97562e+02 2.50738e+02 7.35175e+00 5.62873e+03 6.06433e+03 3.58198e+02 6.30593e+03 6.15264e+03 6.45044e+03 4.55565e+03 5.79646e+03 3.09902e+04 1.30722e+04 1.32158e+04 3.42922e+02 2.02247e+02 2.16452e-01 1.40204e+06 9.05523e+04 2.53593e+06 7.01815e+05 1.28163e+05 5.15328e+05 7.01722e+05 6.18519e+05 2.68197e+05 4.09741e+05 1.11505e+05 1.04934e+04 1.00070e+06 1.48627e+06 3.90078e+04 8.86383e+05 8.74447e+05 8.23001e+05 1.21536e+06 1.30181e+06 1.34300e+07 4.92097e+05 1.81706e+06 7.35361e+03 7.90894e+04 3.98734e-01 5.07305e+04 1.29012e+02 2.80646e+03 1.17390e+04 1.11859e+04 3.39995e+04 5.05905e+04 2.85637e+04 5.37344e+04 1.97840e+04 1.45999e+04 2.27791e+03 9.84092e+03 1.00974e+05 2.31044e+04 7.86256e+04 4.22078e+04 5.02491e+04 2.50312e+04 7.20686e+03 3.04638e+05 2.54687e-01 1.77966e+04 2.57774e-01 3.06687e+03 8.71985e-01 5.07617e+00 1.44690e+00 6.58070e+00 5.04046e+00 2.26419e+00 3.90855e+00 8.29896e+00 4.18051e+00 1.00662e+01 4.13296e+00 2.46944e+00 2.10987e+00 1.08348e+01 1.88033e+01 1.92576e+00 1.69306e+01 1.58509e+01 9.01530e+00 9.62965e+00 1.47143e+01 8.28342e+01 3.19478e+01 3.50853e+01 1.83259e+00 1.34276e+00 7.33438e+00 1.56295e+04 1.48734e+03 7.73843e+03 1.86742e+04 2.81366e+03 7.35667e+03 1.68648e+04 7.01898e+03 2.43868e+04 9.32230e+03 4.08608e+03 8.12356e+01 2.17335e+04 8.05009e+04 3.46247e+03 6.99019e+04 8.13338e+04 3.93781e+04 3.43955e+04 5.82355e+04 4.13479e+05 1.57010e+05 1.86278e+05 3.96000e+03 3.04037e+03 1.99402e-01 1.76859e+03 1.05394e+02 7.25211e+03 8.41494e+03 2.26609e+03 6.28535e+03 1.61974e+04 8.62796e+03 1.65664e+04 5.48790e+03 2.87009e+03 4.70028e+01 2.00865e+04 2.42669e+04 1.50389e+03 3.37447e+04 3.33596e+04 1.73099e+04 1.60782e+04 2.54348e+04 2.06327e+05 8.21569e+04 9.26676e+04 1.76808e+03 1.55004e+03 2.34542e+00 3.04171e+05 1.41138e+04 1.06980e+05 3.03053e+05 2.20716e+05 2.09083e+05 4.86704e+05 2.07581e+05 6.07344e+05 2.05270e+05 1.02502e+05 1.38746e+03 3.80149e+05 9.72096e+05 5.33647e+04 1.11742e+06 1.15470e+06 6.55735e+05 4.98572e+05 8.08947e+05 6.62188e+06 1.78144e+06 2.71010e+06 5.72284e+04 4.87816e+04 1.68931e+00 5.71090e+03 3.96858e+02 2.77283e+03 6.37306e+03 1.61946e+03 4.32070e+03 9.69788e+03 4.16976e+03 1.18582e+04 4.19685e+03 2.12732e+03 4.25396e+01 9.65682e+03 2.70952e+04 1.93837e+03 3.20773e+04 3.16272e+04 1.68860e+04 1.34905e+04 2.47270e+04 1.55789e+05 5.98961e+04 6.85701e+04 2.03984e+03 1.33846e+03 5.15696e-01 4.68342e+05 8.11269e+03 4.86751e+04 3.21938e+03 7.56529e+03 6.65752e+03 9.80200e+02 6.83570e+03 7.15920e+02 6.91311e+03 5.32900e+03 1.37484e+03 1.45742e+05 7.64228e+05 1.09278e+04 4.34979e+05 1.31812e+05 3.08737e+04 1.13458e+04 1.52981e+04 1.96105e+05 6.54726e+04 1.73370e+05 6.31450e+03 2.09536e+04 1.51633e+02 1.41707e+04 1.91546e-01 1.57467e+03 1.04651e+04 2.77673e+03 7.36162e+03 3.49120e+04 7.88068e+03 1.16926e+04 4.17835e+03 1.38020e+03 5.62157e+02 1.49751e+04 2.70818e+04 7.90513e+03 3.00560e+04 1.78774e+04 8.93842e+03 4.54403e+03 9.83785e+03 1.75262e+05 2.75029e-01 3.00856e+04 2.37571e-01 2.57947e+03 8.39472e-01 1.31663e+04 6.71494e+02 1.60875e+03 4.74092e+03 8.86922e+02 2.07720e+03 4.06416e+03 1.92164e+03 5.20243e+03 1.99533e+03 9.99306e+02 2.55455e+01 4.56993e+03 9.28088e+03 9.95741e+02 1.40154e+04 1.38352e+04 8.04915e+03 7.84319e+03 1.33263e+04 4.98884e+04 1.73447e+04 2.15899e+04 7.49739e+02 3.92037e+02 5.20528e-01 3.62710e+04 1.83273e+03 3.01632e+03 1.10448e+04 3.63155e+03 9.69637e+03 2.13027e+04 9.51863e+03 2.72962e+04 9.32497e+03 4.56815e+03 7.06967e+01 1.20801e+04 5.04706e+04 3.20781e+03 6.06964e+04 6.31668e+04 3.19725e+04 2.60503e+04 5.11346e+04 2.98656e+05 8.79046e+04 1.16027e+05 2.90886e+03 2.02097e+03 1.15138e+00 3.96975e+03 2.29674e+02 2.33064e+03 3.08232e+03 5.70004e+02 1.17747e+03 2.88948e+03 1.13277e+03 3.76281e+03 1.63560e+03 7.44344e+02 1.40972e+01 7.09527e+03 2.72264e+04 1.31874e+03 2.42841e+04 2.75823e+04 1.50399e+04 1.14531e+04 1.98908e+04 1.91589e+05 6.46450e+04 7.82036e+04 1.86176e+03 1.50668e+03 4.76243e-01 3.76482e+03 2.20082e+02 9.68445e+02 1.19998e+02 5.45748e+01 1.27061e+02 3.43398e+02 2.29436e+02 4.66808e+02 1.61644e+02 7.62640e+01 1.25607e+00 2.48923e+03 2.63336e+03 3.01957e+01 4.48788e+02 3.84597e+02 2.20732e+02 7.47779e+02 1.29901e+03 4.52507e+03 1.33966e+03 1.38515e+03 4.78154e+01 2.33887e+01 5.19189e-01 4.31413e+05 1.86340e+04 3.85900e+05 2.31495e+05 7.55023e+04 6.23489e+04 1.97492e+05 1.04405e+04 2.50110e+04 2.73522e+03 1.32155e+04 4.92344e+03 1.04808e+05 1.08083e+05 5.63374e+03 7.26126e+04 1.61501e+05 1.06057e+05 2.96737e+05 1.00914e+05 4.62296e+05 3.19763e+05 1.16607e+05 2.03381e+04 1.19583e+05 4.70232e-01 4.00608e+04 1.81965e+03 1.71940e+04 3.24785e+04 1.89614e+04 2.78274e+04 5.72442e+04 2.81618e+04 7.45270e+04 2.47598e+04 1.26336e+04 2.18300e+02 4.56547e+04 1.12619e+05 5.63115e+03 1.15183e+05 1.18884e+05 5.42437e+04 5.03141e+04 9.68340e+04 7.08268e+05 3.10731e+05 3.17165e+05 6.61477e+03 5.07968e+03 1.35815e+00 1.21955e+03 5.39515e+01 8.97534e+02 1.54491e+03 3.71812e+02 1.06671e+03 2.10944e+03 1.08201e+03 3.44566e+03 1.26174e+03 6.58790e+02 8.81914e+00 2.96479e+03 7.56751e+03 2.84215e+02 6.48692e+03 6.34048e+03 3.17003e+03 2.80490e+03 4.97373e+03 4.27451e+04 2.10252e+04 2.16085e+04 3.63442e+02 2.73727e+02 2.81494e+00 3.79817e+07 7.33171e+06 3.44314e+05 2.93694e+06 7.73187e+06 1.75357e+06 8.57721e+05 2.71348e+06 1.77215e+06 2.49692e+05 2.08046e+06 7.75075e+05 4.77214e-01 2.32552e+07 5.79121e+05 7.46423e+06 1.66015e+07 1.07481e+07 1.93409e+07 1.05506e+07 3.76433e+07 7.73476e-01 1.89092e+07 3.88112e+04 1.11388e+07 3.52071e-01 1.07186e+03 5.63170e+01 6.38699e+02 5.58435e+02 1.67400e+02 4.32577e+02 8.83524e+02 4.53118e+02 1.21385e+03 4.47397e+02 2.81468e+02 2.71221e+00 1.90609e+03 8.28595e+03 8.08555e+02 1.04624e+04 1.10099e+04 5.82334e+03 5.09439e+03 8.02515e+03 3.63356e+04 1.04990e+04 1.45880e+04 4.72301e+02 2.79627e+02 2.08833e-01 1.80078e+04 8.22006e+02 1.45918e+05 3.42793e+04 1.39978e+04 3.07571e+04 7.07885e+04 3.12036e+04 8.01514e+04 2.62942e+04 1.37350e+04 2.38098e+02 8.64731e+04 1.02799e+05 3.99307e+03 8.56586e+04 7.68319e+04 4.69051e+04 5.22468e+04 7.25506e+04 6.79072e+05 2.21092e+05 2.51513e+05 5.11069e+03 5.31836e+03 6.81261e-01 8.25332e+04 3.23917e+03 4.57525e+04 9.72322e+04 5.35227e+04 7.30679e+04 1.76615e+05 9.49767e+04 2.05765e+05 6.02143e+04 3.27982e+04 6.23455e+02 7.94179e+04 2.12622e+05 1.33234e+04 3.01532e+05 2.65989e+05 1.31599e+05 1.55621e+05 2.38015e+05 1.85996e+06 5.34420e+05 6.62465e+05 1.27689e+04 1.42344e+04 1.25413e+00 1.04781e+00 1.09771e+00 3.40389e-01 2.86588e-01 3.46831e-01 2.88128e-01 3.18243e-01 3.04723e-01 3.32171e-01 3.42749e-01 3.25692e-01 6.28778e-01 3.72222e-01 4.49650e-01 3.72148e-01 3.64227e-01 4.37663e-01 4.13244e-01 3.07967e-01 3.26723e-01 3.53413e-01 5.66684e-01 5.28632e-01 5.52384e-01 3.29563e-01 8.63062e-01 2.82500e+04 2.03101e+03 1.52254e+03 3.65486e+03 1.64445e+03 3.62214e+03 8.91270e+03 4.03343e+03 1.16187e+04 4.34357e+03 2.18674e+03 7.59116e+01 4.46640e+03 1.94534e+04 1.19944e+03 1.31029e+04 1.35853e+04 6.21294e+03 7.54708e+03 1.47781e+04 9.55582e+04 3.15300e+04 4.29407e+04 1.52999e+03 8.03478e+02 7.92985e-01 6.61235e+04 3.11569e+03 4.49014e+03 2.71980e+04 2.91836e+04 2.33645e+04 5.19934e+04 2.01169e+04 5.69788e+04 1.92006e+04 1.06662e+04 1.84949e+02 2.03098e+04 1.00246e+05 5.43133e+03 1.12617e+05 1.14796e+05 6.05589e+04 5.29763e+04 9.10249e+04 5.53658e+05 1.22210e+05 2.06113e+05 4.71817e+03 3.67311e+03 9.36116e-01 6.87532e+04 2.57316e+03 4.05102e+04 6.19972e+04 1.56710e+04 6.07392e+04 1.02873e+05 4.56248e+04 1.23602e+05 4.15494e+04 2.16219e+04 3.70675e+02 8.66000e+04 1.85185e+05 1.05100e+04 2.24530e+05 2.24011e+05 1.15731e+05 9.09664e+04 1.70157e+05 1.14587e+06 3.43630e+05 4.45484e+05 9.75599e+03 7.94497e+03 1.04995e+00 3.93901e+06 5.84267e+05 1.71885e+07 4.59134e+06 1.10216e+06 6.17304e+06 8.00360e+06 3.90340e+06 6.53125e+06 5.50605e+06 1.33354e+06 5.22169e+05 4.81000e+06 2.93913e+06 2.91303e+05 3.75457e+06 8.35068e+06 1.37739e+06 3.84355e+06 3.69634e+06 3.58869e+07 6.90894e+06 4.60603e+06 1.07097e-03 3.07369e-01 3.98476e-02 1.30843e+04 1.05719e+03 1.72067e+03 1.26025e+03 5.62211e+02 1.15135e+03 2.49438e+03 1.24780e+03 3.52688e+03 1.17769e+03 5.89583e+02 1.24260e+01 4.61620e+03 2.10627e+04 1.22110e+03 1.71241e+04 1.71683e+04 8.83493e+03 1.25631e+04 2.23773e+04 5.31216e+04 1.71471e+04 1.94599e+04 7.71494e+02 4.20473e+02 1.05909e+00 1.43880e+03 1.48222e+02 3.70002e+03 2.31569e+03 4.89925e+02 1.04803e+03 2.10651e+03 1.00578e+03 2.95860e+03 1.79410e+03 7.14041e+02 1.49728e+01 1.00057e+04 2.05274e+04 1.48689e+03 2.31280e+04 2.44190e+04 1.47301e+04 1.29953e+04 2.04966e+04 1.81037e+05 5.51304e+04 7.08282e+04 2.04897e+03 1.36391e+03 3.92011e-01 1.80932e+04 1.12212e+03 1.70538e+03 1.69604e+03 8.01877e+02 1.94897e+03 4.58344e+03 1.98888e+03 5.81864e+03 2.08982e+03 1.08911e+03 3.64264e+01 4.84763e+03 1.08103e+04 9.63129e+02 1.35140e+04 1.35689e+04 6.83609e+03 4.17008e+03 8.34426e+03 4.58093e+04 1.37032e+04 1.82986e+04 6.62303e+02 3.66753e+02 4.24355e-01 4.12375e+04 1.93907e+03 6.03050e+03 7.87363e+03 2.27698e+03 6.94547e+03 1.58067e+04 7.12143e+03 2.38180e+04 8.36983e+03 3.85787e+03 6.54556e+01 3.48352e+04 2.07416e+04 4.37161e+03 7.54043e+04 6.23705e+04 3.09491e+04 1.08481e+04 2.38336e+04 3.44142e+05 1.16342e+05 1.24080e+05 3.56073e+03 2.07770e+03 4.78366e+00 7.08279e+05 2.00513e+05 1.48092e+06 9.82377e+05 1.10081e+05 5.53723e+05 9.45562e+05 2.82628e+05 9.94521e+04 5.80738e+04 3.89663e+04 3.10979e+03 7.70661e+05 8.04003e+05 1.94536e+04 2.50735e+05 5.57669e+05 1.24302e+05 1.11204e+06 5.77706e+05 3.96652e+06 2.60012e+05 9.29483e+05 4.91920e+02 1.41181e+05 6.25018e-01 4.90016e+07 2.20333e+06 2.11990e+07 1.88058e+07 1.44229e+07 1.24783e+07 5.03018e+07 2.70470e+07 3.95036e+07 1.15524e+07 2.95135e+06 3.88722e+00 4.03295e+07 4.19067e+07 1.96002e+06 2.52625e+07 5.61873e+07 8.07946e+06 5.62933e+07 3.46040e+07 1.40766e+08 5.49625e+06 5.23325e+07 2.26189e+05 4.92945e+07 1.94359e+00 1.98570e+07 3.25915e+05 9.92442e+05 4.88411e+06 1.74207e+06 7.26106e+05 3.14806e+06 1.30684e+06 2.89374e+05 9.23084e+04 1.51626e+06 4.90453e+05 1.48945e+00 3.72558e+05 5.17179e+05 6.66586e+06 1.48258e+07 2.01540e+06 3.52491e+06 9.49471e+04 6.12626e+06 9.52664e-01 4.77880e+06 4.81376e-01 1.09091e+06 1.35274e+01 3.34834e+04 1.51578e+03 1.11135e+05 2.09051e+04 5.99496e+03 1.98435e+04 4.27084e+04 2.13016e+04 4.98067e+04 1.57150e+04 8.28807e+03 1.55366e+02 7.77865e+04 9.74938e+04 4.23487e+03 8.85533e+04 8.00178e+04 4.62059e+04 5.17542e+04 7.76441e+04 4.64935e+05 1.35121e+05 1.61915e+05 3.52486e+03 3.00474e+03 1.42332e+00 5.68926e-01 5.66039e-01 3.18961e-01 3.81639e-01 6.01594e-01 3.14827e-01 3.31740e-01 3.13071e-01 3.36563e-01 3.35618e-01 3.32370e-01 5.62435e-01 3.31367e-01 3.33336e-01 3.22448e-01 3.11219e-01 3.12470e-01 3.27503e-01 3.26538e-01 3.18010e-01 3.04635e-01 3.92894e-01 3.31584e-01 3.28153e-01 3.25724e-01 7.40283e-01 7.53813e+04 3.93429e+03 4.47892e+04 9.47136e+04 4.18050e+04 7.75899e+04 1.80912e+05 7.16105e+04 1.96513e+05 6.39729e+04 3.39054e+04 5.78676e+02 1.14305e+05 2.50581e+05 1.37355e+04 3.13748e+05 3.07196e+05 1.47246e+05 1.39656e+05 2.48146e+05 2.07062e+06 6.62278e+05 7.74834e+05 1.75184e+04 1.44507e+04 1.03576e+00 7.13033e+04 3.18451e+03 3.54886e+04 1.51873e+05 2.82279e+04 8.57098e+04 1.87282e+05 8.28236e+04 2.22362e+05 8.38457e+04 3.91885e+04 7.68816e+02 1.40893e+05 3.57821e+05 1.70598e+04 3.76839e+05 3.98807e+05 1.92606e+05 1.91121e+05 3.44907e+05 2.69607e+06 1.33408e+06 1.24119e+06 2.28894e+04 1.79708e+04 1.59586e+00 2.68342e+04 1.20697e+03 1.65485e+04 4.92799e+04 1.13271e+04 2.84930e+04 6.55308e+04 2.79485e+04 8.12206e+04 2.99420e+04 1.39741e+04 3.25980e+02 4.39715e+04 1.17101e+05 6.00026e+03 1.26097e+05 1.48944e+05 6.86315e+04 5.85299e+04 1.09088e+05 8.78128e+05 3.09953e+05 3.88202e+05 9.41484e+03 6.16426e+03 1.23797e+00 1.68480e+05 1.02432e+03 3.63523e+04 1.75073e+05 5.36973e+04 1.37177e+05 3.26386e+05 1.14752e+05 2.81872e+05 1.41059e+05 4.63529e+04 5.75962e+03 7.56360e-01 2.84205e+05 8.92579e+04 4.50823e+05 1.68905e+05 8.96340e+04 1.62719e+05 1.04477e+05 7.22826e+05 8.78198e+03 1.15906e+05 6.13186e-01 4.96649e+04 1.35122e+00 1.45173e+05 4.26231e+03 2.85448e+04 1.16028e+05 2.17429e+04 8.72035e+04 1.38895e+05 5.90310e+04 1.59005e+05 5.33787e+04 2.84038e+04 4.17267e+02 1.04462e+05 2.43662e+05 1.40289e+04 2.98610e+05 2.89605e+05 1.66072e+05 1.39004e+05 2.20549e+05 1.57916e+06 5.16797e+05 7.27613e+05 1.41976e+04 1.17650e+04 6.14578e-01 5.62736e+04 5.55107e+03 3.10023e+04 1.73273e+04 6.52721e+03 2.00468e+04 4.29222e+04 2.22399e+04 6.55230e+04 2.07278e+04 1.04450e+04 1.33637e+02 8.62544e+04 9.55575e+04 1.17790e+03 2.97998e+04 2.73976e+04 1.32773e+04 1.26098e+04 2.07751e+04 5.39604e+05 1.25884e+05 1.76068e+05 3.10454e+03 3.25778e+03 2.04655e-01 9.75755e+04 4.25441e+03 6.33809e+04 5.65857e+04 1.51924e+04 5.07271e+04 1.08841e+05 4.81040e+04 1.30907e+05 4.22821e+04 2.22442e+04 4.03123e+02 1.50058e+05 2.28093e+05 1.27329e+04 2.94983e+05 2.80936e+05 1.49565e+05 1.16635e+05 2.00042e+05 1.42218e+06 3.48676e+05 4.92375e+05 9.77227e+03 8.50628e+03 8.90633e-01 1.55866e+00 3.35992e-01 7.94199e-01 7.28734e+00 1.48751e+00 4.44775e+00 8.80760e+00 4.65630e+00 1.07134e+01 2.70640e+00 2.11753e+00 3.70620e-01 1.74604e+00 1.24591e+01 1.78640e+00 1.07058e+01 6.90412e+00 3.07986e+00 9.81024e+00 4.71578e+00 2.90345e+01 1.35079e+01 2.84536e+01 5.07915e-01 5.72410e-01 1.17250e+00 5.11858e+03 4.47865e+02 1.83568e+03 7.30701e+02 3.14145e+02 5.41248e+02 1.09345e+03 5.49143e+02 1.57621e+03 6.31942e+02 3.16054e+02 8.07366e+00 6.62878e+03 1.90186e+04 1.13121e+03 1.22519e+04 1.22914e+04 6.19556e+03 1.28311e+04 2.33971e+04 3.94479e+04 1.48939e+04 1.73957e+04 8.49828e+02 3.74434e+02 5.78175e-01 1.39925e+04 5.08729e+02 6.21509e+03 2.14335e+04 1.28697e+04 1.36947e+04 3.06206e+04 1.38704e+04 4.17644e+04 1.34929e+04 7.38631e+03 1.21115e+02 2.11123e+04 6.00016e+04 3.07604e+03 6.48796e+04 7.19490e+04 3.43732e+04 3.28689e+04 5.34002e+04 3.74619e+05 1.27903e+05 1.66944e+05 3.58597e+03 2.75717e+03 8.33380e-01 3.99480e+06 5.08687e+05 1.09017e+05 1.68020e+06 1.21031e+06 1.22103e+06 5.30557e+04 1.05048e+05 4.99762e+00 1.49419e+04 1.58247e+04 5.89547e+03 5.28148e-01 4.76426e+06 3.91147e+04 5.04145e+05 1.12129e+06 8.79496e+05 4.44262e+06 6.98660e-01 2.75260e+06 5.82211e-01 1.96503e+06 4.92378e-01 2.34745e+05 1.35402e+00 9.91806e+05 4.34639e+04 5.78490e+05 1.22661e+06 4.03963e+05 8.49049e+05 1.87959e+06 8.16628e+05 2.21117e+06 8.02908e+05 4.11738e+05 6.79254e+03 1.70369e+06 3.40422e+06 1.98257e+05 3.99145e+06 4.22190e+06 2.40757e+06 2.04117e+06 3.20939e+06 2.39036e+07 7.25594e+06 1.11660e+07 2.23697e+05 1.77723e+05 4.99758e+00 3.99309e+04 1.54498e+03 1.57148e+04 6.02131e+04 5.63817e+04 3.53915e+04 8.14298e+04 3.20540e+04 8.98934e+04 3.14113e+04 1.76394e+04 3.37610e+02 5.47888e+04 1.36712e+05 8.02093e+03 1.57072e+05 1.98105e+05 1.00319e+05 7.07467e+04 1.25541e+05 1.03206e+06 3.08084e+05 4.80567e+05 9.80369e+03 7.46434e+03 3.24333e-01 2.28077e+04 1.68174e+03 5.88891e+02 1.96686e+03 1.02187e+03 1.74426e+03 4.13638e+03 1.99789e+03 6.39288e+03 2.63902e+03 1.35066e+03 4.79732e+01 4.55881e+03 4.21694e+04 2.33977e+03 3.00119e+04 2.83342e+04 1.45889e+04 1.54917e+04 3.05161e+04 1.05404e+05 3.89522e+04 4.55500e+04 1.81863e+03 9.54313e+02 3.08860e+00 8.21448e-01 3.60152e-01 8.38433e+00 6.52296e+00 1.41870e+00 1.53811e+00 2.46011e+00 1.39250e+00 2.82225e+00 1.43485e+00 4.81077e-01 1.13509e+00 9.37284e-01 4.81747e-01 4.80070e-01 4.36032e-01 4.10331e-01 4.73348e-01 1.74477e+00 4.59198e-01 4.97429e+00 5.10718e-01 2.67898e+00 7.40579e-01 4.90952e-01 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.80917e+04 3.85847e+03 1.85865e+03 1.01123e+04 3.59148e+03 7.64109e+03 1.37433e+04 6.28776e+03 1.67675e+04 6.13269e+03 3.27662e+03 5.80190e+01 7.28453e+03 1.82102e+04 1.92466e+03 3.16423e+04 3.28443e+04 1.59564e+04 1.80800e+04 3.48893e+04 1.57150e+05 5.40558e+04 7.01760e+04 1.97406e+03 1.29446e+03 5.83602e-01 5.77585e+03 1.50320e+02 1.96132e+02 3.69774e+02 2.06022e+02 6.90448e+03 2.72993e+03 1.94579e+03 1.03081e+04 3.03741e+02 2.84640e+02 2.29516e+01 1.04044e+03 3.50590e+03 9.81512e+02 3.49449e+03 1.26523e+03 2.57387e+02 5.27523e+03 3.64094e+03 1.68473e+04 2.69612e-01 1.60509e+03 3.06220e-01 3.79843e+02 6.63369e-01 3.36784e+05 1.12242e+04 2.05275e+04 1.46455e+05 3.18352e+04 7.12280e+04 2.30363e+05 1.09741e+05 1.49822e+05 1.10735e+05 2.58085e+04 8.71586e+03 1.09871e+05 3.66932e+05 8.88396e+04 2.08942e+05 2.48679e+05 1.24362e+05 1.84429e+05 1.05226e+05 3.02592e+06 2.52273e+05 6.75244e+05 2.44629e-01 5.06288e+04 2.23426e-01 1.19197e+04 8.12302e+02 6.04540e+03 1.12155e+04 2.95752e+03 8.88873e+03 1.81778e+04 8.13582e+03 2.09744e+04 7.03580e+03 8.62068e+03 6.24113e+01 1.55237e+04 4.27193e+04 2.46113e+03 4.61777e+04 4.89081e+04 2.54782e+04 2.17552e+04 3.88851e+04 2.80710e+05 9.58350e+04 1.13698e+05 2.71635e+03 2.02979e+03 7.20147e-01 4.79723e+04 1.87127e+03 7.34551e+04 3.94727e+04 1.04458e+04 3.54200e+04 7.06641e+04 3.21700e+04 8.34231e+04 2.65730e+04 1.36697e+04 2.51269e+02 8.34747e+04 1.37012e+05 7.06748e+03 1.50455e+05 1.44538e+05 7.45390e+04 6.65673e+04 1.14565e+05 8.07656e+05 2.59459e+05 2.95488e+05 6.31100e+03 5.26298e+03 3.66534e+00 1.70532e+04 1.21504e+03 9.87777e+02 8.89168e+02 3.48266e+02 8.91279e+02 2.15260e+03 9.50265e+02 2.60309e+03 8.56481e+02 4.31794e+02 7.01302e+00 2.56550e+03 8.18513e+03 7.80443e+02 1.34824e+04 1.39266e+04 7.46236e+03 6.81560e+03 1.10730e+04 2.40931e+04 6.05970e+03 8.64797e+03 1.84346e+02 1.32835e+02 4.21350e-01 6.25035e+05 3.75853e+03 5.86397e+04 2.74459e+05 9.24024e+04 2.30738e+04 1.62911e+05 6.59524e+04 9.59284e+04 1.04908e+04 1.81366e+04 6.75677e+03 1.27468e+05 3.56488e+05 1.29565e+04 1.69670e+05 3.69718e+05 1.32408e+05 4.51709e+05 2.05858e+05 5.23687e+05 5.40506e+05 4.79115e+05 1.84431e+05 1.41163e+05 4.77746e-01 3.73702e+05 3.50314e+03 5.90855e+04 2.64728e+05 3.16228e+04 4.16407e+05 3.47762e+05 3.49284e+05 6.49732e+05 5.17519e-01 5.07752e+04 9.77719e+03 2.14133e+05 1.42086e+06 5.10596e+04 1.34677e+06 1.02608e+06 3.30862e+05 4.90150e+05 6.49476e+05 1.16271e+07 4.62027e-01 3.14036e+06 7.19192e-04 2.06408e-01 3.97485e-01 1.23098e+05 3.91032e+03 4.03977e+04 1.20197e+05 2.28569e+04 8.79292e+04 1.42852e+05 6.35251e+04 1.88265e+05 6.83226e+04 3.16466e+04 6.36008e+02 1.00276e+05 3.19944e+05 1.25095e+04 2.74745e+05 2.92366e+05 1.42857e+05 1.50627e+05 2.54572e+05 1.73602e+06 6.10471e+05 7.93458e+05 1.33881e+04 1.07008e+04 2.11442e+00 1.31835e+00 1.93971e-01 2.72054e+00 4.34566e-01 6.45113e-01 6.39941e-01 8.96794e-01 4.57006e-01 1.18301e+00 4.26712e-01 2.00581e-01 3.55520e-01 4.21823e-01 1.83684e-01 1.94702e-01 1.95275e-01 1.93741e-01 1.95098e-01 8.01716e-01 1.93434e-01 1.65178e+00 2.08536e-01 1.01665e+00 1.94534e-01 1.78152e-01 9.31184e-01 9.37333e+03 1.32280e+04 2.02908e-01 2.93229e-01 2.13449e-01 2.18082e-01 7.41511e+02 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 8.14876e+03 2.61950e-01 4.29889e+02 1.11813e+04 8.73913e+03 2.56048e+03 1.92387e+04 1.13416e+04 3.17448e+04 1.07150e+04 5.67299e+03 2.66196e+00 7.63982e+02 8.15594e-01 1.34564e+05 4.92014e+03 5.19607e+04 1.34682e+05 6.40108e+04 8.59761e+04 1.94285e+05 7.95458e+04 2.17933e+05 7.52119e+04 4.06149e+04 6.39922e+02 1.42750e+05 3.03515e+05 1.90395e+04 4.03703e+05 4.39017e+05 2.23515e+05 1.91891e+05 3.14834e+05 2.37794e+06 6.40877e+05 9.95199e+05 2.57349e+04 1.66623e+04 1.26698e+00 2.80540e+04 1.64762e+03 2.68429e+04 6.65948e+03 2.40454e+03 5.64880e+03 1.24462e+04 5.86362e+03 1.72560e+04 6.52375e+03 3.25891e+03 1.23518e+02 3.22937e+04 6.12605e+04 3.24233e+03 5.66860e+04 5.55894e+04 2.95647e+04 2.32903e+04 4.18458e+04 2.36448e+05 7.13588e+04 9.35323e+04 2.82167e+03 1.79110e+03 7.29865e-01 1.10135e+03 2.83648e+00 1.86821e+04 2.46957e+05 5.96936e+04 2.05940e+05 4.52814e+05 2.04424e+05 5.79744e+05 1.76423e+05 8.50754e+04 7.96527e+02 8.84721e+04 1.03765e+06 3.63177e+04 9.61041e+05 9.69494e+05 4.57617e+05 3.72619e+05 7.49794e+05 8.16550e+06 2.35600e+06 2.80969e+06 4.93350e+04 4.75487e+04 4.77722e-02 3.27373e+04 1.69910e+03 3.66500e+03 1.66521e+04 1.29865e+04 1.36769e+04 3.07824e+04 1.30272e+04 3.76948e+04 1.34474e+04 6.73397e+03 1.52066e+02 1.22414e+04 1.09113e+05 4.11627e+03 7.39524e+04 7.71309e+04 4.12444e+04 3.64759e+04 6.41965e+04 3.01602e+05 8.81243e+04 1.20610e+05 3.26468e+03 2.29813e+03 8.89868e-01 8.35313e+04 4.05360e+03 2.06062e+04 5.47275e+04 4.77156e+04 4.04558e+04 8.78673e+04 3.79732e+04 1.04494e+05 3.49045e+04 1.96108e+04 2.97983e+02 5.56082e+04 1.56248e+05 8.23083e+03 1.84725e+05 1.82521e+05 9.03541e+04 8.36676e+04 1.40024e+05 1.22764e+06 3.96196e+05 4.66081e+05 1.06703e+04 8.87488e+03 5.16690e-01 2.66724e+04 9.44389e+03 2.11720e+05 2.57255e+05 1.80508e+06 3.68433e+05 3.82202e+05 3.42610e+05 4.41555e+06 1.75796e+05 8.11249e+05 3.02230e+05 1.45096e+06 1.30001e+06 1.65952e+05 2.13894e+06 4.75729e+06 2.21269e+05 1.36449e+06 1.05055e+05 3.66011e+06 1.13445e+05 5.81819e+05 7.50390e+03 2.15362e+06 2.17573e-01 4.17194e+03 7.25767e+00 1.56950e+02 2.38656e+03 6.22858e+02 1.16270e+03 5.37496e+03 1.27384e+03 3.35372e+03 2.37805e+03 2.05717e+02 4.32892e+01 2.88340e+03 4.09722e+03 1.05588e+03 2.72088e+03 3.00418e+03 1.07496e+03 2.81994e+03 3.31977e+03 2.12193e+04 2.21420e+03 4.88803e+03 2.11616e+00 9.84127e+02 8.83576e-01 3.47340e-01 8.13081e-01 2.00495e-01 3.56339e-01 1.75459e-01 1.92609e-01 1.90738e-01 2.06296e-01 1.96520e-01 1.98282e-01 1.97152e-01 3.91012e-01 2.37375e-01 1.97227e-01 2.06459e-01 1.92646e-01 1.81640e-01 1.75434e-01 2.18192e-01 2.10445e-01 1.97205e-01 2.25050e-01 1.99363e-01 2.41139e-01 2.16984e-01 6.43102e-01 1.03339e+01 4.61106e-01 6.62436e+00 3.63070e+00 4.37338e+00 1.37854e+00 9.81222e+00 4.04900e+00 8.31453e+00 3.01464e+00 7.44247e-01 1.31752e+00 1.67032e+00 1.83414e+00 7.71162e-02 9.93942e-01 2.21066e+00 6.78549e-01 4.18466e+00 7.62112e-01 4.48008e+00 1.47188e+00 1.08088e+00 1.55447e-03 4.46134e-01 1.23004e+00 2.41335e+07 3.75543e+06 2.61016e+07 1.15980e+07 3.62830e+06 4.33021e+06 7.22871e+06 2.20812e+06 3.34308e+06 4.44134e+06 7.34901e+05 7.90706e+04 8.27228e+05 7.40979e+06 4.56519e+05 5.88402e+06 1.30869e+07 3.67654e+06 4.78692e+06 2.18448e+06 1.89596e+07 7.76697e+04 1.71412e+06 2.71101e-03 7.78059e-01 9.65011e-02 3.12093e+07 3.72612e+05 9.78292e+04 1.82786e+06 8.08931e+05 4.46163e+05 3.14451e+05 7.03872e+05 3.45334e+05 7.34639e+04 3.52762e+05 8.50951e+04 1.20319e+05 2.60692e+05 3.26037e+05 4.20225e+06 9.34638e+06 1.40517e+06 8.44787e+06 1.47587e+05 9.98406e+06 3.16785e+00 3.20122e+06 1.87799e+03 5.38984e+05 7.55483e-01 5.37876e+05 2.77934e+04 2.12106e+06 1.07408e+06 2.13819e+05 4.55212e+05 1.04241e+06 5.22987e+05 1.64129e+06 1.06658e+06 3.10490e+05 2.07774e+04 1.13380e+06 2.72532e+06 1.43301e+05 2.93596e+06 3.18417e+06 1.86644e+06 1.54566e+06 2.13447e+06 1.35722e+07 9.73828e+06 1.01191e+07 9.84617e+04 1.05392e+05 8.62297e+00 3.29491e+04 3.79234e+03 1.45150e+03 2.35747e+04 1.54019e+03 1.90071e+04 1.11511e+05 6.78019e+03 7.63998e+04 1.32599e+03 1.09256e+03 2.21569e+02 7.21858e+03 3.07920e+04 5.30986e+03 2.59773e+04 1.31631e+04 1.20441e+04 1.00538e+04 2.62959e+03 1.55227e+05 2.46299e+00 2.70869e+04 3.71673e-01 1.55492e+03 4.25557e-01 9.31491e+00 5.07675e-01 6.11762e+01 8.86313e+00 2.08516e+00 1.22712e+00 4.77039e+00 2.82488e+00 7.44823e+00 7.05375e-01 1.64924e+00 2.25967e+00 5.21813e-01 1.29805e+00 7.36227e-03 9.48915e-02 2.11052e-01 5.37553e-01 1.86970e+00 5.88314e-01 3.63020e+00 2.61116e-01 2.10750e+00 1.08370e-03 3.11022e-01 3.30257e+00 5.15958e-01 2.30603e-01 2.50553e+01 4.87872e-01 8.19615e-01 7.28224e-01 1.11185e+00 5.55143e-01 1.36664e+00 5.53340e-01 2.47845e-01 2.40406e-01 5.23027e-01 2.61538e-01 2.42723e-01 2.58221e-01 2.59734e-01 2.54654e-01 1.04180e+00 2.53959e-01 2.03915e+00 2.61845e-01 1.24043e+00 3.87890e-01 2.17014e-01 6.64373e-01 1.10951e+04 4.97247e+02 4.39544e+03 1.17079e+04 2.80139e+03 6.65901e+03 1.46928e+04 7.21506e+03 1.73081e+04 6.08281e+03 3.03916e+03 6.42257e+01 1.31902e+04 3.12164e+04 1.58693e+03 3.33335e+04 3.67485e+04 1.81112e+04 1.62561e+04 2.80018e+04 2.07555e+05 6.30478e+04 8.00343e+04 1.70903e+03 1.45159e+03 3.19575e-01 5.72978e+06 5.96294e+05 3.46416e+05 7.58525e+06 7.05019e+05 3.83017e+06 6.87066e+06 3.72756e+06 8.76945e+06 1.56094e+06 1.18787e+06 1.21634e+05 6.40606e+06 3.69128e+06 7.71420e+05 3.10839e+07 8.67949e+06 5.10872e+06 5.50104e+06 5.17217e+06 1.13214e+08 5.21854e-01 2.03691e+07 5.73196e+04 8.37404e+05 2.50224e-01 4.06261e+03 1.60927e+02 3.04122e+03 5.63918e+03 1.51112e+03 3.64216e+03 8.69016e+03 3.49202e+03 9.89546e+03 3.41217e+03 1.72832e+03 3.49700e+01 7.53035e+03 1.51738e+04 7.77644e+02 1.66961e+04 1.57266e+04 8.98327e+03 8.84415e+03 1.40816e+04 1.15818e+05 3.91847e+04 5.81244e+04 9.80324e+02 7.74148e+02 1.80162e+00 2.36130e+07 3.86936e+06 3.41127e+05 5.27221e+05 6.50142e+05 3.13928e+05 2.60747e+05 3.21940e+05 6.93280e+03 6.31575e+03 2.89577e+05 4.89718e+03 6.22742e+05 1.26098e+00 1.88572e+04 2.43048e+05 5.40572e+05 1.25472e+05 2.73111e+06 3.52701e+05 2.52515e+06 3.29030e+04 6.40437e+05 3.16654e-03 9.08797e-01 3.16878e+00 5.94875e+04 1.46585e+03 9.95577e+02 1.36384e+04 3.33434e+03 2.54417e+03 1.35814e+04 1.10232e+03 2.06136e+03 2.25432e+02 7.53754e+03 2.80810e+03 7.92041e+03 1.69514e+04 3.04329e+02 3.92246e+03 8.72410e+03 1.88705e+04 1.46650e+04 9.90938e+03 2.37987e+04 7.40172e+03 9.22072e+03 3.43509e+01 9.85872e+03 4.14724e-01 2.71744e+04 4.33327e+03 4.02405e+06 3.57208e+04 1.76027e+04 1.13660e+04 2.75899e+05 3.26775e+04 1.44758e+04 2.37289e+03 2.65081e+04 2.75783e+03 2.36962e+04 9.62330e+04 8.57744e+03 1.10554e+05 2.45887e+05 5.92125e+04 8.79205e+04 1.81251e+05 1.14537e+06 4.68010e+03 3.42572e+04 1.23637e+03 1.12985e+04 7.28997e+00 1.04699e+06 1.06039e+02 7.87441e+03 8.76804e+04 5.84555e+04 5.62642e+03 3.01005e+04 3.77913e+04 1.87771e+04 3.49272e+04 1.27537e+04 4.75136e+03 1.81116e+05 6.89868e+04 9.35533e+03 2.41747e+04 3.29449e+05 7.52008e+03 3.20762e+04 2.85645e+04 2.45556e+05 2.22667e+05 1.00876e+05 3.34126e-03 9.58942e-01 1.17110e+00 6.27359e+04 2.25027e+03 1.35696e+04 1.58355e+04 5.25209e+03 1.55306e+04 2.59054e+04 1.09241e+04 3.38791e+04 1.19334e+04 6.00335e+03 9.61974e+01 4.78052e+04 7.30880e+04 4.55695e+03 9.48057e+04 8.71329e+04 4.76381e+04 2.98403e+04 5.08407e+04 3.33173e+05 9.42469e+04 1.19827e+05 2.79767e+03 2.02416e+03 1.76213e+00 4.89322e+03 3.55683e+03 1.28479e+03 9.45117e+04 5.28849e+03 7.47562e+04 3.14631e+04 2.21301e+04 1.35874e+04 6.66072e+02 2.74052e+03 1.49794e+03 1.64766e+05 2.23685e+05 6.66794e+04 3.77725e+05 1.98010e+05 9.41416e+03 1.79432e+05 7.38781e+04 4.27114e+05 4.17631e-01 7.41807e+04 5.63419e-01 4.32482e+03 1.81471e+00 6.41012e+04 2.32835e+03 1.39696e+04 9.08689e+04 2.32090e+04 5.58722e+04 1.15933e+05 5.17640e+04 1.64263e+05 5.43274e+04 3.05407e+04 4.77223e+02 5.32982e+04 2.73667e+05 1.42302e+04 2.85743e+05 3.22831e+05 1.68993e+05 1.13971e+05 2.10034e+05 1.87272e+06 6.30073e+05 8.12685e+05 1.74706e+04 1.30551e+04 8.46952e-01 1.18637e+04 5.07904e+02 4.62112e+03 4.40792e+03 2.18455e+03 3.53761e+03 7.93551e+03 3.49214e+03 9.16840e+03 3.17339e+03 1.61325e+03 3.70180e+01 1.15704e+04 1.37420e+04 5.05832e+02 1.05206e+04 1.10584e+04 5.47187e+03 4.91063e+03 8.81989e+03 9.04003e+04 2.80258e+04 3.15986e+04 6.62774e+02 5.22904e+02 4.31474e-01 2.93469e+04 1.63373e+03 9.59498e+02 3.23817e+03 8.46732e+02 2.46411e+03 5.36420e+03 2.16528e+03 6.37373e+03 3.56535e+03 1.15645e+03 1.60244e+01 4.16695e+03 1.02754e+04 6.28552e+02 1.19214e+04 1.31611e+04 8.14028e+03 7.43534e+03 1.21803e+04 5.13975e+04 2.04861e+04 2.62875e+04 4.89527e+02 3.51577e+02 4.01920e-01 5.36714e+04 2.25535e+03 3.95977e+05 7.87458e+04 1.80630e+04 5.40263e+04 1.34438e+05 5.28295e+04 1.51549e+05 5.41639e+04 2.47530e+04 5.08024e+02 2.98118e+05 2.92575e+05 1.11672e+04 2.50525e+05 2.52941e+05 1.39883e+05 1.38469e+05 2.01985e+05 1.64117e+06 8.74528e+05 8.02716e+05 1.20834e+04 1.21814e+04 2.53069e-01 3.54655e+03 2.47714e+02 2.68482e+03 7.98556e+03 2.08445e+03 6.72866e+03 1.43839e+04 6.52996e+03 1.79888e+04 5.92594e+03 3.02156e+03 4.75445e+01 9.55082e+03 2.67085e+04 1.44823e+03 3.02545e+04 2.77835e+04 1.38254e+04 1.23753e+04 2.26103e+04 1.78871e+05 4.54242e+04 5.78285e+04 1.43513e+03 1.27498e+03 1.45210e+00 6.46602e+05 1.00504e+03 1.93875e+04 2.12001e+05 1.98022e+05 1.42446e+05 9.51822e+04 3.83627e+04 1.16969e+05 2.33496e+04 3.84238e+04 1.08158e+04 1.68248e+04 3.02595e+05 1.21912e+05 5.17823e+05 5.72342e+05 1.02508e+05 4.36454e+05 2.39873e+05 7.55796e+05 3.68348e-01 1.12597e+05 5.38411e-01 1.30812e+05 7.94444e-01 1.29394e+01 4.16890e-01 4.21681e+00 2.92687e+01 5.22720e+01 2.30461e+01 1.06239e+02 8.86005e+01 8.18436e+01 3.28571e+01 5.27184e-01 5.11590e-01 4.02806e+01 2.73728e+02 1.30422e+02 2.63800e+02 1.75328e+02 1.07506e+02 1.55857e+02 2.37504e+02 2.37200e+03 2.44107e+01 6.18235e+02 8.31377e+00 1.07260e+01 7.06241e-01 3.17339e-02 1.43483e-01 2.31965e-01 1.44462e-01 5.12202e-01 1.15527e-01 1.33755e-01 1.17174e-01 1.59015e-01 1.92457e-01 1.62472e-01 3.27828e-01 4.02305e-01 5.02542e-01 6.28341e-01 6.09985e-01 5.30142e-01 4.82065e-01 4.12991e-01 4.29525e-01 1.03947e+00 9.16941e-01 8.37136e-01 1.07795e+00 9.58863e-01 1.19568e+00 5.42443e+04 1.58547e+03 4.86569e+03 2.62948e+04 1.19374e+04 1.77454e+04 3.72066e+04 1.56493e+04 4.32560e+04 1.47218e+04 8.11643e+03 1.38569e+02 1.85873e+04 5.20331e+04 3.87902e+03 7.24477e+04 7.69625e+04 4.00338e+04 4.96625e+04 8.46985e+04 4.01604e+05 1.08084e+05 1.57412e+05 4.04311e+03 2.96963e+03 1.22632e+00 4.09576e+04 1.51104e+03 4.51659e+03 1.23517e+04 4.34626e+03 8.52767e+03 1.75755e+04 7.57023e+03 1.96799e+04 7.30041e+03 3.93116e+03 1.33477e+02 1.39159e+04 2.88152e+04 2.66875e+03 4.50283e+04 4.77807e+04 2.61627e+04 1.95237e+04 3.28159e+04 2.18938e+05 5.52538e+04 8.54861e+04 2.62622e+03 1.77077e+03 6.78697e-01 4.57196e+06 4.80803e+05 7.20983e+06 1.59139e+06 5.29961e+05 1.13335e+06 4.41321e+06 1.02383e+06 8.00333e+06 5.38650e+05 3.36872e+05 7.69762e+04 1.77697e+06 6.87513e+05 1.29590e+05 1.67027e+06 3.71491e+06 9.35394e+05 1.32450e+06 1.66973e+06 7.46727e+06 6.10235e+04 8.61875e+05 5.52712e+00 8.71775e-01 4.09310e-01 8.99444e+03 1.26317e+03 1.59213e+03 2.18237e+03 2.38540e+03 1.53064e+03 2.82338e+03 1.63464e+03 4.24925e+03 1.75854e+03 9.56169e+02 4.48869e+01 4.09427e+03 2.19970e+04 2.06906e+03 2.90143e+04 2.79281e+04 1.54325e+04 1.36716e+04 2.22795e+04 8.90386e+04 3.48422e+04 3.75781e+04 1.30571e+03 7.82469e+02 5.15089e-01 5.65953e+04 3.21850e+03 8.10672e+03 9.62451e+03 3.58112e+03 9.69772e+03 2.25276e+04 1.00771e+04 3.14482e+04 1.11007e+04 5.33264e+03 7.60184e+01 3.59056e+04 7.13839e+04 4.19500e+03 8.04271e+04 7.91756e+04 3.87005e+04 2.68519e+04 5.74963e+04 4.17023e+05 1.34024e+05 1.63757e+05 3.97587e+03 2.83545e+03 1.43788e+00 1.30545e+00 3.01656e-01 1.46388e+00 4.58399e-01 7.53313e-01 7.46034e-01 1.33187e+00 6.16534e-01 1.60420e+00 4.90959e-01 2.40404e-01 4.42311e-01 4.84639e-01 2.68510e-01 2.74260e-01 2.57646e-01 2.49817e-01 2.53777e-01 1.11780e+00 2.87098e-01 2.30935e+00 2.90731e-01 1.47014e+00 2.84441e-01 2.48570e-01 3.84612e-01 4.40385e+04 4.16490e+03 2.72613e+04 1.75556e+04 2.72741e+03 7.30617e+03 1.62609e+04 7.25523e+03 1.94549e+04 7.32641e+03 3.40978e+03 1.10836e+02 3.09585e+04 4.32588e+04 2.34249e+03 3.62762e+04 3.46244e+04 2.15603e+04 1.87703e+04 2.89020e+04 1.84674e+05 5.74389e+04 8.51486e+04 2.01233e+03 1.22410e+03 1.08737e+00 7.17806e+04 3.21914e+03 1.28353e+03 7.89174e+04 8.02155e+04 2.03760e+04 4.04233e+04 2.08358e+04 1.20703e+04 1.32001e+03 2.77647e+04 5.34944e+03 3.82527e+04 7.45693e+04 3.91065e+03 5.04040e+04 1.12105e+05 1.18792e+05 1.06196e+05 6.73316e+04 3.15358e+05 2.64971e+04 9.42095e+04 3.05866e+01 8.77836e+03 3.03949e-01 7.91311e+06 1.92804e+05 6.58953e+06 1.20366e+07 2.18506e+06 1.59160e+06 8.68819e+06 3.70156e+06 4.41277e+06 7.30154e+06 1.08030e+06 1.79878e+05 2.20190e+06 1.21666e+07 6.77635e+05 8.73396e+06 1.94255e+07 5.73732e+06 1.24436e+07 5.26459e+06 4.85037e+07 9.55464e+04 1.20205e+07 7.60301e-04 2.18207e-01 6.49861e-02 2.84433e+03 1.18676e+02 1.84988e+03 9.88475e+03 2.41742e+03 7.29233e+03 1.58620e+04 7.09917e+03 1.95109e+04 6.80839e+03 3.30682e+03 5.38612e+01 5.56199e+03 5.51576e+04 3.10976e+03 6.79215e+04 6.42190e+04 3.59620e+04 2.91574e+04 4.65268e+04 3.05102e+05 1.03826e+05 1.16761e+05 2.24167e+03 2.10861e+03 4.31782e-01 3.43910e+05 1.42011e+03 9.83802e+04 6.41172e+03 3.89076e+03 4.67277e+03 1.16647e+04 5.51808e+03 1.46036e+04 5.27608e+03 2.41715e+03 5.41580e+01 3.52211e+03 5.03976e+04 8.17142e+03 1.58408e+05 1.45944e+05 6.73049e+04 1.11993e+05 1.78360e+05 8.15326e+05 2.07537e+05 1.78158e+05 6.96049e+03 5.16281e+03 2.59690e+00 2.16910e+04 5.67864e+02 5.07392e+03 4.90015e+03 1.38076e+03 3.95023e+03 8.97359e+03 4.17840e+03 1.16647e+04 4.25235e+03 1.86548e+03 2.66874e+01 1.56443e+04 2.19335e+04 1.26478e+03 2.81138e+04 3.09810e+04 1.31444e+04 1.39147e+04 2.80181e+04 1.57435e+05 5.96139e+04 6.60835e+04 2.53868e+02 8.18070e+02 2.92789e-01 2.29004e+05 1.18185e+04 1.20757e+05 2.97125e+05 1.44440e+05 1.87811e+05 4.20158e+05 1.92709e+05 5.70391e+05 1.72112e+05 8.44366e+04 1.34911e+03 2.89048e+05 8.10831e+05 3.79536e+04 8.35239e+05 8.04911e+05 4.28717e+05 3.91415e+05 6.33207e+05 4.77378e+06 1.80211e+06 2.23143e+06 3.37630e+04 3.40472e+04 7.06365e-01 5.63303e+04 2.81600e+03 1.04126e+04 3.08527e+04 8.32084e+03 2.27389e+04 5.03806e+04 2.32368e+04 6.65882e+04 2.54125e+04 1.12963e+04 2.47215e+02 4.20251e+04 9.12495e+04 5.49642e+03 1.10174e+05 1.13207e+05 6.03215e+04 5.09303e+04 9.18485e+04 5.91575e+05 2.12412e+05 2.56106e+05 3.40640e+03 3.78269e+03 2.20978e+00 2.20438e+05 7.64834e+03 2.01944e+05 1.22127e+05 4.19992e+04 1.00729e+05 2.22952e+05 9.61007e+04 2.78055e+05 9.34603e+04 4.51871e+04 6.82284e+02 1.06692e+05 4.12451e+05 2.27510e+04 5.25884e+05 5.20889e+05 2.68433e+05 2.66976e+05 4.02422e+05 1.90267e+06 7.17402e+05 9.65640e+05 1.30227e+04 1.16149e+04 3.39859e+00 8.11699e+02 4.65865e+01 3.69619e+02 7.98737e+02 1.70928e+02 4.07450e+02 9.19796e+02 3.96700e+02 1.07962e+03 4.01915e+02 1.97477e+02 4.91166e+00 1.04840e+03 1.44350e+03 9.23329e+01 1.90463e+03 1.99436e+03 1.02469e+03 8.27135e+02 1.40858e+03 1.20214e+04 4.93647e+03 5.37908e+03 1.09407e+02 8.52312e+01 6.80412e-01 7.87976e+04 3.61290e+03 1.69147e+04 3.59210e+04 1.79977e+04 2.71152e+04 6.52071e+04 3.24607e+04 7.22604e+04 2.72126e+04 1.28593e+04 2.52442e+02 4.86669e+04 1.39910e+05 7.22316e+03 1.56278e+05 1.53892e+05 8.15338e+04 7.18890e+04 1.20399e+05 8.02558e+05 2.03366e+05 2.96069e+05 6.43601e+03 5.77949e+03 5.06013e-01 6.72508e-01 4.00974e-01 1.10283e+01 7.24789e-01 1.46789e+00 1.08427e+00 1.69149e+00 8.87561e-01 3.19756e+00 8.12245e-01 4.86352e-01 4.68306e-01 5.49126e-01 3.23786e-01 3.06196e-01 3.31111e-01 3.12789e-01 3.30634e-01 1.22023e+00 3.38981e-01 2.70288e+00 1.78407e-01 1.84707e+00 3.24877e-01 3.31301e-01 5.79404e-01 5.51507e-02 7.99583e-03 2.11172e-02 1.41251e-02 2.87211e-02 7.19709e-03 3.89786e-02 1.94052e-02 3.62881e-02 3.96849e-03 6.86078e-03 2.55598e-03 6.59839e-02 9.72473e-02 2.16658e-03 2.79248e-02 6.21086e-02 1.20372e-01 1.22512e-01 2.31779e-02 2.15153e-01 1.03726e-01 2.72843e-01 8.36955e-01 7.69545e-02 3.68773e-03 1.41522e+04 8.53795e+02 1.75819e+04 2.17783e+04 5.71325e+03 1.71283e+04 3.86522e+04 2.93549e+04 4.71453e+04 1.62457e+04 8.04987e+03 1.77398e+02 1.89893e+04 8.40097e+04 3.47208e+03 7.01439e+04 6.97277e+04 3.62025e+04 3.38262e+04 5.64851e+04 4.26787e+05 1.87306e+05 1.82350e+05 3.95662e+03 3.28975e+03 1.14636e+00 8.62194e+05 4.58377e+04 1.47205e+05 2.95272e+05 7.05869e+04 3.59629e+05 2.39840e+05 1.38077e+05 1.86683e+05 4.21938e+04 4.14341e+04 5.82212e+04 3.94291e+05 4.93432e+05 2.45045e+04 6.98292e+05 4.59423e+05 1.01616e+05 3.29279e+05 4.28245e+05 3.06170e+06 1.61633e+00 4.72865e+05 2.08729e+02 5.99053e+04 8.69854e-01 4.58972e+04 2.60198e+03 1.17711e+04 2.54077e+04 1.16051e+04 1.95693e+04 4.14612e+04 1.88625e+04 4.90915e+04 1.73608e+04 9.06289e+03 1.83503e+02 3.20668e+04 7.34574e+04 4.26515e+03 8.52522e+04 8.33424e+04 4.20155e+04 3.46087e+04 6.17119e+04 4.67290e+05 1.43207e+05 1.92364e+05 5.56507e+03 3.31984e+03 4.98844e-01 4.09278e+05 2.79753e+04 4.91350e+04 4.09256e+04 1.57036e+04 4.14167e+04 1.15420e+05 4.36094e+04 1.31353e+05 4.85043e+04 2.17951e+04 3.03080e+02 1.44335e+05 2.07176e+05 1.50911e+04 3.21319e+05 3.44208e+05 1.81679e+05 1.52662e+05 2.44259e+05 1.48012e+06 4.40948e+05 6.28294e+05 1.06805e+04 9.64718e+03 7.14789e-01 6.50120e+04 2.70324e+03 1.44331e+05 9.43733e+04 2.31453e+04 4.35162e+04 1.17785e+05 4.22856e+04 1.43896e+05 6.55720e+04 2.85313e+04 7.45365e+02 1.20221e+05 2.78956e+05 1.58495e+04 2.94183e+05 3.92340e+05 2.22543e+05 1.66064e+05 2.30516e+05 1.49718e+06 9.84043e+05 1.10833e+06 5.35654e+04 1.17739e+04 3.93270e+00 1.61428e+02 4.67295e+01 2.33298e+03 9.57111e+01 1.05086e+01 7.68472e+01 5.81299e+01 7.99888e+01 4.27967e+01 2.45841e+01 8.18437e+00 1.03575e+01 1.51449e+02 2.33596e+02 4.88544e+01 2.35921e+02 1.28010e+01 3.33453e+01 3.78705e+02 5.50005e+01 1.37321e+03 3.39003e-01 3.47576e+02 3.17343e-01 1.49230e+01 3.44994e-01 2.27250e+04 1.01041e+03 8.71082e+03 2.18380e+04 5.49029e+03 1.54693e+04 3.43167e+04 1.51588e+04 4.24254e+04 1.53863e+04 7.43180e+03 1.90625e+02 2.61298e+04 7.15935e+04 3.58509e+03 7.27428e+04 8.12143e+04 4.07584e+04 3.19917e+04 6.09105e+04 4.58426e+05 1.80945e+05 2.24255e+05 4.73730e+03 3.07499e+03 4.02096e-01 3.51277e+04 3.74858e+03 3.24947e+05 5.63017e+04 1.47666e+04 4.41161e+04 1.02453e+05 4.84726e+04 1.49221e+05 5.02511e+04 2.45694e+04 3.80696e+02 9.52826e+04 2.62190e+05 9.62529e+03 2.14924e+05 1.95984e+05 1.12131e+05 1.35704e+05 1.69993e+05 9.66254e+05 7.53137e+05 6.01174e+05 1.18484e+04 8.56260e+03 1.23805e+00 6.51565e+05 2.70916e+04 2.02214e+05 5.48944e+05 3.62774e+05 4.17407e+05 9.16510e+05 3.79385e+05 1.01786e+06 3.51438e+05 2.05218e+05 3.01529e+03 6.75572e+05 1.39075e+06 8.85649e+04 1.88600e+06 1.90960e+06 1.02110e+06 9.01005e+05 1.50692e+06 1.01578e+07 2.56550e+06 3.86276e+06 8.19702e+04 7.69293e+04 1.19076e+00 5.94638e+04 5.41799e+03 2.68189e+04 5.64968e+04 1.81397e+04 4.66252e+04 1.07841e+05 5.35686e+04 1.78536e+05 6.54775e+04 2.74677e+04 3.29751e+02 1.08768e+05 3.80321e+05 1.43836e+04 3.14426e+05 2.75163e+05 1.41165e+05 1.52992e+05 2.55558e+05 1.83762e+06 6.03279e+05 6.74912e+05 1.44881e+04 1.42748e+04 1.33516e+00 7.76926e+00 1.45358e+00 3.87253e+00 2.86541e+00 9.24461e-01 2.15160e+00 4.01283e+00 1.92732e+00 4.84760e+00 2.01309e+00 1.23918e+00 7.57255e-01 8.15427e+00 1.48878e+01 1.00262e+00 1.05740e+01 9.30354e+00 5.30024e+00 3.14329e+00 5.52893e+00 5.99867e+01 2.13757e+01 2.68992e+01 1.24441e+00 9.99091e-01 1.41332e+00 3.61435e+06 2.98639e+04 4.21029e+03 2.46954e+04 3.99615e+05 5.64751e+04 4.57919e+04 1.53534e+04 5.62326e+04 6.14963e+03 6.47188e+04 2.41109e+04 5.49709e-01 3.66304e+05 1.43344e+04 1.84754e+05 4.10918e+05 1.31671e+05 1.20068e+05 8.11321e+03 2.88976e+05 4.25575e-01 2.11654e+05 2.50592e+03 7.19199e+05 3.03453e-01 3.55282e-01 3.25566e-01 7.43686e-01 2.55885e+00 1.44819e+00 9.68555e-01 2.16209e+00 1.09579e+00 7.23563e-01 3.82719e-01 3.44414e-01 1.06435e-01 3.62759e-01 3.94743e-01 8.15407e-03 1.05097e-01 2.33750e-01 3.34896e-01 2.92758e-01 5.53867e-02 1.44912e+00 4.28660e-01 7.60505e-01 3.66989e-01 2.79039e-01 4.71319e-01 4.85504e+06 9.40238e+05 6.56743e+04 6.39533e+06 7.34550e+05 3.35626e+05 1.71448e+06 3.00375e+05 2.39542e+06 2.22150e+05 2.34186e+05 2.76595e+04 1.05788e+06 2.92340e+06 1.50667e+05 1.94193e+06 4.31912e+06 7.57761e+05 7.48161e+05 6.57617e+05 8.62322e+06 4.13430e+00 1.34517e+06 1.33791e-03 3.83981e-01 2.04387e+00 6.07161e-01 2.87735e-01 4.03123e+01 5.98577e-01 9.71476e-01 9.63662e-01 1.46597e+00 6.47121e-01 1.64303e+00 1.19616e+00 3.22198e-01 3.52626e-01 2.47358e+00 3.36606e-01 3.12109e-01 3.51634e-01 3.15183e-01 3.50449e-01 1.43204e+01 3.57720e-01 2.55091e+00 3.35105e-01 1.68638e+00 3.06831e-01 2.83461e-01 5.54385e-01 4.61912e-01 2.16867e-01 6.62908e+00 4.69367e-01 7.38306e-01 7.87595e-01 9.26266e-01 4.75711e-01 1.22748e+00 4.72554e-01 2.52949e-01 2.50672e-01 4.21185e-01 2.21658e-01 2.09393e-01 2.12625e-01 2.09348e-01 2.25926e-01 7.99120e-01 2.06494e-01 1.78449e+00 2.24275e-01 1.13529e+00 2.29671e-01 2.04821e-01 1.25893e+00 6.55477e+03 3.01009e+02 1.86592e+05 2.79056e+04 7.03644e+03 2.10255e+04 5.14098e+04 2.29449e+04 7.45309e+04 2.85011e+04 1.15906e+04 2.83606e+02 5.00972e+04 1.42943e+05 4.87980e+03 1.05336e+05 1.03984e+05 6.60829e+04 5.49959e+04 7.52774e+04 5.00170e+05 2.93400e+05 3.20917e+05 6.34765e+03 3.62983e+03 4.33767e+00 1.28676e+00 3.13864e-01 4.08444e+02 1.97213e+00 1.40154e+00 6.57683e-01 3.00576e+00 1.01890e+00 2.33271e+00 1.46536e+00 8.82748e-01 0.00000e+00 8.32804e-01 5.00695e-01 5.92034e-03 7.63067e-02 1.69717e-01 4.90957e-01 6.48179e-01 2.04038e-01 7.56586e-01 1.14430e+00 1.33077e+00 2.03691e-02 2.41153e-01 6.51521e+00 1.41362e+05 1.03597e+04 9.49682e+03 1.19822e+04 6.38156e+03 4.63508e+03 7.86703e+03 6.20316e+03 1.00978e+04 4.35895e+03 2.61919e+03 1.11545e+03 1.88828e+04 2.89077e+04 3.46024e+03 2.83773e+04 5.83245e+04 1.69074e+04 2.83656e+04 2.65355e+04 3.09609e+04 2.63965e+04 3.16768e+04 1.85550e+03 6.53212e+03 3.58921e+02 3.27196e+06 3.09274e+02 1.07362e+05 1.81501e+06 1.18358e+05 3.25341e+05 6.37299e+05 2.13171e+05 3.23303e+05 6.02531e+04 1.64937e+05 2.18725e+00 5.23724e+05 1.09469e+06 5.86068e+04 9.65600e+05 6.63603e+05 3.95779e+05 1.37701e+06 7.51974e+05 3.22924e+06 4.86354e+03 2.50310e+05 4.98387e+00 5.09517e+00 1.35073e+00 1.84035e+07 2.84908e+06 1.70717e+06 8.53796e+06 6.70886e+05 2.78439e+06 2.66665e+07 1.22485e+07 7.59478e+06 3.23398e+02 1.81669e+06 8.43459e+05 5.76067e+06 1.26134e+07 1.91325e+06 2.46596e+07 5.48464e+07 9.19406e+01 1.40945e+07 1.38154e+02 4.06447e+06 2.50095e+01 6.27777e+06 9.80568e-03 2.81423e+00 1.72995e+01 4.79971e+04 2.95506e+03 1.54661e+03 5.48290e+03 2.21511e+03 5.12000e+03 1.30141e+04 5.60186e+03 1.73310e+04 6.03329e+03 2.98718e+03 5.89948e+01 7.44969e+03 5.22608e+04 2.68182e+03 4.72334e+04 5.15885e+04 2.54296e+04 1.97988e+04 3.85602e+04 2.62272e+05 7.94320e+04 1.09775e+05 2.78664e+03 1.87606e+03 1.11957e+00 6.35034e+03 1.44097e+03 1.18427e+03 1.18073e+03 3.98703e+02 9.54280e+02 2.10112e+03 9.34399e+02 2.61932e+03 9.09089e+02 4.57106e+02 8.77472e+00 3.28314e+03 1.33573e+04 6.23376e+02 8.38435e+03 9.00004e+03 4.82481e+03 5.26398e+03 8.15592e+03 1.87236e+04 5.38259e+03 7.60295e+03 2.47026e+02 1.22358e+02 6.09387e-01 9.20108e+02 4.13090e+01 4.04038e+02 4.34463e+03 1.16430e+03 3.70826e+03 8.37007e+03 3.93621e+03 1.19775e+04 4.10273e+03 1.75403e+03 2.86953e+01 1.40299e+03 1.08761e+04 6.40119e+02 1.13648e+04 1.13240e+04 5.42507e+03 2.58261e+03 5.56540e+03 5.52007e+04 1.74768e+04 1.96558e+04 4.70784e+02 2.62305e+02 2.32516e-01 6.54635e+03 6.07020e+02 5.09314e+02 6.50172e+02 2.24063e+02 5.60604e+02 1.09689e+03 5.44409e+02 1.29488e+03 5.06497e+02 2.72959e+02 4.32395e+00 1.09855e+03 6.04677e+03 4.84427e+02 4.61516e+03 5.17304e+03 2.88636e+03 3.19058e+03 4.88058e+03 7.89844e+03 2.60463e+03 3.24439e+03 1.33384e+02 8.34619e+01 1.71184e+00 1.97887e+05 7.86961e+03 1.10034e+06 3.13033e+05 7.72377e+04 2.44378e+05 6.47760e+05 2.42823e+05 7.20496e+05 2.59916e+05 1.13647e+05 2.54313e+03 5.20479e+05 1.23127e+06 4.93244e+04 1.18892e+06 1.05436e+06 6.22608e+05 6.28583e+05 9.63772e+05 7.50471e+06 2.79195e+06 2.93930e+06 5.50907e+04 5.19251e+04 7.89362e+00 2.56413e+02 1.67820e+01 1.05455e+02 2.80237e+02 6.26204e+01 1.88314e+02 3.70768e+02 1.81826e+02 4.46956e+02 1.43508e+02 7.71461e+01 1.66580e+00 2.26273e+02 6.61994e+02 3.55294e+01 7.06093e+02 7.16017e+02 3.84223e+02 3.20052e+02 5.53986e+02 3.96082e+03 1.41752e+03 1.98834e+03 3.04335e+01 2.09967e+01 1.18933e+00 1.22312e+05 4.84326e+03 6.24985e+04 1.18731e+05 2.94093e+04 9.81334e+04 2.14079e+05 9.18051e+04 2.28834e+05 6.92094e+04 3.65244e+04 3.79910e+02 1.34558e+05 2.94679e+05 1.21984e+04 3.74301e+05 3.75512e+05 1.84054e+05 1.71776e+05 3.18722e+05 2.92767e+06 7.99547e+05 1.06339e+06 1.19485e+04 1.42413e+04 2.51333e-01 4.03341e+03 3.99171e+02 9.34702e+02 3.61360e+03 7.07922e+02 1.89323e+03 3.76079e+03 1.90519e+03 5.40533e+03 1.90066e+03 9.50659e+02 1.48279e+01 2.44270e+03 1.15687e+04 1.35213e+03 1.58648e+04 1.40277e+04 7.02349e+03 7.08080e+03 1.42533e+04 4.91242e+04 2.35818e+04 2.20376e+04 9.03373e+02 4.34717e+02 1.29604e+00 4.22330e+04 3.08166e+03 5.21141e+03 1.47105e+03 8.68249e+02 1.24701e+03 3.44164e+03 1.58573e+03 5.44439e+03 2.26442e+03 1.11719e+03 2.78129e+01 2.02764e+04 1.34703e+04 1.23485e+03 2.13349e+04 2.81994e+04 8.02168e+03 1.35705e+04 2.79436e+04 1.59098e+05 3.73841e+04 5.45210e+04 1.09337e+03 9.68304e+02 9.66273e-01 5.87939e+03 3.71923e+03 1.14221e+03 5.88349e+04 1.67027e+04 9.11707e+04 4.95344e+05 1.04034e+05 9.03305e+05 6.45667e+04 9.40884e+03 3.65410e+03 1.81588e+05 3.12845e+05 1.93510e+04 2.49413e+05 5.54728e+05 1.44006e+05 6.30706e+05 2.43179e+05 1.73008e+06 5.36362e+04 8.47351e+05 3.91550e+04 1.69320e+04 1.66552e+00 9.59710e+05 8.88261e-01 6.07997e+04 3.03385e+05 1.58837e+05 2.97119e+05 6.48765e+05 5.08336e+05 2.34934e+05 2.99490e+05 4.25270e+04 2.92356e+04 7.79277e-01 1.57585e+06 1.03699e+05 9.44775e+05 6.26720e+05 2.05658e+05 1.02296e+06 2.50723e+05 2.40336e+06 5.07610e-01 3.21186e+05 7.90673e-01 8.68803e+04 8.69576e-01 3.55181e+05 1.00114e+01 1.23395e+04 8.33042e+04 3.85869e+03 1.13103e+05 3.26573e+05 2.50402e+05 2.31262e+05 1.52024e+04 4.57612e+04 7.80181e+03 3.22861e+02 3.94329e+05 8.95436e+04 2.08649e+05 1.12307e+05 6.57976e+04 2.06064e+05 3.67246e+04 1.61115e+06 2.89994e-01 1.40260e+05 3.18189e-01 4.51922e+04 1.50784e+00 2.54525e+04 2.65557e+03 1.72747e+02 2.74935e+02 2.52700e+02 3.51935e+02 1.17745e+03 6.30851e+02 1.85233e+03 7.72483e+02 3.71407e+02 8.46902e+00 1.17914e+03 9.84446e+03 6.37359e+02 9.56811e+03 8.79980e+03 3.56079e+03 6.04587e+03 1.30700e+04 3.20711e+04 9.66467e+03 1.26990e+04 3.88193e+02 2.72887e+02 2.91867e-01 3.02289e-01 4.38263e-02 1.12374e+00 4.41891e+00 2.93749e+00 2.01619e+00 5.89350e+00 1.56651e+00 1.04724e+01 1.35807e+00 9.32693e-01 1.49388e+00 7.36487e-01 8.12189e-01 7.98404e-03 1.02905e-01 2.28876e-01 3.21946e-01 3.34975e-01 3.34511e-01 1.07213e+00 3.97047e-01 3.80340e-01 7.77237e-04 2.23067e-01 9.58737e-01 2.24947e+04 1.41317e+03 2.08888e+04 1.98156e+04 5.15336e+03 1.54481e+04 3.19118e+04 1.47904e+04 4.17372e+04 1.44368e+04 7.20267e+03 1.36629e+02 6.58196e+04 8.36969e+04 4.51943e+03 9.51196e+04 8.69609e+04 4.58015e+04 4.68894e+04 7.91256e+04 6.03141e+05 1.75926e+05 2.12870e+05 5.50776e+03 4.50521e+03 3.01460e-01 7.27422e+05 2.37901e+04 3.57555e+04 1.97799e+05 8.92883e+04 1.60223e+05 4.43355e+05 2.52727e+05 2.15003e+05 1.46415e+05 5.32338e+04 8.39955e+03 3.03206e+05 8.63544e+05 1.69907e+04 3.99744e+05 3.72203e+05 6.72668e+05 4.87964e+05 2.83128e+05 2.22942e+06 2.47074e+05 5.45691e+05 2.33355e-01 0.00000e+00 1.63934e+00 1.63804e+05 5.95930e+03 5.30580e+04 1.83890e+05 1.29347e+05 1.08002e+05 2.72169e+05 9.88085e+04 3.03488e+05 1.10495e+05 6.75546e+04 1.01081e+03 1.77653e+05 4.79609e+05 2.25538e+04 4.83675e+05 4.97999e+05 2.72573e+05 2.25582e+05 3.80602e+05 2.68409e+06 8.87401e+05 1.19414e+06 2.23296e+04 2.00964e+04 1.22852e+00 1.55663e+05 7.18360e+03 3.60531e+04 7.19779e+04 2.11412e+04 6.69947e+04 1.48820e+05 6.67524e+04 2.03207e+05 7.16873e+04 3.41692e+04 4.77647e+02 1.47086e+05 3.26169e+05 1.64732e+04 4.32343e+05 4.13943e+05 2.13904e+05 2.03099e+05 3.42702e+05 2.77178e+06 6.53139e+05 9.76135e+05 1.38550e+04 1.89542e+04 1.50203e-01 2.18067e+04 1.57646e+03 4.36676e+03 9.35717e+03 2.20782e+03 6.57010e+03 1.40036e+04 8.22032e+03 1.89973e+04 7.96497e+03 3.06446e+03 4.59265e+01 1.68142e+04 3.11004e+04 1.92735e+03 3.67497e+04 3.47192e+04 2.06357e+04 1.56251e+04 2.54988e+04 1.34803e+05 4.35809e+04 5.83864e+04 1.14979e+03 8.17313e+02 4.66656e-01 1.45331e+04 1.07561e+03 3.41927e+02 8.77758e+03 2.58323e+03 5.57331e+03 1.10268e+04 5.50451e+03 1.62734e+04 5.17791e+03 3.26297e+03 7.75032e+01 3.85875e+03 1.23739e+04 1.42138e+03 1.71153e+04 1.75024e+04 8.37822e+03 7.49891e+03 1.72545e+04 1.05461e+05 3.12611e+04 4.51605e+04 1.64740e+03 9.37068e+02 1.53317e+00 4.91330e-01 3.50674e-01 1.08623e+02 5.67289e+01 9.73685e-01 8.57748e-01 1.14416e+00 6.52674e-01 5.78375e+01 5.89577e-01 2.61575e-01 3.05667e-01 5.45422e-01 3.59004e-01 2.87921e-01 5.51533e+01 4.26165e+01 2.61830e-01 1.08237e+00 2.71557e-01 4.99702e+01 4.90327e-01 1.37510e+00 3.79600e-01 2.35192e-01 6.82243e-01 2.71854e-01 3.94138e-02 5.42926e-01 3.70833e-01 2.63211e+00 1.10352e+00 1.25428e+00 1.09464e+00 2.13495e+00 1.94872e+00 5.07737e-01 2.97987e-01 3.20970e-01 3.31037e-01 2.45773e-01 1.25531e-01 2.79197e-01 3.69975e-01 8.33735e-01 4.10097e-01 1.77885e+00 2.89943e-01 1.33319e+00 1.89673e-02 2.65994e-01 2.17694e+01 1.41720e+05 5.37602e+03 2.41812e+05 1.26693e+05 6.18948e+04 9.33660e+04 2.07656e+05 9.00268e+04 2.14700e+05 6.52998e+04 3.38375e+04 6.98843e+02 1.43337e+05 3.50390e+05 1.80194e+04 3.96153e+05 4.02605e+05 2.26343e+05 2.04041e+05 2.92795e+05 2.36629e+06 5.72194e+05 8.75446e+05 1.80101e+04 1.35634e+04 1.75759e-01 2.92229e+05 2.46343e+05 1.58442e+05 2.15113e+05 1.65702e+05 9.11007e+04 1.19653e+06 5.04692e+05 1.86775e+06 1.46841e+05 4.16450e+04 1.70819e+05 1.02942e+06 6.14897e+05 1.27774e+05 1.50563e+06 3.75259e+06 5.12113e+05 5.23447e+05 1.16921e+06 1.79572e+07 1.05098e-01 1.76976e+06 1.02930e-01 1.58261e+06 2.12611e-01 9.19911e+02 6.62089e+01 1.26844e+01 1.84675e+02 8.26352e+01 1.64136e+02 3.45218e+02 1.55847e+02 4.03102e+02 1.36542e+02 7.31652e+01 3.43079e+00 4.30145e+01 7.67371e+02 3.75681e+01 7.30752e+02 8.14700e+02 4.00558e+02 4.78862e+02 7.68485e+02 1.90887e+03 4.30896e+02 6.89662e+02 1.65369e+01 1.12315e+01 1.68409e+00 4.05800e+06 6.80898e+05 1.00803e+06 2.54329e+06 1.86636e+06 8.29189e+05 2.53018e+06 9.46473e+05 3.13974e+06 4.44320e+05 5.81796e+05 5.13848e+05 9.93780e+05 8.55192e+05 2.71641e+05 6.99306e+06 5.56805e+06 1.24295e+06 1.52003e+06 6.98715e+05 3.28299e+06 4.74154e-01 1.12981e+06 5.41244e+03 3.56834e+04 9.04254e-01 3.23966e+05 4.50522e-01 4.88607e+03 2.81583e+04 3.13554e+03 5.25146e+03 7.71673e+04 4.28205e+04 1.26480e+04 4.06839e+03 3.72987e+02 3.98872e+03 2.26205e+04 9.65179e+04 4.58849e+04 9.26604e+04 1.20532e+05 1.30128e+04 2.19041e+04 4.84946e+04 9.46176e+04 3.15407e-01 1.09863e+04 2.64464e-01 4.38357e+03 9.19147e-01 3.41058e+04 1.74954e+03 5.96071e+03 6.78782e+03 2.38766e+03 5.92927e+03 1.26990e+04 5.79127e+03 1.52700e+04 5.40426e+03 2.99905e+03 6.33212e+01 1.81110e+04 2.07107e+04 1.71530e+03 2.80651e+04 2.82227e+04 1.44610e+04 1.24930e+04 2.39470e+04 1.32226e+05 3.93803e+04 5.06960e+04 1.60347e+03 9.98924e+02 9.99650e-01 8.13142e+03 1.10009e+03 3.09954e+05 2.70030e+04 6.83033e+03 2.20116e+04 6.18060e+04 2.30411e+04 4.79310e+04 1.63081e+04 8.24087e+03 1.70342e+02 3.05689e+04 6.62911e+04 3.92638e+03 8.48989e+04 7.41667e+04 4.94916e+04 6.10945e+04 6.19029e+04 3.61839e+05 1.10959e+05 1.57897e+05 2.98136e+03 2.94667e+03 7.10353e-01 4.57230e+04 2.21906e+03 2.90197e+04 5.51602e+04 3.98595e+04 4.33245e+04 9.97231e+04 4.17797e+04 1.15897e+05 3.91054e+04 1.98161e+04 3.04431e+02 7.09974e+04 1.72204e+05 8.88827e+03 1.96707e+05 1.82556e+05 9.62366e+04 9.36688e+04 1.54745e+05 1.11627e+06 3.62213e+05 4.49898e+05 8.56530e+03 7.73712e+03 5.16892e-01 1.66225e+07 3.31822e+05 7.04154e+05 4.81548e+06 4.74559e+06 1.00749e+06 3.05486e+06 1.60939e+06 2.41562e+06 6.96241e+05 7.17568e+05 7.17525e+03 2.81989e+06 7.67743e+06 3.21333e+06 7.34085e+06 7.92977e+06 3.48746e+06 1.54684e+07 1.44323e+06 2.76606e+07 5.33628e-01 2.97035e+06 3.90110e-01 3.72536e+05 5.26070e-01 6.60122e+04 2.84229e+03 2.05862e+03 4.18740e+04 1.28282e+04 3.63647e+04 7.65958e+04 3.71780e+04 1.03108e+05 3.64165e+04 1.84389e+04 3.39938e+02 1.95309e+04 1.87072e+05 7.00086e+03 1.42348e+05 1.27989e+05 6.29961e+04 9.08670e+04 1.49300e+05 1.27230e+06 3.57106e+05 4.48138e+05 1.02419e+04 8.92669e+03 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 7.37681e+04 3.37230e+03 1.39218e+04 3.50563e+04 9.12146e+03 2.70656e+04 5.76344e+04 2.59550e+04 7.54623e+04 2.63403e+04 1.28472e+04 1.92983e+02 5.65035e+04 1.60272e+05 7.91565e+03 1.64030e+05 1.70494e+05 8.79262e+04 6.27418e+04 1.18302e+05 9.39500e+05 2.65797e+05 3.65026e+05 8.17702e+03 6.65243e+03 1.28530e+00 9.54098e+05 1.56344e+05 3.16516e+04 6.71125e+03 2.75317e+02 4.22290e+03 1.74654e+03 1.15292e+03 9.30556e+00 9.64060e-01 8.29997e+03 1.58762e+03 1.98650e+04 1.50690e-01 2.56153e+03 3.30153e+04 7.34305e+04 3.67985e+03 3.99792e+04 7.89786e+03 8.32446e+04 4.16035e-01 5.79254e+04 1.04040e-03 2.98595e-01 8.83679e-01 5.48494e+05 2.67643e+04 1.22159e+06 8.96736e+05 2.51270e+05 6.52402e+05 1.59010e+06 6.85674e+05 1.88794e+06 6.40740e+05 3.24431e+05 7.24724e+03 1.49004e+06 2.64023e+06 1.32642e+05 3.06440e+06 2.92895e+06 1.65545e+06 1.63131e+06 2.38315e+06 1.78383e+07 4.46567e+06 7.11219e+06 1.55762e+05 1.19097e+05 1.26614e+01 3.15594e+06 1.71897e+05 8.95607e+06 4.70263e+06 8.53219e+05 2.93126e+06 6.14554e+06 1.87569e+06 6.38411e+06 2.08658e+06 1.34423e+06 2.26938e+05 4.23378e+06 1.03285e+07 1.77187e+06 5.34946e+06 9.59632e+06 3.22922e+06 5.42952e+06 5.51103e+06 7.06053e+07 3.99005e+06 1.56457e+07 1.99645e+05 1.05811e+06 3.01827e-01 1.16740e+03 2.64197e+01 1.41832e+02 3.19261e+02 1.71115e+01 1.05247e+02 2.86489e+02 6.86880e+01 3.48948e+01 1.92934e+01 8.44300e+00 1.10933e-02 6.57844e+02 1.39424e+03 1.85571e+01 2.39973e+03 2.59946e+03 6.83615e+02 2.83360e+02 1.74226e+03 2.22482e+04 4.44713e+03 7.91678e+03 3.00250e+01 2.38149e+01 3.20070e-01 4.38166e+00 2.25350e-01 1.97930e+00 1.01587e+01 6.40138e+00 5.45027e+00 1.75601e+01 7.73317e+00 2.83923e+01 7.11683e+00 4.59167e+00 2.13562e+03 1.06006e+00 3.86932e+00 5.15961e-02 1.04465e+00 1.23784e+00 1.17165e+00 3.82529e+00 5.69774e+00 1.77813e+01 6.69123e+00 1.09718e+01 3.08478e-01 2.59527e-01 4.74816e+00 6.91354e+05 1.79650e+04 1.01058e+04 1.92054e+05 1.92213e+05 1.20316e+05 1.49694e+05 8.42450e+04 1.52870e+05 3.01921e+04 1.33474e+05 4.97257e+04 1.00716e+00 9.66880e+05 4.75524e+04 6.47553e+05 1.34115e+06 6.44850e+05 4.45363e+05 1.76561e+04 8.09060e+05 9.03796e-01 9.68167e+05 3.72291e-01 4.71685e-01 9.82977e-01 2.01787e+06 3.72685e+05 1.15778e+05 1.26475e+05 3.38834e+05 1.07317e+04 3.01035e+05 9.38048e+04 1.10337e+05 4.57826e+03 4.78293e+04 1.04329e+04 1.85183e+05 4.42002e+05 5.15980e+03 6.65041e+04 1.47914e+05 6.91563e+03 5.45103e+05 1.27120e+05 7.27780e+05 3.01112e+04 2.38378e+05 1.22443e+03 3.51410e+05 1.37030e+00 1.28428e+04 1.15914e+03 4.20443e+02 5.31928e+02 1.82520e+02 4.64467e+02 1.03615e+03 5.05213e+02 1.36319e+03 7.17726e+02 2.32302e+02 2.99680e+00 1.50062e+03 5.34239e+03 7.47697e+02 8.72940e+03 8.79905e+03 4.86203e+03 4.64588e+03 7.61811e+03 2.46976e+04 8.03048e+03 9.96366e+03 3.02802e+02 1.91017e+02 5.78380e-01 4.54110e+06 2.99422e+05 8.26684e+05 2.59537e+06 1.60708e+06 5.95927e+05 3.55120e+05 8.07129e+05 2.59918e+00 9.34480e-01 9.53285e+05 3.55145e+05 5.59666e+04 5.71381e+06 2.90113e+05 1.96014e+06 9.44711e+06 9.85568e+05 8.50486e+06 1.05029e+05 8.87100e+06 7.45704e-01 4.18086e+06 3.96939e-01 1.07640e+06 7.25370e-01 4.47465e+05 2.15141e+05 1.19291e+06 5.49059e+05 2.72412e+05 1.36357e+05 3.75627e+05 5.07230e+04 1.32834e+05 1.30586e+05 7.43788e+04 9.92637e+03 5.27160e+05 7.53708e+05 2.02510e+04 1.14008e+06 2.19102e+04 4.17820e+05 2.10510e+05 1.35395e+05 6.03874e+05 4.69823e+04 2.18906e+05 2.57311e+02 7.38482e+04 1.79305e-01 8.64853e+04 5.77855e+03 1.59611e+05 8.99636e+04 2.11847e+04 6.04624e+04 1.46572e+05 5.98722e+04 1.54262e+05 5.69018e+04 2.66321e+04 7.91954e+02 1.37048e+05 2.59348e+05 1.32635e+04 2.77131e+05 3.12484e+05 1.67595e+05 1.48498e+05 2.24189e+05 1.58950e+06 5.07625e+05 7.50481e+05 1.62127e+04 1.08728e+04 3.78283e-01 6.76472e+04 3.13835e+03 2.77262e+04 3.92855e+04 1.21000e+04 3.07879e+04 6.75722e+04 4.74545e+04 8.89593e+04 2.89723e+04 1.43291e+04 2.61995e+02 7.26415e+04 1.79781e+05 8.64942e+03 1.74448e+05 1.61443e+05 8.85940e+04 6.56604e+04 1.11740e+05 8.69605e+05 3.12365e+05 3.37144e+05 7.76485e+03 6.10393e+03 3.27140e+00 4.22649e+04 1.19639e+04 3.55137e+04 3.14803e+04 2.27340e+04 2.95527e+04 3.40721e+04 2.98280e+04 3.67888e+04 2.47759e+04 2.39955e+04 3.48000e+03 4.35727e+04 4.47816e+04 2.29412e+04 6.06227e+04 6.77750e+04 4.61762e+04 3.99016e+04 5.88852e+04 1.56236e+05 6.87769e+04 7.74367e+04 2.83184e+04 1.87491e+04 9.12866e+00 0.00000e+00 +1.01210e+05 4.95532e+03 8.02595e+03 3.53852e+04 8.56588e+03 2.81832e+04 8.67667e+04 3.05363e+04 9.25337e+04 2.84449e+04 1.13948e+04 7.03615e+02 3.59159e+04 9.19394e+04 3.22071e+03 5.99308e+04 6.47007e+04 3.99579e+04 7.83391e+04 1.50982e+05 8.18203e+05 1.01796e+05 1.40055e+05 7.14912e+02 7.46252e+03 6.96998e-01 4.73577e+04 2.83282e+03 9.18172e+03 1.35431e+04 7.37754e+03 1.10808e+04 3.60188e+04 1.42195e+04 4.67307e+04 1.43691e+04 5.77043e+03 2.50714e+02 4.48516e+04 5.79509e+04 2.31275e+03 4.23664e+04 4.57266e+04 2.15651e+04 2.53787e+04 6.82720e+04 5.29052e+05 1.03329e+05 1.11118e+05 6.47079e+02 5.11054e+03 2.13951e+00 2.68041e+05 1.22863e+04 8.91515e+05 2.15976e+05 5.54620e+04 1.72186e+05 7.32423e+05 2.34918e+05 7.26874e+05 2.54196e+05 7.93642e+04 8.92789e+03 6.09409e+05 7.31063e+05 2.20404e+04 4.65438e+05 4.56808e+05 2.79912e+05 4.12484e+05 6.58864e+05 5.43867e+06 1.27145e+06 1.38552e+06 5.77776e+03 6.04972e+04 1.72683e+00 3.08644e+03 2.08229e+02 1.98762e+03 2.52038e+03 7.05443e+02 2.02420e+03 5.98271e+03 2.31542e+03 7.44879e+03 2.20223e+03 8.17243e+02 4.06059e+01 7.48425e+03 2.10822e+04 8.85101e+02 1.50800e+04 1.48348e+04 8.89177e+03 6.38005e+03 1.34202e+04 1.57878e+05 2.59582e+04 2.82752e+04 2.02745e+02 1.58708e+03 6.51658e-01 2.80764e+05 1.36783e+04 7.92013e+05 1.54184e+05 3.80035e+04 1.34378e+05 4.35550e+05 1.63785e+05 4.84009e+05 1.45801e+05 5.50989e+04 3.55178e+03 7.84768e+05 5.50189e+05 1.98840e+04 4.63892e+05 4.14281e+05 2.54228e+05 3.97247e+05 6.74906e+05 5.90349e+06 1.03165e+06 1.02355e+06 4.59886e+03 5.75019e+04 4.53673e+00 3.25173e+03 4.85493e+02 1.59922e+03 5.82414e+02 2.33470e+02 4.66113e+02 1.35320e+03 5.87568e+02 1.69324e+03 6.57243e+02 2.50990e+02 1.69456e+01 7.71551e+03 9.32542e+03 5.87098e+02 5.62371e+03 5.65533e+03 3.46599e+03 4.79959e+03 1.03866e+04 4.49754e+04 8.24164e+03 8.98334e+03 1.09567e+02 7.04246e+02 3.78065e-01 2.83089e+06 9.62170e+04 1.42768e+06 2.66696e+06 1.06471e+06 9.68890e+05 2.47640e+06 8.55670e+05 8.29560e+05 7.05658e+05 3.18376e+05 2.25707e+04 1.04376e+06 3.03089e+06 1.60169e+05 2.05500e+06 4.59749e+06 1.43633e+06 2.96707e+06 1.26684e+06 1.27537e+07 4.77111e+06 8.99756e+06 3.77476e+03 1.08336e+06 3.83838e-01 1.16724e+05 2.76741e+03 3.21967e+04 2.05550e+04 6.59418e+03 1.33026e+04 4.75637e+04 2.31401e+04 6.66314e+04 2.00397e+04 7.74697e+03 5.40002e+02 1.05454e+05 1.24242e+05 2.49727e+03 4.08776e+04 5.54740e+04 7.45736e+03 4.36002e+04 8.15366e+04 5.28140e+05 4.79360e+04 1.10800e+05 6.11507e+02 6.54166e+03 1.06269e+00 1.04705e+03 1.79017e+02 2.89224e+03 1.63374e+03 2.82704e+02 1.27668e+03 8.64399e+03 4.67173e+02 1.43835e+03 5.83456e+02 5.78132e+02 5.96736e+01 2.88115e+04 1.15440e+04 5.31986e+02 9.30733e+03 9.17211e+03 1.08281e+04 1.11073e+04 1.64221e+04 1.08239e+05 2.26186e+04 2.13973e+04 1.38583e+02 1.01541e+03 2.16452e-01 9.73586e+06 6.48276e+05 1.81434e+07 5.05364e+06 9.23047e+05 3.71001e+06 5.05302e+06 4.44954e+06 1.93119e+06 2.94645e+06 8.03178e+05 7.55528e+04 7.12434e+06 1.03530e+07 2.62895e+05 5.98268e+06 5.88776e+06 5.64665e+06 8.73855e+06 9.25385e+06 9.17015e+07 3.53802e+06 1.30344e+07 5.29831e+04 5.69031e+05 3.98734e-01 3.87914e+06 4.85054e+03 5.36406e+05 1.45994e+06 6.20668e+05 1.82824e+06 2.70122e+06 2.25200e+06 2.44053e+06 8.60268e+05 3.95776e+05 2.54341e+04 3.33815e+06 2.40537e+06 5.36731e+05 2.54276e+06 1.47770e+06 1.52932e+06 5.45354e+06 3.04732e+06 1.95520e+07 4.45760e+06 5.91003e+06 2.57774e-01 2.66137e+05 8.71985e-01 1.54349e+05 7.57998e+03 1.56878e+05 1.06593e+05 2.74770e+04 7.78903e+04 2.74410e+05 9.88257e+04 3.13424e+05 9.59925e+04 3.41287e+04 2.13475e+03 4.55023e+05 3.43044e+05 1.12865e+04 2.44617e+05 2.31613e+05 1.39214e+05 2.13249e+05 3.99115e+05 3.03875e+06 5.67120e+05 5.91543e+05 3.00039e+03 2.61405e+04 7.33438e+00 1.05978e+04 1.17119e+03 4.78289e+03 7.79823e+03 1.09123e+03 3.08359e+03 1.01901e+04 3.51731e+03 1.33782e+04 4.57241e+03 1.56518e+03 1.12385e+02 1.84434e+04 2.54312e+04 8.52937e+02 1.71163e+04 2.01222e+04 1.09648e+04 1.39210e+04 2.73915e+04 2.40167e+05 4.50763e+04 5.00378e+04 2.65162e+02 2.53423e+03 1.99402e-01 9.81865e+03 6.77058e+02 3.66406e+04 2.90974e+04 7.27945e+03 2.18200e+04 8.09858e+04 3.58043e+04 7.52011e+04 2.22900e+04 9.10818e+03 5.33395e+02 1.38468e+05 6.33647e+04 3.05468e+03 6.81390e+04 6.83458e+04 3.97500e+04 5.38520e+04 9.89453e+04 9.74915e+05 1.94957e+05 2.05334e+05 9.81654e+02 1.06991e+04 2.34542e+00 4.09001e+05 2.22131e+04 1.32208e+05 2.53268e+05 1.71342e+05 1.75385e+05 5.87574e+05 2.08069e+05 6.65965e+05 2.01389e+05 7.85835e+04 3.84182e+03 6.43626e+05 6.16089e+05 2.63090e+04 5.49262e+05 5.73508e+05 3.66031e+05 4.03814e+05 7.60956e+05 7.64934e+06 1.02542e+06 1.46153e+06 7.67010e+03 8.13244e+04 1.68931e+00 7.74414e+03 6.24862e+02 3.42727e+03 5.32326e+03 1.25645e+03 3.62302e+03 1.17193e+04 4.17954e+03 1.30094e+04 4.11740e+03 1.63054e+03 1.17350e+02 1.63846e+04 1.70974e+04 9.55547e+02 1.57126e+04 1.56520e+04 9.40730e+03 1.09171e+04 2.32511e+04 1.80630e+05 3.43977e+04 3.68431e+04 2.73564e+02 2.23154e+03 5.15696e-01 3.48678e+05 7.00311e+03 4.94751e+04 3.73383e+03 8.29404e+03 7.80944e+03 1.59080e+03 9.38109e+03 1.07252e+03 8.11421e+03 5.56116e+03 1.75584e+03 1.62719e+05 4.82697e+05 7.11496e+03 2.15373e+05 7.25545e+04 1.76749e+04 1.34025e+04 1.99257e+04 8.09240e+05 5.01279e+04 1.39657e+05 2.40307e+03 2.71955e+04 1.51633e+02 2.34394e+06 8.90055e+04 2.07707e+05 3.27238e+06 1.63653e+06 2.16144e+06 6.05852e+06 3.13803e+06 3.19343e+06 1.66500e+06 6.36874e+05 2.42114e+05 4.87552e+06 2.93144e+06 1.16865e+06 4.20239e+06 3.24959e+06 1.73958e+06 6.64757e+06 2.45115e+06 2.76098e+07 7.75640e+06 7.60112e+06 2.37571e-01 3.60965e+05 8.39472e-01 1.08085e+04 6.40247e+02 1.20390e+03 2.39690e+03 4.16647e+02 1.05408e+03 2.97318e+03 1.16577e+03 3.45538e+03 1.18473e+03 4.63453e+02 4.24775e+01 4.69490e+03 3.54773e+03 2.97381e+02 4.15617e+03 4.14526e+03 2.71507e+03 3.84234e+03 7.58612e+03 3.49911e+04 6.03130e+03 7.02378e+03 6.14303e+01 3.95687e+02 5.20528e-01 4.90125e+04 2.88552e+03 3.72950e+03 9.22537e+03 2.81736e+03 8.13011e+03 2.57424e+04 9.54108e+03 2.99470e+04 9.14845e+03 3.50118e+03 1.94879e+02 2.05056e+04 3.18342e+04 1.58218e+03 2.97306e+04 3.12601e+04 1.78115e+04 2.10796e+04 4.80758e+04 3.45758e+05 5.04964e+04 6.23661e+04 3.90600e+02 3.36930e+03 1.15138e+00 5.31103e+03 3.56978e+02 2.88889e+03 2.52826e+03 4.33290e+02 9.68311e+02 3.43039e+03 1.11386e+03 4.05280e+03 1.57344e+03 5.59181e+02 3.80679e+01 1.20660e+04 1.71760e+04 6.52394e+02 1.19314e+04 1.36851e+04 8.40422e+03 9.29370e+03 1.87577e+04 2.22469e+05 3.65327e+04 4.20767e+04 2.50215e+02 2.51900e+03 4.76243e-01 4.09546e+04 2.69858e+03 9.67437e+03 8.12368e+02 3.41989e+02 8.63229e+02 3.36343e+03 1.86215e+03 4.15258e+03 1.28426e+03 4.72703e+02 1.98331e+01 3.39729e+04 1.34788e+04 1.19983e+02 1.78272e+03 1.54345e+03 9.96494e+02 4.90172e+03 9.89706e+03 4.23841e+04 6.24200e+03 6.03916e+03 5.19618e+01 3.13772e+02 5.19189e-01 3.77497e+05 1.63034e+04 3.37755e+05 2.02541e+05 6.60607e+04 5.45497e+04 1.72799e+05 9.13454e+03 2.18831e+04 2.39314e+03 1.15622e+04 4.30747e+03 9.17193e+04 9.45838e+04 4.93037e+03 6.35470e+04 1.41337e+05 9.28001e+04 2.59670e+05 8.82995e+04 4.04508e+05 2.79862e+05 1.02049e+05 1.77937e+04 1.04637e+05 4.70232e-01 5.42917e+04 2.37330e+03 2.12512e+04 2.71308e+04 1.47116e+04 2.33354e+04 6.91710e+04 2.82289e+04 8.17616e+04 2.42917e+04 9.68392e+03 6.02923e+02 7.74120e+04 7.10921e+04 2.77633e+03 5.64567e+04 5.88621e+04 3.02376e+04 4.07254e+04 9.10690e+04 8.22561e+05 1.77558e+05 1.69418e+05 8.74218e+02 8.48854e+03 1.35815e+00 2.45538e+04 1.25750e+03 1.64801e+04 1.92343e+04 4.28031e+03 1.33148e+04 3.80013e+04 1.61437e+04 5.63239e+04 1.84000e+04 7.49640e+03 3.47586e+02 7.45176e+04 7.10392e+04 2.08029e+03 4.73272e+04 4.67334e+04 2.63179e+04 3.37138e+04 6.94438e+04 7.46293e+05 1.81788e+05 1.74552e+05 7.23477e+02 6.81944e+03 2.81494e+00 5.24932e+06 9.32753e+04 8.09971e+06 6.08010e+06 3.51150e+06 5.28056e+06 1.37815e+07 6.60048e+06 6.81709e+06 2.12906e+06 1.36200e+06 5.07412e+05 1.07492e+07 1.25521e+07 2.40437e+05 3.09896e+06 6.89252e+06 2.94335e+06 6.67220e+06 9.32557e+06 7.62755e+07 8.73630e+06 7.75594e+06 8.83088e+03 2.53446e+06 3.52071e-01 1.45370e+03 8.86417e+01 7.89633e+02 4.66550e+02 1.29910e+02 3.62805e+02 1.06793e+03 4.54279e+02 1.33203e+03 4.39019e+02 2.15787e+02 7.41269e+00 3.23531e+03 5.23313e+03 3.98772e+02 5.12547e+03 5.44869e+03 3.24489e+03 4.12292e+03 7.54711e+03 4.21351e+04 6.03146e+03 7.84115e+03 6.34716e+01 4.66125e+02 2.08833e-01 2.44109e+04 1.29438e+03 1.79883e+05 2.86035e+04 1.08598e+04 2.57646e+04 8.56267e+04 3.12783e+04 8.79773e+04 2.57937e+04 1.05281e+04 6.58193e+02 1.46096e+05 6.48953e+04 1.96823e+03 4.19656e+04 3.80294e+04 2.61344e+04 4.22804e+04 6.82179e+04 7.87900e+05 1.26571e+05 1.34672e+05 6.73517e+02 8.88741e+03 6.81261e-01 1.38075e+05 6.28829e+03 7.89406e+04 1.01003e+05 5.16482e+04 7.62099e+04 2.65282e+05 1.18393e+05 2.80634e+05 7.34782e+04 3.12718e+04 2.14544e+03 2.30132e+05 1.66340e+05 8.13522e+03 1.83101e+05 1.63109e+05 9.08423e+04 1.56126e+05 2.77368e+05 2.67922e+06 3.78554e+05 4.40401e+05 2.09239e+03 2.95207e+04 1.25413e+00 2.62390e+04 1.58362e+03 4.16795e+03 7.27738e+03 2.03639e+03 5.54916e+03 1.87054e+04 6.68351e+03 2.23917e+04 7.12098e+03 2.55119e+03 1.57990e+02 1.90396e+04 2.61773e+04 8.58955e+02 1.86128e+04 2.27564e+04 1.21084e+04 1.16653e+04 2.40331e+04 2.31433e+05 6.15648e+04 6.58394e+04 3.57263e+02 2.28990e+03 8.63062e-01 3.82527e+04 3.17339e+03 1.88387e+03 3.05479e+03 1.27679e+03 3.03937e+03 1.07772e+04 4.04567e+03 1.27559e+04 4.26413e+03 1.67725e+03 2.05850e+02 7.55147e+03 1.22923e+04 5.92237e+02 6.42687e+03 6.72386e+03 3.46599e+03 6.10997e+03 1.39024e+04 1.10655e+05 1.81045e+04 2.19270e+04 2.05987e+02 1.33907e+03 7.92985e-01 8.93363e+04 4.90723e+03 5.55230e+03 2.27175e+04 2.26396e+04 1.95925e+04 6.28274e+04 2.01648e+04 6.25111e+04 1.88379e+04 8.17516e+03 5.10766e+02 3.44792e+04 6.32994e+04 2.67675e+03 5.51660e+04 5.68143e+04 3.37359e+04 4.28562e+04 8.55825e+04 6.42026e+05 7.01900e+04 1.10733e+05 6.31912e+02 6.12570e+03 9.36116e-01 9.31090e+04 4.05172e+03 5.00625e+04 5.17908e+04 1.21581e+04 5.09377e+04 1.24287e+05 4.57324e+04 1.35587e+05 4.07635e+04 1.65732e+04 1.02523e+03 1.46763e+05 1.16982e+05 5.17939e+03 1.10076e+05 1.10957e+05 6.45033e+04 7.36207e+04 1.60004e+05 1.32932e+06 1.96871e+05 2.38655e+05 1.30780e+03 1.32462e+04 1.04995e+00 8.42352e+06 1.24935e+06 3.58852e+07 9.81196e+06 2.38935e+06 1.32550e+07 1.72350e+07 8.44876e+06 1.41068e+07 1.17887e+07 2.88451e+06 1.12361e+06 1.02773e+07 6.14080e+06 5.93238e+05 7.64618e+06 1.70062e+07 2.95526e+06 7.92508e+06 7.46667e+06 7.44315e+07 1.47097e+07 9.95657e+06 1.07097e-03 3.07369e-01 3.98476e-02 1.77423e+04 1.66289e+03 2.12688e+03 1.05267e+03 4.36209e+02 9.65458e+02 3.01436e+03 1.25074e+03 3.86941e+03 1.15542e+03 4.51925e+02 3.37314e+01 7.83327e+03 1.32950e+04 6.02260e+02 8.34915e+03 8.45899e+03 4.90455e+03 1.01543e+04 2.10347e+04 6.16253e+04 9.82708e+03 1.04315e+04 1.04352e+02 7.00874e+02 1.05909e+00 1.91621e+03 2.29228e+02 4.56278e+03 1.75124e+03 3.39989e+02 7.88549e+02 2.29600e+03 9.04759e+02 2.91997e+03 1.57613e+03 4.89673e+02 3.68595e+01 1.69748e+04 1.29457e+04 7.33020e+02 1.13298e+04 1.20851e+04 8.20727e+03 1.05143e+04 1.92691e+04 2.09448e+05 3.15272e+04 3.81833e+04 2.74932e+02 2.27396e+03 3.92011e-01 2.44395e+04 1.76572e+03 2.10849e+03 1.41632e+03 6.22155e+02 1.63404e+03 5.53930e+03 1.99351e+03 6.38397e+03 2.05015e+03 8.34805e+02 9.93919e+01 8.22666e+03 6.82531e+03 4.75001e+02 6.61989e+03 6.71525e+03 3.80904e+03 3.37454e+03 7.84580e+03 5.30219e+04 7.87096e+03 9.83987e+03 8.89546e+01 6.11387e+02 4.24355e-01 5.56676e+04 3.03823e+03 7.42910e+03 6.59226e+03 1.76597e+03 5.83780e+03 1.90559e+04 7.13800e+03 2.60992e+04 8.21356e+03 2.95629e+03 1.80030e+02 5.86105e+04 1.31542e+04 2.15455e+03 3.72852e+04 3.11537e+04 1.73753e+04 8.80030e+03 2.24265e+04 3.98250e+05 6.72576e+04 6.71716e+04 4.76283e+02 3.46584e+03 4.78366e+00 1.67975e+00 3.76027e-01 2.05955e+00 3.14744e+06 1.72761e+00 1.19989e+00 1.33867e+07 1.32607e+00 8.39994e-01 4.29690e-01 7.91558e-01 1.48180e-01 1.26569e+00 4.58673e-01 1.00513e-02 1.29550e-01 2.88137e-01 8.84129e-01 2.35937e+00 4.73210e-01 2.08077e+00 4.43210e-01 2.17325e+00 1.30110e-03 3.73416e-01 6.25018e-01 2.57623e+08 2.34785e+07 1.17620e+08 9.34036e+07 7.10496e+07 4.01019e+07 1.57018e+08 8.74065e+07 2.03851e+08 4.70292e+07 2.12367e+07 7.17627e+07 6.58756e+07 1.21699e+08 3.82788e+06 4.93372e+07 1.09733e+08 6.34767e+07 1.20707e+08 5.36350e+07 2.64170e+08 7.04014e+06 1.17332e+08 4.34117e+05 6.31413e+07 1.94359e+00 2.58047e+05 1.06116e+04 2.60274e+06 2.12939e+06 4.94947e+05 5.58188e+05 3.88004e+06 7.07222e+05 5.73446e+05 2.45787e+05 1.39436e+05 8.77090e-01 1.38528e+06 6.98938e+05 3.70397e+04 4.77401e+05 1.06181e+06 4.01430e+04 2.26493e+05 1.05792e+06 1.79155e+06 3.02694e+06 5.38540e+05 4.81365e-01 2.07116e+05 1.35274e+01 4.53814e+04 2.38678e+03 1.37206e+05 1.74624e+04 4.65113e+03 1.66391e+04 5.16955e+04 2.13527e+04 5.46868e+04 1.54155e+04 6.35270e+03 4.28856e+02 1.32032e+05 6.13588e+04 2.08619e+03 4.31048e+04 3.93510e+04 2.56060e+04 4.18043e+04 7.29691e+04 5.40367e+05 7.70138e+04 8.62435e+04 4.51769e+02 5.05182e+03 1.42332e+00 8.32690e+04 4.63864e+03 2.73656e+04 5.50925e+04 2.01322e+04 3.45855e+04 1.11350e+05 3.99369e+04 1.39604e+05 3.59478e+04 1.48223e+04 8.04330e+02 1.12597e+05 1.03722e+05 4.22060e+03 9.11292e+04 9.33730e+04 5.47949e+04 7.42941e+04 1.41443e+05 1.32071e+06 2.40554e+05 2.46935e+05 1.22402e+03 1.40018e+04 7.40283e-01 1.90543e+05 1.16265e+04 1.03553e+05 1.48486e+05 6.08867e+04 1.22122e+05 4.10009e+05 1.34734e+05 4.04370e+05 1.17817e+05 4.87861e+04 3.01304e+03 3.60593e+05 2.96912e+05 1.27084e+04 2.88494e+05 2.85350e+05 1.53973e+05 2.11951e+05 4.37201e+05 4.51249e+06 7.13721e+05 7.81452e+05 4.36997e+03 4.54175e+04 1.03576e+00 9.63852e+04 5.01424e+03 4.38642e+04 1.26788e+05 2.18805e+04 7.18162e+04 2.26066e+05 8.29480e+04 2.43718e+05 8.21901e+04 3.00115e+04 2.12633e+03 2.38472e+05 2.26131e+05 8.40812e+03 1.84819e+05 1.97648e+05 1.07356e+05 1.54743e+05 3.24406e+05 3.12724e+06 7.64813e+05 6.65521e+05 3.05722e+03 3.00019e+04 1.59586e+00 3.68310e+04 1.92532e+03 2.07092e+04 4.16909e+04 8.90003e+03 2.41985e+04 8.02001e+04 2.83734e+04 9.02475e+04 2.97506e+04 1.08476e+04 9.13048e+02 7.55444e+04 7.48628e+04 2.99638e+03 6.26148e+04 7.47129e+04 3.87481e+04 4.79907e+04 1.03912e+05 1.03276e+06 1.79600e+05 2.10231e+05 1.26234e+03 1.04330e+04 1.23797e+00 1.58694e+06 1.56515e+04 7.77948e+05 1.25458e+06 6.78015e+05 1.00527e+06 2.80231e+06 2.19995e+06 1.85592e+06 1.58003e+06 2.75108e+05 5.76196e+04 4.58382e+06 1.24245e+06 5.41112e+05 1.74925e+06 1.32041e+06 4.62625e+05 6.19126e+06 1.94159e+06 9.07202e+06 2.81333e+06 4.83570e+06 6.13175e-01 4.65518e+04 1.35122e+00 6.16859e+04 2.09854e+03 1.10310e+04 3.03009e+04 5.27086e+03 2.28550e+04 5.24890e+04 1.84944e+04 5.45655e+04 1.63681e+04 6.80215e+03 3.61216e+02 5.54449e+04 4.81449e+04 2.16189e+03 4.57542e+04 4.48286e+04 2.89550e+04 3.51794e+04 6.48942e+04 5.74442e+05 9.28942e+04 1.22468e+05 5.94570e+02 6.12924e+03 6.14578e-01 7.39868e+04 8.31965e+03 3.78799e+04 1.44745e+04 5.08090e+03 1.68465e+04 5.17463e+04 2.22913e+04 7.18019e+04 2.03396e+04 8.03372e+03 3.69698e+02 1.41376e+05 6.06037e+04 5.87586e+02 1.47659e+04 1.37125e+04 7.47228e+03 1.01835e+04 1.95232e+04 6.24455e+05 7.27428e+04 9.52717e+04 4.16129e+02 5.43160e+03 2.04655e-01 1.32050e+05 6.69909e+03 7.82953e+04 4.72681e+04 1.17863e+04 4.25396e+04 1.31507e+05 4.82175e+04 1.43613e+05 4.14816e+04 1.70510e+04 1.11543e+03 2.53801e+05 1.43810e+05 6.26713e+03 1.44453e+05 1.38988e+05 8.32827e+04 9.44022e+04 1.88121e+05 1.64794e+06 2.00593e+05 2.65145e+05 1.30885e+03 1.41837e+04 8.90633e-01 2.28498e+06 2.05422e+05 4.60084e+06 1.23678e+06 2.36943e+05 8.21194e+05 2.55820e+06 7.30460e+05 2.32036e+06 3.04121e+05 3.73025e+05 2.32777e+04 1.97842e+06 2.48112e+06 3.80170e+05 2.84765e+06 1.52358e+06 7.21939e+05 4.71906e+06 1.69719e+06 1.91352e+07 3.29532e+06 4.37231e+06 2.42883e-01 3.03181e+05 1.17250e+00 6.94028e+03 7.04503e+02 2.26893e+03 6.10353e+02 2.43759e+02 4.53866e+02 1.32138e+03 5.50436e+02 1.72934e+03 6.19985e+02 2.42256e+02 2.19064e+01 1.12475e+04 1.20094e+04 5.58538e+02 6.00038e+03 6.08192e+03 3.45100e+03 1.03829e+04 2.19994e+04 4.57377e+04 8.55454e+03 9.34909e+03 1.14338e+02 6.24134e+02 5.78175e-01 4.44893e+04 1.88263e+03 1.80133e+04 4.20743e+04 2.34669e+04 2.69900e+04 8.69323e+04 3.26753e+04 1.07632e+05 3.11107e+04 1.33072e+04 7.85218e+02 8.41745e+04 8.90171e+04 3.56454e+03 7.47030e+04 8.36883e+04 4.50170e+04 6.25135e+04 1.17974e+05 1.03227e+06 8.05251e+03 2.11515e+05 1.12530e+03 1.08434e+04 8.33380e-01 2.53011e+05 5.96201e+04 2.21534e+06 9.56046e+05 1.79191e+05 1.84396e+05 5.22010e+05 4.06646e+04 3.92324e+05 4.50647e+04 7.57467e+02 2.82194e+02 1.33906e+05 5.24552e+05 1.69951e+03 2.19048e+04 4.87192e+04 1.07605e+05 1.62256e+05 5.00297e+05 1.26014e+06 2.74562e+05 3.41830e+05 4.92378e-01 3.85963e+04 1.35402e+00 3.77473e+05 1.81671e+04 1.96398e+05 2.75194e+05 8.37516e+04 1.90744e+05 6.11315e+05 2.19189e+05 6.54016e+05 2.10853e+05 8.43056e+04 5.00959e+03 8.15230e+05 5.79996e+05 2.60732e+04 5.34028e+05 5.71517e+05 3.62968e+05 4.43711e+05 8.13519e+05 7.57404e+06 8.17913e+05 1.57695e+06 7.84000e+03 7.85738e+04 4.99758e+00 5.40767e+04 2.43270e+03 1.94220e+04 5.02999e+04 4.37495e+04 2.96777e+04 9.83862e+04 3.21301e+04 9.86148e+04 3.08163e+04 1.35195e+04 9.34079e+02 9.29267e+04 8.62151e+04 3.95458e+03 7.69952e+04 9.81246e+04 5.59186e+04 5.72608e+04 1.18050e+05 1.19760e+06 1.76654e+05 2.57717e+05 1.31449e+03 1.24446e+04 3.24333e-01 3.08067e+04 2.64599e+03 7.28007e+02 1.64257e+03 7.92751e+02 1.46255e+03 4.99902e+03 2.00260e+03 7.01378e+03 2.58907e+03 1.03521e+03 1.30744e+02 7.73548e+03 2.67734e+04 1.15364e+03 1.47033e+04 1.40241e+04 8.12874e+03 1.25366e+04 2.86933e+04 1.22000e+05 2.23716e+04 2.44960e+04 2.44579e+02 1.59064e+03 3.08860e+00 1.27357e+05 8.22573e+03 1.89187e+04 7.84149e+04 2.57973e+04 6.53842e+04 4.85110e+04 1.55880e+04 1.84242e+04 2.03651e+04 1.74797e+04 1.43177e+03 1.94463e+05 5.32914e+04 3.34227e+04 8.93124e+04 5.68378e+04 3.11638e+04 1.81374e+05 1.11145e+05 1.26993e+06 2.34159e+05 1.77465e+05 6.97562e-01 8.80628e+03 9.70869e-01 5.31370e+05 1.01121e+05 1.29943e+05 1.06697e+05 1.41673e+05 5.46145e+04 4.68093e+04 5.48824e+04 4.29824e+04 5.05664e+04 6.18267e+04 7.16546e+04 1.06764e+05 2.93473e+05 1.69084e+05 1.65647e+05 1.69901e+05 2.37691e+05 2.08910e+05 1.31455e+05 1.26044e+05 1.44206e+05 2.04660e+05 1.95183e+05 1.69191e+05 8.75571e+02 1.55744e+04 3.85730e+03 1.45856e+03 5.36148e+03 1.76847e+03 4.06696e+03 1.05441e+04 4.00071e+03 1.16779e+04 3.81906e+03 1.59442e+03 1.01593e+02 7.84782e+03 7.29912e+03 6.02468e+02 9.84110e+03 1.03203e+04 5.64394e+03 9.28909e+03 2.08315e+04 1.15695e+05 1.97127e+04 2.39450e+04 1.68252e+02 1.37007e+03 5.83602e-01 2.68703e+06 1.59294e+04 2.72286e+05 9.07740e+05 2.26669e+05 3.02156e+06 1.41640e+06 1.06351e+06 1.64249e+06 3.76935e+05 1.31991e+05 5.80636e+03 1.73640e+06 8.10811e+05 4.73240e+05 1.43244e+06 7.88197e+05 3.38136e+05 4.92804e+06 1.33787e+06 1.51842e+07 1.77390e+06 4.73565e+06 3.06220e-01 5.20187e+04 6.63369e-01 5.75536e-01 3.00677e-01 3.76246e+00 7.27322e-01 1.05414e+00 9.90455e-01 1.37831e+00 6.95039e-01 1.78623e+00 6.68738e-01 3.39433e-01 7.03415e-01 5.65560e-01 3.66695e-01 2.77659e-01 3.29605e-01 3.24097e-01 3.12149e-01 1.14092e+00 3.55559e-01 2.54923e+00 3.67157e-01 1.59954e+00 2.44746e-01 2.71948e-01 2.23426e-01 1.61610e+04 1.27906e+03 7.47198e+03 9.36812e+03 2.29446e+03 7.45355e+03 2.19669e+04 8.15504e+03 2.30115e+04 6.90268e+03 6.60753e+03 1.72295e+02 2.63499e+04 2.68458e+04 1.21301e+03 2.26052e+04 2.41889e+04 1.41939e+04 1.76023e+04 3.65619e+04 3.25967e+05 5.48189e+04 6.08240e+04 3.54126e+02 3.40356e+03 7.20147e-01 6.50334e+04 2.94663e+03 9.07456e+04 3.29715e+04 8.11107e+03 2.97164e+04 8.53428e+04 3.22462e+04 9.14979e+04 2.60708e+04 1.04776e+04 6.94365e+02 1.41621e+05 8.65333e+04 3.47244e+03 7.29645e+04 7.08331e+04 4.11867e+04 5.38694e+04 1.07724e+05 9.38298e+05 1.48072e+05 1.57612e+05 8.23813e+02 8.82720e+03 3.66534e+00 2.31377e+04 1.91224e+03 1.22095e+03 7.42697e+02 2.70211e+02 7.47371e+02 2.60131e+03 9.52509e+02 2.85593e+03 8.40265e+02 3.30974e+02 1.91812e+01 4.35364e+03 5.16763e+03 3.84824e+02 6.60369e+03 6.89189e+03 4.15756e+03 5.51478e+03 1.04114e+04 2.79580e+04 3.48052e+03 4.64416e+03 2.47632e+01 2.21434e+02 4.21350e-01 1.83448e+05 1.10173e+03 1.72062e+04 8.04702e+04 2.71006e+04 6.76730e+03 4.77916e+04 1.93361e+04 2.81357e+04 3.07693e+03 5.31944e+03 1.98175e+03 3.74488e+04 1.04802e+05 3.80876e+03 4.98294e+04 1.08715e+05 3.88481e+04 1.32460e+05 6.04113e+04 1.53637e+05 1.58944e+05 1.40624e+05 5.41108e+04 4.14218e+04 4.77746e-01 1.29644e+07 1.29376e+05 3.97260e+06 1.11202e+07 2.97207e+06 1.10907e+07 2.53877e+07 1.65282e+07 2.93770e+07 2.04862e+07 3.01264e+06 2.47099e+05 2.29843e+07 1.34213e+07 6.41712e+05 1.47283e+07 1.42923e+07 5.18549e+06 3.08312e+07 1.94901e+07 2.40089e+08 3.81219e+07 7.65919e+07 7.19295e-04 2.06438e-01 3.97485e-01 1.66522e+05 6.15797e+03 4.99500e+04 1.00096e+05 1.76964e+04 7.34851e+04 1.72518e+05 6.35499e+04 2.06292e+05 6.68867e+04 2.41638e+04 1.75506e+03 1.69945e+05 2.02105e+05 6.16485e+03 1.34401e+05 1.44500e+05 7.95892e+04 1.21883e+05 2.39343e+05 1.92176e+06 3.47859e+05 4.02234e+05 1.76371e+03 1.79014e+04 2.11442e+00 1.65008e+06 1.24067e+05 2.98056e+05 7.98864e+05 6.84662e+05 2.54273e+05 6.56309e+05 5.27024e+05 3.33064e+05 9.02146e+04 1.22105e+05 7.42650e+02 1.19448e+06 9.71960e+05 1.05237e+05 5.37052e+05 1.19858e+06 1.56458e+06 6.07607e+05 1.29863e+05 1.06468e+07 4.87657e+06 2.32260e+06 1.94508e-01 1.64789e+05 9.31184e-01 8.20096e+03 1.15734e+04 2.02908e-01 2.93240e-01 2.13449e-01 2.18082e-01 6.47347e+02 7.14565e-02 1.33625e-01 1.46133e-02 2.52636e-02 9.41195e-03 7.12939e+03 2.61950e-01 3.75918e+02 9.77779e+03 7.64180e+03 2.23832e+03 1.68324e+04 9.92259e+03 2.77507e+04 9.36962e+03 4.95845e+03 2.32583e+00 6.67514e+02 8.15594e-01 1.81768e+05 7.74348e+03 6.42068e+04 1.12499e+05 4.96584e+04 7.20922e+04 2.34695e+05 7.97262e+04 2.39047e+05 7.37832e+04 3.11304e+04 1.77095e+03 2.44595e+05 1.91709e+05 9.38509e+03 1.98049e+05 2.17645e+05 1.24618e+05 1.55319e+05 2.96071e+05 2.75616e+06 3.45112e+05 5.33817e+05 3.42113e+03 2.78215e+04 1.26698e+00 3.80210e+04 2.59392e+03 3.31774e+04 5.56206e+03 1.86536e+03 4.73626e+03 1.50395e+04 5.87682e+03 1.89297e+04 6.39948e+03 2.49762e+03 3.40839e+02 5.47798e+04 3.86724e+04 1.59812e+03 2.77644e+04 2.75080e+04 1.64673e+04 1.88384e+04 3.93412e+04 2.74088e+05 4.09911e+04 5.02733e+04 3.78338e+02 2.98613e+03 7.29865e-01 1.81975e+03 6.66896e+00 2.57491e+04 2.05193e+05 4.59519e+04 1.71791e+05 5.50216e+05 2.04922e+05 6.37760e+05 1.72983e+05 6.46850e+04 2.35947e+03 1.79429e+05 6.43710e+05 1.73824e+04 4.58481e+05 4.67485e+05 2.49422e+05 2.98111e+05 7.02778e+05 9.48622e+06 1.34338e+06 1.49772e+06 6.41522e+03 7.98375e+04 4.77722e-02 4.43733e+04 2.67555e+03 4.53026e+03 1.39091e+04 1.00750e+04 1.14682e+04 3.72012e+04 1.30577e+04 4.13559e+04 1.31928e+04 5.16107e+03 4.18640e+02 2.07805e+04 6.88924e+04 2.02895e+03 3.62237e+04 3.81706e+04 2.29764e+04 2.95128e+04 6.03617e+04 3.49745e+05 5.05715e+04 6.47576e+04 4.38999e+02 3.83213e+03 8.89868e-01 4.03682e+04 1.71254e+03 9.18762e+03 1.62714e+04 1.31762e+04 1.20740e+04 3.78012e+04 1.35457e+04 4.08160e+04 1.21863e+04 5.34926e+03 2.93546e+02 3.35680e+04 3.51026e+04 1.44352e+03 3.21834e+04 3.21041e+04 1.79178e+04 2.41053e+04 4.68886e+04 5.12838e+05 6.67644e+04 9.11983e+04 5.08953e+02 5.26305e+03 5.16690e-01 2.33353e+04 8.26228e+03 1.52867e+05 2.25462e+05 1.58410e+06 3.22973e+05 3.35029e+05 3.00352e+05 3.88939e+06 1.54082e+05 7.12482e+05 2.65434e+05 1.27321e+06 1.14258e+06 1.46580e+05 1.88926e+06 4.20196e+06 1.95440e+05 1.20521e+06 9.25845e+04 3.22094e+06 9.94377e+04 5.12164e+05 6.61318e+03 1.89798e+06 2.17573e-01 1.49213e+06 2.51501e+03 5.47848e+04 8.59548e+05 2.29199e+05 4.19406e+05 1.92035e+06 4.57060e+05 1.20084e+06 8.47281e+05 7.39072e+04 1.54589e+04 1.03020e+06 1.47088e+06 3.76779e+05 9.68081e+05 1.07171e+06 3.84378e+05 1.01395e+06 1.16649e+06 7.54029e+06 1.58804e+06 1.75507e+06 2.11613e+00 3.35344e+05 8.83576e-01 7.53927e+04 9.85761e+03 1.91227e+04 7.61124e+04 8.62098e+03 2.94834e+04 8.80613e+04 3.88050e+04 1.02310e+05 2.83378e+04 1.14968e+04 8.18386e+02 1.19660e+05 8.73479e+04 3.62393e+03 7.58392e+04 6.56985e+04 3.72603e+04 6.63063e+04 1.30576e+05 1.15734e+06 2.06557e+05 1.92748e+05 1.31237e+03 1.22740e+04 6.43102e-01 4.55858e+07 1.68447e+06 5.84256e+06 3.40804e+06 2.99741e+06 1.92953e+06 1.07798e+07 5.57865e+06 5.20014e+06 1.75308e+06 1.17828e+06 9.06664e+05 4.78504e+06 1.53606e+07 8.07442e+05 1.04070e+07 2.31467e+07 2.11586e+06 1.56958e+07 3.46369e+06 2.79535e+07 1.30805e+07 5.92114e+06 1.07285e+04 3.07907e+06 1.23004e+00 2.71309e+06 8.70744e+05 7.12353e+06 6.31139e+06 3.18461e+06 3.22086e+06 8.07133e+06 1.72185e+06 3.29646e+06 3.97810e+06 1.79042e+05 3.24916e+04 2.26367e+06 5.47555e+06 1.43306e+05 1.84706e+06 4.10811e+06 1.52738e+06 1.07192e+07 2.88110e+06 6.68924e+06 5.22396e+03 2.00149e+06 6.80327e+03 1.95254e+06 9.65011e-02 2.13287e+06 2.34883e+05 3.40750e+06 6.77605e+05 6.35249e+05 5.60081e+05 1.16432e+06 1.41763e+06 9.33215e+05 4.17113e+05 7.57479e+04 8.80994e+03 4.42917e+06 7.36375e+05 1.82035e+04 2.34623e+05 5.21835e+05 4.40773e+05 9.96133e+06 2.40364e+06 1.08501e+07 1.20327e+07 7.13157e+06 3.87996e+02 1.11355e+05 7.55483e-01 7.19698e+05 4.36621e+04 2.60065e+06 8.84634e+05 1.63287e+05 3.76055e+05 1.24513e+06 5.17269e+05 1.77860e+06 1.03272e+06 2.34159e+05 5.70079e+04 1.46918e+06 1.74041e+06 7.06455e+04 1.43966e+06 1.57838e+06 1.03903e+06 1.25248e+06 2.00804e+06 1.56701e+07 3.04267e+06 5.42780e+06 1.30528e+04 1.76267e+05 8.62297e+00 1.29597e+06 8.52191e+04 7.24406e+04 1.00085e+06 8.74044e+04 5.32553e+05 1.89499e+06 2.58443e+05 2.50010e+06 1.12549e+05 7.06476e+04 3.23288e+03 7.16482e+05 4.10792e+05 1.88696e+05 9.17337e+05 4.95702e+05 3.26028e+05 1.91170e+06 9.46411e+05 8.86500e+06 2.16422e+06 1.38341e+05 3.72949e-01 2.46538e-01 4.25557e-01 4.34856e+05 2.18327e+04 3.29719e+05 4.95101e+05 1.41465e+05 1.86408e+05 1.39566e+06 4.65443e+05 1.41592e+06 1.96720e+03 2.86726e+05 3.81265e+05 6.55201e+05 1.88328e+06 6.20854e+04 8.00211e+05 1.77978e+06 4.63584e+05 2.27262e+06 1.25964e+06 1.43992e+07 2.42903e+05 2.75179e+06 3.08422e+02 8.85171e+04 3.30257e+00 9.74014e+06 4.41643e+05 1.95497e+06 7.94633e+06 1.13046e+07 6.94732e+06 1.65237e+07 1.31773e+07 2.07304e+07 5.52485e+06 3.62710e+06 4.97930e+05 7.86970e+06 1.90052e+07 6.90350e+06 2.05221e+07 1.85560e+07 1.42828e+07 1.98146e+07 7.27854e+06 8.73617e+07 2.19642e+07 4.54625e+07 1.64565e+05 3.27939e+06 6.64373e-01 3.35619e+04 1.74792e+03 1.21219e+04 2.18252e+04 4.85110e+03 1.24629e+04 3.96223e+04 1.61415e+04 4.23755e+04 1.33192e+04 5.19941e+03 3.94879e+02 4.99354e+04 4.39995e+04 1.74720e+03 3.64666e+04 4.05964e+04 2.25382e+04 2.93835e+04 5.88096e+04 5.40184e+05 7.25712e+04 9.60454e+04 5.11336e+02 5.42381e+03 3.19575e-01 9.81112e+06 1.23897e+06 2.37901e+06 1.31963e+07 2.88366e+06 1.30863e+07 4.05757e+07 2.59952e+07 6.85926e+07 1.68074e+07 5.25275e+06 5.22166e+05 4.23777e+07 4.95216e+07 1.84293e+06 5.05012e+07 3.58331e+07 2.32153e+07 3.66639e+07 4.63709e+07 3.44757e+08 5.93645e+06 9.34822e+07 1.85349e+05 4.06668e+06 2.50224e-01 7.55267e+04 3.49448e+03 5.16862e+04 6.48781e+04 1.61994e+04 4.21100e+04 1.44137e+05 4.82425e+04 1.48966e+05 4.61523e+04 1.83062e+04 1.30530e+03 1.74751e+05 1.31247e+05 5.32303e+03 1.13571e+05 1.08058e+05 6.93618e+04 9.82427e+04 1.81212e+05 1.87872e+06 3.13096e+05 4.35708e+05 1.81730e+03 1.81538e+04 1.80162e+00 4.34743e+06 7.12393e+05 1.20927e+06 9.39177e+05 1.51012e+06 8.25729e+04 1.98332e+06 1.34997e+06 1.51941e+06 1.28398e+05 2.43690e+05 4.75297e+04 1.23727e+06 3.87143e+06 2.74160e+04 3.53362e+05 7.85925e+05 8.49136e+03 3.63020e+06 1.41720e+06 2.83027e+06 1.43486e+05 4.67271e+05 1.10373e+04 3.16770e+06 3.16878e+00 1.26418e+06 3.11780e+04 2.11465e+04 2.90072e+05 7.09266e+04 5.41206e+04 2.88734e+05 2.34433e+04 4.38395e+04 4.79431e+03 1.60183e+05 5.96761e+04 1.67423e+05 3.59576e+05 6.46407e+03 8.33147e+04 1.85303e+05 4.00721e+05 3.11063e+05 2.10406e+05 5.05335e+05 1.57330e+05 1.95978e+05 7.29210e+02 2.09283e+05 4.14724e-01 1.61207e+05 1.87217e+03 9.13096e+05 1.69473e+05 2.96577e+04 8.96242e+04 1.10196e+06 1.66886e+05 1.17882e+05 3.86501e+04 1.09736e+05 4.05651e+03 3.63196e+06 4.98632e+05 1.63969e+04 2.11338e+05 4.70044e+05 1.56202e+05 1.40707e+06 3.15570e+05 2.87342e+06 4.70799e+04 2.23154e+05 8.40308e+02 3.32632e+04 7.28997e+00 2.96269e+05 3.20148e+01 6.45692e+04 2.72918e+04 1.82076e+04 1.75270e+03 9.37509e+03 1.17632e+04 5.84477e+03 1.08683e+04 3.96971e+03 1.47891e+03 5.27638e+04 2.15944e+04 2.86835e+03 7.36857e+03 1.01037e+05 2.29221e+03 9.99538e+03 8.90264e+03 7.64680e+04 6.93838e+04 3.13908e+04 3.33990e-03 9.58553e-01 1.17110e+00 8.48735e+04 3.54410e+03 1.67739e+04 1.32289e+04 4.07486e+03 1.30242e+04 3.13108e+04 1.09510e+04 3.71758e+04 1.17096e+04 4.60189e+03 2.64778e+02 8.10581e+04 4.61477e+04 2.24626e+03 4.64101e+04 4.30862e+04 2.65248e+04 2.41489e+04 4.78083e+04 3.86263e+05 5.40436e+04 6.42753e+04 3.75418e+02 3.37579e+03 1.76213e+00 2.99381e+05 2.34639e+04 2.86608e+04 4.02425e+05 1.47504e+00 3.02269e+05 1.82115e+04 5.78051e+04 2.09582e+04 1.17013e+00 4.34862e-01 4.87300e-01 4.50069e+05 2.23096e+05 1.55627e+05 3.54440e+05 2.79374e+05 1.27912e+05 9.73685e+05 7.93886e+05 7.68624e+05 4.17579e-01 7.81582e+05 5.63362e-01 2.52795e+04 1.81471e+00 8.67916e+04 3.66588e+03 1.72634e+04 7.59038e+04 1.80067e+04 4.68541e+04 1.40092e+05 5.18864e+04 1.80201e+05 5.32995e+04 2.34104e+04 1.32049e+03 9.02518e+04 1.73018e+05 7.01548e+03 1.40155e+05 1.60018e+05 9.42364e+04 9.22576e+04 1.97523e+05 2.16684e+06 3.62211e+05 4.37255e+05 2.34196e+03 2.17665e+04 8.46952e-01 1.60024e+04 7.93663e+02 5.24332e+03 3.69146e+03 1.69933e+03 2.97426e+03 9.61420e+03 3.50967e+03 1.00839e+04 3.12168e+03 1.23989e+03 1.01268e+02 1.96519e+04 8.66537e+03 2.49849e+02 5.15948e+03 5.47241e+03 3.05237e+03 3.97265e+03 8.29090e+03 1.03936e+05 1.60128e+04 1.82335e+04 8.77622e+01 8.77860e+02 4.31474e-01 3.84586e+04 2.19433e+03 1.18597e+03 2.70484e+03 6.56984e+02 2.06629e+03 6.48224e+03 2.17031e+03 6.99262e+03 3.49779e+03 8.86437e+02 4.31088e+01 7.06897e+03 6.48894e+03 3.10293e+02 5.83973e+03 6.51353e+03 4.53522e+03 6.01702e+03 1.14531e+04 5.95019e+04 1.17671e+04 1.41609e+04 6.58541e+01 5.86033e+02 4.01920e-01 7.27701e+04 3.55186e+03 4.82151e+05 6.57769e+04 1.40140e+04 4.53034e+04 1.62455e+05 5.29538e+04 1.66265e+05 5.31383e+04 1.89727e+04 1.40639e+03 4.88237e+05 1.83314e+05 5.50462e+03 1.21969e+05 1.24274e+05 7.78463e+04 1.12064e+05 1.89920e+05 1.90810e+06 4.96133e+05 4.24675e+05 1.48181e+03 2.06696e+04 2.53069e-01 7.07721e+03 5.73854e+02 4.88406e+03 9.81672e+03 2.38019e+03 8.30380e+03 2.55780e+04 9.63272e+03 2.90417e+04 8.55645e+03 3.40853e+03 1.92280e+02 2.38479e+04 2.48178e+04 1.05070e+03 2.18119e+04 2.02354e+04 1.13361e+04 1.47391e+04 3.12883e+04 3.05067e+05 3.84010e+04 4.57418e+04 2.83300e+02 3.12816e+03 1.45210e+00 5.22819e+05 7.93984e+02 4.44357e+04 3.01520e+05 2.77703e+05 2.00197e+05 1.34632e+05 5.46680e+04 1.63086e+05 3.24685e+04 5.41702e+04 1.52240e+04 6.02112e+05 2.13016e+05 1.29237e+05 2.75193e+05 1.69428e+05 4.64735e+04 4.77116e+05 3.68626e+05 1.74291e+06 6.30930e+05 5.64778e+05 5.38423e-01 9.20692e+03 7.94444e-01 8.94451e+04 8.67448e+02 8.09766e+03 3.72353e+04 4.21494e+04 2.94427e+04 2.64136e+05 2.60472e+05 1.35181e+05 4.89777e+04 9.10884e+03 1.47166e+03 1.27674e+05 2.07406e+05 6.86099e+04 1.64732e+05 1.24550e+05 8.74912e+04 2.74652e+05 3.34993e+05 3.53420e+06 5.20861e+05 5.60006e+05 2.67714e+03 3.18789e+04 7.06241e-01 1.95661e+03 8.55698e+01 4.25300e+02 1.73635e+03 1.80944e+03 1.24341e+03 4.67927e+03 1.42713e+03 6.12193e+03 1.89726e+03 6.94418e+02 4.42228e+01 1.25549e+04 1.48197e+04 7.32380e+02 1.50483e+04 1.17155e+04 5.84439e+03 8.23126e+03 1.68152e+04 2.62849e+05 2.61725e+04 3.77761e+04 3.21179e+02 3.18784e+03 1.19568e+00 7.35204e+04 2.49647e+03 6.01426e+03 2.19646e+04 9.26186e+03 1.48809e+04 4.49591e+04 1.56867e+04 4.74557e+04 1.44432e+04 6.22121e+03 3.82631e+02 3.15397e+04 3.28540e+04 1.91208e+03 3.54954e+04 3.80974e+04 2.23062e+04 4.01915e+04 7.96434e+04 4.65785e+05 6.19689e+04 8.44315e+04 5.38135e+02 4.96535e+03 1.22632e+00 5.55239e+04 2.37911e+03 5.58279e+03 1.03171e+04 3.37199e+03 7.15077e+03 2.12388e+04 7.58804e+03 2.15911e+04 7.16225e+03 3.01313e+03 3.68048e+02 2.36122e+04 1.81937e+04 1.31557e+03 2.20322e+04 2.36208e+04 1.45773e+04 1.57990e+04 3.08527e+04 2.53836e+05 3.17326e+04 4.59386e+04 3.53420e+02 2.95229e+03 6.78697e-01 4.00944e+06 4.21010e+05 6.34956e+06 1.39303e+06 4.63729e+05 9.91910e+05 3.86397e+06 8.96008e+05 7.01787e+06 4.71385e+05 2.94782e+05 6.73487e+04 1.55769e+06 6.02301e+05 1.14351e+05 1.47385e+06 3.27805e+06 8.19848e+05 1.15992e+06 1.46265e+06 6.54202e+06 5.33892e+04 7.54277e+05 5.52712e+00 8.71775e-01 4.09310e-01 1.21938e+04 1.98637e+03 1.96800e+03 1.82295e+03 1.85179e+03 1.28355e+03 3.41185e+03 1.63849e+03 4.66199e+03 1.72526e+03 7.32908e+02 1.22793e+02 6.94785e+03 1.39305e+04 1.02195e+03 1.42553e+04 1.38612e+04 8.59728e+03 1.10633e+04 2.09483e+04 1.03073e+05 2.00204e+04 2.02236e+04 1.80099e+02 1.30272e+03 5.15089e-01 7.64176e+04 5.02922e+03 1.00202e+04 8.03871e+03 2.77818e+03 8.13203e+03 2.72227e+04 1.01013e+04 3.45016e+04 1.08896e+04 4.08721e+03 2.09594e+02 6.09243e+04 4.51915e+04 2.06799e+03 3.95224e+04 3.93140e+04 2.15661e+04 2.17267e+04 5.40621e+04 4.82660e+05 7.73557e+04 8.85993e+04 5.33218e+02 4.72753e+03 1.43788e+00 1.80340e+04 6.56285e+03 4.60775e+03 3.47328e+04 1.55438e+04 2.00021e+04 2.82385e+04 2.62125e+03 1.55496e+05 9.58808e+03 2.42576e+04 4.33328e+02 6.46928e+04 3.67181e+04 1.77274e+04 3.18767e+04 1.56028e+04 8.92177e+04 1.01457e+05 5.68037e+04 2.93092e+05 1.04250e+05 1.93666e+05 2.88002e-01 7.99704e+03 3.84612e-01 5.97035e+04 6.55627e+03 3.36925e+04 1.46651e+04 2.11614e+03 6.12672e+03 1.96507e+04 7.27264e+03 2.13459e+04 7.18812e+03 2.61373e+03 3.04464e+02 5.25137e+04 2.73115e+04 1.15499e+03 1.77638e+04 1.71306e+04 1.20091e+04 1.51904e+04 2.71781e+04 2.14282e+05 3.28979e+04 4.56138e+04 2.70197e+02 2.04070e+03 1.08737e+00 6.27984e+04 2.81608e+03 1.12303e+03 6.90451e+04 7.01807e+04 1.78260e+04 3.53648e+04 1.82286e+04 1.05599e+04 1.15484e+03 2.42901e+04 4.68003e+03 3.34760e+04 6.52495e+04 3.42225e+03 4.41090e+04 9.81044e+04 1.03951e+05 9.29234e+04 5.89186e+04 2.75913e+05 2.31847e+04 8.24213e+04 2.67589e+01 7.67981e+03 3.03949e-01 5.24517e+06 1.26769e+05 4.56223e+06 8.02112e+06 1.43872e+06 1.04737e+06 5.74080e+06 2.44311e+06 2.91005e+06 4.85790e+06 7.10907e+05 1.18359e+05 1.47902e+06 8.08628e+06 4.63243e+05 5.97068e+06 1.32796e+07 3.79126e+06 8.24330e+06 3.47420e+06 3.26127e+07 6.28001e+04 7.94175e+06 7.60301e-04 2.18207e-01 6.49861e-02 3.85611e+03 1.85803e+02 2.28620e+03 8.25659e+03 1.87550e+03 6.11487e+03 1.91688e+04 7.11604e+03 2.14063e+04 6.67958e+03 2.53462e+03 1.48590e+02 9.44268e+03 3.48263e+04 1.53298e+03 3.32753e+04 3.17863e+04 2.00372e+04 2.35948e+04 4.37479e+04 3.53962e+05 5.94773e+04 6.25591e+04 3.00633e+02 3.51546e+03 4.31782e-01 1.07394e+05 2.09717e+02 5.73356e+04 1.12804e+04 6.42869e+03 8.44032e+03 2.87082e+04 1.17705e+04 3.23916e+04 1.11551e+04 4.10258e+03 3.41147e+02 1.31121e+05 2.33608e+04 1.81347e+03 3.50823e+04 3.26411e+04 1.68951e+04 4.08888e+04 7.59308e+04 4.09857e+05 2.32211e+03 6.15190e+04 4.20757e+02 3.87744e+03 2.59690e+00 2.94052e+04 8.93326e+02 6.27143e+03 4.09309e+03 1.07136e+03 3.31252e+03 1.08442e+04 4.18821e+03 1.27976e+04 4.17189e+03 1.42985e+03 7.26881e+01 2.65404e+04 1.38461e+04 6.23973e+02 1.37713e+04 1.53325e+04 7.32314e+03 1.12596e+04 2.63452e+04 1.82616e+05 3.41769e+04 3.54399e+04 3.42459e+01 1.37158e+03 2.92789e-01 3.08883e+05 1.86078e+04 1.49180e+05 2.48334e+05 1.12102e+05 1.57545e+05 5.07241e+05 1.93166e+05 6.25405e+05 1.68870e+05 6.47367e+04 3.73463e+03 4.88741e+05 5.13016e+05 1.87117e+04 4.10246e+05 3.99350e+05 2.39169e+05 3.16925e+05 5.95554e+05 5.52910e+06 1.03439e+06 1.19885e+06 4.52620e+03 5.67616e+04 7.06365e-01 7.60906e+04 4.42079e+03 1.97085e+04 2.57283e+04 6.44418e+03 1.90347e+04 6.07743e+04 2.32513e+04 7.29303e+04 2.48882e+04 8.64285e+03 6.81549e+02 7.14556e+04 5.80308e+04 2.70372e+03 5.38940e+04 5.60520e+04 3.35452e+04 4.10609e+04 8.60537e+04 6.69347e+05 1.21506e+05 1.36356e+05 4.55662e+02 6.30663e+03 2.20978e+00 2.98100e+05 1.20422e+04 2.49470e+05 1.02033e+05 3.25876e+04 8.44800e+04 2.69319e+05 9.63274e+04 3.04998e+05 9.16930e+04 3.46376e+04 1.88673e+03 1.80898e+05 2.60687e+05 1.12156e+04 2.58129e+05 2.58315e+05 1.49703e+05 2.16206e+05 3.78517e+05 2.20578e+06 4.12051e+05 5.19208e+05 1.74596e+03 1.93645e+04 3.39859e+00 4.40996e+04 2.90217e+03 1.83351e+04 2.67248e+04 5.30600e+03 1.36870e+04 4.45238e+04 1.59290e+04 4.74464e+04 1.57966e+04 6.05965e+03 4.63358e+02 7.11641e+04 3.65269e+04 1.81923e+03 3.74290e+04 3.95697e+04 2.29101e+04 2.68684e+04 5.31859e+04 5.66453e+05 1.14996e+05 1.10473e+05 5.86253e+02 5.68579e+03 6.80412e-01 1.06761e+05 5.68892e+03 2.09073e+04 3.00060e+04 1.39633e+04 2.27378e+04 7.87907e+04 3.25363e+04 7.92742e+04 2.66977e+04 9.85622e+03 6.97776e+02 8.25679e+04 8.83809e+04 3.56054e+03 7.66052e+04 7.62104e+04 4.54389e+04 5.81819e+04 1.13214e+05 9.30668e+05 1.16851e+05 1.58982e+05 8.62843e+02 9.63565e+03 5.06013e-01 8.87796e+06 2.83501e+05 8.55367e+06 7.38750e+06 9.15752e+05 3.89532e+06 1.13552e+07 3.11303e+06 5.70181e+06 1.47535e+06 1.26728e+06 1.68105e+05 3.62956e+06 7.32298e+06 2.57462e+06 1.25105e+07 5.71261e+06 3.74717e+06 6.81131e+06 5.46342e+06 5.28580e+07 1.36089e+07 1.97365e+07 3.67214e+05 1.62254e+06 5.79404e-01 2.91285e+03 4.22309e+02 1.11533e+03 6.57891e+03 1.33771e+04 3.35211e+03 1.81547e+04 9.03817e+03 1.69015e+04 1.84836e+03 3.19547e+03 1.19047e+03 5.97763e+04 2.05452e+04 1.86606e+03 2.40514e+04 5.34936e+04 1.39803e+04 1.05212e+05 1.99050e+04 4.03412e+05 6.01130e+04 7.91383e+03 9.20859e-01 7.69545e-02 3.68773e-03 1.91839e+04 1.34429e+03 2.17329e+04 1.81912e+04 4.43258e+03 1.43634e+04 4.67082e+04 2.94239e+04 5.17228e+04 1.59385e+04 6.17003e+03 4.89623e+02 3.22238e+04 5.30664e+04 1.71159e+03 3.43666e+04 3.45155e+04 2.01722e+04 2.73751e+04 5.31133e+04 4.95584e+05 1.07218e+05 9.76077e+04 5.20099e+02 5.49875e+03 1.14636e+00 2.47541e+06 1.44606e+05 7.91097e+05 1.94257e+06 2.18969e+05 1.04554e+06 1.09330e+06 5.54378e+05 3.06715e+05 2.07712e+05 1.16584e+05 2.43191e+05 1.02937e+06 7.12757e+05 4.73307e+04 1.19821e+06 9.83053e+05 4.16455e+05 1.62348e+06 1.25961e+06 9.33945e+06 1.75673e+06 1.83695e+06 5.94416e+02 1.70597e+05 8.69854e-01 6.21260e+04 4.09003e+03 1.45410e+04 2.12191e+04 9.00256e+03 1.64073e+04 5.00918e+04 1.89044e+04 5.38489e+04 1.70301e+04 6.94548e+03 5.06485e+02 5.43742e+04 4.79660e+04 2.10082e+03 4.17307e+04 4.12453e+04 2.33956e+04 2.79856e+04 5.79834e+04 5.42133e+05 6.30521e+04 1.03079e+05 7.45944e+02 5.53508e+03 4.98844e-01 5.74266e+04 4.49686e+03 6.20316e+03 3.47916e+03 1.24313e+03 3.53843e+03 1.42214e+04 4.45454e+03 1.46928e+04 4.84893e+03 1.70232e+03 8.63045e+01 2.50796e+04 1.35088e+04 7.59185e+02 1.61250e+04 1.74592e+04 1.03206e+04 1.26049e+04 2.35289e+04 1.76964e+05 2.57799e+04 3.43823e+04 1.46777e+02 1.63088e+03 7.14789e-01 5.08552e+04 2.44657e+03 1.02859e+05 4.55720e+04 1.03873e+04 2.10897e+04 8.20100e+04 2.44569e+04 9.10471e+04 3.71291e+04 1.26505e+04 1.18383e+03 5.32847e+04 1.00981e+05 4.54806e+03 8.38620e+04 1.13051e+05 7.20464e+04 7.78207e+04 1.25364e+05 1.00214e+06 2.15714e+05 3.42401e+05 2.60840e+03 1.12814e+04 3.93270e+00 2.02743e+06 5.83053e+05 1.23067e+07 1.22748e+06 7.05271e+04 1.05707e+06 1.18753e+06 7.79917e+05 7.24572e+05 5.58360e+05 1.49511e+05 1.68370e+04 2.41102e+06 1.10049e+06 3.81791e+05 1.37179e+06 1.17072e+06 6.43493e+05 6.26703e+06 1.93485e+06 1.27864e+07 5.11235e+06 5.82361e+06 3.17343e-01 2.48697e+05 3.44994e-01 3.08043e+04 1.59095e+03 1.07671e+04 1.82419e+04 4.25954e+03 1.29723e+04 4.14689e+04 1.51950e+04 4.65446e+04 1.50949e+04 5.69619e+03 5.26462e+02 4.43329e+04 4.52138e+04 1.76739e+03 3.56468e+04 4.02108e+04 2.27127e+04 2.58893e+04 5.72740e+04 5.31684e+05 1.03970e+05 1.20581e+05 6.35203e+02 5.12685e+03 4.02096e-01 8.90140e+04 1.05019e+04 7.89110e+05 9.39490e+04 2.28937e+04 7.39070e+04 2.47116e+05 9.70565e+04 3.26718e+05 9.84860e+04 3.76296e+04 2.10349e+03 3.27355e+05 3.62721e+05 9.45395e+03 2.09789e+05 1.93355e+05 1.24472e+05 2.18765e+05 3.18294e+05 2.49337e+06 8.62011e+05 6.53584e+05 3.16423e+03 2.84703e+04 1.23805e+00 8.74969e+05 4.26621e+04 2.49655e+05 4.58761e+05 2.81587e+05 3.50144e+05 1.10648e+06 3.80279e+05 1.11614e+06 3.44807e+05 1.57330e+05 8.35006e+03 1.13542e+06 8.77723e+05 4.36696e+04 9.29779e+05 9.51198e+05 5.70736e+05 7.30424e+05 1.41815e+06 1.17497e+07 1.47222e+06 2.07503e+06 1.09120e+04 1.28488e+05 1.19076e+00 5.72903e+04 6.06052e+03 2.35383e+04 3.34784e+04 9.97088e+03 2.77424e+04 9.26198e+04 3.81178e+04 1.39518e+05 4.56331e+04 1.49544e+04 6.48465e+02 1.31067e+05 1.72705e+05 5.03549e+03 1.11008e+05 9.80122e+04 5.65174e+04 8.84884e+04 1.71562e+05 1.51815e+06 2.48587e+05 2.60476e+05 1.37713e+03 1.69060e+04 1.33516e+00 5.09718e+04 2.19776e+03 2.13068e+04 1.26881e+04 2.65815e+03 9.14385e+03 2.71282e+04 9.73957e+03 3.04948e+04 9.98068e+03 3.92838e+03 2.30180e+02 7.40816e+04 5.47318e+04 1.48167e+03 3.07822e+04 2.75369e+04 1.70761e+04 1.46223e+04 3.07011e+04 4.12296e+05 7.41781e+04 8.75640e+04 5.08595e+02 4.89373e+03 1.41332e+00 2.12436e+05 4.60911e-01 6.63486e+03 1.62474e+05 9.67351e+04 3.73155e+04 7.72602e+04 4.93139e+03 2.02261e+04 2.21194e+03 3.28721e+03 1.22465e+03 2.03634e+05 7.37565e+04 3.91002e+02 5.03958e+03 1.12087e+04 4.08413e+03 1.79139e+05 7.04598e+04 6.21612e+04 4.25611e-01 1.72322e+04 2.15690e+02 6.19029e+04 3.03453e-01 4.50574e+05 3.49591e+05 7.82163e+05 9.98654e+05 5.14632e+05 3.09659e+05 7.31573e+05 3.56506e+05 9.24232e+04 8.65319e+04 1.07501e+05 2.49537e+04 9.65993e+05 7.96966e+05 1.00257e+04 1.29220e+05 2.87403e+05 2.32631e+05 2.14490e+06 4.05792e+05 1.48426e+06 8.64754e+05 6.07648e+05 6.87672e+04 3.84271e+05 4.71319e-01 8.11866e+05 6.97731e+05 1.12401e+06 2.56504e+06 4.05824e+05 2.72600e+05 9.55631e+05 3.77352e+05 3.05209e+06 2.83502e+05 1.14503e+05 1.52359e+04 1.54451e+06 2.01350e+06 4.34272e+04 5.59728e+05 1.24491e+06 5.84264e+05 1.84778e+06 8.41787e+05 2.07480e+06 4.20740e+00 1.02412e+06 7.67082e+03 2.20153e+06 2.04387e+00 5.52275e+06 4.10613e+04 2.70800e+06 2.69991e+06 7.66593e+05 1.41521e+06 5.31829e+06 2.69797e+06 2.13687e+06 1.57077e+06 3.07228e+05 4.96978e+04 1.01642e+07 1.37091e+06 4.02883e+05 1.91036e+06 9.54788e+05 2.88603e+05 5.09465e+06 2.41107e+06 1.17773e+07 6.87661e+06 3.45542e+06 3.06643e-01 4.27689e+04 5.54385e-01 1.20564e+06 7.62785e+04 1.40699e+05 9.22560e+05 1.28110e+06 9.11734e+05 1.35652e+06 3.72591e+05 5.80938e+05 3.36562e+05 1.78693e+05 2.04008e+04 1.63598e+06 9.12145e+05 1.71793e+06 2.55036e+06 1.54076e+06 8.78068e+05 2.19463e+06 7.61529e+05 1.26146e+07 3.44239e+06 2.67458e+06 2.28708e-01 5.66835e+04 1.25893e+00 1.06205e+05 5.64265e+03 2.37485e+06 2.80460e+05 6.56924e+04 2.12213e+05 7.46222e+05 2.76789e+05 9.81189e+05 3.36424e+05 1.06951e+05 9.35273e+03 8.87494e+05 1.07759e+06 2.89468e+04 6.17692e+05 6.16048e+05 4.41312e+05 5.35887e+05 8.51173e+05 6.85761e+06 2.03233e+06 2.05207e+06 1.02261e+04 7.27287e+04 4.33767e+00 1.90083e+06 6.98370e+04 2.37508e+04 1.14362e+07 2.19174e+06 7.27032e+05 3.54866e+07 9.39470e+05 1.05133e+07 1.24958e+07 1.05417e+06 0.00000e+00 4.77703e+06 1.12106e+07 1.56637e+05 2.01888e+06 4.49026e+06 1.16783e+07 2.31321e+06 6.65024e+06 3.39311e+07 3.84007e+04 5.17537e+06 1.82505e+05 2.41186e-01 6.51521e+00 2.37319e+04 1.99021e+03 9.98506e+03 9.16926e+03 4.82933e+03 3.55245e+03 7.95125e+03 5.51982e+03 9.50885e+03 3.77949e+03 1.72608e+03 9.78405e+02 1.89300e+04 1.57680e+04 1.91412e+03 1.26968e+04 3.16992e+04 8.64985e+03 2.60892e+04 2.77153e+04 6.28499e+04 1.73800e+04 1.90301e+04 1.55551e+03 6.53212e+03 3.58921e+02 7.72455e+06 7.29729e+02 2.52968e+05 4.23409e+06 2.79716e+05 7.68616e+05 1.50475e+06 5.03670e+05 7.64083e+05 1.42486e+05 3.89478e+05 2.18725e+00 1.22280e+06 2.47591e+06 1.38546e+05 2.26782e+06 1.56156e+06 9.33086e+05 3.20541e+06 1.75423e+06 7.54440e+06 1.14953e+04 5.91048e+05 4.98387e+00 5.09546e+00 1.35073e+00 1.53207e+07 2.37215e+06 1.40481e+06 7.06466e+06 5.51525e+05 2.29315e+06 2.20956e+07 1.01140e+07 6.27465e+06 3.23398e+02 1.49689e+06 6.96510e+05 4.75101e+06 1.05401e+07 1.64810e+06 2.12421e+07 4.72454e+07 9.19406e+01 1.18611e+07 1.38154e+02 3.34827e+06 2.50095e+01 5.17317e+06 9.80568e-03 2.81423e+00 1.72995e+01 6.48486e+04 4.65324e+03 1.91243e+03 4.57878e+03 1.71840e+03 4.29276e+03 1.57280e+04 5.61511e+03 1.90140e+04 5.91905e+03 2.28929e+03 1.61640e+02 1.26438e+04 3.29991e+04 1.32151e+03 2.31423e+04 2.55338e+04 1.41678e+04 1.60213e+04 3.62566e+04 3.03702e+05 4.55970e+04 5.90104e+04 3.73969e+02 3.12922e+03 1.11957e+00 8.60773e+03 2.26376e+03 1.46373e+03 9.86198e+02 3.09735e+02 8.00110e+02 2.53942e+03 9.36603e+02 2.87375e+03 8.91886e+02 3.50587e+02 2.33123e+01 5.57050e+03 8.43465e+03 3.07679e+02 4.10766e+03 4.45464e+03 2.68836e+03 4.25907e+03 7.66846e+03 2.17125e+04 3.09091e+03 4.08507e+03 3.33760e+01 2.03895e+02 6.09387e-01 1.24459e+03 6.50225e+01 4.98269e+02 3.63882e+03 9.03303e+02 3.11794e+03 1.00896e+04 3.94510e+03 1.31246e+04 4.02613e+03 1.34437e+03 7.87001e+01 2.37638e+03 6.86637e+03 3.15600e+02 5.61753e+03 5.65456e+03 3.04806e+03 2.08977e+03 5.23288e+03 6.38999e+04 1.01010e+04 1.06368e+04 6.32042e+01 4.37282e+02 2.32516e-01 8.89558e+03 9.48994e+02 6.29378e+02 5.43282e+02 1.74331e+02 4.70334e+02 1.32530e+03 5.45685e+02 1.42056e+03 4.96937e+02 2.09663e+02 1.06671e+01 1.86391e+03 3.80726e+03 2.40139e+02 2.26074e+03 2.56024e+03 1.60845e+03 2.57783e+03 4.58705e+03 9.16671e+03 1.49618e+03 1.73982e+03 1.89473e+01 1.38100e+02 1.71184e+00 9.17291e+05 4.33911e+04 4.46756e+06 9.10922e+05 2.09771e+05 7.14784e+05 2.69041e+06 8.47828e+05 2.71920e+06 8.88088e+05 3.04756e+05 2.46731e+04 2.95230e+06 2.67251e+06 8.52740e+04 2.03203e+06 1.82137e+06 1.21230e+06 1.76313e+06 3.11000e+06 2.93251e+07 5.60857e+06 5.52600e+06 2.58733e+04 3.03594e+05 7.89362e+00 7.81555e+04 5.55523e+03 2.98015e+04 5.57947e+04 1.12641e+04 3.74506e+04 1.08118e+05 4.33182e+04 1.18678e+05 3.33345e+04 1.37767e+04 5.91102e+02 8.97125e+04 1.01111e+05 3.92374e+03 8.06997e+04 8.28170e+04 4.97299e+04 6.02018e+04 1.21600e+05 1.12181e+06 2.01881e+05 2.62703e+05 1.09577e+03 9.89675e+03 1.18933e+00 2.00048e+05 9.27624e+03 9.39402e+04 1.20671e+05 2.77630e+04 1.00123e+05 3.14450e+05 1.11943e+05 3.05213e+05 8.26050e+04 3.40642e+04 1.28147e+03 2.77200e+05 2.25945e+05 7.31594e+03 2.22228e+05 2.25258e+05 1.24384e+05 1.69134e+05 3.64508e+05 4.14079e+06 5.56168e+05 6.91573e+05 1.91757e+03 2.90269e+04 2.51333e-01 5.46893e+03 6.28079e+02 1.15534e+03 3.01837e+03 5.49267e+02 1.58753e+03 4.54471e+03 1.90964e+03 5.93032e+03 1.86462e+03 7.28673e+02 4.04266e+01 4.14484e+03 7.30379e+03 6.66779e+02 7.74323e+03 6.91691e+03 3.89947e+03 5.72283e+03 1.33984e+04 5.70018e+04 1.35166e+04 1.18156e+04 1.21806e+02 7.24664e+02 1.29604e+00 5.67384e+04 4.79762e+03 6.40344e+03 1.22456e+03 6.71458e+02 1.04216e+03 4.14622e+03 1.58432e+03 5.95475e+03 2.21428e+03 8.53561e+02 7.44287e+01 3.42643e+04 8.50679e+03 6.06980e+02 1.05000e+04 1.40602e+04 4.46245e+03 1.09727e+04 2.61917e+04 1.83757e+05 2.15322e+04 2.94100e+04 1.46567e+02 1.61398e+03 9.66273e-01 3.93291e+04 2.48823e+04 7.63696e+03 3.93300e+05 1.11650e+05 6.07597e+05 3.28279e+06 6.95013e+05 5.99013e+06 4.30939e+05 6.28925e+04 2.44307e+04 1.20351e+06 2.08395e+06 1.22687e+05 1.58130e+06 3.51704e+06 9.55537e+05 4.18341e+06 1.60545e+06 1.12603e+07 3.57232e+05 5.48486e+06 2.60968e+05 1.13074e+05 1.66552e+00 3.46965e+05 2.61041e+02 1.08230e+05 2.63008e+05 6.49208e+04 2.12527e+05 6.19406e+05 1.63726e+05 2.75842e+05 2.06616e+05 2.21287e+04 5.88608e+03 1.48408e+06 1.39434e+05 9.62921e+04 8.64867e+05 1.45172e+05 6.20269e+04 4.32525e+05 4.34788e+05 3.31520e+06 1.53619e+06 6.07681e+05 7.90688e-01 5.65909e+03 8.69576e-01 3.28156e+05 2.15331e+03 8.09412e+04 2.95214e+05 1.87341e+05 2.89932e+05 5.97358e+05 4.26410e+05 5.21850e+05 1.77311e+05 8.75668e+04 1.27194e+04 7.04561e+05 3.71332e+05 1.96969e+05 3.46956e+05 2.99137e+05 2.04162e+05 4.29254e+05 4.68734e+05 2.10259e+06 5.86389e+05 6.14262e+05 3.24669e-01 2.48625e+04 1.50784e+00 3.35224e+04 3.88298e+03 2.13528e+02 2.29639e+02 1.96069e+02 2.95092e+02 1.42298e+03 6.32342e+02 2.02873e+03 7.57866e+02 2.84693e+02 2.31820e+01 1.99513e+03 6.25457e+03 3.14277e+02 4.73498e+03 4.39931e+03 2.00385e+03 4.90785e+03 1.22993e+04 3.71005e+04 5.59486e+03 6.88147e+03 5.27767e+01 4.54015e+02 2.91867e-01 2.34711e+06 3.40287e+05 3.68985e+06 2.33434e+06 3.11137e+05 8.93924e+05 3.49132e+06 2.26237e+06 9.16998e+05 8.41129e+05 1.86729e+05 5.52578e+05 2.19356e+06 1.54218e+06 1.04321e+05 1.34458e+06 2.99052e+06 1.65212e+06 3.37866e+06 2.11096e+06 1.26239e+07 2.34621e+06 1.05542e+06 1.56038e+03 4.47830e+05 9.58737e-01 3.04901e+04 2.22545e+03 2.57532e+04 1.65520e+04 3.99813e+03 1.29539e+04 3.85615e+04 1.48254e+04 4.57886e+04 1.41630e+04 5.52064e+03 3.78052e+02 1.10918e+05 5.28673e+04 2.22801e+03 4.66056e+04 4.30462e+04 2.55207e+04 3.79460e+04 7.44028e+04 6.98600e+05 1.00963e+05 1.14227e+05 7.40135e+02 7.51143e+03 3.01460e-01 4.02289e+06 4.47808e+05 6.99443e+05 3.94076e+06 1.83344e+06 1.85005e+06 8.67860e+06 4.81163e+06 4.47838e+06 3.17626e+06 1.15466e+06 2.10952e+05 4.13362e+06 9.06649e+06 1.48761e+05 3.51619e+06 3.24846e+06 7.20109e+06 7.39935e+06 7.24903e+06 1.91131e+07 6.36668e+06 1.37811e+07 2.33355e-01 0.00000e+00 1.63934e+00 1.19526e+05 5.03456e+03 3.51813e+04 8.24408e+04 5.38517e+04 4.85924e+04 1.76521e+05 5.31338e+04 1.78733e+05 5.81589e+04 2.77771e+04 1.50037e+03 1.61686e+05 1.62709e+05 5.96352e+03 1.26625e+05 1.31705e+05 8.12715e+04 9.80417e+04 1.92320e+05 1.67165e+06 2.73945e+05 3.38457e+05 1.60388e+03 1.79682e+04 1.22852e+00 2.10057e+05 1.13081e+04 4.45409e+04 6.01221e+04 1.64029e+04 5.61868e+04 1.79764e+05 6.69094e+04 2.22887e+05 7.03321e+04 2.61928e+04 1.32175e+03 2.48480e+05 2.05792e+05 8.12110e+03 2.12192e+05 2.05239e+05 1.19272e+05 1.64432e+05 3.22307e+05 3.20711e+06 3.74998e+05 5.25373e+05 1.86165e+03 3.16008e+04 1.50203e-01 2.95673e+04 2.48159e+03 5.39771e+03 7.81559e+03 1.71291e+03 5.50912e+03 1.69233e+04 8.23970e+03 2.08419e+04 7.81420e+03 2.34868e+03 1.25865e+02 2.85268e+04 1.96360e+04 9.50528e+02 1.80035e+04 1.71836e+04 1.14961e+04 1.26439e+04 2.39757e+04 1.56288e+05 2.50333e+04 3.13797e+04 1.55107e+02 1.36239e+03 4.66656e-01 1.96162e+04 1.69337e+03 4.22940e+02 7.35025e+03 2.00354e+03 4.68602e+03 1.33287e+04 5.51730e+03 1.78309e+04 5.08141e+03 2.50047e+03 2.12790e+02 6.52320e+03 7.86098e+03 6.99242e+02 8.47315e+03 8.75197e+03 4.70811e+03 6.08566e+03 1.62385e+04 1.22009e+05 1.80790e+04 2.44744e+04 2.21167e+02 1.56482e+03 1.53317e+00 2.62440e+06 8.20843e+04 5.32033e+05 1.38674e+06 2.55525e+05 4.31525e+06 3.16064e+06 3.13942e+06 3.75728e+06 3.80078e+06 3.01589e+05 3.17039e+04 3.95546e+06 2.68103e+06 5.83428e+06 5.51155e+01 4.26165e+01 9.37988e+05 7.98859e+06 2.82557e+06 1.85179e+07 5.46077e+06 6.50698e+06 3.79283e-01 1.68025e+05 6.82243e-01 1.84751e+06 2.67855e+05 4.94050e+05 3.32012e+06 1.47500e+06 3.85610e+06 9.30763e+06 5.10366e+06 1.73528e+07 1.43830e+06 1.31502e+06 5.60430e+04 3.57002e+06 8.10398e+06 9.44003e+05 5.77525e+06 1.28449e+07 4.76413e+06 5.84611e+06 3.50585e+06 2.99012e+07 6.70129e+06 1.79635e+07 3.20545e+05 8.45760e+05 2.17694e+01 1.91782e+05 8.46513e+03 2.99332e+05 1.05428e+05 4.77686e+04 7.79972e+04 2.52133e+05 9.02440e+04 2.36109e+05 6.40361e+04 2.58120e+04 1.99999e+03 2.44304e+05 2.18878e+05 8.80163e+03 1.91977e+05 1.96952e+05 1.25147e+05 1.64537e+05 2.75039e+05 2.73871e+06 3.27307e+05 4.70028e+05 2.29221e+03 2.29414e+04 1.75759e-01 2.48729e+05 1.35294e+05 2.68329e+05 3.81267e+05 6.77683e+05 4.36472e+05 3.36845e+06 1.72411e+06 1.02606e+07 6.03528e+05 1.37584e+05 5.09645e+05 2.63314e+06 3.29713e+05 4.23820e+04 9.75643e+05 9.42091e+05 3.42507e+05 2.18092e+06 1.90086e+06 3.91769e+06 3.17497e+06 1.44928e+06 1.02930e-01 1.10273e-01 2.12611e-01 6.94174e+04 4.57052e+03 1.39374e+03 1.33038e+04 5.44868e+03 1.18522e+04 3.60360e+04 1.34498e+04 3.82232e+04 1.15356e+04 4.79095e+03 3.10364e+02 6.30886e+03 4.10584e+04 1.55574e+03 3.03739e+04 3.41305e+04 1.90133e+04 3.05016e+04 5.69917e+04 1.91658e+05 2.14369e+04 3.21014e+04 1.86805e+02 1.56887e+03 1.68409e+00 1.76753e+06 8.84703e+05 2.22282e+06 2.64322e+06 3.57437e+06 9.46416e+05 5.83790e+06 1.22934e+06 6.78674e+06 1.11084e+06 7.17009e+05 1.01414e+06 4.90757e+06 2.21396e+06 2.00621e+05 6.73316e+06 3.11560e+06 2.24606e+06 4.46058e+06 2.02626e+06 9.54631e+06 1.99894e+06 2.79911e+06 1.38902e+04 6.10718e+05 9.04254e-01 8.49055e+04 1.80897e+02 6.74162e+03 5.98275e+04 2.44732e+04 1.52899e+04 4.95210e+04 3.98694e+04 1.50947e+04 3.92393e+03 4.41967e+03 4.91448e+02 1.31136e+05 4.08943e+04 1.55576e+04 2.67013e+04 4.31794e+04 1.30396e+04 6.19728e+04 2.08829e+05 5.55824e+05 1.62420e+05 1.35605e+05 2.64490e-01 1.17303e+03 9.19147e-01 4.60942e+04 2.75353e+03 7.36712e+03 5.66976e+03 1.85241e+03 4.97201e+03 1.53458e+04 5.80502e+03 1.67530e+04 5.30200e+03 2.29876e+03 1.73474e+02 3.07289e+04 1.30793e+04 8.47388e+02 1.37412e+04 1.39605e+04 8.05722e+03 1.01093e+04 2.25159e+04 1.53306e+05 2.26182e+04 2.72440e+04 2.17030e+02 1.66482e+03 9.99650e-01 3.05831e+04 4.76997e+03 1.15056e+06 6.71556e+04 1.57863e+04 5.49617e+04 2.23117e+05 6.88268e+04 1.56751e+05 4.76839e+04 1.88109e+04 1.39755e+03 1.54902e+05 1.23993e+05 5.75590e+03 1.23510e+05 1.09012e+05 8.19691e+04 1.46566e+05 1.72547e+05 1.25247e+06 1.46150e+05 2.49023e+05 1.17113e+03 1.47725e+04 7.10353e-01 1.60749e+05 9.11918e+03 9.35035e+04 1.20125e+05 8.06273e+04 9.47371e+04 3.13882e+05 1.09189e+05 3.31212e+05 1.00044e+05 3.96194e+04 2.19658e+03 3.13553e+05 2.83613e+05 1.14332e+04 2.51354e+05 2.35674e+05 1.39917e+05 1.97609e+05 3.78915e+05 3.35502e+06 5.43183e+05 6.31324e+05 2.99519e+03 3.38683e+04 5.16892e-01 5.57927e+06 6.21827e+04 8.46099e+05 2.92078e+06 6.40582e+06 1.05761e+06 4.32317e+06 1.34589e+06 1.81111e+06 1.05529e+06 2.84274e+05 3.25838e+03 2.98865e+06 1.89378e+06 6.40962e+05 1.76577e+06 2.53528e+06 1.91678e+06 9.26268e+06 4.19724e+06 3.64334e+06 2.02026e+06 2.85026e+06 3.90100e-01 3.87914e+04 5.26070e-01 8.89723e+04 4.47665e+03 2.54112e+03 3.50707e+04 9.98862e+03 3.05737e+04 9.22804e+04 3.72641e+04 1.12950e+05 3.57374e+04 1.41893e+04 9.39392e+02 3.29115e+04 1.18934e+05 3.44924e+03 7.03418e+04 6.38718e+04 3.53159e+04 7.37390e+04 1.40500e+05 1.47015e+06 2.06530e+05 2.42738e+05 1.37133e+03 1.48333e+04 5.35381e+00 3.06612e-01 3.06675e-01 3.06603e-01 2.94504e-01 2.94458e-01 2.94412e-01 2.94366e-01 2.94321e-01 2.94275e-01 2.94230e-01 2.94184e-01 2.94139e-01 3.05879e-01 3.10179e-01 3.00182e-01 3.00121e-01 3.00060e-01 2.99999e-01 3.05446e-01 3.05375e-01 2.98738e-01 2.98672e-01 2.98613e-01 2.98554e-01 2.98503e-01 1.14919e+00 9.98714e+04 5.31056e+03 1.72073e+04 2.92826e+04 7.07657e+03 2.26958e+04 6.96434e+04 2.60162e+04 8.27884e+04 2.58417e+04 9.84729e+03 5.33421e+02 9.58114e+04 1.01223e+05 3.90151e+03 8.03969e+04 8.44296e+04 4.89999e+04 5.07763e+04 1.11250e+05 1.08807e+06 1.52340e+05 1.95714e+05 1.09563e+03 1.10920e+04 1.28530e+00 1.62519e+06 2.66313e+05 1.59140e+06 1.78199e+06 1.59100e+06 2.14148e+05 1.18839e+06 1.71655e+06 2.07596e+06 1.72238e+05 3.75030e+05 6.76407e+04 4.25081e+06 3.74609e+05 6.84609e+04 8.82385e+05 1.96255e+06 1.48553e+04 1.86292e+06 9.54028e+05 2.17630e+06 1.49613e+05 4.20190e+05 1.15086e+04 3.30298e+06 8.83679e-01 7.43053e+05 4.21815e+04 1.49070e+06 7.49616e+05 1.95011e+05 5.47394e+05 1.91847e+06 6.87280e+05 2.06942e+06 6.28659e+05 2.48771e+05 2.00692e+04 2.43024e+06 1.71660e+06 6.53692e+04 1.51064e+06 1.45835e+06 9.24886e+05 1.32353e+06 2.24339e+06 2.05760e+07 2.56914e+06 3.83580e+06 2.08667e+04 1.98571e+05 1.26614e+01 6.09128e+06 3.32280e+05 1.52752e+07 9.07593e+06 1.64983e+06 5.65369e+06 1.18492e+07 3.62524e+06 1.23196e+07 4.01792e+06 2.59715e+06 4.38754e+05 7.91120e+06 1.91207e+07 3.33957e+06 1.00907e+07 1.76454e+07 6.13612e+06 1.02254e+07 9.80083e+06 1.29648e+08 7.66628e+06 2.99716e+07 3.85645e+05 2.02921e+06 3.01827e-01 2.86699e+04 1.46882e+03 4.79270e+03 5.56444e+03 4.74654e+02 2.17633e+03 7.96632e+03 1.89772e+03 7.56416e+02 6.42080e+02 2.45799e+02 1.77431e+00 2.27088e+04 1.66031e+04 3.04370e+02 1.92451e+04 2.11284e+04 7.02893e+03 5.32919e+03 3.09350e+04 3.60952e+05 3.66979e+04 5.99608e+04 8.93341e+01 1.94273e+03 3.20070e-01 4.19548e+07 9.14491e+05 3.05785e+07 4.72488e+07 1.27421e+07 4.21509e+07 1.18762e+08 2.66517e+07 1.04722e+08 7.50309e+07 1.66395e+07 4.07223e+04 6.41019e+07 1.48919e+08 7.42593e+06 1.45479e+08 1.81251e+08 6.50801e+07 6.57963e+07 1.48511e+08 1.04293e+09 3.92106e+08 2.98421e+08 1.87876e+06 1.15571e+07 4.74816e+00 3.39561e+05 7.54397e+03 1.80994e+04 3.35145e+05 1.51348e+05 6.45463e+04 2.07356e+05 3.45333e+04 4.42959e+04 2.53742e+04 1.20091e+04 4.47396e+03 2.00727e+05 2.03516e+05 7.52958e+03 1.62771e+05 1.74083e+05 6.06176e+04 1.72895e+05 1.77548e+05 1.98094e+06 9.03796e-01 1.91453e+05 3.72291e-01 4.71685e-01 9.82977e-01 1.76644e+06 3.26244e+05 1.01311e+05 1.10648e+05 2.96457e+05 9.38945e+03 2.63379e+05 8.20706e+04 9.65298e+04 4.00581e+03 4.18451e+04 9.12791e+03 1.62039e+05 3.86747e+05 4.51489e+03 5.81920e+04 1.29427e+05 6.05101e+03 4.77329e+05 1.11229e+05 6.36835e+05 2.63471e+04 2.08576e+05 1.07156e+03 3.07539e+05 1.37030e+00 1.74148e+04 1.82171e+03 5.19798e+02 4.44439e+02 1.41671e+02 3.89586e+02 1.25246e+03 5.06537e+02 1.49587e+03 7.04330e+02 1.78248e+02 7.98252e+00 2.54695e+03 3.37392e+03 3.69083e+02 4.27681e+03 4.35461e+03 2.70949e+03 3.76022e+03 7.16408e+03 2.86582e+04 4.60723e+03 5.34286e+03 4.10494e+01 3.18093e+02 5.78380e-01 1.19789e+06 1.09518e+05 4.10778e+06 1.13503e+06 3.93978e+05 4.27772e+05 1.85851e+06 1.09304e+06 1.60466e+05 2.28142e+05 5.26541e+04 1.96162e+04 1.29962e+06 6.27620e+06 2.62292e+04 6.81860e+05 5.33433e+05 2.22966e+05 5.68815e+05 1.01997e+06 2.84076e+06 1.87937e+05 3.45664e+05 3.96939e-01 2.42810e+04 7.25370e-01 1.05290e+06 2.52010e+05 1.47317e+06 6.91973e+05 6.33963e+05 2.21476e+05 8.19793e+05 2.07327e+05 2.32446e+05 1.87443e+05 1.95229e+05 5.95827e+03 1.43160e+05 1.21861e+06 1.81768e+04 9.86425e+05 4.31025e+04 2.64154e+05 5.46992e+05 4.46090e+05 8.06067e+05 4.06981e+05 1.03292e+06 6.32644e+02 1.81569e+05 1.79305e-01 5.34456e+04 4.13917e+03 8.98343e+04 3.41868e+04 7.47483e+03 2.30617e+04 8.03856e+04 2.72978e+04 7.67398e+04 2.53920e+04 9.28384e+03 9.96950e+02 1.05832e+05 7.39706e+04 2.97332e+03 6.11101e+04 6.96300e+04 4.21284e+04 5.46844e+04 9.59491e+04 8.25058e+05 1.29106e+05 1.77250e+05 9.63121e+02 8.22135e+03 3.78283e-01 9.16732e+04 4.94159e+03 3.42638e+04 3.28154e+04 9.38736e+03 2.58176e+04 8.16467e+04 4.75660e+04 9.75937e+04 2.84245e+04 1.09822e+04 7.22986e+02 1.23094e+05 1.13540e+05 4.26365e+03 8.55236e+04 7.99600e+04 4.93817e+04 5.31374e+04 1.05071e+05 1.00759e+06 1.79511e+05 1.81304e+05 1.04079e+03 1.01772e+04 3.27140e+00 5.65350e+04 1.84150e+04 4.34878e+04 2.64972e+04 1.78378e+04 2.49689e+04 4.07595e+04 2.98952e+04 4.01629e+04 2.43274e+04 1.86094e+04 8.93676e+03 7.22467e+04 2.89385e+04 1.16781e+04 3.08362e+04 3.48091e+04 2.65379e+04 3.25822e+04 5.55521e+04 1.79334e+05 4.10149e+04 4.32731e+04 4.37142e+03 3.02805e+04 9.12866e+00 0.00000e+00 diff --git a/in/eora_io_data_2015/index_readme.txt b/in/eora_io_data_2015/index_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ed27405108d6313575ce39050f3f14a0ac782f7 --- /dev/null +++ b/in/eora_io_data_2015/index_readme.txt @@ -0,0 +1,5 @@ +The index_[t|y|v|q].csv files contain sector labels for the MRIO table. +The Q index describes rows in the satellite block +The M index describes rows/columns in the complete MRIO table with Primary Input and Final Demand rows included interwoven with Industry and Commodity blocks +The T index describes rows or columns in the MRIO table, with Final demand and Primary input rows/columns removed +The V and Y indices describe rows/columns for Primary Inputs (V) and Final Demand (Y), concatenated together diff --git a/in/eora_io_data_2015/labels_FD.txt b/in/eora_io_data_2015/labels_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc8633a302fb8ba925fa5dfe9a83b4859e00047 --- /dev/null +++ b/in/eora_io_data_2015/labels_FD.txt @@ -0,0 +1,1140 @@ +AFG AFG Final demand Household final consumption P.3h +AFG AFG Final demand Non-profit institutions serving households P.3n +AFG AFG Final demand Government final consumption P.3g +AFG AFG Final demand Gross fixed capital formation P.51 +AFG AFG Final demand Changes in inventories P.52 +AFG AFG Final demand Acquisitions less disposals of valuables P.53 +ALB ALB Final demand Household final consumption P.3h +ALB ALB Final demand Non-profit institutions serving households P.3n +ALB ALB Final demand Government final consumption P.3g +ALB ALB Final demand Gross fixed capital formation P.51 +ALB ALB Final demand Changes in inventories P.52 +ALB ALB Final demand Acquisitions less disposals of valuables P.53 +DZA DZA Final demand Household final consumption P.3h +DZA DZA Final demand Non-profit institutions serving households P.3n +DZA DZA Final demand Government final consumption P.3g +DZA DZA Final demand Gross fixed capital formation P.51 +DZA DZA Final demand Changes in inventories P.52 +DZA DZA Final demand Acquisitions less disposals of valuables P.53 +AND AND Final demand Household final consumption P.3h +AND AND Final demand Non-profit institutions serving households P.3n +AND AND Final demand Government final consumption P.3g +AND AND Final demand Gross fixed capital formation P.51 +AND AND Final demand Changes in inventories P.52 +AND AND Final demand Acquisitions less disposals of valuables P.53 +AGO AGO Final demand Household final consumption P.3h +AGO AGO Final demand Non-profit institutions serving households P.3n +AGO AGO Final demand Government final consumption P.3g +AGO AGO Final demand Gross fixed capital formation P.51 +AGO AGO Final demand Changes in inventories P.52 +AGO AGO Final demand Acquisitions less disposals of valuables P.53 +ATG ATG Final demand Household final consumption P.3h +ATG ATG Final demand Non-profit institutions serving households P.3n +ATG ATG Final demand Government final consumption P.3g +ATG ATG Final demand Gross fixed capital formation P.51 +ATG ATG Final demand Changes in inventories P.52 +ATG ATG Final demand Acquisitions less disposals of valuables P.53 +ARG ARG Final demand Household final consumption P.3h +ARG ARG Final demand Non-profit institutions serving households P.3n +ARG ARG Final demand Government final consumption P.3g +ARG ARG Final demand Gross fixed capital formation P.51 +ARG ARG Final demand Changes in inventories P.52 +ARG ARG Final demand Acquisitions less disposals of valuables P.53 +ARM ARM Final demand Household final consumption P.3h +ARM ARM Final demand Non-profit institutions serving households P.3n +ARM ARM Final demand Government final consumption P.3g +ARM ARM Final demand Gross fixed capital formation P.51 +ARM ARM Final demand Changes in inventories P.52 +ARM ARM Final demand Acquisitions less disposals of valuables P.53 +ABW ABW Final demand Household final consumption P.3h +ABW ABW Final demand Non-profit institutions serving households P.3n +ABW ABW Final demand Government final consumption P.3g +ABW ABW Final demand Gross fixed capital formation P.51 +ABW ABW Final demand Changes in inventories P.52 +ABW ABW Final demand Acquisitions less disposals of valuables P.53 +AUS AUS Final demand Household final consumption P.3h +AUS AUS Final demand Non-profit institutions serving households P.3n +AUS AUS Final demand Government final consumption P.3g +AUS AUS Final demand Gross fixed capital formation P.51 +AUS AUS Final demand Changes in inventories P.52 +AUS AUS Final demand Acquisitions less disposals of valuables P.53 +AUT AUT Final demand Household final consumption P.3h +AUT AUT Final demand Non-profit institutions serving households P.3n +AUT AUT Final demand Government final consumption P.3g +AUT AUT Final demand Gross fixed capital formation P.51 +AUT AUT Final demand Changes in inventories P.52 +AUT AUT Final demand Acquisitions less disposals of valuables P.53 +AZE AZE Final demand Household final consumption P.3h +AZE AZE Final demand Non-profit institutions serving households P.3n +AZE AZE Final demand Government final consumption P.3g +AZE AZE Final demand Gross fixed capital formation P.51 +AZE AZE Final demand Changes in inventories P.52 +AZE AZE Final demand Acquisitions less disposals of valuables P.53 +BHS BHS Final demand Household final consumption P.3h +BHS BHS Final demand Non-profit institutions serving households P.3n +BHS BHS Final demand Government final consumption P.3g +BHS BHS Final demand Gross fixed capital formation P.51 +BHS BHS Final demand Changes in inventories P.52 +BHS BHS Final demand Acquisitions less disposals of valuables P.53 +BHR BHR Final demand Household final consumption P.3h +BHR BHR Final demand Non-profit institutions serving households P.3n +BHR BHR Final demand Government final consumption P.3g +BHR BHR Final demand Gross fixed capital formation P.51 +BHR BHR Final demand Changes in inventories P.52 +BHR BHR Final demand Acquisitions less disposals of valuables P.53 +BGD BGD Final demand Household final consumption P.3h +BGD BGD Final demand Non-profit institutions serving households P.3n +BGD BGD Final demand Government final consumption P.3g +BGD BGD Final demand Gross fixed capital formation P.51 +BGD BGD Final demand Changes in inventories P.52 +BGD BGD Final demand Acquisitions less disposals of valuables P.53 +BRB BRB Final demand Household final consumption P.3h +BRB BRB Final demand Non-profit institutions serving households P.3n +BRB BRB Final demand Government final consumption P.3g +BRB BRB Final demand Gross fixed capital formation P.51 +BRB BRB Final demand Changes in inventories P.52 +BRB BRB Final demand Acquisitions less disposals of valuables P.53 +BLR BLR Final demand Household final consumption P.3h +BLR BLR Final demand Non-profit institutions serving households P.3n +BLR BLR Final demand Government final consumption P.3g +BLR BLR Final demand Gross fixed capital formation P.51 +BLR BLR Final demand Changes in inventories P.52 +BLR BLR Final demand Acquisitions less disposals of valuables P.53 +BEL BEL Final demand Household final consumption P.3h +BEL BEL Final demand Non-profit institutions serving households P.3n +BEL BEL Final demand Government final consumption P.3g +BEL BEL Final demand Gross fixed capital formation P.51 +BEL BEL Final demand Changes in inventories P.52 +BEL BEL Final demand Acquisitions less disposals of valuables P.53 +BLZ BLZ Final demand Household final consumption P.3h +BLZ BLZ Final demand Non-profit institutions serving households P.3n +BLZ BLZ Final demand Government final consumption P.3g +BLZ BLZ Final demand Gross fixed capital formation P.51 +BLZ BLZ Final demand Changes in inventories P.52 +BLZ BLZ Final demand Acquisitions less disposals of valuables P.53 +BEN BEN Final demand Household final consumption P.3h +BEN BEN Final demand Non-profit institutions serving households P.3n +BEN BEN Final demand Government final consumption P.3g +BEN BEN Final demand Gross fixed capital formation P.51 +BEN BEN Final demand Changes in inventories P.52 +BEN BEN Final demand Acquisitions less disposals of valuables P.53 +BMU BMU Final demand Household final consumption P.3h +BMU BMU Final demand Non-profit institutions serving households P.3n +BMU BMU Final demand Government final consumption P.3g +BMU BMU Final demand Gross fixed capital formation P.51 +BMU BMU Final demand Changes in inventories P.52 +BMU BMU Final demand Acquisitions less disposals of valuables P.53 +BTN BTN Final demand Household final consumption P.3h +BTN BTN Final demand Non-profit institutions serving households P.3n +BTN BTN Final demand Government final consumption P.3g +BTN BTN Final demand Gross fixed capital formation P.51 +BTN BTN Final demand Changes in inventories P.52 +BTN BTN Final demand Acquisitions less disposals of valuables P.53 +BOL BOL Final demand Household final consumption P.3h +BOL BOL Final demand Non-profit institutions serving households P.3n +BOL BOL Final demand Government final consumption P.3g +BOL BOL Final demand Gross fixed capital formation P.51 +BOL BOL Final demand Changes in inventories P.52 +BOL BOL Final demand Acquisitions less disposals of valuables P.53 +BIH BIH Final demand Household final consumption P.3h +BIH BIH Final demand Non-profit institutions serving households P.3n +BIH BIH Final demand Government final consumption P.3g +BIH BIH Final demand Gross fixed capital formation P.51 +BIH BIH Final demand Changes in inventories P.52 +BIH BIH Final demand Acquisitions less disposals of valuables P.53 +BWA BWA Final demand Household final consumption P.3h +BWA BWA Final demand Non-profit institutions serving households P.3n +BWA BWA Final demand Government final consumption P.3g +BWA BWA Final demand Gross fixed capital formation P.51 +BWA BWA Final demand Changes in inventories P.52 +BWA BWA Final demand Acquisitions less disposals of valuables P.53 +BRA BRA Final demand Household final consumption P.3h +BRA BRA Final demand Non-profit institutions serving households P.3n +BRA BRA Final demand Government final consumption P.3g +BRA BRA Final demand Gross fixed capital formation P.51 +BRA BRA Final demand Changes in inventories P.52 +BRA BRA Final demand Acquisitions less disposals of valuables P.53 +VGB VGB Final demand Household final consumption P.3h +VGB VGB Final demand Non-profit institutions serving households P.3n +VGB VGB Final demand Government final consumption P.3g +VGB VGB Final demand Gross fixed capital formation P.51 +VGB VGB Final demand Changes in inventories P.52 +VGB VGB Final demand Acquisitions less disposals of valuables P.53 +BRN BRN Final demand Household final consumption P.3h +BRN BRN Final demand Non-profit institutions serving households P.3n +BRN BRN Final demand Government final consumption P.3g +BRN BRN Final demand Gross fixed capital formation P.51 +BRN BRN Final demand Changes in inventories P.52 +BRN BRN Final demand Acquisitions less disposals of valuables P.53 +BGR BGR Final demand Household final consumption P.3h +BGR BGR Final demand Non-profit institutions serving households P.3n +BGR BGR Final demand Government final consumption P.3g +BGR BGR Final demand Gross fixed capital formation P.51 +BGR BGR Final demand Changes in inventories P.52 +BGR BGR Final demand Acquisitions less disposals of valuables P.53 +BFA BFA Final demand Household final consumption P.3h +BFA BFA Final demand Non-profit institutions serving households P.3n +BFA BFA Final demand Government final consumption P.3g +BFA BFA Final demand Gross fixed capital formation P.51 +BFA BFA Final demand Changes in inventories P.52 +BFA BFA Final demand Acquisitions less disposals of valuables P.53 +BDI BDI Final demand Household final consumption P.3h +BDI BDI Final demand Non-profit institutions serving households P.3n +BDI BDI Final demand Government final consumption P.3g +BDI BDI Final demand Gross fixed capital formation P.51 +BDI BDI Final demand Changes in inventories P.52 +BDI BDI Final demand Acquisitions less disposals of valuables P.53 +KHM KHM Final demand Household final consumption P.3h +KHM KHM Final demand Non-profit institutions serving households P.3n +KHM KHM Final demand Government final consumption P.3g +KHM KHM Final demand Gross fixed capital formation P.51 +KHM KHM Final demand Changes in inventories P.52 +KHM KHM Final demand Acquisitions less disposals of valuables P.53 +CMR CMR Final demand Household final consumption P.3h +CMR CMR Final demand Non-profit institutions serving households P.3n +CMR CMR Final demand Government final consumption P.3g +CMR CMR Final demand Gross fixed capital formation P.51 +CMR CMR Final demand Changes in inventories P.52 +CMR CMR Final demand Acquisitions less disposals of valuables P.53 +CAN CAN Final demand Household final consumption P.3h +CAN CAN Final demand Non-profit institutions serving households P.3n +CAN CAN Final demand Government final consumption P.3g +CAN CAN Final demand Gross fixed capital formation P.51 +CAN CAN Final demand Changes in inventories P.52 +CAN CAN Final demand Acquisitions less disposals of valuables P.53 +CPV CPV Final demand Household final consumption P.3h +CPV CPV Final demand Non-profit institutions serving households P.3n +CPV CPV Final demand Government final consumption P.3g +CPV CPV Final demand Gross fixed capital formation P.51 +CPV CPV Final demand Changes in inventories P.52 +CPV CPV Final demand Acquisitions less disposals of valuables P.53 +CYM CYM Final demand Household final consumption P.3h +CYM CYM Final demand Non-profit institutions serving households P.3n +CYM CYM Final demand Government final consumption P.3g +CYM CYM Final demand Gross fixed capital formation P.51 +CYM CYM Final demand Changes in inventories P.52 +CYM CYM Final demand Acquisitions less disposals of valuables P.53 +CAF CAF Final demand Household final consumption P.3h +CAF CAF Final demand Non-profit institutions serving households P.3n +CAF CAF Final demand Government final consumption P.3g +CAF CAF Final demand Gross fixed capital formation P.51 +CAF CAF Final demand Changes in inventories P.52 +CAF CAF Final demand Acquisitions less disposals of valuables P.53 +TCD TCD Final demand Household final consumption P.3h +TCD TCD Final demand Non-profit institutions serving households P.3n +TCD TCD Final demand Government final consumption P.3g +TCD TCD Final demand Gross fixed capital formation P.51 +TCD TCD Final demand Changes in inventories P.52 +TCD TCD Final demand Acquisitions less disposals of valuables P.53 +CHL CHL Final demand Household final consumption P.3h +CHL CHL Final demand Non-profit institutions serving households P.3n +CHL CHL Final demand Government final consumption P.3g +CHL CHL Final demand Gross fixed capital formation P.51 +CHL CHL Final demand Changes in inventories P.52 +CHL CHL Final demand Acquisitions less disposals of valuables P.53 +CHN CHN Final demand Household final consumption P.3h +CHN CHN Final demand Non-profit institutions serving households P.3n +CHN CHN Final demand Government final consumption P.3g +CHN CHN Final demand Gross fixed capital formation P.51 +CHN CHN Final demand Changes in inventories P.52 +CHN CHN Final demand Acquisitions less disposals of valuables P.53 +COL COL Final demand Household final consumption P.3h +COL COL Final demand Non-profit institutions serving households P.3n +COL COL Final demand Government final consumption P.3g +COL COL Final demand Gross fixed capital formation P.51 +COL COL Final demand Changes in inventories P.52 +COL COL Final demand Acquisitions less disposals of valuables P.53 +COG COG Final demand Household final consumption P.3h +COG COG Final demand Non-profit institutions serving households P.3n +COG COG Final demand Government final consumption P.3g +COG COG Final demand Gross fixed capital formation P.51 +COG COG Final demand Changes in inventories P.52 +COG COG Final demand Acquisitions less disposals of valuables P.53 +CRI CRI Final demand Household final consumption P.3h +CRI CRI Final demand Non-profit institutions serving households P.3n +CRI CRI Final demand Government final consumption P.3g +CRI CRI Final demand Gross fixed capital formation P.51 +CRI CRI Final demand Changes in inventories P.52 +CRI CRI Final demand Acquisitions less disposals of valuables P.53 +HRV HRV Final demand Household final consumption P.3h +HRV HRV Final demand Non-profit institutions serving households P.3n +HRV HRV Final demand Government final consumption P.3g +HRV HRV Final demand Gross fixed capital formation P.51 +HRV HRV Final demand Changes in inventories P.52 +HRV HRV Final demand Acquisitions less disposals of valuables P.53 +CUB CUB Final demand Household final consumption P.3h +CUB CUB Final demand Non-profit institutions serving households P.3n +CUB CUB Final demand Government final consumption P.3g +CUB CUB Final demand Gross fixed capital formation P.51 +CUB CUB Final demand Changes in inventories P.52 +CUB CUB Final demand Acquisitions less disposals of valuables P.53 +CYP CYP Final demand Household final consumption P.3h +CYP CYP Final demand Non-profit institutions serving households P.3n +CYP CYP Final demand Government final consumption P.3g +CYP CYP Final demand Gross fixed capital formation P.51 +CYP CYP Final demand Changes in inventories P.52 +CYP CYP Final demand Acquisitions less disposals of valuables P.53 +CZE CZE Final demand Household final consumption P.3h +CZE CZE Final demand Non-profit institutions serving households P.3n +CZE CZE Final demand Government final consumption P.3g +CZE CZE Final demand Gross fixed capital formation P.51 +CZE CZE Final demand Changes in inventories P.52 +CZE CZE Final demand Acquisitions less disposals of valuables P.53 +CIV CIV Final demand Household final consumption P.3h +CIV CIV Final demand Non-profit institutions serving households P.3n +CIV CIV Final demand Government final consumption P.3g +CIV CIV Final demand Gross fixed capital formation P.51 +CIV CIV Final demand Changes in inventories P.52 +CIV CIV Final demand Acquisitions less disposals of valuables P.53 +PRK PRK Final demand Household final consumption P.3h +PRK PRK Final demand Non-profit institutions serving households P.3n +PRK PRK Final demand Government final consumption P.3g +PRK PRK Final demand Gross fixed capital formation P.51 +PRK PRK Final demand Changes in inventories P.52 +PRK PRK Final demand Acquisitions less disposals of valuables P.53 +COD COD Final demand Household final consumption P.3h +COD COD Final demand Non-profit institutions serving households P.3n +COD COD Final demand Government final consumption P.3g +COD COD Final demand Gross fixed capital formation P.51 +COD COD Final demand Changes in inventories P.52 +COD COD Final demand Acquisitions less disposals of valuables P.53 +DNK DNK Final demand Household final consumption P.3h +DNK DNK Final demand Non-profit institutions serving households P.3n +DNK DNK Final demand Government final consumption P.3g +DNK DNK Final demand Gross fixed capital formation P.51 +DNK DNK Final demand Changes in inventories P.52 +DNK DNK Final demand Acquisitions less disposals of valuables P.53 +DJI DJI Final demand Household final consumption P.3h +DJI DJI Final demand Non-profit institutions serving households P.3n +DJI DJI Final demand Government final consumption P.3g +DJI DJI Final demand Gross fixed capital formation P.51 +DJI DJI Final demand Changes in inventories P.52 +DJI DJI Final demand Acquisitions less disposals of valuables P.53 +DOM DOM Final demand Household final consumption P.3h +DOM DOM Final demand Non-profit institutions serving households P.3n +DOM DOM Final demand Government final consumption P.3g +DOM DOM Final demand Gross fixed capital formation P.51 +DOM DOM Final demand Changes in inventories P.52 +DOM DOM Final demand Acquisitions less disposals of valuables P.53 +ECU ECU Final demand Household final consumption P.3h +ECU ECU Final demand Non-profit institutions serving households P.3n +ECU ECU Final demand Government final consumption P.3g +ECU ECU Final demand Gross fixed capital formation P.51 +ECU ECU Final demand Changes in inventories P.52 +ECU ECU Final demand Acquisitions less disposals of valuables P.53 +EGY EGY Final demand Household final consumption P.3h +EGY EGY Final demand Non-profit institutions serving households P.3n +EGY EGY Final demand Government final consumption P.3g +EGY EGY Final demand Gross fixed capital formation P.51 +EGY EGY Final demand Changes in inventories P.52 +EGY EGY Final demand Acquisitions less disposals of valuables P.53 +SLV SLV Final demand Household final consumption P.3h +SLV SLV Final demand Non-profit institutions serving households P.3n +SLV SLV Final demand Government final consumption P.3g +SLV SLV Final demand Gross fixed capital formation P.51 +SLV SLV Final demand Changes in inventories P.52 +SLV SLV Final demand Acquisitions less disposals of valuables P.53 +ERI ERI Final demand Household final consumption P.3h +ERI ERI Final demand Non-profit institutions serving households P.3n +ERI ERI Final demand Government final consumption P.3g +ERI ERI Final demand Gross fixed capital formation P.51 +ERI ERI Final demand Changes in inventories P.52 +ERI ERI Final demand Acquisitions less disposals of valuables P.53 +EST EST Final demand Household final consumption P.3h +EST EST Final demand Non-profit institutions serving households P.3n +EST EST Final demand Government final consumption P.3g +EST EST Final demand Gross fixed capital formation P.51 +EST EST Final demand Changes in inventories P.52 +EST EST Final demand Acquisitions less disposals of valuables P.53 +ETH ETH Final demand Household final consumption P.3h +ETH ETH Final demand Non-profit institutions serving households P.3n +ETH ETH Final demand Government final consumption P.3g +ETH ETH Final demand Gross fixed capital formation P.51 +ETH ETH Final demand Changes in inventories P.52 +ETH ETH Final demand Acquisitions less disposals of valuables P.53 +FJI FJI Final demand Household final consumption P.3h +FJI FJI Final demand Non-profit institutions serving households P.3n +FJI FJI Final demand Government final consumption P.3g +FJI FJI Final demand Gross fixed capital formation P.51 +FJI FJI Final demand Changes in inventories P.52 +FJI FJI Final demand Acquisitions less disposals of valuables P.53 +FIN FIN Final demand Household final consumption P.3h +FIN FIN Final demand Non-profit institutions serving households P.3n +FIN FIN Final demand Government final consumption P.3g +FIN FIN Final demand Gross fixed capital formation P.51 +FIN FIN Final demand Changes in inventories P.52 +FIN FIN Final demand Acquisitions less disposals of valuables P.53 +FRA FRA Final demand Household final consumption P.3h +FRA FRA Final demand Non-profit institutions serving households P.3n +FRA FRA Final demand Government final consumption P.3g +FRA FRA Final demand Gross fixed capital formation P.51 +FRA FRA Final demand Changes in inventories P.52 +FRA FRA Final demand Acquisitions less disposals of valuables P.53 +PYF PYF Final demand Household final consumption P.3h +PYF PYF Final demand Non-profit institutions serving households P.3n +PYF PYF Final demand Government final consumption P.3g +PYF PYF Final demand Gross fixed capital formation P.51 +PYF PYF Final demand Changes in inventories P.52 +PYF PYF Final demand Acquisitions less disposals of valuables P.53 +GAB GAB Final demand Household final consumption P.3h +GAB GAB Final demand Non-profit institutions serving households P.3n +GAB GAB Final demand Government final consumption P.3g +GAB GAB Final demand Gross fixed capital formation P.51 +GAB GAB Final demand Changes in inventories P.52 +GAB GAB Final demand Acquisitions less disposals of valuables P.53 +GMB GMB Final demand Household final consumption P.3h +GMB GMB Final demand Non-profit institutions serving households P.3n +GMB GMB Final demand Government final consumption P.3g +GMB GMB Final demand Gross fixed capital formation P.51 +GMB GMB Final demand Changes in inventories P.52 +GMB GMB Final demand Acquisitions less disposals of valuables P.53 +GEO GEO Final demand Household final consumption P.3h +GEO GEO Final demand Non-profit institutions serving households P.3n +GEO GEO Final demand Government final consumption P.3g +GEO GEO Final demand Gross fixed capital formation P.51 +GEO GEO Final demand Changes in inventories P.52 +GEO GEO Final demand Acquisitions less disposals of valuables P.53 +DEU DEU Final demand Household final consumption P.3h +DEU DEU Final demand Non-profit institutions serving households P.3n +DEU DEU Final demand Government final consumption P.3g +DEU DEU Final demand Gross fixed capital formation P.51 +DEU DEU Final demand Changes in inventories P.52 +DEU DEU Final demand Acquisitions less disposals of valuables P.53 +GHA GHA Final demand Household final consumption P.3h +GHA GHA Final demand Non-profit institutions serving households P.3n +GHA GHA Final demand Government final consumption P.3g +GHA GHA Final demand Gross fixed capital formation P.51 +GHA GHA Final demand Changes in inventories P.52 +GHA GHA Final demand Acquisitions less disposals of valuables P.53 +GRC GRC Final demand Household final consumption P.3h +GRC GRC Final demand Non-profit institutions serving households P.3n +GRC GRC Final demand Government final consumption P.3g +GRC GRC Final demand Gross fixed capital formation P.51 +GRC GRC Final demand Changes in inventories P.52 +GRC GRC Final demand Acquisitions less disposals of valuables P.53 +GRL GRL Final demand Household final consumption P.3h +GRL GRL Final demand Non-profit institutions serving households P.3n +GRL GRL Final demand Government final consumption P.3g +GRL GRL Final demand Gross fixed capital formation P.51 +GRL GRL Final demand Changes in inventories P.52 +GRL GRL Final demand Acquisitions less disposals of valuables P.53 +GTM GTM Final demand Household final consumption P.3h +GTM GTM Final demand Non-profit institutions serving households P.3n +GTM GTM Final demand Government final consumption P.3g +GTM GTM Final demand Gross fixed capital formation P.51 +GTM GTM Final demand Changes in inventories P.52 +GTM GTM Final demand Acquisitions less disposals of valuables P.53 +GIN GIN Final demand Household final consumption P.3h +GIN GIN Final demand Non-profit institutions serving households P.3n +GIN GIN Final demand Government final consumption P.3g +GIN GIN Final demand Gross fixed capital formation P.51 +GIN GIN Final demand Changes in inventories P.52 +GIN GIN Final demand Acquisitions less disposals of valuables P.53 +GUY GUY Final demand Household final consumption P.3h +GUY GUY Final demand Non-profit institutions serving households P.3n +GUY GUY Final demand Government final consumption P.3g +GUY GUY Final demand Gross fixed capital formation P.51 +GUY GUY Final demand Changes in inventories P.52 +GUY GUY Final demand Acquisitions less disposals of valuables P.53 +HTI HTI Final demand Household final consumption P.3h +HTI HTI Final demand Non-profit institutions serving households P.3n +HTI HTI Final demand Government final consumption P.3g +HTI HTI Final demand Gross fixed capital formation P.51 +HTI HTI Final demand Changes in inventories P.52 +HTI HTI Final demand Acquisitions less disposals of valuables P.53 +HND HND Final demand Household final consumption P.3h +HND HND Final demand Non-profit institutions serving households P.3n +HND HND Final demand Government final consumption P.3g +HND HND Final demand Gross fixed capital formation P.51 +HND HND Final demand Changes in inventories P.52 +HND HND Final demand Acquisitions less disposals of valuables P.53 +HKG HKG Final demand Household final consumption P.3h +HKG HKG Final demand Non-profit institutions serving households P.3n +HKG HKG Final demand Government final consumption P.3g +HKG HKG Final demand Gross fixed capital formation P.51 +HKG HKG Final demand Changes in inventories P.52 +HKG HKG Final demand Acquisitions less disposals of valuables P.53 +HUN HUN Final demand Household final consumption P.3h +HUN HUN Final demand Non-profit institutions serving households P.3n +HUN HUN Final demand Government final consumption P.3g +HUN HUN Final demand Gross fixed capital formation P.51 +HUN HUN Final demand Changes in inventories P.52 +HUN HUN Final demand Acquisitions less disposals of valuables P.53 +ISL ISL Final demand Household final consumption P.3h +ISL ISL Final demand Non-profit institutions serving households P.3n +ISL ISL Final demand Government final consumption P.3g +ISL ISL Final demand Gross fixed capital formation P.51 +ISL ISL Final demand Changes in inventories P.52 +ISL ISL Final demand Acquisitions less disposals of valuables P.53 +IND IND Final demand Household final consumption P.3h +IND IND Final demand Non-profit institutions serving households P.3n +IND IND Final demand Government final consumption P.3g +IND IND Final demand Gross fixed capital formation P.51 +IND IND Final demand Changes in inventories P.52 +IND IND Final demand Acquisitions less disposals of valuables P.53 +IDN IDN Final demand Household final consumption P.3h +IDN IDN Final demand Non-profit institutions serving households P.3n +IDN IDN Final demand Government final consumption P.3g +IDN IDN Final demand Gross fixed capital formation P.51 +IDN IDN Final demand Changes in inventories P.52 +IDN IDN Final demand Acquisitions less disposals of valuables P.53 +IRN IRN Final demand Household final consumption P.3h +IRN IRN Final demand Non-profit institutions serving households P.3n +IRN IRN Final demand Government final consumption P.3g +IRN IRN Final demand Gross fixed capital formation P.51 +IRN IRN Final demand Changes in inventories P.52 +IRN IRN Final demand Acquisitions less disposals of valuables P.53 +IRQ IRQ Final demand Household final consumption P.3h +IRQ IRQ Final demand Non-profit institutions serving households P.3n +IRQ IRQ Final demand Government final consumption P.3g +IRQ IRQ Final demand Gross fixed capital formation P.51 +IRQ IRQ Final demand Changes in inventories P.52 +IRQ IRQ Final demand Acquisitions less disposals of valuables P.53 +IRL IRL Final demand Household final consumption P.3h +IRL IRL Final demand Non-profit institutions serving households P.3n +IRL IRL Final demand Government final consumption P.3g +IRL IRL Final demand Gross fixed capital formation P.51 +IRL IRL Final demand Changes in inventories P.52 +IRL IRL Final demand Acquisitions less disposals of valuables P.53 +ISR ISR Final demand Household final consumption P.3h +ISR ISR Final demand Non-profit institutions serving households P.3n +ISR ISR Final demand Government final consumption P.3g +ISR ISR Final demand Gross fixed capital formation P.51 +ISR ISR Final demand Changes in inventories P.52 +ISR ISR Final demand Acquisitions less disposals of valuables P.53 +ITA ITA Final demand Household final consumption P.3h +ITA ITA Final demand Non-profit institutions serving households P.3n +ITA ITA Final demand Government final consumption P.3g +ITA ITA Final demand Gross fixed capital formation P.51 +ITA ITA Final demand Changes in inventories P.52 +ITA ITA Final demand Acquisitions less disposals of valuables P.53 +JAM JAM Final demand Household final consumption P.3h +JAM JAM Final demand Non-profit institutions serving households P.3n +JAM JAM Final demand Government final consumption P.3g +JAM JAM Final demand Gross fixed capital formation P.51 +JAM JAM Final demand Changes in inventories P.52 +JAM JAM Final demand Acquisitions less disposals of valuables P.53 +JPN JPN Final demand Household final consumption P.3h +JPN JPN Final demand Non-profit institutions serving households P.3n +JPN JPN Final demand Government final consumption P.3g +JPN JPN Final demand Gross fixed capital formation P.51 +JPN JPN Final demand Changes in inventories P.52 +JPN JPN Final demand Acquisitions less disposals of valuables P.53 +JOR JOR Final demand Household final consumption P.3h +JOR JOR Final demand Non-profit institutions serving households P.3n +JOR JOR Final demand Government final consumption P.3g +JOR JOR Final demand Gross fixed capital formation P.51 +JOR JOR Final demand Changes in inventories P.52 +JOR JOR Final demand Acquisitions less disposals of valuables P.53 +KAZ KAZ Final demand Household final consumption P.3h +KAZ KAZ Final demand Non-profit institutions serving households P.3n +KAZ KAZ Final demand Government final consumption P.3g +KAZ KAZ Final demand Gross fixed capital formation P.51 +KAZ KAZ Final demand Changes in inventories P.52 +KAZ KAZ Final demand Acquisitions less disposals of valuables P.53 +KEN KEN Final demand Household final consumption P.3h +KEN KEN Final demand Non-profit institutions serving households P.3n +KEN KEN Final demand Government final consumption P.3g +KEN KEN Final demand Gross fixed capital formation P.51 +KEN KEN Final demand Changes in inventories P.52 +KEN KEN Final demand Acquisitions less disposals of valuables P.53 +KWT KWT Final demand Household final consumption P.3h +KWT KWT Final demand Non-profit institutions serving households P.3n +KWT KWT Final demand Government final consumption P.3g +KWT KWT Final demand Gross fixed capital formation P.51 +KWT KWT Final demand Changes in inventories P.52 +KWT KWT Final demand Acquisitions less disposals of valuables P.53 +KGZ KGZ Final demand Household final consumption P.3h +KGZ KGZ Final demand Non-profit institutions serving households P.3n +KGZ KGZ Final demand Government final consumption P.3g +KGZ KGZ Final demand Gross fixed capital formation P.51 +KGZ KGZ Final demand Changes in inventories P.52 +KGZ KGZ Final demand Acquisitions less disposals of valuables P.53 +LAO LAO Final demand Household final consumption P.3h +LAO LAO Final demand Non-profit institutions serving households P.3n +LAO LAO Final demand Government final consumption P.3g +LAO LAO Final demand Gross fixed capital formation P.51 +LAO LAO Final demand Changes in inventories P.52 +LAO LAO Final demand Acquisitions less disposals of valuables P.53 +LVA LVA Final demand Household final consumption P.3h +LVA LVA Final demand Non-profit institutions serving households P.3n +LVA LVA Final demand Government final consumption P.3g +LVA LVA Final demand Gross fixed capital formation P.51 +LVA LVA Final demand Changes in inventories P.52 +LVA LVA Final demand Acquisitions less disposals of valuables P.53 +LBN LBN Final demand Household final consumption P.3h +LBN LBN Final demand Non-profit institutions serving households P.3n +LBN LBN Final demand Government final consumption P.3g +LBN LBN Final demand Gross fixed capital formation P.51 +LBN LBN Final demand Changes in inventories P.52 +LBN LBN Final demand Acquisitions less disposals of valuables P.53 +LSO LSO Final demand Household final consumption P.3h +LSO LSO Final demand Non-profit institutions serving households P.3n +LSO LSO Final demand Government final consumption P.3g +LSO LSO Final demand Gross fixed capital formation P.51 +LSO LSO Final demand Changes in inventories P.52 +LSO LSO Final demand Acquisitions less disposals of valuables P.53 +LBR LBR Final demand Household final consumption P.3h +LBR LBR Final demand Non-profit institutions serving households P.3n +LBR LBR Final demand Government final consumption P.3g +LBR LBR Final demand Gross fixed capital formation P.51 +LBR LBR Final demand Changes in inventories P.52 +LBR LBR Final demand Acquisitions less disposals of valuables P.53 +LBY LBY Final demand Household final consumption P.3h +LBY LBY Final demand Non-profit institutions serving households P.3n +LBY LBY Final demand Government final consumption P.3g +LBY LBY Final demand Gross fixed capital formation P.51 +LBY LBY Final demand Changes in inventories P.52 +LBY LBY Final demand Acquisitions less disposals of valuables P.53 +LIE LIE Final demand Household final consumption P.3h +LIE LIE Final demand Non-profit institutions serving households P.3n +LIE LIE Final demand Government final consumption P.3g +LIE LIE Final demand Gross fixed capital formation P.51 +LIE LIE Final demand Changes in inventories P.52 +LIE LIE Final demand Acquisitions less disposals of valuables P.53 +LTU LTU Final demand Household final consumption P.3h +LTU LTU Final demand Non-profit institutions serving households P.3n +LTU LTU Final demand Government final consumption P.3g +LTU LTU Final demand Gross fixed capital formation P.51 +LTU LTU Final demand Changes in inventories P.52 +LTU LTU Final demand Acquisitions less disposals of valuables P.53 +LUX LUX Final demand Household final consumption P.3h +LUX LUX Final demand Non-profit institutions serving households P.3n +LUX LUX Final demand Government final consumption P.3g +LUX LUX Final demand Gross fixed capital formation P.51 +LUX LUX Final demand Changes in inventories P.52 +LUX LUX Final demand Acquisitions less disposals of valuables P.53 +MAC MAC Final demand Household final consumption P.3h +MAC MAC Final demand Non-profit institutions serving households P.3n +MAC MAC Final demand Government final consumption P.3g +MAC MAC Final demand Gross fixed capital formation P.51 +MAC MAC Final demand Changes in inventories P.52 +MAC MAC Final demand Acquisitions less disposals of valuables P.53 +MDG MDG Final demand Household final consumption P.3h +MDG MDG Final demand Non-profit institutions serving households P.3n +MDG MDG Final demand Government final consumption P.3g +MDG MDG Final demand Gross fixed capital formation P.51 +MDG MDG Final demand Changes in inventories P.52 +MDG MDG Final demand Acquisitions less disposals of valuables P.53 +MWI MWI Final demand Household final consumption P.3h +MWI MWI Final demand Non-profit institutions serving households P.3n +MWI MWI Final demand Government final consumption P.3g +MWI MWI Final demand Gross fixed capital formation P.51 +MWI MWI Final demand Changes in inventories P.52 +MWI MWI Final demand Acquisitions less disposals of valuables P.53 +MYS MYS Final demand Household final consumption P.3h +MYS MYS Final demand Non-profit institutions serving households P.3n +MYS MYS Final demand Government final consumption P.3g +MYS MYS Final demand Gross fixed capital formation P.51 +MYS MYS Final demand Changes in inventories P.52 +MYS MYS Final demand Acquisitions less disposals of valuables P.53 +MDV MDV Final demand Household final consumption P.3h +MDV MDV Final demand Non-profit institutions serving households P.3n +MDV MDV Final demand Government final consumption P.3g +MDV MDV Final demand Gross fixed capital formation P.51 +MDV MDV Final demand Changes in inventories P.52 +MDV MDV Final demand Acquisitions less disposals of valuables P.53 +MLI MLI Final demand Household final consumption P.3h +MLI MLI Final demand Non-profit institutions serving households P.3n +MLI MLI Final demand Government final consumption P.3g +MLI MLI Final demand Gross fixed capital formation P.51 +MLI MLI Final demand Changes in inventories P.52 +MLI MLI Final demand Acquisitions less disposals of valuables P.53 +MLT MLT Final demand Household final consumption P.3h +MLT MLT Final demand Non-profit institutions serving households P.3n +MLT MLT Final demand Government final consumption P.3g +MLT MLT Final demand Gross fixed capital formation P.51 +MLT MLT Final demand Changes in inventories P.52 +MLT MLT Final demand Acquisitions less disposals of valuables P.53 +MRT MRT Final demand Household final consumption P.3h +MRT MRT Final demand Non-profit institutions serving households P.3n +MRT MRT Final demand Government final consumption P.3g +MRT MRT Final demand Gross fixed capital formation P.51 +MRT MRT Final demand Changes in inventories P.52 +MRT MRT Final demand Acquisitions less disposals of valuables P.53 +MUS MUS Final demand Household final consumption P.3h +MUS MUS Final demand Non-profit institutions serving households P.3n +MUS MUS Final demand Government final consumption P.3g +MUS MUS Final demand Gross fixed capital formation P.51 +MUS MUS Final demand Changes in inventories P.52 +MUS MUS Final demand Acquisitions less disposals of valuables P.53 +MEX MEX Final demand Household final consumption P.3h +MEX MEX Final demand Non-profit institutions serving households P.3n +MEX MEX Final demand Government final consumption P.3g +MEX MEX Final demand Gross fixed capital formation P.51 +MEX MEX Final demand Changes in inventories P.52 +MEX MEX Final demand Acquisitions less disposals of valuables P.53 +MCO MCO Final demand Household final consumption P.3h +MCO MCO Final demand Non-profit institutions serving households P.3n +MCO MCO Final demand Government final consumption P.3g +MCO MCO Final demand Gross fixed capital formation P.51 +MCO MCO Final demand Changes in inventories P.52 +MCO MCO Final demand Acquisitions less disposals of valuables P.53 +MNG MNG Final demand Household final consumption P.3h +MNG MNG Final demand Non-profit institutions serving households P.3n +MNG MNG Final demand Government final consumption P.3g +MNG MNG Final demand Gross fixed capital formation P.51 +MNG MNG Final demand Changes in inventories P.52 +MNG MNG Final demand Acquisitions less disposals of valuables P.53 +MNE MNE Final demand Household final consumption P.3h +MNE MNE Final demand Non-profit institutions serving households P.3n +MNE MNE Final demand Government final consumption P.3g +MNE MNE Final demand Gross fixed capital formation P.51 +MNE MNE Final demand Changes in inventories P.52 +MNE MNE Final demand Acquisitions less disposals of valuables P.53 +MAR MAR Final demand Household final consumption P.3h +MAR MAR Final demand Non-profit institutions serving households P.3n +MAR MAR Final demand Government final consumption P.3g +MAR MAR Final demand Gross fixed capital formation P.51 +MAR MAR Final demand Changes in inventories P.52 +MAR MAR Final demand Acquisitions less disposals of valuables P.53 +MOZ MOZ Final demand Household final consumption P.3h +MOZ MOZ Final demand Non-profit institutions serving households P.3n +MOZ MOZ Final demand Government final consumption P.3g +MOZ MOZ Final demand Gross fixed capital formation P.51 +MOZ MOZ Final demand Changes in inventories P.52 +MOZ MOZ Final demand Acquisitions less disposals of valuables P.53 +MMR MMR Final demand Household final consumption P.3h +MMR MMR Final demand Non-profit institutions serving households P.3n +MMR MMR Final demand Government final consumption P.3g +MMR MMR Final demand Gross fixed capital formation P.51 +MMR MMR Final demand Changes in inventories P.52 +MMR MMR Final demand Acquisitions less disposals of valuables P.53 +NAM NAM Final demand Household final consumption P.3h +NAM NAM Final demand Non-profit institutions serving households P.3n +NAM NAM Final demand Government final consumption P.3g +NAM NAM Final demand Gross fixed capital formation P.51 +NAM NAM Final demand Changes in inventories P.52 +NAM NAM Final demand Acquisitions less disposals of valuables P.53 +NPL NPL Final demand Household final consumption P.3h +NPL NPL Final demand Non-profit institutions serving households P.3n +NPL NPL Final demand Government final consumption P.3g +NPL NPL Final demand Gross fixed capital formation P.51 +NPL NPL Final demand Changes in inventories P.52 +NPL NPL Final demand Acquisitions less disposals of valuables P.53 +NLD NLD Final demand Household final consumption P.3h +NLD NLD Final demand Non-profit institutions serving households P.3n +NLD NLD Final demand Government final consumption P.3g +NLD NLD Final demand Gross fixed capital formation P.51 +NLD NLD Final demand Changes in inventories P.52 +NLD NLD Final demand Acquisitions less disposals of valuables P.53 +ANT ANT Final demand Household final consumption P.3h +ANT ANT Final demand Non-profit institutions serving households P.3n +ANT ANT Final demand Government final consumption P.3g +ANT ANT Final demand Gross fixed capital formation P.51 +ANT ANT Final demand Changes in inventories P.52 +ANT ANT Final demand Acquisitions less disposals of valuables P.53 +NCL NCL Final demand Household final consumption P.3h +NCL NCL Final demand Non-profit institutions serving households P.3n +NCL NCL Final demand Government final consumption P.3g +NCL NCL Final demand Gross fixed capital formation P.51 +NCL NCL Final demand Changes in inventories P.52 +NCL NCL Final demand Acquisitions less disposals of valuables P.53 +NZL NZL Final demand Household final consumption P.3h +NZL NZL Final demand Non-profit institutions serving households P.3n +NZL NZL Final demand Government final consumption P.3g +NZL NZL Final demand Gross fixed capital formation P.51 +NZL NZL Final demand Changes in inventories P.52 +NZL NZL Final demand Acquisitions less disposals of valuables P.53 +NIC NIC Final demand Household final consumption P.3h +NIC NIC Final demand Non-profit institutions serving households P.3n +NIC NIC Final demand Government final consumption P.3g +NIC NIC Final demand Gross fixed capital formation P.51 +NIC NIC Final demand Changes in inventories P.52 +NIC NIC Final demand Acquisitions less disposals of valuables P.53 +NER NER Final demand Household final consumption P.3h +NER NER Final demand Non-profit institutions serving households P.3n +NER NER Final demand Government final consumption P.3g +NER NER Final demand Gross fixed capital formation P.51 +NER NER Final demand Changes in inventories P.52 +NER NER Final demand Acquisitions less disposals of valuables P.53 +NGA NGA Final demand Household final consumption P.3h +NGA NGA Final demand Non-profit institutions serving households P.3n +NGA NGA Final demand Government final consumption P.3g +NGA NGA Final demand Gross fixed capital formation P.51 +NGA NGA Final demand Changes in inventories P.52 +NGA NGA Final demand Acquisitions less disposals of valuables P.53 +NOR NOR Final demand Household final consumption P.3h +NOR NOR Final demand Non-profit institutions serving households P.3n +NOR NOR Final demand Government final consumption P.3g +NOR NOR Final demand Gross fixed capital formation P.51 +NOR NOR Final demand Changes in inventories P.52 +NOR NOR Final demand Acquisitions less disposals of valuables P.53 +PSE PSE Final demand Household final consumption P.3h +PSE PSE Final demand Non-profit institutions serving households P.3n +PSE PSE Final demand Government final consumption P.3g +PSE PSE Final demand Gross fixed capital formation P.51 +PSE PSE Final demand Changes in inventories P.52 +PSE PSE Final demand Acquisitions less disposals of valuables P.53 +OMN OMN Final demand Household final consumption P.3h +OMN OMN Final demand Non-profit institutions serving households P.3n +OMN OMN Final demand Government final consumption P.3g +OMN OMN Final demand Gross fixed capital formation P.51 +OMN OMN Final demand Changes in inventories P.52 +OMN OMN Final demand Acquisitions less disposals of valuables P.53 +PAK PAK Final demand Household final consumption P.3h +PAK PAK Final demand Non-profit institutions serving households P.3n +PAK PAK Final demand Government final consumption P.3g +PAK PAK Final demand Gross fixed capital formation P.51 +PAK PAK Final demand Changes in inventories P.52 +PAK PAK Final demand Acquisitions less disposals of valuables P.53 +PAN PAN Final demand Household final consumption P.3h +PAN PAN Final demand Non-profit institutions serving households P.3n +PAN PAN Final demand Government final consumption P.3g +PAN PAN Final demand Gross fixed capital formation P.51 +PAN PAN Final demand Changes in inventories P.52 +PAN PAN Final demand Acquisitions less disposals of valuables P.53 +PNG PNG Final demand Household final consumption P.3h +PNG PNG Final demand Non-profit institutions serving households P.3n +PNG PNG Final demand Government final consumption P.3g +PNG PNG Final demand Gross fixed capital formation P.51 +PNG PNG Final demand Changes in inventories P.52 +PNG PNG Final demand Acquisitions less disposals of valuables P.53 +PRY PRY Final demand Household final consumption P.3h +PRY PRY Final demand Non-profit institutions serving households P.3n +PRY PRY Final demand Government final consumption P.3g +PRY PRY Final demand Gross fixed capital formation P.51 +PRY PRY Final demand Changes in inventories P.52 +PRY PRY Final demand Acquisitions less disposals of valuables P.53 +PER PER Final demand Household final consumption P.3h +PER PER Final demand Non-profit institutions serving households P.3n +PER PER Final demand Government final consumption P.3g +PER PER Final demand Gross fixed capital formation P.51 +PER PER Final demand Changes in inventories P.52 +PER PER Final demand Acquisitions less disposals of valuables P.53 +PHL PHL Final demand Household final consumption P.3h +PHL PHL Final demand Non-profit institutions serving households P.3n +PHL PHL Final demand Government final consumption P.3g +PHL PHL Final demand Gross fixed capital formation P.51 +PHL PHL Final demand Changes in inventories P.52 +PHL PHL Final demand Acquisitions less disposals of valuables P.53 +POL POL Final demand Household final consumption P.3h +POL POL Final demand Non-profit institutions serving households P.3n +POL POL Final demand Government final consumption P.3g +POL POL Final demand Gross fixed capital formation P.51 +POL POL Final demand Changes in inventories P.52 +POL POL Final demand Acquisitions less disposals of valuables P.53 +PRT PRT Final demand Household final consumption P.3h +PRT PRT Final demand Non-profit institutions serving households P.3n +PRT PRT Final demand Government final consumption P.3g +PRT PRT Final demand Gross fixed capital formation P.51 +PRT PRT Final demand Changes in inventories P.52 +PRT PRT Final demand Acquisitions less disposals of valuables P.53 +QAT QAT Final demand Household final consumption P.3h +QAT QAT Final demand Non-profit institutions serving households P.3n +QAT QAT Final demand Government final consumption P.3g +QAT QAT Final demand Gross fixed capital formation P.51 +QAT QAT Final demand Changes in inventories P.52 +QAT QAT Final demand Acquisitions less disposals of valuables P.53 +KOR KOR Final demand Household final consumption P.3h +KOR KOR Final demand Non-profit institutions serving households P.3n +KOR KOR Final demand Government final consumption P.3g +KOR KOR Final demand Gross fixed capital formation P.51 +KOR KOR Final demand Changes in inventories P.52 +KOR KOR Final demand Acquisitions less disposals of valuables P.53 +MDA MDA Final demand Household final consumption P.3h +MDA MDA Final demand Non-profit institutions serving households P.3n +MDA MDA Final demand Government final consumption P.3g +MDA MDA Final demand Gross fixed capital formation P.51 +MDA MDA Final demand Changes in inventories P.52 +MDA MDA Final demand Acquisitions less disposals of valuables P.53 +ROU ROU Final demand Household final consumption P.3h +ROU ROU Final demand Non-profit institutions serving households P.3n +ROU ROU Final demand Government final consumption P.3g +ROU ROU Final demand Gross fixed capital formation P.51 +ROU ROU Final demand Changes in inventories P.52 +ROU ROU Final demand Acquisitions less disposals of valuables P.53 +RUS RUS Final demand Household final consumption P.3h +RUS RUS Final demand Non-profit institutions serving households P.3n +RUS RUS Final demand Government final consumption P.3g +RUS RUS Final demand Gross fixed capital formation P.51 +RUS RUS Final demand Changes in inventories P.52 +RUS RUS Final demand Acquisitions less disposals of valuables P.53 +RWA RWA Final demand Household final consumption P.3h +RWA RWA Final demand Non-profit institutions serving households P.3n +RWA RWA Final demand Government final consumption P.3g +RWA RWA Final demand Gross fixed capital formation P.51 +RWA RWA Final demand Changes in inventories P.52 +RWA RWA Final demand Acquisitions less disposals of valuables P.53 +WSM WSM Final demand Household final consumption P.3h +WSM WSM Final demand Non-profit institutions serving households P.3n +WSM WSM Final demand Government final consumption P.3g +WSM WSM Final demand Gross fixed capital formation P.51 +WSM WSM Final demand Changes in inventories P.52 +WSM WSM Final demand Acquisitions less disposals of valuables P.53 +SMR SMR Final demand Household final consumption P.3h +SMR SMR Final demand Non-profit institutions serving households P.3n +SMR SMR Final demand Government final consumption P.3g +SMR SMR Final demand Gross fixed capital formation P.51 +SMR SMR Final demand Changes in inventories P.52 +SMR SMR Final demand Acquisitions less disposals of valuables P.53 +STP STP Final demand Household final consumption P.3h +STP STP Final demand Non-profit institutions serving households P.3n +STP STP Final demand Government final consumption P.3g +STP STP Final demand Gross fixed capital formation P.51 +STP STP Final demand Changes in inventories P.52 +STP STP Final demand Acquisitions less disposals of valuables P.53 +SAU SAU Final demand Household final consumption P.3h +SAU SAU Final demand Non-profit institutions serving households P.3n +SAU SAU Final demand Government final consumption P.3g +SAU SAU Final demand Gross fixed capital formation P.51 +SAU SAU Final demand Changes in inventories P.52 +SAU SAU Final demand Acquisitions less disposals of valuables P.53 +SEN SEN Final demand Household final consumption P.3h +SEN SEN Final demand Non-profit institutions serving households P.3n +SEN SEN Final demand Government final consumption P.3g +SEN SEN Final demand Gross fixed capital formation P.51 +SEN SEN Final demand Changes in inventories P.52 +SEN SEN Final demand Acquisitions less disposals of valuables P.53 +SRB SRB Final demand Household final consumption P.3h +SRB SRB Final demand Non-profit institutions serving households P.3n +SRB SRB Final demand Government final consumption P.3g +SRB SRB Final demand Gross fixed capital formation P.51 +SRB SRB Final demand Changes in inventories P.52 +SRB SRB Final demand Acquisitions less disposals of valuables P.53 +SYC SYC Final demand Household final consumption P.3h +SYC SYC Final demand Non-profit institutions serving households P.3n +SYC SYC Final demand Government final consumption P.3g +SYC SYC Final demand Gross fixed capital formation P.51 +SYC SYC Final demand Changes in inventories P.52 +SYC SYC Final demand Acquisitions less disposals of valuables P.53 +SLE SLE Final demand Household final consumption P.3h +SLE SLE Final demand Non-profit institutions serving households P.3n +SLE SLE Final demand Government final consumption P.3g +SLE SLE Final demand Gross fixed capital formation P.51 +SLE SLE Final demand Changes in inventories P.52 +SLE SLE Final demand Acquisitions less disposals of valuables P.53 +SGP SGP Final demand Household final consumption P.3h +SGP SGP Final demand Non-profit institutions serving households P.3n +SGP SGP Final demand Government final consumption P.3g +SGP SGP Final demand Gross fixed capital formation P.51 +SGP SGP Final demand Changes in inventories P.52 +SGP SGP Final demand Acquisitions less disposals of valuables P.53 +SVK SVK Final demand Household final consumption P.3h +SVK SVK Final demand Non-profit institutions serving households P.3n +SVK SVK Final demand Government final consumption P.3g +SVK SVK Final demand Gross fixed capital formation P.51 +SVK SVK Final demand Changes in inventories P.52 +SVK SVK Final demand Acquisitions less disposals of valuables P.53 +SVN SVN Final demand Household final consumption P.3h +SVN SVN Final demand Non-profit institutions serving households P.3n +SVN SVN Final demand Government final consumption P.3g +SVN SVN Final demand Gross fixed capital formation P.51 +SVN SVN Final demand Changes in inventories P.52 +SVN SVN Final demand Acquisitions less disposals of valuables P.53 +SOM SOM Final demand Household final consumption P.3h +SOM SOM Final demand Non-profit institutions serving households P.3n +SOM SOM Final demand Government final consumption P.3g +SOM SOM Final demand Gross fixed capital formation P.51 +SOM SOM Final demand Changes in inventories P.52 +SOM SOM Final demand Acquisitions less disposals of valuables P.53 +ZAF ZAF Final demand Household final consumption P.3h +ZAF ZAF Final demand Non-profit institutions serving households P.3n +ZAF ZAF Final demand Government final consumption P.3g +ZAF ZAF Final demand Gross fixed capital formation P.51 +ZAF ZAF Final demand Changes in inventories P.52 +ZAF ZAF Final demand Acquisitions less disposals of valuables P.53 +SDS SDS Final demand Household final consumption P.3h +SDS SDS Final demand Non-profit institutions serving households P.3n +SDS SDS Final demand Government final consumption P.3g +SDS SDS Final demand Gross fixed capital formation P.51 +SDS SDS Final demand Changes in inventories P.52 +SDS SDS Final demand Acquisitions less disposals of valuables P.53 +ESP ESP Final demand Household final consumption P.3h +ESP ESP Final demand Non-profit institutions serving households P.3n +ESP ESP Final demand Government final consumption P.3g +ESP ESP Final demand Gross fixed capital formation P.51 +ESP ESP Final demand Changes in inventories P.52 +ESP ESP Final demand Acquisitions less disposals of valuables P.53 +LKA LKA Final demand Household final consumption P.3h +LKA LKA Final demand Non-profit institutions serving households P.3n +LKA LKA Final demand Government final consumption P.3g +LKA LKA Final demand Gross fixed capital formation P.51 +LKA LKA Final demand Changes in inventories P.52 +LKA LKA Final demand Acquisitions less disposals of valuables P.53 +SUD SUD Final demand Household final consumption P.3h +SUD SUD Final demand Non-profit institutions serving households P.3n +SUD SUD Final demand Government final consumption P.3g +SUD SUD Final demand Gross fixed capital formation P.51 +SUD SUD Final demand Changes in inventories P.52 +SUD SUD Final demand Acquisitions less disposals of valuables P.53 +SUR SUR Final demand Household final consumption P.3h +SUR SUR Final demand Non-profit institutions serving households P.3n +SUR SUR Final demand Government final consumption P.3g +SUR SUR Final demand Gross fixed capital formation P.51 +SUR SUR Final demand Changes in inventories P.52 +SUR SUR Final demand Acquisitions less disposals of valuables P.53 +SWZ SWZ Final demand Household final consumption P.3h +SWZ SWZ Final demand Non-profit institutions serving households P.3n +SWZ SWZ Final demand Government final consumption P.3g +SWZ SWZ Final demand Gross fixed capital formation P.51 +SWZ SWZ Final demand Changes in inventories P.52 +SWZ SWZ Final demand Acquisitions less disposals of valuables P.53 +SWE SWE Final demand Household final consumption P.3h +SWE SWE Final demand Non-profit institutions serving households P.3n +SWE SWE Final demand Government final consumption P.3g +SWE SWE Final demand Gross fixed capital formation P.51 +SWE SWE Final demand Changes in inventories P.52 +SWE SWE Final demand Acquisitions less disposals of valuables P.53 +CHE CHE Final demand Household final consumption P.3h +CHE CHE Final demand Non-profit institutions serving households P.3n +CHE CHE Final demand Government final consumption P.3g +CHE CHE Final demand Gross fixed capital formation P.51 +CHE CHE Final demand Changes in inventories P.52 +CHE CHE Final demand Acquisitions less disposals of valuables P.53 +SYR SYR Final demand Household final consumption P.3h +SYR SYR Final demand Non-profit institutions serving households P.3n +SYR SYR Final demand Government final consumption P.3g +SYR SYR Final demand Gross fixed capital formation P.51 +SYR SYR Final demand Changes in inventories P.52 +SYR SYR Final demand Acquisitions less disposals of valuables P.53 +TWN TWN Final demand Household final consumption P.3h +TWN TWN Final demand Non-profit institutions serving households P.3n +TWN TWN Final demand Government final consumption P.3g +TWN TWN Final demand Gross fixed capital formation P.51 +TWN TWN Final demand Changes in inventories P.52 +TWN TWN Final demand Acquisitions less disposals of valuables P.53 +TJK TJK Final demand Household final consumption P.3h +TJK TJK Final demand Non-profit institutions serving households P.3n +TJK TJK Final demand Government final consumption P.3g +TJK TJK Final demand Gross fixed capital formation P.51 +TJK TJK Final demand Changes in inventories P.52 +TJK TJK Final demand Acquisitions less disposals of valuables P.53 +THA THA Final demand Household final consumption P.3h +THA THA Final demand Non-profit institutions serving households P.3n +THA THA Final demand Government final consumption P.3g +THA THA Final demand Gross fixed capital formation P.51 +THA THA Final demand Changes in inventories P.52 +THA THA Final demand Acquisitions less disposals of valuables P.53 +MKD MKD Final demand Household final consumption P.3h +MKD MKD Final demand Non-profit institutions serving households P.3n +MKD MKD Final demand Government final consumption P.3g +MKD MKD Final demand Gross fixed capital formation P.51 +MKD MKD Final demand Changes in inventories P.52 +MKD MKD Final demand Acquisitions less disposals of valuables P.53 +TGO TGO Final demand Household final consumption P.3h +TGO TGO Final demand Non-profit institutions serving households P.3n +TGO TGO Final demand Government final consumption P.3g +TGO TGO Final demand Gross fixed capital formation P.51 +TGO TGO Final demand Changes in inventories P.52 +TGO TGO Final demand Acquisitions less disposals of valuables P.53 +TTO TTO Final demand Household final consumption P.3h +TTO TTO Final demand Non-profit institutions serving households P.3n +TTO TTO Final demand Government final consumption P.3g +TTO TTO Final demand Gross fixed capital formation P.51 +TTO TTO Final demand Changes in inventories P.52 +TTO TTO Final demand Acquisitions less disposals of valuables P.53 +TUN TUN Final demand Household final consumption P.3h +TUN TUN Final demand Non-profit institutions serving households P.3n +TUN TUN Final demand Government final consumption P.3g +TUN TUN Final demand Gross fixed capital formation P.51 +TUN TUN Final demand Changes in inventories P.52 +TUN TUN Final demand Acquisitions less disposals of valuables P.53 +TUR TUR Final demand Household final consumption P.3h +TUR TUR Final demand Non-profit institutions serving households P.3n +TUR TUR Final demand Government final consumption P.3g +TUR TUR Final demand Gross fixed capital formation P.51 +TUR TUR Final demand Changes in inventories P.52 +TUR TUR Final demand Acquisitions less disposals of valuables P.53 +TKM TKM Final demand Household final consumption P.3h +TKM TKM Final demand Non-profit institutions serving households P.3n +TKM TKM Final demand Government final consumption P.3g +TKM TKM Final demand Gross fixed capital formation P.51 +TKM TKM Final demand Changes in inventories P.52 +TKM TKM Final demand Acquisitions less disposals of valuables P.53 +USR USR Final demand Household final consumption P.3h +USR USR Final demand Non-profit institutions serving households P.3n +USR USR Final demand Government final consumption P.3g +USR USR Final demand Gross fixed capital formation P.51 +USR USR Final demand Changes in inventories P.52 +USR USR Final demand Acquisitions less disposals of valuables P.53 +UGA UGA Final demand Household final consumption P.3h +UGA UGA Final demand Non-profit institutions serving households P.3n +UGA UGA Final demand Government final consumption P.3g +UGA UGA Final demand Gross fixed capital formation P.51 +UGA UGA Final demand Changes in inventories P.52 +UGA UGA Final demand Acquisitions less disposals of valuables P.53 +UKR UKR Final demand Household final consumption P.3h +UKR UKR Final demand Non-profit institutions serving households P.3n +UKR UKR Final demand Government final consumption P.3g +UKR UKR Final demand Gross fixed capital formation P.51 +UKR UKR Final demand Changes in inventories P.52 +UKR UKR Final demand Acquisitions less disposals of valuables P.53 +ARE ARE Final demand Household final consumption P.3h +ARE ARE Final demand Non-profit institutions serving households P.3n +ARE ARE Final demand Government final consumption P.3g +ARE ARE Final demand Gross fixed capital formation P.51 +ARE ARE Final demand Changes in inventories P.52 +ARE ARE Final demand Acquisitions less disposals of valuables P.53 +GBR GBR Final demand Household final consumption P.3h +GBR GBR Final demand Non-profit institutions serving households P.3n +GBR GBR Final demand Government final consumption P.3g +GBR GBR Final demand Gross fixed capital formation P.51 +GBR GBR Final demand Changes in inventories P.52 +GBR GBR Final demand Acquisitions less disposals of valuables P.53 +TZA TZA Final demand Household final consumption P.3h +TZA TZA Final demand Non-profit institutions serving households P.3n +TZA TZA Final demand Government final consumption P.3g +TZA TZA Final demand Gross fixed capital formation P.51 +TZA TZA Final demand Changes in inventories P.52 +TZA TZA Final demand Acquisitions less disposals of valuables P.53 +USA USA Final demand Household final consumption P.3h +USA USA Final demand Non-profit institutions serving households P.3n +USA USA Final demand Government final consumption P.3g +USA USA Final demand Gross fixed capital formation P.51 +USA USA Final demand Changes in inventories P.52 +USA USA Final demand Acquisitions less disposals of valuables P.53 +URY URY Final demand Household final consumption P.3h +URY URY Final demand Non-profit institutions serving households P.3n +URY URY Final demand Government final consumption P.3g +URY URY Final demand Gross fixed capital formation P.51 +URY URY Final demand Changes in inventories P.52 +URY URY Final demand Acquisitions less disposals of valuables P.53 +UZB UZB Final demand Household final consumption P.3h +UZB UZB Final demand Non-profit institutions serving households P.3n +UZB UZB Final demand Government final consumption P.3g +UZB UZB Final demand Gross fixed capital formation P.51 +UZB UZB Final demand Changes in inventories P.52 +UZB UZB Final demand Acquisitions less disposals of valuables P.53 +VUT VUT Final demand Household final consumption P.3h +VUT VUT Final demand Non-profit institutions serving households P.3n +VUT VUT Final demand Government final consumption P.3g +VUT VUT Final demand Gross fixed capital formation P.51 +VUT VUT Final demand Changes in inventories P.52 +VUT VUT Final demand Acquisitions less disposals of valuables P.53 +VEN VEN Final demand Household final consumption P.3h +VEN VEN Final demand Non-profit institutions serving households P.3n +VEN VEN Final demand Government final consumption P.3g +VEN VEN Final demand Gross fixed capital formation P.51 +VEN VEN Final demand Changes in inventories P.52 +VEN VEN Final demand Acquisitions less disposals of valuables P.53 +VNM VNM Final demand Household final consumption P.3h +VNM VNM Final demand Non-profit institutions serving households P.3n +VNM VNM Final demand Government final consumption P.3g +VNM VNM Final demand Gross fixed capital formation P.51 +VNM VNM Final demand Changes in inventories P.52 +VNM VNM Final demand Acquisitions less disposals of valuables P.53 +YEM YEM Final demand Household final consumption P.3h +YEM YEM Final demand Non-profit institutions serving households P.3n +YEM YEM Final demand Government final consumption P.3g +YEM YEM Final demand Gross fixed capital formation P.51 +YEM YEM Final demand Changes in inventories P.52 +YEM YEM Final demand Acquisitions less disposals of valuables P.53 +ZMB ZMB Final demand Household final consumption P.3h +ZMB ZMB Final demand Non-profit institutions serving households P.3n +ZMB ZMB Final demand Government final consumption P.3g +ZMB ZMB Final demand Gross fixed capital formation P.51 +ZMB ZMB Final demand Changes in inventories P.52 +ZMB ZMB Final demand Acquisitions less disposals of valuables P.53 +ZWE ZWE Final demand Household final consumption P.3h +ZWE ZWE Final demand Non-profit institutions serving households P.3n +ZWE ZWE Final demand Government final consumption P.3g +ZWE ZWE Final demand Gross fixed capital formation P.51 +ZWE ZWE Final demand Changes in inventories P.52 +ZWE ZWE Final demand Acquisitions less disposals of valuables P.53 +ROW ROW Final demand Household final consumption P.3h +ROW ROW Final demand Non-profit institutions serving households P.3n +ROW ROW Final demand Government final consumption P.3g +ROW ROW Final demand Gross fixed capital formation P.51 +ROW ROW Final demand Changes in inventories P.52 +ROW ROW Final demand Acquisitions less disposals of valuables P.53 diff --git a/in/eora_io_data_2015/labels_Q.txt b/in/eora_io_data_2015/labels_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b656f2de144ca4203d465c792ca53b555caeb1 --- /dev/null +++ b/in/eora_io_data_2015/labels_Q.txt @@ -0,0 +1,2728 @@ +Energy Usage (TJ) Natural Gas +Energy Usage (TJ) Coal +Energy Usage (TJ) Petroleum +Energy Usage (TJ) Nuclear Electricity +Energy Usage (TJ) Hydroelectric Electricity +Energy Usage (TJ) Geothermal Electricity +Energy Usage (TJ) Wind Electricity +Energy Usage (TJ) Solar, Tide and Wave Electricity +Energy Usage (TJ) Biomass and Waste Electricity +I-GHG-CO2 emissions (Gg) Public electricity and heat production +I-GHG-CO2 emissions (Gg) Other Energy Industries +I-GHG-CO2 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2 emissions (Gg) Domestic aviation +I-GHG-CO2 emissions (Gg) Road transportation +I-GHG-CO2 emissions (Gg) Rail transportation +I-GHG-CO2 emissions (Gg) Inland navigation +I-GHG-CO2 emissions (Gg) Other transportation +I-GHG-CO2 emissions (Gg) Residential and other sectors +I-GHG-CO2 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2 emissions (Gg) Memo: International aviation +I-GHG-CO2 emissions (Gg) Memo: International navigation +I-GHG-CO2 emissions (Gg) Production of minerals +I-GHG-CO2 emissions (Gg) Cement production +I-GHG-CO2 emissions (Gg) Lime production +I-GHG-CO2 emissions (Gg) Production of chemicals +I-GHG-CO2 emissions (Gg) Production of metals +I-GHG-CO2 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2 emissions (Gg) Foam Blowing +I-GHG-CO2 emissions (Gg) Fire Extinguishers +I-GHG-CO2 emissions (Gg) Aerosols +I-GHG-CO2 emissions (Gg) F-gas as Solvent +I-GHG-CO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2 emissions (Gg) Electrical Equipment +I-GHG-CO2 emissions (Gg) Other F-gas use +I-GHG-CO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2 emissions (Gg) Solvent and other product use: paint +I-GHG-CO2 emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2 emissions (Gg) Solvent and other product use: other +I-GHG-CO2 emissions (Gg) Enteric fermentation +I-GHG-CO2 emissions (Gg) Manure management +I-GHG-CO2 emissions (Gg) Rice cultivation +I-GHG-CO2 emissions (Gg) Direct soil emissions +I-GHG-CO2 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2 emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2 emissions (Gg) Other direct soil emissions +I-GHG-CO2 emissions (Gg) Savanna burning +I-GHG-CO2 emissions (Gg) Agricultural waste burning +I-GHG-CO2 emissions (Gg) Forest fires +I-GHG-CO2 emissions (Gg) Grassland fires +I-GHG-CO2 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2 emissions (Gg) Other vegetation fires +I-GHG-CO2 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2 emissions (Gg) Solid waste disposal on land +I-GHG-CO2 emissions (Gg) Wastewater handling +I-GHG-CO2 emissions (Gg) Waste incineration +I-GHG-CO2 emissions (Gg) Other waste handling +I-GHG-CO2 emissions (Gg) Fossil fuel fires +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2 emissions (Gg) Other sources +I-GHG-CO2b emissions (Gg) Public electricity and heat production +I-GHG-CO2b emissions (Gg) Other Energy Industries +I-GHG-CO2b emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2b emissions (Gg) Domestic aviation +I-GHG-CO2b emissions (Gg) Road transportation +I-GHG-CO2b emissions (Gg) Rail transportation +I-GHG-CO2b emissions (Gg) Inland navigation +I-GHG-CO2b emissions (Gg) Other transportation +I-GHG-CO2b emissions (Gg) Residential and other sectors +I-GHG-CO2b emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2b emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2b emissions (Gg) Memo: International aviation +I-GHG-CO2b emissions (Gg) Memo: International navigation +I-GHG-CO2b emissions (Gg) Production of minerals +I-GHG-CO2b emissions (Gg) Cement production +I-GHG-CO2b emissions (Gg) Lime production +I-GHG-CO2b emissions (Gg) Production of chemicals +I-GHG-CO2b emissions (Gg) Production of metals +I-GHG-CO2b emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2b emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2b emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2b emissions (Gg) Foam Blowing +I-GHG-CO2b emissions (Gg) Fire Extinguishers +I-GHG-CO2b emissions (Gg) Aerosols +I-GHG-CO2b emissions (Gg) F-gas as Solvent +I-GHG-CO2b emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2b emissions (Gg) Electrical Equipment +I-GHG-CO2b emissions (Gg) Other F-gas use +I-GHG-CO2b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2b emissions (Gg) Solvent and other product use: paint +I-GHG-CO2b emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2b emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2b emissions (Gg) Solvent and other product use: other +I-GHG-CO2b emissions (Gg) Enteric fermentation +I-GHG-CO2b emissions (Gg) Manure management +I-GHG-CO2b emissions (Gg) Rice cultivation +I-GHG-CO2b emissions (Gg) Direct soil emissions +I-GHG-CO2b emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2b emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2b emissions (Gg) Other direct soil emissions +I-GHG-CO2b emissions (Gg) Savanna burning +I-GHG-CO2b emissions (Gg) Agricultural waste burning +I-GHG-CO2b emissions (Gg) Forest fires +I-GHG-CO2b emissions (Gg) Grassland fires +I-GHG-CO2b emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2b emissions (Gg) Other vegetation fires +I-GHG-CO2b emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2b emissions (Gg) Solid waste disposal on land +I-GHG-CO2b emissions (Gg) Wastewater handling +I-GHG-CO2b emissions (Gg) Waste incineration +I-GHG-CO2b emissions (Gg) Other waste handling +I-GHG-CO2b emissions (Gg) Fossil fuel fires +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2b emissions (Gg) Other sources +I-GHG-CH4 emissions (Gg) Public electricity and heat production +I-GHG-CH4 emissions (Gg) Other Energy Industries +I-GHG-CH4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CH4 emissions (Gg) Domestic aviation +I-GHG-CH4 emissions (Gg) Road transportation +I-GHG-CH4 emissions (Gg) Rail transportation +I-GHG-CH4 emissions (Gg) Inland navigation +I-GHG-CH4 emissions (Gg) Other transportation +I-GHG-CH4 emissions (Gg) Residential and other sectors +I-GHG-CH4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CH4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CH4 emissions (Gg) Memo: International aviation +I-GHG-CH4 emissions (Gg) Memo: International navigation +I-GHG-CH4 emissions (Gg) Production of minerals +I-GHG-CH4 emissions (Gg) Cement production +I-GHG-CH4 emissions (Gg) Lime production +I-GHG-CH4 emissions (Gg) Production of chemicals +I-GHG-CH4 emissions (Gg) Production of metals +I-GHG-CH4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CH4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CH4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CH4 emissions (Gg) Foam Blowing +I-GHG-CH4 emissions (Gg) Fire Extinguishers +I-GHG-CH4 emissions (Gg) Aerosols +I-GHG-CH4 emissions (Gg) F-gas as Solvent +I-GHG-CH4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CH4 emissions (Gg) Electrical Equipment +I-GHG-CH4 emissions (Gg) Other F-gas use +I-GHG-CH4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CH4 emissions (Gg) Solvent and other product use: paint +I-GHG-CH4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CH4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CH4 emissions (Gg) Solvent and other product use: other +I-GHG-CH4 emissions (Gg) Enteric fermentation +I-GHG-CH4 emissions (Gg) Manure management +I-GHG-CH4 emissions (Gg) Rice cultivation +I-GHG-CH4 emissions (Gg) Direct soil emissions +I-GHG-CH4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CH4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CH4 emissions (Gg) Other direct soil emissions +I-GHG-CH4 emissions (Gg) Savanna burning +I-GHG-CH4 emissions (Gg) Agricultural waste burning +I-GHG-CH4 emissions (Gg) Forest fires +I-GHG-CH4 emissions (Gg) Grassland fires +I-GHG-CH4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CH4 emissions (Gg) Other vegetation fires +I-GHG-CH4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CH4 emissions (Gg) Solid waste disposal on land +I-GHG-CH4 emissions (Gg) Wastewater handling +I-GHG-CH4 emissions (Gg) Waste incineration +I-GHG-CH4 emissions (Gg) Other waste handling +I-GHG-CH4 emissions (Gg) Fossil fuel fires +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CH4 emissions (Gg) Other sources +I-GHG-N2O emissions (Gg) Public electricity and heat production +I-GHG-N2O emissions (Gg) Other Energy Industries +I-GHG-N2O emissions (Gg) Manufacturing Industries and Construction +I-GHG-N2O emissions (Gg) Domestic aviation +I-GHG-N2O emissions (Gg) Road transportation +I-GHG-N2O emissions (Gg) Rail transportation +I-GHG-N2O emissions (Gg) Inland navigation +I-GHG-N2O emissions (Gg) Other transportation +I-GHG-N2O emissions (Gg) Residential and other sectors +I-GHG-N2O emissions (Gg) Fugitive emissions from solid fuels +I-GHG-N2O emissions (Gg) Fugitive emissions from oil and gas +I-GHG-N2O emissions (Gg) Memo: International aviation +I-GHG-N2O emissions (Gg) Memo: International navigation +I-GHG-N2O emissions (Gg) Production of minerals +I-GHG-N2O emissions (Gg) Cement production +I-GHG-N2O emissions (Gg) Lime production +I-GHG-N2O emissions (Gg) Production of chemicals +I-GHG-N2O emissions (Gg) Production of metals +I-GHG-N2O emissions (Gg) Production of pulp/paper/food/drink +I-GHG-N2O emissions (Gg) Production of halocarbons and SF6 +I-GHG-N2O emissions (Gg) Refrigeration and Air Conditioning +I-GHG-N2O emissions (Gg) Foam Blowing +I-GHG-N2O emissions (Gg) Fire Extinguishers +I-GHG-N2O emissions (Gg) Aerosols +I-GHG-N2O emissions (Gg) F-gas as Solvent +I-GHG-N2O emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-N2O emissions (Gg) Electrical Equipment +I-GHG-N2O emissions (Gg) Other F-gas use +I-GHG-N2O emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-N2O emissions (Gg) Solvent and other product use: paint +I-GHG-N2O emissions (Gg) Solvent and other product use: degrease +I-GHG-N2O emissions (Gg) Solvent and other product use: chemicals +I-GHG-N2O emissions (Gg) Solvent and other product use: other +I-GHG-N2O emissions (Gg) Enteric fermentation +I-GHG-N2O emissions (Gg) Manure management +I-GHG-N2O emissions (Gg) Rice cultivation +I-GHG-N2O emissions (Gg) Direct soil emissions +I-GHG-N2O emissions (Gg) Manure in pasture/range/paddock +I-GHG-N2O emissions (Gg) Indirect N2O from agriculture +I-GHG-N2O emissions (Gg) Other direct soil emissions +I-GHG-N2O emissions (Gg) Savanna burning +I-GHG-N2O emissions (Gg) Agricultural waste burning +I-GHG-N2O emissions (Gg) Forest fires +I-GHG-N2O emissions (Gg) Grassland fires +I-GHG-N2O emissions (Gg) Decay of wetlands/peatlands +I-GHG-N2O emissions (Gg) Other vegetation fires +I-GHG-N2O emissions (Gg) Forest Fires-Post burn decay +I-GHG-N2O emissions (Gg) Solid waste disposal on land +I-GHG-N2O emissions (Gg) Wastewater handling +I-GHG-N2O emissions (Gg) Waste incineration +I-GHG-N2O emissions (Gg) Other waste handling +I-GHG-N2O emissions (Gg) Fossil fuel fires +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-N2O emissions (Gg) Other sources +I-GHG-HFC125 emissions (Gg) Public electricity and heat production +I-GHG-HFC125 emissions (Gg) Other Energy Industries +I-GHG-HFC125 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC125 emissions (Gg) Domestic aviation +I-GHG-HFC125 emissions (Gg) Road transportation +I-GHG-HFC125 emissions (Gg) Rail transportation +I-GHG-HFC125 emissions (Gg) Inland navigation +I-GHG-HFC125 emissions (Gg) Other transportation +I-GHG-HFC125 emissions (Gg) Residential and other sectors +I-GHG-HFC125 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC125 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC125 emissions (Gg) Memo: International aviation +I-GHG-HFC125 emissions (Gg) Memo: International navigation +I-GHG-HFC125 emissions (Gg) Production of minerals +I-GHG-HFC125 emissions (Gg) Cement production +I-GHG-HFC125 emissions (Gg) Lime production +I-GHG-HFC125 emissions (Gg) Production of chemicals +I-GHG-HFC125 emissions (Gg) Production of metals +I-GHG-HFC125 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC125 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC125 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC125 emissions (Gg) Foam Blowing +I-GHG-HFC125 emissions (Gg) Fire Extinguishers +I-GHG-HFC125 emissions (Gg) Aerosols +I-GHG-HFC125 emissions (Gg) F-gas as Solvent +I-GHG-HFC125 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC125 emissions (Gg) Electrical Equipment +I-GHG-HFC125 emissions (Gg) Other F-gas use +I-GHG-HFC125 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC125 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC125 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC125 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC125 emissions (Gg) Solvent and other product use: other +I-GHG-HFC125 emissions (Gg) Enteric fermentation +I-GHG-HFC125 emissions (Gg) Manure management +I-GHG-HFC125 emissions (Gg) Rice cultivation +I-GHG-HFC125 emissions (Gg) Direct soil emissions +I-GHG-HFC125 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC125 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC125 emissions (Gg) Other direct soil emissions +I-GHG-HFC125 emissions (Gg) Savanna burning +I-GHG-HFC125 emissions (Gg) Agricultural waste burning +I-GHG-HFC125 emissions (Gg) Forest fires +I-GHG-HFC125 emissions (Gg) Grassland fires +I-GHG-HFC125 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC125 emissions (Gg) Other vegetation fires +I-GHG-HFC125 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC125 emissions (Gg) Solid waste disposal on land +I-GHG-HFC125 emissions (Gg) Wastewater handling +I-GHG-HFC125 emissions (Gg) Waste incineration +I-GHG-HFC125 emissions (Gg) Other waste handling +I-GHG-HFC125 emissions (Gg) Fossil fuel fires +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC125 emissions (Gg) Other sources +I-GHG-HFC134a emissions (Gg) Public electricity and heat production +I-GHG-HFC134a emissions (Gg) Other Energy Industries +I-GHG-HFC134a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC134a emissions (Gg) Domestic aviation +I-GHG-HFC134a emissions (Gg) Road transportation +I-GHG-HFC134a emissions (Gg) Rail transportation +I-GHG-HFC134a emissions (Gg) Inland navigation +I-GHG-HFC134a emissions (Gg) Other transportation +I-GHG-HFC134a emissions (Gg) Residential and other sectors +I-GHG-HFC134a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC134a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC134a emissions (Gg) Memo: International aviation +I-GHG-HFC134a emissions (Gg) Memo: International navigation +I-GHG-HFC134a emissions (Gg) Production of minerals +I-GHG-HFC134a emissions (Gg) Cement production +I-GHG-HFC134a emissions (Gg) Lime production +I-GHG-HFC134a emissions (Gg) Production of chemicals +I-GHG-HFC134a emissions (Gg) Production of metals +I-GHG-HFC134a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC134a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC134a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC134a emissions (Gg) Foam Blowing +I-GHG-HFC134a emissions (Gg) Fire Extinguishers +I-GHG-HFC134a emissions (Gg) Aerosols +I-GHG-HFC134a emissions (Gg) F-gas as Solvent +I-GHG-HFC134a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC134a emissions (Gg) Electrical Equipment +I-GHG-HFC134a emissions (Gg) Other F-gas use +I-GHG-HFC134a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC134a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC134a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC134a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC134a emissions (Gg) Solvent and other product use: other +I-GHG-HFC134a emissions (Gg) Enteric fermentation +I-GHG-HFC134a emissions (Gg) Manure management +I-GHG-HFC134a emissions (Gg) Rice cultivation +I-GHG-HFC134a emissions (Gg) Direct soil emissions +I-GHG-HFC134a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC134a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC134a emissions (Gg) Other direct soil emissions +I-GHG-HFC134a emissions (Gg) Savanna burning +I-GHG-HFC134a emissions (Gg) Agricultural waste burning +I-GHG-HFC134a emissions (Gg) Forest fires +I-GHG-HFC134a emissions (Gg) Grassland fires +I-GHG-HFC134a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC134a emissions (Gg) Other vegetation fires +I-GHG-HFC134a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC134a emissions (Gg) Solid waste disposal on land +I-GHG-HFC134a emissions (Gg) Wastewater handling +I-GHG-HFC134a emissions (Gg) Waste incineration +I-GHG-HFC134a emissions (Gg) Other waste handling +I-GHG-HFC134a emissions (Gg) Fossil fuel fires +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC134a emissions (Gg) Other sources +I-GHG-HFC143a emissions (Gg) Public electricity and heat production +I-GHG-HFC143a emissions (Gg) Other Energy Industries +I-GHG-HFC143a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC143a emissions (Gg) Domestic aviation +I-GHG-HFC143a emissions (Gg) Road transportation +I-GHG-HFC143a emissions (Gg) Rail transportation +I-GHG-HFC143a emissions (Gg) Inland navigation +I-GHG-HFC143a emissions (Gg) Other transportation +I-GHG-HFC143a emissions (Gg) Residential and other sectors +I-GHG-HFC143a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC143a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC143a emissions (Gg) Memo: International aviation +I-GHG-HFC143a emissions (Gg) Memo: International navigation +I-GHG-HFC143a emissions (Gg) Production of minerals +I-GHG-HFC143a emissions (Gg) Cement production +I-GHG-HFC143a emissions (Gg) Lime production +I-GHG-HFC143a emissions (Gg) Production of chemicals +I-GHG-HFC143a emissions (Gg) Production of metals +I-GHG-HFC143a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC143a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC143a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC143a emissions (Gg) Foam Blowing +I-GHG-HFC143a emissions (Gg) Fire Extinguishers +I-GHG-HFC143a emissions (Gg) Aerosols +I-GHG-HFC143a emissions (Gg) F-gas as Solvent +I-GHG-HFC143a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC143a emissions (Gg) Electrical Equipment +I-GHG-HFC143a emissions (Gg) Other F-gas use +I-GHG-HFC143a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC143a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC143a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC143a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC143a emissions (Gg) Solvent and other product use: other +I-GHG-HFC143a emissions (Gg) Enteric fermentation +I-GHG-HFC143a emissions (Gg) Manure management +I-GHG-HFC143a emissions (Gg) Rice cultivation +I-GHG-HFC143a emissions (Gg) Direct soil emissions +I-GHG-HFC143a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC143a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC143a emissions (Gg) Other direct soil emissions +I-GHG-HFC143a emissions (Gg) Savanna burning +I-GHG-HFC143a emissions (Gg) Agricultural waste burning +I-GHG-HFC143a emissions (Gg) Forest fires +I-GHG-HFC143a emissions (Gg) Grassland fires +I-GHG-HFC143a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC143a emissions (Gg) Other vegetation fires +I-GHG-HFC143a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC143a emissions (Gg) Solid waste disposal on land +I-GHG-HFC143a emissions (Gg) Wastewater handling +I-GHG-HFC143a emissions (Gg) Waste incineration +I-GHG-HFC143a emissions (Gg) Other waste handling +I-GHG-HFC143a emissions (Gg) Fossil fuel fires +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC143a emissions (Gg) Other sources +I-GHG-HFC152a emissions (Gg) Public electricity and heat production +I-GHG-HFC152a emissions (Gg) Other Energy Industries +I-GHG-HFC152a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC152a emissions (Gg) Domestic aviation +I-GHG-HFC152a emissions (Gg) Road transportation +I-GHG-HFC152a emissions (Gg) Rail transportation +I-GHG-HFC152a emissions (Gg) Inland navigation +I-GHG-HFC152a emissions (Gg) Other transportation +I-GHG-HFC152a emissions (Gg) Residential and other sectors +I-GHG-HFC152a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC152a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC152a emissions (Gg) Memo: International aviation +I-GHG-HFC152a emissions (Gg) Memo: International navigation +I-GHG-HFC152a emissions (Gg) Production of minerals +I-GHG-HFC152a emissions (Gg) Cement production +I-GHG-HFC152a emissions (Gg) Lime production +I-GHG-HFC152a emissions (Gg) Production of chemicals +I-GHG-HFC152a emissions (Gg) Production of metals +I-GHG-HFC152a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC152a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC152a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC152a emissions (Gg) Foam Blowing +I-GHG-HFC152a emissions (Gg) Fire Extinguishers +I-GHG-HFC152a emissions (Gg) Aerosols +I-GHG-HFC152a emissions (Gg) F-gas as Solvent +I-GHG-HFC152a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC152a emissions (Gg) Electrical Equipment +I-GHG-HFC152a emissions (Gg) Other F-gas use +I-GHG-HFC152a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC152a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC152a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC152a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC152a emissions (Gg) Solvent and other product use: other +I-GHG-HFC152a emissions (Gg) Enteric fermentation +I-GHG-HFC152a emissions (Gg) Manure management +I-GHG-HFC152a emissions (Gg) Rice cultivation +I-GHG-HFC152a emissions (Gg) Direct soil emissions +I-GHG-HFC152a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC152a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC152a emissions (Gg) Other direct soil emissions +I-GHG-HFC152a emissions (Gg) Savanna burning +I-GHG-HFC152a emissions (Gg) Agricultural waste burning +I-GHG-HFC152a emissions (Gg) Forest fires +I-GHG-HFC152a emissions (Gg) Grassland fires +I-GHG-HFC152a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC152a emissions (Gg) Other vegetation fires +I-GHG-HFC152a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC152a emissions (Gg) Solid waste disposal on land +I-GHG-HFC152a emissions (Gg) Wastewater handling +I-GHG-HFC152a emissions (Gg) Waste incineration +I-GHG-HFC152a emissions (Gg) Other waste handling +I-GHG-HFC152a emissions (Gg) Fossil fuel fires +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC152a emissions (Gg) Other sources +I-GHG-HFC227ea emissions (Gg) Public electricity and heat production +I-GHG-HFC227ea emissions (Gg) Other Energy Industries +I-GHG-HFC227ea emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC227ea emissions (Gg) Domestic aviation +I-GHG-HFC227ea emissions (Gg) Road transportation +I-GHG-HFC227ea emissions (Gg) Rail transportation +I-GHG-HFC227ea emissions (Gg) Inland navigation +I-GHG-HFC227ea emissions (Gg) Other transportation +I-GHG-HFC227ea emissions (Gg) Residential and other sectors +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC227ea emissions (Gg) Memo: International aviation +I-GHG-HFC227ea emissions (Gg) Memo: International navigation +I-GHG-HFC227ea emissions (Gg) Production of minerals +I-GHG-HFC227ea emissions (Gg) Cement production +I-GHG-HFC227ea emissions (Gg) Lime production +I-GHG-HFC227ea emissions (Gg) Production of chemicals +I-GHG-HFC227ea emissions (Gg) Production of metals +I-GHG-HFC227ea emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC227ea emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC227ea emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC227ea emissions (Gg) Foam Blowing +I-GHG-HFC227ea emissions (Gg) Fire Extinguishers +I-GHG-HFC227ea emissions (Gg) Aerosols +I-GHG-HFC227ea emissions (Gg) F-gas as Solvent +I-GHG-HFC227ea emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC227ea emissions (Gg) Electrical Equipment +I-GHG-HFC227ea emissions (Gg) Other F-gas use +I-GHG-HFC227ea emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: paint +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: other +I-GHG-HFC227ea emissions (Gg) Enteric fermentation +I-GHG-HFC227ea emissions (Gg) Manure management +I-GHG-HFC227ea emissions (Gg) Rice cultivation +I-GHG-HFC227ea emissions (Gg) Direct soil emissions +I-GHG-HFC227ea emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC227ea emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC227ea emissions (Gg) Other direct soil emissions +I-GHG-HFC227ea emissions (Gg) Savanna burning +I-GHG-HFC227ea emissions (Gg) Agricultural waste burning +I-GHG-HFC227ea emissions (Gg) Forest fires +I-GHG-HFC227ea emissions (Gg) Grassland fires +I-GHG-HFC227ea emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC227ea emissions (Gg) Other vegetation fires +I-GHG-HFC227ea emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC227ea emissions (Gg) Solid waste disposal on land +I-GHG-HFC227ea emissions (Gg) Wastewater handling +I-GHG-HFC227ea emissions (Gg) Waste incineration +I-GHG-HFC227ea emissions (Gg) Other waste handling +I-GHG-HFC227ea emissions (Gg) Fossil fuel fires +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC227ea emissions (Gg) Other sources +I-GHG-HFC23 emissions (Gg) Public electricity and heat production +I-GHG-HFC23 emissions (Gg) Other Energy Industries +I-GHG-HFC23 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC23 emissions (Gg) Domestic aviation +I-GHG-HFC23 emissions (Gg) Road transportation +I-GHG-HFC23 emissions (Gg) Rail transportation +I-GHG-HFC23 emissions (Gg) Inland navigation +I-GHG-HFC23 emissions (Gg) Other transportation +I-GHG-HFC23 emissions (Gg) Residential and other sectors +I-GHG-HFC23 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC23 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC23 emissions (Gg) Memo: International aviation +I-GHG-HFC23 emissions (Gg) Memo: International navigation +I-GHG-HFC23 emissions (Gg) Production of minerals +I-GHG-HFC23 emissions (Gg) Cement production +I-GHG-HFC23 emissions (Gg) Lime production +I-GHG-HFC23 emissions (Gg) Production of chemicals +I-GHG-HFC23 emissions (Gg) Production of metals +I-GHG-HFC23 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC23 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC23 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC23 emissions (Gg) Foam Blowing +I-GHG-HFC23 emissions (Gg) Fire Extinguishers +I-GHG-HFC23 emissions (Gg) Aerosols +I-GHG-HFC23 emissions (Gg) F-gas as Solvent +I-GHG-HFC23 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC23 emissions (Gg) Electrical Equipment +I-GHG-HFC23 emissions (Gg) Other F-gas use +I-GHG-HFC23 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC23 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC23 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC23 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC23 emissions (Gg) Solvent and other product use: other +I-GHG-HFC23 emissions (Gg) Enteric fermentation +I-GHG-HFC23 emissions (Gg) Manure management +I-GHG-HFC23 emissions (Gg) Rice cultivation +I-GHG-HFC23 emissions (Gg) Direct soil emissions +I-GHG-HFC23 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC23 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC23 emissions (Gg) Other direct soil emissions +I-GHG-HFC23 emissions (Gg) Savanna burning +I-GHG-HFC23 emissions (Gg) Agricultural waste burning +I-GHG-HFC23 emissions (Gg) Forest fires +I-GHG-HFC23 emissions (Gg) Grassland fires +I-GHG-HFC23 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC23 emissions (Gg) Other vegetation fires +I-GHG-HFC23 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC23 emissions (Gg) Solid waste disposal on land +I-GHG-HFC23 emissions (Gg) Wastewater handling +I-GHG-HFC23 emissions (Gg) Waste incineration +I-GHG-HFC23 emissions (Gg) Other waste handling +I-GHG-HFC23 emissions (Gg) Fossil fuel fires +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC23 emissions (Gg) Other sources +I-GHG-HFC236fa emissions (Gg) Public electricity and heat production +I-GHG-HFC236fa emissions (Gg) Other Energy Industries +I-GHG-HFC236fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC236fa emissions (Gg) Domestic aviation +I-GHG-HFC236fa emissions (Gg) Road transportation +I-GHG-HFC236fa emissions (Gg) Rail transportation +I-GHG-HFC236fa emissions (Gg) Inland navigation +I-GHG-HFC236fa emissions (Gg) Other transportation +I-GHG-HFC236fa emissions (Gg) Residential and other sectors +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC236fa emissions (Gg) Memo: International aviation +I-GHG-HFC236fa emissions (Gg) Memo: International navigation +I-GHG-HFC236fa emissions (Gg) Production of minerals +I-GHG-HFC236fa emissions (Gg) Cement production +I-GHG-HFC236fa emissions (Gg) Lime production +I-GHG-HFC236fa emissions (Gg) Production of chemicals +I-GHG-HFC236fa emissions (Gg) Production of metals +I-GHG-HFC236fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC236fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC236fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC236fa emissions (Gg) Foam Blowing +I-GHG-HFC236fa emissions (Gg) Fire Extinguishers +I-GHG-HFC236fa emissions (Gg) Aerosols +I-GHG-HFC236fa emissions (Gg) F-gas as Solvent +I-GHG-HFC236fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC236fa emissions (Gg) Electrical Equipment +I-GHG-HFC236fa emissions (Gg) Other F-gas use +I-GHG-HFC236fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC236fa emissions (Gg) Enteric fermentation +I-GHG-HFC236fa emissions (Gg) Manure management +I-GHG-HFC236fa emissions (Gg) Rice cultivation +I-GHG-HFC236fa emissions (Gg) Direct soil emissions +I-GHG-HFC236fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC236fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC236fa emissions (Gg) Other direct soil emissions +I-GHG-HFC236fa emissions (Gg) Savanna burning +I-GHG-HFC236fa emissions (Gg) Agricultural waste burning +I-GHG-HFC236fa emissions (Gg) Forest fires +I-GHG-HFC236fa emissions (Gg) Grassland fires +I-GHG-HFC236fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC236fa emissions (Gg) Other vegetation fires +I-GHG-HFC236fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC236fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC236fa emissions (Gg) Wastewater handling +I-GHG-HFC236fa emissions (Gg) Waste incineration +I-GHG-HFC236fa emissions (Gg) Other waste handling +I-GHG-HFC236fa emissions (Gg) Fossil fuel fires +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC236fa emissions (Gg) Other sources +I-GHG-HFC245fa emissions (Gg) Public electricity and heat production +I-GHG-HFC245fa emissions (Gg) Other Energy Industries +I-GHG-HFC245fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC245fa emissions (Gg) Domestic aviation +I-GHG-HFC245fa emissions (Gg) Road transportation +I-GHG-HFC245fa emissions (Gg) Rail transportation +I-GHG-HFC245fa emissions (Gg) Inland navigation +I-GHG-HFC245fa emissions (Gg) Other transportation +I-GHG-HFC245fa emissions (Gg) Residential and other sectors +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC245fa emissions (Gg) Memo: International aviation +I-GHG-HFC245fa emissions (Gg) Memo: International navigation +I-GHG-HFC245fa emissions (Gg) Production of minerals +I-GHG-HFC245fa emissions (Gg) Cement production +I-GHG-HFC245fa emissions (Gg) Lime production +I-GHG-HFC245fa emissions (Gg) Production of chemicals +I-GHG-HFC245fa emissions (Gg) Production of metals +I-GHG-HFC245fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC245fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC245fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC245fa emissions (Gg) Foam Blowing +I-GHG-HFC245fa emissions (Gg) Fire Extinguishers +I-GHG-HFC245fa emissions (Gg) Aerosols +I-GHG-HFC245fa emissions (Gg) F-gas as Solvent +I-GHG-HFC245fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC245fa emissions (Gg) Electrical Equipment +I-GHG-HFC245fa emissions (Gg) Other F-gas use +I-GHG-HFC245fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC245fa emissions (Gg) Enteric fermentation +I-GHG-HFC245fa emissions (Gg) Manure management +I-GHG-HFC245fa emissions (Gg) Rice cultivation +I-GHG-HFC245fa emissions (Gg) Direct soil emissions +I-GHG-HFC245fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC245fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC245fa emissions (Gg) Other direct soil emissions +I-GHG-HFC245fa emissions (Gg) Savanna burning +I-GHG-HFC245fa emissions (Gg) Agricultural waste burning +I-GHG-HFC245fa emissions (Gg) Forest fires +I-GHG-HFC245fa emissions (Gg) Grassland fires +I-GHG-HFC245fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC245fa emissions (Gg) Other vegetation fires +I-GHG-HFC245fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC245fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC245fa emissions (Gg) Wastewater handling +I-GHG-HFC245fa emissions (Gg) Waste incineration +I-GHG-HFC245fa emissions (Gg) Other waste handling +I-GHG-HFC245fa emissions (Gg) Fossil fuel fires +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC245fa emissions (Gg) Other sources +I-GHG-HFC32 emissions (Gg) Public electricity and heat production +I-GHG-HFC32 emissions (Gg) Other Energy Industries +I-GHG-HFC32 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC32 emissions (Gg) Domestic aviation +I-GHG-HFC32 emissions (Gg) Road transportation +I-GHG-HFC32 emissions (Gg) Rail transportation +I-GHG-HFC32 emissions (Gg) Inland navigation +I-GHG-HFC32 emissions (Gg) Other transportation +I-GHG-HFC32 emissions (Gg) Residential and other sectors +I-GHG-HFC32 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC32 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC32 emissions (Gg) Memo: International aviation +I-GHG-HFC32 emissions (Gg) Memo: International navigation +I-GHG-HFC32 emissions (Gg) Production of minerals +I-GHG-HFC32 emissions (Gg) Cement production +I-GHG-HFC32 emissions (Gg) Lime production +I-GHG-HFC32 emissions (Gg) Production of chemicals +I-GHG-HFC32 emissions (Gg) Production of metals +I-GHG-HFC32 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC32 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC32 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC32 emissions (Gg) Foam Blowing +I-GHG-HFC32 emissions (Gg) Fire Extinguishers +I-GHG-HFC32 emissions (Gg) Aerosols +I-GHG-HFC32 emissions (Gg) F-gas as Solvent +I-GHG-HFC32 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC32 emissions (Gg) Electrical Equipment +I-GHG-HFC32 emissions (Gg) Other F-gas use +I-GHG-HFC32 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC32 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC32 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC32 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC32 emissions (Gg) Solvent and other product use: other +I-GHG-HFC32 emissions (Gg) Enteric fermentation +I-GHG-HFC32 emissions (Gg) Manure management +I-GHG-HFC32 emissions (Gg) Rice cultivation +I-GHG-HFC32 emissions (Gg) Direct soil emissions +I-GHG-HFC32 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC32 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC32 emissions (Gg) Other direct soil emissions +I-GHG-HFC32 emissions (Gg) Savanna burning +I-GHG-HFC32 emissions (Gg) Agricultural waste burning +I-GHG-HFC32 emissions (Gg) Forest fires +I-GHG-HFC32 emissions (Gg) Grassland fires +I-GHG-HFC32 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC32 emissions (Gg) Other vegetation fires +I-GHG-HFC32 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC32 emissions (Gg) Solid waste disposal on land +I-GHG-HFC32 emissions (Gg) Wastewater handling +I-GHG-HFC32 emissions (Gg) Waste incineration +I-GHG-HFC32 emissions (Gg) Other waste handling +I-GHG-HFC32 emissions (Gg) Fossil fuel fires +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC32 emissions (Gg) Other sources +I-GHG-HFC365mfc emissions (Gg) Public electricity and heat production +I-GHG-HFC365mfc emissions (Gg) Other Energy Industries +I-GHG-HFC365mfc emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC365mfc emissions (Gg) Domestic aviation +I-GHG-HFC365mfc emissions (Gg) Road transportation +I-GHG-HFC365mfc emissions (Gg) Rail transportation +I-GHG-HFC365mfc emissions (Gg) Inland navigation +I-GHG-HFC365mfc emissions (Gg) Other transportation +I-GHG-HFC365mfc emissions (Gg) Residential and other sectors +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC365mfc emissions (Gg) Memo: International aviation +I-GHG-HFC365mfc emissions (Gg) Memo: International navigation +I-GHG-HFC365mfc emissions (Gg) Production of minerals +I-GHG-HFC365mfc emissions (Gg) Cement production +I-GHG-HFC365mfc emissions (Gg) Lime production +I-GHG-HFC365mfc emissions (Gg) Production of chemicals +I-GHG-HFC365mfc emissions (Gg) Production of metals +I-GHG-HFC365mfc emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC365mfc emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC365mfc emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC365mfc emissions (Gg) Foam Blowing +I-GHG-HFC365mfc emissions (Gg) Fire Extinguishers +I-GHG-HFC365mfc emissions (Gg) Aerosols +I-GHG-HFC365mfc emissions (Gg) F-gas as Solvent +I-GHG-HFC365mfc emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC365mfc emissions (Gg) Electrical Equipment +I-GHG-HFC365mfc emissions (Gg) Other F-gas use +I-GHG-HFC365mfc emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: paint +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: other +I-GHG-HFC365mfc emissions (Gg) Enteric fermentation +I-GHG-HFC365mfc emissions (Gg) Manure management +I-GHG-HFC365mfc emissions (Gg) Rice cultivation +I-GHG-HFC365mfc emissions (Gg) Direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC365mfc emissions (Gg) Other direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Savanna burning +I-GHG-HFC365mfc emissions (Gg) Agricultural waste burning +I-GHG-HFC365mfc emissions (Gg) Forest fires +I-GHG-HFC365mfc emissions (Gg) Grassland fires +I-GHG-HFC365mfc emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC365mfc emissions (Gg) Other vegetation fires +I-GHG-HFC365mfc emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC365mfc emissions (Gg) Solid waste disposal on land +I-GHG-HFC365mfc emissions (Gg) Wastewater handling +I-GHG-HFC365mfc emissions (Gg) Waste incineration +I-GHG-HFC365mfc emissions (Gg) Other waste handling +I-GHG-HFC365mfc emissions (Gg) Fossil fuel fires +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC365mfc emissions (Gg) Other sources +I-GHG-HFC4310mee emissions (Gg) Public electricity and heat production +I-GHG-HFC4310mee emissions (Gg) Other Energy Industries +I-GHG-HFC4310mee emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC4310mee emissions (Gg) Domestic aviation +I-GHG-HFC4310mee emissions (Gg) Road transportation +I-GHG-HFC4310mee emissions (Gg) Rail transportation +I-GHG-HFC4310mee emissions (Gg) Inland navigation +I-GHG-HFC4310mee emissions (Gg) Other transportation +I-GHG-HFC4310mee emissions (Gg) Residential and other sectors +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC4310mee emissions (Gg) Memo: International aviation +I-GHG-HFC4310mee emissions (Gg) Memo: International navigation +I-GHG-HFC4310mee emissions (Gg) Production of minerals +I-GHG-HFC4310mee emissions (Gg) Cement production +I-GHG-HFC4310mee emissions (Gg) Lime production +I-GHG-HFC4310mee emissions (Gg) Production of chemicals +I-GHG-HFC4310mee emissions (Gg) Production of metals +I-GHG-HFC4310mee emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC4310mee emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC4310mee emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC4310mee emissions (Gg) Foam Blowing +I-GHG-HFC4310mee emissions (Gg) Fire Extinguishers +I-GHG-HFC4310mee emissions (Gg) Aerosols +I-GHG-HFC4310mee emissions (Gg) F-gas as Solvent +I-GHG-HFC4310mee emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC4310mee emissions (Gg) Electrical Equipment +I-GHG-HFC4310mee emissions (Gg) Other F-gas use +I-GHG-HFC4310mee emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: paint +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: other +I-GHG-HFC4310mee emissions (Gg) Enteric fermentation +I-GHG-HFC4310mee emissions (Gg) Manure management +I-GHG-HFC4310mee emissions (Gg) Rice cultivation +I-GHG-HFC4310mee emissions (Gg) Direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC4310mee emissions (Gg) Other direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Savanna burning +I-GHG-HFC4310mee emissions (Gg) Agricultural waste burning +I-GHG-HFC4310mee emissions (Gg) Forest fires +I-GHG-HFC4310mee emissions (Gg) Grassland fires +I-GHG-HFC4310mee emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC4310mee emissions (Gg) Other vegetation fires +I-GHG-HFC4310mee emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC4310mee emissions (Gg) Solid waste disposal on land +I-GHG-HFC4310mee emissions (Gg) Wastewater handling +I-GHG-HFC4310mee emissions (Gg) Waste incineration +I-GHG-HFC4310mee emissions (Gg) Other waste handling +I-GHG-HFC4310mee emissions (Gg) Fossil fuel fires +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC4310mee emissions (Gg) Other sources +I-GHG-C2F6 emissions (Gg) Public electricity and heat production +I-GHG-C2F6 emissions (Gg) Other Energy Industries +I-GHG-C2F6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C2F6 emissions (Gg) Domestic aviation +I-GHG-C2F6 emissions (Gg) Road transportation +I-GHG-C2F6 emissions (Gg) Rail transportation +I-GHG-C2F6 emissions (Gg) Inland navigation +I-GHG-C2F6 emissions (Gg) Other transportation +I-GHG-C2F6 emissions (Gg) Residential and other sectors +I-GHG-C2F6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C2F6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C2F6 emissions (Gg) Memo: International aviation +I-GHG-C2F6 emissions (Gg) Memo: International navigation +I-GHG-C2F6 emissions (Gg) Production of minerals +I-GHG-C2F6 emissions (Gg) Cement production +I-GHG-C2F6 emissions (Gg) Lime production +I-GHG-C2F6 emissions (Gg) Production of chemicals +I-GHG-C2F6 emissions (Gg) Production of metals +I-GHG-C2F6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C2F6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C2F6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C2F6 emissions (Gg) Foam Blowing +I-GHG-C2F6 emissions (Gg) Fire Extinguishers +I-GHG-C2F6 emissions (Gg) Aerosols +I-GHG-C2F6 emissions (Gg) F-gas as Solvent +I-GHG-C2F6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C2F6 emissions (Gg) Electrical Equipment +I-GHG-C2F6 emissions (Gg) Other F-gas use +I-GHG-C2F6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C2F6 emissions (Gg) Solvent and other product use: paint +I-GHG-C2F6 emissions (Gg) Solvent and other product use: degrease +I-GHG-C2F6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C2F6 emissions (Gg) Solvent and other product use: other +I-GHG-C2F6 emissions (Gg) Enteric fermentation +I-GHG-C2F6 emissions (Gg) Manure management +I-GHG-C2F6 emissions (Gg) Rice cultivation +I-GHG-C2F6 emissions (Gg) Direct soil emissions +I-GHG-C2F6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C2F6 emissions (Gg) Indirect N2O from agriculture +I-GHG-C2F6 emissions (Gg) Other direct soil emissions +I-GHG-C2F6 emissions (Gg) Savanna burning +I-GHG-C2F6 emissions (Gg) Agricultural waste burning +I-GHG-C2F6 emissions (Gg) Forest fires +I-GHG-C2F6 emissions (Gg) Grassland fires +I-GHG-C2F6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C2F6 emissions (Gg) Other vegetation fires +I-GHG-C2F6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C2F6 emissions (Gg) Solid waste disposal on land +I-GHG-C2F6 emissions (Gg) Wastewater handling +I-GHG-C2F6 emissions (Gg) Waste incineration +I-GHG-C2F6 emissions (Gg) Other waste handling +I-GHG-C2F6 emissions (Gg) Fossil fuel fires +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C2F6 emissions (Gg) Other sources +I-GHG-C3F8 emissions (Gg) Public electricity and heat production +I-GHG-C3F8 emissions (Gg) Other Energy Industries +I-GHG-C3F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C3F8 emissions (Gg) Domestic aviation +I-GHG-C3F8 emissions (Gg) Road transportation +I-GHG-C3F8 emissions (Gg) Rail transportation +I-GHG-C3F8 emissions (Gg) Inland navigation +I-GHG-C3F8 emissions (Gg) Other transportation +I-GHG-C3F8 emissions (Gg) Residential and other sectors +I-GHG-C3F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C3F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C3F8 emissions (Gg) Memo: International aviation +I-GHG-C3F8 emissions (Gg) Memo: International navigation +I-GHG-C3F8 emissions (Gg) Production of minerals +I-GHG-C3F8 emissions (Gg) Cement production +I-GHG-C3F8 emissions (Gg) Lime production +I-GHG-C3F8 emissions (Gg) Production of chemicals +I-GHG-C3F8 emissions (Gg) Production of metals +I-GHG-C3F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C3F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C3F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C3F8 emissions (Gg) Foam Blowing +I-GHG-C3F8 emissions (Gg) Fire Extinguishers +I-GHG-C3F8 emissions (Gg) Aerosols +I-GHG-C3F8 emissions (Gg) F-gas as Solvent +I-GHG-C3F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C3F8 emissions (Gg) Electrical Equipment +I-GHG-C3F8 emissions (Gg) Other F-gas use +I-GHG-C3F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C3F8 emissions (Gg) Solvent and other product use: paint +I-GHG-C3F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-C3F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C3F8 emissions (Gg) Solvent and other product use: other +I-GHG-C3F8 emissions (Gg) Enteric fermentation +I-GHG-C3F8 emissions (Gg) Manure management +I-GHG-C3F8 emissions (Gg) Rice cultivation +I-GHG-C3F8 emissions (Gg) Direct soil emissions +I-GHG-C3F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C3F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-C3F8 emissions (Gg) Other direct soil emissions +I-GHG-C3F8 emissions (Gg) Savanna burning +I-GHG-C3F8 emissions (Gg) Agricultural waste burning +I-GHG-C3F8 emissions (Gg) Forest fires +I-GHG-C3F8 emissions (Gg) Grassland fires +I-GHG-C3F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C3F8 emissions (Gg) Other vegetation fires +I-GHG-C3F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C3F8 emissions (Gg) Solid waste disposal on land +I-GHG-C3F8 emissions (Gg) Wastewater handling +I-GHG-C3F8 emissions (Gg) Waste incineration +I-GHG-C3F8 emissions (Gg) Other waste handling +I-GHG-C3F8 emissions (Gg) Fossil fuel fires +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C3F8 emissions (Gg) Other sources +I-GHG-C4F10 emissions (Gg) Public electricity and heat production +I-GHG-C4F10 emissions (Gg) Other Energy Industries +I-GHG-C4F10 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C4F10 emissions (Gg) Domestic aviation +I-GHG-C4F10 emissions (Gg) Road transportation +I-GHG-C4F10 emissions (Gg) Rail transportation +I-GHG-C4F10 emissions (Gg) Inland navigation +I-GHG-C4F10 emissions (Gg) Other transportation +I-GHG-C4F10 emissions (Gg) Residential and other sectors +I-GHG-C4F10 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C4F10 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C4F10 emissions (Gg) Memo: International aviation +I-GHG-C4F10 emissions (Gg) Memo: International navigation +I-GHG-C4F10 emissions (Gg) Production of minerals +I-GHG-C4F10 emissions (Gg) Cement production +I-GHG-C4F10 emissions (Gg) Lime production +I-GHG-C4F10 emissions (Gg) Production of chemicals +I-GHG-C4F10 emissions (Gg) Production of metals +I-GHG-C4F10 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C4F10 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C4F10 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C4F10 emissions (Gg) Foam Blowing +I-GHG-C4F10 emissions (Gg) Fire Extinguishers +I-GHG-C4F10 emissions (Gg) Aerosols +I-GHG-C4F10 emissions (Gg) F-gas as Solvent +I-GHG-C4F10 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C4F10 emissions (Gg) Electrical Equipment +I-GHG-C4F10 emissions (Gg) Other F-gas use +I-GHG-C4F10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C4F10 emissions (Gg) Solvent and other product use: paint +I-GHG-C4F10 emissions (Gg) Solvent and other product use: degrease +I-GHG-C4F10 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C4F10 emissions (Gg) Solvent and other product use: other +I-GHG-C4F10 emissions (Gg) Enteric fermentation +I-GHG-C4F10 emissions (Gg) Manure management +I-GHG-C4F10 emissions (Gg) Rice cultivation +I-GHG-C4F10 emissions (Gg) Direct soil emissions +I-GHG-C4F10 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C4F10 emissions (Gg) Indirect N2O from agriculture +I-GHG-C4F10 emissions (Gg) Other direct soil emissions +I-GHG-C4F10 emissions (Gg) Savanna burning +I-GHG-C4F10 emissions (Gg) Agricultural waste burning +I-GHG-C4F10 emissions (Gg) Forest fires +I-GHG-C4F10 emissions (Gg) Grassland fires +I-GHG-C4F10 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C4F10 emissions (Gg) Other vegetation fires +I-GHG-C4F10 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C4F10 emissions (Gg) Solid waste disposal on land +I-GHG-C4F10 emissions (Gg) Wastewater handling +I-GHG-C4F10 emissions (Gg) Waste incineration +I-GHG-C4F10 emissions (Gg) Other waste handling +I-GHG-C4F10 emissions (Gg) Fossil fuel fires +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C4F10 emissions (Gg) Other sources +I-GHG-C5F12 emissions (Gg) Public electricity and heat production +I-GHG-C5F12 emissions (Gg) Other Energy Industries +I-GHG-C5F12 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C5F12 emissions (Gg) Domestic aviation +I-GHG-C5F12 emissions (Gg) Road transportation +I-GHG-C5F12 emissions (Gg) Rail transportation +I-GHG-C5F12 emissions (Gg) Inland navigation +I-GHG-C5F12 emissions (Gg) Other transportation +I-GHG-C5F12 emissions (Gg) Residential and other sectors +I-GHG-C5F12 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C5F12 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C5F12 emissions (Gg) Memo: International aviation +I-GHG-C5F12 emissions (Gg) Memo: International navigation +I-GHG-C5F12 emissions (Gg) Production of minerals +I-GHG-C5F12 emissions (Gg) Cement production +I-GHG-C5F12 emissions (Gg) Lime production +I-GHG-C5F12 emissions (Gg) Production of chemicals +I-GHG-C5F12 emissions (Gg) Production of metals +I-GHG-C5F12 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C5F12 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C5F12 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C5F12 emissions (Gg) Foam Blowing +I-GHG-C5F12 emissions (Gg) Fire Extinguishers +I-GHG-C5F12 emissions (Gg) Aerosols +I-GHG-C5F12 emissions (Gg) F-gas as Solvent +I-GHG-C5F12 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C5F12 emissions (Gg) Electrical Equipment +I-GHG-C5F12 emissions (Gg) Other F-gas use +I-GHG-C5F12 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C5F12 emissions (Gg) Solvent and other product use: paint +I-GHG-C5F12 emissions (Gg) Solvent and other product use: degrease +I-GHG-C5F12 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C5F12 emissions (Gg) Solvent and other product use: other +I-GHG-C5F12 emissions (Gg) Enteric fermentation +I-GHG-C5F12 emissions (Gg) Manure management +I-GHG-C5F12 emissions (Gg) Rice cultivation +I-GHG-C5F12 emissions (Gg) Direct soil emissions +I-GHG-C5F12 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C5F12 emissions (Gg) Indirect N2O from agriculture +I-GHG-C5F12 emissions (Gg) Other direct soil emissions +I-GHG-C5F12 emissions (Gg) Savanna burning +I-GHG-C5F12 emissions (Gg) Agricultural waste burning +I-GHG-C5F12 emissions (Gg) Forest fires +I-GHG-C5F12 emissions (Gg) Grassland fires +I-GHG-C5F12 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C5F12 emissions (Gg) Other vegetation fires +I-GHG-C5F12 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C5F12 emissions (Gg) Solid waste disposal on land +I-GHG-C5F12 emissions (Gg) Wastewater handling +I-GHG-C5F12 emissions (Gg) Waste incineration +I-GHG-C5F12 emissions (Gg) Other waste handling +I-GHG-C5F12 emissions (Gg) Fossil fuel fires +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C5F12 emissions (Gg) Other sources +I-GHG-C6F14 emissions (Gg) Public electricity and heat production +I-GHG-C6F14 emissions (Gg) Other Energy Industries +I-GHG-C6F14 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C6F14 emissions (Gg) Domestic aviation +I-GHG-C6F14 emissions (Gg) Road transportation +I-GHG-C6F14 emissions (Gg) Rail transportation +I-GHG-C6F14 emissions (Gg) Inland navigation +I-GHG-C6F14 emissions (Gg) Other transportation +I-GHG-C6F14 emissions (Gg) Residential and other sectors +I-GHG-C6F14 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C6F14 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C6F14 emissions (Gg) Memo: International aviation +I-GHG-C6F14 emissions (Gg) Memo: International navigation +I-GHG-C6F14 emissions (Gg) Production of minerals +I-GHG-C6F14 emissions (Gg) Cement production +I-GHG-C6F14 emissions (Gg) Lime production +I-GHG-C6F14 emissions (Gg) Production of chemicals +I-GHG-C6F14 emissions (Gg) Production of metals +I-GHG-C6F14 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C6F14 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C6F14 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C6F14 emissions (Gg) Foam Blowing +I-GHG-C6F14 emissions (Gg) Fire Extinguishers +I-GHG-C6F14 emissions (Gg) Aerosols +I-GHG-C6F14 emissions (Gg) F-gas as Solvent +I-GHG-C6F14 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C6F14 emissions (Gg) Electrical Equipment +I-GHG-C6F14 emissions (Gg) Other F-gas use +I-GHG-C6F14 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C6F14 emissions (Gg) Solvent and other product use: paint +I-GHG-C6F14 emissions (Gg) Solvent and other product use: degrease +I-GHG-C6F14 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C6F14 emissions (Gg) Solvent and other product use: other +I-GHG-C6F14 emissions (Gg) Enteric fermentation +I-GHG-C6F14 emissions (Gg) Manure management +I-GHG-C6F14 emissions (Gg) Rice cultivation +I-GHG-C6F14 emissions (Gg) Direct soil emissions +I-GHG-C6F14 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C6F14 emissions (Gg) Indirect N2O from agriculture +I-GHG-C6F14 emissions (Gg) Other direct soil emissions +I-GHG-C6F14 emissions (Gg) Savanna burning +I-GHG-C6F14 emissions (Gg) Agricultural waste burning +I-GHG-C6F14 emissions (Gg) Forest fires +I-GHG-C6F14 emissions (Gg) Grassland fires +I-GHG-C6F14 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C6F14 emissions (Gg) Other vegetation fires +I-GHG-C6F14 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C6F14 emissions (Gg) Solid waste disposal on land +I-GHG-C6F14 emissions (Gg) Wastewater handling +I-GHG-C6F14 emissions (Gg) Waste incineration +I-GHG-C6F14 emissions (Gg) Other waste handling +I-GHG-C6F14 emissions (Gg) Fossil fuel fires +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C6F14 emissions (Gg) Other sources +I-GHG-C7F16 emissions (Gg) Public electricity and heat production +I-GHG-C7F16 emissions (Gg) Other Energy Industries +I-GHG-C7F16 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C7F16 emissions (Gg) Domestic aviation +I-GHG-C7F16 emissions (Gg) Road transportation +I-GHG-C7F16 emissions (Gg) Rail transportation +I-GHG-C7F16 emissions (Gg) Inland navigation +I-GHG-C7F16 emissions (Gg) Other transportation +I-GHG-C7F16 emissions (Gg) Residential and other sectors +I-GHG-C7F16 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C7F16 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C7F16 emissions (Gg) Memo: International aviation +I-GHG-C7F16 emissions (Gg) Memo: International navigation +I-GHG-C7F16 emissions (Gg) Production of minerals +I-GHG-C7F16 emissions (Gg) Cement production +I-GHG-C7F16 emissions (Gg) Lime production +I-GHG-C7F16 emissions (Gg) Production of chemicals +I-GHG-C7F16 emissions (Gg) Production of metals +I-GHG-C7F16 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C7F16 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C7F16 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C7F16 emissions (Gg) Foam Blowing +I-GHG-C7F16 emissions (Gg) Fire Extinguishers +I-GHG-C7F16 emissions (Gg) Aerosols +I-GHG-C7F16 emissions (Gg) F-gas as Solvent +I-GHG-C7F16 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C7F16 emissions (Gg) Electrical Equipment +I-GHG-C7F16 emissions (Gg) Other F-gas use +I-GHG-C7F16 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C7F16 emissions (Gg) Solvent and other product use: paint +I-GHG-C7F16 emissions (Gg) Solvent and other product use: degrease +I-GHG-C7F16 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C7F16 emissions (Gg) Solvent and other product use: other +I-GHG-C7F16 emissions (Gg) Enteric fermentation +I-GHG-C7F16 emissions (Gg) Manure management +I-GHG-C7F16 emissions (Gg) Rice cultivation +I-GHG-C7F16 emissions (Gg) Direct soil emissions +I-GHG-C7F16 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C7F16 emissions (Gg) Indirect N2O from agriculture +I-GHG-C7F16 emissions (Gg) Other direct soil emissions +I-GHG-C7F16 emissions (Gg) Savanna burning +I-GHG-C7F16 emissions (Gg) Agricultural waste burning +I-GHG-C7F16 emissions (Gg) Forest fires +I-GHG-C7F16 emissions (Gg) Grassland fires +I-GHG-C7F16 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C7F16 emissions (Gg) Other vegetation fires +I-GHG-C7F16 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C7F16 emissions (Gg) Solid waste disposal on land +I-GHG-C7F16 emissions (Gg) Wastewater handling +I-GHG-C7F16 emissions (Gg) Waste incineration +I-GHG-C7F16 emissions (Gg) Other waste handling +I-GHG-C7F16 emissions (Gg) Fossil fuel fires +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C7F16 emissions (Gg) Other sources +I-GHG-CF4 emissions (Gg) Public electricity and heat production +I-GHG-CF4 emissions (Gg) Other Energy Industries +I-GHG-CF4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CF4 emissions (Gg) Domestic aviation +I-GHG-CF4 emissions (Gg) Road transportation +I-GHG-CF4 emissions (Gg) Rail transportation +I-GHG-CF4 emissions (Gg) Inland navigation +I-GHG-CF4 emissions (Gg) Other transportation +I-GHG-CF4 emissions (Gg) Residential and other sectors +I-GHG-CF4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CF4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CF4 emissions (Gg) Memo: International aviation +I-GHG-CF4 emissions (Gg) Memo: International navigation +I-GHG-CF4 emissions (Gg) Production of minerals +I-GHG-CF4 emissions (Gg) Cement production +I-GHG-CF4 emissions (Gg) Lime production +I-GHG-CF4 emissions (Gg) Production of chemicals +I-GHG-CF4 emissions (Gg) Production of metals +I-GHG-CF4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CF4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CF4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CF4 emissions (Gg) Foam Blowing +I-GHG-CF4 emissions (Gg) Fire Extinguishers +I-GHG-CF4 emissions (Gg) Aerosols +I-GHG-CF4 emissions (Gg) F-gas as Solvent +I-GHG-CF4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CF4 emissions (Gg) Electrical Equipment +I-GHG-CF4 emissions (Gg) Other F-gas use +I-GHG-CF4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CF4 emissions (Gg) Solvent and other product use: paint +I-GHG-CF4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CF4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CF4 emissions (Gg) Solvent and other product use: other +I-GHG-CF4 emissions (Gg) Enteric fermentation +I-GHG-CF4 emissions (Gg) Manure management +I-GHG-CF4 emissions (Gg) Rice cultivation +I-GHG-CF4 emissions (Gg) Direct soil emissions +I-GHG-CF4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CF4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CF4 emissions (Gg) Other direct soil emissions +I-GHG-CF4 emissions (Gg) Savanna burning +I-GHG-CF4 emissions (Gg) Agricultural waste burning +I-GHG-CF4 emissions (Gg) Forest fires +I-GHG-CF4 emissions (Gg) Grassland fires +I-GHG-CF4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CF4 emissions (Gg) Other vegetation fires +I-GHG-CF4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CF4 emissions (Gg) Solid waste disposal on land +I-GHG-CF4 emissions (Gg) Wastewater handling +I-GHG-CF4 emissions (Gg) Waste incineration +I-GHG-CF4 emissions (Gg) Other waste handling +I-GHG-CF4 emissions (Gg) Fossil fuel fires +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CF4 emissions (Gg) Other sources +I-GHG-cC4F8 emissions (Gg) Public electricity and heat production +I-GHG-cC4F8 emissions (Gg) Other Energy Industries +I-GHG-cC4F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-cC4F8 emissions (Gg) Domestic aviation +I-GHG-cC4F8 emissions (Gg) Road transportation +I-GHG-cC4F8 emissions (Gg) Rail transportation +I-GHG-cC4F8 emissions (Gg) Inland navigation +I-GHG-cC4F8 emissions (Gg) Other transportation +I-GHG-cC4F8 emissions (Gg) Residential and other sectors +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-cC4F8 emissions (Gg) Memo: International aviation +I-GHG-cC4F8 emissions (Gg) Memo: International navigation +I-GHG-cC4F8 emissions (Gg) Production of minerals +I-GHG-cC4F8 emissions (Gg) Cement production +I-GHG-cC4F8 emissions (Gg) Lime production +I-GHG-cC4F8 emissions (Gg) Production of chemicals +I-GHG-cC4F8 emissions (Gg) Production of metals +I-GHG-cC4F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-cC4F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-cC4F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-cC4F8 emissions (Gg) Foam Blowing +I-GHG-cC4F8 emissions (Gg) Fire Extinguishers +I-GHG-cC4F8 emissions (Gg) Aerosols +I-GHG-cC4F8 emissions (Gg) F-gas as Solvent +I-GHG-cC4F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-cC4F8 emissions (Gg) Electrical Equipment +I-GHG-cC4F8 emissions (Gg) Other F-gas use +I-GHG-cC4F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: paint +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: other +I-GHG-cC4F8 emissions (Gg) Enteric fermentation +I-GHG-cC4F8 emissions (Gg) Manure management +I-GHG-cC4F8 emissions (Gg) Rice cultivation +I-GHG-cC4F8 emissions (Gg) Direct soil emissions +I-GHG-cC4F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-cC4F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-cC4F8 emissions (Gg) Other direct soil emissions +I-GHG-cC4F8 emissions (Gg) Savanna burning +I-GHG-cC4F8 emissions (Gg) Agricultural waste burning +I-GHG-cC4F8 emissions (Gg) Forest fires +I-GHG-cC4F8 emissions (Gg) Grassland fires +I-GHG-cC4F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-cC4F8 emissions (Gg) Other vegetation fires +I-GHG-cC4F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-cC4F8 emissions (Gg) Solid waste disposal on land +I-GHG-cC4F8 emissions (Gg) Wastewater handling +I-GHG-cC4F8 emissions (Gg) Waste incineration +I-GHG-cC4F8 emissions (Gg) Other waste handling +I-GHG-cC4F8 emissions (Gg) Fossil fuel fires +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-cC4F8 emissions (Gg) Other sources +I-GHG-SF6 emissions (Gg) Public electricity and heat production +I-GHG-SF6 emissions (Gg) Other Energy Industries +I-GHG-SF6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-SF6 emissions (Gg) Domestic aviation +I-GHG-SF6 emissions (Gg) Road transportation +I-GHG-SF6 emissions (Gg) Rail transportation +I-GHG-SF6 emissions (Gg) Inland navigation +I-GHG-SF6 emissions (Gg) Other transportation +I-GHG-SF6 emissions (Gg) Residential and other sectors +I-GHG-SF6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-SF6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-SF6 emissions (Gg) Memo: International aviation +I-GHG-SF6 emissions (Gg) Memo: International navigation +I-GHG-SF6 emissions (Gg) Production of minerals +I-GHG-SF6 emissions (Gg) Cement production +I-GHG-SF6 emissions (Gg) Lime production +I-GHG-SF6 emissions (Gg) Production of chemicals +I-GHG-SF6 emissions (Gg) Production of metals +I-GHG-SF6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-SF6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-SF6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-SF6 emissions (Gg) Foam Blowing +I-GHG-SF6 emissions (Gg) Fire Extinguishers +I-GHG-SF6 emissions (Gg) Aerosols +I-GHG-SF6 emissions (Gg) F-gas as Solvent +I-GHG-SF6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-SF6 emissions (Gg) Electrical Equipment +I-GHG-SF6 emissions (Gg) Other F-gas use +I-GHG-SF6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-SF6 emissions (Gg) Solvent and other product use: paint +I-GHG-SF6 emissions (Gg) Solvent and other product use: degrease +I-GHG-SF6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-SF6 emissions (Gg) Solvent and other product use: other +I-GHG-SF6 emissions (Gg) Enteric fermentation +I-GHG-SF6 emissions (Gg) Manure management +I-GHG-SF6 emissions (Gg) Rice cultivation +I-GHG-SF6 emissions (Gg) Direct soil emissions +I-GHG-SF6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-SF6 emissions (Gg) Indirect N2O from agriculture +I-GHG-SF6 emissions (Gg) Other direct soil emissions +I-GHG-SF6 emissions (Gg) Savanna burning +I-GHG-SF6 emissions (Gg) Agricultural waste burning +I-GHG-SF6 emissions (Gg) Forest fires +I-GHG-SF6 emissions (Gg) Grassland fires +I-GHG-SF6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-SF6 emissions (Gg) Other vegetation fires +I-GHG-SF6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-SF6 emissions (Gg) Solid waste disposal on land +I-GHG-SF6 emissions (Gg) Wastewater handling +I-GHG-SF6 emissions (Gg) Waste incineration +I-GHG-SF6 emissions (Gg) Other waste handling +I-GHG-SF6 emissions (Gg) Fossil fuel fires +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-SF6 emissions (Gg) Other sources +I-GHG-NF3 emissions (Gg) Public electricity and heat production +I-GHG-NF3 emissions (Gg) Other Energy Industries +I-GHG-NF3 emissions (Gg) Manufacturing Industries and Construction +I-GHG-NF3 emissions (Gg) Domestic aviation +I-GHG-NF3 emissions (Gg) Road transportation +I-GHG-NF3 emissions (Gg) Rail transportation +I-GHG-NF3 emissions (Gg) Inland navigation +I-GHG-NF3 emissions (Gg) Other transportation +I-GHG-NF3 emissions (Gg) Residential and other sectors +I-GHG-NF3 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-NF3 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-NF3 emissions (Gg) Memo: International aviation +I-GHG-NF3 emissions (Gg) Memo: International navigation +I-GHG-NF3 emissions (Gg) Production of minerals +I-GHG-NF3 emissions (Gg) Cement production +I-GHG-NF3 emissions (Gg) Lime production +I-GHG-NF3 emissions (Gg) Production of chemicals +I-GHG-NF3 emissions (Gg) Production of metals +I-GHG-NF3 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-NF3 emissions (Gg) Production of halocarbons and SF6 +I-GHG-NF3 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-NF3 emissions (Gg) Foam Blowing +I-GHG-NF3 emissions (Gg) Fire Extinguishers +I-GHG-NF3 emissions (Gg) Aerosols +I-GHG-NF3 emissions (Gg) F-gas as Solvent +I-GHG-NF3 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-NF3 emissions (Gg) Electrical Equipment +I-GHG-NF3 emissions (Gg) Other F-gas use +I-GHG-NF3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-NF3 emissions (Gg) Solvent and other product use: paint +I-GHG-NF3 emissions (Gg) Solvent and other product use: degrease +I-GHG-NF3 emissions (Gg) Solvent and other product use: chemicals +I-GHG-NF3 emissions (Gg) Solvent and other product use: other +I-GHG-NF3 emissions (Gg) Enteric fermentation +I-GHG-NF3 emissions (Gg) Manure management +I-GHG-NF3 emissions (Gg) Rice cultivation +I-GHG-NF3 emissions (Gg) Direct soil emissions +I-GHG-NF3 emissions (Gg) Manure in pasture/range/paddock +I-GHG-NF3 emissions (Gg) Indirect N2O from agriculture +I-GHG-NF3 emissions (Gg) Other direct soil emissions +I-GHG-NF3 emissions (Gg) Savanna burning +I-GHG-NF3 emissions (Gg) Agricultural waste burning +I-GHG-NF3 emissions (Gg) Forest fires +I-GHG-NF3 emissions (Gg) Grassland fires +I-GHG-NF3 emissions (Gg) Decay of wetlands/peatlands +I-GHG-NF3 emissions (Gg) Other vegetation fires +I-GHG-NF3 emissions (Gg) Forest Fires-Post burn decay +I-GHG-NF3 emissions (Gg) Solid waste disposal on land +I-GHG-NF3 emissions (Gg) Wastewater handling +I-GHG-NF3 emissions (Gg) Waste incineration +I-GHG-NF3 emissions (Gg) Other waste handling +I-GHG-NF3 emissions (Gg) Fossil fuel fires +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-NF3 emissions (Gg) Other sources +I-HANPP emissions (Gg) Harvested primary crops +I-HANPP emissions (Gg) Harvested crop residues +I-HANPP emissions (Gg) Grazed biomass +I-HANPP emissions (Gg) Wood removals (fao) +I-AIR-CO emissions (Gg) Public electricity and heat production +I-AIR-CO emissions (Gg) Other Energy Industries +I-AIR-CO emissions (Gg) Manufacturing Industries and Construction +I-AIR-CO emissions (Gg) Domestic aviation +I-AIR-CO emissions (Gg) Road transportation +I-AIR-CO emissions (Gg) Rail transportation +I-AIR-CO emissions (Gg) Inland navigation +I-AIR-CO emissions (Gg) Other transportation +I-AIR-CO emissions (Gg) Residential and other sectors +I-AIR-CO emissions (Gg) Fugitive emissions from solid fuels +I-AIR-CO emissions (Gg) Fugitive emissions from oil and gas +I-AIR-CO emissions (Gg) Memo: International aviation +I-AIR-CO emissions (Gg) Memo: International navigation +I-AIR-CO emissions (Gg) Production of minerals +I-AIR-CO emissions (Gg) Cement production +I-AIR-CO emissions (Gg) Lime production +I-AIR-CO emissions (Gg) Production of chemicals +I-AIR-CO emissions (Gg) Production of metals +I-AIR-CO emissions (Gg) Production of pulp/paper/food/drink +I-AIR-CO emissions (Gg) Production of halocarbons and SF6 +I-AIR-CO emissions (Gg) Refrigeration and Air Conditioning +I-AIR-CO emissions (Gg) Foam Blowing +I-AIR-CO emissions (Gg) Fire Extinguishers +I-AIR-CO emissions (Gg) Aerosols +I-AIR-CO emissions (Gg) F-gas as Solvent +I-AIR-CO emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-CO emissions (Gg) Electrical Equipment +I-AIR-CO emissions (Gg) Other F-gas use +I-AIR-CO emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-CO emissions (Gg) Solvent and other product use: paint +I-AIR-CO emissions (Gg) Solvent and other product use: degrease +I-AIR-CO emissions (Gg) Solvent and other product use: chemicals +I-AIR-CO emissions (Gg) Solvent and other product use: other +I-AIR-CO emissions (Gg) Enteric fermentation +I-AIR-CO emissions (Gg) Manure management +I-AIR-CO emissions (Gg) Rice cultivation +I-AIR-CO emissions (Gg) Direct soil emissions +I-AIR-CO emissions (Gg) Manure in pasture/range/paddock +I-AIR-CO emissions (Gg) Indirect N2O from agriculture +I-AIR-CO emissions (Gg) Other direct soil emissions +I-AIR-CO emissions (Gg) Savanna burning +I-AIR-CO emissions (Gg) Agricultural waste burning +I-AIR-CO emissions (Gg) Forest fires +I-AIR-CO emissions (Gg) Grassland fires +I-AIR-CO emissions (Gg) Decay of wetlands/peatlands +I-AIR-CO emissions (Gg) Other vegetation fires +I-AIR-CO emissions (Gg) Forest Fires-Post burn decay +I-AIR-CO emissions (Gg) Solid waste disposal on land +I-AIR-CO emissions (Gg) Wastewater handling +I-AIR-CO emissions (Gg) Waste incineration +I-AIR-CO emissions (Gg) Other waste handling +I-AIR-CO emissions (Gg) Fossil fuel fires +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-CO emissions (Gg) Other sources +I-AIR-NOx emissions (Gg) Public electricity and heat production +I-AIR-NOx emissions (Gg) Other Energy Industries +I-AIR-NOx emissions (Gg) Manufacturing Industries and Construction +I-AIR-NOx emissions (Gg) Domestic aviation +I-AIR-NOx emissions (Gg) Road transportation +I-AIR-NOx emissions (Gg) Rail transportation +I-AIR-NOx emissions (Gg) Inland navigation +I-AIR-NOx emissions (Gg) Other transportation +I-AIR-NOx emissions (Gg) Residential and other sectors +I-AIR-NOx emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NOx emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NOx emissions (Gg) Memo: International aviation +I-AIR-NOx emissions (Gg) Memo: International navigation +I-AIR-NOx emissions (Gg) Production of minerals +I-AIR-NOx emissions (Gg) Cement production +I-AIR-NOx emissions (Gg) Lime production +I-AIR-NOx emissions (Gg) Production of chemicals +I-AIR-NOx emissions (Gg) Production of metals +I-AIR-NOx emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NOx emissions (Gg) Production of halocarbons and SF6 +I-AIR-NOx emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NOx emissions (Gg) Foam Blowing +I-AIR-NOx emissions (Gg) Fire Extinguishers +I-AIR-NOx emissions (Gg) Aerosols +I-AIR-NOx emissions (Gg) F-gas as Solvent +I-AIR-NOx emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NOx emissions (Gg) Electrical Equipment +I-AIR-NOx emissions (Gg) Other F-gas use +I-AIR-NOx emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NOx emissions (Gg) Solvent and other product use: paint +I-AIR-NOx emissions (Gg) Solvent and other product use: degrease +I-AIR-NOx emissions (Gg) Solvent and other product use: chemicals +I-AIR-NOx emissions (Gg) Solvent and other product use: other +I-AIR-NOx emissions (Gg) Enteric fermentation +I-AIR-NOx emissions (Gg) Manure management +I-AIR-NOx emissions (Gg) Rice cultivation +I-AIR-NOx emissions (Gg) Direct soil emissions +I-AIR-NOx emissions (Gg) Manure in pasture/range/paddock +I-AIR-NOx emissions (Gg) Indirect N2O from agriculture +I-AIR-NOx emissions (Gg) Other direct soil emissions +I-AIR-NOx emissions (Gg) Savanna burning +I-AIR-NOx emissions (Gg) Agricultural waste burning +I-AIR-NOx emissions (Gg) Forest fires +I-AIR-NOx emissions (Gg) Grassland fires +I-AIR-NOx emissions (Gg) Decay of wetlands/peatlands +I-AIR-NOx emissions (Gg) Other vegetation fires +I-AIR-NOx emissions (Gg) Forest Fires-Post burn decay +I-AIR-NOx emissions (Gg) Solid waste disposal on land +I-AIR-NOx emissions (Gg) Wastewater handling +I-AIR-NOx emissions (Gg) Waste incineration +I-AIR-NOx emissions (Gg) Other waste handling +I-AIR-NOx emissions (Gg) Fossil fuel fires +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NOx emissions (Gg) Other sources +I-AIR-NMVOC emissions (Gg) Public electricity and heat production +I-AIR-NMVOC emissions (Gg) Other Energy Industries +I-AIR-NMVOC emissions (Gg) Manufacturing Industries and Construction +I-AIR-NMVOC emissions (Gg) Domestic aviation +I-AIR-NMVOC emissions (Gg) Road transportation +I-AIR-NMVOC emissions (Gg) Rail transportation +I-AIR-NMVOC emissions (Gg) Inland navigation +I-AIR-NMVOC emissions (Gg) Other transportation +I-AIR-NMVOC emissions (Gg) Residential and other sectors +I-AIR-NMVOC emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NMVOC emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NMVOC emissions (Gg) Memo: International aviation +I-AIR-NMVOC emissions (Gg) Memo: International navigation +I-AIR-NMVOC emissions (Gg) Production of minerals +I-AIR-NMVOC emissions (Gg) Cement production +I-AIR-NMVOC emissions (Gg) Lime production +I-AIR-NMVOC emissions (Gg) Production of chemicals +I-AIR-NMVOC emissions (Gg) Production of metals +I-AIR-NMVOC emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NMVOC emissions (Gg) Production of halocarbons and SF6 +I-AIR-NMVOC emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NMVOC emissions (Gg) Foam Blowing +I-AIR-NMVOC emissions (Gg) Fire Extinguishers +I-AIR-NMVOC emissions (Gg) Aerosols +I-AIR-NMVOC emissions (Gg) F-gas as Solvent +I-AIR-NMVOC emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NMVOC emissions (Gg) Electrical Equipment +I-AIR-NMVOC emissions (Gg) Other F-gas use +I-AIR-NMVOC emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NMVOC emissions (Gg) Solvent and other product use: paint +I-AIR-NMVOC emissions (Gg) Solvent and other product use: degrease +I-AIR-NMVOC emissions (Gg) Solvent and other product use: chemicals +I-AIR-NMVOC emissions (Gg) Solvent and other product use: other +I-AIR-NMVOC emissions (Gg) Enteric fermentation +I-AIR-NMVOC emissions (Gg) Manure management +I-AIR-NMVOC emissions (Gg) Rice cultivation +I-AIR-NMVOC emissions (Gg) Direct soil emissions +I-AIR-NMVOC emissions (Gg) Manure in pasture/range/paddock +I-AIR-NMVOC emissions (Gg) Indirect N2O from agriculture +I-AIR-NMVOC emissions (Gg) Other direct soil emissions +I-AIR-NMVOC emissions (Gg) Savanna burning +I-AIR-NMVOC emissions (Gg) Agricultural waste burning +I-AIR-NMVOC emissions (Gg) Forest fires +I-AIR-NMVOC emissions (Gg) Grassland fires +I-AIR-NMVOC emissions (Gg) Decay of wetlands/peatlands +I-AIR-NMVOC emissions (Gg) Other vegetation fires +I-AIR-NMVOC emissions (Gg) Forest Fires-Post burn decay +I-AIR-NMVOC emissions (Gg) Solid waste disposal on land +I-AIR-NMVOC emissions (Gg) Wastewater handling +I-AIR-NMVOC emissions (Gg) Waste incineration +I-AIR-NMVOC emissions (Gg) Other waste handling +I-AIR-NMVOC emissions (Gg) Fossil fuel fires +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NMVOC emissions (Gg) Other sources +I-AIR-NH3 emissions (Gg) Public electricity and heat production +I-AIR-NH3 emissions (Gg) Other Energy Industries +I-AIR-NH3 emissions (Gg) Manufacturing Industries and Construction +I-AIR-NH3 emissions (Gg) Domestic aviation +I-AIR-NH3 emissions (Gg) Road transportation +I-AIR-NH3 emissions (Gg) Rail transportation +I-AIR-NH3 emissions (Gg) Inland navigation +I-AIR-NH3 emissions (Gg) Other transportation +I-AIR-NH3 emissions (Gg) Residential and other sectors +I-AIR-NH3 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NH3 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NH3 emissions (Gg) Memo: International aviation +I-AIR-NH3 emissions (Gg) Memo: International navigation +I-AIR-NH3 emissions (Gg) Production of minerals +I-AIR-NH3 emissions (Gg) Cement production +I-AIR-NH3 emissions (Gg) Lime production +I-AIR-NH3 emissions (Gg) Production of chemicals +I-AIR-NH3 emissions (Gg) Production of metals +I-AIR-NH3 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NH3 emissions (Gg) Production of halocarbons and SF6 +I-AIR-NH3 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NH3 emissions (Gg) Foam Blowing +I-AIR-NH3 emissions (Gg) Fire Extinguishers +I-AIR-NH3 emissions (Gg) Aerosols +I-AIR-NH3 emissions (Gg) F-gas as Solvent +I-AIR-NH3 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NH3 emissions (Gg) Electrical Equipment +I-AIR-NH3 emissions (Gg) Other F-gas use +I-AIR-NH3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NH3 emissions (Gg) Solvent and other product use: paint +I-AIR-NH3 emissions (Gg) Solvent and other product use: degrease +I-AIR-NH3 emissions (Gg) Solvent and other product use: chemicals +I-AIR-NH3 emissions (Gg) Solvent and other product use: other +I-AIR-NH3 emissions (Gg) Enteric fermentation +I-AIR-NH3 emissions (Gg) Manure management +I-AIR-NH3 emissions (Gg) Rice cultivation +I-AIR-NH3 emissions (Gg) Direct soil emissions +I-AIR-NH3 emissions (Gg) Manure in pasture/range/paddock +I-AIR-NH3 emissions (Gg) Indirect N2O from agriculture +I-AIR-NH3 emissions (Gg) Other direct soil emissions +I-AIR-NH3 emissions (Gg) Savanna burning +I-AIR-NH3 emissions (Gg) Agricultural waste burning +I-AIR-NH3 emissions (Gg) Forest fires +I-AIR-NH3 emissions (Gg) Grassland fires +I-AIR-NH3 emissions (Gg) Decay of wetlands/peatlands +I-AIR-NH3 emissions (Gg) Other vegetation fires +I-AIR-NH3 emissions (Gg) Forest Fires-Post burn decay +I-AIR-NH3 emissions (Gg) Solid waste disposal on land +I-AIR-NH3 emissions (Gg) Wastewater handling +I-AIR-NH3 emissions (Gg) Waste incineration +I-AIR-NH3 emissions (Gg) Other waste handling +I-AIR-NH3 emissions (Gg) Fossil fuel fires +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NH3 emissions (Gg) Other sources +I-AIR-SO2 emissions (Gg) Public electricity and heat production +I-AIR-SO2 emissions (Gg) Other Energy Industries +I-AIR-SO2 emissions (Gg) Manufacturing Industries and Construction +I-AIR-SO2 emissions (Gg) Domestic aviation +I-AIR-SO2 emissions (Gg) Road transportation +I-AIR-SO2 emissions (Gg) Rail transportation +I-AIR-SO2 emissions (Gg) Inland navigation +I-AIR-SO2 emissions (Gg) Other transportation +I-AIR-SO2 emissions (Gg) Residential and other sectors +I-AIR-SO2 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-SO2 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-SO2 emissions (Gg) Memo: International aviation +I-AIR-SO2 emissions (Gg) Memo: International navigation +I-AIR-SO2 emissions (Gg) Production of minerals +I-AIR-SO2 emissions (Gg) Cement production +I-AIR-SO2 emissions (Gg) Lime production +I-AIR-SO2 emissions (Gg) Production of chemicals +I-AIR-SO2 emissions (Gg) Production of metals +I-AIR-SO2 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-SO2 emissions (Gg) Production of halocarbons and SF6 +I-AIR-SO2 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-SO2 emissions (Gg) Foam Blowing +I-AIR-SO2 emissions (Gg) Fire Extinguishers +I-AIR-SO2 emissions (Gg) Aerosols +I-AIR-SO2 emissions (Gg) F-gas as Solvent +I-AIR-SO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-SO2 emissions (Gg) Electrical Equipment +I-AIR-SO2 emissions (Gg) Other F-gas use +I-AIR-SO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-SO2 emissions (Gg) Solvent and other product use: paint +I-AIR-SO2 emissions (Gg) Solvent and other product use: degrease +I-AIR-SO2 emissions (Gg) Solvent and other product use: chemicals +I-AIR-SO2 emissions (Gg) Solvent and other product use: other +I-AIR-SO2 emissions (Gg) Enteric fermentation +I-AIR-SO2 emissions (Gg) Manure management +I-AIR-SO2 emissions (Gg) Rice cultivation +I-AIR-SO2 emissions (Gg) Direct soil emissions +I-AIR-SO2 emissions (Gg) Manure in pasture/range/paddock +I-AIR-SO2 emissions (Gg) Indirect N2O from agriculture +I-AIR-SO2 emissions (Gg) Other direct soil emissions +I-AIR-SO2 emissions (Gg) Savanna burning +I-AIR-SO2 emissions (Gg) Agricultural waste burning +I-AIR-SO2 emissions (Gg) Forest fires +I-AIR-SO2 emissions (Gg) Grassland fires +I-AIR-SO2 emissions (Gg) Decay of wetlands/peatlands +I-AIR-SO2 emissions (Gg) Other vegetation fires +I-AIR-SO2 emissions (Gg) Forest Fires-Post burn decay +I-AIR-SO2 emissions (Gg) Solid waste disposal on land +I-AIR-SO2 emissions (Gg) Wastewater handling +I-AIR-SO2 emissions (Gg) Waste incineration +I-AIR-SO2 emissions (Gg) Other waste handling +I-AIR-SO2 emissions (Gg) Fossil fuel fires +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-SO2 emissions (Gg) Other sources +I-AIR-PM10 emissions (Gg) Public electricity and heat production +I-AIR-PM10 emissions (Gg) Other Energy Industries +I-AIR-PM10 emissions (Gg) Manufacturing Industries and Construction +I-AIR-PM10 emissions (Gg) Domestic aviation +I-AIR-PM10 emissions (Gg) Road transportation +I-AIR-PM10 emissions (Gg) Rail transportation +I-AIR-PM10 emissions (Gg) Inland navigation +I-AIR-PM10 emissions (Gg) Other transportation +I-AIR-PM10 emissions (Gg) Residential and other sectors +I-AIR-PM10 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-PM10 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-PM10 emissions (Gg) Memo: International aviation +I-AIR-PM10 emissions (Gg) Memo: International navigation +I-AIR-PM10 emissions (Gg) Production of minerals +I-AIR-PM10 emissions (Gg) Cement production +I-AIR-PM10 emissions (Gg) Lime production +I-AIR-PM10 emissions (Gg) Production of chemicals +I-AIR-PM10 emissions (Gg) Production of metals +I-AIR-PM10 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-PM10 emissions (Gg) Production of halocarbons and SF6 +I-AIR-PM10 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-PM10 emissions (Gg) Foam Blowing +I-AIR-PM10 emissions (Gg) Fire Extinguishers +I-AIR-PM10 emissions (Gg) Aerosols +I-AIR-PM10 emissions (Gg) F-gas as Solvent +I-AIR-PM10 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-PM10 emissions (Gg) Electrical Equipment +I-AIR-PM10 emissions (Gg) Other F-gas use +I-AIR-PM10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-PM10 emissions (Gg) Solvent and other product use: paint +I-AIR-PM10 emissions (Gg) Solvent and other product use: degrease +I-AIR-PM10 emissions (Gg) Solvent and other product use: chemicals +I-AIR-PM10 emissions (Gg) Solvent and other product use: other +I-AIR-PM10 emissions (Gg) Enteric fermentation +I-AIR-PM10 emissions (Gg) Manure management +I-AIR-PM10 emissions (Gg) Rice cultivation +I-AIR-PM10 emissions (Gg) Direct soil emissions +I-AIR-PM10 emissions (Gg) Manure in pasture/range/paddock +I-AIR-PM10 emissions (Gg) Indirect N2O from agriculture +I-AIR-PM10 emissions (Gg) Other direct soil emissions +I-AIR-PM10 emissions (Gg) Savanna burning +I-AIR-PM10 emissions (Gg) Agricultural waste burning +I-AIR-PM10 emissions (Gg) Forest fires +I-AIR-PM10 emissions (Gg) Grassland fires +I-AIR-PM10 emissions (Gg) Decay of wetlands/peatlands +I-AIR-PM10 emissions (Gg) Other vegetation fires +I-AIR-PM10 emissions (Gg) Forest Fires-Post burn decay +I-AIR-PM10 emissions (Gg) Solid waste disposal on land +I-AIR-PM10 emissions (Gg) Wastewater handling +I-AIR-PM10 emissions (Gg) Waste incineration +I-AIR-PM10 emissions (Gg) Other waste handling +I-AIR-PM10 emissions (Gg) Fossil fuel fires +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-PM10 emissions (Gg) Other sources +I-AIR-HCFC141b emissions (Gg) Public electricity and heat production +I-AIR-HCFC141b emissions (Gg) Other Energy Industries +I-AIR-HCFC141b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC141b emissions (Gg) Domestic aviation +I-AIR-HCFC141b emissions (Gg) Road transportation +I-AIR-HCFC141b emissions (Gg) Rail transportation +I-AIR-HCFC141b emissions (Gg) Inland navigation +I-AIR-HCFC141b emissions (Gg) Other transportation +I-AIR-HCFC141b emissions (Gg) Residential and other sectors +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC141b emissions (Gg) Memo: International aviation +I-AIR-HCFC141b emissions (Gg) Memo: International navigation +I-AIR-HCFC141b emissions (Gg) Production of minerals +I-AIR-HCFC141b emissions (Gg) Cement production +I-AIR-HCFC141b emissions (Gg) Lime production +I-AIR-HCFC141b emissions (Gg) Production of chemicals +I-AIR-HCFC141b emissions (Gg) Production of metals +I-AIR-HCFC141b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC141b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC141b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC141b emissions (Gg) Foam Blowing +I-AIR-HCFC141b emissions (Gg) Fire Extinguishers +I-AIR-HCFC141b emissions (Gg) Aerosols +I-AIR-HCFC141b emissions (Gg) F-gas as Solvent +I-AIR-HCFC141b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC141b emissions (Gg) Electrical Equipment +I-AIR-HCFC141b emissions (Gg) Other F-gas use +I-AIR-HCFC141b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC141b emissions (Gg) Enteric fermentation +I-AIR-HCFC141b emissions (Gg) Manure management +I-AIR-HCFC141b emissions (Gg) Rice cultivation +I-AIR-HCFC141b emissions (Gg) Direct soil emissions +I-AIR-HCFC141b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC141b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC141b emissions (Gg) Other direct soil emissions +I-AIR-HCFC141b emissions (Gg) Savanna burning +I-AIR-HCFC141b emissions (Gg) Agricultural waste burning +I-AIR-HCFC141b emissions (Gg) Forest fires +I-AIR-HCFC141b emissions (Gg) Grassland fires +I-AIR-HCFC141b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC141b emissions (Gg) Other vegetation fires +I-AIR-HCFC141b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC141b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC141b emissions (Gg) Wastewater handling +I-AIR-HCFC141b emissions (Gg) Waste incineration +I-AIR-HCFC141b emissions (Gg) Other waste handling +I-AIR-HCFC141b emissions (Gg) Fossil fuel fires +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC141b emissions (Gg) Other sources +I-AIR-HCFC142b emissions (Gg) Public electricity and heat production +I-AIR-HCFC142b emissions (Gg) Other Energy Industries +I-AIR-HCFC142b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC142b emissions (Gg) Domestic aviation +I-AIR-HCFC142b emissions (Gg) Road transportation +I-AIR-HCFC142b emissions (Gg) Rail transportation +I-AIR-HCFC142b emissions (Gg) Inland navigation +I-AIR-HCFC142b emissions (Gg) Other transportation +I-AIR-HCFC142b emissions (Gg) Residential and other sectors +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC142b emissions (Gg) Memo: International aviation +I-AIR-HCFC142b emissions (Gg) Memo: International navigation +I-AIR-HCFC142b emissions (Gg) Production of minerals +I-AIR-HCFC142b emissions (Gg) Cement production +I-AIR-HCFC142b emissions (Gg) Lime production +I-AIR-HCFC142b emissions (Gg) Production of chemicals +I-AIR-HCFC142b emissions (Gg) Production of metals +I-AIR-HCFC142b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC142b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC142b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC142b emissions (Gg) Foam Blowing +I-AIR-HCFC142b emissions (Gg) Fire Extinguishers +I-AIR-HCFC142b emissions (Gg) Aerosols +I-AIR-HCFC142b emissions (Gg) F-gas as Solvent +I-AIR-HCFC142b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC142b emissions (Gg) Electrical Equipment +I-AIR-HCFC142b emissions (Gg) Other F-gas use +I-AIR-HCFC142b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC142b emissions (Gg) Enteric fermentation +I-AIR-HCFC142b emissions (Gg) Manure management +I-AIR-HCFC142b emissions (Gg) Rice cultivation +I-AIR-HCFC142b emissions (Gg) Direct soil emissions +I-AIR-HCFC142b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC142b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC142b emissions (Gg) Other direct soil emissions +I-AIR-HCFC142b emissions (Gg) Savanna burning +I-AIR-HCFC142b emissions (Gg) Agricultural waste burning +I-AIR-HCFC142b emissions (Gg) Forest fires +I-AIR-HCFC142b emissions (Gg) Grassland fires +I-AIR-HCFC142b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC142b emissions (Gg) Other vegetation fires +I-AIR-HCFC142b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC142b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC142b emissions (Gg) Wastewater handling +I-AIR-HCFC142b emissions (Gg) Waste incineration +I-AIR-HCFC142b emissions (Gg) Other waste handling +I-AIR-HCFC142b emissions (Gg) Fossil fuel fires +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC142b emissions (Gg) Other sources +EFBUILT emissions (Gg) Total +EFCROPLAND emissions (Gg) Total +EFFISH emissions (Gg) Total +EFFOREST emissions (Gg) Total +EFGRAZING emissions (Gg) Total +WF emissions (Gg) -Deprecated Crop Water Use -Deprecated +WF emissions (Gg) -Deprecated Blue Water -Deprecated +WF emissions (Gg) -Deprecated Green Water -Deprecated +WF emissions (Gg) -Deprecated Grey Water -Deprecated +WF emissions (Gg) -Deprecated Total -Deprecated +Employment emissions (Gg) Male +Employment emissions (Gg) Female +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), including Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, including Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, including Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, including Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, including Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, including Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, including Biomass Burning Total +DEPRECATED Total emissions of CO2-e (Gg) Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF and biomass burning Total +DEPRECATED Total emissions of CO2 (Gg), excluding LULUCF Total +Value added, Total (000 USD) Total +Value added, from wages (000 USD) Total +Value added, from taxes (000 USD) Total +Value added, from subsidies (000 USD) Total +Value added from NOS (000 USD) Total +Value added from NMI (000 USD) Total +Value added from depreciation (000 USD) Total + DEPRECATED - Total energy use (TJ) Total +Dummy stressor, all 1s Total +Raw material inputs, itemized (t) A.999 - TOTAL +Raw material inputs, itemized (t) A.1.1.1 - Cereals +Raw material inputs, itemized (t) A.1.1.10 - Other crops +Raw material inputs, itemized (t) A.1.1.2 - Roots and tubers +Raw material inputs, itemized (t) A.1.1.3 - Sugar crops +Raw material inputs, itemized (t) A.1.1.4 - Pulses +Raw material inputs, itemized (t) A.1.1.5 - Nuts +Raw material inputs, itemized (t) A.1.1.6 - Oil bearing crops +Raw material inputs, itemized (t) A.1.1.7 - Vegetables +Raw material inputs, itemized (t) A.1.1.8 - Fruits +Raw material inputs, itemized (t) A.1.1.9 - Fibres +Raw material inputs, itemized (t) A.1.2.1 - Crop residues (used) +Raw material inputs, itemized (t) A.1.2.2.2 - Grazed biomass +Raw material inputs, itemized (t) A.1.3.1 - Timber (Industrial roundwood) +Raw material inputs, itemized (t) A.1.3.2 - Wood fuel and other extraction +Raw material inputs, itemized (t) A.2.1 - Iron Ores +Raw material inputs, itemized (t) A.2.2.1 - Copper ores - gross ore +Raw material inputs, itemized (t) A.2.2.2 - Nickel ores - gross ore +Raw material inputs, itemized (t) A.2.2.3 - Lead ores - gross ore +Raw material inputs, itemized (t) A.2.2.4 - Zinc ores - gross ore +Raw material inputs, itemized (t) A.2.2.5 - Tin ores - gross ore +Raw material inputs, itemized (t) A.2.2.6 - \Gold +Raw material inputs, itemized (t) A.2.2.7 - Bauxite and other aluminium ores - gross ore +Raw material inputs, itemized (t) A.2.2.8 - Uranium and thorium ores - gross ore +Raw material inputs, itemized (t) A.2.2.9 - Other metal ores - gross ore +Raw material inputs, itemized (t) A.3.1.1 - Ornamental or building stone +Raw material inputs, itemized (t) A.3.1.2 - Chalk and dolomite +Raw material inputs, itemized (t) A.3.1.4 - Chemical and fertilizer minerals +Raw material inputs, itemized (t) A.3.1.5 - Salt +Raw material inputs, itemized (t) A.3.1.6 - Other mining and quarrying products n.e.c +Raw material inputs, itemized (t) A.3.2 - Non-Metallic minerals - primarily construction +Raw material inputs, itemized (t) A.4.1.1 - Brown coal +Raw material inputs, itemized (t) A.4.1.2 - Hard coal +Raw material inputs, itemized (t) A.4.1.4 - Peat +Raw material inputs, itemized (t) A.4.2.1 - Crude oil and natural gas liquids +Raw material inputs, itemized (t) A.4.2.2 - Natural gas +Raw material inputs, total biomass (t) Total +Raw material inputs, total ores (t) Total +Raw material inputs, total construction material (t) Total +Raw material inputs, total fossil fuel (t) Total +Crop production, production by crop (t) abaca +Crop production, production by crop (t) agave +Crop production, production by crop (t) alfalfa +Crop production, production by crop (t) almond +Crop production, production by crop (t) aniseetc +Crop production, production by crop (t) apple +Crop production, production by crop (t) apricot +Crop production, production by crop (t) areca +Crop production, production by crop (t) artichoke +Crop production, production by crop (t) asparagus +Crop production, production by crop (t) avocado +Crop production, production by crop (t) bambara +Crop production, production by crop (t) banana +Crop production, production by crop (t) barley +Crop production, production by crop (t) bean +Crop production, production by crop (t) beetfor +Crop production, production by crop (t) berrynes +Crop production, production by crop (t) blueberry +Crop production, production by crop (t) brazil +Crop production, production by crop (t) broadbean +Crop production, production by crop (t) buckwheat +Crop production, production by crop (t) cabbage +Crop production, production by crop (t) cabbagefor +Crop production, production by crop (t) canaryseed +Crop production, production by crop (t) carob +Crop production, production by crop (t) carrot +Crop production, production by crop (t) carrotfor +Crop production, production by crop (t) cashew +Crop production, production by crop (t) cashewapple +Crop production, production by crop (t) cassava +Crop production, production by crop (t) castor +Crop production, production by crop (t) cauliflower +Crop production, production by crop (t) cerealnes +Crop production, production by crop (t) cherry +Crop production, production by crop (t) chestnut +Crop production, production by crop (t) chickpea +Crop production, production by crop (t) chicory +Crop production, production by crop (t) chilleetc +Crop production, production by crop (t) cinnamon +Crop production, production by crop (t) citrusnes +Crop production, production by crop (t) clove +Crop production, production by crop (t) clover +Crop production, production by crop (t) cocoa +Crop production, production by crop (t) coconut +Crop production, production by crop (t) coffee +Crop production, production by crop (t) cotton +Crop production, production by crop (t) cowpea +Crop production, production by crop (t) cranberry +Crop production, production by crop (t) cucumberetc +Crop production, production by crop (t) currant +Crop production, production by crop (t) date +Crop production, production by crop (t) eggplant +Crop production, production by crop (t) fibrenes +Crop production, production by crop (t) fig +Crop production, production by crop (t) flax +Crop production, production by crop (t) fonio +Crop production, production by crop (t) fornes +Crop production, production by crop (t) fruitnes +Crop production, production by crop (t) garlic +Crop production, production by crop (t) ginger +Crop production, production by crop (t) gooseberry +Crop production, production by crop (t) grape +Crop production, production by crop (t) grapefruitetc +Crop production, production by crop (t) grassnes +Crop production, production by crop (t) greenbean +Crop production, production by crop (t) greenbroadbean +Crop production, production by crop (t) greencorn +Crop production, production by crop (t) greenonion +Crop production, production by crop (t) greenpea +Crop production, production by crop (t) groundnut +Crop production, production by crop (t) hazelnut +Crop production, production by crop (t) hemp +Crop production, production by crop (t) hempseed +Crop production, production by crop (t) hop +Crop production, production by crop (t) jute +Crop production, production by crop (t) jutelikefiber +Crop production, production by crop (t) kapokfiber +Crop production, production by crop (t) kapokseed +Crop production, production by crop (t) karite +Crop production, production by crop (t) kiwi +Crop production, production by crop (t) kolanut +Crop production, production by crop (t) legumenes +Crop production, production by crop (t) lemonlime +Crop production, production by crop (t) lentil +Crop production, production by crop (t) lettuce +Crop production, production by crop (t) linseed +Crop production, production by crop (t) lupin +Crop production, production by crop (t) maize +Crop production, production by crop (t) maizefor +Crop production, production by crop (t) mango +Crop production, production by crop (t) mate +Crop production, production by crop (t) melonetc +Crop production, production by crop (t) melonseed +Crop production, production by crop (t) millet +Crop production, production by crop (t) mixedgrain +Crop production, production by crop (t) mixedgrass +Crop production, production by crop (t) mushroom +Crop production, production by crop (t) mustard +Crop production, production by crop (t) nutmeg +Crop production, production by crop (t) nutnes +Crop production, production by crop (t) oats +Crop production, production by crop (t) oilpalm +Crop production, production by crop (t) oilseedfor +Crop production, production by crop (t) oilseednes +Crop production, production by crop (t) okra +Crop production, production by crop (t) olive +Crop production, production by crop (t) onion +Crop production, production by crop (t) orange +Crop production, production by crop (t) papaya +Crop production, production by crop (t) pea +Crop production, production by crop (t) peachetc +Crop production, production by crop (t) pear +Crop production, production by crop (t) pepper +Crop production, production by crop (t) peppermint +Crop production, production by crop (t) persimmon +Crop production, production by crop (t) pigeonpea +Crop production, production by crop (t) pimento +Crop production, production by crop (t) pineapple +Crop production, production by crop (t) pistachio +Crop production, production by crop (t) plantain +Crop production, production by crop (t) plum +Crop production, production by crop (t) poppy +Crop production, production by crop (t) potato +Crop production, production by crop (t) pulsenes +Crop production, production by crop (t) pumpkinetc +Crop production, production by crop (t) pyrethrum +Crop production, production by crop (t) quince +Crop production, production by crop (t) quinoa +Crop production, production by crop (t) ramie +Crop production, production by crop (t) rapeseed +Crop production, production by crop (t) rasberry +Crop production, production by crop (t) rice +Crop production, production by crop (t) rootnes +Crop production, production by crop (t) rubber +Crop production, production by crop (t) rye +Crop production, production by crop (t) ryefor +Crop production, production by crop (t) safflower +Crop production, production by crop (t) sesame +Crop production, production by crop (t) sisal +Crop production, production by crop (t) sorghum +Crop production, production by crop (t) sorghumfor +Crop production, production by crop (t) sourcherry +Crop production, production by crop (t) soybean +Crop production, production by crop (t) spicenes +Crop production, production by crop (t) spinach +Crop production, production by crop (t) stonefruitnes +Crop production, production by crop (t) strawberry +Crop production, production by crop (t) stringbean +Crop production, production by crop (t) sugarbeet +Crop production, production by crop (t) sugarcane +Crop production, production by crop (t) sugarnes +Crop production, production by crop (t) sunflower +Crop production, production by crop (t) swedefor +Crop production, production by crop (t) sweetpotato +Crop production, production by crop (t) tangetc +Crop production, production by crop (t) taro +Crop production, production by crop (t) tea +Crop production, production by crop (t) tobacco +Crop production, production by crop (t) tomato +Crop production, production by crop (t) triticale +Crop production, production by crop (t) tropicalnes +Crop production, production by crop (t) tung +Crop production, production by crop (t) turnipfor +Crop production, production by crop (t) vanilla +Crop production, production by crop (t) vegetablenes +Crop production, production by crop (t) vegfor +Crop production, production by crop (t) vetch +Crop production, production by crop (t) walnut +Crop production, production by crop (t) watermelon +Crop production, production by crop (t) wheat +Crop production, production by crop (t) yam +Crop production, production by crop (t) yautia +Crop production, area per crop (ha) abaca +Crop production, area per crop (ha) agave +Crop production, area per crop (ha) alfalfa +Crop production, area per crop (ha) almond +Crop production, area per crop (ha) aniseetc +Crop production, area per crop (ha) apple +Crop production, area per crop (ha) apricot +Crop production, area per crop (ha) areca +Crop production, area per crop (ha) artichoke +Crop production, area per crop (ha) asparagus +Crop production, area per crop (ha) avocado +Crop production, area per crop (ha) bambara +Crop production, area per crop (ha) banana +Crop production, area per crop (ha) barley +Crop production, area per crop (ha) bean +Crop production, area per crop (ha) beetfor +Crop production, area per crop (ha) berrynes +Crop production, area per crop (ha) blueberry +Crop production, area per crop (ha) brazil +Crop production, area per crop (ha) broadbean +Crop production, area per crop (ha) buckwheat +Crop production, area per crop (ha) cabbage +Crop production, area per crop (ha) cabbagefor +Crop production, area per crop (ha) canaryseed +Crop production, area per crop (ha) carob +Crop production, area per crop (ha) carrot +Crop production, area per crop (ha) carrotfor +Crop production, area per crop (ha) cashew +Crop production, area per crop (ha) cashewapple +Crop production, area per crop (ha) cassava +Crop production, area per crop (ha) castor +Crop production, area per crop (ha) cauliflower +Crop production, area per crop (ha) cerealnes +Crop production, area per crop (ha) cherry +Crop production, area per crop (ha) chestnut +Crop production, area per crop (ha) chickpea +Crop production, area per crop (ha) chicory +Crop production, area per crop (ha) chilleetc +Crop production, area per crop (ha) cinnamon +Crop production, area per crop (ha) citrusnes +Crop production, area per crop (ha) clove +Crop production, area per crop (ha) clover +Crop production, area per crop (ha) cocoa +Crop production, area per crop (ha) coconut +Crop production, area per crop (ha) coffee +Crop production, area per crop (ha) cotton +Crop production, area per crop (ha) cowpea +Crop production, area per crop (ha) cranberry +Crop production, area per crop (ha) cucumberetc +Crop production, area per crop (ha) currant +Crop production, area per crop (ha) date +Crop production, area per crop (ha) eggplant +Crop production, area per crop (ha) fibrenes +Crop production, area per crop (ha) fig +Crop production, area per crop (ha) flax +Crop production, area per crop (ha) fonio +Crop production, area per crop (ha) fornes +Crop production, area per crop (ha) fruitnes +Crop production, area per crop (ha) garlic +Crop production, area per crop (ha) ginger +Crop production, area per crop (ha) gooseberry +Crop production, area per crop (ha) grape +Crop production, area per crop (ha) grapefruitetc +Crop production, area per crop (ha) grassnes +Crop production, area per crop (ha) greenbean +Crop production, area per crop (ha) greenbroadbean +Crop production, area per crop (ha) greencorn +Crop production, area per crop (ha) greenonion +Crop production, area per crop (ha) greenpea +Crop production, area per crop (ha) groundnut +Crop production, area per crop (ha) hazelnut +Crop production, area per crop (ha) hemp +Crop production, area per crop (ha) hempseed +Crop production, area per crop (ha) hop +Crop production, area per crop (ha) jute +Crop production, area per crop (ha) jutelikefiber +Crop production, area per crop (ha) kapokfiber +Crop production, area per crop (ha) kapokseed +Crop production, area per crop (ha) karite +Crop production, area per crop (ha) kiwi +Crop production, area per crop (ha) kolanut +Crop production, area per crop (ha) legumenes +Crop production, area per crop (ha) lemonlime +Crop production, area per crop (ha) lentil +Crop production, area per crop (ha) lettuce +Crop production, area per crop (ha) linseed +Crop production, area per crop (ha) lupin +Crop production, area per crop (ha) maize +Crop production, area per crop (ha) maizefor +Crop production, area per crop (ha) mango +Crop production, area per crop (ha) mate +Crop production, area per crop (ha) melonetc +Crop production, area per crop (ha) melonseed +Crop production, area per crop (ha) millet +Crop production, area per crop (ha) mixedgrain +Crop production, area per crop (ha) mixedgrass +Crop production, area per crop (ha) mushroom +Crop production, area per crop (ha) mustard +Crop production, area per crop (ha) nutmeg +Crop production, area per crop (ha) nutnes +Crop production, area per crop (ha) oats +Crop production, area per crop (ha) oilpalm +Crop production, area per crop (ha) oilseedfor +Crop production, area per crop (ha) oilseednes +Crop production, area per crop (ha) okra +Crop production, area per crop (ha) olive +Crop production, area per crop (ha) onion +Crop production, area per crop (ha) orange +Crop production, area per crop (ha) papaya +Crop production, area per crop (ha) pea +Crop production, area per crop (ha) peachetc +Crop production, area per crop (ha) pear +Crop production, area per crop (ha) pepper +Crop production, area per crop (ha) peppermint +Crop production, area per crop (ha) persimmon +Crop production, area per crop (ha) pigeonpea +Crop production, area per crop (ha) pimento +Crop production, area per crop (ha) pineapple +Crop production, area per crop (ha) pistachio +Crop production, area per crop (ha) plantain +Crop production, area per crop (ha) plum +Crop production, area per crop (ha) poppy +Crop production, area per crop (ha) potato +Crop production, area per crop (ha) pulsenes +Crop production, area per crop (ha) pumpkinetc +Crop production, area per crop (ha) pyrethrum +Crop production, area per crop (ha) quince +Crop production, area per crop (ha) quinoa +Crop production, area per crop (ha) ramie +Crop production, area per crop (ha) rapeseed +Crop production, area per crop (ha) rasberry +Crop production, area per crop (ha) rice +Crop production, area per crop (ha) rootnes +Crop production, area per crop (ha) rubber +Crop production, area per crop (ha) rye +Crop production, area per crop (ha) ryefor +Crop production, area per crop (ha) safflower +Crop production, area per crop (ha) sesame +Crop production, area per crop (ha) sisal +Crop production, area per crop (ha) sorghum +Crop production, area per crop (ha) sorghumfor +Crop production, area per crop (ha) sourcherry +Crop production, area per crop (ha) soybean +Crop production, area per crop (ha) spicenes +Crop production, area per crop (ha) spinach +Crop production, area per crop (ha) stonefruitnes +Crop production, area per crop (ha) strawberry +Crop production, area per crop (ha) stringbean +Crop production, area per crop (ha) sugarbeet +Crop production, area per crop (ha) sugarcane +Crop production, area per crop (ha) sugarnes +Crop production, area per crop (ha) sunflower +Crop production, area per crop (ha) swedefor +Crop production, area per crop (ha) sweetpotato +Crop production, area per crop (ha) tangetc +Crop production, area per crop (ha) taro +Crop production, area per crop (ha) tea +Crop production, area per crop (ha) tobacco +Crop production, area per crop (ha) tomato +Crop production, area per crop (ha) triticale +Crop production, area per crop (ha) tropicalnes +Crop production, area per crop (ha) tung +Crop production, area per crop (ha) turnipfor +Crop production, area per crop (ha) vanilla +Crop production, area per crop (ha) vegetablenes +Crop production, area per crop (ha) vegfor +Crop production, area per crop (ha) vetch +Crop production, area per crop (ha) walnut +Crop production, area per crop (ha) watermelon +Crop production, area per crop (ha) wheat +Crop production, area per crop (ha) yam +Crop production, area per crop (ha) yautia +Crop production, average yield per crop (hg/ha) abaca +Crop production, average yield per crop (hg/ha) agave +Crop production, average yield per crop (hg/ha) alfalfa +Crop production, average yield per crop (hg/ha) almond +Crop production, average yield per crop (hg/ha) aniseetc +Crop production, average yield per crop (hg/ha) apple +Crop production, average yield per crop (hg/ha) apricot +Crop production, average yield per crop (hg/ha) areca +Crop production, average yield per crop (hg/ha) artichoke +Crop production, average yield per crop (hg/ha) asparagus +Crop production, average yield per crop (hg/ha) avocado +Crop production, average yield per crop (hg/ha) bambara +Crop production, average yield per crop (hg/ha) banana +Crop production, average yield per crop (hg/ha) barley +Crop production, average yield per crop (hg/ha) bean +Crop production, average yield per crop (hg/ha) beetfor +Crop production, average yield per crop (hg/ha) berrynes +Crop production, average yield per crop (hg/ha) blueberry +Crop production, average yield per crop (hg/ha) brazil +Crop production, average yield per crop (hg/ha) broadbean +Crop production, average yield per crop (hg/ha) buckwheat +Crop production, average yield per crop (hg/ha) cabbage +Crop production, average yield per crop (hg/ha) cabbagefor +Crop production, average yield per crop (hg/ha) canaryseed +Crop production, average yield per crop (hg/ha) carob +Crop production, average yield per crop (hg/ha) carrot +Crop production, average yield per crop (hg/ha) carrotfor +Crop production, average yield per crop (hg/ha) cashew +Crop production, average yield per crop (hg/ha) cashewapple +Crop production, average yield per crop (hg/ha) cassava +Crop production, average yield per crop (hg/ha) castor +Crop production, average yield per crop (hg/ha) cauliflower +Crop production, average yield per crop (hg/ha) cerealnes +Crop production, average yield per crop (hg/ha) cherry +Crop production, average yield per crop (hg/ha) chestnut +Crop production, average yield per crop (hg/ha) chickpea +Crop production, average yield per crop (hg/ha) chicory +Crop production, average yield per crop (hg/ha) chilleetc +Crop production, average yield per crop (hg/ha) cinnamon +Crop production, average yield per crop (hg/ha) citrusnes +Crop production, average yield per crop (hg/ha) clove +Crop production, average yield per crop (hg/ha) clover +Crop production, average yield per crop (hg/ha) cocoa +Crop production, average yield per crop (hg/ha) coconut +Crop production, average yield per crop (hg/ha) coffee +Crop production, average yield per crop (hg/ha) cotton +Crop production, average yield per crop (hg/ha) cowpea +Crop production, average yield per crop (hg/ha) cranberry +Crop production, average yield per crop (hg/ha) cucumberetc +Crop production, average yield per crop (hg/ha) currant +Crop production, average yield per crop (hg/ha) date +Crop production, average yield per crop (hg/ha) eggplant +Crop production, average yield per crop (hg/ha) fibrenes +Crop production, average yield per crop (hg/ha) fig +Crop production, average yield per crop (hg/ha) flax +Crop production, average yield per crop (hg/ha) fonio +Crop production, average yield per crop (hg/ha) fornes +Crop production, average yield per crop (hg/ha) fruitnes +Crop production, average yield per crop (hg/ha) garlic +Crop production, average yield per crop (hg/ha) ginger +Crop production, average yield per crop (hg/ha) gooseberry +Crop production, average yield per crop (hg/ha) grape +Crop production, average yield per crop (hg/ha) grapefruitetc +Crop production, average yield per crop (hg/ha) grassnes +Crop production, average yield per crop (hg/ha) greenbean +Crop production, average yield per crop (hg/ha) greenbroadbean +Crop production, average yield per crop (hg/ha) greencorn +Crop production, average yield per crop (hg/ha) greenonion +Crop production, average yield per crop (hg/ha) greenpea +Crop production, average yield per crop (hg/ha) groundnut +Crop production, average yield per crop (hg/ha) hazelnut +Crop production, average yield per crop (hg/ha) hemp +Crop production, average yield per crop (hg/ha) hempseed +Crop production, average yield per crop (hg/ha) hop +Crop production, average yield per crop (hg/ha) jute +Crop production, average yield per crop (hg/ha) jutelikefiber +Crop production, average yield per crop (hg/ha) kapokfiber +Crop production, average yield per crop (hg/ha) kapokseed +Crop production, average yield per crop (hg/ha) karite +Crop production, average yield per crop (hg/ha) kiwi +Crop production, average yield per crop (hg/ha) kolanut +Crop production, average yield per crop (hg/ha) legumenes +Crop production, average yield per crop (hg/ha) lemonlime +Crop production, average yield per crop (hg/ha) lentil +Crop production, average yield per crop (hg/ha) lettuce +Crop production, average yield per crop (hg/ha) linseed +Crop production, average yield per crop (hg/ha) lupin +Crop production, average yield per crop (hg/ha) maize +Crop production, average yield per crop (hg/ha) maizefor +Crop production, average yield per crop (hg/ha) mango +Crop production, average yield per crop (hg/ha) mate +Crop production, average yield per crop (hg/ha) melonetc +Crop production, average yield per crop (hg/ha) melonseed +Crop production, average yield per crop (hg/ha) millet +Crop production, average yield per crop (hg/ha) mixedgrain +Crop production, average yield per crop (hg/ha) mixedgrass +Crop production, average yield per crop (hg/ha) mushroom +Crop production, average yield per crop (hg/ha) mustard +Crop production, average yield per crop (hg/ha) nutmeg +Crop production, average yield per crop (hg/ha) nutnes +Crop production, average yield per crop (hg/ha) oats +Crop production, average yield per crop (hg/ha) oilpalm +Crop production, average yield per crop (hg/ha) oilseedfor +Crop production, average yield per crop (hg/ha) oilseednes +Crop production, average yield per crop (hg/ha) okra +Crop production, average yield per crop (hg/ha) olive +Crop production, average yield per crop (hg/ha) onion +Crop production, average yield per crop (hg/ha) orange +Crop production, average yield per crop (hg/ha) papaya +Crop production, average yield per crop (hg/ha) pea +Crop production, average yield per crop (hg/ha) peachetc +Crop production, average yield per crop (hg/ha) pear +Crop production, average yield per crop (hg/ha) pepper +Crop production, average yield per crop (hg/ha) peppermint +Crop production, average yield per crop (hg/ha) persimmon +Crop production, average yield per crop (hg/ha) pigeonpea +Crop production, average yield per crop (hg/ha) pimento +Crop production, average yield per crop (hg/ha) pineapple +Crop production, average yield per crop (hg/ha) pistachio +Crop production, average yield per crop (hg/ha) plantain +Crop production, average yield per crop (hg/ha) plum +Crop production, average yield per crop (hg/ha) poppy +Crop production, average yield per crop (hg/ha) potato +Crop production, average yield per crop (hg/ha) pulsenes +Crop production, average yield per crop (hg/ha) pumpkinetc +Crop production, average yield per crop (hg/ha) pyrethrum +Crop production, average yield per crop (hg/ha) quince +Crop production, average yield per crop (hg/ha) quinoa +Crop production, average yield per crop (hg/ha) ramie +Crop production, average yield per crop (hg/ha) rapeseed +Crop production, average yield per crop (hg/ha) rasberry +Crop production, average yield per crop (hg/ha) rice +Crop production, average yield per crop (hg/ha) rootnes +Crop production, average yield per crop (hg/ha) rubber +Crop production, average yield per crop (hg/ha) rye +Crop production, average yield per crop (hg/ha) ryefor +Crop production, average yield per crop (hg/ha) safflower +Crop production, average yield per crop (hg/ha) sesame +Crop production, average yield per crop (hg/ha) sisal +Crop production, average yield per crop (hg/ha) sorghum +Crop production, average yield per crop (hg/ha) sorghumfor +Crop production, average yield per crop (hg/ha) sourcherry +Crop production, average yield per crop (hg/ha) soybean +Crop production, average yield per crop (hg/ha) spicenes +Crop production, average yield per crop (hg/ha) spinach +Crop production, average yield per crop (hg/ha) stonefruitnes +Crop production, average yield per crop (hg/ha) strawberry +Crop production, average yield per crop (hg/ha) stringbean +Crop production, average yield per crop (hg/ha) sugarbeet +Crop production, average yield per crop (hg/ha) sugarcane +Crop production, average yield per crop (hg/ha) sugarnes +Crop production, average yield per crop (hg/ha) sunflower +Crop production, average yield per crop (hg/ha) swedefor +Crop production, average yield per crop (hg/ha) sweetpotato +Crop production, average yield per crop (hg/ha) tangetc +Crop production, average yield per crop (hg/ha) taro +Crop production, average yield per crop (hg/ha) tea +Crop production, average yield per crop (hg/ha) tobacco +Crop production, average yield per crop (hg/ha) tomato +Crop production, average yield per crop (hg/ha) triticale +Crop production, average yield per crop (hg/ha) tropicalnes +Crop production, average yield per crop (hg/ha) tung +Crop production, average yield per crop (hg/ha) turnipfor +Crop production, average yield per crop (hg/ha) vanilla +Crop production, average yield per crop (hg/ha) vegetablenes +Crop production, average yield per crop (hg/ha) vegfor +Crop production, average yield per crop (hg/ha) vetch +Crop production, average yield per crop (hg/ha) walnut +Crop production, average yield per crop (hg/ha) watermelon +Crop production, average yield per crop (hg/ha) wheat +Crop production, average yield per crop (hg/ha) yam +Crop production, average yield per crop (hg/ha) yautia +Total cropland area (ha) Total +Total pasture area, per animal (ha) Horses +Total pasture area, per animal (ha) Cows +Total pasture area, per animal (ha) Pigs +Total pasture area, per animal (ha) Sheep +Total pasture area, per animal (ha) Goats +Total pasture area, per animal (ha) Poultry +NFertilizer emissions (kg) Total +PFertilizer emissions (kg) Total +NManure emissions (kg) Total +PManure emissions (kg) Total +N emissions from fertilizer and manure (kg) Total +P emissions from fertilizer and manure (kg) Total +Crop and pasture land, from FAO (1000 ha) Agricultural land +Crop and pasture land, from FAO (1000 ha) Agriculture +Crop and pasture land, from FAO (1000 ha) Agriculture area actually irrigated +Crop and pasture land, from FAO (1000 ha) Agriculture area certified organic +Crop and pasture land, from FAO (1000 ha) Agriculture area under organic agric. +Crop and pasture land, from FAO (1000 ha) Arable land +Crop and pasture land, from FAO (1000 ha) Coastal waters +Crop and pasture land, from FAO (1000 ha) Coastal waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Coastal waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Country area +Crop and pasture land, from FAO (1000 ha) Cropland +Crop and pasture land, from FAO (1000 ha) Cropland area actually irrigated +Crop and pasture land, from FAO (1000 ha) Cropland area certified organic +Crop and pasture land, from FAO (1000 ha) Cropland area under conservation tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under conventional tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under organic agric. +Crop and pasture land, from FAO (1000 ha) Cropland area under zero or no tillage +Crop and pasture land, from FAO (1000 ha) EEZ used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) EEZ used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Exclusive Economic Zone (EEZ) +Crop and pasture land, from FAO (1000 ha) Farm buildings & farmyards +Crop and pasture land, from FAO (1000 ha) Forest land +Crop and pasture land, from FAO (1000 ha) Forestry area actually irrigated +Crop and pasture land, from FAO (1000 ha) Inland waters +Crop and pasture land, from FAO (1000 ha) Inland waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Inland waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Land area +Crop and pasture land, from FAO (1000 ha) Land area actually irrigated +Crop and pasture land, from FAO (1000 ha) Land area equipped for irrigation +Crop and pasture land, from FAO (1000 ha) Land under perm. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under permanent crops +Crop and pasture land, from FAO (1000 ha) Land under protective cover +Crop and pasture land, from FAO (1000 ha) Land under temp. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under temporary crops +Crop and pasture land, from FAO (1000 ha) Land used for aquaculture +Crop and pasture land, from FAO (1000 ha) Land with temporary fallow +Crop and pasture land, from FAO (1000 ha) Naturally regenerating forest +Crop and pasture land, from FAO (1000 ha) Other land +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Cultivated +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Nat. growing +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area actually irrig. +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area certified organic +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area under organic agric. +Crop and pasture land, from FAO (1000 ha) Planted Forest +Crop and pasture land, from FAO (1000 ha) Primary Forest +Nitrogen emissions, itemzed (Gg) N2O (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) Total NFP (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NH3 (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NOx (Gg N) -All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) N exportable to water bodies (Gg N) - Ag and hhld waste water +DEPRECATED Water use by crops, total (m3) Total +DEPRECATED Water use, blue water (m3) Total +DEPRECATED Water use, green water (m3) Total +DEPRECATED Water use, grey water (m3) Total +DEPRECATED Water use, total (m3) Total +DEPRECATED Scarcity-weighted water use, for crops (m3) Total +DEPRECATED Scarcity-weighted water use, blue water (m3) Total +DEPRECATED Scarcity-weighted water use, green water (m3) Total +DEPRECATED Scarcity-weighted water use, grey water (m3) Total +DEPRECATED Scarcity-weighted water use, total (m3) Total +WFN: Water footprint of crop production* (Mm3/yr) - Green Total +WFN: Water footprint of crop production* (Mm3/yr) - Blue Total +WFN: Water footprint of crop production* (Mm3/yr) - Grey Total +WFN: Water footprint of grazing** (Mm3/yr) - Green Total +WFN: Water footprint of grazing** (Mm3/yr) - Blue Total +WFN: Water footprint of grazing** (Mm3/yr) - Grey Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Green Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Blue Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Grey Total +WFN: Water footprint of industrial production (Mm3/yr) - Green Total +WFN: Water footprint of industrial production (Mm3/yr) - Blue Total +WFN: Water footprint of industrial production (Mm3/yr) - Grey Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Green Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Blue Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Grey Total +WFN: Total water footprint (Mm3/yr) - Green Total +WFN: Total water footprint (Mm3/yr) - Blue Total +WFN: Total water footprint (Mm3/yr) - Grey Total +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|TOTALexcludingLULUCF|Gg +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg) using PRIMAPv2.1 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.1 Total +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.3|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.C|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.D|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.G|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.H|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|3.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|4|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|5|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|TOTALexcludingLULUCF|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG.ELV|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.C|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.D|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.G|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.H|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.C|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.D|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.G|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.H|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|3.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|4|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|5|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|TOTALexcludingLULUCF|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG.ELV|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|2|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|TOTALexcludingLULUCF|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|2|SF6 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|TOTALexcludingLULUCF|SF6 * gigagram / a +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg, AR4GWP100) using PRIMAPv2.4 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.4 Total +CO2 emissions (Gg) CDIACGgCO2FFuelCement from CDIAC Total +CO2 emissions (Gg) CDIACGgCO2Bunkers from CDIAC Total +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Buildings|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other industrial combustion|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other sectors|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Power Industry|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Transport|GgFossilCO2 +Total CO2 emissions (Gg) from EDGAR Total +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international aviation bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Coal +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Gas +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Oil +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international marine bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using purchasing power parities +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using exchange rates +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Population +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (Mtoe) +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (PJ) diff --git a/in/eora_io_data_2015/labels_T.txt b/in/eora_io_data_2015/labels_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84f00463d0ae6e4eb529e65aeb227d844c6391 --- /dev/null +++ b/in/eora_io_data_2015/labels_T.txt @@ -0,0 +1,4915 @@ +AFG AFG Industries Agriculture +AFG AFG Industries Fishing +AFG AFG Industries Mining and Quarrying +AFG AFG Industries Food & Beverages +AFG AFG Industries Textiles and Wearing Apparel +AFG AFG Industries Wood and Paper +AFG AFG Industries Petroleum, Chemical and Non-Metallic Mineral Products +AFG AFG Industries Metal Products +AFG AFG Industries Electrical and Machinery +AFG AFG Industries Transport Equipment +AFG AFG Industries Other Manufacturing +AFG AFG Industries Recycling +AFG AFG Industries Electricity, Gas and Water +AFG AFG Industries Construction +AFG AFG Industries Maintenance and Repair +AFG AFG Industries Wholesale Trade +AFG AFG Industries Retail Trade +AFG AFG Industries Hotels and Restraurants +AFG AFG Industries Transport +AFG AFG Industries Post and Telecommunications +AFG AFG Industries Finacial Intermediation and Business Activities +AFG AFG Industries Public Administration +AFG AFG Industries Education, Health and Other Services +AFG AFG Industries Private Households +AFG AFG Industries Others +AFG AFG Industries Re-export & Re-import +ALB ALB Industries Agriculture +ALB ALB Industries Fishing +ALB ALB Industries Mining and Quarrying +ALB ALB Industries Food & Beverages +ALB ALB Industries Textiles and Wearing Apparel +ALB ALB Industries Wood and Paper +ALB ALB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ALB ALB Industries Metal Products +ALB ALB Industries Electrical and Machinery +ALB ALB Industries Transport Equipment +ALB ALB Industries Other Manufacturing +ALB ALB Industries Recycling +ALB ALB Industries Electricity, Gas and Water +ALB ALB Industries Construction +ALB ALB Industries Maintenance and Repair +ALB ALB Industries Wholesale Trade +ALB ALB Industries Retail Trade +ALB ALB Industries Hotels and Restraurants +ALB ALB Industries Transport +ALB ALB Industries Post and Telecommunications +ALB ALB Industries Finacial Intermediation and Business Activities +ALB ALB Industries Public Administration +ALB ALB Industries Education, Health and Other Services +ALB ALB Industries Private Households +ALB ALB Industries Others +ALB ALB Industries Re-export & Re-import +DZA DZA Industries Agriculture +DZA DZA Industries Fishing +DZA DZA Industries Mining and Quarrying +DZA DZA Industries Food & Beverages +DZA DZA Industries Textiles and Wearing Apparel +DZA DZA Industries Wood and Paper +DZA DZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +DZA DZA Industries Metal Products +DZA DZA Industries Electrical and Machinery +DZA DZA Industries Transport Equipment +DZA DZA Industries Other Manufacturing +DZA DZA Industries Recycling +DZA DZA Industries Electricity, Gas and Water +DZA DZA Industries Construction +DZA DZA Industries Maintenance and Repair +DZA DZA Industries Wholesale Trade +DZA DZA Industries Retail Trade +DZA DZA Industries Hotels and Restraurants +DZA DZA Industries Transport +DZA DZA Industries Post and Telecommunications +DZA DZA Industries Finacial Intermediation and Business Activities +DZA DZA Industries Public Administration +DZA DZA Industries Education, Health and Other Services +DZA DZA Industries Private Households +DZA DZA Industries Others +DZA DZA Industries Re-export & Re-import +AND AND Industries Agriculture +AND AND Industries Fishing +AND AND Industries Mining and Quarrying +AND AND Industries Food & Beverages +AND AND Industries Textiles and Wearing Apparel +AND AND Industries Wood and Paper +AND AND Industries Petroleum, Chemical and Non-Metallic Mineral Products +AND AND Industries Metal Products +AND AND Industries Electrical and Machinery +AND AND Industries Transport Equipment +AND AND Industries Other Manufacturing +AND AND Industries Recycling +AND AND Industries Electricity, Gas and Water +AND AND Industries Construction +AND AND Industries Maintenance and Repair +AND AND Industries Wholesale Trade +AND AND Industries Retail Trade +AND AND Industries Hotels and Restraurants +AND AND Industries Transport +AND AND Industries Post and Telecommunications +AND AND Industries Finacial Intermediation and Business Activities +AND AND Industries Public Administration +AND AND Industries Education, Health and Other Services +AND AND Industries Private Households +AND AND Industries Others +AND AND Industries Re-export & Re-import +AGO AGO Industries Agriculture +AGO AGO Industries Fishing +AGO AGO Industries Mining and Quarrying +AGO AGO Industries Food & Beverages +AGO AGO Industries Textiles and Wearing Apparel +AGO AGO Industries Wood and Paper +AGO AGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +AGO AGO Industries Metal Products +AGO AGO Industries Electrical and Machinery +AGO AGO Industries Transport Equipment +AGO AGO Industries Other Manufacturing +AGO AGO Industries Recycling +AGO AGO Industries Electricity, Gas and Water +AGO AGO Industries Construction +AGO AGO Industries Maintenance and Repair +AGO AGO Industries Wholesale Trade +AGO AGO Industries Retail Trade +AGO AGO Industries Hotels and Restraurants +AGO AGO Industries Transport +AGO AGO Industries Post and Telecommunications +AGO AGO Industries Finacial Intermediation and Business Activities +AGO AGO Industries Public Administration +AGO AGO Industries Education, Health and Other Services +AGO AGO Industries Private Households +AGO AGO Industries Others +AGO AGO Industries Re-export & Re-import +ATG ATG Industries Agriculture +ATG ATG Industries Fishing +ATG ATG Industries Mining and Quarrying +ATG ATG Industries Food & Beverages +ATG ATG Industries Textiles and Wearing Apparel +ATG ATG Industries Wood and Paper +ATG ATG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ATG ATG Industries Metal Products +ATG ATG Industries Electrical and Machinery +ATG ATG Industries Transport Equipment +ATG ATG Industries Other Manufacturing +ATG ATG Industries Recycling +ATG ATG Industries Electricity, Gas and Water +ATG ATG Industries Construction +ATG ATG Industries Maintenance and Repair +ATG ATG Industries Wholesale Trade +ATG ATG Industries Retail Trade +ATG ATG Industries Hotels and Restraurants +ATG ATG Industries Transport +ATG ATG Industries Post and Telecommunications +ATG ATG Industries Finacial Intermediation and Business Activities +ATG ATG Industries Public Administration +ATG ATG Industries Education, Health and Other Services +ATG ATG Industries Private Households +ATG ATG Industries Others +ATG ATG Industries Re-export & Re-import +ARG ARG Industries Agriculture +ARG ARG Industries Fishing +ARG ARG Industries Mining and Quarrying +ARG ARG Industries Food & Beverages +ARG ARG Industries Textiles and Wearing Apparel +ARG ARG Industries Wood and Paper +ARG ARG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARG ARG Industries Metal Products +ARG ARG Industries Electrical and Machinery +ARG ARG Industries Transport Equipment +ARG ARG Industries Other Manufacturing +ARG ARG Industries Recycling +ARG ARG Industries Electricity, Gas and Water +ARG ARG Industries Construction +ARG ARG Industries Maintenance and Repair +ARG ARG Industries Wholesale Trade +ARG ARG Industries Retail Trade +ARG ARG Industries Hotels and Restraurants +ARG ARG Industries Transport +ARG ARG Industries Post and Telecommunications +ARG ARG Industries Finacial Intermediation and Business Activities +ARG ARG Industries Public Administration +ARG ARG Industries Education, Health and Other Services +ARG ARG Industries Private Households +ARG ARG Industries Others +ARG ARG Industries Re-export & Re-import +ARM ARM Industries Agriculture +ARM ARM Industries Fishing +ARM ARM Industries Mining and Quarrying +ARM ARM Industries Food & Beverages +ARM ARM Industries Textiles and Wearing Apparel +ARM ARM Industries Wood and Paper +ARM ARM Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARM ARM Industries Metal Products +ARM ARM Industries Electrical and Machinery +ARM ARM Industries Transport Equipment +ARM ARM Industries Other Manufacturing +ARM ARM Industries Recycling +ARM ARM Industries Electricity, Gas and Water +ARM ARM Industries Construction +ARM ARM Industries Maintenance and Repair +ARM ARM Industries Wholesale Trade +ARM ARM Industries Retail Trade +ARM ARM Industries Hotels and Restraurants +ARM ARM Industries Transport +ARM ARM Industries Post and Telecommunications +ARM ARM Industries Finacial Intermediation and Business Activities +ARM ARM Industries Public Administration +ARM ARM Industries Education, Health and Other Services +ARM ARM Industries Private Households +ARM ARM Industries Others +ARM ARM Industries Re-export & Re-import +ABW ABW Industries Agriculture +ABW ABW Industries Fishing +ABW ABW Industries Mining and Quarrying +ABW ABW Industries Food & Beverages +ABW ABW Industries Textiles and Wearing Apparel +ABW ABW Industries Wood and Paper +ABW ABW Industries Petroleum, Chemical and Non-Metallic Mineral Products +ABW ABW Industries Metal Products +ABW ABW Industries Electrical and Machinery +ABW ABW Industries Transport Equipment +ABW ABW Industries Other Manufacturing +ABW ABW Industries Recycling +ABW ABW Industries Electricity, Gas and Water +ABW ABW Industries Construction +ABW ABW Industries Maintenance and Repair +ABW ABW Industries Wholesale Trade +ABW ABW Industries Retail Trade +ABW ABW Industries Hotels and Restraurants +ABW ABW Industries Transport +ABW ABW Industries Post and Telecommunications +ABW ABW Industries Finacial Intermediation and Business Activities +ABW ABW Industries Public Administration +ABW ABW Industries Education, Health and Other Services +ABW ABW Industries Private Households +ABW ABW Industries Others +ABW ABW Industries Re-export & Re-import +AUS AUS Industries Agriculture +AUS AUS Industries Fishing +AUS AUS Industries Mining and Quarrying +AUS AUS Industries Food & Beverages +AUS AUS Industries Textiles and Wearing Apparel +AUS AUS Industries Wood and Paper +AUS AUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUS AUS Industries Metal Products +AUS AUS Industries Electrical and Machinery +AUS AUS Industries Transport Equipment +AUS AUS Industries Other Manufacturing +AUS AUS Industries Recycling +AUS AUS Industries Electricity, Gas and Water +AUS AUS Industries Construction +AUS AUS Industries Maintenance and Repair +AUS AUS Industries Wholesale Trade +AUS AUS Industries Retail Trade +AUS AUS Industries Hotels and Restraurants +AUS AUS Industries Transport +AUS AUS Industries Post and Telecommunications +AUS AUS Industries Finacial Intermediation and Business Activities +AUS AUS Industries Public Administration +AUS AUS Industries Education, Health and Other Services +AUS AUS Industries Private Households +AUS AUS Industries Others +AUS AUS Industries Re-export & Re-import +AUT AUT Industries Agriculture +AUT AUT Industries Fishing +AUT AUT Industries Mining and Quarrying +AUT AUT Industries Food & Beverages +AUT AUT Industries Textiles and Wearing Apparel +AUT AUT Industries Wood and Paper +AUT AUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUT AUT Industries Metal Products +AUT AUT Industries Electrical and Machinery +AUT AUT Industries Transport Equipment +AUT AUT Industries Other Manufacturing +AUT AUT Industries Recycling +AUT AUT Industries Electricity, Gas and Water +AUT AUT Industries Construction +AUT AUT Industries Maintenance and Repair +AUT AUT Industries Wholesale Trade +AUT AUT Industries Retail Trade +AUT AUT Industries Hotels and Restraurants +AUT AUT Industries Transport +AUT AUT Industries Post and Telecommunications +AUT AUT Industries Finacial Intermediation and Business Activities +AUT AUT Industries Public Administration +AUT AUT Industries Education, Health and Other Services +AUT AUT Industries Private Households +AUT AUT Industries Others +AUT AUT Industries Re-export & Re-import +AZE AZE Industries Agriculture +AZE AZE Industries Fishing +AZE AZE Industries Mining and Quarrying +AZE AZE Industries Food & Beverages +AZE AZE Industries Textiles and Wearing Apparel +AZE AZE Industries Wood and Paper +AZE AZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +AZE AZE Industries Metal Products +AZE AZE Industries Electrical and Machinery +AZE AZE Industries Transport Equipment +AZE AZE Industries Other Manufacturing +AZE AZE Industries Recycling +AZE AZE Industries Electricity, Gas and Water +AZE AZE Industries Construction +AZE AZE Industries Maintenance and Repair +AZE AZE Industries Wholesale Trade +AZE AZE Industries Retail Trade +AZE AZE Industries Hotels and Restraurants +AZE AZE Industries Transport +AZE AZE Industries Post and Telecommunications +AZE AZE Industries Finacial Intermediation and Business Activities +AZE AZE Industries Public Administration +AZE AZE Industries Education, Health and Other Services +AZE AZE Industries Private Households +AZE AZE Industries Others +AZE AZE Industries Re-export & Re-import +BHS BHS Industries Agriculture +BHS BHS Industries Fishing +BHS BHS Industries Mining and Quarrying +BHS BHS Industries Food & Beverages +BHS BHS Industries Textiles and Wearing Apparel +BHS BHS Industries Wood and Paper +BHS BHS Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHS BHS Industries Metal Products +BHS BHS Industries Electrical and Machinery +BHS BHS Industries Transport Equipment +BHS BHS Industries Other Manufacturing +BHS BHS Industries Recycling +BHS BHS Industries Electricity, Gas and Water +BHS BHS Industries Construction +BHS BHS Industries Maintenance and Repair +BHS BHS Industries Wholesale Trade +BHS BHS Industries Retail Trade +BHS BHS Industries Hotels and Restraurants +BHS BHS Industries Transport +BHS BHS Industries Post and Telecommunications +BHS BHS Industries Finacial Intermediation and Business Activities +BHS BHS Industries Public Administration +BHS BHS Industries Education, Health and Other Services +BHS BHS Industries Private Households +BHS BHS Industries Others +BHS BHS Industries Re-export & Re-import +BHR BHR Industries Agriculture +BHR BHR Industries Fishing +BHR BHR Industries Mining and Quarrying +BHR BHR Industries Food & Beverages +BHR BHR Industries Textiles and Wearing Apparel +BHR BHR Industries Wood and Paper +BHR BHR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHR BHR Industries Metal Products +BHR BHR Industries Electrical and Machinery +BHR BHR Industries Transport Equipment +BHR BHR Industries Other Manufacturing +BHR BHR Industries Recycling +BHR BHR Industries Electricity, Gas and Water +BHR BHR Industries Construction +BHR BHR Industries Maintenance and Repair +BHR BHR Industries Wholesale Trade +BHR BHR Industries Retail Trade +BHR BHR Industries Hotels and Restraurants +BHR BHR Industries Transport +BHR BHR Industries Post and Telecommunications +BHR BHR Industries Finacial Intermediation and Business Activities +BHR BHR Industries Public Administration +BHR BHR Industries Education, Health and Other Services +BHR BHR Industries Private Households +BHR BHR Industries Others +BHR BHR Industries Re-export & Re-import +BGD BGD Industries Agriculture +BGD BGD Industries Fishing +BGD BGD Industries Mining and Quarrying +BGD BGD Industries Food & Beverages +BGD BGD Industries Textiles and Wearing Apparel +BGD BGD Industries Wood and Paper +BGD BGD Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGD BGD Industries Metal Products +BGD BGD Industries Electrical and Machinery +BGD BGD Industries Transport Equipment +BGD BGD Industries Other Manufacturing +BGD BGD Industries Recycling +BGD BGD Industries Electricity, Gas and Water +BGD BGD Industries Construction +BGD BGD Industries Maintenance and Repair +BGD BGD Industries Wholesale Trade +BGD BGD Industries Retail Trade +BGD BGD Industries Hotels and Restraurants +BGD BGD Industries Transport +BGD BGD Industries Post and Telecommunications +BGD BGD Industries Finacial Intermediation and Business Activities +BGD BGD Industries Public Administration +BGD BGD Industries Education, Health and Other Services +BGD BGD Industries Private Households +BGD BGD Industries Others +BGD BGD Industries Re-export & Re-import +BRB BRB Industries Agriculture +BRB BRB Industries Fishing +BRB BRB Industries Mining and Quarrying +BRB BRB Industries Food & Beverages +BRB BRB Industries Textiles and Wearing Apparel +BRB BRB Industries Wood and Paper +BRB BRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRB BRB Industries Metal Products +BRB BRB Industries Electrical and Machinery +BRB BRB Industries Transport Equipment +BRB BRB Industries Other Manufacturing +BRB BRB Industries Recycling +BRB BRB Industries Electricity, Gas and Water +BRB BRB Industries Construction +BRB BRB Industries Maintenance and Repair +BRB BRB Industries Wholesale Trade +BRB BRB Industries Retail Trade +BRB BRB Industries Hotels and Restraurants +BRB BRB Industries Transport +BRB BRB Industries Post and Telecommunications +BRB BRB Industries Finacial Intermediation and Business Activities +BRB BRB Industries Public Administration +BRB BRB Industries Education, Health and Other Services +BRB BRB Industries Private Households +BRB BRB Industries Others +BRB BRB Industries Re-export & Re-import +BLR BLR Industries Agriculture +BLR BLR Industries Fishing +BLR BLR Industries Mining and Quarrying +BLR BLR Industries Food & Beverages +BLR BLR Industries Textiles and Wearing Apparel +BLR BLR Industries Wood and Paper +BLR BLR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLR BLR Industries Metal Products +BLR BLR Industries Electrical and Machinery +BLR BLR Industries Transport Equipment +BLR BLR Industries Other Manufacturing +BLR BLR Industries Recycling +BLR BLR Industries Electricity, Gas and Water +BLR BLR Industries Construction +BLR BLR Industries Maintenance and Repair +BLR BLR Industries Wholesale Trade +BLR BLR Industries Retail Trade +BLR BLR Industries Hotels and Restraurants +BLR BLR Industries Transport +BLR BLR Industries Post and Telecommunications +BLR BLR Industries Finacial Intermediation and Business Activities +BLR BLR Industries Public Administration +BLR BLR Industries Education, Health and Other Services +BLR BLR Industries Private Households +BLR BLR Industries Others +BLR BLR Industries Re-export & Re-import +BEL BEL Industries Agriculture +BEL BEL Industries Fishing +BEL BEL Industries Mining and Quarrying +BEL BEL Industries Food & Beverages +BEL BEL Industries Textiles and Wearing Apparel +BEL BEL Industries Wood and Paper +BEL BEL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEL BEL Industries Metal Products +BEL BEL Industries Electrical and Machinery +BEL BEL Industries Transport Equipment +BEL BEL Industries Other Manufacturing +BEL BEL Industries Recycling +BEL BEL Industries Electricity, Gas and Water +BEL BEL Industries Construction +BEL BEL Industries Maintenance and Repair +BEL BEL Industries Wholesale Trade +BEL BEL Industries Retail Trade +BEL BEL Industries Hotels and Restraurants +BEL BEL Industries Transport +BEL BEL Industries Post and Telecommunications +BEL BEL Industries Finacial Intermediation and Business Activities +BEL BEL Industries Public Administration +BEL BEL Industries Education, Health and Other Services +BEL BEL Industries Private Households +BEL BEL Industries Others +BEL BEL Industries Re-export & Re-import +BLZ BLZ Industries Agriculture +BLZ BLZ Industries Fishing +BLZ BLZ Industries Mining and Quarrying +BLZ BLZ Industries Food & Beverages +BLZ BLZ Industries Textiles and Wearing Apparel +BLZ BLZ Industries Wood and Paper +BLZ BLZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLZ BLZ Industries Metal Products +BLZ BLZ Industries Electrical and Machinery +BLZ BLZ Industries Transport Equipment +BLZ BLZ Industries Other Manufacturing +BLZ BLZ Industries Recycling +BLZ BLZ Industries Electricity, Gas and Water +BLZ BLZ Industries Construction +BLZ BLZ Industries Maintenance and Repair +BLZ BLZ Industries Wholesale Trade +BLZ BLZ Industries Retail Trade +BLZ BLZ Industries Hotels and Restraurants +BLZ BLZ Industries Transport +BLZ BLZ Industries Post and Telecommunications +BLZ BLZ Industries Finacial Intermediation and Business Activities +BLZ BLZ Industries Public Administration +BLZ BLZ Industries Education, Health and Other Services +BLZ BLZ Industries Private Households +BLZ BLZ Industries Others +BLZ BLZ Industries Re-export & Re-import +BEN BEN Industries Agriculture +BEN BEN Industries Fishing +BEN BEN Industries Mining and Quarrying +BEN BEN Industries Food & Beverages +BEN BEN Industries Textiles and Wearing Apparel +BEN BEN Industries Wood and Paper +BEN BEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEN BEN Industries Metal Products +BEN BEN Industries Electrical and Machinery +BEN BEN Industries Transport Equipment +BEN BEN Industries Other Manufacturing +BEN BEN Industries Recycling +BEN BEN Industries Electricity, Gas and Water +BEN BEN Industries Construction +BEN BEN Industries Maintenance and Repair +BEN BEN Industries Wholesale Trade +BEN BEN Industries Retail Trade +BEN BEN Industries Hotels and Restraurants +BEN BEN Industries Transport +BEN BEN Industries Post and Telecommunications +BEN BEN Industries Finacial Intermediation and Business Activities +BEN BEN Industries Public Administration +BEN BEN Industries Education, Health and Other Services +BEN BEN Industries Private Households +BEN BEN Industries Others +BEN BEN Industries Re-export & Re-import +BMU BMU Industries Agriculture +BMU BMU Industries Fishing +BMU BMU Industries Mining and Quarrying +BMU BMU Industries Food & Beverages +BMU BMU Industries Textiles and Wearing Apparel +BMU BMU Industries Wood and Paper +BMU BMU Industries Petroleum, Chemical and Non-Metallic Mineral Products +BMU BMU Industries Metal Products +BMU BMU Industries Electrical and Machinery +BMU BMU Industries Transport Equipment +BMU BMU Industries Other Manufacturing +BMU BMU Industries Recycling +BMU BMU Industries Electricity, Gas and Water +BMU BMU Industries Construction +BMU BMU Industries Maintenance and Repair +BMU BMU Industries Wholesale Trade +BMU BMU Industries Retail Trade +BMU BMU Industries Hotels and Restraurants +BMU BMU Industries Transport +BMU BMU Industries Post and Telecommunications +BMU BMU Industries Finacial Intermediation and Business Activities +BMU BMU Industries Public Administration +BMU BMU Industries Education, Health and Other Services +BMU BMU Industries Private Households +BMU BMU Industries Others +BMU BMU Industries Re-export & Re-import +BTN BTN Industries Agriculture +BTN BTN Industries Fishing +BTN BTN Industries Mining and Quarrying +BTN BTN Industries Food & Beverages +BTN BTN Industries Textiles and Wearing Apparel +BTN BTN Industries Wood and Paper +BTN BTN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BTN BTN Industries Metal Products +BTN BTN Industries Electrical and Machinery +BTN BTN Industries Transport Equipment +BTN BTN Industries Other Manufacturing +BTN BTN Industries Recycling +BTN BTN Industries Electricity, Gas and Water +BTN BTN Industries Construction +BTN BTN Industries Maintenance and Repair +BTN BTN Industries Wholesale Trade +BTN BTN Industries Retail Trade +BTN BTN Industries Hotels and Restraurants +BTN BTN Industries Transport +BTN BTN Industries Post and Telecommunications +BTN BTN Industries Finacial Intermediation and Business Activities +BTN BTN Industries Public Administration +BTN BTN Industries Education, Health and Other Services +BTN BTN Industries Private Households +BTN BTN Industries Others +BTN BTN Industries Re-export & Re-import +BOL BOL Industries Agriculture +BOL BOL Industries Fishing +BOL BOL Industries Mining and Quarrying +BOL BOL Industries Food & Beverages +BOL BOL Industries Textiles and Wearing Apparel +BOL BOL Industries Wood and Paper +BOL BOL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BOL BOL Industries Metal Products +BOL BOL Industries Electrical and Machinery +BOL BOL Industries Transport Equipment +BOL BOL Industries Other Manufacturing +BOL BOL Industries Recycling +BOL BOL Industries Electricity, Gas and Water +BOL BOL Industries Construction +BOL BOL Industries Maintenance and Repair +BOL BOL Industries Wholesale Trade +BOL BOL Industries Retail Trade +BOL BOL Industries Hotels and Restraurants +BOL BOL Industries Transport +BOL BOL Industries Post and Telecommunications +BOL BOL Industries Finacial Intermediation and Business Activities +BOL BOL Industries Public Administration +BOL BOL Industries Education, Health and Other Services +BOL BOL Industries Private Households +BOL BOL Industries Others +BOL BOL Industries Re-export & Re-import +BIH BIH Industries Agriculture +BIH BIH Industries Fishing +BIH BIH Industries Mining and Quarrying +BIH BIH Industries Food & Beverages +BIH BIH Industries Textiles and Wearing Apparel +BIH BIH Industries Wood and Paper +BIH BIH Industries Petroleum, Chemical and Non-Metallic Mineral Products +BIH BIH Industries Metal Products +BIH BIH Industries Electrical and Machinery +BIH BIH Industries Transport Equipment +BIH BIH Industries Other Manufacturing +BIH BIH Industries Recycling +BIH BIH Industries Electricity, Gas and Water +BIH BIH Industries Construction +BIH BIH Industries Maintenance and Repair +BIH BIH Industries Wholesale Trade +BIH BIH Industries Retail Trade +BIH BIH Industries Hotels and Restraurants +BIH BIH Industries Transport +BIH BIH Industries Post and Telecommunications +BIH BIH Industries Finacial Intermediation and Business Activities +BIH BIH Industries Public Administration +BIH BIH Industries Education, Health and Other Services +BIH BIH Industries Private Households +BIH BIH Industries Others +BIH BIH Industries Re-export & Re-import +BWA BWA Industries Agriculture +BWA BWA Industries Fishing +BWA BWA Industries Mining and Quarrying +BWA BWA Industries Food & Beverages +BWA BWA Industries Textiles and Wearing Apparel +BWA BWA Industries Wood and Paper +BWA BWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BWA BWA Industries Metal Products +BWA BWA Industries Electrical and Machinery +BWA BWA Industries Transport Equipment +BWA BWA Industries Other Manufacturing +BWA BWA Industries Recycling +BWA BWA Industries Electricity, Gas and Water +BWA BWA Industries Construction +BWA BWA Industries Maintenance and Repair +BWA BWA Industries Wholesale Trade +BWA BWA Industries Retail Trade +BWA BWA Industries Hotels and Restraurants +BWA BWA Industries Transport +BWA BWA Industries Post and Telecommunications +BWA BWA Industries Finacial Intermediation and Business Activities +BWA BWA Industries Public Administration +BWA BWA Industries Education, Health and Other Services +BWA BWA Industries Private Households +BWA BWA Industries Others +BWA BWA Industries Re-export & Re-import +BRA BRA Industries Agriculture +BRA BRA Industries Fishing +BRA BRA Industries Mining and Quarrying +BRA BRA Industries Food & Beverages +BRA BRA Industries Textiles and Wearing Apparel +BRA BRA Industries Wood and Paper +BRA BRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRA BRA Industries Metal Products +BRA BRA Industries Electrical and Machinery +BRA BRA Industries Transport Equipment +BRA BRA Industries Other Manufacturing +BRA BRA Industries Recycling +BRA BRA Industries Electricity, Gas and Water +BRA BRA Industries Construction +BRA BRA Industries Maintenance and Repair +BRA BRA Industries Wholesale Trade +BRA BRA Industries Retail Trade +BRA BRA Industries Hotels and Restraurants +BRA BRA Industries Transport +BRA BRA Industries Post and Telecommunications +BRA BRA Industries Finacial Intermediation and Business Activities +BRA BRA Industries Public Administration +BRA BRA Industries Education, Health and Other Services +BRA BRA Industries Private Households +BRA BRA Industries Others +BRA BRA Industries Re-export & Re-import +VGB VGB Industries Agriculture +VGB VGB Industries Fishing +VGB VGB Industries Mining and Quarrying +VGB VGB Industries Food & Beverages +VGB VGB Industries Textiles and Wearing Apparel +VGB VGB Industries Wood and Paper +VGB VGB Industries Petroleum, Chemical and Non-Metallic Mineral Products +VGB VGB Industries Metal Products +VGB VGB Industries Electrical and Machinery +VGB VGB Industries Transport Equipment +VGB VGB Industries Other Manufacturing +VGB VGB Industries Recycling +VGB VGB Industries Electricity, Gas and Water +VGB VGB Industries Construction +VGB VGB Industries Maintenance and Repair +VGB VGB Industries Wholesale Trade +VGB VGB Industries Retail Trade +VGB VGB Industries Hotels and Restraurants +VGB VGB Industries Transport +VGB VGB Industries Post and Telecommunications +VGB VGB Industries Finacial Intermediation and Business Activities +VGB VGB Industries Public Administration +VGB VGB Industries Education, Health and Other Services +VGB VGB Industries Private Households +VGB VGB Industries Others +VGB VGB Industries Re-export & Re-import +BRN BRN Industries Agriculture +BRN BRN Industries Fishing +BRN BRN Industries Mining and Quarrying +BRN BRN Industries Food & Beverages +BRN BRN Industries Textiles and Wearing Apparel +BRN BRN Industries Wood and Paper +BRN BRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRN BRN Industries Metal Products +BRN BRN Industries Electrical and Machinery +BRN BRN Industries Transport Equipment +BRN BRN Industries Other Manufacturing +BRN BRN Industries Recycling +BRN BRN Industries Electricity, Gas and Water +BRN BRN Industries Construction +BRN BRN Industries Maintenance and Repair +BRN BRN Industries Wholesale Trade +BRN BRN Industries Retail Trade +BRN BRN Industries Hotels and Restraurants +BRN BRN Industries Transport +BRN BRN Industries Post and Telecommunications +BRN BRN Industries Finacial Intermediation and Business Activities +BRN BRN Industries Public Administration +BRN BRN Industries Education, Health and Other Services +BRN BRN Industries Private Households +BRN BRN Industries Others +BRN BRN Industries Re-export & Re-import +BGR BGR Industries Agriculture +BGR BGR Industries Fishing +BGR BGR Industries Mining and Quarrying +BGR BGR Industries Food & Beverages +BGR BGR Industries Textiles and Wearing Apparel +BGR BGR Industries Wood and Paper +BGR BGR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGR BGR Industries Metal Products +BGR BGR Industries Electrical and Machinery +BGR BGR Industries Transport Equipment +BGR BGR Industries Other Manufacturing +BGR BGR Industries Recycling +BGR BGR Industries Electricity, Gas and Water +BGR BGR Industries Construction +BGR BGR Industries Maintenance and Repair +BGR BGR Industries Wholesale Trade +BGR BGR Industries Retail Trade +BGR BGR Industries Hotels and Restraurants +BGR BGR Industries Transport +BGR BGR Industries Post and Telecommunications +BGR BGR Industries Finacial Intermediation and Business Activities +BGR BGR Industries Public Administration +BGR BGR Industries Education, Health and Other Services +BGR BGR Industries Private Households +BGR BGR Industries Others +BGR BGR Industries Re-export & Re-import +BFA BFA Industries Agriculture +BFA BFA Industries Fishing +BFA BFA Industries Mining and Quarrying +BFA BFA Industries Food & Beverages +BFA BFA Industries Textiles and Wearing Apparel +BFA BFA Industries Wood and Paper +BFA BFA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BFA BFA Industries Metal Products +BFA BFA Industries Electrical and Machinery +BFA BFA Industries Transport Equipment +BFA BFA Industries Other Manufacturing +BFA BFA Industries Recycling +BFA BFA Industries Electricity, Gas and Water +BFA BFA Industries Construction +BFA BFA Industries Maintenance and Repair +BFA BFA Industries Wholesale Trade +BFA BFA Industries Retail Trade +BFA BFA Industries Hotels and Restraurants +BFA BFA Industries Transport +BFA BFA Industries Post and Telecommunications +BFA BFA Industries Finacial Intermediation and Business Activities +BFA BFA Industries Public Administration +BFA BFA Industries Education, Health and Other Services +BFA BFA Industries Private Households +BFA BFA Industries Others +BFA BFA Industries Re-export & Re-import +BDI BDI Industries Agriculture +BDI BDI Industries Fishing +BDI BDI Industries Mining and Quarrying +BDI BDI Industries Food & Beverages +BDI BDI Industries Textiles and Wearing Apparel +BDI BDI Industries Wood and Paper +BDI BDI Industries Petroleum, Chemical and Non-Metallic Mineral Products +BDI BDI Industries Metal Products +BDI BDI Industries Electrical and Machinery +BDI BDI Industries Transport Equipment +BDI BDI Industries Other Manufacturing +BDI BDI Industries Recycling +BDI BDI Industries Electricity, Gas and Water +BDI BDI Industries Construction +BDI BDI Industries Maintenance and Repair +BDI BDI Industries Wholesale Trade +BDI BDI Industries Retail Trade +BDI BDI Industries Hotels and Restraurants +BDI BDI Industries Transport +BDI BDI Industries Post and Telecommunications +BDI BDI Industries Finacial Intermediation and Business Activities +BDI BDI Industries Public Administration +BDI BDI Industries Education, Health and Other Services +BDI BDI Industries Private Households +BDI BDI Industries Others +BDI BDI Industries Re-export & Re-import +KHM KHM Industries Agriculture +KHM KHM Industries Fishing +KHM KHM Industries Mining and Quarrying +KHM KHM Industries Food & Beverages +KHM KHM Industries Textiles and Wearing Apparel +KHM KHM Industries Wood and Paper +KHM KHM Industries Petroleum, Chemical and Non-Metallic Mineral Products +KHM KHM Industries Metal Products +KHM KHM Industries Electrical and Machinery +KHM KHM Industries Transport Equipment +KHM KHM Industries Other Manufacturing +KHM KHM Industries Recycling +KHM KHM Industries Electricity, Gas and Water +KHM KHM Industries Construction +KHM KHM Industries Maintenance and Repair +KHM KHM Industries Wholesale Trade +KHM KHM Industries Retail Trade +KHM KHM Industries Hotels and Restraurants +KHM KHM Industries Transport +KHM KHM Industries Post and Telecommunications +KHM KHM Industries Finacial Intermediation and Business Activities +KHM KHM Industries Public Administration +KHM KHM Industries Education, Health and Other Services +KHM KHM Industries Private Households +KHM KHM Industries Others +KHM KHM Industries Re-export & Re-import +CMR CMR Industries Agriculture +CMR CMR Industries Fishing +CMR CMR Industries Mining and Quarrying +CMR CMR Industries Food & Beverages +CMR CMR Industries Textiles and Wearing Apparel +CMR CMR Industries Wood and Paper +CMR CMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +CMR CMR Industries Metal Products +CMR CMR Industries Electrical and Machinery +CMR CMR Industries Transport Equipment +CMR CMR Industries Other Manufacturing +CMR CMR Industries Recycling +CMR CMR Industries Electricity, Gas and Water +CMR CMR Industries Construction +CMR CMR Industries Maintenance and Repair +CMR CMR Industries Wholesale Trade +CMR CMR Industries Retail Trade +CMR CMR Industries Hotels and Restraurants +CMR CMR Industries Transport +CMR CMR Industries Post and Telecommunications +CMR CMR Industries Finacial Intermediation and Business Activities +CMR CMR Industries Public Administration +CMR CMR Industries Education, Health and Other Services +CMR CMR Industries Private Households +CMR CMR Industries Others +CMR CMR Industries Re-export & Re-import +CAN CAN Industries Agriculture +CAN CAN Industries Fishing +CAN CAN Industries Mining and Quarrying +CAN CAN Industries Food & Beverages +CAN CAN Industries Textiles and Wearing Apparel +CAN CAN Industries Wood and Paper +CAN CAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAN CAN Industries Metal Products +CAN CAN Industries Electrical and Machinery +CAN CAN Industries Transport Equipment +CAN CAN Industries Other Manufacturing +CAN CAN Industries Recycling +CAN CAN Industries Electricity, Gas and Water +CAN CAN Industries Construction +CAN CAN Industries Maintenance and Repair +CAN CAN Industries Wholesale Trade +CAN CAN Industries Retail Trade +CAN CAN Industries Hotels and Restraurants +CAN CAN Industries Transport +CAN CAN Industries Post and Telecommunications +CAN CAN Industries Finacial Intermediation and Business Activities +CAN CAN Industries Public Administration +CAN CAN Industries Education, Health and Other Services +CAN CAN Industries Private Households +CAN CAN Industries Others +CAN CAN Industries Re-export & Re-import +CPV CPV Industries Agriculture +CPV CPV Industries Fishing +CPV CPV Industries Mining and Quarrying +CPV CPV Industries Food & Beverages +CPV CPV Industries Textiles and Wearing Apparel +CPV CPV Industries Wood and Paper +CPV CPV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CPV CPV Industries Metal Products +CPV CPV Industries Electrical and Machinery +CPV CPV Industries Transport Equipment +CPV CPV Industries Other Manufacturing +CPV CPV Industries Recycling +CPV CPV Industries Electricity, Gas and Water +CPV CPV Industries Construction +CPV CPV Industries Maintenance and Repair +CPV CPV Industries Wholesale Trade +CPV CPV Industries Retail Trade +CPV CPV Industries Hotels and Restraurants +CPV CPV Industries Transport +CPV CPV Industries Post and Telecommunications +CPV CPV Industries Finacial Intermediation and Business Activities +CPV CPV Industries Public Administration +CPV CPV Industries Education, Health and Other Services +CPV CPV Industries Private Households +CPV CPV Industries Others +CPV CPV Industries Re-export & Re-import +CYM CYM Industries Agriculture +CYM CYM Industries Fishing +CYM CYM Industries Mining and Quarrying +CYM CYM Industries Food & Beverages +CYM CYM Industries Textiles and Wearing Apparel +CYM CYM Industries Wood and Paper +CYM CYM Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYM CYM Industries Metal Products +CYM CYM Industries Electrical and Machinery +CYM CYM Industries Transport Equipment +CYM CYM Industries Other Manufacturing +CYM CYM Industries Recycling +CYM CYM Industries Electricity, Gas and Water +CYM CYM Industries Construction +CYM CYM Industries Maintenance and Repair +CYM CYM Industries Wholesale Trade +CYM CYM Industries Retail Trade +CYM CYM Industries Hotels and Restraurants +CYM CYM Industries Transport +CYM CYM Industries Post and Telecommunications +CYM CYM Industries Finacial Intermediation and Business Activities +CYM CYM Industries Public Administration +CYM CYM Industries Education, Health and Other Services +CYM CYM Industries Private Households +CYM CYM Industries Others +CYM CYM Industries Re-export & Re-import +CAF CAF Industries Agriculture +CAF CAF Industries Fishing +CAF CAF Industries Mining and Quarrying +CAF CAF Industries Food & Beverages +CAF CAF Industries Textiles and Wearing Apparel +CAF CAF Industries Wood and Paper +CAF CAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAF CAF Industries Metal Products +CAF CAF Industries Electrical and Machinery +CAF CAF Industries Transport Equipment +CAF CAF Industries Other Manufacturing +CAF CAF Industries Recycling +CAF CAF Industries Electricity, Gas and Water +CAF CAF Industries Construction +CAF CAF Industries Maintenance and Repair +CAF CAF Industries Wholesale Trade +CAF CAF Industries Retail Trade +CAF CAF Industries Hotels and Restraurants +CAF CAF Industries Transport +CAF CAF Industries Post and Telecommunications +CAF CAF Industries Finacial Intermediation and Business Activities +CAF CAF Industries Public Administration +CAF CAF Industries Education, Health and Other Services +CAF CAF Industries Private Households +CAF CAF Industries Others +CAF CAF Industries Re-export & Re-import +TCD TCD Industries Agriculture +TCD TCD Industries Fishing +TCD TCD Industries Mining and Quarrying +TCD TCD Industries Food & Beverages +TCD TCD Industries Textiles and Wearing Apparel +TCD TCD Industries Wood and Paper +TCD TCD Industries Petroleum, Chemical and Non-Metallic Mineral Products +TCD TCD Industries Metal Products +TCD TCD Industries Electrical and Machinery +TCD TCD Industries Transport Equipment +TCD TCD Industries Other Manufacturing +TCD TCD Industries Recycling +TCD TCD Industries Electricity, Gas and Water +TCD TCD Industries Construction +TCD TCD Industries Maintenance and Repair +TCD TCD Industries Wholesale Trade +TCD TCD Industries Retail Trade +TCD TCD Industries Hotels and Restraurants +TCD TCD Industries Transport +TCD TCD Industries Post and Telecommunications +TCD TCD Industries Finacial Intermediation and Business Activities +TCD TCD Industries Public Administration +TCD TCD Industries Education, Health and Other Services +TCD TCD Industries Private Households +TCD TCD Industries Others +TCD TCD Industries Re-export & Re-import +CHL CHL Industries Agriculture +CHL CHL Industries Fishing +CHL CHL Industries Mining and Quarrying +CHL CHL Industries Food & Beverages +CHL CHL Industries Textiles and Wearing Apparel +CHL CHL Industries Wood and Paper +CHL CHL Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHL CHL Industries Metal Products +CHL CHL Industries Electrical and Machinery +CHL CHL Industries Transport Equipment +CHL CHL Industries Other Manufacturing +CHL CHL Industries Recycling +CHL CHL Industries Electricity, Gas and Water +CHL CHL Industries Construction +CHL CHL Industries Maintenance and Repair +CHL CHL Industries Wholesale Trade +CHL CHL Industries Retail Trade +CHL CHL Industries Hotels and Restraurants +CHL CHL Industries Transport +CHL CHL Industries Post and Telecommunications +CHL CHL Industries Finacial Intermediation and Business Activities +CHL CHL Industries Public Administration +CHL CHL Industries Education, Health and Other Services +CHL CHL Industries Private Households +CHL CHL Industries Others +CHL CHL Industries Re-export & Re-import +CHN CHN Commodities Agriculture +CHN CHN Commodities Fishing +CHN CHN Commodities Mining and Quarrying +CHN CHN Commodities Food & Beverages +CHN CHN Commodities Textiles and Wearing Apparel +CHN CHN Commodities Wood and Paper +CHN CHN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +CHN CHN Commodities Metal Products +CHN CHN Commodities Electrical and Machinery +CHN CHN Commodities Transport Equipment +CHN CHN Commodities Other Manufacturing +CHN CHN Commodities Recycling +CHN CHN Commodities Electricity, Gas and Water +CHN CHN Commodities Construction +CHN CHN Commodities Maintenance and Repair +CHN CHN Commodities Wholesale Trade +CHN CHN Commodities Retail Trade +CHN CHN Commodities Hotels and Restraurants +CHN CHN Commodities Transport +CHN CHN Commodities Post and Telecommunications +CHN CHN Commodities Finacial Intermediation and Business Activities +CHN CHN Commodities Public Administration +CHN CHN Commodities Education, Health and Other Services +CHN CHN Commodities Private Households +CHN CHN Commodities Others +CHN CHN Commodities Re-export & Re-import +COL COL Industries Agriculture +COL COL Industries Fishing +COL COL Industries Mining and Quarrying +COL COL Industries Food & Beverages +COL COL Industries Textiles and Wearing Apparel +COL COL Industries Wood and Paper +COL COL Industries Petroleum, Chemical and Non-Metallic Mineral Products +COL COL Industries Metal Products +COL COL Industries Electrical and Machinery +COL COL Industries Transport Equipment +COL COL Industries Other Manufacturing +COL COL Industries Recycling +COL COL Industries Electricity, Gas and Water +COL COL Industries Construction +COL COL Industries Maintenance and Repair +COL COL Industries Wholesale Trade +COL COL Industries Retail Trade +COL COL Industries Hotels and Restraurants +COL COL Industries Transport +COL COL Industries Post and Telecommunications +COL COL Industries Finacial Intermediation and Business Activities +COL COL Industries Public Administration +COL COL Industries Education, Health and Other Services +COL COL Industries Private Households +COL COL Industries Others +COL COL Industries Re-export & Re-import +COG COG Industries Agriculture +COG COG Industries Fishing +COG COG Industries Mining and Quarrying +COG COG Industries Food & Beverages +COG COG Industries Textiles and Wearing Apparel +COG COG Industries Wood and Paper +COG COG Industries Petroleum, Chemical and Non-Metallic Mineral Products +COG COG Industries Metal Products +COG COG Industries Electrical and Machinery +COG COG Industries Transport Equipment +COG COG Industries Other Manufacturing +COG COG Industries Recycling +COG COG Industries Electricity, Gas and Water +COG COG Industries Construction +COG COG Industries Maintenance and Repair +COG COG Industries Wholesale Trade +COG COG Industries Retail Trade +COG COG Industries Hotels and Restraurants +COG COG Industries Transport +COG COG Industries Post and Telecommunications +COG COG Industries Finacial Intermediation and Business Activities +COG COG Industries Public Administration +COG COG Industries Education, Health and Other Services +COG COG Industries Private Households +COG COG Industries Others +COG COG Industries Re-export & Re-import +CRI CRI Industries Agriculture +CRI CRI Industries Fishing +CRI CRI Industries Mining and Quarrying +CRI CRI Industries Food & Beverages +CRI CRI Industries Textiles and Wearing Apparel +CRI CRI Industries Wood and Paper +CRI CRI Industries Petroleum, Chemical and Non-Metallic Mineral Products +CRI CRI Industries Metal Products +CRI CRI Industries Electrical and Machinery +CRI CRI Industries Transport Equipment +CRI CRI Industries Other Manufacturing +CRI CRI Industries Recycling +CRI CRI Industries Electricity, Gas and Water +CRI CRI Industries Construction +CRI CRI Industries Maintenance and Repair +CRI CRI Industries Wholesale Trade +CRI CRI Industries Retail Trade +CRI CRI Industries Hotels and Restraurants +CRI CRI Industries Transport +CRI CRI Industries Post and Telecommunications +CRI CRI Industries Finacial Intermediation and Business Activities +CRI CRI Industries Public Administration +CRI CRI Industries Education, Health and Other Services +CRI CRI Industries Private Households +CRI CRI Industries Others +CRI CRI Industries Re-export & Re-import +HRV HRV Industries Agriculture +HRV HRV Industries Fishing +HRV HRV Industries Mining and Quarrying +HRV HRV Industries Food & Beverages +HRV HRV Industries Textiles and Wearing Apparel +HRV HRV Industries Wood and Paper +HRV HRV Industries Petroleum, Chemical and Non-Metallic Mineral Products +HRV HRV Industries Metal Products +HRV HRV Industries Electrical and Machinery +HRV HRV Industries Transport Equipment +HRV HRV Industries Other Manufacturing +HRV HRV Industries Recycling +HRV HRV Industries Electricity, Gas and Water +HRV HRV Industries Construction +HRV HRV Industries Maintenance and Repair +HRV HRV Industries Wholesale Trade +HRV HRV Industries Retail Trade +HRV HRV Industries Hotels and Restraurants +HRV HRV Industries Transport +HRV HRV Industries Post and Telecommunications +HRV HRV Industries Finacial Intermediation and Business Activities +HRV HRV Industries Public Administration +HRV HRV Industries Education, Health and Other Services +HRV HRV Industries Private Households +HRV HRV Industries Others +HRV HRV Industries Re-export & Re-import +CUB CUB Industries Agriculture +CUB CUB Industries Fishing +CUB CUB Industries Mining and Quarrying +CUB CUB Industries Food & Beverages +CUB CUB Industries Textiles and Wearing Apparel +CUB CUB Industries Wood and Paper +CUB CUB Industries Petroleum, Chemical and Non-Metallic Mineral Products +CUB CUB Industries Metal Products +CUB CUB Industries Electrical and Machinery +CUB CUB Industries Transport Equipment +CUB CUB Industries Other Manufacturing +CUB CUB Industries Recycling +CUB CUB Industries Electricity, Gas and Water +CUB CUB Industries Construction +CUB CUB Industries Maintenance and Repair +CUB CUB Industries Wholesale Trade +CUB CUB Industries Retail Trade +CUB CUB Industries Hotels and Restraurants +CUB CUB Industries Transport +CUB CUB Industries Post and Telecommunications +CUB CUB Industries Finacial Intermediation and Business Activities +CUB CUB Industries Public Administration +CUB CUB Industries Education, Health and Other Services +CUB CUB Industries Private Households +CUB CUB Industries Others +CUB CUB Industries Re-export & Re-import +CYP CYP Industries Agriculture +CYP CYP Industries Fishing +CYP CYP Industries Mining and Quarrying +CYP CYP Industries Food & Beverages +CYP CYP Industries Textiles and Wearing Apparel +CYP CYP Industries Wood and Paper +CYP CYP Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYP CYP Industries Metal Products +CYP CYP Industries Electrical and Machinery +CYP CYP Industries Transport Equipment +CYP CYP Industries Other Manufacturing +CYP CYP Industries Recycling +CYP CYP Industries Electricity, Gas and Water +CYP CYP Industries Construction +CYP CYP Industries Maintenance and Repair +CYP CYP Industries Wholesale Trade +CYP CYP Industries Retail Trade +CYP CYP Industries Hotels and Restraurants +CYP CYP Industries Transport +CYP CYP Industries Post and Telecommunications +CYP CYP Industries Finacial Intermediation and Business Activities +CYP CYP Industries Public Administration +CYP CYP Industries Education, Health and Other Services +CYP CYP Industries Private Households +CYP CYP Industries Others +CYP CYP Industries Re-export & Re-import +CZE CZE Industries Agriculture +CZE CZE Industries Fishing +CZE CZE Industries Mining and Quarrying +CZE CZE Industries Food & Beverages +CZE CZE Industries Textiles and Wearing Apparel +CZE CZE Industries Wood and Paper +CZE CZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CZE CZE Industries Metal Products +CZE CZE Industries Electrical and Machinery +CZE CZE Industries Transport Equipment +CZE CZE Industries Other Manufacturing +CZE CZE Industries Recycling +CZE CZE Industries Electricity, Gas and Water +CZE CZE Industries Construction +CZE CZE Industries Maintenance and Repair +CZE CZE Industries Wholesale Trade +CZE CZE Industries Retail Trade +CZE CZE Industries Hotels and Restraurants +CZE CZE Industries Transport +CZE CZE Industries Post and Telecommunications +CZE CZE Industries Finacial Intermediation and Business Activities +CZE CZE Industries Public Administration +CZE CZE Industries Education, Health and Other Services +CZE CZE Industries Private Households +CZE CZE Industries Others +CZE CZE Industries Re-export & Re-import +CIV CIV Industries Agriculture +CIV CIV Industries Fishing +CIV CIV Industries Mining and Quarrying +CIV CIV Industries Food & Beverages +CIV CIV Industries Textiles and Wearing Apparel +CIV CIV Industries Wood and Paper +CIV CIV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CIV CIV Industries Metal Products +CIV CIV Industries Electrical and Machinery +CIV CIV Industries Transport Equipment +CIV CIV Industries Other Manufacturing +CIV CIV Industries Recycling +CIV CIV Industries Electricity, Gas and Water +CIV CIV Industries Construction +CIV CIV Industries Maintenance and Repair +CIV CIV Industries Wholesale Trade +CIV CIV Industries Retail Trade +CIV CIV Industries Hotels and Restraurants +CIV CIV Industries Transport +CIV CIV Industries Post and Telecommunications +CIV CIV Industries Finacial Intermediation and Business Activities +CIV CIV Industries Public Administration +CIV CIV Industries Education, Health and Other Services +CIV CIV Industries Private Households +CIV CIV Industries Others +CIV CIV Industries Re-export & Re-import +PRK PRK Industries Agriculture +PRK PRK Industries Fishing +PRK PRK Industries Mining and Quarrying +PRK PRK Industries Food & Beverages +PRK PRK Industries Textiles and Wearing Apparel +PRK PRK Industries Wood and Paper +PRK PRK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRK PRK Industries Metal Products +PRK PRK Industries Electrical and Machinery +PRK PRK Industries Transport Equipment +PRK PRK Industries Other Manufacturing +PRK PRK Industries Recycling +PRK PRK Industries Electricity, Gas and Water +PRK PRK Industries Construction +PRK PRK Industries Maintenance and Repair +PRK PRK Industries Wholesale Trade +PRK PRK Industries Retail Trade +PRK PRK Industries Hotels and Restraurants +PRK PRK Industries Transport +PRK PRK Industries Post and Telecommunications +PRK PRK Industries Finacial Intermediation and Business Activities +PRK PRK Industries Public Administration +PRK PRK Industries Education, Health and Other Services +PRK PRK Industries Private Households +PRK PRK Industries Others +PRK PRK Industries Re-export & Re-import +COD COD Industries Agriculture +COD COD Industries Fishing +COD COD Industries Mining and Quarrying +COD COD Industries Food & Beverages +COD COD Industries Textiles and Wearing Apparel +COD COD Industries Wood and Paper +COD COD Industries Petroleum, Chemical and Non-Metallic Mineral Products +COD COD Industries Metal Products +COD COD Industries Electrical and Machinery +COD COD Industries Transport Equipment +COD COD Industries Other Manufacturing +COD COD Industries Recycling +COD COD Industries Electricity, Gas and Water +COD COD Industries Construction +COD COD Industries Maintenance and Repair +COD COD Industries Wholesale Trade +COD COD Industries Retail Trade +COD COD Industries Hotels and Restraurants +COD COD Industries Transport +COD COD Industries Post and Telecommunications +COD COD Industries Finacial Intermediation and Business Activities +COD COD Industries Public Administration +COD COD Industries Education, Health and Other Services +COD COD Industries Private Households +COD COD Industries Others +COD COD Industries Re-export & Re-import +DNK DNK Industries Agriculture +DNK DNK Industries Fishing +DNK DNK Industries Mining and Quarrying +DNK DNK Industries Food & Beverages +DNK DNK Industries Textiles and Wearing Apparel +DNK DNK Industries Wood and Paper +DNK DNK Industries Petroleum, Chemical and Non-Metallic Mineral Products +DNK DNK Industries Metal Products +DNK DNK Industries Electrical and Machinery +DNK DNK Industries Transport Equipment +DNK DNK Industries Other Manufacturing +DNK DNK Industries Recycling +DNK DNK Industries Electricity, Gas and Water +DNK DNK Industries Construction +DNK DNK Industries Maintenance and Repair +DNK DNK Industries Wholesale Trade +DNK DNK Industries Retail Trade +DNK DNK Industries Hotels and Restraurants +DNK DNK Industries Transport +DNK DNK Industries Post and Telecommunications +DNK DNK Industries Finacial Intermediation and Business Activities +DNK DNK Industries Public Administration +DNK DNK Industries Education, Health and Other Services +DNK DNK Industries Private Households +DNK DNK Industries Others +DNK DNK Industries Re-export & Re-import +DJI DJI Industries Agriculture +DJI DJI Industries Fishing +DJI DJI Industries Mining and Quarrying +DJI DJI Industries Food & Beverages +DJI DJI Industries Textiles and Wearing Apparel +DJI DJI Industries Wood and Paper +DJI DJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +DJI DJI Industries Metal Products +DJI DJI Industries Electrical and Machinery +DJI DJI Industries Transport Equipment +DJI DJI Industries Other Manufacturing +DJI DJI Industries Recycling +DJI DJI Industries Electricity, Gas and Water +DJI DJI Industries Construction +DJI DJI Industries Maintenance and Repair +DJI DJI Industries Wholesale Trade +DJI DJI Industries Retail Trade +DJI DJI Industries Hotels and Restraurants +DJI DJI Industries Transport +DJI DJI Industries Post and Telecommunications +DJI DJI Industries Finacial Intermediation and Business Activities +DJI DJI Industries Public Administration +DJI DJI Industries Education, Health and Other Services +DJI DJI Industries Private Households +DJI DJI Industries Others +DJI DJI Industries Re-export & Re-import +DOM DOM Industries Agriculture +DOM DOM Industries Fishing +DOM DOM Industries Mining and Quarrying +DOM DOM Industries Food & Beverages +DOM DOM Industries Textiles and Wearing Apparel +DOM DOM Industries Wood and Paper +DOM DOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +DOM DOM Industries Metal Products +DOM DOM Industries Electrical and Machinery +DOM DOM Industries Transport Equipment +DOM DOM Industries Other Manufacturing +DOM DOM Industries Recycling +DOM DOM Industries Electricity, Gas and Water +DOM DOM Industries Construction +DOM DOM Industries Maintenance and Repair +DOM DOM Industries Wholesale Trade +DOM DOM Industries Retail Trade +DOM DOM Industries Hotels and Restraurants +DOM DOM Industries Transport +DOM DOM Industries Post and Telecommunications +DOM DOM Industries Finacial Intermediation and Business Activities +DOM DOM Industries Public Administration +DOM DOM Industries Education, Health and Other Services +DOM DOM Industries Private Households +DOM DOM Industries Others +DOM DOM Industries Re-export & Re-import +ECU ECU Industries Agriculture +ECU ECU Industries Fishing +ECU ECU Industries Mining and Quarrying +ECU ECU Industries Food & Beverages +ECU ECU Industries Textiles and Wearing Apparel +ECU ECU Industries Wood and Paper +ECU ECU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ECU ECU Industries Metal Products +ECU ECU Industries Electrical and Machinery +ECU ECU Industries Transport Equipment +ECU ECU Industries Other Manufacturing +ECU ECU Industries Recycling +ECU ECU Industries Electricity, Gas and Water +ECU ECU Industries Construction +ECU ECU Industries Maintenance and Repair +ECU ECU Industries Wholesale Trade +ECU ECU Industries Retail Trade +ECU ECU Industries Hotels and Restraurants +ECU ECU Industries Transport +ECU ECU Industries Post and Telecommunications +ECU ECU Industries Finacial Intermediation and Business Activities +ECU ECU Industries Public Administration +ECU ECU Industries Education, Health and Other Services +ECU ECU Industries Private Households +ECU ECU Industries Others +ECU ECU Industries Re-export & Re-import +EGY EGY Industries Agriculture +EGY EGY Industries Fishing +EGY EGY Industries Mining and Quarrying +EGY EGY Industries Food & Beverages +EGY EGY Industries Textiles and Wearing Apparel +EGY EGY Industries Wood and Paper +EGY EGY Industries Petroleum, Chemical and Non-Metallic Mineral Products +EGY EGY Industries Metal Products +EGY EGY Industries Electrical and Machinery +EGY EGY Industries Transport Equipment +EGY EGY Industries Other Manufacturing +EGY EGY Industries Recycling +EGY EGY Industries Electricity, Gas and Water +EGY EGY Industries Construction +EGY EGY Industries Maintenance and Repair +EGY EGY Industries Wholesale Trade +EGY EGY Industries Retail Trade +EGY EGY Industries Hotels and Restraurants +EGY EGY Industries Transport +EGY EGY Industries Post and Telecommunications +EGY EGY Industries Finacial Intermediation and Business Activities +EGY EGY Industries Public Administration +EGY EGY Industries Education, Health and Other Services +EGY EGY Industries Private Households +EGY EGY Industries Others +EGY EGY Industries Re-export & Re-import +SLV SLV Industries Agriculture +SLV SLV Industries Fishing +SLV SLV Industries Mining and Quarrying +SLV SLV Industries Food & Beverages +SLV SLV Industries Textiles and Wearing Apparel +SLV SLV Industries Wood and Paper +SLV SLV Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLV SLV Industries Metal Products +SLV SLV Industries Electrical and Machinery +SLV SLV Industries Transport Equipment +SLV SLV Industries Other Manufacturing +SLV SLV Industries Recycling +SLV SLV Industries Electricity, Gas and Water +SLV SLV Industries Construction +SLV SLV Industries Maintenance and Repair +SLV SLV Industries Wholesale Trade +SLV SLV Industries Retail Trade +SLV SLV Industries Hotels and Restraurants +SLV SLV Industries Transport +SLV SLV Industries Post and Telecommunications +SLV SLV Industries Finacial Intermediation and Business Activities +SLV SLV Industries Public Administration +SLV SLV Industries Education, Health and Other Services +SLV SLV Industries Private Households +SLV SLV Industries Others +SLV SLV Industries Re-export & Re-import +ERI ERI Industries Agriculture +ERI ERI Industries Fishing +ERI ERI Industries Mining and Quarrying +ERI ERI Industries Food & Beverages +ERI ERI Industries Textiles and Wearing Apparel +ERI ERI Industries Wood and Paper +ERI ERI Industries Petroleum, Chemical and Non-Metallic Mineral Products +ERI ERI Industries Metal Products +ERI ERI Industries Electrical and Machinery +ERI ERI Industries Transport Equipment +ERI ERI Industries Other Manufacturing +ERI ERI Industries Recycling +ERI ERI Industries Electricity, Gas and Water +ERI ERI Industries Construction +ERI ERI Industries Maintenance and Repair +ERI ERI Industries Wholesale Trade +ERI ERI Industries Retail Trade +ERI ERI Industries Hotels and Restraurants +ERI ERI Industries Transport +ERI ERI Industries Post and Telecommunications +ERI ERI Industries Finacial Intermediation and Business Activities +ERI ERI Industries Public Administration +ERI ERI Industries Education, Health and Other Services +ERI ERI Industries Private Households +ERI ERI Industries Others +ERI ERI Industries Re-export & Re-import +EST EST Industries Agriculture +EST EST Industries Fishing +EST EST Industries Mining and Quarrying +EST EST Industries Food & Beverages +EST EST Industries Textiles and Wearing Apparel +EST EST Industries Wood and Paper +EST EST Industries Petroleum, Chemical and Non-Metallic Mineral Products +EST EST Industries Metal Products +EST EST Industries Electrical and Machinery +EST EST Industries Transport Equipment +EST EST Industries Other Manufacturing +EST EST Industries Recycling +EST EST Industries Electricity, Gas and Water +EST EST Industries Construction +EST EST Industries Maintenance and Repair +EST EST Industries Wholesale Trade +EST EST Industries Retail Trade +EST EST Industries Hotels and Restraurants +EST EST Industries Transport +EST EST Industries Post and Telecommunications +EST EST Industries Finacial Intermediation and Business Activities +EST EST Industries Public Administration +EST EST Industries Education, Health and Other Services +EST EST Industries Private Households +EST EST Industries Others +EST EST Industries Re-export & Re-import +ETH ETH Industries Agriculture +ETH ETH Industries Fishing +ETH ETH Industries Mining and Quarrying +ETH ETH Industries Food & Beverages +ETH ETH Industries Textiles and Wearing Apparel +ETH ETH Industries Wood and Paper +ETH ETH Industries Petroleum, Chemical and Non-Metallic Mineral Products +ETH ETH Industries Metal Products +ETH ETH Industries Electrical and Machinery +ETH ETH Industries Transport Equipment +ETH ETH Industries Other Manufacturing +ETH ETH Industries Recycling +ETH ETH Industries Electricity, Gas and Water +ETH ETH Industries Construction +ETH ETH Industries Maintenance and Repair +ETH ETH Industries Wholesale Trade +ETH ETH Industries Retail Trade +ETH ETH Industries Hotels and Restraurants +ETH ETH Industries Transport +ETH ETH Industries Post and Telecommunications +ETH ETH Industries Finacial Intermediation and Business Activities +ETH ETH Industries Public Administration +ETH ETH Industries Education, Health and Other Services +ETH ETH Industries Private Households +ETH ETH Industries Others +ETH ETH Industries Re-export & Re-import +FJI FJI Industries Agriculture +FJI FJI Industries Fishing +FJI FJI Industries Mining and Quarrying +FJI FJI Industries Food & Beverages +FJI FJI Industries Textiles and Wearing Apparel +FJI FJI Industries Wood and Paper +FJI FJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +FJI FJI Industries Metal Products +FJI FJI Industries Electrical and Machinery +FJI FJI Industries Transport Equipment +FJI FJI Industries Other Manufacturing +FJI FJI Industries Recycling +FJI FJI Industries Electricity, Gas and Water +FJI FJI Industries Construction +FJI FJI Industries Maintenance and Repair +FJI FJI Industries Wholesale Trade +FJI FJI Industries Retail Trade +FJI FJI Industries Hotels and Restraurants +FJI FJI Industries Transport +FJI FJI Industries Post and Telecommunications +FJI FJI Industries Finacial Intermediation and Business Activities +FJI FJI Industries Public Administration +FJI FJI Industries Education, Health and Other Services +FJI FJI Industries Private Households +FJI FJI Industries Others +FJI FJI Industries Re-export & Re-import +FIN FIN Industries Agriculture +FIN FIN Industries Fishing +FIN FIN Industries Mining and Quarrying +FIN FIN Industries Food & Beverages +FIN FIN Industries Textiles and Wearing Apparel +FIN FIN Industries Wood and Paper +FIN FIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +FIN FIN Industries Metal Products +FIN FIN Industries Electrical and Machinery +FIN FIN Industries Transport Equipment +FIN FIN Industries Other Manufacturing +FIN FIN Industries Recycling +FIN FIN Industries Electricity, Gas and Water +FIN FIN Industries Construction +FIN FIN Industries Maintenance and Repair +FIN FIN Industries Wholesale Trade +FIN FIN Industries Retail Trade +FIN FIN Industries Hotels and Restraurants +FIN FIN Industries Transport +FIN FIN Industries Post and Telecommunications +FIN FIN Industries Finacial Intermediation and Business Activities +FIN FIN Industries Public Administration +FIN FIN Industries Education, Health and Other Services +FIN FIN Industries Private Households +FIN FIN Industries Others +FIN FIN Industries Re-export & Re-import +FRA FRA Industries Agriculture +FRA FRA Industries Fishing +FRA FRA Industries Mining and Quarrying +FRA FRA Industries Food & Beverages +FRA FRA Industries Textiles and Wearing Apparel +FRA FRA Industries Wood and Paper +FRA FRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +FRA FRA Industries Metal Products +FRA FRA Industries Electrical and Machinery +FRA FRA Industries Transport Equipment +FRA FRA Industries Other Manufacturing +FRA FRA Industries Recycling +FRA FRA Industries Electricity, Gas and Water +FRA FRA Industries Construction +FRA FRA Industries Maintenance and Repair +FRA FRA Industries Wholesale Trade +FRA FRA Industries Retail Trade +FRA FRA Industries Hotels and Restraurants +FRA FRA Industries Transport +FRA FRA Industries Post and Telecommunications +FRA FRA Industries Finacial Intermediation and Business Activities +FRA FRA Industries Public Administration +FRA FRA Industries Education, Health and Other Services +FRA FRA Industries Private Households +FRA FRA Industries Others +FRA FRA Industries Re-export & Re-import +PYF PYF Industries Agriculture +PYF PYF Industries Fishing +PYF PYF Industries Mining and Quarrying +PYF PYF Industries Food & Beverages +PYF PYF Industries Textiles and Wearing Apparel +PYF PYF Industries Wood and Paper +PYF PYF Industries Petroleum, Chemical and Non-Metallic Mineral Products +PYF PYF Industries Metal Products +PYF PYF Industries Electrical and Machinery +PYF PYF Industries Transport Equipment +PYF PYF Industries Other Manufacturing +PYF PYF Industries Recycling +PYF PYF Industries Electricity, Gas and Water +PYF PYF Industries Construction +PYF PYF Industries Maintenance and Repair +PYF PYF Industries Wholesale Trade +PYF PYF Industries Retail Trade +PYF PYF Industries Hotels and Restraurants +PYF PYF Industries Transport +PYF PYF Industries Post and Telecommunications +PYF PYF Industries Finacial Intermediation and Business Activities +PYF PYF Industries Public Administration +PYF PYF Industries Education, Health and Other Services +PYF PYF Industries Private Households +PYF PYF Industries Others +PYF PYF Industries Re-export & Re-import +GAB GAB Industries Agriculture +GAB GAB Industries Fishing +GAB GAB Industries Mining and Quarrying +GAB GAB Industries Food & Beverages +GAB GAB Industries Textiles and Wearing Apparel +GAB GAB Industries Wood and Paper +GAB GAB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GAB GAB Industries Metal Products +GAB GAB Industries Electrical and Machinery +GAB GAB Industries Transport Equipment +GAB GAB Industries Other Manufacturing +GAB GAB Industries Recycling +GAB GAB Industries Electricity, Gas and Water +GAB GAB Industries Construction +GAB GAB Industries Maintenance and Repair +GAB GAB Industries Wholesale Trade +GAB GAB Industries Retail Trade +GAB GAB Industries Hotels and Restraurants +GAB GAB Industries Transport +GAB GAB Industries Post and Telecommunications +GAB GAB Industries Finacial Intermediation and Business Activities +GAB GAB Industries Public Administration +GAB GAB Industries Education, Health and Other Services +GAB GAB Industries Private Households +GAB GAB Industries Others +GAB GAB Industries Re-export & Re-import +GMB GMB Industries Agriculture +GMB GMB Industries Fishing +GMB GMB Industries Mining and Quarrying +GMB GMB Industries Food & Beverages +GMB GMB Industries Textiles and Wearing Apparel +GMB GMB Industries Wood and Paper +GMB GMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GMB GMB Industries Metal Products +GMB GMB Industries Electrical and Machinery +GMB GMB Industries Transport Equipment +GMB GMB Industries Other Manufacturing +GMB GMB Industries Recycling +GMB GMB Industries Electricity, Gas and Water +GMB GMB Industries Construction +GMB GMB Industries Maintenance and Repair +GMB GMB Industries Wholesale Trade +GMB GMB Industries Retail Trade +GMB GMB Industries Hotels and Restraurants +GMB GMB Industries Transport +GMB GMB Industries Post and Telecommunications +GMB GMB Industries Finacial Intermediation and Business Activities +GMB GMB Industries Public Administration +GMB GMB Industries Education, Health and Other Services +GMB GMB Industries Private Households +GMB GMB Industries Others +GMB GMB Industries Re-export & Re-import +GEO GEO Industries Agriculture +GEO GEO Industries Fishing +GEO GEO Industries Mining and Quarrying +GEO GEO Industries Food & Beverages +GEO GEO Industries Textiles and Wearing Apparel +GEO GEO Industries Wood and Paper +GEO GEO Industries Petroleum, Chemical and Non-Metallic Mineral Products +GEO GEO Industries Metal Products +GEO GEO Industries Electrical and Machinery +GEO GEO Industries Transport Equipment +GEO GEO Industries Other Manufacturing +GEO GEO Industries Recycling +GEO GEO Industries Electricity, Gas and Water +GEO GEO Industries Construction +GEO GEO Industries Maintenance and Repair +GEO GEO Industries Wholesale Trade +GEO GEO Industries Retail Trade +GEO GEO Industries Hotels and Restraurants +GEO GEO Industries Transport +GEO GEO Industries Post and Telecommunications +GEO GEO Industries Finacial Intermediation and Business Activities +GEO GEO Industries Public Administration +GEO GEO Industries Education, Health and Other Services +GEO GEO Industries Private Households +GEO GEO Industries Others +GEO GEO Industries Re-export & Re-import +DEU DEU Commodities Agriculture +DEU DEU Commodities Fishing +DEU DEU Commodities Mining and Quarrying +DEU DEU Commodities Food & Beverages +DEU DEU Commodities Textiles and Wearing Apparel +DEU DEU Commodities Wood and Paper +DEU DEU Commodities Petroleum, Chemical and Non-Metallic Mineral Products +DEU DEU Commodities Metal Products +DEU DEU Commodities Electrical and Machinery +DEU DEU Commodities Transport Equipment +DEU DEU Commodities Other Manufacturing +DEU DEU Commodities Recycling +DEU DEU Commodities Electricity, Gas and Water +DEU DEU Commodities Construction +DEU DEU Commodities Maintenance and Repair +DEU DEU Commodities Wholesale Trade +DEU DEU Commodities Retail Trade +DEU DEU Commodities Hotels and Restraurants +DEU DEU Commodities Transport +DEU DEU Commodities Post and Telecommunications +DEU DEU Commodities Finacial Intermediation and Business Activities +DEU DEU Commodities Public Administration +DEU DEU Commodities Education, Health and Other Services +DEU DEU Commodities Private Households +DEU DEU Commodities Others +DEU DEU Commodities Re-export & Re-import +GHA GHA Industries Agriculture +GHA GHA Industries Fishing +GHA GHA Industries Mining and Quarrying +GHA GHA Industries Food & Beverages +GHA GHA Industries Textiles and Wearing Apparel +GHA GHA Industries Wood and Paper +GHA GHA Industries Petroleum, Chemical and Non-Metallic Mineral Products +GHA GHA Industries Metal Products +GHA GHA Industries Electrical and Machinery +GHA GHA Industries Transport Equipment +GHA GHA Industries Other Manufacturing +GHA GHA Industries Recycling +GHA GHA Industries Electricity, Gas and Water +GHA GHA Industries Construction +GHA GHA Industries Maintenance and Repair +GHA GHA Industries Wholesale Trade +GHA GHA Industries Retail Trade +GHA GHA Industries Hotels and Restraurants +GHA GHA Industries Transport +GHA GHA Industries Post and Telecommunications +GHA GHA Industries Finacial Intermediation and Business Activities +GHA GHA Industries Public Administration +GHA GHA Industries Education, Health and Other Services +GHA GHA Industries Private Households +GHA GHA Industries Others +GHA GHA Industries Re-export & Re-import +GRC GRC Industries Agriculture +GRC GRC Industries Fishing +GRC GRC Industries Mining and Quarrying +GRC GRC Industries Food & Beverages +GRC GRC Industries Textiles and Wearing Apparel +GRC GRC Industries Wood and Paper +GRC GRC Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRC GRC Industries Metal Products +GRC GRC Industries Electrical and Machinery +GRC GRC Industries Transport Equipment +GRC GRC Industries Other Manufacturing +GRC GRC Industries Recycling +GRC GRC Industries Electricity, Gas and Water +GRC GRC Industries Construction +GRC GRC Industries Maintenance and Repair +GRC GRC Industries Wholesale Trade +GRC GRC Industries Retail Trade +GRC GRC Industries Hotels and Restraurants +GRC GRC Industries Transport +GRC GRC Industries Post and Telecommunications +GRC GRC Industries Finacial Intermediation and Business Activities +GRC GRC Industries Public Administration +GRC GRC Industries Education, Health and Other Services +GRC GRC Industries Private Households +GRC GRC Industries Others +GRC GRC Industries Re-export & Re-import +GRL GRL Industries Agriculture +GRL GRL Industries Fishing +GRL GRL Industries Mining and Quarrying +GRL GRL Industries Food & Beverages +GRL GRL Industries Textiles and Wearing Apparel +GRL GRL Industries Wood and Paper +GRL GRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRL GRL Industries Metal Products +GRL GRL Industries Electrical and Machinery +GRL GRL Industries Transport Equipment +GRL GRL Industries Other Manufacturing +GRL GRL Industries Recycling +GRL GRL Industries Electricity, Gas and Water +GRL GRL Industries Construction +GRL GRL Industries Maintenance and Repair +GRL GRL Industries Wholesale Trade +GRL GRL Industries Retail Trade +GRL GRL Industries Hotels and Restraurants +GRL GRL Industries Transport +GRL GRL Industries Post and Telecommunications +GRL GRL Industries Finacial Intermediation and Business Activities +GRL GRL Industries Public Administration +GRL GRL Industries Education, Health and Other Services +GRL GRL Industries Private Households +GRL GRL Industries Others +GRL GRL Industries Re-export & Re-import +GTM GTM Industries Agriculture +GTM GTM Industries Fishing +GTM GTM Industries Mining and Quarrying +GTM GTM Industries Food & Beverages +GTM GTM Industries Textiles and Wearing Apparel +GTM GTM Industries Wood and Paper +GTM GTM Industries Petroleum, Chemical and Non-Metallic Mineral Products +GTM GTM Industries Metal Products +GTM GTM Industries Electrical and Machinery +GTM GTM Industries Transport Equipment +GTM GTM Industries Other Manufacturing +GTM GTM Industries Recycling +GTM GTM Industries Electricity, Gas and Water +GTM GTM Industries Construction +GTM GTM Industries Maintenance and Repair +GTM GTM Industries Wholesale Trade +GTM GTM Industries Retail Trade +GTM GTM Industries Hotels and Restraurants +GTM GTM Industries Transport +GTM GTM Industries Post and Telecommunications +GTM GTM Industries Finacial Intermediation and Business Activities +GTM GTM Industries Public Administration +GTM GTM Industries Education, Health and Other Services +GTM GTM Industries Private Households +GTM GTM Industries Others +GTM GTM Industries Re-export & Re-import +GIN GIN Industries Agriculture +GIN GIN Industries Fishing +GIN GIN Industries Mining and Quarrying +GIN GIN Industries Food & Beverages +GIN GIN Industries Textiles and Wearing Apparel +GIN GIN Industries Wood and Paper +GIN GIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +GIN GIN Industries Metal Products +GIN GIN Industries Electrical and Machinery +GIN GIN Industries Transport Equipment +GIN GIN Industries Other Manufacturing +GIN GIN Industries Recycling +GIN GIN Industries Electricity, Gas and Water +GIN GIN Industries Construction +GIN GIN Industries Maintenance and Repair +GIN GIN Industries Wholesale Trade +GIN GIN Industries Retail Trade +GIN GIN Industries Hotels and Restraurants +GIN GIN Industries Transport +GIN GIN Industries Post and Telecommunications +GIN GIN Industries Finacial Intermediation and Business Activities +GIN GIN Industries Public Administration +GIN GIN Industries Education, Health and Other Services +GIN GIN Industries Private Households +GIN GIN Industries Others +GIN GIN Industries Re-export & Re-import +GUY GUY Industries Agriculture +GUY GUY Industries Fishing +GUY GUY Industries Mining and Quarrying +GUY GUY Industries Food & Beverages +GUY GUY Industries Textiles and Wearing Apparel +GUY GUY Industries Wood and Paper +GUY GUY Industries Petroleum, Chemical and Non-Metallic Mineral Products +GUY GUY Industries Metal Products +GUY GUY Industries Electrical and Machinery +GUY GUY Industries Transport Equipment +GUY GUY Industries Other Manufacturing +GUY GUY Industries Recycling +GUY GUY Industries Electricity, Gas and Water +GUY GUY Industries Construction +GUY GUY Industries Maintenance and Repair +GUY GUY Industries Wholesale Trade +GUY GUY Industries Retail Trade +GUY GUY Industries Hotels and Restraurants +GUY GUY Industries Transport +GUY GUY Industries Post and Telecommunications +GUY GUY Industries Finacial Intermediation and Business Activities +GUY GUY Industries Public Administration +GUY GUY Industries Education, Health and Other Services +GUY GUY Industries Private Households +GUY GUY Industries Others +GUY GUY Industries Re-export & Re-import +HTI HTI Industries Agriculture +HTI HTI Industries Fishing +HTI HTI Industries Mining and Quarrying +HTI HTI Industries Food & Beverages +HTI HTI Industries Textiles and Wearing Apparel +HTI HTI Industries Wood and Paper +HTI HTI Industries Petroleum, Chemical and Non-Metallic Mineral Products +HTI HTI Industries Metal Products +HTI HTI Industries Electrical and Machinery +HTI HTI Industries Transport Equipment +HTI HTI Industries Other Manufacturing +HTI HTI Industries Recycling +HTI HTI Industries Electricity, Gas and Water +HTI HTI Industries Construction +HTI HTI Industries Maintenance and Repair +HTI HTI Industries Wholesale Trade +HTI HTI Industries Retail Trade +HTI HTI Industries Hotels and Restraurants +HTI HTI Industries Transport +HTI HTI Industries Post and Telecommunications +HTI HTI Industries Finacial Intermediation and Business Activities +HTI HTI Industries Public Administration +HTI HTI Industries Education, Health and Other Services +HTI HTI Industries Private Households +HTI HTI Industries Others +HTI HTI Industries Re-export & Re-import +HND HND Industries Agriculture +HND HND Industries Fishing +HND HND Industries Mining and Quarrying +HND HND Industries Food & Beverages +HND HND Industries Textiles and Wearing Apparel +HND HND Industries Wood and Paper +HND HND Industries Petroleum, Chemical and Non-Metallic Mineral Products +HND HND Industries Metal Products +HND HND Industries Electrical and Machinery +HND HND Industries Transport Equipment +HND HND Industries Other Manufacturing +HND HND Industries Recycling +HND HND Industries Electricity, Gas and Water +HND HND Industries Construction +HND HND Industries Maintenance and Repair +HND HND Industries Wholesale Trade +HND HND Industries Retail Trade +HND HND Industries Hotels and Restraurants +HND HND Industries Transport +HND HND Industries Post and Telecommunications +HND HND Industries Finacial Intermediation and Business Activities +HND HND Industries Public Administration +HND HND Industries Education, Health and Other Services +HND HND Industries Private Households +HND HND Industries Others +HND HND Industries Re-export & Re-import +HKG HKG Industries Agriculture +HKG HKG Industries Fishing +HKG HKG Industries Mining and Quarrying +HKG HKG Industries Food & Beverages +HKG HKG Industries Textiles and Wearing Apparel +HKG HKG Industries Wood and Paper +HKG HKG Industries Petroleum, Chemical and Non-Metallic Mineral Products +HKG HKG Industries Metal Products +HKG HKG Industries Electrical and Machinery +HKG HKG Industries Transport Equipment +HKG HKG Industries Other Manufacturing +HKG HKG Industries Recycling +HKG HKG Industries Electricity, Gas and Water +HKG HKG Industries Construction +HKG HKG Industries Maintenance and Repair +HKG HKG Industries Wholesale Trade +HKG HKG Industries Retail Trade +HKG HKG Industries Hotels and Restraurants +HKG HKG Industries Transport +HKG HKG Industries Post and Telecommunications +HKG HKG Industries Finacial Intermediation and Business Activities +HKG HKG Industries Public Administration +HKG HKG Industries Education, Health and Other Services +HKG HKG Industries Private Households +HKG HKG Industries Others +HKG HKG Industries Re-export & Re-import +HUN HUN Industries Agriculture +HUN HUN Industries Fishing +HUN HUN Industries Mining and Quarrying +HUN HUN Industries Food & Beverages +HUN HUN Industries Textiles and Wearing Apparel +HUN HUN Industries Wood and Paper +HUN HUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +HUN HUN Industries Metal Products +HUN HUN Industries Electrical and Machinery +HUN HUN Industries Transport Equipment +HUN HUN Industries Other Manufacturing +HUN HUN Industries Recycling +HUN HUN Industries Electricity, Gas and Water +HUN HUN Industries Construction +HUN HUN Industries Maintenance and Repair +HUN HUN Industries Wholesale Trade +HUN HUN Industries Retail Trade +HUN HUN Industries Hotels and Restraurants +HUN HUN Industries Transport +HUN HUN Industries Post and Telecommunications +HUN HUN Industries Finacial Intermediation and Business Activities +HUN HUN Industries Public Administration +HUN HUN Industries Education, Health and Other Services +HUN HUN Industries Private Households +HUN HUN Industries Others +HUN HUN Industries Re-export & Re-import +ISL ISL Industries Agriculture +ISL ISL Industries Fishing +ISL ISL Industries Mining and Quarrying +ISL ISL Industries Food & Beverages +ISL ISL Industries Textiles and Wearing Apparel +ISL ISL Industries Wood and Paper +ISL ISL Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISL ISL Industries Metal Products +ISL ISL Industries Electrical and Machinery +ISL ISL Industries Transport Equipment +ISL ISL Industries Other Manufacturing +ISL ISL Industries Recycling +ISL ISL Industries Electricity, Gas and Water +ISL ISL Industries Construction +ISL ISL Industries Maintenance and Repair +ISL ISL Industries Wholesale Trade +ISL ISL Industries Retail Trade +ISL ISL Industries Hotels and Restraurants +ISL ISL Industries Transport +ISL ISL Industries Post and Telecommunications +ISL ISL Industries Finacial Intermediation and Business Activities +ISL ISL Industries Public Administration +ISL ISL Industries Education, Health and Other Services +ISL ISL Industries Private Households +ISL ISL Industries Others +ISL ISL Industries Re-export & Re-import +IND IND Industries Agriculture +IND IND Industries Fishing +IND IND Industries Mining and Quarrying +IND IND Industries Food & Beverages +IND IND Industries Textiles and Wearing Apparel +IND IND Industries Wood and Paper +IND IND Industries Petroleum, Chemical and Non-Metallic Mineral Products +IND IND Industries Metal Products +IND IND Industries Electrical and Machinery +IND IND Industries Transport Equipment +IND IND Industries Other Manufacturing +IND IND Industries Recycling +IND IND Industries Electricity, Gas and Water +IND IND Industries Construction +IND IND Industries Maintenance and Repair +IND IND Industries Wholesale Trade +IND IND Industries Retail Trade +IND IND Industries Hotels and Restraurants +IND IND Industries Transport +IND IND Industries Post and Telecommunications +IND IND Industries Finacial Intermediation and Business Activities +IND IND Industries Public Administration +IND IND Industries Education, Health and Other Services +IND IND Industries Private Households +IND IND Industries Others +IND IND Industries Re-export & Re-import +IDN IDN Commodities Agriculture +IDN IDN Commodities Fishing +IDN IDN Commodities Mining and Quarrying +IDN IDN Commodities Food & Beverages +IDN IDN Commodities Textiles and Wearing Apparel +IDN IDN Commodities Wood and Paper +IDN IDN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +IDN IDN Commodities Metal Products +IDN IDN Commodities Electrical and Machinery +IDN IDN Commodities Transport Equipment +IDN IDN Commodities Other Manufacturing +IDN IDN Commodities Recycling +IDN IDN Commodities Electricity, Gas and Water +IDN IDN Commodities Construction +IDN IDN Commodities Maintenance and Repair +IDN IDN Commodities Wholesale Trade +IDN IDN Commodities Retail Trade +IDN IDN Commodities Hotels and Restraurants +IDN IDN Commodities Transport +IDN IDN Commodities Post and Telecommunications +IDN IDN Commodities Finacial Intermediation and Business Activities +IDN IDN Commodities Public Administration +IDN IDN Commodities Education, Health and Other Services +IDN IDN Commodities Private Households +IDN IDN Commodities Others +IDN IDN Commodities Re-export & Re-import +IRN IRN Industries Agriculture +IRN IRN Industries Fishing +IRN IRN Industries Mining and Quarrying +IRN IRN Industries Food & Beverages +IRN IRN Industries Textiles and Wearing Apparel +IRN IRN Industries Wood and Paper +IRN IRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRN IRN Industries Metal Products +IRN IRN Industries Electrical and Machinery +IRN IRN Industries Transport Equipment +IRN IRN Industries Other Manufacturing +IRN IRN Industries Recycling +IRN IRN Industries Electricity, Gas and Water +IRN IRN Industries Construction +IRN IRN Industries Maintenance and Repair +IRN IRN Industries Wholesale Trade +IRN IRN Industries Retail Trade +IRN IRN Industries Hotels and Restraurants +IRN IRN Industries Transport +IRN IRN Industries Post and Telecommunications +IRN IRN Industries Finacial Intermediation and Business Activities +IRN IRN Industries Public Administration +IRN IRN Industries Education, Health and Other Services +IRN IRN Industries Private Households +IRN IRN Industries Others +IRN IRN Industries Re-export & Re-import +IRQ IRQ Industries Agriculture +IRQ IRQ Industries Fishing +IRQ IRQ Industries Mining and Quarrying +IRQ IRQ Industries Food & Beverages +IRQ IRQ Industries Textiles and Wearing Apparel +IRQ IRQ Industries Wood and Paper +IRQ IRQ Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRQ IRQ Industries Metal Products +IRQ IRQ Industries Electrical and Machinery +IRQ IRQ Industries Transport Equipment +IRQ IRQ Industries Other Manufacturing +IRQ IRQ Industries Recycling +IRQ IRQ Industries Electricity, Gas and Water +IRQ IRQ Industries Construction +IRQ IRQ Industries Maintenance and Repair +IRQ IRQ Industries Wholesale Trade +IRQ IRQ Industries Retail Trade +IRQ IRQ Industries Hotels and Restraurants +IRQ IRQ Industries Transport +IRQ IRQ Industries Post and Telecommunications +IRQ IRQ Industries Finacial Intermediation and Business Activities +IRQ IRQ Industries Public Administration +IRQ IRQ Industries Education, Health and Other Services +IRQ IRQ Industries Private Households +IRQ IRQ Industries Others +IRQ IRQ Industries Re-export & Re-import +IRL IRL Industries Agriculture +IRL IRL Industries Fishing +IRL IRL Industries Mining and Quarrying +IRL IRL Industries Food & Beverages +IRL IRL Industries Textiles and Wearing Apparel +IRL IRL Industries Wood and Paper +IRL IRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRL IRL Industries Metal Products +IRL IRL Industries Electrical and Machinery +IRL IRL Industries Transport Equipment +IRL IRL Industries Other Manufacturing +IRL IRL Industries Recycling +IRL IRL Industries Electricity, Gas and Water +IRL IRL Industries Construction +IRL IRL Industries Maintenance and Repair +IRL IRL Industries Wholesale Trade +IRL IRL Industries Retail Trade +IRL IRL Industries Hotels and Restraurants +IRL IRL Industries Transport +IRL IRL Industries Post and Telecommunications +IRL IRL Industries Finacial Intermediation and Business Activities +IRL IRL Industries Public Administration +IRL IRL Industries Education, Health and Other Services +IRL IRL Industries Private Households +IRL IRL Industries Others +IRL IRL Industries Re-export & Re-import +ISR ISR Industries Agriculture +ISR ISR Industries Fishing +ISR ISR Industries Mining and Quarrying +ISR ISR Industries Food & Beverages +ISR ISR Industries Textiles and Wearing Apparel +ISR ISR Industries Wood and Paper +ISR ISR Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISR ISR Industries Metal Products +ISR ISR Industries Electrical and Machinery +ISR ISR Industries Transport Equipment +ISR ISR Industries Other Manufacturing +ISR ISR Industries Recycling +ISR ISR Industries Electricity, Gas and Water +ISR ISR Industries Construction +ISR ISR Industries Maintenance and Repair +ISR ISR Industries Wholesale Trade +ISR ISR Industries Retail Trade +ISR ISR Industries Hotels and Restraurants +ISR ISR Industries Transport +ISR ISR Industries Post and Telecommunications +ISR ISR Industries Finacial Intermediation and Business Activities +ISR ISR Industries Public Administration +ISR ISR Industries Education, Health and Other Services +ISR ISR Industries Private Households +ISR ISR Industries Others +ISR ISR Industries Re-export & Re-import +ITA ITA Industries Agriculture +ITA ITA Industries Fishing +ITA ITA Industries Mining and Quarrying +ITA ITA Industries Food & Beverages +ITA ITA Industries Textiles and Wearing Apparel +ITA ITA Industries Wood and Paper +ITA ITA Industries Petroleum, Chemical and Non-Metallic Mineral Products +ITA ITA Industries Metal Products +ITA ITA Industries Electrical and Machinery +ITA ITA Industries Transport Equipment +ITA ITA Industries Other Manufacturing +ITA ITA Industries Recycling +ITA ITA Industries Electricity, Gas and Water +ITA ITA Industries Construction +ITA ITA Industries Maintenance and Repair +ITA ITA Industries Wholesale Trade +ITA ITA Industries Retail Trade +ITA ITA Industries Hotels and Restraurants +ITA ITA Industries Transport +ITA ITA Industries Post and Telecommunications +ITA ITA Industries Finacial Intermediation and Business Activities +ITA ITA Industries Public Administration +ITA ITA Industries Education, Health and Other Services +ITA ITA Industries Private Households +ITA ITA Industries Others +ITA ITA Industries Re-export & Re-import +JAM JAM Industries Agriculture +JAM JAM Industries Fishing +JAM JAM Industries Mining and Quarrying +JAM JAM Industries Food & Beverages +JAM JAM Industries Textiles and Wearing Apparel +JAM JAM Industries Wood and Paper +JAM JAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +JAM JAM Industries Metal Products +JAM JAM Industries Electrical and Machinery +JAM JAM Industries Transport Equipment +JAM JAM Industries Other Manufacturing +JAM JAM Industries Recycling +JAM JAM Industries Electricity, Gas and Water +JAM JAM Industries Construction +JAM JAM Industries Maintenance and Repair +JAM JAM Industries Wholesale Trade +JAM JAM Industries Retail Trade +JAM JAM Industries Hotels and Restraurants +JAM JAM Industries Transport +JAM JAM Industries Post and Telecommunications +JAM JAM Industries Finacial Intermediation and Business Activities +JAM JAM Industries Public Administration +JAM JAM Industries Education, Health and Other Services +JAM JAM Industries Private Households +JAM JAM Industries Others +JAM JAM Industries Re-export & Re-import +JPN JPN Commodities Agriculture +JPN JPN Commodities Fishing +JPN JPN Commodities Mining and Quarrying +JPN JPN Commodities Food & Beverages +JPN JPN Commodities Textiles and Wearing Apparel +JPN JPN Commodities Wood and Paper +JPN JPN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +JPN JPN Commodities Metal Products +JPN JPN Commodities Electrical and Machinery +JPN JPN Commodities Transport Equipment +JPN JPN Commodities Other Manufacturing +JPN JPN Commodities Recycling +JPN JPN Commodities Electricity, Gas and Water +JPN JPN Commodities Construction +JPN JPN Commodities Maintenance and Repair +JPN JPN Commodities Wholesale Trade +JPN JPN Commodities Retail Trade +JPN JPN Commodities Hotels and Restraurants +JPN JPN Commodities Transport +JPN JPN Commodities Post and Telecommunications +JPN JPN Commodities Finacial Intermediation and Business Activities +JPN JPN Commodities Public Administration +JPN JPN Commodities Education, Health and Other Services +JPN JPN Commodities Private Households +JPN JPN Commodities Others +JPN JPN Commodities Re-export & Re-import +JOR JOR Industries Agriculture +JOR JOR Industries Fishing +JOR JOR Industries Mining and Quarrying +JOR JOR Industries Food & Beverages +JOR JOR Industries Textiles and Wearing Apparel +JOR JOR Industries Wood and Paper +JOR JOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +JOR JOR Industries Metal Products +JOR JOR Industries Electrical and Machinery +JOR JOR Industries Transport Equipment +JOR JOR Industries Other Manufacturing +JOR JOR Industries Recycling +JOR JOR Industries Electricity, Gas and Water +JOR JOR Industries Construction +JOR JOR Industries Maintenance and Repair +JOR JOR Industries Wholesale Trade +JOR JOR Industries Retail Trade +JOR JOR Industries Hotels and Restraurants +JOR JOR Industries Transport +JOR JOR Industries Post and Telecommunications +JOR JOR Industries Finacial Intermediation and Business Activities +JOR JOR Industries Public Administration +JOR JOR Industries Education, Health and Other Services +JOR JOR Industries Private Households +JOR JOR Industries Others +JOR JOR Industries Re-export & Re-import +KAZ KAZ Commodities Agriculture +KAZ KAZ Commodities Fishing +KAZ KAZ Commodities Mining and Quarrying +KAZ KAZ Commodities Food & Beverages +KAZ KAZ Commodities Textiles and Wearing Apparel +KAZ KAZ Commodities Wood and Paper +KAZ KAZ Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KAZ KAZ Commodities Metal Products +KAZ KAZ Commodities Electrical and Machinery +KAZ KAZ Commodities Transport Equipment +KAZ KAZ Commodities Other Manufacturing +KAZ KAZ Commodities Recycling +KAZ KAZ Commodities Electricity, Gas and Water +KAZ KAZ Commodities Construction +KAZ KAZ Commodities Maintenance and Repair +KAZ KAZ Commodities Wholesale Trade +KAZ KAZ Commodities Retail Trade +KAZ KAZ Commodities Hotels and Restraurants +KAZ KAZ Commodities Transport +KAZ KAZ Commodities Post and Telecommunications +KAZ KAZ Commodities Finacial Intermediation and Business Activities +KAZ KAZ Commodities Public Administration +KAZ KAZ Commodities Education, Health and Other Services +KAZ KAZ Commodities Private Households +KAZ KAZ Commodities Others +KAZ KAZ Commodities Re-export & Re-import +KEN KEN Industries Agriculture +KEN KEN Industries Fishing +KEN KEN Industries Mining and Quarrying +KEN KEN Industries Food & Beverages +KEN KEN Industries Textiles and Wearing Apparel +KEN KEN Industries Wood and Paper +KEN KEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +KEN KEN Industries Metal Products +KEN KEN Industries Electrical and Machinery +KEN KEN Industries Transport Equipment +KEN KEN Industries Other Manufacturing +KEN KEN Industries Recycling +KEN KEN Industries Electricity, Gas and Water +KEN KEN Industries Construction +KEN KEN Industries Maintenance and Repair +KEN KEN Industries Wholesale Trade +KEN KEN Industries Retail Trade +KEN KEN Industries Hotels and Restraurants +KEN KEN Industries Transport +KEN KEN Industries Post and Telecommunications +KEN KEN Industries Finacial Intermediation and Business Activities +KEN KEN Industries Public Administration +KEN KEN Industries Education, Health and Other Services +KEN KEN Industries Private Households +KEN KEN Industries Others +KEN KEN Industries Re-export & Re-import +KWT KWT Industries Agriculture +KWT KWT Industries Fishing +KWT KWT Industries Mining and Quarrying +KWT KWT Industries Food & Beverages +KWT KWT Industries Textiles and Wearing Apparel +KWT KWT Industries Wood and Paper +KWT KWT Industries Petroleum, Chemical and Non-Metallic Mineral Products +KWT KWT Industries Metal Products +KWT KWT Industries Electrical and Machinery +KWT KWT Industries Transport Equipment +KWT KWT Industries Other Manufacturing +KWT KWT Industries Recycling +KWT KWT Industries Electricity, Gas and Water +KWT KWT Industries Construction +KWT KWT Industries Maintenance and Repair +KWT KWT Industries Wholesale Trade +KWT KWT Industries Retail Trade +KWT KWT Industries Hotels and Restraurants +KWT KWT Industries Transport +KWT KWT Industries Post and Telecommunications +KWT KWT Industries Finacial Intermediation and Business Activities +KWT KWT Industries Public Administration +KWT KWT Industries Education, Health and Other Services +KWT KWT Industries Private Households +KWT KWT Industries Others +KWT KWT Industries Re-export & Re-import +KGZ KGZ Industries Agriculture +KGZ KGZ Industries Fishing +KGZ KGZ Industries Mining and Quarrying +KGZ KGZ Industries Food & Beverages +KGZ KGZ Industries Textiles and Wearing Apparel +KGZ KGZ Industries Wood and Paper +KGZ KGZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +KGZ KGZ Industries Metal Products +KGZ KGZ Industries Electrical and Machinery +KGZ KGZ Industries Transport Equipment +KGZ KGZ Industries Other Manufacturing +KGZ KGZ Industries Recycling +KGZ KGZ Industries Electricity, Gas and Water +KGZ KGZ Industries Construction +KGZ KGZ Industries Maintenance and Repair +KGZ KGZ Industries Wholesale Trade +KGZ KGZ Industries Retail Trade +KGZ KGZ Industries Hotels and Restraurants +KGZ KGZ Industries Transport +KGZ KGZ Industries Post and Telecommunications +KGZ KGZ Industries Finacial Intermediation and Business Activities +KGZ KGZ Industries Public Administration +KGZ KGZ Industries Education, Health and Other Services +KGZ KGZ Industries Private Households +KGZ KGZ Industries Others +KGZ KGZ Industries Re-export & Re-import +LAO LAO Industries Agriculture +LAO LAO Industries Fishing +LAO LAO Industries Mining and Quarrying +LAO LAO Industries Food & Beverages +LAO LAO Industries Textiles and Wearing Apparel +LAO LAO Industries Wood and Paper +LAO LAO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LAO LAO Industries Metal Products +LAO LAO Industries Electrical and Machinery +LAO LAO Industries Transport Equipment +LAO LAO Industries Other Manufacturing +LAO LAO Industries Recycling +LAO LAO Industries Electricity, Gas and Water +LAO LAO Industries Construction +LAO LAO Industries Maintenance and Repair +LAO LAO Industries Wholesale Trade +LAO LAO Industries Retail Trade +LAO LAO Industries Hotels and Restraurants +LAO LAO Industries Transport +LAO LAO Industries Post and Telecommunications +LAO LAO Industries Finacial Intermediation and Business Activities +LAO LAO Industries Public Administration +LAO LAO Industries Education, Health and Other Services +LAO LAO Industries Private Households +LAO LAO Industries Others +LAO LAO Industries Re-export & Re-import +LVA LVA Industries Agriculture +LVA LVA Industries Fishing +LVA LVA Industries Mining and Quarrying +LVA LVA Industries Food & Beverages +LVA LVA Industries Textiles and Wearing Apparel +LVA LVA Industries Wood and Paper +LVA LVA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LVA LVA Industries Metal Products +LVA LVA Industries Electrical and Machinery +LVA LVA Industries Transport Equipment +LVA LVA Industries Other Manufacturing +LVA LVA Industries Recycling +LVA LVA Industries Electricity, Gas and Water +LVA LVA Industries Construction +LVA LVA Industries Maintenance and Repair +LVA LVA Industries Wholesale Trade +LVA LVA Industries Retail Trade +LVA LVA Industries Hotels and Restraurants +LVA LVA Industries Transport +LVA LVA Industries Post and Telecommunications +LVA LVA Industries Finacial Intermediation and Business Activities +LVA LVA Industries Public Administration +LVA LVA Industries Education, Health and Other Services +LVA LVA Industries Private Households +LVA LVA Industries Others +LVA LVA Industries Re-export & Re-import +LBN LBN Industries Agriculture +LBN LBN Industries Fishing +LBN LBN Industries Mining and Quarrying +LBN LBN Industries Food & Beverages +LBN LBN Industries Textiles and Wearing Apparel +LBN LBN Industries Wood and Paper +LBN LBN Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBN LBN Industries Metal Products +LBN LBN Industries Electrical and Machinery +LBN LBN Industries Transport Equipment +LBN LBN Industries Other Manufacturing +LBN LBN Industries Recycling +LBN LBN Industries Electricity, Gas and Water +LBN LBN Industries Construction +LBN LBN Industries Maintenance and Repair +LBN LBN Industries Wholesale Trade +LBN LBN Industries Retail Trade +LBN LBN Industries Hotels and Restraurants +LBN LBN Industries Transport +LBN LBN Industries Post and Telecommunications +LBN LBN Industries Finacial Intermediation and Business Activities +LBN LBN Industries Public Administration +LBN LBN Industries Education, Health and Other Services +LBN LBN Industries Private Households +LBN LBN Industries Others +LBN LBN Industries Re-export & Re-import +LSO LSO Industries Agriculture +LSO LSO Industries Fishing +LSO LSO Industries Mining and Quarrying +LSO LSO Industries Food & Beverages +LSO LSO Industries Textiles and Wearing Apparel +LSO LSO Industries Wood and Paper +LSO LSO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LSO LSO Industries Metal Products +LSO LSO Industries Electrical and Machinery +LSO LSO Industries Transport Equipment +LSO LSO Industries Other Manufacturing +LSO LSO Industries Recycling +LSO LSO Industries Electricity, Gas and Water +LSO LSO Industries Construction +LSO LSO Industries Maintenance and Repair +LSO LSO Industries Wholesale Trade +LSO LSO Industries Retail Trade +LSO LSO Industries Hotels and Restraurants +LSO LSO Industries Transport +LSO LSO Industries Post and Telecommunications +LSO LSO Industries Finacial Intermediation and Business Activities +LSO LSO Industries Public Administration +LSO LSO Industries Education, Health and Other Services +LSO LSO Industries Private Households +LSO LSO Industries Others +LSO LSO Industries Re-export & Re-import +LBR LBR Industries Agriculture +LBR LBR Industries Fishing +LBR LBR Industries Mining and Quarrying +LBR LBR Industries Food & Beverages +LBR LBR Industries Textiles and Wearing Apparel +LBR LBR Industries Wood and Paper +LBR LBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBR LBR Industries Metal Products +LBR LBR Industries Electrical and Machinery +LBR LBR Industries Transport Equipment +LBR LBR Industries Other Manufacturing +LBR LBR Industries Recycling +LBR LBR Industries Electricity, Gas and Water +LBR LBR Industries Construction +LBR LBR Industries Maintenance and Repair +LBR LBR Industries Wholesale Trade +LBR LBR Industries Retail Trade +LBR LBR Industries Hotels and Restraurants +LBR LBR Industries Transport +LBR LBR Industries Post and Telecommunications +LBR LBR Industries Finacial Intermediation and Business Activities +LBR LBR Industries Public Administration +LBR LBR Industries Education, Health and Other Services +LBR LBR Industries Private Households +LBR LBR Industries Others +LBR LBR Industries Re-export & Re-import +LBY LBY Industries Agriculture +LBY LBY Industries Fishing +LBY LBY Industries Mining and Quarrying +LBY LBY Industries Food & Beverages +LBY LBY Industries Textiles and Wearing Apparel +LBY LBY Industries Wood and Paper +LBY LBY Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBY LBY Industries Metal Products +LBY LBY Industries Electrical and Machinery +LBY LBY Industries Transport Equipment +LBY LBY Industries Other Manufacturing +LBY LBY Industries Recycling +LBY LBY Industries Electricity, Gas and Water +LBY LBY Industries Construction +LBY LBY Industries Maintenance and Repair +LBY LBY Industries Wholesale Trade +LBY LBY Industries Retail Trade +LBY LBY Industries Hotels and Restraurants +LBY LBY Industries Transport +LBY LBY Industries Post and Telecommunications +LBY LBY Industries Finacial Intermediation and Business Activities +LBY LBY Industries Public Administration +LBY LBY Industries Education, Health and Other Services +LBY LBY Industries Private Households +LBY LBY Industries Others +LBY LBY Industries Re-export & Re-import +LIE LIE Industries Agriculture +LIE LIE Industries Fishing +LIE LIE Industries Mining and Quarrying +LIE LIE Industries Food & Beverages +LIE LIE Industries Textiles and Wearing Apparel +LIE LIE Industries Wood and Paper +LIE LIE Industries Petroleum, Chemical and Non-Metallic Mineral Products +LIE LIE Industries Metal Products +LIE LIE Industries Electrical and Machinery +LIE LIE Industries Transport Equipment +LIE LIE Industries Other Manufacturing +LIE LIE Industries Recycling +LIE LIE Industries Electricity, Gas and Water +LIE LIE Industries Construction +LIE LIE Industries Maintenance and Repair +LIE LIE Industries Wholesale Trade +LIE LIE Industries Retail Trade +LIE LIE Industries Hotels and Restraurants +LIE LIE Industries Transport +LIE LIE Industries Post and Telecommunications +LIE LIE Industries Finacial Intermediation and Business Activities +LIE LIE Industries Public Administration +LIE LIE Industries Education, Health and Other Services +LIE LIE Industries Private Households +LIE LIE Industries Others +LIE LIE Industries Re-export & Re-import +LTU LTU Industries Agriculture +LTU LTU Industries Fishing +LTU LTU Industries Mining and Quarrying +LTU LTU Industries Food & Beverages +LTU LTU Industries Textiles and Wearing Apparel +LTU LTU Industries Wood and Paper +LTU LTU Industries Petroleum, Chemical and Non-Metallic Mineral Products +LTU LTU Industries Metal Products +LTU LTU Industries Electrical and Machinery +LTU LTU Industries Transport Equipment +LTU LTU Industries Other Manufacturing +LTU LTU Industries Recycling +LTU LTU Industries Electricity, Gas and Water +LTU LTU Industries Construction +LTU LTU Industries Maintenance and Repair +LTU LTU Industries Wholesale Trade +LTU LTU Industries Retail Trade +LTU LTU Industries Hotels and Restraurants +LTU LTU Industries Transport +LTU LTU Industries Post and Telecommunications +LTU LTU Industries Finacial Intermediation and Business Activities +LTU LTU Industries Public Administration +LTU LTU Industries Education, Health and Other Services +LTU LTU Industries Private Households +LTU LTU Industries Others +LTU LTU Industries Re-export & Re-import +LUX LUX Industries Agriculture +LUX LUX Industries Fishing +LUX LUX Industries Mining and Quarrying +LUX LUX Industries Food & Beverages +LUX LUX Industries Textiles and Wearing Apparel +LUX LUX Industries Wood and Paper +LUX LUX Industries Petroleum, Chemical and Non-Metallic Mineral Products +LUX LUX Industries Metal Products +LUX LUX Industries Electrical and Machinery +LUX LUX Industries Transport Equipment +LUX LUX Industries Other Manufacturing +LUX LUX Industries Recycling +LUX LUX Industries Electricity, Gas and Water +LUX LUX Industries Construction +LUX LUX Industries Maintenance and Repair +LUX LUX Industries Wholesale Trade +LUX LUX Industries Retail Trade +LUX LUX Industries Hotels and Restraurants +LUX LUX Industries Transport +LUX LUX Industries Post and Telecommunications +LUX LUX Industries Finacial Intermediation and Business Activities +LUX LUX Industries Public Administration +LUX LUX Industries Education, Health and Other Services +LUX LUX Industries Private Households +LUX LUX Industries Others +LUX LUX Industries Re-export & Re-import +MAC MAC Industries Agriculture +MAC MAC Industries Fishing +MAC MAC Industries Mining and Quarrying +MAC MAC Industries Food & Beverages +MAC MAC Industries Textiles and Wearing Apparel +MAC MAC Industries Wood and Paper +MAC MAC Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAC MAC Industries Metal Products +MAC MAC Industries Electrical and Machinery +MAC MAC Industries Transport Equipment +MAC MAC Industries Other Manufacturing +MAC MAC Industries Recycling +MAC MAC Industries Electricity, Gas and Water +MAC MAC Industries Construction +MAC MAC Industries Maintenance and Repair +MAC MAC Industries Wholesale Trade +MAC MAC Industries Retail Trade +MAC MAC Industries Hotels and Restraurants +MAC MAC Industries Transport +MAC MAC Industries Post and Telecommunications +MAC MAC Industries Finacial Intermediation and Business Activities +MAC MAC Industries Public Administration +MAC MAC Industries Education, Health and Other Services +MAC MAC Industries Private Households +MAC MAC Industries Others +MAC MAC Industries Re-export & Re-import +MDG MDG Industries Agriculture +MDG MDG Industries Fishing +MDG MDG Industries Mining and Quarrying +MDG MDG Industries Food & Beverages +MDG MDG Industries Textiles and Wearing Apparel +MDG MDG Industries Wood and Paper +MDG MDG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDG MDG Industries Metal Products +MDG MDG Industries Electrical and Machinery +MDG MDG Industries Transport Equipment +MDG MDG Industries Other Manufacturing +MDG MDG Industries Recycling +MDG MDG Industries Electricity, Gas and Water +MDG MDG Industries Construction +MDG MDG Industries Maintenance and Repair +MDG MDG Industries Wholesale Trade +MDG MDG Industries Retail Trade +MDG MDG Industries Hotels and Restraurants +MDG MDG Industries Transport +MDG MDG Industries Post and Telecommunications +MDG MDG Industries Finacial Intermediation and Business Activities +MDG MDG Industries Public Administration +MDG MDG Industries Education, Health and Other Services +MDG MDG Industries Private Households +MDG MDG Industries Others +MDG MDG Industries Re-export & Re-import +MWI MWI Industries Agriculture +MWI MWI Industries Fishing +MWI MWI Industries Mining and Quarrying +MWI MWI Industries Food & Beverages +MWI MWI Industries Textiles and Wearing Apparel +MWI MWI Industries Wood and Paper +MWI MWI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MWI MWI Industries Metal Products +MWI MWI Industries Electrical and Machinery +MWI MWI Industries Transport Equipment +MWI MWI Industries Other Manufacturing +MWI MWI Industries Recycling +MWI MWI Industries Electricity, Gas and Water +MWI MWI Industries Construction +MWI MWI Industries Maintenance and Repair +MWI MWI Industries Wholesale Trade +MWI MWI Industries Retail Trade +MWI MWI Industries Hotels and Restraurants +MWI MWI Industries Transport +MWI MWI Industries Post and Telecommunications +MWI MWI Industries Finacial Intermediation and Business Activities +MWI MWI Industries Public Administration +MWI MWI Industries Education, Health and Other Services +MWI MWI Industries Private Households +MWI MWI Industries Others +MWI MWI Industries Re-export & Re-import +MYS MYS Commodities Agriculture +MYS MYS Commodities Fishing +MYS MYS Commodities Mining and Quarrying +MYS MYS Commodities Food & Beverages +MYS MYS Commodities Textiles and Wearing Apparel +MYS MYS Commodities Wood and Paper +MYS MYS Commodities Petroleum, Chemical and Non-Metallic Mineral Products +MYS MYS Commodities Metal Products +MYS MYS Commodities Electrical and Machinery +MYS MYS Commodities Transport Equipment +MYS MYS Commodities Other Manufacturing +MYS MYS Commodities Recycling +MYS MYS Commodities Electricity, Gas and Water +MYS MYS Commodities Construction +MYS MYS Commodities Maintenance and Repair +MYS MYS Commodities Wholesale Trade +MYS MYS Commodities Retail Trade +MYS MYS Commodities Hotels and Restraurants +MYS MYS Commodities Transport +MYS MYS Commodities Post and Telecommunications +MYS MYS Commodities Finacial Intermediation and Business Activities +MYS MYS Commodities Public Administration +MYS MYS Commodities Education, Health and Other Services +MYS MYS Commodities Private Households +MYS MYS Commodities Others +MYS MYS Commodities Re-export & Re-import +MDV MDV Industries Agriculture +MDV MDV Industries Fishing +MDV MDV Industries Mining and Quarrying +MDV MDV Industries Food & Beverages +MDV MDV Industries Textiles and Wearing Apparel +MDV MDV Industries Wood and Paper +MDV MDV Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDV MDV Industries Metal Products +MDV MDV Industries Electrical and Machinery +MDV MDV Industries Transport Equipment +MDV MDV Industries Other Manufacturing +MDV MDV Industries Recycling +MDV MDV Industries Electricity, Gas and Water +MDV MDV Industries Construction +MDV MDV Industries Maintenance and Repair +MDV MDV Industries Wholesale Trade +MDV MDV Industries Retail Trade +MDV MDV Industries Hotels and Restraurants +MDV MDV Industries Transport +MDV MDV Industries Post and Telecommunications +MDV MDV Industries Finacial Intermediation and Business Activities +MDV MDV Industries Public Administration +MDV MDV Industries Education, Health and Other Services +MDV MDV Industries Private Households +MDV MDV Industries Others +MDV MDV Industries Re-export & Re-import +MLI MLI Industries Agriculture +MLI MLI Industries Fishing +MLI MLI Industries Mining and Quarrying +MLI MLI Industries Food & Beverages +MLI MLI Industries Textiles and Wearing Apparel +MLI MLI Industries Wood and Paper +MLI MLI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLI MLI Industries Metal Products +MLI MLI Industries Electrical and Machinery +MLI MLI Industries Transport Equipment +MLI MLI Industries Other Manufacturing +MLI MLI Industries Recycling +MLI MLI Industries Electricity, Gas and Water +MLI MLI Industries Construction +MLI MLI Industries Maintenance and Repair +MLI MLI Industries Wholesale Trade +MLI MLI Industries Retail Trade +MLI MLI Industries Hotels and Restraurants +MLI MLI Industries Transport +MLI MLI Industries Post and Telecommunications +MLI MLI Industries Finacial Intermediation and Business Activities +MLI MLI Industries Public Administration +MLI MLI Industries Education, Health and Other Services +MLI MLI Industries Private Households +MLI MLI Industries Others +MLI MLI Industries Re-export & Re-import +MLT MLT Industries Agriculture +MLT MLT Industries Fishing +MLT MLT Industries Mining and Quarrying +MLT MLT Industries Food & Beverages +MLT MLT Industries Textiles and Wearing Apparel +MLT MLT Industries Wood and Paper +MLT MLT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLT MLT Industries Metal Products +MLT MLT Industries Electrical and Machinery +MLT MLT Industries Transport Equipment +MLT MLT Industries Other Manufacturing +MLT MLT Industries Recycling +MLT MLT Industries Electricity, Gas and Water +MLT MLT Industries Construction +MLT MLT Industries Maintenance and Repair +MLT MLT Industries Wholesale Trade +MLT MLT Industries Retail Trade +MLT MLT Industries Hotels and Restraurants +MLT MLT Industries Transport +MLT MLT Industries Post and Telecommunications +MLT MLT Industries Finacial Intermediation and Business Activities +MLT MLT Industries Public Administration +MLT MLT Industries Education, Health and Other Services +MLT MLT Industries Private Households +MLT MLT Industries Others +MLT MLT Industries Re-export & Re-import +MRT MRT Industries Agriculture +MRT MRT Industries Fishing +MRT MRT Industries Mining and Quarrying +MRT MRT Industries Food & Beverages +MRT MRT Industries Textiles and Wearing Apparel +MRT MRT Industries Wood and Paper +MRT MRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MRT MRT Industries Metal Products +MRT MRT Industries Electrical and Machinery +MRT MRT Industries Transport Equipment +MRT MRT Industries Other Manufacturing +MRT MRT Industries Recycling +MRT MRT Industries Electricity, Gas and Water +MRT MRT Industries Construction +MRT MRT Industries Maintenance and Repair +MRT MRT Industries Wholesale Trade +MRT MRT Industries Retail Trade +MRT MRT Industries Hotels and Restraurants +MRT MRT Industries Transport +MRT MRT Industries Post and Telecommunications +MRT MRT Industries Finacial Intermediation and Business Activities +MRT MRT Industries Public Administration +MRT MRT Industries Education, Health and Other Services +MRT MRT Industries Private Households +MRT MRT Industries Others +MRT MRT Industries Re-export & Re-import +MUS MUS Industries Agriculture +MUS MUS Industries Fishing +MUS MUS Industries Mining and Quarrying +MUS MUS Industries Food & Beverages +MUS MUS Industries Textiles and Wearing Apparel +MUS MUS Industries Wood and Paper +MUS MUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +MUS MUS Industries Metal Products +MUS MUS Industries Electrical and Machinery +MUS MUS Industries Transport Equipment +MUS MUS Industries Other Manufacturing +MUS MUS Industries Recycling +MUS MUS Industries Electricity, Gas and Water +MUS MUS Industries Construction +MUS MUS Industries Maintenance and Repair +MUS MUS Industries Wholesale Trade +MUS MUS Industries Retail Trade +MUS MUS Industries Hotels and Restraurants +MUS MUS Industries Transport +MUS MUS Industries Post and Telecommunications +MUS MUS Industries Finacial Intermediation and Business Activities +MUS MUS Industries Public Administration +MUS MUS Industries Education, Health and Other Services +MUS MUS Industries Private Households +MUS MUS Industries Others +MUS MUS Industries Re-export & Re-import +MEX MEX Industries Agriculture +MEX MEX Industries Fishing +MEX MEX Industries Mining and Quarrying +MEX MEX Industries Food & Beverages +MEX MEX Industries Textiles and Wearing Apparel +MEX MEX Industries Wood and Paper +MEX MEX Industries Petroleum, Chemical and Non-Metallic Mineral Products +MEX MEX Industries Metal Products +MEX MEX Industries Electrical and Machinery +MEX MEX Industries Transport Equipment +MEX MEX Industries Other Manufacturing +MEX MEX Industries Recycling +MEX MEX Industries Electricity, Gas and Water +MEX MEX Industries Construction +MEX MEX Industries Maintenance and Repair +MEX MEX Industries Wholesale Trade +MEX MEX Industries Retail Trade +MEX MEX Industries Hotels and Restraurants +MEX MEX Industries Transport +MEX MEX Industries Post and Telecommunications +MEX MEX Industries Finacial Intermediation and Business Activities +MEX MEX Industries Public Administration +MEX MEX Industries Education, Health and Other Services +MEX MEX Industries Private Households +MEX MEX Industries Others +MEX MEX Industries Re-export & Re-import +MCO MCO Industries Agriculture +MCO MCO Industries Fishing +MCO MCO Industries Mining and Quarrying +MCO MCO Industries Food & Beverages +MCO MCO Industries Textiles and Wearing Apparel +MCO MCO Industries Wood and Paper +MCO MCO Industries Petroleum, Chemical and Non-Metallic Mineral Products +MCO MCO Industries Metal Products +MCO MCO Industries Electrical and Machinery +MCO MCO Industries Transport Equipment +MCO MCO Industries Other Manufacturing +MCO MCO Industries Recycling +MCO MCO Industries Electricity, Gas and Water +MCO MCO Industries Construction +MCO MCO Industries Maintenance and Repair +MCO MCO Industries Wholesale Trade +MCO MCO Industries Retail Trade +MCO MCO Industries Hotels and Restraurants +MCO MCO Industries Transport +MCO MCO Industries Post and Telecommunications +MCO MCO Industries Finacial Intermediation and Business Activities +MCO MCO Industries Public Administration +MCO MCO Industries Education, Health and Other Services +MCO MCO Industries Private Households +MCO MCO Industries Others +MCO MCO Industries Re-export & Re-import +MNG MNG Industries Agriculture +MNG MNG Industries Fishing +MNG MNG Industries Mining and Quarrying +MNG MNG Industries Food & Beverages +MNG MNG Industries Textiles and Wearing Apparel +MNG MNG Industries Wood and Paper +MNG MNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNG MNG Industries Metal Products +MNG MNG Industries Electrical and Machinery +MNG MNG Industries Transport Equipment +MNG MNG Industries Other Manufacturing +MNG MNG Industries Recycling +MNG MNG Industries Electricity, Gas and Water +MNG MNG Industries Construction +MNG MNG Industries Maintenance and Repair +MNG MNG Industries Wholesale Trade +MNG MNG Industries Retail Trade +MNG MNG Industries Hotels and Restraurants +MNG MNG Industries Transport +MNG MNG Industries Post and Telecommunications +MNG MNG Industries Finacial Intermediation and Business Activities +MNG MNG Industries Public Administration +MNG MNG Industries Education, Health and Other Services +MNG MNG Industries Private Households +MNG MNG Industries Others +MNG MNG Industries Re-export & Re-import +MNE MNE Industries Agriculture +MNE MNE Industries Fishing +MNE MNE Industries Mining and Quarrying +MNE MNE Industries Food & Beverages +MNE MNE Industries Textiles and Wearing Apparel +MNE MNE Industries Wood and Paper +MNE MNE Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNE MNE Industries Metal Products +MNE MNE Industries Electrical and Machinery +MNE MNE Industries Transport Equipment +MNE MNE Industries Other Manufacturing +MNE MNE Industries Recycling +MNE MNE Industries Electricity, Gas and Water +MNE MNE Industries Construction +MNE MNE Industries Maintenance and Repair +MNE MNE Industries Wholesale Trade +MNE MNE Industries Retail Trade +MNE MNE Industries Hotels and Restraurants +MNE MNE Industries Transport +MNE MNE Industries Post and Telecommunications +MNE MNE Industries Finacial Intermediation and Business Activities +MNE MNE Industries Public Administration +MNE MNE Industries Education, Health and Other Services +MNE MNE Industries Private Households +MNE MNE Industries Others +MNE MNE Industries Re-export & Re-import +MAR MAR Industries Agriculture +MAR MAR Industries Fishing +MAR MAR Industries Mining and Quarrying +MAR MAR Industries Food & Beverages +MAR MAR Industries Textiles and Wearing Apparel +MAR MAR Industries Wood and Paper +MAR MAR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAR MAR Industries Metal Products +MAR MAR Industries Electrical and Machinery +MAR MAR Industries Transport Equipment +MAR MAR Industries Other Manufacturing +MAR MAR Industries Recycling +MAR MAR Industries Electricity, Gas and Water +MAR MAR Industries Construction +MAR MAR Industries Maintenance and Repair +MAR MAR Industries Wholesale Trade +MAR MAR Industries Retail Trade +MAR MAR Industries Hotels and Restraurants +MAR MAR Industries Transport +MAR MAR Industries Post and Telecommunications +MAR MAR Industries Finacial Intermediation and Business Activities +MAR MAR Industries Public Administration +MAR MAR Industries Education, Health and Other Services +MAR MAR Industries Private Households +MAR MAR Industries Others +MAR MAR Industries Re-export & Re-import +MOZ MOZ Industries Agriculture +MOZ MOZ Industries Fishing +MOZ MOZ Industries Mining and Quarrying +MOZ MOZ Industries Food & Beverages +MOZ MOZ Industries Textiles and Wearing Apparel +MOZ MOZ Industries Wood and Paper +MOZ MOZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +MOZ MOZ Industries Metal Products +MOZ MOZ Industries Electrical and Machinery +MOZ MOZ Industries Transport Equipment +MOZ MOZ Industries Other Manufacturing +MOZ MOZ Industries Recycling +MOZ MOZ Industries Electricity, Gas and Water +MOZ MOZ Industries Construction +MOZ MOZ Industries Maintenance and Repair +MOZ MOZ Industries Wholesale Trade +MOZ MOZ Industries Retail Trade +MOZ MOZ Industries Hotels and Restraurants +MOZ MOZ Industries Transport +MOZ MOZ Industries Post and Telecommunications +MOZ MOZ Industries Finacial Intermediation and Business Activities +MOZ MOZ Industries Public Administration +MOZ MOZ Industries Education, Health and Other Services +MOZ MOZ Industries Private Households +MOZ MOZ Industries Others +MOZ MOZ Industries Re-export & Re-import +MMR MMR Industries Agriculture +MMR MMR Industries Fishing +MMR MMR Industries Mining and Quarrying +MMR MMR Industries Food & Beverages +MMR MMR Industries Textiles and Wearing Apparel +MMR MMR Industries Wood and Paper +MMR MMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MMR MMR Industries Metal Products +MMR MMR Industries Electrical and Machinery +MMR MMR Industries Transport Equipment +MMR MMR Industries Other Manufacturing +MMR MMR Industries Recycling +MMR MMR Industries Electricity, Gas and Water +MMR MMR Industries Construction +MMR MMR Industries Maintenance and Repair +MMR MMR Industries Wholesale Trade +MMR MMR Industries Retail Trade +MMR MMR Industries Hotels and Restraurants +MMR MMR Industries Transport +MMR MMR Industries Post and Telecommunications +MMR MMR Industries Finacial Intermediation and Business Activities +MMR MMR Industries Public Administration +MMR MMR Industries Education, Health and Other Services +MMR MMR Industries Private Households +MMR MMR Industries Others +MMR MMR Industries Re-export & Re-import +NAM NAM Industries Agriculture +NAM NAM Industries Fishing +NAM NAM Industries Mining and Quarrying +NAM NAM Industries Food & Beverages +NAM NAM Industries Textiles and Wearing Apparel +NAM NAM Industries Wood and Paper +NAM NAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +NAM NAM Industries Metal Products +NAM NAM Industries Electrical and Machinery +NAM NAM Industries Transport Equipment +NAM NAM Industries Other Manufacturing +NAM NAM Industries Recycling +NAM NAM Industries Electricity, Gas and Water +NAM NAM Industries Construction +NAM NAM Industries Maintenance and Repair +NAM NAM Industries Wholesale Trade +NAM NAM Industries Retail Trade +NAM NAM Industries Hotels and Restraurants +NAM NAM Industries Transport +NAM NAM Industries Post and Telecommunications +NAM NAM Industries Finacial Intermediation and Business Activities +NAM NAM Industries Public Administration +NAM NAM Industries Education, Health and Other Services +NAM NAM Industries Private Households +NAM NAM Industries Others +NAM NAM Industries Re-export & Re-import +NPL NPL Industries Agriculture +NPL NPL Industries Fishing +NPL NPL Industries Mining and Quarrying +NPL NPL Industries Food & Beverages +NPL NPL Industries Textiles and Wearing Apparel +NPL NPL Industries Wood and Paper +NPL NPL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NPL NPL Industries Metal Products +NPL NPL Industries Electrical and Machinery +NPL NPL Industries Transport Equipment +NPL NPL Industries Other Manufacturing +NPL NPL Industries Recycling +NPL NPL Industries Electricity, Gas and Water +NPL NPL Industries Construction +NPL NPL Industries Maintenance and Repair +NPL NPL Industries Wholesale Trade +NPL NPL Industries Retail Trade +NPL NPL Industries Hotels and Restraurants +NPL NPL Industries Transport +NPL NPL Industries Post and Telecommunications +NPL NPL Industries Finacial Intermediation and Business Activities +NPL NPL Industries Public Administration +NPL NPL Industries Education, Health and Other Services +NPL NPL Industries Private Households +NPL NPL Industries Others +NPL NPL Industries Re-export & Re-import +NLD NLD Industries Agriculture +NLD NLD Industries Fishing +NLD NLD Industries Mining and Quarrying +NLD NLD Industries Food & Beverages +NLD NLD Industries Textiles and Wearing Apparel +NLD NLD Industries Wood and Paper +NLD NLD Industries Petroleum, Chemical and Non-Metallic Mineral Products +NLD NLD Industries Metal Products +NLD NLD Industries Electrical and Machinery +NLD NLD Industries Transport Equipment +NLD NLD Industries Other Manufacturing +NLD NLD Industries Recycling +NLD NLD Industries Electricity, Gas and Water +NLD NLD Industries Construction +NLD NLD Industries Maintenance and Repair +NLD NLD Industries Wholesale Trade +NLD NLD Industries Retail Trade +NLD NLD Industries Hotels and Restraurants +NLD NLD Industries Transport +NLD NLD Industries Post and Telecommunications +NLD NLD Industries Finacial Intermediation and Business Activities +NLD NLD Industries Public Administration +NLD NLD Industries Education, Health and Other Services +NLD NLD Industries Private Households +NLD NLD Industries Others +NLD NLD Industries Re-export & Re-import +ANT ANT Industries Agriculture +ANT ANT Industries Fishing +ANT ANT Industries Mining and Quarrying +ANT ANT Industries Food & Beverages +ANT ANT Industries Textiles and Wearing Apparel +ANT ANT Industries Wood and Paper +ANT ANT Industries Petroleum, Chemical and Non-Metallic Mineral Products +ANT ANT Industries Metal Products +ANT ANT Industries Electrical and Machinery +ANT ANT Industries Transport Equipment +ANT ANT Industries Other Manufacturing +ANT ANT Industries Recycling +ANT ANT Industries Electricity, Gas and Water +ANT ANT Industries Construction +ANT ANT Industries Maintenance and Repair +ANT ANT Industries Wholesale Trade +ANT ANT Industries Retail Trade +ANT ANT Industries Hotels and Restraurants +ANT ANT Industries Transport +ANT ANT Industries Post and Telecommunications +ANT ANT Industries Finacial Intermediation and Business Activities +ANT ANT Industries Public Administration +ANT ANT Industries Education, Health and Other Services +ANT ANT Industries Private Households +ANT ANT Industries Others +ANT ANT Industries Re-export & Re-import +NCL NCL Industries Agriculture +NCL NCL Industries Fishing +NCL NCL Industries Mining and Quarrying +NCL NCL Industries Food & Beverages +NCL NCL Industries Textiles and Wearing Apparel +NCL NCL Industries Wood and Paper +NCL NCL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NCL NCL Industries Metal Products +NCL NCL Industries Electrical and Machinery +NCL NCL Industries Transport Equipment +NCL NCL Industries Other Manufacturing +NCL NCL Industries Recycling +NCL NCL Industries Electricity, Gas and Water +NCL NCL Industries Construction +NCL NCL Industries Maintenance and Repair +NCL NCL Industries Wholesale Trade +NCL NCL Industries Retail Trade +NCL NCL Industries Hotels and Restraurants +NCL NCL Industries Transport +NCL NCL Industries Post and Telecommunications +NCL NCL Industries Finacial Intermediation and Business Activities +NCL NCL Industries Public Administration +NCL NCL Industries Education, Health and Other Services +NCL NCL Industries Private Households +NCL NCL Industries Others +NCL NCL Industries Re-export & Re-import +NZL NZL Industries Agriculture +NZL NZL Industries Fishing +NZL NZL Industries Mining and Quarrying +NZL NZL Industries Food & Beverages +NZL NZL Industries Textiles and Wearing Apparel +NZL NZL Industries Wood and Paper +NZL NZL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NZL NZL Industries Metal Products +NZL NZL Industries Electrical and Machinery +NZL NZL Industries Transport Equipment +NZL NZL Industries Other Manufacturing +NZL NZL Industries Recycling +NZL NZL Industries Electricity, Gas and Water +NZL NZL Industries Construction +NZL NZL Industries Maintenance and Repair +NZL NZL Industries Wholesale Trade +NZL NZL Industries Retail Trade +NZL NZL Industries Hotels and Restraurants +NZL NZL Industries Transport +NZL NZL Industries Post and Telecommunications +NZL NZL Industries Finacial Intermediation and Business Activities +NZL NZL Industries Public Administration +NZL NZL Industries Education, Health and Other Services +NZL NZL Industries Private Households +NZL NZL Industries Others +NZL NZL Industries Re-export & Re-import +NIC NIC Industries Agriculture +NIC NIC Industries Fishing +NIC NIC Industries Mining and Quarrying +NIC NIC Industries Food & Beverages +NIC NIC Industries Textiles and Wearing Apparel +NIC NIC Industries Wood and Paper +NIC NIC Industries Petroleum, Chemical and Non-Metallic Mineral Products +NIC NIC Industries Metal Products +NIC NIC Industries Electrical and Machinery +NIC NIC Industries Transport Equipment +NIC NIC Industries Other Manufacturing +NIC NIC Industries Recycling +NIC NIC Industries Electricity, Gas and Water +NIC NIC Industries Construction +NIC NIC Industries Maintenance and Repair +NIC NIC Industries Wholesale Trade +NIC NIC Industries Retail Trade +NIC NIC Industries Hotels and Restraurants +NIC NIC Industries Transport +NIC NIC Industries Post and Telecommunications +NIC NIC Industries Finacial Intermediation and Business Activities +NIC NIC Industries Public Administration +NIC NIC Industries Education, Health and Other Services +NIC NIC Industries Private Households +NIC NIC Industries Others +NIC NIC Industries Re-export & Re-import +NER NER Industries Agriculture +NER NER Industries Fishing +NER NER Industries Mining and Quarrying +NER NER Industries Food & Beverages +NER NER Industries Textiles and Wearing Apparel +NER NER Industries Wood and Paper +NER NER Industries Petroleum, Chemical and Non-Metallic Mineral Products +NER NER Industries Metal Products +NER NER Industries Electrical and Machinery +NER NER Industries Transport Equipment +NER NER Industries Other Manufacturing +NER NER Industries Recycling +NER NER Industries Electricity, Gas and Water +NER NER Industries Construction +NER NER Industries Maintenance and Repair +NER NER Industries Wholesale Trade +NER NER Industries Retail Trade +NER NER Industries Hotels and Restraurants +NER NER Industries Transport +NER NER Industries Post and Telecommunications +NER NER Industries Finacial Intermediation and Business Activities +NER NER Industries Public Administration +NER NER Industries Education, Health and Other Services +NER NER Industries Private Households +NER NER Industries Others +NER NER Industries Re-export & Re-import +NGA NGA Industries Agriculture +NGA NGA Industries Fishing +NGA NGA Industries Mining and Quarrying +NGA NGA Industries Food & Beverages +NGA NGA Industries Textiles and Wearing Apparel +NGA NGA Industries Wood and Paper +NGA NGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +NGA NGA Industries Metal Products +NGA NGA Industries Electrical and Machinery +NGA NGA Industries Transport Equipment +NGA NGA Industries Other Manufacturing +NGA NGA Industries Recycling +NGA NGA Industries Electricity, Gas and Water +NGA NGA Industries Construction +NGA NGA Industries Maintenance and Repair +NGA NGA Industries Wholesale Trade +NGA NGA Industries Retail Trade +NGA NGA Industries Hotels and Restraurants +NGA NGA Industries Transport +NGA NGA Industries Post and Telecommunications +NGA NGA Industries Finacial Intermediation and Business Activities +NGA NGA Industries Public Administration +NGA NGA Industries Education, Health and Other Services +NGA NGA Industries Private Households +NGA NGA Industries Others +NGA NGA Industries Re-export & Re-import +NOR NOR Industries Agriculture +NOR NOR Industries Fishing +NOR NOR Industries Mining and Quarrying +NOR NOR Industries Food & Beverages +NOR NOR Industries Textiles and Wearing Apparel +NOR NOR Industries Wood and Paper +NOR NOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +NOR NOR Industries Metal Products +NOR NOR Industries Electrical and Machinery +NOR NOR Industries Transport Equipment +NOR NOR Industries Other Manufacturing +NOR NOR Industries Recycling +NOR NOR Industries Electricity, Gas and Water +NOR NOR Industries Construction +NOR NOR Industries Maintenance and Repair +NOR NOR Industries Wholesale Trade +NOR NOR Industries Retail Trade +NOR NOR Industries Hotels and Restraurants +NOR NOR Industries Transport +NOR NOR Industries Post and Telecommunications +NOR NOR Industries Finacial Intermediation and Business Activities +NOR NOR Industries Public Administration +NOR NOR Industries Education, Health and Other Services +NOR NOR Industries Private Households +NOR NOR Industries Others +NOR NOR Industries Re-export & Re-import +PSE PSE Industries Agriculture +PSE PSE Industries Fishing +PSE PSE Industries Mining and Quarrying +PSE PSE Industries Food & Beverages +PSE PSE Industries Textiles and Wearing Apparel +PSE PSE Industries Wood and Paper +PSE PSE Industries Petroleum, Chemical and Non-Metallic Mineral Products +PSE PSE Industries Metal Products +PSE PSE Industries Electrical and Machinery +PSE PSE Industries Transport Equipment +PSE PSE Industries Other Manufacturing +PSE PSE Industries Recycling +PSE PSE Industries Electricity, Gas and Water +PSE PSE Industries Construction +PSE PSE Industries Maintenance and Repair +PSE PSE Industries Wholesale Trade +PSE PSE Industries Retail Trade +PSE PSE Industries Hotels and Restraurants +PSE PSE Industries Transport +PSE PSE Industries Post and Telecommunications +PSE PSE Industries Finacial Intermediation and Business Activities +PSE PSE Industries Public Administration +PSE PSE Industries Education, Health and Other Services +PSE PSE Industries Private Households +PSE PSE Industries Others +PSE PSE Industries Re-export & Re-import +OMN OMN Industries Agriculture +OMN OMN Industries Fishing +OMN OMN Industries Mining and Quarrying +OMN OMN Industries Food & Beverages +OMN OMN Industries Textiles and Wearing Apparel +OMN OMN Industries Wood and Paper +OMN OMN Industries Petroleum, Chemical and Non-Metallic Mineral Products +OMN OMN Industries Metal Products +OMN OMN Industries Electrical and Machinery +OMN OMN Industries Transport Equipment +OMN OMN Industries Other Manufacturing +OMN OMN Industries Recycling +OMN OMN Industries Electricity, Gas and Water +OMN OMN Industries Construction +OMN OMN Industries Maintenance and Repair +OMN OMN Industries Wholesale Trade +OMN OMN Industries Retail Trade +OMN OMN Industries Hotels and Restraurants +OMN OMN Industries Transport +OMN OMN Industries Post and Telecommunications +OMN OMN Industries Finacial Intermediation and Business Activities +OMN OMN Industries Public Administration +OMN OMN Industries Education, Health and Other Services +OMN OMN Industries Private Households +OMN OMN Industries Others +OMN OMN Industries Re-export & Re-import +PAK PAK Industries Agriculture +PAK PAK Industries Fishing +PAK PAK Industries Mining and Quarrying +PAK PAK Industries Food & Beverages +PAK PAK Industries Textiles and Wearing Apparel +PAK PAK Industries Wood and Paper +PAK PAK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAK PAK Industries Metal Products +PAK PAK Industries Electrical and Machinery +PAK PAK Industries Transport Equipment +PAK PAK Industries Other Manufacturing +PAK PAK Industries Recycling +PAK PAK Industries Electricity, Gas and Water +PAK PAK Industries Construction +PAK PAK Industries Maintenance and Repair +PAK PAK Industries Wholesale Trade +PAK PAK Industries Retail Trade +PAK PAK Industries Hotels and Restraurants +PAK PAK Industries Transport +PAK PAK Industries Post and Telecommunications +PAK PAK Industries Finacial Intermediation and Business Activities +PAK PAK Industries Public Administration +PAK PAK Industries Education, Health and Other Services +PAK PAK Industries Private Households +PAK PAK Industries Others +PAK PAK Industries Re-export & Re-import +PAN PAN Industries Agriculture +PAN PAN Industries Fishing +PAN PAN Industries Mining and Quarrying +PAN PAN Industries Food & Beverages +PAN PAN Industries Textiles and Wearing Apparel +PAN PAN Industries Wood and Paper +PAN PAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAN PAN Industries Metal Products +PAN PAN Industries Electrical and Machinery +PAN PAN Industries Transport Equipment +PAN PAN Industries Other Manufacturing +PAN PAN Industries Recycling +PAN PAN Industries Electricity, Gas and Water +PAN PAN Industries Construction +PAN PAN Industries Maintenance and Repair +PAN PAN Industries Wholesale Trade +PAN PAN Industries Retail Trade +PAN PAN Industries Hotels and Restraurants +PAN PAN Industries Transport +PAN PAN Industries Post and Telecommunications +PAN PAN Industries Finacial Intermediation and Business Activities +PAN PAN Industries Public Administration +PAN PAN Industries Education, Health and Other Services +PAN PAN Industries Private Households +PAN PAN Industries Others +PAN PAN Industries Re-export & Re-import +PNG PNG Industries Agriculture +PNG PNG Industries Fishing +PNG PNG Industries Mining and Quarrying +PNG PNG Industries Food & Beverages +PNG PNG Industries Textiles and Wearing Apparel +PNG PNG Industries Wood and Paper +PNG PNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +PNG PNG Industries Metal Products +PNG PNG Industries Electrical and Machinery +PNG PNG Industries Transport Equipment +PNG PNG Industries Other Manufacturing +PNG PNG Industries Recycling +PNG PNG Industries Electricity, Gas and Water +PNG PNG Industries Construction +PNG PNG Industries Maintenance and Repair +PNG PNG Industries Wholesale Trade +PNG PNG Industries Retail Trade +PNG PNG Industries Hotels and Restraurants +PNG PNG Industries Transport +PNG PNG Industries Post and Telecommunications +PNG PNG Industries Finacial Intermediation and Business Activities +PNG PNG Industries Public Administration +PNG PNG Industries Education, Health and Other Services +PNG PNG Industries Private Households +PNG PNG Industries Others +PNG PNG Industries Re-export & Re-import +PRY PRY Industries Agriculture +PRY PRY Industries Fishing +PRY PRY Industries Mining and Quarrying +PRY PRY Industries Food & Beverages +PRY PRY Industries Textiles and Wearing Apparel +PRY PRY Industries Wood and Paper +PRY PRY Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRY PRY Industries Metal Products +PRY PRY Industries Electrical and Machinery +PRY PRY Industries Transport Equipment +PRY PRY Industries Other Manufacturing +PRY PRY Industries Recycling +PRY PRY Industries Electricity, Gas and Water +PRY PRY Industries Construction +PRY PRY Industries Maintenance and Repair +PRY PRY Industries Wholesale Trade +PRY PRY Industries Retail Trade +PRY PRY Industries Hotels and Restraurants +PRY PRY Industries Transport +PRY PRY Industries Post and Telecommunications +PRY PRY Industries Finacial Intermediation and Business Activities +PRY PRY Industries Public Administration +PRY PRY Industries Education, Health and Other Services +PRY PRY Industries Private Households +PRY PRY Industries Others +PRY PRY Industries Re-export & Re-import +PER PER Industries Agriculture +PER PER Industries Fishing +PER PER Industries Mining and Quarrying +PER PER Industries Food & Beverages +PER PER Industries Textiles and Wearing Apparel +PER PER Industries Wood and Paper +PER PER Industries Petroleum, Chemical and Non-Metallic Mineral Products +PER PER Industries Metal Products +PER PER Industries Electrical and Machinery +PER PER Industries Transport Equipment +PER PER Industries Other Manufacturing +PER PER Industries Recycling +PER PER Industries Electricity, Gas and Water +PER PER Industries Construction +PER PER Industries Maintenance and Repair +PER PER Industries Wholesale Trade +PER PER Industries Retail Trade +PER PER Industries Hotels and Restraurants +PER PER Industries Transport +PER PER Industries Post and Telecommunications +PER PER Industries Finacial Intermediation and Business Activities +PER PER Industries Public Administration +PER PER Industries Education, Health and Other Services +PER PER Industries Private Households +PER PER Industries Others +PER PER Industries Re-export & Re-import +PHL PHL Commodities Agriculture +PHL PHL Commodities Fishing +PHL PHL Commodities Mining and Quarrying +PHL PHL Commodities Food & Beverages +PHL PHL Commodities Textiles and Wearing Apparel +PHL PHL Commodities Wood and Paper +PHL PHL Commodities Petroleum, Chemical and Non-Metallic Mineral Products +PHL PHL Commodities Metal Products +PHL PHL Commodities Electrical and Machinery +PHL PHL Commodities Transport Equipment +PHL PHL Commodities Other Manufacturing +PHL PHL Commodities Recycling +PHL PHL Commodities Electricity, Gas and Water +PHL PHL Commodities Construction +PHL PHL Commodities Maintenance and Repair +PHL PHL Commodities Wholesale Trade +PHL PHL Commodities Retail Trade +PHL PHL Commodities Hotels and Restraurants +PHL PHL Commodities Transport +PHL PHL Commodities Post and Telecommunications +PHL PHL Commodities Finacial Intermediation and Business Activities +PHL PHL Commodities Public Administration +PHL PHL Commodities Education, Health and Other Services +PHL PHL Commodities Private Households +PHL PHL Commodities Others +PHL PHL Commodities Re-export & Re-import +POL POL Industries Agriculture +POL POL Industries Fishing +POL POL Industries Mining and Quarrying +POL POL Industries Food & Beverages +POL POL Industries Textiles and Wearing Apparel +POL POL Industries Wood and Paper +POL POL Industries Petroleum, Chemical and Non-Metallic Mineral Products +POL POL Industries Metal Products +POL POL Industries Electrical and Machinery +POL POL Industries Transport Equipment +POL POL Industries Other Manufacturing +POL POL Industries Recycling +POL POL Industries Electricity, Gas and Water +POL POL Industries Construction +POL POL Industries Maintenance and Repair +POL POL Industries Wholesale Trade +POL POL Industries Retail Trade +POL POL Industries Hotels and Restraurants +POL POL Industries Transport +POL POL Industries Post and Telecommunications +POL POL Industries Finacial Intermediation and Business Activities +POL POL Industries Public Administration +POL POL Industries Education, Health and Other Services +POL POL Industries Private Households +POL POL Industries Others +POL POL Industries Re-export & Re-import +PRT PRT Industries Agriculture +PRT PRT Industries Fishing +PRT PRT Industries Mining and Quarrying +PRT PRT Industries Food & Beverages +PRT PRT Industries Textiles and Wearing Apparel +PRT PRT Industries Wood and Paper +PRT PRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRT PRT Industries Metal Products +PRT PRT Industries Electrical and Machinery +PRT PRT Industries Transport Equipment +PRT PRT Industries Other Manufacturing +PRT PRT Industries Recycling +PRT PRT Industries Electricity, Gas and Water +PRT PRT Industries Construction +PRT PRT Industries Maintenance and Repair +PRT PRT Industries Wholesale Trade +PRT PRT Industries Retail Trade +PRT PRT Industries Hotels and Restraurants +PRT PRT Industries Transport +PRT PRT Industries Post and Telecommunications +PRT PRT Industries Finacial Intermediation and Business Activities +PRT PRT Industries Public Administration +PRT PRT Industries Education, Health and Other Services +PRT PRT Industries Private Households +PRT PRT Industries Others +PRT PRT Industries Re-export & Re-import +QAT QAT Industries Agriculture +QAT QAT Industries Fishing +QAT QAT Industries Mining and Quarrying +QAT QAT Industries Food & Beverages +QAT QAT Industries Textiles and Wearing Apparel +QAT QAT Industries Wood and Paper +QAT QAT Industries Petroleum, Chemical and Non-Metallic Mineral Products +QAT QAT Industries Metal Products +QAT QAT Industries Electrical and Machinery +QAT QAT Industries Transport Equipment +QAT QAT Industries Other Manufacturing +QAT QAT Industries Recycling +QAT QAT Industries Electricity, Gas and Water +QAT QAT Industries Construction +QAT QAT Industries Maintenance and Repair +QAT QAT Industries Wholesale Trade +QAT QAT Industries Retail Trade +QAT QAT Industries Hotels and Restraurants +QAT QAT Industries Transport +QAT QAT Industries Post and Telecommunications +QAT QAT Industries Finacial Intermediation and Business Activities +QAT QAT Industries Public Administration +QAT QAT Industries Education, Health and Other Services +QAT QAT Industries Private Households +QAT QAT Industries Others +QAT QAT Industries Re-export & Re-import +KOR KOR Commodities Agriculture +KOR KOR Commodities Fishing +KOR KOR Commodities Mining and Quarrying +KOR KOR Commodities Food & Beverages +KOR KOR Commodities Textiles and Wearing Apparel +KOR KOR Commodities Wood and Paper +KOR KOR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KOR KOR Commodities Metal Products +KOR KOR Commodities Electrical and Machinery +KOR KOR Commodities Transport Equipment +KOR KOR Commodities Other Manufacturing +KOR KOR Commodities Recycling +KOR KOR Commodities Electricity, Gas and Water +KOR KOR Commodities Construction +KOR KOR Commodities Maintenance and Repair +KOR KOR Commodities Wholesale Trade +KOR KOR Commodities Retail Trade +KOR KOR Commodities Hotels and Restraurants +KOR KOR Commodities Transport +KOR KOR Commodities Post and Telecommunications +KOR KOR Commodities Finacial Intermediation and Business Activities +KOR KOR Commodities Public Administration +KOR KOR Commodities Education, Health and Other Services +KOR KOR Commodities Private Households +KOR KOR Commodities Others +KOR KOR Commodities Re-export & Re-import +MDA MDA Industries Agriculture +MDA MDA Industries Fishing +MDA MDA Industries Mining and Quarrying +MDA MDA Industries Food & Beverages +MDA MDA Industries Textiles and Wearing Apparel +MDA MDA Industries Wood and Paper +MDA MDA Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDA MDA Industries Metal Products +MDA MDA Industries Electrical and Machinery +MDA MDA Industries Transport Equipment +MDA MDA Industries Other Manufacturing +MDA MDA Industries Recycling +MDA MDA Industries Electricity, Gas and Water +MDA MDA Industries Construction +MDA MDA Industries Maintenance and Repair +MDA MDA Industries Wholesale Trade +MDA MDA Industries Retail Trade +MDA MDA Industries Hotels and Restraurants +MDA MDA Industries Transport +MDA MDA Industries Post and Telecommunications +MDA MDA Industries Finacial Intermediation and Business Activities +MDA MDA Industries Public Administration +MDA MDA Industries Education, Health and Other Services +MDA MDA Industries Private Households +MDA MDA Industries Others +MDA MDA Industries Re-export & Re-import +ROU ROU Industries Agriculture +ROU ROU Industries Fishing +ROU ROU Industries Mining and Quarrying +ROU ROU Industries Food & Beverages +ROU ROU Industries Textiles and Wearing Apparel +ROU ROU Industries Wood and Paper +ROU ROU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ROU ROU Industries Metal Products +ROU ROU Industries Electrical and Machinery +ROU ROU Industries Transport Equipment +ROU ROU Industries Other Manufacturing +ROU ROU Industries Recycling +ROU ROU Industries Electricity, Gas and Water +ROU ROU Industries Construction +ROU ROU Industries Maintenance and Repair +ROU ROU Industries Wholesale Trade +ROU ROU Industries Retail Trade +ROU ROU Industries Hotels and Restraurants +ROU ROU Industries Transport +ROU ROU Industries Post and Telecommunications +ROU ROU Industries Finacial Intermediation and Business Activities +ROU ROU Industries Public Administration +ROU ROU Industries Education, Health and Other Services +ROU ROU Industries Private Households +ROU ROU Industries Others +ROU ROU Industries Re-export & Re-import +RUS RUS Industries Agriculture +RUS RUS Industries Fishing +RUS RUS Industries Mining and Quarrying +RUS RUS Industries Food & Beverages +RUS RUS Industries Textiles and Wearing Apparel +RUS RUS Industries Wood and Paper +RUS RUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +RUS RUS Industries Metal Products +RUS RUS Industries Electrical and Machinery +RUS RUS Industries Transport Equipment +RUS RUS Industries Other Manufacturing +RUS RUS Industries Recycling +RUS RUS Industries Electricity, Gas and Water +RUS RUS Industries Construction +RUS RUS Industries Maintenance and Repair +RUS RUS Industries Wholesale Trade +RUS RUS Industries Retail Trade +RUS RUS Industries Hotels and Restraurants +RUS RUS Industries Transport +RUS RUS Industries Post and Telecommunications +RUS RUS Industries Finacial Intermediation and Business Activities +RUS RUS Industries Public Administration +RUS RUS Industries Education, Health and Other Services +RUS RUS Industries Private Households +RUS RUS Industries Others +RUS RUS Industries Re-export & Re-import +RWA RWA Industries Agriculture +RWA RWA Industries Fishing +RWA RWA Industries Mining and Quarrying +RWA RWA Industries Food & Beverages +RWA RWA Industries Textiles and Wearing Apparel +RWA RWA Industries Wood and Paper +RWA RWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +RWA RWA Industries Metal Products +RWA RWA Industries Electrical and Machinery +RWA RWA Industries Transport Equipment +RWA RWA Industries Other Manufacturing +RWA RWA Industries Recycling +RWA RWA Industries Electricity, Gas and Water +RWA RWA Industries Construction +RWA RWA Industries Maintenance and Repair +RWA RWA Industries Wholesale Trade +RWA RWA Industries Retail Trade +RWA RWA Industries Hotels and Restraurants +RWA RWA Industries Transport +RWA RWA Industries Post and Telecommunications +RWA RWA Industries Finacial Intermediation and Business Activities +RWA RWA Industries Public Administration +RWA RWA Industries Education, Health and Other Services +RWA RWA Industries Private Households +RWA RWA Industries Others +RWA RWA Industries Re-export & Re-import +WSM WSM Industries Agriculture +WSM WSM Industries Fishing +WSM WSM Industries Mining and Quarrying +WSM WSM Industries Food & Beverages +WSM WSM Industries Textiles and Wearing Apparel +WSM WSM Industries Wood and Paper +WSM WSM Industries Petroleum, Chemical and Non-Metallic Mineral Products +WSM WSM Industries Metal Products +WSM WSM Industries Electrical and Machinery +WSM WSM Industries Transport Equipment +WSM WSM Industries Other Manufacturing +WSM WSM Industries Recycling +WSM WSM Industries Electricity, Gas and Water +WSM WSM Industries Construction +WSM WSM Industries Maintenance and Repair +WSM WSM Industries Wholesale Trade +WSM WSM Industries Retail Trade +WSM WSM Industries Hotels and Restraurants +WSM WSM Industries Transport +WSM WSM Industries Post and Telecommunications +WSM WSM Industries Finacial Intermediation and Business Activities +WSM WSM Industries Public Administration +WSM WSM Industries Education, Health and Other Services +WSM WSM Industries Private Households +WSM WSM Industries Others +WSM WSM Industries Re-export & Re-import +SMR SMR Industries Agriculture +SMR SMR Industries Fishing +SMR SMR Industries Mining and Quarrying +SMR SMR Industries Food & Beverages +SMR SMR Industries Textiles and Wearing Apparel +SMR SMR Industries Wood and Paper +SMR SMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SMR SMR Industries Metal Products +SMR SMR Industries Electrical and Machinery +SMR SMR Industries Transport Equipment +SMR SMR Industries Other Manufacturing +SMR SMR Industries Recycling +SMR SMR Industries Electricity, Gas and Water +SMR SMR Industries Construction +SMR SMR Industries Maintenance and Repair +SMR SMR Industries Wholesale Trade +SMR SMR Industries Retail Trade +SMR SMR Industries Hotels and Restraurants +SMR SMR Industries Transport +SMR SMR Industries Post and Telecommunications +SMR SMR Industries Finacial Intermediation and Business Activities +SMR SMR Industries Public Administration +SMR SMR Industries Education, Health and Other Services +SMR SMR Industries Private Households +SMR SMR Industries Others +SMR SMR Industries Re-export & Re-import +STP STP Industries Agriculture +STP STP Industries Fishing +STP STP Industries Mining and Quarrying +STP STP Industries Food & Beverages +STP STP Industries Textiles and Wearing Apparel +STP STP Industries Wood and Paper +STP STP Industries Petroleum, Chemical and Non-Metallic Mineral Products +STP STP Industries Metal Products +STP STP Industries Electrical and Machinery +STP STP Industries Transport Equipment +STP STP Industries Other Manufacturing +STP STP Industries Recycling +STP STP Industries Electricity, Gas and Water +STP STP Industries Construction +STP STP Industries Maintenance and Repair +STP STP Industries Wholesale Trade +STP STP Industries Retail Trade +STP STP Industries Hotels and Restraurants +STP STP Industries Transport +STP STP Industries Post and Telecommunications +STP STP Industries Finacial Intermediation and Business Activities +STP STP Industries Public Administration +STP STP Industries Education, Health and Other Services +STP STP Industries Private Households +STP STP Industries Others +STP STP Industries Re-export & Re-import +SAU SAU Industries Agriculture +SAU SAU Industries Fishing +SAU SAU Industries Mining and Quarrying +SAU SAU Industries Food & Beverages +SAU SAU Industries Textiles and Wearing Apparel +SAU SAU Industries Wood and Paper +SAU SAU Industries Petroleum, Chemical and Non-Metallic Mineral Products +SAU SAU Industries Metal Products +SAU SAU Industries Electrical and Machinery +SAU SAU Industries Transport Equipment +SAU SAU Industries Other Manufacturing +SAU SAU Industries Recycling +SAU SAU Industries Electricity, Gas and Water +SAU SAU Industries Construction +SAU SAU Industries Maintenance and Repair +SAU SAU Industries Wholesale Trade +SAU SAU Industries Retail Trade +SAU SAU Industries Hotels and Restraurants +SAU SAU Industries Transport +SAU SAU Industries Post and Telecommunications +SAU SAU Industries Finacial Intermediation and Business Activities +SAU SAU Industries Public Administration +SAU SAU Industries Education, Health and Other Services +SAU SAU Industries Private Households +SAU SAU Industries Others +SAU SAU Industries Re-export & Re-import +SEN SEN Industries Agriculture +SEN SEN Industries Fishing +SEN SEN Industries Mining and Quarrying +SEN SEN Industries Food & Beverages +SEN SEN Industries Textiles and Wearing Apparel +SEN SEN Industries Wood and Paper +SEN SEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SEN SEN Industries Metal Products +SEN SEN Industries Electrical and Machinery +SEN SEN Industries Transport Equipment +SEN SEN Industries Other Manufacturing +SEN SEN Industries Recycling +SEN SEN Industries Electricity, Gas and Water +SEN SEN Industries Construction +SEN SEN Industries Maintenance and Repair +SEN SEN Industries Wholesale Trade +SEN SEN Industries Retail Trade +SEN SEN Industries Hotels and Restraurants +SEN SEN Industries Transport +SEN SEN Industries Post and Telecommunications +SEN SEN Industries Finacial Intermediation and Business Activities +SEN SEN Industries Public Administration +SEN SEN Industries Education, Health and Other Services +SEN SEN Industries Private Households +SEN SEN Industries Others +SEN SEN Industries Re-export & Re-import +SRB SRB Industries Agriculture +SRB SRB Industries Fishing +SRB SRB Industries Mining and Quarrying +SRB SRB Industries Food & Beverages +SRB SRB Industries Textiles and Wearing Apparel +SRB SRB Industries Wood and Paper +SRB SRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +SRB SRB Industries Metal Products +SRB SRB Industries Electrical and Machinery +SRB SRB Industries Transport Equipment +SRB SRB Industries Other Manufacturing +SRB SRB Industries Recycling +SRB SRB Industries Electricity, Gas and Water +SRB SRB Industries Construction +SRB SRB Industries Maintenance and Repair +SRB SRB Industries Wholesale Trade +SRB SRB Industries Retail Trade +SRB SRB Industries Hotels and Restraurants +SRB SRB Industries Transport +SRB SRB Industries Post and Telecommunications +SRB SRB Industries Finacial Intermediation and Business Activities +SRB SRB Industries Public Administration +SRB SRB Industries Education, Health and Other Services +SRB SRB Industries Private Households +SRB SRB Industries Others +SRB SRB Industries Re-export & Re-import +SYC SYC Industries Agriculture +SYC SYC Industries Fishing +SYC SYC Industries Mining and Quarrying +SYC SYC Industries Food & Beverages +SYC SYC Industries Textiles and Wearing Apparel +SYC SYC Industries Wood and Paper +SYC SYC Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYC SYC Industries Metal Products +SYC SYC Industries Electrical and Machinery +SYC SYC Industries Transport Equipment +SYC SYC Industries Other Manufacturing +SYC SYC Industries Recycling +SYC SYC Industries Electricity, Gas and Water +SYC SYC Industries Construction +SYC SYC Industries Maintenance and Repair +SYC SYC Industries Wholesale Trade +SYC SYC Industries Retail Trade +SYC SYC Industries Hotels and Restraurants +SYC SYC Industries Transport +SYC SYC Industries Post and Telecommunications +SYC SYC Industries Finacial Intermediation and Business Activities +SYC SYC Industries Public Administration +SYC SYC Industries Education, Health and Other Services +SYC SYC Industries Private Households +SYC SYC Industries Others +SYC SYC Industries Re-export & Re-import +SLE SLE Industries Agriculture +SLE SLE Industries Fishing +SLE SLE Industries Mining and Quarrying +SLE SLE Industries Food & Beverages +SLE SLE Industries Textiles and Wearing Apparel +SLE SLE Industries Wood and Paper +SLE SLE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLE SLE Industries Metal Products +SLE SLE Industries Electrical and Machinery +SLE SLE Industries Transport Equipment +SLE SLE Industries Other Manufacturing +SLE SLE Industries Recycling +SLE SLE Industries Electricity, Gas and Water +SLE SLE Industries Construction +SLE SLE Industries Maintenance and Repair +SLE SLE Industries Wholesale Trade +SLE SLE Industries Retail Trade +SLE SLE Industries Hotels and Restraurants +SLE SLE Industries Transport +SLE SLE Industries Post and Telecommunications +SLE SLE Industries Finacial Intermediation and Business Activities +SLE SLE Industries Public Administration +SLE SLE Industries Education, Health and Other Services +SLE SLE Industries Private Households +SLE SLE Industries Others +SLE SLE Industries Re-export & Re-import +SGP SGP Industries Agriculture +SGP SGP Industries Fishing +SGP SGP Industries Mining and Quarrying +SGP SGP Industries Food & Beverages +SGP SGP Industries Textiles and Wearing Apparel +SGP SGP Industries Wood and Paper +SGP SGP Industries Petroleum, Chemical and Non-Metallic Mineral Products +SGP SGP Industries Metal Products +SGP SGP Industries Electrical and Machinery +SGP SGP Industries Transport Equipment +SGP SGP Industries Other Manufacturing +SGP SGP Industries Recycling +SGP SGP Industries Electricity, Gas and Water +SGP SGP Industries Construction +SGP SGP Industries Maintenance and Repair +SGP SGP Industries Wholesale Trade +SGP SGP Industries Retail Trade +SGP SGP Industries Hotels and Restraurants +SGP SGP Industries Transport +SGP SGP Industries Post and Telecommunications +SGP SGP Industries Finacial Intermediation and Business Activities +SGP SGP Industries Public Administration +SGP SGP Industries Education, Health and Other Services +SGP SGP Industries Private Households +SGP SGP Industries Others +SGP SGP Industries Re-export & Re-import +SVK SVK Industries Agriculture +SVK SVK Industries Fishing +SVK SVK Industries Mining and Quarrying +SVK SVK Industries Food & Beverages +SVK SVK Industries Textiles and Wearing Apparel +SVK SVK Industries Wood and Paper +SVK SVK Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVK SVK Industries Metal Products +SVK SVK Industries Electrical and Machinery +SVK SVK Industries Transport Equipment +SVK SVK Industries Other Manufacturing +SVK SVK Industries Recycling +SVK SVK Industries Electricity, Gas and Water +SVK SVK Industries Construction +SVK SVK Industries Maintenance and Repair +SVK SVK Industries Wholesale Trade +SVK SVK Industries Retail Trade +SVK SVK Industries Hotels and Restraurants +SVK SVK Industries Transport +SVK SVK Industries Post and Telecommunications +SVK SVK Industries Finacial Intermediation and Business Activities +SVK SVK Industries Public Administration +SVK SVK Industries Education, Health and Other Services +SVK SVK Industries Private Households +SVK SVK Industries Others +SVK SVK Industries Re-export & Re-import +SVN SVN Industries Agriculture +SVN SVN Industries Fishing +SVN SVN Industries Mining and Quarrying +SVN SVN Industries Food & Beverages +SVN SVN Industries Textiles and Wearing Apparel +SVN SVN Industries Wood and Paper +SVN SVN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVN SVN Industries Metal Products +SVN SVN Industries Electrical and Machinery +SVN SVN Industries Transport Equipment +SVN SVN Industries Other Manufacturing +SVN SVN Industries Recycling +SVN SVN Industries Electricity, Gas and Water +SVN SVN Industries Construction +SVN SVN Industries Maintenance and Repair +SVN SVN Industries Wholesale Trade +SVN SVN Industries Retail Trade +SVN SVN Industries Hotels and Restraurants +SVN SVN Industries Transport +SVN SVN Industries Post and Telecommunications +SVN SVN Industries Finacial Intermediation and Business Activities +SVN SVN Industries Public Administration +SVN SVN Industries Education, Health and Other Services +SVN SVN Industries Private Households +SVN SVN Industries Others +SVN SVN Industries Re-export & Re-import +SOM SOM Industries Agriculture +SOM SOM Industries Fishing +SOM SOM Industries Mining and Quarrying +SOM SOM Industries Food & Beverages +SOM SOM Industries Textiles and Wearing Apparel +SOM SOM Industries Wood and Paper +SOM SOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +SOM SOM Industries Metal Products +SOM SOM Industries Electrical and Machinery +SOM SOM Industries Transport Equipment +SOM SOM Industries Other Manufacturing +SOM SOM Industries Recycling +SOM SOM Industries Electricity, Gas and Water +SOM SOM Industries Construction +SOM SOM Industries Maintenance and Repair +SOM SOM Industries Wholesale Trade +SOM SOM Industries Retail Trade +SOM SOM Industries Hotels and Restraurants +SOM SOM Industries Transport +SOM SOM Industries Post and Telecommunications +SOM SOM Industries Finacial Intermediation and Business Activities +SOM SOM Industries Public Administration +SOM SOM Industries Education, Health and Other Services +SOM SOM Industries Private Households +SOM SOM Industries Others +SOM SOM Industries Re-export & Re-import +ZAF ZAF Industries Agriculture +ZAF ZAF Industries Fishing +ZAF ZAF Industries Mining and Quarrying +ZAF ZAF Industries Food & Beverages +ZAF ZAF Industries Textiles and Wearing Apparel +ZAF ZAF Industries Wood and Paper +ZAF ZAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZAF ZAF Industries Metal Products +ZAF ZAF Industries Electrical and Machinery +ZAF ZAF Industries Transport Equipment +ZAF ZAF Industries Other Manufacturing +ZAF ZAF Industries Recycling +ZAF ZAF Industries Electricity, Gas and Water +ZAF ZAF Industries Construction +ZAF ZAF Industries Maintenance and Repair +ZAF ZAF Industries Wholesale Trade +ZAF ZAF Industries Retail Trade +ZAF ZAF Industries Hotels and Restraurants +ZAF ZAF Industries Transport +ZAF ZAF Industries Post and Telecommunications +ZAF ZAF Industries Finacial Intermediation and Business Activities +ZAF ZAF Industries Public Administration +ZAF ZAF Industries Education, Health and Other Services +ZAF ZAF Industries Private Households +ZAF ZAF Industries Others +ZAF ZAF Industries Re-export & Re-import +SDS SDS Industries Agriculture +SDS SDS Industries Fishing +SDS SDS Industries Mining and Quarrying +SDS SDS Industries Food & Beverages +SDS SDS Industries Textiles and Wearing Apparel +SDS SDS Industries Wood and Paper +SDS SDS Industries Petroleum, Chemical and Non-Metallic Mineral Products +SDS SDS Industries Metal Products +SDS SDS Industries Electrical and Machinery +SDS SDS Industries Transport Equipment +SDS SDS Industries Other Manufacturing +SDS SDS Industries Recycling +SDS SDS Industries Electricity, Gas and Water +SDS SDS Industries Construction +SDS SDS Industries Maintenance and Repair +SDS SDS Industries Wholesale Trade +SDS SDS Industries Retail Trade +SDS SDS Industries Hotels and Restraurants +SDS SDS Industries Transport +SDS SDS Industries Post and Telecommunications +SDS SDS Industries Finacial Intermediation and Business Activities +SDS SDS Industries Public Administration +SDS SDS Industries Education, Health and Other Services +SDS SDS Industries Private Households +SDS SDS Industries Others +SDS SDS Industries Re-export & Re-import +ESP ESP Industries Agriculture +ESP ESP Industries Fishing +ESP ESP Industries Mining and Quarrying +ESP ESP Industries Food & Beverages +ESP ESP Industries Textiles and Wearing Apparel +ESP ESP Industries Wood and Paper +ESP ESP Industries Petroleum, Chemical and Non-Metallic Mineral Products +ESP ESP Industries Metal Products +ESP ESP Industries Electrical and Machinery +ESP ESP Industries Transport Equipment +ESP ESP Industries Other Manufacturing +ESP ESP Industries Recycling +ESP ESP Industries Electricity, Gas and Water +ESP ESP Industries Construction +ESP ESP Industries Maintenance and Repair +ESP ESP Industries Wholesale Trade +ESP ESP Industries Retail Trade +ESP ESP Industries Hotels and Restraurants +ESP ESP Industries Transport +ESP ESP Industries Post and Telecommunications +ESP ESP Industries Finacial Intermediation and Business Activities +ESP ESP Industries Public Administration +ESP ESP Industries Education, Health and Other Services +ESP ESP Industries Private Households +ESP ESP Industries Others +ESP ESP Industries Re-export & Re-import +LKA LKA Industries Agriculture +LKA LKA Industries Fishing +LKA LKA Industries Mining and Quarrying +LKA LKA Industries Food & Beverages +LKA LKA Industries Textiles and Wearing Apparel +LKA LKA Industries Wood and Paper +LKA LKA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LKA LKA Industries Metal Products +LKA LKA Industries Electrical and Machinery +LKA LKA Industries Transport Equipment +LKA LKA Industries Other Manufacturing +LKA LKA Industries Recycling +LKA LKA Industries Electricity, Gas and Water +LKA LKA Industries Construction +LKA LKA Industries Maintenance and Repair +LKA LKA Industries Wholesale Trade +LKA LKA Industries Retail Trade +LKA LKA Industries Hotels and Restraurants +LKA LKA Industries Transport +LKA LKA Industries Post and Telecommunications +LKA LKA Industries Finacial Intermediation and Business Activities +LKA LKA Industries Public Administration +LKA LKA Industries Education, Health and Other Services +LKA LKA Industries Private Households +LKA LKA Industries Others +LKA LKA Industries Re-export & Re-import +SUD SUD Industries Agriculture +SUD SUD Industries Fishing +SUD SUD Industries Mining and Quarrying +SUD SUD Industries Food & Beverages +SUD SUD Industries Textiles and Wearing Apparel +SUD SUD Industries Wood and Paper +SUD SUD Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUD SUD Industries Metal Products +SUD SUD Industries Electrical and Machinery +SUD SUD Industries Transport Equipment +SUD SUD Industries Other Manufacturing +SUD SUD Industries Recycling +SUD SUD Industries Electricity, Gas and Water +SUD SUD Industries Construction +SUD SUD Industries Maintenance and Repair +SUD SUD Industries Wholesale Trade +SUD SUD Industries Retail Trade +SUD SUD Industries Hotels and Restraurants +SUD SUD Industries Transport +SUD SUD Industries Post and Telecommunications +SUD SUD Industries Finacial Intermediation and Business Activities +SUD SUD Industries Public Administration +SUD SUD Industries Education, Health and Other Services +SUD SUD Industries Private Households +SUD SUD Industries Others +SUD SUD Industries Re-export & Re-import +SUR SUR Industries Agriculture +SUR SUR Industries Fishing +SUR SUR Industries Mining and Quarrying +SUR SUR Industries Food & Beverages +SUR SUR Industries Textiles and Wearing Apparel +SUR SUR Industries Wood and Paper +SUR SUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUR SUR Industries Metal Products +SUR SUR Industries Electrical and Machinery +SUR SUR Industries Transport Equipment +SUR SUR Industries Other Manufacturing +SUR SUR Industries Recycling +SUR SUR Industries Electricity, Gas and Water +SUR SUR Industries Construction +SUR SUR Industries Maintenance and Repair +SUR SUR Industries Wholesale Trade +SUR SUR Industries Retail Trade +SUR SUR Industries Hotels and Restraurants +SUR SUR Industries Transport +SUR SUR Industries Post and Telecommunications +SUR SUR Industries Finacial Intermediation and Business Activities +SUR SUR Industries Public Administration +SUR SUR Industries Education, Health and Other Services +SUR SUR Industries Private Households +SUR SUR Industries Others +SUR SUR Industries Re-export & Re-import +SWZ SWZ Industries Agriculture +SWZ SWZ Industries Fishing +SWZ SWZ Industries Mining and Quarrying +SWZ SWZ Industries Food & Beverages +SWZ SWZ Industries Textiles and Wearing Apparel +SWZ SWZ Industries Wood and Paper +SWZ SWZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWZ SWZ Industries Metal Products +SWZ SWZ Industries Electrical and Machinery +SWZ SWZ Industries Transport Equipment +SWZ SWZ Industries Other Manufacturing +SWZ SWZ Industries Recycling +SWZ SWZ Industries Electricity, Gas and Water +SWZ SWZ Industries Construction +SWZ SWZ Industries Maintenance and Repair +SWZ SWZ Industries Wholesale Trade +SWZ SWZ Industries Retail Trade +SWZ SWZ Industries Hotels and Restraurants +SWZ SWZ Industries Transport +SWZ SWZ Industries Post and Telecommunications +SWZ SWZ Industries Finacial Intermediation and Business Activities +SWZ SWZ Industries Public Administration +SWZ SWZ Industries Education, Health and Other Services +SWZ SWZ Industries Private Households +SWZ SWZ Industries Others +SWZ SWZ Industries Re-export & Re-import +SWE SWE Industries Agriculture +SWE SWE Industries Fishing +SWE SWE Industries Mining and Quarrying +SWE SWE Industries Food & Beverages +SWE SWE Industries Textiles and Wearing Apparel +SWE SWE Industries Wood and Paper +SWE SWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWE SWE Industries Metal Products +SWE SWE Industries Electrical and Machinery +SWE SWE Industries Transport Equipment +SWE SWE Industries Other Manufacturing +SWE SWE Industries Recycling +SWE SWE Industries Electricity, Gas and Water +SWE SWE Industries Construction +SWE SWE Industries Maintenance and Repair +SWE SWE Industries Wholesale Trade +SWE SWE Industries Retail Trade +SWE SWE Industries Hotels and Restraurants +SWE SWE Industries Transport +SWE SWE Industries Post and Telecommunications +SWE SWE Industries Finacial Intermediation and Business Activities +SWE SWE Industries Public Administration +SWE SWE Industries Education, Health and Other Services +SWE SWE Industries Private Households +SWE SWE Industries Others +SWE SWE Industries Re-export & Re-import +CHE CHE Industries Agriculture +CHE CHE Industries Fishing +CHE CHE Industries Mining and Quarrying +CHE CHE Industries Food & Beverages +CHE CHE Industries Textiles and Wearing Apparel +CHE CHE Industries Wood and Paper +CHE CHE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHE CHE Industries Metal Products +CHE CHE Industries Electrical and Machinery +CHE CHE Industries Transport Equipment +CHE CHE Industries Other Manufacturing +CHE CHE Industries Recycling +CHE CHE Industries Electricity, Gas and Water +CHE CHE Industries Construction +CHE CHE Industries Maintenance and Repair +CHE CHE Industries Wholesale Trade +CHE CHE Industries Retail Trade +CHE CHE Industries Hotels and Restraurants +CHE CHE Industries Transport +CHE CHE Industries Post and Telecommunications +CHE CHE Industries Finacial Intermediation and Business Activities +CHE CHE Industries Public Administration +CHE CHE Industries Education, Health and Other Services +CHE CHE Industries Private Households +CHE CHE Industries Others +CHE CHE Industries Re-export & Re-import +SYR SYR Industries Agriculture +SYR SYR Industries Fishing +SYR SYR Industries Mining and Quarrying +SYR SYR Industries Food & Beverages +SYR SYR Industries Textiles and Wearing Apparel +SYR SYR Industries Wood and Paper +SYR SYR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYR SYR Industries Metal Products +SYR SYR Industries Electrical and Machinery +SYR SYR Industries Transport Equipment +SYR SYR Industries Other Manufacturing +SYR SYR Industries Recycling +SYR SYR Industries Electricity, Gas and Water +SYR SYR Industries Construction +SYR SYR Industries Maintenance and Repair +SYR SYR Industries Wholesale Trade +SYR SYR Industries Retail Trade +SYR SYR Industries Hotels and Restraurants +SYR SYR Industries Transport +SYR SYR Industries Post and Telecommunications +SYR SYR Industries Finacial Intermediation and Business Activities +SYR SYR Industries Public Administration +SYR SYR Industries Education, Health and Other Services +SYR SYR Industries Private Households +SYR SYR Industries Others +SYR SYR Industries Re-export & Re-import +TWN TWN Commodities Agriculture +TWN TWN Commodities Fishing +TWN TWN Commodities Mining and Quarrying +TWN TWN Commodities Food & Beverages +TWN TWN Commodities Textiles and Wearing Apparel +TWN TWN Commodities Wood and Paper +TWN TWN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +TWN TWN Commodities Metal Products +TWN TWN Commodities Electrical and Machinery +TWN TWN Commodities Transport Equipment +TWN TWN Commodities Other Manufacturing +TWN TWN Commodities Recycling +TWN TWN Commodities Electricity, Gas and Water +TWN TWN Commodities Construction +TWN TWN Commodities Maintenance and Repair +TWN TWN Commodities Wholesale Trade +TWN TWN Commodities Retail Trade +TWN TWN Commodities Hotels and Restraurants +TWN TWN Commodities Transport +TWN TWN Commodities Post and Telecommunications +TWN TWN Commodities Finacial Intermediation and Business Activities +TWN TWN Commodities Public Administration +TWN TWN Commodities Education, Health and Other Services +TWN TWN Commodities Private Households +TWN TWN Commodities Others +TWN TWN Commodities Re-export & Re-import +TJK TJK Industries Agriculture +TJK TJK Industries Fishing +TJK TJK Industries Mining and Quarrying +TJK TJK Industries Food & Beverages +TJK TJK Industries Textiles and Wearing Apparel +TJK TJK Industries Wood and Paper +TJK TJK Industries Petroleum, Chemical and Non-Metallic Mineral Products +TJK TJK Industries Metal Products +TJK TJK Industries Electrical and Machinery +TJK TJK Industries Transport Equipment +TJK TJK Industries Other Manufacturing +TJK TJK Industries Recycling +TJK TJK Industries Electricity, Gas and Water +TJK TJK Industries Construction +TJK TJK Industries Maintenance and Repair +TJK TJK Industries Wholesale Trade +TJK TJK Industries Retail Trade +TJK TJK Industries Hotels and Restraurants +TJK TJK Industries Transport +TJK TJK Industries Post and Telecommunications +TJK TJK Industries Finacial Intermediation and Business Activities +TJK TJK Industries Public Administration +TJK TJK Industries Education, Health and Other Services +TJK TJK Industries Private Households +TJK TJK Industries Others +TJK TJK Industries Re-export & Re-import +THA THA Commodities Agriculture +THA THA Commodities Fishing +THA THA Commodities Mining and Quarrying +THA THA Commodities Food & Beverages +THA THA Commodities Textiles and Wearing Apparel +THA THA Commodities Wood and Paper +THA THA Commodities Petroleum, Chemical and Non-Metallic Mineral Products +THA THA Commodities Metal Products +THA THA Commodities Electrical and Machinery +THA THA Commodities Transport Equipment +THA THA Commodities Other Manufacturing +THA THA Commodities Recycling +THA THA Commodities Electricity, Gas and Water +THA THA Commodities Construction +THA THA Commodities Maintenance and Repair +THA THA Commodities Wholesale Trade +THA THA Commodities Retail Trade +THA THA Commodities Hotels and Restraurants +THA THA Commodities Transport +THA THA Commodities Post and Telecommunications +THA THA Commodities Finacial Intermediation and Business Activities +THA THA Commodities Public Administration +THA THA Commodities Education, Health and Other Services +THA THA Commodities Private Households +THA THA Commodities Others +THA THA Commodities Re-export & Re-import +MKD MKD Industries Agriculture +MKD MKD Industries Fishing +MKD MKD Industries Mining and Quarrying +MKD MKD Industries Food & Beverages +MKD MKD Industries Textiles and Wearing Apparel +MKD MKD Industries Wood and Paper +MKD MKD Industries Petroleum, Chemical and Non-Metallic Mineral Products +MKD MKD Industries Metal Products +MKD MKD Industries Electrical and Machinery +MKD MKD Industries Transport Equipment +MKD MKD Industries Other Manufacturing +MKD MKD Industries Recycling +MKD MKD Industries Electricity, Gas and Water +MKD MKD Industries Construction +MKD MKD Industries Maintenance and Repair +MKD MKD Industries Wholesale Trade +MKD MKD Industries Retail Trade +MKD MKD Industries Hotels and Restraurants +MKD MKD Industries Transport +MKD MKD Industries Post and Telecommunications +MKD MKD Industries Finacial Intermediation and Business Activities +MKD MKD Industries Public Administration +MKD MKD Industries Education, Health and Other Services +MKD MKD Industries Private Households +MKD MKD Industries Others +MKD MKD Industries Re-export & Re-import +TGO TGO Industries Agriculture +TGO TGO Industries Fishing +TGO TGO Industries Mining and Quarrying +TGO TGO Industries Food & Beverages +TGO TGO Industries Textiles and Wearing Apparel +TGO TGO Industries Wood and Paper +TGO TGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TGO TGO Industries Metal Products +TGO TGO Industries Electrical and Machinery +TGO TGO Industries Transport Equipment +TGO TGO Industries Other Manufacturing +TGO TGO Industries Recycling +TGO TGO Industries Electricity, Gas and Water +TGO TGO Industries Construction +TGO TGO Industries Maintenance and Repair +TGO TGO Industries Wholesale Trade +TGO TGO Industries Retail Trade +TGO TGO Industries Hotels and Restraurants +TGO TGO Industries Transport +TGO TGO Industries Post and Telecommunications +TGO TGO Industries Finacial Intermediation and Business Activities +TGO TGO Industries Public Administration +TGO TGO Industries Education, Health and Other Services +TGO TGO Industries Private Households +TGO TGO Industries Others +TGO TGO Industries Re-export & Re-import +TTO TTO Industries Agriculture +TTO TTO Industries Fishing +TTO TTO Industries Mining and Quarrying +TTO TTO Industries Food & Beverages +TTO TTO Industries Textiles and Wearing Apparel +TTO TTO Industries Wood and Paper +TTO TTO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TTO TTO Industries Metal Products +TTO TTO Industries Electrical and Machinery +TTO TTO Industries Transport Equipment +TTO TTO Industries Other Manufacturing +TTO TTO Industries Recycling +TTO TTO Industries Electricity, Gas and Water +TTO TTO Industries Construction +TTO TTO Industries Maintenance and Repair +TTO TTO Industries Wholesale Trade +TTO TTO Industries Retail Trade +TTO TTO Industries Hotels and Restraurants +TTO TTO Industries Transport +TTO TTO Industries Post and Telecommunications +TTO TTO Industries Finacial Intermediation and Business Activities +TTO TTO Industries Public Administration +TTO TTO Industries Education, Health and Other Services +TTO TTO Industries Private Households +TTO TTO Industries Others +TTO TTO Industries Re-export & Re-import +TUN TUN Industries Agriculture +TUN TUN Industries Fishing +TUN TUN Industries Mining and Quarrying +TUN TUN Industries Food & Beverages +TUN TUN Industries Textiles and Wearing Apparel +TUN TUN Industries Wood and Paper +TUN TUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUN TUN Industries Metal Products +TUN TUN Industries Electrical and Machinery +TUN TUN Industries Transport Equipment +TUN TUN Industries Other Manufacturing +TUN TUN Industries Recycling +TUN TUN Industries Electricity, Gas and Water +TUN TUN Industries Construction +TUN TUN Industries Maintenance and Repair +TUN TUN Industries Wholesale Trade +TUN TUN Industries Retail Trade +TUN TUN Industries Hotels and Restraurants +TUN TUN Industries Transport +TUN TUN Industries Post and Telecommunications +TUN TUN Industries Finacial Intermediation and Business Activities +TUN TUN Industries Public Administration +TUN TUN Industries Education, Health and Other Services +TUN TUN Industries Private Households +TUN TUN Industries Others +TUN TUN Industries Re-export & Re-import +TUR TUR Industries Agriculture +TUR TUR Industries Fishing +TUR TUR Industries Mining and Quarrying +TUR TUR Industries Food & Beverages +TUR TUR Industries Textiles and Wearing Apparel +TUR TUR Industries Wood and Paper +TUR TUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUR TUR Industries Metal Products +TUR TUR Industries Electrical and Machinery +TUR TUR Industries Transport Equipment +TUR TUR Industries Other Manufacturing +TUR TUR Industries Recycling +TUR TUR Industries Electricity, Gas and Water +TUR TUR Industries Construction +TUR TUR Industries Maintenance and Repair +TUR TUR Industries Wholesale Trade +TUR TUR Industries Retail Trade +TUR TUR Industries Hotels and Restraurants +TUR TUR Industries Transport +TUR TUR Industries Post and Telecommunications +TUR TUR Industries Finacial Intermediation and Business Activities +TUR TUR Industries Public Administration +TUR TUR Industries Education, Health and Other Services +TUR TUR Industries Private Households +TUR TUR Industries Others +TUR TUR Industries Re-export & Re-import +TKM TKM Industries Agriculture +TKM TKM Industries Fishing +TKM TKM Industries Mining and Quarrying +TKM TKM Industries Food & Beverages +TKM TKM Industries Textiles and Wearing Apparel +TKM TKM Industries Wood and Paper +TKM TKM Industries Petroleum, Chemical and Non-Metallic Mineral Products +TKM TKM Industries Metal Products +TKM TKM Industries Electrical and Machinery +TKM TKM Industries Transport Equipment +TKM TKM Industries Other Manufacturing +TKM TKM Industries Recycling +TKM TKM Industries Electricity, Gas and Water +TKM TKM Industries Construction +TKM TKM Industries Maintenance and Repair +TKM TKM Industries Wholesale Trade +TKM TKM Industries Retail Trade +TKM TKM Industries Hotels and Restraurants +TKM TKM Industries Transport +TKM TKM Industries Post and Telecommunications +TKM TKM Industries Finacial Intermediation and Business Activities +TKM TKM Industries Public Administration +TKM TKM Industries Education, Health and Other Services +TKM TKM Industries Private Households +TKM TKM Industries Others +TKM TKM Industries Re-export & Re-import +USR USR Industries Agriculture +USR USR Industries Fishing +USR USR Industries Mining and Quarrying +USR USR Industries Food & Beverages +USR USR Industries Textiles and Wearing Apparel +USR USR Industries Wood and Paper +USR USR Industries Petroleum, Chemical and Non-Metallic Mineral Products +USR USR Industries Metal Products +USR USR Industries Electrical and Machinery +USR USR Industries Transport Equipment +USR USR Industries Other Manufacturing +USR USR Industries Recycling +USR USR Industries Electricity, Gas and Water +USR USR Industries Construction +USR USR Industries Maintenance and Repair +USR USR Industries Wholesale Trade +USR USR Industries Retail Trade +USR USR Industries Hotels and Restraurants +USR USR Industries Transport +USR USR Industries Post and Telecommunications +USR USR Industries Finacial Intermediation and Business Activities +USR USR Industries Public Administration +USR USR Industries Education, Health and Other Services +USR USR Industries Private Households +USR USR Industries Others +USR USR Industries Re-export & Re-import +UGA UGA Industries Agriculture +UGA UGA Industries Fishing +UGA UGA Industries Mining and Quarrying +UGA UGA Industries Food & Beverages +UGA UGA Industries Textiles and Wearing Apparel +UGA UGA Industries Wood and Paper +UGA UGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +UGA UGA Industries Metal Products +UGA UGA Industries Electrical and Machinery +UGA UGA Industries Transport Equipment +UGA UGA Industries Other Manufacturing +UGA UGA Industries Recycling +UGA UGA Industries Electricity, Gas and Water +UGA UGA Industries Construction +UGA UGA Industries Maintenance and Repair +UGA UGA Industries Wholesale Trade +UGA UGA Industries Retail Trade +UGA UGA Industries Hotels and Restraurants +UGA UGA Industries Transport +UGA UGA Industries Post and Telecommunications +UGA UGA Industries Finacial Intermediation and Business Activities +UGA UGA Industries Public Administration +UGA UGA Industries Education, Health and Other Services +UGA UGA Industries Private Households +UGA UGA Industries Others +UGA UGA Industries Re-export & Re-import +UKR UKR Commodities Agriculture +UKR UKR Commodities Fishing +UKR UKR Commodities Mining and Quarrying +UKR UKR Commodities Food & Beverages +UKR UKR Commodities Textiles and Wearing Apparel +UKR UKR Commodities Wood and Paper +UKR UKR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UKR UKR Commodities Metal Products +UKR UKR Commodities Electrical and Machinery +UKR UKR Commodities Transport Equipment +UKR UKR Commodities Other Manufacturing +UKR UKR Commodities Recycling +UKR UKR Commodities Electricity, Gas and Water +UKR UKR Commodities Construction +UKR UKR Commodities Maintenance and Repair +UKR UKR Commodities Wholesale Trade +UKR UKR Commodities Retail Trade +UKR UKR Commodities Hotels and Restraurants +UKR UKR Commodities Transport +UKR UKR Commodities Post and Telecommunications +UKR UKR Commodities Finacial Intermediation and Business Activities +UKR UKR Commodities Public Administration +UKR UKR Commodities Education, Health and Other Services +UKR UKR Commodities Private Households +UKR UKR Commodities Others +UKR UKR Commodities Re-export & Re-import +ARE ARE Industries Agriculture +ARE ARE Industries Fishing +ARE ARE Industries Mining and Quarrying +ARE ARE Industries Food & Beverages +ARE ARE Industries Textiles and Wearing Apparel +ARE ARE Industries Wood and Paper +ARE ARE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARE ARE Industries Metal Products +ARE ARE Industries Electrical and Machinery +ARE ARE Industries Transport Equipment +ARE ARE Industries Other Manufacturing +ARE ARE Industries Recycling +ARE ARE Industries Electricity, Gas and Water +ARE ARE Industries Construction +ARE ARE Industries Maintenance and Repair +ARE ARE Industries Wholesale Trade +ARE ARE Industries Retail Trade +ARE ARE Industries Hotels and Restraurants +ARE ARE Industries Transport +ARE ARE Industries Post and Telecommunications +ARE ARE Industries Finacial Intermediation and Business Activities +ARE ARE Industries Public Administration +ARE ARE Industries Education, Health and Other Services +ARE ARE Industries Private Households +ARE ARE Industries Others +ARE ARE Industries Re-export & Re-import +GBR GBR Industries Agriculture +GBR GBR Industries Fishing +GBR GBR Industries Mining and Quarrying +GBR GBR Industries Food & Beverages +GBR GBR Industries Textiles and Wearing Apparel +GBR GBR Industries Wood and Paper +GBR GBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +GBR GBR Industries Metal Products +GBR GBR Industries Electrical and Machinery +GBR GBR Industries Transport Equipment +GBR GBR Industries Other Manufacturing +GBR GBR Industries Recycling +GBR GBR Industries Electricity, Gas and Water +GBR GBR Industries Construction +GBR GBR Industries Maintenance and Repair +GBR GBR Industries Wholesale Trade +GBR GBR Industries Retail Trade +GBR GBR Industries Hotels and Restraurants +GBR GBR Industries Transport +GBR GBR Industries Post and Telecommunications +GBR GBR Industries Finacial Intermediation and Business Activities +GBR GBR Industries Public Administration +GBR GBR Industries Education, Health and Other Services +GBR GBR Industries Private Households +GBR GBR Industries Others +GBR GBR Industries Re-export & Re-import +TZA TZA Industries Agriculture +TZA TZA Industries Fishing +TZA TZA Industries Mining and Quarrying +TZA TZA Industries Food & Beverages +TZA TZA Industries Textiles and Wearing Apparel +TZA TZA Industries Wood and Paper +TZA TZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +TZA TZA Industries Metal Products +TZA TZA Industries Electrical and Machinery +TZA TZA Industries Transport Equipment +TZA TZA Industries Other Manufacturing +TZA TZA Industries Recycling +TZA TZA Industries Electricity, Gas and Water +TZA TZA Industries Construction +TZA TZA Industries Maintenance and Repair +TZA TZA Industries Wholesale Trade +TZA TZA Industries Retail Trade +TZA TZA Industries Hotels and Restraurants +TZA TZA Industries Transport +TZA TZA Industries Post and Telecommunications +TZA TZA Industries Finacial Intermediation and Business Activities +TZA TZA Industries Public Administration +TZA TZA Industries Education, Health and Other Services +TZA TZA Industries Private Households +TZA TZA Industries Others +TZA TZA Industries Re-export & Re-import +USA USA Industries Agriculture +USA USA Industries Fishing +USA USA Industries Mining and Quarrying +USA USA Industries Food & Beverages +USA USA Industries Textiles and Wearing Apparel +USA USA Industries Wood and Paper +USA USA Industries Petroleum, Chemical and Non-Metallic Mineral Products +USA USA Industries Metal Products +USA USA Industries Electrical and Machinery +USA USA Industries Transport Equipment +USA USA Industries Other Manufacturing +USA USA Industries Recycling +USA USA Industries Electricity, Gas and Water +USA USA Industries Construction +USA USA Industries Maintenance and Repair +USA USA Industries Wholesale Trade +USA USA Industries Retail Trade +USA USA Industries Hotels and Restraurants +USA USA Industries Transport +USA USA Industries Post and Telecommunications +USA USA Industries Finacial Intermediation and Business Activities +USA USA Industries Public Administration +USA USA Industries Education, Health and Other Services +USA USA Industries Private Households +USA USA Industries Others +USA USA Industries Re-export & Re-import +URY URY Industries Agriculture +URY URY Industries Fishing +URY URY Industries Mining and Quarrying +URY URY Industries Food & Beverages +URY URY Industries Textiles and Wearing Apparel +URY URY Industries Wood and Paper +URY URY Industries Petroleum, Chemical and Non-Metallic Mineral Products +URY URY Industries Metal Products +URY URY Industries Electrical and Machinery +URY URY Industries Transport Equipment +URY URY Industries Other Manufacturing +URY URY Industries Recycling +URY URY Industries Electricity, Gas and Water +URY URY Industries Construction +URY URY Industries Maintenance and Repair +URY URY Industries Wholesale Trade +URY URY Industries Retail Trade +URY URY Industries Hotels and Restraurants +URY URY Industries Transport +URY URY Industries Post and Telecommunications +URY URY Industries Finacial Intermediation and Business Activities +URY URY Industries Public Administration +URY URY Industries Education, Health and Other Services +URY URY Industries Private Households +URY URY Industries Others +URY URY Industries Re-export & Re-import +UZB UZB Commodities Agriculture +UZB UZB Commodities Fishing +UZB UZB Commodities Mining and Quarrying +UZB UZB Commodities Food & Beverages +UZB UZB Commodities Textiles and Wearing Apparel +UZB UZB Commodities Wood and Paper +UZB UZB Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UZB UZB Commodities Metal Products +UZB UZB Commodities Electrical and Machinery +UZB UZB Commodities Transport Equipment +UZB UZB Commodities Other Manufacturing +UZB UZB Commodities Recycling +UZB UZB Commodities Electricity, Gas and Water +UZB UZB Commodities Construction +UZB UZB Commodities Maintenance and Repair +UZB UZB Commodities Wholesale Trade +UZB UZB Commodities Retail Trade +UZB UZB Commodities Hotels and Restraurants +UZB UZB Commodities Transport +UZB UZB Commodities Post and Telecommunications +UZB UZB Commodities Finacial Intermediation and Business Activities +UZB UZB Commodities Public Administration +UZB UZB Commodities Education, Health and Other Services +UZB UZB Commodities Private Households +UZB UZB Commodities Others +UZB UZB Commodities Re-export & Re-import +VUT VUT Industries Agriculture +VUT VUT Industries Fishing +VUT VUT Industries Mining and Quarrying +VUT VUT Industries Food & Beverages +VUT VUT Industries Textiles and Wearing Apparel +VUT VUT Industries Wood and Paper +VUT VUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +VUT VUT Industries Metal Products +VUT VUT Industries Electrical and Machinery +VUT VUT Industries Transport Equipment +VUT VUT Industries Other Manufacturing +VUT VUT Industries Recycling +VUT VUT Industries Electricity, Gas and Water +VUT VUT Industries Construction +VUT VUT Industries Maintenance and Repair +VUT VUT Industries Wholesale Trade +VUT VUT Industries Retail Trade +VUT VUT Industries Hotels and Restraurants +VUT VUT Industries Transport +VUT VUT Industries Post and Telecommunications +VUT VUT Industries Finacial Intermediation and Business Activities +VUT VUT Industries Public Administration +VUT VUT Industries Education, Health and Other Services +VUT VUT Industries Private Households +VUT VUT Industries Others +VUT VUT Industries Re-export & Re-import +VEN VEN Industries Agriculture +VEN VEN Industries Fishing +VEN VEN Industries Mining and Quarrying +VEN VEN Industries Food & Beverages +VEN VEN Industries Textiles and Wearing Apparel +VEN VEN Industries Wood and Paper +VEN VEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +VEN VEN Industries Metal Products +VEN VEN Industries Electrical and Machinery +VEN VEN Industries Transport Equipment +VEN VEN Industries Other Manufacturing +VEN VEN Industries Recycling +VEN VEN Industries Electricity, Gas and Water +VEN VEN Industries Construction +VEN VEN Industries Maintenance and Repair +VEN VEN Industries Wholesale Trade +VEN VEN Industries Retail Trade +VEN VEN Industries Hotels and Restraurants +VEN VEN Industries Transport +VEN VEN Industries Post and Telecommunications +VEN VEN Industries Finacial Intermediation and Business Activities +VEN VEN Industries Public Administration +VEN VEN Industries Education, Health and Other Services +VEN VEN Industries Private Households +VEN VEN Industries Others +VEN VEN Industries Re-export & Re-import +VNM VNM Commodities Agriculture +VNM VNM Commodities Fishing +VNM VNM Commodities Mining and Quarrying +VNM VNM Commodities Food & Beverages +VNM VNM Commodities Textiles and Wearing Apparel +VNM VNM Commodities Wood and Paper +VNM VNM Commodities Petroleum, Chemical and Non-Metallic Mineral Products +VNM VNM Commodities Metal Products +VNM VNM Commodities Electrical and Machinery +VNM VNM Commodities Transport Equipment +VNM VNM Commodities Other Manufacturing +VNM VNM Commodities Recycling +VNM VNM Commodities Electricity, Gas and Water +VNM VNM Commodities Construction +VNM VNM Commodities Maintenance and Repair +VNM VNM Commodities Wholesale Trade +VNM VNM Commodities Retail Trade +VNM VNM Commodities Hotels and Restraurants +VNM VNM Commodities Transport +VNM VNM Commodities Post and Telecommunications +VNM VNM Commodities Finacial Intermediation and Business Activities +VNM VNM Commodities Public Administration +VNM VNM Commodities Education, Health and Other Services +VNM VNM Commodities Private Households +VNM VNM Commodities Others +VNM VNM Commodities Re-export & Re-import +YEM YEM Industries Agriculture +YEM YEM Industries Fishing +YEM YEM Industries Mining and Quarrying +YEM YEM Industries Food & Beverages +YEM YEM Industries Textiles and Wearing Apparel +YEM YEM Industries Wood and Paper +YEM YEM Industries Petroleum, Chemical and Non-Metallic Mineral Products +YEM YEM Industries Metal Products +YEM YEM Industries Electrical and Machinery +YEM YEM Industries Transport Equipment +YEM YEM Industries Other Manufacturing +YEM YEM Industries Recycling +YEM YEM Industries Electricity, Gas and Water +YEM YEM Industries Construction +YEM YEM Industries Maintenance and Repair +YEM YEM Industries Wholesale Trade +YEM YEM Industries Retail Trade +YEM YEM Industries Hotels and Restraurants +YEM YEM Industries Transport +YEM YEM Industries Post and Telecommunications +YEM YEM Industries Finacial Intermediation and Business Activities +YEM YEM Industries Public Administration +YEM YEM Industries Education, Health and Other Services +YEM YEM Industries Private Households +YEM YEM Industries Others +YEM YEM Industries Re-export & Re-import +ZMB ZMB Industries Agriculture +ZMB ZMB Industries Fishing +ZMB ZMB Industries Mining and Quarrying +ZMB ZMB Industries Food & Beverages +ZMB ZMB Industries Textiles and Wearing Apparel +ZMB ZMB Industries Wood and Paper +ZMB ZMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZMB ZMB Industries Metal Products +ZMB ZMB Industries Electrical and Machinery +ZMB ZMB Industries Transport Equipment +ZMB ZMB Industries Other Manufacturing +ZMB ZMB Industries Recycling +ZMB ZMB Industries Electricity, Gas and Water +ZMB ZMB Industries Construction +ZMB ZMB Industries Maintenance and Repair +ZMB ZMB Industries Wholesale Trade +ZMB ZMB Industries Retail Trade +ZMB ZMB Industries Hotels and Restraurants +ZMB ZMB Industries Transport +ZMB ZMB Industries Post and Telecommunications +ZMB ZMB Industries Finacial Intermediation and Business Activities +ZMB ZMB Industries Public Administration +ZMB ZMB Industries Education, Health and Other Services +ZMB ZMB Industries Private Households +ZMB ZMB Industries Others +ZMB ZMB Industries Re-export & Re-import +ZWE ZWE Industries Agriculture +ZWE ZWE Industries Fishing +ZWE ZWE Industries Mining and Quarrying +ZWE ZWE Industries Food & Beverages +ZWE ZWE Industries Textiles and Wearing Apparel +ZWE ZWE Industries Wood and Paper +ZWE ZWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZWE ZWE Industries Metal Products +ZWE ZWE Industries Electrical and Machinery +ZWE ZWE Industries Transport Equipment +ZWE ZWE Industries Other Manufacturing +ZWE ZWE Industries Recycling +ZWE ZWE Industries Electricity, Gas and Water +ZWE ZWE Industries Construction +ZWE ZWE Industries Maintenance and Repair +ZWE ZWE Industries Wholesale Trade +ZWE ZWE Industries Retail Trade +ZWE ZWE Industries Hotels and Restraurants +ZWE ZWE Industries Transport +ZWE ZWE Industries Post and Telecommunications +ZWE ZWE Industries Finacial Intermediation and Business Activities +ZWE ZWE Industries Public Administration +ZWE ZWE Industries Education, Health and Other Services +ZWE ZWE Industries Private Households +ZWE ZWE Industries Others +ZWE ZWE Industries Re-export & Re-import +ROW ROW Industries TOTAL diff --git a/in/eora_io_data_2015/labels_VA.txt b/in/eora_io_data_2015/labels_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..03747a660d93510ded971b3c149df314824e021e --- /dev/null +++ b/in/eora_io_data_2015/labels_VA.txt @@ -0,0 +1,6 @@ +Primary input Compensation of employees D.1 +Primary input Taxes on production D.29 +Primary input Subsidies on production D.39 +Primary input Net operating surplus B.2n +Primary input Net mixed income B.3n +Primary input Consumption of fixed capital K.1 diff --git a/in/eora_io_data_2016/Eora26_2016_bp_FD.txt b/in/eora_io_data_2016/Eora26_2016_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea22693aa897b6a26b2fc50f1b4993694bcf62b4 --- /dev/null +++ b/in/eora_io_data_2016/Eora26_2016_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb692038fff69a775f298a692a35dd030f45341c981462159f7b0702d65a1f98 +size 67237877 diff --git a/in/eora_io_data_2016/Eora26_2016_bp_Q.txt b/in/eora_io_data_2016/Eora26_2016_bp_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..0348e3b3743276d3cfb2dab5024f6241b5a78aeb --- /dev/null +++ b/in/eora_io_data_2016/Eora26_2016_bp_Q.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1b711434e57e8985b41e83a725c65cc08d204f810eaf92837d4832bd87d5c9 +size 160903003 diff --git a/in/eora_io_data_2016/Eora26_2016_bp_QY.txt b/in/eora_io_data_2016/Eora26_2016_bp_QY.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6b38c47fb67e3ea7b770e091fe1a265c357c75 --- /dev/null +++ b/in/eora_io_data_2016/Eora26_2016_bp_QY.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1da1b1e62bf04131c6df7466944d4fdedbc6961459079ec0f5440451f9fdf3 +size 37319040 diff --git a/in/eora_io_data_2016/Eora26_2016_bp_T.txt b/in/eora_io_data_2016/Eora26_2016_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..87961d67eebcbcc847489ac16053a376a54c4621 --- /dev/null +++ b/in/eora_io_data_2016/Eora26_2016_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa63cbc9964f0b68e1564b721c7ed85f07ae9e2ebba5e1ad147fa7272c67c3e +size 289886700 diff --git a/in/eora_io_data_2016/Eora26_2016_bp_VA.txt b/in/eora_io_data_2016/Eora26_2016_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..aeab8f3b60400beaf5a38a26c8cafb1ae5437d9f --- /dev/null +++ b/in/eora_io_data_2016/Eora26_2016_bp_VA.txt @@ -0,0 +1,6 @@ +2.85853e+05 7.74915e+04 7.20590e+03 1.00031e+05 3.39415e+04 1.10406e+05 1.82839e+05 1.16122e+05 3.05809e+05 7.93515e+04 4.22323e+04 2.38888e+03 5.01414e+04 1.12230e+06 1.36203e+04 3.60322e+05 3.22165e+05 1.74378e+05 1.15145e+06 1.07535e+06 8.09503e+05 2.77177e+05 5.77251e+05 4.50815e+03 2.81388e+03 4.74848e-02 2.79133e+05 4.13462e+04 4.71017e+04 2.18080e+04 2.59680e+04 3.91720e+04 4.74404e+04 4.82662e+04 1.00571e+05 2.24571e+04 1.56541e+04 4.67628e+02 1.08576e+05 6.35755e+05 1.78556e+04 3.40087e+05 2.94491e+05 1.51394e+05 2.25425e+05 1.35796e+05 5.48923e+05 2.87556e+05 3.99663e+05 5.01733e+03 6.23508e+03 3.38695e+00 9.44004e+05 1.62935e+05 1.34529e+06 7.88455e+04 5.42790e+04 1.64445e+05 2.76521e+05 2.25714e+05 7.40330e+05 2.38743e+05 9.50385e+04 7.96002e+03 1.05155e+06 7.32624e+06 1.37237e+05 3.55371e+06 2.49035e+06 1.25958e+06 2.05584e+06 2.28633e+06 2.42270e+06 2.94275e+06 4.14382e+06 2.03981e+04 6.94033e+03 9.38551e-01 2.08053e+03 3.11397e+02 2.05671e+03 4.90475e+03 2.07783e+03 7.11571e+03 9.62452e+03 9.07353e+03 1.75658e+04 4.39351e+03 2.44791e+03 1.64963e+02 7.01155e+03 9.10232e+04 1.01978e+04 1.37584e+05 1.21472e+05 6.28661e+04 3.84730e+04 4.03647e+04 2.29601e+05 1.32745e+05 1.90279e+05 4.40950e+03 2.95932e+03 1.68581e+00 1.21890e+06 1.58663e+05 2.24225e+06 3.38056e+05 1.08384e+05 3.45913e+05 5.17740e+05 3.90520e+05 1.07889e+06 3.37836e+05 1.57067e+05 1.45249e+04 1.98172e+06 8.55825e+06 2.14681e+05 4.89027e+06 4.39959e+06 2.05155e+06 1.30096e+06 1.13300e+06 3.92761e+06 2.06386e+06 3.77385e+06 3.58300e+04 1.52020e+04 1.82328e+00 2.67751e+03 5.78111e+02 3.42244e+03 2.28396e+03 1.46427e+03 3.44473e+03 4.19947e+03 4.02459e+03 4.82784e+03 1.56575e+03 1.54773e+03 1.14625e+02 1.15689e+04 8.22845e+04 8.92962e+03 6.32907e+04 6.39374e+04 3.82644e+04 3.43543e+04 3.45417e+04 7.62649e+04 4.15551e+04 7.18125e+04 3.51831e+03 1.24301e+03 2.44672e-01 1.25697e+07 3.61336e+05 5.74875e+06 5.92651e+06 2.64144e+06 2.38632e+06 5.84719e+06 2.14800e+06 2.07323e+06 1.77367e+06 8.22201e+05 6.13881e+04 4.00825e+06 8.51051e+06 6.20599e+05 8.50828e+06 1.74668e+07 6.23094e+06 7.78848e+06 3.67298e+06 3.42296e+07 1.44384e+07 2.80949e+07 1.15655e+04 3.31930e+06 6.58027e-01 2.19535e+05 2.69650e+04 4.01416e+04 3.14378e+04 2.22833e+04 3.79746e+04 7.93884e+04 9.35915e+04 1.96064e+05 5.04072e+04 2.65618e+04 2.23676e+03 1.25707e+05 5.62338e+05 1.66836e+04 2.88664e+05 3.37169e+05 8.63135e+04 1.68737e+05 1.63270e+05 5.68037e+05 3.58015e+05 5.92438e+05 6.29571e+03 8.79742e+03 1.42751e+00 3.96023e+02 2.09128e+02 2.26926e+04 4.30369e+03 1.51132e+03 6.49267e+03 3.87682e+04 3.12956e+03 4.42580e+03 1.85882e+03 2.45910e+03 3.88861e+02 3.48265e+04 1.10848e+05 2.20474e+04 1.63376e+05 1.49661e+05 2.25052e+05 9.37814e+04 5.79200e+04 2.76393e+05 2.23480e+05 3.34044e+05 1.82485e+04 5.41263e+03 3.08590e-01 8.01127e+06 5.18833e+05 1.25784e+07 1.13734e+07 5.92489e+06 1.22135e+07 1.21484e+07 1.18242e+07 1.24602e+07 1.01499e+07 4.18676e+06 2.28463e+05 5.06428e+06 4.37148e+07 1.34617e+06 3.45562e+07 2.76567e+07 2.68954e+07 2.96638e+07 1.06135e+07 1.44315e+08 4.18654e+07 1.63738e+08 1.33296e+06 5.51230e+05 2.57723e-01 1.17029e+06 3.88795e+03 9.31151e+05 3.64293e+06 1.59363e+06 4.21728e+06 6.16419e+06 6.50453e+06 1.06374e+07 2.50198e+06 1.65242e+06 7.38722e+04 4.35658e+06 1.12641e+07 3.26574e+06 9.43529e+06 1.18490e+07 7.49990e+06 1.39168e+07 3.54067e+06 2.38408e+07 1.60783e+07 3.93951e+07 7.30310e+05 1.23208e+06 4.41516e-01 1.09106e+05 1.36030e+04 4.75572e+05 3.44522e+04 2.09159e+04 4.51469e+04 1.15836e+05 6.90263e+04 1.40158e+05 3.39308e+04 1.75397e+04 1.22235e+03 6.03827e+05 1.81231e+06 3.62030e+04 7.40080e+05 5.89272e+05 3.26367e+05 5.23613e+05 4.05151e+05 6.56118e+05 1.94486e+05 3.14644e+05 4.04073e+03 2.05336e+03 6.49961e+02 1.36652e+04 5.12674e+03 2.14523e+04 6.83345e+04 7.80846e+03 2.06532e+04 4.84479e+04 2.26262e+04 7.09097e+04 2.01423e+04 1.11954e+04 7.78813e+02 6.00160e+04 4.71925e+05 2.58638e+04 4.87427e+05 4.97645e+05 2.79068e+05 2.55200e+05 2.11367e+05 8.31531e+05 5.06056e+05 8.37634e+05 1.25602e+04 4.76224e+03 2.88218e-02 8.09413e+03 3.14641e+03 2.24191e+05 1.07283e+05 1.21726e+05 1.55742e+05 5.77036e+05 6.40641e+05 3.41994e+05 8.70998e+04 5.63736e+04 9.54554e+03 3.82168e+05 1.42619e+06 3.26010e+04 4.21073e+05 3.11114e+05 2.58699e+05 6.86076e+05 3.21342e+05 1.52712e+06 1.42736e+06 1.75350e+06 4.66593e+04 1.57834e+04 2.40806e+00 3.74649e+06 4.99166e+05 2.57361e+05 1.16035e+06 2.05589e+06 1.44203e+06 2.91952e+06 1.79077e+06 5.37027e+06 1.47109e+06 7.54699e+05 5.01607e+04 1.03888e+06 9.79732e+06 2.88555e+05 6.25923e+06 5.83241e+06 3.24651e+06 5.52663e+06 4.96711e+06 1.03556e+07 4.96267e+06 1.00537e+07 1.20114e+05 5.40406e+04 1.08213e+00 8.09442e+03 1.71671e+03 7.46903e+03 1.33517e+04 5.96984e+03 1.54261e+04 2.02658e+04 1.65845e+04 3.75773e+04 7.74003e+03 6.17367e+03 6.14781e+02 1.63110e+04 1.56319e+05 1.84038e+04 2.03955e+05 2.09727e+05 1.21596e+05 1.51334e+05 1.13780e+05 3.27713e+05 1.53218e+05 2.78686e+05 9.70152e+03 3.40840e+03 4.64126e-01 7.02873e+05 1.61903e+05 2.05021e+05 8.38185e+05 3.04479e+05 4.24897e+05 1.68268e+06 8.02207e+05 1.85581e+06 6.81430e+04 4.72679e+04 1.92588e+03 6.15711e+05 8.72337e+05 5.24056e+04 1.32114e+06 1.82237e+06 2.61976e+05 2.30895e+06 5.82174e+05 1.38750e+06 1.63337e+06 2.92006e+06 1.30842e+05 2.19210e+05 5.39051e+05 3.82742e+05 3.40706e+04 3.02077e+05 4.08280e+06 2.10584e+06 3.26876e+06 9.42414e+06 5.68749e+06 6.17863e+06 3.67964e+06 8.88694e+05 1.99607e+05 3.40274e+06 1.18891e+07 3.37901e+06 1.40028e+07 1.04874e+07 3.45942e+06 1.74171e+07 8.26216e+06 3.73538e+07 3.31788e+07 5.72487e+07 1.69264e+06 5.47895e+05 2.96629e-01 1.95476e+04 7.99571e+03 6.06847e+03 1.31749e+04 2.77339e+03 6.07445e+03 6.64432e+03 5.99196e+03 1.21981e+04 4.12140e+03 2.36791e+03 1.97352e+02 8.21104e+03 3.83252e+04 1.02153e+04 7.05995e+04 8.44228e+04 3.65524e+04 3.37632e+04 3.87411e+04 7.17166e+04 6.27170e+04 1.16563e+05 2.90352e+03 8.17807e+02 6.25001e-01 2.09260e+05 3.81732e+04 5.50341e+03 3.18158e+04 1.92664e+04 4.66481e+04 9.48322e+04 6.09421e+04 1.57749e+05 4.36151e+04 2.11844e+04 1.60414e+03 2.00981e+04 3.68880e+05 1.43437e+04 2.29202e+05 2.68617e+05 1.04980e+05 2.30489e+05 1.90171e+05 2.96045e+05 2.19530e+05 3.18971e+05 1.15216e+03 2.06779e+03 1.83146e+00 1.24615e+04 2.07641e+03 1.54906e+02 5.71854e+03 9.68529e+02 2.20642e+03 5.03539e+03 2.87664e+03 8.14628e+03 3.11620e+03 1.64843e+03 1.35331e+02 3.12085e+04 1.58943e+05 1.90843e+04 1.29411e+05 1.33844e+05 2.15980e+05 1.51828e+05 3.97634e+04 7.57161e+05 8.88627e+05 1.08425e+06 9.95865e+04 3.15182e+04 1.25631e+00 1.89311e+05 4.72251e+04 3.13979e+04 1.26059e+04 4.34542e+03 1.08084e+04 2.66595e+04 2.79398e+04 4.92059e+04 1.19240e+04 5.22472e+03 1.31757e+02 2.42514e+05 3.20767e+05 5.13636e+03 6.92046e+04 6.15599e+04 6.45375e+04 1.08321e+05 6.73622e+04 1.25752e+05 9.53876e+04 1.31741e+05 3.85929e+03 1.16630e+03 6.16857e-01 1.47904e+06 6.59558e+04 1.30770e+06 7.26130e+05 2.35764e+05 1.96708e+05 5.83271e+05 2.80642e+04 8.18387e+04 8.94992e+03 3.63707e+04 1.35499e+04 2.79161e+05 4.42514e+05 2.13345e+04 2.74978e+05 6.11589e+05 3.90190e+05 9.80225e+05 3.55401e+05 1.51859e+06 1.40075e+06 4.72180e+05 8.21607e+04 3.97864e+05 3.88270e+01 1.25434e+05 3.77676e+04 7.12133e+04 6.21035e+04 9.64473e+04 1.23724e+05 1.46925e+05 1.38549e+05 2.83226e+05 6.86511e+04 4.22314e+04 4.24472e+03 1.53765e+05 4.08090e+05 3.63379e+04 6.00994e+05 4.90529e+05 2.55141e+05 3.47397e+05 2.90760e+05 9.09452e+05 5.12834e+05 7.15136e+05 1.41430e+04 5.82953e+03 1.89717e+00 2.04344e+04 5.44065e+03 6.16220e+04 3.86404e+04 1.78719e+04 4.09866e+04 3.94470e+04 3.89090e+04 9.16299e+04 2.65142e+04 3.58025e+04 9.96576e+02 1.82452e+05 4.54745e+05 2.37714e+04 2.94405e+05 2.47038e+05 2.18961e+05 1.76347e+05 1.30552e+05 4.77107e+05 6.92359e+05 1.04915e+06 2.84030e+04 8.68824e+03 1.70140e+00 2.81761e+07 6.41864e+06 5.98482e+06 1.85498e+07 1.15562e+07 1.14374e+07 2.88723e+07 1.57359e+07 2.76864e+07 1.83935e+07 2.92712e+06 1.09050e+06 1.06084e+07 2.24532e+07 1.64463e+06 2.11974e+07 4.71460e+07 2.73302e+07 2.80245e+07 2.05361e+07 9.41942e+07 1.42602e+08 1.21888e+08 1.10708e+05 3.17732e+07 1.43431e+00 3.39547e+02 3.98357e+01 1.01143e+03 1.21898e+03 7.48832e+02 1.83610e+03 2.40084e+03 2.22332e+03 3.84203e+03 1.21143e+03 9.85031e+02 3.87428e+01 3.28234e+03 2.43160e+04 6.27648e+03 4.50347e+04 4.37263e+04 2.43622e+04 2.54675e+04 2.25374e+04 9.49537e+04 8.29784e+04 1.27369e+05 7.15292e+03 2.45319e+03 3.22689e-01 1.78832e+04 2.04739e+03 5.04548e+05 3.26763e+04 2.63032e+04 6.06598e+04 9.30530e+04 7.55831e+04 2.41573e+05 6.35558e+04 2.92716e+04 1.30645e+03 3.87095e+05 1.75769e+05 9.97668e+03 2.50721e+05 1.25922e+05 8.72838e+04 1.12452e+05 1.11842e+05 5.24707e+05 4.04844e+05 5.90312e+05 4.66345e+03 1.63963e+03 6.61332e-01 2.25444e+05 3.38674e+04 5.40091e+04 2.82215e+05 2.32735e+05 2.86288e+05 5.30922e+05 5.04628e+05 9.39921e+05 1.79158e+05 1.05735e+05 9.01189e+03 5.84843e+05 1.10212e+06 5.98897e+04 1.55818e+06 9.68322e+05 1.20663e+06 1.80674e+06 7.51651e+05 2.39179e+06 1.59264e+06 2.21853e+06 3.45437e+04 2.43649e+04 8.47034e+01 1.49404e+05 2.43426e+04 1.94680e+04 4.22863e+04 2.04139e+04 3.90351e+04 7.57962e+04 4.44017e+04 1.28573e+05 3.81867e+04 1.90024e+04 8.08207e+02 1.10011e+05 2.22619e+05 9.09885e+03 1.99760e+05 2.35822e+05 1.23114e+05 7.75891e+04 8.28590e+04 2.82150e+05 2.44401e+05 4.01051e+05 2.96034e+03 1.26392e+03 1.21363e+00 8.05723e+04 5.12836e+04 1.94985e+03 7.71635e+03 9.92926e+03 1.76654e+04 3.36052e+04 2.75974e+04 4.11146e+04 1.54399e+04 1.11994e+04 1.08205e+03 4.81215e+03 6.83368e+04 2.53608e+03 4.00595e+04 3.57284e+04 1.43475e+04 2.96440e+04 2.81368e+04 1.53762e+05 7.14625e+04 1.27062e+05 2.13670e+03 1.29897e+03 3.07027e-01 5.88325e+05 8.97531e+04 1.70064e+04 1.09501e+05 4.86090e+05 1.63806e+05 1.68245e+05 1.09722e+05 2.92922e+05 8.31109e+04 5.41570e+04 7.02550e+03 6.62804e+04 1.37660e+06 4.87976e+04 5.59787e+05 5.71310e+05 3.08815e+05 4.22206e+05 3.48668e+05 6.48034e+05 1.98881e+05 4.24224e+05 1.24844e+04 4.90583e+03 2.57724e+00 5.85334e+05 8.31875e+04 1.18131e+05 2.20149e+05 8.32148e+04 3.25094e+05 3.53541e+05 2.46539e+05 7.10101e+05 2.02871e+05 1.04181e+05 1.14108e+04 1.89766e+05 1.02407e+06 7.33794e+04 1.29722e+06 1.28694e+06 7.83629e+05 7.07290e+05 5.67655e+05 1.51079e+06 5.88328e+05 9.81497e+05 1.40847e+04 7.59297e+03 1.42223e+00 9.08889e+06 1.33364e+06 1.11540e+07 1.11570e+07 5.28344e+06 1.89286e+07 1.70685e+07 1.71240e+07 2.59239e+07 1.44393e+07 1.16417e+07 1.73522e+06 4.95185e+06 8.66560e+07 2.23511e+06 2.88081e+07 6.40731e+07 3.22843e+07 5.46887e+07 7.26504e+06 1.59563e+08 6.35651e+07 1.35949e+08 9.73056e+03 2.79267e+06 2.39793e-01 1.33936e+04 6.25418e+03 3.30238e+03 3.42472e+03 2.65137e+03 5.39035e+03 7.13206e+03 6.40696e+03 2.00658e+04 4.05634e+03 2.22263e+03 1.31264e+02 7.94565e+03 8.14789e+04 5.07573e+03 5.69823e+04 4.93992e+04 2.74737e+04 5.40542e+04 5.20956e+04 9.41425e+04 4.53446e+04 7.08034e+04 3.93969e+03 1.68837e+03 9.16122e-01 2.58554e+03 3.46970e+02 5.02241e+03 2.37760e+03 6.02708e+02 1.74390e+03 2.82630e+03 1.89745e+03 5.62423e+03 3.62566e+03 7.62622e+02 4.26166e+01 1.72957e+04 1.06131e+05 6.19059e+03 9.98729e+04 9.22764e+04 6.92129e+04 8.40746e+04 5.85793e+04 4.90517e+05 3.19567e+05 5.15090e+05 8.15640e+03 3.64828e+03 9.96166e-02 4.70292e+04 1.93630e+04 3.57614e+03 1.20124e+04 6.65035e+03 1.71986e+04 2.68865e+04 1.95084e+04 4.90477e+04 1.48146e+04 8.51759e+03 5.46730e+02 8.09991e+03 3.40442e+04 3.55065e+03 6.71878e+04 6.08928e+04 3.28549e+04 1.82015e+04 1.51900e+04 7.30623e+04 2.96256e+04 5.43677e+04 7.31640e+02 3.72072e+02 6.39455e-03 4.32638e+05 8.56005e+04 4.86252e+04 5.27699e+04 1.83725e+04 4.70624e+04 8.15197e+04 5.38138e+04 1.39872e+05 4.10638e+04 2.16554e+04 1.78828e+03 2.60419e+05 8.97039e+04 2.92738e+04 4.05114e+05 3.75786e+05 2.29800e+05 1.96119e+05 1.54522e+05 4.01309e+05 8.46652e+04 2.14494e+05 4.03465e+03 1.38335e+03 1.67959e+00 3.50095e+06 8.22345e+05 5.44127e+06 4.42657e+06 2.18557e+06 1.44582e+06 2.32043e+06 9.54622e+05 6.83093e+05 3.00922e+05 6.55265e+05 1.32429e+04 9.25498e+05 1.19646e+07 3.96667e+05 5.11259e+06 1.13711e+07 3.40214e+06 6.14721e+06 1.54366e+06 1.53821e+07 1.02299e+07 1.82374e+07 7.15893e+03 2.05461e+06 4.16981e-01 7.01524e+08 7.16982e+07 1.33062e+08 1.09163e+08 1.68209e+08 8.52541e+07 3.03817e+08 2.07530e+08 4.36451e+08 1.18219e+08 5.92912e+07 1.19046e+00 5.39494e+07 4.29965e+08 8.32183e+06 1.07259e+08 2.38559e+08 9.61089e+07 2.46627e+08 5.28384e+07 4.19411e+08 3.81286e+07 5.43958e+08 1.91949e+06 3.41966e+08 5.60238e+00 3.11900e+06 1.19771e+05 1.35676e+06 5.51217e+06 2.50737e+06 1.62829e+06 6.83536e+06 1.70743e+06 1.61068e+06 5.46286e+05 7.16219e+05 4.46733e+04 1.86761e+06 5.82037e+06 3.23653e+05 4.17153e+06 9.27807e+06 1.22174e+06 3.91331e+06 3.21772e+06 4.21221e+06 4.88160e+07 7.60334e+06 1.28034e+06 7.51982e+05 2.38893e-01 9.35009e+04 3.40772e+04 2.76966e+05 2.21639e+04 1.27851e+04 4.26552e+04 5.77312e+04 5.71924e+04 1.88363e+05 4.25172e+04 2.14124e+04 1.32019e+03 1.63305e+05 4.09236e+05 1.71333e+04 3.90053e+05 2.28849e+05 1.23748e+05 2.91213e+05 2.45039e+05 4.49477e+05 2.29848e+05 2.68348e+05 3.93192e+03 2.62196e+03 8.17123e-01 3.91187e+05 7.55466e+04 8.15166e+04 3.11040e+05 2.22117e+05 3.53925e+05 6.05246e+05 3.73559e+05 1.25330e+06 2.33911e+05 1.29306e+05 7.74219e+03 3.49791e+05 1.97188e+06 7.52678e+04 1.79412e+06 1.69790e+06 8.45227e+05 1.49893e+06 1.29599e+06 4.76407e+06 3.08811e+06 4.24279e+06 5.82558e+04 3.32138e+04 1.19829e+01 3.06815e+05 7.07536e+04 1.52635e+05 2.08895e+05 3.18800e+05 4.32698e+05 8.25811e+05 4.46211e+05 1.21044e+06 2.55851e+05 1.76616e+05 9.53518e+03 4.73218e+05 1.51026e+06 1.14148e+05 2.43970e+06 1.94263e+06 9.59053e+05 1.13191e+06 1.14916e+06 3.68643e+06 2.30506e+06 3.36607e+06 5.70206e+04 2.15069e+04 1.96575e+00 4.01562e+05 1.45384e+05 1.22471e+05 1.12679e+06 1.64221e+05 4.86852e+05 8.15850e+05 9.85008e+05 1.24510e+06 3.74754e+05 1.91739e+05 2.89572e+04 2.50764e+05 3.94161e+06 2.24146e+05 4.07398e+06 4.10536e+06 2.64659e+06 2.46786e+06 1.67046e+06 5.31675e+06 4.12074e+06 5.13959e+06 9.11389e+04 3.73404e+04 3.13742e+00 3.20066e+04 6.26235e+03 2.53539e+04 1.14257e+05 4.21015e+04 1.23654e+05 1.88569e+05 1.18385e+05 3.46420e+05 9.37175e+04 5.06985e+04 4.47378e+03 7.41668e+04 5.15040e+05 2.43963e+04 4.93357e+05 5.04718e+05 2.32782e+05 3.21844e+05 3.07992e+05 1.34053e+06 8.58672e+05 1.49519e+06 2.65284e+04 9.62659e+03 4.28314e-01 1.65263e+06 2.20574e+04 1.42712e+06 1.59976e+06 1.39320e+06 1.30114e+06 3.01368e+06 3.09583e+06 4.36175e+06 1.77313e+06 8.00787e+05 7.85542e+04 1.52692e+06 3.48894e+06 5.76135e+05 2.52987e+06 2.62918e+06 7.93834e+05 3.92247e+06 1.42513e+06 8.45728e+06 5.00564e+06 9.39584e+06 6.05996e+04 1.35785e+05 3.30601e+00 4.57706e+05 3.77040e+04 4.82748e+04 1.57228e+05 5.33750e+04 1.62985e+05 1.93813e+05 9.87769e+04 3.33659e+05 1.04716e+05 5.34277e+04 5.54589e+03 2.28352e+05 7.29874e+05 2.64825e+04 5.18734e+05 4.74161e+05 2.93150e+05 4.14494e+05 2.91476e+05 8.41632e+05 3.90261e+05 6.90934e+05 8.74415e+03 4.07767e+03 3.99050e+00 4.05238e+05 7.96399e+04 7.09616e+04 3.15203e+05 6.82680e+04 1.50534e+05 3.06893e+05 3.13447e+04 2.87319e+05 1.56610e+05 8.25845e+04 1.03131e+04 5.21060e+05 7.69428e+05 4.88113e+03 1.09529e+05 1.35669e+05 6.34130e+04 5.75732e+04 7.47278e+04 9.57357e+05 1.36263e+05 6.97691e+05 3.03778e+03 3.71872e+03 3.95359e-05 9.34294e+05 1.79703e+05 6.87134e+05 3.34414e+05 1.25561e+05 4.25340e+05 4.79050e+05 4.89771e+05 1.21099e+06 2.80494e+05 1.78548e+05 1.85280e+04 9.27640e+05 2.86764e+05 5.67999e+04 1.06626e+06 9.26425e+05 5.11739e+05 1.04073e+06 8.35496e+05 1.58334e+06 3.76053e+05 7.34242e+05 9.86059e+03 5.34826e+03 3.17052e+00 6.97276e+05 1.96299e+05 2.09425e+05 4.64933e+06 7.11445e+05 3.42582e+06 4.91038e+06 3.37242e+06 9.87740e+06 1.75932e+06 1.80799e+06 3.58018e+04 7.62284e+05 1.07050e+07 2.68940e+06 1.13272e+07 5.06390e+06 3.16025e+06 1.19527e+07 4.60270e+06 2.66360e+07 2.90656e+07 2.72800e+07 3.38226e+05 3.17547e+05 6.33695e-01 3.88871e+03 5.84453e+02 4.92792e+03 4.04748e+03 2.24454e+03 4.48725e+03 5.96345e+03 5.09411e+03 9.51692e+03 2.90681e+03 2.19516e+03 1.46155e+02 1.77454e+04 5.79988e+04 2.03633e+04 1.46429e+05 1.49310e+05 8.56191e+04 1.28742e+05 1.43707e+05 1.06756e+05 7.53664e+04 1.10864e+05 4.19479e+03 1.04662e+03 2.10490e-01 3.90946e+05 5.50333e+04 1.07914e+05 3.31050e+05 5.98587e+05 3.44415e+05 5.57556e+05 5.04273e+05 1.46143e+06 2.32435e+05 1.93969e+05 1.18633e+04 4.20650e+05 4.29232e+06 1.22946e+05 2.51488e+06 2.42418e+06 1.33837e+06 1.76640e+06 1.39602e+06 3.59528e+06 2.05906e+06 3.07613e+06 4.01355e+04 2.10123e+04 3.32099e+00 1.51868e+06 1.26369e+05 2.22360e+05 9.75862e+05 4.03507e+05 6.17934e+05 1.41853e+06 5.76577e+05 7.70788e+05 3.28051e+05 1.84665e+04 6.87969e+03 1.53437e+05 1.91295e+06 1.52121e+04 1.96068e+05 4.36081e+05 5.72611e+05 2.85811e+05 2.65261e+05 2.46600e+06 5.30960e+06 5.55504e+06 4.44918e+05 3.13698e+05 7.88236e-01 2.22028e+06 3.41392e+05 6.31806e+05 1.21341e+06 7.66978e+05 1.39706e+06 2.33760e+06 1.47935e+06 4.36720e+06 1.20196e+06 6.33167e+05 5.04154e+04 2.72599e+06 6.26951e+06 2.48630e+05 5.55716e+06 5.02464e+06 2.98354e+06 3.70799e+06 3.36397e+06 8.44761e+06 4.10300e+06 7.39625e+06 7.96169e+04 4.29175e+04 1.64188e+00 1.48505e+05 2.46732e+04 3.02291e+04 1.62559e+05 2.78943e+05 1.64685e+05 2.79326e+05 1.76025e+05 4.52583e+05 1.19233e+05 7.27926e+04 5.42609e+03 1.37357e+05 7.44654e+05 3.46148e+04 6.90752e+05 6.61324e+05 4.11213e+05 4.73806e+05 4.35612e+05 1.33591e+06 7.17924e+05 1.34735e+06 1.62912e+04 7.28044e+03 1.19069e+03 8.99716e+04 2.91310e+04 6.22731e+03 1.33979e+04 7.11599e+03 1.65539e+04 2.57608e+04 1.88256e+04 4.10891e+04 1.20919e+04 6.86910e+03 5.40740e+02 1.14189e+04 4.73126e+05 1.56270e+04 1.96952e+05 2.00918e+05 1.05206e+05 1.47585e+05 1.43825e+05 2.11456e+05 1.39511e+05 2.04625e+05 4.11916e+03 1.47814e+03 1.07718e-01 2.42850e+05 1.50218e+04 2.06809e+05 3.31116e+05 3.53129e+05 3.33646e+05 2.36807e+05 1.86823e+05 2.67932e+05 1.25313e+05 1.59912e+05 1.18483e+04 3.59065e+05 6.45713e+05 2.15368e+05 5.46766e+05 6.81397e+05 1.77010e+05 8.55353e+05 2.46494e+05 1.45689e+06 1.07426e+06 2.02212e+06 6.17783e-01 3.36866e+04 1.07508e+00 3.08206e+06 1.71530e+06 8.20133e+04 1.30209e+05 1.23113e+05 7.82983e+04 6.63286e+04 7.80446e+04 5.84099e+04 7.26920e+04 8.64521e+04 9.86380e+04 7.44835e+04 1.95989e+06 5.83709e+05 5.58117e+05 6.07338e+05 6.25718e+05 3.44958e+05 2.93811e+05 3.98729e+05 4.88619e+05 5.01347e+05 5.18881e+05 5.41484e+05 3.00627e+04 3.90824e+04 4.82540e+04 5.00542e+03 2.83250e+04 1.71423e+04 3.77929e+04 3.29086e+04 2.87968e+04 5.02013e+04 1.45970e+04 1.20293e+04 8.37626e+02 1.90439e+04 7.21973e+04 1.15056e+04 1.37223e+05 1.12124e+05 6.57582e+04 1.28525e+05 1.19498e+05 1.92835e+05 1.32363e+05 2.01218e+05 5.02659e+03 1.87328e+03 4.31689e+00 1.15355e+06 1.80067e+04 5.65222e+05 1.42886e+06 5.60859e+05 4.03261e+06 2.45032e+06 2.45153e+06 5.84858e+06 1.28144e+06 4.72224e+05 2.80674e+04 1.99274e+06 9.67384e+06 1.79227e+06 5.20127e+06 4.85826e+06 2.51685e+06 5.97923e+06 2.14909e+06 1.62495e+07 1.01211e+07 3.36150e+07 1.25754e+05 3.01361e+05 3.05262e-01 9.26598e+06 7.39985e+05 6.63204e+06 1.88092e+07 8.89402e+06 1.90753e+07 3.10917e+07 2.92045e+07 4.26378e+07 1.65314e+07 5.36615e+06 9.81294e+05 2.65487e+07 8.13138e+07 2.21478e+07 7.18093e+07 6.91053e+07 3.97011e+07 1.14906e+08 4.04693e+07 3.11299e+08 1.58280e+08 3.24743e+08 1.14227e+07 4.92597e+06 2.72181e-01 1.72575e+04 6.77991e+03 8.59871e+03 1.01020e+04 5.74598e+03 2.01780e+04 2.39194e+04 2.29619e+04 3.12789e+04 8.32932e+03 1.22350e+04 6.84233e+02 1.96775e+04 1.16626e+05 1.38618e+04 1.36186e+05 1.28666e+05 7.42850e+04 1.49146e+05 1.14253e+05 4.63872e+05 2.99191e+05 4.20045e+05 1.18098e+04 4.92389e+03 5.11231e-01 8.26150e+04 1.96001e+04 5.19431e+05 3.25570e+04 2.07058e+04 6.19564e+04 9.46191e+04 8.34663e+04 1.50726e+05 3.44670e+04 2.32683e+04 2.61178e+03 2.76815e+05 5.13948e+05 1.27230e+04 2.61581e+05 1.52380e+05 7.84344e+04 2.45648e+05 1.73143e+05 9.42610e+05 2.57072e+05 3.80897e+05 6.94940e+03 4.32974e+03 2.95344e-01 3.65988e+04 1.05986e+04 1.82789e+03 5.97753e+03 2.03382e+03 5.93848e+03 1.10571e+04 6.99385e+03 1.92684e+04 4.89892e+03 2.39552e+03 1.08948e+02 7.79049e+03 1.09451e+05 5.20775e+03 1.05048e+05 9.83285e+04 5.35335e+04 2.27476e+04 2.66548e+04 1.02251e+05 3.13232e+04 7.07786e+04 5.26468e+02 2.80330e+02 2.01842e-02 3.47402e+05 1.74468e+03 5.38310e+04 2.14832e+05 7.58498e+04 1.89490e+04 1.30990e+05 5.05976e+04 6.81755e+04 7.45570e+03 1.28895e+04 4.80198e+03 1.20327e+05 3.59499e+05 1.35358e+04 1.86494e+05 3.80380e+05 1.32546e+05 4.07017e+05 1.61302e+05 4.28848e+05 4.01040e+05 3.61558e+05 1.36584e+05 1.05390e+05 1.29137e-01 1.03861e+07 7.41570e+04 1.38328e+07 3.16818e+07 8.12328e+06 2.84200e+07 6.96038e+07 6.32185e+07 1.51657e+08 7.30651e+07 1.72527e+07 8.18489e+05 3.51579e+07 9.68744e+07 3.43219e+06 8.64243e+07 7.15809e+07 3.44304e+07 1.40598e+08 3.11015e+07 2.76860e+08 1.60219e+08 3.86323e+08 4.16193e+04 1.19447e+07 3.58148e-01 1.44500e+06 1.37665e+05 2.39235e+05 3.75613e+05 1.09325e+05 4.32088e+05 4.32530e+05 2.78332e+05 8.21926e+05 2.45393e+05 1.22447e+05 1.34530e+04 9.16258e+05 2.54131e+06 9.74201e+04 1.73550e+06 1.87659e+06 9.58553e+05 1.10606e+06 9.58934e+05 1.91070e+06 5.11865e+05 1.26863e+06 1.45000e+04 6.23317e+03 6.53385e+00 8.28856e+05 9.68834e+04 7.34267e+05 2.24629e+06 1.25447e+06 8.00903e+05 1.71891e+06 8.98030e+05 8.70371e+05 4.62688e+05 3.77955e+05 3.73161e+03 1.71011e+06 1.10350e+06 7.07935e+05 2.83621e+06 2.76498e+06 1.33491e+06 6.56562e+06 2.26019e+06 8.10772e+06 1.35127e+07 1.34701e+07 9.68503e+05 8.38683e+05 8.38645e-01 6.08244e+04 2.20309e+05 2.79158e+03 9.80418e+04 6.32424e+03 8.71546e+03 2.10324e+03 3.00869e+03 5.62630e+03 6.15295e+02 1.06373e+03 3.96292e+02 4.69199e+04 2.50562e+05 3.32342e+03 7.90530e+04 7.22563e+04 3.75448e+04 1.50404e+05 2.78151e+04 1.26497e+05 3.46829e+05 3.37048e+05 1.72680e+02 4.95591e+04 5.71882e-01 8.47236e+05 1.15800e+05 1.27394e+05 5.63343e+05 4.65440e+05 5.38341e+05 1.03213e+06 5.76147e+05 1.63749e+06 4.75370e+05 2.52293e+05 1.81884e+04 4.24809e+05 1.62451e+06 1.67357e+05 3.65985e+06 3.80826e+06 1.97517e+06 1.28778e+06 1.14209e+06 2.78956e+06 1.43973e+06 2.78056e+06 3.40965e+04 1.20382e+04 1.44612e+00 1.72527e+05 5.36350e+04 1.06378e+05 5.95995e+04 2.27034e+04 4.41550e+04 6.82597e+04 4.58604e+04 1.34529e+05 4.14869e+04 2.50283e+04 3.35891e+03 1.11302e+05 2.74740e+05 2.69119e+04 3.38614e+05 3.52178e+05 2.31210e+05 9.57171e+04 8.87401e+04 3.13257e+05 1.21751e+05 2.19008e+05 3.11535e+03 1.48307e+03 6.46507e-01 1.51655e+05 1.46026e+04 1.48440e+05 3.16082e+05 8.77338e+04 5.25742e+05 7.77466e+05 6.40968e+05 9.08236e+05 1.78652e+05 1.19166e+05 3.62091e+03 3.03564e+05 1.44795e+06 6.34316e+04 3.87760e+06 1.05138e+06 4.89019e+05 1.20609e+06 7.32777e+05 8.69554e+06 6.08964e+05 1.63349e+06 1.03726e+04 1.26285e+04 8.25642e-05 1.29923e+05 4.61796e+04 6.38384e+03 2.74013e+04 3.47437e+04 3.40483e+04 4.99017e+04 3.51569e+04 6.94367e+04 1.86317e+04 1.41103e+04 1.75192e+03 1.52303e+04 1.07030e+06 3.00013e+04 3.80016e+05 4.13222e+05 2.40756e+05 2.37250e+05 2.14994e+05 1.84388e+05 2.75569e+04 9.84175e+04 2.55335e+03 1.12142e+03 2.23811e-01 3.96558e+05 6.41424e+04 4.03925e+04 1.45917e+05 2.89857e+05 1.99652e+05 3.30044e+05 1.97117e+05 5.13418e+05 1.26640e+05 9.69066e+04 6.29471e+03 1.32501e+05 7.66918e+05 4.67996e+04 8.37830e+05 8.07281e+05 3.90001e+05 4.24198e+05 3.87537e+05 1.29444e+06 8.08523e+05 1.14772e+06 1.91108e+04 1.55377e+04 2.33138e+00 6.23095e+04 4.84933e+03 5.16540e+04 2.05531e+06 2.34387e+07 2.94734e+06 3.87220e+06 2.79060e+06 3.77009e+07 2.65166e+06 2.35742e+06 8.78255e+05 7.29589e+05 8.40107e+06 6.38202e+05 8.22572e+06 1.82951e+07 8.50937e+05 5.24744e+06 3.37782e+05 6.10906e+06 5.50270e+06 7.49034e+06 2.41273e+04 6.92452e+06 2.11235e-01 2.19592e+06 3.19950e+04 1.47617e+05 2.00828e+06 1.53392e+06 1.06301e+06 3.08255e+06 1.57466e+06 3.97737e+06 8.49550e+05 2.83630e+05 3.24485e+04 1.42788e+06 1.70155e+06 5.68271e+05 2.07026e+06 3.47692e+06 9.65778e+05 4.62274e+06 1.89478e+06 6.61135e+06 5.85174e+06 9.21134e+06 2.17468e+00 1.54468e+05 7.94816e-02 1.97056e+05 1.48446e+05 1.57507e+04 3.83119e+05 3.40018e+04 1.08886e+05 1.50677e+05 1.96194e+05 3.76926e+05 4.96856e+04 3.11836e+04 4.29895e+03 3.33394e+05 9.96134e+05 3.65452e+04 6.45436e+05 5.02778e+05 7.36987e+05 1.19618e+06 3.81160e+05 1.65405e+06 1.57443e+06 2.46545e+06 4.93995e+04 1.91463e+04 1.09418e+00 1.22041e+08 4.93764e+06 1.96463e+07 2.29652e+07 1.19238e+07 7.76619e+06 4.48150e+07 2.26860e+07 2.09004e+07 7.04399e+06 4.65268e+06 3.66926e+06 1.46423e+07 5.65659e+07 1.71957e+06 2.21633e+07 4.92942e+07 6.15129e+06 6.20769e+07 1.42051e+07 1.19098e+08 3.55262e+07 2.24358e+07 3.90438e+04 1.12056e+07 1.49982e+00 2.57121e+07 2.70493e+06 1.10248e+07 2.05873e+07 5.36560e+06 5.05309e+06 1.13715e+07 3.18313e+06 4.45615e+06 7.32972e+06 5.14351e+05 8.92353e+04 1.87745e+06 4.45874e+07 5.73891e+05 7.39681e+06 1.64515e+07 1.19103e+07 2.60574e+07 1.49161e+06 2.22786e+07 7.40908e+04 2.75531e+07 1.07240e+05 3.07780e+07 1.56148e-01 1.55445e+06 2.52184e+05 2.29193e+06 1.73415e+06 1.78489e+06 9.31249e+05 2.60540e+06 2.60794e+06 2.20216e+06 7.67574e+05 2.59457e+05 8.14630e+03 3.35745e+06 1.12882e+07 6.81894e+04 8.78886e+05 1.95476e+06 4.46802e+06 6.82116e+06 3.54833e+06 8.48458e+06 1.68565e+07 2.79244e+07 8.06517e+02 2.31470e+05 1.33926e+00 5.81809e+04 1.79525e+04 5.64924e+05 8.53973e+04 2.43600e+04 5.02470e+04 7.77720e+04 5.33218e+04 1.54544e+05 7.35571e+04 2.94616e+04 5.93753e+03 3.05756e+05 9.64765e+05 3.14704e+04 4.38783e+05 4.29325e+05 2.45123e+05 6.02794e+05 4.33711e+05 7.16517e+05 1.02153e+06 1.20765e+06 5.58670e+03 5.67482e+03 4.29978e-01 9.70287e+05 2.58936e-01 5.82433e+05 6.14949e+06 1.12450e+06 2.46465e+06 5.86863e+06 2.30647e+06 1.09181e+07 1.59225e+06 5.71604e+05 4.76500e+04 1.77772e+06 4.38293e+06 1.58045e+06 3.05211e+06 8.93523e+06 3.70674e+06 1.46555e+07 8.62253e+06 1.92061e+07 8.88421e+06 2.67602e+07 2.86011e+05 5.08290e+05 4.45907e-03 2.35344e+06 6.77964e+04 7.78782e+05 5.89916e+06 1.21754e+06 1.08205e+06 5.00639e+06 2.51901e+06 9.61111e+06 1.98074e+06 2.57951e+06 2.42967e+06 1.62794e+06 1.03660e+07 3.70709e+05 4.77803e+06 1.06270e+07 5.15163e+06 1.53042e+07 2.68998e+06 1.85860e+07 1.65673e+07 3.19610e+07 6.40917e+03 1.83943e+06 2.12562e+00 1.54062e+07 7.14686e+05 4.57215e+06 1.28926e+07 1.43063e+07 9.98888e+06 2.30417e+07 1.91624e+07 2.76826e+07 7.03453e+06 4.72861e+06 8.55770e+05 1.63599e+07 3.09857e+07 1.08808e+07 3.48042e+07 4.02664e+07 2.72048e+07 5.17740e+07 1.61136e+07 2.00942e+08 4.61997e+07 1.05812e+08 9.26917e+06 6.29784e+06 5.48530e-01 1.36027e+05 2.05933e+04 3.19890e+04 7.84943e+04 2.99176e+04 6.15022e+04 1.01553e+05 9.81531e+04 1.47734e+05 4.07858e+04 2.25288e+04 1.73841e+03 1.41424e+05 6.70252e+05 3.78163e+04 7.82999e+05 5.64024e+05 3.85423e+05 2.87982e+05 2.61988e+05 1.00021e+06 4.12196e+05 6.92674e+05 2.59585e+02 3.98754e+03 1.80616e-01 4.10042e+06 1.75238e+06 2.47267e+06 2.63671e+07 1.13370e+07 4.29092e+07 5.98837e+07 5.16033e+07 1.39716e+08 3.42772e+07 1.44309e+07 1.31162e+06 2.15741e+07 2.04122e+08 9.32905e+06 3.05351e+08 1.49801e+08 5.97155e+07 2.45909e+08 1.02624e+08 3.95614e+08 1.90413e+08 5.83766e+08 3.72598e+05 2.83842e+06 1.11213e+03 1.46312e+05 1.82200e+04 9.96614e+04 2.06330e+05 1.06719e+05 2.41297e+05 4.91616e+05 2.30711e+05 6.75509e+05 1.76601e+05 9.68822e+04 9.55535e+03 2.09408e+05 1.05979e+06 3.87962e+04 8.93195e+05 7.22072e+05 4.05180e+05 6.77089e+05 5.69632e+05 3.07873e+06 1.47273e+06 3.21745e+06 3.92669e+04 1.51742e+04 7.47989e-01 6.43128e+06 1.04506e+06 5.70017e+06 7.12197e+05 7.32522e+05 2.60646e+05 2.79437e+06 2.09273e+06 1.20110e+06 1.39877e+05 2.76085e+05 6.94726e+04 4.04077e+06 4.10429e+06 6.09245e+04 7.85249e+05 1.74650e+06 2.11713e+04 5.13514e+06 8.56103e+05 6.53461e+06 1.08903e+06 5.59273e+06 5.43877e+03 1.56093e+06 2.00100e+02 8.34496e+06 2.97685e+04 1.82184e+05 8.32913e+05 3.68433e+05 2.32451e+05 4.68351e+05 2.07916e+05 3.88806e+05 4.25200e+04 3.54144e+05 1.31936e+05 4.27427e+05 9.29002e+05 3.25354e+04 4.19345e+05 9.32682e+05 5.89633e+05 1.87612e+06 5.29345e+05 1.63648e+06 1.49750e+06 4.80795e+06 2.10766e+03 6.04897e+05 6.96419e+01 1.15217e+05 3.76656e+04 8.99272e+05 6.93215e+05 3.94228e+05 4.52601e+05 3.11239e+06 9.11476e+05 4.59961e+05 1.65273e+05 7.96030e+05 6.65425e+04 7.77562e+05 1.66096e+06 3.69919e+04 4.76784e+05 1.06043e+06 4.93883e+05 8.89366e+05 3.91872e+05 5.87742e+06 4.10472e+05 1.81500e+06 1.53400e+04 2.62176e+05 5.84823e-01 2.93992e+05 4.09588e+01 2.39192e+04 1.58289e+05 3.42702e+04 2.23094e+04 7.53036e+04 1.00613e+05 3.49008e+04 3.20266e+04 4.72898e+03 1.76178e+03 1.70048e+04 3.74855e+05 5.58121e+03 6.34622e+04 1.65379e+05 9.99864e+04 3.09633e+05 7.26235e+04 1.73177e+05 1.99405e+05 3.70467e+05 4.13115e+01 1.18564e+04 6.25178e+00 3.50653e+05 2.29913e+04 7.93191e+04 5.15708e+04 3.21287e+04 1.36662e+05 8.42142e+04 4.77083e+04 1.65592e+05 4.51271e+04 2.33772e+04 1.18788e+03 3.99079e+05 5.62818e+05 2.05917e+04 5.53344e+05 4.30285e+05 2.35725e+05 9.47619e+04 1.27942e+05 6.79910e+05 3.35138e+05 5.94058e+05 5.25381e+03 2.63125e+03 1.81495e+01 4.25286e+05 3.47750e+04 2.92492e+04 4.53917e+05 3.77793e+05 3.41251e+05 1.93712e+05 1.29652e+05 2.41816e+05 9.76803e+04 5.73322e+04 6.61212e+03 2.97898e+05 5.70797e+05 1.24209e+05 3.23018e+05 6.57478e+05 1.21373e+05 9.01637e+05 2.55603e+05 1.76582e+06 1.26154e+06 2.50423e+06 1.29712e+00 1.18644e+05 3.94921e+00 1.93416e+05 2.70919e+04 6.91816e+04 1.95048e+05 9.85200e+04 2.55733e+05 2.85862e+05 2.15111e+05 7.41868e+05 1.29622e+05 1.20422e+05 8.25122e+03 2.36120e+05 1.38522e+06 9.48616e+04 1.67149e+06 1.64830e+06 1.07638e+06 9.07392e+05 6.43541e+05 4.08388e+06 2.44431e+06 4.25087e+06 7.01763e+04 2.69330e+04 2.95131e+00 2.28348e+04 4.45649e+03 1.79508e+04 1.79204e+04 1.27112e+04 2.38576e+04 3.83490e+04 2.93307e+04 5.82346e+04 1.59974e+04 1.05019e+04 6.82896e+02 5.48438e+04 7.47034e+04 5.14217e+03 8.46022e+04 7.39440e+04 3.96461e+04 3.52918e+04 3.83865e+04 1.86937e+05 9.00961e+04 1.54898e+05 2.02406e+03 9.98243e+02 1.15331e+00 9.27066e+04 5.80882e+04 1.82487e+03 3.70211e+03 1.11125e+03 4.28928e+03 6.49132e+03 4.50092e+03 1.15528e+04 2.50623e+03 1.47860e+03 4.62380e+01 7.31305e+03 1.98583e+04 1.08451e+03 2.87901e+04 2.60991e+04 1.32725e+04 2.16383e+04 3.46893e+04 6.39855e+04 2.31494e+04 3.47567e+04 2.33814e+02 1.35838e+02 3.16611e-05 2.04424e+04 2.23900e+03 6.00932e+05 3.21416e+04 8.02226e+03 3.93226e+04 4.93336e+04 4.14706e+04 1.54526e+05 4.17558e+04 1.62107e+04 1.04577e+03 1.01236e+06 2.04397e+05 9.31405e+03 3.16692e+05 2.12506e+05 8.57036e+04 1.37050e+05 1.53707e+05 6.38279e+05 6.00669e+05 7.08244e+05 2.38174e+03 1.89393e+03 1.01727e+02 1.92912e+03 2.31187e+02 5.20047e+03 1.22213e+05 8.07191e+04 1.32518e+05 1.76030e+05 1.41618e+05 3.32164e+05 1.25417e+05 8.70376e+04 6.76592e+03 1.62702e+04 1.58995e+05 3.34005e+03 1.03805e+05 7.28923e+04 3.69013e+04 6.88214e+04 4.95004e+04 5.55200e+05 2.44392e+05 4.19729e+05 1.10964e+04 6.18118e+03 5.38793e-01 2.28240e+05 1.15124e+03 4.02929e+04 7.52121e+05 9.40785e+05 5.99513e+05 4.20650e+05 1.60051e+05 4.76959e+05 1.00136e+05 1.68611e+05 4.30515e+04 6.31123e+05 1.25546e+06 3.44588e+05 8.76453e+05 1.19514e+06 2.60910e+05 1.34863e+06 5.16325e+05 1.22456e+06 1.82674e+06 3.68059e+06 4.69338e+04 8.63107e+04 1.94711e+01 5.21920e+04 1.26015e+03 7.14240e+04 5.80323e+04 1.01262e+05 1.05263e+05 4.48859e+05 1.02133e+06 3.42386e+05 5.08678e+04 1.57690e+04 9.42674e+02 1.93944e+05 2.19896e+06 4.49141e+05 1.65838e+06 1.20872e+06 8.29050e+05 2.28238e+06 1.04712e+06 6.88549e+06 3.36495e+06 6.58495e+06 2.45000e+05 4.19872e+04 2.83390e+00 1.18252e+05 1.50454e+05 1.02065e+03 8.74782e+03 4.63090e+04 6.52897e+03 1.35883e+04 7.25861e+03 3.63216e+04 6.12960e+03 3.74573e+03 2.97788e+02 6.76148e+04 1.54758e+06 6.21713e+04 1.50099e+06 3.28285e+05 6.60226e+05 3.45590e+05 2.50424e+05 3.25320e+06 2.48275e+06 3.25308e+06 6.16938e+04 5.17213e+03 6.18323e-01 3.36545e+05 5.23632e+04 2.26400e+04 4.22690e+04 1.18369e+04 6.73243e+04 9.47881e+04 8.05187e+04 1.77590e+05 4.36346e+04 2.67108e+04 1.85794e+03 5.62349e+04 4.51555e+05 3.37655e+04 4.16203e+05 3.79499e+05 2.23217e+05 2.35763e+05 1.89780e+05 5.21133e+05 2.92943e+05 3.87676e+05 1.03876e+04 4.61692e+03 6.75497e-01 1.58848e+05 3.58999e+04 4.47718e+03 2.38939e+04 9.32790e+03 2.71688e+04 3.76104e+04 2.86870e+04 6.76584e+04 2.09653e+04 1.15721e+04 1.03479e+03 1.91104e+04 9.40698e+04 1.15471e+04 2.04319e+05 1.92202e+05 1.00594e+05 7.47436e+04 9.81548e+04 2.12449e+05 6.41638e+04 1.34443e+05 1.93260e+03 9.75110e+02 2.77258e+01 6.22342e+06 6.56993e+05 1.54619e+06 6.97906e+06 3.11404e+06 2.57065e+06 3.33579e+06 2.05404e+06 9.31303e+06 9.25373e+05 6.47849e+05 8.49947e+04 1.37387e+06 1.09293e+07 2.79477e+05 3.60215e+06 8.01167e+06 8.94599e+06 1.07126e+07 3.52972e+06 1.08045e+07 1.20273e+07 1.44171e+07 2.16068e+00 1.28253e-02 2.43007e-01 2.38977e+04 1.87533e+04 3.51474e+03 7.55388e+03 5.45982e+03 5.38452e+03 8.68982e+03 6.75501e+03 1.54394e+04 4.02807e+03 2.04790e+03 1.07299e+02 1.27574e+04 2.03481e+05 2.14550e+04 2.74727e+05 2.45513e+05 1.58410e+05 1.09261e+05 1.01707e+05 2.11212e+05 1.47086e+05 2.12643e+05 3.48311e+03 1.16761e+03 6.29131e+02 6.19008e+05 1.14820e+05 4.23905e+03 8.13324e+04 3.14004e+04 7.01044e+04 1.29510e+05 7.03049e+04 2.31699e+05 7.94467e+04 3.79967e+04 2.88403e+03 2.49783e+04 3.91850e+05 1.89436e+04 3.42755e+05 3.12314e+05 1.68407e+05 1.73706e+05 1.80209e+05 5.11508e+05 2.21795e+05 3.71283e+05 5.08847e+03 2.16492e+03 1.70343e+00 2.51195e+04 2.94562e+03 3.25934e+03 3.99390e+04 3.27041e+04 1.89898e+04 6.32418e+04 1.35436e+04 1.01733e+05 1.06244e+05 3.39866e+04 8.86114e+02 5.34445e+04 1.70555e+05 7.76617e+04 1.66273e+05 2.24056e+05 2.16660e+05 4.97782e+05 1.55403e+05 8.29155e+05 6.04277e+05 1.36415e+06 1.66927e+03 5.28719e+04 9.00270e-02 4.61739e+04 1.73337e+04 2.08004e+04 3.49889e+04 9.44218e+03 2.34558e+04 4.00416e+04 2.64488e+04 6.87023e+04 1.94097e+04 9.73834e+03 8.42697e+02 4.66822e+04 1.54008e+05 8.99805e+03 1.23540e+05 1.05089e+05 6.39170e+04 8.09068e+04 7.35324e+04 3.17548e+05 1.48975e+05 3.15509e+05 4.51086e+03 1.57532e+03 7.46771e-01 1.52599e+05 7.62013e+03 4.38897e+03 1.75261e+05 5.41526e+05 5.94014e+04 1.18166e+05 5.58370e+04 4.31514e+04 4.71906e+03 8.56897e+04 1.21204e+04 6.21823e+04 2.47476e+05 8.43332e+03 1.08696e+05 2.41755e+05 2.53611e+05 3.93643e+05 8.44986e+04 4.00963e+05 6.68615e+05 7.84177e+05 1.26473e+02 3.62976e+04 4.70792e+00 4.87873e+06 1.99472e+05 4.27276e+06 6.70815e+06 4.24497e+06 1.94746e+06 9.49200e+06 3.52971e+06 7.83669e+06 8.07245e+06 1.77576e+06 3.41174e+05 5.30967e+06 2.77932e+07 8.92697e+05 1.15059e+07 2.55906e+07 9.55816e+06 1.96699e+07 4.04364e+06 2.96190e+07 4.30004e+07 6.09262e+07 1.35067e+04 3.87642e+06 3.82065e-01 3.28636e+03 6.63243e+02 3.02600e+03 1.00851e+04 4.52633e+03 1.60619e+04 2.30897e+04 1.78049e+04 3.88574e+04 9.57573e+03 5.39142e+03 2.95490e+02 9.68982e+03 5.59638e+05 2.16082e+04 2.99857e+05 2.44666e+05 1.44564e+05 1.21120e+05 1.17790e+05 5.18442e+05 3.24001e+05 4.48703e+05 1.02738e+04 5.44776e+03 4.51309e-01 2.49251e+05 1.21299e+03 7.80452e+04 4.21720e+04 3.45169e+04 2.94320e+04 5.14771e+04 3.98566e+04 7.59553e+04 2.28051e+04 1.07663e+04 1.24897e+03 3.69514e+05 2.08988e+05 4.28257e+03 2.07804e+05 1.94509e+05 7.31508e+04 1.68299e+05 9.39282e+04 3.16842e+05 1.35333e+05 3.17660e+05 4.08336e+03 3.18044e+03 3.67123e+00 4.06262e+04 5.48069e+03 2.49585e+03 3.34324e+04 1.22684e+03 5.97104e+03 7.67044e+03 7.87394e+03 7.71606e+03 3.48563e+03 1.81564e+03 7.38315e+01 5.39978e+04 1.42961e+05 6.33115e+03 1.57332e+05 1.51180e+05 1.25785e+05 1.30498e+05 4.13836e+04 1.74641e+05 2.09505e+05 2.21353e+05 1.66295e+03 3.01931e+03 1.57195e-01 1.24093e+06 2.74257e+05 2.22028e+05 4.93964e+05 4.34656e+05 5.88414e+05 1.07590e+06 7.84780e+05 2.34394e+06 5.19855e+05 2.66867e+05 1.66604e+04 5.08393e+05 3.26321e+06 1.18930e+05 2.18623e+06 1.79180e+06 8.43606e+05 1.22671e+06 1.21504e+06 4.07659e+06 3.34962e+06 5.02445e+06 1.98357e+04 2.30587e+04 8.92115e-01 3.35105e+05 6.26704e+04 6.36091e+04 4.34000e+04 1.61137e+04 4.06560e+04 6.25750e+04 5.33220e+04 1.62774e+05 5.31742e+04 1.95988e+04 3.23175e+03 1.79360e+05 1.30330e+05 2.00031e+04 3.50614e+05 2.71819e+05 1.34882e+05 2.41374e+05 2.53678e+05 4.60890e+05 3.15997e+05 4.25735e+05 3.89288e+03 1.79602e+03 1.40889e+02 2.02716e+06 2.93397e+05 3.39590e+05 3.61372e+05 2.56778e+05 5.33091e+05 1.13518e+06 7.93426e+05 2.59909e+06 7.19948e+05 2.94209e+05 1.97263e+04 4.63771e+05 2.51363e+06 1.12640e+05 2.81376e+06 2.46410e+06 1.21724e+06 2.09688e+06 1.88488e+06 1.96384e+06 1.33712e+06 2.13497e+06 1.30251e+04 6.60633e+03 1.31777e+00 1.07384e+05 1.09078e+04 1.33268e+05 1.13137e+05 4.04567e+04 5.55298e+04 1.04464e+05 7.40928e+04 1.71169e+05 5.33070e+04 2.95942e+04 2.40208e+03 2.51708e+05 3.25765e+05 2.22184e+04 4.29952e+05 3.35258e+05 2.10003e+05 2.30347e+05 1.06162e+05 7.60265e+05 6.31775e+05 8.33151e+05 1.42345e+04 2.93708e+03 1.40015e-01 6.88256e+05 1.20568e+05 1.20559e+04 3.67023e+04 1.45627e+04 6.96657e+04 7.29198e+04 3.97225e+04 2.04031e+05 5.55061e+04 2.66333e+04 1.14969e+03 5.14771e+04 8.22023e+05 2.94928e+04 6.86438e+05 6.08984e+05 3.26490e+05 3.47977e+05 3.72862e+05 1.00394e+06 4.28790e+05 6.78011e+05 6.26110e+03 4.10713e+03 2.28471e-01 1.95421e+06 1.72810e+05 8.22996e+05 5.30322e+06 1.48580e+06 5.36194e+06 7.63741e+06 5.16401e+06 9.87677e+06 2.72964e+06 3.27526e+06 1.60267e+05 1.86439e+06 1.33678e+07 4.42466e+06 1.06743e+07 1.58620e+07 5.68107e+06 2.14941e+07 7.02604e+06 6.37961e+07 2.11745e+07 5.28454e+07 6.55288e+04 2.83231e+06 3.21187e-01 1.02282e+02 1.48289e+01 3.91636e+01 9.79401e+01 1.99145e+02 4.99028e+01 2.70268e+02 1.34551e+02 2.51613e+02 2.75165e+01 4.75709e+01 1.77225e+01 8.73085e+02 1.30010e+03 6.63969e+01 8.55782e+02 1.90338e+03 1.13483e+03 1.34665e+03 2.54772e+02 3.79682e+03 2.12821e+03 4.55790e+03 5.53629e-03 5.12674e+02 7.39793e-01 1.79860e+04 7.26148e+03 9.05533e+03 3.33183e+04 1.59886e+04 4.19351e+04 6.54627e+04 8.07391e+04 1.12810e+05 2.90475e+04 1.82041e+04 2.68362e+03 2.63693e+04 6.54264e+05 1.59495e+04 2.24303e+05 2.00931e+05 1.12348e+05 1.78713e+05 1.25306e+05 6.69012e+05 4.85471e+05 6.45445e+05 1.37007e+04 5.68422e+03 9.85477e-01 2.05545e+06 1.58021e+05 5.31256e+05 3.47222e+06 1.17527e+06 3.07320e+06 2.07921e+06 1.79197e+06 1.79252e+06 8.14391e+05 5.35568e+05 7.83693e+05 1.10526e+06 5.69471e+06 2.18965e+05 5.49435e+06 4.57895e+06 1.74323e+06 4.35360e+06 1.98183e+06 1.28617e+07 7.63143e+06 1.63532e+07 4.37837e+03 1.25659e+06 4.46412e-01 2.04711e+05 4.10671e+04 3.90447e+04 6.91073e+04 8.23341e+04 8.34679e+04 1.33235e+05 9.77965e+04 2.07436e+05 5.46956e+04 3.32412e+04 2.73752e+03 9.61884e+04 4.43860e+05 2.70244e+04 4.06977e+05 3.62069e+05 1.64936e+05 1.45818e+05 1.43118e+05 5.44736e+05 3.21015e+05 4.81773e+05 1.07217e+04 2.63229e+03 7.43502e-01 2.16745e+05 5.10507e+04 1.21615e+04 3.81561e+04 4.91560e+03 8.64074e+03 1.99716e+04 9.99624e+03 3.30907e+04 1.30132e+04 5.78340e+03 3.26066e+02 8.57899e+04 8.88051e+04 5.16270e+03 1.21758e+05 8.89774e+04 1.16355e+05 8.35394e+04 2.78011e+04 9.44453e+04 7.82644e+04 1.59637e+05 3.96153e+02 3.10358e+02 1.83664e-04 5.72024e+05 9.33261e+04 1.66611e+05 1.82344e+05 7.20122e+04 1.37266e+05 2.57143e+05 1.52661e+05 5.56584e+05 1.79862e+05 8.06831e+04 1.02784e+04 2.96092e+05 1.54842e+06 9.90780e+04 1.86409e+06 2.34685e+06 1.43865e+06 1.55976e+06 1.24224e+06 1.22643e+06 1.55174e+06 2.13846e+06 5.53953e+04 7.66062e+03 7.60962e+00 1.15374e+06 8.90584e+05 3.54427e+06 2.78935e+06 3.23584e+05 3.07203e+06 1.88080e+06 1.99171e+06 3.19996e+06 2.71006e+06 5.94569e+05 5.95204e+04 1.31806e+06 1.47290e+07 2.74573e+06 7.87856e+06 9.23559e+06 3.33937e+06 1.12249e+07 3.90234e+06 2.60465e+07 1.49476e+07 4.85678e+07 3.54079e+05 1.10818e+06 3.58264e-01 1.37665e+05 2.33315e+04 1.35740e+04 6.56485e+04 2.72094e+04 7.22635e+04 1.24681e+05 8.19058e+04 2.31522e+05 6.69398e+04 3.21122e+04 2.85702e+03 5.64218e+04 4.97532e+05 3.17205e+04 6.90787e+05 6.69751e+05 3.65808e+05 1.74975e+05 2.08496e+05 7.91943e+05 5.24164e+05 8.85537e+05 1.03019e+04 3.70902e+03 4.01840e-01 1.04602e+05 6.20581e+04 1.74268e+06 1.74539e+05 8.70913e+04 2.27052e+05 3.89487e+05 2.83993e+05 7.28418e+05 1.95769e+05 1.14779e+05 5.98942e+03 5.35746e+05 2.82052e+06 5.92022e+04 1.12296e+06 9.13775e+05 5.87977e+05 8.90730e+05 6.07682e+05 2.30145e+06 2.63788e+06 3.11853e+06 5.79196e+04 1.71838e+04 2.85041e+01 7.89864e+06 1.16651e+06 3.63086e+05 1.45019e+06 6.91384e+05 1.67868e+06 2.66914e+06 1.60458e+06 4.99089e+06 1.38630e+06 6.40626e+05 4.44301e+04 1.92413e+06 3.53179e+06 4.71918e+05 9.71159e+06 9.80878e+06 5.75884e+06 7.99400e+06 8.17975e+06 1.10714e+07 4.65802e+06 6.63732e+06 6.77523e+04 6.45643e+04 1.05027e+00 1.50092e+05 1.00848e+05 1.01878e+05 8.96588e+04 2.17247e+05 1.38911e+05 2.27195e+05 1.71023e+05 5.61580e+05 1.35375e+05 8.35317e+04 7.91474e+03 2.97044e+05 6.47015e+06 1.59759e+05 2.80230e+06 2.35861e+06 1.72567e+06 2.17220e+06 1.07705e+06 2.79391e+06 1.40633e+06 2.07434e+06 4.64451e+04 1.85470e+04 4.41493e+00 1.74543e+05 1.61418e+04 1.17404e+05 1.60744e+04 4.33371e+03 1.75032e+04 1.89914e+04 1.40507e+04 2.71003e+04 6.96859e+03 4.91917e+03 4.52869e+02 1.55616e+05 8.13994e+05 2.10689e+04 3.64217e+05 2.91488e+05 1.74982e+05 1.39339e+05 1.19197e+05 4.73428e+05 3.53996e+05 5.27082e+05 7.17799e+03 3.25424e+03 3.17773e+00 8.02535e+05 1.82561e-01 5.38078e+04 7.90201e+05 6.24366e+05 5.93024e+05 7.54502e+05 1.35423e+05 2.83984e+05 3.10567e+04 1.76942e+05 6.59194e+04 8.12874e+05 1.43638e+06 2.16225e+04 2.78690e+05 6.19845e+05 4.71704e+05 1.07350e+06 4.16228e+05 2.25652e+06 2.73075e+06 9.48481e+05 3.13158e+03 8.98764e+05 6.31712e-05 2.03500e+06 1.77029e+05 4.63941e+06 2.29372e+06 1.50854e+06 7.12816e+05 1.82050e+06 1.03105e+06 3.71694e+05 1.96474e+05 3.21563e+05 8.47849e+04 1.74370e+06 3.82042e+06 7.93080e+04 1.02219e+06 2.27350e+06 5.94286e+05 3.42222e+06 6.47447e+05 5.12149e+06 1.23288e+07 2.70938e+06 1.10209e+06 5.16161e+05 1.95526e+00 4.66634e+06 1.01299e+06 4.16471e+05 6.62110e+06 9.64050e+05 3.96771e+05 1.29350e+06 4.40633e+05 5.86335e+06 3.13205e+05 2.89842e+05 3.01601e+04 1.72607e+06 4.14927e+06 1.80231e+05 2.32298e+06 5.16663e+06 3.00114e+06 4.70727e+06 5.91585e+05 7.94954e+06 1.22185e+00 5.23529e+06 4.18203e+04 1.20024e+07 1.42341e-03 2.31336e+06 5.89631e+04 7.14402e+06 7.35226e+06 5.02721e+06 5.15742e+06 9.62073e+06 5.70161e+06 8.96990e+06 4.46801e+06 2.37276e+06 2.34078e+05 5.35589e+06 1.28391e+07 1.91576e+06 1.16335e+07 6.28275e+06 2.42476e+06 1.44414e+07 7.41922e+06 2.01345e+07 1.63800e+07 3.71165e+07 1.56177e+05 5.27524e+05 4.98700e-01 6.68543e+05 1.63834e+05 5.92881e+05 2.02181e+06 3.49649e+06 1.79591e+06 2.04430e+06 1.37391e+06 2.24403e+06 9.06702e+05 6.97196e+05 1.61526e+04 1.75331e+06 4.35592e+06 2.25307e+06 6.15177e+06 7.96956e+06 3.81103e+06 6.48201e+06 1.58064e+06 1.19606e+07 1.23338e+07 2.15558e+07 1.47068e+06 4.09269e+05 2.77193e+00 2.93456e+04 3.98346e+03 2.69063e+06 1.19679e+05 7.19355e+04 2.01041e+05 5.86231e+05 3.30516e+05 1.21624e+06 3.40013e+05 1.29506e+05 7.77874e+03 3.72240e+05 8.63632e+06 7.75199e+04 2.03639e+06 1.19455e+06 1.21052e+06 1.54726e+06 9.48084e+05 3.14157e+06 3.52314e+06 4.82396e+06 2.72066e+04 1.11552e+04 2.19980e+00 2.97445e+06 6.65731e+05 7.94380e+05 1.16543e+07 3.10864e+07 1.17237e+07 3.60331e+07 3.02196e+07 6.60896e+07 3.78033e+07 7.62208e+06 0.00000e+00 8.79024e+06 4.81235e+07 6.41113e+05 8.26323e+06 1.83786e+07 4.69660e+07 5.95095e+07 2.10414e+07 9.57403e+07 1.98657e+07 1.77141e+08 1.08922e+06 2.47953e-01 5.00008e-01 1.98697e+03 1.72127e+03 3.21169e+02 5.22741e+03 1.26054e+03 1.02811e+03 1.55271e+03 1.73019e+03 3.25521e+03 9.60686e+02 4.29037e+02 5.25304e+01 4.36671e+03 6.54939e+03 9.55224e+02 8.95221e+03 2.81367e+04 4.16394e+03 6.89067e+03 8.32056e+03 1.79384e+03 7.58399e+03 1.12397e+04 1.30441e+02 4.64317e+02 7.69919e+01 1.19807e+06 2.79653e+03 2.19061e+06 2.77929e+06 4.19570e+06 1.21132e+06 3.19656e+06 2.33486e+06 2.88216e+06 2.11821e+06 8.86655e+05 1.93766e+00 2.47390e+06 4.90720e+06 4.00101e+05 4.30785e+06 2.91346e+06 1.63495e+06 6.43073e+06 2.72385e+06 7.49827e+06 9.92353e+06 1.71329e+07 1.36898e+01 1.40527e+01 2.63149e+02 2.00736e+07 3.03371e+06 2.13056e+07 1.93699e+07 5.84579e+06 1.09377e+07 4.17055e+07 3.25888e+07 4.85593e+07 2.61682e+02 7.78213e+06 2.13251e+06 1.49434e+07 4.50322e+07 5.81661e+05 7.49696e+06 1.66743e+07 6.27715e+01 5.21470e+07 8.63851e+01 1.20584e+08 2.57623e+01 1.02070e+08 1.48519e-02 4.26249e+00 3.65340e+04 2.78972e+05 7.98178e+04 1.14805e+04 1.74638e+04 7.31958e+03 2.32012e+04 3.89016e+04 2.71502e+04 8.05647e+04 2.01293e+04 9.58458e+03 3.80506e+02 5.27356e+04 3.56688e+05 6.92652e+03 1.70396e+05 1.60763e+05 8.27900e+04 9.42144e+04 1.06126e+05 4.23654e+05 2.57059e+05 3.83186e+05 3.61214e+03 1.80031e+03 5.70030e-01 7.17029e+03 6.42784e+03 8.34377e+02 3.66310e+03 1.18191e+03 3.53959e+03 5.59170e+03 3.74575e+03 8.85607e+03 2.22226e+03 1.34392e+03 5.93733e+01 3.68666e+03 2.92843e+04 3.82320e+03 4.95606e+04 5.33380e+04 3.03764e+04 2.14891e+04 2.25143e+04 3.91063e+04 1.72645e+04 3.28429e+04 4.48723e+02 1.85977e+02 1.27300e+00 7.49540e+02 9.06676e+01 6.86033e+02 1.58089e+04 7.63525e+03 2.31559e+04 3.49856e+04 2.71549e+04 5.35966e+04 1.73582e+04 9.81028e+03 5.62644e+02 2.71106e+03 3.19898e+04 2.97122e+03 4.38326e+04 3.64770e+04 2.17618e+04 2.03819e+04 2.00830e+04 9.53071e+04 4.92000e+04 7.95121e+04 1.96415e+03 8.69346e+02 6.61321e-02 3.05810e+03 9.95206e+02 5.97147e+02 8.07462e+02 4.68536e+02 1.65622e+03 1.99412e+03 1.76092e+03 3.02015e+03 1.12338e+03 6.85201e+02 2.40168e+01 1.08796e+03 1.12113e+04 1.98808e+03 2.33409e+04 1.62040e+04 1.51844e+04 7.37657e+03 9.48681e+03 1.49089e+04 1.07893e+04 1.39892e+04 2.22559e+02 2.48285e+00 5.77361e-03 1.10645e+06 1.95590e+05 1.13116e+07 1.54547e+06 7.44130e+05 2.29800e+06 6.05285e+06 2.88054e+06 9.14719e+06 2.52878e+06 1.04475e+06 8.28949e+04 5.34051e+06 2.20037e+07 5.28391e+05 1.38810e+07 1.01787e+07 5.75144e+06 8.46798e+06 6.51770e+06 2.49598e+07 1.52349e+07 1.82780e+07 1.21180e+05 4.55582e+04 9.37514e+00 1.20256e+05 2.81709e+04 1.46912e+04 7.32629e+04 2.98062e+04 8.83038e+04 1.35098e+05 8.43036e+04 2.46808e+05 6.61973e+04 3.49307e+04 1.58473e+03 5.45895e+04 2.19423e+05 1.47951e+04 3.90042e+05 2.83606e+05 1.73253e+05 2.30736e+05 2.16386e+05 4.00788e+05 2.77266e+05 5.12777e+05 3.93489e+03 1.66797e+03 8.14486e-03 4.84773e+05 1.54577e+05 1.50371e+04 6.21570e+05 1.05796e+05 3.62337e+05 4.48943e+05 5.35317e+05 7.27545e+05 2.20185e+05 1.13513e+05 6.10837e+03 7.25527e+05 1.07772e+06 2.87298e+04 1.19595e+06 8.60959e+05 8.45161e+05 1.17159e+06 3.24994e+05 2.14033e+06 1.35697e+06 2.10929e+06 2.16143e+04 1.56794e+04 2.41634e-01 3.96574e+03 6.25723e+02 2.07182e+03 5.09257e+03 1.43551e+03 4.92050e+03 6.55206e+03 5.42456e+03 1.07868e+04 2.71428e+03 1.72363e+03 8.46374e+01 5.97887e+03 2.66928e+04 5.01395e+03 6.67752e+04 5.01785e+04 2.94240e+04 5.67385e+04 5.37468e+04 8.41828e+04 4.18205e+04 6.28106e+04 2.58675e+03 9.69148e+02 4.47312e-02 2.78302e+05 6.30721e+04 4.21576e+03 4.60398e+03 1.42653e+03 4.82108e+03 8.56519e+03 3.85688e+03 1.62474e+04 4.89359e+03 2.08791e+03 8.34304e+01 2.45433e+04 2.69325e+04 3.60457e+03 7.15509e+04 9.72175e+04 1.58604e+04 3.28517e+04 3.55444e+04 1.34526e+05 5.29751e+04 9.00123e+04 9.46494e+02 6.55672e+02 2.31013e+00 2.75088e+04 1.11248e+04 6.38403e+04 8.75549e+05 3.45018e+05 1.66736e+06 5.17817e+06 2.38257e+06 1.10394e+07 2.16978e+06 4.10219e+05 8.08047e+04 7.84441e+05 8.84362e+06 5.58844e+05 7.20287e+06 1.60202e+07 8.21759e+06 1.17418e+07 3.32150e+06 3.24087e+07 1.02446e+07 9.61467e+06 1.58132e+06 1.13185e+06 2.25378e-01 1.04927e+06 3.17407e+03 3.55156e+05 8.53374e+05 8.78838e+05 7.01932e+05 1.23886e+06 1.21641e+06 1.77653e+06 6.38087e+05 2.00808e+05 2.64955e+04 1.21017e+06 1.39735e+06 2.22186e+05 1.56958e+06 1.38746e+06 4.03044e+05 2.28821e+06 9.70905e+05 4.45766e+06 3.77368e+06 7.30532e+06 1.80730e+00 6.60957e+04 1.16903e+00 2.42146e+05 3.71804e+03 2.82527e+05 5.34287e+05 6.41818e+05 6.39829e+05 1.02570e+06 9.63213e+05 1.31720e+06 2.60525e+05 2.13545e+05 2.43572e+04 4.94655e+05 1.13069e+06 4.06349e+05 1.10987e+06 1.38654e+06 5.29845e+05 1.60037e+06 6.26062e+05 2.67663e+06 1.49861e+06 4.87023e+06 1.25471e+04 8.70330e+04 8.37598e-01 2.35033e+04 3.25767e+04 1.01542e+03 1.58404e+03 9.39329e+02 3.58833e+03 4.19374e+03 4.39930e+03 6.84341e+03 1.83159e+03 1.22354e+03 5.23538e+01 1.67565e+03 2.81674e+04 1.99532e+03 3.31517e+04 2.26364e+04 1.36810e+04 2.66511e+04 2.61920e+04 4.57287e+04 1.09942e+04 2.17649e+04 2.81967e+02 2.03473e+02 9.12408e-02 1.89449e+06 2.74666e+05 9.38691e+06 9.37428e+06 2.60663e+06 3.33271e+06 6.86306e+06 3.98997e+06 5.27886e+06 3.36681e+06 8.94148e+05 1.96831e+06 3.28468e+06 6.16449e+06 2.37154e+05 3.05665e+06 6.79841e+06 1.11257e+06 9.41456e+06 3.26676e+06 1.44853e+07 3.67702e+07 3.70388e+06 1.65333e+04 4.74506e+06 1.22856e-02 2.73956e+04 7.54245e+03 1.71490e+04 6.65631e+04 2.84391e+04 7.73278e+04 1.14868e+05 8.58875e+04 2.06625e+05 5.63246e+04 3.26309e+04 2.52812e+03 6.95864e+04 3.46687e+05 2.13582e+04 3.58799e+05 2.77118e+05 1.55977e+05 2.13377e+05 2.07093e+05 1.03680e+06 4.84038e+05 7.80233e+05 1.55363e+04 7.71289e+03 2.78990e-01 7.25249e+06 1.60565e+06 5.49429e+06 1.79755e+07 1.14100e+07 1.53276e+07 3.23344e+07 2.27914e+07 2.89698e+07 1.99692e+07 6.73736e+06 7.09434e+05 9.44674e+06 4.28354e+07 1.13216e+06 2.08665e+07 2.84681e+07 4.34386e+07 2.34000e+07 1.17018e+07 9.77319e+07 6.15828e+07 1.23722e+08 9.79878e+06 0.00000e+00 2.08239e+01 1.07133e+06 1.44952e+05 7.72492e+03 1.52533e+06 7.75651e+05 5.64884e+05 1.05434e+06 6.06592e+05 1.43974e+06 5.95050e+05 2.93926e+05 2.98709e+04 8.39509e+05 4.49707e+06 2.56981e+04 1.69517e+06 3.38614e+06 1.24335e+06 5.48091e+06 9.93459e+05 4.79498e+06 2.23965e+06 4.39543e+06 4.95951e+05 2.07935e+05 1.25744e+00 2.67165e+06 4.85916e+05 6.98571e+04 3.30640e+05 1.06670e+05 3.20878e+05 6.20516e+05 3.11788e+05 8.80875e+05 2.41567e+05 1.22628e+05 8.63698e+03 4.35100e+05 2.05750e+06 1.26585e+05 4.37398e+06 4.31044e+06 2.37723e+06 2.30618e+06 2.13832e+06 4.00521e+06 9.17019e+05 2.54629e+06 1.53746e+04 8.42603e+03 1.64815e-01 3.40101e+04 1.43570e+04 9.87345e+03 1.60868e+04 6.76195e+03 1.97779e+04 2.54288e+04 3.79238e+04 5.51460e+04 1.93038e+04 8.01939e+03 5.00515e+02 3.64562e+04 1.56237e+05 1.12560e+04 1.36274e+05 1.07787e+05 6.44950e+04 9.86143e+04 7.61461e+04 1.30617e+05 6.46895e+04 1.11594e+05 1.68075e+03 6.11528e+02 7.12969e-01 3.71952e+04 8.18505e+03 3.81697e+02 1.07503e+05 2.05452e+04 4.81365e+04 7.52907e+04 5.40378e+04 1.39639e+05 3.26694e+04 1.99571e+04 8.52502e+02 9.17718e+03 6.33400e+04 8.54974e+03 1.01264e+05 8.84402e+04 8.56734e+04 6.60447e+04 1.64972e+04 1.11317e+05 1.49647e+05 2.73270e+05 5.07133e+03 1.44466e+03 5.97822e-03 2.58195e+06 5.68529e+04 8.06551e+05 3.01240e+06 5.58303e+05 5.99369e+06 4.76152e+06 5.80620e+06 1.11652e+07 5.56614e+06 2.13825e+06 6.59831e+04 3.13921e+06 2.29915e+07 3.29277e+07 1.62986e+02 1.10968e+03 5.68152e+06 2.44818e+07 8.20336e+06 3.98866e+07 1.83826e+07 6.68400e+07 1.20192e+05 8.17966e+05 4.94842e-01 2.62105e+06 3.80003e+05 8.76496e+05 4.78703e+06 2.59624e+06 6.82702e+06 1.60544e+07 9.77410e+06 3.07650e+07 2.23237e+06 2.22670e+06 1.48957e+05 6.42861e+06 2.21187e+07 2.74003e+06 1.55854e+07 3.46640e+07 1.29498e+07 2.11832e+07 1.13864e+07 1.09068e+08 2.38152e+07 6.33977e+07 1.17622e+06 3.15525e+06 1.09645e+01 3.22632e+05 4.31918e+04 1.63487e+05 2.27713e+04 2.94295e+03 1.55904e+05 1.84573e+05 1.98216e+05 1.68189e+05 2.02310e+04 1.35864e+04 3.19828e+02 3.85865e+05 3.31231e+05 3.03459e+04 8.96081e+05 4.73830e+05 2.40373e+05 2.52471e+05 3.40197e+05 1.43101e+06 6.40246e+04 2.30854e+05 6.90761e+02 2.02880e+03 4.88006e-02 1.89738e+06 5.47516e+05 7.80049e+05 1.05145e+06 2.01978e+06 1.53538e+06 5.44259e+06 3.54754e+06 1.01142e+07 2.08746e+06 3.98314e+05 1.26665e+06 1.19214e+06 4.62374e+06 5.64153e+05 8.82794e+06 1.51832e+07 3.27101e+06 6.04036e+06 2.22936e+06 1.91306e+07 1.43646e+07 1.83341e+07 1.40776e+06 2.65211e+05 1.33737e-01 6.34292e+04 1.94617e+04 1.21087e+03 3.05211e+04 1.20226e+04 3.73478e+04 5.29950e+04 2.62159e+04 9.70118e+04 2.60501e+04 1.52578e+04 1.03953e+03 4.94671e+03 3.90898e+05 9.05521e+03 1.48920e+05 1.47005e+05 7.71484e+04 1.30866e+05 1.34962e+05 1.05253e+05 3.84320e+04 6.59396e+04 8.12118e+02 6.18771e+02 1.95636e+02 7.58160e+06 1.31324e+06 2.21523e+06 8.87175e+06 5.65237e+06 1.12169e+06 5.03196e+06 1.79936e+06 6.62450e+06 1.54477e+06 2.72670e+06 1.28882e+06 4.77087e+06 3.58082e+06 2.29499e+05 5.13591e+06 5.19498e+06 2.96522e+06 7.62185e+06 2.81107e+06 1.11632e+07 1.97925e+07 2.49440e+07 9.70868e+04 2.16903e+05 7.95647e-01 8.69594e+04 1.15875e+03 4.15290e+04 1.79269e+05 1.68775e+05 8.59481e+04 1.19106e+05 1.03802e+05 6.21327e+04 2.20791e+04 2.01294e+04 3.50489e+03 2.49690e+05 3.67425e+05 7.56533e+04 1.06892e+05 3.07817e+05 8.88025e+04 2.30519e+05 1.26799e+05 3.88657e+05 6.66121e+05 1.05160e+06 4.66486e-01 1.22283e+04 8.45867e+00 1.18986e+05 3.05686e+04 1.23537e+04 1.08465e+04 6.66267e+03 1.75025e+04 2.29188e+04 2.20131e+04 4.52648e+04 1.08685e+04 7.91706e+03 4.70784e+02 2.80285e+04 1.35242e+05 5.63719e+03 8.34884e+04 6.15891e+04 3.46549e+04 1.20526e+05 8.90154e+04 2.14496e+05 1.04395e+05 1.55420e+05 2.63025e+03 1.18437e+03 8.77794e-01 2.37866e+04 8.85662e+03 3.38053e+05 1.36614e+05 7.23721e+04 1.94537e+05 2.29135e+05 2.20167e+05 6.12901e+05 1.69214e+05 8.36619e+04 9.59368e+03 5.51270e+04 8.30954e+05 6.32136e+04 1.19426e+06 1.05285e+06 5.98444e+05 2.35143e+05 3.42060e+05 1.06991e+06 2.95830e+05 4.72582e+05 6.37102e+03 3.80119e+03 9.50886e-01 3.93457e+05 7.70505e+04 8.38147e+04 1.61731e+05 2.53805e+05 2.43737e+05 4.63060e+05 2.88613e+05 7.73904e+05 2.14871e+05 1.09559e+05 5.79762e+03 2.57628e+05 1.02073e+06 5.75287e+04 1.28829e+06 9.61394e+05 4.98144e+05 1.13280e+06 8.46908e+05 1.67235e+06 1.47982e+06 2.33046e+06 2.01622e+04 8.07697e+03 8.33985e-01 8.61129e+06 8.91167e+04 3.53610e+06 1.20122e+07 1.62647e+07 2.69180e+06 1.01764e+07 4.53427e+06 7.98809e+06 4.83156e+06 1.50773e+06 1.30936e+04 4.55011e+06 2.38913e+07 3.80219e+06 8.55222e+06 6.46673e+06 7.94820e+06 1.57236e+07 3.42971e+06 1.34511e+07 5.39248e+07 5.99715e+07 9.46495e+05 2.44098e+05 1.15819e+00 6.08729e+04 7.99522e+03 8.63760e+03 8.52694e+04 5.74555e+04 8.78268e+04 1.71832e+05 9.32189e+04 2.36673e+05 6.31246e+04 3.53233e+04 3.96343e+03 2.32658e+04 5.63066e+05 2.04489e+04 3.95029e+05 3.54451e+05 1.72136e+05 3.01885e+05 2.86015e+05 1.23198e+06 6.31235e+05 1.18137e+06 1.69102e+04 8.26513e+03 5.65176e-01 4.70542e-02 3.68983e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68997e-01 3.68997e-01 3.68997e-01 3.68973e-01 3.68996e-01 3.68991e-01 3.68996e-01 3.68974e-01 3.60634e-01 6.96638e+05 1.12520e+05 3.74693e+04 6.83730e+04 3.92400e+04 1.13463e+05 1.80666e+05 1.17543e+05 3.61416e+05 9.65845e+04 4.95253e+04 3.41154e+03 1.83884e+05 1.14551e+06 4.32672e+04 8.66846e+05 7.45805e+05 4.40745e+05 3.06904e+05 3.53605e+05 1.13382e+06 4.99521e+05 8.86620e+05 1.62637e+04 5.36904e+03 2.37225e+00 5.38306e+06 8.72456e+05 3.88767e+06 1.67124e+06 8.44814e+05 2.60807e+05 1.45700e+06 1.39075e+06 2.46939e+06 2.27145e+05 8.81634e+05 6.42288e+04 1.70482e+06 1.24234e+06 1.07049e+05 1.37975e+06 3.06875e+06 2.99232e+04 3.86191e+06 8.89496e+05 3.18421e+06 7.61493e+05 3.87203e+06 3.87351e+03 1.11170e+06 4.95644e-01 3.34286e+05 5.71936e+04 1.00499e+07 9.76208e+05 7.68456e+05 1.15776e+06 3.15207e+06 1.94732e+06 4.31761e+06 1.02712e+06 7.04359e+05 8.89374e+04 5.19447e+06 2.07286e+07 5.05500e+05 1.31229e+07 7.93449e+06 6.92568e+06 9.74519e+06 6.05353e+06 1.91222e+07 6.67951e+06 1.74561e+07 1.90537e+05 7.65412e+04 2.33514e+01 7.58602e+06 1.27370e+05 5.62453e+06 2.94065e+07 1.36448e+07 2.48638e+07 5.46588e+07 3.54708e+07 7.13351e+07 2.76445e+07 1.02347e+07 9.55311e+05 1.02626e+07 7.35529e+07 1.98611e+07 6.60243e+07 6.89497e+07 3.94726e+07 1.13910e+08 5.02539e+07 2.72204e+08 9.69709e+07 3.04598e+08 9.48638e+06 2.55744e+06 4.34152e-01 2.44819e+05 1.05156e+05 2.73088e+04 1.00258e+05 2.74336e+04 7.76522e+04 1.57239e+05 9.06454e+04 2.53105e+05 6.79006e+04 3.41024e+04 1.68622e+03 1.57826e+05 2.10979e+06 2.07053e+04 5.50770e+05 5.93342e+05 3.08814e+05 5.20380e+05 4.38755e+05 8.25841e+05 3.00748e+05 5.44676e+05 4.97317e+03 3.74724e+03 5.32266e+00 4.79987e+07 7.98853e+05 3.65326e+07 1.10063e+08 6.63242e+07 1.23897e+08 2.32064e+08 1.36289e+08 3.97821e+08 1.52926e+08 6.10716e+07 1.20357e+05 1.07065e+08 5.59795e+08 2.82656e+07 7.42523e+08 5.69942e+08 5.08753e+08 5.81161e+08 6.34394e+08 2.45842e+09 1.69310e+09 1.93387e+09 3.55499e+07 9.60996e+06 2.49225e-01 9.25481e+05 1.95464e+04 6.42328e+04 9.97939e+05 3.91580e+05 3.37808e+05 7.35634e+05 1.46728e+05 1.67398e+05 1.23065e+05 9.68969e+04 3.60988e+04 5.42882e+05 1.94042e+06 4.95182e+04 8.19152e+05 1.30455e+06 3.62680e+05 9.73443e+05 3.15923e+05 2.26250e+06 2.90502e+06 4.36764e+06 7.42416e+05 8.72536e-01 3.44235e-01 6.42142e+06 4.52446e+05 1.82508e+05 7.49489e+05 1.31961e+06 1.42709e+05 9.99220e+05 5.20263e+05 1.23438e+06 3.81227e+04 2.77969e+05 6.17498e+04 5.93890e+05 2.97214e+06 5.08607e+04 6.55538e+05 1.45801e+06 1.87275e+04 2.41332e+06 7.49432e+05 3.23266e+06 7.43774e+05 5.60227e+06 3.14073e+03 9.01389e+05 3.47082e+00 1.37581e+04 8.52169e+03 7.66261e+02 1.10733e+03 5.28603e+02 1.84169e+03 2.60376e+03 2.05694e+03 2.78574e+03 1.80585e+03 6.85722e+02 2.78163e+01 2.51332e+03 2.46092e+04 2.96491e+03 3.90325e+04 3.61951e+04 1.99806e+04 1.42511e+04 1.60044e+04 4.12480e+04 1.66352e+04 3.24640e+04 6.45577e+02 2.82742e+02 3.40958e-02 2.90160e+06 5.20286e+05 4.14405e+06 2.56228e+06 1.14842e+06 1.20503e+06 3.40019e+06 1.74344e+06 5.14630e+05 3.86323e+05 2.37758e+05 8.85765e+04 2.26798e+06 6.21019e+06 4.36839e+05 9.68954e+06 9.94323e+06 5.60412e+06 1.53184e+06 1.58181e+06 6.75744e+06 1.21667e+07 1.76921e+07 1.47202e+06 3.63082e+05 3.34112e+01 2.62363e+07 4.52677e+06 9.57347e+06 5.15146e+06 3.41185e+06 9.67899e+05 3.57237e+06 8.10775e+05 1.78555e+06 1.59703e+06 7.70210e+05 8.84317e+04 3.49651e+06 6.05542e+06 2.13159e+05 1.12566e+07 7.03223e+05 4.56742e+06 2.92727e+06 1.29861e+06 8.00821e+06 7.63646e+06 1.04333e+07 8.21135e+03 2.35666e+06 5.96559e+00 5.94007e+05 1.20678e+05 8.46517e+04 1.26592e+05 5.06907e+04 1.65830e+05 2.70369e+05 1.71149e+05 4.05471e+05 1.07916e+05 6.03332e+04 4.02160e+03 2.64079e+05 7.62754e+05 5.88145e+04 1.14342e+06 1.03282e+06 5.75251e+05 9.21624e+05 9.21541e+05 1.41612e+06 4.60883e+05 1.04593e+06 1.35166e+04 4.38261e+03 6.05466e-02 1.52105e+05 2.21221e+04 3.39075e+05 4.09394e+05 6.18312e+03 2.90425e+04 2.59256e+04 2.17988e+04 6.32542e+04 1.22791e+04 6.62866e+03 3.00326e+02 3.03606e+05 1.30188e+06 6.57422e+04 1.09132e+06 6.88289e+05 6.92046e+05 4.59371e+05 2.37409e+05 9.19447e+05 4.31529e+05 5.96114e+05 1.33857e+04 5.34900e+03 2.35348e-01 1.54047e+05 1.49880e+05 1.19509e+05 1.37242e+05 9.02995e+04 1.43869e+05 1.70914e+05 1.72595e+05 2.53095e+05 1.21248e+05 9.19683e+04 1.30406e+04 2.30248e+05 6.39747e+05 2.85255e+05 8.78698e+05 7.17882e+05 5.62560e+05 5.75337e+05 5.12266e+05 1.31557e+06 8.26923e+05 1.35604e+06 2.49979e+05 5.13971e+04 5.59213e-01 0.00000e+00 +8.62947e+04 2.88260e+03 1.51405e+03 1.25771e+04 4.71271e+02 1.59063e+03 1.04593e+04 2.03103e+03 3.33772e+03 8.05779e+02 5.72229e+02 3.03946e+01 6.88465e+03 1.62035e+04 9.02642e+02 2.38349e+04 2.27288e+04 7.69607e+03 2.49403e+04 3.55664e+04 3.80776e+04 1.03146e+03 5.97500e+03 1.32858e+01 1.15033e+02 4.74848e-02 4.19527e+04 1.53838e+03 1.01998e+04 2.65623e+03 3.60583e+02 5.64366e+02 2.71375e+03 8.44152e+02 1.09767e+03 2.28066e+02 2.12123e+02 5.96202e+00 1.49084e+04 9.24562e+03 1.21327e+03 2.24961e+04 2.07766e+04 6.68170e+03 4.80116e+03 4.49129e+03 2.57912e+04 1.07016e+03 4.13703e+03 1.48004e+01 2.54924e+02 3.38695e+00 5.07959e+04 2.15288e+03 1.31189e+06 4.55289e+04 2.64767e+03 8.02592e+03 5.60807e+04 1.33166e+04 2.49667e+04 6.93497e+03 4.01405e+03 3.15892e+02 8.59895e+04 2.70742e+05 9.74532e+03 2.19030e+05 3.00670e+05 5.38087e+04 1.59741e+04 2.20273e+04 3.46928e+05 7.27835e+03 1.41471e+05 1.65843e+02 4.84624e+02 9.38551e-01 3.25709e+02 1.16404e+01 4.50392e+02 5.44294e+02 2.88963e+01 1.02574e+02 5.50610e+02 1.58752e+02 1.91758e+02 4.46533e+01 3.32131e+01 2.18104e+00 9.62798e+02 1.35421e+03 6.67349e+02 9.10137e+03 8.56968e+03 2.77489e+03 8.48657e+02 1.33506e+03 1.09301e+04 4.94155e+02 1.96975e+03 1.32433e+01 1.21270e+02 1.68581e+00 5.23588e+04 1.94406e+03 1.12658e+05 2.60776e+04 9.68477e+02 3.22792e+03 1.96908e+04 4.44647e+03 7.64219e+03 2.18994e+03 1.31251e+03 1.01650e+02 8.59633e+04 3.79567e+04 4.86654e+03 1.18315e+05 3.10391e+05 3.23503e+04 1.31178e+04 1.91277e+04 1.29483e+05 5.12202e+03 2.49392e+04 7.50265e+01 6.20967e+02 1.82328e+00 4.07005e+02 2.17278e+01 7.19718e+02 2.55986e+02 2.03999e+01 4.96825e+01 2.40262e+02 7.04457e+01 5.27152e+01 1.59279e+01 2.10312e+01 1.57917e+00 1.58873e+03 1.34642e+03 5.50391e+02 4.18678e+03 4.51095e+03 1.68911e+03 8.16431e+02 1.14262e+03 3.75623e+03 1.54745e+02 7.43457e+02 1.07872e+01 5.10705e+01 2.44672e-01 2.92771e+05 8.44078e+03 1.55249e+05 1.58902e+05 7.00512e+04 6.30744e+04 1.55093e+05 5.65835e+04 5.41775e+04 4.60013e+04 2.15729e+04 1.59549e+03 1.08694e+05 2.11752e+05 1.79086e+04 2.44519e+05 5.04677e+05 1.79395e+05 1.98170e+05 9.20748e+04 9.05049e+05 3.70669e+05 7.20305e+05 2.99762e+02 8.60317e+04 6.58027e-01 4.71304e+04 5.54984e+02 1.64982e+04 6.87860e+03 5.23867e+02 9.47697e+02 8.00286e+03 2.62362e+03 3.50639e+03 8.77686e+02 6.29731e+02 4.93577e+01 1.74799e+04 1.80329e+04 1.45090e+03 2.30226e+04 2.27689e+04 7.61685e+03 8.94656e+03 1.37000e+04 3.74801e+04 3.39657e+03 1.44892e+04 5.15540e+01 3.77637e+02 1.42751e+00 1.65155e+01 1.84544e+00 1.13717e+03 1.24521e+02 5.88178e+00 2.54135e+01 5.95451e+02 1.70409e+01 1.53295e+01 5.74721e+00 8.85229e+00 1.21223e+00 7.10412e+02 2.41519e+02 3.23530e+02 2.80395e+03 2.48930e+03 4.77136e+03 7.13490e+02 6.65561e+02 3.57322e+03 2.68299e+03 1.03050e+04 2.13993e+02 8.65220e+02 3.08590e-01 1.34661e+06 1.17497e+05 1.04907e+06 9.99873e+05 2.63760e+05 8.38937e+05 1.05684e+06 8.55863e+05 8.91933e+05 8.22108e+05 1.85033e+05 1.00215e+04 5.77083e+05 1.06709e+06 8.43947e+04 3.52516e+06 8.70421e+05 9.58615e+05 2.53249e+06 7.76050e+05 1.92708e+07 1.95563e+06 7.31888e+06 3.29407e+04 2.22406e+03 2.57723e-01 1.39432e+00 7.14139e+02 8.36546e+04 3.50733e+05 8.29390e+04 2.62627e+05 5.40682e+05 4.96890e+05 8.33726e+05 1.95251e+05 1.78121e+05 1.32854e+04 7.56849e+05 1.24814e+06 3.85491e+05 1.46503e+06 1.04994e+06 1.36180e+04 5.34567e+05 2.99348e+05 3.62869e+06 4.43791e+05 2.89882e+06 5.26308e-01 1.30513e+05 4.41516e-01 1.79271e+04 5.72266e+02 1.11089e+05 4.86468e+03 3.24345e+02 7.26513e+02 7.40698e+03 1.34881e+03 1.70863e+03 3.84844e+02 2.65473e+02 1.73851e+01 9.38765e+04 2.90833e+04 2.31505e+03 4.66902e+04 4.83439e+04 1.38332e+04 1.12461e+04 1.34197e+04 2.65150e+04 7.88594e+02 3.67438e+03 1.35417e+01 9.76279e+01 6.49961e+02 2.65950e+03 2.54424e+02 6.23410e+03 1.05608e+04 1.45367e+02 3.99003e+02 3.71642e+03 5.30675e+02 1.03771e+03 2.74280e+02 2.03393e+02 1.31536e+01 1.10057e+04 9.19984e+03 2.34396e+03 4.30700e+04 4.69152e+04 1.64521e+04 7.29804e+03 9.34049e+03 5.27635e+04 2.51611e+03 1.15786e+04 4.92155e+01 2.59978e+02 2.88218e-02 3.06102e+03 1.31073e+02 2.65500e+04 3.98928e+04 1.85234e+03 5.02768e+03 3.60033e+04 1.00043e+04 1.03997e+04 2.50180e+03 2.01661e+03 1.59051e+02 4.26974e+04 3.16969e+04 3.87904e+03 7.02636e+04 4.65290e+03 2.07515e+04 1.61744e+04 2.48685e+04 1.71861e+05 1.09580e+04 4.19391e+04 2.28375e+02 1.37073e+02 2.40806e+00 5.53375e+05 1.85226e+04 5.25143e+04 1.48971e+05 2.85244e+04 2.07706e+04 1.67001e+05 3.13141e+04 5.86052e+04 1.49332e+04 1.02188e+04 6.25852e+02 1.42894e+05 1.37042e+05 1.97422e+04 4.14035e+05 4.11476e+05 1.43283e+05 1.16548e+05 1.64265e+05 4.90435e+05 1.84649e+04 1.04060e+05 3.50670e+02 2.20656e+03 1.08213e+00 1.14868e+03 6.39132e+01 1.64623e+03 1.53144e+03 8.29180e+01 2.22317e+02 1.15945e+03 2.90087e+02 4.10119e+02 7.87479e+01 8.38103e+01 7.87923e+00 2.23963e+03 2.28651e+03 1.19441e+03 1.34896e+04 1.47955e+04 5.36617e+03 3.43554e+03 3.76315e+03 1.55790e+04 5.69102e+02 2.88693e+03 2.88462e+01 1.39420e+02 4.64126e-01 6.60226e+01 3.78394e+02 1.58228e+03 2.90170e+02 1.02126e+02 8.82830e+01 6.72148e+02 1.58081e+02 1.80695e+02 1.28594e+02 1.53812e+02 1.71098e+02 3.60544e+02 2.92194e+03 1.95317e+02 1.07982e+02 2.71442e+05 5.34848e+01 2.24536e+03 7.40850e+02 4.41158e+02 4.50522e+01 6.21455e+01 4.53215e+02 2.24209e+04 5.39051e+05 3.91688e+03 1.00385e+01 7.38561e+04 3.09392e+05 5.99081e+04 6.21362e+04 4.62177e+05 2.04434e+05 5.08937e+04 5.95127e+04 2.92137e+04 2.41644e+04 3.03317e+05 4.36055e+05 2.28214e+05 1.49759e+05 4.82340e+05 4.05525e+05 6.04021e+04 3.95755e+04 7.94331e+06 1.68206e-01 1.94615e+06 2.53918e-01 5.37623e+03 2.96629e-01 2.98122e+03 1.98395e+02 1.21969e+03 1.07605e+03 4.93753e+01 9.38876e+01 4.60594e+02 1.28930e+02 1.66217e+02 4.98137e+01 4.67910e+01 3.60866e+00 1.30361e+03 7.09088e+02 5.39638e+02 4.64581e+03 5.95630e+03 1.56884e+03 6.99759e+02 1.22937e+03 5.28990e+03 3.82124e+02 1.47672e+03 1.60302e+01 3.36022e+01 6.25001e-01 3.56630e+04 1.42227e+03 1.09467e+03 3.83153e+03 2.67478e+02 6.68044e+02 5.42889e+03 1.05864e+03 1.71084e+03 4.43038e+02 2.87173e+02 2.06883e+01 2.75970e+03 5.39776e+03 9.45371e+02 1.51622e+04 1.89517e+04 4.63360e+03 5.15058e+03 6.28962e+03 1.37394e+04 8.17030e+02 3.30186e+03 3.41719e+00 8.46001e+01 1.83146e+00 2.10752e+02 4.26005e+00 1.22995e+04 7.58655e+01 1.74713e+00 4.82598e+00 3.80678e+01 6.38910e+00 1.37331e+01 3.86626e+00 2.18296e+00 1.06068e-01 9.74723e+02 3.97566e+03 1.81821e+02 3.33217e+03 3.37909e+04 1.68451e+03 1.20642e+03 1.35216e+03 2.79990e+05 5.40478e+00 3.90388e+03 5.33668e+00 4.61199e+03 1.25631e+00 1.25966e+03 8.41696e+01 2.56689e+02 4.47598e+01 2.47114e+00 6.02427e+00 5.77454e+01 1.87973e+01 2.04309e+01 4.75928e+00 2.85170e+00 1.97483e-01 1.26149e+03 2.77980e+02 9.69259e+00 1.72875e+02 1.68928e+02 1.08658e+02 1.00459e+02 8.34666e+01 2.24508e+02 1.36155e+01 5.16385e+01 8.68180e-01 2.09452e+00 6.16857e-01 1.50889e+04 6.96304e+02 1.18792e+04 9.75886e+03 3.27146e+03 2.66200e+03 8.12823e+03 3.87590e+02 1.11378e+03 1.21804e+02 5.10320e+02 1.90119e+02 2.88322e+03 4.06537e+03 2.13822e+02 2.75592e+03 6.12956e+03 3.78081e+03 1.02430e+04 3.61176e+03 2.10455e+04 1.78771e+04 6.16390e+03 1.11270e+03 5.52680e+03 3.88270e+01 1.83890e+04 1.38107e+03 1.34534e+04 7.72809e+03 1.32007e+03 1.75764e+03 8.28958e+03 2.38954e+03 3.04859e+03 6.87379e+02 5.64080e+02 5.31808e+01 2.08470e+04 5.68825e+03 2.41046e+03 3.89861e+04 3.46064e+04 1.10392e+04 6.93270e+03 8.92169e+03 4.22761e+04 1.87563e+03 7.29047e+03 4.10878e+01 2.38233e+02 1.89717e+00 1.06259e+05 7.46859e+03 4.84197e+05 1.79577e+05 9.17507e+03 2.18464e+04 8.35033e+04 2.51781e+04 3.70046e+04 9.96008e+03 1.79393e+04 4.59506e+02 9.26885e+05 2.38422e+05 6.02346e+04 7.20669e+05 6.45194e+05 3.57613e+05 1.37765e+05 1.59781e+05 8.34951e+05 9.53229e+04 4.01957e+05 3.06656e+03 1.31316e+04 1.70140e+00 7.53785e+05 1.61932e+05 3.64228e+05 9.97080e+05 4.32468e+05 4.56361e+05 1.69603e+06 7.27816e+05 1.22619e+06 8.29535e+05 9.88201e+04 3.68153e+04 5.58604e+05 6.86097e+05 3.94862e+04 5.08933e+05 1.13194e+06 5.80089e+05 9.27977e+05 8.45836e+05 3.58048e+06 1.47519e+04 1.18970e+06 2.64103e+03 7.57975e+05 1.43431e+00 1.50721e+02 5.00296e+00 7.74601e+02 4.61264e+02 3.50972e+01 8.92670e+01 4.63406e+02 1.31219e+02 1.41507e+02 4.15179e+01 4.50468e+01 1.68290e+00 1.51992e+03 1.27306e+03 1.32298e+03 1.00496e+04 1.04611e+04 3.62615e+03 1.98377e+03 2.51349e+03 1.56472e+04 1.04171e+03 4.44873e+03 7.15127e+01 3.40274e+02 3.22689e-01 2.38422e+03 7.65900e+01 7.62398e+04 4.66006e+03 3.59496e+02 9.10983e+02 5.91377e+03 1.36669e+03 2.37290e+03 5.74762e+02 3.80067e+02 1.86840e+01 3.92322e+04 3.50405e+03 6.71905e+02 1.71052e+04 8.88387e+03 4.33826e+03 3.25190e+01 5.19303e+01 3.29695e+04 1.65042e+03 6.99126e+03 2.07567e+01 6.70771e+01 6.61332e-01 3.13369e+03 2.27335e+02 1.22835e+01 8.14438e+03 6.81166e+02 8.88700e+02 6.85608e+03 1.91628e+03 2.22716e+03 3.88061e+02 3.03627e+02 2.38594e+01 2.53726e+02 1.52934e+03 1.35117e+03 3.47426e+04 2.97052e+04 1.79301e+04 1.60019e+03 8.92138e+02 4.42797e+04 8.21906e+02 9.47791e+03 4.23073e+01 4.32967e+02 8.47034e+01 1.39178e+02 5.67897e+00 1.02343e+02 3.61888e+03 1.98461e+02 3.94611e+02 3.06912e+03 5.45348e+02 9.85671e+02 2.71952e+02 1.80696e+02 7.47054e+00 1.07446e+04 2.20042e+03 4.28808e+02 9.22267e+03 1.41014e+04 3.77712e+03 9.46247e+02 1.56499e+03 7.08121e+03 3.57577e+02 1.58299e+03 6.28642e+00 4.38943e+01 1.21363e+00 6.38091e+03 6.27204e+02 8.15875e+01 3.85675e+02 5.32709e+01 1.03341e+02 8.05830e+02 1.97051e+02 1.86626e+02 6.35647e+01 6.04458e+01 5.69655e+00 2.37819e+02 3.71745e+02 7.66440e+01 1.07616e+03 2.52279e+03 2.61339e+02 2.07597e+02 2.56087e+02 3.18157e+03 7.64459e+01 3.63731e+02 2.63397e+00 5.40814e+01 3.07027e-01 9.20725e+04 3.33877e+03 3.43384e+03 1.37255e+04 6.74315e+03 2.35533e+03 9.62142e+03 1.91985e+03 3.22244e+03 8.44130e+02 7.33353e+02 8.92257e+01 9.07091e+03 1.98317e+04 3.29759e+03 3.70300e+04 4.03062e+04 1.36302e+04 9.13337e+03 1.15314e+04 3.02344e+04 7.40110e+02 4.39126e+03 3.67973e+01 2.00550e+02 2.57724e+00 8.74662e+04 3.08966e+03 2.45559e+04 2.79596e+04 1.15481e+03 4.68283e+03 2.02228e+04 4.31151e+03 7.74969e+03 2.05968e+03 1.41096e+03 1.43964e+02 2.60560e+04 1.44943e+04 5.02782e+03 8.58091e+04 9.07943e+04 3.45849e+04 1.50702e+04 1.87974e+04 7.09828e+04 2.18912e+03 1.01599e+04 4.12568e+01 3.10161e+02 1.42223e+00 1.29569e+06 1.98133e+05 1.34987e+06 7.45457e+05 1.84431e+05 1.03128e+06 1.49799e+06 1.00397e+06 1.30886e+06 7.12145e+05 3.91990e+05 9.22681e+04 1.49538e+06 3.68102e+06 1.24471e+05 1.60429e+06 3.56816e+06 1.08439e+06 1.59125e+06 5.52243e+05 2.88661e+07 2.78590e+06 2.51433e+06 5.92679e-03 1.70099e+00 2.39793e-01 2.32329e+03 2.36818e+02 5.51120e+02 3.97664e+02 3.70106e+01 7.77981e+01 4.08073e+02 1.12202e+02 2.19150e+02 4.12900e+01 3.03270e+01 1.89049e+00 1.09146e+03 1.36501e+03 3.25879e+02 3.76948e+03 3.48098e+03 1.21376e+03 1.17915e+03 1.72345e+03 4.44298e+03 1.68922e+02 7.33077e+02 1.23378e+01 6.95633e+01 9.16122e-01 3.54572e+02 1.11964e+01 3.40119e+03 6.23432e+02 1.68432e+01 5.24570e+01 3.68096e+02 7.04176e+01 1.34514e+02 5.48049e+01 2.03726e+01 1.01151e+00 2.15014e+04 1.69225e+04 2.90123e+03 7.16639e+04 6.51019e+03 2.16652e+04 1.36389e+04 1.98978e+04 1.72920e+05 1.12064e+03 2.92976e+04 1.25665e+02 1.49218e+02 9.96166e-02 9.91608e+03 7.26063e+02 5.70054e+02 1.62668e+03 9.25832e+01 2.47983e+02 1.53822e+03 3.41423e+02 5.35501e+02 1.50650e+02 1.15666e+02 7.40466e+00 1.11230e+03 5.30773e+02 2.72269e+02 4.44460e+03 4.29621e+03 1.45029e+03 3.48861e+02 5.02455e+02 3.28454e+03 1.10308e+02 5.62840e+02 2.22390e+00 1.52704e+01 6.39455e-03 6.24258e+04 3.19811e+03 1.13292e+04 6.31529e+03 2.55488e+02 6.78062e+02 4.66269e+03 9.41315e+02 1.52520e+03 4.16948e+02 2.93758e+02 2.35416e+01 3.57597e+04 1.32530e+03 2.09152e+03 2.67794e+04 2.65361e+04 1.01347e+04 4.01439e+03 5.11194e+03 1.85988e+04 3.14897e+02 2.22016e+03 1.20886e+01 5.66714e+01 1.67959e+00 1.45351e+05 7.35607e+03 4.03404e+04 4.67987e+05 1.13589e+05 1.40092e+05 2.71469e+05 1.02440e+05 5.93116e+04 2.53849e+04 1.14656e+04 1.00445e+03 3.24453e+04 1.38369e+05 1.10801e+04 1.42811e+05 3.17631e+05 2.30232e+04 7.98925e+04 2.48690e+04 7.63517e+06 9.81381e+03 6.89459e+05 1.24500e+02 3.57314e+04 4.16981e-01 5.54220e+07 4.86164e+06 7.81391e+07 2.95270e+08 1.08429e+08 9.26715e+07 3.72343e+08 1.75608e+08 3.62259e+08 1.60072e+08 3.68079e+07 1.19068e+00 8.80909e+07 6.11882e+07 1.46324e+07 1.88595e+08 4.19461e+08 9.39603e+07 9.91948e+07 2.41263e+07 2.44677e+08 8.11764e+05 7.54143e+07 9.40226e+05 7.28050e+06 5.60238e+00 4.63287e-04 3.33183e-04 5.21948e-04 2.47483e-03 1.05320e-03 7.45181e-04 3.80506e-03 8.12446e-04 8.47884e-04 2.71035e-04 3.47601e-04 1.00993e-07 1.86750e-02 7.90225e-03 1.62586e-04 2.09555e-03 4.66079e-03 3.13850e-04 7.91566e-04 1.35381e-03 5.30895e-03 9.36984e-03 5.08434e-03 1.00988e-07 1.10958e-03 2.38893e-01 1.35790e+04 1.26801e+03 6.10449e+04 2.69978e+03 1.77856e+02 6.14712e+02 3.29741e+03 9.96459e+02 2.05031e+03 4.32047e+02 2.90286e+02 1.68625e+01 2.24228e+04 5.99322e+03 1.14269e+03 2.58005e+04 1.61437e+04 5.45223e+03 6.27867e+03 8.10418e+03 2.05879e+04 8.55381e+02 2.77775e+03 1.16023e+01 1.07203e+02 8.17123e-01 8.83273e+04 9.86183e+02 5.72485e+03 6.12899e+04 4.76280e+03 7.87858e+03 5.35082e+04 1.00962e+04 2.11388e+04 3.66990e+03 2.70599e+03 1.49440e+02 7.40504e+04 4.29435e+04 7.90930e+03 1.83183e+05 1.85588e+05 5.75651e+04 4.64238e+04 6.25320e+04 3.47236e+05 1.71641e+04 6.78786e+04 2.63042e+02 2.10136e+03 1.19829e+01 1.10148e+04 1.36251e+03 8.65777e+03 3.34540e+04 3.63654e+03 6.15595e+03 4.57971e+04 8.25854e+03 1.33563e+04 2.76784e+03 2.37056e+03 1.90468e+02 4.13860e+04 2.63923e+04 7.82756e+03 1.44219e+05 5.44812e+04 4.03272e+04 2.20488e+04 3.14724e+04 2.25828e+05 1.66683e+03 4.43716e+04 3.07361e+02 3.49200e+02 1.96575e+00 2.39863e+05 2.18943e+04 6.34809e+04 5.86664e+05 9.26977e+03 2.85615e+04 1.90138e+05 6.99377e+04 5.56443e+04 1.54999e+04 1.05742e+04 1.47034e+03 1.40213e+05 2.17775e+05 6.24053e+04 1.09770e+06 1.17926e+06 4.75787e+05 1.21756e+05 1.19734e+05 1.18330e+05 6.24410e+04 1.91026e+05 1.07089e+03 6.20756e+03 3.13742e+00 3.59661e+03 1.76902e+02 4.04369e+03 1.08144e+04 4.44223e+02 1.35469e+03 8.19656e+03 1.57415e+03 2.87381e+03 7.23005e+02 5.22148e+02 4.29025e+01 7.74317e+03 5.50161e+03 1.26164e+03 2.48101e+04 2.70780e+04 7.81071e+03 5.21317e+03 7.74503e+03 4.83478e+04 2.42915e+03 1.17682e+04 5.91511e+01 2.99140e+02 4.28314e-01 1.41279e+02 2.87901e-01 1.08450e+04 1.44270e+04 5.30880e+03 1.00898e+04 3.24827e+04 2.62798e+04 2.62188e+04 2.50563e+04 9.60338e-01 2.23308e+03 1.73617e+05 6.11097e+04 4.37179e+03 2.92137e+04 8.66712e+04 1.25354e+04 1.38722e+04 1.74815e+04 2.48359e+05 3.71660e+04 9.23592e+04 8.90761e-01 5.72317e+02 3.30601e+00 3.03150e+05 6.22826e+03 4.43191e+04 8.84639e+04 3.29613e+03 1.04491e+04 4.93442e+04 7.68828e+03 1.62073e+04 4.73151e+03 3.22020e+03 3.08349e+02 1.39558e+05 4.61614e+04 8.21885e+03 1.52725e+05 1.48913e+05 5.75873e+04 3.84621e+04 4.29055e+04 1.76286e+05 6.46340e+03 3.18336e+04 1.13696e+02 7.41237e+02 3.99050e+00 6.40282e+04 2.95719e+03 1.50983e+04 3.91760e+04 9.47332e+02 2.16831e+03 1.75553e+04 5.48129e+02 3.13564e+03 1.58994e+03 1.11843e+03 1.29372e+02 7.15442e+04 1.59872e+04 2.13891e+02 7.24511e+03 9.57127e+03 2.79878e+03 1.34527e+03 2.47136e+03 4.52891e+04 5.07045e+02 7.22182e+03 8.89156e+00 1.51892e+02 3.95359e-05 1.37877e+05 6.67147e+03 1.42776e+05 4.28158e+04 1.74227e+03 6.12675e+03 2.74022e+04 8.56471e+03 1.32158e+04 2.84740e+03 2.41799e+03 2.32072e+02 1.27366e+05 4.07084e+03 3.82676e+03 7.05326e+04 6.53584e+04 2.25857e+04 2.23512e+04 2.76313e+04 7.41929e+04 1.39927e+03 7.60003e+03 2.88402e+01 2.18434e+02 3.17052e+00 2.50017e+03 7.03353e-01 3.61167e+03 1.01571e+02 2.59555e+01 2.31481e+01 3.37390e+03 4.52457e+01 8.96831e+00 2.31872e+04 1.68482e+01 6.31963e-01 3.40619e+04 3.03849e+03 5.66281e+04 6.67274e+02 1.15946e+01 2.51017e+02 4.50027e+05 3.00557e+05 7.80098e+06 2.38863e+03 6.29596e+05 4.39904e-01 4.55886e-01 6.33695e-01 6.07840e+02 2.20990e+01 1.02916e+03 4.19334e+02 3.13332e+01 6.47616e+01 3.41215e+02 8.92084e+01 1.03910e+02 2.96373e+01 2.98772e+01 2.10442e+00 2.43709e+03 1.02768e+03 1.20138e+03 9.68610e+03 1.05346e+04 3.78352e+03 3.10387e+03 4.75535e+03 4.99122e+03 2.81217e+02 1.14958e+03 1.31557e+01 4.31375e+01 2.10490e-01 9.88888e+03 3.51076e+02 9.90566e+02 6.59450e+03 1.26884e+03 7.63152e+02 4.94273e+03 1.35708e+03 2.45484e+03 3.62800e+02 4.03064e+02 2.31032e+01 9.90105e+03 8.19741e+03 7.69571e+02 1.59600e+04 3.08781e+04 5.58878e+03 5.88993e+02 6.74046e+02 2.85691e+04 6.77363e+02 3.01889e+03 2.02714e+01 1.55093e+02 3.32099e+00 1.53589e+03 3.46229e+02 4.76182e+05 5.19612e+03 1.18762e+03 1.00982e+03 3.60179e+03 2.13129e+03 2.85960e+03 2.57523e+03 3.85700e+02 1.43692e+02 5.92959e+01 3.21474e+03 1.16784e+02 1.50521e+03 3.34780e+03 1.80878e+03 1.40528e+04 1.13302e+02 3.90473e+04 5.19710e-02 7.57406e+02 5.51763e-02 7.47241e+01 7.88236e-01 1.72860e+06 6.71786e+04 7.34925e+05 8.88195e+05 6.05241e+04 1.14458e+05 7.60581e+05 1.47149e+05 2.71096e+05 6.94006e+04 4.87653e+04 3.57270e+03 2.10490e+06 4.97975e+05 9.69876e+04 2.09027e+06 2.01642e+06 7.48756e+05 4.43272e+05 6.32383e+05 2.21317e+06 8.14324e+04 4.30860e+05 1.32104e+03 9.96717e+03 1.64188e+00 5.68214e+04 2.11830e+03 1.52959e+04 5.41559e+04 1.01198e+04 6.16792e+03 4.12991e+04 8.05877e+03 1.27637e+04 3.17054e+03 2.55316e+03 1.72834e+02 4.77885e+04 2.69304e+04 6.08303e+03 1.18648e+05 4.66556e+04 4.70661e+04 2.52283e+04 3.67060e+04 1.90230e+05 8.07136e+03 4.21588e+04 1.40583e+02 2.97348e+02 1.19069e+03 1.54053e+04 1.09608e+03 1.28124e+03 1.45546e+03 9.91754e+01 2.38777e+02 1.47383e+03 3.29543e+02 4.48676e+02 1.23027e+02 9.33687e+01 7.51196e+00 1.56823e+03 7.64673e+03 9.96445e+02 1.30292e+04 1.41757e+04 4.64439e+03 3.35389e+03 4.75760e+03 9.98395e+03 5.19547e+02 2.11842e+03 1.26836e+01 6.07683e+01 1.07718e-01 1.15775e+04 4.14351e+03 6.48522e+03 1.21081e+03 7.16440e+02 1.08133e+03 3.18156e+03 4.05176e+02 4.42972e+02 2.32102e+02 3.07578e+02 1.62118e+02 6.18712e+04 2.51041e+03 1.54499e+03 4.37958e+03 5.62569e+03 8.59007e+02 5.52215e+03 9.24407e+02 5.46785e+04 1.13410e+04 3.57985e+03 8.12561e-01 9.10388e+01 1.07508e+00 3.49861e+06 1.71530e+06 8.65564e+04 1.16946e+05 1.23113e+05 7.82983e+04 6.63286e+04 7.80446e+04 5.84099e+04 7.26920e+04 8.64521e+04 9.86380e+04 7.44835e+04 2.05525e+06 5.80090e+05 5.58117e+05 6.07338e+05 6.25718e+05 3.40821e+05 2.93811e+05 4.96313e+05 4.88619e+05 5.01347e+05 5.18881e+05 5.41484e+05 3.00627e+04 7.20274e+03 2.20300e+03 1.31725e+03 4.23437e+03 2.91599e+02 6.66658e+02 2.30427e+03 6.16613e+02 6.70733e+02 1.81525e+02 1.99650e+02 1.33257e+01 3.20082e+03 1.28871e+03 9.34577e+02 1.11104e+04 9.68252e+03 3.55273e+03 3.52034e+03 4.83768e+03 1.10224e+04 6.03017e+02 2.54951e+03 1.83233e+01 9.38544e+01 4.31689e+00 1.16749e+00 6.12464e-01 8.09860e+01 1.12513e+00 1.08144e+01 1.57931e+00 1.16799e+03 2.32688e+00 4.47415e+00 1.72530e+01 6.20160e-01 5.73185e-01 9.21973e+02 1.64697e+04 3.88840e+04 2.81943e+05 2.85946e+03 8.96778e-01 3.99851e+05 6.14702e-01 2.66569e+05 7.69321e+03 3.33862e+05 8.10891e-01 5.75409e+04 3.05262e-01 9.05594e-01 4.76750e-01 4.85345e+05 2.14107e+06 8.02706e+05 1.84925e+06 5.20573e+06 3.06232e+06 4.01056e+06 2.31106e+06 5.09726e+05 7.91743e+04 6.46274e+06 4.22030e+06 1.43801e+06 5.04525e+06 4.90901e+06 1.73756e+06 9.21890e+06 3.01965e+06 5.73462e+07 2.95120e+06 7.89256e+06 8.70482e+04 2.10244e+05 2.72181e-01 2.64529e+03 2.52248e+02 1.84109e+03 1.17427e+03 7.97888e+01 2.90708e+02 1.36829e+03 4.01614e+02 3.41392e+02 8.45876e+01 1.65789e+02 8.71918e+00 2.70183e+03 1.72387e+03 9.08198e+02 9.00866e+03 9.07797e+03 3.27864e+03 3.21286e+03 3.77872e+03 2.20451e+04 1.11344e+03 4.34806e+03 3.48313e+01 2.01313e+02 5.11231e-01 1.18206e+04 7.28537e+02 1.11482e+05 4.03791e+03 2.87425e+02 8.92543e+02 5.41258e+03 1.45973e+03 1.64500e+03 3.49973e+02 3.15210e+02 3.30283e+01 3.80083e+04 7.68764e+03 8.34727e+02 1.73030e+04 1.07505e+04 3.46176e+03 5.15036e+03 5.72634e+03 4.43119e+04 9.56626e+02 3.94291e+03 2.04202e+01 1.76931e+02 2.95344e-01 5.93571e+03 3.97766e+02 3.89951e+02 5.63383e+02 2.83214e+01 8.56373e+01 6.32593e+02 1.22406e+02 2.10389e+02 4.98241e+01 3.25386e+01 1.48484e+00 1.06982e+03 1.97593e+03 3.20170e+02 6.94901e+03 6.93734e+03 2.36318e+03 5.64300e+02 8.81721e+02 4.39311e+03 1.16633e+02 7.32743e+02 1.60543e+00 1.15103e+01 2.01842e-02 6.10929e-07 1.01804e-07 1.07028e-07 6.11583e-07 8.20420e-08 2.04515e-08 1.02302e-07 1.02586e-07 7.46803e-08 8.16707e-09 1.41193e-08 5.26015e-09 1.05780e-07 3.40281e-07 7.10997e-09 1.00265e-07 1.98338e-07 2.03321e-07 7.11326e-07 1.06197e-07 5.09889e-07 1.01889e-07 2.21682e-07 2.03991e-07 7.61727e-08 1.29137e-01 2.76884e-01 1.21170e+04 2.20340e+05 3.45634e+05 1.81851e+05 9.09348e+05 2.13262e+06 9.42218e+05 2.13752e+06 1.61795e+05 2.32503e+05 3.36174e+04 1.78107e+06 7.93596e+05 1.49193e+05 5.22669e+06 2.17742e+06 1.30260e+05 1.54126e+06 3.52784e+05 1.59855e+07 1.59334e+04 2.40717e+06 6.10880e-04 1.75323e-01 3.58148e-01 2.14675e+05 5.11392e+03 4.98382e+04 4.74588e+04 1.52494e+03 6.25510e+03 2.48617e+04 4.89162e+03 9.01330e+03 2.50397e+03 1.66674e+03 1.70129e+02 1.25813e+05 3.60868e+04 6.60570e+03 1.15045e+05 1.32399e+05 4.23980e+04 2.33000e+04 3.14040e+04 9.07008e+04 1.90464e+03 1.35945e+04 4.25006e+01 2.54643e+02 6.53385e+00 1.45038e+03 1.65252e+04 2.30077e+04 1.28320e+05 5.64199e+04 3.43619e+04 8.40173e+04 4.47288e+04 3.50412e+04 1.62021e+04 2.21538e+04 2.33424e+02 8.67805e+04 1.16761e+05 2.51526e+05 1.27037e+06 8.32268e+04 2.34528e+05 4.56295e+05 1.07048e+05 2.39066e+06 7.83344e-01 7.19774e+05 1.03643e+00 4.19411e+04 8.38645e-01 2.60331e+01 4.49088e+02 6.39741e+00 1.02613e+02 4.66994e+01 4.74477e+01 7.10524e+01 7.19906e+01 1.34624e+02 1.47225e+01 2.54525e+01 9.48229e+00 7.39287e+02 3.09611e+03 6.25863e+01 7.03862e+02 1.85947e+03 3.22330e+02 3.05509e+03 6.01099e+02 1.69205e+03 1.66226e+03 2.61850e+02 4.77297e-01 1.36984e+02 5.71882e-01 7.16525e+04 3.14438e+03 9.34428e+03 6.87953e+04 6.11965e+03 7.35711e+03 5.61308e+04 9.56283e+03 1.69574e+04 4.57896e+03 3.24111e+03 2.15683e+02 4.37679e+04 2.26848e+04 1.09981e+04 2.32991e+05 2.68663e+05 8.37175e+04 2.44474e+04 3.37492e+04 1.25743e+05 6.06375e+02 2.76376e+04 9.96264e+01 4.91612e+02 1.44612e+00 2.69109e+04 1.98059e+03 2.31614e+04 7.12601e+03 3.12846e+02 6.31347e+02 3.87500e+03 7.96025e+02 1.45713e+03 4.18100e+02 3.36572e+02 4.29421e+01 1.51754e+04 4.01787e+03 1.76950e+03 2.22315e+04 2.48473e+04 1.01262e+04 2.13381e+03 2.91203e+03 1.41834e+04 4.49574e+02 2.25110e+03 9.12780e+00 6.06416e+01 6.46507e-01 2.14500e+04 5.41796e+02 3.59581e+04 3.47129e+04 1.21713e+03 7.57198e+03 4.44704e+04 1.12081e+04 9.91169e+03 1.81347e+03 1.61351e+03 4.51261e+01 4.16800e+04 2.19201e+04 4.21192e+03 2.56493e+05 7.41746e+04 2.15819e+04 2.56305e+04 2.42344e+04 3.70487e+05 2.26582e+03 1.69077e+04 3.02639e+01 5.15606e+02 8.25642e-05 2.25575e+04 1.71819e+03 1.22345e+03 3.27143e+03 4.82445e+02 4.90550e+02 2.85456e+03 6.14900e+02 7.57857e+02 1.89215e+02 1.91202e+02 2.23325e+01 2.09129e+03 1.58880e+04 1.98843e+03 2.51374e+04 2.91534e+04 1.06259e+04 5.34635e+03 7.11052e+03 8.40102e+03 1.02552e+02 1.01874e+03 7.53187e+00 4.58489e+01 2.23811e-01 4.45576e-03 2.05004e-04 4.88724e-04 3.47768e-03 5.63926e-04 4.36177e-04 2.87004e-03 5.99564e-04 1.00642e-03 2.28956e-04 1.89718e-04 7.84839e-05 2.75604e-03 2.41845e-03 4.77810e-04 1.12371e-02 5.01515e+04 3.46862e-03 1.55409e-03 2.55769e-03 2.38776e-02 8.45763e-04 4.72524e-03 1.02505e-04 5.58992e+02 2.33138e+00 9.17481e+04 6.59376e+03 8.26633e+03 1.56488e+05 8.43845e+05 4.19707e+04 5.31446e+05 1.82963e+05 4.81005e+04 2.00007e+04 1.81273e+04 6.75330e+03 3.11620e+04 1.15753e+04 2.50273e+02 3.22574e+03 7.17450e+03 3.33698e+02 2.05780e+03 2.42412e+02 9.28800e+04 5.31216e+03 6.86640e+03 1.73151e+01 4.96944e+03 2.11235e-01 1.21765e+01 8.38205e+00 8.86115e+03 2.37804e+03 1.17055e+01 1.51801e+04 1.61940e+05 1.43403e+05 1.51116e+05 7.15389e+04 1.58609e+00 1.90885e+00 1.56815e+05 3.75897e+04 2.50777e+04 3.60423e+04 2.32987e+01 4.21431e+04 1.29738e+05 7.87548e+04 1.99043e+05 1.07082e+00 4.79471e+04 7.81716e+00 3.00909e+02 7.94816e-02 6.14737e-01 2.61404e+00 1.19281e-01 4.70848e-01 1.22680e-01 1.43854e-01 1.26530e-01 2.11421e-01 1.70207e-01 9.02648e-02 1.08111e-01 2.89323e-01 5.89716e-01 3.06094e-01 2.74127e-01 1.99713e-01 2.04276e-01 5.44294e-01 4.34329e-01 1.36625e-01 1.73873e-01 3.07684e-01 3.26112e-01 4.62264e-01 3.61290e-01 1.09418e+00 3.82661e+06 1.56692e+05 6.02504e+05 5.76819e+05 3.50484e+05 2.32111e+05 1.32126e+06 6.76462e+05 6.11537e+05 2.07029e+05 1.38593e+05 1.07991e+05 4.61408e+05 1.57703e+06 5.43965e+04 7.01110e+05 1.55937e+06 1.92795e+05 1.83414e+06 4.00172e+05 3.43331e+06 1.14186e+06 6.39726e+05 1.16642e+03 3.34762e+05 1.49982e+00 3.18718e+06 5.25080e+05 5.23259e+06 1.66207e+07 1.44444e+06 1.07874e+06 4.11879e+06 1.42528e+06 3.61438e+06 1.58474e+06 1.15076e+05 2.85524e+04 7.39209e+05 8.12790e+06 3.42504e+05 4.41449e+06 9.81844e+06 5.07521e+06 7.12278e+06 2.98388e+05 5.33235e+06 1.62300e+04 8.49686e+05 2.10558e-03 6.04303e-01 1.56148e-01 2.71397e+05 4.51330e+04 8.43806e+05 2.68574e+06 5.10435e+05 2.80786e+05 3.51785e+06 3.54036e+06 8.86501e+05 4.10464e+06 8.63479e+04 9.88039e+03 1.12508e+06 1.60299e+07 1.14707e+04 1.47844e+05 3.28825e+05 2.11685e+06 9.21123e+06 1.59654e+06 4.24086e+06 1.13771e+06 1.13723e+06 1.23591e+02 3.54707e+04 1.33926e+00 1.35983e+05 1.06926e+04 1.86615e+06 1.75152e+05 5.42673e+03 1.16210e+04 7.14303e+04 1.49721e+04 2.70815e+04 1.19899e+04 6.40566e+03 1.18928e+03 6.74041e+05 2.17044e+05 3.46485e+04 4.66037e+05 4.86332e+05 1.73708e+05 2.03285e+05 2.30290e+05 5.45891e+05 6.10255e+04 2.00717e+05 3.64197e+02 3.72007e+03 4.29978e-01 9.06305e+00 5.16822e+00 2.67623e+04 4.81641e+05 1.55604e+05 3.58123e+04 1.35338e+05 1.00976e+05 6.49297e+04 6.97178e+04 4.11273e+04 1.94464e+01 5.97124e+04 1.43816e+04 8.57253e+04 2.65100e+05 1.53717e+04 1.80454e+05 3.26825e+05 3.07477e+04 1.60915e+05 6.22188e+00 3.43480e+02 9.56603e+00 5.37126e+00 4.45907e-03 1.32896e+05 6.65346e+03 2.09218e+04 1.60679e+05 5.56727e+04 3.83750e+04 1.58868e+05 9.04748e+04 1.77112e+05 3.96018e+04 8.12147e+04 6.38743e+04 2.66243e+04 7.99797e+05 5.38116e+04 6.93571e+05 1.54260e+06 3.98674e+05 4.44826e+05 9.87539e+04 2.89071e+06 1.32802e+06 2.87999e+06 5.52967e+01 1.58701e+04 2.12562e+00 1.55272e+06 7.21009e+04 4.41164e+05 1.26168e+06 1.56135e+06 1.07430e+06 2.48617e+06 2.04395e+06 2.97375e+06 7.59227e+05 5.08785e+05 8.55804e+04 1.59582e+06 3.21238e+06 1.11521e+06 3.54329e+06 3.46038e+06 2.69192e+06 4.41184e+06 1.44814e+06 1.86895e+07 4.36249e+06 9.64382e+06 4.23085e+05 6.11980e+05 5.48530e-01 1.02055e-07 1.02006e-07 1.01998e-07 1.02249e-07 1.02002e-07 1.02044e-07 1.01996e-07 1.01992e-07 1.02083e-07 1.01976e-07 1.02039e-07 1.02075e-07 1.02039e-07 1.02000e-07 1.01997e-07 1.01992e-07 6.49564e+04 1.02084e-07 1.02014e-07 1.02053e-07 1.04496e-07 1.05588e-07 1.05134e-07 1.04875e-07 2.65832e+02 1.80616e-01 2.21777e+06 2.95325e+05 3.55027e+06 1.61889e+07 1.17490e+06 3.72646e+06 2.50431e+07 6.16999e+06 9.27460e+06 2.32432e+06 1.31712e+06 8.14545e+04 7.02798e+06 1.77685e+07 5.61105e+05 1.64508e+07 1.02268e+07 3.82861e+06 1.39816e+07 6.57423e+06 4.74852e+07 4.72710e+05 2.91085e+07 2.65949e+04 3.26540e+05 1.11213e+03 1.20430e+06 3.59397e+04 9.12272e+05 1.87612e+06 1.02268e+05 2.42665e+05 2.00366e+06 2.82541e+05 5.19312e+05 1.24389e+05 9.05801e+04 8.10763e+03 1.14842e+06 1.04470e+06 1.91564e+05 4.40817e+06 4.52787e+06 1.32392e+06 1.17099e+06 1.54541e+06 1.20925e+07 8.00837e+04 2.37620e+06 9.76511e+03 5.50650e+04 7.47989e-01 1.23723e+06 2.01783e+05 2.97929e+05 6.89835e+04 6.61406e+04 3.32420e+04 1.45152e+05 1.53451e+05 8.95417e+04 9.67824e+03 3.21746e+04 8.50324e+03 1.64306e+05 3.94626e+05 3.75190e+03 4.83578e+04 1.07554e+05 1.25817e+03 2.77273e+05 3.34349e+04 3.11016e+05 6.98122e+04 3.68881e+05 1.90631e-03 5.47112e-01 2.00100e+02 7.84138e+04 2.09666e+03 1.68139e+03 1.40486e+04 3.65580e+03 2.84172e+03 1.32441e+04 1.21860e+03 2.27881e+03 2.49212e+02 7.04854e+03 2.62593e+03 8.79004e+03 1.63509e+04 2.12245e+02 2.73560e+03 6.08435e+03 1.41777e+04 1.71147e+04 1.03334e+04 2.07447e+04 6.90564e+03 8.21598e+03 3.00104e+01 8.61300e+03 6.96419e+01 6.50573e+00 6.59105e+00 1.67940e+01 9.23931e+04 6.53147e+04 5.45317e+04 9.66279e+04 8.70601e+04 4.65942e+04 1.40544e+04 1.36637e+05 1.78554e+04 1.10142e+01 5.91067e+05 2.75246e+04 3.54762e+05 7.89040e+05 2.44714e+05 4.59285e+06 2.00282e+03 4.66840e+06 4.75482e+04 1.63547e+05 7.20097e+03 1.13339e+05 5.84823e-01 6.70667e+03 1.28020e+00 2.58552e+02 2.79761e+04 3.74568e+03 1.89483e+03 1.54754e+04 2.50461e+03 3.07332e+03 2.84922e+03 4.15032e+02 1.54620e+02 2.66917e+03 1.15769e+04 3.43818e+02 1.42202e+04 3.63564e+03 1.14346e+03 5.89898e+03 2.23152e+03 3.13378e+03 1.34314e+03 5.85509e+03 3.99329e-01 1.14608e+02 6.25178e+00 5.17445e+04 8.59290e+02 1.73728e+04 6.31676e+03 4.47257e+02 1.97261e+03 4.82480e+03 8.35882e+02 1.81030e+03 4.59228e+02 3.17517e+02 1.55163e+01 5.48829e+04 8.14259e+03 1.43561e+03 3.66545e+04 3.03569e+04 1.04190e+04 2.00676e+03 4.23791e+03 3.17415e+04 1.24922e+03 6.15730e+03 1.56965e+01 1.07727e+02 1.81495e+01 7.86027e+04 6.15290e+03 4.08143e+02 6.95294e+03 1.59293e+03 1.15859e+04 1.21988e+03 4.57790e+02 1.63664e+03 2.28222e+02 2.30352e+02 5.52750e+01 5.38000e+03 5.01897e+03 2.36854e+03 2.57649e+04 1.28008e+04 2.47255e+03 3.37018e+04 2.71134e+03 2.23086e+04 6.75210e+03 9.37448e+04 9.08656e-01 1.80804e+02 3.94921e+00 2.83237e+04 1.00581e+03 1.43869e+04 2.47834e+04 1.36713e+03 3.68405e+03 1.63541e+04 3.76218e+03 8.09724e+03 1.31607e+03 1.63090e+03 1.03256e+02 3.24243e+04 1.92963e+04 6.49957e+03 1.10582e+05 1.16288e+05 4.75115e+04 1.91214e+04 2.12858e+04 1.93725e+05 9.09616e+03 4.40060e+04 2.05176e+02 1.09991e+03 2.95131e+00 1.22396e+02 8.73237e+00 1.58585e+02 7.38991e+01 6.90912e+00 1.30511e+01 8.24321e+01 1.94246e+01 2.39204e+01 6.23112e+00 5.53949e+00 7.12324e-01 2.90797e+02 4.62140e+01 1.18925e+01 2.15723e+02 3.53198e+02 6.72676e+01 1.48943e+01 2.28676e+01 3.72913e+02 1.25695e+01 6.19698e+01 3.50459e-01 2.96991e+00 1.15331e+00 3.14878e+04 2.19499e+03 4.39182e+02 4.32344e+02 1.55094e+01 6.18998e+01 3.71406e+02 7.88167e+01 1.26180e+02 2.55188e+01 2.01227e+01 6.62749e-01 1.00437e+03 3.51732e+02 6.11757e+01 1.90460e+03 1.84144e+03 5.85956e+02 6.92239e+02 1.14762e+03 2.09452e+03 8.62343e+01 3.59844e+02 7.31613e-01 5.59629e+00 3.16611e-05 3.01370e+03 8.32276e+01 1.24950e+05 4.07268e+03 1.11088e+02 5.66379e+02 2.81260e+03 7.25183e+02 1.68247e+03 4.23407e+02 2.19483e+02 1.31054e+01 1.39002e+05 2.90023e+03 6.31445e+02 2.09481e+04 1.49923e+04 3.78253e+03 2.89705e+03 5.08336e+03 3.02383e+04 2.23501e+03 7.33108e+03 6.95356e+00 7.73310e+01 1.01727e+02 9.28236e+01 2.98010e+00 3.51923e+02 5.22209e+03 3.86495e+02 6.57761e+02 3.47597e+03 8.53526e+02 1.24886e+03 4.38816e+02 4.06681e+02 3.10347e+01 7.72073e+02 8.40197e+02 7.60450e+01 2.38079e+03 1.99852e+03 5.65548e+02 5.08656e+02 5.65808e+02 9.16124e+03 3.13052e+02 1.50123e+03 1.15148e+01 9.85014e+01 5.38793e-01 3.44548e+03 1.03953e+01 7.48152e+03 1.13614e+04 1.34127e+04 9.16246e+03 6.81488e+03 2.50603e+03 7.31209e+03 1.53482e+03 2.64631e+03 6.83815e+02 1.24767e+04 1.13047e+04 1.53235e+04 3.28548e+04 3.23092e+04 9.41259e+03 1.50391e+04 5.09240e+03 8.41367e+04 4.68114e-01 1.25677e+04 6.49760e-01 1.35039e+03 1.94711e+01 6.18209e+03 4.57292e+02 2.68296e+04 1.09925e+04 7.80740e+02 2.26331e+03 1.43569e+04 1.12664e+04 5.57754e+03 7.70754e+02 6.32294e+02 1.91285e+01 6.43265e+04 2.57670e+04 7.04098e+03 1.48118e+05 1.12989e+05 4.30083e+04 4.88205e+04 4.59515e+04 5.28168e+05 1.16310e+04 9.25263e+04 7.83496e+02 2.33338e+03 2.83390e+00 1.08883e-07 1.13764e-07 1.08501e-07 1.44586e-07 1.21384e-07 1.22363e-07 1.21301e-07 1.19240e-07 1.23369e-07 1.26318e-07 1.20082e-07 1.29608e-07 1.21923e-07 1.05227e-07 1.02532e-07 1.06053e-07 1.47385e+04 1.01276e-07 1.20989e-07 1.25077e-07 1.01257e-07 1.01705e-07 1.09305e-07 1.06870e-07 1.34579e+02 6.18323e-01 5.38537e+04 1.94779e+03 4.50231e+03 5.31161e+03 1.64351e+02 9.69930e+02 5.42195e+03 1.40826e+03 1.93828e+03 4.43121e+02 3.61916e+02 2.36727e+01 7.72148e+03 6.49655e+03 2.18598e+03 2.75310e+04 2.67738e+04 9.85179e+03 5.26193e+03 6.27646e+03 2.41805e+04 1.09015e+03 4.01290e+03 3.06126e+01 1.88735e+02 6.75497e-01 2.69783e+04 1.33717e+03 8.71375e+02 2.98094e+03 1.29564e+02 3.91471e+02 2.15147e+03 5.01782e+02 7.38474e+02 2.12961e+02 1.56849e+02 1.33026e+01 2.62411e+03 1.35075e+03 7.65853e+02 1.35154e+04 1.35596e+04 4.43998e+03 1.65432e+03 3.24631e+03 9.79263e+03 2.38800e+02 1.39167e+03 5.72451e+00 3.98873e+01 2.77258e+01 3.23727e+05 3.22237e+04 3.56697e+05 2.17141e+05 6.80053e+04 6.81671e+04 1.71906e+05 5.81437e+04 3.46935e+05 2.87507e+04 1.59627e+04 2.75878e+03 1.35834e+05 1.96957e+05 1.29646e+04 1.67099e+05 3.71651e+05 2.51121e+05 2.59177e+05 1.64982e+05 5.08848e+05 1.66495e+05 2.53230e+05 2.16068e+00 1.28253e-02 2.43007e-01 3.94987e+03 7.03689e+02 6.58652e+02 8.43600e+02 7.60249e+01 7.76457e+01 4.97159e+02 1.18228e+02 1.68569e+02 4.09664e+01 2.78156e+01 1.46037e+00 1.75191e+03 3.20085e+03 1.40371e+03 1.81737e+04 1.73217e+04 6.99269e+03 2.53127e+03 3.36429e+03 1.00076e+04 5.47667e+02 2.20146e+03 1.06145e+01 4.79361e+01 6.29131e+02 9.36108e+04 4.27612e+03 9.22649e+02 9.93126e+03 4.36147e+02 1.01011e+03 7.40852e+03 1.22974e+03 2.52893e+03 8.06956e+02 5.15005e+02 3.70338e+01 3.42974e+03 5.65691e+03 1.28830e+03 2.26727e+04 2.20335e+04 7.43292e+03 3.79800e+03 5.96018e+03 2.35303e+04 8.25465e+02 3.84334e+03 1.50638e+01 8.85544e+01 1.70343e+00 5.17133e+00 9.63970e+00 8.17042e+00 8.55537e-02 1.67505e-01 1.85615e-01 2.78788e-01 1.40329e-01 3.90273e-01 1.72271e-01 8.26351e-02 1.97565e+00 1.78916e-01 9.84019e+02 5.60471e+02 2.72007e+03 6.32738e+03 2.00932e+03 7.14500e+02 6.48350e+03 3.47079e+03 2.02655e-01 4.37180e+03 4.68967e-01 7.09985e+02 9.00270e-02 5.52100e+03 5.36759e+02 4.85418e+01 4.13163e+03 1.32918e+02 3.40989e+02 2.30809e+03 4.66392e+02 7.55578e+02 1.98814e+02 1.33194e+02 1.12310e+01 6.41268e+03 2.46258e+03 2.54590e+01 3.36679e+02 7.41343e+03 1.27007e+02 1.79591e+03 2.44971e+03 8.09928e+03 5.53969e+02 3.26173e+03 1.35474e+01 6.45547e+01 7.46771e-01 2.32199e+03 2.58983e+03 5.64110e-01 1.50429e+04 1.52450e+04 1.28937e+03 5.32470e+03 1.97738e+03 1.09739e+03 1.20012e+02 5.00170e+03 3.66360e+02 2.68714e+01 1.57804e+03 1.40944e+03 1.81661e+04 4.04039e+04 5.26983e+04 5.65143e+04 2.21883e+04 1.03406e+05 3.37999e-01 1.53942e+04 1.40725e+00 4.03880e+02 4.70792e+00 2.03874e+02 1.11055e+03 5.67249e+06 1.59878e+04 9.61008e+03 5.63464e+03 2.91956e+04 9.55297e+03 2.31099e+04 1.21504e+04 4.02038e+03 7.71864e+02 1.05784e+04 2.85175e+04 4.28094e+03 5.51766e+04 1.22720e+05 2.17503e+04 3.63544e+04 1.80121e+04 2.53785e+05 3.65897e+04 4.18636e+04 4.31198e-04 1.23754e-01 3.82065e-01 4.98195e+02 2.46935e+01 6.38864e+02 1.18400e+03 6.28698e+01 2.31433e+02 1.32087e+03 3.11444e+02 4.24145e+02 9.72586e+01 7.30738e+01 3.78578e+00 1.33062e+03 8.17744e+03 1.44984e+03 1.98352e+04 1.72611e+04 6.38077e+03 2.60986e+03 3.89402e+03 2.45941e+04 1.20580e+03 4.64485e+03 3.03812e+01 2.22804e+02 4.51309e-01 5.71627e+01 3.80377e+00 2.74580e+01 6.10259e+00 7.02588e+00 2.16956e+00 2.33744e+00 2.57840e+00 2.10558e+00 2.40531e+00 2.13976e+00 5.51885e+00 2.52913e+01 3.83663e+00 1.75315e+00 3.41884e+00 1.19399e+00 2.93785e+00 4.43080e+00 2.79684e+00 1.73447e+00 1.79525e+00 2.28049e+00 2.96503e+00 1.01924e+00 3.67123e+00 6.04095e+03 2.05465e+02 5.77798e+02 3.63427e+03 1.70778e+01 8.60985e+01 4.38823e+02 1.37800e+02 8.42442e+01 3.54447e+01 2.46543e+01 9.97922e-01 7.41501e+03 2.13400e+03 4.26176e+02 1.04078e+04 1.06667e+04 5.55230e+03 2.90620e+03 1.36887e+03 8.19303e+03 7.80054e+02 2.29159e+03 5.04986e+00 1.23900e+02 1.57195e-01 1.55901e+05 8.63211e+03 4.37721e+04 6.14094e+04 5.84042e+03 8.20871e+03 5.96099e+04 1.32928e+04 2.47756e+04 5.11116e+03 3.49990e+03 2.01486e+02 6.69065e+04 4.39547e+04 7.60456e+03 1.35594e+05 1.23623e+05 3.48542e+04 2.39386e+04 3.70722e+04 1.82195e+05 1.10344e+04 4.68378e+04 5.61219e+01 9.20824e+02 8.92115e-01 1.56329e+04 1.42703e+03 2.23312e+03 5.50459e+03 2.23202e+02 5.84418e+02 3.57188e+03 9.30446e+02 1.77248e+03 5.38776e+02 2.64934e+02 4.09391e+01 1.92594e+04 1.83026e+03 1.33640e+03 2.31091e+04 1.91770e+04 5.93116e+03 4.34493e+03 7.02208e+03 1.88917e+04 1.17203e+03 4.06113e+03 1.14134e+01 7.34140e+01 1.40889e+02 2.97495e+05 1.08988e+04 6.96506e+04 4.63799e+04 3.56058e+03 7.67163e+03 6.49468e+04 1.38775e+04 2.83856e+04 7.31694e+03 3.98739e+03 2.47748e+02 6.36782e+04 3.52225e+04 7.69503e+03 1.86079e+05 1.73824e+05 5.38052e+04 4.48804e+04 6.23356e+04 9.18717e+04 4.97548e+03 2.20995e+04 3.81838e+01 2.69889e+02 1.31777e+00 1.01658e-07 1.01397e-07 1.04759e-07 1.07026e-07 1.03801e-07 1.05964e-07 1.05409e-07 1.03487e-07 1.02258e-07 1.02250e-07 1.05344e-07 1.04602e-07 1.05543e-07 1.01172e-07 1.02132e-07 1.01412e-07 2.78811e+04 1.01398e-07 1.01399e-07 1.01402e-07 1.01768e-07 1.01556e-07 1.01879e-07 1.03272e-07 1.42226e+02 1.40015e-01 1.08687e+05 4.48081e+03 2.46001e+03 4.52170e+03 2.02137e+02 1.00362e+03 4.17133e+03 6.94702e+02 2.22674e+03 5.63582e+02 3.60771e+02 1.45152e+01 7.06908e+03 1.17140e+04 2.00632e+03 4.54066e+04 4.29634e+04 1.44099e+04 7.40736e+03 1.23311e+04 4.67014e+04 1.58947e+03 6.93390e+03 1.82524e+01 1.67074e+02 2.28471e-01 6.92500e+05 1.12876e+04 5.22815e+04 1.95234e+05 2.04620e+04 8.11823e+04 5.36226e+05 8.99432e+03 5.14754e+03 1.50088e+03 1.92195e+02 3.67265e-01 1.72920e+05 1.16412e+03 5.06137e+05 6.94753e+05 1.34473e+05 5.89969e+05 4.04760e+05 1.91400e+02 6.59529e+06 1.23604e+03 1.29189e+06 3.37754e-01 2.16260e+03 3.21187e-01 3.33416e-03 4.83392e-04 1.27665e-03 4.25028e-04 8.64223e-04 2.16562e-04 1.17287e-03 5.83907e-04 1.09192e-03 1.19413e-04 2.06442e-04 7.69098e-05 6.13785e-03 1.08197e-02 2.62110e-04 3.37831e-03 7.51382e-03 1.32108e-02 6.52471e-03 1.23441e-03 8.21002e-03 4.77056e-03 1.38532e-02 2.08117e-02 1.37780e-03 7.39793e-01 2.83475e+03 2.70239e+02 1.73521e+03 4.06377e+03 2.22028e+02 6.04190e+02 3.74461e+03 1.41214e+03 1.23131e+03 2.95004e+02 2.46689e+02 3.42571e+01 3.62068e+03 9.67163e+03 1.06561e+03 1.48373e+04 1.41761e+04 4.95850e+03 3.79172e+03 4.14422e+03 3.16590e+04 1.80667e+03 6.68118e+03 4.04420e+01 2.32417e+02 9.85477e-01 6.48866e+05 9.16270e+04 1.95028e+04 1.88410e+05 3.01104e+04 9.54170e+04 1.10736e+05 4.86215e+04 4.70931e+04 2.26693e+04 1.16542e+04 2.23205e+04 5.38343e+04 2.14233e+05 1.41902e+04 4.23896e+05 2.53638e+05 1.06135e+05 1.62111e+05 6.91736e+04 4.20559e+06 2.55389e+05 4.32113e+05 1.38544e+02 3.97621e+04 4.46412e-01 5.64925e+00 8.08789e+00 9.02183e+01 7.66079e+03 1.00293e+03 1.05560e+03 6.70100e+03 1.50206e+03 1.98717e+03 4.87537e+02 3.95076e+02 3.06920e+01 9.75667e+03 5.51659e+03 1.59221e+03 2.35959e+04 2.33288e+04 6.37442e+03 1.90513e+03 2.81961e+03 1.85107e+04 6.62653e+02 3.73972e+03 4.32784e+00 9.83008e+01 7.43502e-01 1.26666e-07 1.27428e-07 2.58204e-07 1.22574e-07 1.21188e-07 1.18048e-07 1.19085e-07 1.17311e-07 1.17155e-07 1.20671e-07 1.20268e-07 1.23964e-07 2.81757e-07 1.21331e-07 1.20503e-07 2.95702e-07 7.74951e+03 1.26278e-07 1.31249e-07 1.22920e-07 3.35443e-07 1.18383e-07 1.20785e-07 1.25739e-07 1.57312e+01 1.83664e-04 9.27173e+04 3.85227e+03 3.78297e+04 2.60382e+04 1.11037e+03 2.19656e+03 1.63387e+04 2.96567e+03 6.74744e+03 2.02869e+03 1.21408e+03 1.44453e+02 4.51467e+04 2.40208e+04 7.55049e+03 1.36941e+05 1.83882e+05 7.05171e+04 3.64666e+04 4.56168e+04 6.45360e+04 6.41349e+03 2.34189e+04 1.78428e+02 3.47692e+02 7.60962e+00 3.90609e-01 4.10949e+04 1.37323e+06 2.71671e-01 4.66688e-01 1.13743e+04 1.69080e+04 2.72845e+01 1.07502e+00 4.52976e-01 1.30140e-01 1.19614e-01 8.12942e+05 1.99282e-01 2.79299e+05 1.84787e-01 3.44649e+04 1.48614e-01 6.77084e-01 1.69104e+03 1.46697e+05 1.41530e+03 1.15763e+05 2.02930e-01 1.10418e+01 3.58264e-01 2.14122e+04 8.67815e+02 2.73399e+03 8.25659e+03 3.77778e+02 1.04110e+03 7.13208e+03 1.43248e+03 2.52693e+03 6.79774e+02 4.35081e+02 3.63161e+01 7.74702e+03 7.09623e+03 2.14930e+03 4.56949e+04 4.72495e+04 1.61455e+04 3.78957e+03 6.89573e+03 3.74496e+04 1.95059e+03 9.16648e+03 3.03454e+01 1.51616e+02 4.01840e-01 7.51817e+03 1.21040e+03 2.53813e+05 1.82497e+04 9.85426e+02 2.66669e+03 1.81655e+04 4.04933e+03 6.48145e+03 1.62056e+03 1.26738e+03 6.12546e+01 1.71475e+04 3.23605e+04 3.31387e+03 6.06744e+04 5.26651e+04 2.11972e+04 1.31365e+04 1.40813e+04 8.89272e+04 7.12154e+03 2.16137e+04 1.38452e+02 5.73404e+02 2.85041e+01 1.15650e+06 4.32846e+04 7.41987e+04 1.86837e+05 9.54516e+03 2.40409e+04 1.52644e+05 2.80689e+04 5.44865e+04 1.40794e+04 8.65254e+03 5.54231e+02 2.64191e+05 4.92147e+04 3.23745e+04 6.42409e+05 6.92013e+05 2.54161e+05 1.68277e+05 2.70512e+05 5.24135e+05 1.73314e+04 6.87012e+04 1.97732e+02 2.63626e+03 1.05027e+00 1.82643e+04 3.09506e+03 1.75945e+04 9.24850e+03 2.49100e+03 1.65340e+03 1.07384e+04 2.47130e+03 5.06411e+03 1.13572e+03 9.34830e+02 8.22031e+01 3.37023e+04 7.54480e+04 8.95759e+03 1.53166e+05 1.37470e+05 6.29334e+04 3.83098e+04 2.94336e+04 1.09415e+05 4.32404e+03 1.77407e+04 1.12439e+02 6.25910e+02 4.41493e+00 1.55854e+05 3.66857e+03 1.50100e+05 1.21792e+04 3.67591e+02 1.54104e+03 6.64000e+03 1.50187e+03 1.80780e+03 4.32437e+02 4.07210e+02 3.47183e+01 1.30421e+05 7.14881e+04 5.84672e+03 1.01299e+05 1.25722e+05 3.19919e+04 4.92735e+03 6.53766e+03 1.30940e+05 8.03889e+03 3.33078e+04 1.28270e+02 8.12557e+02 3.17773e+00 1.19052e+04 1.63444e+00 4.05453e+01 7.92442e+02 3.01032e+02 3.20836e+02 4.58664e+02 2.34113e+02 2.08015e+02 2.27487e+01 2.09525e+01 7.80585e+00 4.97869e+01 8.04559e+01 4.88246e+02 6.29295e+03 1.39964e+04 1.08033e+03 1.11658e+04 7.89517e+02 7.91392e+04 1.25321e+02 1.24457e+03 1.42750e+01 4.09692e+03 6.31712e-05 2.51196e+04 1.30521e+04 4.58387e+04 1.08121e+05 5.51662e+04 2.68133e+04 2.15004e+05 3.47315e+04 1.54899e+04 7.78544e+03 1.13617e+04 3.20160e+03 3.09170e+04 9.22394e+04 1.45799e+03 1.87918e+04 4.17957e+04 8.05578e+04 2.33785e+05 4.42296e+04 8.32719e+04 1.80215e+05 2.48004e+04 1.94858e+04 7.00390e+03 1.95526e+00 1.24332e+04 2.17735e+04 8.27046e+03 3.45242e+05 8.18852e+03 5.06883e+03 1.29251e+05 7.97591e+03 9.20277e+04 1.85030e+04 1.84505e+03 3.95714e+02 7.86788e+04 6.92861e+04 7.91327e+03 1.01993e+05 2.26847e+05 7.42865e+04 4.67894e+04 1.90486e+04 1.96906e+05 4.33443e-01 2.60721e+04 3.41588e-04 9.80356e-02 1.42341e-03 3.10930e+05 2.68180e+03 5.67363e+05 3.65914e+05 1.38753e+05 2.48185e+05 7.40744e+05 3.15045e+05 3.39235e+05 2.41457e+05 8.27391e+04 1.05963e+04 6.03680e+05 3.43235e+05 1.19540e+05 5.22993e+05 1.03851e+05 8.67530e+04 4.26801e+05 2.30539e+05 8.94034e+05 1.31924e+05 7.61473e+05 2.64521e-01 1.10754e+04 4.98700e-01 4.73019e+02 3.14398e+00 3.46187e+01 1.01891e+04 2.09412e+03 2.75574e+02 1.49564e+05 1.28714e+03 8.43911e+04 9.06236e+04 2.05354e+00 1.21637e+00 1.79833e+05 8.84730e+04 3.38658e+04 2.86685e+04 2.40290e+01 1.32593e+00 1.51780e+05 1.05277e+05 1.73807e+06 1.26867e+00 2.20451e+01 1.39204e+00 1.77976e+02 2.77193e+00 8.79082e+02 3.13688e+01 4.31145e+04 3.01224e+03 1.95577e+02 5.66154e+02 6.56025e+03 1.13034e+03 2.59073e+03 6.74803e+02 3.43294e+02 1.96969e+01 3.88346e+03 2.55312e+04 1.11030e+03 2.81307e+04 1.79751e+04 1.11621e+04 6.02329e+03 5.80203e+03 3.12538e+04 2.76651e+03 1.00645e+04 1.70712e+01 9.73865e+01 2.19980e+00 1.22368e+05 3.17573e+03 4.06207e+03 1.66858e+06 3.68920e+05 1.30543e+05 5.02008e+06 1.84137e+05 1.66425e+06 2.08266e+06 1.46480e+05 0.00000e+00 5.80717e+05 1.44012e+06 1.58377e+04 2.04131e+05 4.54015e+05 1.89551e+06 2.63683e+05 9.33211e+05 4.08179e+06 8.26891e+03 1.63857e+06 2.77152e+04 2.47953e-01 5.00008e-01 8.80153e+00 3.12404e+01 1.64161e+01 2.90373e+00 3.50957e+00 7.97238e+00 4.27483e+00 4.16483e+00 3.74968e+00 8.74277e+00 9.91722e+00 1.04224e+01 1.01609e+01 8.20901e+00 1.31809e+01 4.28246e+00 3.06165e+03 7.24135e+00 7.77855e+00 6.47977e+00 3.34987e+00 5.41755e+00 4.24346e+00 1.40018e+01 4.64317e+02 7.69919e+01 2.86309e+04 2.91384e+01 1.33401e+04 1.27717e+05 2.59764e+04 1.54293e+04 6.65501e+04 1.88346e+04 5.40905e+04 2.42157e+04 7.83333e+03 1.65718e+00 2.74386e+04 5.84822e+04 4.34112e+03 3.76879e+04 5.37084e+04 1.99807e+04 2.75872e+04 5.90638e+04 2.68530e+05 3.48181e-01 2.53268e+05 1.22157e+01 1.23224e+01 2.63149e+02 1.66901e+05 1.52645e+00 3.06658e+06 3.59252e+06 6.14468e+05 1.55203e+06 2.35191e+07 7.86213e+06 4.39810e+06 2.61606e+02 9.48992e+05 3.83813e+05 5.45024e+06 5.39707e+06 1.82759e+05 2.35556e+06 5.23909e+06 6.26327e+01 7.37334e+06 8.61972e+01 2.98061e+06 2.57467e+01 2.85085e+06 1.48462e-02 4.26087e+00 3.65340e+04 4.20621e+04 2.97796e+03 2.51917e+03 2.05867e+03 1.01727e+02 3.34370e+02 2.22542e+03 4.74970e+02 8.79419e+02 2.04517e+02 1.29969e+02 4.95669e+00 7.24135e+03 5.28905e+03 4.69205e+02 1.12715e+04 1.13423e+04 3.65418e+03 2.02702e+03 3.50997e+03 1.99537e+04 9.56780e+02 3.96664e+03 1.07689e+01 7.37034e+01 5.70030e-01 1.18388e+03 2.47989e+02 1.80241e+02 3.30015e+02 1.66104e+01 5.11962e+01 3.20055e+02 6.57030e+01 9.68167e+01 2.27084e+01 1.83969e+01 9.79263e-01 5.06479e+02 5.53270e+02 2.34341e+02 3.27901e+03 3.76371e+03 1.34158e+03 4.91284e+02 7.45122e+02 1.85330e+03 6.44015e+01 3.40145e+02 1.51396e+00 7.74136e+00 1.27300e+00 1.18673e+02 3.39451e+00 1.42854e+02 1.90256e+03 1.06235e+02 3.33846e+02 2.00160e+03 4.75197e+02 5.85113e+02 1.76471e+02 1.33158e+02 7.51667e+00 3.72347e+02 5.20159e+02 1.81621e+02 2.89967e+03 2.57363e+03 9.60637e+02 4.66337e+02 6.64378e+02 4.79741e+03 1.83167e+02 8.23147e+02 5.93030e+00 3.56471e+01 6.61321e-02 7.43899e+02 4.13856e+01 8.80857e+01 7.46720e+01 6.75731e+00 2.41619e+01 1.14281e+02 3.10809e+01 3.31307e+01 1.16350e+01 9.58888e+00 6.16625e-01 1.49642e+02 2.57897e+02 1.02140e+02 1.54494e+03 1.14395e+03 6.71519e+02 1.99723e+02 3.14414e+02 7.31237e+02 4.04571e+01 1.45046e+02 1.00235e+00 1.07379e-01 5.77361e-03 5.43378e+04 2.45134e+03 7.72860e+05 6.72251e+04 3.48864e+03 1.11839e+04 1.16591e+05 1.70200e+04 3.37275e+04 8.67412e+03 4.77597e+03 3.49449e+02 2.47738e+05 1.03634e+05 1.22065e+04 3.10220e+05 2.42619e+05 8.57606e+04 5.96033e+04 7.21758e+04 3.99330e+05 1.91512e+04 6.39228e+04 1.19626e+02 6.26455e+02 9.37514e+00 1.18181e-07 1.18182e-07 1.21159e-07 1.05078e-07 1.13107e-07 1.10874e-07 1.11483e-07 1.05174e-07 1.11623e-07 1.11516e-07 1.10641e-07 1.05060e-07 1.56115e-07 2.74877e-07 1.05455e-07 1.82546e-07 8.19344e+04 1.08920e-07 1.16348e-07 1.11516e-07 1.12136e-07 1.16181e-07 1.17399e-07 1.14516e-07 2.78996e+02 8.14486e-03 9.79417e+04 7.86370e+03 4.23921e+03 1.09043e+05 2.01222e+03 7.15357e+03 3.51977e+04 1.28310e+04 1.08826e+04 3.06389e+03 2.10706e+03 1.04910e+02 1.36536e+05 2.08665e+04 2.67584e+03 1.08427e+05 8.32574e+04 5.11263e+04 3.40387e+04 1.47320e+04 1.38764e+05 6.92031e+03 2.99249e+04 8.66665e+01 8.77738e+02 2.41634e-01 5.32807e+02 2.35536e+01 4.36202e+02 5.88561e+02 2.00146e+01 7.11009e+01 3.74881e+02 9.55198e+01 1.17777e+02 2.76257e+01 2.34586e+01 1.17962e+00 8.21080e+02 3.94711e+02 3.48548e+02 4.41848e+03 3.54212e+03 1.29913e+03 1.27271e+03 1.77794e+03 3.96025e+03 1.55753e+02 6.50280e+02 8.02852e+00 3.99878e+01 4.47312e-02 4.47485e+04 2.70522e+03 1.76744e+03 1.03626e+03 4.26674e+01 1.49034e+02 1.04005e+03 1.65322e+02 4.04245e+02 1.06050e+02 6.09674e+01 2.48026e+00 5.41833e+03 8.79361e+02 5.47047e+02 1.15030e+04 6.85904e+03 1.58831e+03 1.64321e+03 2.81455e+03 1.45722e+04 5.47894e+02 1.96983e+03 7.68489e+00 2.69183e+01 2.31013e+00 1.31339e+04 2.64599e+02 1.42998e+03 2.12405e+04 7.53590e+03 2.30328e+04 7.86886e+04 3.39236e+04 1.37458e+05 8.34074e+04 8.33644e+03 7.43899e+02 4.75204e+04 4.24426e+05 6.77430e+03 8.73132e+04 1.94197e+05 9.98239e+04 7.13717e+05 1.78783e+05 1.55770e+06 1.43141e+04 7.56125e+05 9.05128e+05 3.63911e+03 2.25378e-01 6.54278e+03 1.10436e+02 1.41467e+04 5.47884e+04 2.78693e+04 3.09995e+04 6.08994e+04 5.94254e+04 6.47461e+04 2.65697e+04 7.31868e+03 1.49914e+03 5.38306e+04 5.33305e+04 1.12012e+04 6.31360e+04 1.67396e+04 1.07755e+04 1.62677e+04 3.08140e+04 1.26009e+05 1.21187e+05 6.69887e+04 1.82227e+00 1.68585e+03 1.16903e+00 7.25887e+02 9.97421e+01 8.82419e+03 2.25060e+04 7.20957e+03 1.82323e+04 3.57242e+04 1.36995e+04 2.97777e+04 9.45499e+03 2.71461e+03 2.23291e+03 1.05863e+05 2.39084e+04 2.26654e+04 3.51450e+04 5.06673e+04 8.49540e+03 3.10894e+04 3.26548e+04 9.14276e+04 6.39231e+04 2.59725e+05 1.58131e-01 1.08111e+03 8.37598e-01 1.37118e+04 1.21465e+03 1.58008e+02 1.50009e+02 1.30523e+01 5.17111e+01 2.39901e+02 7.69571e+01 7.46978e+01 1.86071e+01 1.65890e+01 6.78612e-01 2.30096e+02 5.63530e+02 1.11475e+02 2.19296e+03 1.59702e+03 6.03857e+02 7.01000e+02 8.66288e+02 1.94908e+03 4.09206e+01 2.25304e+02 8.38578e-01 8.32757e+00 9.12408e-02 1.56443e-03 2.26814e-04 4.07452e-03 2.82806e-02 8.56461e-03 6.87642e-03 2.10924e-02 5.25845e-03 2.56810e-02 3.54223e-03 2.72780e-03 5.64325e-03 2.10044e-02 2.75516e-03 4.07514e-04 5.25241e-03 1.16821e-02 1.75283e-03 2.94783e-03 1.29547e-03 6.49855e-02 7.84678e-03 3.08069e-03 5.75870e-06 1.65275e-03 1.22856e-02 3.86077e+03 2.80089e+02 4.36358e+03 7.17549e+03 3.95496e+02 1.11533e+03 6.57109e+03 1.50379e+03 2.25521e+03 5.72107e+02 4.41942e+02 3.16933e+01 9.55465e+03 5.35510e+03 1.39557e+03 2.37364e+04 1.95512e+04 6.88411e+03 4.48777e+03 6.84955e+03 4.82743e+04 1.80195e+03 8.07616e+03 4.54897e+01 3.15751e+02 2.78990e-01 2.97254e+00 4.75084e-01 1.36764e+04 6.70763e+02 1.54338e+00 4.28336e+04 1.98760e+05 1.54194e+03 2.59145e+04 1.18979e+00 1.57944e+01 9.05558e+02 1.83888e+06 2.32819e+06 1.70556e+04 9.31295e+05 3.68142e+04 3.87890e+05 4.13465e+05 7.08922e+05 2.03692e+07 5.47450e+05 9.92755e+05 3.64679e-01 0.00000e+00 2.08239e+01 4.55154e+04 1.47324e+03 7.25317e+02 2.64910e+05 4.51411e+03 3.22196e+03 2.45911e+04 4.05280e+03 5.02313e+03 2.05430e+03 1.64488e+03 1.42156e+02 4.83671e+04 1.69717e+03 9.83919e+02 6.26874e+04 1.78217e+05 2.93691e+04 4.00418e+04 1.72020e+04 1.08585e+05 4.17745e+03 2.51672e+04 4.83021e+02 6.33543e+03 1.25744e+00 4.09564e+05 1.80308e+04 1.41223e+04 4.21414e+04 1.47982e+03 4.62175e+03 3.54941e+04 5.45214e+03 9.61332e+03 2.45216e+03 1.66037e+03 1.07742e+02 5.97419e+04 2.88820e+04 8.63924e+03 2.89338e+05 3.04088e+05 1.04918e+05 4.90979e+04 7.07184e+04 1.88476e+05 3.41203e+03 2.63567e+04 4.48782e+01 3.44029e+02 1.64815e-01 5.00339e+03 5.36859e+02 2.09078e+03 1.97302e+03 9.43612e+01 2.85089e+02 1.45382e+03 6.61158e+02 6.02587e+02 1.96240e+02 1.08821e+02 6.64963e+00 5.00549e+03 2.29655e+03 7.62504e+02 9.01367e+03 7.60449e+03 2.84649e+03 2.21043e+03 2.48885e+03 6.08259e+03 2.40769e+02 1.15510e+03 5.07064e+00 2.50693e+01 7.12969e-01 6.19903e+03 3.05880e+02 6.91303e+01 1.32760e+04 2.85700e+02 6.93847e+02 4.30725e+03 9.45463e+02 1.52435e+03 3.32015e+02 2.70761e+02 1.12499e+01 1.26016e+03 1.03233e+03 5.39264e+02 6.69862e+03 6.23964e+03 3.78172e+03 1.45846e+03 5.45670e+02 5.28469e+03 5.57070e+02 2.82876e+03 1.52163e+01 5.91928e+01 5.97822e-03 1.61943e+05 1.42094e+00 9.95564e+04 6.67690e+05 1.22612e+05 9.34764e+05 1.07719e+06 1.30067e+06 2.51184e+06 1.19840e+06 7.46630e-01 1.99187e+04 9.51465e+05 2.25132e+06 5.30086e+06 2.79521e+02 1.10968e+03 7.91203e+05 2.68088e+06 8.79580e+05 1.98928e+07 1.43155e+06 8.54717e+06 1.43231e+04 1.28072e+05 4.94842e-01 2.02340e+04 2.93355e+03 5.64374e+03 3.65004e+04 2.00040e+04 4.28529e+04 1.08135e+05 6.96054e+04 2.10880e+05 1.70584e+04 1.70323e+04 1.20854e+03 4.11419e+04 1.46803e+05 2.54471e+04 1.38565e+05 3.08189e+05 8.44292e+04 1.36565e+05 7.29923e+04 8.57225e+05 2.00986e+05 4.91417e+05 9.18640e+03 2.49340e+04 1.09645e+01 4.73800e+04 1.60320e+03 3.42522e+04 2.88284e+03 4.08318e+01 2.24562e+03 1.05579e+04 3.46622e+03 1.83546e+03 2.05394e+02 1.83985e+02 3.99418e+00 5.29806e+04 4.62713e+03 2.08017e+03 5.92765e+04 3.34305e+04 1.06088e+04 5.35591e+03 1.12451e+04 6.71735e+04 2.38229e+02 2.38958e+03 2.01859e+00 8.28513e+01 4.88006e-02 1.20889e+04 7.87605e-02 2.45476e+04 7.90875e+05 6.69092e+04 7.26355e+04 3.54913e+06 1.36342e+05 5.49421e+05 6.84420e+05 1.71519e+04 1.51107e+05 2.00389e+05 1.52499e+05 2.59482e+04 4.33336e+05 6.81003e+05 1.13421e+05 3.71031e+05 2.44715e+05 1.82035e+06 1.38247e+05 2.73918e+05 8.08597e-02 1.01335e+02 1.33737e-01 5.70293e+04 3.41887e+03 9.47333e+02 1.69115e+04 7.87895e+02 2.54009e+03 1.43089e+04 2.16414e+03 4.99821e+03 1.24908e+03 9.76171e+02 6.30002e+01 3.20809e+03 2.80957e+04 2.75291e+03 4.65021e+04 4.89767e+04 1.60730e+04 1.44018e+04 2.10744e+04 2.29383e+04 6.75310e+02 3.22225e+03 1.13582e+01 1.19493e+02 1.95636e+02 6.12461e+04 2.07505e+03 1.65147e+06 4.88076e+06 6.58555e+05 1.67289e+05 7.08259e+06 8.33738e+04 1.03639e+06 1.79158e+06 3.60396e+05 8.21750e+05 1.35992e+06 7.79206e+05 1.66327e+05 4.23721e+06 3.43773e+06 3.29524e+06 6.04095e+05 2.52140e+05 3.81989e+06 2.74422e-01 1.85413e+06 3.22659e+04 3.88170e+05 7.95647e-01 2.30513e+00 1.50091e-01 2.36687e+00 6.15491e+00 3.36024e+00 2.02871e+00 2.94991e+00 4.47648e+00 4.66333e-01 1.88045e-01 2.92721e+00 9.73741e-02 7.46337e-01 1.97929e+00 3.36006e+01 1.01507e-01 1.44463e+03 1.25457e+02 8.32234e+00 9.09159e-02 2.04304e+04 3.34270e-01 9.95259e+00 4.66643e-01 2.29701e+01 8.45867e+00 1.87129e+04 1.14290e+03 2.73579e+03 1.20803e+03 9.26597e+01 2.52278e+02 1.31063e+03 3.85146e+02 4.93922e+02 1.10386e+02 1.07417e+02 6.20471e+00 3.84730e+03 2.24751e+03 3.58974e+02 5.51899e+03 4.34345e+03 1.52899e+03 2.62773e+03 2.94433e+03 9.81271e+03 3.88633e+02 1.61249e+03 7.53975e+00 4.85377e+01 8.77794e-01 5.26747e+02 8.00977e+01 2.47172e+04 6.50061e+03 3.75463e+02 1.04703e+03 4.89626e+03 1.43854e+03 2.49897e+03 6.42039e+02 4.23549e+02 4.59281e+01 2.76875e+03 4.35558e+03 1.63157e+03 2.95093e+04 2.78010e+04 9.86699e+03 1.80172e+03 4.12637e+03 5.87474e+03 4.11242e+02 1.46699e+03 7.03775e+00 5.81868e+01 9.50886e-01 3.77019e+04 1.86296e+03 1.12548e+04 1.34966e+04 2.29392e+03 2.28615e+03 1.72517e+04 3.28712e+03 5.50092e+03 1.42076e+03 9.66417e+02 4.73605e+01 2.30401e+04 9.34828e+03 2.54721e+03 5.55062e+04 4.41776e+04 1.43200e+04 1.56525e+04 1.82439e+04 5.15477e+04 3.57598e+03 1.57472e+04 3.84298e+01 2.14868e+02 8.33985e-01 6.52095e+01 2.92174e+02 1.16173e+04 8.77643e-01 1.10571e+05 1.04378e+04 6.52284e+04 1.54958e+04 2.46138e+04 1.46527e+04 5.81435e+03 2.49112e+01 4.67375e+03 1.27578e+05 4.36501e+05 4.62991e-01 1.03114e+05 2.85360e+04 4.52796e+04 6.70142e+04 6.92175e+05 1.42016e+05 1.08687e+06 3.14659e-01 7.23930e+02 1.15819e+00 8.94205e+03 2.97348e+02 1.82317e+03 1.08855e+04 7.96785e+02 1.26499e+03 9.82352e+03 1.62906e+03 2.58235e+03 6.40797e+02 4.78227e+02 5.06040e+01 3.19442e+03 8.16443e+03 1.36153e+03 2.61262e+04 2.50056e+04 7.58781e+03 6.43990e+03 9.45833e+03 5.83823e+04 2.34848e+03 1.22269e+04 4.97739e+01 3.37767e+02 5.65176e-01 3.69169e-01 3.68983e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68997e-01 3.68997e-01 3.68997e-01 3.68973e-01 3.68996e-01 3.68991e-01 3.68996e-01 3.68974e-01 3.60634e-01 1.05806e+05 4.18142e+03 7.70951e+03 8.62782e+03 5.44663e+02 1.63445e+03 1.03347e+04 2.05567e+03 3.94442e+03 9.80664e+02 6.70865e+02 4.30592e+01 2.52491e+04 1.62739e+04 2.95234e+03 5.73413e+04 5.26158e+04 1.94529e+04 6.53504e+03 1.16942e+04 5.35252e+04 1.85882e+03 9.17727e+03 4.77454e+01 2.19381e+02 2.37225e+00 9.76561e+05 1.59718e+05 4.54484e+04 4.71523e+04 3.43603e+04 1.30900e+04 3.45130e+04 3.19715e+04 7.72908e+04 7.23600e+03 2.12296e+04 4.05570e+03 1.81299e+04 3.17067e+04 2.74735e+03 3.54103e+04 7.87573e+04 2.74066e+02 5.22440e+04 1.64115e+04 8.62622e+04 9.49917e+03 4.92320e+04 2.97335e+01 8.53350e+03 4.95644e-01 1.06270e+05 4.77104e+03 1.35162e+06 2.83666e+05 2.21949e+04 3.78551e+04 3.85728e+05 7.41533e+04 1.02309e+05 2.33319e+04 2.04634e+04 2.28371e+03 6.38360e+05 3.25016e+05 6.39345e+04 1.50373e+06 5.59776e+05 5.12930e+05 3.17499e+05 3.32209e+05 2.04506e+06 5.94997e+04 4.07310e+05 1.35730e+03 3.12512e+03 2.33514e+01 1.27583e+04 3.57370e+04 4.01302e+05 8.82551e+05 4.25773e+05 8.27830e+05 1.89246e+06 1.21387e+06 1.88392e+06 6.47104e+05 4.06762e+05 5.59290e+04 3.46770e+06 2.33105e+06 1.75749e+06 3.89981e+06 9.08996e+06 3.52570e+06 4.66330e+06 1.26600e+06 8.70793e+06 9.93051e+00 2.84444e+06 2.26191e-01 3.28141e+05 4.34152e-01 2.61659e+04 1.54586e+03 4.68553e+03 6.40167e+03 3.28389e+02 9.50596e+02 7.62505e+03 1.30585e+03 1.96982e+03 4.84635e+02 3.98228e+02 1.96736e+01 1.62251e+04 1.78088e+04 1.38634e+03 3.28167e+04 8.21957e+03 1.25967e+04 8.59679e+03 1.15567e+04 2.56024e+04 9.10725e+02 4.92342e+03 1.54205e+01 3.02216e+01 5.32266e+00 2.43365e+06 4.67578e+04 6.70602e+06 7.55380e+06 3.45201e+05 8.61756e+05 2.43208e+06 7.48480e+05 1.85011e+06 6.08513e+05 3.61267e+05 3.70967e+03 1.71240e+07 3.38853e+06 3.30472e+06 9.22215e+07 6.31988e+07 2.65947e+07 1.17700e+07 2.20666e+07 1.23321e+08 8.39230e-01 1.93794e+07 7.92165e+04 4.77896e+05 2.49225e-01 2.99453e+05 1.68211e-01 6.28934e+03 5.07449e+04 3.70632e+03 9.60724e+03 9.69180e+04 5.06715e+03 3.45321e+03 9.10476e+02 8.67004e+02 3.23001e+02 1.02912e+05 1.10512e+05 3.04628e+03 5.49538e+04 7.73556e+04 1.89553e+04 6.02736e+04 4.17074e+04 1.50649e+06 5.42299e+04 1.94533e+05 3.06249e+03 8.72536e-01 3.44235e-01 3.82508e+05 7.82429e+04 2.97899e+04 2.69521e+04 6.05486e+04 1.81886e+03 4.96514e+04 1.65046e+04 2.12147e+04 1.03113e+03 9.16737e+03 1.90396e+03 4.14131e+04 3.96698e+04 8.00508e+02 1.03177e+04 2.29479e+04 9.01587e+02 8.15784e+04 2.24537e+04 1.04941e+05 4.30155e+03 3.22621e+04 1.61358e+02 4.63096e+04 3.47082e+00 2.77416e+03 3.24652e+02 1.21628e+02 1.26066e+02 7.35383e+00 2.63814e+01 1.47644e+02 3.57379e+01 3.01711e+01 1.82784e+01 9.29356e+00 4.48001e-01 3.41994e+02 4.04200e+02 1.89525e+02 2.55953e+03 2.55408e+03 8.74369e+02 3.22594e+02 5.24693e+02 1.94939e+03 6.14775e+01 3.33298e+02 2.14026e+00 1.17560e+01 3.40958e-02 8.62622e+02 3.31451e-01 1.65862e+05 1.56528e+05 4.91781e+04 5.79619e+04 1.66721e+05 5.61329e+04 2.49533e+04 1.54084e+04 7.27398e+03 2.70991e+03 5.73419e+05 2.28856e+05 3.53278e+04 8.74858e+05 7.46140e+05 2.57689e+05 4.24114e+04 2.88100e+04 5.95194e+05 2.34976e+04 4.68545e+04 3.25924e-01 9.22088e+03 3.34112e+01 5.54468e+06 8.72890e+05 2.93845e+06 9.94837e+06 3.30418e+06 9.10916e+05 1.74730e+06 4.69047e+05 6.91005e+05 6.61516e+05 3.05099e+05 5.85177e+02 9.45513e+05 2.73379e+06 1.05397e+05 5.91293e+06 1.27145e+05 1.59151e+06 1.10048e+06 3.81789e+05 3.75993e+06 3.22700e+04 1.64580e+06 2.17023e+02 6.22855e+04 5.96559e+00 2.33980e+04 1.02952e+03 3.62245e+03 5.97934e+03 2.62376e+02 8.76681e+02 5.71186e+03 1.11570e+03 1.68110e+03 4.34858e+02 3.04017e+02 2.07481e+01 9.49584e+03 3.53887e+03 8.70323e+02 1.65077e+04 1.91247e+05 5.52837e+03 3.76449e+03 6.05142e+03 4.31645e+04 1.31057e+03 7.70002e+03 2.86373e+01 4.69685e+02 6.05466e-02 2.28190e+04 8.23211e+02 7.05685e+04 5.08472e+04 8.58629e+01 4.18426e+02 1.48306e+03 3.81272e+02 6.90381e+02 1.24712e+02 8.98260e+01 3.83339e+00 4.16864e+04 1.86814e+04 4.53815e+03 7.21896e+04 4.85595e+04 3.05450e+04 9.65043e+03 7.85168e+03 4.33466e+04 1.60594e+03 6.17046e+03 3.95104e+01 2.18710e+02 2.35348e-01 2.40960e+04 5.56771e+03 2.70710e+04 1.44388e+04 1.25325e+03 2.07246e+03 9.77707e+03 3.01837e+03 2.76212e+03 1.23104e+03 1.24565e+03 1.64107e+02 3.16140e+04 1.06611e+04 1.82977e+04 5.81247e+04 5.06464e+04 2.48286e+04 1.32644e+04 1.69414e+04 6.64727e+04 3.07702e+03 1.40361e+04 7.32798e+02 2.09972e+03 5.59213e-01 0.00000e+00 +-3.02346e+03 -8.91607e+01 -2.89473e+04 -1.24531e+04 -1.40257e+02 -2.68286e+02 -1.29831e+03 -2.53754e+02 -1.36185e+03 -3.07392e+02 -1.68274e+02 -1.89408e+00 -9.49442e+04 -4.26719e+03 -2.28615e+03 -5.06357e+04 -4.08309e+04 -1.21378e+04 -2.26283e+03 -2.56311e+03 -5.49746e+05 -1.59863e+04 -2.77636e+05 -2.85734e+02 -2.87286e+03 -1.32764e+01 -2.10233e+03 -7.63951e+01 -4.30928e+02 -2.41070e+04 -9.53917e+01 -3.18905e+02 -2.06300e+03 -2.58398e+02 -1.68195e+03 -4.45376e+02 -1.91262e+02 -3.53450e+00 -4.90716e+03 -2.56109e+03 -3.34083e+02 -1.06805e+04 -8.85214e+03 -2.74513e+03 -2.49585e+03 -3.69131e+03 -8.07092e+04 -1.37240e+03 -3.68852e+04 -2.20463e+01 -1.16990e+02 -1.15624e-01 -9.53816e+04 -2.74846e+03 -1.23921e+03 -3.17807e+05 -2.35412e+03 -5.06122e+03 -2.20846e+04 -3.64334e+03 -1.73655e+04 -3.36229e+03 -2.25975e+03 -2.78604e+01 -1.75759e+05 -1.79408e+04 -9.48132e+03 -2.54320e+05 -1.24982e+05 -7.76623e+04 -2.04256e+05 -2.32029e+05 -1.22004e+06 -6.44414e+04 -2.23951e+05 -4.74296e+02 -1.29563e+04 -3.26126e-01 -3.33547e+03 -1.12545e+02 -8.23955e+02 -2.33928e+04 -1.89024e+02 -3.30590e+02 -1.98505e+03 -2.63670e+02 -1.85663e+03 -4.52968e+02 -2.39646e+02 -2.51282e+00 -5.95016e+03 -2.16525e+03 -8.80984e+01 -3.79422e+03 -3.08050e+03 -9.45771e+02 -1.68283e+03 -1.63867e+03 -1.71881e+04 -2.68446e+02 -7.02786e+03 -2.02324e+00 -1.99234e+01 -6.10498e-02 -5.38700e+04 -2.05761e+03 -1.06727e+04 -3.57032e+05 -4.00489e+03 -7.51740e+03 -3.92747e+04 -6.60086e+03 -3.43138e+04 -6.85964e+03 -4.32059e+03 -4.54564e+01 -2.19796e+05 -7.84523e+04 -1.08841e+04 -2.71504e+05 -5.36147e+04 -7.50365e+04 -1.01394e+05 -1.04168e+05 -2.50254e+06 -4.61089e+04 -1.01290e+06 -7.51209e+02 -7.78641e+03 -1.68636e+00 -1.51341e+02 -3.50687e+00 -3.07315e+01 -9.12140e+03 -5.21551e+01 -1.37445e+02 -9.06650e+02 -1.16984e+02 -1.36080e+03 -2.26405e+02 -7.32495e+01 -1.24815e+00 -2.11771e+02 -1.68289e+02 -7.97360e+00 -5.96020e+02 -4.41492e+02 -1.13202e+02 -1.40619e+02 -1.52200e+02 -3.46037e+03 -5.98533e+01 -1.29846e+03 -1.63227e-01 -3.41552e+00 -1.39190e-01 -1.72764e+05 -8.55053e+03 -7.12949e+04 -1.99894e+05 -8.23686e+04 -7.91748e+04 -1.97822e+05 -7.32316e+04 -6.86247e+04 -6.20630e+04 -2.54931e+04 -1.87574e+03 -6.02594e+04 -2.91131e+05 -9.12018e+03 -1.25016e+05 -2.56700e+05 -6.40193e+04 -2.76029e+05 -1.09088e+05 -8.89661e+05 -2.02187e+05 -4.89041e+05 -2.27765e+02 -6.53685e+04 -3.02639e-01 -8.97577e-03 -1.71778e-02 -6.87808e-03 -3.25154e-02 -1.92882e-02 -2.55278e-02 -1.87184e-02 -2.21491e-02 -1.76519e-02 -1.46683e-02 -1.25364e-02 -1.04933e-02 -8.92668e-03 -6.12810e-03 -8.41634e-03 -1.98120e-02 -6.44161e-01 -2.00798e-02 -1.08271e-02 -9.94630e-03 -4.75530e-02 -3.09705e-02 -3.16362e-02 -3.42327e+00 -1.07442e+00 -2.65061e-01 -2.73786e+02 -1.81340e+02 -7.13073e+00 -5.27571e+00 -4.64253e+00 -3.24574e+00 -1.22013e+00 -7.90387e+00 -1.37856e+01 -9.96826e+00 -3.66094e+00 -1.41164e+00 -3.94122e-01 -2.91763e-01 -1.13715e-01 -3.03260e-01 -3.33944e-01 -8.38321e-02 -1.77946e-01 -2.75685e-01 -4.40577e-01 -1.33997e-01 -1.18681e-01 -2.64030e-02 -7.58100e-02 -1.16785e-01 -6.31925e+00 -1.19403e+00 -8.53908e+00 -7.68211e+00 -1.92392e+00 -3.16432e+00 -6.50959e+00 -5.64210e+00 -5.12296e+00 -1.42904e+00 -1.36449e+00 -5.10155e-02 -7.36154e+04 -4.16643e-01 -1.22144e-02 -2.49372e-01 -2.91721e-01 -2.94723e-01 -4.17580e+00 -8.10527e-01 -1.10686e+01 -1.16225e+00 -3.31273e+05 -1.79568e-01 -6.81804e-01 -6.29343e-01 -6.99409e+06 -3.65312e-01 -2.07983e+04 -2.67973e+03 -2.54684e+02 -9.03491e+02 -1.13978e+01 -9.40474e-01 -3.76939e+03 -8.29187e-01 -5.24696e-01 -4.96059e-01 -8.28862e-01 -5.13583e-01 -5.01112e-01 -5.25647e-01 -2.56022e-01 -4.50514e-01 -1.30822e+04 -4.33967e-01 -5.86363e+04 -4.35462e-01 -3.17408e+05 -3.16662e-01 -4.08692e-01 -1.62346e-01 -1.56974e+00 -2.18752e+00 -1.15873e+00 -1.61220e+01 -1.18773e+01 -1.42085e+01 -9.68411e+00 -1.10895e+01 -1.50185e+01 -1.73142e+01 -1.51546e+01 -9.76828e+00 -2.96099e+00 -1.60291e+00 -2.42320e+00 -2.88785e+00 -2.72079e+00 -2.97269e+00 -2.31011e+00 -2.93518e+00 -9.99366e+01 -3.33039e+01 -3.35620e+01 -3.39707e+01 -3.56767e+01 -3.44491e-03 -3.05048e+04 -1.01159e+03 -4.16034e+03 -1.81553e+05 -4.70728e+03 -1.06623e+04 -3.73804e+04 -9.67756e+03 -4.26582e+04 -9.02569e+03 -4.94328e+03 -6.11759e+01 -3.72424e+04 -2.66343e+04 -2.34815e+03 -7.63014e+04 -5.36889e+04 -1.53011e+04 -1.86078e+04 -2.27440e+04 -3.53106e+05 -5.15072e+03 -1.18420e+05 -5.84116e+01 -9.53286e+02 -2.43229e+01 -8.25034e+02 -2.65412e+01 -4.19422e+01 -1.74739e+02 -1.59291e+00 -3.76212e+00 -1.67699e+01 -2.40888e+00 -2.01705e+01 -4.52162e+00 -2.11570e+00 -3.14085e-02 -4.95055e+02 -9.37100e+01 -1.89242e+01 -6.31189e+02 -6.05903e+03 -1.60326e+02 -1.00458e+02 -1.01829e+02 -1.47736e+03 -1.61163e+01 -4.41905e+02 -1.55958e-01 -2.11792e+01 -5.18996e-02 -7.49676e+03 -2.98271e+02 -4.25998e+03 -3.16182e+04 -1.04678e+02 -6.16942e+02 -2.42544e+03 -4.94860e+02 -2.31945e+03 -4.97651e+02 -2.81373e+02 -3.40049e+00 -2.38428e+04 -1.49139e+04 -2.08674e+03 -5.93566e+04 -4.53967e+04 -1.31841e+04 -1.00948e+04 -1.10691e+04 -3.81233e+05 -7.39031e+03 -1.32932e+05 -8.30118e+01 -1.12822e+03 -1.03363e-01 -6.35251e+02 -1.41464e+01 -1.51281e+02 -3.58256e+03 -2.78751e+01 -6.64061e+01 -4.02203e+02 -6.14032e+01 -3.80627e+02 -1.06845e+02 -3.98092e+01 -2.19669e-01 -1.63687e+03 -9.13372e+02 -3.97303e+01 -2.09350e+03 -1.47366e+03 -4.00774e+02 -3.83541e+02 -5.22392e+02 -1.01452e+04 -1.97606e+02 -4.04168e+03 -8.47614e-01 -1.51141e+01 -8.65843e-02 -2.26632e-02 -3.71152e-03 -3.00860e-02 -6.17799e-02 -2.80378e-02 -6.20600e-02 -4.97190e-02 -5.98166e-02 -4.30599e-02 -6.75960e-02 -5.25100e-02 -4.98948e-02 -5.74948e-02 -8.20842e-02 -6.18956e-03 -7.64699e-02 -1.21468e+03 -2.93987e-02 -8.14321e-02 -1.74302e-01 -1.30954e+01 -2.26870e-02 -3.15019e-02 -1.03232e-02 -4.88888e+02 -1.96806e-02 -4.27090e+05 -8.18622e+03 -1.15030e+01 -3.10675e+00 -4.48706e+00 -8.78579e+04 -2.00840e+05 -1.38624e+05 -4.57315e+05 -5.41531e+02 -1.69278e+00 -1.20166e+04 -2.94375e+00 -1.57081e+00 -1.66808e+00 -1.54483e+00 -2.87335e-01 -1.46417e+00 -1.77698e+03 -1.47533e+03 -3.57467e+06 -5.33677e+02 -1.34210e+07 -1.82887e+00 -1.46063e+00 -2.63549e-01 -1.51573e+02 -2.59903e+00 -3.52299e+01 -1.05399e+03 -8.48607e+00 -2.52700e+01 -1.60397e+02 -2.18083e+01 -1.46301e+02 -2.67064e+01 -1.12925e+01 -3.19438e-01 -5.33232e+02 -4.14137e+02 -1.32617e+01 -9.02321e+02 -5.03573e+02 -2.03113e+02 -2.63852e+02 -2.28470e+02 -4.90414e+03 -4.94588e+01 -1.33514e+03 -2.35231e-01 -1.04007e+01 -8.05526e-02 -7.31583e+02 -2.31256e+01 -1.08786e+03 -4.75048e+03 -3.34902e+01 -7.45206e+01 -2.91244e+02 -5.74333e+01 -3.12663e+02 -6.53544e+01 -3.90984e+01 -2.55166e-01 -6.49554e+03 -1.42981e+03 -1.62590e+02 -6.11614e+03 -3.67006e+03 -1.51203e+03 -8.43290e+02 -1.06690e+03 -6.86068e+04 -8.85959e+02 -2.27580e+04 -3.91452e+01 -1.46989e+02 -9.37431e-02 -1.63491e+01 -6.74922e-02 -1.56161e+02 -1.81355e+02 -3.95717e+00 -8.48736e+00 -3.05473e+01 -7.70566e+00 -3.05832e+01 -6.62919e+00 -4.82797e+00 -5.66823e-02 -3.39126e+02 -1.17564e+02 -9.96437e+00 -3.01535e+02 -5.84926e+03 -4.98181e+01 -2.69952e+02 -3.54125e+02 -1.73735e+03 -5.40445e-02 -2.41460e+02 -1.50000e-02 -3.86212e+00 -3.34726e-02 -2.09156e+01 -3.47437e-01 -5.10690e+00 -1.70766e+02 -1.11532e+00 -2.38542e+00 -1.12303e+01 -9.16452e-01 -1.01244e+01 -1.63227e+00 -1.13093e+00 -1.65231e+00 -1.62619e+01 -1.44451e+01 -1.68262e+01 -5.55278e+02 -5.15854e+02 -6.91100e+01 -1.50182e+01 -2.66768e+01 -1.97022e+03 -2.48911e+01 -6.60029e+02 -9.08031e-01 -2.04025e+00 -2.78767e-01 -4.94366e+03 -1.90749e+02 -2.18309e+03 -2.09643e+03 -3.45405e+02 -3.43975e+02 -1.00407e+03 -1.33198e+01 -1.37278e+01 -1.50128e+00 -2.76033e+01 -1.02836e+01 -1.53412e+03 -1.37694e+03 -6.96955e+01 -8.98298e+02 -1.99794e+03 -1.38475e+03 -3.61190e+03 -1.19523e+03 -4.79948e+03 -2.66485e+03 -1.02815e+03 -1.90381e+02 -1.18042e+03 -1.90020e-02 -2.26245e+03 -3.69930e+01 -7.66260e+02 -1.25812e+04 -3.82736e+01 -1.54015e+02 -1.02847e+03 -1.36912e+02 -9.32026e+02 -2.25109e+02 -1.07450e+02 -7.61501e-01 -5.79706e+03 -7.31178e+03 -3.98358e+02 -1.45379e+04 -1.19688e+04 -3.91890e+03 -4.75417e+03 -5.68823e+03 -8.75733e+04 -1.38591e+03 -3.69985e+04 -1.38876e+01 -1.99492e+02 -1.39097e-01 -6.37656e+04 -1.13016e+03 -1.29273e+04 -3.56431e+05 -3.34625e+03 -8.07245e+03 -6.51393e+04 -8.27503e+03 -4.68662e+04 -9.63124e+03 -3.12872e+03 -7.43131e+01 -1.19623e+05 -8.41417e+04 -7.15183e+03 -3.46694e+05 -3.02447e+05 -5.53517e+04 -1.07244e+05 -1.28570e+05 -2.02789e+06 -1.33372e+04 -3.16701e+05 -9.44423e+01 -1.83583e+03 -6.92605e-02 -5.38436e+05 -5.44924e+03 -2.33978e+00 -5.79642e+03 -2.78141e+05 -2.39176e+00 -8.88759e+00 -9.29177e+04 -2.68483e+05 -3.35473e+05 -5.81253e-01 -2.16545e-01 -1.76026e+05 -2.10313e+04 -2.00736e-02 -2.58726e-01 -5.75442e-01 -4.76216e-01 -1.87187e+06 -1.24515e+06 -1.19923e+06 -1.72876e+00 -6.39187e+04 -2.50625e+01 -7.19294e+03 -1.96622e-01 -1.05753e+03 -3.59356e+01 -6.26320e+01 -4.97108e+03 -2.99966e+01 -7.40523e+01 -4.40592e+02 -6.12223e+01 -4.78905e+02 -8.99952e+01 -3.69783e+01 -9.69796e-01 -4.76857e+02 -5.48443e+02 -8.48181e+00 -5.93659e+02 -4.60325e+02 -1.28097e+02 -1.30163e+02 -1.54552e+02 -2.11328e+03 -2.06411e+01 -5.15194e+02 -5.34091e-02 -1.17072e+00 -6.77811e-02 -5.06125e+03 -1.93053e+02 -3.66119e+02 -1.88883e+04 -1.05917e+02 -2.61820e+02 -1.28484e+03 -2.11151e+02 -1.08905e+03 -2.43847e+02 -1.40826e+02 -1.95321e+00 -7.37951e+03 -1.13068e+04 -2.57725e+03 -5.61189e+04 -8.52505e+04 -1.65967e+04 -1.12627e+04 -1.14081e+04 -1.10510e+05 -1.59538e+03 -3.96033e+04 -2.88686e+01 -7.51432e+02 -1.47106e-01 -1.94955e+04 -2.19107e+02 -4.04741e+03 -7.81252e+03 -4.73024e+01 -1.87375e+02 -7.99625e+02 -1.10186e+02 -7.94501e+02 -2.47544e+02 -1.22905e+02 -1.11694e+00 -1.41645e+03 -3.83478e+03 -2.23042e+02 -5.75632e+03 -1.41400e+04 -8.35070e+02 -2.58473e+03 -5.31442e+03 -3.34375e+04 -1.07659e+04 -2.85142e+04 -1.28607e+01 -1.07057e+02 -2.19871e-03 -4.58630e+01 -1.61136e+00 -2.12756e+02 -1.72222e+01 -6.26595e-01 -7.84271e-01 -1.70724e+00 -7.54824e-01 -1.66792e+00 -6.77310e-01 -6.60616e-01 -7.79078e-01 -2.69743e+02 -5.74849e+01 -2.06421e+00 -6.46919e+01 -8.08860e+02 -1.29227e+01 -8.20537e+01 -8.06049e+01 -1.42105e+03 -8.32261e+01 -4.15866e+02 -2.63093e+00 -4.11106e+01 -2.54656e-01 -2.45105e+02 -2.90517e+00 -7.99259e+02 -1.50436e+03 -4.09556e+00 -1.44564e+01 -6.08458e+01 -9.13909e+00 -8.49164e+01 -1.31936e+01 -5.41790e+00 -8.47577e-02 -3.53876e+03 -7.73102e+02 -1.01746e+02 -4.50960e+03 -4.30399e+03 -1.42865e+03 -1.27424e+03 -1.47182e+03 -1.17615e+04 -2.87645e+02 -7.21158e+03 -1.33729e+00 -2.01604e+01 -4.10198e-01 -8.69625e+02 -3.04938e+01 -1.89109e+03 -3.90015e+03 -7.57210e+00 -6.38027e+01 -4.88244e+02 -9.27908e+01 -4.96301e+02 -1.03712e+02 -4.51556e+01 -2.41887e-01 -1.08195e+04 -1.30159e+03 -1.44075e+02 -7.61299e+03 -5.32192e+03 -1.57107e+03 -1.40389e+03 -1.67411e+03 -1.23621e+05 -3.85525e+03 -6.46072e+04 -1.70039e+01 -2.60983e+02 -6.67998e-02 -1.41831e+03 -5.07877e+01 -7.88198e+02 -8.54205e+03 -8.75770e+01 -1.46919e+02 -1.03361e+03 -1.83586e+02 -9.02179e+02 -1.84543e+02 -1.04636e+02 -7.62584e-01 -1.01337e+04 -7.17779e+03 -4.54372e+02 -1.60703e+04 -1.15035e+04 -2.99619e+03 -3.75023e+03 -4.60102e+03 -1.57342e+05 -3.62363e+03 -8.03206e+04 -4.21343e+01 -4.78600e+02 -1.42288e-01 -1.97196e+05 -2.93146e+04 -5.43399e+05 -1.16153e+05 -3.00345e+05 -4.83274e+05 -1.30568e+06 -8.20238e+05 -1.51633e+06 -9.68219e+05 -2.32608e+05 -6.31660e+04 -6.26577e+05 -3.60493e+05 -2.77746e+03 -3.57984e+04 -7.96206e+04 -1.60889e+05 -5.76027e+04 -2.51346e+04 -1.46663e+06 -2.43634e+05 -5.77473e+05 -5.46650e+02 -1.56888e+05 -4.04100e-01 -2.95809e+02 -4.46755e+00 -1.06171e+02 -5.53334e+03 -2.53892e+01 -7.76263e+01 -4.71917e+02 -6.47260e+01 -2.88536e+02 -8.28563e+01 -4.40736e+01 -1.44199e+00 -9.33302e+02 -4.20997e+02 -3.45862e+01 -1.70336e+03 -1.44120e+03 -4.04986e+02 -3.80876e+02 -3.96368e+02 -1.21369e+04 -2.39399e+02 -7.06357e+03 -5.52213e-01 -1.09822e+01 -1.75859e-01 -2.28248e+00 -8.86651e-02 -1.16218e-01 -1.64773e+02 -2.51239e+00 -5.19685e+00 -2.35082e+01 -4.56375e+00 -1.99881e+01 -2.49548e+00 -2.86660e+00 -3.16347e-02 -6.07580e-01 -5.10349e-01 -6.70316e-02 -1.45819e+00 -9.42811e+03 -4.18184e-01 -3.91180e-01 -3.55444e-01 -4.35592e+00 -1.00247e-01 -1.53240e+00 -1.01795e-03 -4.88590e+01 -2.29367e+00 -2.50673e+02 -3.77188e+00 -9.47400e+01 -1.01017e+03 -7.40573e+00 -1.81119e+01 -9.36912e+01 -1.62871e+01 -8.89455e+01 -1.70423e+01 -8.71031e+00 -1.65204e-01 -6.99236e+02 -8.19345e+02 -3.04947e+01 -1.09883e+03 -8.63035e+02 -2.54979e+02 -7.86075e+02 -8.42110e+02 -3.52568e+04 -8.13846e+02 -1.61190e+04 -8.22186e+00 -1.14451e+02 -7.09994e+00 -1.01656e+03 -2.46128e+01 -2.96142e+03 -6.23520e+03 -6.20791e+01 -1.49984e+02 -7.04705e+02 -1.30340e+02 -7.13365e+02 -1.44067e+02 -7.86855e+01 -8.73376e-01 -1.58601e+04 -3.29376e+04 -1.47231e+02 -6.65467e+03 -5.15216e+03 -1.36352e+03 -3.48667e+03 -4.26679e+03 -1.43080e+05 -5.82205e+03 -8.84626e+04 -3.66638e+01 -6.31143e+02 -5.37689e-01 -1.29832e+02 -3.16704e+01 -1.05534e+02 -1.13467e+02 -2.10339e+01 -1.67419e+01 -1.62536e+07 -1.66292e+01 -1.08918e+01 -5.65866e+00 -8.94075e+00 -1.55829e+00 -8.87049e+01 -6.58388e+01 -9.50055e-01 -1.22451e+01 -2.72349e+01 -9.62351e+01 -5.11243e+02 -8.69748e+01 -2.80414e+01 -3.59631e+01 -2.68308e+01 -1.64828e-02 -4.73056e+00 -3.53810e-01 -3.83875e+07 -3.96014e+06 -5.30740e+07 -8.36109e+07 -3.24896e+07 -4.09932e+07 -1.13709e+08 -5.28473e+07 -5.94222e+07 -2.81865e+07 -9.57002e+06 -5.66446e-01 -7.74592e+07 -1.25519e+07 -4.35036e+06 -5.60713e+07 -1.24710e+08 -2.48014e+07 -3.89321e+07 -8.66502e+06 -6.75442e+07 -1.96742e+05 -2.52432e+07 -3.24773e+05 -1.76453e+06 -1.67289e-01 -5.32076e+01 -4.41484e+01 -9.98765e+03 -9.59704e+03 -8.97246e+03 -4.39958e+03 -1.09547e+04 -1.59618e+03 -1.49722e+03 -7.06577e+02 -8.08859e+02 -8.57111e-02 -5.61578e+04 -3.79789e+05 -4.96696e+03 -6.40187e+04 -1.42386e+05 -4.91213e+04 -1.79642e+04 -8.87374e+03 -3.22038e+05 -2.68264e+05 -7.83481e+04 -1.60546e-01 -2.73675e+04 -8.27789e+00 -1.05168e+03 -1.34134e+01 -2.51254e+02 -5.98766e+04 -3.95466e+02 -7.30307e+02 -4.30827e+03 -5.63057e+02 -2.33799e+03 -6.16870e+02 -3.47743e+02 -3.73591e+00 -9.33940e+03 -5.48749e+03 -5.83661e+02 -1.53008e+04 -1.87695e+04 -5.53513e+03 -2.44736e+03 -2.90047e+03 -3.79430e+05 -7.74853e+03 -2.20959e+05 -1.15957e+02 -1.09244e+03 -4.21697e-01 -1.42121e-01 -1.28566e-01 -1.20645e+00 -3.63937e-01 -3.63561e-01 -3.19953e-01 -2.96980e-01 -3.38973e-01 -3.02471e-01 -4.37331e-01 -3.58894e-01 -3.12135e-01 -2.16208e-01 -2.61740e-01 -2.72533e-01 -2.75895e-01 -2.49181e-01 -2.69929e-01 -2.07257e-01 -2.37751e-01 -3.03425e-01 -2.37538e-01 -2.82490e-01 -2.65258e-01 -2.55393e-01 -8.58376e-03 -4.74939e+02 -9.27688e+00 -2.56244e+02 -9.22515e+02 -5.59997e+00 -1.60014e+01 -6.98922e+01 -1.55588e+01 -8.77563e+01 -2.14786e+01 -9.90734e+00 -1.49799e-01 -6.79658e+02 -5.56751e+02 -6.08722e+01 -1.80631e+03 -6.23463e+05 -4.63440e+02 -3.46443e+02 -3.30557e+02 -5.42273e+03 -1.68404e+02 -2.36663e+03 -1.32916e+00 -1.09795e+04 -6.23872e-02 -1.54706e+04 -1.88003e+02 -1.04769e+04 -2.88565e+04 -7.22612e+02 -1.51530e+03 -7.23341e+03 -8.02441e+02 -8.33042e+03 -1.61437e+03 -9.24713e+02 -5.85884e+00 -8.37236e+04 -2.92192e+04 -2.71093e+03 -9.48891e+04 -6.57250e+04 -1.58871e+04 -1.09113e+04 -1.43155e+04 -1.64097e+05 -6.61268e+03 -2.15070e+05 -8.74830e+01 -1.23653e+03 -2.56613e-02 -4.10283e+03 -1.11424e+02 -1.31289e+03 -1.06642e+04 -1.11572e+02 -2.33265e+02 -1.22298e+03 -2.42414e+02 -1.17739e+03 -2.48124e+02 -1.35532e+02 -1.48075e+00 -1.05038e+04 -8.50045e+03 -7.96090e+02 -2.40463e+04 -1.69167e+04 -5.83158e+03 -5.12825e+03 -5.27807e+03 -8.03862e+04 -1.13993e+03 -2.46375e+04 -1.04988e+01 -1.74685e+02 -2.10122e-01 -4.78905e+05 -4.77402e+03 -2.05585e+05 -1.21121e+04 -1.38846e+03 -6.19622e+02 -7.76530e+03 -1.54448e+02 -4.68424e+03 -2.86729e+03 -6.04863e+03 -9.85759e-01 -6.31292e+04 -8.37338e-01 -1.02329e+00 -4.80540e+03 -3.77183e+02 -1.26481e+02 -2.29258e+06 -8.75745e-01 -5.51544e+05 -4.20930e+01 -1.22210e+05 -2.13160e-01 -3.27296e+00 -5.77142e-02 -6.74085e+02 -3.96942e+01 -7.24604e+02 -5.63766e+03 -6.20781e+01 -1.33207e+02 -8.62908e+02 -2.11918e+02 -8.83076e+02 -1.64654e+02 -9.26376e+01 -6.52047e-01 -3.53507e+03 -4.45419e+03 -5.10946e+02 -1.64472e+04 -1.28355e+04 -3.34225e+03 -3.13177e+03 -4.32725e+03 -1.21900e+05 -2.34220e+03 -4.96335e+04 -2.87642e+01 -3.77004e+02 -1.68421e-02 -4.65279e+03 -2.10084e+02 -2.13624e+03 -1.82219e+03 -3.99870e+01 -1.01580e+02 -3.92719e+02 -7.06169e+02 -8.40303e+02 -7.77066e+01 -4.23125e+01 -2.65866e-01 -3.50095e+03 -6.48948e+03 -2.05124e+04 -3.27616e+05 -1.93187e+05 -6.80252e+04 -1.64304e+05 -1.36645e+05 -5.57020e+04 -3.58531e+03 -2.78501e+04 -4.67003e+01 -2.17763e+02 -1.21703e+03 -3.37942e+03 -7.91978e+01 -4.21660e+02 -3.63676e+04 -3.86552e+02 -6.95945e+02 -4.99592e+03 -6.00819e+02 -3.38870e+03 -8.75235e+02 -3.98001e+02 -3.41217e+00 -9.33138e+03 -9.48693e+04 -1.75603e+03 -5.56610e+04 -4.57085e+04 -1.32919e+04 -1.28740e+04 -1.58815e+04 -1.53183e+06 -6.20676e+04 -1.13250e+06 -7.41164e+02 -8.16644e+03 -6.04204e-02 -5.63782e+05 -3.04922e+04 -2.64276e+04 -1.63243e+05 -7.08722e+03 -8.70642e+04 -7.06298e+04 -4.68279e+04 -1.37396e+05 -2.31154e+05 -2.82303e+04 -1.31769e+02 -3.13581e+00 -4.79478e+04 -2.82684e+03 -1.37698e+05 -1.05981e+05 -3.19921e+04 -5.46561e+05 -1.83017e+04 -5.56596e+05 -1.88307e+05 -3.52265e+06 -2.44503e-01 -8.22484e+04 -1.25861e-01 -4.41226e+02 -1.18978e+01 -4.40509e+01 -5.04602e+03 -3.01474e+01 -9.04349e+01 -5.43524e+02 -7.81249e+01 -5.79882e+02 -1.09949e+02 -4.38095e+01 -1.55193e+00 -2.88109e+02 -4.17469e+02 -6.37413e+00 -4.44405e+02 -3.11865e+02 -8.57708e+01 -1.28393e+02 -1.26965e+02 -4.32717e+03 -5.61554e+01 -1.41648e+03 -2.19283e-01 -6.71686e+00 -6.06212e-01 -4.49591e+02 -1.56723e+01 -3.82047e+03 -3.61747e+03 -1.29780e+01 -8.43072e+01 -4.14789e+02 -5.78817e+01 -2.81044e+02 -1.01980e+02 -3.70014e+01 -4.01148e-01 -1.98217e+03 -1.62622e+03 -4.89452e+02 -1.35955e+04 -3.16124e+03 -2.97009e+03 -2.47563e+04 -3.15612e+04 -3.27858e+04 -3.52056e+03 -2.88640e+04 -6.59481e+00 -7.42585e+01 -3.73040e-02 -5.31710e+02 -7.14265e+01 -3.15271e+05 -4.44662e+02 -1.36579e+02 -6.13184e+01 -5.47840e+03 -9.65955e+00 -1.00625e+01 -9.27363e+00 -1.90955e+01 -7.11400e+00 -7.00583e+01 -2.26416e+02 -2.28262e+02 -2.94205e+03 -6.54352e+03 -6.17124e+01 -3.67224e+03 -9.69522e+00 -2.99758e+03 -8.20199e-03 -2.42442e+01 -1.08930e-02 -4.44193e+00 -8.64080e-01 -1.71548e+04 -5.46548e+02 -1.19427e+04 -9.99365e+04 -6.69970e+02 -2.12305e+03 -1.01242e+04 -1.99747e+03 -9.52755e+03 -2.01222e+03 -1.12129e+03 -1.36165e+01 -2.82234e+04 -5.21876e+04 -8.06618e+03 -2.23743e+05 -1.76351e+05 -4.78452e+04 -4.71322e+04 -5.07240e+04 -1.74247e+06 -3.20677e+04 -6.27792e+05 -4.37435e+02 -4.92141e+03 -1.55519e-01 -1.29204e+03 -4.17473e+01 -1.02341e+03 -5.28897e+03 -2.05481e+01 -1.28274e+02 -6.10248e+02 -1.19661e+02 -6.65213e+02 -1.44038e+02 -6.96119e+01 -8.51324e-01 -5.01475e+03 -4.44271e+03 -4.17487e+02 -1.26836e+04 -2.60808e+04 -2.46199e+03 -2.68494e+03 -2.82752e+03 -5.80091e+04 -9.73493e+02 -1.92621e+04 -1.21308e+01 -5.19633e+02 -5.30174e-05 -3.02748e+02 -4.97002e+00 -1.49623e+02 -2.47790e+03 -1.53193e+01 -4.05451e+01 -2.11101e+02 -3.54689e+01 -2.29271e+02 -4.49361e+01 -2.31258e+01 -5.00360e-01 -1.88635e+03 -2.92430e+02 -3.00163e+01 -1.32117e+03 -9.20904e+02 -2.81570e+02 -2.58289e+02 -2.79597e+02 -1.34757e+04 -1.97704e+02 -4.84978e+03 -1.48806e+00 -3.01722e+01 -2.83738e+00 -3.03116e+05 -5.04790e+00 -7.05544e+00 -1.10145e+01 -2.45473e+01 -3.94729e+04 -1.30089e+02 -6.82614e+02 -4.94115e+01 -1.44142e+01 -7.53844e+00 -6.13310e+00 -7.29315e+00 -3.99465e+00 -7.28735e+00 -5.36580e+00 -4.11385e-01 -5.05661e+00 -4.21451e+03 -7.06313e+00 -2.09714e+02 -5.91556e+00 -2.43917e+03 -2.17019e+00 -3.42141e+00 -1.88014e-01 -2.31172e-01 -8.44625e-02 -6.00402e+00 -7.55415e-01 -9.56505e-01 -1.01396e+00 -1.45423e+00 -9.64309e-01 -1.24268e+00 -1.01255e+00 -8.43291e-01 -7.33464e-01 -8.02789e+00 -5.74140e-01 -3.19677e-01 -3.23393e-01 -3.51109e-01 -3.17943e-01 -4.88248e-01 -4.61011e-01 -5.57097e-01 -5.73602e-01 -4.45982e-01 -4.20957e-01 -4.53451e-01 -3.41359e-03 -2.98748e+02 -4.23490e+00 -2.90656e+02 -1.31406e+03 -9.86275e+00 -2.28858e+01 -2.03327e+02 -2.86100e+01 -2.36947e+02 -4.70084e+01 -1.64587e+01 -1.78737e-01 -1.83967e+03 -2.32624e+03 -5.32987e+01 -2.68658e+03 -2.35045e+03 -6.36524e+02 -4.50531e+02 -5.03123e+02 -1.84350e+04 -2.42845e+02 -5.92856e+03 -1.64396e+00 -2.88793e+01 -2.16238e-02 -2.87572e+06 -2.24077e+04 -1.35392e+03 -4.37385e+04 -1.20482e+04 -7.49098e+04 -7.35431e+04 -2.83755e+04 -2.22152e+05 -3.55829e+04 -3.64477e+04 -3.70517e-01 -1.13274e+04 -1.69608e+00 -3.20308e-01 -2.96377e-01 -2.54573e-01 -1.89062e+04 -1.00280e+05 -3.11638e-01 -2.57576e+05 -8.42039e-01 -1.80350e+05 -2.34139e-01 -2.61424e-01 -2.08663e-01 -1.22066e+06 -8.80369e+04 -1.75844e+02 -1.43944e+00 -1.90433e+00 -1.83923e+00 -2.56024e+00 -1.19131e+00 -3.01954e+00 -1.35316e+00 -6.50382e-01 -1.69162e+05 -5.61146e+06 -6.57620e-01 -8.02514e-01 -7.83280e-01 -2.34528e-01 -7.16504e-01 -5.49911e+01 -6.60868e-01 -5.93423e+00 -7.27321e-01 -5.00328e+07 -8.47559e-01 -7.85059e-01 -2.38921e-01 -1.02242e+03 -1.65431e+01 -4.14528e+02 -1.79533e+04 -1.13170e+02 -2.03038e+02 -1.35610e+03 -1.77878e+02 -1.80229e+03 -3.96031e+02 -1.12436e+02 -8.66130e-01 -4.23847e+03 -3.87478e+03 -1.52760e+02 -9.01656e+03 -6.83171e+03 -1.89485e+03 -1.19724e+03 -1.55419e+03 -2.37996e+04 -3.40395e+02 -8.89270e+03 -2.31361e+00 -3.49606e+01 -1.20711e-01 -3.02541e+03 -6.01465e+01 -5.97417e+02 -8.50001e+04 -5.21122e+02 -1.09377e+03 -5.59725e+03 -8.01340e+02 -6.23027e+03 -1.60503e+03 -6.88296e+02 -4.60492e+00 -2.11142e+04 -1.35328e+04 -2.97232e+03 -8.74428e+04 -1.04797e+05 -3.18236e+04 -1.04416e+04 -1.42547e+04 -2.80365e+05 -9.11790e+03 -2.26399e+05 -9.57817e+01 -9.56353e+02 -2.35307e+00 -5.33395e+03 -1.28938e+02 -2.29817e+03 -3.26928e+04 -2.78765e+02 -6.08652e+02 -2.65694e+03 -5.09303e+02 -2.72772e+03 -6.03897e+02 -3.56178e+02 -8.40212e+00 -1.29242e+04 -4.88945e+03 -6.52563e+02 -1.75669e+04 -1.40793e+04 -4.03547e+03 -8.25815e+03 -8.10291e+03 -2.32425e+05 -6.69496e+03 -1.05055e+05 -9.41099e+01 -1.30109e+03 -1.98106e+02 -7.81165e+01 -1.15382e+01 -7.22246e+00 -4.48834e+01 -5.64290e+00 -1.40738e+00 -7.61577e+00 -6.39853e+00 -4.17549e+00 -4.56634e-01 -7.89435e-01 -2.94103e-01 -8.87184e+00 -3.44150e+01 -8.39606e-01 -1.32789e+01 -2.25072e+01 -1.66285e+01 -6.19034e+01 -8.88088e+00 -1.27264e+05 -7.41388e+00 -1.84488e+01 -5.50330e+01 -6.21883e+00 -1.01393e+01 -4.61730e+06 -2.23329e-01 -8.82266e+06 -8.94326e-01 -6.61648e-01 -1.01936e+00 -1.36731e+00 -6.72532e-01 -3.63574e+02 -3.97188e+05 -1.46435e-01 -1.98885e-01 -4.17990e+03 -3.70785e-01 -1.51870e-02 -2.48390e-01 -4.01904e-01 -1.67185e+02 -2.57872e+06 -1.58605e-01 -1.26707e+06 -1.46339e+06 -1.78130e+07 -5.43543e-04 -1.55997e-01 -2.12134e-01 -1.46280e+03 -7.96335e+01 -1.53454e+03 -1.37969e+04 -1.76366e+02 -3.02105e+02 -2.21547e+03 -4.28812e+02 -2.05579e+03 -4.02005e+02 -2.40122e+02 -1.85582e+00 -9.90646e+03 -7.41340e+03 -8.31725e+02 -2.84946e+04 -1.86523e+04 -5.86111e+03 -6.73346e+03 -7.60771e+03 -3.63426e+05 -1.10310e+04 -1.70540e+05 -1.11960e+02 -1.60255e+03 -6.73255e-02 -4.01680e+06 -1.28768e+00 -6.57419e+00 -1.66251e+03 -4.86302e+00 -4.74548e+00 -4.63182e+04 -2.78892e+00 -7.11861e+00 -3.13584e+00 -1.56042e+00 -1.05414e+00 -2.53901e+00 -2.03455e+00 -3.91073e+00 -8.66426e+00 -4.44304e-01 -1.73574e+00 -1.36132e+04 -1.49171e+00 -1.21250e+01 -2.50891e+02 -1.15833e+01 -1.63069e+00 -1.57147e+00 -7.81467e-02 -8.43378e+00 -6.13534e+01 -3.28749e+01 -7.67406e+01 -3.96701e+01 -2.83601e+01 -4.14888e+01 -2.75412e+01 -5.15026e+01 -5.63235e+00 -9.73729e+00 -3.62762e+00 -2.30981e+02 -1.00343e+03 -3.51706e+01 -3.64375e+02 -1.06474e+03 -1.67912e+02 -1.32848e+03 -4.08156e+02 -6.95276e+02 -4.25084e+02 -2.90533e+02 -1.80735e-01 -5.18711e+01 -1.23367e-01 -2.36269e+02 -2.37043e+00 -2.13384e+02 -4.24670e+02 -2.01408e+00 -8.68683e+00 -4.05083e+01 -8.23037e+00 -4.05836e+01 -8.19915e+00 -4.40654e+00 -6.66184e-02 -5.36059e+02 -4.41216e+02 -2.09013e+01 -7.75416e+02 -1.17812e+04 -1.47687e+02 -9.95509e+01 -1.22832e+02 -1.10582e+04 -3.38340e+02 -1.18273e+02 -1.46208e+00 -7.83628e+02 -1.07116e-01 -5.10579e+02 -7.63221e+00 -4.92277e+01 -4.45373e+03 -4.56224e+01 -1.43618e+02 -7.27981e+02 -1.38781e+02 -6.37601e+02 -1.25860e+02 -6.19889e+01 -2.75085e-01 -9.41525e+02 -1.07034e+03 -5.00576e+01 -2.44432e+03 -1.96669e+03 -3.97772e+02 -1.18199e+03 -1.30549e+03 -6.50440e+04 -1.68844e+03 -3.29399e+04 -1.75062e+01 -2.76228e+02 -1.10303e-01 -6.80990e+05 -3.28701e+04 -1.47671e+05 -6.14887e+06 -7.90675e+04 -8.13520e+04 -4.24416e+05 -6.75392e+04 -6.23492e+05 -2.02229e+05 -8.57128e+04 -2.56029e+03 -1.55019e+06 -2.15077e+06 -2.43381e+05 -2.72125e+06 -5.02325e+06 -2.08026e+06 -1.57783e+06 -2.07453e+06 -1.33713e+07 -1.25328e+06 -2.05525e+07 -1.84519e+04 -8.56615e+04 -4.75991e+03 -6.35035e+02 -9.91958e+00 -2.10125e+03 -6.53424e+03 -2.77615e+01 -1.19259e+02 -6.62506e+02 -1.14699e+02 -8.20556e+02 -1.78310e+02 -6.90760e+01 -3.44997e-01 -1.87269e+04 -8.99301e+02 -8.74467e+01 -4.20587e+03 -2.72632e+03 -7.42605e+02 -8.94356e+02 -1.03820e+03 -1.99154e+05 -1.13144e+04 -1.19378e+05 -3.47127e+01 -4.96968e+02 -4.72722e-01 -2.53288e-05 -6.49736e-07 -2.26170e-05 -4.00481e-06 -1.15481e-07 -1.05840e-07 -3.96678e-07 -1.05870e-07 -3.76962e-07 -1.05731e-07 -1.05945e-07 -1.06119e-07 -4.49849e-05 -2.86310e-05 -1.05946e-07 -1.30057e-06 -1.28173e+02 -3.22911e-07 -2.70868e-05 -2.41849e-05 -3.31222e-04 -6.28858e-06 -9.57333e-05 -1.06031e-07 -1.26102e+00 -3.32700e-02 -5.71844e-03 -1.64072e-03 -3.37145e+00 -3.99388e-04 -5.25270e-03 -2.66764e-04 -2.35431e-04 -2.91205e-04 -5.97710e-05 -1.46675e-04 -7.52175e-05 -2.80222e-05 -9.00116e-04 -3.08230e-04 -4.97256e-06 -6.40908e-05 -1.42547e-04 -6.63009e-06 -4.08855e-05 -8.95354e-06 -3.22976e-04 -1.49362e-04 -2.02376e-04 -6.39538e-07 -1.83548e-04 -3.98456e-01 -7.77258e+05 -1.95207e+04 -1.95802e+02 -2.38734e+05 -6.11829e+05 -1.57728e+05 -9.63945e+02 -9.59636e+00 -1.61551e+05 -4.38954e+02 -7.28736e+04 -3.71812e+03 -8.21530e+04 -3.48211e+04 -1.68278e+01 -3.99303e+03 -2.51959e+04 -3.84617e+04 -2.54068e+04 -7.57319e+00 -5.50764e+04 -4.22271e+01 -3.11898e+05 -6.52829e-01 -7.86065e+03 -1.45369e+00 -7.01315e-01 -5.09125e-01 -5.76729e-01 -2.08860e-01 -5.77395e-01 -4.91451e-01 -5.55499e-01 -3.35322e-01 -4.46084e-01 -9.39582e-01 -6.76958e-01 -3.26772e-01 -1.54907e-01 -1.57788e-01 -1.65430e-01 -2.25514e-01 -2.35485e-01 -9.10742e-02 -8.63894e+00 -2.72517e+01 -2.68066e-01 -1.52133e-01 -1.42002e-01 -1.00514e-01 -1.25731e-01 -6.22124e-02 -7.16564e+06 -3.19449e+05 -4.21500e+05 -3.48649e+05 -6.81764e+05 -2.12166e+05 -6.71284e+05 -2.71117e+05 -3.21145e+05 -1.26829e+05 -1.12882e+05 -1.36882e+05 -7.05081e+05 -8.43161e+05 -5.39382e+04 -6.95204e+05 -1.54623e+06 -1.40480e+05 -7.23278e+05 -2.51820e+05 -2.34491e+06 -1.41287e+06 -6.42155e+05 -1.06229e+03 -3.04876e+05 -1.80479e-01 -1.51902e+06 -4.65224e+05 -6.25966e+06 -1.77247e+07 -2.35857e+06 -9.18096e+05 -4.26793e+06 -8.79851e+05 -3.54299e+06 -1.71771e+06 -2.80034e+05 -6.11218e+04 -2.20164e+05 -1.08052e+06 -1.41466e+05 -1.82334e+06 -4.05535e+06 -1.33629e+06 -3.79365e+05 -3.85864e+05 -2.21315e+06 -9.95062e+03 -3.78585e+05 -1.58945e-03 -4.56173e-01 -3.17783e+00 -1.46597e+05 -6.67211e+03 -8.69935e+05 -2.00368e+04 -1.51612e+04 -5.57823e+03 -2.49558e+05 -9.99847e+04 -9.92013e+04 -2.58848e+05 -1.33314e+04 -2.81339e+03 -1.13199e+06 -2.03944e+07 -6.80234e+02 -8.76746e+03 -1.95000e+04 -1.06066e+05 -8.78200e+06 -1.26897e+05 -8.42607e+06 -8.69498e+05 -3.89433e+05 -1.51586e+02 -4.35051e+04 -2.28920e-01 -1.02335e+05 -1.53062e+03 -7.63388e+03 -5.16560e+06 -8.49875e+04 -2.31073e+05 -1.01902e+06 -2.08658e+05 -8.62689e+05 -1.33737e+05 -1.01920e+05 -1.58672e+03 -2.11577e+05 -3.16803e+05 -1.80276e+04 -7.12948e+05 -5.50964e+05 -1.63478e+05 -6.88119e+04 -9.84158e+04 -8.15103e+06 -5.59377e+04 -1.64001e+06 -1.53859e+05 -1.97813e+04 -1.47334e+01 -4.08702e+06 -1.91870e+05 -2.18323e+02 -6.30678e+01 -9.48749e+01 -1.49722e+02 -1.33370e+02 -5.94792e+01 -1.61604e+02 -8.03301e+01 -7.52676e+01 -2.59343e+01 -7.23180e+01 -6.24900e+01 -5.30268e+01 -5.67932e+01 -5.98402e-01 -4.71427e+01 -9.01963e+01 -2.66393e+01 -5.70028e+03 -1.53262e+04 -5.30499e+05 -2.92487e+01 -3.82849e+01 -5.00708e+01 -2.00218e+04 -2.64105e+02 -9.19629e+02 -4.16596e+03 -9.36147e+03 -7.88709e+03 -3.33842e+04 -8.44066e+03 -1.80938e+05 -1.62552e+03 -1.06442e+04 -1.07428e+04 -5.80907e+02 -1.73678e+04 -3.32958e+03 -4.29146e+04 -9.54480e+04 -3.08611e+04 -3.60926e+03 -1.68207e+04 -8.65017e+04 -2.45263e+03 -1.03098e+04 -1.57771e+00 -4.52804e+02 -3.49642e-01 -2.84634e+05 -1.23416e+04 -4.26274e+04 -2.18136e+05 -2.80293e+05 -1.92496e+05 -4.01558e+05 -3.09580e+05 -4.54000e+05 -1.26849e+05 -1.08465e+05 -1.18519e+04 -1.83287e+05 -5.28801e+05 -2.08649e+05 -6.17139e+05 -6.78589e+05 -3.73416e+05 -4.54163e+05 -1.93827e+05 -2.52459e+06 -6.20867e+05 -1.25267e+06 -2.53827e+05 -1.01406e+05 -1.10758e-01 -1.01876e-07 -1.00930e-07 -5.78123e+00 -3.22940e+01 -3.32871e-01 -8.02052e-01 -3.98762e+00 -6.27732e-01 -4.06533e+00 -8.51778e-01 -4.69871e-01 -2.41397e-02 -4.32069e+01 -3.36003e+01 -6.74910e+00 -1.74246e+02 -3.56263e+02 -4.12530e+01 -2.03325e+02 -1.95511e+02 -8.79874e+02 -7.03205e+00 -1.92408e+02 -1.97857e-03 -9.74480e+00 -1.54026e-01 -2.21819e-06 -2.10717e-07 -7.58902e-07 -4.61497e-06 -2.09003e-06 -1.79039e-06 -5.15536e-06 -2.91147e-06 -6.99364e-06 -1.03487e-06 -1.00025e-06 -2.00000e-07 -7.64784e-07 -1.28628e-06 -6.68401e-09 -2.19957e-07 -1.06578e-07 -4.34992e-07 -2.23371e-06 -7.21059e-07 -4.40876e-06 -2.17350e-07 -4.31829e-06 -2.11854e-08 -1.16951e-07 -8.98582e-05 -3.62754e+05 -1.45393e+04 -1.48117e+05 -1.97119e+06 -1.54690e+04 -4.12140e+04 -1.62611e+05 -4.32853e+04 -2.07408e+05 -4.67241e+04 -2.47501e+04 -2.47280e+02 -1.27566e+06 -1.39844e+06 -1.72868e+05 -4.62382e+06 -4.03694e+06 -1.15480e+06 -8.50291e+05 -9.91903e+05 -1.22446e+07 -2.29017e+05 -3.93153e+06 -2.45600e+03 -3.82927e+04 -2.31162e-01 -3.78290e+00 -3.23854e-01 -6.80752e+00 -4.56057e+01 -2.10059e+01 -7.94362e+00 -5.03443e+01 -2.06771e+01 -4.13121e+01 -5.34763e+00 -4.59316e+00 -5.66021e-01 -2.99551e+00 -3.45505e+00 -4.73296e-02 -6.10026e-01 -1.35678e+00 -1.24150e-01 -4.90680e+00 -9.45562e+00 -9.84383e+00 -2.15452e+00 -7.15729e+00 -1.01261e-02 -2.90618e+00 -1.25901e-02 -9.69233e-01 -4.47460e-02 -4.47586e-02 -2.53131e-01 -1.13333e-01 -1.07710e-01 -1.86398e-01 -1.85691e-02 -3.47245e-02 -3.79749e-03 -5.10545e-02 -1.90203e-02 -1.26556e-01 -6.40680e-02 -2.32111e-03 -2.99166e-02 -6.65386e-02 -1.72808e-01 -5.04341e-02 -6.77389e-02 -1.05556e-01 -6.72112e-02 -1.48870e-01 -1.28180e-04 -3.67876e-02 -2.30233e-03 -2.13075e+04 -1.21008e-01 -2.23031e-01 -1.52986e+03 -7.97022e+00 -1.10424e+03 -1.19055e+04 -1.03619e-01 -7.33173e-02 -4.12198e-02 -6.40425e-02 -1.15053e-02 -1.92569e+02 -6.01333e-02 -1.27000e+03 -1.63689e+04 -3.64066e+04 -8.33673e-01 -3.07336e-01 -8.35150e-02 -3.64275e+01 -3.55106e-02 -4.70703e+03 -2.95289e-02 -4.50172e-02 -1.34289e+00 -6.72129e-01 -4.67471e-02 -2.83131e+00 -1.21834e-01 -1.32869e-01 -1.58622e-02 -7.98704e-02 -3.29829e-02 -2.27339e-02 -1.01600e-02 -6.93201e-03 -2.58251e-03 -2.05227e+00 -3.49499e-02 -1.33236e-02 -4.15506e-02 -4.64664e-01 -1.88194e-02 -4.95467e-02 -1.47739e-02 -6.65145e-02 -1.89289e-02 -5.45503e-02 -1.77240e-05 -5.08680e-03 -5.73980e-02 -4.72609e+02 -4.07229e+01 -2.97592e+02 -6.84265e+03 -4.49215e+01 -7.00247e+01 -7.63949e+02 -1.66488e+02 -6.80060e+02 -1.45162e+02 -8.19914e+01 -1.06673e+00 -1.42147e+03 -1.87626e+03 -2.31575e+02 -5.40531e+03 -4.97974e+03 -1.46489e+03 -5.63273e+03 -4.06982e+03 -1.05412e+05 -2.10859e+03 -5.36108e+04 -3.66788e+01 -4.84725e+02 -3.73817e-02 -1.11703e+04 -5.90455e+03 -2.77150e+04 -1.57302e+04 -2.01720e+04 -2.40192e+04 -2.72881e+04 -1.37782e+04 -3.23883e+04 -1.33464e+04 -8.29431e+03 -8.67032e+03 -1.64229e+04 -6.72898e+03 -7.80979e+03 -7.79207e+03 -5.02727e-01 -8.46709e+03 -3.38716e+04 -8.01620e+03 -3.00389e+04 -4.09669e+03 -2.04783e+04 -1.97995e+03 -2.99736e+03 -4.95995e-02 -3.78717e+03 -1.34062e+02 -1.25060e+04 -2.36001e+04 -1.88688e+02 -4.51908e+02 -3.10258e+03 -5.20465e+02 -2.14677e+03 -6.86217e+02 -2.29837e+02 -2.75989e+00 -7.01697e+04 -1.18167e+04 -7.35868e+02 -2.63397e+04 -1.89163e+04 -4.63256e+03 -6.53215e+03 -8.88662e+03 -9.34403e+04 -1.42212e+03 -3.05339e+04 -1.37638e+01 -2.18927e+02 -4.32370e-02 -2.33152e+03 -5.18109e+01 -4.36858e+02 -9.75971e+03 -5.55834e+01 -1.54687e+02 -7.69452e+02 -1.25333e+02 -8.72071e+02 -1.85225e+02 -8.43728e+01 -1.15214e+00 -3.69570e+03 -7.58850e+03 -7.05025e+02 -2.32439e+04 -2.04732e+04 -5.66743e+03 -2.08336e+03 -2.11607e+03 -6.25609e+04 -1.70199e+03 -3.61493e+04 -2.17664e+01 -2.77870e+02 -1.16348e-01 -1.93411e+02 -1.30771e+00 -1.45162e+02 -6.86807e+03 -7.63548e+01 -1.29161e+02 -6.94009e+02 -1.24077e+02 -6.94584e+02 -2.10044e+02 -9.01194e+01 -5.82830e+00 -2.32137e+03 -2.56624e+03 -2.49526e+02 -4.83774e+03 -3.85001e+03 -1.19725e+03 -3.68259e+02 -3.30470e+02 -8.51891e+04 -1.11535e+03 -3.04865e+04 -2.04930e+01 -3.03764e+02 -5.25715e+03 -2.87623e+04 -1.26508e+03 -1.48566e+03 -2.17989e+05 -3.38647e+03 -4.32285e+03 -2.62519e+04 -4.04797e+03 -1.52694e+04 -3.31310e+03 -2.48608e+03 -3.76455e+01 -1.77194e+04 -1.06218e+05 -1.01065e+04 -1.82541e+05 -1.94858e+05 -7.61357e+04 -5.93316e+04 -5.21312e+04 -9.00871e+05 -8.89723e+03 -2.81192e+05 -6.01770e+02 -4.51202e+03 -5.23014e-04 -4.67305e+03 -1.78545e+02 -4.35881e+02 -6.80253e+02 -3.78033e+00 -1.49216e+01 -9.19348e+01 -1.39239e+01 -8.42298e+01 -1.26657e+01 -5.26667e+00 -5.82373e-02 -3.03323e+03 -1.47729e+03 -4.18274e+02 -7.88474e+03 -7.44165e+03 -2.46900e+03 -1.48674e+03 -2.02651e+03 -1.05191e+04 -2.15143e+02 -4.69164e+03 -1.21701e+00 -1.37920e+01 -1.42592e-01 -1.55368e+04 -3.61211e+00 -1.38858e+01 -1.97610e+00 -2.48295e+00 -2.51013e+00 -3.83508e+00 -1.47715e+00 -3.89784e+00 -1.36511e+00 -7.27066e-01 -8.05072e-01 -4.20788e+04 -7.38392e-01 -7.29049e-01 -8.47871e-01 -4.86333e-01 -1.14884e+02 -8.33165e+03 -7.47540e-01 -2.56148e+01 -9.58895e-01 -5.98933e+01 -6.19513e-01 -8.31458e-01 -1.19220e-02 -9.34031e+04 -1.25106e+03 -6.15786e+03 -2.87802e+05 -1.33841e+04 -3.95512e+03 -4.68177e+04 -7.07397e+04 -1.69496e+04 -6.04295e+03 -5.19678e+03 -2.69526e+02 -2.59666e+04 -3.50852e+04 -5.94590e+03 -8.39610e+04 -7.36878e+04 -2.10496e+04 -1.48378e+04 -2.66449e+04 -1.42575e+05 -5.67754e+03 -5.39124e+04 -1.34248e+01 -3.90775e+02 -8.78358e-02 -8.42374e+05 -1.02998e+06 -4.62220e+04 -2.08592e+01 -1.58065e+01 -2.57229e+01 -1.83823e+01 -2.87387e+01 -1.75751e+01 -2.41022e+01 -2.58910e+01 -2.70344e+01 -3.58738e-01 -7.86327e+00 -3.22134e+00 -2.69986e+00 -2.29781e+00 -3.48288e+00 -4.09943e+00 -3.92743e+00 -1.00312e+01 -2.29045e+01 -2.87384e+01 -2.86145e+01 -3.15959e+00 -1.02002e+00 -4.10051e+02 -9.78702e+00 -5.45430e+02 -5.93442e+03 -1.01136e+02 -8.86576e+01 -5.02229e+02 -7.41470e+01 -4.84672e+02 -1.16551e+02 -5.32475e+01 -4.42265e-01 -4.85315e+03 -2.92635e+03 -1.27715e+02 -6.01754e+03 -4.69373e+03 -1.27502e+03 -1.68633e+03 -2.14966e+03 -5.65669e+04 -9.84580e+02 -2.55560e+04 -6.99989e+00 -9.84182e+01 -1.89113e-01 -3.54693e+02 -7.88682e+00 -6.24667e+02 -3.76054e+03 -3.74820e+01 -7.70638e+01 -4.48737e+02 -7.26476e+01 -4.39886e+02 -8.22252e+01 -4.32548e+01 -2.86477e-01 -3.17058e+03 -3.58141e+03 -1.26870e+02 -4.34413e+03 -3.28110e+03 -1.00587e+03 -1.56828e+03 -1.21876e+03 -5.32135e+04 -1.52239e+03 -2.73335e+04 -1.34494e+01 -1.70944e+02 -2.60209e-03 -2.71190e+00 -3.59088e-01 -1.06078e+00 -5.14445e+00 -2.15908e+00 -2.68367e+00 -9.00479e+00 -2.41754e+00 -4.54090e+00 -2.37540e+00 -1.12754e+00 -6.30706e-01 -5.61512e-01 -4.72670e-01 -6.92872e-03 -8.93035e-02 -1.98623e-01 -1.39576e-01 -2.70037e-01 -3.54177e-01 -3.87586e+00 -2.48130e+01 -5.30953e+00 -4.60516e-01 -9.92923e+03 -5.00306e-01 -4.78499e+02 -3.80268e+00 -4.38334e+02 -1.93642e+04 -2.93695e+02 -4.83652e+02 -2.44180e+03 -3.88655e+02 -2.41098e+03 -5.29293e+02 -3.03750e+02 -8.07788e+00 -2.55414e+03 -9.64948e+02 -6.25720e+01 -2.88781e+03 -2.40296e+03 -5.71021e+02 -7.27727e+02 -8.04319e+02 -2.24390e+04 -2.88258e+02 -7.49324e+03 -3.16663e+00 -6.01768e+01 -7.24292e-04 -1.29123e+03 -3.82392e+01 -4.14095e+03 -4.01299e+03 -3.85573e+01 -1.09637e+02 -4.72038e+02 -1.08933e+02 -4.59575e+02 -7.78558e+01 -4.77105e+01 -3.41041e-01 -1.78646e+04 -2.40705e+03 -2.35639e+02 -7.74102e+03 -6.07420e+03 -1.81740e+03 -2.16200e+03 -2.06893e+03 -8.89452e+04 -1.85793e+03 -4.25387e+04 -2.46079e+01 -3.38404e+02 -1.58004e-01 -2.97468e+03 -1.66739e+00 -1.09376e+01 -2.18538e+03 -1.26628e+03 -2.03150e+03 -1.37410e+03 -1.99947e+03 -5.69092e+02 -4.33156e+04 -4.14710e+03 -1.00107e+00 -2.54019e+04 -5.72191e-01 -4.98619e-01 -4.93018e-01 -2.60798e-01 -5.03238e-01 -4.93980e+04 -8.14850e-01 -1.19501e+03 -1.46669e+00 -3.67734e+00 -3.52915e-01 -4.28961e-01 -1.55903e+00 -7.27896e+02 -1.39820e+01 -1.66552e+02 -2.38455e+03 -2.77621e+01 -7.08669e+01 -3.34526e+02 -6.25295e+01 -3.42263e+02 -6.97224e+01 -4.07612e+01 -5.91505e-01 -1.90288e+03 -1.30326e+03 -1.37177e+02 -5.76251e+03 -4.84971e+03 -1.67507e+03 -1.11488e+03 -1.25552e+03 -2.79872e+04 -5.64223e+02 -9.92961e+03 -4.68887e+00 -9.13992e+01 -2.45226e-01 -8.22204e+03 -6.03488e+03 -1.76229e-01 -8.99628e+03 -1.68252e+04 -7.41878e+02 -3.57123e+03 -1.14443e+03 -3.42333e+02 -3.74377e+01 -2.20496e+03 -1.33716e+02 -4.90326e+02 -1.72816e+04 -1.26912e+03 -1.63576e+04 -3.63816e+04 -3.21055e+04 -8.02532e+04 -3.51502e+04 -7.67646e+04 -2.34219e-01 -9.22357e+03 -6.05851e-01 -1.73879e+02 -1.53180e-02 -1.12656e+00 -3.65232e-01 -5.51367e-01 -8.21264e-01 -1.21332e+00 -9.77964e-01 -1.38382e+00 -6.50621e-01 -9.00073e-01 -2.95603e-01 -5.49871e-01 -1.02444e-01 -5.31319e-01 -7.13331e-01 -5.54767e-03 -7.15033e-02 -1.59033e-01 -4.16322e-01 -6.11281e+01 -3.39184e+00 -3.73857e+00 -2.23316e-01 -2.38671e+00 -1.12685e-03 -3.23405e-01 -1.35400e-01 -2.79999e+04 -7.24340e+02 -7.94444e+03 -1.94251e+04 -1.58010e+02 -2.76178e+02 -1.52507e+03 -2.48078e+02 -1.56592e+03 -3.74418e+02 -1.97183e+02 -2.02400e+00 -5.79777e+04 -8.17372e+02 -1.04894e+02 -4.57684e+03 -4.02419e+03 -1.08508e+03 -1.29389e+03 -1.32554e+03 -2.04658e+04 -2.95665e+02 -7.96997e+03 -2.50706e+00 -3.02627e+01 -1.64624e-01 -5.10317e+01 -1.05774e+04 -4.33374e+01 -6.93952e+00 -1.46543e+02 -1.98080e+02 -1.76120e+02 -1.80773e+02 -2.18341e+02 -2.54114e+02 -1.54803e+02 -1.69264e+02 -4.82342e+00 -2.00732e+02 -7.27397e+01 -6.51349e+01 -9.11302e-01 -4.17297e+01 -4.41560e+01 -1.21957e+02 -1.72295e+02 -4.12452e+02 -2.38069e+02 -8.32619e+01 -2.11195e+00 -2.72115e-01 -6.32415e+02 -9.07252e+01 -8.68431e+02 -2.21943e+03 -1.81237e+02 -2.34373e+02 -1.45908e+03 -1.79058e+02 -2.46504e+03 -3.21437e+02 -1.83798e+02 -6.65449e+00 -1.20102e+03 -1.23855e+03 -1.31364e+02 -3.31891e+03 -2.61226e+03 -4.62133e+02 -6.22234e+02 -1.79720e+03 -2.59674e+04 -1.95133e+02 -6.96927e+03 -8.27620e+02 -2.23792e+01 -1.76506e+00 -9.95585e+02 -2.18957e+01 -4.75862e+02 -8.04390e+03 -4.31289e+01 -1.62348e+02 -7.10680e+02 -1.20820e+02 -5.64520e+02 -1.49974e+02 -8.56055e+01 -1.00194e+00 -5.66334e+03 -4.61248e+03 -5.80389e+02 -1.92406e+04 -1.58577e+04 -5.67121e+03 -3.45547e+03 -3.31360e+03 -1.06830e+05 -1.24872e+03 -1.39033e+04 -4.94979e+01 -2.61655e+02 -1.48590e-01 -4.46302e+03 -4.84175e+01 -1.23460e+03 -8.63514e+03 -8.76846e+01 -2.14745e+02 -1.11976e+03 -1.63447e+02 -7.49830e+02 -1.34176e+02 -1.07025e+02 -5.48671e-01 -2.48522e+03 -1.85099e+04 -3.52797e+02 -1.23038e+04 -1.29313e+04 -3.63948e+03 -2.29450e+03 -2.26643e+03 -1.62131e+05 -2.05475e+03 -5.77325e+04 -5.34606e+01 -6.83782e+02 -1.16453e-03 -3.37192e+03 -1.11771e+02 -4.31223e+04 -2.23928e+04 -1.57434e+02 -3.67480e+02 -1.36362e+03 -2.43221e+02 -1.08351e+03 -2.22971e+02 -1.56848e+02 -1.89431e+00 -3.20159e+05 -1.48861e+04 -1.16286e+03 -2.88033e+04 -2.34548e+04 -7.49151e+03 -5.62002e+03 -6.71093e+03 -7.99011e+06 -6.80109e+04 -1.30510e+06 -2.48465e+03 -2.98872e+04 -8.20795e-01 -1.16911e+03 -3.47901e+01 -5.05240e+02 -3.96839e+03 -4.59189e+01 -1.17382e+02 -5.46707e+02 -1.10038e+02 -6.07387e+02 -1.21901e+02 -6.78111e+01 -7.05965e-01 -3.34866e+03 -4.72326e+03 -2.83888e+02 -7.12130e+03 -3.47529e+03 -1.67447e+03 -4.89027e+03 -5.08430e+03 -2.26309e+04 -3.04964e+02 -7.73208e+03 -4.76080e+00 -8.31202e+01 -9.72406e-01 -1.32918e+03 -3.71556e+01 -2.06417e+03 -2.90378e+04 -3.51717e+02 -3.59234e+02 -2.72144e+03 -6.34301e+02 -1.70148e+03 -3.64483e+02 -2.25253e+02 -4.13318e+00 -1.10792e+04 -3.45642e+03 -4.17521e+02 -1.10201e+04 -8.84428e+03 -2.63580e+03 -3.00129e+03 -2.75718e+03 -9.76683e+04 -2.08751e+03 -4.87302e+04 -3.88834e+01 -3.69834e+02 -5.97224e-01 -1.25947e+04 -6.65500e-01 -1.72789e+00 -9.37784e-01 -7.67612e+03 -1.23770e+04 -4.46005e+04 -2.82777e+05 -7.17764e+05 -8.14946e+05 -1.03475e+05 -4.65573e-01 -1.14876e+02 -7.88467e+05 -4.40672e-01 -6.52465e+03 -7.96052e+01 -1.03803e+04 -4.80405e+05 -2.72562e+04 -2.98070e+06 -3.63089e+05 -1.70401e+06 -4.44102e-01 -8.89730e+04 -2.42809e-01 -6.21940e+02 -9.01698e+01 -2.38141e+02 -1.36100e+02 -2.76736e+02 -6.93460e+01 -3.75570e+02 -1.86975e+02 -3.49646e+02 -3.82375e+01 -6.61055e+01 -2.46276e+01 -7.51048e+02 -1.44763e+03 -5.99126e+01 -7.72207e+02 -1.71749e+03 -2.24237e+03 -1.89068e+03 -3.57697e+02 -2.35329e+03 -1.88932e+03 -3.89140e+03 -8.14173e+02 -5.50418e+03 -1.66643e+00 -1.45261e+03 -2.21306e+01 -1.59898e+03 -7.16022e+03 -5.60117e+01 -1.32905e+02 -6.81714e+02 -7.56053e+01 -6.98749e+02 -1.56808e+02 -7.32545e+01 -3.20913e-01 -8.20191e+03 -1.48315e+03 -2.38065e+02 -1.00919e+04 -8.07287e+03 -2.29884e+03 -1.75860e+03 -2.44839e+03 -3.10537e+04 -3.89552e+02 -1.08542e+04 -3.71906e+00 -5.66527e+01 -1.21872e-01 -1.28919e+02 -2.96147e+01 -6.29662e-03 -6.80474e+01 -3.63660e+01 -1.13799e+01 -1.29673e-02 -8.49272e-02 -8.85560e+01 -4.02434e-03 -3.05544e-03 -1.74293e+01 -8.07750e-03 -4.46099e+01 -3.10466e+00 -1.08370e-03 -1.14428e+02 -1.58118e+01 -2.50574e+02 -9.00250e-04 -1.50805e+02 -3.77449e-03 -5.71700e+02 -1.61648e-02 -4.63929e+00 -2.84432e-01 -1.03432e+02 -4.32401e+00 -3.59361e+02 -1.63173e+03 -6.49299e+00 -3.20682e+01 -1.61373e+02 -2.72833e+01 -1.82713e+02 -4.02862e+01 -1.93490e+01 -1.76597e-01 -9.76159e+02 -9.81820e+02 -7.13539e+01 -2.89167e+03 -2.27790e+03 -8.17659e+02 -1.92204e+03 -1.96055e+03 -3.09959e+04 -5.24592e+02 -1.09812e+04 -3.20765e+00 -8.56135e+01 -6.10310e-02 -2.01090e-02 -5.10445e-03 -2.36846e+00 -5.67692e-01 -6.02176e-01 -7.02791e-01 -6.57200e-01 -6.54177e-01 -5.87285e-01 -5.27834e-01 -5.52190e-01 -7.14877e-01 -7.23899e-01 -1.74988e+00 -9.80805e-01 -9.92906e-01 -2.44864e+01 -8.06767e-01 -2.16301e+00 -2.98436e+00 -5.90117e+00 -9.12926e-01 -4.09535e+00 -8.57830e+01 -3.43769e+02 -7.01780e+04 -5.44361e+03 -2.12535e+02 -8.01529e+02 -1.36770e+04 -1.41041e+02 -4.73182e+02 -1.91658e+03 -4.29367e+02 -1.66176e+03 -2.87556e+02 -1.88428e+02 -1.37319e+00 -6.45858e+03 -6.33125e+03 -3.37286e+02 -1.14180e+04 -6.32962e+03 -1.67303e+03 -2.15498e+03 -3.37485e+03 -2.66280e+05 -1.97017e+03 -5.36053e+04 -6.11716e+01 -7.06980e+02 -1.02196e-01 -2.21221e+06 -1.17565e+02 -2.55537e+04 -3.31080e+05 -3.78240e+04 -2.27096e+05 -2.51659e+04 -1.62103e+04 -7.34448e+04 -7.73993e+04 -1.56848e+04 -5.17846e-01 -5.47188e-01 -2.88385e+05 -4.40990e-01 -4.27213e+05 -3.40128e-01 -9.50045e+04 -1.51268e+06 -1.32458e+05 -6.21304e+05 -7.78607e+01 -9.35889e+05 -2.36154e-01 -1.76850e+03 -2.90663e-01 -7.08609e+02 -2.10987e+01 -6.16716e+02 -4.26511e+03 -3.94736e+01 -9.23971e+01 -4.30438e+02 -8.10078e+01 -4.05328e+02 -8.14541e+01 -4.98899e+01 -4.57182e-01 -3.35854e+03 -2.14433e+03 -1.67716e+02 -4.80475e+03 -3.53256e+03 -1.03245e+03 -2.33898e+03 -1.97137e+03 -3.52804e+04 -4.83516e+02 -1.06914e+04 -6.91699e+00 -1.15812e+02 -3.83482e-01 -3.64059e+03 -3.02184e+01 -1.68437e+02 -1.76423e+04 -1.37341e+02 -3.35660e+02 -1.54594e+03 -2.62098e+02 -1.42792e+03 -3.08191e+02 -1.54649e+02 -1.81526e+00 -7.66151e+03 -4.04711e+03 -7.29930e+02 -2.36331e+04 -2.37949e+04 -5.08494e+03 -1.63745e+03 -2.27347e+03 -1.31358e+05 -1.42429e+03 -1.83613e+04 -1.41291e+01 -2.99261e+02 -2.12650e-02 -7.01238e+03 -2.31294e+02 -8.48937e+03 -6.67127e+04 -7.71835e+02 -1.42117e+03 -7.12567e+03 -1.47315e+03 -6.68312e+03 -1.40370e+03 -8.96720e+02 -1.18388e+01 -3.64083e+04 -1.22412e+05 -3.51381e+03 -1.06457e+05 -7.45941e+04 -2.03213e+04 -1.84821e+04 -1.76536e+04 -1.03729e+06 -2.23350e+04 -5.63040e+05 -4.13843e+02 -2.66689e+03 -1.80309e-01 -1.49886e-01 -8.10822e-02 -1.18330e-01 -8.51834e-01 -3.23427e-01 -6.59813e-01 -6.39503e-01 -6.12819e-01 -5.61147e-01 -7.26394e-01 -5.43089e-01 -3.28658e-01 -1.65172e-01 -7.71613e-02 -9.50358e-02 -1.37572e-01 -1.38032e-01 -9.57683e-02 -8.79774e-02 -1.84670e-01 -3.16140e-01 -3.15339e-01 -3.50471e-01 -2.06770e-01 -2.81878e-01 -2.41838e-02 -1.49384e-01 -1.86330e-01 -1.23544e-01 -3.71686e+00 -4.27613e+00 -3.43514e+00 -4.70874e+00 -4.55361e+00 -6.29199e+00 -7.02280e+00 -4.59818e+00 -2.77570e+00 -3.15853e-01 -1.52942e-01 -4.52623e-01 -6.04740e-01 -5.86838e-01 -5.70598e-01 -3.00037e+00 -3.36838e+00 -9.25489e+00 -1.47036e+00 -2.44102e+00 -1.46523e+00 -1.80431e+00 -6.03821e-02 -8.00090e+05 -1.01503e+01 -9.10381e+02 -6.72617e+04 -2.81357e+04 -2.42750e+04 -2.13827e+04 -1.31192e+04 -7.35749e+03 -8.04619e+02 -1.64343e+03 -6.12259e+02 -4.99970e+03 -2.88878e+03 -2.36951e+04 -3.05404e+05 -6.79260e+05 -3.97550e+03 -6.94560e+05 -4.95721e+04 -2.65752e+06 -1.37494e+04 -1.19328e+05 -1.37925e+03 -3.95845e+05 -5.97104e+04 -1.61424e+00 -1.36432e+00 -6.60460e-01 -2.82196e+00 -1.60894e+00 -1.22793e+00 -2.59149e+00 -1.18375e+00 -8.45982e-01 -4.22807e-01 -4.11625e-01 -1.27325e-01 -3.30973e-01 -3.53037e-01 -1.47429e-02 -1.90019e-01 -4.22629e-01 -5.40160e-01 -5.57074e-01 -1.05392e-01 -1.74783e+00 -3.82831e-01 -9.92820e-01 -7.93868e-01 -3.60539e-01 -6.62948e-02 -4.24651e-01 -6.94751e-02 -3.83173e-01 -8.66637e+04 -4.60737e-01 -2.80453e-01 -7.91195e-01 -1.76089e-01 -8.76524e-01 -3.04492e-01 -1.20987e-01 -2.18414e-02 -1.09987e-01 -1.06396e-01 -1.60786e-03 -2.07236e-02 -4.60921e-02 -9.71505e-02 -5.09214e-02 -6.49144e-02 -2.11668e-01 -1.77977e-01 -1.08391e-01 -2.12004e-04 -6.08452e-02 -2.56956e+02 -3.78532e+05 -1.58492e+01 -8.45716e+01 -8.32766e+01 -7.21138e+01 -5.96737e+01 -9.56967e+01 -3.95558e+01 -1.13301e+02 -3.99787e+01 -2.02793e+01 -1.93845e+01 -4.20359e+01 -1.59753e+01 -3.31723e+01 -2.05063e+01 -4.34957e-01 -1.81578e+01 -6.74488e+01 -1.46676e+01 -8.17830e+06 -1.87899e+01 -6.06715e+04 -1.95452e+01 -1.73260e+01 -2.18525e-01 -1.17700e+06 -6.68617e+04 -2.24418e+00 -9.59267e+04 -5.30847e+04 -9.06415e+04 -1.42875e+04 -1.26746e+04 -6.24187e+03 -2.05402e+04 -8.37643e+03 -1.95053e-01 -2.66225e+03 -2.43785e+03 -5.55243e+03 -6.56998e+02 -2.70086e+04 -1.32897e+05 -2.58480e+05 -1.71077e+03 -3.86298e+04 -2.02252e+04 -3.38305e+05 -1.26926e-01 -2.69981e+03 -5.32768e-02 -3.73172e+05 -1.60785e+04 -1.16207e+03 -3.75940e+04 -2.31183e+02 -5.50587e+02 -1.45312e+03 -3.21111e+02 -1.25806e+03 -2.50589e+02 -1.94686e+02 -4.97162e+00 -1.74700e+04 -1.27517e+03 -7.00201e+02 -1.68834e+04 -2.73731e+04 -3.31484e+03 -7.10992e+03 -1.04584e+04 -2.16091e+05 -1.60245e+03 -4.67689e+04 -4.90053e+01 -8.77766e+02 -8.27920e-01 -5.74722e-01 -1.95639e-01 -7.96270e+03 -4.37601e+03 -1.60075e+01 -1.84283e-01 -6.44787e-01 -1.18209e-01 -2.96324e-01 -1.14450e-01 -5.61855e-02 0.00000e+00 -3.19188e+02 -7.59891e-01 -1.63007e+02 -2.10098e+03 -4.67288e+03 -2.07484e-02 -2.26559e-02 -1.62889e-01 -9.41515e+02 -1.53327e-02 -4.01721e+02 -5.22280e-03 -5.74555e-01 -8.04608e+00 -5.28532e-01 -1.27143e-01 -1.70938e-01 -2.90684e-01 -2.17786e-01 -1.31070e-01 -1.80366e-01 -1.86368e-01 -2.13126e-01 -1.22393e-01 -1.07933e-01 -9.92568e-02 -3.00377e-01 -3.62929e-01 -1.12314e-01 -3.90228e-01 -4.90179e+00 -2.10157e-01 -3.97147e-01 -5.26682e-01 -3.77380e-01 -2.66528e-01 -2.84776e-01 -9.62514e-02 -1.83224e+01 -1.48828e+00 -5.22261e+05 -3.65744e+00 -3.15222e+01 -3.70668e+00 -4.74044e+01 -5.80643e+00 -1.36364e+05 -4.32532e+00 -6.71136e+04 -1.05666e+01 -2.81128e+00 -4.27565e-01 -4.29215e+01 -1.26237e+00 -6.11232e+01 -3.11892e+01 -1.10379e+00 -2.75057e+01 -9.87622e+05 -7.19591e+02 -2.71598e+01 -9.35278e+00 -1.87509e+01 -8.32299e-02 -7.21662e-02 -1.52358e-03 -2.38307e+06 -3.76274e+05 -2.14779e+00 -1.06130e+05 -1.30179e+00 -1.98384e+00 -5.63744e+00 -3.05958e+00 -4.73868e+00 -3.04562e+00 -1.92973e+04 -9.64840e+03 -3.83993e+00 -1.59384e+00 -5.25568e-02 -6.77398e-01 -1.50663e+00 -1.78803e+00 -5.49185e+00 -1.27331e+00 -6.76864e+00 -1.24548e+00 -3.24663e+00 -2.76180e-03 -7.92636e-01 -1.78412e-03 -1.04413e+03 -1.79281e+01 -1.23333e+03 -7.96321e+03 -6.83546e+01 -1.34410e+02 -6.42908e+02 -1.14416e+02 -5.44670e+02 -1.29079e+02 -7.80091e+01 -1.11684e+00 -6.28923e+03 -1.06478e+03 -2.57712e+02 -6.19707e+03 -4.70943e+03 -1.47114e+03 -1.50943e+03 -1.33462e+03 -2.99462e+04 -4.65991e+02 -1.13278e+04 -8.77459e+00 -1.12653e+02 -5.20947e-01 -7.26130e+01 -2.12633e+00 -5.68494e+01 -6.38869e+02 -4.90249e+00 -1.05689e+01 -5.59163e+01 -9.73559e+00 -6.05178e+01 -1.33796e+01 -6.40906e+00 -6.42385e-01 -3.10754e+02 -2.31299e+02 -7.65507e+00 -3.29588e+02 -2.21431e+02 -6.04396e+01 -9.96024e+01 -1.00042e+02 -4.22632e+03 -9.07533e+01 -1.78498e+03 -7.65588e-01 -1.36511e+01 -1.06329e-01 -5.98783e+03 -2.68131e+02 -2.53681e+03 -1.07577e+03 -8.19688e+00 -1.68033e+01 -8.89055e+01 -1.43640e+01 -1.00081e+02 -1.82831e+01 -9.54895e+00 -1.99563e-01 -1.48296e+04 -1.23549e+03 -7.61060e+01 -2.66394e+03 -2.65510e+03 -6.19727e+02 -8.18656e+02 -8.65827e+02 -9.43496e+03 -1.75153e+02 -4.07038e+03 -1.14409e+00 -1.99739e+01 -1.11414e+00 -9.63039e+01 -1.60934e+00 -2.98474e+01 -7.73508e+02 -2.30918e+00 -5.35624e+00 -3.93736e+01 -4.80982e+00 -4.20718e+01 -5.72472e+00 -2.59149e+00 -1.09534e+00 -2.72601e+02 -1.39265e+02 -6.15398e+00 -2.50987e+02 -2.84790e+02 -4.79489e+01 -8.75270e+01 -8.49481e+01 -2.93944e+03 -3.82526e+01 -1.12578e+03 -1.10650e+00 -2.75414e+02 -1.46185e+02 -1.81817e+04 -4.94594e+02 -2.13620e+03 -9.35380e+04 -7.66165e+02 -1.53330e+03 -5.04766e+03 -1.22088e+03 -5.48238e+03 -1.15903e+03 -8.14872e+02 -9.49220e+00 -6.65564e+04 -2.52736e+04 -4.60692e+03 -1.08250e+05 -1.06046e+05 -3.00005e+04 -2.42273e+04 -2.89317e+04 -7.59478e+05 -1.10024e+04 -3.35685e+05 -3.65343e+02 -5.93771e+03 -6.15583e-02 -9.47059e+00 -7.73677e-02 -2.71515e+00 -5.15849e+00 -7.93063e-02 -8.00048e-02 -4.59768e-01 -8.98901e-02 -4.35275e-01 -7.69452e-02 -8.24723e-02 -9.19942e-02 -3.99376e+01 -4.38564e-01 -1.59305e+00 -4.17237e+01 -1.83634e+02 -1.06544e+01 -2.87015e+01 -2.91031e+01 -1.34377e+02 -6.34593e+00 -3.69836e+00 -1.21292e+00 -6.14213e+00 -9.25899e+01 -3.03430e-01 -1.52408e-01 -2.83740e+00 -2.33669e-01 -5.55376e-01 -4.77292e-01 -6.30176e-01 -3.59382e-01 -7.70788e-01 -7.21761e-01 -6.23356e-01 -5.48968e-01 -2.93150e-01 -7.14518e-01 -1.10131e+00 -6.43582e-01 -7.77316e-01 -4.08944e-01 -4.77409e-01 -1.52164e+00 -1.14753e+00 -8.27549e-01 -8.93922e-01 -1.32295e+00 -8.27246e-01 -3.27057e+00 -3.07417e+02 -9.53340e+00 -1.04654e+02 -1.07122e+03 -1.25073e+01 -2.33482e+01 -1.40831e+02 -2.09916e+01 -1.48455e+02 -3.38471e+01 -1.56721e+01 -4.55918e-01 -8.62168e+02 -6.47609e+02 -2.06914e+01 -9.54550e+02 -9.22480e+02 -2.47842e+02 -1.78159e+02 -1.95806e+02 -5.37135e+03 -1.03903e+02 -2.47554e+03 -3.37975e-01 -7.07150e+00 -1.13349e+00 -6.68148e+02 -1.44929e+01 -5.72543e+02 -2.64237e+04 -2.88641e+02 -4.92780e+02 -2.17932e+03 -5.28828e+02 -1.83868e+03 -3.94866e+02 -2.85761e+02 -8.06599e+00 -4.61012e+03 -5.72982e+03 -9.82786e+01 -2.85484e+03 -3.05174e+03 -1.54848e+03 -9.27368e+02 -7.73317e+02 -2.35552e+04 -4.70421e+02 -1.36144e+04 -6.73021e+00 -1.87118e+02 -1.17438e-01 -5.14083e+01 -8.45530e-01 -2.42195e-01 -7.62808e+00 -8.59960e+00 -7.02673e+00 -4.21125e+01 -1.57078e+01 -1.13755e+02 -2.15991e+01 -4.47879e+00 -7.68264e-02 -1.80078e+01 -2.32364e+02 -3.40933e+00 -4.39425e+01 -9.77343e+01 -1.53195e+01 -1.84750e+02 -8.93771e+01 -3.97681e+02 -7.49779e+00 -2.28299e+02 -2.95025e+02 -1.37909e+00 -6.73462e-01 -1.02182e+06 -2.93314e-01 -7.12017e+04 -1.38144e+04 -1.73302e+03 -1.73177e+03 -2.98097e+01 -2.13876e+01 -8.69317e+02 -4.21520e+00 -4.97446e+02 -7.43570e-01 -1.39788e+04 -1.12153e+00 -5.07268e+00 -2.28785e+00 -1.41270e+00 -6.40978e+00 -1.00834e+05 -1.29762e+01 -3.47041e+04 -7.75429e-01 -3.55073e+04 -1.40277e-01 -5.64291e+02 -4.69806e-01 -2.23359e+05 -1.38392e+00 -1.64830e+05 -3.72653e+00 -1.43917e+03 -4.20736e+00 -1.71660e+04 -6.77742e+02 -8.20271e+00 -2.67851e+00 -1.31436e+00 -9.16220e-01 -1.62378e+00 -2.95108e+00 -1.48430e+00 -1.36370e+00 -2.94780e-01 -1.80883e+00 -3.60758e+05 -6.17211e-01 -3.19411e+04 -1.26967e+00 -6.44478e+02 -8.38944e-01 -9.42739e-01 -1.07384e-01 -1.91992e+02 -2.35837e+00 -3.79010e+02 -1.90437e+04 -9.73313e+01 -1.57619e+02 -1.05195e+03 -1.27708e+02 -1.09219e+03 -2.46934e+02 -1.09983e+02 -1.26415e+00 -3.85838e+03 -3.75272e+02 -3.50766e+01 -1.04755e+03 -1.08713e+03 -2.88647e+02 -1.50308e+02 -1.82960e+02 -4.02407e+04 -1.54507e+03 -2.76338e+04 -1.74685e+01 -1.60925e+02 -1.85275e-01 -1.54142e+04 -2.23478e+03 -2.03453e-01 -6.78595e+00 -4.49599e+04 -4.09821e+00 -2.44281e+05 -3.16731e+00 -1.67787e+01 -2.66136e+05 -3.29016e+00 -1.38859e+04 -3.29736e+04 -1.55632e+00 -1.72605e-02 -2.22468e-01 -4.94800e-01 -7.88447e-01 -8.07941e-01 -7.73499e-01 -2.27553e+00 -1.31970e+00 -9.87504e-01 -1.68484e-03 -4.83549e-01 -8.37214e+00 -2.74070e+03 -4.61826e+01 -8.24826e+02 -1.54617e+04 -1.19823e+02 -2.73732e+02 -1.48349e+03 -2.45315e+02 -1.43159e+03 -3.07434e+02 -1.55787e+02 -1.58971e+00 -5.77483e+03 -5.17875e+03 -4.74757e+02 -1.66780e+04 -1.53935e+04 -4.36252e+03 -3.48332e+03 -3.48910e+03 -5.43935e+04 -1.03471e+03 -2.39904e+04 -9.16096e+00 -1.11588e+02 -7.94648e-02 -6.45226e+06 -1.43666e+05 -5.76574e+04 -7.12300e+05 -3.86251e+05 -3.11157e+05 -2.67284e+05 -8.03337e+05 -2.85566e+05 -8.69959e+05 -5.06175e+04 -8.64703e+04 -1.85122e+05 -7.36260e+04 -1.07474e+02 -5.75200e+03 -3.05976e+02 -1.84308e+03 -1.47313e+06 -4.55728e-01 -4.83743e+05 -3.41728e-01 -1.28498e+05 -4.25724e-01 0.00000e+00 -1.27521e-02 -7.25535e+01 -2.98268e+00 -1.68451e+03 -1.35648e+02 -1.14388e+00 -5.34196e+00 -2.39396e+01 -6.98179e+00 -1.92726e+02 -6.70317e+00 -5.22917e+00 -5.04556e-02 -4.42330e+02 -2.31257e+03 -9.48524e+01 -1.14122e+03 -3.25760e+04 -2.09415e+02 -3.32209e+02 -6.28547e+02 -3.56440e+03 -7.06748e+01 -1.59874e+03 -1.80770e-01 -1.10153e+02 -2.21522e-01 -1.29543e+04 -3.13768e+02 -4.46473e+03 -3.22168e+04 -3.87743e+02 -8.01483e+02 -3.31505e+03 -8.18844e+02 -4.06536e+03 -8.67666e+02 -5.02706e+02 -6.40472e+00 -1.53444e+04 -1.68015e+04 -1.27668e+03 -2.16243e+04 -1.54589e+04 -4.44856e+03 -6.44158e+03 -6.95137e+03 -3.48031e+05 -1.28534e+04 -1.80948e+05 -2.05009e+02 -2.28236e+03 -1.78572e-01 -5.97634e+02 -7.61459e+00 -2.11749e+02 -3.19813e+03 -2.69163e+01 -5.91876e+01 -3.70820e+02 -3.39777e+01 -2.95101e+02 -6.58436e+01 -3.46665e+01 -7.72468e-01 -1.38806e+03 -1.13754e+03 -7.35621e+01 -3.89847e+03 -4.32797e+03 -8.95857e+02 -5.95656e+02 -8.37282e+02 -5.16297e+04 -9.72797e+02 -2.20065e+04 -9.71848e+00 -2.13249e+02 -3.74502e-01 -3.57537e+02 -9.38237e+00 -4.01754e+03 -4.79699e+02 -9.35082e+00 -2.48523e+01 -1.24056e+02 -2.16217e+01 -1.17107e+02 -3.04892e+01 -1.39183e+01 -2.72010e-01 -4.41191e+03 -1.66897e+03 -6.80084e+01 -3.30973e+03 -2.90035e+03 -4.33133e+02 -8.77627e+02 -2.70986e+03 -2.69682e+04 -1.90415e+02 -3.74033e+03 -1.38772e+00 -3.21632e+01 -2.61936e+01 -1.90515e+06 -9.89051e+03 -6.43774e-01 -3.14975e-01 -9.95239e-01 -8.17305e+05 -1.12318e+00 -5.63294e-01 -1.25846e+00 -5.63240e-01 -3.06525e+06 -3.02897e-01 -4.25942e-01 -1.84616e-01 -2.10497e-01 -2.95115e-02 -3.56221e-03 -2.00825e-01 -2.16546e+05 -1.98630e-01 -2.06850e+03 -5.16127e+01 -5.66791e+05 -4.50368e-01 -2.02290e-01 -1.69106e-01 -4.74318e+05 -6.87672e+04 -3.53334e+04 -5.60243e+05 -5.87749e+04 -7.21042e+05 -9.67410e+05 -4.94337e+05 -1.30261e+06 -7.00002e+04 -1.01339e+05 -5.18927e+04 -8.93486e+05 -1.08322e+06 -5.70408e+05 -6.01424e+05 -1.33765e+06 -4.88695e+05 -4.47871e+05 -3.42448e+05 -6.74001e+06 -1.37043e+06 -1.94265e+06 -3.15019e+05 -1.31138e+05 -2.21462e-01 -1.79916e+04 -6.78039e+02 -4.18640e+03 -9.55008e+05 -3.63118e+04 -3.73075e+03 -2.38660e+04 -2.93776e+03 -4.38560e+04 -2.14796e+04 -9.68664e+03 -3.91326e+02 -2.60883e+04 -9.90832e+04 -4.20062e+03 -8.79101e+04 -1.19501e+05 -3.79171e+04 -4.30700e+04 -3.19402e+04 -1.56878e+06 -1.93497e+05 -2.21211e+06 -4.87231e+03 -1.15618e+04 -2.17848e+00 -1.28610e+05 -1.10504e+05 -5.38219e-01 -2.66025e+00 -2.24362e+00 -2.93542e+04 -3.20588e+00 -1.52686e+00 -4.73210e+00 -9.00688e-01 -3.54720e-01 -2.45525e+02 -4.71190e-01 -6.84610e-01 -1.26084e-02 -2.16377e-01 -3.27209e-01 -3.03403e-01 -1.08702e+00 -2.80245e-01 -2.56624e+00 -1.40703e-01 -3.36728e+05 -1.75766e-01 -1.77948e-01 -1.44499e-01 -5.02688e+00 -3.13352e-01 -9.01447e+03 -1.93106e+01 -1.85398e+00 -7.20989e-01 -1.48077e+00 -1.37498e+00 -1.35896e+00 -7.16723e-01 -6.75056e-01 -6.10192e-01 -4.99197e+04 -8.39077e+00 -6.57973e-01 -3.35727e+01 -5.28220e+01 -7.17442e+00 -6.67147e+00 -7.26373e+00 -2.62391e+03 -3.17078e+01 -8.27282e+02 -1.12708e+01 -1.70090e+01 -4.83200e-03 -2.40357e+03 -1.47225e+02 -7.29898e+04 -7.89337e+05 -7.90175e+04 -1.07540e+04 -4.29262e+05 -7.69442e+03 -7.21608e+04 -8.68873e+04 -6.06994e+04 -6.84521e+04 -1.02958e+05 -4.13700e+04 -1.74005e+04 -4.19337e+05 -3.74856e+05 -3.52833e+05 -3.20360e+04 -1.25729e+04 -2.34041e+05 -2.48044e-02 -6.13070e+04 -1.71467e+03 -1.37781e+04 -4.77797e-01 -1.65776e+01 -2.72064e+00 -3.15471e+00 -7.12693e+00 -1.46343e+01 -1.03397e+01 -1.39556e+01 -7.68665e+00 -1.56500e+01 -6.42380e+00 -3.38390e+00 -2.64507e+00 -8.28863e-01 -3.19563e+01 -4.84301e+00 -4.78787e+00 -5.03173e-01 -4.75263e+00 -3.28941e+01 -1.09345e+01 -3.32900e+00 -4.56277e-01 -5.87824e+00 -7.94494e-01 -1.17611e+00 -1.51703e-02 -3.27736e+02 -6.31485e+00 -8.98377e+01 -3.43661e+03 -1.93018e+01 -4.46620e+01 -2.73453e+02 -3.54639e+01 -2.43912e+02 -5.87070e+01 -2.45423e+01 -3.72520e-01 -9.10807e+02 -8.50018e+02 -1.08786e+02 -4.01429e+03 -3.89181e+03 -1.11068e+03 -3.55475e+02 -4.95362e+02 -2.27852e+04 -4.27813e+02 -1.08098e+04 -4.58889e+00 -6.58448e+01 -1.25048e-01 -1.69907e+03 -5.79012e+01 -1.57758e+02 -2.97277e+03 -2.11099e+01 -4.88501e+01 -3.67728e+02 -4.29128e+01 -2.36517e+02 -5.17671e+01 -2.75021e+01 -2.02014e-01 -5.47595e+03 -2.06372e+03 -1.39275e+02 -4.72172e+03 -3.98496e+03 -1.13027e+03 -3.15031e+03 -2.03612e+03 -1.22937e+05 -2.41347e+03 -5.42320e+04 -2.71064e+01 -2.73161e+02 -2.04230e-01 -1.24303e+03 -3.11882e+01 -7.10017e+02 -9.64872e+03 -3.30157e+01 -1.56192e+02 -6.59984e+02 -1.31542e+02 -6.87674e+02 -1.44580e+02 -8.34292e+01 -1.19842e+00 -5.52091e+03 -5.96579e+03 -4.66254e+02 -1.28044e+04 -1.22444e+04 -3.76762e+03 -2.19707e+03 -2.94073e+03 -1.03174e+05 -1.09905e+03 -5.99505e+04 -2.12992e+01 -3.26209e+02 -7.92512e-02 -5.16845e+02 -1.97099e+03 -2.20744e+04 -3.37659e+00 -2.42616e+05 -3.43984e+04 -2.03122e+05 -4.53176e+04 -4.43186e+04 -2.47733e+04 -1.50773e+04 -1.91849e+01 -1.10411e+04 -6.11653e+04 -8.02940e+05 -1.56934e+00 -2.73997e+05 -2.88741e+04 -1.46041e+05 -2.34170e+05 -1.58151e+06 -1.31419e+05 -8.01317e+05 -2.27993e+00 -1.47635e+03 -7.79003e-01 -4.88357e+03 -1.81741e+02 -3.98508e+04 -1.84985e+04 -1.16506e+02 -4.41663e+02 -1.78709e+03 -4.16237e+02 -2.33621e+03 -5.23370e+02 -2.64599e+02 -1.66953e+00 -2.90838e+05 -9.89252e+03 -1.69867e+03 -5.08974e+04 -4.18610e+04 -1.34823e+04 -6.78600e+03 -7.08311e+03 -1.12767e+05 -1.99326e+03 -3.96404e+04 -2.07490e+01 -2.61953e+02 -6.81975e-01 -6.05626e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06049e-01 -6.06114e-01 -6.06114e-01 -6.06114e-01 -6.06114e-01 -6.06114e-01 -6.06114e-01 -6.06114e-01 -6.06050e-01 -6.06115e-01 -6.06115e-01 -6.06115e-01 -6.06049e-01 -6.24155e-01 -1.27789e+03 -4.10378e+01 -7.61503e+02 -1.46627e+04 -9.61352e+01 -2.07092e+02 -1.04198e+03 -1.99118e+02 -9.14080e+02 -2.00301e+02 -1.14000e+02 -1.29410e+00 -3.48655e+03 -3.23429e+03 -3.38073e+02 -1.04044e+04 -8.62697e+03 -2.33153e+03 -4.19806e+03 -3.59149e+03 -9.30173e+04 -1.91326e+03 -4.04899e+04 -1.69934e+01 -3.06715e+02 -6.19154e-02 -2.12248e+05 -2.63369e+03 -1.45837e+06 -1.10346e+04 -5.04898e+03 -4.13926e+03 -2.20036e+04 -1.00223e+04 -2.13594e+04 -3.11064e+03 -1.58206e+03 -2.57911e+02 -1.13837e+05 -9.75276e+01 -8.76524e-02 -1.12974e+00 -2.51270e+00 -8.06327e+03 -1.26944e+01 -2.76841e+01 -6.43291e+05 -1.17077e+05 -4.53437e+05 -3.92133e+02 -1.12542e+05 -8.26305e-01 -9.24909e+04 -2.42672e+03 -4.66635e+03 -2.40083e+05 -1.41180e+03 -4.94068e+03 -1.61270e+04 -3.12538e+03 -1.98883e+04 -4.65711e+03 -2.12872e+03 -1.74701e+01 -1.54654e+05 -6.49898e+04 -7.05916e+03 -1.79669e+05 -3.53067e+05 -4.02891e+04 -3.88898e+04 -5.60459e+04 -1.44519e+06 -3.38276e+04 -5.33360e+05 -3.33308e+02 -8.34564e+03 -2.38718e-02 -3.56302e+06 -2.99637e+00 -2.86144e+01 -4.15897e+01 -1.71367e+01 -1.46752e+01 -5.07993e+01 -2.85539e+01 -2.79618e+01 -1.02954e+01 -1.06692e+01 -7.21207e+00 -2.12693e+01 -1.43328e+01 -1.79261e+00 -5.60750e+00 -3.30788e+00 -6.66109e+00 -1.45294e+01 -3.01757e+00 -5.51865e+06 -5.58729e+00 -2.80294e+01 -7.05982e-01 -7.47827e-01 -8.89695e-02 -8.14469e+01 -1.78363e+00 -4.26914e+02 -1.06260e+04 -8.88562e+01 -1.84804e+02 -7.30585e+02 -1.69236e+02 -9.38226e+02 -2.18291e+02 -1.03730e+02 -3.58427e+00 -1.91289e+03 -2.13433e+02 -4.79950e+01 -1.14052e+03 -3.11800e+03 -2.33893e+02 -2.34507e+02 -2.64897e+02 -2.44692e+04 -5.62303e+02 -1.04246e+04 -6.62214e+00 -2.86526e+02 -2.98821e-02 -3.36047e+05 -1.64905e+04 -1.54520e+05 -7.14043e+05 -3.47527e+05 -3.42318e+05 -1.11524e+06 -5.29563e+05 -2.01819e+06 -3.23648e+05 -2.90378e+05 -6.05575e+03 -8.44343e+04 -1.87355e+05 -4.20260e+02 -9.63222e+03 -9.36863e+03 -3.75616e+04 -1.14385e+05 -1.34706e+05 -8.50185e+05 -8.48729e+05 -5.67410e+05 -2.06499e+04 -1.96093e+04 -1.85891e+01 -1.63442e+05 -1.26914e+00 -1.14075e+03 -3.23089e+04 -2.11050e+03 -4.96621e+03 -4.67455e+04 -2.58415e+03 -1.55521e+03 -5.54483e+02 -4.74641e+02 -1.76827e+02 -6.43429e+04 -2.19891e+04 -1.86131e+03 -3.11514e+04 -4.88067e+04 -1.09497e+04 -5.20851e+04 -3.60701e+04 -8.46014e+05 -2.14097e+04 -1.03573e+05 -1.40971e+03 -9.55324e+00 -6.22881e-01 -6.86648e+04 -1.19896e+04 -2.81100e+03 -4.06683e+03 -1.53071e+04 -2.45046e+02 -1.09572e+04 -3.27268e+03 -3.97420e+03 -1.09497e+02 -9.40815e+02 -1.83432e+02 -7.03018e+03 -2.55139e+04 -1.10255e+02 -1.42107e+03 -3.16065e+03 -1.05816e+02 -1.60326e+04 -3.12638e+03 -1.82743e+04 -1.36623e+03 -1.08030e+04 -7.38800e+01 -2.12036e+04 -9.48605e-02 -1.10444e+02 -1.24082e+00 -1.13688e+02 -3.87997e+03 -2.46613e+01 -4.73246e+01 -2.70532e+02 -4.19911e+01 -4.37569e+02 -4.93344e+01 -2.94037e+01 -2.84456e+00 -4.60583e+02 -3.46389e+02 -1.01404e+01 -4.37311e+02 -4.30308e+02 -9.71247e+01 -1.43642e+02 -1.36593e+02 -3.35825e+03 -7.57677e+01 -1.47085e+03 -4.33205e-01 -9.19277e+00 -4.40902e+00 -2.79648e+00 -7.34240e+02 -9.56484e+00 -1.29469e+01 -5.27197e+00 -9.60723e+02 -8.76485e+02 -5.52111e+00 -6.11531e+00 -5.43596e+01 -6.66575e-01 -2.48332e-01 -3.01531e+00 -2.38632e+00 -4.83892e+00 -3.23310e-01 -1.78143e+02 -1.11130e+03 -2.08857e+04 -1.47375e+00 -7.50937e+02 -1.53075e+00 -2.13396e+03 -5.31909e-01 -6.31751e-01 -5.83028e-03 -8.38812e+06 -8.25198e+05 -3.78319e+06 -6.84115e+06 -2.10304e+06 -7.39785e+05 -2.04395e+06 -3.88438e+05 -3.60174e+05 -5.45383e+05 -7.96743e+04 -4.55577e+02 -9.17978e+05 -2.05401e+06 -8.12729e+04 -4.56870e+06 -9.22276e+04 -9.25130e+05 -6.13612e+05 -6.53252e+05 -3.74373e+06 -1.32788e+04 -1.26378e+06 -2.15926e+02 -6.19707e+04 -2.46390e-01 -3.35242e+04 -1.09236e+03 -6.10180e+04 -1.61333e+05 -1.57514e+03 -3.04808e+03 -1.48859e+04 -2.86974e+03 -1.66513e+04 -3.61604e+03 -1.96709e+03 -3.05443e+01 -2.73631e+05 -9.08580e+04 -8.51522e+03 -2.65572e+05 -2.11972e+04 -6.03818e+04 -5.07345e+04 -4.74170e+04 -9.38831e+05 -2.16654e+04 -4.02161e+05 -2.29864e+02 -1.53634e+03 -2.40020e+00 -3.20704e+03 -1.19493e+02 -3.05063e+02 -4.69630e+03 -1.03466e+03 -1.26579e+03 -1.09914e+04 -1.86126e+03 -8.08685e+03 -2.36524e+03 -1.28753e+03 -1.97563e+01 -1.18646e+04 -4.14557e+03 -4.07157e+02 -1.63004e+04 -2.06073e+04 -2.77142e+03 -4.70793e+03 -8.01621e+03 -1.59482e+05 -3.14195e+03 -8.27005e+04 -2.71902e+01 -4.29021e+02 -3.29629e+00 -2.29721e+04 -2.54517e+02 -5.09420e+03 -8.96406e+04 -6.05401e+02 -1.78068e+03 -1.28852e+04 -1.54672e+03 -1.49013e+04 -1.62673e+03 -8.02455e+02 -1.87212e+01 -5.59389e+04 -6.15373e+05 -1.71539e+03 -2.02423e+05 -1.75627e+05 -3.24673e+04 -6.29993e+04 -8.31139e+04 -2.73804e+06 -2.50543e+04 -6.16188e+05 -5.50826e+01 -1.47198e+03 -7.26740e+01 0.00000e+00 +2.72953e+06 1.16660e+05 2.31549e+04 1.32607e+05 1.90355e+04 6.91313e+04 1.89412e+05 5.06731e+04 1.47861e+05 4.90186e+04 2.43707e+04 9.23181e+02 1.08197e+05 3.15447e+05 5.92265e+03 1.71197e+05 1.39304e+05 7.31488e+04 4.69917e+05 8.64705e+05 1.49725e+06 6.74660e+04 1.88212e+05 7.67592e+02 8.34290e+03 4.74848e-02 1.32690e+06 6.22452e+04 1.55979e+05 2.80050e+04 1.45639e+04 2.45278e+04 4.91455e+04 2.10617e+04 4.86250e+04 1.38733e+04 9.03343e+03 1.80733e+02 2.34293e+05 1.79995e+05 7.96052e+03 1.61587e+05 1.27338e+05 6.35047e+04 9.04622e+04 1.09198e+05 1.01413e+06 6.99974e+04 1.30311e+05 8.54325e+02 1.84868e+04 3.38695e+00 1.45873e+07 8.21439e+05 1.41825e+07 3.56023e+05 1.01911e+05 3.44724e+05 9.59127e+05 3.29809e+05 1.19839e+06 4.93644e+05 1.83610e+05 1.02956e+04 7.59142e+06 6.67860e+06 2.06928e+05 5.65428e+06 3.60567e+06 1.76932e+06 2.73019e+06 6.15605e+06 1.50900e+07 2.31811e+06 4.52342e+06 1.16311e+04 6.90659e+04 9.38551e-01 1.02992e+04 4.68778e+02 6.88648e+03 5.73823e+03 1.16537e+03 4.45552e+03 9.97111e+03 3.95944e+03 8.49307e+03 2.71409e+03 1.41258e+03 6.38011e+01 1.51297e+04 2.63599e+04 4.37655e+03 6.53714e+04 5.25229e+04 2.63716e+04 1.59878e+04 3.24575e+04 4.29788e+05 3.23118e+04 6.20400e+04 7.51031e+02 8.77378e+03 1.68581e+00 5.69065e+06 2.39232e+05 7.06426e+06 4.55644e+05 6.07859e+04 2.16594e+05 5.36358e+05 1.70411e+05 5.21639e+05 2.08700e+05 9.06375e+04 5.61176e+03 4.27609e+06 2.32847e+06 9.68333e+04 2.32351e+06 1.90233e+06 8.60571e+05 5.18280e+05 9.11090e+05 7.26818e+06 5.02359e+05 1.23047e+06 6.10043e+03 4.50753e+04 1.82328e+00 1.28675e+04 8.70193e+02 1.10019e+04 2.69864e+03 8.21233e+02 2.15685e+03 4.35053e+03 1.75625e+03 2.33429e+03 9.67289e+02 8.93156e+02 4.43706e+01 2.49635e+04 2.62052e+04 3.60762e+03 3.00718e+04 2.76459e+04 1.60510e+04 1.53787e+04 2.77758e+04 1.47698e+05 1.01151e+04 2.34141e+04 5.99421e+02 3.68495e+03 2.44672e-01 1.16704e+07 3.35439e+05 5.33940e+06 5.50196e+06 2.45220e+06 2.21533e+06 5.42827e+06 1.99410e+06 1.92469e+06 1.64660e+06 7.63296e+05 5.69920e+04 3.72117e+06 7.90454e+06 5.76156e+05 7.89948e+06 1.62156e+07 5.78441e+06 7.23043e+06 3.40986e+06 3.17767e+07 1.34037e+07 2.60819e+07 1.07368e+04 3.08146e+06 6.58027e-01 1.08307e+06 2.64078e+04 1.27636e+05 4.10695e+04 1.23833e+04 2.35839e+04 8.16630e+04 4.04464e+04 9.39644e+04 3.08693e+04 1.51935e+04 8.56808e+02 2.58947e+05 1.66018e+05 7.35328e+03 1.36568e+05 1.44327e+05 1.55720e+04 6.82540e+04 1.31898e+05 1.02956e+06 8.96099e+03 1.95679e+05 1.49879e+03 2.85893e-07 1.42751e+00 2.61953e+02 3.47321e+01 8.38566e+03 2.44435e+03 4.33759e+02 2.07710e+03 2.05205e+04 6.93434e+02 1.08314e+03 5.84099e+02 7.27143e+02 7.77946e+01 3.86923e+04 1.83560e+04 4.64671e+03 3.97521e+04 3.35937e+04 4.06661e+04 2.41943e+04 2.83683e+04 2.66684e+05 2.38540e+04 4.78519e+04 1.34729e+03 6.95826e+03 3.08590e-01 1.33345e+07 8.41624e+05 2.38527e+07 6.13015e+06 1.54940e+06 4.50069e+06 5.92081e+06 5.22332e+06 2.35976e+06 3.45917e+06 9.68201e+05 9.45064e+04 9.18512e+06 3.30198e+07 4.04928e+05 8.94183e+06 9.24225e+06 8.44754e+06 1.35272e+07 1.09036e+07 1.29501e+08 4.20791e+06 1.81958e+07 6.80132e+04 6.05167e+05 2.57723e-01 6.53227e+06 7.54812e+03 3.23833e+05 9.17169e+05 9.17259e+05 2.91493e+06 4.20633e+06 2.29730e+06 4.28782e+06 1.57928e+06 1.09217e+06 2.03820e+05 1.15603e+06 7.74510e+06 2.25228e+06 7.28802e+06 5.26356e+06 5.09487e+06 3.74733e+06 8.33198e+05 3.43240e+07 1.90902e-01 3.72760e+06 1.97068e-01 3.03891e+05 4.41516e-01 1.74851e+06 6.86243e+04 5.28369e+06 1.58717e+05 4.05729e+04 9.78058e+04 4.15327e+05 1.04210e+05 2.34530e+05 7.25192e+04 3.50103e+04 1.63283e+03 3.44962e+06 1.73728e+06 5.66326e+04 1.22560e+06 8.87179e+05 4.77184e+05 7.27727e+05 1.13439e+06 4.13819e+06 1.63764e+05 3.56172e+05 2.39543e+03 2.11975e+04 6.49961e+02 8.41211e+04 1.03103e+04 9.53367e+04 1.11368e+05 5.87521e+03 1.73474e+04 6.73195e+04 1.32444e+04 4.59801e+04 1.66916e+04 8.66695e+03 4.03693e+02 1.72957e+05 1.79095e+05 1.53818e+04 3.09349e+05 2.87546e+05 1.56363e+05 1.37510e+05 2.27097e+05 2.07464e+06 1.64588e+05 3.64944e+05 2.85759e+03 1.88686e+04 2.88218e-02 7.05585e+04 9.72283e+03 1.48074e+06 2.93426e+05 1.40361e+05 2.00497e+05 1.22905e+06 5.74780e+05 3.39979e+05 1.10629e+05 6.68834e+04 7.58119e+03 1.69001e+06 8.26989e+05 2.96197e+04 4.11589e+05 2.76598e+05 2.23257e+05 5.62051e+05 5.31284e+05 5.84957e+06 7.14094e+05 1.16843e+06 1.63271e+04 9.62211e+04 2.40806e+00 1.75042e+07 7.51502e+05 8.02389e+05 1.57064e+06 1.15303e+06 9.02925e+05 3.02445e+06 7.81442e+05 2.59650e+06 9.08779e+05 4.35490e+05 1.93765e+04 2.23811e+06 2.67239e+06 1.29574e+05 2.97393e+06 2.52196e+06 1.36186e+06 2.19614e+06 3.99399e+06 1.92840e+07 1.20794e+06 3.27795e+06 2.04505e+04 1.60228e+05 1.08213e+00 3.63312e+04 2.58441e+03 2.51743e+04 1.61461e+04 3.34815e+03 9.65920e+03 2.09942e+04 7.23694e+03 1.81686e+04 4.78230e+03 3.56338e+03 2.37633e+02 3.51960e+04 4.45126e+04 7.83585e+03 9.69037e+04 9.06829e+04 5.10053e+04 6.47331e+04 9.14926e+04 6.11464e+05 3.72527e+04 9.08824e+04 1.65477e+03 1.01052e+04 4.64126e-01 1.45460e+06 7.34449e+04 5.20384e+05 1.54510e+05 1.10105e+05 1.70541e+05 1.11998e+06 2.24786e+05 5.76084e+05 2.70090e+04 1.75491e+04 5.89548e+02 3.84508e+05 8.86556e+05 1.98259e+04 5.20061e+05 5.23357e+05 9.26171e+04 9.07596e+05 3.29729e+05 3.15418e+06 1.88754e+05 4.89479e+05 1.53866e+04 4.27542e+05 5.39051e+05 2.13629e+06 7.89747e-02 2.79336e+05 1.71918e+06 4.63391e+05 1.27378e+06 5.76794e+06 1.28003e+06 1.85705e+06 6.28036e+05 2.14626e+05 1.06875e+05 3.21787e+06 7.22992e+06 2.26354e+06 7.93618e+06 5.95554e+06 2.42554e+06 1.84231e+06 3.69126e+06 5.56471e+07 2.42582e-01 1.12015e+07 1.58697e-01 6.77666e+05 2.96629e-01 1.08965e+05 1.20355e+04 1.73849e+04 1.74060e+04 1.55678e+03 3.80477e+03 6.88368e+03 2.61733e+03 5.89790e+03 2.54802e+03 1.36664e+03 7.63959e+01 1.76529e+04 1.09753e+04 4.18770e+03 3.35444e+04 3.65053e+04 1.53327e+04 1.50832e+04 3.11795e+04 1.33099e+05 1.52642e+04 3.80017e+04 4.94552e+02 2.42395e+03 6.25001e-01 1.12793e+06 5.74668e+04 1.67393e+04 4.04592e+04 1.08030e+04 2.91892e+04 9.82405e+04 2.65562e+04 7.61307e+04 2.69431e+04 1.22247e+04 6.20172e+02 4.33688e+04 1.05077e+05 6.20206e+03 1.08907e+05 1.16152e+05 4.40376e+04 9.70416e+04 1.52924e+05 5.40260e+05 5.34361e+04 1.04002e+05 1.96199e+02 6.13080e+03 1.83146e+00 2.37931e+04 1.42274e+03 2.15588e+02 3.31493e+03 2.44963e+02 6.24097e+02 2.35520e+03 5.67570e+02 1.77754e+03 8.68632e+02 4.29022e+02 2.36096e+01 3.05510e+04 2.08480e+04 3.76442e+03 2.79165e+04 2.62773e+04 4.11332e+04 2.67180e+04 1.45226e+04 6.45665e+05 9.62070e+04 1.60348e+05 7.70716e+03 4.24231e+04 1.25631e+00 4.04808e+04 2.76944e+03 3.98547e+03 4.82929e+02 9.45218e+01 2.61938e+02 1.06958e+03 4.72359e+02 9.20239e+02 2.85130e+02 1.16685e+02 2.10572e+00 2.02730e+04 5.52719e+03 6.34876e+01 1.27276e+03 1.03322e+03 1.05373e+03 1.92796e+03 2.08576e+03 9.03594e+03 8.99072e+02 1.66312e+03 2.58851e+01 1.34176e+02 6.16857e-01 1.19523e+06 5.33526e+04 1.06141e+06 5.85768e+05 1.90699e+05 1.59129e+05 4.71549e+05 2.27001e+04 6.61959e+04 7.23922e+03 2.94187e+04 1.09599e+04 2.25792e+05 3.58751e+05 1.73465e+04 2.23577e+05 4.97266e+05 3.15595e+05 7.91352e+05 2.87398e+05 1.22830e+06 1.13330e+06 3.82000e+05 6.64558e+04 3.21815e+05 3.88270e+01 5.91742e+05 2.37476e+04 2.16252e+05 8.23732e+04 5.39209e+04 7.72261e+04 1.51741e+05 6.02687e+04 1.36526e+05 4.22759e+04 2.42922e+04 1.63640e+03 3.28116e+05 1.12535e+05 1.61520e+04 2.85582e+05 2.12106e+05 1.07039e+05 1.40058e+05 2.33801e+05 1.68625e+06 1.70135e+04 2.32105e+05 2.40808e+03 1.72848e+04 1.89717e+00 1.98632e+05 1.79120e+04 4.38013e+05 1.11523e+05 2.18424e+04 5.59354e+04 8.90822e+04 3.70051e+04 9.65743e+04 3.56984e+04 4.50230e+04 8.38831e+02 8.60417e+05 2.74299e+05 2.33668e+04 3.05925e+05 2.33564e+05 2.00881e+05 1.53249e+05 2.29349e+05 1.93890e+06 3.68481e+05 7.46707e+05 1.05743e+04 5.63273e+04 1.70140e+00 1.05688e+07 1.90005e+05 1.35451e+07 1.08141e+07 6.47018e+06 9.90974e+06 2.37503e+07 1.23482e+07 1.34054e+07 4.09443e+06 2.45465e+06 9.14477e+05 1.74518e+07 2.80293e+07 8.71283e+05 1.12299e+07 2.49768e+07 1.47464e+07 1.38912e+07 2.05563e+07 1.54822e+08 1.35557e+07 1.56102e+07 1.75673e+04 5.04182e+06 1.43431e+00 1.63161e+03 6.92088e+01 4.05395e+03 1.66358e+03 4.84779e+02 1.32705e+03 2.87087e+03 1.11991e+03 2.14436e+03 8.63822e+02 6.56138e+02 1.73065e+01 8.17554e+03 8.48319e+03 2.97315e+03 2.47019e+04 2.18422e+04 1.17971e+04 1.27949e+04 2.09205e+04 2.10441e+05 2.33170e+04 4.79436e+04 1.40661e+03 8.40108e+03 3.22689e-01 7.78987e+04 3.08233e+03 1.62844e+06 4.38897e+04 1.47513e+04 3.79832e+04 9.63978e+04 3.29777e+04 1.16796e+05 3.92602e+04 1.68912e+04 5.04784e+02 8.35276e+05 5.04151e+04 4.33872e+03 1.19125e+05 5.44513e+04 3.66142e+04 4.44716e+04 8.99318e+04 9.66926e+05 9.84991e+04 1.92319e+05 7.96046e+02 4.85558e+03 6.61332e-01 1.45159e+06 7.08533e+04 2.34443e+05 5.21614e+05 1.81000e+05 2.48570e+05 7.62704e+05 3.05352e+05 6.30208e+05 1.53470e+05 8.46011e+04 4.82718e+03 1.75183e+06 4.18764e+05 3.72794e+04 1.02796e+06 5.81305e+05 7.02806e+05 1.00057e+06 8.39215e+05 6.17125e+06 4.94761e+05 9.79460e+05 8.16510e+03 1.00300e+05 8.47034e+01 2.44538e+06 1.26214e+05 2.27614e+05 1.84909e+05 3.93965e+04 8.41056e+04 2.70192e+05 6.66733e+04 2.13916e+05 8.11743e+04 3.77331e+04 1.07415e+03 8.15605e+05 2.18240e+05 1.41337e+04 3.26769e+05 3.50854e+05 1.77808e+05 1.07767e+05 2.29290e+05 1.78910e+06 2.04695e+05 4.44587e+05 1.73344e+03 1.28926e+04 1.21363e+00 5.59514e+05 7.65584e+04 5.00946e+03 9.52514e+03 5.60930e+03 1.11393e+04 3.50532e+04 1.21278e+04 2.00072e+04 9.60573e+03 6.50875e+03 4.21708e+02 1.03463e+04 1.80803e+04 1.33370e+03 1.91611e+04 1.54529e+04 6.06111e+03 1.22816e+04 2.27615e+04 2.67480e+05 1.73867e+04 3.94225e+04 3.64233e+02 3.82280e+03 3.07027e-01 2.91219e+06 1.35120e+05 5.23118e+04 1.44776e+05 2.72571e+05 1.02476e+05 1.74290e+05 4.78839e+04 1.41693e+05 5.13423e+04 3.12485e+04 2.71372e+03 1.43236e+05 3.86079e+05 2.16374e+04 2.65967e+05 2.47040e+05 1.29543e+05 1.72093e+05 2.80364e+05 1.18887e+06 4.84102e+04 1.38320e+05 2.12570e+03 1.45455e+04 2.57724e+00 2.76665e+06 1.25242e+05 3.75541e+05 2.94796e+05 4.66694e+04 2.03554e+05 3.66248e+05 1.07583e+05 3.43338e+05 1.25327e+05 6.01186e+04 4.41718e+03 4.09491e+05 2.81588e+05 3.29958e+04 6.16358e+05 5.56472e+05 3.28720e+05 2.83742e+05 4.56503e+05 2.79101e+06 1.43203e+05 3.20025e+05 2.39803e+03 2.25130e+04 1.42223e+00 8.99903e+06 1.33431e+06 4.25371e+07 1.05324e+07 2.67061e+06 1.32131e+07 1.78234e+07 9.42117e+06 1.70174e+07 1.39928e+07 3.36372e+06 1.12695e+06 1.21600e+07 1.02568e+07 4.47844e+05 5.77221e+06 1.28382e+07 5.75625e+06 2.05765e+07 5.06322e+06 7.21245e+07 1.48422e+07 1.58435e+07 6.93395e-04 1.99004e-01 2.39793e-01 7.33708e+04 9.41125e+03 8.42171e+03 4.19688e+03 1.48712e+03 3.37524e+03 7.38867e+03 2.79588e+03 9.70190e+03 2.50576e+03 1.28308e+03 5.08977e+01 1.71436e+04 2.65641e+04 2.13443e+03 2.70736e+04 2.13539e+04 1.15329e+04 2.22072e+04 4.18912e+04 1.74694e+05 1.10375e+04 2.30860e+04 6.71442e+02 5.00486e+03 9.16122e-01 1.12328e+04 5.19791e+02 1.70067e+04 2.94090e+03 3.36145e+02 1.08612e+03 2.91317e+03 8.23608e+02 2.70534e+03 2.22736e+03 4.37623e+02 1.63820e+01 3.73194e+04 3.10079e+04 2.62659e+03 4.74771e+04 3.99010e+04 2.90488e+04 3.39179e+04 4.71102e+04 9.30682e+05 7.71580e+04 1.66684e+05 1.39128e+03 1.08165e+04 9.96166e-02 3.13529e+05 2.91476e+04 8.71486e+03 1.71488e+04 3.72998e+03 1.07690e+04 2.78539e+04 8.51288e+03 2.37144e+04 9.15184e+03 4.91504e+03 2.11562e+02 1.74779e+04 1.03313e+04 1.78506e+03 3.19223e+04 2.63306e+04 1.37820e+04 6.57183e+03 1.22144e+04 1.29151e+05 7.21118e+03 1.77266e+04 1.24634e+02 1.10307e+03 6.39455e-03 1.97412e+06 1.28861e+05 1.73227e+05 6.66025e+04 1.03029e+04 2.94672e+04 8.44500e+04 2.34822e+04 6.76153e+04 2.53659e+04 1.24962e+04 6.91565e+02 5.61934e+05 2.58025e+04 1.37217e+04 1.92438e+05 1.62471e+05 9.63706e+04 7.56553e+04 1.24273e+05 7.31336e+05 2.06002e+04 6.98991e+04 6.87137e+02 4.10138e+03 1.67959e+00 3.38962e+06 1.05306e+06 1.45200e+07 5.85396e+06 1.13806e+06 2.35016e+06 4.44199e+06 1.03664e+06 3.61440e+05 2.22924e+05 3.88455e+05 9.86074e+03 3.66381e+06 3.83813e+06 1.28213e+05 1.65253e+06 3.67545e+06 1.17019e+06 7.30088e+06 2.92335e+06 1.75475e+07 1.37097e+06 7.48880e+06 1.34443e+03 3.85852e+05 4.16981e-01 2.03924e+07 2.08409e+06 3.20074e+07 4.20229e+07 3.36048e+07 2.59176e+07 1.03146e+08 5.53457e+07 9.87700e+07 2.86254e+07 8.05999e+06 1.19057e+00 4.73880e+07 5.56743e+07 1.12399e+06 1.44870e+07 3.22211e+07 1.69026e+07 1.05404e+08 6.41596e+07 2.65481e+08 4.82153e+06 6.80947e+07 3.71015e+05 4.32431e+07 5.60238e+00 5.08141e+05 2.67853e+04 9.99029e+06 3.76338e+06 1.05841e+06 1.14961e+06 6.22526e+06 1.27277e+06 1.14818e+06 4.29041e+05 2.53879e+05 8.05639e-01 4.12631e+06 9.88269e+06 6.52872e+04 8.41480e+05 1.87157e+06 1.18002e+05 1.37495e+06 5.05426e+06 4.10311e+06 8.23168e+06 7.84396e+05 4.78298e-01 3.57097e+05 2.38893e-01 4.29481e+05 5.13016e+04 9.33545e+05 2.84194e+04 7.17180e+03 2.67091e+04 5.98069e+04 2.49343e+04 9.10324e+04 2.62669e+04 1.23569e+04 5.10362e+02 3.52378e+05 1.16672e+05 7.49488e+03 1.85325e+05 9.89488e+04 5.18381e+04 1.18587e+05 1.97041e+05 8.09528e+05 5.59485e+04 8.74959e+04 6.69517e+02 7.77398e+03 8.17123e-01 1.98712e+06 1.23394e+05 2.75020e+05 4.53787e+05 1.35193e+05 2.40507e+05 6.80482e+05 1.76912e+05 6.57655e+05 1.56824e+05 8.09790e+04 3.24593e+03 8.19078e+05 5.87287e+05 3.65243e+04 9.25187e+05 7.96766e+05 3.84820e+05 6.49067e+05 1.13111e+06 9.63294e+06 7.98488e+05 1.50136e+06 1.07639e+04 1.06879e+05 1.19829e+01 5.83875e+05 4.34479e+04 1.95293e+05 1.14765e+05 7.28848e+04 1.10448e+05 3.48743e+05 7.93719e+04 2.38771e+05 6.44310e+04 4.15465e+04 1.50178e+03 4.14587e+05 1.68344e+05 2.08150e+04 4.72161e+05 3.42432e+05 1.62987e+05 1.83523e+05 3.76771e+05 2.79992e+06 2.14145e+05 4.47360e+05 4.06760e+03 2.59956e+04 1.96575e+00 1.71438e+06 2.00790e+05 3.52022e+05 1.39193e+06 8.43996e+04 2.79393e+05 7.74763e+05 3.93580e+05 5.52851e+05 2.12153e+05 1.01418e+05 1.02544e+04 4.95697e+05 9.88406e+05 9.22278e+04 1.77556e+06 1.62852e+06 1.01836e+06 9.00556e+05 1.23247e+06 9.12610e+06 9.20269e+05 1.53744e+06 1.42009e+04 1.01575e+05 3.13742e+00 1.27670e+05 8.04563e+03 6.92180e+04 1.28012e+05 2.01523e+04 6.60861e+04 1.66729e+05 4.40906e+04 1.42947e+05 4.94094e+04 2.49704e+04 1.47593e+03 1.36580e+05 1.20219e+05 9.29040e+03 2.00014e+05 1.86287e+05 8.33223e+04 1.10233e+05 2.11354e+05 2.13457e+06 1.78359e+05 4.16067e+05 3.85402e+03 2.43627e+04 4.28314e-01 1.54720e+06 9.46687e+03 5.33841e+05 1.56128e+06 5.09026e+05 1.38535e+06 3.13628e+06 1.14274e+06 2.55799e+06 1.13364e+06 4.48830e+05 5.91495e+04 5.24664e-01 2.82816e+06 7.96691e+05 3.77471e+06 2.07361e+06 7.60472e+05 2.13773e+06 1.39798e+06 1.06534e+07 1.11825e+05 1.76445e+06 9.30252e-01 7.05709e+05 3.30601e+00 5.63774e+06 1.48531e+05 3.98507e+05 5.48379e+05 7.83320e+04 2.67058e+05 5.25393e+05 1.12793e+05 4.22163e+05 1.69280e+05 8.06773e+04 5.60609e+03 1.28943e+06 5.28348e+05 3.17133e+04 6.44963e+05 5.36535e+05 3.21784e+05 4.26087e+05 6.13335e+05 4.07524e+06 2.48586e+05 5.89555e+05 3.89582e+03 3.16394e+04 3.99050e+00 2.02528e+06 1.19897e+05 2.30905e+05 4.13038e+05 3.82866e+04 9.42578e+04 3.17929e+05 1.36774e+04 1.38923e+05 9.67478e+04 4.76569e+04 3.98442e+03 1.12435e+06 3.11249e+05 1.40374e+03 5.20404e+04 5.86637e+04 2.66000e+04 2.53492e+04 6.00890e+04 1.78085e+06 3.31676e+04 2.27483e+05 5.17202e+02 1.10265e+04 3.95359e-05 4.36133e+06 2.70537e+05 2.18356e+06 4.51434e+05 7.04174e+04 2.66326e+05 4.96270e+05 2.13716e+05 5.85516e+05 1.73273e+05 1.03031e+05 7.15786e+03 2.00170e+06 7.92561e+04 2.51147e+04 5.06624e+05 4.00587e+05 2.14662e+05 4.21165e+05 6.71833e+05 2.91740e+06 9.15382e+04 2.39401e+05 1.67880e+03 1.58584e+04 3.17052e+00 1.32202e+06 8.27479e+04 3.34210e+06 1.03139e+06 1.85712e+05 6.82689e+05 2.36148e+06 6.50565e+05 2.29521e+06 2.80947e+05 3.61612e+05 1.79515e+04 1.33027e+06 1.99977e+06 5.29043e+05 2.57767e+06 1.01112e+06 7.20812e+05 5.47199e+06 1.54798e+06 1.85699e+07 1.22914e+06 5.02517e+06 2.27678e-01 2.01612e+05 6.33695e-01 1.92123e+04 8.79699e+02 1.57280e+04 4.42013e+03 1.25890e+03 2.80978e+03 6.17782e+03 2.22294e+03 4.60123e+03 1.79598e+03 1.26678e+03 5.66362e+01 3.82890e+04 1.99992e+04 7.86903e+03 6.95709e+04 6.45621e+04 3.59258e+04 5.84510e+04 1.15560e+05 1.96562e+05 1.83549e+04 3.61613e+04 7.14917e+02 3.10240e+03 2.10490e-01 3.43552e+06 1.55842e+05 6.27889e+05 8.41855e+05 6.31452e+05 4.05646e+05 1.08642e+06 4.13902e+05 1.32910e+06 2.70084e+05 2.10539e+05 8.61976e+03 1.70724e+06 2.20436e+06 1.03735e+05 2.24775e+06 1.97160e+06 1.05613e+06 1.32455e+06 2.11154e+06 1.25853e+07 9.87344e+04 1.88652e+06 1.28523e+04 1.17187e+05 3.32099e+00 9.68280e+05 3.30232e+05 3.65639e+06 3.04135e+06 5.40265e+05 6.34867e+05 1.92991e+06 1.34777e+05 1.25462e+06 1.25711e+05 2.09098e+03 7.78994e+02 1.51908e+05 2.15045e+06 1.41744e+04 1.82693e+05 4.06334e+05 1.06918e+06 4.49171e+05 1.31886e+06 3.41713e+06 1.06333e+06 1.07726e+06 1.59106e+00 1.52261e+05 7.88236e-01 1.84276e+07 9.24378e+05 3.61143e+06 3.00614e+06 7.85417e+05 1.59719e+06 4.42173e+06 1.17870e+06 3.85548e+06 1.35576e+06 6.67147e+05 3.55600e+04 1.07394e+07 3.10763e+06 2.04432e+05 4.82146e+06 3.96708e+06 2.28534e+06 2.68304e+06 4.93915e+06 2.87203e+07 1.12591e+06 4.29078e+06 2.47490e+04 2.32354e+05 1.64188e+00 7.37460e+05 3.71451e+04 9.41834e+04 2.20044e+05 1.56436e+05 1.03120e+05 2.89368e+05 7.68092e+04 2.18823e+05 7.36563e+04 4.20058e+04 2.09622e+03 2.96374e+05 2.02485e+05 1.55639e+04 3.28203e+05 2.85956e+05 1.72493e+05 1.89348e+05 3.50283e+05 2.48037e+06 1.74751e+05 4.39321e+05 2.77362e+03 2.15868e+04 1.19069e+03 4.86998e+05 4.38488e+04 1.95843e+04 1.53434e+04 3.99102e+03 1.03650e+04 2.66878e+04 8.21495e+03 1.98668e+04 7.46994e+03 3.96394e+03 2.09358e+02 2.46402e+04 1.48827e+05 6.53022e+03 9.35805e+04 8.68784e+04 4.41313e+04 6.31723e+04 1.15652e+05 3.92559e+05 3.39573e+04 6.67183e+04 7.01853e+02 4.38187e+03 1.07718e-01 4.10615e+05 2.22925e+04 5.73624e+04 1.67886e+05 1.18047e+05 2.22581e+05 1.98013e+05 7.36712e+04 1.05107e+05 1.05422e+05 8.01119e+04 9.98844e+03 1.64647e+05 6.38143e+05 1.11179e+05 4.67739e+05 3.99312e+05 1.07738e+05 9.35552e+05 4.90169e+05 2.10454e+06 4.24160e-01 2.12512e+05 1.32883e+04 3.84336e+04 1.07508e+00 3.49861e+06 1.71530e+06 8.65564e+04 1.16946e+05 1.23113e+05 7.82983e+04 6.63286e+04 7.80446e+04 5.84099e+04 7.26920e+04 8.64521e+04 9.86380e+04 7.44835e+04 2.05525e+06 5.80090e+05 5.58117e+05 6.07338e+05 6.25718e+05 3.40821e+05 2.93811e+05 4.96313e+05 4.88619e+05 5.01347e+05 5.18881e+05 5.41484e+05 3.00627e+04 2.27789e+05 8.89111e+04 2.01426e+04 4.46428e+04 1.17682e+04 2.89651e+04 4.17289e+04 1.53816e+04 2.97099e+04 1.10373e+04 8.49676e+03 3.96337e+02 5.03007e+04 2.50877e+04 6.13060e+03 7.98028e+04 5.93435e+04 3.37646e+04 6.63261e+04 1.17617e+05 4.33407e+05 3.94367e+04 8.03043e+04 1.04777e+03 6.79783e+03 4.31689e+00 5.05096e+06 1.18225e+05 2.76414e+05 1.94140e+05 1.11984e+05 3.65097e+06 1.49007e+06 1.02912e+06 5.56663e+06 1.72108e+05 1.59661e+05 1.10951e+04 1.41181e+06 3.79113e+06 8.36739e+05 2.78675e+06 1.30803e+06 2.21246e+05 4.75153e+06 2.99207e+06 1.73418e+07 2.33014e-01 1.74268e+06 2.66396e-01 3.74795e+05 3.05262e-01 2.64824e+07 1.12509e+06 3.83129e+06 9.14363e+06 2.06850e+06 5.01850e+06 1.39206e+07 7.62291e+06 9.87173e+06 6.55894e+06 1.67570e+06 9.73322e+05 1.78227e+07 3.53459e+07 9.44407e+06 1.87974e+07 2.72719e+07 1.38609e+07 2.96421e+07 1.26410e+07 2.94738e+08 2.24569e+07 7.48843e+07 1.94220e-01 4.67449e+06 2.72181e-01 8.36667e+04 1.02068e+04 2.81558e+04 1.23810e+04 3.22265e+03 1.26346e+04 2.47791e+04 1.00197e+04 1.51236e+04 5.14538e+03 7.06027e+03 2.64426e+02 4.24609e+04 3.35596e+04 5.95919e+03 6.47073e+04 5.56365e+04 3.11615e+04 6.05372e+04 9.18726e+04 8.66825e+05 7.28262e+04 1.36959e+05 2.01090e+03 1.45989e+04 5.11231e-01 3.73896e+05 2.95077e+04 1.70495e+06 4.25714e+04 1.16125e+04 3.87932e+04 9.80226e+04 3.64226e+04 7.28785e+04 2.12920e+04 1.34271e+04 1.00920e+03 5.97327e+05 1.49689e+05 5.47733e+03 1.24285e+05 6.58894e+04 3.29022e+04 9.70457e+04 1.39226e+05 1.74238e+06 6.25759e+04 1.24195e+05 1.18326e+03 1.28376e+04 2.95344e-01 1.87666e+05 1.59540e+04 5.96123e+03 5.93911e+03 1.14067e+03 3.71842e+03 1.14544e+04 3.05195e+03 9.31633e+03 3.02636e+03 1.38241e+03 4.21631e+01 1.68104e+04 3.84584e+04 2.09889e+03 4.99115e+04 4.25183e+04 2.24563e+04 1.06302e+04 2.14335e+04 1.72738e+05 7.62451e+03 2.30785e+04 8.96887e+01 8.31086e+02 2.01842e-02 2.36055e+05 1.18696e+03 3.66031e+04 1.46117e+05 5.15980e+04 1.28903e+04 8.91047e+04 3.44199e+04 4.63765e+04 5.07176e+03 8.76813e+03 3.26656e+03 8.18538e+04 2.44260e+05 9.24008e+03 1.26861e+05 2.59947e+05 9.01676e+04 2.76886e+05 1.09731e+05 2.91733e+05 2.72809e+05 2.45954e+05 9.29098e+04 7.16918e+04 1.29137e-01 9.32880e+06 1.01875e+05 3.12107e+06 8.10668e+06 5.74075e+05 1.15767e+07 9.57780e+06 1.02526e+07 1.90290e+07 3.33690e-01 1.96278e+06 2.88463e+05 9.61465e+06 3.70280e+07 1.21001e+06 3.88530e+07 1.99076e+07 1.15039e+07 2.41558e+07 2.08201e+07 3.68851e+08 3.68818e-01 1.45167e+08 7.54694e-04 2.16597e-01 3.58148e-01 6.79038e+06 2.07259e+05 7.62647e+05 5.00360e+05 6.16226e+04 2.71883e+05 4.50246e+05 1.22058e+05 3.99298e+05 1.52353e+05 7.10113e+04 5.22414e+03 1.96070e+06 7.02552e+05 4.35159e+04 8.29201e+05 8.11481e+05 4.04421e+05 4.42063e+05 7.68783e+05 3.53871e+06 1.24590e+05 4.28015e+05 2.46878e+03 1.84815e+04 6.53385e+00 8.21216e+06 5.19973e+05 3.97896e+05 2.18213e+06 5.06005e+05 3.74876e+05 1.97527e+06 6.02436e+05 3.78091e+05 8.18052e+04 3.47498e+05 8.44243e+03 2.27399e+06 2.66618e+06 2.13190e+06 4.63144e+06 3.51635e+06 6.30239e+06 3.55455e+06 3.45849e+06 2.31111e+07 1.93211e-01 8.02477e+06 1.39191e-01 1.16767e+06 8.38645e-01 4.80036e+04 7.28574e+04 1.12369e-01 2.15771e-01 2.43262e-01 2.54532e-01 2.15518e+03 8.35642e-02 1.56266e-01 1.70894e-02 2.95444e-02 1.10067e-02 2.70565e+04 3.34342e-01 9.77556e+02 2.68142e+04 1.89904e+04 5.72502e+03 5.10244e+04 2.80745e+04 7.24373e+04 2.20807e+04 1.10066e+04 5.30752e+00 1.52326e+03 5.71882e-01 3.95906e+06 1.74334e+05 3.98297e+05 7.62073e+05 2.61046e+05 3.37082e+05 1.06923e+06 2.51410e+05 7.91757e+05 2.93672e+05 1.45587e+05 7.02669e+03 9.16689e+05 4.42567e+05 7.53502e+04 1.73907e+06 1.64669e+06 8.28604e+05 5.12802e+05 9.18631e+05 5.18768e+06 3.29209e+05 9.06524e+05 5.80395e+03 3.56945e+04 1.44612e+00 8.58358e+05 8.08284e+04 3.57218e+05 7.57886e+04 1.27459e+04 2.76756e+04 7.07816e+04 2.00322e+04 6.51075e+04 2.56536e+04 1.44570e+04 1.30211e+03 2.40407e+05 7.89308e+04 1.17120e+04 1.61028e+05 1.52284e+05 9.70762e+04 4.05413e+04 7.14259e+04 5.61867e+05 2.96623e+04 7.14678e+04 5.31010e+02 4.39711e+03 6.46507e-01 6.78511e+05 2.19845e+04 5.49963e+05 3.65993e+05 4.92023e+04 3.29182e+05 8.05412e+05 2.79695e+05 4.39127e+05 1.10362e+05 6.87658e+04 1.39873e+03 6.55062e+05 4.26770e+05 2.76451e+04 1.84231e+06 4.54613e+05 2.05126e+05 4.82972e+05 5.89244e+05 1.45680e+07 1.48230e+05 5.32586e+05 1.76591e+03 3.74447e+04 8.25642e-05 7.13477e+05 6.95223e+04 1.87095e+04 3.44911e+04 1.94853e+04 2.13195e+04 5.16951e+04 1.53412e+04 3.35729e+04 1.15099e+04 8.14256e+03 6.77043e+02 3.28653e+04 3.09294e+05 1.30469e+04 1.80551e+05 1.78674e+05 1.00990e+05 1.00737e+05 1.72873e+05 3.30339e+05 6.70781e+03 3.20890e+04 4.34790e+02 3.32496e+03 2.23811e-01 1.43476e+06 5.37122e+04 9.47515e+04 1.48380e+05 1.23235e+05 9.47845e+04 2.59230e+05 6.52204e+04 1.88214e+05 5.93195e+04 4.24003e+04 1.84428e+03 2.15300e+05 1.60539e+05 1.59316e+04 3.01930e+05 2.64661e+05 1.24087e+05 1.28118e+05 2.36360e+05 1.82610e+06 1.04886e+04 2.83624e+05 2.46599e+03 3.49298e+04 2.33138e+00 3.07233e+04 1.03138e+04 9.57415e+04 1.95424e+06 6.75748e+06 1.63449e+06 1.91348e+06 1.31589e+06 2.18234e+07 6.05620e+05 3.44247e+06 1.28249e+06 1.95234e+06 4.29812e+06 5.20323e+05 6.70639e+06 1.49159e+07 6.93764e+05 4.27821e+06 2.31710e+05 1.07199e+07 2.38303e+05 1.27024e+06 1.65507e+04 4.75005e+06 2.11235e-01 2.04334e+06 4.39953e+03 5.28501e+04 7.85163e+05 2.83492e+05 4.56719e+05 2.20609e+06 5.08695e+05 1.41715e+06 9.90562e+05 8.03700e+04 1.65808e+04 1.02915e+06 1.31915e+06 3.19887e+05 8.27220e+05 1.64261e+06 3.57964e+05 1.65445e+06 1.62332e+06 9.45082e+06 9.63523e+05 2.23479e+06 2.17468e+00 4.05458e+05 7.94816e-02 2.88502e+05 6.90951e+04 1.09049e+04 1.58595e+05 5.90556e+03 2.11141e+04 4.83421e+04 2.65135e+04 5.64398e+04 9.50558e+03 5.57282e+03 5.14583e+02 2.22882e+05 8.57978e+04 4.96978e+03 9.48159e+04 6.73454e+04 9.55799e+04 1.48650e+05 9.49206e+04 9.56594e+05 1.18651e+05 2.49013e+05 2.60678e+03 1.75858e+04 1.09418e+00 1.95955e+08 7.92655e+06 3.15820e+07 3.69199e+07 1.91693e+07 1.24853e+07 7.20472e+07 3.64715e+07 3.36006e+07 1.13244e+07 7.47978e+06 5.89892e+06 2.35303e+07 9.09465e+07 2.76457e+06 3.56322e+07 7.92509e+07 9.88931e+06 9.97990e+07 2.28365e+07 1.91470e+08 5.71090e+07 3.60690e+07 6.27706e+04 1.80152e+07 1.49982e+00 5.78916e+07 6.87108e+06 4.17559e+07 2.67780e+07 5.62508e+06 6.94795e+06 1.26960e+07 3.70103e+06 5.10262e+06 6.37098e+06 7.28839e+05 8.30861e+04 3.03369e+06 2.80370e+07 1.24719e+06 1.60749e+07 3.57528e+07 1.25144e+07 3.18367e+07 3.02564e+06 4.31860e+07 1.33172e+05 4.88331e+06 2.10558e-03 6.04303e-01 1.56148e-01 8.44961e+06 5.47946e+05 5.78613e+07 6.30664e+06 1.14330e+06 7.92408e+05 8.58972e+06 4.64213e+06 3.86009e+06 2.20410e+06 4.46399e+05 4.48068e+04 1.74527e+06 1.33573e+07 2.07665e+05 2.67657e+06 5.95306e+06 5.02621e+06 4.17603e+06 1.03698e+06 2.48087e+07 3.09214e+00 9.77210e+06 3.05436e+03 8.76601e+05 1.33926e+00 4.30152e+06 4.33414e+05 2.85440e+07 1.82322e+06 2.16359e+05 4.98509e+05 1.27733e+06 3.68720e+05 1.18475e+06 7.20265e+05 2.69281e+05 3.62966e+04 8.13346e+06 4.21624e+06 2.27403e+05 3.34738e+06 2.98072e+06 1.65094e+06 3.83039e+06 5.59915e+06 2.13994e+07 2.17447e+06 6.30731e+06 2.12391e+04 2.70140e+05 4.29978e-01 4.59023e+06 5.73719e+05 3.46086e+05 4.85927e+06 3.63184e+05 4.79819e+06 2.84441e+07 1.68946e+06 1.93229e+07 3.44762e+05 3.02814e+05 6.61410e+04 1.40944e+06 2.14453e+06 7.87644e+05 4.30394e+06 2.53569e+06 1.93619e+06 3.81543e+06 9.22946e+05 3.22134e+07 3.22057e+02 5.30258e+06 4.93463e-01 2.74701e+05 4.45907e-03 7.50050e+05 3.81049e+04 6.43769e+05 2.46968e+06 2.96120e+05 3.72172e+05 2.84684e+06 9.70140e+05 3.20172e+06 3.67205e+03 8.75187e+05 9.16844e+05 1.39088e+06 4.01304e+06 1.39193e+05 1.79404e+06 3.99020e+06 1.73702e+06 8.21213e+06 3.25718e+06 3.50171e+07 4.24927e+05 5.67868e+06 4.65018e+02 1.33460e+05 2.12562e+00 1.27455e+07 5.91067e+05 3.78168e+06 1.06612e+07 1.18324e+07 8.26156e+06 1.90577e+07 1.58488e+07 2.28962e+07 5.81816e+06 3.91097e+06 7.07771e+05 1.35312e+07 2.56305e+07 8.99919e+06 2.87857e+07 3.33037e+07 2.25007e+07 4.28220e+07 1.33278e+07 1.66199e+08 3.79863e+07 8.75144e+07 1.10180e+05 5.20884e+06 5.48530e-01 5.93905e+05 2.81061e+04 9.23121e+04 9.27182e+04 1.52104e+04 3.49107e+04 9.53709e+04 3.88271e+04 6.47532e+04 2.28410e+04 1.17860e+04 6.08883e+02 2.76573e+05 1.69004e+05 1.53316e+04 3.37365e+05 2.21032e+05 1.46624e+05 1.04820e+05 1.90990e+05 1.68509e+06 8.51649e+04 2.04625e+05 4.00378e+01 1.07155e+04 1.80616e-01 2.28850e+07 1.98709e+06 1.45698e+06 3.19082e+07 2.75736e+06 1.69807e+07 2.68561e+07 1.57426e+07 3.46051e+07 5.33269e+06 4.79883e+06 4.69970e+05 2.68670e+07 1.31114e+07 2.38052e+06 1.04004e+08 2.16483e+07 1.65984e+07 5.19623e+07 2.67920e+07 4.48549e+08 3.06142e-01 1.43094e+08 1.95979e+05 4.03523e+06 1.11213e+03 7.49811e+05 3.03589e+04 3.45964e+05 3.06899e+05 6.62496e+04 1.67238e+05 5.63731e+05 1.11437e+05 3.61522e+05 1.20753e+05 6.18842e+04 4.08635e+03 4.94524e+05 3.22564e+05 1.92113e+04 4.69785e+05 3.45581e+05 1.88151e+05 2.98039e+05 5.07084e+05 6.35023e+06 3.96716e+05 1.16077e+06 7.39923e+03 4.97989e+04 7.47989e-01 3.12468e+06 5.12026e+05 2.31422e+06 5.55094e+05 9.27267e+05 5.81030e+04 1.49298e+06 9.64425e+05 9.61738e+05 9.05290e+04 1.60181e+05 3.33944e+04 2.34050e+06 1.57836e+06 1.94749e+04 2.51009e+05 5.58279e+05 6.38492e+03 2.43842e+06 9.79399e+05 2.14278e+06 9.62623e+04 3.13286e+05 7.40471e+03 2.12515e+06 2.00100e+02 1.02701e+07 2.75292e+05 2.20370e+05 1.84176e+06 4.79588e+05 3.72655e+05 1.73797e+06 1.59821e+05 2.98867e+05 3.26843e+04 9.24674e+05 3.44486e+05 1.15114e+06 2.13344e+06 2.77564e+04 3.57750e+05 7.95684e+05 1.84932e+06 2.24149e+06 1.35432e+06 2.72073e+06 9.04113e+05 1.07751e+06 3.93362e+03 1.12895e+06 6.96419e+01 2.52332e+05 4.32310e+04 3.71655e+07 6.64765e+05 3.05622e+05 2.19942e+05 8.19780e+06 5.77274e+05 2.56428e+05 4.33259e+04 4.36491e+05 4.88213e+04 3.49883e+05 6.53467e+05 5.04202e+04 6.49860e+05 1.44538e+06 3.86067e+05 3.48259e+05 9.16044e+05 1.77004e+07 7.93242e+04 6.23594e+05 2.36818e+04 1.77793e+05 5.84823e-01 3.75842e+04 3.35922e+00 7.62176e+03 1.04402e+04 6.08510e+03 7.54672e+02 3.54061e+03 4.54126e+03 1.87879e+03 3.78699e+03 1.35972e+03 5.06564e+02 7.03047e+03 1.24164e+04 1.76519e+03 5.47781e+03 6.15789e+04 1.60575e+03 4.35463e+03 3.66757e+03 3.08138e+04 1.85856e+04 1.04162e+04 3.56975e-03 1.02452e+00 6.25178e+00 1.63664e+06 3.46733e+04 2.65689e+05 6.66063e+04 1.80506e+04 8.57155e+04 8.73851e+04 2.08539e+04 8.01965e+04 2.79261e+04 1.35131e+04 4.60109e+02 8.62629e+05 1.58528e+05 9.41837e+03 2.63307e+05 1.86057e+05 9.90340e+04 3.78148e+04 1.03052e+05 1.24823e+06 8.17069e+04 1.93970e+05 8.96292e+02 7.80107e+03 1.81495e+01 1.92162e+04 1.39283e+04 2.12455e+03 1.65717e+05 1.12749e+04 1.56919e+05 6.64525e+04 4.64122e+04 3.02413e+04 1.38305e+03 5.23850e+03 3.18051e+03 3.15297e+05 4.72699e+05 1.50613e+05 8.32758e+05 5.13618e+05 2.15557e+04 4.14638e+05 1.78047e+05 1.83711e+06 4.20697e-01 3.51041e+05 1.29712e+00 1.42426e+04 3.94921e+00 8.95832e+05 4.07858e+04 2.20006e+05 2.61273e+05 5.52510e+04 1.60131e+05 2.96139e+05 9.38659e+04 3.58691e+05 8.00711e+04 6.94884e+04 3.18764e+03 5.09500e+05 3.78014e+05 4.26505e+04 7.94193e+05 7.12725e+05 4.51503e+05 3.60267e+05 5.17478e+05 7.61660e+06 5.94985e+05 1.38606e+06 1.19478e+04 7.98588e+04 2.95131e+00 7.49967e+04 5.95384e+03 4.28510e+04 1.52752e+04 5.25976e+03 1.10216e+04 2.93077e+04 9.44296e+03 2.07717e+04 7.29146e+03 4.47152e+03 1.95160e+02 8.72881e+04 1.74729e+04 1.50157e+03 2.96155e+04 2.35475e+04 1.22530e+04 1.14173e+04 2.27601e+04 2.54394e+05 1.61171e+04 3.57310e+04 2.53314e+02 2.17949e+03 1.15331e+00 9.95244e+05 8.74321e+04 6.71195e+03 4.55736e+03 6.23291e+02 2.68575e+03 6.72464e+03 1.96413e+03 5.58597e+03 1.54826e+03 8.53300e+02 1.79150e+01 1.57795e+04 6.84508e+03 4.00743e+02 1.36789e+04 1.12850e+04 5.56767e+03 1.30380e+04 2.78945e+04 8.23532e+04 5.63511e+03 1.13326e+04 3.98475e+01 4.02660e+02 3.16611e-05 9.53163e+04 3.36971e+03 1.91106e+06 4.29307e+04 4.49664e+03 2.46225e+04 5.11090e+04 1.80962e+04 7.47216e+04 2.57917e+04 9.35522e+03 4.04379e+02 2.18455e+06 5.64637e+04 4.14440e+03 1.50467e+05 9.18882e+04 3.59511e+04 5.45904e+04 1.23598e+05 1.18903e+06 1.46213e+05 2.30928e+05 4.05500e+02 5.61553e+03 1.01727e+02 6.86878e+03 2.82360e+02 1.25654e+04 1.29205e+05 3.67277e+04 6.73205e+04 1.47950e+05 5.01381e+04 1.30301e+05 6.28602e+04 4.07496e+04 2.12201e+03 2.84839e+04 3.84579e+04 1.17473e+03 4.00163e+04 2.55771e+04 1.25585e+04 2.22993e+04 3.22925e+04 8.40898e+05 4.82643e+04 1.11034e+05 1.53301e+03 1.48721e+04 5.38793e-01 5.92567e+05 7.71450e+02 5.04886e+04 3.45309e+05 4.28401e+05 2.75553e+05 1.93195e+05 7.28915e+04 2.18803e+05 4.59205e+04 7.76428e+04 1.94835e+04 7.19175e+04 7.52744e+05 2.62755e+05 1.08120e+06 1.34292e+06 2.10291e+05 1.33667e+06 6.06807e+05 1.42692e+06 3.06683e-01 3.06103e+05 4.87531e-01 2.32709e+05 1.94711e+01 8.05329e+04 2.55740e+02 4.82105e+04 6.08739e+04 9.90571e+04 5.16762e+04 2.68465e+05 2.14215e+05 1.29788e+05 2.46363e+04 6.96114e+02 2.93547e+02 2.61042e+05 5.46541e+05 3.50561e+05 7.47771e+05 4.26359e+05 3.39675e+05 6.68542e+05 8.90936e+05 1.01545e+07 2.33815e+04 1.45979e+06 1.08891e+04 8.24362e+04 2.83390e+00 1.11277e+06 4.28382e+05 9.94702e+02 1.71733e+04 4.47729e+04 7.05915e+03 2.44136e+04 5.46146e+03 3.04392e+04 6.53676e+03 3.71846e+03 1.97361e+02 2.75387e+05 8.08378e+05 5.36480e+04 1.34905e+06 2.68443e+05 5.23925e+05 2.56354e+05 3.80830e+05 1.15281e+07 8.00363e+05 2.00784e+06 1.98543e+04 2.90004e+04 6.18323e-01 1.70337e+06 7.88311e+04 6.90275e+04 5.60017e+04 6.63841e+03 4.21549e+04 9.81880e+04 3.51359e+04 8.58658e+04 2.69559e+04 1.54136e+04 7.18245e+02 1.21345e+05 1.27583e+05 1.43435e+04 1.97750e+05 1.64090e+05 9.36324e+04 9.91463e+04 1.52598e+05 9.50794e+05 7.13063e+04 1.26400e+05 1.76880e+03 1.36895e+04 6.75497e-01 8.53270e+05 5.40454e+04 1.33250e+04 3.14279e+04 5.23131e+03 1.70114e+04 3.89629e+04 1.25185e+04 3.27131e+04 1.29516e+04 6.67772e+03 3.99981e+02 4.12376e+04 2.62950e+04 5.02450e+03 9.70759e+04 8.31073e+04 4.21972e+04 3.11699e+04 7.89279e+04 3.85052e+05 1.56184e+04 4.38337e+04 3.29094e+02 2.89104e+03 2.77258e+01 9.23956e+06 9.00156e+05 1.29710e+07 4.74395e+06 9.93733e+05 1.28505e+06 4.89019e+06 1.16875e+06 8.51642e+06 6.25248e+05 2.76884e+05 6.19799e+04 4.51476e+06 1.87077e+06 3.54140e+05 4.56447e+06 1.01520e+07 5.00927e+06 4.39415e+06 4.52116e+06 1.39874e+07 1.25865e+05 2.22277e+06 2.16068e+00 1.28253e-02 2.43007e-01 1.24884e+05 2.82297e+04 1.00689e+04 8.89325e+03 3.06218e+03 3.37152e+03 9.00223e+03 2.94772e+03 7.46479e+03 2.48838e+03 1.18184e+03 4.15245e+01 2.75287e+04 6.23017e+04 9.20221e+03 1.30530e+05 1.06162e+05 6.64488e+04 4.76843e+04 8.17843e+04 3.93502e+05 3.58023e+04 6.93345e+04 5.93390e+02 3.46156e+03 6.29131e+02 2.96067e+06 1.72856e+05 1.41094e+04 1.04706e+05 1.76105e+04 4.38956e+04 1.34165e+05 3.06795e+04 1.12027e+05 4.90797e+04 2.19274e+04 1.11476e+03 5.38985e+04 1.10125e+05 8.45226e+03 1.62850e+05 1.35049e+05 7.06427e+04 7.15592e+04 1.44907e+05 9.25244e+05 5.39881e+04 1.21061e+05 8.66489e+02 6.41859e+03 1.70343e+00 9.55654e+04 2.63187e+03 5.51087e+03 3.48575e+04 1.96679e+04 1.10737e+04 4.32547e+04 4.91879e+03 2.03924e+05 1.16604e+03 2.95718e+04 7.06764e+02 1.31255e+04 1.68571e+05 1.17281e+05 2.49344e+05 2.83756e+05 1.29037e+05 3.29853e+05 1.84667e+05 1.58288e+06 7.45241e+00 3.80153e+05 3.15651e+04 4.43809e+04 9.00270e-02 2.10224e+05 2.60979e+04 7.20983e+04 4.33134e+04 5.30022e+03 1.46928e+04 4.14925e+04 1.15461e+04 3.32232e+04 1.19938e+04 5.62138e+03 3.26050e+02 1.00760e+05 4.76395e+04 3.82658e+03 5.86941e+04 4.54386e+04 2.68177e+04 3.35265e+04 5.91436e+04 5.60652e+05 3.62515e+04 1.02868e+05 7.68520e+02 4.65223e+03 7.46771e-01 1.39804e+05 7.33971e+03 6.18170e+03 2.33133e+05 2.50261e+05 5.74467e+04 1.09107e+05 5.73851e+04 3.50635e+04 3.83456e+03 8.42793e+04 1.56903e+04 1.28817e+05 1.39421e+05 1.12598e+04 1.45126e+05 3.22780e+05 3.61630e+05 2.75318e+05 1.55685e+05 8.72410e+05 7.99107e+04 2.76626e+05 9.31248e+01 2.67268e+04 4.70792e+00 1.97568e+07 4.56836e+05 2.17869e+07 1.74319e+07 4.66049e+06 2.75100e+06 1.47479e+07 6.55230e+06 7.35323e+06 1.28000e+07 1.87319e+06 2.84068e+05 7.30321e+06 3.28482e+07 2.31021e+06 2.97761e+07 6.62261e+07 2.10888e+07 3.33784e+07 8.73489e+06 1.29075e+08 2.21566e+05 3.53671e+07 4.31219e-04 1.23760e-01 3.82065e-01 1.57561e+04 9.98444e+02 9.76910e+03 1.24824e+04 2.53851e+03 1.00567e+04 2.39194e+04 7.76948e+03 1.87873e+04 5.91520e+03 3.11110e+03 1.14204e+02 2.09090e+04 1.59116e+05 9.51174e+03 1.42471e+05 1.05795e+05 6.06401e+04 4.91330e+04 9.46878e+04 9.67027e+05 7.88637e+04 1.46299e+05 1.74939e+03 1.61521e+04 4.51309e-01 1.65013e+05 2.98970e+02 3.73514e+05 7.98488e+04 2.81642e+04 2.68044e+04 7.75768e+04 2.52979e+04 5.34275e+04 2.04959e+04 9.03732e+03 7.02052e+02 7.85270e+05 8.49731e+04 2.81457e+03 1.44526e+05 1.22582e+05 4.49282e+04 9.88020e+04 1.10347e+05 8.52229e+05 3.54892e+02 1.27103e+05 1.01411e+03 1.37120e+04 3.67123e+00 1.91004e+05 8.25036e+03 8.83335e+03 3.83125e+04 6.88085e+02 3.73886e+03 7.94618e+03 3.43609e+03 3.73077e+03 2.15337e+03 1.04775e+03 2.85685e+01 1.16516e+05 4.15371e+04 2.79401e+03 7.47539e+04 6.53732e+04 5.27630e+04 5.47462e+04 3.32774e+04 3.22147e+05 5.09972e+04 7.21734e+04 2.83282e+02 8.95118e+03 1.57195e-01 7.26458e+06 5.21131e+05 8.78322e+05 8.43661e+05 3.07670e+05 4.65008e+05 1.40669e+06 4.32213e+05 1.43043e+06 4.05318e+05 1.94367e+05 8.12273e+03 1.38451e+06 1.12369e+06 6.75389e+04 1.31110e+06 9.77852e+05 4.46665e+05 6.13410e+05 1.23314e+06 9.58168e+06 1.02886e+06 2.06736e+06 4.26239e+03 8.62919e+04 8.92115e-01 1.59485e+06 9.40356e+04 2.03211e+05 5.80695e+04 9.02289e+03 2.54171e+04 6.47244e+04 2.32308e+04 7.85780e+04 3.27970e+04 1.12917e+04 1.24686e+03 3.86485e+05 3.58532e+04 8.79073e+03 1.66353e+05 1.17533e+05 5.64988e+04 9.76897e+04 2.03277e+05 8.37198e+05 7.68330e+04 1.37179e+05 6.61593e+02 5.32526e+03 1.40889e+02 9.41022e+06 4.41698e+05 1.06521e+06 4.88948e+05 1.43994e+05 3.33757e+05 1.17598e+06 3.46229e+05 1.25812e+06 4.44789e+05 1.69793e+05 7.61558e+03 1.00078e+06 6.85729e+05 5.05024e+04 1.33679e+06 1.06546e+06 5.11097e+05 8.45662e+05 1.51560e+06 3.61256e+06 3.25469e+05 6.96104e+05 2.21764e+03 1.95881e+04 1.31777e+00 4.57551e+05 1.50535e+04 3.96066e+05 1.36894e+05 2.07649e+04 3.17913e+04 9.89423e+04 2.95327e+04 7.56285e+04 3.01020e+04 1.56146e+04 8.48757e+02 4.96073e+05 8.40302e+04 9.03797e+03 1.87111e+05 1.32247e+05 8.05146e+04 8.37852e+04 7.78352e+04 1.29511e+06 1.40027e+05 2.32574e+05 2.21366e+03 7.94908e+03 1.40015e-01 3.43797e+06 1.81524e+05 3.76209e+04 4.76733e+04 8.16723e+03 4.36219e+04 7.55422e+04 1.73335e+04 9.86484e+04 3.42888e+04 1.53688e+04 4.44229e+02 1.11075e+05 2.28045e+05 1.31656e+04 3.26148e+05 2.63320e+05 1.36954e+05 1.39570e+05 2.99830e+05 1.86056e+06 1.04023e+05 2.20253e+05 1.06372e+03 1.21960e+04 2.28471e-01 6.68337e+06 1.68611e+05 9.84053e+06 6.21689e+06 7.65026e+05 3.42415e+06 8.68022e+06 2.51533e+06 4.44067e+06 1.10792e+06 9.65512e+05 1.35185e+05 3.23144e+06 1.14553e+07 4.77783e+06 2.26229e+07 1.01030e+07 7.78850e+06 1.48925e+07 1.02236e+07 9.53081e+07 4.73343e+06 3.60131e+07 2.16232e+06 2.71201e+06 3.21187e-01 8.67409e-04 1.25758e-04 3.32131e-04 1.49627e-04 3.04241e-04 7.62384e-05 4.12899e-04 2.05559e-04 3.84399e-04 4.20380e-05 7.26759e-05 2.70753e-05 2.08754e-03 1.50777e-03 3.73607e-05 4.81538e-04 1.07101e-03 1.66139e-03 7.78558e-04 1.47295e-04 2.30178e-03 1.24318e-03 6.84194e+01 7.71865e-03 1.37780e-03 7.39793e-01 8.96598e+04 1.09319e+04 2.65357e+04 4.28449e+04 8.96714e+03 2.62574e+04 6.78150e+04 3.52317e+04 5.45462e+04 1.79447e+04 1.05050e+04 1.03715e+03 5.69005e+04 1.88290e+05 6.99187e+03 1.06571e+05 8.68800e+04 4.71262e+04 7.14426e+04 1.00762e+05 1.24488e+06 1.18169e+05 2.10445e+05 2.33291e+03 1.68533e+04 9.85477e-01 3.86422e+06 2.01249e+05 8.87032e+05 1.15775e+06 3.41706e+05 1.58949e+06 1.05494e+06 6.15305e+05 8.27210e+05 1.83115e+05 1.78809e+05 2.27512e+05 2.37012e+06 3.92392e+06 1.04964e+05 3.05655e+06 1.92635e+06 5.23963e+05 1.76617e+06 2.01250e+06 1.68145e+07 1.55170e+00 2.79392e+06 1.10168e+03 3.16183e+05 4.46412e-01 1.19289e+06 7.38215e+04 1.48046e+05 1.09638e+05 5.51405e+04 6.24110e+04 1.64838e+05 5.09623e+04 1.19768e+05 4.03489e+04 2.29055e+04 1.26320e+03 2.47799e+05 1.48361e+05 1.42903e+04 2.30926e+05 1.86983e+05 8.26239e+04 7.06290e+04 1.37466e+05 1.20316e+06 7.17045e+04 1.87268e+05 2.17820e+03 9.32093e+03 7.43502e-01 2.46134e+05 1.81735e+04 9.88959e+03 1.16941e+04 6.54390e+02 1.28379e+03 4.90821e+03 1.03501e+03 3.79572e+03 1.90754e+03 7.92098e+02 3.03270e+01 4.38229e+04 5.73290e+03 5.51832e+02 1.37280e+04 9.11247e+03 1.15842e+04 8.06703e+03 5.30103e+03 4.04069e+04 4.50564e+03 1.23280e+04 1.60076e+01 2.17974e+02 1.83664e-04 7.83322e+07 4.16710e+06 1.54491e+07 7.31905e+06 1.19589e+06 2.54524e+06 7.88890e+06 1.97261e+06 7.96938e+06 3.29031e+06 1.37865e+06 1.17535e+05 8.42224e+06 1.24747e+07 1.32291e+06 2.62641e+07 3.00916e+07 1.78955e+07 1.83493e+07 2.96176e+07 6.77016e+07 7.45094e+06 2.06119e+07 1.09020e+05 6.73538e+05 7.60962e+00 4.05605e+06 1.11034e+06 3.89221e+07 1.18646e+06 1.47924e+05 1.04849e+06 7.50038e+05 1.08519e+06 5.46003e+05 2.99141e+05 1.01320e+05 1.44610e+05 2.72422e+06 5.77690e+06 8.01284e+05 3.82994e+06 3.14604e+05 5.63533e+05 8.61749e+06 1.10722e+06 3.04166e+07 2.54655e-01 9.90083e+06 2.47977e-01 2.82893e+05 3.58264e-01 6.77238e+05 3.51245e+04 4.18115e+04 8.70513e+04 1.52598e+04 4.52480e+04 1.29165e+05 3.57416e+04 1.11941e+05 4.13519e+04 1.85307e+04 1.10407e+03 1.21754e+05 1.38149e+05 1.41030e+04 3.28203e+05 2.89589e+05 1.53449e+05 7.14040e+04 1.67660e+05 1.47256e+06 1.27588e+05 2.88733e+05 1.75410e+03 1.09971e+04 4.01840e-01 9.98750e+05 1.72486e+05 1.34930e+07 5.81849e+05 1.20426e+05 3.50518e+05 9.94785e+05 3.05540e+05 8.68305e+05 2.98172e+05 1.63292e+05 5.70423e+03 2.83867e+06 1.89601e+06 6.55739e+04 1.31412e+06 9.73807e+05 6.07458e+05 8.69328e+05 1.20424e+06 1.05404e+07 1.59058e+05 2.31526e+06 2.42995e+04 1.25575e+05 2.85041e+01 3.65833e+07 1.75615e+06 1.13482e+06 1.96998e+06 3.87487e+05 1.05017e+06 2.76508e+06 7.00262e+05 2.41322e+06 8.56443e+05 3.69546e+05 1.71641e+04 4.15215e+06 9.58156e+05 2.12483e+05 4.61424e+06 4.24131e+06 2.41571e+06 3.17101e+06 6.57750e+06 2.06095e+07 1.13381e+06 2.16413e+06 1.15348e+04 1.91446e+05 1.05027e+00 8.16678e+05 1.77346e+05 3.80372e+05 1.37844e+05 1.42310e+05 1.01594e+05 2.74913e+05 8.71679e+04 3.17155e+05 9.76851e+04 5.63038e+04 3.57164e+03 7.48716e+05 2.07646e+06 8.30992e+04 1.55523e+06 1.19124e+06 8.45527e+05 1.02047e+06 1.01161e+06 6.08216e+06 3.99858e+05 7.89997e+05 9.23647e+03 6.42316e+04 4.41493e+00 3.45271e+06 1.04170e+05 1.61065e+06 8.96447e+04 1.03694e+04 4.67618e+04 8.39514e+04 2.61587e+04 5.59109e+04 1.83669e+04 1.21110e+04 7.46172e+02 1.42712e+06 9.74774e+05 4.02888e+04 7.38588e+05 5.38543e+05 3.13244e+05 2.38296e+05 4.08268e+05 3.56672e+06 3.68127e+05 7.34333e+05 5.22184e+03 4.12248e+04 3.17773e+00 1.49836e+06 1.82602e-01 1.73560e+04 2.44542e+06 2.96998e+05 2.16901e+05 1.16037e+06 1.98429e+05 2.58876e+04 2.83108e+03 1.60769e+05 5.98942e+04 1.43849e+06 2.63552e+05 4.88073e+04 6.29072e+05 1.39914e+06 1.28646e+05 3.44080e+05 6.67881e+05 1.72166e+06 6.39801e-01 5.83784e+04 3.78982e+02 1.08768e+05 6.31712e-05 1.01759e+07 6.94338e+05 8.29889e+06 6.22952e+06 3.55694e+06 1.59909e+06 4.35522e+06 2.51633e+06 6.57017e+05 3.19259e+05 8.57001e+05 2.38542e+05 2.40779e+06 8.26059e+06 4.39927e+05 5.67017e+06 1.26112e+07 6.38219e+06 8.42068e+06 1.59310e+06 1.46346e+07 4.06732e-01 7.79749e+06 3.80017e-01 5.43811e+06 1.95526e+00 1.53242e+07 2.99028e+06 3.30267e+05 3.63096e+07 1.84620e+06 9.51149e+05 4.48572e+06 1.04091e+06 6.44140e+06 7.02287e+05 6.34611e+05 5.60578e+04 4.96473e+06 1.20946e+07 7.47231e+05 9.63098e+06 2.14206e+07 5.30424e+06 4.79004e+06 2.46892e+06 2.86847e+07 1.19455e+00 4.38605e+06 1.11183e-03 3.19094e-01 1.42341e-03 6.05440e+06 1.39442e-01 5.55495e+05 2.84486e+06 6.59034e+05 3.86332e+06 4.94481e+06 1.33258e+06 2.59316e+06 8.84932e+05 5.89471e+05 1.43152e+05 2.00369e+00 1.66246e+07 9.02106e+06 2.01144e+07 2.13774e+07 8.67871e+05 8.15563e+06 1.55030e+06 4.10326e+07 1.84982e+06 9.56826e+06 1.52125e+06 1.92599e+06 4.98700e-01 3.66328e+06 2.52856e+05 4.55229e+05 1.44037e+06 9.30981e+05 1.22014e+06 1.25202e+06 5.99101e+05 6.12038e+05 4.68047e+05 1.34253e+05 2.17799e+04 2.28900e+06 2.27993e+06 1.94491e+06 1.08233e+06 1.30829e+06 4.04667e+06 7.92641e+05 2.10444e+06 1.62034e+07 1.71717e-01 2.70048e+06 2.08994e-01 3.35882e+05 2.77193e+00 5.29374e+05 2.40853e+04 3.44048e+07 6.61877e+05 1.64727e+05 5.13974e+05 2.47969e+06 5.88903e+05 2.40118e+06 8.57623e+05 3.05138e+05 1.22680e+04 3.27747e+06 9.61719e+06 1.42508e+05 3.95076e+06 2.10911e+06 2.07353e+06 2.49849e+06 3.11126e+06 2.38468e+07 3.50049e+06 6.30773e+06 1.89115e+04 1.35060e+05 2.19980e+00 2.41987e+07 4.70059e+05 1.46083e+06 1.00120e+07 1.18170e+07 7.82958e+06 3.30464e+07 2.88052e+07 6.56778e+07 1.28193e+07 3.73191e+06 0.00000e+00 2.43216e+07 1.76948e+07 7.12851e+05 9.18786e+06 2.04351e+07 1.93970e+07 1.89697e+07 8.33575e+06 9.01148e+07 2.32947e+00 2.09472e+07 5.09216e+05 2.76843e+06 5.00008e-01 1.13559e+04 3.16269e+02 3.26697e+03 2.58116e+03 7.34874e+02 6.50828e+02 1.61003e+03 7.61518e+02 1.58467e+03 6.02816e+02 2.53676e+02 4.55541e+01 5.27430e+03 3.95299e+03 2.90271e+02 5.18674e+03 1.57059e+04 2.14379e+03 7.12694e+03 7.87959e+03 1.89736e+04 1.90440e+03 3.95237e+03 6.01779e+01 1.04777e+03 7.69919e+01 3.13944e+06 2.67339e+02 2.12467e+05 3.88306e+06 2.59508e+05 7.38834e+05 1.31891e+06 4.60106e+05 7.37392e+05 1.32178e+05 3.69231e+05 1.92703e+00 1.05644e+06 2.80054e+06 1.40721e+05 2.27384e+06 1.72943e+06 9.16385e+05 3.97938e+06 2.07431e+06 1.06438e+07 1.59993e+04 9.00903e+05 1.36898e+01 1.40535e+01 2.63149e+02 3.11630e+07 4.83488e+06 2.73389e+06 1.30334e+07 1.07831e+06 4.51273e+06 4.32179e+07 2.25360e+07 1.15740e+07 2.61682e+02 3.11620e+06 1.36100e+06 9.43167e+06 1.96819e+07 2.35456e+06 3.03477e+07 6.74975e+07 6.27715e+01 1.88406e+07 8.63851e+01 5.80600e+06 2.57607e+01 9.59656e+06 1.48519e-02 4.26249e+00 3.65340e+04 1.33023e+06 1.20161e+05 3.85208e+04 2.17049e+04 4.10508e+03 1.45276e+04 4.02993e+04 1.18474e+04 3.89535e+04 1.24348e+04 5.53073e+03 1.47123e+02 1.13797e+05 1.02959e+05 3.07782e+03 8.09603e+04 6.95150e+04 3.47281e+04 3.81904e+04 8.53357e+04 7.84608e+05 6.25703e+04 1.24942e+05 6.15151e+02 5.33760e+03 5.70030e-01 3.73844e+04 9.67222e+03 2.75213e+03 3.47774e+03 6.62935e+02 2.21640e+03 5.79270e+03 1.63468e+03 4.28207e+03 1.37286e+03 7.75606e+02 2.30841e+01 7.95463e+03 1.07619e+04 1.53162e+03 2.35486e+04 2.30637e+04 1.27432e+04 9.24732e+03 1.81043e+04 7.28649e+04 4.20250e+03 1.07089e+04 7.65647e+01 5.51133e+02 1.27300e+00 3.75136e+03 1.36466e+02 2.18342e+03 2.00538e+04 4.28139e+03 1.44969e+04 3.62383e+04 1.18481e+04 2.59106e+04 1.07218e+04 5.66023e+03 2.17613e+02 5.84934e+03 1.01236e+04 1.19065e+03 2.08225e+04 1.57725e+04 9.12729e+03 8.78305e+03 1.61470e+04 1.88621e+05 1.19749e+04 2.59225e+04 3.34495e+02 2.57740e+03 6.61321e-02 2.34075e+04 1.49596e+03 1.34050e+03 7.86086e+02 2.62886e+02 1.03720e+03 2.06575e+03 7.68560e+02 1.46033e+03 6.94061e+02 3.95525e+02 9.45912e+00 2.34717e+03 5.00761e+03 6.61947e+02 1.10908e+04 7.00722e+03 6.37030e+03 3.75095e+03 7.62832e+03 2.87443e+04 2.62649e+03 4.56127e+03 3.81481e+01 7.34966e+00 5.77361e-03 1.27552e+07 7.38009e+05 8.85987e+07 5.25555e+06 1.04589e+06 3.60626e+06 1.57314e+07 3.15028e+06 1.10846e+07 3.91512e+06 1.51080e+06 8.02532e+04 2.82521e+07 1.49844e+07 5.96821e+05 1.65283e+07 1.10310e+07 6.04642e+06 8.40288e+06 1.31347e+07 1.16528e+08 9.29367e+06 1.49366e+07 5.17107e+04 1.45794e-07 9.37514e+00 2.18462e+06 1.63426e+05 1.77939e+05 3.78025e+05 6.43024e+04 2.12691e+05 5.38376e+05 1.41509e+05 4.59041e+05 1.57309e+05 7.75373e+04 2.35446e+03 4.52758e+05 2.30196e+05 2.54975e+04 7.13158e+05 4.71766e+05 2.79677e+05 3.57613e+05 6.68991e+05 2.82764e+06 2.59586e+05 6.41645e+05 2.57690e+03 1.90244e+04 8.14486e-03 6.14637e+05 6.31095e+04 1.28487e+04 2.27879e+05 1.60924e+04 6.15767e+04 1.26324e+05 6.34143e+04 9.55710e+04 3.69262e+04 1.77704e+04 6.40372e+02 4.25151e+05 8.05677e+04 3.47398e+03 1.54432e+05 1.02708e+05 9.63199e+04 1.27179e+05 7.09758e+04 1.08608e+06 8.98529e+04 1.87292e+05 9.97943e+02 1.28259e+04 2.41634e-01 1.68434e+04 9.41836e+02 6.66735e+03 6.20405e+03 8.05149e+02 3.08153e+03 6.78763e+03 2.37027e+03 5.21529e+03 1.67683e+03 9.94812e+02 3.27729e+01 1.29012e+04 7.68208e+03 2.28384e+03 3.17290e+04 2.17012e+04 1.23436e+04 2.39733e+04 4.32188e+04 1.55722e+05 1.01798e+04 2.04798e+04 4.42030e+02 2.86714e+03 4.47312e-02 1.20458e+06 9.46929e+04 1.64772e+04 5.93652e+03 7.98063e+02 3.01127e+03 8.85244e+03 1.67895e+03 7.83727e+03 3.01556e+03 1.20188e+03 3.22071e+01 5.28331e+04 7.42930e+03 1.63171e+03 3.40539e+04 4.20373e+04 6.63791e+03 1.31647e+04 2.85156e+04 2.42364e+05 1.28670e+04 2.92574e+04 1.60834e+02 1.94373e+03 2.31013e+00 1.91558e+04 9.14157e+03 1.83386e+04 7.49339e+05 1.92688e+05 1.25991e+06 7.92507e+06 1.48809e+06 1.25731e+07 1.09011e+06 1.07017e+05 5.78067e+04 2.61491e+06 3.56922e+06 3.68668e+05 4.75173e+06 1.05685e+07 3.11906e+06 1.23020e+07 3.08192e+06 2.84938e+07 5.82294e+05 1.02789e+07 3.70718e+05 1.87633e+05 2.25378e-01 1.64841e+06 1.10407e+00 2.09492e+05 5.49384e+05 3.99995e+05 6.68032e+05 1.51971e+06 1.19195e+06 5.60721e+05 6.83596e+05 9.68666e+04 6.53836e+04 7.15591e-01 3.48707e+06 1.96272e+05 1.80548e+06 1.56923e+06 4.30334e+05 3.17161e+06 8.25119e+05 7.30849e+06 4.25129e-01 1.48519e+06 1.80727e+00 2.88487e+05 1.16903e+00 3.66893e+05 4.60690e+00 1.59616e+04 7.31347e+04 3.03023e+03 9.52347e+04 2.86146e+05 2.18303e+05 1.93306e+05 9.86485e+03 3.59778e+04 7.07153e+03 4.14686e+02 3.45544e+05 9.96579e+04 2.30123e+05 1.69908e+05 7.18568e+04 3.96474e+05 6.81021e+04 1.74183e+06 2.10304e-01 2.03796e+05 2.15386e-01 5.09692e+04 8.37598e-01 4.33650e+05 4.90418e+04 2.41617e+03 1.58150e+03 5.26803e+02 2.24679e+03 4.34445e+03 1.91977e+03 3.30876e+03 1.13143e+03 7.06061e+02 2.02403e+01 3.61586e+03 1.09703e+04 7.31284e+02 1.57511e+04 9.78754e+03 5.73889e+03 1.32074e+04 2.10614e+04 7.66404e+04 2.67620e+03 7.09630e+03 4.80169e+01 6.03278e+02 9.12408e-02 2.51684e+06 3.64895e+05 8.32984e+06 6.62226e+06 6.86681e+05 1.53576e+06 5.77619e+06 3.77818e+06 1.51069e+06 1.38910e+06 3.18489e+05 1.08850e+06 4.25848e+06 2.82906e+06 1.34123e+05 1.72870e+06 3.84486e+06 2.32681e+06 8.02087e+06 3.29997e+06 1.62701e+07 3.14228e+06 1.75933e+06 2.05477e+03 5.89720e+05 1.22856e-02 1.22012e+05 1.13549e+04 6.67285e+04 7.56539e+04 1.59741e+04 4.84251e+04 1.18999e+05 3.74875e+04 9.98998e+04 3.48024e+04 1.88307e+04 9.76894e+02 1.50153e+05 1.04234e+05 9.15160e+03 1.70478e+05 1.19831e+05 6.54287e+04 8.45593e+04 1.66529e+05 1.89823e+06 1.17841e+05 2.54398e+05 2.64614e+03 2.28503e+04 2.78990e-01 2.69168e+07 9.38484e+05 2.26660e+06 8.40701e+06 3.84251e+06 7.17876e+06 1.89232e+07 1.12898e+07 9.68740e+06 6.57196e+06 2.26515e+06 3.59880e+05 1.77962e+07 1.57104e+07 7.13119e+05 1.66076e+07 1.57299e+07 2.84626e+07 2.10405e+07 1.20052e+07 9.00920e+07 1.05803e+07 2.36283e+07 1.90647e-01 0.00000e+00 2.08239e+01 3.72081e+06 1.62793e+05 1.80424e+04 1.53167e+06 3.24459e+05 2.63868e+05 8.14740e+05 1.97476e+05 5.18856e+05 2.74134e+05 1.26522e+05 8.60643e+03 1.35124e+06 9.13233e+05 8.58802e+03 6.02021e+05 1.09234e+06 3.89258e+05 1.63441e+06 5.96008e+05 6.64320e+06 4.06691e+05 1.07364e+06 6.29946e+04 4.59952e+05 1.25744e+00 1.29559e+07 7.31554e+05 2.15994e+05 4.44315e+05 5.98228e+04 2.00922e+05 6.42822e+05 1.36054e+05 4.25900e+05 1.49228e+05 7.07629e+04 3.33642e+03 9.38902e+05 5.62297e+05 5.67018e+04 2.07827e+06 1.86379e+06 9.97210e+05 9.25166e+05 1.71946e+06 7.41101e+06 2.23212e+05 8.30244e+05 2.61752e+03 2.49840e+04 1.64815e-01 1.58240e+05 2.16125e+04 3.19703e+04 2.08625e+04 3.79416e+03 1.23843e+04 2.63430e+04 1.65369e+04 2.66671e+04 1.19254e+04 4.62769e+03 1.93651e+02 7.86653e+04 4.47166e+04 5.00108e+03 6.47480e+04 4.66066e+04 2.70549e+04 4.16667e+04 6.11843e+04 2.39685e+05 1.57456e+04 3.63860e+04 2.86653e+02 1.81292e+03 7.12969e-01 1.96030e+05 1.23217e+04 1.05702e+03 1.39965e+05 1.15225e+04 3.01412e+04 7.79991e+04 2.35800e+04 6.75162e+04 2.01820e+04 1.15166e+04 3.29698e+02 1.98028e+04 2.00953e+04 3.53691e+03 4.81142e+04 3.82426e+04 3.59395e+04 2.74770e+04 1.32656e+04 2.07795e+05 3.64265e+04 8.90980e+04 8.63712e+02 4.28314e+03 5.97822e-03 3.97958e+06 4.63028e+04 1.00911e+04 1.15626e+06 1.16222e+05 3.02826e+06 4.35496e+06 1.97564e+06 2.10201e+06 2.27478e+06 1.30066e+05 8.20200e+04 4.80894e+06 2.24006e+05 5.19151e+06 1.62921e+02 1.10968e+03 1.30447e+06 4.50660e+06 2.48681e+06 3.67789e+07 3.57336e-01 3.99568e+06 3.45361e-01 7.83267e+05 4.94842e-01 8.07299e+05 1.17043e+05 2.69524e+05 1.47221e+06 7.98850e+05 2.09767e+06 4.93997e+06 3.00196e+06 9.46381e+06 6.86876e+05 6.85115e+05 4.58341e+04 1.97801e+06 6.79466e+06 8.42345e+05 4.79353e+06 1.06615e+07 3.97752e+06 6.51226e+06 3.50239e+06 3.35570e+07 7.33086e+06 1.93793e+07 3.61926e+05 9.70842e+05 1.09645e+01 1.49873e+06 6.50251e+04 5.23856e+05 3.03940e+04 1.65045e+03 9.76203e+04 1.91208e+05 8.64955e+04 8.13190e+04 1.24980e+04 7.84016e+03 1.23528e+02 8.32630e+05 9.00263e+04 1.36522e+04 4.25758e+05 2.04890e+05 1.00830e+05 1.00957e+05 2.73546e+05 2.64135e+06 1.55844e+04 7.52695e+04 1.17604e+02 6.01548e+03 4.88006e-02 2.34750e+05 1.74015e+05 1.27649e+05 1.67786e+05 1.24765e+05 7.14183e+04 8.94951e+05 3.62514e+05 1.33790e+06 1.18910e+05 3.07736e+04 1.27376e+05 7.10274e+05 4.73833e+05 1.00090e+05 1.18122e+06 2.93841e+06 3.94451e+05 4.00912e+05 9.32738e+05 1.28847e+07 7.58178e-02 1.40149e+06 8.08597e-02 1.17649e+06 1.33737e-01 1.07133e+06 8.20695e+04 8.59503e+03 1.05871e+05 1.88958e+04 6.55394e+04 1.53852e+05 3.20603e+04 1.31450e+05 4.51001e+04 2.46757e+04 1.12524e+03 2.99139e+04 3.24656e+05 1.07236e+04 1.98289e+05 1.78033e+05 9.06951e+04 1.61084e+05 3.04131e+05 5.35349e+05 2.62165e+04 6.02488e+04 3.87599e+02 5.13674e+03 1.95636e+02 1.62908e+07 3.02658e+06 3.40429e+06 1.28112e+07 5.67506e+06 2.83756e+06 7.86230e+06 3.12015e+06 1.04480e+07 1.57380e+06 3.18402e+06 1.62961e+06 3.47104e+06 3.76140e+06 7.62478e+05 2.04329e+07 1.51183e+07 4.34846e+06 6.66173e+06 3.35810e+06 1.47361e+07 4.24205e-01 5.85880e+06 2.58355e+04 1.90207e+05 7.95647e-01 6.60558e+05 3.76290e-01 1.79118e+04 5.82901e+04 5.24877e+03 1.11873e+04 1.39836e+05 7.46066e+04 2.52305e+04 8.69218e+03 7.02720e+02 8.84535e+03 6.53511e+04 2.74105e+05 1.21640e+05 2.41028e+05 3.27199e+05 3.51834e+04 5.18331e+04 1.12374e+05 2.92296e+05 3.34149e-01 3.52952e+04 4.66508e-01 1.32669e+04 8.45867e+00 5.91730e+05 4.60171e+04 4.18301e+04 1.27358e+04 3.73667e+03 1.09593e+04 2.37428e+04 9.60614e+03 2.18838e+04 6.71357e+03 4.56869e+03 1.81903e+02 6.04888e+04 4.37744e+04 2.35632e+03 3.96599e+04 2.66282e+04 1.45347e+04 4.95051e+04 7.15790e+04 3.83747e+05 2.54106e+04 5.07036e+04 4.39795e+02 3.51125e+03 8.77794e-01 1.57784e+05 1.96297e+04 1.63762e+06 2.85125e+05 6.30760e+04 1.89289e+05 3.68874e+05 1.49305e+05 4.60511e+05 1.62457e+05 7.50250e+04 5.75954e+03 1.74915e+05 3.55169e+05 4.45346e+04 8.81822e+05 7.07369e+05 3.90129e+05 1.44417e+05 4.26990e+05 3.07092e+06 7.15932e+04 2.35490e+05 1.68532e+03 1.75126e+04 9.50886e-01 2.43515e+06 1.54258e+05 3.51461e+05 2.90523e+05 1.89276e+05 2.02943e+05 6.37888e+05 1.67469e+05 4.97565e+05 1.76505e+05 8.40678e+04 2.97812e+03 7.39043e+05 3.71576e+05 3.41308e+04 8.14007e+05 5.52809e+05 2.77892e+05 6.02177e+05 9.05607e+05 4.12761e+06 4.78944e+05 1.01269e+06 4.56400e+03 3.18454e+04 8.33985e-01 3.07974e+07 5.46021e+05 2.37285e+06 1.50913e+07 1.21974e+07 2.38902e+06 7.43065e+06 4.03754e+06 6.29686e+06 1.84212e+06 1.63232e+06 2.26629e+04 8.49746e+06 3.61399e+07 1.06992e+07 2.16497e+07 2.22070e+07 1.16572e+07 3.95745e+07 2.99779e+06 8.13845e+07 6.05551e-01 1.16406e+07 3.14651e-01 9.07865e+05 1.15819e+00 2.83031e+05 1.20361e+04 2.78854e+04 1.14791e+05 3.22188e+04 5.49931e+04 1.78013e+05 4.06713e+04 1.14427e+05 3.89943e+04 2.03819e+04 1.53461e+03 5.02040e+04 1.58957e+05 8.92361e+03 1.87678e+05 1.53267e+05 7.21830e+04 1.21371e+05 2.29987e+05 2.29574e+06 1.53643e+05 3.85180e+05 2.88072e+03 2.45059e+04 5.65176e-01 3.69169e-01 3.68983e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68997e-01 3.68997e-01 3.68997e-01 3.68973e-01 3.68996e-01 3.68991e-01 3.68996e-01 3.68974e-01 3.60634e-01 3.34669e+06 1.69397e+05 1.17907e+05 9.09688e+04 2.20071e+04 7.10430e+04 1.87153e+05 5.12916e+04 1.74743e+05 5.96651e+04 2.85795e+04 1.31824e+03 3.96799e+05 3.16826e+05 1.93750e+04 4.11866e+05 3.22490e+05 1.84885e+05 1.23133e+05 2.84339e+05 2.10466e+06 1.21590e+05 2.89078e+05 2.76919e+03 1.59190e+04 2.37225e+00 2.58167e+06 4.23046e+05 7.61264e+05 1.79407e+06 1.30958e+06 1.69386e+05 8.41759e+05 1.26773e+06 1.55846e+06 1.33130e+05 9.77140e+05 3.35582e+04 1.60480e+06 3.22859e+05 4.26832e+04 5.50139e+05 1.22359e+06 1.52352e+04 1.86505e+06 7.48653e+05 1.98298e+06 5.87245e+04 1.94562e+05 4.51724e+03 1.29645e+06 4.95644e-01 1.53097e+06 8.61016e+04 3.14629e+07 1.32283e+06 4.30980e+05 7.24990e+05 3.26559e+06 8.49805e+05 2.08771e+06 6.34569e+05 4.06471e+05 3.43592e+04 1.12088e+07 5.63773e+06 2.27657e+05 6.23514e+06 3.43086e+06 2.90516e+06 3.86119e+06 4.86787e+06 3.56187e+07 1.62595e+06 5.69547e+06 3.24389e+04 2.26951e+05 2.33514e+01 7.15968e+06 3.69216e+05 2.11631e+07 9.88045e+06 2.02475e+06 6.79176e+06 1.39167e+07 4.36067e+06 1.52841e+07 4.48609e+06 3.03696e+06 5.23226e+05 1.28938e+07 3.58763e+07 4.82110e+06 1.65551e+07 2.32054e+07 9.58066e+06 2.64762e+07 1.85440e+07 1.96247e+08 9.51365e+06 4.28570e+07 4.83282e+05 2.27339e+06 4.34152e-01 1.08327e+07 8.15400e+05 4.73455e+05 3.96058e+05 7.92461e+04 2.50444e+05 8.38984e+05 2.03744e+05 6.30320e+05 2.16058e+05 1.01364e+05 3.35465e+03 1.75420e+06 2.91605e+06 4.99919e+04 1.34787e+06 1.32123e+06 6.67222e+05 1.04551e+06 1.81720e+06 6.14496e+06 3.77052e+05 9.14723e+05 4.36103e+03 5.72131e+04 5.32266e+00 7.84804e+07 1.93469e+06 5.89211e+07 5.47171e+07 2.72312e+07 4.58864e+07 1.54181e+08 3.24379e+07 1.30554e+08 7.24893e+07 1.99835e+07 5.53720e+04 1.22855e+08 1.11548e+08 7.72071e+06 2.02250e+08 1.56040e+08 1.06123e+08 1.34201e+08 2.93509e+08 2.25414e+09 2.45400e+08 3.66387e+08 2.21317e+06 1.69349e+07 2.49225e-01 9.80800e+05 1.04167e+04 1.07325e+05 9.06503e+05 4.32323e+05 1.83588e+05 5.80452e+05 9.98058e+04 1.33341e+05 7.35859e+04 3.26401e+04 1.21600e+04 5.84286e+05 9.77357e+05 2.12732e+04 4.74247e+05 4.82700e+05 1.78603e+05 4.37980e+05 4.20024e+05 5.40374e+06 8.69477e-01 5.42840e+05 3.71006e-01 8.72536e-01 3.44235e-01 8.83825e+06 1.80789e+06 6.87336e+05 6.22442e+05 1.39874e+06 4.18644e+04 1.14668e+06 3.81110e+05 4.89646e+05 2.37290e+04 2.11768e+05 4.39866e+04 9.56843e+05 9.16564e+05 1.84966e+04 2.38401e+05 5.30236e+05 2.08296e+04 1.88497e+06 5.18753e+05 2.42467e+06 9.93772e+04 7.45395e+05 3.72828e+03 1.07002e+06 3.47082e+00 8.83917e+04 1.28227e+04 1.87396e+03 1.34041e+03 2.96462e+02 1.15310e+03 2.69695e+03 8.97530e+02 1.34678e+03 1.11540e+03 3.95695e+02 1.08093e+01 5.42263e+03 7.93240e+03 1.25113e+03 1.85445e+04 1.56517e+04 8.38114e+03 6.12383e+03 1.28683e+04 7.72484e+04 4.04890e+03 1.05844e+04 1.10127e+02 8.37938e+02 3.40958e-02 6.39725e+06 5.36518e+05 2.74260e+07 5.55742e+06 1.25429e+06 2.20889e+06 9.34049e+06 1.78581e+06 1.02710e+06 1.19792e+06 2.99099e+05 1.11429e+05 2.94260e+06 6.94024e+06 1.66159e+05 5.87241e+06 2.39243e+06 1.60320e+06 2.21309e+06 4.80614e+06 2.49295e+07 4.51239e-01 2.37843e+06 3.25989e-01 1.49105e+05 3.34112e+01 2.31315e+06 1.14132e+06 6.60273e+06 2.91977e+06 1.48939e+06 6.47072e+05 1.50060e+06 2.12148e+05 6.58425e+05 5.84584e+05 3.78326e+05 5.02626e+04 2.13633e+06 2.67165e+06 8.52212e+04 4.78249e+06 1.01893e+05 2.07940e+06 9.43008e+05 5.31550e+05 2.58971e+06 1.88436e+05 9.09835e+05 9.73588e+02 2.79420e+05 5.96559e+00 2.77035e+06 1.81682e+05 2.69772e+05 1.69906e+05 2.84291e+04 1.03834e+05 2.80090e+05 7.46870e+04 1.96043e+05 6.66690e+04 3.48158e+04 1.55369e+03 5.69848e+05 2.08808e+05 2.62423e+04 5.43262e+05 4.46608e+05 2.41301e+05 3.69846e+05 7.41028e+05 2.62234e+06 1.12184e+05 3.41038e+05 2.30128e+03 1.29948e+04 6.05466e-02 7.21722e+05 3.33024e+04 1.07917e+06 5.36077e+05 3.46779e+03 1.81846e+04 2.68577e+04 9.51260e+03 3.05833e+04 7.58559e+03 3.82515e+03 1.16070e+02 6.55116e+05 3.63678e+05 2.97752e+04 5.18517e+05 2.97618e+05 2.90296e+05 1.81829e+05 1.90903e+05 1.70439e+06 1.05041e+05 1.94365e+05 2.27928e+03 1.58597e+04 2.35348e-01 7.62196e+05 2.25638e+05 4.14022e+05 1.52236e+05 5.06427e+04 9.00850e+04 1.77064e+05 7.53151e+04 1.22369e+05 7.49011e+04 5.30706e+04 5.03843e+03 4.96840e+05 2.07553e+05 1.20084e+05 4.17500e+05 3.10412e+05 2.35978e+05 2.49950e+05 4.11921e+05 2.61384e+06 2.01281e+05 4.42137e+05 4.25614e+04 1.52392e+05 5.59213e-01 0.00000e+00 +4.78095e+05 1.76859e+04 5.40545e+03 3.63295e+04 7.63095e+03 2.53717e+04 5.56968e+04 2.30774e+04 6.22360e+04 1.99722e+04 1.06062e+04 1.45305e+02 2.69896e+04 2.27500e+05 3.39511e+03 8.40447e+04 8.92729e+04 4.60339e+04 2.30672e+05 3.62251e+05 3.99922e+05 8.12072e+04 1.27987e+05 1.62718e+03 1.68800e+03 4.74848e-02 2.32420e+05 9.43618e+03 3.64141e+04 7.67250e+03 5.83818e+03 9.00205e+03 1.44514e+04 9.59161e+03 2.04672e+04 5.65260e+03 3.93151e+03 2.84551e+01 5.84446e+04 1.29808e+05 4.56331e+03 7.93245e+04 8.16066e+04 3.99656e+04 4.44052e+04 4.57459e+04 2.70879e+05 8.42467e+04 8.86110e+04 1.81095e+03 3.74038e+03 3.38695e+00 1.30581e+06 6.36191e+04 1.68911e+06 4.98626e+04 2.08845e+04 6.46757e+04 1.44154e+05 7.67306e+04 2.57857e+05 1.02914e+05 4.08487e+04 8.24289e+02 9.68697e+05 2.46519e+06 6.06228e+04 1.41837e+06 1.18104e+06 5.69068e+05 6.84102e+05 1.31802e+06 2.06177e+06 1.47550e+06 1.57307e+06 1.26026e+04 7.12522e+03 9.38551e-01 1.80413e+03 7.11147e+01 1.60765e+03 1.57214e+03 4.67177e+02 1.63523e+03 2.93194e+03 1.80319e+03 3.57492e+03 1.10583e+03 6.14818e+02 1.01119e+01 3.77412e+03 1.90103e+04 2.50900e+03 3.20925e+04 3.36605e+04 1.65960e+04 7.84805e+03 1.35973e+04 1.14800e+05 3.88919e+04 4.21878e+04 1.59176e+03 1.77541e+03 1.68581e+00 9.87600e+05 3.60150e+04 1.64910e+06 1.24833e+05 2.43672e+04 7.94942e+04 1.57718e+05 7.76056e+04 2.19563e+05 8.50314e+04 3.94466e+04 8.81199e+02 1.06667e+06 1.67816e+06 5.55081e+04 1.14063e+06 1.21917e+06 5.41579e+05 2.54402e+05 3.81671e+05 1.94132e+06 6.04651e+05 8.36754e+05 1.29324e+04 9.11927e+03 1.82328e+00 2.25399e+03 1.32117e+02 2.56867e+03 7.39349e+02 3.29255e+02 7.91650e+02 1.27929e+03 7.99849e+02 9.82531e+02 3.94115e+02 3.88750e+02 7.08678e+00 6.22718e+03 1.88990e+04 2.06834e+03 1.47626e+04 1.77179e+04 1.01016e+04 7.54911e+03 1.16360e+04 3.94493e+04 1.21750e+04 1.59217e+04 1.27018e+03 7.45744e+02 2.44672e-01 4.57001e+06 1.31359e+05 2.09087e+06 2.15450e+06 9.60264e+05 8.67517e+05 2.12565e+06 7.80863e+05 7.53693e+05 6.44791e+05 2.98900e+05 2.23170e+04 1.45716e+06 3.09537e+06 2.25620e+05 3.09332e+06 6.35000e+06 2.26513e+06 2.83138e+06 1.33529e+06 1.24436e+07 5.24889e+06 1.02135e+07 4.20432e+03 1.20664e+06 6.58027e-01 8.80583e+00 3.24823e+00 1.94735e+00 3.59795e-01 5.22482e-01 3.44396e-01 5.48531e-01 7.44942e-01 7.45817e-01 5.06893e-01 5.29789e-01 1.09190e+00 1.85419e+00 1.87823e+00 7.02356e-01 9.90620e-01 1.36775e+00 2.13100e-01 7.62625e-01 9.06934e-01 2.53663e+00 7.65297e-01 1.45249e+00 5.09301e-01 9.22967e-01 1.42751e+00 2.14222e+01 2.46483e+00 9.20022e+02 3.15127e+02 8.18279e+01 3.58739e+02 2.83951e+03 1.48532e+02 2.14400e+02 1.11938e+02 1.48952e+02 5.89985e+00 4.53575e+03 6.22036e+03 1.25189e+03 9.16865e+03 1.01175e+04 1.20246e+04 5.58025e+03 5.58393e+03 3.34708e+04 1.34935e+04 1.52913e+04 1.34216e+03 6.61892e+02 3.08590e-01 1.18889e+06 7.50107e+04 2.12701e+06 5.46651e+05 1.38169e+05 4.01344e+05 5.27983e+05 4.65776e+05 2.10438e+05 3.08470e+05 8.63398e+04 8.42758e+03 8.19065e+05 2.94443e+06 3.61085e+04 7.97372e+05 8.24150e+05 7.53284e+05 1.20627e+06 9.72286e+05 1.15480e+07 3.75430e+05 1.62259e+06 6.06524e+03 5.39648e+04 2.57723e-01 5.07033e+04 5.88443e+01 2.51791e+03 7.11910e+03 7.12027e+03 2.26261e+04 3.26496e+04 1.78312e+04 3.32821e+04 1.22585e+04 8.47722e+03 1.58230e+03 8.97366e+03 6.01191e+04 1.74820e+04 5.65689e+04 4.08548e+04 3.95457e+04 2.90934e+04 6.46879e+03 2.66420e+05 1.90403e-01 2.89359e+04 1.97068e-01 2.35894e+03 4.41516e-01 8.40711e+00 2.01463e+00 3.90216e+01 1.07192e+00 6.49493e-01 9.42848e-01 2.77529e+00 1.25607e+00 2.16077e+00 7.79089e-01 5.27821e-01 4.37787e-01 2.69035e+01 2.63992e+01 1.69351e+00 1.25759e+01 1.18790e+01 6.70990e+00 8.05594e+00 1.00959e+01 2.22900e+01 4.01871e+00 4.88142e+00 2.58549e-01 2.30762e-01 6.49961e+02 1.47338e+04 1.56276e+03 2.22564e+04 3.05112e+04 2.35519e+03 6.36652e+03 1.97955e+04 6.03141e+03 1.93533e+04 6.80079e+03 3.77193e+03 6.34194e+01 4.31431e+04 1.29165e+05 8.81716e+03 1.51870e+05 1.84274e+05 9.84050e+04 6.74979e+04 9.51359e+04 5.54168e+05 1.98103e+05 2.48162e+05 6.05776e+03 3.81729e+03 2.88218e-02 1.27949e+03 1.52234e+02 3.55707e+04 8.28834e+03 5.80172e+03 7.58677e+03 3.72613e+04 2.69884e+04 1.47540e+04 4.64735e+03 3.00136e+03 1.23959e+02 4.35985e+04 6.15023e+04 1.75021e+03 2.08247e+04 1.82757e+04 1.44806e+04 2.84442e+04 2.29456e+04 1.61086e+05 8.86295e+04 8.24118e+04 3.56891e+03 2.00738e+03 2.40806e+00 3.06603e+06 1.13885e+05 1.87520e+05 4.30308e+05 4.62200e+05 3.31386e+05 8.89338e+05 3.55873e+05 1.09290e+06 3.70265e+05 1.89533e+05 3.03907e+03 5.59910e+05 1.92702e+06 7.42748e+04 1.45992e+06 1.61630e+06 8.57060e+05 1.07800e+06 1.67320e+06 5.15096e+06 1.45395e+06 2.22908e+06 4.33540e+04 3.24164e+04 1.08213e+00 6.36350e+03 3.91846e+02 5.87723e+03 4.42342e+03 1.34219e+03 3.54528e+03 6.17371e+03 3.29584e+03 7.64729e+03 1.94916e+03 1.55138e+03 3.74553e+01 8.77950e+03 3.21023e+04 4.49192e+03 4.75692e+04 5.81155e+04 3.20985e+04 3.17749e+04 3.83281e+04 1.63567e+05 4.48448e+04 6.18052e+04 3.50514e+03 2.04476e+03 4.64126e-01 4.87785e+05 2.47615e+04 1.48631e+05 2.92669e+04 3.06984e+04 4.30802e+04 2.28978e+05 7.05784e+04 1.67269e+05 7.61463e+03 5.30686e+03 3.28679e+02 1.43417e+05 6.86753e+05 1.28976e+04 2.80610e+05 3.35630e+05 6.48578e+04 2.97303e+05 9.27437e+04 1.91561e+05 1.79190e+05 2.29801e+05 3.30769e+04 8.96063e+04 5.39051e+05 5.63817e+03 7.89823e-02 7.43467e+02 4.53675e+03 1.22328e+03 3.36156e+03 1.52204e+04 3.37802e+03 4.90100e+03 1.65740e+03 5.66484e+02 2.82206e+02 8.49169e+03 1.90777e+04 5.97299e+03 2.09421e+04 1.57148e+04 6.40054e+03 4.86244e+03 9.74038e+03 1.46838e+05 2.42591e-01 2.95587e+04 1.58697e-01 1.78837e+03 2.96629e-01 1.90867e+04 1.82698e+03 4.04848e+03 4.74206e+03 6.24967e+02 1.39612e+03 2.02249e+03 1.19263e+03 2.48265e+03 1.03964e+03 5.94996e+02 1.21875e+01 4.43146e+03 7.91762e+03 2.40081e+03 1.64676e+04 2.33948e+04 9.64966e+03 7.37238e+03 1.31167e+04 3.55470e+04 1.83719e+04 2.58411e+04 1.04810e+03 4.90692e+02 6.25001e-01 1.97562e+05 8.71405e+03 3.90788e+03 1.10686e+04 4.32852e+03 1.06972e+04 2.88972e+04 1.20776e+04 3.19731e+04 1.09779e+04 5.32048e+03 9.78583e+01 1.08183e+04 7.57818e+04 3.55545e+03 5.34623e+04 7.44385e+04 2.77142e+04 4.76347e+04 6.40611e+04 1.44301e+05 6.43171e+04 7.07201e+04 4.15891e+02 1.24043e+03 1.83146e+00 4.20590e+03 2.16820e+02 5.01917e+01 9.19655e+02 9.92672e+01 2.31728e+02 6.99880e+02 2.61502e+02 7.56021e+02 3.57808e+02 1.88753e+02 3.76777e+00 7.62711e+03 1.50326e+04 2.15762e+03 1.37031e+04 1.68405e+04 2.58829e+04 1.31116e+04 6.08432e+03 1.72490e+05 1.18044e+05 1.09200e+05 1.63467e+04 8.59318e+03 1.25631e+00 7.10218e+03 4.35613e+02 9.32947e+02 1.32460e+02 3.80186e+01 9.62326e+01 3.14770e+02 2.15365e+02 3.87440e+02 1.16294e+02 5.08724e+01 4.47651e-01 5.06370e+03 3.98725e+03 3.65410e+01 6.24992e+02 6.62367e+02 6.63806e+02 9.46757e+02 8.72991e+02 2.41389e+03 1.08228e+03 1.13111e+03 5.43728e+01 2.73445e+01 6.16857e-01 4.68246e+05 2.09003e+04 4.15628e+05 2.28927e+05 7.46755e+04 6.23441e+04 1.84299e+05 8.88935e+03 2.59216e+04 2.83480e+03 1.15201e+04 4.29178e+03 8.84125e+04 1.40203e+05 6.79240e+03 8.75465e+04 1.94716e+05 1.23582e+05 3.08823e+05 1.12527e+05 4.80986e+05 4.44371e+05 1.49732e+05 2.60225e+04 1.26017e+05 3.88270e+01 1.03597e+05 8.61724e+03 5.28822e+04 2.26374e+04 2.16833e+04 2.84316e+04 4.47546e+04 2.75329e+04 5.76390e+04 1.72787e+04 1.06058e+04 2.58618e+02 8.27512e+04 8.11576e+04 9.25694e+03 1.40170e+05 1.35928e+05 6.73501e+04 6.87488e+04 9.79450e+04 4.50599e+05 1.50238e+05 1.58556e+05 5.10485e+03 3.49699e+03 1.89717e+00 1.69380e+03 1.32680e+02 4.97446e+03 1.49227e+03 4.27908e+02 1.00278e+03 1.27923e+03 8.23194e+02 1.98505e+03 7.10470e+02 9.57472e+02 6.70686e+00 1.04535e+04 9.62960e+03 6.52443e+02 7.30985e+03 7.28714e+03 6.15366e+03 3.66579e+03 4.68176e+03 2.52226e+04 2.15907e+04 2.47667e+04 1.09207e+03 5.55237e+02 1.70140e+00 3.08142e+07 5.82441e+06 1.89938e+05 1.74308e+06 5.03668e+06 1.11436e+06 5.03979e+05 1.78039e+06 1.23046e+06 1.64170e+05 1.28451e+06 4.78544e+05 2.45488e-01 1.98889e+07 1.00452e+06 1.29471e+07 2.87961e+07 2.21317e+07 1.55059e+07 8.07197e+06 2.57038e+07 4.02873e-01 1.39639e+07 2.73150e+04 7.83940e+06 1.43431e+00 2.85745e+02 1.05044e+01 9.46307e+02 4.55684e+02 1.94313e+02 4.86964e+02 8.44037e+02 5.09932e+02 9.02397e+02 3.51893e+02 2.85534e+02 2.76128e+00 2.03897e+03 6.11711e+03 1.70427e+03 1.21246e+04 1.39974e+04 7.42295e+03 6.27952e+03 8.76278e+03 5.62035e+04 2.80599e+04 3.25972e+04 2.98009e+03 1.70022e+03 3.22689e-01 1.36444e+04 4.67195e+02 3.80164e+05 1.20242e+04 5.91345e+03 1.39402e+04 2.83457e+04 1.50160e+04 4.91571e+04 1.59949e+04 7.35092e+03 7.93276e+01 2.08353e+05 3.63587e+04 2.48706e+03 5.84800e+04 3.48945e+04 2.30424e+04 2.18299e+04 3.76700e+04 2.58268e+05 1.18574e+05 1.30742e+05 1.68676e+03 9.84122e+02 6.61332e-01 1.76589e+05 7.56520e+03 3.42073e+04 9.89538e+04 5.02346e+04 6.31612e+04 1.55302e+05 9.62819e+04 1.83675e+05 4.32910e+04 2.54918e+04 5.24661e+02 2.18620e+05 2.09684e+05 1.48400e+04 3.50454e+05 2.58802e+05 3.07162e+05 3.40769e+05 2.43910e+05 1.14358e+06 4.50027e+05 4.72865e+05 1.20259e+04 1.40974e+04 8.47034e+01 6.38215e+00 5.92295e+00 1.51981e+00 4.75606e-01 5.93021e-01 3.81324e-01 4.63493e-01 3.93486e-01 4.15343e-01 4.42641e-01 4.56382e-01 5.24997e-01 1.90760e+00 4.78559e-01 4.92312e-01 4.35058e-01 6.04430e-01 6.02948e-01 3.19914e-01 3.46327e-01 2.37916e-01 3.70039e-01 3.70726e-01 2.14783e-01 1.78459e-01 1.21363e+00 9.78426e+04 1.17040e+04 1.16853e+03 2.60832e+03 2.24762e+03 4.08626e+03 1.03023e+04 5.52045e+03 8.41394e+03 3.91187e+03 2.83143e+03 6.70817e+01 2.59073e+03 1.30303e+04 7.63896e+02 9.39808e+03 9.90428e+03 3.81084e+03 6.02688e+03 9.53245e+03 7.14445e+04 2.09365e+04 2.82093e+04 7.71231e+02 7.81495e+02 3.07027e-01 5.10081e+05 2.04837e+04 1.22375e+04 3.96537e+04 1.09418e+05 3.75945e+04 5.12442e+04 2.18084e+04 5.97123e+04 2.09191e+04 1.35973e+04 4.26754e+02 3.56351e+04 2.78436e+05 1.24036e+04 1.30575e+05 1.58320e+05 8.15249e+04 8.44748e+04 1.17453e+05 3.17547e+05 5.82657e+04 9.40605e+04 4.50608e+03 2.94294e+03 2.57724e+00 4.84581e+05 1.89822e+04 8.76707e+04 8.07633e+04 1.87080e+04 7.47061e+04 1.07694e+05 4.89945e+04 1.44514e+05 5.10626e+04 2.61639e+04 6.94641e+02 1.02144e+05 2.03128e+05 1.89143e+04 3.02582e+05 3.56627e+05 2.06864e+05 1.39306e+05 1.91305e+05 7.45499e+05 1.72365e+05 2.17621e+05 5.08361e+03 4.55477e+03 1.42223e+00 2.28980e+06 3.39451e+05 1.08215e+07 2.68874e+06 6.79416e+05 3.36153e+06 4.53437e+06 2.39679e+06 4.32934e+06 3.55981e+06 8.55072e+05 2.87217e+05 3.09362e+06 2.61170e+06 1.13934e+05 1.46848e+06 3.26611e+06 1.46400e+06 5.23460e+06 1.28816e+06 1.83477e+07 3.77600e+06 4.02484e+06 6.93395e-04 1.99004e-01 2.39793e-01 1.28579e+04 1.43150e+03 1.96646e+03 1.14911e+03 5.96281e+02 1.23886e+03 2.17255e+03 1.27338e+03 4.08371e+03 1.02093e+03 5.58773e+02 8.20521e+00 4.27725e+03 1.91574e+04 1.22384e+03 1.32913e+04 1.36820e+04 7.25801e+03 1.09014e+04 1.75493e+04 4.66620e+04 1.32846e+04 1.56991e+04 1.42248e+03 1.01305e+03 9.16122e-01 1.97735e+03 7.91797e+01 3.97030e+03 8.12883e+02 1.36130e+02 4.02553e+02 8.64631e+02 3.78748e+02 1.14956e+03 9.16714e+02 1.92407e+02 2.60861e+00 9.30704e+03 2.23546e+04 1.50456e+03 2.32921e+04 2.55710e+04 1.82694e+04 1.66451e+04 1.97316e+04 2.48499e+05 9.36174e+04 1.14208e+05 2.94385e+03 2.18851e+03 9.96166e-02 5.49183e+04 4.42382e+03 2.03469e+03 4.69828e+03 1.49537e+03 3.95249e+03 8.19045e+03 3.87708e+03 9.98191e+03 3.72903e+03 2.13932e+03 3.36803e+01 4.35995e+03 7.45066e+03 1.02338e+03 1.56714e+04 1.68748e+04 8.67342e+03 3.22590e+03 5.11711e+03 3.44961e+04 8.67964e+03 1.20544e+04 2.64124e+02 2.23227e+02 6.39455e-03 3.45784e+05 1.95471e+04 4.04420e+04 1.82443e+04 4.12955e+03 1.08140e+04 2.48312e+04 1.06937e+04 2.84545e+04 1.03332e+04 5.43881e+03 1.09518e+02 1.40175e+05 1.86081e+04 7.86557e+03 9.44559e+04 1.04149e+05 6.06417e+04 3.71323e+04 5.20768e+04 1.95335e+05 2.47963e+04 4.75222e+04 1.45635e+03 8.29879e+02 1.67959e+00 5.91602e+05 1.83794e+05 2.53417e+06 1.02171e+06 1.98633e+05 4.10186e+05 7.75297e+05 1.80932e+05 6.30846e+04 3.89086e+04 6.78006e+04 1.72111e+03 6.39470e+05 6.69885e+05 2.23775e+04 2.88422e+05 6.41489e+05 2.04238e+05 1.27427e+06 5.10235e+05 3.06271e+06 2.39295e+05 1.30706e+06 2.34647e+02 6.73438e+04 4.16981e-01 7.98548e+06 8.16112e+05 1.25338e+07 1.64558e+07 1.31593e+07 1.01492e+07 4.03913e+07 2.16730e+07 3.86776e+07 1.12095e+07 3.15624e+06 1.19057e+00 1.85570e+07 2.18012e+07 4.40160e+05 5.67317e+06 1.26179e+07 6.61888e+06 4.12752e+07 2.51242e+07 1.03960e+08 1.88816e+06 2.66657e+07 1.45292e+05 1.69344e+07 5.60238e+00 1.38562e+07 2.81817e+05 1.28259e+06 2.94970e+06 1.27412e+06 5.38247e+05 1.98140e+06 8.07630e+05 2.00928e+05 5.51447e+04 9.68222e+05 4.50961e+05 1.41136e+00 2.03038e+06 3.35954e+05 4.33008e+06 9.63070e+06 2.04359e+06 7.38248e+06 1.52355e+05 5.17931e+06 8.75132e-01 2.95162e+06 4.78309e-01 6.46941e+05 2.38893e-01 7.52273e+04 7.77724e+03 2.17940e+05 7.79258e+03 2.87619e+03 9.80310e+03 1.75746e+04 1.13452e+04 3.82972e+04 1.07031e+04 5.37848e+03 8.04052e+01 8.78992e+04 8.41437e+04 4.29681e+03 9.09781e+04 6.34132e+04 3.26107e+04 5.81779e+04 8.25459e+04 2.16230e+05 6.73415e+04 5.94989e+04 1.41920e+03 1.57285e+03 8.17123e-01 1.43095e+00 1.59894e+00 4.11237e-01 3.21497e-01 5.60573e-01 3.00372e-01 3.21533e-01 2.82349e-01 3.26941e-01 2.60954e-01 2.69801e-01 4.37159e-01 4.53097e-01 3.84939e-01 3.50570e-01 3.39403e-01 3.78583e-01 3.59565e-01 5.07038e-01 4.47275e-01 3.19117e-01 4.16789e-01 3.40645e-01 3.68041e-01 3.80123e-01 1.19829e+01 1.50224e+05 9.73158e+03 6.75328e+04 4.64748e+04 4.31901e+04 5.99217e+04 1.51597e+05 5.34375e+04 1.48602e+05 3.88065e+04 2.67297e+04 3.48358e+02 1.53492e+05 1.79484e+05 1.76320e+04 3.42382e+05 3.24418e+05 1.51577e+05 1.33163e+05 2.33344e+05 1.10553e+06 4.07014e+05 4.49755e+05 1.27986e+04 7.77437e+03 1.96575e+00 3.00248e+05 3.04263e+04 8.21734e+04 3.81763e+05 3.38460e+04 1.02641e+05 2.28071e+05 1.79223e+05 2.33341e+05 8.65079e+04 4.41775e+04 1.61039e+03 1.23829e+05 7.12778e+05 5.28738e+04 8.71747e+05 1.04367e+06 6.40971e+05 4.42021e+05 5.16283e+05 2.43793e+06 1.10759e+06 1.04539e+06 3.01406e+04 2.05495e+04 3.13742e+00 2.23639e+04 1.21954e+03 1.61822e+04 3.50661e+04 8.07867e+03 2.42558e+04 4.90152e+04 2.00794e+04 6.01670e+04 2.01292e+04 1.08679e+04 2.31967e+02 3.40714e+04 8.67000e+04 5.32623e+03 9.81917e+04 1.19386e+05 5.24377e+04 5.41125e+04 8.85506e+04 5.70095e+05 2.14684e+05 2.82947e+05 8.17026e+03 4.92946e+03 4.28314e-01 8.04964e+04 4.93470e+02 2.78660e+04 8.14880e+04 2.65691e+04 7.23095e+04 1.63698e+05 5.96479e+04 1.33516e+05 5.91722e+04 2.34271e+04 3.08752e+03 5.24664e-01 1.47618e+05 4.14054e+04 2.07285e+05 1.07796e+05 4.17571e+04 1.11579e+05 7.29669e+04 5.53571e+05 5.83896e+03 9.18761e+04 9.30252e-01 3.66655e+04 3.30601e+00 9.87504e+05 2.25124e+04 9.30355e+04 1.50246e+05 3.14032e+04 9.80187e+04 1.54503e+05 5.13699e+04 1.77710e+05 6.89750e+04 3.51139e+04 8.79877e+02 3.21666e+05 3.81071e+05 1.81795e+04 3.16645e+05 3.43848e+05 2.02525e+05 2.09162e+05 2.56953e+05 1.08856e+06 2.99223e+05 4.00918e+05 8.25969e+03 6.40128e+03 3.99050e+00 3.54736e+05 1.81709e+04 5.39063e+04 1.13158e+05 1.53476e+04 3.45932e+04 9.34884e+04 6.22889e+03 5.84729e+04 3.94189e+04 2.07404e+04 6.25516e+02 2.80467e+05 2.24469e+05 8.04652e+02 2.55479e+04 3.75961e+04 1.67405e+04 1.24426e+04 2.51732e+04 4.75664e+05 3.99215e+04 1.54690e+05 1.09644e+03 2.23073e+03 3.95359e-05 7.63886e+05 4.10009e+04 5.09760e+05 1.23677e+05 2.82283e+04 9.77467e+04 1.45926e+05 9.73296e+04 2.46446e+05 7.05970e+04 4.48397e+04 1.12346e+03 4.99334e+05 5.71570e+04 1.43967e+04 2.48705e+05 2.56720e+05 1.35092e+05 2.06736e+05 2.81446e+05 7.79228e+05 1.10177e+05 1.62795e+05 3.55899e+03 3.20833e+03 3.17052e+00 8.91835e-01 1.99265e-01 4.55052e-01 5.52387e+00 1.04676e+00 3.31801e+00 7.13687e+00 3.75912e+00 9.59119e+00 2.33891e+00 1.81311e+00 2.63729e-01 1.02334e+00 8.66060e+00 2.29160e+00 8.50486e+00 4.64730e+00 2.79001e+00 1.12161e+01 3.82767e+00 2.41525e+01 1.00730e+01 2.17695e+01 4.76137e-01 3.44328e-01 6.33695e-01 3.36540e+03 1.33675e+02 3.67234e+03 1.21107e+03 5.04748e+02 1.03126e+03 1.81665e+03 1.01242e+03 1.93659e+03 7.31963e+02 5.51405e+02 9.12275e+00 9.55171e+03 1.44239e+04 4.51200e+03 3.41527e+04 4.13778e+04 2.26128e+04 2.86928e+04 4.84155e+04 5.24524e+04 2.20918e+04 2.45926e+04 1.51457e+03 6.27988e+02 2.10490e-01 5.44631e+04 2.13845e+03 1.33443e+04 2.08753e+04 2.29124e+04 1.34748e+04 2.89149e+04 1.70611e+04 5.06371e+04 9.96028e+03 8.29374e+03 1.22914e+02 3.85459e+04 1.43891e+05 5.38177e+03 9.98656e+04 1.14367e+05 6.01504e+04 5.88471e+04 8.00626e+04 3.04304e+05 1.02710e+05 1.16117e+05 2.46639e+03 2.14605e+03 3.32099e+00 5.14433e+06 8.87091e+05 4.34924e+04 1.76235e+06 1.25913e+06 1.33746e+06 8.56184e+04 1.19332e+05 5.48514e+00 1.42752e+04 1.49763e+04 5.57942e+03 2.09741e-01 6.97012e+06 1.26538e+05 1.63093e+06 3.62742e+06 3.17447e+06 4.24604e+06 6.38374e-01 2.73256e+06 7.73591e-01 2.19359e+06 1.59106e+00 3.17905e+05 7.88236e-01 5.43099e+06 2.36106e+05 1.39918e+06 1.36699e+06 5.22599e+05 9.73025e+05 2.15822e+06 8.91007e+05 2.69375e+06 9.16905e+05 4.81943e+05 9.25559e+03 4.44708e+06 3.72585e+06 1.94509e+05 3.92887e+06 4.22017e+06 2.38732e+06 2.18612e+06 3.43455e+06 1.27308e+07 3.64328e+06 4.96991e+06 8.70935e+04 7.80289e+04 1.64188e+00 1.29165e+05 5.62951e+03 2.19873e+04 6.02837e+04 6.27110e+04 3.78460e+04 8.50877e+04 3.49793e+04 9.21056e+04 3.00106e+04 1.82813e+04 3.29045e+02 7.39302e+04 1.46028e+05 8.92172e+03 1.61122e+05 1.83256e+05 1.08555e+05 9.29448e+04 1.46744e+05 6.62521e+05 2.10340e+05 2.98744e+05 5.87998e+03 4.36728e+03 1.19069e+03 8.53097e+04 6.65835e+03 4.57257e+03 4.20363e+03 1.60014e+03 3.80427e+03 7.84754e+03 3.74142e+03 8.36222e+03 3.04363e+03 1.72533e+03 3.34898e+01 6.14650e+03 1.07333e+05 3.74401e+03 4.59406e+04 5.56776e+04 2.77731e+04 3.10100e+04 4.84505e+04 1.04857e+05 4.08722e+04 4.53698e+04 1.48719e+03 8.86848e+02 1.07718e-01 6.89569e-01 3.06063e-01 2.86837e+00 9.75547e-01 1.23993e+00 1.17822e+00 1.85706e+00 1.13617e+00 2.29124e+00 1.16034e+00 3.63355e-01 1.03685e+00 1.12938e+00 5.10412e-01 4.52788e-01 3.89811e-01 5.10438e-01 4.15969e-01 1.91853e+00 4.46572e-01 5.00585e+00 4.64606e-01 2.61921e+00 6.55856e-01 4.41484e-01 1.07508e+00 3.49861e+06 1.71530e+06 8.65564e+04 1.16946e+05 1.23113e+05 7.82983e+04 6.63286e+04 7.80446e+04 5.84099e+04 7.26920e+04 8.64521e+04 9.86380e+04 7.44835e+04 2.05525e+06 5.80090e+05 5.58117e+05 6.07338e+05 6.25718e+05 3.40821e+05 2.93811e+05 4.96313e+05 4.88619e+05 5.01347e+05 5.18881e+05 5.41484e+05 3.00627e+04 3.98995e+04 1.34843e+04 4.70229e+03 1.22308e+04 4.71768e+03 1.06308e+04 1.22704e+04 7.00478e+03 1.25054e+04 4.49714e+03 3.69806e+03 6.26216e+01 1.25474e+04 1.80933e+04 3.51442e+03 3.91768e+04 3.80314e+04 2.12481e+04 3.25563e+04 4.92730e+04 1.15763e+05 4.74661e+04 5.46080e+04 2.22081e+03 1.37546e+03 4.31689e+00 4.59266e+03 1.07668e+02 2.58375e+02 1.76766e+02 1.02283e+02 3.31975e+03 1.35526e+03 9.35985e+02 5.06183e+03 1.56900e+02 1.45278e+02 1.02313e+01 1.28420e+03 3.44695e+03 7.60909e+02 2.53385e+03 1.18948e+03 2.01375e+02 4.32091e+03 2.72053e+03 1.57685e+04 2.33023e-01 1.58569e+03 2.66396e-01 3.40990e+02 3.05262e-01 1.76681e+05 7.50603e+03 2.55654e+04 6.09999e+04 1.38005e+04 3.34818e+04 9.28737e+04 5.08570e+04 6.58602e+04 4.37592e+04 1.11799e+04 6.49357e+03 1.18911e+05 2.35815e+05 6.30064e+04 1.25405e+05 1.81945e+05 9.24713e+04 1.97758e+05 8.43371e+04 1.96632e+06 1.49821e+05 4.99589e+05 1.94220e-01 3.11862e+04 2.72181e-01 1.46545e+04 1.54735e+03 6.57311e+03 3.39194e+03 1.29188e+03 4.63695e+03 7.28616e+03 4.56323e+03 6.36564e+03 2.09643e+03 3.07277e+03 4.16305e+01 1.05917e+04 2.42029e+04 3.41614e+03 3.17658e+04 3.56558e+04 1.96108e+04 2.97158e+04 3.84877e+04 2.31530e+05 8.76555e+04 9.31324e+04 4.26271e+03 2.95366e+03 5.11231e-01 6.54887e+04 4.47290e+03 3.98012e+05 1.16635e+04 4.65510e+03 1.42378e+04 2.88236e+04 1.65869e+04 3.06749e+04 8.67503e+03 5.84364e+03 1.58668e+02 1.49001e+05 1.07977e+05 3.13991e+03 6.10147e+04 4.22263e+04 2.07061e+04 4.76367e+04 5.83272e+04 4.65401e+05 7.53170e+04 8.44549e+04 2.50836e+03 2.59727e+03 2.95344e-01 3.28726e+04 2.42155e+03 1.39178e+03 1.62718e+03 4.57311e+02 1.36476e+03 3.36835e+03 1.38994e+03 3.92139e+03 1.23309e+03 6.01686e+02 6.72027e+00 4.19332e+03 2.77367e+04 1.20332e+03 2.45032e+04 2.72482e+04 1.41325e+04 5.21800e+03 8.97906e+03 4.61387e+04 9.17706e+03 1.56930e+04 1.90064e+02 1.68191e+02 2.01842e-02 4.48728e+05 2.25610e+03 6.95793e+04 2.77747e+05 9.80837e+04 2.45035e+04 1.69388e+05 6.54299e+04 8.81611e+04 9.64135e+03 1.66681e+04 6.20968e+03 1.55605e+05 4.64333e+05 1.75650e+04 2.41153e+05 4.94151e+05 1.71401e+05 5.26331e+05 2.08594e+05 5.54559e+05 5.18609e+05 4.67544e+05 1.76616e+05 1.36285e+05 1.29137e-01 2.10601e+05 2.30010e+03 7.04732e+04 1.83015e+05 1.29604e+04 2.61352e+05 2.16223e+05 2.31460e+05 4.29589e+05 3.33690e-01 4.43112e+04 6.51249e+03 2.17057e+05 8.35915e+05 2.73162e+04 8.77116e+05 4.49418e+05 2.59715e+05 5.45330e+05 4.70032e+05 8.32704e+06 3.68818e-01 3.27722e+06 7.54694e-04 2.16597e-01 3.58148e-01 1.18935e+06 3.14138e+04 1.77939e+05 1.37085e+05 2.47034e+04 9.97878e+04 1.32402e+05 5.55857e+04 1.68077e+05 6.20736e+04 3.09059e+04 8.20629e+02 4.93220e+05 5.06685e+05 2.49416e+04 4.07025e+05 5.20042e+05 2.54488e+05 2.17779e+05 3.23198e+05 9.52597e+05 1.49963e+05 2.91256e+05 5.23360e+03 3.73900e+03 6.53385e+00 9.63960e-01 1.35562e-01 6.36293e+00 2.35446e-01 3.52873e-01 3.38819e-01 5.44901e-01 3.09883e-01 9.05617e-01 2.66068e-01 1.13772e-01 2.92632e-01 4.44777e-01 5.06302e-02 1.00481e-01 1.04409e-01 1.42382e-01 1.00464e-01 1.16263e+00 1.87240e-01 1.51437e+00 1.93220e-01 9.21048e-01 1.39191e-01 1.26736e-01 8.38645e-01 1.87979e+04 2.85349e+04 1.12369e-01 2.15763e-01 2.43262e-01 2.54532e-01 8.44345e+02 8.35642e-02 1.56266e-01 1.70894e-02 2.95444e-02 1.10067e-02 1.05949e+04 3.34342e-01 3.82805e+02 1.04997e+04 7.43684e+03 2.24317e+03 1.99803e+04 1.09937e+04 2.83737e+04 8.64668e+03 4.31003e+03 2.07879e+00 5.96614e+02 5.71882e-01 6.93577e+05 2.64298e+04 9.29853e+04 2.08801e+05 1.04649e+05 1.23723e+05 3.14433e+05 1.14505e+05 3.33291e+05 1.19661e+05 6.33662e+04 1.10276e+03 2.26115e+05 3.19203e+05 4.31982e+04 8.53805e+05 1.05531e+06 5.21496e+05 2.51712e+05 3.84825e+05 1.38563e+06 4.21828e+05 6.16535e+05 1.23047e+04 7.22123e+03 1.44612e+00 1.50327e+05 1.22520e+04 8.33815e+04 2.07607e+04 5.10869e+03 1.01559e+04 2.08102e+04 9.12146e+03 2.74003e+04 1.04512e+04 6.29116e+03 2.05847e+02 5.99604e+04 5.69149e+04 6.71307e+03 7.90453e+04 9.75948e+04 6.10844e+04 1.98980e+04 2.99180e+04 1.50062e+05 3.56983e+04 4.85944e+04 1.12548e+03 8.89676e+02 6.46507e-01 1.18845e+05 3.33163e+03 1.28383e+05 1.00271e+05 1.97236e+04 1.20810e+05 2.36835e+05 1.27373e+05 1.84836e+05 4.49661e+04 2.99268e+04 2.19341e+02 1.63402e+05 3.07784e+05 1.58467e+04 9.04456e+05 2.91347e+05 1.29094e+05 2.37072e+05 2.46838e+05 3.89120e+06 1.78415e+05 3.62167e+05 3.74373e+03 7.57529e+03 8.25642e-05 1.24969e+05 1.05403e+04 4.36782e+03 9.44921e+03 7.81133e+03 7.82430e+03 1.52013e+04 6.98688e+03 1.41315e+04 4.68955e+03 3.54376e+03 1.06595e+02 8.19804e+03 2.23066e+05 7.47910e+03 8.86386e+04 1.14511e+05 6.35567e+04 4.94484e+04 7.24231e+04 8.82334e+04 8.07371e+03 2.18203e+04 9.21646e+02 6.72736e+02 2.23811e-01 4.23136e+05 1.86705e+04 3.66983e+04 6.82666e+04 8.30377e+04 5.84864e+04 1.28162e+05 4.99372e+04 1.33205e+05 4.06342e+04 3.10239e+04 4.86797e+02 9.09263e+04 1.94604e+05 1.53584e+04 2.49271e+05 2.85237e+05 1.31329e+05 1.05723e+05 1.66461e+05 8.06857e+05 3.01997e+05 3.17090e+05 8.79066e+03 1.18836e+04 2.33138e+00 1.20314e+04 4.03884e+03 4.54286e+04 7.65263e+05 2.64618e+06 6.40046e+05 7.49296e+05 5.15299e+05 8.54590e+06 2.37162e+05 1.34801e+06 5.02198e+05 7.64540e+05 1.68333e+06 2.03751e+05 2.62613e+06 5.84087e+06 2.71668e+05 1.67529e+06 9.07344e+04 4.19778e+06 9.33152e+04 4.97406e+05 6.48103e+03 1.86006e+06 2.11235e-01 3.95714e+03 8.95555e+00 1.05337e+02 1.52056e+03 5.49792e+02 8.85130e+02 4.27271e+03 9.85509e+02 2.74516e+03 1.91855e+03 1.55842e+02 3.24065e+01 1.99407e+03 2.55436e+03 6.19549e+02 1.60181e+03 3.18056e+03 6.93317e+02 3.20701e+03 3.14559e+03 1.83005e+04 1.86582e+03 4.32847e+03 2.17471e+00 7.85295e+02 7.94816e-02 1.09492e+00 4.71675e+00 1.20505e-01 5.91338e-01 1.28873e-01 1.46831e-01 1.28822e-01 2.22699e-01 1.73233e-01 9.18228e-02 1.09987e-01 3.64530e-01 6.48545e-01 3.08303e-01 2.75575e-01 2.00743e-01 2.04276e-01 5.47138e-01 6.77113e-01 2.09638e-01 1.75149e-01 3.11173e-01 3.27822e-01 4.67887e-01 3.61290e-01 1.09418e+00 8.53110e+00 4.03724e-01 9.76817e+00 7.79456e+00 5.32951e+00 1.67218e+00 1.23209e+01 4.94761e+00 1.03498e+01 3.71552e+00 8.95789e-01 1.62018e+00 1.61245e+00 1.78681e+00 4.25915e-02 5.48957e-01 1.22096e+00 5.93227e-01 4.51302e+00 9.20082e-01 5.54821e+00 1.08814e+00 1.23374e+00 1.62308e-03 4.65825e-01 1.49982e+00 2.26700e+07 2.69065e+06 1.63509e+07 1.04861e+07 2.20277e+06 2.72071e+06 4.97164e+06 1.44928e+06 1.99814e+06 2.49483e+06 2.85406e+05 3.25364e+04 1.18795e+06 1.09792e+07 4.88393e+05 6.29485e+06 1.40006e+07 4.90048e+06 1.24668e+07 1.18481e+06 1.69111e+07 5.21478e+04 1.91226e+06 2.10558e-03 6.04303e-01 1.56148e-01 2.90420e+07 3.52868e+05 7.93058e+04 1.69115e+06 6.93475e+05 3.30402e+05 2.87237e+05 6.43402e+05 3.03302e+05 6.45568e+04 2.10925e+05 2.87224e+04 5.57543e+04 5.76064e+05 5.98131e+05 7.70924e+06 1.71464e+07 2.56184e+06 8.47921e+06 1.54196e+05 9.36264e+06 2.98910e+00 2.97785e+06 1.70450e+03 4.89190e+05 1.33926e+00 7.53415e+05 6.57412e+04 6.66290e+06 5.05927e+05 8.79386e+04 1.85411e+05 3.80395e+05 1.70149e+05 5.05023e+05 2.97278e+05 1.18810e+05 5.77494e+03 2.64239e+06 3.04745e+06 1.30354e+05 1.64333e+06 1.91024e+06 1.03901e+06 1.88023e+06 2.34570e+06 5.73336e+06 4.80530e+06 4.29945e+06 4.50270e+04 5.46542e+04 4.29978e-01 2.95018e+04 3.70020e+03 2.27334e+03 3.12289e+04 2.33540e+03 3.08382e+04 1.82808e+05 1.08586e+04 1.24181e+05 2.21674e+03 1.94617e+03 4.25643e+02 9.05899e+03 1.37822e+04 5.06206e+03 2.76604e+04 1.62962e+04 1.24430e+04 2.45233e+04 5.93198e+03 2.07027e+05 2.37512e+00 3.40793e+04 4.88690e-01 1.76571e+03 4.45907e-03 6.82938e+00 4.00891e-01 1.72080e+01 9.84926e+00 2.14692e+00 1.19250e+00 4.47959e+00 2.69213e+00 7.31680e+00 6.31934e-01 2.82879e+00 2.34410e+00 5.13051e-01 1.32300e+00 7.46841e-03 9.62595e-02 2.14094e-01 9.31528e-01 3.43776e+00 6.84846e-01 3.25111e+00 2.20967e-01 1.86193e+00 7.55847e-04 2.16928e-01 2.12562e+00 3.44546e-01 1.37496e-01 2.70107e+01 2.16708e-01 3.68266e-01 3.79744e-01 5.51317e-01 2.73063e-01 6.73061e-01 2.58497e-01 1.15395e-01 1.52588e-01 3.73560e-01 1.43529e-01 1.34119e-01 1.40423e-01 1.82692e-01 1.61267e-01 9.29214e-01 1.87595e-01 1.51898e+00 1.80587e-01 1.06765e+00 2.47860e-01 1.50724e-01 5.48530e-01 3.33435e+04 1.36588e+03 6.91880e+03 8.14759e+03 1.95576e+03 4.10952e+03 8.99488e+03 5.67148e+03 8.74209e+03 2.98491e+03 1.64521e+03 3.07910e+01 2.21255e+04 3.90796e+04 2.81661e+03 5.30829e+04 4.54349e+04 2.95728e+04 1.64978e+04 2.56547e+04 1.44428e+05 3.51023e+04 4.46457e+04 2.72239e+01 6.95403e+02 1.80616e-01 3.87391e+06 3.36365e+05 2.46640e+05 5.40129e+06 4.66758e+05 2.87444e+06 4.54612e+06 2.66488e+06 5.85788e+06 9.02701e+05 8.12324e+05 7.95801e+04 4.54797e+06 2.21945e+06 4.02973e+05 1.76057e+07 3.66460e+06 2.80974e+06 8.79592e+06 4.53531e+06 7.59292e+07 3.06142e-01 2.42226e+07 3.31746e+04 6.83068e+05 1.11213e+03 9.16520e+03 3.21857e+02 5.63545e+03 5.86725e+03 1.85366e+03 4.28323e+03 1.15669e+04 3.54155e+03 1.06183e+04 3.43338e+03 1.87968e+03 4.58684e+01 8.70608e+03 1.62398e+04 7.68723e+02 1.60919e+04 1.54547e+04 8.26183e+03 1.02070e+04 1.48208e+04 1.18362e+05 3.33214e+04 5.51156e+04 1.09506e+03 7.03389e+02 7.47989e-01 1.64789e+07 2.70032e+06 6.42864e+05 2.85500e+05 3.37708e+05 1.91001e+05 1.61573e+05 2.04422e+05 4.15299e+03 5.20410e+03 1.63936e+05 3.12390e+03 1.15224e+06 5.47014e-01 1.21503e+04 1.56604e+05 3.48309e+05 8.62391e+04 1.65550e+06 2.20842e+05 1.73191e+06 2.13625e+04 3.92442e+05 1.91048e-03 5.48307e-01 2.00100e+02 1.04122e+05 2.79118e+03 2.23528e+03 1.86747e+04 4.86333e+03 3.77919e+03 1.76204e+04 1.62056e+03 3.03047e+03 3.31414e+02 9.37386e+03 3.49222e+03 1.16878e+04 2.16291e+04 2.81426e+02 3.62727e+03 8.06754e+03 1.87497e+04 2.27228e+04 1.37296e+04 2.75802e+04 9.16599e+03 1.09238e+04 3.98759e+01 1.14444e+04 6.96419e+01 1.64761e+04 2.82273e+03 2.42646e+06 4.34034e+04 1.99571e+04 1.43622e+04 5.35226e+05 3.76926e+04 1.67438e+04 2.82935e+03 2.85015e+04 3.18793e+03 2.29628e+04 4.26667e+04 3.29199e+03 4.24301e+04 9.43704e+04 2.52081e+04 2.27378e+04 5.98093e+04 1.15568e+06 5.17943e+03 4.07181e+04 1.54734e+03 1.16084e+04 5.84823e-01 4.15137e+05 3.21986e+01 2.83475e+03 1.01672e+05 5.92417e+04 7.31301e+03 3.44370e+04 4.41751e+04 1.83306e+04 3.70597e+04 1.32734e+04 4.94499e+03 7.31749e+04 1.20153e+05 1.72272e+04 5.34444e+04 6.00984e+05 1.57117e+04 4.24013e+04 3.56411e+04 3.02287e+05 2.05055e+05 1.01195e+05 3.57004e-03 1.02460e+00 6.25178e+00 2.86622e+05 5.25762e+03 6.20163e+04 1.82449e+04 7.23483e+03 3.14533e+04 2.56917e+04 9.49599e+03 3.37498e+04 1.13761e+04 5.88039e+03 7.27252e+01 2.15140e+05 1.14312e+05 5.39828e+03 1.29244e+05 1.19237e+05 6.23157e+04 1.85587e+04 4.31626e+04 3.33377e+05 9.83293e+04 1.31883e+05 1.89937e+03 1.57843e+03 1.81495e+01 6.34476e+03 4.59899e+03 7.01377e+02 5.47110e+04 3.72306e+03 5.18072e+04 2.19405e+04 1.53234e+04 9.98529e+03 4.57066e+02 1.72963e+03 1.05024e+03 1.04109e+05 1.56059e+05 4.97477e+04 2.73937e+05 1.69561e+05 7.11980e+03 1.37054e+05 5.88300e+04 6.06523e+05 4.20739e-01 1.15898e+05 1.29725e+00 4.70236e+03 3.94921e+00 1.56907e+05 6.18134e+03 5.13596e+04 7.15791e+04 2.21485e+04 5.87671e+04 8.70765e+04 4.27478e+04 1.50978e+05 3.26249e+04 3.02416e+04 5.00210e+02 1.27095e+05 2.72429e+05 2.44495e+04 3.89874e+05 4.56769e+05 2.84145e+05 1.76832e+05 2.16788e+05 2.03443e+06 7.16134e+05 9.42497e+05 2.53290e+04 1.61556e+04 2.95131e+00 1.32055e+04 9.10344e+02 1.08985e+04 4.17414e+03 2.10340e+03 4.03453e+03 8.59640e+03 4.28932e+03 8.72137e+03 2.96303e+03 1.94109e+03 3.11236e+01 2.17511e+04 1.26173e+04 8.59791e+02 1.45209e+04 1.50910e+04 7.70164e+03 5.60591e+03 9.53742e+03 6.85560e+04 1.94418e+04 2.25613e+04 5.37125e+02 4.41110e+02 1.15331e+00 1.74340e+05 1.32843e+04 1.56712e+03 1.24863e+03 2.49900e+02 9.85764e+02 1.97739e+03 8.94556e+02 2.35123e+03 6.30864e+02 3.71414e+02 2.88319e+00 3.93649e+03 4.93658e+03 2.29774e+02 6.71542e+03 7.23250e+03 3.50393e+03 6.39983e+03 1.16860e+04 2.19976e+04 6.78224e+03 7.70618e+03 8.44202e+01 8.15027e+01 3.16611e-05 1.66964e+04 5.11490e+02 4.46122e+05 1.17629e+04 1.80156e+03 9.03641e+03 1.50073e+04 8.24117e+03 3.14340e+04 1.05038e+04 4.07219e+03 6.35464e+01 5.44927e+05 4.07212e+04 2.37554e+03 7.38653e+04 5.88891e+04 2.26242e+04 2.67958e+04 5.17792e+04 3.17591e+05 1.75986e+05 1.57033e+05 8.59671e+02 1.13603e+03 1.01727e+02 8.27385e+02 2.94539e+01 2.01744e+03 2.43434e+04 1.01256e+04 1.69915e+04 2.99191e+04 1.57027e+04 3.77163e+04 1.76129e+04 1.21968e+04 2.30926e+02 4.88636e+03 1.90739e+04 4.63138e+02 1.35095e+04 1.12718e+04 5.43541e+03 7.52732e+03 9.30341e+03 1.54460e+05 3.99495e+04 5.19244e+04 2.23485e+03 2.06931e+03 5.38793e-01 3.20561e+05 3.90136e+02 1.43774e+04 1.78120e+05 2.20951e+05 1.42116e+05 9.96411e+04 3.75931e+04 1.12844e+05 2.36831e+04 4.00434e+04 1.00482e+04 1.28365e+04 3.89643e+05 1.35987e+05 5.59576e+05 6.95060e+05 1.08838e+05 6.91465e+05 3.13904e+05 7.38191e+05 3.06638e-01 1.58594e+05 4.87509e-01 1.20575e+05 1.94711e+01 1.25302e+01 1.60613e-01 9.98672e+00 1.47928e+01 3.55941e+01 1.68416e+01 6.99325e+01 8.66435e+01 4.83660e+01 8.91425e+00 2.70543e-01 9.77381e-02 5.77154e+01 3.48765e+02 1.81639e+02 3.24753e+02 2.41770e+02 1.89300e+02 2.90683e+02 3.30294e+02 2.39776e+03 2.79761e+01 8.77902e+02 2.17652e+01 1.50940e+01 2.83390e+00 3.07968e+00 2.61117e+01 3.58597e-02 3.21897e-02 4.09029e-01 2.07279e-02 2.52636e-02 2.09127e-02 3.69742e-02 2.52774e-02 2.76549e-02 5.88437e-02 3.06381e-01 9.81984e-01 1.08577e+00 1.00107e+00 2.94390e-01 1.17341e+00 4.20265e-01 3.10228e-01 8.19312e-01 1.14281e+00 1.03146e+00 1.64144e+00 2.12080e-01 6.18323e-01 2.98352e+05 1.19508e+04 1.61055e+04 1.53424e+04 2.66119e+03 1.54710e+04 2.88734e+04 1.60010e+04 3.61416e+04 1.09830e+04 6.70828e+03 1.13112e+02 3.02688e+04 9.18949e+04 8.22237e+03 9.70788e+04 1.05162e+05 5.89265e+04 4.86678e+04 6.39288e+04 2.53961e+05 8.58270e+04 8.59545e+04 3.74945e+03 2.76962e+03 6.75497e-01 1.49452e+05 8.19471e+03 3.11077e+03 8.61037e+03 2.09709e+03 6.24348e+03 1.14571e+04 5.70097e+03 1.37694e+04 5.27705e+03 2.90633e+03 6.30698e+01 1.02867e+04 1.89638e+04 2.88041e+03 4.76559e+04 5.32607e+04 2.65555e+04 1.53000e+04 3.30650e+04 1.02847e+05 1.87990e+04 2.98087e+04 6.97605e+02 5.84948e+02 2.77258e+01 3.61816e+06 3.52491e+05 5.07870e+06 1.85680e+06 3.89142e+05 5.03227e+05 1.91492e+06 4.57677e+05 3.33493e+06 2.44843e+05 1.08427e+05 2.42702e+04 1.76964e+06 7.32580e+05 1.38681e+05 1.78744e+06 3.97552e+06 1.96158e+06 1.72069e+06 1.77045e+06 5.47735e+06 4.92878e+04 8.70435e+05 2.16068e+00 1.28253e-02 2.43007e-01 2.18752e+04 4.28485e+03 2.35081e+03 2.43656e+03 1.22765e+03 1.23743e+03 2.64718e+03 1.34247e+03 3.14205e+03 1.01390e+03 5.14382e+02 6.61689e+00 6.86690e+03 4.49327e+04 5.27575e+03 6.40789e+04 6.80345e+04 4.18203e+04 2.34075e+04 3.42619e+04 1.05107e+05 4.30940e+04 4.71494e+04 1.25748e+03 7.00513e+02 6.29131e+02 5.18588e+05 2.62085e+04 3.29390e+03 2.86853e+04 7.05975e+03 1.61097e+04 3.94516e+04 1.39716e+04 4.71534e+04 1.99976e+04 9.54295e+03 1.75738e+02 1.34450e+04 7.94208e+04 4.84531e+03 7.99459e+04 8.65463e+04 4.44571e+04 3.51259e+04 6.07062e+04 2.47138e+05 6.49800e+04 8.23212e+04 1.83669e+03 1.29868e+03 1.70343e+00 2.83995e-01 1.53723e-01 3.21288e-01 1.05595e-01 2.56742e-01 2.70679e-01 5.08101e-01 2.37152e-01 6.82708e-01 2.70836e-01 8.00227e-02 1.64341e-01 2.76811e-01 2.39359e-01 2.75821e-01 3.16828e-01 4.15508e-01 2.26114e-01 1.71342e+00 4.04966e-01 4.62176e+00 3.26264e-01 2.63341e+00 5.86424e-01 5.58332e-01 9.00270e-02 3.68221e+04 3.96170e+03 1.68302e+04 1.18599e+04 2.12670e+03 5.39305e+03 1.22007e+04 5.25811e+03 1.39831e+04 4.88652e+03 2.44660e+03 5.16837e+01 2.51336e+04 3.43527e+04 2.19368e+03 2.88036e+04 2.91197e+04 1.68760e+04 1.64636e+04 2.47746e+04 1.49748e+05 4.36346e+04 6.99387e+04 1.62873e+03 9.45069e+02 7.46771e-01 5.47419e+04 2.87400e+03 2.42082e+03 9.12866e+04 9.79983e+04 2.24951e+04 4.27239e+04 2.24708e+04 1.37301e+04 1.50153e+03 3.30024e+04 6.14406e+03 5.04386e+04 5.45880e+04 4.40844e+03 5.68199e+04 1.26375e+05 1.41584e+05 1.07801e+05 6.09595e+04 3.41610e+05 3.12878e+04 1.08321e+05 3.64672e+01 1.04661e+04 4.70792e+00 5.69712e+06 1.31736e+05 6.28248e+06 5.02678e+06 1.34392e+06 7.93281e+05 4.25272e+06 1.88946e+06 2.12044e+06 3.69114e+06 5.40167e+05 8.19153e+04 2.10599e+06 9.47239e+06 6.66189e+05 8.58643e+06 1.90974e+07 6.08132e+06 9.62535e+06 2.51891e+06 3.72209e+07 6.38912e+04 1.01985e+07 4.31219e-04 1.23760e-01 3.82065e-01 2.75971e+03 1.51379e+02 2.28060e+03 3.41974e+03 1.01763e+03 3.69098e+03 7.03327e+03 3.53825e+03 7.90756e+03 2.41008e+03 1.35402e+03 1.79967e+01 5.21570e+03 1.14758e+05 5.45261e+03 6.99384e+04 6.78008e+04 3.81628e+04 2.41219e+04 3.96540e+04 2.58300e+05 9.49176e+04 9.94847e+04 3.70829e+03 3.26811e+03 4.51309e-01 7.25610e+05 1.89730e+03 2.02960e+05 1.13864e+04 5.80968e+03 5.00148e+03 1.22779e+04 5.93607e+03 1.21858e+04 4.24790e+03 1.94789e+03 5.33005e+01 1.43744e+04 9.14110e+04 3.90912e+03 1.71948e+05 1.90670e+05 6.85181e+04 1.17468e+05 1.11970e+05 5.58342e+05 1.40164e+05 1.44936e+05 5.21252e+03 6.74042e+03 3.67123e+00 3.34570e+04 1.25211e+03 2.06232e+03 1.04968e+04 2.75857e+02 1.37223e+03 2.33659e+03 1.56489e+03 1.57034e+03 8.77370e+02 4.56027e+02 4.54640e+00 2.90655e+04 2.99564e+04 1.60184e+03 3.66988e+04 4.18965e+04 3.32062e+04 2.68733e+04 1.39406e+04 8.60481e+04 6.13816e+04 4.90793e+04 6.00314e+02 1.81140e+03 1.57195e-01 1.27225e+06 7.89498e+04 2.05039e+05 2.31139e+05 1.23333e+05 1.70663e+05 4.13616e+05 1.96831e+05 6.02058e+05 1.65135e+05 8.45869e+04 1.27409e+03 3.45359e+05 8.10332e+05 3.87117e+04 6.43597e+05 6.26659e+05 2.81078e+05 3.01090e+05 5.16585e+05 2.55936e+06 1.23851e+06 1.40601e+06 9.03480e+03 1.74571e+04 8.92115e-01 2.80351e+05 1.43029e+04 3.12468e+04 1.59788e+04 3.63365e+03 9.37000e+03 1.91145e+04 1.06265e+04 3.32165e+04 1.34225e+04 4.93680e+03 1.97093e+02 9.61854e+04 2.56762e+04 5.05485e+03 8.18876e+04 7.53272e+04 3.56557e+04 4.81809e+04 8.55492e+04 2.27986e+05 9.26410e+04 9.44404e+04 1.40634e+03 1.07738e+03 1.40889e+02 1.64820e+06 6.69473e+04 2.48671e+05 1.33958e+05 5.77095e+04 1.22460e+05 3.45828e+05 1.57686e+05 5.29736e+05 1.81261e+05 7.39023e+04 1.19458e+03 2.49628e+05 4.94539e+05 2.89487e+04 6.56236e+05 6.82810e+05 3.21810e+05 4.15110e+05 6.34935e+05 9.64932e+05 3.91748e+05 4.73368e+05 4.70123e+03 3.96293e+03 1.31777e+00 1.83677e+03 5.27378e+01 2.13495e+03 8.62647e+02 1.92502e+02 2.68683e+02 6.67309e+02 3.07075e+02 7.28085e+02 2.80854e+02 1.56047e+02 3.58869e+00 2.83853e+03 1.38901e+03 1.19055e+02 2.12637e+03 1.93404e+03 1.16015e+03 9.45734e+02 7.49786e+02 7.93529e+03 3.86685e+03 3.84682e+03 1.08073e+02 3.71359e+01 1.40015e-01 6.02176e+05 2.75146e+04 8.78101e+03 1.30613e+04 3.27401e+03 1.60099e+04 2.22126e+04 7.89398e+03 4.15221e+04 1.39703e+04 6.68894e+03 6.98208e+01 2.77093e+04 1.64469e+05 7.54723e+03 1.60107e+05 1.68758e+05 8.61901e+04 6.85115e+04 1.25609e+05 4.94640e+05 1.25230e+05 1.49590e+05 2.25703e+03 2.46202e+03 2.28471e-01 2.55570e-01 1.73006e-01 1.92015e+01 3.21445e-01 6.82361e-01 5.11122e-01 7.15812e-01 3.85878e-01 1.32174e+00 3.36056e-01 1.99882e-01 2.03902e-01 2.81082e-01 2.52943e-01 3.04494e-01 2.93377e-01 2.88758e-01 3.63540e-01 1.43083e+00 3.00293e-01 2.58882e+00 1.42787e-01 1.90713e+00 2.33609e-01 2.98659e-01 3.21187e-01 9.19963e-04 1.33378e-04 3.52254e-04 1.25446e-04 2.55074e-04 6.39179e-05 3.46172e-04 1.72339e-04 3.22277e-04 3.52444e-05 6.09311e-05 2.26998e-05 1.79081e-03 1.31284e-03 3.23244e-05 4.16626e-04 9.26633e-04 1.42060e-03 1.00411e-03 1.89967e-04 2.42701e-03 1.31310e-03 3.70038e-03 5.85170e-03 1.37780e-03 7.39793e-01 1.57040e+04 1.65735e+03 6.19465e+03 1.17381e+04 3.59468e+03 9.63668e+03 1.99408e+04 1.60449e+04 2.29587e+04 7.31101e+03 4.57199e+03 1.63333e+02 1.41935e+04 1.35788e+05 4.00806e+03 5.23185e+04 5.56811e+04 2.96574e+04 3.50683e+04 4.22108e+04 3.32512e+05 1.42230e+05 1.43108e+05 4.94518e+03 3.40990e+03 9.85477e-01 6.78728e+05 3.53491e+04 1.55803e+05 2.03356e+05 6.00210e+04 2.79183e+05 1.85296e+05 1.08080e+05 1.45297e+05 3.21634e+04 3.14074e+04 3.99617e+04 4.16304e+05 6.89217e+05 1.84364e+04 5.36865e+05 3.38354e+05 9.20318e+04 3.09938e+05 3.51901e+05 2.95340e+06 1.55170e+00 4.90738e+05 1.93508e+02 5.55368e+04 4.46412e-01 2.09175e+05 1.12089e+04 3.45797e+04 3.00421e+04 2.21056e+04 2.29076e+04 4.84728e+04 2.32123e+04 5.04110e+04 1.64414e+04 9.96938e+03 1.98790e+02 6.18265e+04 1.03397e+05 8.19815e+03 1.13438e+05 1.19830e+05 5.20344e+04 3.46954e+04 5.76317e+04 3.21459e+05 1.12318e+05 1.27418e+05 4.61840e+03 1.88580e+03 7.43502e-01 2.58145e+06 1.65186e+05 1.37585e+05 1.91168e+05 1.56457e+04 2.81125e+04 8.61215e+04 2.81233e+04 9.53370e+04 4.63721e+04 2.05634e+04 2.79671e+02 6.52568e+05 2.43859e+05 1.88457e+04 4.02018e+05 3.48701e+05 4.34832e+05 2.36158e+05 1.32457e+05 6.43663e+05 3.24038e+05 5.00598e+05 2.01825e+03 2.63223e+03 1.83664e-04 5.13777e+05 2.36506e+04 1.35066e+05 7.52025e+04 1.79810e+04 3.50361e+04 8.69987e+04 3.36943e+04 1.25809e+05 5.02800e+04 2.25052e+04 6.93573e+02 1.76991e+05 3.37243e+05 2.84028e+04 4.82899e+05 7.22264e+05 4.21803e+05 3.37385e+05 4.64778e+05 6.77807e+05 5.04910e+05 5.26644e+05 2.23163e+04 5.10380e+03 7.60962e+00 1.58930e+02 4.34760e+01 1.53052e+03 4.50247e+01 6.39186e+00 4.14708e+01 2.98826e+01 4.28018e+01 2.26110e+01 1.21740e+01 4.12953e+00 5.82345e+00 1.07343e+02 2.27818e+02 3.16432e+01 1.50611e+02 1.26347e+01 2.23382e+01 3.38813e+02 4.38206e+01 1.19519e+03 2.54655e-01 3.89255e+02 2.47977e-01 1.11557e+01 3.58264e-01 1.18623e+05 5.32471e+03 9.76100e+03 2.38488e+04 6.11726e+03 1.66062e+04 3.79797e+04 1.62764e+04 4.71180e+04 1.68490e+04 8.06478e+03 1.73743e+02 3.03702e+04 9.96317e+04 8.08434e+03 1.61126e+05 1.85593e+05 9.65686e+04 3.50494e+04 7.02366e+04 3.93324e+05 1.53569e+05 1.96339e+05 3.71826e+03 2.22497e+03 4.01840e-01 5.19790e+04 8.78870e+03 7.91757e+05 3.99866e+04 1.21094e+04 3.22698e+04 7.33811e+04 3.49039e+04 9.16823e+04 3.04737e+04 1.78270e+04 2.24758e+02 1.74517e+05 3.13235e+05 9.46123e+03 1.62358e+05 1.56915e+05 9.62185e+04 1.07352e+05 1.26910e+05 6.32856e+05 4.78932e+05 4.21033e+05 1.29534e+04 6.38823e+03 2.85041e+01 6.40750e+06 2.66136e+05 2.64917e+05 5.39699e+05 1.55164e+05 3.84653e+05 8.12985e+05 3.18934e+05 1.01583e+06 3.48978e+05 1.60743e+05 2.69227e+03 1.03572e+06 6.91019e+05 1.21802e+05 2.26526e+06 2.71811e+06 1.52024e+06 1.55647e+06 2.75554e+06 5.50490e+06 1.36471e+06 1.47163e+06 2.44536e+04 3.87310e+04 1.05027e+00 1.36381e+05 2.56260e+04 8.46632e+04 3.60060e+04 5.43895e+04 3.55496e+04 7.70735e+04 3.78499e+04 1.27282e+05 3.79469e+04 2.33631e+04 5.34567e+02 1.78066e+05 1.42779e+06 4.54153e+04 7.27943e+05 7.27879e+05 5.07332e+05 4.77574e+05 4.04058e+05 1.54896e+06 4.58876e+05 5.12189e+05 1.86688e+04 1.23897e+04 4.41493e+00 3.07086e+01 4.11890e+00 2.11726e+01 1.15441e+00 2.79294e-01 8.43225e-01 1.09739e+00 5.88512e-01 1.02012e+00 3.68695e-01 3.17297e-01 2.66105e-01 1.64397e+01 2.97581e+01 1.93423e+00 1.52919e+01 1.45311e+01 8.69260e+00 5.20504e+00 7.31082e+00 4.02289e+01 1.82771e+01 2.04974e+01 9.07255e-01 7.15537e-01 3.17773e+00 2.23565e+06 1.17883e+04 7.79802e+03 4.04247e+04 6.38497e+05 9.02226e+04 7.13497e+04 2.14978e+04 8.58042e+04 9.38359e+03 9.99848e+04 3.72493e+04 2.81869e+00 5.11179e+05 4.12730e+04 5.31963e+05 1.18316e+06 3.59587e+05 3.11834e+05 2.10708e+04 4.45388e+05 6.39734e-01 3.43730e+05 4.08400e+03 1.17211e+06 6.31712e-05 3.09585e-01 3.22614e-01 1.15139e+00 2.83635e+00 1.53682e+00 9.02162e-01 2.13206e+00 1.22992e+00 7.18455e-01 3.63455e-01 3.46098e-01 1.07142e-01 5.49865e-01 4.66883e-01 6.77072e-03 8.72671e-02 1.94094e-01 3.47844e-01 3.54549e-01 6.70768e-02 1.44748e+00 4.06721e-01 7.99774e-01 3.80017e-01 2.93727e-01 1.95526e+00 3.62190e+06 7.06760e+05 7.80667e+04 8.58187e+06 4.36360e+05 2.24809e+05 1.06022e+06 2.46024e+05 1.52248e+06 1.65993e+05 1.49998e+05 1.32497e+04 1.17342e+06 2.85860e+06 1.76612e+05 2.27633e+06 5.06287e+06 1.25368e+06 1.13216e+06 5.83528e+05 6.77969e+06 1.19455e+00 1.03665e+06 1.11183e-03 3.19094e-01 1.42341e-03 3.02464e-01 1.39442e-01 1.68551e+01 3.10817e-01 9.39350e-01 8.32192e-01 1.27465e+00 5.94921e-01 1.44345e+00 1.18023e+00 2.80565e-01 3.44301e-01 2.01623e+00 2.65300e-01 2.43863e-01 2.72763e-01 2.56414e-01 2.45277e-01 5.95026e+00 4.08483e-01 2.40741e+00 2.57056e-01 1.67880e+00 1.76737e-01 2.12080e-01 4.98700e-01 2.78743e-01 1.30336e-01 1.16270e+01 2.44569e-01 4.19710e-01 4.39879e-01 4.59719e-01 2.68473e-01 7.31843e-01 2.64143e-01 1.31077e-01 1.38239e-01 4.82836e-01 9.32337e-02 1.66300e-01 1.88297e-01 3.13846e-01 2.11102e-01 1.05653e+00 1.68788e-01 1.53213e+00 1.71717e-01 1.01038e+00 2.09874e-01 1.89505e-01 2.77193e+00 3.85428e+03 1.52090e+02 3.28826e+05 7.42606e+03 2.70457e+03 7.72563e+03 2.98610e+04 1.09835e+04 4.13895e+04 1.43108e+04 5.43916e+03 7.96246e+01 3.34970e+04 2.83987e+05 3.34533e+03 7.94111e+04 5.53385e+04 5.34301e+04 5.02491e+04 5.34003e+04 2.61210e+05 1.72556e+05 1.78980e+05 1.64176e+03 1.11888e+03 2.19980e+00 6.47155e-01 9.38119e-02 8.62380e+01 3.27644e+00 2.64893e+00 1.34106e+00 6.00231e+00 2.11232e+00 3.42736e+00 3.02126e+00 1.01993e+00 0.00000e+00 7.16905e-01 4.72806e-01 4.25825e-03 5.48841e-02 1.22070e-01 6.35519e-01 6.08459e-01 2.25333e-01 8.97019e-01 2.32947e+00 2.81401e+00 2.67218e-02 2.47919e-01 5.00008e-01 2.11893e+04 1.01099e+03 9.34861e+02 8.45145e+02 3.71443e+02 2.96437e+02 5.71837e+02 4.15994e+02 7.93938e+02 3.03383e+02 1.40587e+02 5.19345e+01 2.25129e+03 3.64343e+03 2.27273e+02 3.20733e+03 1.01339e+04 1.69763e+03 3.16945e+03 2.97959e+03 2.61268e+03 2.15243e+03 2.62703e+03 7.28510e+01 4.64317e+02 7.69919e+01 1.22932e+06 1.04845e+02 8.32220e+04 1.52048e+06 1.01618e+05 2.89309e+05 5.16453e+05 1.80166e+05 2.88743e+05 5.17576e+04 1.44581e+05 1.92703e+00 4.13676e+05 1.09664e+06 5.51016e+04 8.90342e+05 6.77184e+05 3.58821e+05 1.55818e+06 8.12260e+05 4.16783e+06 6.26495e+03 3.52770e+05 1.36898e+01 1.40527e+01 2.63149e+02 1.22028e+07 1.89323e+06 1.07071e+06 5.10383e+06 4.22255e+05 1.76727e+06 1.69241e+07 8.82494e+06 4.53247e+06 2.61682e+02 1.22028e+06 5.32961e+05 3.69350e+06 7.70709e+06 9.22009e+05 1.18837e+07 2.64309e+07 6.27715e+01 7.37808e+06 8.63851e+01 2.27369e+06 2.57607e+01 3.75792e+06 1.48519e-02 4.26249e+00 3.65340e+04 2.32999e+05 1.82232e+04 8.99276e+03 5.94639e+03 1.64569e+03 5.33187e+03 1.18501e+04 5.39562e+03 1.63963e+04 5.06652e+03 2.40714e+03 2.32535e+01 2.83861e+04 7.42523e+04 1.76443e+03 3.97443e+04 4.45505e+04 2.18561e+04 1.87465e+04 3.57495e+04 2.09574e+05 7.53121e+04 8.49601e+04 1.30384e+03 1.08000e+03 5.70030e-01 6.54980e+03 1.47411e+03 6.42715e+02 9.52896e+02 2.65882e+02 8.13582e+02 1.70346e+03 7.44544e+02 1.80248e+03 5.59439e+02 3.37657e+02 3.82426e+00 1.98455e+03 7.76195e+03 8.78449e+02 1.15604e+04 1.47809e+04 8.01988e+03 4.53942e+03 7.58461e+03 1.94631e+04 5.05826e+03 7.28225e+03 1.62089e+02 1.11622e+02 1.27300e+00 6.57080e+02 2.07066e+01 5.09741e+02 5.49449e+03 1.71650e+03 5.32091e+03 1.06563e+04 5.39620e+03 1.09064e+04 4.36872e+03 2.46373e+03 3.45574e+01 1.45912e+03 7.30147e+03 6.82621e+02 1.02227e+04 1.01085e+04 5.74420e+03 4.31141e+03 6.76460e+03 5.03818e+04 1.44132e+04 1.76278e+04 7.08967e+02 5.21559e+02 6.61321e-02 4.10321e+03 2.30633e+02 3.13288e+02 2.15448e+02 1.05535e+02 3.80854e+02 6.07601e+02 3.50171e+02 6.14764e+02 2.82924e+02 1.72318e+02 1.73269e+00 5.85736e+02 3.61168e+03 3.80097e+02 5.44505e+03 4.49099e+03 4.00961e+03 1.84159e+03 3.19609e+03 7.67794e+03 3.16122e+03 3.10183e+03 8.05256e+01 1.49188e+00 5.77361e-03 3.01149e+05 1.50761e+04 2.78795e+06 1.94154e+05 5.65229e+04 1.78416e+05 6.21424e+05 1.93398e+05 6.28923e+05 2.15039e+05 8.86497e+04 1.69680e+03 9.71184e+05 1.45659e+06 4.59649e+04 1.09386e+06 9.53007e+05 5.12955e+05 5.56059e+05 7.41824e+05 4.19645e+06 1.50795e+06 1.36915e+06 1.47806e+04 9.21392e+03 9.37514e+00 1.00089e+03 6.93738e+01 1.08984e+02 2.70761e+02 6.78559e+01 2.04224e+02 4.13514e+02 1.68621e+02 5.04498e+02 1.67686e+02 8.86216e+01 1.70060e+00 2.95375e+02 4.33314e+02 3.86739e+01 9.13415e+02 7.89013e+02 4.59506e+02 4.58685e+02 7.31903e+02 1.97527e+03 8.15314e+02 1.14112e+03 1.44527e+01 1.01950e+01 8.14486e-03 4.94800e+05 4.40416e+04 1.37882e+04 2.86963e+05 2.96993e+04 1.03974e+05 1.70764e+05 1.32837e+05 1.84890e+05 6.92024e+04 3.55973e+04 4.62570e+02 4.87651e+05 2.67039e+05 9.17111e+03 3.48330e+05 2.97948e+05 2.78607e+05 2.86819e+05 1.36708e+05 1.32784e+06 4.96441e+05 5.83989e+05 9.74155e+03 1.17453e+04 2.41634e-01 2.95043e+03 1.43031e+02 1.55668e+03 1.69982e+03 3.22823e+02 1.13148e+03 1.99599e+03 1.08079e+03 2.19518e+03 6.83277e+02 4.33107e+02 5.24579e+00 3.21831e+03 5.54027e+03 1.30947e+03 1.55777e+04 1.39090e+04 7.76849e+03 1.17676e+04 1.81049e+04 4.15927e+04 1.22528e+04 1.39266e+04 9.35518e+02 5.82009e+02 4.47312e-02 2.11322e+05 1.43989e+04 3.85304e+03 1.62896e+03 3.20485e+02 1.10700e+03 2.60707e+03 7.65864e+02 3.30393e+03 1.23072e+03 5.23980e+02 5.14116e+00 1.32001e+04 5.36577e+03 9.37069e+02 1.68049e+04 2.69406e+04 4.18377e+03 6.45186e+03 1.19646e+04 6.48084e+04 1.55098e+04 1.99056e+04 3.41396e+02 3.93358e+02 2.31013e+00 1.14799e+03 5.47786e+02 1.09942e+03 4.47271e+04 1.15671e+04 7.49195e+04 4.64978e+05 8.87284e+04 7.52557e+05 6.52763e+04 6.44276e+03 3.47059e+03 1.56530e+05 2.14114e+05 2.21570e+04 2.85579e+05 6.35168e+05 1.86471e+05 7.34281e+05 1.84749e+05 1.70088e+06 3.48843e+04 6.15896e+05 2.21220e+04 1.12042e+04 2.25378e-01 5.05444e+05 1.10151e+00 6.46329e+04 1.68448e+05 1.22640e+05 2.04822e+05 4.65958e+05 3.65475e+05 1.71921e+05 2.09596e+05 2.97004e+04 2.00474e+04 7.15563e-01 1.06914e+06 6.01727e+04 5.53547e+05 4.81136e+05 1.31932e+05 9.72438e+05 2.52993e+05 2.24083e+06 4.34598e-01 4.55364e+05 1.80730e+00 8.84501e+04 1.16903e+00 2.66131e+05 4.96020e+00 1.15922e+04 5.30541e+04 2.19836e+03 6.90861e+04 2.07581e+05 1.58362e+05 1.40230e+05 7.15597e+03 2.60995e+04 5.12992e+03 3.00905e+02 2.50654e+05 7.22544e+04 1.66844e+05 1.23122e+05 5.20925e+04 2.87603e+05 4.94017e+04 1.26351e+06 2.10244e-01 1.47837e+05 2.01187e-01 3.69729e+04 8.37598e-01 7.59576e+04 7.43708e+03 5.64074e+02 4.33286e+02 2.11195e+02 8.24626e+02 1.27744e+03 8.74267e+02 1.39275e+03 4.61010e+02 3.07298e+02 3.19622e+00 9.01972e+02 7.91155e+03 4.19219e+02 7.73275e+03 6.27279e+03 3.61170e+03 6.48306e+03 8.82324e+03 2.04712e+04 3.22112e+03 4.82570e+03 1.01776e+02 1.22065e+02 9.12408e-02 1.49321e-01 2.16488e-02 1.09425e+00 6.59422e+00 2.71270e+00 1.47518e+00 4.39344e+00 1.19937e+00 7.98628e+00 1.10007e+00 6.92763e-01 1.24761e+00 6.79936e-01 6.81621e-01 4.52039e-03 5.82628e-02 1.29585e-01 2.15168e-01 3.69076e-01 2.23569e-01 6.47103e-01 2.25941e-01 2.96661e-01 4.66508e-04 1.33888e-01 1.22856e-02 2.13807e+04 1.72106e+03 1.55789e+04 2.07262e+04 6.40770e+03 1.77782e+04 3.49927e+04 1.70764e+04 4.20517e+04 1.41846e+04 8.19530e+03 1.53387e+02 3.74560e+04 7.51768e+04 5.24719e+03 8.36942e+04 7.67943e+04 4.11759e+04 4.15078e+04 6.97641e+04 5.07024e+05 1.41831e+05 1.72990e+05 5.60873e+03 4.62838e+03 2.78990e-01 5.07422e+05 1.76921e+04 4.27329e+04 1.58484e+05 7.24363e+04 1.35329e+05 3.56725e+05 2.12827e+05 1.82625e+05 1.23889e+05 4.27022e+04 6.78448e+03 3.35489e+05 2.96165e+05 1.34432e+04 3.13073e+05 2.96531e+05 5.36560e+05 3.96642e+05 2.26315e+05 1.69834e+06 1.99457e+05 4.45431e+05 1.90647e-01 0.00000e+00 2.08239e+01 6.51545e+05 2.46660e+04 4.21174e+03 4.22421e+05 1.30038e+05 9.68380e+04 2.39396e+05 8.99293e+04 2.18222e+05 1.11638e+05 5.50585e+04 1.35009e+03 3.37095e+05 6.57719e+05 4.92300e+03 2.95560e+05 7.00036e+05 2.44962e+05 8.02213e+05 2.49668e+05 1.77509e+06 4.89504e+05 7.42868e+05 1.33547e+05 9.30543e+04 1.25744e+00 2.26926e+06 1.10862e+05 5.04222e+04 1.21724e+05 2.39801e+04 7.37389e+04 1.89021e+05 6.19606e+04 1.79267e+05 6.07999e+04 3.07963e+04 5.23284e+02 2.34210e+05 4.05529e+05 3.25038e+04 1.02025e+06 1.19444e+06 6.27564e+05 4.54113e+05 7.20311e+05 1.97951e+06 2.68667e+05 5.64572e+05 5.54899e+03 5.05448e+03 1.64815e-01 2.77165e+04 3.27894e+03 7.46375e+03 5.70681e+03 1.52219e+03 4.54522e+03 7.74432e+03 7.52615e+03 1.12270e+04 4.85919e+03 2.01421e+03 3.07293e+01 1.96228e+04 3.22482e+04 2.86706e+03 3.17857e+04 2.98690e+04 1.70267e+04 2.04511e+04 2.55556e+04 6.39726e+04 1.89524e+04 2.47426e+04 6.07198e+02 3.66884e+02 7.12969e-01 3.43364e+04 1.86917e+03 2.46774e+02 3.83465e+04 4.61944e+03 1.10621e+04 2.29364e+04 1.07390e+04 2.84175e+04 8.22275e+03 5.01236e+03 5.22346e+01 4.93975e+03 1.44921e+04 2.02757e+03 2.36196e+04 2.45076e+04 2.26173e+04 1.34874e+04 5.55715e+03 5.55036e+04 4.38436e+04 6.05889e+04 1.83064e+03 8.66673e+02 5.97822e-03 4.09042e-01 2.72959e-01 4.37886e+02 8.91866e+01 4.67455e-01 4.03477e-01 6.12242e-01 3.07028e-01 8.97352e+01 2.88270e-01 1.48198e-01 1.51664e-01 5.53778e-01 3.36986e-01 2.49446e-01 1.63061e+02 1.10968e+03 2.56037e-01 1.54682e+00 3.33203e-01 1.33777e+02 3.57586e-01 1.16183e+00 3.45669e-01 1.80957e-01 4.94842e-01 1.21598e-01 1.76294e-02 3.04376e-01 1.68504e-01 1.45883e+00 6.29168e-01 6.96843e-01 6.61066e-01 1.16155e+00 9.83434e-01 2.73637e-01 2.51917e-01 1.79900e-01 2.75681e-01 2.22379e-01 9.01620e-02 2.00533e-01 3.00776e-01 8.59774e-01 3.65140e-01 2.05717e+00 3.22632e-01 1.56268e+00 2.20366e-02 3.16559e-01 1.09645e+01 2.62516e+05 9.85453e+03 1.22293e+05 8.32669e+03 6.61609e+02 3.58273e+04 5.62252e+04 3.93910e+04 3.42278e+04 5.09215e+03 3.41213e+03 1.93717e+01 2.07694e+05 6.49299e+04 7.82607e+03 2.09011e+05 1.31308e+05 6.34559e+04 4.95529e+04 1.14583e+05 7.05519e+05 1.87581e+04 5.11847e+04 2.49312e+02 1.21697e+03 4.88006e-02 2.34750e+05 1.74015e+05 1.27649e+05 1.67786e+05 1.24765e+05 7.14183e+04 8.94951e+05 3.62514e+05 1.33790e+06 1.18910e+05 3.07736e+04 1.27376e+05 7.10274e+05 4.73833e+05 1.00090e+05 1.18122e+06 2.93841e+06 3.94451e+05 4.00912e+05 9.32738e+05 1.28847e+07 7.58178e-02 1.40149e+06 8.08597e-02 1.17649e+06 1.33737e-01 1.29699e+03 9.94488e+01 1.39236e+01 1.99878e+02 5.29811e+01 1.66008e+02 3.11168e+02 1.00789e+02 3.80237e+02 1.26829e+02 7.47253e+01 3.22656e+00 5.13809e+01 1.60798e+03 4.35131e+01 6.68422e+02 7.83764e+02 3.92481e+02 5.43818e+02 8.75156e+02 9.80844e+02 2.16524e+02 2.81106e+02 5.80764e+00 7.37172e+00 1.95636e+02 3.44411e+06 6.39867e+05 7.19737e+05 2.70849e+06 1.19979e+06 5.99908e+05 1.66219e+06 6.59646e+05 2.20889e+06 3.32723e+05 6.73155e+05 3.44527e+05 7.33824e+05 7.95172e+05 1.61200e+05 4.31990e+06 3.19622e+06 9.19317e+05 1.40839e+06 7.09966e+05 3.11545e+06 4.24196e-01 1.23864e+06 5.46211e+03 4.02143e+04 7.95647e-01 2.13692e+05 3.76415e-01 5.81174e+03 1.88760e+04 1.70013e+03 3.62347e+03 4.52849e+04 2.41593e+04 8.17173e+03 2.81528e+03 2.27748e+02 2.86481e+03 2.13903e+04 8.86849e+04 3.93390e+04 7.79510e+04 1.05860e+05 1.13783e+04 1.67759e+04 3.63678e+04 9.45445e+04 3.34149e-01 1.14198e+04 4.66486e-01 4.29232e+03 8.45867e+00 1.03650e+05 6.98138e+03 9.76586e+03 3.48925e+03 1.49802e+03 4.02214e+03 6.98058e+03 4.37460e+03 9.21065e+03 2.73500e+03 1.98843e+03 2.87776e+01 1.50849e+04 3.15675e+04 1.35046e+03 1.94665e+04 1.70642e+04 9.14641e+03 2.43013e+04 2.99866e+04 1.02700e+05 3.05856e+04 3.44857e+04 9.39468e+02 7.10508e+02 8.77794e-01 6.94762e+03 7.56729e+02 9.21099e+04 1.88155e+04 6.09070e+03 1.67342e+04 2.61270e+04 1.63777e+04 4.66890e+04 1.59433e+04 7.86516e+03 2.18787e+02 1.11056e+04 6.16914e+04 6.14861e+03 1.04259e+05 1.09197e+05 5.91309e+04 1.70946e+04 4.31319e+04 1.97740e+05 3.24362e+04 3.92304e+04 8.60717e+02 8.53495e+02 9.50886e-01 1.98767e+05 1.08931e+04 3.82372e+04 3.70975e+04 3.53648e+04 3.47108e+04 8.74239e+04 3.55461e+04 9.76109e+04 3.35181e+04 1.70527e+04 2.17951e+02 8.59447e+04 1.24900e+05 9.11821e+03 1.86246e+05 1.65126e+05 8.15061e+04 1.37767e+05 1.76825e+05 5.15196e+05 2.68695e+05 3.20969e+05 4.50981e+03 3.00298e+03 8.33985e-01 1.20598e+07 2.13818e+05 9.29217e+05 5.90973e+06 4.77642e+06 9.35505e+05 2.90981e+06 1.58103e+06 2.46584e+06 7.21374e+05 6.39194e+05 8.87505e+03 3.32756e+06 1.41518e+07 4.18965e+06 8.47786e+06 8.69617e+06 4.56486e+06 1.54970e+07 1.17389e+06 3.18690e+07 6.05551e-01 4.55837e+06 3.14659e-01 3.55515e+05 1.15819e+00 4.95563e+04 1.82496e+03 6.50964e+03 3.14461e+04 1.29130e+04 2.01815e+04 5.23312e+04 1.85195e+04 4.81616e+04 1.58867e+04 8.86945e+03 2.42249e+02 1.25227e+04 1.14642e+05 5.11721e+03 9.21287e+04 9.82167e+04 4.54179e+04 5.95717e+04 9.63448e+04 6.13199e+05 1.84926e+05 2.61921e+05 6.10536e+03 4.95804e+03 5.65176e-01 3.69169e-01 3.68983e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68997e-01 3.68997e-01 3.68997e-01 3.68973e-01 3.68996e-01 3.68991e-01 3.68996e-01 3.68974e-01 3.60634e-01 5.86172e+05 2.56761e+04 2.75250e+04 2.49218e+04 8.82192e+03 2.60737e+04 5.50332e+04 2.33583e+04 7.35515e+04 2.43097e+04 1.24375e+04 2.07169e+02 9.89796e+04 2.28483e+05 1.11061e+04 2.02191e+05 2.06668e+05 1.16351e+05 6.04438e+04 1.19112e+05 5.62173e+05 1.46348e+05 1.96577e+05 5.87035e+03 3.22073e+03 2.37225e+00 1.14715e+06 1.87978e+05 1.36333e+04 2.79726e+03 2.46957e+02 2.62615e+03 7.94990e+02 8.42976e+02 5.28449e+00 6.18096e-01 1.69158e+04 6.25736e+02 6.56305e+03 1.10119e-01 1.25481e+03 1.61731e+04 3.59713e+04 2.90380e+03 2.99577e+04 4.50215e+03 7.48652e+04 3.79831e-01 3.42346e+04 3.56203e-04 1.02230e-01 4.95644e-01 2.68146e+05 1.30479e+04 7.34489e+06 3.62411e+05 1.72758e+05 2.66068e+05 9.60261e+05 3.87007e+05 8.78743e+05 2.58533e+05 1.76897e+05 5.38806e+03 2.79602e+06 4.06581e+06 1.30495e+05 3.06090e+06 2.19875e+06 1.82827e+06 1.89533e+06 2.03920e+06 9.51362e+06 1.95700e+06 3.87291e+06 6.87711e+04 4.59134e+04 2.33514e+01 2.26816e+06 1.16966e+05 6.70440e+06 3.13012e+06 6.41436e+05 2.15163e+06 4.40871e+06 1.38145e+06 4.84199e+06 1.42120e+06 9.62102e+05 1.65758e+05 4.08473e+06 1.13656e+07 1.52731e+06 5.24464e+06 7.35138e+06 3.03518e+06 8.38764e+06 5.87481e+06 6.21711e+07 3.01398e+06 1.35770e+07 1.53098e+05 7.20196e+05 4.34152e-01 7.23319e+04 4.71950e+03 4.21356e+03 4.13620e+03 1.21115e+03 3.50381e+03 9.40445e+03 3.53702e+03 1.01136e+04 3.35562e+03 1.68176e+03 2.04584e+01 1.66805e+04 8.01647e+04 1.09277e+03 2.52226e+04 3.22841e+04 1.60062e+04 1.95629e+04 2.90186e+04 6.25700e+04 1.72994e+04 2.37116e+04 3.52533e+02 4.41516e+02 5.32266e+00 3.11850e+00 2.01726e-01 1.55282e+00 5.39969e+00 5.59108e+00 2.81485e+00 9.78413e+00 4.31039e+00 1.63560e+01 3.03044e+00 2.60211e+00 6.65760e+03 7.22533e-01 1.17651e+00 8.00640e-03 2.27120e-01 1.50765e-01 8.50561e-01 2.80089e+00 2.33974e+00 8.13788e+00 1.25507e+00 7.49536e+00 1.65214e-01 1.49106e-01 2.49225e-01 7.07646e+05 8.49431e+03 2.05344e+04 1.65807e+05 1.77721e+05 1.15871e+05 1.43741e+05 8.20426e+04 1.54604e+05 3.01589e+04 1.24323e+05 4.63166e+04 1.02961e+00 1.63742e+06 4.54661e+04 6.50432e+05 1.26242e+06 6.47396e+05 3.52987e+05 1.44799e+04 7.74404e+05 8.69477e-01 9.51900e+05 3.71006e-01 8.72536e-01 3.44235e-01 3.46099e+06 7.07942e+05 2.69180e+05 2.43751e+05 5.47748e+05 1.63982e+04 4.49047e+05 1.49248e+05 1.91756e+05 9.29479e+03 8.29285e+04 1.72251e+04 3.74703e+05 3.58930e+05 7.24323e+03 9.33572e+04 2.07639e+05 8.15685e+03 7.38141e+05 2.03140e+05 9.49475e+05 3.89161e+04 2.91887e+05 1.45995e+03 4.19004e+05 3.47082e+00 1.54834e+04 1.95321e+03 4.37517e+02 3.67186e+02 1.18861e+02 4.23145e+02 7.92911e+02 4.08699e+02 5.66756e+02 4.54406e+02 1.72221e+02 1.78471e+00 1.35253e+03 5.71945e+03 7.17380e+02 9.10181e+03 1.00304e+04 5.27355e+03 3.00555e+03 5.38993e+03 2.06301e+04 4.87237e+03 7.19606e+03 2.33105e+02 1.69697e+02 3.40958e-02 3.90999e+06 2.64418e+05 4.16908e+05 1.21657e+06 7.99815e+05 2.89905e+05 1.69768e+05 3.30770e+05 1.04949e+00 3.30983e-01 4.26195e+05 1.58779e+05 4.09035e+04 3.86888e+06 4.90359e+05 3.09165e+06 1.61086e+07 2.01910e+06 4.81761e+06 7.33622e+04 4.41581e+06 4.51258e-01 2.44552e+06 3.25989e-01 6.90232e+05 3.34112e+01 9.05812e+05 4.46936e+05 2.58558e+06 1.14336e+06 5.83242e+05 2.53393e+05 5.87629e+05 8.30754e+04 2.57835e+05 2.28926e+05 1.48149e+05 1.96831e+04 8.36577e+05 1.04618e+06 3.33720e+04 1.87279e+06 3.99004e+04 8.14275e+05 3.69273e+05 2.08147e+05 1.01411e+06 7.37913e+04 3.56286e+05 3.81245e+02 1.09417e+05 5.96559e+00 4.85241e+05 2.75355e+04 6.29797e+04 4.65477e+04 1.13963e+04 3.81076e+04 8.23599e+04 3.40117e+04 8.25159e+04 2.71627e+04 1.51523e+04 2.43908e+02 1.42144e+05 1.50594e+05 1.50431e+04 2.66694e+05 2.86217e+05 1.51865e+05 1.81543e+05 3.10439e+05 7.00429e+05 1.35029e+05 2.31906e+05 4.87849e+03 2.62902e+03 6.05466e-02 1.26412e+05 5.04903e+03 2.51934e+05 1.46869e+05 1.39017e+03 6.67390e+03 7.89753e+03 4.33208e+03 1.28730e+04 3.09061e+03 1.66483e+03 1.82784e+01 1.63418e+05 2.62285e+05 1.70687e+04 2.54550e+05 1.90737e+05 1.82695e+05 8.92547e+04 7.99740e+04 4.55259e+05 1.26431e+05 1.32173e+05 4.83151e+03 3.20879e+03 2.35348e-01 1.33497e+05 3.42005e+04 9.66552e+04 4.17072e+04 2.03012e+04 3.30616e+04 5.20647e+04 3.42996e+04 5.15070e+04 3.05176e+04 2.30972e+04 7.91451e+02 1.23931e+05 1.49682e+05 6.88344e+04 2.04951e+05 1.98936e+05 1.48510e+05 1.22686e+05 1.72561e+05 6.98159e+05 2.42277e+05 3.00660e+05 9.02253e+04 3.08315e+04 5.59213e-01 0.00000e+00 +6.48287e+05 2.78487e+04 6.68162e+03 3.03455e+04 5.92023e+03 2.12747e+04 6.73089e+04 2.31318e+04 6.82817e+04 1.95937e+04 8.12922e+03 4.01211e+02 4.58019e+04 1.43623e+05 1.67357e+03 4.11642e+04 4.41776e+04 2.56456e+04 1.86657e+05 3.40613e+05 4.63700e+05 4.66422e+04 6.87794e+04 2.18178e+02 2.81426e+03 4.74848e-02 3.15148e+05 1.48586e+04 4.50111e+04 6.40861e+03 4.52944e+03 7.54853e+03 1.74641e+04 9.61416e+03 2.24550e+04 5.54540e+03 3.01332e+03 7.85486e+01 9.91820e+04 8.19507e+04 2.24948e+03 3.88526e+04 4.03824e+04 2.22648e+04 3.59311e+04 4.30129e+04 3.14083e+05 4.83890e+04 4.76192e+04 2.42836e+02 6.23595e+03 3.38695e+00 1.16681e+06 6.60265e+04 1.37704e+06 2.74701e+04 1.06858e+04 3.57708e+04 1.14905e+05 5.07205e+04 1.86601e+05 6.66187e+04 2.06499e+04 1.50583e+03 1.08425e+06 1.02681e+06 1.97098e+04 4.58156e+05 3.85492e+05 2.09107e+05 3.65065e+05 8.17370e+05 1.57581e+06 5.30282e+05 5.53216e+05 1.11528e+03 7.83689e+03 9.38551e-01 2.44629e+03 1.11947e+02 1.98728e+03 1.31314e+03 3.62459e+02 1.37119e+03 3.54321e+03 1.80744e+03 3.92222e+03 1.08494e+03 4.71250e+02 2.77740e+01 6.40479e+03 1.20017e+04 1.23699e+03 1.57183e+04 1.66568e+04 9.24596e+03 6.35063e+03 1.27848e+04 1.33111e+05 2.23384e+04 2.26713e+04 2.13653e+02 2.95979e+03 1.68581e+00 1.34138e+06 5.67972e+04 2.03845e+06 1.04268e+05 1.89045e+04 6.66530e+04 1.90599e+05 7.77913e+04 2.40895e+05 8.34215e+04 3.02337e+04 2.43742e+03 1.81022e+06 1.05851e+06 2.73595e+04 5.58666e+05 6.03307e+05 3.01715e+05 2.05860e+05 3.58872e+05 2.25094e+06 3.47297e+05 4.49652e+05 1.73349e+03 1.52043e+04 1.82328e+00 3.05629e+03 2.07911e+02 3.17497e+03 6.17553e+02 2.55459e+02 6.63828e+02 1.54603e+03 8.01730e+02 1.07796e+03 3.86653e+02 2.97980e+02 1.93525e+01 1.05678e+04 1.19318e+04 1.01990e+03 7.23066e+03 8.76770e+03 5.62769e+03 6.10867e+03 1.09409e+04 4.57407e+04 6.99279e+03 8.55644e+03 1.70674e+02 1.24319e+03 2.44672e-01 3.99812e+06 1.14919e+05 1.82916e+06 1.88488e+06 8.40090e+05 7.58945e+05 1.85964e+06 6.83145e+05 6.59373e+05 5.64103e+05 2.61494e+05 1.95243e+04 1.27480e+06 2.70801e+06 1.97385e+05 2.70622e+06 5.55531e+06 1.98168e+06 2.47701e+06 1.16813e+06 1.08864e+07 4.59208e+06 8.93534e+06 3.67828e+03 1.05567e+06 6.58027e-01 3.25412e+05 7.97414e+03 4.64030e+04 1.18850e+04 4.87322e+03 9.18164e+03 3.67122e+04 2.33404e+04 5.48933e+04 1.56137e+04 6.41440e+03 4.71400e+02 1.39078e+05 9.56073e+04 2.63628e+03 4.16075e+04 5.79311e+04 6.89501e+03 3.43174e+04 6.57368e+04 4.09514e+05 4.58887e+04 9.02445e+04 5.39494e+02 1.12021e+04 1.42751e+00 8.80972e+01 1.17418e+01 3.42629e+03 7.91982e+02 1.91008e+02 9.05083e+02 1.03246e+04 4.48201e+02 7.08225e+02 3.30588e+02 3.43443e+02 4.78887e+01 2.31902e+04 1.18333e+04 1.85927e+03 1.35329e+04 1.50831e+04 2.01858e+04 1.36065e+04 1.58207e+04 1.16940e+05 2.33487e+04 2.47587e+04 5.42399e+02 3.32313e+03 3.08590e-01 8.57107e+06 5.40948e+05 1.53329e+07 3.94055e+06 9.95989e+05 2.89310e+06 3.80598e+06 3.35757e+06 1.51690e+06 2.22363e+06 6.22373e+05 6.07493e+04 5.90435e+06 2.12254e+07 2.60293e+05 5.74791e+06 5.94106e+06 5.43017e+06 8.69548e+06 7.00882e+06 8.32459e+07 2.70638e+06 1.16965e+07 4.37206e+04 3.89006e+05 2.57723e-01 3.87853e+06 2.21251e+03 5.13161e+05 9.29430e+05 3.89953e+05 1.19273e+06 1.69956e+06 1.39173e+06 1.52717e+06 5.35293e+05 2.30548e+05 1.76727e+04 3.37447e+06 1.45343e+06 4.08494e+05 1.87297e+06 1.45146e+06 1.22188e+06 6.21205e+06 2.94860e+06 1.75189e+07 3.38659e+06 6.09352e+06 1.97068e-01 2.05147e+05 4.41516e-01 2.57589e+05 1.05563e+04 9.45681e+05 2.26615e+04 7.87754e+03 1.87856e+04 9.20850e+04 2.96908e+04 6.75797e+04 1.80930e+04 7.29051e+03 4.42966e+02 1.16880e+06 4.90682e+05 9.92702e+03 1.82802e+05 1.74567e+05 1.03786e+05 1.79359e+05 2.77265e+05 8.05710e+05 7.01126e+04 8.09529e+04 4.22371e+02 4.43649e+03 6.49961e+02 9.98993e+03 1.23065e+03 1.37561e+04 1.27429e+04 9.13660e+02 2.66932e+03 1.19615e+04 3.02301e+03 1.06168e+04 3.33614e+03 1.44561e+03 8.77551e+01 3.66095e+04 4.07728e+04 2.17331e+03 3.71927e+04 4.55939e+04 2.74104e+04 2.73108e+04 4.47284e+04 3.21286e+05 5.68937e+04 6.66817e+04 4.06163e+02 3.18242e+03 2.88218e-02 7.10040e+03 9.79998e+02 1.82327e+05 2.86710e+04 1.86395e+04 2.63466e+04 1.86490e+05 1.12034e+05 6.70389e+04 1.88826e+04 9.52662e+03 1.40673e+03 3.06295e+05 1.60763e+05 3.55559e+03 4.20612e+04 3.74525e+04 3.32596e+04 9.53351e+04 8.93653e+04 7.72146e+05 2.10820e+05 1.83121e+05 1.98121e+03 1.38584e+04 2.40806e+00 4.15744e+06 1.79354e+05 2.31809e+05 3.59416e+05 3.58596e+05 2.77871e+05 1.07476e+06 3.56712e+05 1.19904e+06 3.63249e+05 1.45267e+05 8.41368e+03 9.49167e+05 1.21626e+06 3.66097e+04 7.15062e+05 7.99792e+05 4.77469e+05 8.72292e+05 1.57324e+06 5.97248e+06 8.35108e+05 1.19788e+06 5.81024e+03 5.40479e+04 1.08213e+00 8.62869e+03 6.16973e+02 7.26460e+03 3.69473e+03 1.04133e+03 2.97282e+03 7.46070e+03 3.30356e+03 8.38983e+03 1.91227e+03 1.18921e+03 1.03314e+02 1.48990e+04 2.02660e+04 2.21440e+03 2.32984e+04 2.87586e+04 1.78817e+04 2.57120e+04 3.60394e+04 1.89623e+05 2.57460e+04 3.32163e+04 4.70967e+02 3.40905e+03 4.64126e-01 3.47536e+05 1.93421e+04 1.51559e+05 3.55756e+04 3.50473e+04 5.28642e+04 3.98872e+05 1.03115e+05 2.66434e+05 1.08545e+04 5.95366e+03 4.18565e+02 1.63084e+05 4.04409e+05 5.94610e+03 1.25419e+05 1.66407e+05 3.26170e+04 3.61599e+05 1.30075e+05 9.77044e+05 1.30558e+05 1.79049e+05 5.26545e+03 1.46805e+05 5.39051e+05 9.14526e+05 3.59868e+04 9.96935e+04 1.44680e+06 6.71915e+05 9.87611e+05 2.65067e+06 1.36163e+06 1.35228e+06 6.63479e+05 2.62753e+05 1.21848e+05 3.32090e+06 2.09256e+06 8.89022e+05 3.00577e+06 2.91987e+06 1.25965e+06 7.04088e+06 2.57402e+06 2.27050e+07 6.47443e+06 7.29318e+06 1.58697e-01 2.42644e+05 2.96629e-01 1.56681e+04 1.74196e+03 3.02791e+03 2.39360e+03 2.93913e+02 7.08582e+02 1.47947e+03 7.23970e+02 1.64895e+03 6.17989e+02 2.76066e+02 2.02636e+01 4.55213e+03 3.02836e+03 7.16971e+02 4.88278e+03 7.00860e+03 3.25452e+03 3.59598e+03 7.48435e+03 2.49505e+04 6.38729e+03 8.40555e+03 8.53647e+01 4.95261e+02 6.25001e-01 2.67886e+05 1.37202e+04 4.83055e+03 9.24556e+03 3.35783e+03 8.96760e+03 3.49191e+04 1.21061e+04 3.50872e+04 1.07701e+04 4.07803e+03 2.69693e+02 1.83590e+04 4.78422e+04 1.75270e+03 2.61853e+04 3.68352e+04 1.54396e+04 3.85448e+04 6.02344e+04 1.67315e+05 3.69411e+04 3.80052e+04 5.57820e+01 2.06809e+03 1.83146e+00 5.62136e+03 3.36791e+02 6.22415e+01 7.54858e+02 7.54680e+01 1.90612e+02 8.30605e+02 2.57144e+02 8.14176e+02 3.44216e+02 1.41816e+02 1.01725e+01 1.29749e+04 9.50009e+03 1.06734e+03 6.73425e+03 8.35738e+03 1.44684e+04 1.06413e+04 5.73804e+03 2.00556e+05 6.66978e+04 5.87458e+04 2.19740e+03 1.43620e+04 1.25631e+00 7.80131e+04 5.34608e+03 9.32843e+03 8.96649e+02 2.38245e+02 6.54018e+02 3.08387e+03 1.74870e+03 3.44936e+03 9.24664e+02 3.15736e+02 7.06834e+00 6.96125e+04 2.04178e+04 1.45098e+02 2.48338e+03 2.65737e+03 2.99332e+03 6.21359e+03 6.67863e+03 2.27098e+04 5.04294e+03 4.93175e+03 5.90879e+01 3.66844e+02 6.16857e-01 4.09691e+05 1.82865e+04 3.63628e+05 2.00233e+05 6.53319e+04 5.45476e+04 1.61216e+05 7.77731e+03 2.26790e+04 2.48018e+03 1.00786e+04 3.75478e+03 7.73541e+04 1.22626e+05 5.94276e+03 7.65955e+04 1.70359e+05 1.08120e+05 2.70069e+05 9.84478e+04 4.20793e+05 3.88850e+05 1.31017e+05 2.27665e+04 1.10249e+05 3.88270e+01 1.40532e+05 1.12396e+04 6.53779e+04 1.89086e+04 1.68220e+04 2.38404e+04 5.40863e+04 2.75985e+04 6.32390e+04 1.69520e+04 8.12926e+03 7.13900e+02 1.40464e+05 5.12406e+04 4.56421e+03 6.86699e+04 6.72646e+04 3.75293e+04 5.56381e+04 9.21076e+04 5.22386e+05 8.62869e+04 8.51825e+04 6.84404e+02 5.83036e+03 1.89717e+00 3.41236e+04 3.09262e+03 9.14161e+04 1.85039e+04 4.92627e+03 1.24821e+04 2.29511e+04 1.22486e+04 3.23340e+04 1.03468e+04 1.08906e+04 2.64336e+02 2.63608e+05 9.03375e+04 4.77557e+03 5.32056e+04 5.35824e+04 5.09434e+04 4.40780e+04 6.54152e+04 4.34256e+05 1.84304e+05 1.97505e+05 2.17391e+03 1.37444e+04 1.70140e+00 3.62085e+06 6.50929e+04 4.64039e+06 3.70471e+06 2.21659e+06 3.39494e+06 8.13651e+06 4.23030e+06 4.59243e+06 1.40268e+06 8.40934e+05 3.13289e+05 5.97881e+06 9.60236e+06 2.98492e+05 3.84722e+06 8.55676e+06 5.05190e+06 4.75899e+06 7.04246e+06 5.30407e+07 4.64407e+06 5.34784e+06 6.01834e+03 1.72726e+06 1.43431e+00 3.87540e+02 1.65339e+01 1.16994e+03 3.80705e+02 1.50795e+02 4.08419e+02 1.02020e+03 5.11239e+02 9.90260e+02 3.45303e+02 2.18904e+02 7.54682e+00 3.46093e+03 3.86251e+03 8.40523e+02 5.93954e+03 6.92690e+03 4.13614e+03 5.08223e+03 8.24084e+03 6.51743e+04 1.61194e+04 1.75205e+04 4.00475e+02 2.83421e+03 3.22689e-01 1.85013e+04 7.35693e+02 4.69902e+05 1.00433e+04 4.58761e+03 1.16890e+04 3.42552e+04 1.50518e+04 5.39330e+04 1.56921e+04 5.63442e+03 2.19293e+02 3.53575e+05 2.29543e+04 1.22584e+03 2.86427e+04 1.72676e+04 1.28370e+04 1.76646e+04 3.54191e+04 2.99462e+05 6.80780e+04 7.02444e+04 2.26398e+02 1.63986e+03 6.61332e-01 2.96499e+05 1.46902e+04 5.91238e+04 1.02794e+05 4.84746e+04 6.58787e+04 2.33407e+05 1.20040e+05 2.50630e+05 5.28318e+04 2.43050e+04 1.80564e+03 6.38020e+05 1.63985e+05 9.06074e+03 2.12618e+05 1.58577e+05 2.11964e+05 3.41875e+05 2.84365e+05 1.64375e+06 3.19938e+05 3.15686e+05 1.99571e+03 2.91030e+04 8.47034e+01 1.65792e+05 8.60427e+03 1.87498e+04 1.20790e+04 3.49785e+03 7.38860e+03 2.74073e+04 8.68802e+03 2.81981e+04 9.26243e+03 3.59317e+03 1.33590e+02 9.85572e+04 2.83639e+04 1.14034e+03 2.24281e+04 3.17574e+04 1.77941e+04 1.22197e+04 2.57802e+04 1.58162e+05 4.03949e+04 4.63753e+04 1.40780e+02 1.24135e+03 1.21363e+00 1.32911e+05 1.82901e+04 1.44589e+03 2.18004e+03 1.74504e+03 3.42879e+03 1.24581e+04 5.53720e+03 9.23807e+03 3.84031e+03 2.17167e+03 1.83802e+02 4.38065e+03 8.23322e+03 3.77336e+02 4.61003e+03 4.90238e+03 2.12636e+03 4.87901e+03 8.96745e+03 8.28474e+04 1.20221e+04 1.44077e+04 1.03764e+02 1.29917e+03 3.07027e-01 6.91656e+05 3.22552e+04 1.51221e+04 3.31202e+04 8.49222e+04 3.15234e+04 6.19283e+04 2.18603e+04 6.55000e+04 2.05238e+04 1.04212e+04 1.17889e+03 6.05361e+04 1.75781e+05 6.11419e+03 6.39514e+04 7.83430e+04 4.54186e+04 6.83558e+04 1.10436e+05 3.68196e+05 3.34670e+04 5.05448e+04 6.04193e+02 4.90658e+03 2.57724e+00 6.57089e+05 2.98921e+04 1.08370e+05 6.74586e+04 1.45136e+04 6.26429e+04 1.30143e+05 4.91101e+04 1.58547e+05 5.00963e+04 2.00532e+04 1.92037e+03 1.73345e+05 1.28275e+05 9.32292e+03 1.48198e+05 1.76476e+05 1.15248e+05 1.12731e+05 1.79879e+05 8.64422e+05 9.89976e+04 1.16947e+05 6.81427e+02 7.59416e+03 1.42223e+00 4.94582e+06 7.33252e+05 2.33759e+07 5.79925e+06 1.46757e+06 7.26129e+06 9.79473e+06 5.17732e+06 9.35180e+06 7.68952e+06 1.84789e+06 6.19939e+05 6.68238e+06 5.63873e+06 2.46107e+05 3.17205e+06 7.05508e+06 3.16286e+06 1.13073e+07 2.78255e+06 3.96372e+07 8.15656e+06 8.70112e+06 6.93395e-04 1.99004e-01 2.39793e-01 1.74330e+04 2.25134e+03 2.43070e+03 9.59742e+02 4.62642e+02 1.03883e+03 2.62548e+03 1.27639e+03 4.48037e+03 1.00162e+03 4.28373e+02 2.22568e+01 7.25821e+03 1.20950e+04 6.03635e+02 6.50986e+03 6.76803e+03 4.04360e+03 8.82114e+03 1.65013e+04 5.41045e+04 7.63049e+03 8.43639e+03 1.91363e+02 1.68863e+03 9.16122e-01 2.63309e+03 1.22453e+02 4.89614e+03 6.14741e+02 9.44684e+01 3.02884e+02 9.42411e+02 3.40707e+02 1.13455e+03 8.05338e+02 1.31948e+02 6.42180e+00 1.57937e+04 1.40973e+04 7.41727e+02 1.14088e+04 1.26535e+04 1.01785e+04 1.34669e+04 1.85497e+04 2.87903e+05 5.32619e+04 6.12199e+04 3.95004e+02 3.64879e+03 9.96166e-02 7.44663e+04 6.96227e+03 2.51501e+03 3.92443e+03 1.16021e+03 3.31426e+03 9.89790e+03 3.88611e+03 1.09516e+04 3.65823e+03 1.63978e+03 9.21985e+01 7.39903e+03 4.70377e+03 5.04596e+02 7.67579e+03 8.35027e+03 4.83214e+03 2.61040e+03 4.81138e+03 3.99971e+04 4.98529e+03 6.47795e+03 3.54745e+01 3.72126e+02 6.39455e-03 4.68862e+05 3.07713e+04 4.99895e+04 1.52380e+04 3.20377e+03 9.06753e+03 3.00086e+04 1.07189e+04 3.12188e+04 1.01375e+04 4.16870e+03 3.00991e+02 2.37885e+05 1.17476e+04 3.87729e+03 4.62542e+04 5.15584e+04 3.37793e+04 3.00475e+04 4.89655e+04 2.26491e+05 1.42399e+04 2.55324e+04 1.95435e+02 1.38358e+03 1.67959e+00 1.41824e+00 3.44319e-01 4.92254e+00 9.55722e+05 3.72376e+00 8.77626e-01 2.08833e+07 7.46690e-01 5.55664e-01 2.89191e-01 1.08940e+00 8.27016e-02 1.55020e+00 3.78999e-01 1.14295e-02 1.47314e-01 3.27646e-01 1.45421e+00 2.80277e+00 4.09362e-01 1.84584e+00 4.07577e-01 3.03262e+00 6.21025e-04 1.78234e-01 4.16981e-01 1.05849e+08 1.12033e+07 1.13699e+08 9.06761e+07 8.10897e+07 3.90596e+07 1.61836e+08 9.43195e+07 2.88772e+08 5.48263e+07 2.49198e+07 7.52487e+07 6.59687e+07 1.88245e+08 2.32317e+06 2.99431e+07 6.65977e+07 1.06086e+08 1.30427e+08 8.18107e+07 4.29311e+08 2.75451e+06 7.59594e+07 3.24493e+05 2.47045e+07 5.60238e+00 1.74083e+05 9.17617e+03 3.42251e+06 1.28928e+06 3.62595e+05 3.93840e+05 2.13268e+06 4.36046e+05 3.93349e+05 1.46980e+05 8.69756e+04 8.05639e-01 1.41359e+06 3.38567e+06 2.23664e+04 2.88278e+05 6.41170e+05 4.04278e+04 4.71033e+05 1.73151e+06 1.40565e+06 2.82011e+06 2.68726e+05 4.78298e-01 1.22333e+05 2.38893e-01 1.02006e+05 1.22466e+04 2.69387e+05 6.50987e+03 2.23168e+03 8.21992e+03 2.12407e+04 1.13722e+04 4.20203e+04 1.05009e+04 4.12257e+03 2.21876e+02 1.49175e+05 5.31219e+04 2.11837e+03 4.45590e+04 3.13791e+04 1.81678e+04 4.70689e+04 7.76144e+04 2.50716e+05 3.86778e+04 3.19735e+04 1.90310e+02 2.62236e+03 8.17123e-01 2.09529e+05 1.30757e+04 3.52340e+04 4.61029e+04 1.86671e+04 3.28609e+04 1.07358e+05 3.58539e+04 1.34835e+05 2.78309e+04 1.19930e+04 6.26068e+02 1.53945e+05 1.18715e+05 4.58172e+03 9.87624e+04 1.12179e+05 5.98985e+04 1.14459e+05 1.97812e+05 1.32451e+06 2.45072e+05 2.43578e+05 1.35798e+03 1.60054e+04 1.19829e+01 3.83996e+05 2.87650e+04 1.56650e+05 7.28618e+04 6.28901e+04 9.43038e+04 3.43844e+05 1.00528e+05 3.05897e+05 7.14548e+04 3.84513e+04 1.80907e+03 4.88905e+05 2.12691e+05 1.63115e+04 3.14712e+05 3.01303e+05 1.58532e+05 2.02249e+05 4.11773e+05 2.40582e+06 4.38441e+05 4.53575e+05 3.21200e+03 2.43290e+04 1.96575e+00 4.07164e+05 4.79210e+04 1.01580e+05 3.18651e+05 2.62321e+04 8.59915e+04 2.75383e+05 1.79493e+05 2.55745e+05 8.47984e+04 3.38294e+04 4.45333e+03 2.09844e+05 4.50018e+05 2.60581e+04 4.26927e+05 5.16463e+05 3.57024e+05 3.57701e+05 4.85464e+05 2.82640e+06 6.36171e+05 5.61810e+05 4.01869e+03 3.42620e+04 3.13742e+00 3.07196e+04 1.94548e+03 2.02480e+04 2.96640e+04 6.34743e+03 2.05994e+04 5.99952e+04 2.03847e+04 6.68580e+04 2.00005e+04 8.43614e+03 6.49503e+02 5.85716e+04 5.54404e+04 2.65988e+03 4.87208e+04 5.98329e+04 2.95942e+04 4.43535e+04 8.43355e+04 6.69491e+05 1.24893e+05 1.53995e+05 1.10939e+03 8.32374e+03 4.28314e-01 7.40611e+05 7.55713e+03 5.80373e+05 6.00772e+05 3.37828e+05 5.29439e+05 1.41544e+06 1.09660e+06 8.63189e+05 6.69289e+05 1.39296e+05 3.09061e+04 3.39362e+06 6.43554e+05 2.51208e+05 8.04671e+05 8.43359e+05 2.04578e+05 4.42718e+06 1.40196e+06 7.04239e+06 1.88363e+06 3.88190e+06 9.30236e-01 3.43637e+04 3.30601e+00 4.18534e+05 1.10829e+04 3.59444e+04 3.92238e+04 7.61487e+03 2.56892e+04 5.83569e+04 1.60937e+04 6.09375e+04 2.11509e+04 8.41198e+03 7.61656e+02 1.70619e+05 7.51919e+04 2.80103e+03 4.84728e+04 5.31846e+04 3.52642e+04 5.28995e+04 7.55151e+04 3.94508e+05 5.37161e+04 6.73412e+04 3.46113e+02 3.33597e+03 3.99050e+00 4.81015e+05 2.86159e+04 6.66330e+04 9.45169e+04 1.19069e+04 2.90066e+04 1.12979e+05 6.24347e+03 6.41534e+04 3.86714e+04 1.58965e+04 1.73047e+03 4.75978e+05 1.41711e+05 3.96612e+02 1.25133e+04 1.86038e+04 9.32615e+03 1.00685e+04 2.36693e+04 5.51533e+05 2.29296e+04 8.31298e+04 1.46962e+02 3.71929e+03 3.95359e-05 1.03582e+06 6.45713e+04 6.30106e+05 1.03302e+05 2.18994e+04 8.19627e+04 1.76356e+05 9.75593e+04 2.70399e+05 6.92600e+04 3.43682e+04 3.10866e+03 8.47362e+05 3.60853e+04 7.09602e+03 1.21812e+05 1.27035e+05 7.52607e+04 1.67286e+05 2.64640e+05 9.03539e+05 6.32825e+04 8.74829e+04 4.77038e+02 5.34909e+03 3.17052e+00 1.26007e+06 1.22460e+05 2.86200e+06 9.28567e+05 1.69381e+05 6.18287e+05 2.12568e+06 5.90842e+05 2.06173e+06 2.57272e+05 3.27974e+05 1.65679e+04 1.19885e+06 1.79370e+06 4.79283e+05 2.32485e+06 9.16013e+05 6.52660e+05 4.96774e+06 1.40223e+06 1.68165e+07 2.61017e+06 4.65889e+06 2.27687e-01 1.82631e+05 6.33695e-01 4.56325e+03 2.10274e+02 4.53910e+03 1.01160e+03 3.91656e+02 8.64769e+02 2.19534e+03 1.01480e+03 2.12476e+03 7.18118e+02 4.22650e+02 2.47530e+01 1.62093e+04 9.10594e+03 2.22536e+03 1.67280e+04 2.04752e+04 1.26004e+04 2.32179e+04 4.55221e+04 6.08243e+04 1.26909e+04 1.32190e+04 2.03767e+02 1.04676e+03 2.10490e-01 1.73618e+05 7.91488e+03 3.86825e+04 4.09902e+04 4.17855e+04 2.65616e+04 8.21484e+04 4.02024e+04 1.30604e+05 2.29709e+04 1.49433e+04 7.96888e+02 1.53779e+05 2.13557e+05 6.23649e+03 1.14995e+05 1.33039e+05 7.87827e+04 1.11951e+05 1.76981e+05 8.29262e+05 6.61650e+03 1.46693e+05 7.77148e+02 8.41040e+03 3.32099e+00 3.30972e+05 1.13102e+05 1.24466e+06 1.03787e+06 1.84911e+05 2.17418e+05 6.62486e+05 4.58612e+04 4.29896e+05 4.30661e+04 7.16777e+02 2.67035e+02 5.17523e+04 7.36406e+05 4.85943e+03 6.26326e+04 1.39304e+05 3.66688e+05 1.54012e+05 4.52238e+05 1.17067e+06 3.64284e+05 3.68767e+05 1.59106e+00 5.21152e+04 7.88236e-01 1.94973e+06 9.83745e+04 4.60676e+05 3.04092e+05 1.07977e+05 2.17293e+05 6.94600e+05 2.37860e+05 7.87073e+05 2.39570e+05 9.83767e+04 6.82596e+03 2.00988e+06 6.26345e+05 2.55327e+04 5.12472e+05 5.56150e+05 3.54191e+05 4.71124e+05 8.60070e+05 3.93009e+06 4.12454e+05 6.98358e+05 3.10849e+03 3.46471e+04 1.64188e+00 1.75147e+05 8.86559e+03 2.71772e+04 5.03536e+04 4.86528e+04 3.17341e+04 1.02828e+05 3.50624e+04 1.01053e+05 2.94420e+04 1.40115e+04 9.10415e+02 1.25466e+05 9.21919e+04 4.39753e+03 7.89131e+04 9.06844e+04 6.04762e+04 7.52094e+04 1.37973e+05 7.68179e+05 1.20810e+05 1.60543e+05 7.88122e+02 7.28177e+03 1.19069e+03 1.15676e+05 1.04770e+04 5.65177e+03 3.51116e+03 1.24151e+03 3.18998e+03 9.48365e+03 3.75025e+03 9.17448e+03 2.98604e+03 1.32249e+03 9.13475e+01 1.04308e+04 6.77612e+04 1.84627e+03 2.25019e+04 2.75511e+04 1.54733e+04 2.50933e+04 4.55553e+04 1.21580e+05 2.34766e+04 2.43814e+04 1.99881e+02 1.47836e+03 1.07718e-01 1.08946e+05 6.98772e+03 2.41200e+04 5.74489e+04 2.24533e+04 4.87564e+04 3.75284e+04 1.25023e+04 1.52929e+04 1.64243e+04 1.32061e+04 1.30789e+03 2.41742e+05 5.65332e+04 3.15388e+04 7.99409e+04 7.07611e+04 2.73988e+04 2.00162e+05 1.08267e+05 1.20633e+06 2.11111e+05 1.75727e+05 6.17760e-01 7.91981e+03 1.07508e+00 3.49861e+06 1.71530e+06 8.65564e+04 1.16946e+05 1.23113e+05 7.82983e+04 6.63286e+04 7.80446e+04 5.84099e+04 7.26920e+04 8.64521e+04 9.86380e+04 7.44835e+04 2.05525e+06 5.80090e+05 5.58117e+05 6.07338e+05 6.25718e+05 3.40821e+05 2.93811e+05 4.96313e+05 4.88619e+05 5.01347e+05 5.18881e+05 5.41484e+05 3.00627e+04 3.43454e+04 1.34802e+04 3.69003e+03 6.48539e+03 2.32363e+03 5.65903e+03 9.41359e+03 4.45742e+03 8.71019e+03 2.80086e+03 1.79946e+03 1.09653e+02 1.35179e+04 7.25131e+03 1.10008e+03 1.21810e+04 1.19470e+04 7.51490e+03 1.67242e+04 2.94115e+04 8.52102e+04 1.73068e+04 1.86289e+04 1.89281e+02 1.45581e+03 4.31689e+00 2.02105e+06 1.14141e+04 3.65715e+05 4.31710e+05 1.12280e+05 1.43634e+06 6.96951e+05 4.98245e+05 8.00086e+05 1.89240e+05 6.72167e+04 2.59042e+03 2.53878e+06 7.96171e+05 3.68163e+05 1.04789e+06 7.45058e+05 2.65277e+05 4.16604e+06 1.01356e+06 1.39232e+07 1.50055e+06 4.78186e+06 2.66396e-01 4.66134e+04 3.05262e-01 3.65975e-01 2.03041e-01 6.70023e+00 3.21503e-01 4.66727e-01 4.65516e-01 5.83829e-01 3.11635e-01 7.70666e-01 2.70469e-01 1.46990e-01 5.32537e-01 7.74856e-01 2.34840e-01 1.96673e-01 1.97363e-01 2.36454e-01 2.31728e-01 1.37530e+00 2.84246e-01 1.76757e+00 2.16718e-01 1.33230e+00 1.94312e-01 1.85110e-01 2.72181e-01 1.98713e+04 2.43653e+03 8.12485e+03 2.83317e+03 1.00224e+03 3.88821e+03 8.80527e+03 4.57401e+03 6.98404e+03 2.05676e+03 2.35515e+03 1.14927e+02 1.79748e+04 1.52796e+04 1.68384e+03 1.55586e+04 1.76441e+04 1.09250e+04 2.40450e+04 3.61884e+04 2.68463e+05 5.03455e+04 5.00488e+04 5.71594e+02 4.92456e+03 5.11231e-01 8.88007e+04 7.04343e+03 4.91995e+05 9.74213e+03 3.61154e+03 1.19384e+04 3.48328e+04 1.66264e+04 3.36546e+04 8.51105e+03 4.47896e+03 4.38471e+02 2.52863e+05 6.81859e+04 1.54773e+03 2.98835e+04 2.08957e+04 1.15353e+04 3.85466e+04 5.48421e+04 5.39629e+05 4.32594e+04 4.53842e+04 3.36282e+02 4.33037e+03 2.95344e-01 4.45744e+04 3.81107e+03 1.72033e+03 1.35914e+03 3.54816e+02 1.14440e+03 4.07051e+03 1.39322e+03 4.30230e+03 1.20974e+03 4.61196e+02 1.83806e+01 7.11632e+03 1.75110e+04 5.93336e+02 1.20010e+04 1.34837e+04 7.87355e+03 4.22238e+03 8.44273e+03 5.34986e+04 5.27095e+03 8.43329e+03 2.55313e+01 2.80374e+02 2.01842e-02 1.31496e+05 6.61290e+02 2.03897e+04 8.13959e+04 2.87427e+04 7.18055e+03 4.96370e+04 1.91736e+04 2.58341e+04 2.82523e+03 4.88429e+03 1.81964e+03 4.55972e+04 1.36067e+05 5.14727e+03 7.06703e+04 1.44805e+05 5.02294e+04 1.54242e+05 6.11273e+04 1.62514e+05 1.51974e+05 1.37011e+05 5.17567e+04 3.99366e+04 1.29137e-01 8.12459e+06 8.51170e+04 4.46008e+06 8.32044e+06 1.81406e+06 7.11415e+06 1.63851e+07 1.09840e+07 1.95635e+07 1.32325e+07 2.64734e+06 1.64744e+05 2.69014e+07 8.43907e+06 3.41449e+05 9.77056e+06 6.37596e+06 4.11199e+06 4.70733e+07 2.00171e+07 1.97085e+08 3.00729e+07 8.51795e+07 7.54802e-04 2.16628e-01 3.58148e-01 1.61269e+06 4.94692e+04 2.20077e+05 1.14278e+05 1.91257e+04 8.35071e+04 1.59690e+05 5.56073e+04 1.84058e+05 6.07766e+04 2.36396e+04 2.26456e+03 8.37245e+05 3.19796e+05 1.22939e+04 1.99360e+05 2.57337e+05 1.41779e+05 1.76195e+05 3.03840e+05 1.05309e+06 8.61334e+04 1.49152e+05 7.01519e+02 6.23421e+03 6.53385e+00 1.15744e+06 8.16495e+04 3.43325e+05 5.78923e+05 4.33153e+05 1.33545e+05 3.96670e+05 3.55527e+05 2.34352e+05 5.81077e+04 6.93766e+04 6.14114e+02 1.29952e+06 2.44315e+05 5.31389e+04 2.76890e+05 8.44467e+05 7.72172e+05 8.85410e+05 1.24195e+05 9.20845e+06 4.16100e+06 2.16405e+06 1.39172e-01 1.10436e+05 8.38645e-01 1.64463e+04 2.49657e+04 1.12369e-01 2.15771e-01 2.43262e-01 2.54532e-01 7.38809e+02 8.35642e-02 1.56266e-01 1.70894e-02 2.95444e-02 1.10067e-02 9.26939e+03 3.34342e-01 3.34917e+02 9.18633e+03 6.50647e+03 1.96272e+03 1.74810e+04 9.61810e+03 2.48239e+04 7.56475e+03 3.77079e+03 1.81877e+00 5.21987e+02 5.71882e-01 9.40288e+05 4.16088e+04 1.14931e+05 1.74383e+05 8.11820e+04 1.03735e+05 3.79958e+05 1.14765e+05 3.65642e+05 1.17387e+05 4.85642e+04 3.05159e+03 3.88059e+05 2.01506e+05 2.12899e+04 4.18138e+05 5.22198e+05 2.90494e+05 2.03687e+05 3.61844e+05 1.60661e+06 2.27587e+05 3.31283e+05 1.64907e+03 1.20401e+04 1.44612e+00 2.03819e+05 1.92903e+04 1.03056e+05 1.73390e+04 3.96310e+03 8.51497e+03 2.51476e+04 9.14199e+03 3.00592e+04 1.02520e+04 4.82144e+03 5.66815e+02 1.01745e+05 3.59253e+04 3.30865e+03 3.87119e+04 4.82945e+04 3.40270e+04 1.60995e+04 2.81278e+04 1.73989e+05 2.05017e+04 2.61114e+04 1.50904e+02 1.48329e+03 6.46507e-01 1.61151e+05 5.24678e+03 1.58701e+05 8.37550e+04 1.53018e+04 1.01302e+05 2.86209e+05 1.27674e+05 2.02791e+05 4.41143e+04 2.29379e+04 6.07332e+02 2.77305e+05 1.94307e+05 7.81068e+03 4.42978e+05 1.44172e+05 7.19183e+04 1.91836e+05 2.32107e+05 4.51193e+06 1.02472e+05 1.94628e+05 5.01713e+02 1.26304e+04 8.25642e-05 1.69452e+05 1.65961e+04 5.39901e+03 7.89286e+03 6.06014e+03 6.56070e+03 1.83703e+04 7.00322e+03 1.55040e+04 4.60075e+03 2.71614e+03 2.94262e+02 1.39127e+04 1.40826e+05 3.68673e+03 4.34146e+04 5.66650e+04 3.54077e+04 4.00123e+04 6.80975e+04 1.02306e+05 4.63719e+03 1.17263e+04 1.23581e+02 1.12157e+03 2.23811e-01 2.03859e+05 7.88436e+03 1.63585e+04 2.02483e+04 2.28824e+04 1.74466e+04 5.50974e+04 1.78060e+04 5.19861e+04 1.41812e+04 8.45941e+03 4.79546e+02 5.48739e+04 4.36655e+04 2.69249e+03 4.34196e+04 5.01996e+04 2.60201e+04 3.04378e+04 5.56865e+04 3.37941e+05 5.08478e+04 6.19821e+04 4.19258e+02 7.04713e+03 2.33138e+00 1.05258e+04 3.53347e+03 3.28001e+04 6.69502e+05 2.31505e+06 5.59946e+05 6.55535e+05 4.50808e+05 7.47636e+06 2.07479e+05 1.17932e+06 4.39354e+05 6.68880e+05 1.47247e+06 1.78254e+05 2.29749e+06 5.10994e+06 2.37672e+05 1.46564e+06 7.93821e+04 3.67249e+06 8.16374e+04 4.35170e+05 5.67015e+03 1.62733e+06 2.11235e-01 1.42695e+06 3.10351e+03 3.69006e+04 5.51867e+05 2.02454e+05 3.20109e+05 1.53847e+06 3.54997e+05 9.86847e+05 6.89518e+05 5.60537e+04 1.15759e+04 7.22812e+05 9.14994e+05 2.21944e+05 5.75116e+05 1.14608e+06 2.48935e+05 1.17089e+06 1.13685e+06 6.57016e+06 1.34922e+06 1.56090e+06 2.17468e+00 2.68388e+05 7.94816e-02 2.35520e+05 5.66861e+04 1.13847e+04 1.24522e+05 6.30155e+03 2.22943e+04 5.89414e+04 4.15271e+04 8.94271e+04 1.30370e+04 6.37802e+03 7.66438e+02 3.23689e+05 1.33977e+05 4.82662e+03 7.83589e+04 7.32650e+04 1.15183e+05 2.02601e+05 1.28299e+05 1.01623e+06 2.81322e+05 3.12184e+05 2.53991e+03 2.03493e+04 1.09418e+00 3.72988e+07 1.50906e+06 6.00386e+06 7.01847e+06 3.64409e+06 2.37347e+06 1.36962e+07 6.93329e+06 6.38746e+06 2.15278e+06 1.42190e+06 1.12139e+06 4.47491e+06 1.72889e+07 5.25540e+05 6.77363e+06 1.50655e+07 1.87991e+06 1.89719e+07 4.34132e+06 3.63984e+07 1.08567e+07 6.85672e+06 1.19326e+04 3.42467e+06 1.49982e+00 2.70238e+06 6.06069e+05 4.15628e+06 5.38734e+06 1.80675e+06 1.96674e+06 5.99505e+06 1.10998e+06 1.93205e+06 2.22128e+06 7.04504e+04 1.33442e+04 3.33196e+06 8.05778e+06 1.42572e+05 1.83759e+06 4.08706e+06 2.01725e+06 2.92734e+07 1.56913e+06 5.73131e+06 3.50430e+03 3.75838e+06 5.38571e+03 1.54570e+06 1.56148e-01 1.80641e+06 2.22030e+05 2.62828e+06 5.99753e+05 5.59295e+05 4.19085e+05 1.05633e+06 1.12705e+06 7.96395e+05 3.62675e+05 5.88452e+04 2.96735e+03 2.51173e+06 1.61988e+06 2.24436e+04 2.89274e+05 6.43385e+05 9.44395e+05 9.38108e+06 2.41961e+06 1.01315e+07 1.15740e+07 6.49486e+06 3.50805e+02 1.00681e+05 1.33926e+00 1.02159e+06 1.03434e+05 8.23652e+06 4.17200e+05 6.72848e+04 1.53407e+05 4.53897e+05 1.68303e+05 5.47088e+05 2.87898e+05 8.98190e+04 1.57602e+04 3.44291e+06 1.91958e+06 6.42475e+04 8.04811e+05 9.45301e+05 5.78825e+05 1.52139e+06 2.20540e+06 6.62715e+06 1.50320e+06 2.30488e+06 6.03393e+03 9.11210e+04 4.29978e-01 1.15261e+06 8.22082e+04 1.12141e+05 1.32470e+06 1.31873e+05 8.44108e+05 3.08226e+06 4.11333e+05 4.05657e+06 1.86632e+05 1.25110e+05 6.21070e+03 9.54939e+05 1.83228e+05 1.80029e+05 9.80309e+05 6.14966e+05 3.37185e+05 4.91908e+06 2.23863e+06 1.20926e+07 2.09916e+06 1.38490e+05 4.90367e-01 2.79955e-01 4.45907e-03 3.47390e+05 1.76488e+04 2.98175e+05 1.14385e+06 1.37145e+05 1.72372e+05 1.31852e+06 4.49323e+05 1.48288e+06 1.70108e+03 4.05341e+05 4.24641e+05 6.45904e+05 1.85852e+06 6.44675e+04 8.30914e+05 1.84807e+06 8.04508e+05 3.80350e+06 1.50850e+06 1.62184e+07 2.06107e+05 2.63011e+06 2.15379e+02 6.18138e+04 2.12562e+00 5.73286e+06 2.65873e+05 1.70098e+06 4.79545e+06 5.32231e+06 3.71609e+06 8.57212e+06 7.12890e+06 1.02987e+07 2.61701e+06 1.75915e+06 3.18358e+05 6.08635e+06 1.15283e+07 4.04772e+06 1.29479e+07 1.49803e+07 1.01208e+07 1.92614e+07 5.99480e+06 7.47562e+07 1.71870e+07 3.93647e+07 1.05339e+05 2.34293e+06 5.48530e-01 1.00966e+05 4.80185e+03 1.90906e+04 1.51897e+04 3.38662e+03 7.69158e+03 2.42625e+04 1.26890e+04 2.14085e+04 6.53611e+03 2.81454e+03 1.89384e+02 8.38442e+04 5.50823e+04 3.10114e+03 5.80723e+04 5.01929e+04 3.68009e+04 2.98134e+04 5.38713e+04 3.73766e+05 4.03754e+04 5.35282e+04 8.14715e+00 2.58818e+03 1.80616e-01 7.24568e+06 7.07382e+05 1.56609e+06 7.08196e+06 2.13098e+06 9.85255e+06 2.67608e+07 1.87560e+07 4.67332e+07 1.06674e+07 3.72449e+06 3.43040e+05 3.28604e+07 3.29498e+07 1.04596e+06 3.22091e+07 1.80833e+07 1.33851e+07 6.09757e+07 4.61952e+07 2.97086e+08 3.33475e+06 9.38202e+07 1.07814e+05 3.41293e+06 1.11213e+03 1.71789e+05 6.98990e+03 9.62938e+04 6.77406e+04 1.98733e+04 4.96437e+04 1.93228e+05 4.90676e+04 1.61033e+05 4.65597e+04 1.99114e+04 1.71212e+03 2.04227e+05 1.41716e+05 5.23572e+03 1.08954e+05 1.05713e+05 6.36265e+04 1.14183e+05 1.92659e+05 1.89553e+06 2.64552e+05 4.09304e+05 2.02810e+03 1.62032e+04 7.47989e-01 2.83948e+06 4.65293e+05 2.14834e+06 5.06634e+05 8.50368e+05 5.27998e+04 1.36889e+06 9.01622e+05 8.91057e+05 8.46703e+04 1.45712e+05 3.03464e+04 2.13390e+06 1.73815e+06 1.76966e+04 2.28089e+05 5.07302e+05 5.80183e+03 2.21609e+06 8.90135e+05 1.94930e+06 8.74741e+04 2.84686e+05 6.72870e+03 1.93114e+06 2.00100e+02 2.21534e+06 5.93820e+04 4.75360e+04 3.97285e+05 1.03451e+05 8.03861e+04 3.74890e+05 3.44745e+04 6.44679e+04 7.05024e+03 1.99465e+05 7.43105e+04 2.48310e+05 4.60195e+05 5.98746e+03 7.71717e+04 1.71640e+05 3.98907e+05 4.83518e+05 2.92141e+05 5.86869e+05 1.95019e+05 2.32425e+05 8.48509e+02 2.43522e+05 6.96419e+01 1.01461e+05 1.21922e+03 5.37240e+05 2.08146e+05 3.34339e+04 1.12075e+05 1.76396e+06 1.94207e+05 1.40511e+05 4.64937e+04 1.17325e+05 4.69947e+03 3.44018e+06 2.23641e+05 6.32135e+03 8.14752e+04 1.81212e+05 6.24773e+04 4.02959e+05 1.04785e+05 2.98300e+06 5.27454e+04 2.59014e+05 1.05142e+03 3.44313e+04 5.84823e-01 1.17393e+05 9.71185e+00 2.32227e+04 3.16519e+04 1.84372e+04 2.28089e+03 1.07213e+04 1.37595e+04 5.70110e+03 1.15091e+04 4.12694e+03 1.53749e+03 2.13826e+04 3.75844e+04 5.27951e+03 1.63277e+04 1.84212e+05 4.79238e+03 1.32117e+04 1.11186e+04 9.37507e+04 6.40340e+04 3.15438e+04 3.56859e-03 1.02418e+00 6.25178e+00 3.88712e+05 8.27892e+03 7.66701e+04 1.52421e+04 5.61408e+03 2.63790e+04 3.10531e+04 9.51939e+03 3.70346e+04 1.11628e+04 4.50800e+03 2.00173e+02 3.65164e+05 7.21792e+04 2.66169e+03 6.33116e+04 5.90031e+04 3.47216e+04 1.50204e+04 4.05912e+04 3.86591e+05 5.64857e+04 7.08810e+04 2.54894e+02 2.63155e+03 1.81495e+01 2.90110e+05 3.03786e+04 1.59292e+04 2.33975e+05 9.84230e-01 2.02887e+05 1.38240e+04 4.00418e+04 1.49883e+04 6.85441e-01 2.74445e-01 3.47254e-01 2.84425e+05 1.55648e+05 1.16102e+05 2.56959e+05 2.39344e+05 9.65830e+04 7.84855e+05 6.33646e+05 1.03359e+06 4.20686e-01 9.69058e+05 1.29712e+00 2.74760e+04 3.94921e+00 2.12764e+05 9.73462e+03 6.34854e+04 5.97875e+04 1.71827e+04 4.92773e+04 1.05236e+05 4.28489e+04 1.65644e+05 3.20072e+04 2.31792e+04 1.38429e+03 2.15689e+05 1.71819e+05 1.20506e+04 1.90951e+05 2.26032e+05 1.58300e+05 1.43095e+05 2.03839e+05 2.35884e+06 4.11326e+05 5.06485e+05 3.39473e+03 2.69375e+04 2.95131e+00 1.78135e+04 1.42254e+03 1.23662e+04 3.49565e+03 1.63620e+03 3.39204e+03 1.04150e+04 4.31084e+03 9.59234e+03 2.91475e+03 1.49184e+03 8.51431e+01 3.69526e+04 7.95580e+03 4.24534e+02 7.12102e+03 7.46768e+03 4.29612e+03 4.53514e+03 8.96535e+03 7.87842e+04 1.11423e+04 1.30577e+04 7.21367e+01 7.35320e+02 1.15331e+00 2.36386e+05 2.08983e+04 1.93709e+03 1.04297e+03 1.93898e+02 8.26615e+02 2.38962e+03 8.96632e+02 2.57960e+03 6.18910e+02 2.84693e+02 7.82797e+00 6.68022e+03 3.11659e+03 1.13328e+02 3.28922e+03 3.57902e+03 1.95211e+03 5.17876e+03 1.09879e+04 2.55060e+04 3.89556e+03 4.14145e+03 1.13567e+01 1.35855e+02 3.16611e-05 2.26397e+04 8.05213e+02 5.51458e+05 9.82530e+03 1.39760e+03 7.57714e+03 1.81409e+04 8.26057e+03 3.44906e+04 1.03047e+04 3.12084e+03 1.75738e+02 9.24768e+05 2.57073e+04 1.17094e+03 3.61789e+04 2.91397e+04 1.26043e+04 2.16836e+04 4.86841e+04 3.68253e+05 1.01079e+05 8.43880e+04 1.15207e+02 1.89418e+03 1.01727e+02 1.65123e+03 6.82334e+01 3.67022e+03 2.99268e+04 1.15623e+04 2.09699e+04 5.32161e+04 2.31657e+04 6.09047e+04 2.54328e+04 1.37589e+04 9.33921e+02 1.22049e+04 1.77231e+04 3.36010e+02 9.73880e+03 8.20890e+03 4.45662e+03 8.96532e+03 1.28750e+04 2.63586e+05 3.37714e+04 4.10691e+04 4.41162e+02 5.07713e+03 5.38793e-01 2.59242e+05 3.08200e+02 3.29013e+04 2.53567e+05 3.09988e+05 1.99803e+05 1.40963e+05 5.35570e+04 1.57332e+05 3.29310e+04 5.64659e+04 1.41446e+04 4.60589e+05 2.73711e+05 1.44168e+05 2.96807e+05 2.05084e+05 4.93139e+04 7.68239e+05 4.83428e+05 1.71996e+06 5.28164e+05 5.83575e+05 4.87520e-01 8.47517e+03 1.94711e+01 8.84966e+04 3.34964e+02 1.91859e+04 1.89374e+04 2.90022e+04 2.16197e+04 1.79049e+05 2.62578e+05 8.14822e+04 1.33876e+04 4.67506e+03 2.81160e+02 1.89232e+05 2.73599e+05 9.75996e+04 2.09401e+05 1.76878e+05 1.57981e+05 5.32145e+05 4.85420e+05 4.07033e+06 6.49273e+05 8.64927e+05 7.06344e+03 4.65250e+04 2.83390e+00 2.28538e+04 8.85141e+03 6.54373e+01 3.59628e+02 1.27735e+03 1.99043e+02 7.92637e+02 2.28631e+02 1.28477e+03 2.39445e+02 1.13930e+02 7.93780e+00 1.01048e+04 3.18582e+04 1.31145e+03 2.80443e+04 7.36094e+03 1.58811e+04 8.80534e+03 1.29723e+04 3.08761e+05 4.38237e+04 6.34213e+04 4.89076e+02 8.46041e+02 6.18323e-01 4.04558e+05 1.88182e+04 1.99146e+04 1.28150e+04 2.06461e+03 1.29730e+04 3.48930e+04 1.60393e+04 3.96526e+04 1.07752e+04 5.14160e+03 3.12231e+02 5.13686e+04 5.79093e+04 4.05294e+03 4.75474e+04 5.20386e+04 3.28274e+04 3.93815e+04 6.01096e+04 2.94464e+05 4.92958e+04 4.61913e+04 5.02735e+02 4.61754e+03 6.75497e-01 2.02656e+05 1.29027e+04 3.84519e+03 7.19179e+03 1.62698e+03 5.23530e+03 1.38458e+04 5.71439e+03 1.51070e+04 5.17717e+03 2.22760e+03 1.73908e+02 1.74569e+04 1.19720e+04 1.41989e+03 2.33417e+04 2.63555e+04 1.47949e+04 1.23808e+04 3.10892e+04 1.19252e+05 1.07972e+04 1.60189e+04 9.35605e+01 9.75257e+02 2.77258e+01 3.16535e+06 3.08375e+05 4.44312e+06 1.62431e+06 3.40441e+05 4.40247e+05 1.67531e+06 4.00404e+05 2.91762e+06 2.14204e+05 9.48578e+04 2.12329e+04 1.54834e+06 6.40901e+05 1.21325e+05 1.56374e+06 3.47798e+06 1.71610e+06 1.50540e+06 1.54885e+06 4.79190e+06 4.31201e+04 7.61513e+05 2.16068e+00 1.28253e-02 2.43007e-01 2.96618e+04 6.74352e+03 2.90586e+03 2.03525e+03 9.52503e+02 1.03767e+03 3.19900e+03 1.34564e+03 3.44729e+03 9.94717e+02 3.94273e+02 1.81013e+01 1.16534e+04 2.83668e+04 2.60133e+03 3.13868e+04 3.36677e+04 2.32982e+04 1.89407e+04 3.22140e+04 1.21870e+05 2.47519e+04 2.53370e+04 1.68914e+02 1.16779e+03 6.29131e+02 7.03187e+05 4.12662e+04 4.07141e+03 2.39599e+04 5.47710e+03 1.35087e+04 4.76775e+04 1.40052e+04 5.17341e+04 1.96174e+04 7.31439e+03 4.84647e+02 2.28167e+04 5.01398e+04 2.38852e+03 3.91568e+04 4.28264e+04 2.47680e+04 2.84236e+04 5.70801e+04 2.86549e+05 3.73231e+04 4.42389e+04 2.46335e+02 2.16522e+03 1.70343e+00 1.12291e+04 3.34297e+03 2.09757e+03 1.09837e+04 5.52398e+03 6.05650e+03 1.36481e+04 1.03092e+03 7.17290e+04 7.09178e+03 8.06701e+03 1.61004e+02 3.56404e+04 3.26122e+04 1.77457e+04 3.90331e+04 2.58349e+04 7.92050e+04 1.53439e+05 7.99067e+04 4.55923e+05 1.16354e+05 2.85300e+05 5.93764e-01 1.78609e+04 9.00270e-02 4.99310e+04 6.23557e+03 2.08043e+04 9.90624e+03 1.65048e+03 4.52251e+03 1.47445e+04 5.27073e+03 1.53426e+04 4.79428e+03 1.87543e+03 1.41956e+02 4.26545e+04 2.16866e+04 1.08167e+03 1.41035e+04 1.44096e+04 9.40230e+03 1.33242e+04 2.32960e+04 1.73639e+05 2.50571e+04 3.75790e+04 2.18626e+02 1.57553e+03 7.46771e-01 4.78949e+04 2.51465e+03 2.11820e+03 7.98672e+04 8.57399e+04 1.96811e+04 3.73788e+04 1.96599e+04 1.20127e+04 1.31372e+03 2.88736e+04 5.37544e+03 4.41305e+04 4.77645e+04 3.85753e+03 4.97193e+04 1.10582e+05 1.23889e+05 9.43217e+04 5.33358e+04 2.98873e+05 2.73770e+04 9.47703e+04 3.19056e+01 9.15690e+03 4.70792e+00 3.74360e+06 8.65646e+04 4.12824e+06 3.30313e+06 8.83093e+05 5.21273e+05 2.79452e+06 1.24159e+06 1.39336e+06 2.42549e+06 3.54946e+05 5.38271e+04 1.38384e+06 6.22439e+06 4.37746e+05 5.64206e+06 1.25487e+07 3.99606e+06 6.32486e+06 1.65520e+06 2.44581e+07 4.19832e+04 6.70159e+06 4.31219e-04 1.23760e-01 3.82065e-01 3.74213e+03 2.38358e+02 2.81905e+03 2.85642e+03 7.89503e+02 3.09499e+03 8.49973e+03 3.54666e+03 8.67587e+03 2.36448e+03 1.03783e+03 4.96485e+01 8.85146e+03 7.24549e+04 2.68786e+03 3.42547e+04 3.35510e+04 2.12607e+04 1.95205e+04 3.72852e+04 2.99494e+05 5.45201e+04 5.34616e+04 4.97316e+02 5.44861e+03 4.51309e-01 2.22645e+05 2.79319e+02 1.17787e+05 2.00223e+04 9.59403e+03 9.03363e+03 3.02047e+04 1.26539e+04 2.70282e+04 8.97694e+03 3.30375e+03 3.35045e+02 5.37415e+05 4.23733e+04 8.68222e+02 3.79381e+04 4.25046e+04 1.71925e+04 4.28826e+04 4.74749e+04 2.78308e+05 1.56193e+03 4.98501e+04 3.15359e+02 5.06516e+03 3.67123e+00 4.53668e+04 1.97069e+03 2.54918e+03 8.76777e+03 2.14026e+02 1.15068e+03 2.82372e+03 1.56857e+03 1.72286e+03 8.60770e+02 3.49524e+02 1.24489e+01 4.93249e+04 1.89119e+04 7.89810e+02 1.79749e+04 2.07324e+04 1.84997e+04 2.17465e+04 1.31082e+04 9.97701e+04 3.52556e+04 2.63743e+04 8.06255e+01 3.01974e+03 1.57195e-01 1.72537e+06 1.24380e+05 2.53449e+05 1.93061e+05 9.56801e+04 1.43103e+05 4.99862e+05 1.97299e+05 6.60547e+05 1.62017e+05 6.48335e+04 3.52710e+03 5.86113e+05 5.11592e+05 1.90822e+04 3.15245e+05 3.10097e+05 1.56601e+05 2.43644e+05 4.85727e+05 2.96749e+06 7.11261e+05 7.55465e+05 1.21101e+03 2.91066e+04 8.92115e-01 3.78956e+05 2.24558e+04 5.91681e+04 1.33239e+04 2.81404e+03 7.84326e+03 2.30606e+04 1.06331e+04 3.63828e+04 1.31455e+04 3.77703e+03 5.43375e+02 1.63705e+05 1.63272e+04 2.48626e+03 4.00305e+04 3.72741e+04 1.98244e+04 3.88404e+04 8.01466e+04 2.57858e+05 5.31373e+04 5.04336e+04 1.88116e+02 1.79628e+03 1.40889e+02 2.23497e+06 1.05426e+05 3.07387e+05 1.11895e+05 4.47704e+04 1.02684e+05 4.17919e+05 1.58058e+05 5.81213e+05 1.77831e+05 5.66446e+04 3.30570e+03 4.23661e+05 3.12214e+05 1.42682e+04 3.21384e+05 3.37875e+05 1.79339e+05 3.35896e+05 5.96999e+05 1.11883e+06 2.25005e+05 2.54384e+05 6.30181e+02 6.60741e+03 1.31777e+00 9.98641e+04 3.29350e+03 1.05300e+05 2.88951e+04 5.94611e+03 8.99242e+03 3.23168e+04 1.23795e+04 3.20865e+04 1.10552e+04 4.78757e+03 3.39037e+02 1.93142e+05 3.51755e+04 2.34659e+03 4.14874e+04 3.84904e+04 2.59313e+04 3.06750e+04 2.82632e+04 3.67856e+05 8.90828e+04 7.83680e+04 5.78760e+02 2.46697e+03 1.40015e-01 8.16537e+05 4.33279e+04 1.08537e+04 1.09097e+04 2.53998e+03 1.34245e+04 2.68439e+04 7.91237e+03 4.55558e+04 1.37058e+04 5.12665e+03 1.92994e+02 4.70233e+04 1.03832e+05 3.72012e+03 7.84205e+04 8.35082e+04 4.80160e+04 5.54396e+04 1.18104e+05 5.73832e+05 7.18882e+04 8.02225e+04 3.01839e+02 4.10773e+03 2.28471e-01 3.65850e+06 1.14462e+05 5.29263e+06 3.37399e+06 4.17616e+05 1.86250e+06 4.72293e+06 1.36972e+06 2.42061e+06 6.02889e+05 5.26490e+05 7.32537e+04 1.76134e+06 6.22537e+06 2.59861e+06 1.22876e+07 5.50157e+06 4.22396e+06 8.12070e+06 5.56855e+06 5.19604e+07 1.15164e+07 2.03560e+07 2.63169e+05 1.47183e+06 3.21187e-01 2.07458e+01 3.00776e+00 7.94357e+00 3.47451e+01 7.06484e+01 1.77035e+01 9.58799e+01 4.77331e+01 8.92618e+01 9.76172e+00 1.68762e+01 6.28721e+00 6.21222e+02 1.39663e+02 1.54929e+01 1.99686e+02 4.44130e+02 9.56533e+01 5.16604e+02 9.77360e+01 2.72888e+03 4.18985e+02 5.64210e+01 6.39215e-03 1.37780e-03 7.39793e-01 2.12939e+04 2.60956e+03 7.65739e+03 9.80439e+03 2.78887e+03 8.08084e+03 2.40986e+04 1.60826e+04 2.51888e+04 7.17271e+03 3.50425e+03 4.50804e+02 2.40877e+04 8.57258e+04 1.97576e+03 2.56244e+04 2.75533e+04 1.65227e+04 2.83776e+04 3.96892e+04 3.85543e+05 8.16937e+04 7.69046e+04 6.63134e+02 5.68504e+03 9.85477e-01 1.90556e+06 1.11630e+05 8.55752e+05 1.27927e+06 1.73973e+05 8.07483e+05 7.80090e+05 4.30342e+05 2.37356e+05 1.58298e+05 8.85748e+04 1.70651e+05 1.10181e+06 9.90094e+05 3.58498e+04 9.29184e+05 7.30854e+05 3.86416e+05 1.55174e+06 1.05375e+06 9.46486e+06 1.67614e+06 1.88444e+06 5.51705e+02 1.58339e+05 4.46412e-01 2.83310e+05 1.76217e+04 4.27213e+04 2.50885e+04 1.71475e+04 1.92053e+04 5.85694e+04 2.32638e+04 5.52998e+04 1.61281e+04 7.63953e+03 5.48918e+02 1.04902e+05 6.75500e+04 4.03793e+03 5.55237e+04 5.92978e+04 2.89677e+04 2.80537e+04 5.41479e+04 3.72612e+05 4.95707e+04 6.84327e+04 6.19113e+02 3.14413e+03 7.43502e-01 3.55306e+05 2.63465e+04 1.73437e+04 1.62647e+04 1.23663e+03 2.40114e+03 1.06011e+04 2.87133e+03 1.06536e+04 4.63390e+03 1.60554e+03 7.92324e+01 1.12750e+05 1.58500e+04 9.47120e+02 2.00623e+04 1.75741e+04 2.46843e+04 1.94739e+04 1.26911e+04 7.60763e+04 1.89930e+04 2.73840e+04 2.75940e+01 4.47022e+02 1.83664e-04 4.00315e+05 2.14046e+04 9.59277e+04 3.60613e+04 8.00837e+03 1.68653e+04 6.03579e+04 1.93884e+04 7.92379e+04 2.83177e+04 9.90202e+03 1.10111e+03 7.78174e+04 1.20836e+05 8.04356e+03 1.35873e+05 2.05338e+05 1.34994e+05 1.56842e+05 2.51063e+05 4.51338e+05 1.09738e+05 1.60823e+05 1.06294e+03 4.88886e+03 7.60962e+00 1.94698e+06 5.45917e+05 8.41373e+06 6.02843e+05 4.02099e+04 5.74583e+05 6.15147e+05 4.20779e+05 3.92292e+05 2.81319e+05 7.56697e+04 9.47280e+03 1.70381e+06 1.08744e+06 2.47888e+05 8.83596e+05 1.16460e+06 4.32918e+05 6.06130e+06 1.62660e+06 1.09652e+07 3.81331e+06 5.09166e+06 2.47977e-01 1.86307e+05 3.58264e-01 1.60854e+05 8.38467e+03 1.20655e+04 1.99207e+04 4.74600e+03 1.39253e+04 4.58989e+04 1.63153e+04 5.16951e+04 1.65298e+04 6.18133e+03 4.79799e+02 5.15396e+04 6.28987e+04 3.98496e+03 7.89165e+04 9.18385e+04 5.38000e+04 2.83614e+04 6.60403e+04 4.56057e+05 8.82049e+04 1.05515e+05 4.98548e+02 3.70953e+03 4.01840e-01 1.31860e+05 2.46317e+04 1.95172e+06 6.67480e+04 1.87755e+04 5.40767e+04 1.77214e+05 6.99203e+04 2.01020e+05 5.97507e+04 2.73069e+04 1.24195e+03 6.04502e+05 4.33662e+05 9.29278e+03 1.58470e+05 1.54806e+05 1.06822e+05 1.73131e+05 2.37824e+05 1.63671e+06 5.48349e+05 4.57814e+05 3.46129e+03 2.12347e+04 2.85041e+01 8.68852e+06 4.19141e+05 3.27470e+05 4.50796e+05 1.20345e+05 3.22430e+05 9.82494e+05 3.19687e+05 1.11448e+06 3.42381e+05 1.23175e+05 7.45351e+03 1.75766e+06 4.36250e+05 6.00348e+04 1.10946e+06 1.34504e+06 8.46927e+05 1.25947e+06 2.59090e+06 6.38285e+06 7.83819e+05 7.90841e+05 3.27718e+03 6.45745e+04 1.05027e+00 1.31350e+05 2.86647e+04 7.43313e+04 2.13610e+04 2.99711e+04 2.11726e+04 6.61557e+04 2.69470e+04 9.91778e+04 2.64418e+04 1.27186e+04 1.05067e+03 2.14636e+05 6.40219e+05 1.58997e+04 2.53231e+05 2.55821e+05 2.00748e+05 2.74485e+05 2.69845e+05 1.27564e+06 1.87197e+05 1.95500e+05 1.77742e+03 1.46720e+04 4.41493e+00 2.04113e+05 6.18228e+03 1.15731e+05 5.10724e+03 8.02945e+02 3.58264e+03 7.42725e+03 2.97305e+03 6.42827e+03 1.82784e+03 1.00583e+03 8.08878e+01 1.51140e+05 1.10536e+05 2.83960e+03 4.42815e+04 4.25375e+04 2.73860e+04 2.36382e+04 4.01564e+04 2.81877e+05 6.33920e+04 6.68368e+04 3.69937e+02 3.46364e+03 3.17773e+00 1.37255e+05 1.82593e-01 1.22903e+04 2.74362e+05 1.54413e+05 5.89803e+04 1.24245e+05 6.90516e+03 3.08556e+04 3.37438e+03 5.07636e+03 1.89119e+03 1.05611e+06 1.02475e+05 1.11575e+03 1.43808e+04 3.19848e+04 1.11308e+04 4.65907e+05 1.40215e+05 1.70588e+05 6.39788e-01 2.82400e+04 3.53703e+02 1.01513e+05 6.31712e-05 3.94145e+05 3.47205e+05 1.22821e+06 1.08108e+06 5.45166e+05 2.93867e+05 7.25111e+05 4.01633e+05 9.16847e+04 8.22265e+04 1.07996e+05 2.51348e+04 1.53487e+06 9.57086e+05 8.23735e+03 1.06170e+05 2.36137e+05 2.40787e+05 2.66170e+06 5.03565e+05 1.45084e+06 8.24143e+05 6.40107e+05 7.12434e+04 4.05301e+05 1.95526e+00 5.60556e+05 5.23409e+05 1.14852e+06 3.58377e+06 2.54048e+05 1.86097e+05 6.22424e+05 3.11393e+05 1.95707e+06 2.11643e+05 7.22148e+04 7.29483e+03 1.72624e+06 1.94192e+06 4.91553e+04 6.33557e+05 1.40912e+06 9.71496e+05 2.81187e+06 7.51354e+05 1.63249e+06 1.21567e+00 7.76742e+05 6.40112e+03 1.83712e+06 1.42341e-03 2.48175e+06 1.99029e+04 2.39760e+06 2.02036e+06 7.50692e+05 1.24716e+06 4.69731e+06 2.58406e+06 1.95401e+06 1.44549e+06 2.68293e+05 4.85516e+04 8.89690e+06 1.10047e+06 3.15485e+05 1.49504e+06 7.80467e+05 2.02319e+05 8.09743e+06 3.30600e+06 1.00082e+07 5.44347e+06 3.51983e+06 1.76629e-01 3.20103e+04 4.98700e-01 6.94215e+05 4.58330e+04 1.87393e+05 6.50586e+05 7.36496e+05 5.20427e+05 6.88540e+05 2.09076e+05 3.45037e+05 1.82190e+05 9.28012e+04 1.12576e+04 2.04254e+06 3.81050e+05 1.38241e+06 2.30089e+06 2.33749e+06 8.26351e+05 3.00877e+06 6.33939e+05 1.08819e+07 2.61701e+06 2.27545e+06 2.08994e-01 5.23764e+04 2.77193e+00 6.22110e+04 2.84550e+03 4.88667e+06 7.45589e+04 2.52183e+04 7.78644e+04 4.33768e+05 1.32329e+05 5.45853e+05 1.68760e+05 5.01048e+04 2.62286e+03 6.82996e+05 2.15538e+06 1.98170e+04 4.67543e+05 3.29217e+05 3.57803e+05 4.88642e+05 6.03425e+05 3.63494e+06 1.19112e+06 1.14061e+06 2.64482e+03 2.24233e+04 2.19980e+00 8.87686e+05 2.09062e+04 1.96343e+04 1.37926e+07 3.34374e+06 1.17144e+06 4.33807e+07 1.68823e+06 1.50097e+07 1.88053e+07 1.24564e+06 0.00000e+00 4.92604e+06 1.11261e+07 1.18210e+05 1.52360e+06 3.38869e+06 1.64491e+07 2.20412e+06 7.65503e+06 3.54572e+07 7.82031e+04 1.89524e+07 2.41728e+05 2.47953e-01 5.00008e-01 2.79252e+03 1.14577e+02 9.92794e+02 6.11543e+02 2.58230e+02 2.08555e+02 5.79495e+02 3.57360e+02 7.38215e+02 2.48434e+02 9.26485e+01 4.55541e+01 2.25776e+03 1.81925e+03 1.08162e+02 1.26884e+03 5.09329e+03 7.70914e+02 2.88084e+03 3.13138e+03 5.89203e+03 1.32100e+03 1.45394e+03 6.01779e+01 4.64317e+02 7.69919e+01 2.90486e+06 2.47381e+02 1.96592e+05 3.59291e+06 2.40121e+05 6.83626e+05 1.22038e+06 4.25722e+05 6.82298e+05 1.22302e+05 3.41644e+05 1.92703e+00 9.77494e+05 2.59134e+06 1.30208e+05 2.10391e+06 1.60020e+06 8.47916e+05 3.68208e+06 1.91931e+06 9.84855e+06 1.48043e+04 8.33591e+05 1.36898e+01 1.40535e+01 2.63149e+02 1.00654e+07 1.56162e+06 8.83158e+05 4.20975e+06 3.48288e+05 1.45777e+06 1.39592e+07 7.27907e+06 3.73855e+06 2.61682e+02 1.00652e+06 4.39600e+05 3.04644e+06 6.35716e+06 7.60497e+05 9.80196e+06 2.18009e+07 6.27715e+01 6.08597e+06 8.63851e+01 1.87548e+06 2.57607e+01 3.09970e+06 1.48519e-02 4.26249e+00 3.65340e+04 3.15941e+05 2.86906e+04 1.11160e+04 4.96688e+03 1.27679e+03 4.47090e+03 1.43210e+04 5.40838e+03 1.79885e+04 4.97063e+03 1.84501e+03 6.40027e+01 4.81746e+04 4.68774e+04 8.69814e+02 1.94666e+04 2.20457e+04 1.21763e+04 1.51697e+04 3.36133e+04 2.42994e+05 4.32562e+04 4.56562e+04 1.74931e+02 1.80056e+03 5.70030e-01 8.88060e+03 2.31584e+03 7.94386e+02 7.95958e+02 2.06314e+02 6.82235e+02 2.05861e+03 7.46300e+02 1.97753e+03 5.48850e+02 2.58849e+02 1.01602e+01 3.36765e+03 4.90024e+03 4.33574e+02 5.66244e+03 7.31462e+03 4.46833e+03 3.67341e+03 7.13157e+03 2.25670e+04 2.90531e+03 3.91349e+03 2.18999e+01 1.86005e+02 1.27300e+00 8.90989e+02 3.25933e+01 6.30089e+02 4.58935e+03 1.33171e+03 4.46146e+03 1.28775e+04 5.40857e+03 1.19650e+04 4.28592e+03 1.88830e+03 9.47776e+01 2.47615e+03 4.60951e+03 3.36553e+02 5.00685e+03 5.00218e+03 3.20004e+03 3.48865e+03 6.36042e+03 5.84167e+04 8.27826e+03 9.47280e+03 9.51806e+01 8.69480e+02 6.61321e-02 5.56241e+03 3.60564e+02 3.87143e+02 1.79978e+02 8.19331e+01 3.19400e+02 7.34225e+02 3.50994e+02 6.74466e+02 2.77569e+02 1.32146e+02 4.27453e+00 9.93843e+02 2.28039e+03 1.88109e+02 2.66741e+03 2.22268e+03 2.23438e+03 1.49029e+03 3.00520e+03 8.90242e+03 1.81583e+03 1.66699e+03 1.10597e+01 2.48327e+00 5.77361e-03 1.43181e+06 8.32478e+04 1.20833e+07 5.68553e+05 1.53749e+05 5.24551e+05 2.63716e+06 6.79698e+05 2.41937e+06 7.39702e+05 2.38274e+05 1.64695e+04 5.77796e+06 3.22421e+06 7.94636e+04 1.87838e+06 1.65347e+06 1.00200e+06 1.57755e+06 2.44545e+06 1.70504e+07 3.03675e+06 2.57978e+06 6.94574e+03 5.39923e+04 9.37514e+00 3.05743e+05 2.29688e+04 3.02936e+04 5.10197e+04 1.17948e+04 3.86036e+04 1.12830e+05 3.80980e+04 1.25024e+05 3.70851e+04 1.52546e+04 6.03456e+02 1.13110e+05 6.18147e+04 4.24841e+03 1.01116e+05 8.82406e+04 5.78217e+04 8.38197e+04 1.55507e+05 5.15450e+05 1.05861e+05 1.38439e+05 4.31959e+02 3.78479e+03 8.14486e-03 8.16633e+05 8.44051e+04 2.07386e+04 2.91659e+05 2.80362e+04 1.06084e+05 2.51111e+05 1.62017e+05 2.46818e+05 8.26112e+04 3.31984e+04 1.55705e+03 1.00697e+06 2.05133e+05 5.50023e+03 2.07595e+05 1.79395e+05 1.88861e+05 2.82402e+05 1.56406e+05 1.87333e+06 3.46953e+05 3.81862e+05 1.58868e+03 2.38278e+04 2.41634e-01 4.00058e+03 2.25054e+02 1.92415e+03 1.41982e+03 2.50477e+02 9.48838e+02 2.41206e+03 1.08332e+03 2.40840e+03 6.70322e+02 3.31995e+02 1.43018e+01 5.46153e+03 3.49773e+03 6.45776e+02 7.63026e+03 6.88362e+03 4.32809e+03 9.52229e+03 1.70242e+04 4.82270e+04 7.03739e+03 7.48419e+03 1.26102e+02 9.69284e+02 4.47312e-02 2.85629e+05 2.25779e+04 4.74702e+03 1.35638e+03 2.47813e+02 9.25188e+02 3.14068e+03 7.65184e+02 3.61357e+03 1.20347e+03 4.00292e+02 1.40164e+01 2.23291e+04 3.37737e+03 4.60476e+02 8.23734e+03 1.33312e+04 2.32367e+03 5.20169e+03 1.12147e+04 7.49737e+04 8.88240e+03 1.06534e+04 4.57071e+01 6.55736e+02 2.31013e+00 7.67711e+03 3.66361e+03 7.35062e+03 2.99915e+05 7.72654e+04 5.03650e+05 3.15233e+06 5.95546e+05 5.03724e+06 4.36941e+05 4.29543e+04 2.31817e+04 1.04759e+06 1.43103e+06 1.47897e+05 1.90622e+06 4.23970e+06 1.24912e+06 4.92428e+06 1.23526e+06 1.14087e+07 2.33360e+05 4.12293e+06 1.48377e+05 7.51178e+04 2.25378e-01 1.85187e+05 3.22431e+02 1.15598e+05 1.49564e+05 4.88975e+04 1.52596e+05 4.44916e+05 1.17293e+05 2.00752e+05 1.46195e+05 1.54506e+04 4.03502e+03 1.45238e+06 9.64410e+04 5.58758e+04 5.06575e+05 1.11274e+05 3.97944e+04 4.09601e+05 4.39655e+05 3.10978e+06 1.30761e+06 6.72008e+05 1.80733e+00 5.77198e+03 1.16903e+00 2.42660e+05 1.06689e+03 8.62365e+04 1.99701e+05 1.04228e+05 1.77082e+05 3.71518e+05 2.68227e+05 3.14471e+05 8.57985e+04 4.99621e+04 8.36381e+03 6.73135e+05 2.36123e+05 1.59258e+05 2.77956e+05 3.29202e+05 1.62159e+05 6.00173e+05 6.36372e+05 1.62321e+06 4.04324e+05 5.79053e+05 2.05284e-01 2.03983e+04 8.37598e-01 1.02995e+05 1.17088e+04 6.97237e+02 3.61917e+02 1.63846e+02 6.91473e+02 1.54383e+03 8.76333e+02 1.52802e+03 4.52284e+02 2.35538e+02 8.80306e+00 1.53069e+03 4.99475e+03 2.06656e+02 3.78733e+03 3.10405e+03 2.01212e+03 5.24609e+03 8.29612e+03 2.37360e+04 1.85009e+03 2.59326e+03 1.36534e+01 2.03509e+02 9.12408e-02 1.17483e+06 1.70328e+05 3.88734e+06 3.09077e+06 3.20040e+05 7.15634e+05 2.70136e+06 1.74613e+06 7.05524e+05 6.49947e+05 1.48066e+05 5.06580e+05 1.98530e+06 1.32009e+06 6.21588e+04 8.01158e+05 1.78188e+06 1.08643e+06 3.76867e+06 1.52593e+06 7.58054e+06 1.45036e+06 8.21074e+05 9.55521e+02 2.74235e+05 1.22856e-02 2.89889e+04 2.71047e+03 1.92563e+04 1.73120e+04 4.97122e+03 1.49081e+04 4.22875e+04 1.71168e+04 4.61356e+04 1.39155e+04 6.28137e+03 4.24330e+02 6.35656e+04 4.74618e+04 2.58710e+03 4.09936e+04 3.80014e+04 2.29396e+04 3.35872e+04 6.55967e+04 5.87886e+05 8.14664e+04 9.29634e+04 7.52036e+02 7.71402e+03 2.78990e-01 2.88853e+06 3.34412e+05 8.44331e+05 3.16405e+06 1.48709e+06 1.56146e+06 6.99930e+06 4.07976e+06 3.81529e+06 2.70665e+06 9.29288e+05 1.70508e+05 4.93189e+06 3.24271e+06 1.18686e+05 2.77723e+06 2.60959e+06 5.78969e+06 6.06350e+06 5.85809e+06 1.47983e+07 5.18983e+06 1.13297e+07 1.90647e-01 0.00000e+00 2.08239e+01 4.73865e+05 2.08365e+04 2.79196e+03 1.89984e+05 5.40881e+04 4.35458e+04 1.55102e+05 4.83389e+04 1.28332e+05 5.87148e+04 2.26279e+04 2.00420e+03 3.06738e+05 2.22002e+05 1.30216e+03 7.75453e+04 1.85763e+05 7.32100e+04 3.48132e+05 1.25899e+05 1.10333e+06 1.50768e+05 2.10397e+05 9.59983e+03 8.31983e+04 1.25744e+00 3.07706e+06 1.74594e+05 6.23257e+04 1.01675e+05 1.86044e+04 6.18313e+04 2.28431e+05 6.21065e+04 1.96680e+05 5.96494e+04 2.36044e+04 1.44873e+03 3.97452e+05 2.56011e+05 1.60205e+04 4.99716e+05 5.91045e+05 3.49604e+05 3.67482e+05 6.77290e+05 2.29525e+06 1.54310e+05 3.03392e+05 7.43675e+02 8.42738e+03 1.64815e-01 3.75825e+04 5.16144e+03 9.22574e+03 4.76569e+03 1.18123e+03 3.81133e+03 9.35927e+03 7.54391e+03 1.23171e+04 4.76723e+03 1.54385e+03 8.43351e+01 3.33010e+04 2.03581e+04 1.41351e+03 1.55684e+04 1.47805e+04 9.48534e+03 1.65485e+04 2.40238e+04 7.41821e+04 1.08856e+04 1.32962e+04 8.16297e+01 6.11616e+02 7.12969e-01 4.65587e+04 2.94245e+03 3.05035e+02 3.20297e+04 3.58397e+03 9.27589e+03 2.77182e+04 1.07644e+04 3.11789e+04 8.06711e+03 3.84194e+03 1.43515e+02 8.38302e+03 9.14938e+03 9.99600e+02 1.15687e+04 1.21278e+04 1.26004e+04 1.09138e+04 5.22536e+03 6.43560e+04 2.51825e+04 3.25600e+04 2.45695e+02 1.44487e+03 5.97822e-03 2.10817e+06 6.28425e+04 6.52357e+05 7.28405e+05 1.22626e+05 2.06397e+06 1.67477e+06 1.49264e+06 1.85969e+06 1.82877e+06 1.71312e+05 1.57356e+04 4.34433e+06 2.70745e+06 5.19891e+06 1.62949e+02 1.10968e+03 9.24144e+05 1.16859e+07 3.62607e+06 1.29092e+07 3.97577e+06 5.53745e+06 3.45380e-01 1.28785e+05 4.94842e-01 8.29315e+05 1.20235e+05 2.76871e+05 1.51237e+06 8.20624e+05 2.15489e+06 5.07461e+06 3.08384e+06 9.72188e+06 7.05602e+05 7.03829e+05 4.70845e+04 2.03196e+06 6.97993e+06 8.65311e+05 4.92409e+06 1.09519e+07 4.08596e+06 6.68990e+06 3.59785e+06 3.44720e+07 7.53068e+06 1.99077e+07 3.71791e+05 9.97315e+05 1.09645e+01 3.55952e+05 1.55196e+04 1.51169e+05 6.95534e+03 5.13292e+02 3.00419e+04 6.79459e+04 3.94841e+04 3.75525e+04 4.99571e+03 2.61529e+03 5.36297e+01 3.52475e+05 4.09960e+04 3.85733e+03 1.02373e+05 6.49746e+04 3.53511e+04 4.00959e+04 1.07736e+05 8.18021e+05 1.07740e+04 2.75060e+04 3.34146e+01 2.02909e+03 4.88006e-02 1.99895e+05 9.55381e+04 2.17194e+05 2.97399e+05 5.08994e+05 3.40844e+05 2.48347e+06 1.26046e+06 6.96493e+06 4.76732e+05 1.03290e+05 3.80310e+05 1.83922e+06 2.50322e+05 3.31052e+04 7.67971e+05 7.32141e+05 2.60850e+05 1.62556e+06 1.51703e+06 2.87236e+06 2.32993e+06 1.13466e+06 8.08597e-02 7.92072e-02 1.33737e-01 1.51231e+05 1.16545e+04 1.47443e+03 1.44009e+04 3.49358e+03 1.19886e+04 3.24958e+04 8.69928e+03 3.60814e+04 1.07160e+04 4.89332e+03 2.91891e+02 7.52738e+03 8.78643e+04 1.80196e+03 2.83387e+04 3.35474e+04 1.89007e+04 3.80319e+04 7.12066e+04 9.85374e+04 1.07729e+04 1.30861e+04 6.56048e+01 1.02972e+03 1.95636e+02 1.54847e+06 8.21907e+05 1.66253e+06 2.93225e+06 2.54266e+06 6.64687e+05 3.78422e+06 8.50260e+05 4.70823e+06 8.46991e+05 8.10400e+05 6.71716e+05 3.73710e+06 2.09200e+06 1.19703e+05 4.15650e+06 1.77058e+06 1.67681e+06 4.04877e+06 2.06643e+06 8.54170e+06 1.80315e+06 3.15145e+06 1.40314e+04 6.91033e+05 7.95647e-01 5.66866e+04 1.51142e+02 7.91575e+03 3.49958e+04 1.40202e+04 1.03441e+04 2.98105e+04 2.26620e+04 9.77659e+03 2.65228e+03 2.69881e+03 3.52941e+02 1.27489e+05 3.77730e+04 1.33348e+04 2.24511e+04 3.79014e+04 1.14017e+04 4.50625e+04 1.56595e+05 5.61890e+05 1.64515e+05 1.46120e+05 4.66531e-01 1.16059e+03 8.45867e+00 1.40545e+05 1.09895e+04 1.20713e+04 2.91446e+03 1.16219e+03 3.37265e+03 8.43622e+03 4.38499e+03 1.01056e+04 2.68322e+03 1.52410e+03 7.91190e+01 2.56030e+04 1.99274e+04 6.65574e+02 9.53257e+03 8.44287e+03 5.09531e+03 1.96637e+04 2.81953e+04 1.19054e+05 1.75675e+04 1.85376e+04 1.23496e+02 1.18447e+03 8.77794e-01 2.60862e+04 3.28124e+03 3.37517e+05 4.65987e+04 1.40101e+04 4.16051e+04 9.36206e+04 4.86754e+04 1.51889e+05 4.63765e+04 1.78739e+04 1.78691e+03 5.56063e+04 1.15494e+05 8.98666e+03 1.51425e+05 1.60217e+05 9.76858e+04 4.10104e+04 1.20236e+05 6.76724e+05 4.26204e+04 6.16235e+04 3.42048e+02 4.21881e+03 9.50886e-01 7.03405e+05 4.47773e+04 1.23348e+05 8.08543e+04 7.15916e+04 7.59522e+04 2.75687e+05 9.29765e+04 2.79456e+05 8.58074e+04 3.41055e+04 1.57286e+03 3.80499e+05 2.05761e+05 1.17281e+04 2.38043e+05 2.13219e+05 1.18498e+05 2.90906e+05 4.33854e+05 1.55477e+06 4.02703e+05 4.50100e+05 1.57713e+03 1.30644e+04 8.33985e-01 3.80438e+06 4.00102e+04 1.04909e+06 3.55521e+06 6.48816e+06 9.80811e+05 4.11394e+06 1.32240e+06 1.85078e+06 1.09335e+06 2.52512e+05 4.03097e+03 3.65690e+06 3.39301e+06 8.09172e+05 1.91622e+06 2.62043e+06 2.46204e+06 8.71637e+06 3.58652e+06 4.04326e+06 2.25682e+06 4.06367e+06 3.14651e-01 3.70787e+04 1.15819e+00 6.72011e+04 2.87356e+03 8.04659e+03 2.62652e+04 1.00176e+04 1.69226e+04 6.32463e+04 1.85631e+04 5.28414e+04 1.55860e+04 6.79809e+03 6.67979e+02 2.12522e+04 7.23757e+04 2.52351e+03 4.51221e+04 4.86032e+04 2.52967e+04 4.82038e+04 9.05856e+04 7.10992e+05 1.06214e+05 1.40752e+05 8.18986e+02 8.26633e+03 5.65176e-01 3.69169e-01 3.68983e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68974e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68996e-01 3.68997e-01 3.68997e-01 3.68997e-01 3.68973e-01 3.68996e-01 3.68991e-01 3.68996e-01 3.68974e-01 3.60634e-01 7.94840e+05 4.04343e+04 3.40234e+04 2.08161e+04 6.84425e+03 2.18633e+04 6.65069e+04 2.34133e+04 8.06968e+04 2.38494e+04 9.53321e+03 5.72674e+02 1.67976e+05 1.44250e+05 5.47429e+03 9.90308e+04 1.02269e+05 6.48196e+04 4.89100e+04 1.12003e+05 6.51827e+05 8.40557e+04 1.05635e+05 7.86965e+02 5.36984e+03 2.37225e+00 1.94281e+06 3.18359e+05 5.85517e+05 1.39522e+06 1.04715e+06 1.32992e+05 6.43025e+05 9.65425e+05 1.18389e+06 1.00796e+05 7.35360e+05 2.52603e+04 1.20975e+06 2.76753e+05 3.21210e+04 4.14004e+05 9.20803e+05 1.14682e+04 1.40351e+06 5.81522e+05 1.49236e+06 4.41929e+04 1.46419e+05 3.39943e+03 9.75636e+05 4.95644e-01 3.63603e+05 2.05493e+04 9.07908e+06 3.02709e+05 1.34032e+05 2.23105e+05 1.16046e+06 3.87917e+05 9.64067e+05 2.53642e+05 1.35583e+05 1.49192e+04 4.74493e+06 2.56690e+06 6.43203e+04 1.49921e+06 1.08800e+06 1.01855e+06 1.53369e+06 1.91743e+06 1.10299e+07 1.12401e+06 2.07920e+06 9.21596e+03 7.65534e+04 2.33514e+01 4.38398e+06 2.26070e+05 1.29585e+07 6.04997e+06 1.23978e+06 4.15879e+06 8.52144e+06 2.67011e+06 9.35877e+06 2.74689e+06 1.85959e+06 3.20380e+05 7.89501e+06 2.19674e+07 2.95201e+06 1.01370e+07 1.42089e+07 5.86635e+06 1.62118e+07 1.13549e+07 1.20166e+08 5.82545e+06 2.62422e+07 2.95919e+05 1.39201e+06 4.34152e-01 1.24558e+06 9.42208e+04 6.61432e+04 4.38762e+04 1.19321e+04 3.73132e+04 1.44344e+05 4.50272e+04 1.40921e+05 4.18104e+04 1.63691e+04 7.05474e+02 3.59519e+05 6.42776e+05 6.83876e+03 1.56898e+05 2.02858e+05 1.13253e+05 2.01052e+05 3.46537e+05 9.21386e+05 1.26197e+05 1.61831e+05 5.99955e+02 9.34377e+03 5.32266e+00 3.59833e+07 8.87033e+05 2.70157e+07 2.50882e+07 1.24855e+07 2.10387e+07 7.06922e+07 1.48729e+07 5.98589e+07 3.32360e+07 9.16242e+06 2.89927e+04 5.63287e+07 5.11444e+07 3.53992e+06 9.27300e+07 7.15443e+07 4.86568e+07 6.15319e+07 1.34576e+08 1.03352e+09 1.12516e+08 1.67988e+08 1.01475e+06 7.76451e+06 2.49225e-01 3.36004e+05 3.56862e+03 3.67682e+04 3.10558e+05 1.48107e+05 6.28953e+04 1.98857e+05 3.41927e+04 4.56818e+04 2.52095e+04 1.11823e+04 4.16594e+03 2.00170e+05 3.34828e+05 7.28796e+03 1.62471e+05 1.65369e+05 6.11873e+04 1.50042e+05 1.43896e+05 1.85120e+06 8.69477e-01 1.85970e+05 3.71006e-01 8.72536e-01 3.44235e-01 3.02788e+06 6.19350e+05 2.35499e+05 2.13249e+05 4.79202e+05 1.43469e+04 3.92856e+05 1.30571e+05 1.67760e+05 8.13203e+03 7.25499e+04 1.50695e+04 3.27803e+05 3.14019e+05 6.33672e+03 8.16733e+04 1.81653e+05 7.13613e+03 6.45750e+05 1.77717e+05 8.30667e+05 3.40453e+04 2.55363e+05 1.27726e+03 3.66575e+05 3.47082e+00 2.09963e+04 3.06970e+03 5.40908e+02 3.06792e+02 9.22587e+01 3.54925e+02 9.58442e+02 4.09770e+02 6.21943e+02 4.45925e+02 1.32060e+02 4.75390e+00 2.29563e+03 3.61185e+03 3.54116e+02 4.45910e+03 4.96384e+03 2.93876e+03 2.43258e+03 5.06908e+03 2.39243e+04 2.79913e+03 3.86787e+03 3.14879e+01 2.82795e+02 3.40958e-02 1.00919e+06 9.61196e+04 1.80387e+06 5.02740e+05 1.76602e+05 2.10057e+05 7.09535e+05 3.93084e+05 5.93441e+04 7.41720e+04 2.36178e+04 8.79880e+03 9.83113e+05 4.58130e+06 3.90310e+04 1.04863e+06 7.72202e+05 3.59744e+05 2.83364e+05 7.14806e+05 1.59086e+06 1.12717e+05 2.03482e+05 3.25989e-01 1.56608e+04 3.34112e+01 2.11500e+06 5.24576e+05 3.23804e+06 1.35686e+06 1.38621e+06 4.03913e+05 1.28826e+06 3.40135e+05 4.53511e+05 3.28018e+05 3.89424e+05 1.18134e+04 2.25111e+05 1.69699e+06 3.00019e+04 1.61653e+06 7.85342e+04 5.51535e+05 9.44039e+05 6.88438e+05 1.39290e+06 6.42397e+05 1.59565e+06 9.39385e+02 2.69604e+05 5.96559e+00 2.99203e+05 1.97208e+04 3.53996e+04 1.76804e+04 4.02060e+03 1.45306e+04 4.52602e+04 1.55029e+04 4.11694e+04 1.21179e+04 5.28117e+03 3.07044e+02 1.09698e+05 4.32330e+04 3.37200e+03 5.93998e+04 6.44050e+04 3.84713e+04 6.68028e+04 1.32733e+05 3.69314e+05 3.52684e+04 5.66690e+04 2.97427e+02 1.99328e+03 6.05466e-02 1.71411e+05 7.95008e+03 3.11416e+05 1.22675e+05 1.07850e+03 5.59628e+03 9.54398e+03 4.34226e+03 1.41236e+04 3.03216e+03 1.27594e+03 5.04496e+01 2.77340e+05 1.65581e+05 8.41377e+03 1.24675e+05 9.43839e+04 1.01778e+05 7.22232e+04 7.51970e+04 5.27868e+05 7.26146e+04 7.10276e+04 6.47890e+02 5.34977e+03 2.35348e-01 1.81021e+05 5.38569e+04 1.19471e+05 3.48368e+04 1.57500e+04 2.77230e+04 6.29196e+04 3.43802e+04 5.65105e+04 2.99400e+04 1.77028e+04 2.18854e+03 2.10325e+05 9.44966e+04 3.39290e+04 1.00384e+05 9.84398e+04 8.27350e+04 9.92787e+04 1.62253e+05 8.09502e+05 1.39154e+05 1.61572e+05 1.20945e+04 5.14046e+04 5.59213e-01 0.00000e+00 diff --git a/in/eora_io_data_2016/labels_FD.txt b/in/eora_io_data_2016/labels_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc8633a302fb8ba925fa5dfe9a83b4859e00047 --- /dev/null +++ b/in/eora_io_data_2016/labels_FD.txt @@ -0,0 +1,1140 @@ +AFG AFG Final demand Household final consumption P.3h +AFG AFG Final demand Non-profit institutions serving households P.3n +AFG AFG Final demand Government final consumption P.3g +AFG AFG Final demand Gross fixed capital formation P.51 +AFG AFG Final demand Changes in inventories P.52 +AFG AFG Final demand Acquisitions less disposals of valuables P.53 +ALB ALB Final demand Household final consumption P.3h +ALB ALB Final demand Non-profit institutions serving households P.3n +ALB ALB Final demand Government final consumption P.3g +ALB ALB Final demand Gross fixed capital formation P.51 +ALB ALB Final demand Changes in inventories P.52 +ALB ALB Final demand Acquisitions less disposals of valuables P.53 +DZA DZA Final demand Household final consumption P.3h +DZA DZA Final demand Non-profit institutions serving households P.3n +DZA DZA Final demand Government final consumption P.3g +DZA DZA Final demand Gross fixed capital formation P.51 +DZA DZA Final demand Changes in inventories P.52 +DZA DZA Final demand Acquisitions less disposals of valuables P.53 +AND AND Final demand Household final consumption P.3h +AND AND Final demand Non-profit institutions serving households P.3n +AND AND Final demand Government final consumption P.3g +AND AND Final demand Gross fixed capital formation P.51 +AND AND Final demand Changes in inventories P.52 +AND AND Final demand Acquisitions less disposals of valuables P.53 +AGO AGO Final demand Household final consumption P.3h +AGO AGO Final demand Non-profit institutions serving households P.3n +AGO AGO Final demand Government final consumption P.3g +AGO AGO Final demand Gross fixed capital formation P.51 +AGO AGO Final demand Changes in inventories P.52 +AGO AGO Final demand Acquisitions less disposals of valuables P.53 +ATG ATG Final demand Household final consumption P.3h +ATG ATG Final demand Non-profit institutions serving households P.3n +ATG ATG Final demand Government final consumption P.3g +ATG ATG Final demand Gross fixed capital formation P.51 +ATG ATG Final demand Changes in inventories P.52 +ATG ATG Final demand Acquisitions less disposals of valuables P.53 +ARG ARG Final demand Household final consumption P.3h +ARG ARG Final demand Non-profit institutions serving households P.3n +ARG ARG Final demand Government final consumption P.3g +ARG ARG Final demand Gross fixed capital formation P.51 +ARG ARG Final demand Changes in inventories P.52 +ARG ARG Final demand Acquisitions less disposals of valuables P.53 +ARM ARM Final demand Household final consumption P.3h +ARM ARM Final demand Non-profit institutions serving households P.3n +ARM ARM Final demand Government final consumption P.3g +ARM ARM Final demand Gross fixed capital formation P.51 +ARM ARM Final demand Changes in inventories P.52 +ARM ARM Final demand Acquisitions less disposals of valuables P.53 +ABW ABW Final demand Household final consumption P.3h +ABW ABW Final demand Non-profit institutions serving households P.3n +ABW ABW Final demand Government final consumption P.3g +ABW ABW Final demand Gross fixed capital formation P.51 +ABW ABW Final demand Changes in inventories P.52 +ABW ABW Final demand Acquisitions less disposals of valuables P.53 +AUS AUS Final demand Household final consumption P.3h +AUS AUS Final demand Non-profit institutions serving households P.3n +AUS AUS Final demand Government final consumption P.3g +AUS AUS Final demand Gross fixed capital formation P.51 +AUS AUS Final demand Changes in inventories P.52 +AUS AUS Final demand Acquisitions less disposals of valuables P.53 +AUT AUT Final demand Household final consumption P.3h +AUT AUT Final demand Non-profit institutions serving households P.3n +AUT AUT Final demand Government final consumption P.3g +AUT AUT Final demand Gross fixed capital formation P.51 +AUT AUT Final demand Changes in inventories P.52 +AUT AUT Final demand Acquisitions less disposals of valuables P.53 +AZE AZE Final demand Household final consumption P.3h +AZE AZE Final demand Non-profit institutions serving households P.3n +AZE AZE Final demand Government final consumption P.3g +AZE AZE Final demand Gross fixed capital formation P.51 +AZE AZE Final demand Changes in inventories P.52 +AZE AZE Final demand Acquisitions less disposals of valuables P.53 +BHS BHS Final demand Household final consumption P.3h +BHS BHS Final demand Non-profit institutions serving households P.3n +BHS BHS Final demand Government final consumption P.3g +BHS BHS Final demand Gross fixed capital formation P.51 +BHS BHS Final demand Changes in inventories P.52 +BHS BHS Final demand Acquisitions less disposals of valuables P.53 +BHR BHR Final demand Household final consumption P.3h +BHR BHR Final demand Non-profit institutions serving households P.3n +BHR BHR Final demand Government final consumption P.3g +BHR BHR Final demand Gross fixed capital formation P.51 +BHR BHR Final demand Changes in inventories P.52 +BHR BHR Final demand Acquisitions less disposals of valuables P.53 +BGD BGD Final demand Household final consumption P.3h +BGD BGD Final demand Non-profit institutions serving households P.3n +BGD BGD Final demand Government final consumption P.3g +BGD BGD Final demand Gross fixed capital formation P.51 +BGD BGD Final demand Changes in inventories P.52 +BGD BGD Final demand Acquisitions less disposals of valuables P.53 +BRB BRB Final demand Household final consumption P.3h +BRB BRB Final demand Non-profit institutions serving households P.3n +BRB BRB Final demand Government final consumption P.3g +BRB BRB Final demand Gross fixed capital formation P.51 +BRB BRB Final demand Changes in inventories P.52 +BRB BRB Final demand Acquisitions less disposals of valuables P.53 +BLR BLR Final demand Household final consumption P.3h +BLR BLR Final demand Non-profit institutions serving households P.3n +BLR BLR Final demand Government final consumption P.3g +BLR BLR Final demand Gross fixed capital formation P.51 +BLR BLR Final demand Changes in inventories P.52 +BLR BLR Final demand Acquisitions less disposals of valuables P.53 +BEL BEL Final demand Household final consumption P.3h +BEL BEL Final demand Non-profit institutions serving households P.3n +BEL BEL Final demand Government final consumption P.3g +BEL BEL Final demand Gross fixed capital formation P.51 +BEL BEL Final demand Changes in inventories P.52 +BEL BEL Final demand Acquisitions less disposals of valuables P.53 +BLZ BLZ Final demand Household final consumption P.3h +BLZ BLZ Final demand Non-profit institutions serving households P.3n +BLZ BLZ Final demand Government final consumption P.3g +BLZ BLZ Final demand Gross fixed capital formation P.51 +BLZ BLZ Final demand Changes in inventories P.52 +BLZ BLZ Final demand Acquisitions less disposals of valuables P.53 +BEN BEN Final demand Household final consumption P.3h +BEN BEN Final demand Non-profit institutions serving households P.3n +BEN BEN Final demand Government final consumption P.3g +BEN BEN Final demand Gross fixed capital formation P.51 +BEN BEN Final demand Changes in inventories P.52 +BEN BEN Final demand Acquisitions less disposals of valuables P.53 +BMU BMU Final demand Household final consumption P.3h +BMU BMU Final demand Non-profit institutions serving households P.3n +BMU BMU Final demand Government final consumption P.3g +BMU BMU Final demand Gross fixed capital formation P.51 +BMU BMU Final demand Changes in inventories P.52 +BMU BMU Final demand Acquisitions less disposals of valuables P.53 +BTN BTN Final demand Household final consumption P.3h +BTN BTN Final demand Non-profit institutions serving households P.3n +BTN BTN Final demand Government final consumption P.3g +BTN BTN Final demand Gross fixed capital formation P.51 +BTN BTN Final demand Changes in inventories P.52 +BTN BTN Final demand Acquisitions less disposals of valuables P.53 +BOL BOL Final demand Household final consumption P.3h +BOL BOL Final demand Non-profit institutions serving households P.3n +BOL BOL Final demand Government final consumption P.3g +BOL BOL Final demand Gross fixed capital formation P.51 +BOL BOL Final demand Changes in inventories P.52 +BOL BOL Final demand Acquisitions less disposals of valuables P.53 +BIH BIH Final demand Household final consumption P.3h +BIH BIH Final demand Non-profit institutions serving households P.3n +BIH BIH Final demand Government final consumption P.3g +BIH BIH Final demand Gross fixed capital formation P.51 +BIH BIH Final demand Changes in inventories P.52 +BIH BIH Final demand Acquisitions less disposals of valuables P.53 +BWA BWA Final demand Household final consumption P.3h +BWA BWA Final demand Non-profit institutions serving households P.3n +BWA BWA Final demand Government final consumption P.3g +BWA BWA Final demand Gross fixed capital formation P.51 +BWA BWA Final demand Changes in inventories P.52 +BWA BWA Final demand Acquisitions less disposals of valuables P.53 +BRA BRA Final demand Household final consumption P.3h +BRA BRA Final demand Non-profit institutions serving households P.3n +BRA BRA Final demand Government final consumption P.3g +BRA BRA Final demand Gross fixed capital formation P.51 +BRA BRA Final demand Changes in inventories P.52 +BRA BRA Final demand Acquisitions less disposals of valuables P.53 +VGB VGB Final demand Household final consumption P.3h +VGB VGB Final demand Non-profit institutions serving households P.3n +VGB VGB Final demand Government final consumption P.3g +VGB VGB Final demand Gross fixed capital formation P.51 +VGB VGB Final demand Changes in inventories P.52 +VGB VGB Final demand Acquisitions less disposals of valuables P.53 +BRN BRN Final demand Household final consumption P.3h +BRN BRN Final demand Non-profit institutions serving households P.3n +BRN BRN Final demand Government final consumption P.3g +BRN BRN Final demand Gross fixed capital formation P.51 +BRN BRN Final demand Changes in inventories P.52 +BRN BRN Final demand Acquisitions less disposals of valuables P.53 +BGR BGR Final demand Household final consumption P.3h +BGR BGR Final demand Non-profit institutions serving households P.3n +BGR BGR Final demand Government final consumption P.3g +BGR BGR Final demand Gross fixed capital formation P.51 +BGR BGR Final demand Changes in inventories P.52 +BGR BGR Final demand Acquisitions less disposals of valuables P.53 +BFA BFA Final demand Household final consumption P.3h +BFA BFA Final demand Non-profit institutions serving households P.3n +BFA BFA Final demand Government final consumption P.3g +BFA BFA Final demand Gross fixed capital formation P.51 +BFA BFA Final demand Changes in inventories P.52 +BFA BFA Final demand Acquisitions less disposals of valuables P.53 +BDI BDI Final demand Household final consumption P.3h +BDI BDI Final demand Non-profit institutions serving households P.3n +BDI BDI Final demand Government final consumption P.3g +BDI BDI Final demand Gross fixed capital formation P.51 +BDI BDI Final demand Changes in inventories P.52 +BDI BDI Final demand Acquisitions less disposals of valuables P.53 +KHM KHM Final demand Household final consumption P.3h +KHM KHM Final demand Non-profit institutions serving households P.3n +KHM KHM Final demand Government final consumption P.3g +KHM KHM Final demand Gross fixed capital formation P.51 +KHM KHM Final demand Changes in inventories P.52 +KHM KHM Final demand Acquisitions less disposals of valuables P.53 +CMR CMR Final demand Household final consumption P.3h +CMR CMR Final demand Non-profit institutions serving households P.3n +CMR CMR Final demand Government final consumption P.3g +CMR CMR Final demand Gross fixed capital formation P.51 +CMR CMR Final demand Changes in inventories P.52 +CMR CMR Final demand Acquisitions less disposals of valuables P.53 +CAN CAN Final demand Household final consumption P.3h +CAN CAN Final demand Non-profit institutions serving households P.3n +CAN CAN Final demand Government final consumption P.3g +CAN CAN Final demand Gross fixed capital formation P.51 +CAN CAN Final demand Changes in inventories P.52 +CAN CAN Final demand Acquisitions less disposals of valuables P.53 +CPV CPV Final demand Household final consumption P.3h +CPV CPV Final demand Non-profit institutions serving households P.3n +CPV CPV Final demand Government final consumption P.3g +CPV CPV Final demand Gross fixed capital formation P.51 +CPV CPV Final demand Changes in inventories P.52 +CPV CPV Final demand Acquisitions less disposals of valuables P.53 +CYM CYM Final demand Household final consumption P.3h +CYM CYM Final demand Non-profit institutions serving households P.3n +CYM CYM Final demand Government final consumption P.3g +CYM CYM Final demand Gross fixed capital formation P.51 +CYM CYM Final demand Changes in inventories P.52 +CYM CYM Final demand Acquisitions less disposals of valuables P.53 +CAF CAF Final demand Household final consumption P.3h +CAF CAF Final demand Non-profit institutions serving households P.3n +CAF CAF Final demand Government final consumption P.3g +CAF CAF Final demand Gross fixed capital formation P.51 +CAF CAF Final demand Changes in inventories P.52 +CAF CAF Final demand Acquisitions less disposals of valuables P.53 +TCD TCD Final demand Household final consumption P.3h +TCD TCD Final demand Non-profit institutions serving households P.3n +TCD TCD Final demand Government final consumption P.3g +TCD TCD Final demand Gross fixed capital formation P.51 +TCD TCD Final demand Changes in inventories P.52 +TCD TCD Final demand Acquisitions less disposals of valuables P.53 +CHL CHL Final demand Household final consumption P.3h +CHL CHL Final demand Non-profit institutions serving households P.3n +CHL CHL Final demand Government final consumption P.3g +CHL CHL Final demand Gross fixed capital formation P.51 +CHL CHL Final demand Changes in inventories P.52 +CHL CHL Final demand Acquisitions less disposals of valuables P.53 +CHN CHN Final demand Household final consumption P.3h +CHN CHN Final demand Non-profit institutions serving households P.3n +CHN CHN Final demand Government final consumption P.3g +CHN CHN Final demand Gross fixed capital formation P.51 +CHN CHN Final demand Changes in inventories P.52 +CHN CHN Final demand Acquisitions less disposals of valuables P.53 +COL COL Final demand Household final consumption P.3h +COL COL Final demand Non-profit institutions serving households P.3n +COL COL Final demand Government final consumption P.3g +COL COL Final demand Gross fixed capital formation P.51 +COL COL Final demand Changes in inventories P.52 +COL COL Final demand Acquisitions less disposals of valuables P.53 +COG COG Final demand Household final consumption P.3h +COG COG Final demand Non-profit institutions serving households P.3n +COG COG Final demand Government final consumption P.3g +COG COG Final demand Gross fixed capital formation P.51 +COG COG Final demand Changes in inventories P.52 +COG COG Final demand Acquisitions less disposals of valuables P.53 +CRI CRI Final demand Household final consumption P.3h +CRI CRI Final demand Non-profit institutions serving households P.3n +CRI CRI Final demand Government final consumption P.3g +CRI CRI Final demand Gross fixed capital formation P.51 +CRI CRI Final demand Changes in inventories P.52 +CRI CRI Final demand Acquisitions less disposals of valuables P.53 +HRV HRV Final demand Household final consumption P.3h +HRV HRV Final demand Non-profit institutions serving households P.3n +HRV HRV Final demand Government final consumption P.3g +HRV HRV Final demand Gross fixed capital formation P.51 +HRV HRV Final demand Changes in inventories P.52 +HRV HRV Final demand Acquisitions less disposals of valuables P.53 +CUB CUB Final demand Household final consumption P.3h +CUB CUB Final demand Non-profit institutions serving households P.3n +CUB CUB Final demand Government final consumption P.3g +CUB CUB Final demand Gross fixed capital formation P.51 +CUB CUB Final demand Changes in inventories P.52 +CUB CUB Final demand Acquisitions less disposals of valuables P.53 +CYP CYP Final demand Household final consumption P.3h +CYP CYP Final demand Non-profit institutions serving households P.3n +CYP CYP Final demand Government final consumption P.3g +CYP CYP Final demand Gross fixed capital formation P.51 +CYP CYP Final demand Changes in inventories P.52 +CYP CYP Final demand Acquisitions less disposals of valuables P.53 +CZE CZE Final demand Household final consumption P.3h +CZE CZE Final demand Non-profit institutions serving households P.3n +CZE CZE Final demand Government final consumption P.3g +CZE CZE Final demand Gross fixed capital formation P.51 +CZE CZE Final demand Changes in inventories P.52 +CZE CZE Final demand Acquisitions less disposals of valuables P.53 +CIV CIV Final demand Household final consumption P.3h +CIV CIV Final demand Non-profit institutions serving households P.3n +CIV CIV Final demand Government final consumption P.3g +CIV CIV Final demand Gross fixed capital formation P.51 +CIV CIV Final demand Changes in inventories P.52 +CIV CIV Final demand Acquisitions less disposals of valuables P.53 +PRK PRK Final demand Household final consumption P.3h +PRK PRK Final demand Non-profit institutions serving households P.3n +PRK PRK Final demand Government final consumption P.3g +PRK PRK Final demand Gross fixed capital formation P.51 +PRK PRK Final demand Changes in inventories P.52 +PRK PRK Final demand Acquisitions less disposals of valuables P.53 +COD COD Final demand Household final consumption P.3h +COD COD Final demand Non-profit institutions serving households P.3n +COD COD Final demand Government final consumption P.3g +COD COD Final demand Gross fixed capital formation P.51 +COD COD Final demand Changes in inventories P.52 +COD COD Final demand Acquisitions less disposals of valuables P.53 +DNK DNK Final demand Household final consumption P.3h +DNK DNK Final demand Non-profit institutions serving households P.3n +DNK DNK Final demand Government final consumption P.3g +DNK DNK Final demand Gross fixed capital formation P.51 +DNK DNK Final demand Changes in inventories P.52 +DNK DNK Final demand Acquisitions less disposals of valuables P.53 +DJI DJI Final demand Household final consumption P.3h +DJI DJI Final demand Non-profit institutions serving households P.3n +DJI DJI Final demand Government final consumption P.3g +DJI DJI Final demand Gross fixed capital formation P.51 +DJI DJI Final demand Changes in inventories P.52 +DJI DJI Final demand Acquisitions less disposals of valuables P.53 +DOM DOM Final demand Household final consumption P.3h +DOM DOM Final demand Non-profit institutions serving households P.3n +DOM DOM Final demand Government final consumption P.3g +DOM DOM Final demand Gross fixed capital formation P.51 +DOM DOM Final demand Changes in inventories P.52 +DOM DOM Final demand Acquisitions less disposals of valuables P.53 +ECU ECU Final demand Household final consumption P.3h +ECU ECU Final demand Non-profit institutions serving households P.3n +ECU ECU Final demand Government final consumption P.3g +ECU ECU Final demand Gross fixed capital formation P.51 +ECU ECU Final demand Changes in inventories P.52 +ECU ECU Final demand Acquisitions less disposals of valuables P.53 +EGY EGY Final demand Household final consumption P.3h +EGY EGY Final demand Non-profit institutions serving households P.3n +EGY EGY Final demand Government final consumption P.3g +EGY EGY Final demand Gross fixed capital formation P.51 +EGY EGY Final demand Changes in inventories P.52 +EGY EGY Final demand Acquisitions less disposals of valuables P.53 +SLV SLV Final demand Household final consumption P.3h +SLV SLV Final demand Non-profit institutions serving households P.3n +SLV SLV Final demand Government final consumption P.3g +SLV SLV Final demand Gross fixed capital formation P.51 +SLV SLV Final demand Changes in inventories P.52 +SLV SLV Final demand Acquisitions less disposals of valuables P.53 +ERI ERI Final demand Household final consumption P.3h +ERI ERI Final demand Non-profit institutions serving households P.3n +ERI ERI Final demand Government final consumption P.3g +ERI ERI Final demand Gross fixed capital formation P.51 +ERI ERI Final demand Changes in inventories P.52 +ERI ERI Final demand Acquisitions less disposals of valuables P.53 +EST EST Final demand Household final consumption P.3h +EST EST Final demand Non-profit institutions serving households P.3n +EST EST Final demand Government final consumption P.3g +EST EST Final demand Gross fixed capital formation P.51 +EST EST Final demand Changes in inventories P.52 +EST EST Final demand Acquisitions less disposals of valuables P.53 +ETH ETH Final demand Household final consumption P.3h +ETH ETH Final demand Non-profit institutions serving households P.3n +ETH ETH Final demand Government final consumption P.3g +ETH ETH Final demand Gross fixed capital formation P.51 +ETH ETH Final demand Changes in inventories P.52 +ETH ETH Final demand Acquisitions less disposals of valuables P.53 +FJI FJI Final demand Household final consumption P.3h +FJI FJI Final demand Non-profit institutions serving households P.3n +FJI FJI Final demand Government final consumption P.3g +FJI FJI Final demand Gross fixed capital formation P.51 +FJI FJI Final demand Changes in inventories P.52 +FJI FJI Final demand Acquisitions less disposals of valuables P.53 +FIN FIN Final demand Household final consumption P.3h +FIN FIN Final demand Non-profit institutions serving households P.3n +FIN FIN Final demand Government final consumption P.3g +FIN FIN Final demand Gross fixed capital formation P.51 +FIN FIN Final demand Changes in inventories P.52 +FIN FIN Final demand Acquisitions less disposals of valuables P.53 +FRA FRA Final demand Household final consumption P.3h +FRA FRA Final demand Non-profit institutions serving households P.3n +FRA FRA Final demand Government final consumption P.3g +FRA FRA Final demand Gross fixed capital formation P.51 +FRA FRA Final demand Changes in inventories P.52 +FRA FRA Final demand Acquisitions less disposals of valuables P.53 +PYF PYF Final demand Household final consumption P.3h +PYF PYF Final demand Non-profit institutions serving households P.3n +PYF PYF Final demand Government final consumption P.3g +PYF PYF Final demand Gross fixed capital formation P.51 +PYF PYF Final demand Changes in inventories P.52 +PYF PYF Final demand Acquisitions less disposals of valuables P.53 +GAB GAB Final demand Household final consumption P.3h +GAB GAB Final demand Non-profit institutions serving households P.3n +GAB GAB Final demand Government final consumption P.3g +GAB GAB Final demand Gross fixed capital formation P.51 +GAB GAB Final demand Changes in inventories P.52 +GAB GAB Final demand Acquisitions less disposals of valuables P.53 +GMB GMB Final demand Household final consumption P.3h +GMB GMB Final demand Non-profit institutions serving households P.3n +GMB GMB Final demand Government final consumption P.3g +GMB GMB Final demand Gross fixed capital formation P.51 +GMB GMB Final demand Changes in inventories P.52 +GMB GMB Final demand Acquisitions less disposals of valuables P.53 +GEO GEO Final demand Household final consumption P.3h +GEO GEO Final demand Non-profit institutions serving households P.3n +GEO GEO Final demand Government final consumption P.3g +GEO GEO Final demand Gross fixed capital formation P.51 +GEO GEO Final demand Changes in inventories P.52 +GEO GEO Final demand Acquisitions less disposals of valuables P.53 +DEU DEU Final demand Household final consumption P.3h +DEU DEU Final demand Non-profit institutions serving households P.3n +DEU DEU Final demand Government final consumption P.3g +DEU DEU Final demand Gross fixed capital formation P.51 +DEU DEU Final demand Changes in inventories P.52 +DEU DEU Final demand Acquisitions less disposals of valuables P.53 +GHA GHA Final demand Household final consumption P.3h +GHA GHA Final demand Non-profit institutions serving households P.3n +GHA GHA Final demand Government final consumption P.3g +GHA GHA Final demand Gross fixed capital formation P.51 +GHA GHA Final demand Changes in inventories P.52 +GHA GHA Final demand Acquisitions less disposals of valuables P.53 +GRC GRC Final demand Household final consumption P.3h +GRC GRC Final demand Non-profit institutions serving households P.3n +GRC GRC Final demand Government final consumption P.3g +GRC GRC Final demand Gross fixed capital formation P.51 +GRC GRC Final demand Changes in inventories P.52 +GRC GRC Final demand Acquisitions less disposals of valuables P.53 +GRL GRL Final demand Household final consumption P.3h +GRL GRL Final demand Non-profit institutions serving households P.3n +GRL GRL Final demand Government final consumption P.3g +GRL GRL Final demand Gross fixed capital formation P.51 +GRL GRL Final demand Changes in inventories P.52 +GRL GRL Final demand Acquisitions less disposals of valuables P.53 +GTM GTM Final demand Household final consumption P.3h +GTM GTM Final demand Non-profit institutions serving households P.3n +GTM GTM Final demand Government final consumption P.3g +GTM GTM Final demand Gross fixed capital formation P.51 +GTM GTM Final demand Changes in inventories P.52 +GTM GTM Final demand Acquisitions less disposals of valuables P.53 +GIN GIN Final demand Household final consumption P.3h +GIN GIN Final demand Non-profit institutions serving households P.3n +GIN GIN Final demand Government final consumption P.3g +GIN GIN Final demand Gross fixed capital formation P.51 +GIN GIN Final demand Changes in inventories P.52 +GIN GIN Final demand Acquisitions less disposals of valuables P.53 +GUY GUY Final demand Household final consumption P.3h +GUY GUY Final demand Non-profit institutions serving households P.3n +GUY GUY Final demand Government final consumption P.3g +GUY GUY Final demand Gross fixed capital formation P.51 +GUY GUY Final demand Changes in inventories P.52 +GUY GUY Final demand Acquisitions less disposals of valuables P.53 +HTI HTI Final demand Household final consumption P.3h +HTI HTI Final demand Non-profit institutions serving households P.3n +HTI HTI Final demand Government final consumption P.3g +HTI HTI Final demand Gross fixed capital formation P.51 +HTI HTI Final demand Changes in inventories P.52 +HTI HTI Final demand Acquisitions less disposals of valuables P.53 +HND HND Final demand Household final consumption P.3h +HND HND Final demand Non-profit institutions serving households P.3n +HND HND Final demand Government final consumption P.3g +HND HND Final demand Gross fixed capital formation P.51 +HND HND Final demand Changes in inventories P.52 +HND HND Final demand Acquisitions less disposals of valuables P.53 +HKG HKG Final demand Household final consumption P.3h +HKG HKG Final demand Non-profit institutions serving households P.3n +HKG HKG Final demand Government final consumption P.3g +HKG HKG Final demand Gross fixed capital formation P.51 +HKG HKG Final demand Changes in inventories P.52 +HKG HKG Final demand Acquisitions less disposals of valuables P.53 +HUN HUN Final demand Household final consumption P.3h +HUN HUN Final demand Non-profit institutions serving households P.3n +HUN HUN Final demand Government final consumption P.3g +HUN HUN Final demand Gross fixed capital formation P.51 +HUN HUN Final demand Changes in inventories P.52 +HUN HUN Final demand Acquisitions less disposals of valuables P.53 +ISL ISL Final demand Household final consumption P.3h +ISL ISL Final demand Non-profit institutions serving households P.3n +ISL ISL Final demand Government final consumption P.3g +ISL ISL Final demand Gross fixed capital formation P.51 +ISL ISL Final demand Changes in inventories P.52 +ISL ISL Final demand Acquisitions less disposals of valuables P.53 +IND IND Final demand Household final consumption P.3h +IND IND Final demand Non-profit institutions serving households P.3n +IND IND Final demand Government final consumption P.3g +IND IND Final demand Gross fixed capital formation P.51 +IND IND Final demand Changes in inventories P.52 +IND IND Final demand Acquisitions less disposals of valuables P.53 +IDN IDN Final demand Household final consumption P.3h +IDN IDN Final demand Non-profit institutions serving households P.3n +IDN IDN Final demand Government final consumption P.3g +IDN IDN Final demand Gross fixed capital formation P.51 +IDN IDN Final demand Changes in inventories P.52 +IDN IDN Final demand Acquisitions less disposals of valuables P.53 +IRN IRN Final demand Household final consumption P.3h +IRN IRN Final demand Non-profit institutions serving households P.3n +IRN IRN Final demand Government final consumption P.3g +IRN IRN Final demand Gross fixed capital formation P.51 +IRN IRN Final demand Changes in inventories P.52 +IRN IRN Final demand Acquisitions less disposals of valuables P.53 +IRQ IRQ Final demand Household final consumption P.3h +IRQ IRQ Final demand Non-profit institutions serving households P.3n +IRQ IRQ Final demand Government final consumption P.3g +IRQ IRQ Final demand Gross fixed capital formation P.51 +IRQ IRQ Final demand Changes in inventories P.52 +IRQ IRQ Final demand Acquisitions less disposals of valuables P.53 +IRL IRL Final demand Household final consumption P.3h +IRL IRL Final demand Non-profit institutions serving households P.3n +IRL IRL Final demand Government final consumption P.3g +IRL IRL Final demand Gross fixed capital formation P.51 +IRL IRL Final demand Changes in inventories P.52 +IRL IRL Final demand Acquisitions less disposals of valuables P.53 +ISR ISR Final demand Household final consumption P.3h +ISR ISR Final demand Non-profit institutions serving households P.3n +ISR ISR Final demand Government final consumption P.3g +ISR ISR Final demand Gross fixed capital formation P.51 +ISR ISR Final demand Changes in inventories P.52 +ISR ISR Final demand Acquisitions less disposals of valuables P.53 +ITA ITA Final demand Household final consumption P.3h +ITA ITA Final demand Non-profit institutions serving households P.3n +ITA ITA Final demand Government final consumption P.3g +ITA ITA Final demand Gross fixed capital formation P.51 +ITA ITA Final demand Changes in inventories P.52 +ITA ITA Final demand Acquisitions less disposals of valuables P.53 +JAM JAM Final demand Household final consumption P.3h +JAM JAM Final demand Non-profit institutions serving households P.3n +JAM JAM Final demand Government final consumption P.3g +JAM JAM Final demand Gross fixed capital formation P.51 +JAM JAM Final demand Changes in inventories P.52 +JAM JAM Final demand Acquisitions less disposals of valuables P.53 +JPN JPN Final demand Household final consumption P.3h +JPN JPN Final demand Non-profit institutions serving households P.3n +JPN JPN Final demand Government final consumption P.3g +JPN JPN Final demand Gross fixed capital formation P.51 +JPN JPN Final demand Changes in inventories P.52 +JPN JPN Final demand Acquisitions less disposals of valuables P.53 +JOR JOR Final demand Household final consumption P.3h +JOR JOR Final demand Non-profit institutions serving households P.3n +JOR JOR Final demand Government final consumption P.3g +JOR JOR Final demand Gross fixed capital formation P.51 +JOR JOR Final demand Changes in inventories P.52 +JOR JOR Final demand Acquisitions less disposals of valuables P.53 +KAZ KAZ Final demand Household final consumption P.3h +KAZ KAZ Final demand Non-profit institutions serving households P.3n +KAZ KAZ Final demand Government final consumption P.3g +KAZ KAZ Final demand Gross fixed capital formation P.51 +KAZ KAZ Final demand Changes in inventories P.52 +KAZ KAZ Final demand Acquisitions less disposals of valuables P.53 +KEN KEN Final demand Household final consumption P.3h +KEN KEN Final demand Non-profit institutions serving households P.3n +KEN KEN Final demand Government final consumption P.3g +KEN KEN Final demand Gross fixed capital formation P.51 +KEN KEN Final demand Changes in inventories P.52 +KEN KEN Final demand Acquisitions less disposals of valuables P.53 +KWT KWT Final demand Household final consumption P.3h +KWT KWT Final demand Non-profit institutions serving households P.3n +KWT KWT Final demand Government final consumption P.3g +KWT KWT Final demand Gross fixed capital formation P.51 +KWT KWT Final demand Changes in inventories P.52 +KWT KWT Final demand Acquisitions less disposals of valuables P.53 +KGZ KGZ Final demand Household final consumption P.3h +KGZ KGZ Final demand Non-profit institutions serving households P.3n +KGZ KGZ Final demand Government final consumption P.3g +KGZ KGZ Final demand Gross fixed capital formation P.51 +KGZ KGZ Final demand Changes in inventories P.52 +KGZ KGZ Final demand Acquisitions less disposals of valuables P.53 +LAO LAO Final demand Household final consumption P.3h +LAO LAO Final demand Non-profit institutions serving households P.3n +LAO LAO Final demand Government final consumption P.3g +LAO LAO Final demand Gross fixed capital formation P.51 +LAO LAO Final demand Changes in inventories P.52 +LAO LAO Final demand Acquisitions less disposals of valuables P.53 +LVA LVA Final demand Household final consumption P.3h +LVA LVA Final demand Non-profit institutions serving households P.3n +LVA LVA Final demand Government final consumption P.3g +LVA LVA Final demand Gross fixed capital formation P.51 +LVA LVA Final demand Changes in inventories P.52 +LVA LVA Final demand Acquisitions less disposals of valuables P.53 +LBN LBN Final demand Household final consumption P.3h +LBN LBN Final demand Non-profit institutions serving households P.3n +LBN LBN Final demand Government final consumption P.3g +LBN LBN Final demand Gross fixed capital formation P.51 +LBN LBN Final demand Changes in inventories P.52 +LBN LBN Final demand Acquisitions less disposals of valuables P.53 +LSO LSO Final demand Household final consumption P.3h +LSO LSO Final demand Non-profit institutions serving households P.3n +LSO LSO Final demand Government final consumption P.3g +LSO LSO Final demand Gross fixed capital formation P.51 +LSO LSO Final demand Changes in inventories P.52 +LSO LSO Final demand Acquisitions less disposals of valuables P.53 +LBR LBR Final demand Household final consumption P.3h +LBR LBR Final demand Non-profit institutions serving households P.3n +LBR LBR Final demand Government final consumption P.3g +LBR LBR Final demand Gross fixed capital formation P.51 +LBR LBR Final demand Changes in inventories P.52 +LBR LBR Final demand Acquisitions less disposals of valuables P.53 +LBY LBY Final demand Household final consumption P.3h +LBY LBY Final demand Non-profit institutions serving households P.3n +LBY LBY Final demand Government final consumption P.3g +LBY LBY Final demand Gross fixed capital formation P.51 +LBY LBY Final demand Changes in inventories P.52 +LBY LBY Final demand Acquisitions less disposals of valuables P.53 +LIE LIE Final demand Household final consumption P.3h +LIE LIE Final demand Non-profit institutions serving households P.3n +LIE LIE Final demand Government final consumption P.3g +LIE LIE Final demand Gross fixed capital formation P.51 +LIE LIE Final demand Changes in inventories P.52 +LIE LIE Final demand Acquisitions less disposals of valuables P.53 +LTU LTU Final demand Household final consumption P.3h +LTU LTU Final demand Non-profit institutions serving households P.3n +LTU LTU Final demand Government final consumption P.3g +LTU LTU Final demand Gross fixed capital formation P.51 +LTU LTU Final demand Changes in inventories P.52 +LTU LTU Final demand Acquisitions less disposals of valuables P.53 +LUX LUX Final demand Household final consumption P.3h +LUX LUX Final demand Non-profit institutions serving households P.3n +LUX LUX Final demand Government final consumption P.3g +LUX LUX Final demand Gross fixed capital formation P.51 +LUX LUX Final demand Changes in inventories P.52 +LUX LUX Final demand Acquisitions less disposals of valuables P.53 +MAC MAC Final demand Household final consumption P.3h +MAC MAC Final demand Non-profit institutions serving households P.3n +MAC MAC Final demand Government final consumption P.3g +MAC MAC Final demand Gross fixed capital formation P.51 +MAC MAC Final demand Changes in inventories P.52 +MAC MAC Final demand Acquisitions less disposals of valuables P.53 +MDG MDG Final demand Household final consumption P.3h +MDG MDG Final demand Non-profit institutions serving households P.3n +MDG MDG Final demand Government final consumption P.3g +MDG MDG Final demand Gross fixed capital formation P.51 +MDG MDG Final demand Changes in inventories P.52 +MDG MDG Final demand Acquisitions less disposals of valuables P.53 +MWI MWI Final demand Household final consumption P.3h +MWI MWI Final demand Non-profit institutions serving households P.3n +MWI MWI Final demand Government final consumption P.3g +MWI MWI Final demand Gross fixed capital formation P.51 +MWI MWI Final demand Changes in inventories P.52 +MWI MWI Final demand Acquisitions less disposals of valuables P.53 +MYS MYS Final demand Household final consumption P.3h +MYS MYS Final demand Non-profit institutions serving households P.3n +MYS MYS Final demand Government final consumption P.3g +MYS MYS Final demand Gross fixed capital formation P.51 +MYS MYS Final demand Changes in inventories P.52 +MYS MYS Final demand Acquisitions less disposals of valuables P.53 +MDV MDV Final demand Household final consumption P.3h +MDV MDV Final demand Non-profit institutions serving households P.3n +MDV MDV Final demand Government final consumption P.3g +MDV MDV Final demand Gross fixed capital formation P.51 +MDV MDV Final demand Changes in inventories P.52 +MDV MDV Final demand Acquisitions less disposals of valuables P.53 +MLI MLI Final demand Household final consumption P.3h +MLI MLI Final demand Non-profit institutions serving households P.3n +MLI MLI Final demand Government final consumption P.3g +MLI MLI Final demand Gross fixed capital formation P.51 +MLI MLI Final demand Changes in inventories P.52 +MLI MLI Final demand Acquisitions less disposals of valuables P.53 +MLT MLT Final demand Household final consumption P.3h +MLT MLT Final demand Non-profit institutions serving households P.3n +MLT MLT Final demand Government final consumption P.3g +MLT MLT Final demand Gross fixed capital formation P.51 +MLT MLT Final demand Changes in inventories P.52 +MLT MLT Final demand Acquisitions less disposals of valuables P.53 +MRT MRT Final demand Household final consumption P.3h +MRT MRT Final demand Non-profit institutions serving households P.3n +MRT MRT Final demand Government final consumption P.3g +MRT MRT Final demand Gross fixed capital formation P.51 +MRT MRT Final demand Changes in inventories P.52 +MRT MRT Final demand Acquisitions less disposals of valuables P.53 +MUS MUS Final demand Household final consumption P.3h +MUS MUS Final demand Non-profit institutions serving households P.3n +MUS MUS Final demand Government final consumption P.3g +MUS MUS Final demand Gross fixed capital formation P.51 +MUS MUS Final demand Changes in inventories P.52 +MUS MUS Final demand Acquisitions less disposals of valuables P.53 +MEX MEX Final demand Household final consumption P.3h +MEX MEX Final demand Non-profit institutions serving households P.3n +MEX MEX Final demand Government final consumption P.3g +MEX MEX Final demand Gross fixed capital formation P.51 +MEX MEX Final demand Changes in inventories P.52 +MEX MEX Final demand Acquisitions less disposals of valuables P.53 +MCO MCO Final demand Household final consumption P.3h +MCO MCO Final demand Non-profit institutions serving households P.3n +MCO MCO Final demand Government final consumption P.3g +MCO MCO Final demand Gross fixed capital formation P.51 +MCO MCO Final demand Changes in inventories P.52 +MCO MCO Final demand Acquisitions less disposals of valuables P.53 +MNG MNG Final demand Household final consumption P.3h +MNG MNG Final demand Non-profit institutions serving households P.3n +MNG MNG Final demand Government final consumption P.3g +MNG MNG Final demand Gross fixed capital formation P.51 +MNG MNG Final demand Changes in inventories P.52 +MNG MNG Final demand Acquisitions less disposals of valuables P.53 +MNE MNE Final demand Household final consumption P.3h +MNE MNE Final demand Non-profit institutions serving households P.3n +MNE MNE Final demand Government final consumption P.3g +MNE MNE Final demand Gross fixed capital formation P.51 +MNE MNE Final demand Changes in inventories P.52 +MNE MNE Final demand Acquisitions less disposals of valuables P.53 +MAR MAR Final demand Household final consumption P.3h +MAR MAR Final demand Non-profit institutions serving households P.3n +MAR MAR Final demand Government final consumption P.3g +MAR MAR Final demand Gross fixed capital formation P.51 +MAR MAR Final demand Changes in inventories P.52 +MAR MAR Final demand Acquisitions less disposals of valuables P.53 +MOZ MOZ Final demand Household final consumption P.3h +MOZ MOZ Final demand Non-profit institutions serving households P.3n +MOZ MOZ Final demand Government final consumption P.3g +MOZ MOZ Final demand Gross fixed capital formation P.51 +MOZ MOZ Final demand Changes in inventories P.52 +MOZ MOZ Final demand Acquisitions less disposals of valuables P.53 +MMR MMR Final demand Household final consumption P.3h +MMR MMR Final demand Non-profit institutions serving households P.3n +MMR MMR Final demand Government final consumption P.3g +MMR MMR Final demand Gross fixed capital formation P.51 +MMR MMR Final demand Changes in inventories P.52 +MMR MMR Final demand Acquisitions less disposals of valuables P.53 +NAM NAM Final demand Household final consumption P.3h +NAM NAM Final demand Non-profit institutions serving households P.3n +NAM NAM Final demand Government final consumption P.3g +NAM NAM Final demand Gross fixed capital formation P.51 +NAM NAM Final demand Changes in inventories P.52 +NAM NAM Final demand Acquisitions less disposals of valuables P.53 +NPL NPL Final demand Household final consumption P.3h +NPL NPL Final demand Non-profit institutions serving households P.3n +NPL NPL Final demand Government final consumption P.3g +NPL NPL Final demand Gross fixed capital formation P.51 +NPL NPL Final demand Changes in inventories P.52 +NPL NPL Final demand Acquisitions less disposals of valuables P.53 +NLD NLD Final demand Household final consumption P.3h +NLD NLD Final demand Non-profit institutions serving households P.3n +NLD NLD Final demand Government final consumption P.3g +NLD NLD Final demand Gross fixed capital formation P.51 +NLD NLD Final demand Changes in inventories P.52 +NLD NLD Final demand Acquisitions less disposals of valuables P.53 +ANT ANT Final demand Household final consumption P.3h +ANT ANT Final demand Non-profit institutions serving households P.3n +ANT ANT Final demand Government final consumption P.3g +ANT ANT Final demand Gross fixed capital formation P.51 +ANT ANT Final demand Changes in inventories P.52 +ANT ANT Final demand Acquisitions less disposals of valuables P.53 +NCL NCL Final demand Household final consumption P.3h +NCL NCL Final demand Non-profit institutions serving households P.3n +NCL NCL Final demand Government final consumption P.3g +NCL NCL Final demand Gross fixed capital formation P.51 +NCL NCL Final demand Changes in inventories P.52 +NCL NCL Final demand Acquisitions less disposals of valuables P.53 +NZL NZL Final demand Household final consumption P.3h +NZL NZL Final demand Non-profit institutions serving households P.3n +NZL NZL Final demand Government final consumption P.3g +NZL NZL Final demand Gross fixed capital formation P.51 +NZL NZL Final demand Changes in inventories P.52 +NZL NZL Final demand Acquisitions less disposals of valuables P.53 +NIC NIC Final demand Household final consumption P.3h +NIC NIC Final demand Non-profit institutions serving households P.3n +NIC NIC Final demand Government final consumption P.3g +NIC NIC Final demand Gross fixed capital formation P.51 +NIC NIC Final demand Changes in inventories P.52 +NIC NIC Final demand Acquisitions less disposals of valuables P.53 +NER NER Final demand Household final consumption P.3h +NER NER Final demand Non-profit institutions serving households P.3n +NER NER Final demand Government final consumption P.3g +NER NER Final demand Gross fixed capital formation P.51 +NER NER Final demand Changes in inventories P.52 +NER NER Final demand Acquisitions less disposals of valuables P.53 +NGA NGA Final demand Household final consumption P.3h +NGA NGA Final demand Non-profit institutions serving households P.3n +NGA NGA Final demand Government final consumption P.3g +NGA NGA Final demand Gross fixed capital formation P.51 +NGA NGA Final demand Changes in inventories P.52 +NGA NGA Final demand Acquisitions less disposals of valuables P.53 +NOR NOR Final demand Household final consumption P.3h +NOR NOR Final demand Non-profit institutions serving households P.3n +NOR NOR Final demand Government final consumption P.3g +NOR NOR Final demand Gross fixed capital formation P.51 +NOR NOR Final demand Changes in inventories P.52 +NOR NOR Final demand Acquisitions less disposals of valuables P.53 +PSE PSE Final demand Household final consumption P.3h +PSE PSE Final demand Non-profit institutions serving households P.3n +PSE PSE Final demand Government final consumption P.3g +PSE PSE Final demand Gross fixed capital formation P.51 +PSE PSE Final demand Changes in inventories P.52 +PSE PSE Final demand Acquisitions less disposals of valuables P.53 +OMN OMN Final demand Household final consumption P.3h +OMN OMN Final demand Non-profit institutions serving households P.3n +OMN OMN Final demand Government final consumption P.3g +OMN OMN Final demand Gross fixed capital formation P.51 +OMN OMN Final demand Changes in inventories P.52 +OMN OMN Final demand Acquisitions less disposals of valuables P.53 +PAK PAK Final demand Household final consumption P.3h +PAK PAK Final demand Non-profit institutions serving households P.3n +PAK PAK Final demand Government final consumption P.3g +PAK PAK Final demand Gross fixed capital formation P.51 +PAK PAK Final demand Changes in inventories P.52 +PAK PAK Final demand Acquisitions less disposals of valuables P.53 +PAN PAN Final demand Household final consumption P.3h +PAN PAN Final demand Non-profit institutions serving households P.3n +PAN PAN Final demand Government final consumption P.3g +PAN PAN Final demand Gross fixed capital formation P.51 +PAN PAN Final demand Changes in inventories P.52 +PAN PAN Final demand Acquisitions less disposals of valuables P.53 +PNG PNG Final demand Household final consumption P.3h +PNG PNG Final demand Non-profit institutions serving households P.3n +PNG PNG Final demand Government final consumption P.3g +PNG PNG Final demand Gross fixed capital formation P.51 +PNG PNG Final demand Changes in inventories P.52 +PNG PNG Final demand Acquisitions less disposals of valuables P.53 +PRY PRY Final demand Household final consumption P.3h +PRY PRY Final demand Non-profit institutions serving households P.3n +PRY PRY Final demand Government final consumption P.3g +PRY PRY Final demand Gross fixed capital formation P.51 +PRY PRY Final demand Changes in inventories P.52 +PRY PRY Final demand Acquisitions less disposals of valuables P.53 +PER PER Final demand Household final consumption P.3h +PER PER Final demand Non-profit institutions serving households P.3n +PER PER Final demand Government final consumption P.3g +PER PER Final demand Gross fixed capital formation P.51 +PER PER Final demand Changes in inventories P.52 +PER PER Final demand Acquisitions less disposals of valuables P.53 +PHL PHL Final demand Household final consumption P.3h +PHL PHL Final demand Non-profit institutions serving households P.3n +PHL PHL Final demand Government final consumption P.3g +PHL PHL Final demand Gross fixed capital formation P.51 +PHL PHL Final demand Changes in inventories P.52 +PHL PHL Final demand Acquisitions less disposals of valuables P.53 +POL POL Final demand Household final consumption P.3h +POL POL Final demand Non-profit institutions serving households P.3n +POL POL Final demand Government final consumption P.3g +POL POL Final demand Gross fixed capital formation P.51 +POL POL Final demand Changes in inventories P.52 +POL POL Final demand Acquisitions less disposals of valuables P.53 +PRT PRT Final demand Household final consumption P.3h +PRT PRT Final demand Non-profit institutions serving households P.3n +PRT PRT Final demand Government final consumption P.3g +PRT PRT Final demand Gross fixed capital formation P.51 +PRT PRT Final demand Changes in inventories P.52 +PRT PRT Final demand Acquisitions less disposals of valuables P.53 +QAT QAT Final demand Household final consumption P.3h +QAT QAT Final demand Non-profit institutions serving households P.3n +QAT QAT Final demand Government final consumption P.3g +QAT QAT Final demand Gross fixed capital formation P.51 +QAT QAT Final demand Changes in inventories P.52 +QAT QAT Final demand Acquisitions less disposals of valuables P.53 +KOR KOR Final demand Household final consumption P.3h +KOR KOR Final demand Non-profit institutions serving households P.3n +KOR KOR Final demand Government final consumption P.3g +KOR KOR Final demand Gross fixed capital formation P.51 +KOR KOR Final demand Changes in inventories P.52 +KOR KOR Final demand Acquisitions less disposals of valuables P.53 +MDA MDA Final demand Household final consumption P.3h +MDA MDA Final demand Non-profit institutions serving households P.3n +MDA MDA Final demand Government final consumption P.3g +MDA MDA Final demand Gross fixed capital formation P.51 +MDA MDA Final demand Changes in inventories P.52 +MDA MDA Final demand Acquisitions less disposals of valuables P.53 +ROU ROU Final demand Household final consumption P.3h +ROU ROU Final demand Non-profit institutions serving households P.3n +ROU ROU Final demand Government final consumption P.3g +ROU ROU Final demand Gross fixed capital formation P.51 +ROU ROU Final demand Changes in inventories P.52 +ROU ROU Final demand Acquisitions less disposals of valuables P.53 +RUS RUS Final demand Household final consumption P.3h +RUS RUS Final demand Non-profit institutions serving households P.3n +RUS RUS Final demand Government final consumption P.3g +RUS RUS Final demand Gross fixed capital formation P.51 +RUS RUS Final demand Changes in inventories P.52 +RUS RUS Final demand Acquisitions less disposals of valuables P.53 +RWA RWA Final demand Household final consumption P.3h +RWA RWA Final demand Non-profit institutions serving households P.3n +RWA RWA Final demand Government final consumption P.3g +RWA RWA Final demand Gross fixed capital formation P.51 +RWA RWA Final demand Changes in inventories P.52 +RWA RWA Final demand Acquisitions less disposals of valuables P.53 +WSM WSM Final demand Household final consumption P.3h +WSM WSM Final demand Non-profit institutions serving households P.3n +WSM WSM Final demand Government final consumption P.3g +WSM WSM Final demand Gross fixed capital formation P.51 +WSM WSM Final demand Changes in inventories P.52 +WSM WSM Final demand Acquisitions less disposals of valuables P.53 +SMR SMR Final demand Household final consumption P.3h +SMR SMR Final demand Non-profit institutions serving households P.3n +SMR SMR Final demand Government final consumption P.3g +SMR SMR Final demand Gross fixed capital formation P.51 +SMR SMR Final demand Changes in inventories P.52 +SMR SMR Final demand Acquisitions less disposals of valuables P.53 +STP STP Final demand Household final consumption P.3h +STP STP Final demand Non-profit institutions serving households P.3n +STP STP Final demand Government final consumption P.3g +STP STP Final demand Gross fixed capital formation P.51 +STP STP Final demand Changes in inventories P.52 +STP STP Final demand Acquisitions less disposals of valuables P.53 +SAU SAU Final demand Household final consumption P.3h +SAU SAU Final demand Non-profit institutions serving households P.3n +SAU SAU Final demand Government final consumption P.3g +SAU SAU Final demand Gross fixed capital formation P.51 +SAU SAU Final demand Changes in inventories P.52 +SAU SAU Final demand Acquisitions less disposals of valuables P.53 +SEN SEN Final demand Household final consumption P.3h +SEN SEN Final demand Non-profit institutions serving households P.3n +SEN SEN Final demand Government final consumption P.3g +SEN SEN Final demand Gross fixed capital formation P.51 +SEN SEN Final demand Changes in inventories P.52 +SEN SEN Final demand Acquisitions less disposals of valuables P.53 +SRB SRB Final demand Household final consumption P.3h +SRB SRB Final demand Non-profit institutions serving households P.3n +SRB SRB Final demand Government final consumption P.3g +SRB SRB Final demand Gross fixed capital formation P.51 +SRB SRB Final demand Changes in inventories P.52 +SRB SRB Final demand Acquisitions less disposals of valuables P.53 +SYC SYC Final demand Household final consumption P.3h +SYC SYC Final demand Non-profit institutions serving households P.3n +SYC SYC Final demand Government final consumption P.3g +SYC SYC Final demand Gross fixed capital formation P.51 +SYC SYC Final demand Changes in inventories P.52 +SYC SYC Final demand Acquisitions less disposals of valuables P.53 +SLE SLE Final demand Household final consumption P.3h +SLE SLE Final demand Non-profit institutions serving households P.3n +SLE SLE Final demand Government final consumption P.3g +SLE SLE Final demand Gross fixed capital formation P.51 +SLE SLE Final demand Changes in inventories P.52 +SLE SLE Final demand Acquisitions less disposals of valuables P.53 +SGP SGP Final demand Household final consumption P.3h +SGP SGP Final demand Non-profit institutions serving households P.3n +SGP SGP Final demand Government final consumption P.3g +SGP SGP Final demand Gross fixed capital formation P.51 +SGP SGP Final demand Changes in inventories P.52 +SGP SGP Final demand Acquisitions less disposals of valuables P.53 +SVK SVK Final demand Household final consumption P.3h +SVK SVK Final demand Non-profit institutions serving households P.3n +SVK SVK Final demand Government final consumption P.3g +SVK SVK Final demand Gross fixed capital formation P.51 +SVK SVK Final demand Changes in inventories P.52 +SVK SVK Final demand Acquisitions less disposals of valuables P.53 +SVN SVN Final demand Household final consumption P.3h +SVN SVN Final demand Non-profit institutions serving households P.3n +SVN SVN Final demand Government final consumption P.3g +SVN SVN Final demand Gross fixed capital formation P.51 +SVN SVN Final demand Changes in inventories P.52 +SVN SVN Final demand Acquisitions less disposals of valuables P.53 +SOM SOM Final demand Household final consumption P.3h +SOM SOM Final demand Non-profit institutions serving households P.3n +SOM SOM Final demand Government final consumption P.3g +SOM SOM Final demand Gross fixed capital formation P.51 +SOM SOM Final demand Changes in inventories P.52 +SOM SOM Final demand Acquisitions less disposals of valuables P.53 +ZAF ZAF Final demand Household final consumption P.3h +ZAF ZAF Final demand Non-profit institutions serving households P.3n +ZAF ZAF Final demand Government final consumption P.3g +ZAF ZAF Final demand Gross fixed capital formation P.51 +ZAF ZAF Final demand Changes in inventories P.52 +ZAF ZAF Final demand Acquisitions less disposals of valuables P.53 +SDS SDS Final demand Household final consumption P.3h +SDS SDS Final demand Non-profit institutions serving households P.3n +SDS SDS Final demand Government final consumption P.3g +SDS SDS Final demand Gross fixed capital formation P.51 +SDS SDS Final demand Changes in inventories P.52 +SDS SDS Final demand Acquisitions less disposals of valuables P.53 +ESP ESP Final demand Household final consumption P.3h +ESP ESP Final demand Non-profit institutions serving households P.3n +ESP ESP Final demand Government final consumption P.3g +ESP ESP Final demand Gross fixed capital formation P.51 +ESP ESP Final demand Changes in inventories P.52 +ESP ESP Final demand Acquisitions less disposals of valuables P.53 +LKA LKA Final demand Household final consumption P.3h +LKA LKA Final demand Non-profit institutions serving households P.3n +LKA LKA Final demand Government final consumption P.3g +LKA LKA Final demand Gross fixed capital formation P.51 +LKA LKA Final demand Changes in inventories P.52 +LKA LKA Final demand Acquisitions less disposals of valuables P.53 +SUD SUD Final demand Household final consumption P.3h +SUD SUD Final demand Non-profit institutions serving households P.3n +SUD SUD Final demand Government final consumption P.3g +SUD SUD Final demand Gross fixed capital formation P.51 +SUD SUD Final demand Changes in inventories P.52 +SUD SUD Final demand Acquisitions less disposals of valuables P.53 +SUR SUR Final demand Household final consumption P.3h +SUR SUR Final demand Non-profit institutions serving households P.3n +SUR SUR Final demand Government final consumption P.3g +SUR SUR Final demand Gross fixed capital formation P.51 +SUR SUR Final demand Changes in inventories P.52 +SUR SUR Final demand Acquisitions less disposals of valuables P.53 +SWZ SWZ Final demand Household final consumption P.3h +SWZ SWZ Final demand Non-profit institutions serving households P.3n +SWZ SWZ Final demand Government final consumption P.3g +SWZ SWZ Final demand Gross fixed capital formation P.51 +SWZ SWZ Final demand Changes in inventories P.52 +SWZ SWZ Final demand Acquisitions less disposals of valuables P.53 +SWE SWE Final demand Household final consumption P.3h +SWE SWE Final demand Non-profit institutions serving households P.3n +SWE SWE Final demand Government final consumption P.3g +SWE SWE Final demand Gross fixed capital formation P.51 +SWE SWE Final demand Changes in inventories P.52 +SWE SWE Final demand Acquisitions less disposals of valuables P.53 +CHE CHE Final demand Household final consumption P.3h +CHE CHE Final demand Non-profit institutions serving households P.3n +CHE CHE Final demand Government final consumption P.3g +CHE CHE Final demand Gross fixed capital formation P.51 +CHE CHE Final demand Changes in inventories P.52 +CHE CHE Final demand Acquisitions less disposals of valuables P.53 +SYR SYR Final demand Household final consumption P.3h +SYR SYR Final demand Non-profit institutions serving households P.3n +SYR SYR Final demand Government final consumption P.3g +SYR SYR Final demand Gross fixed capital formation P.51 +SYR SYR Final demand Changes in inventories P.52 +SYR SYR Final demand Acquisitions less disposals of valuables P.53 +TWN TWN Final demand Household final consumption P.3h +TWN TWN Final demand Non-profit institutions serving households P.3n +TWN TWN Final demand Government final consumption P.3g +TWN TWN Final demand Gross fixed capital formation P.51 +TWN TWN Final demand Changes in inventories P.52 +TWN TWN Final demand Acquisitions less disposals of valuables P.53 +TJK TJK Final demand Household final consumption P.3h +TJK TJK Final demand Non-profit institutions serving households P.3n +TJK TJK Final demand Government final consumption P.3g +TJK TJK Final demand Gross fixed capital formation P.51 +TJK TJK Final demand Changes in inventories P.52 +TJK TJK Final demand Acquisitions less disposals of valuables P.53 +THA THA Final demand Household final consumption P.3h +THA THA Final demand Non-profit institutions serving households P.3n +THA THA Final demand Government final consumption P.3g +THA THA Final demand Gross fixed capital formation P.51 +THA THA Final demand Changes in inventories P.52 +THA THA Final demand Acquisitions less disposals of valuables P.53 +MKD MKD Final demand Household final consumption P.3h +MKD MKD Final demand Non-profit institutions serving households P.3n +MKD MKD Final demand Government final consumption P.3g +MKD MKD Final demand Gross fixed capital formation P.51 +MKD MKD Final demand Changes in inventories P.52 +MKD MKD Final demand Acquisitions less disposals of valuables P.53 +TGO TGO Final demand Household final consumption P.3h +TGO TGO Final demand Non-profit institutions serving households P.3n +TGO TGO Final demand Government final consumption P.3g +TGO TGO Final demand Gross fixed capital formation P.51 +TGO TGO Final demand Changes in inventories P.52 +TGO TGO Final demand Acquisitions less disposals of valuables P.53 +TTO TTO Final demand Household final consumption P.3h +TTO TTO Final demand Non-profit institutions serving households P.3n +TTO TTO Final demand Government final consumption P.3g +TTO TTO Final demand Gross fixed capital formation P.51 +TTO TTO Final demand Changes in inventories P.52 +TTO TTO Final demand Acquisitions less disposals of valuables P.53 +TUN TUN Final demand Household final consumption P.3h +TUN TUN Final demand Non-profit institutions serving households P.3n +TUN TUN Final demand Government final consumption P.3g +TUN TUN Final demand Gross fixed capital formation P.51 +TUN TUN Final demand Changes in inventories P.52 +TUN TUN Final demand Acquisitions less disposals of valuables P.53 +TUR TUR Final demand Household final consumption P.3h +TUR TUR Final demand Non-profit institutions serving households P.3n +TUR TUR Final demand Government final consumption P.3g +TUR TUR Final demand Gross fixed capital formation P.51 +TUR TUR Final demand Changes in inventories P.52 +TUR TUR Final demand Acquisitions less disposals of valuables P.53 +TKM TKM Final demand Household final consumption P.3h +TKM TKM Final demand Non-profit institutions serving households P.3n +TKM TKM Final demand Government final consumption P.3g +TKM TKM Final demand Gross fixed capital formation P.51 +TKM TKM Final demand Changes in inventories P.52 +TKM TKM Final demand Acquisitions less disposals of valuables P.53 +USR USR Final demand Household final consumption P.3h +USR USR Final demand Non-profit institutions serving households P.3n +USR USR Final demand Government final consumption P.3g +USR USR Final demand Gross fixed capital formation P.51 +USR USR Final demand Changes in inventories P.52 +USR USR Final demand Acquisitions less disposals of valuables P.53 +UGA UGA Final demand Household final consumption P.3h +UGA UGA Final demand Non-profit institutions serving households P.3n +UGA UGA Final demand Government final consumption P.3g +UGA UGA Final demand Gross fixed capital formation P.51 +UGA UGA Final demand Changes in inventories P.52 +UGA UGA Final demand Acquisitions less disposals of valuables P.53 +UKR UKR Final demand Household final consumption P.3h +UKR UKR Final demand Non-profit institutions serving households P.3n +UKR UKR Final demand Government final consumption P.3g +UKR UKR Final demand Gross fixed capital formation P.51 +UKR UKR Final demand Changes in inventories P.52 +UKR UKR Final demand Acquisitions less disposals of valuables P.53 +ARE ARE Final demand Household final consumption P.3h +ARE ARE Final demand Non-profit institutions serving households P.3n +ARE ARE Final demand Government final consumption P.3g +ARE ARE Final demand Gross fixed capital formation P.51 +ARE ARE Final demand Changes in inventories P.52 +ARE ARE Final demand Acquisitions less disposals of valuables P.53 +GBR GBR Final demand Household final consumption P.3h +GBR GBR Final demand Non-profit institutions serving households P.3n +GBR GBR Final demand Government final consumption P.3g +GBR GBR Final demand Gross fixed capital formation P.51 +GBR GBR Final demand Changes in inventories P.52 +GBR GBR Final demand Acquisitions less disposals of valuables P.53 +TZA TZA Final demand Household final consumption P.3h +TZA TZA Final demand Non-profit institutions serving households P.3n +TZA TZA Final demand Government final consumption P.3g +TZA TZA Final demand Gross fixed capital formation P.51 +TZA TZA Final demand Changes in inventories P.52 +TZA TZA Final demand Acquisitions less disposals of valuables P.53 +USA USA Final demand Household final consumption P.3h +USA USA Final demand Non-profit institutions serving households P.3n +USA USA Final demand Government final consumption P.3g +USA USA Final demand Gross fixed capital formation P.51 +USA USA Final demand Changes in inventories P.52 +USA USA Final demand Acquisitions less disposals of valuables P.53 +URY URY Final demand Household final consumption P.3h +URY URY Final demand Non-profit institutions serving households P.3n +URY URY Final demand Government final consumption P.3g +URY URY Final demand Gross fixed capital formation P.51 +URY URY Final demand Changes in inventories P.52 +URY URY Final demand Acquisitions less disposals of valuables P.53 +UZB UZB Final demand Household final consumption P.3h +UZB UZB Final demand Non-profit institutions serving households P.3n +UZB UZB Final demand Government final consumption P.3g +UZB UZB Final demand Gross fixed capital formation P.51 +UZB UZB Final demand Changes in inventories P.52 +UZB UZB Final demand Acquisitions less disposals of valuables P.53 +VUT VUT Final demand Household final consumption P.3h +VUT VUT Final demand Non-profit institutions serving households P.3n +VUT VUT Final demand Government final consumption P.3g +VUT VUT Final demand Gross fixed capital formation P.51 +VUT VUT Final demand Changes in inventories P.52 +VUT VUT Final demand Acquisitions less disposals of valuables P.53 +VEN VEN Final demand Household final consumption P.3h +VEN VEN Final demand Non-profit institutions serving households P.3n +VEN VEN Final demand Government final consumption P.3g +VEN VEN Final demand Gross fixed capital formation P.51 +VEN VEN Final demand Changes in inventories P.52 +VEN VEN Final demand Acquisitions less disposals of valuables P.53 +VNM VNM Final demand Household final consumption P.3h +VNM VNM Final demand Non-profit institutions serving households P.3n +VNM VNM Final demand Government final consumption P.3g +VNM VNM Final demand Gross fixed capital formation P.51 +VNM VNM Final demand Changes in inventories P.52 +VNM VNM Final demand Acquisitions less disposals of valuables P.53 +YEM YEM Final demand Household final consumption P.3h +YEM YEM Final demand Non-profit institutions serving households P.3n +YEM YEM Final demand Government final consumption P.3g +YEM YEM Final demand Gross fixed capital formation P.51 +YEM YEM Final demand Changes in inventories P.52 +YEM YEM Final demand Acquisitions less disposals of valuables P.53 +ZMB ZMB Final demand Household final consumption P.3h +ZMB ZMB Final demand Non-profit institutions serving households P.3n +ZMB ZMB Final demand Government final consumption P.3g +ZMB ZMB Final demand Gross fixed capital formation P.51 +ZMB ZMB Final demand Changes in inventories P.52 +ZMB ZMB Final demand Acquisitions less disposals of valuables P.53 +ZWE ZWE Final demand Household final consumption P.3h +ZWE ZWE Final demand Non-profit institutions serving households P.3n +ZWE ZWE Final demand Government final consumption P.3g +ZWE ZWE Final demand Gross fixed capital formation P.51 +ZWE ZWE Final demand Changes in inventories P.52 +ZWE ZWE Final demand Acquisitions less disposals of valuables P.53 +ROW ROW Final demand Household final consumption P.3h +ROW ROW Final demand Non-profit institutions serving households P.3n +ROW ROW Final demand Government final consumption P.3g +ROW ROW Final demand Gross fixed capital formation P.51 +ROW ROW Final demand Changes in inventories P.52 +ROW ROW Final demand Acquisitions less disposals of valuables P.53 diff --git a/in/eora_io_data_2016/labels_Q.txt b/in/eora_io_data_2016/labels_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b656f2de144ca4203d465c792ca53b555caeb1 --- /dev/null +++ b/in/eora_io_data_2016/labels_Q.txt @@ -0,0 +1,2728 @@ +Energy Usage (TJ) Natural Gas +Energy Usage (TJ) Coal +Energy Usage (TJ) Petroleum +Energy Usage (TJ) Nuclear Electricity +Energy Usage (TJ) Hydroelectric Electricity +Energy Usage (TJ) Geothermal Electricity +Energy Usage (TJ) Wind Electricity +Energy Usage (TJ) Solar, Tide and Wave Electricity +Energy Usage (TJ) Biomass and Waste Electricity +I-GHG-CO2 emissions (Gg) Public electricity and heat production +I-GHG-CO2 emissions (Gg) Other Energy Industries +I-GHG-CO2 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2 emissions (Gg) Domestic aviation +I-GHG-CO2 emissions (Gg) Road transportation +I-GHG-CO2 emissions (Gg) Rail transportation +I-GHG-CO2 emissions (Gg) Inland navigation +I-GHG-CO2 emissions (Gg) Other transportation +I-GHG-CO2 emissions (Gg) Residential and other sectors +I-GHG-CO2 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2 emissions (Gg) Memo: International aviation +I-GHG-CO2 emissions (Gg) Memo: International navigation +I-GHG-CO2 emissions (Gg) Production of minerals +I-GHG-CO2 emissions (Gg) Cement production +I-GHG-CO2 emissions (Gg) Lime production +I-GHG-CO2 emissions (Gg) Production of chemicals +I-GHG-CO2 emissions (Gg) Production of metals +I-GHG-CO2 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2 emissions (Gg) Foam Blowing +I-GHG-CO2 emissions (Gg) Fire Extinguishers +I-GHG-CO2 emissions (Gg) Aerosols +I-GHG-CO2 emissions (Gg) F-gas as Solvent +I-GHG-CO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2 emissions (Gg) Electrical Equipment +I-GHG-CO2 emissions (Gg) Other F-gas use +I-GHG-CO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2 emissions (Gg) Solvent and other product use: paint +I-GHG-CO2 emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2 emissions (Gg) Solvent and other product use: other +I-GHG-CO2 emissions (Gg) Enteric fermentation +I-GHG-CO2 emissions (Gg) Manure management +I-GHG-CO2 emissions (Gg) Rice cultivation +I-GHG-CO2 emissions (Gg) Direct soil emissions +I-GHG-CO2 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2 emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2 emissions (Gg) Other direct soil emissions +I-GHG-CO2 emissions (Gg) Savanna burning +I-GHG-CO2 emissions (Gg) Agricultural waste burning +I-GHG-CO2 emissions (Gg) Forest fires +I-GHG-CO2 emissions (Gg) Grassland fires +I-GHG-CO2 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2 emissions (Gg) Other vegetation fires +I-GHG-CO2 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2 emissions (Gg) Solid waste disposal on land +I-GHG-CO2 emissions (Gg) Wastewater handling +I-GHG-CO2 emissions (Gg) Waste incineration +I-GHG-CO2 emissions (Gg) Other waste handling +I-GHG-CO2 emissions (Gg) Fossil fuel fires +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2 emissions (Gg) Other sources +I-GHG-CO2b emissions (Gg) Public electricity and heat production +I-GHG-CO2b emissions (Gg) Other Energy Industries +I-GHG-CO2b emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2b emissions (Gg) Domestic aviation +I-GHG-CO2b emissions (Gg) Road transportation +I-GHG-CO2b emissions (Gg) Rail transportation +I-GHG-CO2b emissions (Gg) Inland navigation +I-GHG-CO2b emissions (Gg) Other transportation +I-GHG-CO2b emissions (Gg) Residential and other sectors +I-GHG-CO2b emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2b emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2b emissions (Gg) Memo: International aviation +I-GHG-CO2b emissions (Gg) Memo: International navigation +I-GHG-CO2b emissions (Gg) Production of minerals +I-GHG-CO2b emissions (Gg) Cement production +I-GHG-CO2b emissions (Gg) Lime production +I-GHG-CO2b emissions (Gg) Production of chemicals +I-GHG-CO2b emissions (Gg) Production of metals +I-GHG-CO2b emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2b emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2b emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2b emissions (Gg) Foam Blowing +I-GHG-CO2b emissions (Gg) Fire Extinguishers +I-GHG-CO2b emissions (Gg) Aerosols +I-GHG-CO2b emissions (Gg) F-gas as Solvent +I-GHG-CO2b emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2b emissions (Gg) Electrical Equipment +I-GHG-CO2b emissions (Gg) Other F-gas use +I-GHG-CO2b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2b emissions (Gg) Solvent and other product use: paint +I-GHG-CO2b emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2b emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2b emissions (Gg) Solvent and other product use: other +I-GHG-CO2b emissions (Gg) Enteric fermentation +I-GHG-CO2b emissions (Gg) Manure management +I-GHG-CO2b emissions (Gg) Rice cultivation +I-GHG-CO2b emissions (Gg) Direct soil emissions +I-GHG-CO2b emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2b emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2b emissions (Gg) Other direct soil emissions +I-GHG-CO2b emissions (Gg) Savanna burning +I-GHG-CO2b emissions (Gg) Agricultural waste burning +I-GHG-CO2b emissions (Gg) Forest fires +I-GHG-CO2b emissions (Gg) Grassland fires +I-GHG-CO2b emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2b emissions (Gg) Other vegetation fires +I-GHG-CO2b emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2b emissions (Gg) Solid waste disposal on land +I-GHG-CO2b emissions (Gg) Wastewater handling +I-GHG-CO2b emissions (Gg) Waste incineration +I-GHG-CO2b emissions (Gg) Other waste handling +I-GHG-CO2b emissions (Gg) Fossil fuel fires +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2b emissions (Gg) Other sources +I-GHG-CH4 emissions (Gg) Public electricity and heat production +I-GHG-CH4 emissions (Gg) Other Energy Industries +I-GHG-CH4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CH4 emissions (Gg) Domestic aviation +I-GHG-CH4 emissions (Gg) Road transportation +I-GHG-CH4 emissions (Gg) Rail transportation +I-GHG-CH4 emissions (Gg) Inland navigation +I-GHG-CH4 emissions (Gg) Other transportation +I-GHG-CH4 emissions (Gg) Residential and other sectors +I-GHG-CH4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CH4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CH4 emissions (Gg) Memo: International aviation +I-GHG-CH4 emissions (Gg) Memo: International navigation +I-GHG-CH4 emissions (Gg) Production of minerals +I-GHG-CH4 emissions (Gg) Cement production +I-GHG-CH4 emissions (Gg) Lime production +I-GHG-CH4 emissions (Gg) Production of chemicals +I-GHG-CH4 emissions (Gg) Production of metals +I-GHG-CH4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CH4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CH4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CH4 emissions (Gg) Foam Blowing +I-GHG-CH4 emissions (Gg) Fire Extinguishers +I-GHG-CH4 emissions (Gg) Aerosols +I-GHG-CH4 emissions (Gg) F-gas as Solvent +I-GHG-CH4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CH4 emissions (Gg) Electrical Equipment +I-GHG-CH4 emissions (Gg) Other F-gas use +I-GHG-CH4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CH4 emissions (Gg) Solvent and other product use: paint +I-GHG-CH4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CH4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CH4 emissions (Gg) Solvent and other product use: other +I-GHG-CH4 emissions (Gg) Enteric fermentation +I-GHG-CH4 emissions (Gg) Manure management +I-GHG-CH4 emissions (Gg) Rice cultivation +I-GHG-CH4 emissions (Gg) Direct soil emissions +I-GHG-CH4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CH4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CH4 emissions (Gg) Other direct soil emissions +I-GHG-CH4 emissions (Gg) Savanna burning +I-GHG-CH4 emissions (Gg) Agricultural waste burning +I-GHG-CH4 emissions (Gg) Forest fires +I-GHG-CH4 emissions (Gg) Grassland fires +I-GHG-CH4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CH4 emissions (Gg) Other vegetation fires +I-GHG-CH4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CH4 emissions (Gg) Solid waste disposal on land +I-GHG-CH4 emissions (Gg) Wastewater handling +I-GHG-CH4 emissions (Gg) Waste incineration +I-GHG-CH4 emissions (Gg) Other waste handling +I-GHG-CH4 emissions (Gg) Fossil fuel fires +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CH4 emissions (Gg) Other sources +I-GHG-N2O emissions (Gg) Public electricity and heat production +I-GHG-N2O emissions (Gg) Other Energy Industries +I-GHG-N2O emissions (Gg) Manufacturing Industries and Construction +I-GHG-N2O emissions (Gg) Domestic aviation +I-GHG-N2O emissions (Gg) Road transportation +I-GHG-N2O emissions (Gg) Rail transportation +I-GHG-N2O emissions (Gg) Inland navigation +I-GHG-N2O emissions (Gg) Other transportation +I-GHG-N2O emissions (Gg) Residential and other sectors +I-GHG-N2O emissions (Gg) Fugitive emissions from solid fuels +I-GHG-N2O emissions (Gg) Fugitive emissions from oil and gas +I-GHG-N2O emissions (Gg) Memo: International aviation +I-GHG-N2O emissions (Gg) Memo: International navigation +I-GHG-N2O emissions (Gg) Production of minerals +I-GHG-N2O emissions (Gg) Cement production +I-GHG-N2O emissions (Gg) Lime production +I-GHG-N2O emissions (Gg) Production of chemicals +I-GHG-N2O emissions (Gg) Production of metals +I-GHG-N2O emissions (Gg) Production of pulp/paper/food/drink +I-GHG-N2O emissions (Gg) Production of halocarbons and SF6 +I-GHG-N2O emissions (Gg) Refrigeration and Air Conditioning +I-GHG-N2O emissions (Gg) Foam Blowing +I-GHG-N2O emissions (Gg) Fire Extinguishers +I-GHG-N2O emissions (Gg) Aerosols +I-GHG-N2O emissions (Gg) F-gas as Solvent +I-GHG-N2O emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-N2O emissions (Gg) Electrical Equipment +I-GHG-N2O emissions (Gg) Other F-gas use +I-GHG-N2O emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-N2O emissions (Gg) Solvent and other product use: paint +I-GHG-N2O emissions (Gg) Solvent and other product use: degrease +I-GHG-N2O emissions (Gg) Solvent and other product use: chemicals +I-GHG-N2O emissions (Gg) Solvent and other product use: other +I-GHG-N2O emissions (Gg) Enteric fermentation +I-GHG-N2O emissions (Gg) Manure management +I-GHG-N2O emissions (Gg) Rice cultivation +I-GHG-N2O emissions (Gg) Direct soil emissions +I-GHG-N2O emissions (Gg) Manure in pasture/range/paddock +I-GHG-N2O emissions (Gg) Indirect N2O from agriculture +I-GHG-N2O emissions (Gg) Other direct soil emissions +I-GHG-N2O emissions (Gg) Savanna burning +I-GHG-N2O emissions (Gg) Agricultural waste burning +I-GHG-N2O emissions (Gg) Forest fires +I-GHG-N2O emissions (Gg) Grassland fires +I-GHG-N2O emissions (Gg) Decay of wetlands/peatlands +I-GHG-N2O emissions (Gg) Other vegetation fires +I-GHG-N2O emissions (Gg) Forest Fires-Post burn decay +I-GHG-N2O emissions (Gg) Solid waste disposal on land +I-GHG-N2O emissions (Gg) Wastewater handling +I-GHG-N2O emissions (Gg) Waste incineration +I-GHG-N2O emissions (Gg) Other waste handling +I-GHG-N2O emissions (Gg) Fossil fuel fires +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-N2O emissions (Gg) Other sources +I-GHG-HFC125 emissions (Gg) Public electricity and heat production +I-GHG-HFC125 emissions (Gg) Other Energy Industries +I-GHG-HFC125 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC125 emissions (Gg) Domestic aviation +I-GHG-HFC125 emissions (Gg) Road transportation +I-GHG-HFC125 emissions (Gg) Rail transportation +I-GHG-HFC125 emissions (Gg) Inland navigation +I-GHG-HFC125 emissions (Gg) Other transportation +I-GHG-HFC125 emissions (Gg) Residential and other sectors +I-GHG-HFC125 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC125 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC125 emissions (Gg) Memo: International aviation +I-GHG-HFC125 emissions (Gg) Memo: International navigation +I-GHG-HFC125 emissions (Gg) Production of minerals +I-GHG-HFC125 emissions (Gg) Cement production +I-GHG-HFC125 emissions (Gg) Lime production +I-GHG-HFC125 emissions (Gg) Production of chemicals +I-GHG-HFC125 emissions (Gg) Production of metals +I-GHG-HFC125 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC125 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC125 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC125 emissions (Gg) Foam Blowing +I-GHG-HFC125 emissions (Gg) Fire Extinguishers +I-GHG-HFC125 emissions (Gg) Aerosols +I-GHG-HFC125 emissions (Gg) F-gas as Solvent +I-GHG-HFC125 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC125 emissions (Gg) Electrical Equipment +I-GHG-HFC125 emissions (Gg) Other F-gas use +I-GHG-HFC125 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC125 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC125 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC125 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC125 emissions (Gg) Solvent and other product use: other +I-GHG-HFC125 emissions (Gg) Enteric fermentation +I-GHG-HFC125 emissions (Gg) Manure management +I-GHG-HFC125 emissions (Gg) Rice cultivation +I-GHG-HFC125 emissions (Gg) Direct soil emissions +I-GHG-HFC125 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC125 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC125 emissions (Gg) Other direct soil emissions +I-GHG-HFC125 emissions (Gg) Savanna burning +I-GHG-HFC125 emissions (Gg) Agricultural waste burning +I-GHG-HFC125 emissions (Gg) Forest fires +I-GHG-HFC125 emissions (Gg) Grassland fires +I-GHG-HFC125 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC125 emissions (Gg) Other vegetation fires +I-GHG-HFC125 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC125 emissions (Gg) Solid waste disposal on land +I-GHG-HFC125 emissions (Gg) Wastewater handling +I-GHG-HFC125 emissions (Gg) Waste incineration +I-GHG-HFC125 emissions (Gg) Other waste handling +I-GHG-HFC125 emissions (Gg) Fossil fuel fires +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC125 emissions (Gg) Other sources +I-GHG-HFC134a emissions (Gg) Public electricity and heat production +I-GHG-HFC134a emissions (Gg) Other Energy Industries +I-GHG-HFC134a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC134a emissions (Gg) Domestic aviation +I-GHG-HFC134a emissions (Gg) Road transportation +I-GHG-HFC134a emissions (Gg) Rail transportation +I-GHG-HFC134a emissions (Gg) Inland navigation +I-GHG-HFC134a emissions (Gg) Other transportation +I-GHG-HFC134a emissions (Gg) Residential and other sectors +I-GHG-HFC134a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC134a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC134a emissions (Gg) Memo: International aviation +I-GHG-HFC134a emissions (Gg) Memo: International navigation +I-GHG-HFC134a emissions (Gg) Production of minerals +I-GHG-HFC134a emissions (Gg) Cement production +I-GHG-HFC134a emissions (Gg) Lime production +I-GHG-HFC134a emissions (Gg) Production of chemicals +I-GHG-HFC134a emissions (Gg) Production of metals +I-GHG-HFC134a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC134a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC134a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC134a emissions (Gg) Foam Blowing +I-GHG-HFC134a emissions (Gg) Fire Extinguishers +I-GHG-HFC134a emissions (Gg) Aerosols +I-GHG-HFC134a emissions (Gg) F-gas as Solvent +I-GHG-HFC134a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC134a emissions (Gg) Electrical Equipment +I-GHG-HFC134a emissions (Gg) Other F-gas use +I-GHG-HFC134a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC134a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC134a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC134a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC134a emissions (Gg) Solvent and other product use: other +I-GHG-HFC134a emissions (Gg) Enteric fermentation +I-GHG-HFC134a emissions (Gg) Manure management +I-GHG-HFC134a emissions (Gg) Rice cultivation +I-GHG-HFC134a emissions (Gg) Direct soil emissions +I-GHG-HFC134a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC134a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC134a emissions (Gg) Other direct soil emissions +I-GHG-HFC134a emissions (Gg) Savanna burning +I-GHG-HFC134a emissions (Gg) Agricultural waste burning +I-GHG-HFC134a emissions (Gg) Forest fires +I-GHG-HFC134a emissions (Gg) Grassland fires +I-GHG-HFC134a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC134a emissions (Gg) Other vegetation fires +I-GHG-HFC134a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC134a emissions (Gg) Solid waste disposal on land +I-GHG-HFC134a emissions (Gg) Wastewater handling +I-GHG-HFC134a emissions (Gg) Waste incineration +I-GHG-HFC134a emissions (Gg) Other waste handling +I-GHG-HFC134a emissions (Gg) Fossil fuel fires +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC134a emissions (Gg) Other sources +I-GHG-HFC143a emissions (Gg) Public electricity and heat production +I-GHG-HFC143a emissions (Gg) Other Energy Industries +I-GHG-HFC143a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC143a emissions (Gg) Domestic aviation +I-GHG-HFC143a emissions (Gg) Road transportation +I-GHG-HFC143a emissions (Gg) Rail transportation +I-GHG-HFC143a emissions (Gg) Inland navigation +I-GHG-HFC143a emissions (Gg) Other transportation +I-GHG-HFC143a emissions (Gg) Residential and other sectors +I-GHG-HFC143a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC143a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC143a emissions (Gg) Memo: International aviation +I-GHG-HFC143a emissions (Gg) Memo: International navigation +I-GHG-HFC143a emissions (Gg) Production of minerals +I-GHG-HFC143a emissions (Gg) Cement production +I-GHG-HFC143a emissions (Gg) Lime production +I-GHG-HFC143a emissions (Gg) Production of chemicals +I-GHG-HFC143a emissions (Gg) Production of metals +I-GHG-HFC143a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC143a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC143a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC143a emissions (Gg) Foam Blowing +I-GHG-HFC143a emissions (Gg) Fire Extinguishers +I-GHG-HFC143a emissions (Gg) Aerosols +I-GHG-HFC143a emissions (Gg) F-gas as Solvent +I-GHG-HFC143a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC143a emissions (Gg) Electrical Equipment +I-GHG-HFC143a emissions (Gg) Other F-gas use +I-GHG-HFC143a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC143a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC143a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC143a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC143a emissions (Gg) Solvent and other product use: other +I-GHG-HFC143a emissions (Gg) Enteric fermentation +I-GHG-HFC143a emissions (Gg) Manure management +I-GHG-HFC143a emissions (Gg) Rice cultivation +I-GHG-HFC143a emissions (Gg) Direct soil emissions +I-GHG-HFC143a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC143a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC143a emissions (Gg) Other direct soil emissions +I-GHG-HFC143a emissions (Gg) Savanna burning +I-GHG-HFC143a emissions (Gg) Agricultural waste burning +I-GHG-HFC143a emissions (Gg) Forest fires +I-GHG-HFC143a emissions (Gg) Grassland fires +I-GHG-HFC143a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC143a emissions (Gg) Other vegetation fires +I-GHG-HFC143a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC143a emissions (Gg) Solid waste disposal on land +I-GHG-HFC143a emissions (Gg) Wastewater handling +I-GHG-HFC143a emissions (Gg) Waste incineration +I-GHG-HFC143a emissions (Gg) Other waste handling +I-GHG-HFC143a emissions (Gg) Fossil fuel fires +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC143a emissions (Gg) Other sources +I-GHG-HFC152a emissions (Gg) Public electricity and heat production +I-GHG-HFC152a emissions (Gg) Other Energy Industries +I-GHG-HFC152a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC152a emissions (Gg) Domestic aviation +I-GHG-HFC152a emissions (Gg) Road transportation +I-GHG-HFC152a emissions (Gg) Rail transportation +I-GHG-HFC152a emissions (Gg) Inland navigation +I-GHG-HFC152a emissions (Gg) Other transportation +I-GHG-HFC152a emissions (Gg) Residential and other sectors +I-GHG-HFC152a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC152a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC152a emissions (Gg) Memo: International aviation +I-GHG-HFC152a emissions (Gg) Memo: International navigation +I-GHG-HFC152a emissions (Gg) Production of minerals +I-GHG-HFC152a emissions (Gg) Cement production +I-GHG-HFC152a emissions (Gg) Lime production +I-GHG-HFC152a emissions (Gg) Production of chemicals +I-GHG-HFC152a emissions (Gg) Production of metals +I-GHG-HFC152a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC152a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC152a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC152a emissions (Gg) Foam Blowing +I-GHG-HFC152a emissions (Gg) Fire Extinguishers +I-GHG-HFC152a emissions (Gg) Aerosols +I-GHG-HFC152a emissions (Gg) F-gas as Solvent +I-GHG-HFC152a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC152a emissions (Gg) Electrical Equipment +I-GHG-HFC152a emissions (Gg) Other F-gas use +I-GHG-HFC152a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC152a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC152a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC152a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC152a emissions (Gg) Solvent and other product use: other +I-GHG-HFC152a emissions (Gg) Enteric fermentation +I-GHG-HFC152a emissions (Gg) Manure management +I-GHG-HFC152a emissions (Gg) Rice cultivation +I-GHG-HFC152a emissions (Gg) Direct soil emissions +I-GHG-HFC152a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC152a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC152a emissions (Gg) Other direct soil emissions +I-GHG-HFC152a emissions (Gg) Savanna burning +I-GHG-HFC152a emissions (Gg) Agricultural waste burning +I-GHG-HFC152a emissions (Gg) Forest fires +I-GHG-HFC152a emissions (Gg) Grassland fires +I-GHG-HFC152a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC152a emissions (Gg) Other vegetation fires +I-GHG-HFC152a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC152a emissions (Gg) Solid waste disposal on land +I-GHG-HFC152a emissions (Gg) Wastewater handling +I-GHG-HFC152a emissions (Gg) Waste incineration +I-GHG-HFC152a emissions (Gg) Other waste handling +I-GHG-HFC152a emissions (Gg) Fossil fuel fires +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC152a emissions (Gg) Other sources +I-GHG-HFC227ea emissions (Gg) Public electricity and heat production +I-GHG-HFC227ea emissions (Gg) Other Energy Industries +I-GHG-HFC227ea emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC227ea emissions (Gg) Domestic aviation +I-GHG-HFC227ea emissions (Gg) Road transportation +I-GHG-HFC227ea emissions (Gg) Rail transportation +I-GHG-HFC227ea emissions (Gg) Inland navigation +I-GHG-HFC227ea emissions (Gg) Other transportation +I-GHG-HFC227ea emissions (Gg) Residential and other sectors +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC227ea emissions (Gg) Memo: International aviation +I-GHG-HFC227ea emissions (Gg) Memo: International navigation +I-GHG-HFC227ea emissions (Gg) Production of minerals +I-GHG-HFC227ea emissions (Gg) Cement production +I-GHG-HFC227ea emissions (Gg) Lime production +I-GHG-HFC227ea emissions (Gg) Production of chemicals +I-GHG-HFC227ea emissions (Gg) Production of metals +I-GHG-HFC227ea emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC227ea emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC227ea emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC227ea emissions (Gg) Foam Blowing +I-GHG-HFC227ea emissions (Gg) Fire Extinguishers +I-GHG-HFC227ea emissions (Gg) Aerosols +I-GHG-HFC227ea emissions (Gg) F-gas as Solvent +I-GHG-HFC227ea emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC227ea emissions (Gg) Electrical Equipment +I-GHG-HFC227ea emissions (Gg) Other F-gas use +I-GHG-HFC227ea emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: paint +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: other +I-GHG-HFC227ea emissions (Gg) Enteric fermentation +I-GHG-HFC227ea emissions (Gg) Manure management +I-GHG-HFC227ea emissions (Gg) Rice cultivation +I-GHG-HFC227ea emissions (Gg) Direct soil emissions +I-GHG-HFC227ea emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC227ea emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC227ea emissions (Gg) Other direct soil emissions +I-GHG-HFC227ea emissions (Gg) Savanna burning +I-GHG-HFC227ea emissions (Gg) Agricultural waste burning +I-GHG-HFC227ea emissions (Gg) Forest fires +I-GHG-HFC227ea emissions (Gg) Grassland fires +I-GHG-HFC227ea emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC227ea emissions (Gg) Other vegetation fires +I-GHG-HFC227ea emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC227ea emissions (Gg) Solid waste disposal on land +I-GHG-HFC227ea emissions (Gg) Wastewater handling +I-GHG-HFC227ea emissions (Gg) Waste incineration +I-GHG-HFC227ea emissions (Gg) Other waste handling +I-GHG-HFC227ea emissions (Gg) Fossil fuel fires +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC227ea emissions (Gg) Other sources +I-GHG-HFC23 emissions (Gg) Public electricity and heat production +I-GHG-HFC23 emissions (Gg) Other Energy Industries +I-GHG-HFC23 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC23 emissions (Gg) Domestic aviation +I-GHG-HFC23 emissions (Gg) Road transportation +I-GHG-HFC23 emissions (Gg) Rail transportation +I-GHG-HFC23 emissions (Gg) Inland navigation +I-GHG-HFC23 emissions (Gg) Other transportation +I-GHG-HFC23 emissions (Gg) Residential and other sectors +I-GHG-HFC23 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC23 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC23 emissions (Gg) Memo: International aviation +I-GHG-HFC23 emissions (Gg) Memo: International navigation +I-GHG-HFC23 emissions (Gg) Production of minerals +I-GHG-HFC23 emissions (Gg) Cement production +I-GHG-HFC23 emissions (Gg) Lime production +I-GHG-HFC23 emissions (Gg) Production of chemicals +I-GHG-HFC23 emissions (Gg) Production of metals +I-GHG-HFC23 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC23 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC23 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC23 emissions (Gg) Foam Blowing +I-GHG-HFC23 emissions (Gg) Fire Extinguishers +I-GHG-HFC23 emissions (Gg) Aerosols +I-GHG-HFC23 emissions (Gg) F-gas as Solvent +I-GHG-HFC23 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC23 emissions (Gg) Electrical Equipment +I-GHG-HFC23 emissions (Gg) Other F-gas use +I-GHG-HFC23 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC23 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC23 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC23 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC23 emissions (Gg) Solvent and other product use: other +I-GHG-HFC23 emissions (Gg) Enteric fermentation +I-GHG-HFC23 emissions (Gg) Manure management +I-GHG-HFC23 emissions (Gg) Rice cultivation +I-GHG-HFC23 emissions (Gg) Direct soil emissions +I-GHG-HFC23 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC23 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC23 emissions (Gg) Other direct soil emissions +I-GHG-HFC23 emissions (Gg) Savanna burning +I-GHG-HFC23 emissions (Gg) Agricultural waste burning +I-GHG-HFC23 emissions (Gg) Forest fires +I-GHG-HFC23 emissions (Gg) Grassland fires +I-GHG-HFC23 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC23 emissions (Gg) Other vegetation fires +I-GHG-HFC23 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC23 emissions (Gg) Solid waste disposal on land +I-GHG-HFC23 emissions (Gg) Wastewater handling +I-GHG-HFC23 emissions (Gg) Waste incineration +I-GHG-HFC23 emissions (Gg) Other waste handling +I-GHG-HFC23 emissions (Gg) Fossil fuel fires +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC23 emissions (Gg) Other sources +I-GHG-HFC236fa emissions (Gg) Public electricity and heat production +I-GHG-HFC236fa emissions (Gg) Other Energy Industries +I-GHG-HFC236fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC236fa emissions (Gg) Domestic aviation +I-GHG-HFC236fa emissions (Gg) Road transportation +I-GHG-HFC236fa emissions (Gg) Rail transportation +I-GHG-HFC236fa emissions (Gg) Inland navigation +I-GHG-HFC236fa emissions (Gg) Other transportation +I-GHG-HFC236fa emissions (Gg) Residential and other sectors +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC236fa emissions (Gg) Memo: International aviation +I-GHG-HFC236fa emissions (Gg) Memo: International navigation +I-GHG-HFC236fa emissions (Gg) Production of minerals +I-GHG-HFC236fa emissions (Gg) Cement production +I-GHG-HFC236fa emissions (Gg) Lime production +I-GHG-HFC236fa emissions (Gg) Production of chemicals +I-GHG-HFC236fa emissions (Gg) Production of metals +I-GHG-HFC236fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC236fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC236fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC236fa emissions (Gg) Foam Blowing +I-GHG-HFC236fa emissions (Gg) Fire Extinguishers +I-GHG-HFC236fa emissions (Gg) Aerosols +I-GHG-HFC236fa emissions (Gg) F-gas as Solvent +I-GHG-HFC236fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC236fa emissions (Gg) Electrical Equipment +I-GHG-HFC236fa emissions (Gg) Other F-gas use +I-GHG-HFC236fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC236fa emissions (Gg) Enteric fermentation +I-GHG-HFC236fa emissions (Gg) Manure management +I-GHG-HFC236fa emissions (Gg) Rice cultivation +I-GHG-HFC236fa emissions (Gg) Direct soil emissions +I-GHG-HFC236fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC236fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC236fa emissions (Gg) Other direct soil emissions +I-GHG-HFC236fa emissions (Gg) Savanna burning +I-GHG-HFC236fa emissions (Gg) Agricultural waste burning +I-GHG-HFC236fa emissions (Gg) Forest fires +I-GHG-HFC236fa emissions (Gg) Grassland fires +I-GHG-HFC236fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC236fa emissions (Gg) Other vegetation fires +I-GHG-HFC236fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC236fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC236fa emissions (Gg) Wastewater handling +I-GHG-HFC236fa emissions (Gg) Waste incineration +I-GHG-HFC236fa emissions (Gg) Other waste handling +I-GHG-HFC236fa emissions (Gg) Fossil fuel fires +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC236fa emissions (Gg) Other sources +I-GHG-HFC245fa emissions (Gg) Public electricity and heat production +I-GHG-HFC245fa emissions (Gg) Other Energy Industries +I-GHG-HFC245fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC245fa emissions (Gg) Domestic aviation +I-GHG-HFC245fa emissions (Gg) Road transportation +I-GHG-HFC245fa emissions (Gg) Rail transportation +I-GHG-HFC245fa emissions (Gg) Inland navigation +I-GHG-HFC245fa emissions (Gg) Other transportation +I-GHG-HFC245fa emissions (Gg) Residential and other sectors +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC245fa emissions (Gg) Memo: International aviation +I-GHG-HFC245fa emissions (Gg) Memo: International navigation +I-GHG-HFC245fa emissions (Gg) Production of minerals +I-GHG-HFC245fa emissions (Gg) Cement production +I-GHG-HFC245fa emissions (Gg) Lime production +I-GHG-HFC245fa emissions (Gg) Production of chemicals +I-GHG-HFC245fa emissions (Gg) Production of metals +I-GHG-HFC245fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC245fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC245fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC245fa emissions (Gg) Foam Blowing +I-GHG-HFC245fa emissions (Gg) Fire Extinguishers +I-GHG-HFC245fa emissions (Gg) Aerosols +I-GHG-HFC245fa emissions (Gg) F-gas as Solvent +I-GHG-HFC245fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC245fa emissions (Gg) Electrical Equipment +I-GHG-HFC245fa emissions (Gg) Other F-gas use +I-GHG-HFC245fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC245fa emissions (Gg) Enteric fermentation +I-GHG-HFC245fa emissions (Gg) Manure management +I-GHG-HFC245fa emissions (Gg) Rice cultivation +I-GHG-HFC245fa emissions (Gg) Direct soil emissions +I-GHG-HFC245fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC245fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC245fa emissions (Gg) Other direct soil emissions +I-GHG-HFC245fa emissions (Gg) Savanna burning +I-GHG-HFC245fa emissions (Gg) Agricultural waste burning +I-GHG-HFC245fa emissions (Gg) Forest fires +I-GHG-HFC245fa emissions (Gg) Grassland fires +I-GHG-HFC245fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC245fa emissions (Gg) Other vegetation fires +I-GHG-HFC245fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC245fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC245fa emissions (Gg) Wastewater handling +I-GHG-HFC245fa emissions (Gg) Waste incineration +I-GHG-HFC245fa emissions (Gg) Other waste handling +I-GHG-HFC245fa emissions (Gg) Fossil fuel fires +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC245fa emissions (Gg) Other sources +I-GHG-HFC32 emissions (Gg) Public electricity and heat production +I-GHG-HFC32 emissions (Gg) Other Energy Industries +I-GHG-HFC32 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC32 emissions (Gg) Domestic aviation +I-GHG-HFC32 emissions (Gg) Road transportation +I-GHG-HFC32 emissions (Gg) Rail transportation +I-GHG-HFC32 emissions (Gg) Inland navigation +I-GHG-HFC32 emissions (Gg) Other transportation +I-GHG-HFC32 emissions (Gg) Residential and other sectors +I-GHG-HFC32 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC32 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC32 emissions (Gg) Memo: International aviation +I-GHG-HFC32 emissions (Gg) Memo: International navigation +I-GHG-HFC32 emissions (Gg) Production of minerals +I-GHG-HFC32 emissions (Gg) Cement production +I-GHG-HFC32 emissions (Gg) Lime production +I-GHG-HFC32 emissions (Gg) Production of chemicals +I-GHG-HFC32 emissions (Gg) Production of metals +I-GHG-HFC32 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC32 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC32 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC32 emissions (Gg) Foam Blowing +I-GHG-HFC32 emissions (Gg) Fire Extinguishers +I-GHG-HFC32 emissions (Gg) Aerosols +I-GHG-HFC32 emissions (Gg) F-gas as Solvent +I-GHG-HFC32 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC32 emissions (Gg) Electrical Equipment +I-GHG-HFC32 emissions (Gg) Other F-gas use +I-GHG-HFC32 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC32 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC32 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC32 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC32 emissions (Gg) Solvent and other product use: other +I-GHG-HFC32 emissions (Gg) Enteric fermentation +I-GHG-HFC32 emissions (Gg) Manure management +I-GHG-HFC32 emissions (Gg) Rice cultivation +I-GHG-HFC32 emissions (Gg) Direct soil emissions +I-GHG-HFC32 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC32 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC32 emissions (Gg) Other direct soil emissions +I-GHG-HFC32 emissions (Gg) Savanna burning +I-GHG-HFC32 emissions (Gg) Agricultural waste burning +I-GHG-HFC32 emissions (Gg) Forest fires +I-GHG-HFC32 emissions (Gg) Grassland fires +I-GHG-HFC32 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC32 emissions (Gg) Other vegetation fires +I-GHG-HFC32 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC32 emissions (Gg) Solid waste disposal on land +I-GHG-HFC32 emissions (Gg) Wastewater handling +I-GHG-HFC32 emissions (Gg) Waste incineration +I-GHG-HFC32 emissions (Gg) Other waste handling +I-GHG-HFC32 emissions (Gg) Fossil fuel fires +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC32 emissions (Gg) Other sources +I-GHG-HFC365mfc emissions (Gg) Public electricity and heat production +I-GHG-HFC365mfc emissions (Gg) Other Energy Industries +I-GHG-HFC365mfc emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC365mfc emissions (Gg) Domestic aviation +I-GHG-HFC365mfc emissions (Gg) Road transportation +I-GHG-HFC365mfc emissions (Gg) Rail transportation +I-GHG-HFC365mfc emissions (Gg) Inland navigation +I-GHG-HFC365mfc emissions (Gg) Other transportation +I-GHG-HFC365mfc emissions (Gg) Residential and other sectors +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC365mfc emissions (Gg) Memo: International aviation +I-GHG-HFC365mfc emissions (Gg) Memo: International navigation +I-GHG-HFC365mfc emissions (Gg) Production of minerals +I-GHG-HFC365mfc emissions (Gg) Cement production +I-GHG-HFC365mfc emissions (Gg) Lime production +I-GHG-HFC365mfc emissions (Gg) Production of chemicals +I-GHG-HFC365mfc emissions (Gg) Production of metals +I-GHG-HFC365mfc emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC365mfc emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC365mfc emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC365mfc emissions (Gg) Foam Blowing +I-GHG-HFC365mfc emissions (Gg) Fire Extinguishers +I-GHG-HFC365mfc emissions (Gg) Aerosols +I-GHG-HFC365mfc emissions (Gg) F-gas as Solvent +I-GHG-HFC365mfc emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC365mfc emissions (Gg) Electrical Equipment +I-GHG-HFC365mfc emissions (Gg) Other F-gas use +I-GHG-HFC365mfc emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: paint +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: other +I-GHG-HFC365mfc emissions (Gg) Enteric fermentation +I-GHG-HFC365mfc emissions (Gg) Manure management +I-GHG-HFC365mfc emissions (Gg) Rice cultivation +I-GHG-HFC365mfc emissions (Gg) Direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC365mfc emissions (Gg) Other direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Savanna burning +I-GHG-HFC365mfc emissions (Gg) Agricultural waste burning +I-GHG-HFC365mfc emissions (Gg) Forest fires +I-GHG-HFC365mfc emissions (Gg) Grassland fires +I-GHG-HFC365mfc emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC365mfc emissions (Gg) Other vegetation fires +I-GHG-HFC365mfc emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC365mfc emissions (Gg) Solid waste disposal on land +I-GHG-HFC365mfc emissions (Gg) Wastewater handling +I-GHG-HFC365mfc emissions (Gg) Waste incineration +I-GHG-HFC365mfc emissions (Gg) Other waste handling +I-GHG-HFC365mfc emissions (Gg) Fossil fuel fires +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC365mfc emissions (Gg) Other sources +I-GHG-HFC4310mee emissions (Gg) Public electricity and heat production +I-GHG-HFC4310mee emissions (Gg) Other Energy Industries +I-GHG-HFC4310mee emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC4310mee emissions (Gg) Domestic aviation +I-GHG-HFC4310mee emissions (Gg) Road transportation +I-GHG-HFC4310mee emissions (Gg) Rail transportation +I-GHG-HFC4310mee emissions (Gg) Inland navigation +I-GHG-HFC4310mee emissions (Gg) Other transportation +I-GHG-HFC4310mee emissions (Gg) Residential and other sectors +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC4310mee emissions (Gg) Memo: International aviation +I-GHG-HFC4310mee emissions (Gg) Memo: International navigation +I-GHG-HFC4310mee emissions (Gg) Production of minerals +I-GHG-HFC4310mee emissions (Gg) Cement production +I-GHG-HFC4310mee emissions (Gg) Lime production +I-GHG-HFC4310mee emissions (Gg) Production of chemicals +I-GHG-HFC4310mee emissions (Gg) Production of metals +I-GHG-HFC4310mee emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC4310mee emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC4310mee emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC4310mee emissions (Gg) Foam Blowing +I-GHG-HFC4310mee emissions (Gg) Fire Extinguishers +I-GHG-HFC4310mee emissions (Gg) Aerosols +I-GHG-HFC4310mee emissions (Gg) F-gas as Solvent +I-GHG-HFC4310mee emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC4310mee emissions (Gg) Electrical Equipment +I-GHG-HFC4310mee emissions (Gg) Other F-gas use +I-GHG-HFC4310mee emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: paint +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: other +I-GHG-HFC4310mee emissions (Gg) Enteric fermentation +I-GHG-HFC4310mee emissions (Gg) Manure management +I-GHG-HFC4310mee emissions (Gg) Rice cultivation +I-GHG-HFC4310mee emissions (Gg) Direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC4310mee emissions (Gg) Other direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Savanna burning +I-GHG-HFC4310mee emissions (Gg) Agricultural waste burning +I-GHG-HFC4310mee emissions (Gg) Forest fires +I-GHG-HFC4310mee emissions (Gg) Grassland fires +I-GHG-HFC4310mee emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC4310mee emissions (Gg) Other vegetation fires +I-GHG-HFC4310mee emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC4310mee emissions (Gg) Solid waste disposal on land +I-GHG-HFC4310mee emissions (Gg) Wastewater handling +I-GHG-HFC4310mee emissions (Gg) Waste incineration +I-GHG-HFC4310mee emissions (Gg) Other waste handling +I-GHG-HFC4310mee emissions (Gg) Fossil fuel fires +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC4310mee emissions (Gg) Other sources +I-GHG-C2F6 emissions (Gg) Public electricity and heat production +I-GHG-C2F6 emissions (Gg) Other Energy Industries +I-GHG-C2F6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C2F6 emissions (Gg) Domestic aviation +I-GHG-C2F6 emissions (Gg) Road transportation +I-GHG-C2F6 emissions (Gg) Rail transportation +I-GHG-C2F6 emissions (Gg) Inland navigation +I-GHG-C2F6 emissions (Gg) Other transportation +I-GHG-C2F6 emissions (Gg) Residential and other sectors +I-GHG-C2F6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C2F6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C2F6 emissions (Gg) Memo: International aviation +I-GHG-C2F6 emissions (Gg) Memo: International navigation +I-GHG-C2F6 emissions (Gg) Production of minerals +I-GHG-C2F6 emissions (Gg) Cement production +I-GHG-C2F6 emissions (Gg) Lime production +I-GHG-C2F6 emissions (Gg) Production of chemicals +I-GHG-C2F6 emissions (Gg) Production of metals +I-GHG-C2F6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C2F6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C2F6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C2F6 emissions (Gg) Foam Blowing +I-GHG-C2F6 emissions (Gg) Fire Extinguishers +I-GHG-C2F6 emissions (Gg) Aerosols +I-GHG-C2F6 emissions (Gg) F-gas as Solvent +I-GHG-C2F6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C2F6 emissions (Gg) Electrical Equipment +I-GHG-C2F6 emissions (Gg) Other F-gas use +I-GHG-C2F6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C2F6 emissions (Gg) Solvent and other product use: paint +I-GHG-C2F6 emissions (Gg) Solvent and other product use: degrease +I-GHG-C2F6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C2F6 emissions (Gg) Solvent and other product use: other +I-GHG-C2F6 emissions (Gg) Enteric fermentation +I-GHG-C2F6 emissions (Gg) Manure management +I-GHG-C2F6 emissions (Gg) Rice cultivation +I-GHG-C2F6 emissions (Gg) Direct soil emissions +I-GHG-C2F6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C2F6 emissions (Gg) Indirect N2O from agriculture +I-GHG-C2F6 emissions (Gg) Other direct soil emissions +I-GHG-C2F6 emissions (Gg) Savanna burning +I-GHG-C2F6 emissions (Gg) Agricultural waste burning +I-GHG-C2F6 emissions (Gg) Forest fires +I-GHG-C2F6 emissions (Gg) Grassland fires +I-GHG-C2F6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C2F6 emissions (Gg) Other vegetation fires +I-GHG-C2F6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C2F6 emissions (Gg) Solid waste disposal on land +I-GHG-C2F6 emissions (Gg) Wastewater handling +I-GHG-C2F6 emissions (Gg) Waste incineration +I-GHG-C2F6 emissions (Gg) Other waste handling +I-GHG-C2F6 emissions (Gg) Fossil fuel fires +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C2F6 emissions (Gg) Other sources +I-GHG-C3F8 emissions (Gg) Public electricity and heat production +I-GHG-C3F8 emissions (Gg) Other Energy Industries +I-GHG-C3F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C3F8 emissions (Gg) Domestic aviation +I-GHG-C3F8 emissions (Gg) Road transportation +I-GHG-C3F8 emissions (Gg) Rail transportation +I-GHG-C3F8 emissions (Gg) Inland navigation +I-GHG-C3F8 emissions (Gg) Other transportation +I-GHG-C3F8 emissions (Gg) Residential and other sectors +I-GHG-C3F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C3F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C3F8 emissions (Gg) Memo: International aviation +I-GHG-C3F8 emissions (Gg) Memo: International navigation +I-GHG-C3F8 emissions (Gg) Production of minerals +I-GHG-C3F8 emissions (Gg) Cement production +I-GHG-C3F8 emissions (Gg) Lime production +I-GHG-C3F8 emissions (Gg) Production of chemicals +I-GHG-C3F8 emissions (Gg) Production of metals +I-GHG-C3F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C3F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C3F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C3F8 emissions (Gg) Foam Blowing +I-GHG-C3F8 emissions (Gg) Fire Extinguishers +I-GHG-C3F8 emissions (Gg) Aerosols +I-GHG-C3F8 emissions (Gg) F-gas as Solvent +I-GHG-C3F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C3F8 emissions (Gg) Electrical Equipment +I-GHG-C3F8 emissions (Gg) Other F-gas use +I-GHG-C3F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C3F8 emissions (Gg) Solvent and other product use: paint +I-GHG-C3F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-C3F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C3F8 emissions (Gg) Solvent and other product use: other +I-GHG-C3F8 emissions (Gg) Enteric fermentation +I-GHG-C3F8 emissions (Gg) Manure management +I-GHG-C3F8 emissions (Gg) Rice cultivation +I-GHG-C3F8 emissions (Gg) Direct soil emissions +I-GHG-C3F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C3F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-C3F8 emissions (Gg) Other direct soil emissions +I-GHG-C3F8 emissions (Gg) Savanna burning +I-GHG-C3F8 emissions (Gg) Agricultural waste burning +I-GHG-C3F8 emissions (Gg) Forest fires +I-GHG-C3F8 emissions (Gg) Grassland fires +I-GHG-C3F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C3F8 emissions (Gg) Other vegetation fires +I-GHG-C3F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C3F8 emissions (Gg) Solid waste disposal on land +I-GHG-C3F8 emissions (Gg) Wastewater handling +I-GHG-C3F8 emissions (Gg) Waste incineration +I-GHG-C3F8 emissions (Gg) Other waste handling +I-GHG-C3F8 emissions (Gg) Fossil fuel fires +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C3F8 emissions (Gg) Other sources +I-GHG-C4F10 emissions (Gg) Public electricity and heat production +I-GHG-C4F10 emissions (Gg) Other Energy Industries +I-GHG-C4F10 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C4F10 emissions (Gg) Domestic aviation +I-GHG-C4F10 emissions (Gg) Road transportation +I-GHG-C4F10 emissions (Gg) Rail transportation +I-GHG-C4F10 emissions (Gg) Inland navigation +I-GHG-C4F10 emissions (Gg) Other transportation +I-GHG-C4F10 emissions (Gg) Residential and other sectors +I-GHG-C4F10 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C4F10 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C4F10 emissions (Gg) Memo: International aviation +I-GHG-C4F10 emissions (Gg) Memo: International navigation +I-GHG-C4F10 emissions (Gg) Production of minerals +I-GHG-C4F10 emissions (Gg) Cement production +I-GHG-C4F10 emissions (Gg) Lime production +I-GHG-C4F10 emissions (Gg) Production of chemicals +I-GHG-C4F10 emissions (Gg) Production of metals +I-GHG-C4F10 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C4F10 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C4F10 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C4F10 emissions (Gg) Foam Blowing +I-GHG-C4F10 emissions (Gg) Fire Extinguishers +I-GHG-C4F10 emissions (Gg) Aerosols +I-GHG-C4F10 emissions (Gg) F-gas as Solvent +I-GHG-C4F10 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C4F10 emissions (Gg) Electrical Equipment +I-GHG-C4F10 emissions (Gg) Other F-gas use +I-GHG-C4F10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C4F10 emissions (Gg) Solvent and other product use: paint +I-GHG-C4F10 emissions (Gg) Solvent and other product use: degrease +I-GHG-C4F10 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C4F10 emissions (Gg) Solvent and other product use: other +I-GHG-C4F10 emissions (Gg) Enteric fermentation +I-GHG-C4F10 emissions (Gg) Manure management +I-GHG-C4F10 emissions (Gg) Rice cultivation +I-GHG-C4F10 emissions (Gg) Direct soil emissions +I-GHG-C4F10 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C4F10 emissions (Gg) Indirect N2O from agriculture +I-GHG-C4F10 emissions (Gg) Other direct soil emissions +I-GHG-C4F10 emissions (Gg) Savanna burning +I-GHG-C4F10 emissions (Gg) Agricultural waste burning +I-GHG-C4F10 emissions (Gg) Forest fires +I-GHG-C4F10 emissions (Gg) Grassland fires +I-GHG-C4F10 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C4F10 emissions (Gg) Other vegetation fires +I-GHG-C4F10 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C4F10 emissions (Gg) Solid waste disposal on land +I-GHG-C4F10 emissions (Gg) Wastewater handling +I-GHG-C4F10 emissions (Gg) Waste incineration +I-GHG-C4F10 emissions (Gg) Other waste handling +I-GHG-C4F10 emissions (Gg) Fossil fuel fires +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C4F10 emissions (Gg) Other sources +I-GHG-C5F12 emissions (Gg) Public electricity and heat production +I-GHG-C5F12 emissions (Gg) Other Energy Industries +I-GHG-C5F12 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C5F12 emissions (Gg) Domestic aviation +I-GHG-C5F12 emissions (Gg) Road transportation +I-GHG-C5F12 emissions (Gg) Rail transportation +I-GHG-C5F12 emissions (Gg) Inland navigation +I-GHG-C5F12 emissions (Gg) Other transportation +I-GHG-C5F12 emissions (Gg) Residential and other sectors +I-GHG-C5F12 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C5F12 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C5F12 emissions (Gg) Memo: International aviation +I-GHG-C5F12 emissions (Gg) Memo: International navigation +I-GHG-C5F12 emissions (Gg) Production of minerals +I-GHG-C5F12 emissions (Gg) Cement production +I-GHG-C5F12 emissions (Gg) Lime production +I-GHG-C5F12 emissions (Gg) Production of chemicals +I-GHG-C5F12 emissions (Gg) Production of metals +I-GHG-C5F12 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C5F12 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C5F12 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C5F12 emissions (Gg) Foam Blowing +I-GHG-C5F12 emissions (Gg) Fire Extinguishers +I-GHG-C5F12 emissions (Gg) Aerosols +I-GHG-C5F12 emissions (Gg) F-gas as Solvent +I-GHG-C5F12 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C5F12 emissions (Gg) Electrical Equipment +I-GHG-C5F12 emissions (Gg) Other F-gas use +I-GHG-C5F12 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C5F12 emissions (Gg) Solvent and other product use: paint +I-GHG-C5F12 emissions (Gg) Solvent and other product use: degrease +I-GHG-C5F12 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C5F12 emissions (Gg) Solvent and other product use: other +I-GHG-C5F12 emissions (Gg) Enteric fermentation +I-GHG-C5F12 emissions (Gg) Manure management +I-GHG-C5F12 emissions (Gg) Rice cultivation +I-GHG-C5F12 emissions (Gg) Direct soil emissions +I-GHG-C5F12 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C5F12 emissions (Gg) Indirect N2O from agriculture +I-GHG-C5F12 emissions (Gg) Other direct soil emissions +I-GHG-C5F12 emissions (Gg) Savanna burning +I-GHG-C5F12 emissions (Gg) Agricultural waste burning +I-GHG-C5F12 emissions (Gg) Forest fires +I-GHG-C5F12 emissions (Gg) Grassland fires +I-GHG-C5F12 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C5F12 emissions (Gg) Other vegetation fires +I-GHG-C5F12 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C5F12 emissions (Gg) Solid waste disposal on land +I-GHG-C5F12 emissions (Gg) Wastewater handling +I-GHG-C5F12 emissions (Gg) Waste incineration +I-GHG-C5F12 emissions (Gg) Other waste handling +I-GHG-C5F12 emissions (Gg) Fossil fuel fires +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C5F12 emissions (Gg) Other sources +I-GHG-C6F14 emissions (Gg) Public electricity and heat production +I-GHG-C6F14 emissions (Gg) Other Energy Industries +I-GHG-C6F14 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C6F14 emissions (Gg) Domestic aviation +I-GHG-C6F14 emissions (Gg) Road transportation +I-GHG-C6F14 emissions (Gg) Rail transportation +I-GHG-C6F14 emissions (Gg) Inland navigation +I-GHG-C6F14 emissions (Gg) Other transportation +I-GHG-C6F14 emissions (Gg) Residential and other sectors +I-GHG-C6F14 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C6F14 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C6F14 emissions (Gg) Memo: International aviation +I-GHG-C6F14 emissions (Gg) Memo: International navigation +I-GHG-C6F14 emissions (Gg) Production of minerals +I-GHG-C6F14 emissions (Gg) Cement production +I-GHG-C6F14 emissions (Gg) Lime production +I-GHG-C6F14 emissions (Gg) Production of chemicals +I-GHG-C6F14 emissions (Gg) Production of metals +I-GHG-C6F14 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C6F14 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C6F14 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C6F14 emissions (Gg) Foam Blowing +I-GHG-C6F14 emissions (Gg) Fire Extinguishers +I-GHG-C6F14 emissions (Gg) Aerosols +I-GHG-C6F14 emissions (Gg) F-gas as Solvent +I-GHG-C6F14 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C6F14 emissions (Gg) Electrical Equipment +I-GHG-C6F14 emissions (Gg) Other F-gas use +I-GHG-C6F14 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C6F14 emissions (Gg) Solvent and other product use: paint +I-GHG-C6F14 emissions (Gg) Solvent and other product use: degrease +I-GHG-C6F14 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C6F14 emissions (Gg) Solvent and other product use: other +I-GHG-C6F14 emissions (Gg) Enteric fermentation +I-GHG-C6F14 emissions (Gg) Manure management +I-GHG-C6F14 emissions (Gg) Rice cultivation +I-GHG-C6F14 emissions (Gg) Direct soil emissions +I-GHG-C6F14 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C6F14 emissions (Gg) Indirect N2O from agriculture +I-GHG-C6F14 emissions (Gg) Other direct soil emissions +I-GHG-C6F14 emissions (Gg) Savanna burning +I-GHG-C6F14 emissions (Gg) Agricultural waste burning +I-GHG-C6F14 emissions (Gg) Forest fires +I-GHG-C6F14 emissions (Gg) Grassland fires +I-GHG-C6F14 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C6F14 emissions (Gg) Other vegetation fires +I-GHG-C6F14 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C6F14 emissions (Gg) Solid waste disposal on land +I-GHG-C6F14 emissions (Gg) Wastewater handling +I-GHG-C6F14 emissions (Gg) Waste incineration +I-GHG-C6F14 emissions (Gg) Other waste handling +I-GHG-C6F14 emissions (Gg) Fossil fuel fires +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C6F14 emissions (Gg) Other sources +I-GHG-C7F16 emissions (Gg) Public electricity and heat production +I-GHG-C7F16 emissions (Gg) Other Energy Industries +I-GHG-C7F16 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C7F16 emissions (Gg) Domestic aviation +I-GHG-C7F16 emissions (Gg) Road transportation +I-GHG-C7F16 emissions (Gg) Rail transportation +I-GHG-C7F16 emissions (Gg) Inland navigation +I-GHG-C7F16 emissions (Gg) Other transportation +I-GHG-C7F16 emissions (Gg) Residential and other sectors +I-GHG-C7F16 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C7F16 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C7F16 emissions (Gg) Memo: International aviation +I-GHG-C7F16 emissions (Gg) Memo: International navigation +I-GHG-C7F16 emissions (Gg) Production of minerals +I-GHG-C7F16 emissions (Gg) Cement production +I-GHG-C7F16 emissions (Gg) Lime production +I-GHG-C7F16 emissions (Gg) Production of chemicals +I-GHG-C7F16 emissions (Gg) Production of metals +I-GHG-C7F16 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C7F16 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C7F16 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C7F16 emissions (Gg) Foam Blowing +I-GHG-C7F16 emissions (Gg) Fire Extinguishers +I-GHG-C7F16 emissions (Gg) Aerosols +I-GHG-C7F16 emissions (Gg) F-gas as Solvent +I-GHG-C7F16 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C7F16 emissions (Gg) Electrical Equipment +I-GHG-C7F16 emissions (Gg) Other F-gas use +I-GHG-C7F16 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C7F16 emissions (Gg) Solvent and other product use: paint +I-GHG-C7F16 emissions (Gg) Solvent and other product use: degrease +I-GHG-C7F16 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C7F16 emissions (Gg) Solvent and other product use: other +I-GHG-C7F16 emissions (Gg) Enteric fermentation +I-GHG-C7F16 emissions (Gg) Manure management +I-GHG-C7F16 emissions (Gg) Rice cultivation +I-GHG-C7F16 emissions (Gg) Direct soil emissions +I-GHG-C7F16 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C7F16 emissions (Gg) Indirect N2O from agriculture +I-GHG-C7F16 emissions (Gg) Other direct soil emissions +I-GHG-C7F16 emissions (Gg) Savanna burning +I-GHG-C7F16 emissions (Gg) Agricultural waste burning +I-GHG-C7F16 emissions (Gg) Forest fires +I-GHG-C7F16 emissions (Gg) Grassland fires +I-GHG-C7F16 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C7F16 emissions (Gg) Other vegetation fires +I-GHG-C7F16 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C7F16 emissions (Gg) Solid waste disposal on land +I-GHG-C7F16 emissions (Gg) Wastewater handling +I-GHG-C7F16 emissions (Gg) Waste incineration +I-GHG-C7F16 emissions (Gg) Other waste handling +I-GHG-C7F16 emissions (Gg) Fossil fuel fires +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C7F16 emissions (Gg) Other sources +I-GHG-CF4 emissions (Gg) Public electricity and heat production +I-GHG-CF4 emissions (Gg) Other Energy Industries +I-GHG-CF4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CF4 emissions (Gg) Domestic aviation +I-GHG-CF4 emissions (Gg) Road transportation +I-GHG-CF4 emissions (Gg) Rail transportation +I-GHG-CF4 emissions (Gg) Inland navigation +I-GHG-CF4 emissions (Gg) Other transportation +I-GHG-CF4 emissions (Gg) Residential and other sectors +I-GHG-CF4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CF4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CF4 emissions (Gg) Memo: International aviation +I-GHG-CF4 emissions (Gg) Memo: International navigation +I-GHG-CF4 emissions (Gg) Production of minerals +I-GHG-CF4 emissions (Gg) Cement production +I-GHG-CF4 emissions (Gg) Lime production +I-GHG-CF4 emissions (Gg) Production of chemicals +I-GHG-CF4 emissions (Gg) Production of metals +I-GHG-CF4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CF4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CF4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CF4 emissions (Gg) Foam Blowing +I-GHG-CF4 emissions (Gg) Fire Extinguishers +I-GHG-CF4 emissions (Gg) Aerosols +I-GHG-CF4 emissions (Gg) F-gas as Solvent +I-GHG-CF4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CF4 emissions (Gg) Electrical Equipment +I-GHG-CF4 emissions (Gg) Other F-gas use +I-GHG-CF4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CF4 emissions (Gg) Solvent and other product use: paint +I-GHG-CF4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CF4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CF4 emissions (Gg) Solvent and other product use: other +I-GHG-CF4 emissions (Gg) Enteric fermentation +I-GHG-CF4 emissions (Gg) Manure management +I-GHG-CF4 emissions (Gg) Rice cultivation +I-GHG-CF4 emissions (Gg) Direct soil emissions +I-GHG-CF4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CF4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CF4 emissions (Gg) Other direct soil emissions +I-GHG-CF4 emissions (Gg) Savanna burning +I-GHG-CF4 emissions (Gg) Agricultural waste burning +I-GHG-CF4 emissions (Gg) Forest fires +I-GHG-CF4 emissions (Gg) Grassland fires +I-GHG-CF4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CF4 emissions (Gg) Other vegetation fires +I-GHG-CF4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CF4 emissions (Gg) Solid waste disposal on land +I-GHG-CF4 emissions (Gg) Wastewater handling +I-GHG-CF4 emissions (Gg) Waste incineration +I-GHG-CF4 emissions (Gg) Other waste handling +I-GHG-CF4 emissions (Gg) Fossil fuel fires +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CF4 emissions (Gg) Other sources +I-GHG-cC4F8 emissions (Gg) Public electricity and heat production +I-GHG-cC4F8 emissions (Gg) Other Energy Industries +I-GHG-cC4F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-cC4F8 emissions (Gg) Domestic aviation +I-GHG-cC4F8 emissions (Gg) Road transportation +I-GHG-cC4F8 emissions (Gg) Rail transportation +I-GHG-cC4F8 emissions (Gg) Inland navigation +I-GHG-cC4F8 emissions (Gg) Other transportation +I-GHG-cC4F8 emissions (Gg) Residential and other sectors +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-cC4F8 emissions (Gg) Memo: International aviation +I-GHG-cC4F8 emissions (Gg) Memo: International navigation +I-GHG-cC4F8 emissions (Gg) Production of minerals +I-GHG-cC4F8 emissions (Gg) Cement production +I-GHG-cC4F8 emissions (Gg) Lime production +I-GHG-cC4F8 emissions (Gg) Production of chemicals +I-GHG-cC4F8 emissions (Gg) Production of metals +I-GHG-cC4F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-cC4F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-cC4F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-cC4F8 emissions (Gg) Foam Blowing +I-GHG-cC4F8 emissions (Gg) Fire Extinguishers +I-GHG-cC4F8 emissions (Gg) Aerosols +I-GHG-cC4F8 emissions (Gg) F-gas as Solvent +I-GHG-cC4F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-cC4F8 emissions (Gg) Electrical Equipment +I-GHG-cC4F8 emissions (Gg) Other F-gas use +I-GHG-cC4F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: paint +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: other +I-GHG-cC4F8 emissions (Gg) Enteric fermentation +I-GHG-cC4F8 emissions (Gg) Manure management +I-GHG-cC4F8 emissions (Gg) Rice cultivation +I-GHG-cC4F8 emissions (Gg) Direct soil emissions +I-GHG-cC4F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-cC4F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-cC4F8 emissions (Gg) Other direct soil emissions +I-GHG-cC4F8 emissions (Gg) Savanna burning +I-GHG-cC4F8 emissions (Gg) Agricultural waste burning +I-GHG-cC4F8 emissions (Gg) Forest fires +I-GHG-cC4F8 emissions (Gg) Grassland fires +I-GHG-cC4F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-cC4F8 emissions (Gg) Other vegetation fires +I-GHG-cC4F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-cC4F8 emissions (Gg) Solid waste disposal on land +I-GHG-cC4F8 emissions (Gg) Wastewater handling +I-GHG-cC4F8 emissions (Gg) Waste incineration +I-GHG-cC4F8 emissions (Gg) Other waste handling +I-GHG-cC4F8 emissions (Gg) Fossil fuel fires +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-cC4F8 emissions (Gg) Other sources +I-GHG-SF6 emissions (Gg) Public electricity and heat production +I-GHG-SF6 emissions (Gg) Other Energy Industries +I-GHG-SF6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-SF6 emissions (Gg) Domestic aviation +I-GHG-SF6 emissions (Gg) Road transportation +I-GHG-SF6 emissions (Gg) Rail transportation +I-GHG-SF6 emissions (Gg) Inland navigation +I-GHG-SF6 emissions (Gg) Other transportation +I-GHG-SF6 emissions (Gg) Residential and other sectors +I-GHG-SF6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-SF6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-SF6 emissions (Gg) Memo: International aviation +I-GHG-SF6 emissions (Gg) Memo: International navigation +I-GHG-SF6 emissions (Gg) Production of minerals +I-GHG-SF6 emissions (Gg) Cement production +I-GHG-SF6 emissions (Gg) Lime production +I-GHG-SF6 emissions (Gg) Production of chemicals +I-GHG-SF6 emissions (Gg) Production of metals +I-GHG-SF6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-SF6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-SF6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-SF6 emissions (Gg) Foam Blowing +I-GHG-SF6 emissions (Gg) Fire Extinguishers +I-GHG-SF6 emissions (Gg) Aerosols +I-GHG-SF6 emissions (Gg) F-gas as Solvent +I-GHG-SF6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-SF6 emissions (Gg) Electrical Equipment +I-GHG-SF6 emissions (Gg) Other F-gas use +I-GHG-SF6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-SF6 emissions (Gg) Solvent and other product use: paint +I-GHG-SF6 emissions (Gg) Solvent and other product use: degrease +I-GHG-SF6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-SF6 emissions (Gg) Solvent and other product use: other +I-GHG-SF6 emissions (Gg) Enteric fermentation +I-GHG-SF6 emissions (Gg) Manure management +I-GHG-SF6 emissions (Gg) Rice cultivation +I-GHG-SF6 emissions (Gg) Direct soil emissions +I-GHG-SF6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-SF6 emissions (Gg) Indirect N2O from agriculture +I-GHG-SF6 emissions (Gg) Other direct soil emissions +I-GHG-SF6 emissions (Gg) Savanna burning +I-GHG-SF6 emissions (Gg) Agricultural waste burning +I-GHG-SF6 emissions (Gg) Forest fires +I-GHG-SF6 emissions (Gg) Grassland fires +I-GHG-SF6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-SF6 emissions (Gg) Other vegetation fires +I-GHG-SF6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-SF6 emissions (Gg) Solid waste disposal on land +I-GHG-SF6 emissions (Gg) Wastewater handling +I-GHG-SF6 emissions (Gg) Waste incineration +I-GHG-SF6 emissions (Gg) Other waste handling +I-GHG-SF6 emissions (Gg) Fossil fuel fires +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-SF6 emissions (Gg) Other sources +I-GHG-NF3 emissions (Gg) Public electricity and heat production +I-GHG-NF3 emissions (Gg) Other Energy Industries +I-GHG-NF3 emissions (Gg) Manufacturing Industries and Construction +I-GHG-NF3 emissions (Gg) Domestic aviation +I-GHG-NF3 emissions (Gg) Road transportation +I-GHG-NF3 emissions (Gg) Rail transportation +I-GHG-NF3 emissions (Gg) Inland navigation +I-GHG-NF3 emissions (Gg) Other transportation +I-GHG-NF3 emissions (Gg) Residential and other sectors +I-GHG-NF3 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-NF3 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-NF3 emissions (Gg) Memo: International aviation +I-GHG-NF3 emissions (Gg) Memo: International navigation +I-GHG-NF3 emissions (Gg) Production of minerals +I-GHG-NF3 emissions (Gg) Cement production +I-GHG-NF3 emissions (Gg) Lime production +I-GHG-NF3 emissions (Gg) Production of chemicals +I-GHG-NF3 emissions (Gg) Production of metals +I-GHG-NF3 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-NF3 emissions (Gg) Production of halocarbons and SF6 +I-GHG-NF3 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-NF3 emissions (Gg) Foam Blowing +I-GHG-NF3 emissions (Gg) Fire Extinguishers +I-GHG-NF3 emissions (Gg) Aerosols +I-GHG-NF3 emissions (Gg) F-gas as Solvent +I-GHG-NF3 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-NF3 emissions (Gg) Electrical Equipment +I-GHG-NF3 emissions (Gg) Other F-gas use +I-GHG-NF3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-NF3 emissions (Gg) Solvent and other product use: paint +I-GHG-NF3 emissions (Gg) Solvent and other product use: degrease +I-GHG-NF3 emissions (Gg) Solvent and other product use: chemicals +I-GHG-NF3 emissions (Gg) Solvent and other product use: other +I-GHG-NF3 emissions (Gg) Enteric fermentation +I-GHG-NF3 emissions (Gg) Manure management +I-GHG-NF3 emissions (Gg) Rice cultivation +I-GHG-NF3 emissions (Gg) Direct soil emissions +I-GHG-NF3 emissions (Gg) Manure in pasture/range/paddock +I-GHG-NF3 emissions (Gg) Indirect N2O from agriculture +I-GHG-NF3 emissions (Gg) Other direct soil emissions +I-GHG-NF3 emissions (Gg) Savanna burning +I-GHG-NF3 emissions (Gg) Agricultural waste burning +I-GHG-NF3 emissions (Gg) Forest fires +I-GHG-NF3 emissions (Gg) Grassland fires +I-GHG-NF3 emissions (Gg) Decay of wetlands/peatlands +I-GHG-NF3 emissions (Gg) Other vegetation fires +I-GHG-NF3 emissions (Gg) Forest Fires-Post burn decay +I-GHG-NF3 emissions (Gg) Solid waste disposal on land +I-GHG-NF3 emissions (Gg) Wastewater handling +I-GHG-NF3 emissions (Gg) Waste incineration +I-GHG-NF3 emissions (Gg) Other waste handling +I-GHG-NF3 emissions (Gg) Fossil fuel fires +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-NF3 emissions (Gg) Other sources +I-HANPP emissions (Gg) Harvested primary crops +I-HANPP emissions (Gg) Harvested crop residues +I-HANPP emissions (Gg) Grazed biomass +I-HANPP emissions (Gg) Wood removals (fao) +I-AIR-CO emissions (Gg) Public electricity and heat production +I-AIR-CO emissions (Gg) Other Energy Industries +I-AIR-CO emissions (Gg) Manufacturing Industries and Construction +I-AIR-CO emissions (Gg) Domestic aviation +I-AIR-CO emissions (Gg) Road transportation +I-AIR-CO emissions (Gg) Rail transportation +I-AIR-CO emissions (Gg) Inland navigation +I-AIR-CO emissions (Gg) Other transportation +I-AIR-CO emissions (Gg) Residential and other sectors +I-AIR-CO emissions (Gg) Fugitive emissions from solid fuels +I-AIR-CO emissions (Gg) Fugitive emissions from oil and gas +I-AIR-CO emissions (Gg) Memo: International aviation +I-AIR-CO emissions (Gg) Memo: International navigation +I-AIR-CO emissions (Gg) Production of minerals +I-AIR-CO emissions (Gg) Cement production +I-AIR-CO emissions (Gg) Lime production +I-AIR-CO emissions (Gg) Production of chemicals +I-AIR-CO emissions (Gg) Production of metals +I-AIR-CO emissions (Gg) Production of pulp/paper/food/drink +I-AIR-CO emissions (Gg) Production of halocarbons and SF6 +I-AIR-CO emissions (Gg) Refrigeration and Air Conditioning +I-AIR-CO emissions (Gg) Foam Blowing +I-AIR-CO emissions (Gg) Fire Extinguishers +I-AIR-CO emissions (Gg) Aerosols +I-AIR-CO emissions (Gg) F-gas as Solvent +I-AIR-CO emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-CO emissions (Gg) Electrical Equipment +I-AIR-CO emissions (Gg) Other F-gas use +I-AIR-CO emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-CO emissions (Gg) Solvent and other product use: paint +I-AIR-CO emissions (Gg) Solvent and other product use: degrease +I-AIR-CO emissions (Gg) Solvent and other product use: chemicals +I-AIR-CO emissions (Gg) Solvent and other product use: other +I-AIR-CO emissions (Gg) Enteric fermentation +I-AIR-CO emissions (Gg) Manure management +I-AIR-CO emissions (Gg) Rice cultivation +I-AIR-CO emissions (Gg) Direct soil emissions +I-AIR-CO emissions (Gg) Manure in pasture/range/paddock +I-AIR-CO emissions (Gg) Indirect N2O from agriculture +I-AIR-CO emissions (Gg) Other direct soil emissions +I-AIR-CO emissions (Gg) Savanna burning +I-AIR-CO emissions (Gg) Agricultural waste burning +I-AIR-CO emissions (Gg) Forest fires +I-AIR-CO emissions (Gg) Grassland fires +I-AIR-CO emissions (Gg) Decay of wetlands/peatlands +I-AIR-CO emissions (Gg) Other vegetation fires +I-AIR-CO emissions (Gg) Forest Fires-Post burn decay +I-AIR-CO emissions (Gg) Solid waste disposal on land +I-AIR-CO emissions (Gg) Wastewater handling +I-AIR-CO emissions (Gg) Waste incineration +I-AIR-CO emissions (Gg) Other waste handling +I-AIR-CO emissions (Gg) Fossil fuel fires +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-CO emissions (Gg) Other sources +I-AIR-NOx emissions (Gg) Public electricity and heat production +I-AIR-NOx emissions (Gg) Other Energy Industries +I-AIR-NOx emissions (Gg) Manufacturing Industries and Construction +I-AIR-NOx emissions (Gg) Domestic aviation +I-AIR-NOx emissions (Gg) Road transportation +I-AIR-NOx emissions (Gg) Rail transportation +I-AIR-NOx emissions (Gg) Inland navigation +I-AIR-NOx emissions (Gg) Other transportation +I-AIR-NOx emissions (Gg) Residential and other sectors +I-AIR-NOx emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NOx emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NOx emissions (Gg) Memo: International aviation +I-AIR-NOx emissions (Gg) Memo: International navigation +I-AIR-NOx emissions (Gg) Production of minerals +I-AIR-NOx emissions (Gg) Cement production +I-AIR-NOx emissions (Gg) Lime production +I-AIR-NOx emissions (Gg) Production of chemicals +I-AIR-NOx emissions (Gg) Production of metals +I-AIR-NOx emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NOx emissions (Gg) Production of halocarbons and SF6 +I-AIR-NOx emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NOx emissions (Gg) Foam Blowing +I-AIR-NOx emissions (Gg) Fire Extinguishers +I-AIR-NOx emissions (Gg) Aerosols +I-AIR-NOx emissions (Gg) F-gas as Solvent +I-AIR-NOx emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NOx emissions (Gg) Electrical Equipment +I-AIR-NOx emissions (Gg) Other F-gas use +I-AIR-NOx emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NOx emissions (Gg) Solvent and other product use: paint +I-AIR-NOx emissions (Gg) Solvent and other product use: degrease +I-AIR-NOx emissions (Gg) Solvent and other product use: chemicals +I-AIR-NOx emissions (Gg) Solvent and other product use: other +I-AIR-NOx emissions (Gg) Enteric fermentation +I-AIR-NOx emissions (Gg) Manure management +I-AIR-NOx emissions (Gg) Rice cultivation +I-AIR-NOx emissions (Gg) Direct soil emissions +I-AIR-NOx emissions (Gg) Manure in pasture/range/paddock +I-AIR-NOx emissions (Gg) Indirect N2O from agriculture +I-AIR-NOx emissions (Gg) Other direct soil emissions +I-AIR-NOx emissions (Gg) Savanna burning +I-AIR-NOx emissions (Gg) Agricultural waste burning +I-AIR-NOx emissions (Gg) Forest fires +I-AIR-NOx emissions (Gg) Grassland fires +I-AIR-NOx emissions (Gg) Decay of wetlands/peatlands +I-AIR-NOx emissions (Gg) Other vegetation fires +I-AIR-NOx emissions (Gg) Forest Fires-Post burn decay +I-AIR-NOx emissions (Gg) Solid waste disposal on land +I-AIR-NOx emissions (Gg) Wastewater handling +I-AIR-NOx emissions (Gg) Waste incineration +I-AIR-NOx emissions (Gg) Other waste handling +I-AIR-NOx emissions (Gg) Fossil fuel fires +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NOx emissions (Gg) Other sources +I-AIR-NMVOC emissions (Gg) Public electricity and heat production +I-AIR-NMVOC emissions (Gg) Other Energy Industries +I-AIR-NMVOC emissions (Gg) Manufacturing Industries and Construction +I-AIR-NMVOC emissions (Gg) Domestic aviation +I-AIR-NMVOC emissions (Gg) Road transportation +I-AIR-NMVOC emissions (Gg) Rail transportation +I-AIR-NMVOC emissions (Gg) Inland navigation +I-AIR-NMVOC emissions (Gg) Other transportation +I-AIR-NMVOC emissions (Gg) Residential and other sectors +I-AIR-NMVOC emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NMVOC emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NMVOC emissions (Gg) Memo: International aviation +I-AIR-NMVOC emissions (Gg) Memo: International navigation +I-AIR-NMVOC emissions (Gg) Production of minerals +I-AIR-NMVOC emissions (Gg) Cement production +I-AIR-NMVOC emissions (Gg) Lime production +I-AIR-NMVOC emissions (Gg) Production of chemicals +I-AIR-NMVOC emissions (Gg) Production of metals +I-AIR-NMVOC emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NMVOC emissions (Gg) Production of halocarbons and SF6 +I-AIR-NMVOC emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NMVOC emissions (Gg) Foam Blowing +I-AIR-NMVOC emissions (Gg) Fire Extinguishers +I-AIR-NMVOC emissions (Gg) Aerosols +I-AIR-NMVOC emissions (Gg) F-gas as Solvent +I-AIR-NMVOC emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NMVOC emissions (Gg) Electrical Equipment +I-AIR-NMVOC emissions (Gg) Other F-gas use +I-AIR-NMVOC emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NMVOC emissions (Gg) Solvent and other product use: paint +I-AIR-NMVOC emissions (Gg) Solvent and other product use: degrease +I-AIR-NMVOC emissions (Gg) Solvent and other product use: chemicals +I-AIR-NMVOC emissions (Gg) Solvent and other product use: other +I-AIR-NMVOC emissions (Gg) Enteric fermentation +I-AIR-NMVOC emissions (Gg) Manure management +I-AIR-NMVOC emissions (Gg) Rice cultivation +I-AIR-NMVOC emissions (Gg) Direct soil emissions +I-AIR-NMVOC emissions (Gg) Manure in pasture/range/paddock +I-AIR-NMVOC emissions (Gg) Indirect N2O from agriculture +I-AIR-NMVOC emissions (Gg) Other direct soil emissions +I-AIR-NMVOC emissions (Gg) Savanna burning +I-AIR-NMVOC emissions (Gg) Agricultural waste burning +I-AIR-NMVOC emissions (Gg) Forest fires +I-AIR-NMVOC emissions (Gg) Grassland fires +I-AIR-NMVOC emissions (Gg) Decay of wetlands/peatlands +I-AIR-NMVOC emissions (Gg) Other vegetation fires +I-AIR-NMVOC emissions (Gg) Forest Fires-Post burn decay +I-AIR-NMVOC emissions (Gg) Solid waste disposal on land +I-AIR-NMVOC emissions (Gg) Wastewater handling +I-AIR-NMVOC emissions (Gg) Waste incineration +I-AIR-NMVOC emissions (Gg) Other waste handling +I-AIR-NMVOC emissions (Gg) Fossil fuel fires +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NMVOC emissions (Gg) Other sources +I-AIR-NH3 emissions (Gg) Public electricity and heat production +I-AIR-NH3 emissions (Gg) Other Energy Industries +I-AIR-NH3 emissions (Gg) Manufacturing Industries and Construction +I-AIR-NH3 emissions (Gg) Domestic aviation +I-AIR-NH3 emissions (Gg) Road transportation +I-AIR-NH3 emissions (Gg) Rail transportation +I-AIR-NH3 emissions (Gg) Inland navigation +I-AIR-NH3 emissions (Gg) Other transportation +I-AIR-NH3 emissions (Gg) Residential and other sectors +I-AIR-NH3 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NH3 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NH3 emissions (Gg) Memo: International aviation +I-AIR-NH3 emissions (Gg) Memo: International navigation +I-AIR-NH3 emissions (Gg) Production of minerals +I-AIR-NH3 emissions (Gg) Cement production +I-AIR-NH3 emissions (Gg) Lime production +I-AIR-NH3 emissions (Gg) Production of chemicals +I-AIR-NH3 emissions (Gg) Production of metals +I-AIR-NH3 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NH3 emissions (Gg) Production of halocarbons and SF6 +I-AIR-NH3 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NH3 emissions (Gg) Foam Blowing +I-AIR-NH3 emissions (Gg) Fire Extinguishers +I-AIR-NH3 emissions (Gg) Aerosols +I-AIR-NH3 emissions (Gg) F-gas as Solvent +I-AIR-NH3 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NH3 emissions (Gg) Electrical Equipment +I-AIR-NH3 emissions (Gg) Other F-gas use +I-AIR-NH3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NH3 emissions (Gg) Solvent and other product use: paint +I-AIR-NH3 emissions (Gg) Solvent and other product use: degrease +I-AIR-NH3 emissions (Gg) Solvent and other product use: chemicals +I-AIR-NH3 emissions (Gg) Solvent and other product use: other +I-AIR-NH3 emissions (Gg) Enteric fermentation +I-AIR-NH3 emissions (Gg) Manure management +I-AIR-NH3 emissions (Gg) Rice cultivation +I-AIR-NH3 emissions (Gg) Direct soil emissions +I-AIR-NH3 emissions (Gg) Manure in pasture/range/paddock +I-AIR-NH3 emissions (Gg) Indirect N2O from agriculture +I-AIR-NH3 emissions (Gg) Other direct soil emissions +I-AIR-NH3 emissions (Gg) Savanna burning +I-AIR-NH3 emissions (Gg) Agricultural waste burning +I-AIR-NH3 emissions (Gg) Forest fires +I-AIR-NH3 emissions (Gg) Grassland fires +I-AIR-NH3 emissions (Gg) Decay of wetlands/peatlands +I-AIR-NH3 emissions (Gg) Other vegetation fires +I-AIR-NH3 emissions (Gg) Forest Fires-Post burn decay +I-AIR-NH3 emissions (Gg) Solid waste disposal on land +I-AIR-NH3 emissions (Gg) Wastewater handling +I-AIR-NH3 emissions (Gg) Waste incineration +I-AIR-NH3 emissions (Gg) Other waste handling +I-AIR-NH3 emissions (Gg) Fossil fuel fires +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NH3 emissions (Gg) Other sources +I-AIR-SO2 emissions (Gg) Public electricity and heat production +I-AIR-SO2 emissions (Gg) Other Energy Industries +I-AIR-SO2 emissions (Gg) Manufacturing Industries and Construction +I-AIR-SO2 emissions (Gg) Domestic aviation +I-AIR-SO2 emissions (Gg) Road transportation +I-AIR-SO2 emissions (Gg) Rail transportation +I-AIR-SO2 emissions (Gg) Inland navigation +I-AIR-SO2 emissions (Gg) Other transportation +I-AIR-SO2 emissions (Gg) Residential and other sectors +I-AIR-SO2 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-SO2 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-SO2 emissions (Gg) Memo: International aviation +I-AIR-SO2 emissions (Gg) Memo: International navigation +I-AIR-SO2 emissions (Gg) Production of minerals +I-AIR-SO2 emissions (Gg) Cement production +I-AIR-SO2 emissions (Gg) Lime production +I-AIR-SO2 emissions (Gg) Production of chemicals +I-AIR-SO2 emissions (Gg) Production of metals +I-AIR-SO2 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-SO2 emissions (Gg) Production of halocarbons and SF6 +I-AIR-SO2 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-SO2 emissions (Gg) Foam Blowing +I-AIR-SO2 emissions (Gg) Fire Extinguishers +I-AIR-SO2 emissions (Gg) Aerosols +I-AIR-SO2 emissions (Gg) F-gas as Solvent +I-AIR-SO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-SO2 emissions (Gg) Electrical Equipment +I-AIR-SO2 emissions (Gg) Other F-gas use +I-AIR-SO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-SO2 emissions (Gg) Solvent and other product use: paint +I-AIR-SO2 emissions (Gg) Solvent and other product use: degrease +I-AIR-SO2 emissions (Gg) Solvent and other product use: chemicals +I-AIR-SO2 emissions (Gg) Solvent and other product use: other +I-AIR-SO2 emissions (Gg) Enteric fermentation +I-AIR-SO2 emissions (Gg) Manure management +I-AIR-SO2 emissions (Gg) Rice cultivation +I-AIR-SO2 emissions (Gg) Direct soil emissions +I-AIR-SO2 emissions (Gg) Manure in pasture/range/paddock +I-AIR-SO2 emissions (Gg) Indirect N2O from agriculture +I-AIR-SO2 emissions (Gg) Other direct soil emissions +I-AIR-SO2 emissions (Gg) Savanna burning +I-AIR-SO2 emissions (Gg) Agricultural waste burning +I-AIR-SO2 emissions (Gg) Forest fires +I-AIR-SO2 emissions (Gg) Grassland fires +I-AIR-SO2 emissions (Gg) Decay of wetlands/peatlands +I-AIR-SO2 emissions (Gg) Other vegetation fires +I-AIR-SO2 emissions (Gg) Forest Fires-Post burn decay +I-AIR-SO2 emissions (Gg) Solid waste disposal on land +I-AIR-SO2 emissions (Gg) Wastewater handling +I-AIR-SO2 emissions (Gg) Waste incineration +I-AIR-SO2 emissions (Gg) Other waste handling +I-AIR-SO2 emissions (Gg) Fossil fuel fires +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-SO2 emissions (Gg) Other sources +I-AIR-PM10 emissions (Gg) Public electricity and heat production +I-AIR-PM10 emissions (Gg) Other Energy Industries +I-AIR-PM10 emissions (Gg) Manufacturing Industries and Construction +I-AIR-PM10 emissions (Gg) Domestic aviation +I-AIR-PM10 emissions (Gg) Road transportation +I-AIR-PM10 emissions (Gg) Rail transportation +I-AIR-PM10 emissions (Gg) Inland navigation +I-AIR-PM10 emissions (Gg) Other transportation +I-AIR-PM10 emissions (Gg) Residential and other sectors +I-AIR-PM10 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-PM10 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-PM10 emissions (Gg) Memo: International aviation +I-AIR-PM10 emissions (Gg) Memo: International navigation +I-AIR-PM10 emissions (Gg) Production of minerals +I-AIR-PM10 emissions (Gg) Cement production +I-AIR-PM10 emissions (Gg) Lime production +I-AIR-PM10 emissions (Gg) Production of chemicals +I-AIR-PM10 emissions (Gg) Production of metals +I-AIR-PM10 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-PM10 emissions (Gg) Production of halocarbons and SF6 +I-AIR-PM10 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-PM10 emissions (Gg) Foam Blowing +I-AIR-PM10 emissions (Gg) Fire Extinguishers +I-AIR-PM10 emissions (Gg) Aerosols +I-AIR-PM10 emissions (Gg) F-gas as Solvent +I-AIR-PM10 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-PM10 emissions (Gg) Electrical Equipment +I-AIR-PM10 emissions (Gg) Other F-gas use +I-AIR-PM10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-PM10 emissions (Gg) Solvent and other product use: paint +I-AIR-PM10 emissions (Gg) Solvent and other product use: degrease +I-AIR-PM10 emissions (Gg) Solvent and other product use: chemicals +I-AIR-PM10 emissions (Gg) Solvent and other product use: other +I-AIR-PM10 emissions (Gg) Enteric fermentation +I-AIR-PM10 emissions (Gg) Manure management +I-AIR-PM10 emissions (Gg) Rice cultivation +I-AIR-PM10 emissions (Gg) Direct soil emissions +I-AIR-PM10 emissions (Gg) Manure in pasture/range/paddock +I-AIR-PM10 emissions (Gg) Indirect N2O from agriculture +I-AIR-PM10 emissions (Gg) Other direct soil emissions +I-AIR-PM10 emissions (Gg) Savanna burning +I-AIR-PM10 emissions (Gg) Agricultural waste burning +I-AIR-PM10 emissions (Gg) Forest fires +I-AIR-PM10 emissions (Gg) Grassland fires +I-AIR-PM10 emissions (Gg) Decay of wetlands/peatlands +I-AIR-PM10 emissions (Gg) Other vegetation fires +I-AIR-PM10 emissions (Gg) Forest Fires-Post burn decay +I-AIR-PM10 emissions (Gg) Solid waste disposal on land +I-AIR-PM10 emissions (Gg) Wastewater handling +I-AIR-PM10 emissions (Gg) Waste incineration +I-AIR-PM10 emissions (Gg) Other waste handling +I-AIR-PM10 emissions (Gg) Fossil fuel fires +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-PM10 emissions (Gg) Other sources +I-AIR-HCFC141b emissions (Gg) Public electricity and heat production +I-AIR-HCFC141b emissions (Gg) Other Energy Industries +I-AIR-HCFC141b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC141b emissions (Gg) Domestic aviation +I-AIR-HCFC141b emissions (Gg) Road transportation +I-AIR-HCFC141b emissions (Gg) Rail transportation +I-AIR-HCFC141b emissions (Gg) Inland navigation +I-AIR-HCFC141b emissions (Gg) Other transportation +I-AIR-HCFC141b emissions (Gg) Residential and other sectors +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC141b emissions (Gg) Memo: International aviation +I-AIR-HCFC141b emissions (Gg) Memo: International navigation +I-AIR-HCFC141b emissions (Gg) Production of minerals +I-AIR-HCFC141b emissions (Gg) Cement production +I-AIR-HCFC141b emissions (Gg) Lime production +I-AIR-HCFC141b emissions (Gg) Production of chemicals +I-AIR-HCFC141b emissions (Gg) Production of metals +I-AIR-HCFC141b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC141b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC141b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC141b emissions (Gg) Foam Blowing +I-AIR-HCFC141b emissions (Gg) Fire Extinguishers +I-AIR-HCFC141b emissions (Gg) Aerosols +I-AIR-HCFC141b emissions (Gg) F-gas as Solvent +I-AIR-HCFC141b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC141b emissions (Gg) Electrical Equipment +I-AIR-HCFC141b emissions (Gg) Other F-gas use +I-AIR-HCFC141b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC141b emissions (Gg) Enteric fermentation +I-AIR-HCFC141b emissions (Gg) Manure management +I-AIR-HCFC141b emissions (Gg) Rice cultivation +I-AIR-HCFC141b emissions (Gg) Direct soil emissions +I-AIR-HCFC141b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC141b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC141b emissions (Gg) Other direct soil emissions +I-AIR-HCFC141b emissions (Gg) Savanna burning +I-AIR-HCFC141b emissions (Gg) Agricultural waste burning +I-AIR-HCFC141b emissions (Gg) Forest fires +I-AIR-HCFC141b emissions (Gg) Grassland fires +I-AIR-HCFC141b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC141b emissions (Gg) Other vegetation fires +I-AIR-HCFC141b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC141b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC141b emissions (Gg) Wastewater handling +I-AIR-HCFC141b emissions (Gg) Waste incineration +I-AIR-HCFC141b emissions (Gg) Other waste handling +I-AIR-HCFC141b emissions (Gg) Fossil fuel fires +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC141b emissions (Gg) Other sources +I-AIR-HCFC142b emissions (Gg) Public electricity and heat production +I-AIR-HCFC142b emissions (Gg) Other Energy Industries +I-AIR-HCFC142b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC142b emissions (Gg) Domestic aviation +I-AIR-HCFC142b emissions (Gg) Road transportation +I-AIR-HCFC142b emissions (Gg) Rail transportation +I-AIR-HCFC142b emissions (Gg) Inland navigation +I-AIR-HCFC142b emissions (Gg) Other transportation +I-AIR-HCFC142b emissions (Gg) Residential and other sectors +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC142b emissions (Gg) Memo: International aviation +I-AIR-HCFC142b emissions (Gg) Memo: International navigation +I-AIR-HCFC142b emissions (Gg) Production of minerals +I-AIR-HCFC142b emissions (Gg) Cement production +I-AIR-HCFC142b emissions (Gg) Lime production +I-AIR-HCFC142b emissions (Gg) Production of chemicals +I-AIR-HCFC142b emissions (Gg) Production of metals +I-AIR-HCFC142b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC142b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC142b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC142b emissions (Gg) Foam Blowing +I-AIR-HCFC142b emissions (Gg) Fire Extinguishers +I-AIR-HCFC142b emissions (Gg) Aerosols +I-AIR-HCFC142b emissions (Gg) F-gas as Solvent +I-AIR-HCFC142b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC142b emissions (Gg) Electrical Equipment +I-AIR-HCFC142b emissions (Gg) Other F-gas use +I-AIR-HCFC142b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC142b emissions (Gg) Enteric fermentation +I-AIR-HCFC142b emissions (Gg) Manure management +I-AIR-HCFC142b emissions (Gg) Rice cultivation +I-AIR-HCFC142b emissions (Gg) Direct soil emissions +I-AIR-HCFC142b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC142b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC142b emissions (Gg) Other direct soil emissions +I-AIR-HCFC142b emissions (Gg) Savanna burning +I-AIR-HCFC142b emissions (Gg) Agricultural waste burning +I-AIR-HCFC142b emissions (Gg) Forest fires +I-AIR-HCFC142b emissions (Gg) Grassland fires +I-AIR-HCFC142b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC142b emissions (Gg) Other vegetation fires +I-AIR-HCFC142b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC142b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC142b emissions (Gg) Wastewater handling +I-AIR-HCFC142b emissions (Gg) Waste incineration +I-AIR-HCFC142b emissions (Gg) Other waste handling +I-AIR-HCFC142b emissions (Gg) Fossil fuel fires +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC142b emissions (Gg) Other sources +EFBUILT emissions (Gg) Total +EFCROPLAND emissions (Gg) Total +EFFISH emissions (Gg) Total +EFFOREST emissions (Gg) Total +EFGRAZING emissions (Gg) Total +WF emissions (Gg) -Deprecated Crop Water Use -Deprecated +WF emissions (Gg) -Deprecated Blue Water -Deprecated +WF emissions (Gg) -Deprecated Green Water -Deprecated +WF emissions (Gg) -Deprecated Grey Water -Deprecated +WF emissions (Gg) -Deprecated Total -Deprecated +Employment emissions (Gg) Male +Employment emissions (Gg) Female +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), including Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, including Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, including Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, including Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, including Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, including Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, including Biomass Burning Total +DEPRECATED Total emissions of CO2-e (Gg) Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF and biomass burning Total +DEPRECATED Total emissions of CO2 (Gg), excluding LULUCF Total +Value added, Total (000 USD) Total +Value added, from wages (000 USD) Total +Value added, from taxes (000 USD) Total +Value added, from subsidies (000 USD) Total +Value added from NOS (000 USD) Total +Value added from NMI (000 USD) Total +Value added from depreciation (000 USD) Total + DEPRECATED - Total energy use (TJ) Total +Dummy stressor, all 1s Total +Raw material inputs, itemized (t) A.999 - TOTAL +Raw material inputs, itemized (t) A.1.1.1 - Cereals +Raw material inputs, itemized (t) A.1.1.10 - Other crops +Raw material inputs, itemized (t) A.1.1.2 - Roots and tubers +Raw material inputs, itemized (t) A.1.1.3 - Sugar crops +Raw material inputs, itemized (t) A.1.1.4 - Pulses +Raw material inputs, itemized (t) A.1.1.5 - Nuts +Raw material inputs, itemized (t) A.1.1.6 - Oil bearing crops +Raw material inputs, itemized (t) A.1.1.7 - Vegetables +Raw material inputs, itemized (t) A.1.1.8 - Fruits +Raw material inputs, itemized (t) A.1.1.9 - Fibres +Raw material inputs, itemized (t) A.1.2.1 - Crop residues (used) +Raw material inputs, itemized (t) A.1.2.2.2 - Grazed biomass +Raw material inputs, itemized (t) A.1.3.1 - Timber (Industrial roundwood) +Raw material inputs, itemized (t) A.1.3.2 - Wood fuel and other extraction +Raw material inputs, itemized (t) A.2.1 - Iron Ores +Raw material inputs, itemized (t) A.2.2.1 - Copper ores - gross ore +Raw material inputs, itemized (t) A.2.2.2 - Nickel ores - gross ore +Raw material inputs, itemized (t) A.2.2.3 - Lead ores - gross ore +Raw material inputs, itemized (t) A.2.2.4 - Zinc ores - gross ore +Raw material inputs, itemized (t) A.2.2.5 - Tin ores - gross ore +Raw material inputs, itemized (t) A.2.2.6 - \Gold +Raw material inputs, itemized (t) A.2.2.7 - Bauxite and other aluminium ores - gross ore +Raw material inputs, itemized (t) A.2.2.8 - Uranium and thorium ores - gross ore +Raw material inputs, itemized (t) A.2.2.9 - Other metal ores - gross ore +Raw material inputs, itemized (t) A.3.1.1 - Ornamental or building stone +Raw material inputs, itemized (t) A.3.1.2 - Chalk and dolomite +Raw material inputs, itemized (t) A.3.1.4 - Chemical and fertilizer minerals +Raw material inputs, itemized (t) A.3.1.5 - Salt +Raw material inputs, itemized (t) A.3.1.6 - Other mining and quarrying products n.e.c +Raw material inputs, itemized (t) A.3.2 - Non-Metallic minerals - primarily construction +Raw material inputs, itemized (t) A.4.1.1 - Brown coal +Raw material inputs, itemized (t) A.4.1.2 - Hard coal +Raw material inputs, itemized (t) A.4.1.4 - Peat +Raw material inputs, itemized (t) A.4.2.1 - Crude oil and natural gas liquids +Raw material inputs, itemized (t) A.4.2.2 - Natural gas +Raw material inputs, total biomass (t) Total +Raw material inputs, total ores (t) Total +Raw material inputs, total construction material (t) Total +Raw material inputs, total fossil fuel (t) Total +Crop production, production by crop (t) abaca +Crop production, production by crop (t) agave +Crop production, production by crop (t) alfalfa +Crop production, production by crop (t) almond +Crop production, production by crop (t) aniseetc +Crop production, production by crop (t) apple +Crop production, production by crop (t) apricot +Crop production, production by crop (t) areca +Crop production, production by crop (t) artichoke +Crop production, production by crop (t) asparagus +Crop production, production by crop (t) avocado +Crop production, production by crop (t) bambara +Crop production, production by crop (t) banana +Crop production, production by crop (t) barley +Crop production, production by crop (t) bean +Crop production, production by crop (t) beetfor +Crop production, production by crop (t) berrynes +Crop production, production by crop (t) blueberry +Crop production, production by crop (t) brazil +Crop production, production by crop (t) broadbean +Crop production, production by crop (t) buckwheat +Crop production, production by crop (t) cabbage +Crop production, production by crop (t) cabbagefor +Crop production, production by crop (t) canaryseed +Crop production, production by crop (t) carob +Crop production, production by crop (t) carrot +Crop production, production by crop (t) carrotfor +Crop production, production by crop (t) cashew +Crop production, production by crop (t) cashewapple +Crop production, production by crop (t) cassava +Crop production, production by crop (t) castor +Crop production, production by crop (t) cauliflower +Crop production, production by crop (t) cerealnes +Crop production, production by crop (t) cherry +Crop production, production by crop (t) chestnut +Crop production, production by crop (t) chickpea +Crop production, production by crop (t) chicory +Crop production, production by crop (t) chilleetc +Crop production, production by crop (t) cinnamon +Crop production, production by crop (t) citrusnes +Crop production, production by crop (t) clove +Crop production, production by crop (t) clover +Crop production, production by crop (t) cocoa +Crop production, production by crop (t) coconut +Crop production, production by crop (t) coffee +Crop production, production by crop (t) cotton +Crop production, production by crop (t) cowpea +Crop production, production by crop (t) cranberry +Crop production, production by crop (t) cucumberetc +Crop production, production by crop (t) currant +Crop production, production by crop (t) date +Crop production, production by crop (t) eggplant +Crop production, production by crop (t) fibrenes +Crop production, production by crop (t) fig +Crop production, production by crop (t) flax +Crop production, production by crop (t) fonio +Crop production, production by crop (t) fornes +Crop production, production by crop (t) fruitnes +Crop production, production by crop (t) garlic +Crop production, production by crop (t) ginger +Crop production, production by crop (t) gooseberry +Crop production, production by crop (t) grape +Crop production, production by crop (t) grapefruitetc +Crop production, production by crop (t) grassnes +Crop production, production by crop (t) greenbean +Crop production, production by crop (t) greenbroadbean +Crop production, production by crop (t) greencorn +Crop production, production by crop (t) greenonion +Crop production, production by crop (t) greenpea +Crop production, production by crop (t) groundnut +Crop production, production by crop (t) hazelnut +Crop production, production by crop (t) hemp +Crop production, production by crop (t) hempseed +Crop production, production by crop (t) hop +Crop production, production by crop (t) jute +Crop production, production by crop (t) jutelikefiber +Crop production, production by crop (t) kapokfiber +Crop production, production by crop (t) kapokseed +Crop production, production by crop (t) karite +Crop production, production by crop (t) kiwi +Crop production, production by crop (t) kolanut +Crop production, production by crop (t) legumenes +Crop production, production by crop (t) lemonlime +Crop production, production by crop (t) lentil +Crop production, production by crop (t) lettuce +Crop production, production by crop (t) linseed +Crop production, production by crop (t) lupin +Crop production, production by crop (t) maize +Crop production, production by crop (t) maizefor +Crop production, production by crop (t) mango +Crop production, production by crop (t) mate +Crop production, production by crop (t) melonetc +Crop production, production by crop (t) melonseed +Crop production, production by crop (t) millet +Crop production, production by crop (t) mixedgrain +Crop production, production by crop (t) mixedgrass +Crop production, production by crop (t) mushroom +Crop production, production by crop (t) mustard +Crop production, production by crop (t) nutmeg +Crop production, production by crop (t) nutnes +Crop production, production by crop (t) oats +Crop production, production by crop (t) oilpalm +Crop production, production by crop (t) oilseedfor +Crop production, production by crop (t) oilseednes +Crop production, production by crop (t) okra +Crop production, production by crop (t) olive +Crop production, production by crop (t) onion +Crop production, production by crop (t) orange +Crop production, production by crop (t) papaya +Crop production, production by crop (t) pea +Crop production, production by crop (t) peachetc +Crop production, production by crop (t) pear +Crop production, production by crop (t) pepper +Crop production, production by crop (t) peppermint +Crop production, production by crop (t) persimmon +Crop production, production by crop (t) pigeonpea +Crop production, production by crop (t) pimento +Crop production, production by crop (t) pineapple +Crop production, production by crop (t) pistachio +Crop production, production by crop (t) plantain +Crop production, production by crop (t) plum +Crop production, production by crop (t) poppy +Crop production, production by crop (t) potato +Crop production, production by crop (t) pulsenes +Crop production, production by crop (t) pumpkinetc +Crop production, production by crop (t) pyrethrum +Crop production, production by crop (t) quince +Crop production, production by crop (t) quinoa +Crop production, production by crop (t) ramie +Crop production, production by crop (t) rapeseed +Crop production, production by crop (t) rasberry +Crop production, production by crop (t) rice +Crop production, production by crop (t) rootnes +Crop production, production by crop (t) rubber +Crop production, production by crop (t) rye +Crop production, production by crop (t) ryefor +Crop production, production by crop (t) safflower +Crop production, production by crop (t) sesame +Crop production, production by crop (t) sisal +Crop production, production by crop (t) sorghum +Crop production, production by crop (t) sorghumfor +Crop production, production by crop (t) sourcherry +Crop production, production by crop (t) soybean +Crop production, production by crop (t) spicenes +Crop production, production by crop (t) spinach +Crop production, production by crop (t) stonefruitnes +Crop production, production by crop (t) strawberry +Crop production, production by crop (t) stringbean +Crop production, production by crop (t) sugarbeet +Crop production, production by crop (t) sugarcane +Crop production, production by crop (t) sugarnes +Crop production, production by crop (t) sunflower +Crop production, production by crop (t) swedefor +Crop production, production by crop (t) sweetpotato +Crop production, production by crop (t) tangetc +Crop production, production by crop (t) taro +Crop production, production by crop (t) tea +Crop production, production by crop (t) tobacco +Crop production, production by crop (t) tomato +Crop production, production by crop (t) triticale +Crop production, production by crop (t) tropicalnes +Crop production, production by crop (t) tung +Crop production, production by crop (t) turnipfor +Crop production, production by crop (t) vanilla +Crop production, production by crop (t) vegetablenes +Crop production, production by crop (t) vegfor +Crop production, production by crop (t) vetch +Crop production, production by crop (t) walnut +Crop production, production by crop (t) watermelon +Crop production, production by crop (t) wheat +Crop production, production by crop (t) yam +Crop production, production by crop (t) yautia +Crop production, area per crop (ha) abaca +Crop production, area per crop (ha) agave +Crop production, area per crop (ha) alfalfa +Crop production, area per crop (ha) almond +Crop production, area per crop (ha) aniseetc +Crop production, area per crop (ha) apple +Crop production, area per crop (ha) apricot +Crop production, area per crop (ha) areca +Crop production, area per crop (ha) artichoke +Crop production, area per crop (ha) asparagus +Crop production, area per crop (ha) avocado +Crop production, area per crop (ha) bambara +Crop production, area per crop (ha) banana +Crop production, area per crop (ha) barley +Crop production, area per crop (ha) bean +Crop production, area per crop (ha) beetfor +Crop production, area per crop (ha) berrynes +Crop production, area per crop (ha) blueberry +Crop production, area per crop (ha) brazil +Crop production, area per crop (ha) broadbean +Crop production, area per crop (ha) buckwheat +Crop production, area per crop (ha) cabbage +Crop production, area per crop (ha) cabbagefor +Crop production, area per crop (ha) canaryseed +Crop production, area per crop (ha) carob +Crop production, area per crop (ha) carrot +Crop production, area per crop (ha) carrotfor +Crop production, area per crop (ha) cashew +Crop production, area per crop (ha) cashewapple +Crop production, area per crop (ha) cassava +Crop production, area per crop (ha) castor +Crop production, area per crop (ha) cauliflower +Crop production, area per crop (ha) cerealnes +Crop production, area per crop (ha) cherry +Crop production, area per crop (ha) chestnut +Crop production, area per crop (ha) chickpea +Crop production, area per crop (ha) chicory +Crop production, area per crop (ha) chilleetc +Crop production, area per crop (ha) cinnamon +Crop production, area per crop (ha) citrusnes +Crop production, area per crop (ha) clove +Crop production, area per crop (ha) clover +Crop production, area per crop (ha) cocoa +Crop production, area per crop (ha) coconut +Crop production, area per crop (ha) coffee +Crop production, area per crop (ha) cotton +Crop production, area per crop (ha) cowpea +Crop production, area per crop (ha) cranberry +Crop production, area per crop (ha) cucumberetc +Crop production, area per crop (ha) currant +Crop production, area per crop (ha) date +Crop production, area per crop (ha) eggplant +Crop production, area per crop (ha) fibrenes +Crop production, area per crop (ha) fig +Crop production, area per crop (ha) flax +Crop production, area per crop (ha) fonio +Crop production, area per crop (ha) fornes +Crop production, area per crop (ha) fruitnes +Crop production, area per crop (ha) garlic +Crop production, area per crop (ha) ginger +Crop production, area per crop (ha) gooseberry +Crop production, area per crop (ha) grape +Crop production, area per crop (ha) grapefruitetc +Crop production, area per crop (ha) grassnes +Crop production, area per crop (ha) greenbean +Crop production, area per crop (ha) greenbroadbean +Crop production, area per crop (ha) greencorn +Crop production, area per crop (ha) greenonion +Crop production, area per crop (ha) greenpea +Crop production, area per crop (ha) groundnut +Crop production, area per crop (ha) hazelnut +Crop production, area per crop (ha) hemp +Crop production, area per crop (ha) hempseed +Crop production, area per crop (ha) hop +Crop production, area per crop (ha) jute +Crop production, area per crop (ha) jutelikefiber +Crop production, area per crop (ha) kapokfiber +Crop production, area per crop (ha) kapokseed +Crop production, area per crop (ha) karite +Crop production, area per crop (ha) kiwi +Crop production, area per crop (ha) kolanut +Crop production, area per crop (ha) legumenes +Crop production, area per crop (ha) lemonlime +Crop production, area per crop (ha) lentil +Crop production, area per crop (ha) lettuce +Crop production, area per crop (ha) linseed +Crop production, area per crop (ha) lupin +Crop production, area per crop (ha) maize +Crop production, area per crop (ha) maizefor +Crop production, area per crop (ha) mango +Crop production, area per crop (ha) mate +Crop production, area per crop (ha) melonetc +Crop production, area per crop (ha) melonseed +Crop production, area per crop (ha) millet +Crop production, area per crop (ha) mixedgrain +Crop production, area per crop (ha) mixedgrass +Crop production, area per crop (ha) mushroom +Crop production, area per crop (ha) mustard +Crop production, area per crop (ha) nutmeg +Crop production, area per crop (ha) nutnes +Crop production, area per crop (ha) oats +Crop production, area per crop (ha) oilpalm +Crop production, area per crop (ha) oilseedfor +Crop production, area per crop (ha) oilseednes +Crop production, area per crop (ha) okra +Crop production, area per crop (ha) olive +Crop production, area per crop (ha) onion +Crop production, area per crop (ha) orange +Crop production, area per crop (ha) papaya +Crop production, area per crop (ha) pea +Crop production, area per crop (ha) peachetc +Crop production, area per crop (ha) pear +Crop production, area per crop (ha) pepper +Crop production, area per crop (ha) peppermint +Crop production, area per crop (ha) persimmon +Crop production, area per crop (ha) pigeonpea +Crop production, area per crop (ha) pimento +Crop production, area per crop (ha) pineapple +Crop production, area per crop (ha) pistachio +Crop production, area per crop (ha) plantain +Crop production, area per crop (ha) plum +Crop production, area per crop (ha) poppy +Crop production, area per crop (ha) potato +Crop production, area per crop (ha) pulsenes +Crop production, area per crop (ha) pumpkinetc +Crop production, area per crop (ha) pyrethrum +Crop production, area per crop (ha) quince +Crop production, area per crop (ha) quinoa +Crop production, area per crop (ha) ramie +Crop production, area per crop (ha) rapeseed +Crop production, area per crop (ha) rasberry +Crop production, area per crop (ha) rice +Crop production, area per crop (ha) rootnes +Crop production, area per crop (ha) rubber +Crop production, area per crop (ha) rye +Crop production, area per crop (ha) ryefor +Crop production, area per crop (ha) safflower +Crop production, area per crop (ha) sesame +Crop production, area per crop (ha) sisal +Crop production, area per crop (ha) sorghum +Crop production, area per crop (ha) sorghumfor +Crop production, area per crop (ha) sourcherry +Crop production, area per crop (ha) soybean +Crop production, area per crop (ha) spicenes +Crop production, area per crop (ha) spinach +Crop production, area per crop (ha) stonefruitnes +Crop production, area per crop (ha) strawberry +Crop production, area per crop (ha) stringbean +Crop production, area per crop (ha) sugarbeet +Crop production, area per crop (ha) sugarcane +Crop production, area per crop (ha) sugarnes +Crop production, area per crop (ha) sunflower +Crop production, area per crop (ha) swedefor +Crop production, area per crop (ha) sweetpotato +Crop production, area per crop (ha) tangetc +Crop production, area per crop (ha) taro +Crop production, area per crop (ha) tea +Crop production, area per crop (ha) tobacco +Crop production, area per crop (ha) tomato +Crop production, area per crop (ha) triticale +Crop production, area per crop (ha) tropicalnes +Crop production, area per crop (ha) tung +Crop production, area per crop (ha) turnipfor +Crop production, area per crop (ha) vanilla +Crop production, area per crop (ha) vegetablenes +Crop production, area per crop (ha) vegfor +Crop production, area per crop (ha) vetch +Crop production, area per crop (ha) walnut +Crop production, area per crop (ha) watermelon +Crop production, area per crop (ha) wheat +Crop production, area per crop (ha) yam +Crop production, area per crop (ha) yautia +Crop production, average yield per crop (hg/ha) abaca +Crop production, average yield per crop (hg/ha) agave +Crop production, average yield per crop (hg/ha) alfalfa +Crop production, average yield per crop (hg/ha) almond +Crop production, average yield per crop (hg/ha) aniseetc +Crop production, average yield per crop (hg/ha) apple +Crop production, average yield per crop (hg/ha) apricot +Crop production, average yield per crop (hg/ha) areca +Crop production, average yield per crop (hg/ha) artichoke +Crop production, average yield per crop (hg/ha) asparagus +Crop production, average yield per crop (hg/ha) avocado +Crop production, average yield per crop (hg/ha) bambara +Crop production, average yield per crop (hg/ha) banana +Crop production, average yield per crop (hg/ha) barley +Crop production, average yield per crop (hg/ha) bean +Crop production, average yield per crop (hg/ha) beetfor +Crop production, average yield per crop (hg/ha) berrynes +Crop production, average yield per crop (hg/ha) blueberry +Crop production, average yield per crop (hg/ha) brazil +Crop production, average yield per crop (hg/ha) broadbean +Crop production, average yield per crop (hg/ha) buckwheat +Crop production, average yield per crop (hg/ha) cabbage +Crop production, average yield per crop (hg/ha) cabbagefor +Crop production, average yield per crop (hg/ha) canaryseed +Crop production, average yield per crop (hg/ha) carob +Crop production, average yield per crop (hg/ha) carrot +Crop production, average yield per crop (hg/ha) carrotfor +Crop production, average yield per crop (hg/ha) cashew +Crop production, average yield per crop (hg/ha) cashewapple +Crop production, average yield per crop (hg/ha) cassava +Crop production, average yield per crop (hg/ha) castor +Crop production, average yield per crop (hg/ha) cauliflower +Crop production, average yield per crop (hg/ha) cerealnes +Crop production, average yield per crop (hg/ha) cherry +Crop production, average yield per crop (hg/ha) chestnut +Crop production, average yield per crop (hg/ha) chickpea +Crop production, average yield per crop (hg/ha) chicory +Crop production, average yield per crop (hg/ha) chilleetc +Crop production, average yield per crop (hg/ha) cinnamon +Crop production, average yield per crop (hg/ha) citrusnes +Crop production, average yield per crop (hg/ha) clove +Crop production, average yield per crop (hg/ha) clover +Crop production, average yield per crop (hg/ha) cocoa +Crop production, average yield per crop (hg/ha) coconut +Crop production, average yield per crop (hg/ha) coffee +Crop production, average yield per crop (hg/ha) cotton +Crop production, average yield per crop (hg/ha) cowpea +Crop production, average yield per crop (hg/ha) cranberry +Crop production, average yield per crop (hg/ha) cucumberetc +Crop production, average yield per crop (hg/ha) currant +Crop production, average yield per crop (hg/ha) date +Crop production, average yield per crop (hg/ha) eggplant +Crop production, average yield per crop (hg/ha) fibrenes +Crop production, average yield per crop (hg/ha) fig +Crop production, average yield per crop (hg/ha) flax +Crop production, average yield per crop (hg/ha) fonio +Crop production, average yield per crop (hg/ha) fornes +Crop production, average yield per crop (hg/ha) fruitnes +Crop production, average yield per crop (hg/ha) garlic +Crop production, average yield per crop (hg/ha) ginger +Crop production, average yield per crop (hg/ha) gooseberry +Crop production, average yield per crop (hg/ha) grape +Crop production, average yield per crop (hg/ha) grapefruitetc +Crop production, average yield per crop (hg/ha) grassnes +Crop production, average yield per crop (hg/ha) greenbean +Crop production, average yield per crop (hg/ha) greenbroadbean +Crop production, average yield per crop (hg/ha) greencorn +Crop production, average yield per crop (hg/ha) greenonion +Crop production, average yield per crop (hg/ha) greenpea +Crop production, average yield per crop (hg/ha) groundnut +Crop production, average yield per crop (hg/ha) hazelnut +Crop production, average yield per crop (hg/ha) hemp +Crop production, average yield per crop (hg/ha) hempseed +Crop production, average yield per crop (hg/ha) hop +Crop production, average yield per crop (hg/ha) jute +Crop production, average yield per crop (hg/ha) jutelikefiber +Crop production, average yield per crop (hg/ha) kapokfiber +Crop production, average yield per crop (hg/ha) kapokseed +Crop production, average yield per crop (hg/ha) karite +Crop production, average yield per crop (hg/ha) kiwi +Crop production, average yield per crop (hg/ha) kolanut +Crop production, average yield per crop (hg/ha) legumenes +Crop production, average yield per crop (hg/ha) lemonlime +Crop production, average yield per crop (hg/ha) lentil +Crop production, average yield per crop (hg/ha) lettuce +Crop production, average yield per crop (hg/ha) linseed +Crop production, average yield per crop (hg/ha) lupin +Crop production, average yield per crop (hg/ha) maize +Crop production, average yield per crop (hg/ha) maizefor +Crop production, average yield per crop (hg/ha) mango +Crop production, average yield per crop (hg/ha) mate +Crop production, average yield per crop (hg/ha) melonetc +Crop production, average yield per crop (hg/ha) melonseed +Crop production, average yield per crop (hg/ha) millet +Crop production, average yield per crop (hg/ha) mixedgrain +Crop production, average yield per crop (hg/ha) mixedgrass +Crop production, average yield per crop (hg/ha) mushroom +Crop production, average yield per crop (hg/ha) mustard +Crop production, average yield per crop (hg/ha) nutmeg +Crop production, average yield per crop (hg/ha) nutnes +Crop production, average yield per crop (hg/ha) oats +Crop production, average yield per crop (hg/ha) oilpalm +Crop production, average yield per crop (hg/ha) oilseedfor +Crop production, average yield per crop (hg/ha) oilseednes +Crop production, average yield per crop (hg/ha) okra +Crop production, average yield per crop (hg/ha) olive +Crop production, average yield per crop (hg/ha) onion +Crop production, average yield per crop (hg/ha) orange +Crop production, average yield per crop (hg/ha) papaya +Crop production, average yield per crop (hg/ha) pea +Crop production, average yield per crop (hg/ha) peachetc +Crop production, average yield per crop (hg/ha) pear +Crop production, average yield per crop (hg/ha) pepper +Crop production, average yield per crop (hg/ha) peppermint +Crop production, average yield per crop (hg/ha) persimmon +Crop production, average yield per crop (hg/ha) pigeonpea +Crop production, average yield per crop (hg/ha) pimento +Crop production, average yield per crop (hg/ha) pineapple +Crop production, average yield per crop (hg/ha) pistachio +Crop production, average yield per crop (hg/ha) plantain +Crop production, average yield per crop (hg/ha) plum +Crop production, average yield per crop (hg/ha) poppy +Crop production, average yield per crop (hg/ha) potato +Crop production, average yield per crop (hg/ha) pulsenes +Crop production, average yield per crop (hg/ha) pumpkinetc +Crop production, average yield per crop (hg/ha) pyrethrum +Crop production, average yield per crop (hg/ha) quince +Crop production, average yield per crop (hg/ha) quinoa +Crop production, average yield per crop (hg/ha) ramie +Crop production, average yield per crop (hg/ha) rapeseed +Crop production, average yield per crop (hg/ha) rasberry +Crop production, average yield per crop (hg/ha) rice +Crop production, average yield per crop (hg/ha) rootnes +Crop production, average yield per crop (hg/ha) rubber +Crop production, average yield per crop (hg/ha) rye +Crop production, average yield per crop (hg/ha) ryefor +Crop production, average yield per crop (hg/ha) safflower +Crop production, average yield per crop (hg/ha) sesame +Crop production, average yield per crop (hg/ha) sisal +Crop production, average yield per crop (hg/ha) sorghum +Crop production, average yield per crop (hg/ha) sorghumfor +Crop production, average yield per crop (hg/ha) sourcherry +Crop production, average yield per crop (hg/ha) soybean +Crop production, average yield per crop (hg/ha) spicenes +Crop production, average yield per crop (hg/ha) spinach +Crop production, average yield per crop (hg/ha) stonefruitnes +Crop production, average yield per crop (hg/ha) strawberry +Crop production, average yield per crop (hg/ha) stringbean +Crop production, average yield per crop (hg/ha) sugarbeet +Crop production, average yield per crop (hg/ha) sugarcane +Crop production, average yield per crop (hg/ha) sugarnes +Crop production, average yield per crop (hg/ha) sunflower +Crop production, average yield per crop (hg/ha) swedefor +Crop production, average yield per crop (hg/ha) sweetpotato +Crop production, average yield per crop (hg/ha) tangetc +Crop production, average yield per crop (hg/ha) taro +Crop production, average yield per crop (hg/ha) tea +Crop production, average yield per crop (hg/ha) tobacco +Crop production, average yield per crop (hg/ha) tomato +Crop production, average yield per crop (hg/ha) triticale +Crop production, average yield per crop (hg/ha) tropicalnes +Crop production, average yield per crop (hg/ha) tung +Crop production, average yield per crop (hg/ha) turnipfor +Crop production, average yield per crop (hg/ha) vanilla +Crop production, average yield per crop (hg/ha) vegetablenes +Crop production, average yield per crop (hg/ha) vegfor +Crop production, average yield per crop (hg/ha) vetch +Crop production, average yield per crop (hg/ha) walnut +Crop production, average yield per crop (hg/ha) watermelon +Crop production, average yield per crop (hg/ha) wheat +Crop production, average yield per crop (hg/ha) yam +Crop production, average yield per crop (hg/ha) yautia +Total cropland area (ha) Total +Total pasture area, per animal (ha) Horses +Total pasture area, per animal (ha) Cows +Total pasture area, per animal (ha) Pigs +Total pasture area, per animal (ha) Sheep +Total pasture area, per animal (ha) Goats +Total pasture area, per animal (ha) Poultry +NFertilizer emissions (kg) Total +PFertilizer emissions (kg) Total +NManure emissions (kg) Total +PManure emissions (kg) Total +N emissions from fertilizer and manure (kg) Total +P emissions from fertilizer and manure (kg) Total +Crop and pasture land, from FAO (1000 ha) Agricultural land +Crop and pasture land, from FAO (1000 ha) Agriculture +Crop and pasture land, from FAO (1000 ha) Agriculture area actually irrigated +Crop and pasture land, from FAO (1000 ha) Agriculture area certified organic +Crop and pasture land, from FAO (1000 ha) Agriculture area under organic agric. +Crop and pasture land, from FAO (1000 ha) Arable land +Crop and pasture land, from FAO (1000 ha) Coastal waters +Crop and pasture land, from FAO (1000 ha) Coastal waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Coastal waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Country area +Crop and pasture land, from FAO (1000 ha) Cropland +Crop and pasture land, from FAO (1000 ha) Cropland area actually irrigated +Crop and pasture land, from FAO (1000 ha) Cropland area certified organic +Crop and pasture land, from FAO (1000 ha) Cropland area under conservation tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under conventional tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under organic agric. +Crop and pasture land, from FAO (1000 ha) Cropland area under zero or no tillage +Crop and pasture land, from FAO (1000 ha) EEZ used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) EEZ used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Exclusive Economic Zone (EEZ) +Crop and pasture land, from FAO (1000 ha) Farm buildings & farmyards +Crop and pasture land, from FAO (1000 ha) Forest land +Crop and pasture land, from FAO (1000 ha) Forestry area actually irrigated +Crop and pasture land, from FAO (1000 ha) Inland waters +Crop and pasture land, from FAO (1000 ha) Inland waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Inland waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Land area +Crop and pasture land, from FAO (1000 ha) Land area actually irrigated +Crop and pasture land, from FAO (1000 ha) Land area equipped for irrigation +Crop and pasture land, from FAO (1000 ha) Land under perm. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under permanent crops +Crop and pasture land, from FAO (1000 ha) Land under protective cover +Crop and pasture land, from FAO (1000 ha) Land under temp. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under temporary crops +Crop and pasture land, from FAO (1000 ha) Land used for aquaculture +Crop and pasture land, from FAO (1000 ha) Land with temporary fallow +Crop and pasture land, from FAO (1000 ha) Naturally regenerating forest +Crop and pasture land, from FAO (1000 ha) Other land +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Cultivated +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Nat. growing +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area actually irrig. +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area certified organic +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area under organic agric. +Crop and pasture land, from FAO (1000 ha) Planted Forest +Crop and pasture land, from FAO (1000 ha) Primary Forest +Nitrogen emissions, itemzed (Gg) N2O (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) Total NFP (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NH3 (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NOx (Gg N) -All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) N exportable to water bodies (Gg N) - Ag and hhld waste water +DEPRECATED Water use by crops, total (m3) Total +DEPRECATED Water use, blue water (m3) Total +DEPRECATED Water use, green water (m3) Total +DEPRECATED Water use, grey water (m3) Total +DEPRECATED Water use, total (m3) Total +DEPRECATED Scarcity-weighted water use, for crops (m3) Total +DEPRECATED Scarcity-weighted water use, blue water (m3) Total +DEPRECATED Scarcity-weighted water use, green water (m3) Total +DEPRECATED Scarcity-weighted water use, grey water (m3) Total +DEPRECATED Scarcity-weighted water use, total (m3) Total +WFN: Water footprint of crop production* (Mm3/yr) - Green Total +WFN: Water footprint of crop production* (Mm3/yr) - Blue Total +WFN: Water footprint of crop production* (Mm3/yr) - Grey Total +WFN: Water footprint of grazing** (Mm3/yr) - Green Total +WFN: Water footprint of grazing** (Mm3/yr) - Blue Total +WFN: Water footprint of grazing** (Mm3/yr) - Grey Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Green Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Blue Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Grey Total +WFN: Water footprint of industrial production (Mm3/yr) - Green Total +WFN: Water footprint of industrial production (Mm3/yr) - Blue Total +WFN: Water footprint of industrial production (Mm3/yr) - Grey Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Green Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Blue Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Grey Total +WFN: Total water footprint (Mm3/yr) - Green Total +WFN: Total water footprint (Mm3/yr) - Blue Total +WFN: Total water footprint (Mm3/yr) - Grey Total +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|TOTALexcludingLULUCF|Gg +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg) using PRIMAPv2.1 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.1 Total +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.3|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.C|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.D|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.G|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.H|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|3.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|4|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|5|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|TOTALexcludingLULUCF|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG.ELV|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.C|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.D|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.G|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.H|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.C|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.D|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.G|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.H|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|3.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|4|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|5|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|TOTALexcludingLULUCF|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG.ELV|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|2|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|TOTALexcludingLULUCF|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|2|SF6 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|TOTALexcludingLULUCF|SF6 * gigagram / a +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg, AR4GWP100) using PRIMAPv2.4 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.4 Total +CO2 emissions (Gg) CDIACGgCO2FFuelCement from CDIAC Total +CO2 emissions (Gg) CDIACGgCO2Bunkers from CDIAC Total +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Buildings|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other industrial combustion|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other sectors|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Power Industry|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Transport|GgFossilCO2 +Total CO2 emissions (Gg) from EDGAR Total +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international aviation bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Coal +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Gas +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Oil +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international marine bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using purchasing power parities +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using exchange rates +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Population +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (Mtoe) +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (PJ) diff --git a/in/eora_io_data_2016/labels_T.txt b/in/eora_io_data_2016/labels_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84f00463d0ae6e4eb529e65aeb227d844c6391 --- /dev/null +++ b/in/eora_io_data_2016/labels_T.txt @@ -0,0 +1,4915 @@ +AFG AFG Industries Agriculture +AFG AFG Industries Fishing +AFG AFG Industries Mining and Quarrying +AFG AFG Industries Food & Beverages +AFG AFG Industries Textiles and Wearing Apparel +AFG AFG Industries Wood and Paper +AFG AFG Industries Petroleum, Chemical and Non-Metallic Mineral Products +AFG AFG Industries Metal Products +AFG AFG Industries Electrical and Machinery +AFG AFG Industries Transport Equipment +AFG AFG Industries Other Manufacturing +AFG AFG Industries Recycling +AFG AFG Industries Electricity, Gas and Water +AFG AFG Industries Construction +AFG AFG Industries Maintenance and Repair +AFG AFG Industries Wholesale Trade +AFG AFG Industries Retail Trade +AFG AFG Industries Hotels and Restraurants +AFG AFG Industries Transport +AFG AFG Industries Post and Telecommunications +AFG AFG Industries Finacial Intermediation and Business Activities +AFG AFG Industries Public Administration +AFG AFG Industries Education, Health and Other Services +AFG AFG Industries Private Households +AFG AFG Industries Others +AFG AFG Industries Re-export & Re-import +ALB ALB Industries Agriculture +ALB ALB Industries Fishing +ALB ALB Industries Mining and Quarrying +ALB ALB Industries Food & Beverages +ALB ALB Industries Textiles and Wearing Apparel +ALB ALB Industries Wood and Paper +ALB ALB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ALB ALB Industries Metal Products +ALB ALB Industries Electrical and Machinery +ALB ALB Industries Transport Equipment +ALB ALB Industries Other Manufacturing +ALB ALB Industries Recycling +ALB ALB Industries Electricity, Gas and Water +ALB ALB Industries Construction +ALB ALB Industries Maintenance and Repair +ALB ALB Industries Wholesale Trade +ALB ALB Industries Retail Trade +ALB ALB Industries Hotels and Restraurants +ALB ALB Industries Transport +ALB ALB Industries Post and Telecommunications +ALB ALB Industries Finacial Intermediation and Business Activities +ALB ALB Industries Public Administration +ALB ALB Industries Education, Health and Other Services +ALB ALB Industries Private Households +ALB ALB Industries Others +ALB ALB Industries Re-export & Re-import +DZA DZA Industries Agriculture +DZA DZA Industries Fishing +DZA DZA Industries Mining and Quarrying +DZA DZA Industries Food & Beverages +DZA DZA Industries Textiles and Wearing Apparel +DZA DZA Industries Wood and Paper +DZA DZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +DZA DZA Industries Metal Products +DZA DZA Industries Electrical and Machinery +DZA DZA Industries Transport Equipment +DZA DZA Industries Other Manufacturing +DZA DZA Industries Recycling +DZA DZA Industries Electricity, Gas and Water +DZA DZA Industries Construction +DZA DZA Industries Maintenance and Repair +DZA DZA Industries Wholesale Trade +DZA DZA Industries Retail Trade +DZA DZA Industries Hotels and Restraurants +DZA DZA Industries Transport +DZA DZA Industries Post and Telecommunications +DZA DZA Industries Finacial Intermediation and Business Activities +DZA DZA Industries Public Administration +DZA DZA Industries Education, Health and Other Services +DZA DZA Industries Private Households +DZA DZA Industries Others +DZA DZA Industries Re-export & Re-import +AND AND Industries Agriculture +AND AND Industries Fishing +AND AND Industries Mining and Quarrying +AND AND Industries Food & Beverages +AND AND Industries Textiles and Wearing Apparel +AND AND Industries Wood and Paper +AND AND Industries Petroleum, Chemical and Non-Metallic Mineral Products +AND AND Industries Metal Products +AND AND Industries Electrical and Machinery +AND AND Industries Transport Equipment +AND AND Industries Other Manufacturing +AND AND Industries Recycling +AND AND Industries Electricity, Gas and Water +AND AND Industries Construction +AND AND Industries Maintenance and Repair +AND AND Industries Wholesale Trade +AND AND Industries Retail Trade +AND AND Industries Hotels and Restraurants +AND AND Industries Transport +AND AND Industries Post and Telecommunications +AND AND Industries Finacial Intermediation and Business Activities +AND AND Industries Public Administration +AND AND Industries Education, Health and Other Services +AND AND Industries Private Households +AND AND Industries Others +AND AND Industries Re-export & Re-import +AGO AGO Industries Agriculture +AGO AGO Industries Fishing +AGO AGO Industries Mining and Quarrying +AGO AGO Industries Food & Beverages +AGO AGO Industries Textiles and Wearing Apparel +AGO AGO Industries Wood and Paper +AGO AGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +AGO AGO Industries Metal Products +AGO AGO Industries Electrical and Machinery +AGO AGO Industries Transport Equipment +AGO AGO Industries Other Manufacturing +AGO AGO Industries Recycling +AGO AGO Industries Electricity, Gas and Water +AGO AGO Industries Construction +AGO AGO Industries Maintenance and Repair +AGO AGO Industries Wholesale Trade +AGO AGO Industries Retail Trade +AGO AGO Industries Hotels and Restraurants +AGO AGO Industries Transport +AGO AGO Industries Post and Telecommunications +AGO AGO Industries Finacial Intermediation and Business Activities +AGO AGO Industries Public Administration +AGO AGO Industries Education, Health and Other Services +AGO AGO Industries Private Households +AGO AGO Industries Others +AGO AGO Industries Re-export & Re-import +ATG ATG Industries Agriculture +ATG ATG Industries Fishing +ATG ATG Industries Mining and Quarrying +ATG ATG Industries Food & Beverages +ATG ATG Industries Textiles and Wearing Apparel +ATG ATG Industries Wood and Paper +ATG ATG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ATG ATG Industries Metal Products +ATG ATG Industries Electrical and Machinery +ATG ATG Industries Transport Equipment +ATG ATG Industries Other Manufacturing +ATG ATG Industries Recycling +ATG ATG Industries Electricity, Gas and Water +ATG ATG Industries Construction +ATG ATG Industries Maintenance and Repair +ATG ATG Industries Wholesale Trade +ATG ATG Industries Retail Trade +ATG ATG Industries Hotels and Restraurants +ATG ATG Industries Transport +ATG ATG Industries Post and Telecommunications +ATG ATG Industries Finacial Intermediation and Business Activities +ATG ATG Industries Public Administration +ATG ATG Industries Education, Health and Other Services +ATG ATG Industries Private Households +ATG ATG Industries Others +ATG ATG Industries Re-export & Re-import +ARG ARG Industries Agriculture +ARG ARG Industries Fishing +ARG ARG Industries Mining and Quarrying +ARG ARG Industries Food & Beverages +ARG ARG Industries Textiles and Wearing Apparel +ARG ARG Industries Wood and Paper +ARG ARG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARG ARG Industries Metal Products +ARG ARG Industries Electrical and Machinery +ARG ARG Industries Transport Equipment +ARG ARG Industries Other Manufacturing +ARG ARG Industries Recycling +ARG ARG Industries Electricity, Gas and Water +ARG ARG Industries Construction +ARG ARG Industries Maintenance and Repair +ARG ARG Industries Wholesale Trade +ARG ARG Industries Retail Trade +ARG ARG Industries Hotels and Restraurants +ARG ARG Industries Transport +ARG ARG Industries Post and Telecommunications +ARG ARG Industries Finacial Intermediation and Business Activities +ARG ARG Industries Public Administration +ARG ARG Industries Education, Health and Other Services +ARG ARG Industries Private Households +ARG ARG Industries Others +ARG ARG Industries Re-export & Re-import +ARM ARM Industries Agriculture +ARM ARM Industries Fishing +ARM ARM Industries Mining and Quarrying +ARM ARM Industries Food & Beverages +ARM ARM Industries Textiles and Wearing Apparel +ARM ARM Industries Wood and Paper +ARM ARM Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARM ARM Industries Metal Products +ARM ARM Industries Electrical and Machinery +ARM ARM Industries Transport Equipment +ARM ARM Industries Other Manufacturing +ARM ARM Industries Recycling +ARM ARM Industries Electricity, Gas and Water +ARM ARM Industries Construction +ARM ARM Industries Maintenance and Repair +ARM ARM Industries Wholesale Trade +ARM ARM Industries Retail Trade +ARM ARM Industries Hotels and Restraurants +ARM ARM Industries Transport +ARM ARM Industries Post and Telecommunications +ARM ARM Industries Finacial Intermediation and Business Activities +ARM ARM Industries Public Administration +ARM ARM Industries Education, Health and Other Services +ARM ARM Industries Private Households +ARM ARM Industries Others +ARM ARM Industries Re-export & Re-import +ABW ABW Industries Agriculture +ABW ABW Industries Fishing +ABW ABW Industries Mining and Quarrying +ABW ABW Industries Food & Beverages +ABW ABW Industries Textiles and Wearing Apparel +ABW ABW Industries Wood and Paper +ABW ABW Industries Petroleum, Chemical and Non-Metallic Mineral Products +ABW ABW Industries Metal Products +ABW ABW Industries Electrical and Machinery +ABW ABW Industries Transport Equipment +ABW ABW Industries Other Manufacturing +ABW ABW Industries Recycling +ABW ABW Industries Electricity, Gas and Water +ABW ABW Industries Construction +ABW ABW Industries Maintenance and Repair +ABW ABW Industries Wholesale Trade +ABW ABW Industries Retail Trade +ABW ABW Industries Hotels and Restraurants +ABW ABW Industries Transport +ABW ABW Industries Post and Telecommunications +ABW ABW Industries Finacial Intermediation and Business Activities +ABW ABW Industries Public Administration +ABW ABW Industries Education, Health and Other Services +ABW ABW Industries Private Households +ABW ABW Industries Others +ABW ABW Industries Re-export & Re-import +AUS AUS Industries Agriculture +AUS AUS Industries Fishing +AUS AUS Industries Mining and Quarrying +AUS AUS Industries Food & Beverages +AUS AUS Industries Textiles and Wearing Apparel +AUS AUS Industries Wood and Paper +AUS AUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUS AUS Industries Metal Products +AUS AUS Industries Electrical and Machinery +AUS AUS Industries Transport Equipment +AUS AUS Industries Other Manufacturing +AUS AUS Industries Recycling +AUS AUS Industries Electricity, Gas and Water +AUS AUS Industries Construction +AUS AUS Industries Maintenance and Repair +AUS AUS Industries Wholesale Trade +AUS AUS Industries Retail Trade +AUS AUS Industries Hotels and Restraurants +AUS AUS Industries Transport +AUS AUS Industries Post and Telecommunications +AUS AUS Industries Finacial Intermediation and Business Activities +AUS AUS Industries Public Administration +AUS AUS Industries Education, Health and Other Services +AUS AUS Industries Private Households +AUS AUS Industries Others +AUS AUS Industries Re-export & Re-import +AUT AUT Industries Agriculture +AUT AUT Industries Fishing +AUT AUT Industries Mining and Quarrying +AUT AUT Industries Food & Beverages +AUT AUT Industries Textiles and Wearing Apparel +AUT AUT Industries Wood and Paper +AUT AUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUT AUT Industries Metal Products +AUT AUT Industries Electrical and Machinery +AUT AUT Industries Transport Equipment +AUT AUT Industries Other Manufacturing +AUT AUT Industries Recycling +AUT AUT Industries Electricity, Gas and Water +AUT AUT Industries Construction +AUT AUT Industries Maintenance and Repair +AUT AUT Industries Wholesale Trade +AUT AUT Industries Retail Trade +AUT AUT Industries Hotels and Restraurants +AUT AUT Industries Transport +AUT AUT Industries Post and Telecommunications +AUT AUT Industries Finacial Intermediation and Business Activities +AUT AUT Industries Public Administration +AUT AUT Industries Education, Health and Other Services +AUT AUT Industries Private Households +AUT AUT Industries Others +AUT AUT Industries Re-export & Re-import +AZE AZE Industries Agriculture +AZE AZE Industries Fishing +AZE AZE Industries Mining and Quarrying +AZE AZE Industries Food & Beverages +AZE AZE Industries Textiles and Wearing Apparel +AZE AZE Industries Wood and Paper +AZE AZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +AZE AZE Industries Metal Products +AZE AZE Industries Electrical and Machinery +AZE AZE Industries Transport Equipment +AZE AZE Industries Other Manufacturing +AZE AZE Industries Recycling +AZE AZE Industries Electricity, Gas and Water +AZE AZE Industries Construction +AZE AZE Industries Maintenance and Repair +AZE AZE Industries Wholesale Trade +AZE AZE Industries Retail Trade +AZE AZE Industries Hotels and Restraurants +AZE AZE Industries Transport +AZE AZE Industries Post and Telecommunications +AZE AZE Industries Finacial Intermediation and Business Activities +AZE AZE Industries Public Administration +AZE AZE Industries Education, Health and Other Services +AZE AZE Industries Private Households +AZE AZE Industries Others +AZE AZE Industries Re-export & Re-import +BHS BHS Industries Agriculture +BHS BHS Industries Fishing +BHS BHS Industries Mining and Quarrying +BHS BHS Industries Food & Beverages +BHS BHS Industries Textiles and Wearing Apparel +BHS BHS Industries Wood and Paper +BHS BHS Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHS BHS Industries Metal Products +BHS BHS Industries Electrical and Machinery +BHS BHS Industries Transport Equipment +BHS BHS Industries Other Manufacturing +BHS BHS Industries Recycling +BHS BHS Industries Electricity, Gas and Water +BHS BHS Industries Construction +BHS BHS Industries Maintenance and Repair +BHS BHS Industries Wholesale Trade +BHS BHS Industries Retail Trade +BHS BHS Industries Hotels and Restraurants +BHS BHS Industries Transport +BHS BHS Industries Post and Telecommunications +BHS BHS Industries Finacial Intermediation and Business Activities +BHS BHS Industries Public Administration +BHS BHS Industries Education, Health and Other Services +BHS BHS Industries Private Households +BHS BHS Industries Others +BHS BHS Industries Re-export & Re-import +BHR BHR Industries Agriculture +BHR BHR Industries Fishing +BHR BHR Industries Mining and Quarrying +BHR BHR Industries Food & Beverages +BHR BHR Industries Textiles and Wearing Apparel +BHR BHR Industries Wood and Paper +BHR BHR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHR BHR Industries Metal Products +BHR BHR Industries Electrical and Machinery +BHR BHR Industries Transport Equipment +BHR BHR Industries Other Manufacturing +BHR BHR Industries Recycling +BHR BHR Industries Electricity, Gas and Water +BHR BHR Industries Construction +BHR BHR Industries Maintenance and Repair +BHR BHR Industries Wholesale Trade +BHR BHR Industries Retail Trade +BHR BHR Industries Hotels and Restraurants +BHR BHR Industries Transport +BHR BHR Industries Post and Telecommunications +BHR BHR Industries Finacial Intermediation and Business Activities +BHR BHR Industries Public Administration +BHR BHR Industries Education, Health and Other Services +BHR BHR Industries Private Households +BHR BHR Industries Others +BHR BHR Industries Re-export & Re-import +BGD BGD Industries Agriculture +BGD BGD Industries Fishing +BGD BGD Industries Mining and Quarrying +BGD BGD Industries Food & Beverages +BGD BGD Industries Textiles and Wearing Apparel +BGD BGD Industries Wood and Paper +BGD BGD Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGD BGD Industries Metal Products +BGD BGD Industries Electrical and Machinery +BGD BGD Industries Transport Equipment +BGD BGD Industries Other Manufacturing +BGD BGD Industries Recycling +BGD BGD Industries Electricity, Gas and Water +BGD BGD Industries Construction +BGD BGD Industries Maintenance and Repair +BGD BGD Industries Wholesale Trade +BGD BGD Industries Retail Trade +BGD BGD Industries Hotels and Restraurants +BGD BGD Industries Transport +BGD BGD Industries Post and Telecommunications +BGD BGD Industries Finacial Intermediation and Business Activities +BGD BGD Industries Public Administration +BGD BGD Industries Education, Health and Other Services +BGD BGD Industries Private Households +BGD BGD Industries Others +BGD BGD Industries Re-export & Re-import +BRB BRB Industries Agriculture +BRB BRB Industries Fishing +BRB BRB Industries Mining and Quarrying +BRB BRB Industries Food & Beverages +BRB BRB Industries Textiles and Wearing Apparel +BRB BRB Industries Wood and Paper +BRB BRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRB BRB Industries Metal Products +BRB BRB Industries Electrical and Machinery +BRB BRB Industries Transport Equipment +BRB BRB Industries Other Manufacturing +BRB BRB Industries Recycling +BRB BRB Industries Electricity, Gas and Water +BRB BRB Industries Construction +BRB BRB Industries Maintenance and Repair +BRB BRB Industries Wholesale Trade +BRB BRB Industries Retail Trade +BRB BRB Industries Hotels and Restraurants +BRB BRB Industries Transport +BRB BRB Industries Post and Telecommunications +BRB BRB Industries Finacial Intermediation and Business Activities +BRB BRB Industries Public Administration +BRB BRB Industries Education, Health and Other Services +BRB BRB Industries Private Households +BRB BRB Industries Others +BRB BRB Industries Re-export & Re-import +BLR BLR Industries Agriculture +BLR BLR Industries Fishing +BLR BLR Industries Mining and Quarrying +BLR BLR Industries Food & Beverages +BLR BLR Industries Textiles and Wearing Apparel +BLR BLR Industries Wood and Paper +BLR BLR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLR BLR Industries Metal Products +BLR BLR Industries Electrical and Machinery +BLR BLR Industries Transport Equipment +BLR BLR Industries Other Manufacturing +BLR BLR Industries Recycling +BLR BLR Industries Electricity, Gas and Water +BLR BLR Industries Construction +BLR BLR Industries Maintenance and Repair +BLR BLR Industries Wholesale Trade +BLR BLR Industries Retail Trade +BLR BLR Industries Hotels and Restraurants +BLR BLR Industries Transport +BLR BLR Industries Post and Telecommunications +BLR BLR Industries Finacial Intermediation and Business Activities +BLR BLR Industries Public Administration +BLR BLR Industries Education, Health and Other Services +BLR BLR Industries Private Households +BLR BLR Industries Others +BLR BLR Industries Re-export & Re-import +BEL BEL Industries Agriculture +BEL BEL Industries Fishing +BEL BEL Industries Mining and Quarrying +BEL BEL Industries Food & Beverages +BEL BEL Industries Textiles and Wearing Apparel +BEL BEL Industries Wood and Paper +BEL BEL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEL BEL Industries Metal Products +BEL BEL Industries Electrical and Machinery +BEL BEL Industries Transport Equipment +BEL BEL Industries Other Manufacturing +BEL BEL Industries Recycling +BEL BEL Industries Electricity, Gas and Water +BEL BEL Industries Construction +BEL BEL Industries Maintenance and Repair +BEL BEL Industries Wholesale Trade +BEL BEL Industries Retail Trade +BEL BEL Industries Hotels and Restraurants +BEL BEL Industries Transport +BEL BEL Industries Post and Telecommunications +BEL BEL Industries Finacial Intermediation and Business Activities +BEL BEL Industries Public Administration +BEL BEL Industries Education, Health and Other Services +BEL BEL Industries Private Households +BEL BEL Industries Others +BEL BEL Industries Re-export & Re-import +BLZ BLZ Industries Agriculture +BLZ BLZ Industries Fishing +BLZ BLZ Industries Mining and Quarrying +BLZ BLZ Industries Food & Beverages +BLZ BLZ Industries Textiles and Wearing Apparel +BLZ BLZ Industries Wood and Paper +BLZ BLZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLZ BLZ Industries Metal Products +BLZ BLZ Industries Electrical and Machinery +BLZ BLZ Industries Transport Equipment +BLZ BLZ Industries Other Manufacturing +BLZ BLZ Industries Recycling +BLZ BLZ Industries Electricity, Gas and Water +BLZ BLZ Industries Construction +BLZ BLZ Industries Maintenance and Repair +BLZ BLZ Industries Wholesale Trade +BLZ BLZ Industries Retail Trade +BLZ BLZ Industries Hotels and Restraurants +BLZ BLZ Industries Transport +BLZ BLZ Industries Post and Telecommunications +BLZ BLZ Industries Finacial Intermediation and Business Activities +BLZ BLZ Industries Public Administration +BLZ BLZ Industries Education, Health and Other Services +BLZ BLZ Industries Private Households +BLZ BLZ Industries Others +BLZ BLZ Industries Re-export & Re-import +BEN BEN Industries Agriculture +BEN BEN Industries Fishing +BEN BEN Industries Mining and Quarrying +BEN BEN Industries Food & Beverages +BEN BEN Industries Textiles and Wearing Apparel +BEN BEN Industries Wood and Paper +BEN BEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEN BEN Industries Metal Products +BEN BEN Industries Electrical and Machinery +BEN BEN Industries Transport Equipment +BEN BEN Industries Other Manufacturing +BEN BEN Industries Recycling +BEN BEN Industries Electricity, Gas and Water +BEN BEN Industries Construction +BEN BEN Industries Maintenance and Repair +BEN BEN Industries Wholesale Trade +BEN BEN Industries Retail Trade +BEN BEN Industries Hotels and Restraurants +BEN BEN Industries Transport +BEN BEN Industries Post and Telecommunications +BEN BEN Industries Finacial Intermediation and Business Activities +BEN BEN Industries Public Administration +BEN BEN Industries Education, Health and Other Services +BEN BEN Industries Private Households +BEN BEN Industries Others +BEN BEN Industries Re-export & Re-import +BMU BMU Industries Agriculture +BMU BMU Industries Fishing +BMU BMU Industries Mining and Quarrying +BMU BMU Industries Food & Beverages +BMU BMU Industries Textiles and Wearing Apparel +BMU BMU Industries Wood and Paper +BMU BMU Industries Petroleum, Chemical and Non-Metallic Mineral Products +BMU BMU Industries Metal Products +BMU BMU Industries Electrical and Machinery +BMU BMU Industries Transport Equipment +BMU BMU Industries Other Manufacturing +BMU BMU Industries Recycling +BMU BMU Industries Electricity, Gas and Water +BMU BMU Industries Construction +BMU BMU Industries Maintenance and Repair +BMU BMU Industries Wholesale Trade +BMU BMU Industries Retail Trade +BMU BMU Industries Hotels and Restraurants +BMU BMU Industries Transport +BMU BMU Industries Post and Telecommunications +BMU BMU Industries Finacial Intermediation and Business Activities +BMU BMU Industries Public Administration +BMU BMU Industries Education, Health and Other Services +BMU BMU Industries Private Households +BMU BMU Industries Others +BMU BMU Industries Re-export & Re-import +BTN BTN Industries Agriculture +BTN BTN Industries Fishing +BTN BTN Industries Mining and Quarrying +BTN BTN Industries Food & Beverages +BTN BTN Industries Textiles and Wearing Apparel +BTN BTN Industries Wood and Paper +BTN BTN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BTN BTN Industries Metal Products +BTN BTN Industries Electrical and Machinery +BTN BTN Industries Transport Equipment +BTN BTN Industries Other Manufacturing +BTN BTN Industries Recycling +BTN BTN Industries Electricity, Gas and Water +BTN BTN Industries Construction +BTN BTN Industries Maintenance and Repair +BTN BTN Industries Wholesale Trade +BTN BTN Industries Retail Trade +BTN BTN Industries Hotels and Restraurants +BTN BTN Industries Transport +BTN BTN Industries Post and Telecommunications +BTN BTN Industries Finacial Intermediation and Business Activities +BTN BTN Industries Public Administration +BTN BTN Industries Education, Health and Other Services +BTN BTN Industries Private Households +BTN BTN Industries Others +BTN BTN Industries Re-export & Re-import +BOL BOL Industries Agriculture +BOL BOL Industries Fishing +BOL BOL Industries Mining and Quarrying +BOL BOL Industries Food & Beverages +BOL BOL Industries Textiles and Wearing Apparel +BOL BOL Industries Wood and Paper +BOL BOL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BOL BOL Industries Metal Products +BOL BOL Industries Electrical and Machinery +BOL BOL Industries Transport Equipment +BOL BOL Industries Other Manufacturing +BOL BOL Industries Recycling +BOL BOL Industries Electricity, Gas and Water +BOL BOL Industries Construction +BOL BOL Industries Maintenance and Repair +BOL BOL Industries Wholesale Trade +BOL BOL Industries Retail Trade +BOL BOL Industries Hotels and Restraurants +BOL BOL Industries Transport +BOL BOL Industries Post and Telecommunications +BOL BOL Industries Finacial Intermediation and Business Activities +BOL BOL Industries Public Administration +BOL BOL Industries Education, Health and Other Services +BOL BOL Industries Private Households +BOL BOL Industries Others +BOL BOL Industries Re-export & Re-import +BIH BIH Industries Agriculture +BIH BIH Industries Fishing +BIH BIH Industries Mining and Quarrying +BIH BIH Industries Food & Beverages +BIH BIH Industries Textiles and Wearing Apparel +BIH BIH Industries Wood and Paper +BIH BIH Industries Petroleum, Chemical and Non-Metallic Mineral Products +BIH BIH Industries Metal Products +BIH BIH Industries Electrical and Machinery +BIH BIH Industries Transport Equipment +BIH BIH Industries Other Manufacturing +BIH BIH Industries Recycling +BIH BIH Industries Electricity, Gas and Water +BIH BIH Industries Construction +BIH BIH Industries Maintenance and Repair +BIH BIH Industries Wholesale Trade +BIH BIH Industries Retail Trade +BIH BIH Industries Hotels and Restraurants +BIH BIH Industries Transport +BIH BIH Industries Post and Telecommunications +BIH BIH Industries Finacial Intermediation and Business Activities +BIH BIH Industries Public Administration +BIH BIH Industries Education, Health and Other Services +BIH BIH Industries Private Households +BIH BIH Industries Others +BIH BIH Industries Re-export & Re-import +BWA BWA Industries Agriculture +BWA BWA Industries Fishing +BWA BWA Industries Mining and Quarrying +BWA BWA Industries Food & Beverages +BWA BWA Industries Textiles and Wearing Apparel +BWA BWA Industries Wood and Paper +BWA BWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BWA BWA Industries Metal Products +BWA BWA Industries Electrical and Machinery +BWA BWA Industries Transport Equipment +BWA BWA Industries Other Manufacturing +BWA BWA Industries Recycling +BWA BWA Industries Electricity, Gas and Water +BWA BWA Industries Construction +BWA BWA Industries Maintenance and Repair +BWA BWA Industries Wholesale Trade +BWA BWA Industries Retail Trade +BWA BWA Industries Hotels and Restraurants +BWA BWA Industries Transport +BWA BWA Industries Post and Telecommunications +BWA BWA Industries Finacial Intermediation and Business Activities +BWA BWA Industries Public Administration +BWA BWA Industries Education, Health and Other Services +BWA BWA Industries Private Households +BWA BWA Industries Others +BWA BWA Industries Re-export & Re-import +BRA BRA Industries Agriculture +BRA BRA Industries Fishing +BRA BRA Industries Mining and Quarrying +BRA BRA Industries Food & Beverages +BRA BRA Industries Textiles and Wearing Apparel +BRA BRA Industries Wood and Paper +BRA BRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRA BRA Industries Metal Products +BRA BRA Industries Electrical and Machinery +BRA BRA Industries Transport Equipment +BRA BRA Industries Other Manufacturing +BRA BRA Industries Recycling +BRA BRA Industries Electricity, Gas and Water +BRA BRA Industries Construction +BRA BRA Industries Maintenance and Repair +BRA BRA Industries Wholesale Trade +BRA BRA Industries Retail Trade +BRA BRA Industries Hotels and Restraurants +BRA BRA Industries Transport +BRA BRA Industries Post and Telecommunications +BRA BRA Industries Finacial Intermediation and Business Activities +BRA BRA Industries Public Administration +BRA BRA Industries Education, Health and Other Services +BRA BRA Industries Private Households +BRA BRA Industries Others +BRA BRA Industries Re-export & Re-import +VGB VGB Industries Agriculture +VGB VGB Industries Fishing +VGB VGB Industries Mining and Quarrying +VGB VGB Industries Food & Beverages +VGB VGB Industries Textiles and Wearing Apparel +VGB VGB Industries Wood and Paper +VGB VGB Industries Petroleum, Chemical and Non-Metallic Mineral Products +VGB VGB Industries Metal Products +VGB VGB Industries Electrical and Machinery +VGB VGB Industries Transport Equipment +VGB VGB Industries Other Manufacturing +VGB VGB Industries Recycling +VGB VGB Industries Electricity, Gas and Water +VGB VGB Industries Construction +VGB VGB Industries Maintenance and Repair +VGB VGB Industries Wholesale Trade +VGB VGB Industries Retail Trade +VGB VGB Industries Hotels and Restraurants +VGB VGB Industries Transport +VGB VGB Industries Post and Telecommunications +VGB VGB Industries Finacial Intermediation and Business Activities +VGB VGB Industries Public Administration +VGB VGB Industries Education, Health and Other Services +VGB VGB Industries Private Households +VGB VGB Industries Others +VGB VGB Industries Re-export & Re-import +BRN BRN Industries Agriculture +BRN BRN Industries Fishing +BRN BRN Industries Mining and Quarrying +BRN BRN Industries Food & Beverages +BRN BRN Industries Textiles and Wearing Apparel +BRN BRN Industries Wood and Paper +BRN BRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRN BRN Industries Metal Products +BRN BRN Industries Electrical and Machinery +BRN BRN Industries Transport Equipment +BRN BRN Industries Other Manufacturing +BRN BRN Industries Recycling +BRN BRN Industries Electricity, Gas and Water +BRN BRN Industries Construction +BRN BRN Industries Maintenance and Repair +BRN BRN Industries Wholesale Trade +BRN BRN Industries Retail Trade +BRN BRN Industries Hotels and Restraurants +BRN BRN Industries Transport +BRN BRN Industries Post and Telecommunications +BRN BRN Industries Finacial Intermediation and Business Activities +BRN BRN Industries Public Administration +BRN BRN Industries Education, Health and Other Services +BRN BRN Industries Private Households +BRN BRN Industries Others +BRN BRN Industries Re-export & Re-import +BGR BGR Industries Agriculture +BGR BGR Industries Fishing +BGR BGR Industries Mining and Quarrying +BGR BGR Industries Food & Beverages +BGR BGR Industries Textiles and Wearing Apparel +BGR BGR Industries Wood and Paper +BGR BGR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGR BGR Industries Metal Products +BGR BGR Industries Electrical and Machinery +BGR BGR Industries Transport Equipment +BGR BGR Industries Other Manufacturing +BGR BGR Industries Recycling +BGR BGR Industries Electricity, Gas and Water +BGR BGR Industries Construction +BGR BGR Industries Maintenance and Repair +BGR BGR Industries Wholesale Trade +BGR BGR Industries Retail Trade +BGR BGR Industries Hotels and Restraurants +BGR BGR Industries Transport +BGR BGR Industries Post and Telecommunications +BGR BGR Industries Finacial Intermediation and Business Activities +BGR BGR Industries Public Administration +BGR BGR Industries Education, Health and Other Services +BGR BGR Industries Private Households +BGR BGR Industries Others +BGR BGR Industries Re-export & Re-import +BFA BFA Industries Agriculture +BFA BFA Industries Fishing +BFA BFA Industries Mining and Quarrying +BFA BFA Industries Food & Beverages +BFA BFA Industries Textiles and Wearing Apparel +BFA BFA Industries Wood and Paper +BFA BFA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BFA BFA Industries Metal Products +BFA BFA Industries Electrical and Machinery +BFA BFA Industries Transport Equipment +BFA BFA Industries Other Manufacturing +BFA BFA Industries Recycling +BFA BFA Industries Electricity, Gas and Water +BFA BFA Industries Construction +BFA BFA Industries Maintenance and Repair +BFA BFA Industries Wholesale Trade +BFA BFA Industries Retail Trade +BFA BFA Industries Hotels and Restraurants +BFA BFA Industries Transport +BFA BFA Industries Post and Telecommunications +BFA BFA Industries Finacial Intermediation and Business Activities +BFA BFA Industries Public Administration +BFA BFA Industries Education, Health and Other Services +BFA BFA Industries Private Households +BFA BFA Industries Others +BFA BFA Industries Re-export & Re-import +BDI BDI Industries Agriculture +BDI BDI Industries Fishing +BDI BDI Industries Mining and Quarrying +BDI BDI Industries Food & Beverages +BDI BDI Industries Textiles and Wearing Apparel +BDI BDI Industries Wood and Paper +BDI BDI Industries Petroleum, Chemical and Non-Metallic Mineral Products +BDI BDI Industries Metal Products +BDI BDI Industries Electrical and Machinery +BDI BDI Industries Transport Equipment +BDI BDI Industries Other Manufacturing +BDI BDI Industries Recycling +BDI BDI Industries Electricity, Gas and Water +BDI BDI Industries Construction +BDI BDI Industries Maintenance and Repair +BDI BDI Industries Wholesale Trade +BDI BDI Industries Retail Trade +BDI BDI Industries Hotels and Restraurants +BDI BDI Industries Transport +BDI BDI Industries Post and Telecommunications +BDI BDI Industries Finacial Intermediation and Business Activities +BDI BDI Industries Public Administration +BDI BDI Industries Education, Health and Other Services +BDI BDI Industries Private Households +BDI BDI Industries Others +BDI BDI Industries Re-export & Re-import +KHM KHM Industries Agriculture +KHM KHM Industries Fishing +KHM KHM Industries Mining and Quarrying +KHM KHM Industries Food & Beverages +KHM KHM Industries Textiles and Wearing Apparel +KHM KHM Industries Wood and Paper +KHM KHM Industries Petroleum, Chemical and Non-Metallic Mineral Products +KHM KHM Industries Metal Products +KHM KHM Industries Electrical and Machinery +KHM KHM Industries Transport Equipment +KHM KHM Industries Other Manufacturing +KHM KHM Industries Recycling +KHM KHM Industries Electricity, Gas and Water +KHM KHM Industries Construction +KHM KHM Industries Maintenance and Repair +KHM KHM Industries Wholesale Trade +KHM KHM Industries Retail Trade +KHM KHM Industries Hotels and Restraurants +KHM KHM Industries Transport +KHM KHM Industries Post and Telecommunications +KHM KHM Industries Finacial Intermediation and Business Activities +KHM KHM Industries Public Administration +KHM KHM Industries Education, Health and Other Services +KHM KHM Industries Private Households +KHM KHM Industries Others +KHM KHM Industries Re-export & Re-import +CMR CMR Industries Agriculture +CMR CMR Industries Fishing +CMR CMR Industries Mining and Quarrying +CMR CMR Industries Food & Beverages +CMR CMR Industries Textiles and Wearing Apparel +CMR CMR Industries Wood and Paper +CMR CMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +CMR CMR Industries Metal Products +CMR CMR Industries Electrical and Machinery +CMR CMR Industries Transport Equipment +CMR CMR Industries Other Manufacturing +CMR CMR Industries Recycling +CMR CMR Industries Electricity, Gas and Water +CMR CMR Industries Construction +CMR CMR Industries Maintenance and Repair +CMR CMR Industries Wholesale Trade +CMR CMR Industries Retail Trade +CMR CMR Industries Hotels and Restraurants +CMR CMR Industries Transport +CMR CMR Industries Post and Telecommunications +CMR CMR Industries Finacial Intermediation and Business Activities +CMR CMR Industries Public Administration +CMR CMR Industries Education, Health and Other Services +CMR CMR Industries Private Households +CMR CMR Industries Others +CMR CMR Industries Re-export & Re-import +CAN CAN Industries Agriculture +CAN CAN Industries Fishing +CAN CAN Industries Mining and Quarrying +CAN CAN Industries Food & Beverages +CAN CAN Industries Textiles and Wearing Apparel +CAN CAN Industries Wood and Paper +CAN CAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAN CAN Industries Metal Products +CAN CAN Industries Electrical and Machinery +CAN CAN Industries Transport Equipment +CAN CAN Industries Other Manufacturing +CAN CAN Industries Recycling +CAN CAN Industries Electricity, Gas and Water +CAN CAN Industries Construction +CAN CAN Industries Maintenance and Repair +CAN CAN Industries Wholesale Trade +CAN CAN Industries Retail Trade +CAN CAN Industries Hotels and Restraurants +CAN CAN Industries Transport +CAN CAN Industries Post and Telecommunications +CAN CAN Industries Finacial Intermediation and Business Activities +CAN CAN Industries Public Administration +CAN CAN Industries Education, Health and Other Services +CAN CAN Industries Private Households +CAN CAN Industries Others +CAN CAN Industries Re-export & Re-import +CPV CPV Industries Agriculture +CPV CPV Industries Fishing +CPV CPV Industries Mining and Quarrying +CPV CPV Industries Food & Beverages +CPV CPV Industries Textiles and Wearing Apparel +CPV CPV Industries Wood and Paper +CPV CPV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CPV CPV Industries Metal Products +CPV CPV Industries Electrical and Machinery +CPV CPV Industries Transport Equipment +CPV CPV Industries Other Manufacturing +CPV CPV Industries Recycling +CPV CPV Industries Electricity, Gas and Water +CPV CPV Industries Construction +CPV CPV Industries Maintenance and Repair +CPV CPV Industries Wholesale Trade +CPV CPV Industries Retail Trade +CPV CPV Industries Hotels and Restraurants +CPV CPV Industries Transport +CPV CPV Industries Post and Telecommunications +CPV CPV Industries Finacial Intermediation and Business Activities +CPV CPV Industries Public Administration +CPV CPV Industries Education, Health and Other Services +CPV CPV Industries Private Households +CPV CPV Industries Others +CPV CPV Industries Re-export & Re-import +CYM CYM Industries Agriculture +CYM CYM Industries Fishing +CYM CYM Industries Mining and Quarrying +CYM CYM Industries Food & Beverages +CYM CYM Industries Textiles and Wearing Apparel +CYM CYM Industries Wood and Paper +CYM CYM Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYM CYM Industries Metal Products +CYM CYM Industries Electrical and Machinery +CYM CYM Industries Transport Equipment +CYM CYM Industries Other Manufacturing +CYM CYM Industries Recycling +CYM CYM Industries Electricity, Gas and Water +CYM CYM Industries Construction +CYM CYM Industries Maintenance and Repair +CYM CYM Industries Wholesale Trade +CYM CYM Industries Retail Trade +CYM CYM Industries Hotels and Restraurants +CYM CYM Industries Transport +CYM CYM Industries Post and Telecommunications +CYM CYM Industries Finacial Intermediation and Business Activities +CYM CYM Industries Public Administration +CYM CYM Industries Education, Health and Other Services +CYM CYM Industries Private Households +CYM CYM Industries Others +CYM CYM Industries Re-export & Re-import +CAF CAF Industries Agriculture +CAF CAF Industries Fishing +CAF CAF Industries Mining and Quarrying +CAF CAF Industries Food & Beverages +CAF CAF Industries Textiles and Wearing Apparel +CAF CAF Industries Wood and Paper +CAF CAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAF CAF Industries Metal Products +CAF CAF Industries Electrical and Machinery +CAF CAF Industries Transport Equipment +CAF CAF Industries Other Manufacturing +CAF CAF Industries Recycling +CAF CAF Industries Electricity, Gas and Water +CAF CAF Industries Construction +CAF CAF Industries Maintenance and Repair +CAF CAF Industries Wholesale Trade +CAF CAF Industries Retail Trade +CAF CAF Industries Hotels and Restraurants +CAF CAF Industries Transport +CAF CAF Industries Post and Telecommunications +CAF CAF Industries Finacial Intermediation and Business Activities +CAF CAF Industries Public Administration +CAF CAF Industries Education, Health and Other Services +CAF CAF Industries Private Households +CAF CAF Industries Others +CAF CAF Industries Re-export & Re-import +TCD TCD Industries Agriculture +TCD TCD Industries Fishing +TCD TCD Industries Mining and Quarrying +TCD TCD Industries Food & Beverages +TCD TCD Industries Textiles and Wearing Apparel +TCD TCD Industries Wood and Paper +TCD TCD Industries Petroleum, Chemical and Non-Metallic Mineral Products +TCD TCD Industries Metal Products +TCD TCD Industries Electrical and Machinery +TCD TCD Industries Transport Equipment +TCD TCD Industries Other Manufacturing +TCD TCD Industries Recycling +TCD TCD Industries Electricity, Gas and Water +TCD TCD Industries Construction +TCD TCD Industries Maintenance and Repair +TCD TCD Industries Wholesale Trade +TCD TCD Industries Retail Trade +TCD TCD Industries Hotels and Restraurants +TCD TCD Industries Transport +TCD TCD Industries Post and Telecommunications +TCD TCD Industries Finacial Intermediation and Business Activities +TCD TCD Industries Public Administration +TCD TCD Industries Education, Health and Other Services +TCD TCD Industries Private Households +TCD TCD Industries Others +TCD TCD Industries Re-export & Re-import +CHL CHL Industries Agriculture +CHL CHL Industries Fishing +CHL CHL Industries Mining and Quarrying +CHL CHL Industries Food & Beverages +CHL CHL Industries Textiles and Wearing Apparel +CHL CHL Industries Wood and Paper +CHL CHL Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHL CHL Industries Metal Products +CHL CHL Industries Electrical and Machinery +CHL CHL Industries Transport Equipment +CHL CHL Industries Other Manufacturing +CHL CHL Industries Recycling +CHL CHL Industries Electricity, Gas and Water +CHL CHL Industries Construction +CHL CHL Industries Maintenance and Repair +CHL CHL Industries Wholesale Trade +CHL CHL Industries Retail Trade +CHL CHL Industries Hotels and Restraurants +CHL CHL Industries Transport +CHL CHL Industries Post and Telecommunications +CHL CHL Industries Finacial Intermediation and Business Activities +CHL CHL Industries Public Administration +CHL CHL Industries Education, Health and Other Services +CHL CHL Industries Private Households +CHL CHL Industries Others +CHL CHL Industries Re-export & Re-import +CHN CHN Commodities Agriculture +CHN CHN Commodities Fishing +CHN CHN Commodities Mining and Quarrying +CHN CHN Commodities Food & Beverages +CHN CHN Commodities Textiles and Wearing Apparel +CHN CHN Commodities Wood and Paper +CHN CHN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +CHN CHN Commodities Metal Products +CHN CHN Commodities Electrical and Machinery +CHN CHN Commodities Transport Equipment +CHN CHN Commodities Other Manufacturing +CHN CHN Commodities Recycling +CHN CHN Commodities Electricity, Gas and Water +CHN CHN Commodities Construction +CHN CHN Commodities Maintenance and Repair +CHN CHN Commodities Wholesale Trade +CHN CHN Commodities Retail Trade +CHN CHN Commodities Hotels and Restraurants +CHN CHN Commodities Transport +CHN CHN Commodities Post and Telecommunications +CHN CHN Commodities Finacial Intermediation and Business Activities +CHN CHN Commodities Public Administration +CHN CHN Commodities Education, Health and Other Services +CHN CHN Commodities Private Households +CHN CHN Commodities Others +CHN CHN Commodities Re-export & Re-import +COL COL Industries Agriculture +COL COL Industries Fishing +COL COL Industries Mining and Quarrying +COL COL Industries Food & Beverages +COL COL Industries Textiles and Wearing Apparel +COL COL Industries Wood and Paper +COL COL Industries Petroleum, Chemical and Non-Metallic Mineral Products +COL COL Industries Metal Products +COL COL Industries Electrical and Machinery +COL COL Industries Transport Equipment +COL COL Industries Other Manufacturing +COL COL Industries Recycling +COL COL Industries Electricity, Gas and Water +COL COL Industries Construction +COL COL Industries Maintenance and Repair +COL COL Industries Wholesale Trade +COL COL Industries Retail Trade +COL COL Industries Hotels and Restraurants +COL COL Industries Transport +COL COL Industries Post and Telecommunications +COL COL Industries Finacial Intermediation and Business Activities +COL COL Industries Public Administration +COL COL Industries Education, Health and Other Services +COL COL Industries Private Households +COL COL Industries Others +COL COL Industries Re-export & Re-import +COG COG Industries Agriculture +COG COG Industries Fishing +COG COG Industries Mining and Quarrying +COG COG Industries Food & Beverages +COG COG Industries Textiles and Wearing Apparel +COG COG Industries Wood and Paper +COG COG Industries Petroleum, Chemical and Non-Metallic Mineral Products +COG COG Industries Metal Products +COG COG Industries Electrical and Machinery +COG COG Industries Transport Equipment +COG COG Industries Other Manufacturing +COG COG Industries Recycling +COG COG Industries Electricity, Gas and Water +COG COG Industries Construction +COG COG Industries Maintenance and Repair +COG COG Industries Wholesale Trade +COG COG Industries Retail Trade +COG COG Industries Hotels and Restraurants +COG COG Industries Transport +COG COG Industries Post and Telecommunications +COG COG Industries Finacial Intermediation and Business Activities +COG COG Industries Public Administration +COG COG Industries Education, Health and Other Services +COG COG Industries Private Households +COG COG Industries Others +COG COG Industries Re-export & Re-import +CRI CRI Industries Agriculture +CRI CRI Industries Fishing +CRI CRI Industries Mining and Quarrying +CRI CRI Industries Food & Beverages +CRI CRI Industries Textiles and Wearing Apparel +CRI CRI Industries Wood and Paper +CRI CRI Industries Petroleum, Chemical and Non-Metallic Mineral Products +CRI CRI Industries Metal Products +CRI CRI Industries Electrical and Machinery +CRI CRI Industries Transport Equipment +CRI CRI Industries Other Manufacturing +CRI CRI Industries Recycling +CRI CRI Industries Electricity, Gas and Water +CRI CRI Industries Construction +CRI CRI Industries Maintenance and Repair +CRI CRI Industries Wholesale Trade +CRI CRI Industries Retail Trade +CRI CRI Industries Hotels and Restraurants +CRI CRI Industries Transport +CRI CRI Industries Post and Telecommunications +CRI CRI Industries Finacial Intermediation and Business Activities +CRI CRI Industries Public Administration +CRI CRI Industries Education, Health and Other Services +CRI CRI Industries Private Households +CRI CRI Industries Others +CRI CRI Industries Re-export & Re-import +HRV HRV Industries Agriculture +HRV HRV Industries Fishing +HRV HRV Industries Mining and Quarrying +HRV HRV Industries Food & Beverages +HRV HRV Industries Textiles and Wearing Apparel +HRV HRV Industries Wood and Paper +HRV HRV Industries Petroleum, Chemical and Non-Metallic Mineral Products +HRV HRV Industries Metal Products +HRV HRV Industries Electrical and Machinery +HRV HRV Industries Transport Equipment +HRV HRV Industries Other Manufacturing +HRV HRV Industries Recycling +HRV HRV Industries Electricity, Gas and Water +HRV HRV Industries Construction +HRV HRV Industries Maintenance and Repair +HRV HRV Industries Wholesale Trade +HRV HRV Industries Retail Trade +HRV HRV Industries Hotels and Restraurants +HRV HRV Industries Transport +HRV HRV Industries Post and Telecommunications +HRV HRV Industries Finacial Intermediation and Business Activities +HRV HRV Industries Public Administration +HRV HRV Industries Education, Health and Other Services +HRV HRV Industries Private Households +HRV HRV Industries Others +HRV HRV Industries Re-export & Re-import +CUB CUB Industries Agriculture +CUB CUB Industries Fishing +CUB CUB Industries Mining and Quarrying +CUB CUB Industries Food & Beverages +CUB CUB Industries Textiles and Wearing Apparel +CUB CUB Industries Wood and Paper +CUB CUB Industries Petroleum, Chemical and Non-Metallic Mineral Products +CUB CUB Industries Metal Products +CUB CUB Industries Electrical and Machinery +CUB CUB Industries Transport Equipment +CUB CUB Industries Other Manufacturing +CUB CUB Industries Recycling +CUB CUB Industries Electricity, Gas and Water +CUB CUB Industries Construction +CUB CUB Industries Maintenance and Repair +CUB CUB Industries Wholesale Trade +CUB CUB Industries Retail Trade +CUB CUB Industries Hotels and Restraurants +CUB CUB Industries Transport +CUB CUB Industries Post and Telecommunications +CUB CUB Industries Finacial Intermediation and Business Activities +CUB CUB Industries Public Administration +CUB CUB Industries Education, Health and Other Services +CUB CUB Industries Private Households +CUB CUB Industries Others +CUB CUB Industries Re-export & Re-import +CYP CYP Industries Agriculture +CYP CYP Industries Fishing +CYP CYP Industries Mining and Quarrying +CYP CYP Industries Food & Beverages +CYP CYP Industries Textiles and Wearing Apparel +CYP CYP Industries Wood and Paper +CYP CYP Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYP CYP Industries Metal Products +CYP CYP Industries Electrical and Machinery +CYP CYP Industries Transport Equipment +CYP CYP Industries Other Manufacturing +CYP CYP Industries Recycling +CYP CYP Industries Electricity, Gas and Water +CYP CYP Industries Construction +CYP CYP Industries Maintenance and Repair +CYP CYP Industries Wholesale Trade +CYP CYP Industries Retail Trade +CYP CYP Industries Hotels and Restraurants +CYP CYP Industries Transport +CYP CYP Industries Post and Telecommunications +CYP CYP Industries Finacial Intermediation and Business Activities +CYP CYP Industries Public Administration +CYP CYP Industries Education, Health and Other Services +CYP CYP Industries Private Households +CYP CYP Industries Others +CYP CYP Industries Re-export & Re-import +CZE CZE Industries Agriculture +CZE CZE Industries Fishing +CZE CZE Industries Mining and Quarrying +CZE CZE Industries Food & Beverages +CZE CZE Industries Textiles and Wearing Apparel +CZE CZE Industries Wood and Paper +CZE CZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CZE CZE Industries Metal Products +CZE CZE Industries Electrical and Machinery +CZE CZE Industries Transport Equipment +CZE CZE Industries Other Manufacturing +CZE CZE Industries Recycling +CZE CZE Industries Electricity, Gas and Water +CZE CZE Industries Construction +CZE CZE Industries Maintenance and Repair +CZE CZE Industries Wholesale Trade +CZE CZE Industries Retail Trade +CZE CZE Industries Hotels and Restraurants +CZE CZE Industries Transport +CZE CZE Industries Post and Telecommunications +CZE CZE Industries Finacial Intermediation and Business Activities +CZE CZE Industries Public Administration +CZE CZE Industries Education, Health and Other Services +CZE CZE Industries Private Households +CZE CZE Industries Others +CZE CZE Industries Re-export & Re-import +CIV CIV Industries Agriculture +CIV CIV Industries Fishing +CIV CIV Industries Mining and Quarrying +CIV CIV Industries Food & Beverages +CIV CIV Industries Textiles and Wearing Apparel +CIV CIV Industries Wood and Paper +CIV CIV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CIV CIV Industries Metal Products +CIV CIV Industries Electrical and Machinery +CIV CIV Industries Transport Equipment +CIV CIV Industries Other Manufacturing +CIV CIV Industries Recycling +CIV CIV Industries Electricity, Gas and Water +CIV CIV Industries Construction +CIV CIV Industries Maintenance and Repair +CIV CIV Industries Wholesale Trade +CIV CIV Industries Retail Trade +CIV CIV Industries Hotels and Restraurants +CIV CIV Industries Transport +CIV CIV Industries Post and Telecommunications +CIV CIV Industries Finacial Intermediation and Business Activities +CIV CIV Industries Public Administration +CIV CIV Industries Education, Health and Other Services +CIV CIV Industries Private Households +CIV CIV Industries Others +CIV CIV Industries Re-export & Re-import +PRK PRK Industries Agriculture +PRK PRK Industries Fishing +PRK PRK Industries Mining and Quarrying +PRK PRK Industries Food & Beverages +PRK PRK Industries Textiles and Wearing Apparel +PRK PRK Industries Wood and Paper +PRK PRK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRK PRK Industries Metal Products +PRK PRK Industries Electrical and Machinery +PRK PRK Industries Transport Equipment +PRK PRK Industries Other Manufacturing +PRK PRK Industries Recycling +PRK PRK Industries Electricity, Gas and Water +PRK PRK Industries Construction +PRK PRK Industries Maintenance and Repair +PRK PRK Industries Wholesale Trade +PRK PRK Industries Retail Trade +PRK PRK Industries Hotels and Restraurants +PRK PRK Industries Transport +PRK PRK Industries Post and Telecommunications +PRK PRK Industries Finacial Intermediation and Business Activities +PRK PRK Industries Public Administration +PRK PRK Industries Education, Health and Other Services +PRK PRK Industries Private Households +PRK PRK Industries Others +PRK PRK Industries Re-export & Re-import +COD COD Industries Agriculture +COD COD Industries Fishing +COD COD Industries Mining and Quarrying +COD COD Industries Food & Beverages +COD COD Industries Textiles and Wearing Apparel +COD COD Industries Wood and Paper +COD COD Industries Petroleum, Chemical and Non-Metallic Mineral Products +COD COD Industries Metal Products +COD COD Industries Electrical and Machinery +COD COD Industries Transport Equipment +COD COD Industries Other Manufacturing +COD COD Industries Recycling +COD COD Industries Electricity, Gas and Water +COD COD Industries Construction +COD COD Industries Maintenance and Repair +COD COD Industries Wholesale Trade +COD COD Industries Retail Trade +COD COD Industries Hotels and Restraurants +COD COD Industries Transport +COD COD Industries Post and Telecommunications +COD COD Industries Finacial Intermediation and Business Activities +COD COD Industries Public Administration +COD COD Industries Education, Health and Other Services +COD COD Industries Private Households +COD COD Industries Others +COD COD Industries Re-export & Re-import +DNK DNK Industries Agriculture +DNK DNK Industries Fishing +DNK DNK Industries Mining and Quarrying +DNK DNK Industries Food & Beverages +DNK DNK Industries Textiles and Wearing Apparel +DNK DNK Industries Wood and Paper +DNK DNK Industries Petroleum, Chemical and Non-Metallic Mineral Products +DNK DNK Industries Metal Products +DNK DNK Industries Electrical and Machinery +DNK DNK Industries Transport Equipment +DNK DNK Industries Other Manufacturing +DNK DNK Industries Recycling +DNK DNK Industries Electricity, Gas and Water +DNK DNK Industries Construction +DNK DNK Industries Maintenance and Repair +DNK DNK Industries Wholesale Trade +DNK DNK Industries Retail Trade +DNK DNK Industries Hotels and Restraurants +DNK DNK Industries Transport +DNK DNK Industries Post and Telecommunications +DNK DNK Industries Finacial Intermediation and Business Activities +DNK DNK Industries Public Administration +DNK DNK Industries Education, Health and Other Services +DNK DNK Industries Private Households +DNK DNK Industries Others +DNK DNK Industries Re-export & Re-import +DJI DJI Industries Agriculture +DJI DJI Industries Fishing +DJI DJI Industries Mining and Quarrying +DJI DJI Industries Food & Beverages +DJI DJI Industries Textiles and Wearing Apparel +DJI DJI Industries Wood and Paper +DJI DJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +DJI DJI Industries Metal Products +DJI DJI Industries Electrical and Machinery +DJI DJI Industries Transport Equipment +DJI DJI Industries Other Manufacturing +DJI DJI Industries Recycling +DJI DJI Industries Electricity, Gas and Water +DJI DJI Industries Construction +DJI DJI Industries Maintenance and Repair +DJI DJI Industries Wholesale Trade +DJI DJI Industries Retail Trade +DJI DJI Industries Hotels and Restraurants +DJI DJI Industries Transport +DJI DJI Industries Post and Telecommunications +DJI DJI Industries Finacial Intermediation and Business Activities +DJI DJI Industries Public Administration +DJI DJI Industries Education, Health and Other Services +DJI DJI Industries Private Households +DJI DJI Industries Others +DJI DJI Industries Re-export & Re-import +DOM DOM Industries Agriculture +DOM DOM Industries Fishing +DOM DOM Industries Mining and Quarrying +DOM DOM Industries Food & Beverages +DOM DOM Industries Textiles and Wearing Apparel +DOM DOM Industries Wood and Paper +DOM DOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +DOM DOM Industries Metal Products +DOM DOM Industries Electrical and Machinery +DOM DOM Industries Transport Equipment +DOM DOM Industries Other Manufacturing +DOM DOM Industries Recycling +DOM DOM Industries Electricity, Gas and Water +DOM DOM Industries Construction +DOM DOM Industries Maintenance and Repair +DOM DOM Industries Wholesale Trade +DOM DOM Industries Retail Trade +DOM DOM Industries Hotels and Restraurants +DOM DOM Industries Transport +DOM DOM Industries Post and Telecommunications +DOM DOM Industries Finacial Intermediation and Business Activities +DOM DOM Industries Public Administration +DOM DOM Industries Education, Health and Other Services +DOM DOM Industries Private Households +DOM DOM Industries Others +DOM DOM Industries Re-export & Re-import +ECU ECU Industries Agriculture +ECU ECU Industries Fishing +ECU ECU Industries Mining and Quarrying +ECU ECU Industries Food & Beverages +ECU ECU Industries Textiles and Wearing Apparel +ECU ECU Industries Wood and Paper +ECU ECU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ECU ECU Industries Metal Products +ECU ECU Industries Electrical and Machinery +ECU ECU Industries Transport Equipment +ECU ECU Industries Other Manufacturing +ECU ECU Industries Recycling +ECU ECU Industries Electricity, Gas and Water +ECU ECU Industries Construction +ECU ECU Industries Maintenance and Repair +ECU ECU Industries Wholesale Trade +ECU ECU Industries Retail Trade +ECU ECU Industries Hotels and Restraurants +ECU ECU Industries Transport +ECU ECU Industries Post and Telecommunications +ECU ECU Industries Finacial Intermediation and Business Activities +ECU ECU Industries Public Administration +ECU ECU Industries Education, Health and Other Services +ECU ECU Industries Private Households +ECU ECU Industries Others +ECU ECU Industries Re-export & Re-import +EGY EGY Industries Agriculture +EGY EGY Industries Fishing +EGY EGY Industries Mining and Quarrying +EGY EGY Industries Food & Beverages +EGY EGY Industries Textiles and Wearing Apparel +EGY EGY Industries Wood and Paper +EGY EGY Industries Petroleum, Chemical and Non-Metallic Mineral Products +EGY EGY Industries Metal Products +EGY EGY Industries Electrical and Machinery +EGY EGY Industries Transport Equipment +EGY EGY Industries Other Manufacturing +EGY EGY Industries Recycling +EGY EGY Industries Electricity, Gas and Water +EGY EGY Industries Construction +EGY EGY Industries Maintenance and Repair +EGY EGY Industries Wholesale Trade +EGY EGY Industries Retail Trade +EGY EGY Industries Hotels and Restraurants +EGY EGY Industries Transport +EGY EGY Industries Post and Telecommunications +EGY EGY Industries Finacial Intermediation and Business Activities +EGY EGY Industries Public Administration +EGY EGY Industries Education, Health and Other Services +EGY EGY Industries Private Households +EGY EGY Industries Others +EGY EGY Industries Re-export & Re-import +SLV SLV Industries Agriculture +SLV SLV Industries Fishing +SLV SLV Industries Mining and Quarrying +SLV SLV Industries Food & Beverages +SLV SLV Industries Textiles and Wearing Apparel +SLV SLV Industries Wood and Paper +SLV SLV Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLV SLV Industries Metal Products +SLV SLV Industries Electrical and Machinery +SLV SLV Industries Transport Equipment +SLV SLV Industries Other Manufacturing +SLV SLV Industries Recycling +SLV SLV Industries Electricity, Gas and Water +SLV SLV Industries Construction +SLV SLV Industries Maintenance and Repair +SLV SLV Industries Wholesale Trade +SLV SLV Industries Retail Trade +SLV SLV Industries Hotels and Restraurants +SLV SLV Industries Transport +SLV SLV Industries Post and Telecommunications +SLV SLV Industries Finacial Intermediation and Business Activities +SLV SLV Industries Public Administration +SLV SLV Industries Education, Health and Other Services +SLV SLV Industries Private Households +SLV SLV Industries Others +SLV SLV Industries Re-export & Re-import +ERI ERI Industries Agriculture +ERI ERI Industries Fishing +ERI ERI Industries Mining and Quarrying +ERI ERI Industries Food & Beverages +ERI ERI Industries Textiles and Wearing Apparel +ERI ERI Industries Wood and Paper +ERI ERI Industries Petroleum, Chemical and Non-Metallic Mineral Products +ERI ERI Industries Metal Products +ERI ERI Industries Electrical and Machinery +ERI ERI Industries Transport Equipment +ERI ERI Industries Other Manufacturing +ERI ERI Industries Recycling +ERI ERI Industries Electricity, Gas and Water +ERI ERI Industries Construction +ERI ERI Industries Maintenance and Repair +ERI ERI Industries Wholesale Trade +ERI ERI Industries Retail Trade +ERI ERI Industries Hotels and Restraurants +ERI ERI Industries Transport +ERI ERI Industries Post and Telecommunications +ERI ERI Industries Finacial Intermediation and Business Activities +ERI ERI Industries Public Administration +ERI ERI Industries Education, Health and Other Services +ERI ERI Industries Private Households +ERI ERI Industries Others +ERI ERI Industries Re-export & Re-import +EST EST Industries Agriculture +EST EST Industries Fishing +EST EST Industries Mining and Quarrying +EST EST Industries Food & Beverages +EST EST Industries Textiles and Wearing Apparel +EST EST Industries Wood and Paper +EST EST Industries Petroleum, Chemical and Non-Metallic Mineral Products +EST EST Industries Metal Products +EST EST Industries Electrical and Machinery +EST EST Industries Transport Equipment +EST EST Industries Other Manufacturing +EST EST Industries Recycling +EST EST Industries Electricity, Gas and Water +EST EST Industries Construction +EST EST Industries Maintenance and Repair +EST EST Industries Wholesale Trade +EST EST Industries Retail Trade +EST EST Industries Hotels and Restraurants +EST EST Industries Transport +EST EST Industries Post and Telecommunications +EST EST Industries Finacial Intermediation and Business Activities +EST EST Industries Public Administration +EST EST Industries Education, Health and Other Services +EST EST Industries Private Households +EST EST Industries Others +EST EST Industries Re-export & Re-import +ETH ETH Industries Agriculture +ETH ETH Industries Fishing +ETH ETH Industries Mining and Quarrying +ETH ETH Industries Food & Beverages +ETH ETH Industries Textiles and Wearing Apparel +ETH ETH Industries Wood and Paper +ETH ETH Industries Petroleum, Chemical and Non-Metallic Mineral Products +ETH ETH Industries Metal Products +ETH ETH Industries Electrical and Machinery +ETH ETH Industries Transport Equipment +ETH ETH Industries Other Manufacturing +ETH ETH Industries Recycling +ETH ETH Industries Electricity, Gas and Water +ETH ETH Industries Construction +ETH ETH Industries Maintenance and Repair +ETH ETH Industries Wholesale Trade +ETH ETH Industries Retail Trade +ETH ETH Industries Hotels and Restraurants +ETH ETH Industries Transport +ETH ETH Industries Post and Telecommunications +ETH ETH Industries Finacial Intermediation and Business Activities +ETH ETH Industries Public Administration +ETH ETH Industries Education, Health and Other Services +ETH ETH Industries Private Households +ETH ETH Industries Others +ETH ETH Industries Re-export & Re-import +FJI FJI Industries Agriculture +FJI FJI Industries Fishing +FJI FJI Industries Mining and Quarrying +FJI FJI Industries Food & Beverages +FJI FJI Industries Textiles and Wearing Apparel +FJI FJI Industries Wood and Paper +FJI FJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +FJI FJI Industries Metal Products +FJI FJI Industries Electrical and Machinery +FJI FJI Industries Transport Equipment +FJI FJI Industries Other Manufacturing +FJI FJI Industries Recycling +FJI FJI Industries Electricity, Gas and Water +FJI FJI Industries Construction +FJI FJI Industries Maintenance and Repair +FJI FJI Industries Wholesale Trade +FJI FJI Industries Retail Trade +FJI FJI Industries Hotels and Restraurants +FJI FJI Industries Transport +FJI FJI Industries Post and Telecommunications +FJI FJI Industries Finacial Intermediation and Business Activities +FJI FJI Industries Public Administration +FJI FJI Industries Education, Health and Other Services +FJI FJI Industries Private Households +FJI FJI Industries Others +FJI FJI Industries Re-export & Re-import +FIN FIN Industries Agriculture +FIN FIN Industries Fishing +FIN FIN Industries Mining and Quarrying +FIN FIN Industries Food & Beverages +FIN FIN Industries Textiles and Wearing Apparel +FIN FIN Industries Wood and Paper +FIN FIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +FIN FIN Industries Metal Products +FIN FIN Industries Electrical and Machinery +FIN FIN Industries Transport Equipment +FIN FIN Industries Other Manufacturing +FIN FIN Industries Recycling +FIN FIN Industries Electricity, Gas and Water +FIN FIN Industries Construction +FIN FIN Industries Maintenance and Repair +FIN FIN Industries Wholesale Trade +FIN FIN Industries Retail Trade +FIN FIN Industries Hotels and Restraurants +FIN FIN Industries Transport +FIN FIN Industries Post and Telecommunications +FIN FIN Industries Finacial Intermediation and Business Activities +FIN FIN Industries Public Administration +FIN FIN Industries Education, Health and Other Services +FIN FIN Industries Private Households +FIN FIN Industries Others +FIN FIN Industries Re-export & Re-import +FRA FRA Industries Agriculture +FRA FRA Industries Fishing +FRA FRA Industries Mining and Quarrying +FRA FRA Industries Food & Beverages +FRA FRA Industries Textiles and Wearing Apparel +FRA FRA Industries Wood and Paper +FRA FRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +FRA FRA Industries Metal Products +FRA FRA Industries Electrical and Machinery +FRA FRA Industries Transport Equipment +FRA FRA Industries Other Manufacturing +FRA FRA Industries Recycling +FRA FRA Industries Electricity, Gas and Water +FRA FRA Industries Construction +FRA FRA Industries Maintenance and Repair +FRA FRA Industries Wholesale Trade +FRA FRA Industries Retail Trade +FRA FRA Industries Hotels and Restraurants +FRA FRA Industries Transport +FRA FRA Industries Post and Telecommunications +FRA FRA Industries Finacial Intermediation and Business Activities +FRA FRA Industries Public Administration +FRA FRA Industries Education, Health and Other Services +FRA FRA Industries Private Households +FRA FRA Industries Others +FRA FRA Industries Re-export & Re-import +PYF PYF Industries Agriculture +PYF PYF Industries Fishing +PYF PYF Industries Mining and Quarrying +PYF PYF Industries Food & Beverages +PYF PYF Industries Textiles and Wearing Apparel +PYF PYF Industries Wood and Paper +PYF PYF Industries Petroleum, Chemical and Non-Metallic Mineral Products +PYF PYF Industries Metal Products +PYF PYF Industries Electrical and Machinery +PYF PYF Industries Transport Equipment +PYF PYF Industries Other Manufacturing +PYF PYF Industries Recycling +PYF PYF Industries Electricity, Gas and Water +PYF PYF Industries Construction +PYF PYF Industries Maintenance and Repair +PYF PYF Industries Wholesale Trade +PYF PYF Industries Retail Trade +PYF PYF Industries Hotels and Restraurants +PYF PYF Industries Transport +PYF PYF Industries Post and Telecommunications +PYF PYF Industries Finacial Intermediation and Business Activities +PYF PYF Industries Public Administration +PYF PYF Industries Education, Health and Other Services +PYF PYF Industries Private Households +PYF PYF Industries Others +PYF PYF Industries Re-export & Re-import +GAB GAB Industries Agriculture +GAB GAB Industries Fishing +GAB GAB Industries Mining and Quarrying +GAB GAB Industries Food & Beverages +GAB GAB Industries Textiles and Wearing Apparel +GAB GAB Industries Wood and Paper +GAB GAB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GAB GAB Industries Metal Products +GAB GAB Industries Electrical and Machinery +GAB GAB Industries Transport Equipment +GAB GAB Industries Other Manufacturing +GAB GAB Industries Recycling +GAB GAB Industries Electricity, Gas and Water +GAB GAB Industries Construction +GAB GAB Industries Maintenance and Repair +GAB GAB Industries Wholesale Trade +GAB GAB Industries Retail Trade +GAB GAB Industries Hotels and Restraurants +GAB GAB Industries Transport +GAB GAB Industries Post and Telecommunications +GAB GAB Industries Finacial Intermediation and Business Activities +GAB GAB Industries Public Administration +GAB GAB Industries Education, Health and Other Services +GAB GAB Industries Private Households +GAB GAB Industries Others +GAB GAB Industries Re-export & Re-import +GMB GMB Industries Agriculture +GMB GMB Industries Fishing +GMB GMB Industries Mining and Quarrying +GMB GMB Industries Food & Beverages +GMB GMB Industries Textiles and Wearing Apparel +GMB GMB Industries Wood and Paper +GMB GMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GMB GMB Industries Metal Products +GMB GMB Industries Electrical and Machinery +GMB GMB Industries Transport Equipment +GMB GMB Industries Other Manufacturing +GMB GMB Industries Recycling +GMB GMB Industries Electricity, Gas and Water +GMB GMB Industries Construction +GMB GMB Industries Maintenance and Repair +GMB GMB Industries Wholesale Trade +GMB GMB Industries Retail Trade +GMB GMB Industries Hotels and Restraurants +GMB GMB Industries Transport +GMB GMB Industries Post and Telecommunications +GMB GMB Industries Finacial Intermediation and Business Activities +GMB GMB Industries Public Administration +GMB GMB Industries Education, Health and Other Services +GMB GMB Industries Private Households +GMB GMB Industries Others +GMB GMB Industries Re-export & Re-import +GEO GEO Industries Agriculture +GEO GEO Industries Fishing +GEO GEO Industries Mining and Quarrying +GEO GEO Industries Food & Beverages +GEO GEO Industries Textiles and Wearing Apparel +GEO GEO Industries Wood and Paper +GEO GEO Industries Petroleum, Chemical and Non-Metallic Mineral Products +GEO GEO Industries Metal Products +GEO GEO Industries Electrical and Machinery +GEO GEO Industries Transport Equipment +GEO GEO Industries Other Manufacturing +GEO GEO Industries Recycling +GEO GEO Industries Electricity, Gas and Water +GEO GEO Industries Construction +GEO GEO Industries Maintenance and Repair +GEO GEO Industries Wholesale Trade +GEO GEO Industries Retail Trade +GEO GEO Industries Hotels and Restraurants +GEO GEO Industries Transport +GEO GEO Industries Post and Telecommunications +GEO GEO Industries Finacial Intermediation and Business Activities +GEO GEO Industries Public Administration +GEO GEO Industries Education, Health and Other Services +GEO GEO Industries Private Households +GEO GEO Industries Others +GEO GEO Industries Re-export & Re-import +DEU DEU Commodities Agriculture +DEU DEU Commodities Fishing +DEU DEU Commodities Mining and Quarrying +DEU DEU Commodities Food & Beverages +DEU DEU Commodities Textiles and Wearing Apparel +DEU DEU Commodities Wood and Paper +DEU DEU Commodities Petroleum, Chemical and Non-Metallic Mineral Products +DEU DEU Commodities Metal Products +DEU DEU Commodities Electrical and Machinery +DEU DEU Commodities Transport Equipment +DEU DEU Commodities Other Manufacturing +DEU DEU Commodities Recycling +DEU DEU Commodities Electricity, Gas and Water +DEU DEU Commodities Construction +DEU DEU Commodities Maintenance and Repair +DEU DEU Commodities Wholesale Trade +DEU DEU Commodities Retail Trade +DEU DEU Commodities Hotels and Restraurants +DEU DEU Commodities Transport +DEU DEU Commodities Post and Telecommunications +DEU DEU Commodities Finacial Intermediation and Business Activities +DEU DEU Commodities Public Administration +DEU DEU Commodities Education, Health and Other Services +DEU DEU Commodities Private Households +DEU DEU Commodities Others +DEU DEU Commodities Re-export & Re-import +GHA GHA Industries Agriculture +GHA GHA Industries Fishing +GHA GHA Industries Mining and Quarrying +GHA GHA Industries Food & Beverages +GHA GHA Industries Textiles and Wearing Apparel +GHA GHA Industries Wood and Paper +GHA GHA Industries Petroleum, Chemical and Non-Metallic Mineral Products +GHA GHA Industries Metal Products +GHA GHA Industries Electrical and Machinery +GHA GHA Industries Transport Equipment +GHA GHA Industries Other Manufacturing +GHA GHA Industries Recycling +GHA GHA Industries Electricity, Gas and Water +GHA GHA Industries Construction +GHA GHA Industries Maintenance and Repair +GHA GHA Industries Wholesale Trade +GHA GHA Industries Retail Trade +GHA GHA Industries Hotels and Restraurants +GHA GHA Industries Transport +GHA GHA Industries Post and Telecommunications +GHA GHA Industries Finacial Intermediation and Business Activities +GHA GHA Industries Public Administration +GHA GHA Industries Education, Health and Other Services +GHA GHA Industries Private Households +GHA GHA Industries Others +GHA GHA Industries Re-export & Re-import +GRC GRC Industries Agriculture +GRC GRC Industries Fishing +GRC GRC Industries Mining and Quarrying +GRC GRC Industries Food & Beverages +GRC GRC Industries Textiles and Wearing Apparel +GRC GRC Industries Wood and Paper +GRC GRC Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRC GRC Industries Metal Products +GRC GRC Industries Electrical and Machinery +GRC GRC Industries Transport Equipment +GRC GRC Industries Other Manufacturing +GRC GRC Industries Recycling +GRC GRC Industries Electricity, Gas and Water +GRC GRC Industries Construction +GRC GRC Industries Maintenance and Repair +GRC GRC Industries Wholesale Trade +GRC GRC Industries Retail Trade +GRC GRC Industries Hotels and Restraurants +GRC GRC Industries Transport +GRC GRC Industries Post and Telecommunications +GRC GRC Industries Finacial Intermediation and Business Activities +GRC GRC Industries Public Administration +GRC GRC Industries Education, Health and Other Services +GRC GRC Industries Private Households +GRC GRC Industries Others +GRC GRC Industries Re-export & Re-import +GRL GRL Industries Agriculture +GRL GRL Industries Fishing +GRL GRL Industries Mining and Quarrying +GRL GRL Industries Food & Beverages +GRL GRL Industries Textiles and Wearing Apparel +GRL GRL Industries Wood and Paper +GRL GRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRL GRL Industries Metal Products +GRL GRL Industries Electrical and Machinery +GRL GRL Industries Transport Equipment +GRL GRL Industries Other Manufacturing +GRL GRL Industries Recycling +GRL GRL Industries Electricity, Gas and Water +GRL GRL Industries Construction +GRL GRL Industries Maintenance and Repair +GRL GRL Industries Wholesale Trade +GRL GRL Industries Retail Trade +GRL GRL Industries Hotels and Restraurants +GRL GRL Industries Transport +GRL GRL Industries Post and Telecommunications +GRL GRL Industries Finacial Intermediation and Business Activities +GRL GRL Industries Public Administration +GRL GRL Industries Education, Health and Other Services +GRL GRL Industries Private Households +GRL GRL Industries Others +GRL GRL Industries Re-export & Re-import +GTM GTM Industries Agriculture +GTM GTM Industries Fishing +GTM GTM Industries Mining and Quarrying +GTM GTM Industries Food & Beverages +GTM GTM Industries Textiles and Wearing Apparel +GTM GTM Industries Wood and Paper +GTM GTM Industries Petroleum, Chemical and Non-Metallic Mineral Products +GTM GTM Industries Metal Products +GTM GTM Industries Electrical and Machinery +GTM GTM Industries Transport Equipment +GTM GTM Industries Other Manufacturing +GTM GTM Industries Recycling +GTM GTM Industries Electricity, Gas and Water +GTM GTM Industries Construction +GTM GTM Industries Maintenance and Repair +GTM GTM Industries Wholesale Trade +GTM GTM Industries Retail Trade +GTM GTM Industries Hotels and Restraurants +GTM GTM Industries Transport +GTM GTM Industries Post and Telecommunications +GTM GTM Industries Finacial Intermediation and Business Activities +GTM GTM Industries Public Administration +GTM GTM Industries Education, Health and Other Services +GTM GTM Industries Private Households +GTM GTM Industries Others +GTM GTM Industries Re-export & Re-import +GIN GIN Industries Agriculture +GIN GIN Industries Fishing +GIN GIN Industries Mining and Quarrying +GIN GIN Industries Food & Beverages +GIN GIN Industries Textiles and Wearing Apparel +GIN GIN Industries Wood and Paper +GIN GIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +GIN GIN Industries Metal Products +GIN GIN Industries Electrical and Machinery +GIN GIN Industries Transport Equipment +GIN GIN Industries Other Manufacturing +GIN GIN Industries Recycling +GIN GIN Industries Electricity, Gas and Water +GIN GIN Industries Construction +GIN GIN Industries Maintenance and Repair +GIN GIN Industries Wholesale Trade +GIN GIN Industries Retail Trade +GIN GIN Industries Hotels and Restraurants +GIN GIN Industries Transport +GIN GIN Industries Post and Telecommunications +GIN GIN Industries Finacial Intermediation and Business Activities +GIN GIN Industries Public Administration +GIN GIN Industries Education, Health and Other Services +GIN GIN Industries Private Households +GIN GIN Industries Others +GIN GIN Industries Re-export & Re-import +GUY GUY Industries Agriculture +GUY GUY Industries Fishing +GUY GUY Industries Mining and Quarrying +GUY GUY Industries Food & Beverages +GUY GUY Industries Textiles and Wearing Apparel +GUY GUY Industries Wood and Paper +GUY GUY Industries Petroleum, Chemical and Non-Metallic Mineral Products +GUY GUY Industries Metal Products +GUY GUY Industries Electrical and Machinery +GUY GUY Industries Transport Equipment +GUY GUY Industries Other Manufacturing +GUY GUY Industries Recycling +GUY GUY Industries Electricity, Gas and Water +GUY GUY Industries Construction +GUY GUY Industries Maintenance and Repair +GUY GUY Industries Wholesale Trade +GUY GUY Industries Retail Trade +GUY GUY Industries Hotels and Restraurants +GUY GUY Industries Transport +GUY GUY Industries Post and Telecommunications +GUY GUY Industries Finacial Intermediation and Business Activities +GUY GUY Industries Public Administration +GUY GUY Industries Education, Health and Other Services +GUY GUY Industries Private Households +GUY GUY Industries Others +GUY GUY Industries Re-export & Re-import +HTI HTI Industries Agriculture +HTI HTI Industries Fishing +HTI HTI Industries Mining and Quarrying +HTI HTI Industries Food & Beverages +HTI HTI Industries Textiles and Wearing Apparel +HTI HTI Industries Wood and Paper +HTI HTI Industries Petroleum, Chemical and Non-Metallic Mineral Products +HTI HTI Industries Metal Products +HTI HTI Industries Electrical and Machinery +HTI HTI Industries Transport Equipment +HTI HTI Industries Other Manufacturing +HTI HTI Industries Recycling +HTI HTI Industries Electricity, Gas and Water +HTI HTI Industries Construction +HTI HTI Industries Maintenance and Repair +HTI HTI Industries Wholesale Trade +HTI HTI Industries Retail Trade +HTI HTI Industries Hotels and Restraurants +HTI HTI Industries Transport +HTI HTI Industries Post and Telecommunications +HTI HTI Industries Finacial Intermediation and Business Activities +HTI HTI Industries Public Administration +HTI HTI Industries Education, Health and Other Services +HTI HTI Industries Private Households +HTI HTI Industries Others +HTI HTI Industries Re-export & Re-import +HND HND Industries Agriculture +HND HND Industries Fishing +HND HND Industries Mining and Quarrying +HND HND Industries Food & Beverages +HND HND Industries Textiles and Wearing Apparel +HND HND Industries Wood and Paper +HND HND Industries Petroleum, Chemical and Non-Metallic Mineral Products +HND HND Industries Metal Products +HND HND Industries Electrical and Machinery +HND HND Industries Transport Equipment +HND HND Industries Other Manufacturing +HND HND Industries Recycling +HND HND Industries Electricity, Gas and Water +HND HND Industries Construction +HND HND Industries Maintenance and Repair +HND HND Industries Wholesale Trade +HND HND Industries Retail Trade +HND HND Industries Hotels and Restraurants +HND HND Industries Transport +HND HND Industries Post and Telecommunications +HND HND Industries Finacial Intermediation and Business Activities +HND HND Industries Public Administration +HND HND Industries Education, Health and Other Services +HND HND Industries Private Households +HND HND Industries Others +HND HND Industries Re-export & Re-import +HKG HKG Industries Agriculture +HKG HKG Industries Fishing +HKG HKG Industries Mining and Quarrying +HKG HKG Industries Food & Beverages +HKG HKG Industries Textiles and Wearing Apparel +HKG HKG Industries Wood and Paper +HKG HKG Industries Petroleum, Chemical and Non-Metallic Mineral Products +HKG HKG Industries Metal Products +HKG HKG Industries Electrical and Machinery +HKG HKG Industries Transport Equipment +HKG HKG Industries Other Manufacturing +HKG HKG Industries Recycling +HKG HKG Industries Electricity, Gas and Water +HKG HKG Industries Construction +HKG HKG Industries Maintenance and Repair +HKG HKG Industries Wholesale Trade +HKG HKG Industries Retail Trade +HKG HKG Industries Hotels and Restraurants +HKG HKG Industries Transport +HKG HKG Industries Post and Telecommunications +HKG HKG Industries Finacial Intermediation and Business Activities +HKG HKG Industries Public Administration +HKG HKG Industries Education, Health and Other Services +HKG HKG Industries Private Households +HKG HKG Industries Others +HKG HKG Industries Re-export & Re-import +HUN HUN Industries Agriculture +HUN HUN Industries Fishing +HUN HUN Industries Mining and Quarrying +HUN HUN Industries Food & Beverages +HUN HUN Industries Textiles and Wearing Apparel +HUN HUN Industries Wood and Paper +HUN HUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +HUN HUN Industries Metal Products +HUN HUN Industries Electrical and Machinery +HUN HUN Industries Transport Equipment +HUN HUN Industries Other Manufacturing +HUN HUN Industries Recycling +HUN HUN Industries Electricity, Gas and Water +HUN HUN Industries Construction +HUN HUN Industries Maintenance and Repair +HUN HUN Industries Wholesale Trade +HUN HUN Industries Retail Trade +HUN HUN Industries Hotels and Restraurants +HUN HUN Industries Transport +HUN HUN Industries Post and Telecommunications +HUN HUN Industries Finacial Intermediation and Business Activities +HUN HUN Industries Public Administration +HUN HUN Industries Education, Health and Other Services +HUN HUN Industries Private Households +HUN HUN Industries Others +HUN HUN Industries Re-export & Re-import +ISL ISL Industries Agriculture +ISL ISL Industries Fishing +ISL ISL Industries Mining and Quarrying +ISL ISL Industries Food & Beverages +ISL ISL Industries Textiles and Wearing Apparel +ISL ISL Industries Wood and Paper +ISL ISL Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISL ISL Industries Metal Products +ISL ISL Industries Electrical and Machinery +ISL ISL Industries Transport Equipment +ISL ISL Industries Other Manufacturing +ISL ISL Industries Recycling +ISL ISL Industries Electricity, Gas and Water +ISL ISL Industries Construction +ISL ISL Industries Maintenance and Repair +ISL ISL Industries Wholesale Trade +ISL ISL Industries Retail Trade +ISL ISL Industries Hotels and Restraurants +ISL ISL Industries Transport +ISL ISL Industries Post and Telecommunications +ISL ISL Industries Finacial Intermediation and Business Activities +ISL ISL Industries Public Administration +ISL ISL Industries Education, Health and Other Services +ISL ISL Industries Private Households +ISL ISL Industries Others +ISL ISL Industries Re-export & Re-import +IND IND Industries Agriculture +IND IND Industries Fishing +IND IND Industries Mining and Quarrying +IND IND Industries Food & Beverages +IND IND Industries Textiles and Wearing Apparel +IND IND Industries Wood and Paper +IND IND Industries Petroleum, Chemical and Non-Metallic Mineral Products +IND IND Industries Metal Products +IND IND Industries Electrical and Machinery +IND IND Industries Transport Equipment +IND IND Industries Other Manufacturing +IND IND Industries Recycling +IND IND Industries Electricity, Gas and Water +IND IND Industries Construction +IND IND Industries Maintenance and Repair +IND IND Industries Wholesale Trade +IND IND Industries Retail Trade +IND IND Industries Hotels and Restraurants +IND IND Industries Transport +IND IND Industries Post and Telecommunications +IND IND Industries Finacial Intermediation and Business Activities +IND IND Industries Public Administration +IND IND Industries Education, Health and Other Services +IND IND Industries Private Households +IND IND Industries Others +IND IND Industries Re-export & Re-import +IDN IDN Commodities Agriculture +IDN IDN Commodities Fishing +IDN IDN Commodities Mining and Quarrying +IDN IDN Commodities Food & Beverages +IDN IDN Commodities Textiles and Wearing Apparel +IDN IDN Commodities Wood and Paper +IDN IDN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +IDN IDN Commodities Metal Products +IDN IDN Commodities Electrical and Machinery +IDN IDN Commodities Transport Equipment +IDN IDN Commodities Other Manufacturing +IDN IDN Commodities Recycling +IDN IDN Commodities Electricity, Gas and Water +IDN IDN Commodities Construction +IDN IDN Commodities Maintenance and Repair +IDN IDN Commodities Wholesale Trade +IDN IDN Commodities Retail Trade +IDN IDN Commodities Hotels and Restraurants +IDN IDN Commodities Transport +IDN IDN Commodities Post and Telecommunications +IDN IDN Commodities Finacial Intermediation and Business Activities +IDN IDN Commodities Public Administration +IDN IDN Commodities Education, Health and Other Services +IDN IDN Commodities Private Households +IDN IDN Commodities Others +IDN IDN Commodities Re-export & Re-import +IRN IRN Industries Agriculture +IRN IRN Industries Fishing +IRN IRN Industries Mining and Quarrying +IRN IRN Industries Food & Beverages +IRN IRN Industries Textiles and Wearing Apparel +IRN IRN Industries Wood and Paper +IRN IRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRN IRN Industries Metal Products +IRN IRN Industries Electrical and Machinery +IRN IRN Industries Transport Equipment +IRN IRN Industries Other Manufacturing +IRN IRN Industries Recycling +IRN IRN Industries Electricity, Gas and Water +IRN IRN Industries Construction +IRN IRN Industries Maintenance and Repair +IRN IRN Industries Wholesale Trade +IRN IRN Industries Retail Trade +IRN IRN Industries Hotels and Restraurants +IRN IRN Industries Transport +IRN IRN Industries Post and Telecommunications +IRN IRN Industries Finacial Intermediation and Business Activities +IRN IRN Industries Public Administration +IRN IRN Industries Education, Health and Other Services +IRN IRN Industries Private Households +IRN IRN Industries Others +IRN IRN Industries Re-export & Re-import +IRQ IRQ Industries Agriculture +IRQ IRQ Industries Fishing +IRQ IRQ Industries Mining and Quarrying +IRQ IRQ Industries Food & Beverages +IRQ IRQ Industries Textiles and Wearing Apparel +IRQ IRQ Industries Wood and Paper +IRQ IRQ Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRQ IRQ Industries Metal Products +IRQ IRQ Industries Electrical and Machinery +IRQ IRQ Industries Transport Equipment +IRQ IRQ Industries Other Manufacturing +IRQ IRQ Industries Recycling +IRQ IRQ Industries Electricity, Gas and Water +IRQ IRQ Industries Construction +IRQ IRQ Industries Maintenance and Repair +IRQ IRQ Industries Wholesale Trade +IRQ IRQ Industries Retail Trade +IRQ IRQ Industries Hotels and Restraurants +IRQ IRQ Industries Transport +IRQ IRQ Industries Post and Telecommunications +IRQ IRQ Industries Finacial Intermediation and Business Activities +IRQ IRQ Industries Public Administration +IRQ IRQ Industries Education, Health and Other Services +IRQ IRQ Industries Private Households +IRQ IRQ Industries Others +IRQ IRQ Industries Re-export & Re-import +IRL IRL Industries Agriculture +IRL IRL Industries Fishing +IRL IRL Industries Mining and Quarrying +IRL IRL Industries Food & Beverages +IRL IRL Industries Textiles and Wearing Apparel +IRL IRL Industries Wood and Paper +IRL IRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRL IRL Industries Metal Products +IRL IRL Industries Electrical and Machinery +IRL IRL Industries Transport Equipment +IRL IRL Industries Other Manufacturing +IRL IRL Industries Recycling +IRL IRL Industries Electricity, Gas and Water +IRL IRL Industries Construction +IRL IRL Industries Maintenance and Repair +IRL IRL Industries Wholesale Trade +IRL IRL Industries Retail Trade +IRL IRL Industries Hotels and Restraurants +IRL IRL Industries Transport +IRL IRL Industries Post and Telecommunications +IRL IRL Industries Finacial Intermediation and Business Activities +IRL IRL Industries Public Administration +IRL IRL Industries Education, Health and Other Services +IRL IRL Industries Private Households +IRL IRL Industries Others +IRL IRL Industries Re-export & Re-import +ISR ISR Industries Agriculture +ISR ISR Industries Fishing +ISR ISR Industries Mining and Quarrying +ISR ISR Industries Food & Beverages +ISR ISR Industries Textiles and Wearing Apparel +ISR ISR Industries Wood and Paper +ISR ISR Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISR ISR Industries Metal Products +ISR ISR Industries Electrical and Machinery +ISR ISR Industries Transport Equipment +ISR ISR Industries Other Manufacturing +ISR ISR Industries Recycling +ISR ISR Industries Electricity, Gas and Water +ISR ISR Industries Construction +ISR ISR Industries Maintenance and Repair +ISR ISR Industries Wholesale Trade +ISR ISR Industries Retail Trade +ISR ISR Industries Hotels and Restraurants +ISR ISR Industries Transport +ISR ISR Industries Post and Telecommunications +ISR ISR Industries Finacial Intermediation and Business Activities +ISR ISR Industries Public Administration +ISR ISR Industries Education, Health and Other Services +ISR ISR Industries Private Households +ISR ISR Industries Others +ISR ISR Industries Re-export & Re-import +ITA ITA Industries Agriculture +ITA ITA Industries Fishing +ITA ITA Industries Mining and Quarrying +ITA ITA Industries Food & Beverages +ITA ITA Industries Textiles and Wearing Apparel +ITA ITA Industries Wood and Paper +ITA ITA Industries Petroleum, Chemical and Non-Metallic Mineral Products +ITA ITA Industries Metal Products +ITA ITA Industries Electrical and Machinery +ITA ITA Industries Transport Equipment +ITA ITA Industries Other Manufacturing +ITA ITA Industries Recycling +ITA ITA Industries Electricity, Gas and Water +ITA ITA Industries Construction +ITA ITA Industries Maintenance and Repair +ITA ITA Industries Wholesale Trade +ITA ITA Industries Retail Trade +ITA ITA Industries Hotels and Restraurants +ITA ITA Industries Transport +ITA ITA Industries Post and Telecommunications +ITA ITA Industries Finacial Intermediation and Business Activities +ITA ITA Industries Public Administration +ITA ITA Industries Education, Health and Other Services +ITA ITA Industries Private Households +ITA ITA Industries Others +ITA ITA Industries Re-export & Re-import +JAM JAM Industries Agriculture +JAM JAM Industries Fishing +JAM JAM Industries Mining and Quarrying +JAM JAM Industries Food & Beverages +JAM JAM Industries Textiles and Wearing Apparel +JAM JAM Industries Wood and Paper +JAM JAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +JAM JAM Industries Metal Products +JAM JAM Industries Electrical and Machinery +JAM JAM Industries Transport Equipment +JAM JAM Industries Other Manufacturing +JAM JAM Industries Recycling +JAM JAM Industries Electricity, Gas and Water +JAM JAM Industries Construction +JAM JAM Industries Maintenance and Repair +JAM JAM Industries Wholesale Trade +JAM JAM Industries Retail Trade +JAM JAM Industries Hotels and Restraurants +JAM JAM Industries Transport +JAM JAM Industries Post and Telecommunications +JAM JAM Industries Finacial Intermediation and Business Activities +JAM JAM Industries Public Administration +JAM JAM Industries Education, Health and Other Services +JAM JAM Industries Private Households +JAM JAM Industries Others +JAM JAM Industries Re-export & Re-import +JPN JPN Commodities Agriculture +JPN JPN Commodities Fishing +JPN JPN Commodities Mining and Quarrying +JPN JPN Commodities Food & Beverages +JPN JPN Commodities Textiles and Wearing Apparel +JPN JPN Commodities Wood and Paper +JPN JPN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +JPN JPN Commodities Metal Products +JPN JPN Commodities Electrical and Machinery +JPN JPN Commodities Transport Equipment +JPN JPN Commodities Other Manufacturing +JPN JPN Commodities Recycling +JPN JPN Commodities Electricity, Gas and Water +JPN JPN Commodities Construction +JPN JPN Commodities Maintenance and Repair +JPN JPN Commodities Wholesale Trade +JPN JPN Commodities Retail Trade +JPN JPN Commodities Hotels and Restraurants +JPN JPN Commodities Transport +JPN JPN Commodities Post and Telecommunications +JPN JPN Commodities Finacial Intermediation and Business Activities +JPN JPN Commodities Public Administration +JPN JPN Commodities Education, Health and Other Services +JPN JPN Commodities Private Households +JPN JPN Commodities Others +JPN JPN Commodities Re-export & Re-import +JOR JOR Industries Agriculture +JOR JOR Industries Fishing +JOR JOR Industries Mining and Quarrying +JOR JOR Industries Food & Beverages +JOR JOR Industries Textiles and Wearing Apparel +JOR JOR Industries Wood and Paper +JOR JOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +JOR JOR Industries Metal Products +JOR JOR Industries Electrical and Machinery +JOR JOR Industries Transport Equipment +JOR JOR Industries Other Manufacturing +JOR JOR Industries Recycling +JOR JOR Industries Electricity, Gas and Water +JOR JOR Industries Construction +JOR JOR Industries Maintenance and Repair +JOR JOR Industries Wholesale Trade +JOR JOR Industries Retail Trade +JOR JOR Industries Hotels and Restraurants +JOR JOR Industries Transport +JOR JOR Industries Post and Telecommunications +JOR JOR Industries Finacial Intermediation and Business Activities +JOR JOR Industries Public Administration +JOR JOR Industries Education, Health and Other Services +JOR JOR Industries Private Households +JOR JOR Industries Others +JOR JOR Industries Re-export & Re-import +KAZ KAZ Commodities Agriculture +KAZ KAZ Commodities Fishing +KAZ KAZ Commodities Mining and Quarrying +KAZ KAZ Commodities Food & Beverages +KAZ KAZ Commodities Textiles and Wearing Apparel +KAZ KAZ Commodities Wood and Paper +KAZ KAZ Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KAZ KAZ Commodities Metal Products +KAZ KAZ Commodities Electrical and Machinery +KAZ KAZ Commodities Transport Equipment +KAZ KAZ Commodities Other Manufacturing +KAZ KAZ Commodities Recycling +KAZ KAZ Commodities Electricity, Gas and Water +KAZ KAZ Commodities Construction +KAZ KAZ Commodities Maintenance and Repair +KAZ KAZ Commodities Wholesale Trade +KAZ KAZ Commodities Retail Trade +KAZ KAZ Commodities Hotels and Restraurants +KAZ KAZ Commodities Transport +KAZ KAZ Commodities Post and Telecommunications +KAZ KAZ Commodities Finacial Intermediation and Business Activities +KAZ KAZ Commodities Public Administration +KAZ KAZ Commodities Education, Health and Other Services +KAZ KAZ Commodities Private Households +KAZ KAZ Commodities Others +KAZ KAZ Commodities Re-export & Re-import +KEN KEN Industries Agriculture +KEN KEN Industries Fishing +KEN KEN Industries Mining and Quarrying +KEN KEN Industries Food & Beverages +KEN KEN Industries Textiles and Wearing Apparel +KEN KEN Industries Wood and Paper +KEN KEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +KEN KEN Industries Metal Products +KEN KEN Industries Electrical and Machinery +KEN KEN Industries Transport Equipment +KEN KEN Industries Other Manufacturing +KEN KEN Industries Recycling +KEN KEN Industries Electricity, Gas and Water +KEN KEN Industries Construction +KEN KEN Industries Maintenance and Repair +KEN KEN Industries Wholesale Trade +KEN KEN Industries Retail Trade +KEN KEN Industries Hotels and Restraurants +KEN KEN Industries Transport +KEN KEN Industries Post and Telecommunications +KEN KEN Industries Finacial Intermediation and Business Activities +KEN KEN Industries Public Administration +KEN KEN Industries Education, Health and Other Services +KEN KEN Industries Private Households +KEN KEN Industries Others +KEN KEN Industries Re-export & Re-import +KWT KWT Industries Agriculture +KWT KWT Industries Fishing +KWT KWT Industries Mining and Quarrying +KWT KWT Industries Food & Beverages +KWT KWT Industries Textiles and Wearing Apparel +KWT KWT Industries Wood and Paper +KWT KWT Industries Petroleum, Chemical and Non-Metallic Mineral Products +KWT KWT Industries Metal Products +KWT KWT Industries Electrical and Machinery +KWT KWT Industries Transport Equipment +KWT KWT Industries Other Manufacturing +KWT KWT Industries Recycling +KWT KWT Industries Electricity, Gas and Water +KWT KWT Industries Construction +KWT KWT Industries Maintenance and Repair +KWT KWT Industries Wholesale Trade +KWT KWT Industries Retail Trade +KWT KWT Industries Hotels and Restraurants +KWT KWT Industries Transport +KWT KWT Industries Post and Telecommunications +KWT KWT Industries Finacial Intermediation and Business Activities +KWT KWT Industries Public Administration +KWT KWT Industries Education, Health and Other Services +KWT KWT Industries Private Households +KWT KWT Industries Others +KWT KWT Industries Re-export & Re-import +KGZ KGZ Industries Agriculture +KGZ KGZ Industries Fishing +KGZ KGZ Industries Mining and Quarrying +KGZ KGZ Industries Food & Beverages +KGZ KGZ Industries Textiles and Wearing Apparel +KGZ KGZ Industries Wood and Paper +KGZ KGZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +KGZ KGZ Industries Metal Products +KGZ KGZ Industries Electrical and Machinery +KGZ KGZ Industries Transport Equipment +KGZ KGZ Industries Other Manufacturing +KGZ KGZ Industries Recycling +KGZ KGZ Industries Electricity, Gas and Water +KGZ KGZ Industries Construction +KGZ KGZ Industries Maintenance and Repair +KGZ KGZ Industries Wholesale Trade +KGZ KGZ Industries Retail Trade +KGZ KGZ Industries Hotels and Restraurants +KGZ KGZ Industries Transport +KGZ KGZ Industries Post and Telecommunications +KGZ KGZ Industries Finacial Intermediation and Business Activities +KGZ KGZ Industries Public Administration +KGZ KGZ Industries Education, Health and Other Services +KGZ KGZ Industries Private Households +KGZ KGZ Industries Others +KGZ KGZ Industries Re-export & Re-import +LAO LAO Industries Agriculture +LAO LAO Industries Fishing +LAO LAO Industries Mining and Quarrying +LAO LAO Industries Food & Beverages +LAO LAO Industries Textiles and Wearing Apparel +LAO LAO Industries Wood and Paper +LAO LAO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LAO LAO Industries Metal Products +LAO LAO Industries Electrical and Machinery +LAO LAO Industries Transport Equipment +LAO LAO Industries Other Manufacturing +LAO LAO Industries Recycling +LAO LAO Industries Electricity, Gas and Water +LAO LAO Industries Construction +LAO LAO Industries Maintenance and Repair +LAO LAO Industries Wholesale Trade +LAO LAO Industries Retail Trade +LAO LAO Industries Hotels and Restraurants +LAO LAO Industries Transport +LAO LAO Industries Post and Telecommunications +LAO LAO Industries Finacial Intermediation and Business Activities +LAO LAO Industries Public Administration +LAO LAO Industries Education, Health and Other Services +LAO LAO Industries Private Households +LAO LAO Industries Others +LAO LAO Industries Re-export & Re-import +LVA LVA Industries Agriculture +LVA LVA Industries Fishing +LVA LVA Industries Mining and Quarrying +LVA LVA Industries Food & Beverages +LVA LVA Industries Textiles and Wearing Apparel +LVA LVA Industries Wood and Paper +LVA LVA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LVA LVA Industries Metal Products +LVA LVA Industries Electrical and Machinery +LVA LVA Industries Transport Equipment +LVA LVA Industries Other Manufacturing +LVA LVA Industries Recycling +LVA LVA Industries Electricity, Gas and Water +LVA LVA Industries Construction +LVA LVA Industries Maintenance and Repair +LVA LVA Industries Wholesale Trade +LVA LVA Industries Retail Trade +LVA LVA Industries Hotels and Restraurants +LVA LVA Industries Transport +LVA LVA Industries Post and Telecommunications +LVA LVA Industries Finacial Intermediation and Business Activities +LVA LVA Industries Public Administration +LVA LVA Industries Education, Health and Other Services +LVA LVA Industries Private Households +LVA LVA Industries Others +LVA LVA Industries Re-export & Re-import +LBN LBN Industries Agriculture +LBN LBN Industries Fishing +LBN LBN Industries Mining and Quarrying +LBN LBN Industries Food & Beverages +LBN LBN Industries Textiles and Wearing Apparel +LBN LBN Industries Wood and Paper +LBN LBN Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBN LBN Industries Metal Products +LBN LBN Industries Electrical and Machinery +LBN LBN Industries Transport Equipment +LBN LBN Industries Other Manufacturing +LBN LBN Industries Recycling +LBN LBN Industries Electricity, Gas and Water +LBN LBN Industries Construction +LBN LBN Industries Maintenance and Repair +LBN LBN Industries Wholesale Trade +LBN LBN Industries Retail Trade +LBN LBN Industries Hotels and Restraurants +LBN LBN Industries Transport +LBN LBN Industries Post and Telecommunications +LBN LBN Industries Finacial Intermediation and Business Activities +LBN LBN Industries Public Administration +LBN LBN Industries Education, Health and Other Services +LBN LBN Industries Private Households +LBN LBN Industries Others +LBN LBN Industries Re-export & Re-import +LSO LSO Industries Agriculture +LSO LSO Industries Fishing +LSO LSO Industries Mining and Quarrying +LSO LSO Industries Food & Beverages +LSO LSO Industries Textiles and Wearing Apparel +LSO LSO Industries Wood and Paper +LSO LSO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LSO LSO Industries Metal Products +LSO LSO Industries Electrical and Machinery +LSO LSO Industries Transport Equipment +LSO LSO Industries Other Manufacturing +LSO LSO Industries Recycling +LSO LSO Industries Electricity, Gas and Water +LSO LSO Industries Construction +LSO LSO Industries Maintenance and Repair +LSO LSO Industries Wholesale Trade +LSO LSO Industries Retail Trade +LSO LSO Industries Hotels and Restraurants +LSO LSO Industries Transport +LSO LSO Industries Post and Telecommunications +LSO LSO Industries Finacial Intermediation and Business Activities +LSO LSO Industries Public Administration +LSO LSO Industries Education, Health and Other Services +LSO LSO Industries Private Households +LSO LSO Industries Others +LSO LSO Industries Re-export & Re-import +LBR LBR Industries Agriculture +LBR LBR Industries Fishing +LBR LBR Industries Mining and Quarrying +LBR LBR Industries Food & Beverages +LBR LBR Industries Textiles and Wearing Apparel +LBR LBR Industries Wood and Paper +LBR LBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBR LBR Industries Metal Products +LBR LBR Industries Electrical and Machinery +LBR LBR Industries Transport Equipment +LBR LBR Industries Other Manufacturing +LBR LBR Industries Recycling +LBR LBR Industries Electricity, Gas and Water +LBR LBR Industries Construction +LBR LBR Industries Maintenance and Repair +LBR LBR Industries Wholesale Trade +LBR LBR Industries Retail Trade +LBR LBR Industries Hotels and Restraurants +LBR LBR Industries Transport +LBR LBR Industries Post and Telecommunications +LBR LBR Industries Finacial Intermediation and Business Activities +LBR LBR Industries Public Administration +LBR LBR Industries Education, Health and Other Services +LBR LBR Industries Private Households +LBR LBR Industries Others +LBR LBR Industries Re-export & Re-import +LBY LBY Industries Agriculture +LBY LBY Industries Fishing +LBY LBY Industries Mining and Quarrying +LBY LBY Industries Food & Beverages +LBY LBY Industries Textiles and Wearing Apparel +LBY LBY Industries Wood and Paper +LBY LBY Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBY LBY Industries Metal Products +LBY LBY Industries Electrical and Machinery +LBY LBY Industries Transport Equipment +LBY LBY Industries Other Manufacturing +LBY LBY Industries Recycling +LBY LBY Industries Electricity, Gas and Water +LBY LBY Industries Construction +LBY LBY Industries Maintenance and Repair +LBY LBY Industries Wholesale Trade +LBY LBY Industries Retail Trade +LBY LBY Industries Hotels and Restraurants +LBY LBY Industries Transport +LBY LBY Industries Post and Telecommunications +LBY LBY Industries Finacial Intermediation and Business Activities +LBY LBY Industries Public Administration +LBY LBY Industries Education, Health and Other Services +LBY LBY Industries Private Households +LBY LBY Industries Others +LBY LBY Industries Re-export & Re-import +LIE LIE Industries Agriculture +LIE LIE Industries Fishing +LIE LIE Industries Mining and Quarrying +LIE LIE Industries Food & Beverages +LIE LIE Industries Textiles and Wearing Apparel +LIE LIE Industries Wood and Paper +LIE LIE Industries Petroleum, Chemical and Non-Metallic Mineral Products +LIE LIE Industries Metal Products +LIE LIE Industries Electrical and Machinery +LIE LIE Industries Transport Equipment +LIE LIE Industries Other Manufacturing +LIE LIE Industries Recycling +LIE LIE Industries Electricity, Gas and Water +LIE LIE Industries Construction +LIE LIE Industries Maintenance and Repair +LIE LIE Industries Wholesale Trade +LIE LIE Industries Retail Trade +LIE LIE Industries Hotels and Restraurants +LIE LIE Industries Transport +LIE LIE Industries Post and Telecommunications +LIE LIE Industries Finacial Intermediation and Business Activities +LIE LIE Industries Public Administration +LIE LIE Industries Education, Health and Other Services +LIE LIE Industries Private Households +LIE LIE Industries Others +LIE LIE Industries Re-export & Re-import +LTU LTU Industries Agriculture +LTU LTU Industries Fishing +LTU LTU Industries Mining and Quarrying +LTU LTU Industries Food & Beverages +LTU LTU Industries Textiles and Wearing Apparel +LTU LTU Industries Wood and Paper +LTU LTU Industries Petroleum, Chemical and Non-Metallic Mineral Products +LTU LTU Industries Metal Products +LTU LTU Industries Electrical and Machinery +LTU LTU Industries Transport Equipment +LTU LTU Industries Other Manufacturing +LTU LTU Industries Recycling +LTU LTU Industries Electricity, Gas and Water +LTU LTU Industries Construction +LTU LTU Industries Maintenance and Repair +LTU LTU Industries Wholesale Trade +LTU LTU Industries Retail Trade +LTU LTU Industries Hotels and Restraurants +LTU LTU Industries Transport +LTU LTU Industries Post and Telecommunications +LTU LTU Industries Finacial Intermediation and Business Activities +LTU LTU Industries Public Administration +LTU LTU Industries Education, Health and Other Services +LTU LTU Industries Private Households +LTU LTU Industries Others +LTU LTU Industries Re-export & Re-import +LUX LUX Industries Agriculture +LUX LUX Industries Fishing +LUX LUX Industries Mining and Quarrying +LUX LUX Industries Food & Beverages +LUX LUX Industries Textiles and Wearing Apparel +LUX LUX Industries Wood and Paper +LUX LUX Industries Petroleum, Chemical and Non-Metallic Mineral Products +LUX LUX Industries Metal Products +LUX LUX Industries Electrical and Machinery +LUX LUX Industries Transport Equipment +LUX LUX Industries Other Manufacturing +LUX LUX Industries Recycling +LUX LUX Industries Electricity, Gas and Water +LUX LUX Industries Construction +LUX LUX Industries Maintenance and Repair +LUX LUX Industries Wholesale Trade +LUX LUX Industries Retail Trade +LUX LUX Industries Hotels and Restraurants +LUX LUX Industries Transport +LUX LUX Industries Post and Telecommunications +LUX LUX Industries Finacial Intermediation and Business Activities +LUX LUX Industries Public Administration +LUX LUX Industries Education, Health and Other Services +LUX LUX Industries Private Households +LUX LUX Industries Others +LUX LUX Industries Re-export & Re-import +MAC MAC Industries Agriculture +MAC MAC Industries Fishing +MAC MAC Industries Mining and Quarrying +MAC MAC Industries Food & Beverages +MAC MAC Industries Textiles and Wearing Apparel +MAC MAC Industries Wood and Paper +MAC MAC Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAC MAC Industries Metal Products +MAC MAC Industries Electrical and Machinery +MAC MAC Industries Transport Equipment +MAC MAC Industries Other Manufacturing +MAC MAC Industries Recycling +MAC MAC Industries Electricity, Gas and Water +MAC MAC Industries Construction +MAC MAC Industries Maintenance and Repair +MAC MAC Industries Wholesale Trade +MAC MAC Industries Retail Trade +MAC MAC Industries Hotels and Restraurants +MAC MAC Industries Transport +MAC MAC Industries Post and Telecommunications +MAC MAC Industries Finacial Intermediation and Business Activities +MAC MAC Industries Public Administration +MAC MAC Industries Education, Health and Other Services +MAC MAC Industries Private Households +MAC MAC Industries Others +MAC MAC Industries Re-export & Re-import +MDG MDG Industries Agriculture +MDG MDG Industries Fishing +MDG MDG Industries Mining and Quarrying +MDG MDG Industries Food & Beverages +MDG MDG Industries Textiles and Wearing Apparel +MDG MDG Industries Wood and Paper +MDG MDG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDG MDG Industries Metal Products +MDG MDG Industries Electrical and Machinery +MDG MDG Industries Transport Equipment +MDG MDG Industries Other Manufacturing +MDG MDG Industries Recycling +MDG MDG Industries Electricity, Gas and Water +MDG MDG Industries Construction +MDG MDG Industries Maintenance and Repair +MDG MDG Industries Wholesale Trade +MDG MDG Industries Retail Trade +MDG MDG Industries Hotels and Restraurants +MDG MDG Industries Transport +MDG MDG Industries Post and Telecommunications +MDG MDG Industries Finacial Intermediation and Business Activities +MDG MDG Industries Public Administration +MDG MDG Industries Education, Health and Other Services +MDG MDG Industries Private Households +MDG MDG Industries Others +MDG MDG Industries Re-export & Re-import +MWI MWI Industries Agriculture +MWI MWI Industries Fishing +MWI MWI Industries Mining and Quarrying +MWI MWI Industries Food & Beverages +MWI MWI Industries Textiles and Wearing Apparel +MWI MWI Industries Wood and Paper +MWI MWI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MWI MWI Industries Metal Products +MWI MWI Industries Electrical and Machinery +MWI MWI Industries Transport Equipment +MWI MWI Industries Other Manufacturing +MWI MWI Industries Recycling +MWI MWI Industries Electricity, Gas and Water +MWI MWI Industries Construction +MWI MWI Industries Maintenance and Repair +MWI MWI Industries Wholesale Trade +MWI MWI Industries Retail Trade +MWI MWI Industries Hotels and Restraurants +MWI MWI Industries Transport +MWI MWI Industries Post and Telecommunications +MWI MWI Industries Finacial Intermediation and Business Activities +MWI MWI Industries Public Administration +MWI MWI Industries Education, Health and Other Services +MWI MWI Industries Private Households +MWI MWI Industries Others +MWI MWI Industries Re-export & Re-import +MYS MYS Commodities Agriculture +MYS MYS Commodities Fishing +MYS MYS Commodities Mining and Quarrying +MYS MYS Commodities Food & Beverages +MYS MYS Commodities Textiles and Wearing Apparel +MYS MYS Commodities Wood and Paper +MYS MYS Commodities Petroleum, Chemical and Non-Metallic Mineral Products +MYS MYS Commodities Metal Products +MYS MYS Commodities Electrical and Machinery +MYS MYS Commodities Transport Equipment +MYS MYS Commodities Other Manufacturing +MYS MYS Commodities Recycling +MYS MYS Commodities Electricity, Gas and Water +MYS MYS Commodities Construction +MYS MYS Commodities Maintenance and Repair +MYS MYS Commodities Wholesale Trade +MYS MYS Commodities Retail Trade +MYS MYS Commodities Hotels and Restraurants +MYS MYS Commodities Transport +MYS MYS Commodities Post and Telecommunications +MYS MYS Commodities Finacial Intermediation and Business Activities +MYS MYS Commodities Public Administration +MYS MYS Commodities Education, Health and Other Services +MYS MYS Commodities Private Households +MYS MYS Commodities Others +MYS MYS Commodities Re-export & Re-import +MDV MDV Industries Agriculture +MDV MDV Industries Fishing +MDV MDV Industries Mining and Quarrying +MDV MDV Industries Food & Beverages +MDV MDV Industries Textiles and Wearing Apparel +MDV MDV Industries Wood and Paper +MDV MDV Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDV MDV Industries Metal Products +MDV MDV Industries Electrical and Machinery +MDV MDV Industries Transport Equipment +MDV MDV Industries Other Manufacturing +MDV MDV Industries Recycling +MDV MDV Industries Electricity, Gas and Water +MDV MDV Industries Construction +MDV MDV Industries Maintenance and Repair +MDV MDV Industries Wholesale Trade +MDV MDV Industries Retail Trade +MDV MDV Industries Hotels and Restraurants +MDV MDV Industries Transport +MDV MDV Industries Post and Telecommunications +MDV MDV Industries Finacial Intermediation and Business Activities +MDV MDV Industries Public Administration +MDV MDV Industries Education, Health and Other Services +MDV MDV Industries Private Households +MDV MDV Industries Others +MDV MDV Industries Re-export & Re-import +MLI MLI Industries Agriculture +MLI MLI Industries Fishing +MLI MLI Industries Mining and Quarrying +MLI MLI Industries Food & Beverages +MLI MLI Industries Textiles and Wearing Apparel +MLI MLI Industries Wood and Paper +MLI MLI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLI MLI Industries Metal Products +MLI MLI Industries Electrical and Machinery +MLI MLI Industries Transport Equipment +MLI MLI Industries Other Manufacturing +MLI MLI Industries Recycling +MLI MLI Industries Electricity, Gas and Water +MLI MLI Industries Construction +MLI MLI Industries Maintenance and Repair +MLI MLI Industries Wholesale Trade +MLI MLI Industries Retail Trade +MLI MLI Industries Hotels and Restraurants +MLI MLI Industries Transport +MLI MLI Industries Post and Telecommunications +MLI MLI Industries Finacial Intermediation and Business Activities +MLI MLI Industries Public Administration +MLI MLI Industries Education, Health and Other Services +MLI MLI Industries Private Households +MLI MLI Industries Others +MLI MLI Industries Re-export & Re-import +MLT MLT Industries Agriculture +MLT MLT Industries Fishing +MLT MLT Industries Mining and Quarrying +MLT MLT Industries Food & Beverages +MLT MLT Industries Textiles and Wearing Apparel +MLT MLT Industries Wood and Paper +MLT MLT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLT MLT Industries Metal Products +MLT MLT Industries Electrical and Machinery +MLT MLT Industries Transport Equipment +MLT MLT Industries Other Manufacturing +MLT MLT Industries Recycling +MLT MLT Industries Electricity, Gas and Water +MLT MLT Industries Construction +MLT MLT Industries Maintenance and Repair +MLT MLT Industries Wholesale Trade +MLT MLT Industries Retail Trade +MLT MLT Industries Hotels and Restraurants +MLT MLT Industries Transport +MLT MLT Industries Post and Telecommunications +MLT MLT Industries Finacial Intermediation and Business Activities +MLT MLT Industries Public Administration +MLT MLT Industries Education, Health and Other Services +MLT MLT Industries Private Households +MLT MLT Industries Others +MLT MLT Industries Re-export & Re-import +MRT MRT Industries Agriculture +MRT MRT Industries Fishing +MRT MRT Industries Mining and Quarrying +MRT MRT Industries Food & Beverages +MRT MRT Industries Textiles and Wearing Apparel +MRT MRT Industries Wood and Paper +MRT MRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MRT MRT Industries Metal Products +MRT MRT Industries Electrical and Machinery +MRT MRT Industries Transport Equipment +MRT MRT Industries Other Manufacturing +MRT MRT Industries Recycling +MRT MRT Industries Electricity, Gas and Water +MRT MRT Industries Construction +MRT MRT Industries Maintenance and Repair +MRT MRT Industries Wholesale Trade +MRT MRT Industries Retail Trade +MRT MRT Industries Hotels and Restraurants +MRT MRT Industries Transport +MRT MRT Industries Post and Telecommunications +MRT MRT Industries Finacial Intermediation and Business Activities +MRT MRT Industries Public Administration +MRT MRT Industries Education, Health and Other Services +MRT MRT Industries Private Households +MRT MRT Industries Others +MRT MRT Industries Re-export & Re-import +MUS MUS Industries Agriculture +MUS MUS Industries Fishing +MUS MUS Industries Mining and Quarrying +MUS MUS Industries Food & Beverages +MUS MUS Industries Textiles and Wearing Apparel +MUS MUS Industries Wood and Paper +MUS MUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +MUS MUS Industries Metal Products +MUS MUS Industries Electrical and Machinery +MUS MUS Industries Transport Equipment +MUS MUS Industries Other Manufacturing +MUS MUS Industries Recycling +MUS MUS Industries Electricity, Gas and Water +MUS MUS Industries Construction +MUS MUS Industries Maintenance and Repair +MUS MUS Industries Wholesale Trade +MUS MUS Industries Retail Trade +MUS MUS Industries Hotels and Restraurants +MUS MUS Industries Transport +MUS MUS Industries Post and Telecommunications +MUS MUS Industries Finacial Intermediation and Business Activities +MUS MUS Industries Public Administration +MUS MUS Industries Education, Health and Other Services +MUS MUS Industries Private Households +MUS MUS Industries Others +MUS MUS Industries Re-export & Re-import +MEX MEX Industries Agriculture +MEX MEX Industries Fishing +MEX MEX Industries Mining and Quarrying +MEX MEX Industries Food & Beverages +MEX MEX Industries Textiles and Wearing Apparel +MEX MEX Industries Wood and Paper +MEX MEX Industries Petroleum, Chemical and Non-Metallic Mineral Products +MEX MEX Industries Metal Products +MEX MEX Industries Electrical and Machinery +MEX MEX Industries Transport Equipment +MEX MEX Industries Other Manufacturing +MEX MEX Industries Recycling +MEX MEX Industries Electricity, Gas and Water +MEX MEX Industries Construction +MEX MEX Industries Maintenance and Repair +MEX MEX Industries Wholesale Trade +MEX MEX Industries Retail Trade +MEX MEX Industries Hotels and Restraurants +MEX MEX Industries Transport +MEX MEX Industries Post and Telecommunications +MEX MEX Industries Finacial Intermediation and Business Activities +MEX MEX Industries Public Administration +MEX MEX Industries Education, Health and Other Services +MEX MEX Industries Private Households +MEX MEX Industries Others +MEX MEX Industries Re-export & Re-import +MCO MCO Industries Agriculture +MCO MCO Industries Fishing +MCO MCO Industries Mining and Quarrying +MCO MCO Industries Food & Beverages +MCO MCO Industries Textiles and Wearing Apparel +MCO MCO Industries Wood and Paper +MCO MCO Industries Petroleum, Chemical and Non-Metallic Mineral Products +MCO MCO Industries Metal Products +MCO MCO Industries Electrical and Machinery +MCO MCO Industries Transport Equipment +MCO MCO Industries Other Manufacturing +MCO MCO Industries Recycling +MCO MCO Industries Electricity, Gas and Water +MCO MCO Industries Construction +MCO MCO Industries Maintenance and Repair +MCO MCO Industries Wholesale Trade +MCO MCO Industries Retail Trade +MCO MCO Industries Hotels and Restraurants +MCO MCO Industries Transport +MCO MCO Industries Post and Telecommunications +MCO MCO Industries Finacial Intermediation and Business Activities +MCO MCO Industries Public Administration +MCO MCO Industries Education, Health and Other Services +MCO MCO Industries Private Households +MCO MCO Industries Others +MCO MCO Industries Re-export & Re-import +MNG MNG Industries Agriculture +MNG MNG Industries Fishing +MNG MNG Industries Mining and Quarrying +MNG MNG Industries Food & Beverages +MNG MNG Industries Textiles and Wearing Apparel +MNG MNG Industries Wood and Paper +MNG MNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNG MNG Industries Metal Products +MNG MNG Industries Electrical and Machinery +MNG MNG Industries Transport Equipment +MNG MNG Industries Other Manufacturing +MNG MNG Industries Recycling +MNG MNG Industries Electricity, Gas and Water +MNG MNG Industries Construction +MNG MNG Industries Maintenance and Repair +MNG MNG Industries Wholesale Trade +MNG MNG Industries Retail Trade +MNG MNG Industries Hotels and Restraurants +MNG MNG Industries Transport +MNG MNG Industries Post and Telecommunications +MNG MNG Industries Finacial Intermediation and Business Activities +MNG MNG Industries Public Administration +MNG MNG Industries Education, Health and Other Services +MNG MNG Industries Private Households +MNG MNG Industries Others +MNG MNG Industries Re-export & Re-import +MNE MNE Industries Agriculture +MNE MNE Industries Fishing +MNE MNE Industries Mining and Quarrying +MNE MNE Industries Food & Beverages +MNE MNE Industries Textiles and Wearing Apparel +MNE MNE Industries Wood and Paper +MNE MNE Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNE MNE Industries Metal Products +MNE MNE Industries Electrical and Machinery +MNE MNE Industries Transport Equipment +MNE MNE Industries Other Manufacturing +MNE MNE Industries Recycling +MNE MNE Industries Electricity, Gas and Water +MNE MNE Industries Construction +MNE MNE Industries Maintenance and Repair +MNE MNE Industries Wholesale Trade +MNE MNE Industries Retail Trade +MNE MNE Industries Hotels and Restraurants +MNE MNE Industries Transport +MNE MNE Industries Post and Telecommunications +MNE MNE Industries Finacial Intermediation and Business Activities +MNE MNE Industries Public Administration +MNE MNE Industries Education, Health and Other Services +MNE MNE Industries Private Households +MNE MNE Industries Others +MNE MNE Industries Re-export & Re-import +MAR MAR Industries Agriculture +MAR MAR Industries Fishing +MAR MAR Industries Mining and Quarrying +MAR MAR Industries Food & Beverages +MAR MAR Industries Textiles and Wearing Apparel +MAR MAR Industries Wood and Paper +MAR MAR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAR MAR Industries Metal Products +MAR MAR Industries Electrical and Machinery +MAR MAR Industries Transport Equipment +MAR MAR Industries Other Manufacturing +MAR MAR Industries Recycling +MAR MAR Industries Electricity, Gas and Water +MAR MAR Industries Construction +MAR MAR Industries Maintenance and Repair +MAR MAR Industries Wholesale Trade +MAR MAR Industries Retail Trade +MAR MAR Industries Hotels and Restraurants +MAR MAR Industries Transport +MAR MAR Industries Post and Telecommunications +MAR MAR Industries Finacial Intermediation and Business Activities +MAR MAR Industries Public Administration +MAR MAR Industries Education, Health and Other Services +MAR MAR Industries Private Households +MAR MAR Industries Others +MAR MAR Industries Re-export & Re-import +MOZ MOZ Industries Agriculture +MOZ MOZ Industries Fishing +MOZ MOZ Industries Mining and Quarrying +MOZ MOZ Industries Food & Beverages +MOZ MOZ Industries Textiles and Wearing Apparel +MOZ MOZ Industries Wood and Paper +MOZ MOZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +MOZ MOZ Industries Metal Products +MOZ MOZ Industries Electrical and Machinery +MOZ MOZ Industries Transport Equipment +MOZ MOZ Industries Other Manufacturing +MOZ MOZ Industries Recycling +MOZ MOZ Industries Electricity, Gas and Water +MOZ MOZ Industries Construction +MOZ MOZ Industries Maintenance and Repair +MOZ MOZ Industries Wholesale Trade +MOZ MOZ Industries Retail Trade +MOZ MOZ Industries Hotels and Restraurants +MOZ MOZ Industries Transport +MOZ MOZ Industries Post and Telecommunications +MOZ MOZ Industries Finacial Intermediation and Business Activities +MOZ MOZ Industries Public Administration +MOZ MOZ Industries Education, Health and Other Services +MOZ MOZ Industries Private Households +MOZ MOZ Industries Others +MOZ MOZ Industries Re-export & Re-import +MMR MMR Industries Agriculture +MMR MMR Industries Fishing +MMR MMR Industries Mining and Quarrying +MMR MMR Industries Food & Beverages +MMR MMR Industries Textiles and Wearing Apparel +MMR MMR Industries Wood and Paper +MMR MMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MMR MMR Industries Metal Products +MMR MMR Industries Electrical and Machinery +MMR MMR Industries Transport Equipment +MMR MMR Industries Other Manufacturing +MMR MMR Industries Recycling +MMR MMR Industries Electricity, Gas and Water +MMR MMR Industries Construction +MMR MMR Industries Maintenance and Repair +MMR MMR Industries Wholesale Trade +MMR MMR Industries Retail Trade +MMR MMR Industries Hotels and Restraurants +MMR MMR Industries Transport +MMR MMR Industries Post and Telecommunications +MMR MMR Industries Finacial Intermediation and Business Activities +MMR MMR Industries Public Administration +MMR MMR Industries Education, Health and Other Services +MMR MMR Industries Private Households +MMR MMR Industries Others +MMR MMR Industries Re-export & Re-import +NAM NAM Industries Agriculture +NAM NAM Industries Fishing +NAM NAM Industries Mining and Quarrying +NAM NAM Industries Food & Beverages +NAM NAM Industries Textiles and Wearing Apparel +NAM NAM Industries Wood and Paper +NAM NAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +NAM NAM Industries Metal Products +NAM NAM Industries Electrical and Machinery +NAM NAM Industries Transport Equipment +NAM NAM Industries Other Manufacturing +NAM NAM Industries Recycling +NAM NAM Industries Electricity, Gas and Water +NAM NAM Industries Construction +NAM NAM Industries Maintenance and Repair +NAM NAM Industries Wholesale Trade +NAM NAM Industries Retail Trade +NAM NAM Industries Hotels and Restraurants +NAM NAM Industries Transport +NAM NAM Industries Post and Telecommunications +NAM NAM Industries Finacial Intermediation and Business Activities +NAM NAM Industries Public Administration +NAM NAM Industries Education, Health and Other Services +NAM NAM Industries Private Households +NAM NAM Industries Others +NAM NAM Industries Re-export & Re-import +NPL NPL Industries Agriculture +NPL NPL Industries Fishing +NPL NPL Industries Mining and Quarrying +NPL NPL Industries Food & Beverages +NPL NPL Industries Textiles and Wearing Apparel +NPL NPL Industries Wood and Paper +NPL NPL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NPL NPL Industries Metal Products +NPL NPL Industries Electrical and Machinery +NPL NPL Industries Transport Equipment +NPL NPL Industries Other Manufacturing +NPL NPL Industries Recycling +NPL NPL Industries Electricity, Gas and Water +NPL NPL Industries Construction +NPL NPL Industries Maintenance and Repair +NPL NPL Industries Wholesale Trade +NPL NPL Industries Retail Trade +NPL NPL Industries Hotels and Restraurants +NPL NPL Industries Transport +NPL NPL Industries Post and Telecommunications +NPL NPL Industries Finacial Intermediation and Business Activities +NPL NPL Industries Public Administration +NPL NPL Industries Education, Health and Other Services +NPL NPL Industries Private Households +NPL NPL Industries Others +NPL NPL Industries Re-export & Re-import +NLD NLD Industries Agriculture +NLD NLD Industries Fishing +NLD NLD Industries Mining and Quarrying +NLD NLD Industries Food & Beverages +NLD NLD Industries Textiles and Wearing Apparel +NLD NLD Industries Wood and Paper +NLD NLD Industries Petroleum, Chemical and Non-Metallic Mineral Products +NLD NLD Industries Metal Products +NLD NLD Industries Electrical and Machinery +NLD NLD Industries Transport Equipment +NLD NLD Industries Other Manufacturing +NLD NLD Industries Recycling +NLD NLD Industries Electricity, Gas and Water +NLD NLD Industries Construction +NLD NLD Industries Maintenance and Repair +NLD NLD Industries Wholesale Trade +NLD NLD Industries Retail Trade +NLD NLD Industries Hotels and Restraurants +NLD NLD Industries Transport +NLD NLD Industries Post and Telecommunications +NLD NLD Industries Finacial Intermediation and Business Activities +NLD NLD Industries Public Administration +NLD NLD Industries Education, Health and Other Services +NLD NLD Industries Private Households +NLD NLD Industries Others +NLD NLD Industries Re-export & Re-import +ANT ANT Industries Agriculture +ANT ANT Industries Fishing +ANT ANT Industries Mining and Quarrying +ANT ANT Industries Food & Beverages +ANT ANT Industries Textiles and Wearing Apparel +ANT ANT Industries Wood and Paper +ANT ANT Industries Petroleum, Chemical and Non-Metallic Mineral Products +ANT ANT Industries Metal Products +ANT ANT Industries Electrical and Machinery +ANT ANT Industries Transport Equipment +ANT ANT Industries Other Manufacturing +ANT ANT Industries Recycling +ANT ANT Industries Electricity, Gas and Water +ANT ANT Industries Construction +ANT ANT Industries Maintenance and Repair +ANT ANT Industries Wholesale Trade +ANT ANT Industries Retail Trade +ANT ANT Industries Hotels and Restraurants +ANT ANT Industries Transport +ANT ANT Industries Post and Telecommunications +ANT ANT Industries Finacial Intermediation and Business Activities +ANT ANT Industries Public Administration +ANT ANT Industries Education, Health and Other Services +ANT ANT Industries Private Households +ANT ANT Industries Others +ANT ANT Industries Re-export & Re-import +NCL NCL Industries Agriculture +NCL NCL Industries Fishing +NCL NCL Industries Mining and Quarrying +NCL NCL Industries Food & Beverages +NCL NCL Industries Textiles and Wearing Apparel +NCL NCL Industries Wood and Paper +NCL NCL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NCL NCL Industries Metal Products +NCL NCL Industries Electrical and Machinery +NCL NCL Industries Transport Equipment +NCL NCL Industries Other Manufacturing +NCL NCL Industries Recycling +NCL NCL Industries Electricity, Gas and Water +NCL NCL Industries Construction +NCL NCL Industries Maintenance and Repair +NCL NCL Industries Wholesale Trade +NCL NCL Industries Retail Trade +NCL NCL Industries Hotels and Restraurants +NCL NCL Industries Transport +NCL NCL Industries Post and Telecommunications +NCL NCL Industries Finacial Intermediation and Business Activities +NCL NCL Industries Public Administration +NCL NCL Industries Education, Health and Other Services +NCL NCL Industries Private Households +NCL NCL Industries Others +NCL NCL Industries Re-export & Re-import +NZL NZL Industries Agriculture +NZL NZL Industries Fishing +NZL NZL Industries Mining and Quarrying +NZL NZL Industries Food & Beverages +NZL NZL Industries Textiles and Wearing Apparel +NZL NZL Industries Wood and Paper +NZL NZL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NZL NZL Industries Metal Products +NZL NZL Industries Electrical and Machinery +NZL NZL Industries Transport Equipment +NZL NZL Industries Other Manufacturing +NZL NZL Industries Recycling +NZL NZL Industries Electricity, Gas and Water +NZL NZL Industries Construction +NZL NZL Industries Maintenance and Repair +NZL NZL Industries Wholesale Trade +NZL NZL Industries Retail Trade +NZL NZL Industries Hotels and Restraurants +NZL NZL Industries Transport +NZL NZL Industries Post and Telecommunications +NZL NZL Industries Finacial Intermediation and Business Activities +NZL NZL Industries Public Administration +NZL NZL Industries Education, Health and Other Services +NZL NZL Industries Private Households +NZL NZL Industries Others +NZL NZL Industries Re-export & Re-import +NIC NIC Industries Agriculture +NIC NIC Industries Fishing +NIC NIC Industries Mining and Quarrying +NIC NIC Industries Food & Beverages +NIC NIC Industries Textiles and Wearing Apparel +NIC NIC Industries Wood and Paper +NIC NIC Industries Petroleum, Chemical and Non-Metallic Mineral Products +NIC NIC Industries Metal Products +NIC NIC Industries Electrical and Machinery +NIC NIC Industries Transport Equipment +NIC NIC Industries Other Manufacturing +NIC NIC Industries Recycling +NIC NIC Industries Electricity, Gas and Water +NIC NIC Industries Construction +NIC NIC Industries Maintenance and Repair +NIC NIC Industries Wholesale Trade +NIC NIC Industries Retail Trade +NIC NIC Industries Hotels and Restraurants +NIC NIC Industries Transport +NIC NIC Industries Post and Telecommunications +NIC NIC Industries Finacial Intermediation and Business Activities +NIC NIC Industries Public Administration +NIC NIC Industries Education, Health and Other Services +NIC NIC Industries Private Households +NIC NIC Industries Others +NIC NIC Industries Re-export & Re-import +NER NER Industries Agriculture +NER NER Industries Fishing +NER NER Industries Mining and Quarrying +NER NER Industries Food & Beverages +NER NER Industries Textiles and Wearing Apparel +NER NER Industries Wood and Paper +NER NER Industries Petroleum, Chemical and Non-Metallic Mineral Products +NER NER Industries Metal Products +NER NER Industries Electrical and Machinery +NER NER Industries Transport Equipment +NER NER Industries Other Manufacturing +NER NER Industries Recycling +NER NER Industries Electricity, Gas and Water +NER NER Industries Construction +NER NER Industries Maintenance and Repair +NER NER Industries Wholesale Trade +NER NER Industries Retail Trade +NER NER Industries Hotels and Restraurants +NER NER Industries Transport +NER NER Industries Post and Telecommunications +NER NER Industries Finacial Intermediation and Business Activities +NER NER Industries Public Administration +NER NER Industries Education, Health and Other Services +NER NER Industries Private Households +NER NER Industries Others +NER NER Industries Re-export & Re-import +NGA NGA Industries Agriculture +NGA NGA Industries Fishing +NGA NGA Industries Mining and Quarrying +NGA NGA Industries Food & Beverages +NGA NGA Industries Textiles and Wearing Apparel +NGA NGA Industries Wood and Paper +NGA NGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +NGA NGA Industries Metal Products +NGA NGA Industries Electrical and Machinery +NGA NGA Industries Transport Equipment +NGA NGA Industries Other Manufacturing +NGA NGA Industries Recycling +NGA NGA Industries Electricity, Gas and Water +NGA NGA Industries Construction +NGA NGA Industries Maintenance and Repair +NGA NGA Industries Wholesale Trade +NGA NGA Industries Retail Trade +NGA NGA Industries Hotels and Restraurants +NGA NGA Industries Transport +NGA NGA Industries Post and Telecommunications +NGA NGA Industries Finacial Intermediation and Business Activities +NGA NGA Industries Public Administration +NGA NGA Industries Education, Health and Other Services +NGA NGA Industries Private Households +NGA NGA Industries Others +NGA NGA Industries Re-export & Re-import +NOR NOR Industries Agriculture +NOR NOR Industries Fishing +NOR NOR Industries Mining and Quarrying +NOR NOR Industries Food & Beverages +NOR NOR Industries Textiles and Wearing Apparel +NOR NOR Industries Wood and Paper +NOR NOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +NOR NOR Industries Metal Products +NOR NOR Industries Electrical and Machinery +NOR NOR Industries Transport Equipment +NOR NOR Industries Other Manufacturing +NOR NOR Industries Recycling +NOR NOR Industries Electricity, Gas and Water +NOR NOR Industries Construction +NOR NOR Industries Maintenance and Repair +NOR NOR Industries Wholesale Trade +NOR NOR Industries Retail Trade +NOR NOR Industries Hotels and Restraurants +NOR NOR Industries Transport +NOR NOR Industries Post and Telecommunications +NOR NOR Industries Finacial Intermediation and Business Activities +NOR NOR Industries Public Administration +NOR NOR Industries Education, Health and Other Services +NOR NOR Industries Private Households +NOR NOR Industries Others +NOR NOR Industries Re-export & Re-import +PSE PSE Industries Agriculture +PSE PSE Industries Fishing +PSE PSE Industries Mining and Quarrying +PSE PSE Industries Food & Beverages +PSE PSE Industries Textiles and Wearing Apparel +PSE PSE Industries Wood and Paper +PSE PSE Industries Petroleum, Chemical and Non-Metallic Mineral Products +PSE PSE Industries Metal Products +PSE PSE Industries Electrical and Machinery +PSE PSE Industries Transport Equipment +PSE PSE Industries Other Manufacturing +PSE PSE Industries Recycling +PSE PSE Industries Electricity, Gas and Water +PSE PSE Industries Construction +PSE PSE Industries Maintenance and Repair +PSE PSE Industries Wholesale Trade +PSE PSE Industries Retail Trade +PSE PSE Industries Hotels and Restraurants +PSE PSE Industries Transport +PSE PSE Industries Post and Telecommunications +PSE PSE Industries Finacial Intermediation and Business Activities +PSE PSE Industries Public Administration +PSE PSE Industries Education, Health and Other Services +PSE PSE Industries Private Households +PSE PSE Industries Others +PSE PSE Industries Re-export & Re-import +OMN OMN Industries Agriculture +OMN OMN Industries Fishing +OMN OMN Industries Mining and Quarrying +OMN OMN Industries Food & Beverages +OMN OMN Industries Textiles and Wearing Apparel +OMN OMN Industries Wood and Paper +OMN OMN Industries Petroleum, Chemical and Non-Metallic Mineral Products +OMN OMN Industries Metal Products +OMN OMN Industries Electrical and Machinery +OMN OMN Industries Transport Equipment +OMN OMN Industries Other Manufacturing +OMN OMN Industries Recycling +OMN OMN Industries Electricity, Gas and Water +OMN OMN Industries Construction +OMN OMN Industries Maintenance and Repair +OMN OMN Industries Wholesale Trade +OMN OMN Industries Retail Trade +OMN OMN Industries Hotels and Restraurants +OMN OMN Industries Transport +OMN OMN Industries Post and Telecommunications +OMN OMN Industries Finacial Intermediation and Business Activities +OMN OMN Industries Public Administration +OMN OMN Industries Education, Health and Other Services +OMN OMN Industries Private Households +OMN OMN Industries Others +OMN OMN Industries Re-export & Re-import +PAK PAK Industries Agriculture +PAK PAK Industries Fishing +PAK PAK Industries Mining and Quarrying +PAK PAK Industries Food & Beverages +PAK PAK Industries Textiles and Wearing Apparel +PAK PAK Industries Wood and Paper +PAK PAK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAK PAK Industries Metal Products +PAK PAK Industries Electrical and Machinery +PAK PAK Industries Transport Equipment +PAK PAK Industries Other Manufacturing +PAK PAK Industries Recycling +PAK PAK Industries Electricity, Gas and Water +PAK PAK Industries Construction +PAK PAK Industries Maintenance and Repair +PAK PAK Industries Wholesale Trade +PAK PAK Industries Retail Trade +PAK PAK Industries Hotels and Restraurants +PAK PAK Industries Transport +PAK PAK Industries Post and Telecommunications +PAK PAK Industries Finacial Intermediation and Business Activities +PAK PAK Industries Public Administration +PAK PAK Industries Education, Health and Other Services +PAK PAK Industries Private Households +PAK PAK Industries Others +PAK PAK Industries Re-export & Re-import +PAN PAN Industries Agriculture +PAN PAN Industries Fishing +PAN PAN Industries Mining and Quarrying +PAN PAN Industries Food & Beverages +PAN PAN Industries Textiles and Wearing Apparel +PAN PAN Industries Wood and Paper +PAN PAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAN PAN Industries Metal Products +PAN PAN Industries Electrical and Machinery +PAN PAN Industries Transport Equipment +PAN PAN Industries Other Manufacturing +PAN PAN Industries Recycling +PAN PAN Industries Electricity, Gas and Water +PAN PAN Industries Construction +PAN PAN Industries Maintenance and Repair +PAN PAN Industries Wholesale Trade +PAN PAN Industries Retail Trade +PAN PAN Industries Hotels and Restraurants +PAN PAN Industries Transport +PAN PAN Industries Post and Telecommunications +PAN PAN Industries Finacial Intermediation and Business Activities +PAN PAN Industries Public Administration +PAN PAN Industries Education, Health and Other Services +PAN PAN Industries Private Households +PAN PAN Industries Others +PAN PAN Industries Re-export & Re-import +PNG PNG Industries Agriculture +PNG PNG Industries Fishing +PNG PNG Industries Mining and Quarrying +PNG PNG Industries Food & Beverages +PNG PNG Industries Textiles and Wearing Apparel +PNG PNG Industries Wood and Paper +PNG PNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +PNG PNG Industries Metal Products +PNG PNG Industries Electrical and Machinery +PNG PNG Industries Transport Equipment +PNG PNG Industries Other Manufacturing +PNG PNG Industries Recycling +PNG PNG Industries Electricity, Gas and Water +PNG PNG Industries Construction +PNG PNG Industries Maintenance and Repair +PNG PNG Industries Wholesale Trade +PNG PNG Industries Retail Trade +PNG PNG Industries Hotels and Restraurants +PNG PNG Industries Transport +PNG PNG Industries Post and Telecommunications +PNG PNG Industries Finacial Intermediation and Business Activities +PNG PNG Industries Public Administration +PNG PNG Industries Education, Health and Other Services +PNG PNG Industries Private Households +PNG PNG Industries Others +PNG PNG Industries Re-export & Re-import +PRY PRY Industries Agriculture +PRY PRY Industries Fishing +PRY PRY Industries Mining and Quarrying +PRY PRY Industries Food & Beverages +PRY PRY Industries Textiles and Wearing Apparel +PRY PRY Industries Wood and Paper +PRY PRY Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRY PRY Industries Metal Products +PRY PRY Industries Electrical and Machinery +PRY PRY Industries Transport Equipment +PRY PRY Industries Other Manufacturing +PRY PRY Industries Recycling +PRY PRY Industries Electricity, Gas and Water +PRY PRY Industries Construction +PRY PRY Industries Maintenance and Repair +PRY PRY Industries Wholesale Trade +PRY PRY Industries Retail Trade +PRY PRY Industries Hotels and Restraurants +PRY PRY Industries Transport +PRY PRY Industries Post and Telecommunications +PRY PRY Industries Finacial Intermediation and Business Activities +PRY PRY Industries Public Administration +PRY PRY Industries Education, Health and Other Services +PRY PRY Industries Private Households +PRY PRY Industries Others +PRY PRY Industries Re-export & Re-import +PER PER Industries Agriculture +PER PER Industries Fishing +PER PER Industries Mining and Quarrying +PER PER Industries Food & Beverages +PER PER Industries Textiles and Wearing Apparel +PER PER Industries Wood and Paper +PER PER Industries Petroleum, Chemical and Non-Metallic Mineral Products +PER PER Industries Metal Products +PER PER Industries Electrical and Machinery +PER PER Industries Transport Equipment +PER PER Industries Other Manufacturing +PER PER Industries Recycling +PER PER Industries Electricity, Gas and Water +PER PER Industries Construction +PER PER Industries Maintenance and Repair +PER PER Industries Wholesale Trade +PER PER Industries Retail Trade +PER PER Industries Hotels and Restraurants +PER PER Industries Transport +PER PER Industries Post and Telecommunications +PER PER Industries Finacial Intermediation and Business Activities +PER PER Industries Public Administration +PER PER Industries Education, Health and Other Services +PER PER Industries Private Households +PER PER Industries Others +PER PER Industries Re-export & Re-import +PHL PHL Commodities Agriculture +PHL PHL Commodities Fishing +PHL PHL Commodities Mining and Quarrying +PHL PHL Commodities Food & Beverages +PHL PHL Commodities Textiles and Wearing Apparel +PHL PHL Commodities Wood and Paper +PHL PHL Commodities Petroleum, Chemical and Non-Metallic Mineral Products +PHL PHL Commodities Metal Products +PHL PHL Commodities Electrical and Machinery +PHL PHL Commodities Transport Equipment +PHL PHL Commodities Other Manufacturing +PHL PHL Commodities Recycling +PHL PHL Commodities Electricity, Gas and Water +PHL PHL Commodities Construction +PHL PHL Commodities Maintenance and Repair +PHL PHL Commodities Wholesale Trade +PHL PHL Commodities Retail Trade +PHL PHL Commodities Hotels and Restraurants +PHL PHL Commodities Transport +PHL PHL Commodities Post and Telecommunications +PHL PHL Commodities Finacial Intermediation and Business Activities +PHL PHL Commodities Public Administration +PHL PHL Commodities Education, Health and Other Services +PHL PHL Commodities Private Households +PHL PHL Commodities Others +PHL PHL Commodities Re-export & Re-import +POL POL Industries Agriculture +POL POL Industries Fishing +POL POL Industries Mining and Quarrying +POL POL Industries Food & Beverages +POL POL Industries Textiles and Wearing Apparel +POL POL Industries Wood and Paper +POL POL Industries Petroleum, Chemical and Non-Metallic Mineral Products +POL POL Industries Metal Products +POL POL Industries Electrical and Machinery +POL POL Industries Transport Equipment +POL POL Industries Other Manufacturing +POL POL Industries Recycling +POL POL Industries Electricity, Gas and Water +POL POL Industries Construction +POL POL Industries Maintenance and Repair +POL POL Industries Wholesale Trade +POL POL Industries Retail Trade +POL POL Industries Hotels and Restraurants +POL POL Industries Transport +POL POL Industries Post and Telecommunications +POL POL Industries Finacial Intermediation and Business Activities +POL POL Industries Public Administration +POL POL Industries Education, Health and Other Services +POL POL Industries Private Households +POL POL Industries Others +POL POL Industries Re-export & Re-import +PRT PRT Industries Agriculture +PRT PRT Industries Fishing +PRT PRT Industries Mining and Quarrying +PRT PRT Industries Food & Beverages +PRT PRT Industries Textiles and Wearing Apparel +PRT PRT Industries Wood and Paper +PRT PRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRT PRT Industries Metal Products +PRT PRT Industries Electrical and Machinery +PRT PRT Industries Transport Equipment +PRT PRT Industries Other Manufacturing +PRT PRT Industries Recycling +PRT PRT Industries Electricity, Gas and Water +PRT PRT Industries Construction +PRT PRT Industries Maintenance and Repair +PRT PRT Industries Wholesale Trade +PRT PRT Industries Retail Trade +PRT PRT Industries Hotels and Restraurants +PRT PRT Industries Transport +PRT PRT Industries Post and Telecommunications +PRT PRT Industries Finacial Intermediation and Business Activities +PRT PRT Industries Public Administration +PRT PRT Industries Education, Health and Other Services +PRT PRT Industries Private Households +PRT PRT Industries Others +PRT PRT Industries Re-export & Re-import +QAT QAT Industries Agriculture +QAT QAT Industries Fishing +QAT QAT Industries Mining and Quarrying +QAT QAT Industries Food & Beverages +QAT QAT Industries Textiles and Wearing Apparel +QAT QAT Industries Wood and Paper +QAT QAT Industries Petroleum, Chemical and Non-Metallic Mineral Products +QAT QAT Industries Metal Products +QAT QAT Industries Electrical and Machinery +QAT QAT Industries Transport Equipment +QAT QAT Industries Other Manufacturing +QAT QAT Industries Recycling +QAT QAT Industries Electricity, Gas and Water +QAT QAT Industries Construction +QAT QAT Industries Maintenance and Repair +QAT QAT Industries Wholesale Trade +QAT QAT Industries Retail Trade +QAT QAT Industries Hotels and Restraurants +QAT QAT Industries Transport +QAT QAT Industries Post and Telecommunications +QAT QAT Industries Finacial Intermediation and Business Activities +QAT QAT Industries Public Administration +QAT QAT Industries Education, Health and Other Services +QAT QAT Industries Private Households +QAT QAT Industries Others +QAT QAT Industries Re-export & Re-import +KOR KOR Commodities Agriculture +KOR KOR Commodities Fishing +KOR KOR Commodities Mining and Quarrying +KOR KOR Commodities Food & Beverages +KOR KOR Commodities Textiles and Wearing Apparel +KOR KOR Commodities Wood and Paper +KOR KOR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KOR KOR Commodities Metal Products +KOR KOR Commodities Electrical and Machinery +KOR KOR Commodities Transport Equipment +KOR KOR Commodities Other Manufacturing +KOR KOR Commodities Recycling +KOR KOR Commodities Electricity, Gas and Water +KOR KOR Commodities Construction +KOR KOR Commodities Maintenance and Repair +KOR KOR Commodities Wholesale Trade +KOR KOR Commodities Retail Trade +KOR KOR Commodities Hotels and Restraurants +KOR KOR Commodities Transport +KOR KOR Commodities Post and Telecommunications +KOR KOR Commodities Finacial Intermediation and Business Activities +KOR KOR Commodities Public Administration +KOR KOR Commodities Education, Health and Other Services +KOR KOR Commodities Private Households +KOR KOR Commodities Others +KOR KOR Commodities Re-export & Re-import +MDA MDA Industries Agriculture +MDA MDA Industries Fishing +MDA MDA Industries Mining and Quarrying +MDA MDA Industries Food & Beverages +MDA MDA Industries Textiles and Wearing Apparel +MDA MDA Industries Wood and Paper +MDA MDA Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDA MDA Industries Metal Products +MDA MDA Industries Electrical and Machinery +MDA MDA Industries Transport Equipment +MDA MDA Industries Other Manufacturing +MDA MDA Industries Recycling +MDA MDA Industries Electricity, Gas and Water +MDA MDA Industries Construction +MDA MDA Industries Maintenance and Repair +MDA MDA Industries Wholesale Trade +MDA MDA Industries Retail Trade +MDA MDA Industries Hotels and Restraurants +MDA MDA Industries Transport +MDA MDA Industries Post and Telecommunications +MDA MDA Industries Finacial Intermediation and Business Activities +MDA MDA Industries Public Administration +MDA MDA Industries Education, Health and Other Services +MDA MDA Industries Private Households +MDA MDA Industries Others +MDA MDA Industries Re-export & Re-import +ROU ROU Industries Agriculture +ROU ROU Industries Fishing +ROU ROU Industries Mining and Quarrying +ROU ROU Industries Food & Beverages +ROU ROU Industries Textiles and Wearing Apparel +ROU ROU Industries Wood and Paper +ROU ROU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ROU ROU Industries Metal Products +ROU ROU Industries Electrical and Machinery +ROU ROU Industries Transport Equipment +ROU ROU Industries Other Manufacturing +ROU ROU Industries Recycling +ROU ROU Industries Electricity, Gas and Water +ROU ROU Industries Construction +ROU ROU Industries Maintenance and Repair +ROU ROU Industries Wholesale Trade +ROU ROU Industries Retail Trade +ROU ROU Industries Hotels and Restraurants +ROU ROU Industries Transport +ROU ROU Industries Post and Telecommunications +ROU ROU Industries Finacial Intermediation and Business Activities +ROU ROU Industries Public Administration +ROU ROU Industries Education, Health and Other Services +ROU ROU Industries Private Households +ROU ROU Industries Others +ROU ROU Industries Re-export & Re-import +RUS RUS Industries Agriculture +RUS RUS Industries Fishing +RUS RUS Industries Mining and Quarrying +RUS RUS Industries Food & Beverages +RUS RUS Industries Textiles and Wearing Apparel +RUS RUS Industries Wood and Paper +RUS RUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +RUS RUS Industries Metal Products +RUS RUS Industries Electrical and Machinery +RUS RUS Industries Transport Equipment +RUS RUS Industries Other Manufacturing +RUS RUS Industries Recycling +RUS RUS Industries Electricity, Gas and Water +RUS RUS Industries Construction +RUS RUS Industries Maintenance and Repair +RUS RUS Industries Wholesale Trade +RUS RUS Industries Retail Trade +RUS RUS Industries Hotels and Restraurants +RUS RUS Industries Transport +RUS RUS Industries Post and Telecommunications +RUS RUS Industries Finacial Intermediation and Business Activities +RUS RUS Industries Public Administration +RUS RUS Industries Education, Health and Other Services +RUS RUS Industries Private Households +RUS RUS Industries Others +RUS RUS Industries Re-export & Re-import +RWA RWA Industries Agriculture +RWA RWA Industries Fishing +RWA RWA Industries Mining and Quarrying +RWA RWA Industries Food & Beverages +RWA RWA Industries Textiles and Wearing Apparel +RWA RWA Industries Wood and Paper +RWA RWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +RWA RWA Industries Metal Products +RWA RWA Industries Electrical and Machinery +RWA RWA Industries Transport Equipment +RWA RWA Industries Other Manufacturing +RWA RWA Industries Recycling +RWA RWA Industries Electricity, Gas and Water +RWA RWA Industries Construction +RWA RWA Industries Maintenance and Repair +RWA RWA Industries Wholesale Trade +RWA RWA Industries Retail Trade +RWA RWA Industries Hotels and Restraurants +RWA RWA Industries Transport +RWA RWA Industries Post and Telecommunications +RWA RWA Industries Finacial Intermediation and Business Activities +RWA RWA Industries Public Administration +RWA RWA Industries Education, Health and Other Services +RWA RWA Industries Private Households +RWA RWA Industries Others +RWA RWA Industries Re-export & Re-import +WSM WSM Industries Agriculture +WSM WSM Industries Fishing +WSM WSM Industries Mining and Quarrying +WSM WSM Industries Food & Beverages +WSM WSM Industries Textiles and Wearing Apparel +WSM WSM Industries Wood and Paper +WSM WSM Industries Petroleum, Chemical and Non-Metallic Mineral Products +WSM WSM Industries Metal Products +WSM WSM Industries Electrical and Machinery +WSM WSM Industries Transport Equipment +WSM WSM Industries Other Manufacturing +WSM WSM Industries Recycling +WSM WSM Industries Electricity, Gas and Water +WSM WSM Industries Construction +WSM WSM Industries Maintenance and Repair +WSM WSM Industries Wholesale Trade +WSM WSM Industries Retail Trade +WSM WSM Industries Hotels and Restraurants +WSM WSM Industries Transport +WSM WSM Industries Post and Telecommunications +WSM WSM Industries Finacial Intermediation and Business Activities +WSM WSM Industries Public Administration +WSM WSM Industries Education, Health and Other Services +WSM WSM Industries Private Households +WSM WSM Industries Others +WSM WSM Industries Re-export & Re-import +SMR SMR Industries Agriculture +SMR SMR Industries Fishing +SMR SMR Industries Mining and Quarrying +SMR SMR Industries Food & Beverages +SMR SMR Industries Textiles and Wearing Apparel +SMR SMR Industries Wood and Paper +SMR SMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SMR SMR Industries Metal Products +SMR SMR Industries Electrical and Machinery +SMR SMR Industries Transport Equipment +SMR SMR Industries Other Manufacturing +SMR SMR Industries Recycling +SMR SMR Industries Electricity, Gas and Water +SMR SMR Industries Construction +SMR SMR Industries Maintenance and Repair +SMR SMR Industries Wholesale Trade +SMR SMR Industries Retail Trade +SMR SMR Industries Hotels and Restraurants +SMR SMR Industries Transport +SMR SMR Industries Post and Telecommunications +SMR SMR Industries Finacial Intermediation and Business Activities +SMR SMR Industries Public Administration +SMR SMR Industries Education, Health and Other Services +SMR SMR Industries Private Households +SMR SMR Industries Others +SMR SMR Industries Re-export & Re-import +STP STP Industries Agriculture +STP STP Industries Fishing +STP STP Industries Mining and Quarrying +STP STP Industries Food & Beverages +STP STP Industries Textiles and Wearing Apparel +STP STP Industries Wood and Paper +STP STP Industries Petroleum, Chemical and Non-Metallic Mineral Products +STP STP Industries Metal Products +STP STP Industries Electrical and Machinery +STP STP Industries Transport Equipment +STP STP Industries Other Manufacturing +STP STP Industries Recycling +STP STP Industries Electricity, Gas and Water +STP STP Industries Construction +STP STP Industries Maintenance and Repair +STP STP Industries Wholesale Trade +STP STP Industries Retail Trade +STP STP Industries Hotels and Restraurants +STP STP Industries Transport +STP STP Industries Post and Telecommunications +STP STP Industries Finacial Intermediation and Business Activities +STP STP Industries Public Administration +STP STP Industries Education, Health and Other Services +STP STP Industries Private Households +STP STP Industries Others +STP STP Industries Re-export & Re-import +SAU SAU Industries Agriculture +SAU SAU Industries Fishing +SAU SAU Industries Mining and Quarrying +SAU SAU Industries Food & Beverages +SAU SAU Industries Textiles and Wearing Apparel +SAU SAU Industries Wood and Paper +SAU SAU Industries Petroleum, Chemical and Non-Metallic Mineral Products +SAU SAU Industries Metal Products +SAU SAU Industries Electrical and Machinery +SAU SAU Industries Transport Equipment +SAU SAU Industries Other Manufacturing +SAU SAU Industries Recycling +SAU SAU Industries Electricity, Gas and Water +SAU SAU Industries Construction +SAU SAU Industries Maintenance and Repair +SAU SAU Industries Wholesale Trade +SAU SAU Industries Retail Trade +SAU SAU Industries Hotels and Restraurants +SAU SAU Industries Transport +SAU SAU Industries Post and Telecommunications +SAU SAU Industries Finacial Intermediation and Business Activities +SAU SAU Industries Public Administration +SAU SAU Industries Education, Health and Other Services +SAU SAU Industries Private Households +SAU SAU Industries Others +SAU SAU Industries Re-export & Re-import +SEN SEN Industries Agriculture +SEN SEN Industries Fishing +SEN SEN Industries Mining and Quarrying +SEN SEN Industries Food & Beverages +SEN SEN Industries Textiles and Wearing Apparel +SEN SEN Industries Wood and Paper +SEN SEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SEN SEN Industries Metal Products +SEN SEN Industries Electrical and Machinery +SEN SEN Industries Transport Equipment +SEN SEN Industries Other Manufacturing +SEN SEN Industries Recycling +SEN SEN Industries Electricity, Gas and Water +SEN SEN Industries Construction +SEN SEN Industries Maintenance and Repair +SEN SEN Industries Wholesale Trade +SEN SEN Industries Retail Trade +SEN SEN Industries Hotels and Restraurants +SEN SEN Industries Transport +SEN SEN Industries Post and Telecommunications +SEN SEN Industries Finacial Intermediation and Business Activities +SEN SEN Industries Public Administration +SEN SEN Industries Education, Health and Other Services +SEN SEN Industries Private Households +SEN SEN Industries Others +SEN SEN Industries Re-export & Re-import +SRB SRB Industries Agriculture +SRB SRB Industries Fishing +SRB SRB Industries Mining and Quarrying +SRB SRB Industries Food & Beverages +SRB SRB Industries Textiles and Wearing Apparel +SRB SRB Industries Wood and Paper +SRB SRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +SRB SRB Industries Metal Products +SRB SRB Industries Electrical and Machinery +SRB SRB Industries Transport Equipment +SRB SRB Industries Other Manufacturing +SRB SRB Industries Recycling +SRB SRB Industries Electricity, Gas and Water +SRB SRB Industries Construction +SRB SRB Industries Maintenance and Repair +SRB SRB Industries Wholesale Trade +SRB SRB Industries Retail Trade +SRB SRB Industries Hotels and Restraurants +SRB SRB Industries Transport +SRB SRB Industries Post and Telecommunications +SRB SRB Industries Finacial Intermediation and Business Activities +SRB SRB Industries Public Administration +SRB SRB Industries Education, Health and Other Services +SRB SRB Industries Private Households +SRB SRB Industries Others +SRB SRB Industries Re-export & Re-import +SYC SYC Industries Agriculture +SYC SYC Industries Fishing +SYC SYC Industries Mining and Quarrying +SYC SYC Industries Food & Beverages +SYC SYC Industries Textiles and Wearing Apparel +SYC SYC Industries Wood and Paper +SYC SYC Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYC SYC Industries Metal Products +SYC SYC Industries Electrical and Machinery +SYC SYC Industries Transport Equipment +SYC SYC Industries Other Manufacturing +SYC SYC Industries Recycling +SYC SYC Industries Electricity, Gas and Water +SYC SYC Industries Construction +SYC SYC Industries Maintenance and Repair +SYC SYC Industries Wholesale Trade +SYC SYC Industries Retail Trade +SYC SYC Industries Hotels and Restraurants +SYC SYC Industries Transport +SYC SYC Industries Post and Telecommunications +SYC SYC Industries Finacial Intermediation and Business Activities +SYC SYC Industries Public Administration +SYC SYC Industries Education, Health and Other Services +SYC SYC Industries Private Households +SYC SYC Industries Others +SYC SYC Industries Re-export & Re-import +SLE SLE Industries Agriculture +SLE SLE Industries Fishing +SLE SLE Industries Mining and Quarrying +SLE SLE Industries Food & Beverages +SLE SLE Industries Textiles and Wearing Apparel +SLE SLE Industries Wood and Paper +SLE SLE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLE SLE Industries Metal Products +SLE SLE Industries Electrical and Machinery +SLE SLE Industries Transport Equipment +SLE SLE Industries Other Manufacturing +SLE SLE Industries Recycling +SLE SLE Industries Electricity, Gas and Water +SLE SLE Industries Construction +SLE SLE Industries Maintenance and Repair +SLE SLE Industries Wholesale Trade +SLE SLE Industries Retail Trade +SLE SLE Industries Hotels and Restraurants +SLE SLE Industries Transport +SLE SLE Industries Post and Telecommunications +SLE SLE Industries Finacial Intermediation and Business Activities +SLE SLE Industries Public Administration +SLE SLE Industries Education, Health and Other Services +SLE SLE Industries Private Households +SLE SLE Industries Others +SLE SLE Industries Re-export & Re-import +SGP SGP Industries Agriculture +SGP SGP Industries Fishing +SGP SGP Industries Mining and Quarrying +SGP SGP Industries Food & Beverages +SGP SGP Industries Textiles and Wearing Apparel +SGP SGP Industries Wood and Paper +SGP SGP Industries Petroleum, Chemical and Non-Metallic Mineral Products +SGP SGP Industries Metal Products +SGP SGP Industries Electrical and Machinery +SGP SGP Industries Transport Equipment +SGP SGP Industries Other Manufacturing +SGP SGP Industries Recycling +SGP SGP Industries Electricity, Gas and Water +SGP SGP Industries Construction +SGP SGP Industries Maintenance and Repair +SGP SGP Industries Wholesale Trade +SGP SGP Industries Retail Trade +SGP SGP Industries Hotels and Restraurants +SGP SGP Industries Transport +SGP SGP Industries Post and Telecommunications +SGP SGP Industries Finacial Intermediation and Business Activities +SGP SGP Industries Public Administration +SGP SGP Industries Education, Health and Other Services +SGP SGP Industries Private Households +SGP SGP Industries Others +SGP SGP Industries Re-export & Re-import +SVK SVK Industries Agriculture +SVK SVK Industries Fishing +SVK SVK Industries Mining and Quarrying +SVK SVK Industries Food & Beverages +SVK SVK Industries Textiles and Wearing Apparel +SVK SVK Industries Wood and Paper +SVK SVK Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVK SVK Industries Metal Products +SVK SVK Industries Electrical and Machinery +SVK SVK Industries Transport Equipment +SVK SVK Industries Other Manufacturing +SVK SVK Industries Recycling +SVK SVK Industries Electricity, Gas and Water +SVK SVK Industries Construction +SVK SVK Industries Maintenance and Repair +SVK SVK Industries Wholesale Trade +SVK SVK Industries Retail Trade +SVK SVK Industries Hotels and Restraurants +SVK SVK Industries Transport +SVK SVK Industries Post and Telecommunications +SVK SVK Industries Finacial Intermediation and Business Activities +SVK SVK Industries Public Administration +SVK SVK Industries Education, Health and Other Services +SVK SVK Industries Private Households +SVK SVK Industries Others +SVK SVK Industries Re-export & Re-import +SVN SVN Industries Agriculture +SVN SVN Industries Fishing +SVN SVN Industries Mining and Quarrying +SVN SVN Industries Food & Beverages +SVN SVN Industries Textiles and Wearing Apparel +SVN SVN Industries Wood and Paper +SVN SVN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVN SVN Industries Metal Products +SVN SVN Industries Electrical and Machinery +SVN SVN Industries Transport Equipment +SVN SVN Industries Other Manufacturing +SVN SVN Industries Recycling +SVN SVN Industries Electricity, Gas and Water +SVN SVN Industries Construction +SVN SVN Industries Maintenance and Repair +SVN SVN Industries Wholesale Trade +SVN SVN Industries Retail Trade +SVN SVN Industries Hotels and Restraurants +SVN SVN Industries Transport +SVN SVN Industries Post and Telecommunications +SVN SVN Industries Finacial Intermediation and Business Activities +SVN SVN Industries Public Administration +SVN SVN Industries Education, Health and Other Services +SVN SVN Industries Private Households +SVN SVN Industries Others +SVN SVN Industries Re-export & Re-import +SOM SOM Industries Agriculture +SOM SOM Industries Fishing +SOM SOM Industries Mining and Quarrying +SOM SOM Industries Food & Beverages +SOM SOM Industries Textiles and Wearing Apparel +SOM SOM Industries Wood and Paper +SOM SOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +SOM SOM Industries Metal Products +SOM SOM Industries Electrical and Machinery +SOM SOM Industries Transport Equipment +SOM SOM Industries Other Manufacturing +SOM SOM Industries Recycling +SOM SOM Industries Electricity, Gas and Water +SOM SOM Industries Construction +SOM SOM Industries Maintenance and Repair +SOM SOM Industries Wholesale Trade +SOM SOM Industries Retail Trade +SOM SOM Industries Hotels and Restraurants +SOM SOM Industries Transport +SOM SOM Industries Post and Telecommunications +SOM SOM Industries Finacial Intermediation and Business Activities +SOM SOM Industries Public Administration +SOM SOM Industries Education, Health and Other Services +SOM SOM Industries Private Households +SOM SOM Industries Others +SOM SOM Industries Re-export & Re-import +ZAF ZAF Industries Agriculture +ZAF ZAF Industries Fishing +ZAF ZAF Industries Mining and Quarrying +ZAF ZAF Industries Food & Beverages +ZAF ZAF Industries Textiles and Wearing Apparel +ZAF ZAF Industries Wood and Paper +ZAF ZAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZAF ZAF Industries Metal Products +ZAF ZAF Industries Electrical and Machinery +ZAF ZAF Industries Transport Equipment +ZAF ZAF Industries Other Manufacturing +ZAF ZAF Industries Recycling +ZAF ZAF Industries Electricity, Gas and Water +ZAF ZAF Industries Construction +ZAF ZAF Industries Maintenance and Repair +ZAF ZAF Industries Wholesale Trade +ZAF ZAF Industries Retail Trade +ZAF ZAF Industries Hotels and Restraurants +ZAF ZAF Industries Transport +ZAF ZAF Industries Post and Telecommunications +ZAF ZAF Industries Finacial Intermediation and Business Activities +ZAF ZAF Industries Public Administration +ZAF ZAF Industries Education, Health and Other Services +ZAF ZAF Industries Private Households +ZAF ZAF Industries Others +ZAF ZAF Industries Re-export & Re-import +SDS SDS Industries Agriculture +SDS SDS Industries Fishing +SDS SDS Industries Mining and Quarrying +SDS SDS Industries Food & Beverages +SDS SDS Industries Textiles and Wearing Apparel +SDS SDS Industries Wood and Paper +SDS SDS Industries Petroleum, Chemical and Non-Metallic Mineral Products +SDS SDS Industries Metal Products +SDS SDS Industries Electrical and Machinery +SDS SDS Industries Transport Equipment +SDS SDS Industries Other Manufacturing +SDS SDS Industries Recycling +SDS SDS Industries Electricity, Gas and Water +SDS SDS Industries Construction +SDS SDS Industries Maintenance and Repair +SDS SDS Industries Wholesale Trade +SDS SDS Industries Retail Trade +SDS SDS Industries Hotels and Restraurants +SDS SDS Industries Transport +SDS SDS Industries Post and Telecommunications +SDS SDS Industries Finacial Intermediation and Business Activities +SDS SDS Industries Public Administration +SDS SDS Industries Education, Health and Other Services +SDS SDS Industries Private Households +SDS SDS Industries Others +SDS SDS Industries Re-export & Re-import +ESP ESP Industries Agriculture +ESP ESP Industries Fishing +ESP ESP Industries Mining and Quarrying +ESP ESP Industries Food & Beverages +ESP ESP Industries Textiles and Wearing Apparel +ESP ESP Industries Wood and Paper +ESP ESP Industries Petroleum, Chemical and Non-Metallic Mineral Products +ESP ESP Industries Metal Products +ESP ESP Industries Electrical and Machinery +ESP ESP Industries Transport Equipment +ESP ESP Industries Other Manufacturing +ESP ESP Industries Recycling +ESP ESP Industries Electricity, Gas and Water +ESP ESP Industries Construction +ESP ESP Industries Maintenance and Repair +ESP ESP Industries Wholesale Trade +ESP ESP Industries Retail Trade +ESP ESP Industries Hotels and Restraurants +ESP ESP Industries Transport +ESP ESP Industries Post and Telecommunications +ESP ESP Industries Finacial Intermediation and Business Activities +ESP ESP Industries Public Administration +ESP ESP Industries Education, Health and Other Services +ESP ESP Industries Private Households +ESP ESP Industries Others +ESP ESP Industries Re-export & Re-import +LKA LKA Industries Agriculture +LKA LKA Industries Fishing +LKA LKA Industries Mining and Quarrying +LKA LKA Industries Food & Beverages +LKA LKA Industries Textiles and Wearing Apparel +LKA LKA Industries Wood and Paper +LKA LKA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LKA LKA Industries Metal Products +LKA LKA Industries Electrical and Machinery +LKA LKA Industries Transport Equipment +LKA LKA Industries Other Manufacturing +LKA LKA Industries Recycling +LKA LKA Industries Electricity, Gas and Water +LKA LKA Industries Construction +LKA LKA Industries Maintenance and Repair +LKA LKA Industries Wholesale Trade +LKA LKA Industries Retail Trade +LKA LKA Industries Hotels and Restraurants +LKA LKA Industries Transport +LKA LKA Industries Post and Telecommunications +LKA LKA Industries Finacial Intermediation and Business Activities +LKA LKA Industries Public Administration +LKA LKA Industries Education, Health and Other Services +LKA LKA Industries Private Households +LKA LKA Industries Others +LKA LKA Industries Re-export & Re-import +SUD SUD Industries Agriculture +SUD SUD Industries Fishing +SUD SUD Industries Mining and Quarrying +SUD SUD Industries Food & Beverages +SUD SUD Industries Textiles and Wearing Apparel +SUD SUD Industries Wood and Paper +SUD SUD Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUD SUD Industries Metal Products +SUD SUD Industries Electrical and Machinery +SUD SUD Industries Transport Equipment +SUD SUD Industries Other Manufacturing +SUD SUD Industries Recycling +SUD SUD Industries Electricity, Gas and Water +SUD SUD Industries Construction +SUD SUD Industries Maintenance and Repair +SUD SUD Industries Wholesale Trade +SUD SUD Industries Retail Trade +SUD SUD Industries Hotels and Restraurants +SUD SUD Industries Transport +SUD SUD Industries Post and Telecommunications +SUD SUD Industries Finacial Intermediation and Business Activities +SUD SUD Industries Public Administration +SUD SUD Industries Education, Health and Other Services +SUD SUD Industries Private Households +SUD SUD Industries Others +SUD SUD Industries Re-export & Re-import +SUR SUR Industries Agriculture +SUR SUR Industries Fishing +SUR SUR Industries Mining and Quarrying +SUR SUR Industries Food & Beverages +SUR SUR Industries Textiles and Wearing Apparel +SUR SUR Industries Wood and Paper +SUR SUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUR SUR Industries Metal Products +SUR SUR Industries Electrical and Machinery +SUR SUR Industries Transport Equipment +SUR SUR Industries Other Manufacturing +SUR SUR Industries Recycling +SUR SUR Industries Electricity, Gas and Water +SUR SUR Industries Construction +SUR SUR Industries Maintenance and Repair +SUR SUR Industries Wholesale Trade +SUR SUR Industries Retail Trade +SUR SUR Industries Hotels and Restraurants +SUR SUR Industries Transport +SUR SUR Industries Post and Telecommunications +SUR SUR Industries Finacial Intermediation and Business Activities +SUR SUR Industries Public Administration +SUR SUR Industries Education, Health and Other Services +SUR SUR Industries Private Households +SUR SUR Industries Others +SUR SUR Industries Re-export & Re-import +SWZ SWZ Industries Agriculture +SWZ SWZ Industries Fishing +SWZ SWZ Industries Mining and Quarrying +SWZ SWZ Industries Food & Beverages +SWZ SWZ Industries Textiles and Wearing Apparel +SWZ SWZ Industries Wood and Paper +SWZ SWZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWZ SWZ Industries Metal Products +SWZ SWZ Industries Electrical and Machinery +SWZ SWZ Industries Transport Equipment +SWZ SWZ Industries Other Manufacturing +SWZ SWZ Industries Recycling +SWZ SWZ Industries Electricity, Gas and Water +SWZ SWZ Industries Construction +SWZ SWZ Industries Maintenance and Repair +SWZ SWZ Industries Wholesale Trade +SWZ SWZ Industries Retail Trade +SWZ SWZ Industries Hotels and Restraurants +SWZ SWZ Industries Transport +SWZ SWZ Industries Post and Telecommunications +SWZ SWZ Industries Finacial Intermediation and Business Activities +SWZ SWZ Industries Public Administration +SWZ SWZ Industries Education, Health and Other Services +SWZ SWZ Industries Private Households +SWZ SWZ Industries Others +SWZ SWZ Industries Re-export & Re-import +SWE SWE Industries Agriculture +SWE SWE Industries Fishing +SWE SWE Industries Mining and Quarrying +SWE SWE Industries Food & Beverages +SWE SWE Industries Textiles and Wearing Apparel +SWE SWE Industries Wood and Paper +SWE SWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWE SWE Industries Metal Products +SWE SWE Industries Electrical and Machinery +SWE SWE Industries Transport Equipment +SWE SWE Industries Other Manufacturing +SWE SWE Industries Recycling +SWE SWE Industries Electricity, Gas and Water +SWE SWE Industries Construction +SWE SWE Industries Maintenance and Repair +SWE SWE Industries Wholesale Trade +SWE SWE Industries Retail Trade +SWE SWE Industries Hotels and Restraurants +SWE SWE Industries Transport +SWE SWE Industries Post and Telecommunications +SWE SWE Industries Finacial Intermediation and Business Activities +SWE SWE Industries Public Administration +SWE SWE Industries Education, Health and Other Services +SWE SWE Industries Private Households +SWE SWE Industries Others +SWE SWE Industries Re-export & Re-import +CHE CHE Industries Agriculture +CHE CHE Industries Fishing +CHE CHE Industries Mining and Quarrying +CHE CHE Industries Food & Beverages +CHE CHE Industries Textiles and Wearing Apparel +CHE CHE Industries Wood and Paper +CHE CHE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHE CHE Industries Metal Products +CHE CHE Industries Electrical and Machinery +CHE CHE Industries Transport Equipment +CHE CHE Industries Other Manufacturing +CHE CHE Industries Recycling +CHE CHE Industries Electricity, Gas and Water +CHE CHE Industries Construction +CHE CHE Industries Maintenance and Repair +CHE CHE Industries Wholesale Trade +CHE CHE Industries Retail Trade +CHE CHE Industries Hotels and Restraurants +CHE CHE Industries Transport +CHE CHE Industries Post and Telecommunications +CHE CHE Industries Finacial Intermediation and Business Activities +CHE CHE Industries Public Administration +CHE CHE Industries Education, Health and Other Services +CHE CHE Industries Private Households +CHE CHE Industries Others +CHE CHE Industries Re-export & Re-import +SYR SYR Industries Agriculture +SYR SYR Industries Fishing +SYR SYR Industries Mining and Quarrying +SYR SYR Industries Food & Beverages +SYR SYR Industries Textiles and Wearing Apparel +SYR SYR Industries Wood and Paper +SYR SYR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYR SYR Industries Metal Products +SYR SYR Industries Electrical and Machinery +SYR SYR Industries Transport Equipment +SYR SYR Industries Other Manufacturing +SYR SYR Industries Recycling +SYR SYR Industries Electricity, Gas and Water +SYR SYR Industries Construction +SYR SYR Industries Maintenance and Repair +SYR SYR Industries Wholesale Trade +SYR SYR Industries Retail Trade +SYR SYR Industries Hotels and Restraurants +SYR SYR Industries Transport +SYR SYR Industries Post and Telecommunications +SYR SYR Industries Finacial Intermediation and Business Activities +SYR SYR Industries Public Administration +SYR SYR Industries Education, Health and Other Services +SYR SYR Industries Private Households +SYR SYR Industries Others +SYR SYR Industries Re-export & Re-import +TWN TWN Commodities Agriculture +TWN TWN Commodities Fishing +TWN TWN Commodities Mining and Quarrying +TWN TWN Commodities Food & Beverages +TWN TWN Commodities Textiles and Wearing Apparel +TWN TWN Commodities Wood and Paper +TWN TWN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +TWN TWN Commodities Metal Products +TWN TWN Commodities Electrical and Machinery +TWN TWN Commodities Transport Equipment +TWN TWN Commodities Other Manufacturing +TWN TWN Commodities Recycling +TWN TWN Commodities Electricity, Gas and Water +TWN TWN Commodities Construction +TWN TWN Commodities Maintenance and Repair +TWN TWN Commodities Wholesale Trade +TWN TWN Commodities Retail Trade +TWN TWN Commodities Hotels and Restraurants +TWN TWN Commodities Transport +TWN TWN Commodities Post and Telecommunications +TWN TWN Commodities Finacial Intermediation and Business Activities +TWN TWN Commodities Public Administration +TWN TWN Commodities Education, Health and Other Services +TWN TWN Commodities Private Households +TWN TWN Commodities Others +TWN TWN Commodities Re-export & Re-import +TJK TJK Industries Agriculture +TJK TJK Industries Fishing +TJK TJK Industries Mining and Quarrying +TJK TJK Industries Food & Beverages +TJK TJK Industries Textiles and Wearing Apparel +TJK TJK Industries Wood and Paper +TJK TJK Industries Petroleum, Chemical and Non-Metallic Mineral Products +TJK TJK Industries Metal Products +TJK TJK Industries Electrical and Machinery +TJK TJK Industries Transport Equipment +TJK TJK Industries Other Manufacturing +TJK TJK Industries Recycling +TJK TJK Industries Electricity, Gas and Water +TJK TJK Industries Construction +TJK TJK Industries Maintenance and Repair +TJK TJK Industries Wholesale Trade +TJK TJK Industries Retail Trade +TJK TJK Industries Hotels and Restraurants +TJK TJK Industries Transport +TJK TJK Industries Post and Telecommunications +TJK TJK Industries Finacial Intermediation and Business Activities +TJK TJK Industries Public Administration +TJK TJK Industries Education, Health and Other Services +TJK TJK Industries Private Households +TJK TJK Industries Others +TJK TJK Industries Re-export & Re-import +THA THA Commodities Agriculture +THA THA Commodities Fishing +THA THA Commodities Mining and Quarrying +THA THA Commodities Food & Beverages +THA THA Commodities Textiles and Wearing Apparel +THA THA Commodities Wood and Paper +THA THA Commodities Petroleum, Chemical and Non-Metallic Mineral Products +THA THA Commodities Metal Products +THA THA Commodities Electrical and Machinery +THA THA Commodities Transport Equipment +THA THA Commodities Other Manufacturing +THA THA Commodities Recycling +THA THA Commodities Electricity, Gas and Water +THA THA Commodities Construction +THA THA Commodities Maintenance and Repair +THA THA Commodities Wholesale Trade +THA THA Commodities Retail Trade +THA THA Commodities Hotels and Restraurants +THA THA Commodities Transport +THA THA Commodities Post and Telecommunications +THA THA Commodities Finacial Intermediation and Business Activities +THA THA Commodities Public Administration +THA THA Commodities Education, Health and Other Services +THA THA Commodities Private Households +THA THA Commodities Others +THA THA Commodities Re-export & Re-import +MKD MKD Industries Agriculture +MKD MKD Industries Fishing +MKD MKD Industries Mining and Quarrying +MKD MKD Industries Food & Beverages +MKD MKD Industries Textiles and Wearing Apparel +MKD MKD Industries Wood and Paper +MKD MKD Industries Petroleum, Chemical and Non-Metallic Mineral Products +MKD MKD Industries Metal Products +MKD MKD Industries Electrical and Machinery +MKD MKD Industries Transport Equipment +MKD MKD Industries Other Manufacturing +MKD MKD Industries Recycling +MKD MKD Industries Electricity, Gas and Water +MKD MKD Industries Construction +MKD MKD Industries Maintenance and Repair +MKD MKD Industries Wholesale Trade +MKD MKD Industries Retail Trade +MKD MKD Industries Hotels and Restraurants +MKD MKD Industries Transport +MKD MKD Industries Post and Telecommunications +MKD MKD Industries Finacial Intermediation and Business Activities +MKD MKD Industries Public Administration +MKD MKD Industries Education, Health and Other Services +MKD MKD Industries Private Households +MKD MKD Industries Others +MKD MKD Industries Re-export & Re-import +TGO TGO Industries Agriculture +TGO TGO Industries Fishing +TGO TGO Industries Mining and Quarrying +TGO TGO Industries Food & Beverages +TGO TGO Industries Textiles and Wearing Apparel +TGO TGO Industries Wood and Paper +TGO TGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TGO TGO Industries Metal Products +TGO TGO Industries Electrical and Machinery +TGO TGO Industries Transport Equipment +TGO TGO Industries Other Manufacturing +TGO TGO Industries Recycling +TGO TGO Industries Electricity, Gas and Water +TGO TGO Industries Construction +TGO TGO Industries Maintenance and Repair +TGO TGO Industries Wholesale Trade +TGO TGO Industries Retail Trade +TGO TGO Industries Hotels and Restraurants +TGO TGO Industries Transport +TGO TGO Industries Post and Telecommunications +TGO TGO Industries Finacial Intermediation and Business Activities +TGO TGO Industries Public Administration +TGO TGO Industries Education, Health and Other Services +TGO TGO Industries Private Households +TGO TGO Industries Others +TGO TGO Industries Re-export & Re-import +TTO TTO Industries Agriculture +TTO TTO Industries Fishing +TTO TTO Industries Mining and Quarrying +TTO TTO Industries Food & Beverages +TTO TTO Industries Textiles and Wearing Apparel +TTO TTO Industries Wood and Paper +TTO TTO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TTO TTO Industries Metal Products +TTO TTO Industries Electrical and Machinery +TTO TTO Industries Transport Equipment +TTO TTO Industries Other Manufacturing +TTO TTO Industries Recycling +TTO TTO Industries Electricity, Gas and Water +TTO TTO Industries Construction +TTO TTO Industries Maintenance and Repair +TTO TTO Industries Wholesale Trade +TTO TTO Industries Retail Trade +TTO TTO Industries Hotels and Restraurants +TTO TTO Industries Transport +TTO TTO Industries Post and Telecommunications +TTO TTO Industries Finacial Intermediation and Business Activities +TTO TTO Industries Public Administration +TTO TTO Industries Education, Health and Other Services +TTO TTO Industries Private Households +TTO TTO Industries Others +TTO TTO Industries Re-export & Re-import +TUN TUN Industries Agriculture +TUN TUN Industries Fishing +TUN TUN Industries Mining and Quarrying +TUN TUN Industries Food & Beverages +TUN TUN Industries Textiles and Wearing Apparel +TUN TUN Industries Wood and Paper +TUN TUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUN TUN Industries Metal Products +TUN TUN Industries Electrical and Machinery +TUN TUN Industries Transport Equipment +TUN TUN Industries Other Manufacturing +TUN TUN Industries Recycling +TUN TUN Industries Electricity, Gas and Water +TUN TUN Industries Construction +TUN TUN Industries Maintenance and Repair +TUN TUN Industries Wholesale Trade +TUN TUN Industries Retail Trade +TUN TUN Industries Hotels and Restraurants +TUN TUN Industries Transport +TUN TUN Industries Post and Telecommunications +TUN TUN Industries Finacial Intermediation and Business Activities +TUN TUN Industries Public Administration +TUN TUN Industries Education, Health and Other Services +TUN TUN Industries Private Households +TUN TUN Industries Others +TUN TUN Industries Re-export & Re-import +TUR TUR Industries Agriculture +TUR TUR Industries Fishing +TUR TUR Industries Mining and Quarrying +TUR TUR Industries Food & Beverages +TUR TUR Industries Textiles and Wearing Apparel +TUR TUR Industries Wood and Paper +TUR TUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUR TUR Industries Metal Products +TUR TUR Industries Electrical and Machinery +TUR TUR Industries Transport Equipment +TUR TUR Industries Other Manufacturing +TUR TUR Industries Recycling +TUR TUR Industries Electricity, Gas and Water +TUR TUR Industries Construction +TUR TUR Industries Maintenance and Repair +TUR TUR Industries Wholesale Trade +TUR TUR Industries Retail Trade +TUR TUR Industries Hotels and Restraurants +TUR TUR Industries Transport +TUR TUR Industries Post and Telecommunications +TUR TUR Industries Finacial Intermediation and Business Activities +TUR TUR Industries Public Administration +TUR TUR Industries Education, Health and Other Services +TUR TUR Industries Private Households +TUR TUR Industries Others +TUR TUR Industries Re-export & Re-import +TKM TKM Industries Agriculture +TKM TKM Industries Fishing +TKM TKM Industries Mining and Quarrying +TKM TKM Industries Food & Beverages +TKM TKM Industries Textiles and Wearing Apparel +TKM TKM Industries Wood and Paper +TKM TKM Industries Petroleum, Chemical and Non-Metallic Mineral Products +TKM TKM Industries Metal Products +TKM TKM Industries Electrical and Machinery +TKM TKM Industries Transport Equipment +TKM TKM Industries Other Manufacturing +TKM TKM Industries Recycling +TKM TKM Industries Electricity, Gas and Water +TKM TKM Industries Construction +TKM TKM Industries Maintenance and Repair +TKM TKM Industries Wholesale Trade +TKM TKM Industries Retail Trade +TKM TKM Industries Hotels and Restraurants +TKM TKM Industries Transport +TKM TKM Industries Post and Telecommunications +TKM TKM Industries Finacial Intermediation and Business Activities +TKM TKM Industries Public Administration +TKM TKM Industries Education, Health and Other Services +TKM TKM Industries Private Households +TKM TKM Industries Others +TKM TKM Industries Re-export & Re-import +USR USR Industries Agriculture +USR USR Industries Fishing +USR USR Industries Mining and Quarrying +USR USR Industries Food & Beverages +USR USR Industries Textiles and Wearing Apparel +USR USR Industries Wood and Paper +USR USR Industries Petroleum, Chemical and Non-Metallic Mineral Products +USR USR Industries Metal Products +USR USR Industries Electrical and Machinery +USR USR Industries Transport Equipment +USR USR Industries Other Manufacturing +USR USR Industries Recycling +USR USR Industries Electricity, Gas and Water +USR USR Industries Construction +USR USR Industries Maintenance and Repair +USR USR Industries Wholesale Trade +USR USR Industries Retail Trade +USR USR Industries Hotels and Restraurants +USR USR Industries Transport +USR USR Industries Post and Telecommunications +USR USR Industries Finacial Intermediation and Business Activities +USR USR Industries Public Administration +USR USR Industries Education, Health and Other Services +USR USR Industries Private Households +USR USR Industries Others +USR USR Industries Re-export & Re-import +UGA UGA Industries Agriculture +UGA UGA Industries Fishing +UGA UGA Industries Mining and Quarrying +UGA UGA Industries Food & Beverages +UGA UGA Industries Textiles and Wearing Apparel +UGA UGA Industries Wood and Paper +UGA UGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +UGA UGA Industries Metal Products +UGA UGA Industries Electrical and Machinery +UGA UGA Industries Transport Equipment +UGA UGA Industries Other Manufacturing +UGA UGA Industries Recycling +UGA UGA Industries Electricity, Gas and Water +UGA UGA Industries Construction +UGA UGA Industries Maintenance and Repair +UGA UGA Industries Wholesale Trade +UGA UGA Industries Retail Trade +UGA UGA Industries Hotels and Restraurants +UGA UGA Industries Transport +UGA UGA Industries Post and Telecommunications +UGA UGA Industries Finacial Intermediation and Business Activities +UGA UGA Industries Public Administration +UGA UGA Industries Education, Health and Other Services +UGA UGA Industries Private Households +UGA UGA Industries Others +UGA UGA Industries Re-export & Re-import +UKR UKR Commodities Agriculture +UKR UKR Commodities Fishing +UKR UKR Commodities Mining and Quarrying +UKR UKR Commodities Food & Beverages +UKR UKR Commodities Textiles and Wearing Apparel +UKR UKR Commodities Wood and Paper +UKR UKR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UKR UKR Commodities Metal Products +UKR UKR Commodities Electrical and Machinery +UKR UKR Commodities Transport Equipment +UKR UKR Commodities Other Manufacturing +UKR UKR Commodities Recycling +UKR UKR Commodities Electricity, Gas and Water +UKR UKR Commodities Construction +UKR UKR Commodities Maintenance and Repair +UKR UKR Commodities Wholesale Trade +UKR UKR Commodities Retail Trade +UKR UKR Commodities Hotels and Restraurants +UKR UKR Commodities Transport +UKR UKR Commodities Post and Telecommunications +UKR UKR Commodities Finacial Intermediation and Business Activities +UKR UKR Commodities Public Administration +UKR UKR Commodities Education, Health and Other Services +UKR UKR Commodities Private Households +UKR UKR Commodities Others +UKR UKR Commodities Re-export & Re-import +ARE ARE Industries Agriculture +ARE ARE Industries Fishing +ARE ARE Industries Mining and Quarrying +ARE ARE Industries Food & Beverages +ARE ARE Industries Textiles and Wearing Apparel +ARE ARE Industries Wood and Paper +ARE ARE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARE ARE Industries Metal Products +ARE ARE Industries Electrical and Machinery +ARE ARE Industries Transport Equipment +ARE ARE Industries Other Manufacturing +ARE ARE Industries Recycling +ARE ARE Industries Electricity, Gas and Water +ARE ARE Industries Construction +ARE ARE Industries Maintenance and Repair +ARE ARE Industries Wholesale Trade +ARE ARE Industries Retail Trade +ARE ARE Industries Hotels and Restraurants +ARE ARE Industries Transport +ARE ARE Industries Post and Telecommunications +ARE ARE Industries Finacial Intermediation and Business Activities +ARE ARE Industries Public Administration +ARE ARE Industries Education, Health and Other Services +ARE ARE Industries Private Households +ARE ARE Industries Others +ARE ARE Industries Re-export & Re-import +GBR GBR Industries Agriculture +GBR GBR Industries Fishing +GBR GBR Industries Mining and Quarrying +GBR GBR Industries Food & Beverages +GBR GBR Industries Textiles and Wearing Apparel +GBR GBR Industries Wood and Paper +GBR GBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +GBR GBR Industries Metal Products +GBR GBR Industries Electrical and Machinery +GBR GBR Industries Transport Equipment +GBR GBR Industries Other Manufacturing +GBR GBR Industries Recycling +GBR GBR Industries Electricity, Gas and Water +GBR GBR Industries Construction +GBR GBR Industries Maintenance and Repair +GBR GBR Industries Wholesale Trade +GBR GBR Industries Retail Trade +GBR GBR Industries Hotels and Restraurants +GBR GBR Industries Transport +GBR GBR Industries Post and Telecommunications +GBR GBR Industries Finacial Intermediation and Business Activities +GBR GBR Industries Public Administration +GBR GBR Industries Education, Health and Other Services +GBR GBR Industries Private Households +GBR GBR Industries Others +GBR GBR Industries Re-export & Re-import +TZA TZA Industries Agriculture +TZA TZA Industries Fishing +TZA TZA Industries Mining and Quarrying +TZA TZA Industries Food & Beverages +TZA TZA Industries Textiles and Wearing Apparel +TZA TZA Industries Wood and Paper +TZA TZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +TZA TZA Industries Metal Products +TZA TZA Industries Electrical and Machinery +TZA TZA Industries Transport Equipment +TZA TZA Industries Other Manufacturing +TZA TZA Industries Recycling +TZA TZA Industries Electricity, Gas and Water +TZA TZA Industries Construction +TZA TZA Industries Maintenance and Repair +TZA TZA Industries Wholesale Trade +TZA TZA Industries Retail Trade +TZA TZA Industries Hotels and Restraurants +TZA TZA Industries Transport +TZA TZA Industries Post and Telecommunications +TZA TZA Industries Finacial Intermediation and Business Activities +TZA TZA Industries Public Administration +TZA TZA Industries Education, Health and Other Services +TZA TZA Industries Private Households +TZA TZA Industries Others +TZA TZA Industries Re-export & Re-import +USA USA Industries Agriculture +USA USA Industries Fishing +USA USA Industries Mining and Quarrying +USA USA Industries Food & Beverages +USA USA Industries Textiles and Wearing Apparel +USA USA Industries Wood and Paper +USA USA Industries Petroleum, Chemical and Non-Metallic Mineral Products +USA USA Industries Metal Products +USA USA Industries Electrical and Machinery +USA USA Industries Transport Equipment +USA USA Industries Other Manufacturing +USA USA Industries Recycling +USA USA Industries Electricity, Gas and Water +USA USA Industries Construction +USA USA Industries Maintenance and Repair +USA USA Industries Wholesale Trade +USA USA Industries Retail Trade +USA USA Industries Hotels and Restraurants +USA USA Industries Transport +USA USA Industries Post and Telecommunications +USA USA Industries Finacial Intermediation and Business Activities +USA USA Industries Public Administration +USA USA Industries Education, Health and Other Services +USA USA Industries Private Households +USA USA Industries Others +USA USA Industries Re-export & Re-import +URY URY Industries Agriculture +URY URY Industries Fishing +URY URY Industries Mining and Quarrying +URY URY Industries Food & Beverages +URY URY Industries Textiles and Wearing Apparel +URY URY Industries Wood and Paper +URY URY Industries Petroleum, Chemical and Non-Metallic Mineral Products +URY URY Industries Metal Products +URY URY Industries Electrical and Machinery +URY URY Industries Transport Equipment +URY URY Industries Other Manufacturing +URY URY Industries Recycling +URY URY Industries Electricity, Gas and Water +URY URY Industries Construction +URY URY Industries Maintenance and Repair +URY URY Industries Wholesale Trade +URY URY Industries Retail Trade +URY URY Industries Hotels and Restraurants +URY URY Industries Transport +URY URY Industries Post and Telecommunications +URY URY Industries Finacial Intermediation and Business Activities +URY URY Industries Public Administration +URY URY Industries Education, Health and Other Services +URY URY Industries Private Households +URY URY Industries Others +URY URY Industries Re-export & Re-import +UZB UZB Commodities Agriculture +UZB UZB Commodities Fishing +UZB UZB Commodities Mining and Quarrying +UZB UZB Commodities Food & Beverages +UZB UZB Commodities Textiles and Wearing Apparel +UZB UZB Commodities Wood and Paper +UZB UZB Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UZB UZB Commodities Metal Products +UZB UZB Commodities Electrical and Machinery +UZB UZB Commodities Transport Equipment +UZB UZB Commodities Other Manufacturing +UZB UZB Commodities Recycling +UZB UZB Commodities Electricity, Gas and Water +UZB UZB Commodities Construction +UZB UZB Commodities Maintenance and Repair +UZB UZB Commodities Wholesale Trade +UZB UZB Commodities Retail Trade +UZB UZB Commodities Hotels and Restraurants +UZB UZB Commodities Transport +UZB UZB Commodities Post and Telecommunications +UZB UZB Commodities Finacial Intermediation and Business Activities +UZB UZB Commodities Public Administration +UZB UZB Commodities Education, Health and Other Services +UZB UZB Commodities Private Households +UZB UZB Commodities Others +UZB UZB Commodities Re-export & Re-import +VUT VUT Industries Agriculture +VUT VUT Industries Fishing +VUT VUT Industries Mining and Quarrying +VUT VUT Industries Food & Beverages +VUT VUT Industries Textiles and Wearing Apparel +VUT VUT Industries Wood and Paper +VUT VUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +VUT VUT Industries Metal Products +VUT VUT Industries Electrical and Machinery +VUT VUT Industries Transport Equipment +VUT VUT Industries Other Manufacturing +VUT VUT Industries Recycling +VUT VUT Industries Electricity, Gas and Water +VUT VUT Industries Construction +VUT VUT Industries Maintenance and Repair +VUT VUT Industries Wholesale Trade +VUT VUT Industries Retail Trade +VUT VUT Industries Hotels and Restraurants +VUT VUT Industries Transport +VUT VUT Industries Post and Telecommunications +VUT VUT Industries Finacial Intermediation and Business Activities +VUT VUT Industries Public Administration +VUT VUT Industries Education, Health and Other Services +VUT VUT Industries Private Households +VUT VUT Industries Others +VUT VUT Industries Re-export & Re-import +VEN VEN Industries Agriculture +VEN VEN Industries Fishing +VEN VEN Industries Mining and Quarrying +VEN VEN Industries Food & Beverages +VEN VEN Industries Textiles and Wearing Apparel +VEN VEN Industries Wood and Paper +VEN VEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +VEN VEN Industries Metal Products +VEN VEN Industries Electrical and Machinery +VEN VEN Industries Transport Equipment +VEN VEN Industries Other Manufacturing +VEN VEN Industries Recycling +VEN VEN Industries Electricity, Gas and Water +VEN VEN Industries Construction +VEN VEN Industries Maintenance and Repair +VEN VEN Industries Wholesale Trade +VEN VEN Industries Retail Trade +VEN VEN Industries Hotels and Restraurants +VEN VEN Industries Transport +VEN VEN Industries Post and Telecommunications +VEN VEN Industries Finacial Intermediation and Business Activities +VEN VEN Industries Public Administration +VEN VEN Industries Education, Health and Other Services +VEN VEN Industries Private Households +VEN VEN Industries Others +VEN VEN Industries Re-export & Re-import +VNM VNM Commodities Agriculture +VNM VNM Commodities Fishing +VNM VNM Commodities Mining and Quarrying +VNM VNM Commodities Food & Beverages +VNM VNM Commodities Textiles and Wearing Apparel +VNM VNM Commodities Wood and Paper +VNM VNM Commodities Petroleum, Chemical and Non-Metallic Mineral Products +VNM VNM Commodities Metal Products +VNM VNM Commodities Electrical and Machinery +VNM VNM Commodities Transport Equipment +VNM VNM Commodities Other Manufacturing +VNM VNM Commodities Recycling +VNM VNM Commodities Electricity, Gas and Water +VNM VNM Commodities Construction +VNM VNM Commodities Maintenance and Repair +VNM VNM Commodities Wholesale Trade +VNM VNM Commodities Retail Trade +VNM VNM Commodities Hotels and Restraurants +VNM VNM Commodities Transport +VNM VNM Commodities Post and Telecommunications +VNM VNM Commodities Finacial Intermediation and Business Activities +VNM VNM Commodities Public Administration +VNM VNM Commodities Education, Health and Other Services +VNM VNM Commodities Private Households +VNM VNM Commodities Others +VNM VNM Commodities Re-export & Re-import +YEM YEM Industries Agriculture +YEM YEM Industries Fishing +YEM YEM Industries Mining and Quarrying +YEM YEM Industries Food & Beverages +YEM YEM Industries Textiles and Wearing Apparel +YEM YEM Industries Wood and Paper +YEM YEM Industries Petroleum, Chemical and Non-Metallic Mineral Products +YEM YEM Industries Metal Products +YEM YEM Industries Electrical and Machinery +YEM YEM Industries Transport Equipment +YEM YEM Industries Other Manufacturing +YEM YEM Industries Recycling +YEM YEM Industries Electricity, Gas and Water +YEM YEM Industries Construction +YEM YEM Industries Maintenance and Repair +YEM YEM Industries Wholesale Trade +YEM YEM Industries Retail Trade +YEM YEM Industries Hotels and Restraurants +YEM YEM Industries Transport +YEM YEM Industries Post and Telecommunications +YEM YEM Industries Finacial Intermediation and Business Activities +YEM YEM Industries Public Administration +YEM YEM Industries Education, Health and Other Services +YEM YEM Industries Private Households +YEM YEM Industries Others +YEM YEM Industries Re-export & Re-import +ZMB ZMB Industries Agriculture +ZMB ZMB Industries Fishing +ZMB ZMB Industries Mining and Quarrying +ZMB ZMB Industries Food & Beverages +ZMB ZMB Industries Textiles and Wearing Apparel +ZMB ZMB Industries Wood and Paper +ZMB ZMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZMB ZMB Industries Metal Products +ZMB ZMB Industries Electrical and Machinery +ZMB ZMB Industries Transport Equipment +ZMB ZMB Industries Other Manufacturing +ZMB ZMB Industries Recycling +ZMB ZMB Industries Electricity, Gas and Water +ZMB ZMB Industries Construction +ZMB ZMB Industries Maintenance and Repair +ZMB ZMB Industries Wholesale Trade +ZMB ZMB Industries Retail Trade +ZMB ZMB Industries Hotels and Restraurants +ZMB ZMB Industries Transport +ZMB ZMB Industries Post and Telecommunications +ZMB ZMB Industries Finacial Intermediation and Business Activities +ZMB ZMB Industries Public Administration +ZMB ZMB Industries Education, Health and Other Services +ZMB ZMB Industries Private Households +ZMB ZMB Industries Others +ZMB ZMB Industries Re-export & Re-import +ZWE ZWE Industries Agriculture +ZWE ZWE Industries Fishing +ZWE ZWE Industries Mining and Quarrying +ZWE ZWE Industries Food & Beverages +ZWE ZWE Industries Textiles and Wearing Apparel +ZWE ZWE Industries Wood and Paper +ZWE ZWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZWE ZWE Industries Metal Products +ZWE ZWE Industries Electrical and Machinery +ZWE ZWE Industries Transport Equipment +ZWE ZWE Industries Other Manufacturing +ZWE ZWE Industries Recycling +ZWE ZWE Industries Electricity, Gas and Water +ZWE ZWE Industries Construction +ZWE ZWE Industries Maintenance and Repair +ZWE ZWE Industries Wholesale Trade +ZWE ZWE Industries Retail Trade +ZWE ZWE Industries Hotels and Restraurants +ZWE ZWE Industries Transport +ZWE ZWE Industries Post and Telecommunications +ZWE ZWE Industries Finacial Intermediation and Business Activities +ZWE ZWE Industries Public Administration +ZWE ZWE Industries Education, Health and Other Services +ZWE ZWE Industries Private Households +ZWE ZWE Industries Others +ZWE ZWE Industries Re-export & Re-import +ROW ROW Industries TOTAL diff --git a/in/eora_io_data_2017/Eora26_2017_bp_FD.txt b/in/eora_io_data_2017/Eora26_2017_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..43a8d73ef0127f859c7fcc81b3534d5cbc56162e --- /dev/null +++ b/in/eora_io_data_2017/Eora26_2017_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf191b0a5c930df0791ebdb049ce9dee93c883d641fe7a42d83438e20a945d5 +size 67237881 diff --git a/in/eora_io_data_2017/Eora26_2017_bp_Q.txt b/in/eora_io_data_2017/Eora26_2017_bp_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf44baa95e7d4b7d5b61ae3c069b4ea426ad7dd5 --- /dev/null +++ b/in/eora_io_data_2017/Eora26_2017_bp_Q.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6b907019293d5cc274178a5d1de6b4542152dd4fdeb1fdcd3d776a0b231c1b +size 160903172 diff --git a/in/eora_io_data_2017/Eora26_2017_bp_QY.txt b/in/eora_io_data_2017/Eora26_2017_bp_QY.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6b38c47fb67e3ea7b770e091fe1a265c357c75 --- /dev/null +++ b/in/eora_io_data_2017/Eora26_2017_bp_QY.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1da1b1e62bf04131c6df7466944d4fdedbc6961459079ec0f5440451f9fdf3 +size 37319040 diff --git a/in/eora_io_data_2017/Eora26_2017_bp_T.txt b/in/eora_io_data_2017/Eora26_2017_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..7feb86366ebedb5c65bd496823d5f91719dc2f2b --- /dev/null +++ b/in/eora_io_data_2017/Eora26_2017_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b132be8df20a5a014a94bf2dad5c7128b6988c3b78b45c14d4749bff5006f6ab +size 289886700 diff --git a/in/eora_io_data_2017/Eora26_2017_bp_VA.txt b/in/eora_io_data_2017/Eora26_2017_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..b11b6131421898005189dfad1f896524061d895a --- /dev/null +++ b/in/eora_io_data_2017/Eora26_2017_bp_VA.txt @@ -0,0 +1,6 @@ +3.09135e+05 8.24689e+04 8.03581e+03 9.89879e+04 3.36864e+04 1.09911e+05 1.81764e+05 1.15815e+05 3.05779e+05 7.92149e+04 4.20967e+04 2.37154e+03 5.56040e+04 1.20819e+06 1.46752e+04 3.87131e+05 3.46296e+05 1.87447e+05 1.19117e+06 1.11457e+06 8.03547e+05 2.77218e+05 5.73704e+05 4.44879e+03 2.78397e+03 4.12370e-02 2.90636e+05 4.22030e+04 3.95603e+04 2.48683e+04 3.02248e+04 4.43579e+04 5.36960e+04 5.46347e+04 1.13194e+05 2.52511e+04 1.76793e+04 5.43311e+02 9.08626e+04 6.92623e+05 1.90391e+04 3.61077e+05 3.11949e+05 1.60338e+05 2.39547e+05 1.43539e+05 5.96570e+05 3.13359e+05 4.35148e+05 5.57561e+03 6.75793e+03 3.24653e+00 9.22642e+05 1.59236e+05 1.50116e+06 7.68085e+04 5.33561e+04 1.62516e+05 2.69968e+05 2.23250e+05 7.27790e+05 2.34524e+05 9.34833e+04 7.75089e+03 1.16366e+06 7.33336e+06 1.24085e+05 3.20063e+06 2.26360e+06 1.14532e+06 2.11206e+06 2.35512e+06 2.32075e+06 2.81363e+06 3.98178e+06 1.95734e+04 6.62372e+03 7.54389e-01 1.96418e+03 2.91204e+02 2.07434e+03 4.68503e+03 1.98923e+03 6.74638e+03 9.07992e+03 8.56756e+03 1.68614e+04 4.21336e+03 2.32609e+03 1.58343e+02 7.08814e+03 9.28223e+04 1.06222e+04 1.39518e+05 1.23928e+05 6.39844e+04 3.75965e+04 3.92801e+04 2.30587e+05 1.32274e+05 1.90114e+05 4.56311e+03 2.98162e+03 1.41726e+00 1.44010e+06 1.89804e+05 2.58598e+06 3.81734e+05 1.22487e+05 3.89184e+05 5.84299e+05 4.34873e+05 1.20960e+06 3.77046e+05 1.76520e+05 1.58545e+04 2.23386e+06 9.92162e+06 2.55814e+05 5.81036e+06 5.26480e+06 2.48469e+06 1.33247e+06 1.16479e+06 4.26597e+06 2.22997e+06 4.09595e+06 3.86448e+04 1.64859e+04 1.87744e+00 2.88561e+03 6.26695e+02 3.13529e+03 2.13181e+03 1.33511e+03 3.14867e+03 3.85014e+03 3.66079e+03 4.43426e+03 1.44173e+03 1.41124e+03 1.04493e+02 1.06978e+04 9.65722e+04 8.27847e+03 5.94801e+04 6.22131e+04 3.68416e+04 3.14764e+04 3.18961e+04 7.50420e+04 4.08898e+04 7.22498e+04 3.40223e+03 1.20601e+03 2.15897e-01 1.31875e+07 3.79312e+05 6.42055e+06 6.60803e+06 2.94500e+06 2.65581e+06 6.48948e+06 2.38497e+06 2.30084e+06 1.96706e+06 9.15843e+05 6.76331e+04 4.47238e+06 1.00949e+07 6.79370e+05 9.32772e+06 1.91122e+07 6.83662e+06 8.91261e+06 4.20138e+06 3.79194e+07 1.59880e+07 3.11816e+07 1.27388e+04 3.65604e+06 6.49482e-01 2.18962e+05 2.79294e+04 4.51780e+04 3.56241e+04 2.45498e+04 4.10204e+04 8.53807e+04 1.04111e+05 2.11178e+05 5.36053e+04 2.83863e+04 2.51480e+03 1.40209e+05 5.60291e+05 1.90919e+04 3.26810e+05 3.83119e+05 9.83651e+04 1.78838e+05 1.73577e+05 5.93436e+05 3.68354e+05 6.14634e+05 6.72215e+03 9.04075e+03 1.36355e+00 3.86063e+02 2.02583e+02 2.09416e+04 4.54702e+03 1.59186e+03 6.86884e+03 4.08849e+04 3.30923e+03 4.67343e+03 1.96359e+03 2.59677e+03 4.09892e+02 3.21353e+04 1.07640e+05 2.17084e+04 1.61141e+05 1.47231e+05 2.21517e+05 9.04539e+04 5.58358e+04 2.73536e+05 2.19177e+05 3.28484e+05 1.80468e+04 5.32357e+03 3.04145e-01 8.09616e+06 5.24319e+05 1.31877e+07 1.19341e+07 6.22701e+06 1.28465e+07 1.27717e+07 1.24010e+07 1.30637e+07 1.06576e+07 4.39714e+06 2.39714e+05 5.32558e+06 4.39486e+07 1.35767e+06 3.48616e+07 2.78864e+07 2.70699e+07 3.11764e+07 1.11646e+07 1.51749e+08 4.39346e+07 1.71955e+08 1.39890e+06 5.79351e+05 2.50565e-01 1.15617e+06 3.83928e+03 9.15524e+05 3.67626e+06 1.60781e+06 4.25761e+06 6.21762e+06 6.55979e+06 1.07097e+07 2.52234e+06 1.66571e+06 7.46166e+04 4.28947e+06 1.18261e+07 3.24597e+06 9.37071e+06 1.17741e+07 7.44170e+06 1.41769e+07 3.60722e+06 2.44252e+07 1.64616e+07 4.03349e+07 7.46302e+05 1.26209e+06 4.08016e-01 1.09109e+05 1.33832e+04 5.51098e+05 3.42578e+04 2.08650e+04 4.44158e+04 1.13524e+05 6.77565e+04 1.37300e+05 3.31183e+04 1.72296e+04 1.20783e+03 6.78285e+05 1.73623e+06 3.63636e+04 7.47177e+05 5.91230e+05 3.27124e+05 5.19832e+05 4.04837e+05 6.41780e+05 1.86806e+05 3.03727e+05 3.90967e+03 2.00364e+03 6.33587e+02 1.27973e+04 4.71570e+03 1.90833e+04 6.93369e+04 7.85707e+03 2.09504e+04 4.87229e+04 2.28505e+04 7.17224e+04 2.03403e+04 1.12420e+04 7.82548e+02 5.35563e+04 5.21935e+05 2.29195e+04 4.33158e+05 4.45776e+05 2.48088e+05 2.32317e+05 1.93766e+05 8.45280e+05 5.17228e+05 8.50975e+05 1.26207e+04 4.79285e+03 3.03261e-02 7.81142e+03 3.03916e+03 2.52242e+05 1.15948e+05 1.30912e+05 1.68367e+05 6.26639e+05 6.97432e+05 3.70663e+05 9.52460e+04 6.10737e+04 1.05639e+04 4.26676e+05 1.53518e+06 3.39700e+04 4.41316e+05 3.22424e+05 2.68390e+05 6.97359e+05 3.25725e+05 1.55704e+06 1.44629e+06 1.77623e+06 4.72307e+04 1.60858e+04 2.08096e+00 3.88430e+06 5.16833e+05 2.81671e+05 1.25232e+06 2.21013e+06 1.56730e+06 3.17195e+06 1.94962e+06 5.80360e+06 1.60500e+06 8.18734e+05 5.44979e+04 1.14459e+06 1.07396e+07 3.04484e+05 6.62822e+06 6.14872e+06 3.40985e+06 5.70717e+06 5.12218e+06 1.11274e+07 5.41163e+06 1.08226e+07 1.28483e+05 5.81418e+04 9.87397e-01 7.99047e+03 1.68206e+03 7.39299e+03 1.30587e+04 5.86896e+03 1.52075e+04 1.99191e+04 1.63640e+04 3.68022e+04 7.61071e+03 6.07800e+03 6.02061e+02 1.61289e+04 1.50706e+05 1.82995e+04 2.03459e+05 2.08174e+05 1.20906e+05 1.47100e+05 1.10437e+05 3.21240e+05 1.47931e+05 2.70893e+05 9.48036e+03 3.33163e+03 4.53586e-01 8.55251e+05 1.80863e+05 2.15258e+05 9.66060e+05 3.38674e+05 4.80488e+05 1.96116e+06 9.20387e+05 2.16053e+06 7.22215e+04 4.99513e+04 2.01715e+03 6.42076e+05 9.16431e+05 5.19868e+04 1.42939e+06 1.89335e+06 2.73480e+05 2.65021e+06 6.47424e+05 1.50262e+06 1.70999e+06 3.21369e+06 1.33578e+05 2.21313e+05 5.46307e+05 3.78502e+05 3.37473e+04 2.98489e+05 4.17092e+06 2.14943e+06 3.34543e+06 9.62297e+06 5.80706e+06 6.30389e+06 3.76018e+06 9.09987e+05 2.04207e+05 3.38324e+06 1.19411e+07 3.34622e+06 1.38623e+07 1.03875e+07 3.41929e+06 1.77997e+07 8.45531e+06 3.81914e+07 3.38753e+07 5.84184e+07 1.72773e+06 5.60204e+05 2.74107e-01 1.98204e+04 8.12731e+03 5.52741e+03 1.29454e+04 2.65666e+03 5.86328e+03 6.38250e+03 5.76050e+03 1.18296e+04 3.98855e+03 2.26253e+03 1.90445e+02 7.44796e+03 3.63798e+04 9.59747e+03 6.66084e+04 7.98853e+04 3.45629e+04 3.36983e+04 3.95672e+04 7.22134e+04 6.24915e+04 1.17373e+05 2.89979e+03 8.25091e+02 5.39333e-01 2.18319e+05 3.98239e+04 5.89921e+03 3.25965e+04 1.99099e+04 4.85772e+04 9.91139e+04 6.34057e+04 1.63675e+05 4.58988e+04 2.18856e+04 1.76667e+03 2.14802e+04 4.21740e+05 1.48698e+04 2.33441e+05 2.76064e+05 1.06799e+05 2.31694e+05 1.91340e+05 3.00063e+05 2.20136e+05 3.21474e+05 1.20513e+03 2.08926e+03 1.75054e+00 1.10246e+04 1.78872e+03 1.56322e+02 5.45255e+03 9.24511e+02 2.11567e+03 4.80406e+03 2.74448e+03 7.77814e+03 2.97624e+03 1.57238e+03 1.29240e+02 3.14328e+04 1.52970e+05 2.01667e+04 1.36573e+05 1.40867e+05 2.27291e+05 1.51218e+05 3.96689e+04 7.39522e+05 8.66777e+05 1.05782e+06 9.81364e+04 3.08320e+04 8.59801e-01 2.11627e+05 5.26085e+04 3.46985e+04 1.33168e+04 4.70265e+03 1.16021e+04 2.86843e+04 3.08106e+04 5.31420e+04 1.28689e+04 5.62899e+03 1.42771e+02 2.64168e+05 3.51598e+05 6.02969e+03 7.98863e+04 7.12405e+04 7.44896e+04 1.21638e+05 7.54629e+04 1.34520e+05 1.02613e+05 1.41837e+05 4.16400e+03 1.26309e+03 6.19731e-01 1.61381e+06 7.18278e+04 1.54703e+06 7.45725e+05 2.43160e+05 2.02750e+05 5.99838e+05 2.87536e+04 8.37028e+04 9.15379e+03 3.72832e+04 1.38898e+04 3.32709e+05 4.43528e+05 2.27021e+04 2.92605e+05 6.50794e+05 4.09813e+05 9.95461e+05 3.61771e+05 1.55582e+06 1.44208e+06 4.86184e+05 8.40672e+04 4.09837e+05 3.38158e+01 1.21154e+05 3.62560e+04 7.32144e+04 6.77530e+04 1.08758e+05 1.35109e+05 1.59387e+05 1.51230e+05 3.07831e+05 7.45392e+04 4.58756e+04 4.70955e+03 1.57165e+05 4.29027e+05 3.83772e+04 6.40871e+05 5.20630e+05 2.71007e+05 3.57767e+05 3.00648e+05 9.12629e+05 5.07442e+05 7.09640e+05 1.41971e+04 5.82499e+03 1.82319e+00 2.05075e+04 5.42775e+03 6.11139e+04 3.88187e+04 1.78414e+04 4.10312e+04 3.95623e+04 3.89075e+04 9.24701e+04 2.68754e+04 3.56941e+04 9.83781e+02 1.82412e+05 4.80273e+05 2.59082e+04 3.25310e+05 2.71809e+05 2.40010e+05 1.87970e+05 1.39894e+05 4.91602e+05 7.13770e+05 1.07527e+06 2.89822e+04 8.96600e+03 1.66459e+00 2.99723e+07 6.82956e+06 6.86078e+06 2.01564e+07 1.25965e+07 1.25071e+07 3.15419e+07 1.72103e+07 3.01991e+07 2.00413e+07 3.19105e+06 1.18882e+06 1.21386e+07 2.39298e+07 1.86587e+06 2.40489e+07 5.34882e+07 3.13351e+07 3.16587e+07 2.31814e+07 1.02655e+08 1.55176e+08 1.32562e+08 1.20422e+05 3.45612e+07 1.47347e+00 3.38455e+02 3.97686e+01 1.00795e+03 1.24593e+03 7.66693e+02 1.88598e+03 2.46197e+03 2.28059e+03 3.91929e+03 1.24154e+03 1.00633e+03 3.97181e+01 3.27512e+03 1.92451e+04 6.10338e+03 4.40217e+04 4.24443e+04 2.36326e+04 2.53133e+04 2.24488e+04 9.91191e+04 8.66734e+04 1.32807e+05 7.48447e+03 2.55638e+03 2.27750e-01 1.69437e+04 1.93398e+03 5.30019e+05 3.57540e+04 2.86041e+04 6.64692e+04 1.01966e+05 8.28663e+04 2.64314e+05 6.95720e+04 3.20519e+04 1.42632e+03 4.08555e+05 1.79049e+05 9.77589e+03 2.45965e+05 1.23249e+05 8.48704e+04 1.11287e+05 1.11527e+05 5.12370e+05 3.93453e+05 5.74411e+05 4.53648e+03 1.59843e+03 5.37700e-01 2.36330e+05 3.52192e+04 5.62502e+04 3.00885e+05 2.54448e+05 3.05849e+05 5.67740e+05 5.46767e+05 1.00649e+06 1.91296e+05 1.12803e+05 9.71029e+03 6.04427e+05 1.16431e+06 6.40657e+04 1.66678e+06 1.03142e+06 1.28305e+06 1.86627e+06 7.79550e+05 2.50488e+06 1.66210e+06 2.31324e+06 3.60725e+04 2.55399e+04 8.72375e+01 1.55682e+05 2.54831e+04 2.13901e+04 4.26436e+04 2.07906e+04 3.96652e+04 7.68492e+04 4.54269e+04 1.31232e+05 3.90901e+04 1.93643e+04 8.29013e+02 1.19902e+05 2.45280e+05 9.56955e+03 2.09336e+05 2.44532e+05 1.27393e+05 8.17802e+04 8.71953e+04 2.98225e+05 2.64540e+05 4.25505e+05 3.18703e+03 1.35307e+03 1.30241e+00 8.86736e+04 5.58233e+04 2.25532e+03 7.64069e+03 1.00091e+04 1.77555e+04 3.38877e+04 2.77977e+04 4.13691e+04 1.55014e+04 1.12803e+04 1.09128e+03 5.57975e+03 6.97507e+04 2.54366e+03 4.03186e+04 3.57771e+04 1.43267e+04 2.98356e+04 2.82895e+04 1.59673e+05 7.34753e+04 1.30882e+05 2.20607e+03 1.34667e+03 2.79447e-01 5.99981e+05 9.03770e+04 1.94141e+04 1.17594e+05 5.25133e+05 1.76203e+05 1.80973e+05 1.17511e+05 3.14004e+05 8.90313e+04 5.80834e+04 7.74219e+03 7.55746e+04 1.61530e+06 5.11359e+04 5.88766e+05 6.00024e+05 3.23448e+05 4.39910e+05 3.63287e+05 6.93021e+05 2.11807e+05 4.51592e+05 1.34465e+04 5.25147e+03 2.44996e+00 5.93840e+05 8.47465e+04 1.22120e+05 2.26409e+05 8.59042e+04 3.32957e+05 3.65428e+05 2.54875e+05 7.34377e+05 2.09740e+05 1.07592e+05 1.17544e+04 1.99076e+05 1.07240e+06 7.52840e+04 1.33232e+06 1.32108e+06 8.03722e+05 7.26715e+05 5.83465e+05 1.55139e+06 6.01145e+05 1.00236e+06 1.44590e+04 7.79790e+03 1.45987e+00 9.54252e+06 1.40053e+06 1.17365e+07 1.16649e+07 5.53977e+06 1.98711e+07 1.79164e+07 1.80092e+07 2.71574e+07 1.51247e+07 1.22053e+07 1.81613e+06 5.21013e+06 9.11578e+07 2.28994e+06 2.95147e+07 6.56448e+07 3.30657e+07 5.47152e+07 7.30129e+06 1.67687e+08 6.66017e+07 1.42530e+08 1.01598e+04 2.91587e+06 2.15472e-01 1.17376e+04 5.46303e+03 3.13067e+03 3.48358e+03 2.69347e+03 5.45577e+03 7.20634e+03 6.46013e+03 2.01963e+04 4.09848e+03 2.24547e+03 1.32688e+02 7.54552e+03 9.14843e+04 5.81911e+03 6.45650e+04 5.61193e+04 3.13892e+04 5.43934e+04 5.25839e+04 9.20844e+04 4.42672e+04 6.90117e+04 3.86658e+03 1.65168e+03 9.30132e-01 2.59525e+03 3.47421e+02 5.02311e+03 2.38130e+03 6.04111e+02 1.75607e+03 2.84459e+03 1.91203e+03 5.66085e+03 3.69605e+03 7.66918e+02 4.26413e+01 1.73715e+04 1.06468e+05 6.24165e+03 1.00264e+05 9.24738e+04 6.93617e+04 8.34692e+04 5.82666e+04 4.91987e+05 3.19000e+05 5.14301e+05 8.23237e+03 3.65300e+03 1.00610e-01 4.94068e+04 2.01008e+04 3.76318e+03 1.27447e+04 7.09471e+03 1.83335e+04 2.87288e+04 2.08223e+04 5.23619e+04 1.58117e+04 9.09162e+03 5.83687e+02 8.52756e+03 3.60779e+04 3.84274e+03 7.27598e+04 6.57798e+04 3.54395e+04 1.93371e+04 1.61280e+04 7.71122e+04 3.14562e+04 5.76840e+04 7.67471e+02 3.92706e+02 4.89285e-03 4.06421e+05 7.96638e+04 2.29480e+04 6.02889e+04 2.08843e+04 5.44413e+04 9.47770e+04 6.22896e+04 1.61422e+05 4.74460e+04 2.48510e+04 2.03510e+03 1.33160e+05 9.46122e+04 2.84972e+04 4.15884e+05 3.83049e+05 2.34830e+05 1.72379e+05 1.35226e+05 4.01866e+05 8.41252e+04 2.16434e+05 3.85240e+03 1.35687e+03 1.10580e+00 3.69143e+06 8.67508e+05 6.48771e+06 4.61750e+06 2.27783e+06 1.51199e+06 2.42382e+06 9.98603e+05 7.13176e+05 3.13102e+05 6.84354e+05 1.37730e+04 1.11175e+06 1.23964e+07 4.22804e+05 5.44947e+06 1.21204e+07 3.61008e+06 6.26475e+06 1.57338e+06 1.61095e+07 1.07030e+07 1.90664e+07 7.49108e+03 2.14994e+06 3.93432e-01 6.91915e+08 7.05904e+07 1.41829e+08 1.14165e+08 1.75739e+08 8.93991e+07 3.17979e+08 2.17083e+08 4.55628e+08 1.23421e+08 6.17843e+07 1.24613e+00 5.74687e+07 4.45275e+08 8.45029e+06 1.08915e+08 2.42242e+08 9.67523e+07 2.58355e+08 5.54170e+07 4.39045e+08 4.02731e+07 5.70206e+08 2.00519e+06 3.61200e+08 5.03845e+00 3.28411e+06 1.26317e+05 1.45226e+06 5.77040e+06 2.62660e+06 1.70568e+06 7.16177e+06 1.79115e+06 1.68948e+06 5.72553e+05 7.50891e+05 4.67395e+04 1.99958e+06 6.05015e+06 3.53592e+05 4.55740e+06 1.01363e+07 1.33225e+06 4.09580e+06 3.36925e+06 4.41280e+06 5.10620e+07 7.97387e+06 1.33960e+06 7.88256e+05 2.47029e-01 1.04571e+05 3.74541e+04 3.03301e+05 2.39931e+04 1.41285e+04 4.67352e+04 6.35748e+04 6.26548e+04 2.03952e+05 4.63627e+04 2.34066e+04 1.46777e+03 1.76678e+05 3.10081e+05 1.82780e+04 4.10089e+05 2.40348e+05 1.30781e+05 3.07398e+05 2.58352e+05 4.74919e+05 2.47009e+05 2.86202e+05 4.35044e+03 2.81932e+03 9.40578e-01 3.81989e+05 7.36059e+04 7.82727e+04 3.06049e+05 2.19849e+05 3.48134e+05 5.94026e+05 3.66718e+05 1.23143e+06 2.28924e+05 1.26404e+05 7.92525e+03 3.37522e+05 1.79876e+06 7.24196e+04 1.73185e+06 1.63067e+06 8.09783e+05 1.45914e+06 1.26447e+06 4.73891e+06 3.04644e+06 4.18968e+06 5.75197e+04 3.30317e+04 1.13026e+01 3.12218e+05 7.16963e+04 1.50098e+05 2.12137e+05 3.31525e+05 4.42322e+05 8.47958e+05 4.54658e+05 1.23466e+06 2.60468e+05 1.79874e+05 9.75328e+03 4.67058e+05 1.58201e+06 1.19067e+05 2.55004e+06 2.02202e+06 9.98115e+05 1.20330e+06 1.21821e+06 3.79849e+06 2.35782e+06 3.44814e+06 5.84176e+04 2.21337e+04 1.89707e+00 4.00711e+05 1.45074e+05 1.24010e+05 1.10166e+06 1.60315e+05 4.78054e+05 7.97987e+05 9.60805e+05 1.21450e+06 3.66050e+05 1.86978e+05 2.80769e+04 2.53070e+05 5.02936e+06 2.33859e+05 4.25669e+06 4.28255e+06 2.76220e+06 2.48112e+06 1.68271e+06 5.14678e+06 3.98785e+06 5.00315e+06 8.84153e+04 3.61372e+04 2.81173e+00 2.42515e+04 4.72690e+03 2.00740e+04 8.16393e+04 3.03669e+04 9.39605e+04 1.40811e+05 8.92157e+04 2.51847e+05 6.83235e+04 3.70111e+04 3.24312e+03 5.57597e+04 3.69655e+05 1.80978e+04 3.70685e+05 3.71569e+05 1.65755e+05 2.46144e+05 2.35729e+05 1.04165e+06 6.22359e+05 1.09378e+06 1.97320e+04 7.20421e+03 3.11427e-01 1.28735e+06 1.71559e+04 1.14303e+06 1.21689e+06 1.08533e+06 1.01678e+06 2.35970e+06 2.40780e+06 3.39013e+06 1.37323e+06 6.20325e+05 6.03869e+04 1.17733e+06 2.66447e+06 4.50039e+05 1.98928e+06 2.10086e+06 6.03621e+05 3.11875e+06 1.13185e+06 6.69410e+06 3.90818e+06 7.34897e+06 4.96603e+04 1.08583e+05 2.64672e+00 4.66850e+05 3.86365e+04 4.94863e+04 1.61091e+05 5.53612e+04 1.67144e+05 2.00458e+05 1.02681e+05 3.47899e+05 1.09040e+05 5.56190e+04 5.35986e+03 2.35202e+05 7.54101e+05 2.79440e+04 5.49276e+05 5.01871e+05 3.09954e+05 4.07225e+05 2.89052e+05 8.88747e+05 4.29299e+05 7.38879e+05 9.22718e+03 4.30622e+03 4.07080e+00 4.26745e+05 8.42519e+04 6.83628e+04 3.10270e+05 6.72205e+04 1.48332e+05 3.02532e+05 3.06823e+04 2.82927e+05 1.54396e+05 8.14365e+04 1.01540e+04 5.03309e+05 7.60278e+05 4.77429e+03 1.07045e+05 1.32475e+05 6.17767e+04 5.62260e+04 7.30031e+04 9.77637e+05 1.38881e+05 7.11975e+05 3.10490e+03 3.79905e+03 3.42761e-05 8.66043e+05 1.65587e+05 7.21542e+05 3.07946e+05 1.15447e+05 3.92969e+05 4.40593e+05 4.55297e+05 1.11588e+06 2.56888e+05 1.64459e+05 1.71858e+04 7.83195e+05 2.72667e+05 5.35761e+04 9.86385e+05 8.54920e+05 4.71136e+05 8.68361e+05 6.79061e+05 1.48889e+06 3.09314e+05 6.76780e+05 9.41239e+03 4.99943e+03 3.13135e+00 9.21391e+05 2.59308e+05 1.98749e+05 4.70863e+06 7.23191e+05 3.47298e+06 4.98802e+06 3.42332e+06 1.00559e+07 1.78741e+06 1.83083e+06 3.62045e+04 7.23157e+05 1.11250e+07 2.72163e+06 1.14951e+07 5.11655e+06 3.19225e+06 1.20969e+07 4.67156e+06 2.70056e+07 2.93520e+07 2.76119e+07 3.41606e+05 3.22344e+05 5.85869e-01 4.34382e+03 6.37042e+02 5.05625e+03 4.42209e+03 2.43468e+03 4.76424e+03 6.47325e+03 5.45045e+03 1.02228e+04 3.10289e+03 2.33638e+03 1.56699e+02 1.86127e+04 5.85349e+04 2.13680e+04 1.54021e+05 1.59632e+05 9.04212e+04 1.26123e+05 1.43834e+05 1.06040e+05 7.55673e+04 1.11921e+05 4.19035e+03 1.01096e+03 1.89872e-01 3.91486e+05 5.52103e+04 1.08400e+05 3.30360e+05 6.00432e+05 3.46564e+05 5.60578e+05 5.07559e+05 1.46523e+06 2.33368e+05 1.94224e+05 1.17807e+04 4.21560e+05 4.48521e+06 1.23385e+05 2.52763e+06 2.42599e+06 1.33891e+06 1.77238e+06 1.40084e+06 3.62489e+06 2.07299e+06 3.09345e+06 4.03237e+04 2.11985e+04 3.32772e+00 1.50449e+06 1.25283e+05 2.53044e+05 9.74532e+05 4.03511e+05 6.18112e+05 1.41905e+06 5.77081e+05 7.70054e+05 3.27128e+05 1.84617e+04 6.87789e+03 1.74612e+05 1.88981e+06 1.49183e+04 1.92280e+05 4.27657e+05 5.62641e+05 2.81263e+05 2.61061e+05 2.46429e+06 5.30758e+06 5.55012e+06 4.44561e+05 3.13457e+05 7.45115e-01 1.60576e+06 2.43449e+05 5.18790e+05 8.08416e+05 5.40138e+05 9.81854e+05 1.62557e+06 1.04116e+06 2.93157e+06 7.87042e+05 4.27088e+05 3.28789e+04 2.00671e+06 4.55185e+06 1.74733e+05 3.95650e+06 3.42433e+06 1.99411e+06 2.68839e+06 2.44509e+06 6.00161e+06 2.51587e+06 4.79460e+06 5.14927e+04 2.88807e+04 1.08162e+00 1.36175e+05 2.20911e+04 3.02364e+04 1.60351e+05 2.77877e+05 1.61797e+05 2.74030e+05 1.73018e+05 4.44790e+05 1.16899e+05 7.13775e+04 5.36862e+03 1.37981e+05 7.32020e+05 3.40432e+04 6.82675e+05 6.54398e+05 4.05102e+05 4.61142e+05 4.25111e+05 1.33833e+06 7.14566e+05 1.34147e+06 1.63069e+04 7.27988e+03 8.83119e+02 9.84919e+04 3.07296e+04 6.72643e+03 1.44565e+04 7.60160e+03 1.77486e+04 2.74766e+04 2.02133e+04 4.38063e+04 1.30644e+04 7.35323e+03 5.79196e+02 1.23234e+04 5.17788e+05 1.69187e+04 2.15891e+05 2.20023e+05 1.15793e+05 1.61618e+05 1.57332e+05 2.29479e+05 1.54189e+05 2.26475e+05 4.46263e+03 1.60667e+03 8.34933e-02 2.59632e+05 1.60731e+04 2.19813e+05 3.50642e+05 3.74873e+05 3.53736e+05 2.51492e+05 1.98365e+05 2.84194e+05 1.32995e+05 1.69719e+05 1.25723e+04 3.81995e+05 7.17923e+05 2.33254e+05 5.92306e+05 7.37159e+05 1.91534e+05 9.18490e+05 2.64722e+05 1.57169e+06 1.15866e+06 2.18312e+06 6.62752e-01 3.64231e+04 1.07595e+00 3.09690e+06 1.74712e+06 8.15324e+04 1.47731e+05 1.40144e+05 8.95180e+04 7.73643e+04 8.92930e+04 6.94676e+04 8.37019e+04 9.82931e+04 1.11826e+05 7.41397e+04 2.25841e+06 5.70836e+05 5.45974e+05 5.94093e+05 6.12067e+05 3.49844e+05 2.98065e+05 4.16664e+05 5.10684e+05 5.23960e+05 5.42187e+05 5.65789e+05 3.07412e+04 4.07940e+04 4.99511e+04 5.15305e+03 2.85598e+04 1.74732e+04 3.83880e+04 3.36597e+04 2.94156e+04 5.14710e+04 1.49480e+04 1.22845e+04 8.52562e+02 1.96779e+04 7.83710e+04 1.23325e+04 1.47739e+05 1.21259e+05 7.08247e+04 1.31220e+05 1.22349e+05 1.97716e+05 1.35685e+05 2.06182e+05 5.13325e+03 1.90995e+03 4.34047e+00 1.15447e+06 1.80188e+04 5.76534e+05 1.51254e+06 5.92171e+05 4.26053e+06 2.59042e+06 2.59228e+06 6.16490e+06 1.35072e+06 5.00445e+05 2.96270e+04 2.03712e+06 1.00571e+07 1.83957e+06 5.33489e+06 4.98804e+06 2.57995e+06 6.16797e+06 2.21727e+06 1.62897e+07 1.01566e+07 3.37031e+07 1.26099e+05 3.02433e+05 2.79787e-01 9.58902e+06 7.65684e+05 6.45416e+06 1.85316e+07 8.76924e+06 1.88170e+07 3.06353e+07 2.87779e+07 4.19400e+07 1.62600e+07 5.27626e+06 9.70196e+05 2.58691e+07 8.21447e+07 2.24740e+07 7.27850e+07 7.01424e+07 4.02938e+07 1.17037e+08 4.12335e+07 3.12431e+08 1.58875e+08 3.26151e+08 1.14799e+07 4.94644e+06 2.47743e-01 1.72306e+04 6.76497e+03 8.58876e+03 1.00140e+04 5.73847e+03 2.01746e+04 2.38757e+04 2.29541e+04 3.11780e+04 8.29097e+03 1.23304e+04 6.80714e+02 1.96015e+04 1.15421e+05 1.38190e+04 1.35821e+05 1.27571e+05 7.37010e+04 1.48839e+05 1.13839e+05 4.63289e+05 2.97011e+05 4.17112e+05 1.17807e+04 4.91927e+03 5.10983e-01 8.81119e+04 2.08183e+04 5.61013e+05 3.11506e+04 1.99505e+04 5.93150e+04 9.11665e+04 8.06117e+04 1.44884e+05 3.30205e+04 2.23702e+04 2.49972e+03 2.81042e+05 4.05236e+05 1.23088e+04 2.54137e+05 1.47191e+05 7.54265e+04 3.50467e+05 2.41908e+05 9.27538e+05 2.49117e+05 3.71669e+05 6.79901e+03 4.24795e+03 2.44712e-01 3.53220e+04 1.02025e+04 1.76881e+03 5.38497e+03 1.83811e+03 5.36074e+03 9.95959e+03 6.33526e+03 1.73594e+04 4.41232e+03 2.16575e+03 9.83746e+01 7.52593e+03 1.02636e+05 5.73158e+03 1.12740e+05 1.05147e+05 5.78020e+04 2.34483e+04 2.74797e+04 1.01194e+05 3.08429e+04 6.97629e+04 5.24200e+02 2.79403e+02 2.11541e-02 3.12383e+05 1.56817e+03 5.78703e+04 2.22934e+05 7.87204e+04 1.96660e+04 1.36359e+05 5.25603e+04 7.08386e+04 7.74694e+03 1.33930e+04 4.98956e+03 1.28286e+05 3.89758e+05 1.46235e+04 2.02451e+05 4.10331e+05 1.42593e+05 4.20900e+05 1.66376e+05 4.43072e+05 4.17690e+05 3.73284e+05 1.41883e+05 1.08812e+05 1.50533e-01 1.19147e+07 8.50661e+04 1.43605e+07 3.21133e+07 8.27111e+06 2.89188e+07 7.10539e+07 6.44275e+07 1.55266e+08 7.45514e+07 1.74761e+07 8.31132e+05 3.65399e+07 9.87082e+07 3.49044e+06 8.81065e+07 7.26588e+07 3.48452e+07 1.38921e+08 3.08811e+07 2.81988e+08 1.62640e+08 3.92069e+08 4.21614e+04 1.21003e+07 3.25391e-01 1.45980e+06 1.33955e+05 2.86904e+05 3.67823e+05 1.05197e+05 4.27262e+05 4.15989e+05 2.66302e+05 7.75089e+05 2.32698e+05 1.17339e+05 1.30782e+04 1.08590e+06 2.58453e+06 1.02638e+05 1.81758e+06 1.97559e+06 1.00789e+06 1.22719e+06 1.04869e+06 1.88052e+06 4.94702e+05 1.24800e+06 1.42941e+04 6.11308e+03 6.24250e+00 8.30435e+05 9.69308e+04 7.31666e+05 2.30430e+06 1.28556e+06 8.22948e+05 1.76033e+06 9.20388e+05 8.90898e+05 4.75194e+05 3.88077e+05 3.81124e+03 1.70558e+06 1.06885e+06 7.40185e+05 2.96675e+06 2.89255e+06 1.39544e+06 6.65050e+06 2.28619e+06 7.97563e+06 1.33493e+07 1.32879e+07 9.54939e+05 8.27712e+05 7.58703e-01 6.37973e+04 2.33574e+05 2.76783e+03 9.52635e+04 6.12132e+03 8.44856e+03 2.04113e+03 2.91287e+03 5.44712e+03 5.95700e+02 1.02985e+03 3.83671e+02 4.68038e+04 2.81762e+05 3.19666e+03 7.63181e+04 6.93220e+04 3.60707e+04 1.46491e+05 2.70524e+04 1.20974e+05 3.34170e+05 3.21957e+05 1.65179e+02 4.74063e+04 5.17678e-01 8.77306e+05 1.20330e+05 1.22297e+05 5.81008e+05 4.72631e+05 5.54420e+05 1.05943e+06 5.93550e+05 1.68276e+06 4.84722e+05 2.57848e+05 1.89381e+04 4.08249e+05 1.64983e+06 1.85745e+05 4.05769e+06 4.21764e+06 2.19677e+06 1.31335e+06 1.16972e+06 2.90252e+06 1.48453e+06 2.87057e+06 3.54650e+04 1.24171e+04 1.28665e+00 1.96370e+05 5.55578e+04 1.60478e+05 6.26248e+04 2.35023e+04 4.62729e+04 7.07113e+04 4.83624e+04 1.30164e+05 4.18421e+04 2.56591e+04 3.59022e+03 1.28535e+05 2.73187e+05 2.89000e+04 3.50206e+05 3.60976e+05 2.37719e+05 1.05880e+05 9.23032e+04 3.33272e+05 1.33102e+05 2.36430e+05 3.58259e+03 1.60260e+03 7.86203e-01 1.48500e+05 1.42922e+04 1.44710e+05 3.13399e+05 8.70152e+04 5.21352e+05 7.71010e+05 6.35508e+05 9.00792e+05 1.77253e+05 1.18184e+05 3.59373e+03 2.96065e+05 1.43594e+06 6.29425e+04 3.84814e+06 1.04348e+06 4.85518e+05 1.19709e+06 7.27621e+05 8.61677e+06 6.04330e+05 1.61897e+06 1.02851e+04 1.25176e+04 7.43265e-05 1.47248e+05 5.21250e+04 6.30477e+03 3.07228e+04 3.83813e+04 3.79581e+04 5.56558e+04 3.90823e+04 7.72100e+04 2.07295e+04 1.57363e+04 1.95554e+03 1.48968e+04 1.07756e+06 3.35414e+04 4.26064e+05 4.63920e+05 2.70578e+05 2.50565e+05 2.26022e+05 1.82909e+05 2.71185e+04 9.88647e+04 2.53835e+03 1.11705e+03 1.95124e-01 4.24162e+05 6.85237e+04 4.59703e+04 1.45465e+05 2.91245e+05 1.99848e+05 3.30967e+05 1.97585e+05 5.09285e+05 1.26170e+05 9.66101e+04 6.26062e+03 1.50617e+05 8.29718e+05 4.60374e+04 8.22441e+05 7.93126e+05 3.86428e+05 4.09967e+05 3.73764e+05 1.29612e+06 8.07432e+05 1.14677e+06 1.89947e+04 1.56338e+04 1.89756e+00 5.60801e+04 4.38271e+03 4.96083e+04 2.07919e+06 2.37180e+07 2.97816e+06 3.90872e+06 2.81999e+06 3.80760e+07 2.67989e+06 2.38293e+06 8.87760e+05 6.97726e+05 8.37908e+06 6.46762e+05 8.33604e+06 1.85405e+07 8.62349e+05 5.31782e+06 3.41357e+05 6.17371e+06 5.57109e+06 7.58072e+06 2.43826e+04 6.99781e+06 1.65473e-01 2.25622e+06 3.28632e+04 1.45633e+05 2.07794e+06 1.59716e+06 1.10766e+06 3.20808e+06 1.63681e+06 4.13503e+06 8.83798e+05 2.95199e+05 3.37009e+04 1.40988e+06 2.09782e+06 6.26497e+05 2.28200e+06 3.82093e+06 1.05848e+06 4.80851e+06 1.97586e+06 7.14610e+06 6.31061e+06 9.93580e+06 2.26377e+00 1.67083e+05 7.61384e-02 1.84334e+05 1.39885e+05 1.75643e+04 4.29341e+05 3.73709e+04 1.19516e+05 1.65330e+05 2.16149e+05 4.14492e+05 5.47307e+04 3.42665e+04 4.77321e+03 3.78531e+05 1.25167e+06 4.22982e+04 7.45257e+05 5.82141e+05 8.50872e+05 1.35125e+06 4.29207e+05 1.88052e+06 1.84346e+06 2.85245e+06 5.65712e+04 2.19441e+04 1.27356e+00 1.31714e+08 5.32768e+06 2.21076e+07 2.57609e+07 1.32951e+07 8.62219e+06 5.01256e+07 2.53647e+07 2.34308e+07 7.89443e+06 5.19207e+06 4.09258e+06 1.66426e+07 6.13552e+07 1.95113e+06 2.51479e+07 5.59324e+07 7.07932e+06 6.95043e+07 1.56684e+07 1.31459e+08 3.92924e+07 2.50102e+07 4.33088e+04 1.24296e+07 1.55022e+00 2.66474e+07 2.80385e+06 1.14077e+07 2.12501e+07 5.58365e+06 5.25932e+06 1.17837e+07 3.29836e+06 4.64607e+06 7.59981e+06 5.43313e+05 9.40842e+04 1.93436e+06 4.61439e+07 5.99119e+05 7.72197e+06 1.71747e+07 1.23269e+07 2.70188e+07 1.55314e+06 2.30898e+07 7.70015e+04 2.84964e+07 1.10654e+05 3.17576e+07 1.54057e-01 1.55232e+06 2.51385e+05 2.55216e+06 1.78620e+06 1.83585e+06 9.57300e+05 2.67851e+06 2.68135e+06 2.26109e+06 7.80131e+05 2.67280e+05 8.38165e+03 3.84750e+06 1.12556e+07 7.04906e+04 9.08545e+05 2.02073e+06 4.62494e+06 7.00272e+06 3.64746e+06 8.70361e+06 1.73453e+07 2.86990e+07 8.28212e+02 2.37697e+05 1.24818e+00 4.87530e+04 1.50474e+04 7.17058e+05 8.72253e+04 2.49813e+04 5.14946e+04 7.93991e+04 5.43230e+04 1.57902e+05 7.54990e+04 3.02805e+04 6.07448e+03 3.65561e+05 9.81717e+05 2.91198e+04 4.13675e+05 4.02758e+05 2.29542e+05 6.04914e+05 4.36212e+05 7.34809e+05 1.11729e+06 1.25941e+06 5.71476e+03 5.82908e+03 3.69999e-01 1.03165e+06 2.74743e-01 5.94336e+05 6.43530e+06 1.17605e+06 2.57636e+06 6.13322e+06 2.41507e+06 1.14042e+07 1.66585e+06 5.96453e+05 4.98652e+04 1.81026e+06 5.29548e+06 1.68492e+06 3.24208e+06 9.45023e+06 3.95359e+06 1.72414e+07 1.00152e+07 2.04405e+07 9.52538e+06 2.85434e+07 3.00156e+05 5.41104e+05 4.81356e-03 2.46295e+06 7.08899e+04 8.11283e+05 6.40528e+06 1.32715e+06 1.17955e+06 5.45830e+06 2.74781e+06 1.04854e+07 2.16153e+06 2.80866e+06 2.64383e+06 1.69358e+06 1.14427e+07 3.84427e+05 4.95484e+06 1.10202e+07 5.33705e+06 1.62576e+07 2.84684e+06 2.01591e+07 1.80244e+07 3.47551e+07 6.94473e+03 1.99314e+06 1.93047e+00 1.52264e+07 7.05734e+05 4.54218e+06 1.30880e+07 1.44884e+07 1.01442e+07 2.33760e+07 1.94451e+07 2.79923e+07 7.11860e+06 4.79405e+06 8.68479e+05 1.63188e+07 3.06196e+07 1.11614e+07 3.57052e+07 4.13400e+07 2.79271e+07 5.24342e+07 1.63235e+07 2.00490e+08 4.60017e+07 1.05443e+08 9.24958e+06 6.27754e+06 5.00260e-01 1.38896e+05 2.08451e+04 3.44214e+04 8.02590e+04 3.02074e+04 6.13791e+04 1.01028e+05 9.94794e+04 1.46385e+05 4.02978e+04 2.23293e+04 1.76882e+03 1.52289e+05 6.69412e+05 3.76120e+04 7.80751e+05 5.58291e+05 3.81510e+05 2.86207e+05 2.60470e+05 1.00583e+06 4.10773e+05 6.91325e+05 2.58347e+02 4.01163e+03 1.80252e-01 3.88214e+06 1.65884e+06 2.34590e+06 2.49500e+07 1.07699e+07 4.05995e+07 5.67101e+07 4.88605e+07 1.33797e+08 3.26207e+07 1.36766e+07 1.24455e+06 2.04299e+07 1.98934e+08 8.92599e+06 2.91983e+08 1.43441e+08 5.68865e+07 2.32641e+08 9.70730e+07 3.73949e+08 1.80531e+08 5.53283e+08 3.51933e+05 2.68794e+06 9.51301e+02 1.50078e+05 1.87092e+04 9.97071e+04 2.04772e+05 1.06465e+05 2.39122e+05 4.87140e+05 2.28648e+05 6.68949e+05 1.75239e+05 9.61445e+04 9.47640e+03 2.02289e+05 1.02303e+06 3.78465e+04 8.68281e+05 7.06845e+05 3.97594e+05 6.72047e+05 5.63287e+05 3.02976e+06 1.44434e+06 3.16742e+06 3.87463e+04 1.48869e+04 6.01171e-01 7.44349e+06 1.20944e+06 6.77629e+06 8.33407e+05 8.56919e+05 3.03172e+05 3.29509e+06 2.52133e+06 1.40897e+06 1.64003e+05 3.24502e+05 8.21073e+04 4.77010e+06 4.60152e+06 7.18748e+04 9.26386e+05 2.06041e+06 2.52700e+04 5.82359e+06 9.69068e+05 7.62152e+06 1.26523e+06 6.52017e+06 6.27634e+03 1.80131e+06 2.19550e+02 1.01702e+07 3.61545e+04 1.90696e+05 8.31971e+05 3.63946e+05 2.30082e+05 4.63080e+05 2.06135e+05 3.85476e+05 4.21558e+04 3.50827e+05 1.30700e+05 4.47929e+05 1.08818e+06 3.46673e+04 4.46823e+05 9.93797e+05 6.27692e+05 1.91966e+06 5.39923e+05 1.62790e+06 1.49132e+06 4.81686e+06 2.11171e+03 6.06061e+05 6.91461e+01 1.18389e+05 3.88402e+04 1.01280e+06 6.92019e+05 3.92833e+05 4.52722e+05 3.14095e+06 9.11925e+05 4.59956e+05 1.65214e+05 7.95825e+05 6.63719e+04 8.78495e+05 1.51965e+06 3.69264e+04 4.75940e+05 1.05856e+06 4.93579e+05 9.09009e+05 3.99023e+05 5.90387e+06 4.10020e+05 1.81401e+06 1.53429e+04 2.62251e+05 4.39935e-01 3.06429e+05 4.28507e+01 3.62486e+04 1.71852e+05 3.71318e+04 2.42744e+04 8.19936e+04 1.09594e+05 3.79439e+04 3.48637e+04 5.13922e+03 1.91461e+03 2.53892e+04 4.17137e+05 5.96511e+03 6.79331e+04 1.76688e+05 1.07342e+05 3.20741e+05 7.52883e+04 1.87725e+05 2.15012e+05 4.01597e+05 4.47765e+01 1.28509e+04 5.88739e+00 3.44537e+05 2.26526e+04 9.31897e+04 5.07274e+04 3.17583e+04 1.35696e+05 8.30151e+04 4.72295e+04 1.63508e+05 4.45943e+04 2.30945e+04 1.16419e+03 4.62910e+05 5.99536e+05 2.05148e+04 5.51518e+05 4.27848e+05 2.34178e+05 9.41981e+04 1.27333e+05 6.77859e+05 3.31912e+05 5.88869e+05 5.24170e+03 2.62010e+03 1.81545e+01 4.73582e+05 3.86553e+04 3.00658e+04 4.73341e+05 3.93205e+05 3.55218e+05 2.01672e+05 1.35144e+05 2.51916e+05 1.01840e+05 5.96871e+04 6.87956e+03 3.07282e+05 6.24150e+05 1.29621e+05 3.37269e+05 6.85960e+05 1.26189e+05 9.57785e+05 2.70011e+05 1.82643e+06 1.30730e+06 2.59859e+06 1.33617e+00 1.23031e+05 3.88664e+00 1.95583e+05 2.75232e+04 6.63695e+04 1.96054e+05 9.82730e+04 2.56328e+05 2.87483e+05 2.15661e+05 7.39970e+05 1.29891e+05 1.19960e+05 8.26120e+03 2.26303e+05 1.19761e+06 9.60531e+04 1.68799e+06 1.67926e+06 1.09487e+06 9.09600e+05 6.46480e+05 4.13907e+06 2.45961e+06 4.29732e+06 7.09879e+04 2.72940e+04 2.91228e+00 2.26034e+04 4.38368e+03 2.11493e+04 1.70740e+04 1.20862e+04 2.28410e+04 3.66529e+04 2.80901e+04 5.56997e+04 1.53023e+04 1.00497e+04 6.48665e+02 6.49371e+04 7.80129e+04 5.49662e+03 9.06666e+04 7.94269e+04 4.25774e+04 3.52459e+04 3.84225e+04 2.03706e+05 9.91391e+04 1.69602e+05 2.20157e+03 1.08114e+03 1.25335e+00 9.05755e+04 5.68122e+04 2.13211e+03 4.24170e+03 1.28398e+03 4.97167e+03 7.50927e+03 5.22075e+03 1.33726e+04 2.88265e+03 1.71205e+03 5.34108e+01 8.47901e+03 2.29300e+04 1.01246e+03 2.69335e+04 2.43242e+04 1.23044e+04 2.01114e+04 3.24042e+04 6.14671e+04 2.21012e+04 3.32082e+04 2.23795e+02 1.30214e+02 2.30330e-05 2.65491e+04 2.96982e+03 1.50967e+06 3.77985e+04 9.74275e+03 4.73769e+04 6.02159e+04 5.10449e+04 1.90233e+05 5.13945e+04 1.98797e+04 1.29451e+03 1.18588e+06 2.47145e+05 1.12240e+04 3.76793e+05 2.49328e+05 9.93611e+04 1.82956e+05 2.00349e+05 8.02469e+05 7.75786e+05 8.98132e+05 3.09631e+03 2.46703e+03 1.48504e+02 2.02352e+03 2.41885e+02 4.90630e+03 1.31893e+05 8.69882e+04 1.43505e+05 1.90786e+05 1.53278e+05 3.59261e+05 1.35418e+05 9.39836e+04 7.31363e+03 1.52865e+04 1.72483e+05 4.23850e+03 1.31595e+05 9.20899e+04 4.68696e+04 6.12838e+04 4.41225e+04 5.08205e+05 2.26824e+05 3.88510e+05 1.02025e+04 5.68502e+03 4.84034e-01 2.62910e+05 1.32687e+03 4.23399e+04 7.97652e+05 9.94374e+05 6.35216e+05 4.42614e+05 1.69672e+05 5.05574e+05 1.05973e+05 1.78641e+05 4.57350e+04 6.64979e+05 1.33235e+06 3.64481e+05 9.26441e+05 1.25856e+06 2.76411e+05 1.44696e+06 5.49739e+05 1.29251e+06 1.92658e+06 3.87324e+06 4.93318e+04 9.10614e+04 2.04383e+01 5.34062e+04 1.28857e+03 6.67982e+04 5.67982e+04 9.91546e+04 1.02981e+05 4.39340e+05 1.00431e+06 3.34823e+05 4.97432e+04 1.54100e+04 9.26664e+02 1.80131e+05 2.23125e+06 4.40289e+05 1.62462e+06 1.18344e+06 8.11882e+05 2.33909e+06 1.07619e+06 7.10545e+06 3.46514e+06 6.76781e+06 2.51607e+05 4.33150e+04 2.58339e+00 1.20018e+05 1.50257e+05 1.12928e+03 8.88333e+03 4.86594e+04 6.68138e+03 1.41271e+04 7.50522e+03 3.82110e+04 6.32414e+03 3.91806e+03 3.06359e+02 7.41395e+04 1.21032e+06 7.02563e+04 1.68040e+06 3.68442e+05 7.37063e+05 3.55578e+05 2.56795e+05 3.50234e+06 2.65856e+06 3.48577e+06 6.53729e+04 5.55774e+03 6.21279e-01 3.55873e+05 5.34833e+04 3.03607e+04 4.24356e+04 1.21601e+04 6.76517e+04 9.51090e+04 8.05709e+04 1.77248e+05 4.34866e+04 2.67540e+04 1.87905e+03 7.59241e+04 5.02771e+05 3.41210e+04 4.18828e+05 3.81367e+05 2.24378e+05 2.89990e+05 2.31707e+05 5.48773e+05 3.10598e+05 4.09517e+05 1.09985e+04 4.87683e+03 6.43774e-01 1.82143e+05 4.07471e+04 5.06332e+03 2.70504e+04 1.05403e+04 3.07814e+04 4.26969e+04 3.25356e+04 7.68114e+04 2.38001e+04 1.31494e+04 1.17291e+03 2.16441e+04 1.07509e+05 1.32210e+04 2.34348e+05 2.21253e+05 1.15841e+05 8.77198e+04 1.14495e+05 2.44331e+05 7.41421e+04 1.54566e+05 2.22795e+03 1.12450e+03 3.02580e+01 6.51605e+06 6.91246e+05 1.58947e+06 7.02405e+06 3.13545e+06 2.59403e+06 3.35681e+06 2.07053e+06 9.45920e+06 9.29361e+05 6.52872e+05 8.54099e+04 1.41478e+06 1.12114e+07 2.88384e+05 3.71695e+06 8.26702e+06 9.18683e+06 1.08051e+07 3.56075e+06 1.09053e+07 1.20543e+07 1.45048e+07 2.19319e+00 1.29837e-02 2.30907e-01 2.39431e+04 1.87165e+04 2.96889e+03 8.00478e+03 5.74862e+03 5.66888e+03 9.16845e+03 7.12235e+03 1.63060e+04 4.24815e+03 2.15708e+03 1.13047e+02 1.08069e+04 2.15127e+05 2.25128e+04 2.89174e+05 2.63674e+05 1.68079e+05 1.09629e+05 1.02168e+05 2.24290e+05 1.52323e+05 2.23914e+05 3.69972e+03 1.22895e+03 7.03085e+02 6.48723e+05 1.21304e+05 4.18380e+03 9.24420e+04 3.59300e+04 8.03814e+04 1.48409e+05 8.08005e+04 2.66617e+05 9.16116e+04 4.36078e+04 3.34383e+03 2.44649e+04 4.43557e+05 2.16872e+04 3.90033e+05 3.52789e+05 1.91904e+05 1.83468e+05 1.90919e+05 5.33204e+05 2.38528e+05 3.87322e+05 5.31950e+03 2.25190e+03 1.37417e+00 1.90747e+04 2.23826e+03 3.21478e+03 4.27892e+04 3.49560e+04 2.03345e+04 6.75555e+04 1.44806e+04 1.08548e+05 1.13578e+05 3.62952e+04 9.45323e+02 5.26468e+04 1.82582e+05 8.22878e+04 1.76458e+05 2.35293e+05 2.29965e+05 5.31013e+05 1.65876e+05 8.96452e+05 6.50903e+05 1.45529e+06 1.80332e+03 5.59117e+04 9.23696e-02 3.80291e+04 1.37383e+04 1.63775e+04 2.73593e+04 6.91599e+03 1.79987e+04 3.04750e+04 2.00550e+04 5.01971e+04 1.44245e+04 7.15091e+03 6.28300e+02 3.72889e+04 1.11496e+05 6.75413e+03 9.57897e+04 7.89447e+04 4.70844e+04 6.31742e+04 5.73909e+04 2.52193e+05 1.09705e+05 2.36981e+05 3.29209e+03 1.16419e+03 5.50959e-01 1.56950e+05 7.84951e+03 4.04583e+03 1.83573e+05 5.65371e+05 6.20891e+04 1.23757e+05 5.84061e+04 4.52083e+04 4.94400e+03 8.95261e+04 1.26751e+04 5.72213e+04 2.60229e+05 8.82738e+03 1.13775e+05 2.53052e+05 2.66375e+05 4.09819e+05 8.82858e+04 4.18260e+05 7.00813e+05 8.18985e+05 1.32036e+02 3.78942e+04 4.89338e+00 5.17735e+06 2.11630e+05 4.92763e+06 6.86645e+06 4.33805e+06 1.98889e+06 9.68117e+06 3.60520e+06 7.99663e+06 8.24528e+06 1.81326e+06 3.48580e+05 6.15939e+06 2.92600e+07 9.32401e+05 1.20176e+07 2.67288e+07 9.97583e+06 2.01341e+07 4.13365e+06 3.03163e+07 4.39282e+07 6.23501e+07 1.38388e+04 3.97173e+06 3.55003e-01 3.16155e+03 6.37175e+02 2.91001e+03 9.95003e+03 4.48158e+03 1.58692e+04 2.28767e+04 1.76472e+04 3.85358e+04 9.49565e+03 5.34451e+03 2.92029e+02 9.31259e+03 3.43406e+05 2.22721e+04 3.09818e+05 2.51747e+05 1.48631e+05 1.32971e+05 1.28873e+05 5.14656e+05 3.19624e+05 4.43673e+05 1.01834e+04 5.40249e+03 3.54482e-01 2.20278e+05 9.25177e+02 9.34302e+04 4.86374e+04 4.26874e+04 3.47878e+04 6.07532e+04 4.79157e+04 8.98222e+04 2.68620e+04 1.27742e+04 1.56079e+03 3.98993e+05 1.89894e+05 4.09458e+03 1.91315e+05 1.78190e+05 6.71907e+04 1.48011e+05 8.33851e+04 2.81697e+05 1.17381e+05 2.80511e+05 3.65712e+03 2.79868e+03 2.65649e+00 4.08647e+04 5.45797e+03 2.44345e+03 3.56806e+04 1.31192e+03 6.39726e+03 8.17801e+03 8.43878e+03 8.22334e+03 3.70200e+03 1.94289e+03 7.88197e+01 5.27056e+04 1.56556e+05 7.25011e+03 1.80510e+05 1.72737e+05 1.43754e+05 1.40506e+05 4.45240e+04 1.84083e+05 2.19159e+05 2.30946e+05 1.74011e+03 3.15392e+03 1.50372e-01 1.26228e+06 2.81190e+05 2.51598e+05 5.12301e+05 4.52135e+05 5.97582e+05 1.09019e+06 7.97125e+05 2.38454e+06 5.24453e+05 2.70113e+05 1.69494e+04 5.71807e+05 3.32183e+06 1.24678e+05 2.29116e+06 1.86468e+06 8.77341e+05 1.26369e+06 1.26219e+06 4.13503e+06 3.36304e+06 5.06697e+06 1.99016e+04 2.32813e+04 8.19442e-01 3.77003e+05 7.02875e+04 9.18044e+04 4.49433e+04 1.65853e+04 4.17840e+04 6.46309e+04 5.50133e+04 1.66685e+05 5.28218e+04 2.02467e+04 3.27506e+03 2.66347e+05 1.26660e+05 2.14729e+04 3.57944e+05 2.76689e+05 1.37096e+05 2.41086e+05 2.53102e+05 4.27461e+05 2.90411e+05 3.95048e+05 3.76622e+03 1.67093e+03 1.49063e+02 1.89234e+06 2.63929e+05 3.50032e+05 3.80772e+05 2.67239e+05 5.57171e+05 1.18599e+06 8.27560e+05 2.69110e+06 7.44815e+05 3.05699e+05 2.04717e+04 4.37711e+05 2.43827e+06 1.18518e+05 2.96414e+06 2.57385e+06 1.28368e+06 2.01134e+06 1.81985e+06 1.90160e+06 1.29571e+06 2.07237e+06 1.25761e+04 6.40608e+03 1.17727e+00 1.36983e+05 1.46767e+04 1.56142e+05 1.33850e+05 4.81611e+04 6.56659e+04 1.23129e+05 8.73854e+04 2.01516e+05 6.28766e+04 3.48828e+04 2.85245e+03 2.96503e+05 2.89648e+05 2.48104e+04 4.80094e+05 3.75599e+05 2.34964e+05 2.51802e+05 1.15173e+05 8.92015e+05 7.51354e+05 9.91980e+05 1.72270e+04 3.51107e+03 1.47812e-01 7.61834e+05 1.33393e+05 1.61859e+04 4.12450e+04 1.63178e+04 7.65809e+04 7.99900e+04 4.57762e+04 2.33166e+05 7.09772e+04 2.99560e+04 1.60489e+03 6.70120e+04 9.96109e+05 3.28579e+04 7.66130e+05 6.74698e+05 3.61493e+05 3.82975e+05 4.08731e+05 1.26519e+06 5.61179e+05 8.63743e+05 7.98793e+03 5.25838e+03 2.27104e-01 2.11699e+06 1.86887e+05 7.70959e+05 5.50743e+06 1.54214e+06 5.58504e+06 7.92162e+06 5.36212e+06 1.02335e+07 2.83139e+06 3.40578e+06 1.66646e+05 1.73965e+06 1.40749e+07 4.54784e+06 1.09624e+07 1.62875e+07 5.83304e+06 2.22689e+07 7.28622e+06 6.49160e+07 2.15136e+07 5.37365e+07 6.65448e+04 2.88097e+06 2.96795e-01 6.97417e+01 1.01112e+01 2.67041e+01 6.67207e+01 1.35665e+02 3.39958e+01 1.84117e+02 9.16615e+01 1.71409e+02 1.87453e+01 3.24072e+01 1.20733e+01 5.96506e+02 8.87739e+02 4.56314e+01 5.88138e+02 1.30810e+03 7.75704e+02 9.16164e+02 1.73328e+02 2.59288e+03 1.46390e+03 3.11307e+03 3.95478e-03 3.79058e+02 5.18557e-01 1.82109e+04 7.32856e+03 9.20791e+03 3.45808e+04 1.66433e+04 4.36976e+04 6.82262e+04 8.41172e+04 1.17381e+05 3.02136e+04 1.89567e+04 2.79681e+03 2.67369e+04 6.54919e+05 1.61757e+04 2.27159e+05 2.02856e+05 1.13435e+05 1.81217e+05 1.26928e+05 6.75621e+05 4.88076e+05 6.49228e+05 1.38525e+04 5.74135e+03 1.00365e+00 2.18082e+06 1.67806e+05 5.37861e+05 3.67417e+06 1.24715e+06 3.26329e+06 2.20766e+06 1.90409e+06 1.90074e+06 8.63469e+05 5.68162e+05 8.29488e+05 1.12001e+06 6.15397e+06 2.30087e+05 5.77331e+06 4.81158e+06 1.82609e+06 4.40742e+06 2.00960e+06 1.36430e+07 8.09309e+06 1.73229e+07 4.64721e+03 1.33375e+06 4.22947e-01 2.00831e+05 4.08783e+04 3.82869e+04 6.93542e+04 8.31176e+04 8.28670e+04 1.32382e+05 9.73427e+04 2.05511e+05 5.39414e+04 3.29331e+04 2.67626e+03 9.40922e+04 4.27993e+05 2.80026e+04 4.21770e+05 3.73837e+05 1.70348e+05 1.47031e+05 1.44834e+05 5.49475e+05 3.20994e+05 4.81466e+05 1.07784e+04 2.64798e+03 6.98363e-01 2.29483e+05 5.38132e+04 1.28519e+04 3.97558e+04 5.21628e+03 8.93773e+03 2.06124e+04 1.03754e+04 3.44720e+04 1.38123e+04 6.06733e+03 3.46504e+02 9.12629e+04 9.28179e+04 5.41111e+03 1.26823e+05 9.39693e+04 1.20655e+05 8.82088e+04 2.89619e+04 9.80872e+04 8.07244e+04 1.65352e+05 4.36199e+02 3.29384e+02 1.95450e-04 5.08116e+05 8.16165e+04 2.43362e+05 1.56230e+05 6.22360e+04 1.18919e+05 2.24019e+05 1.32242e+05 4.74758e+05 1.53564e+05 6.88198e+04 8.76491e+03 3.74909e+05 1.39727e+06 8.34047e+04 1.57114e+06 1.96091e+06 1.20255e+06 1.32257e+06 1.04359e+06 1.04306e+06 1.26480e+06 1.79049e+06 4.62634e+04 6.44876e+03 6.30125e+00 1.14381e+06 8.85449e+05 3.99254e+06 2.79560e+06 3.24383e+05 3.08118e+06 1.87995e+06 1.99556e+06 3.20072e+06 2.70873e+06 5.95839e+05 5.98127e+04 1.48894e+06 1.53063e+07 2.77493e+06 7.96534e+06 9.34418e+06 3.37024e+06 1.11303e+07 3.86425e+06 2.67916e+07 1.53450e+07 4.99112e+07 3.63794e+05 1.14013e+06 3.29788e-01 1.33849e+05 2.26829e+04 1.37297e+04 7.65411e+04 3.16959e+04 8.40799e+04 1.45015e+05 9.52589e+04 2.69343e+05 7.81147e+04 3.74018e+04 3.38075e+03 5.69976e+04 5.14728e+05 3.30085e+04 7.15556e+05 6.93514e+05 3.78722e+05 1.75627e+05 2.10360e+05 7.51299e+05 4.89735e+05 8.35776e+05 9.77892e+03 3.51500e+03 4.08550e-01 1.07307e+05 6.58101e+04 2.27353e+06 1.82188e+05 8.86041e+04 2.32499e+05 3.95983e+05 2.90652e+05 7.42930e+05 1.99996e+05 1.17796e+05 6.29700e+03 6.57323e+05 2.45063e+06 5.58696e+04 1.06203e+06 8.65920e+05 5.66515e+05 8.90243e+05 5.80910e+05 2.27927e+06 2.60054e+06 3.09537e+06 5.76649e+04 1.71105e+04 2.29001e+01 8.11042e+06 1.20680e+06 3.71225e+05 1.50919e+06 7.09385e+05 1.73849e+06 2.75792e+06 1.66254e+06 5.12803e+06 1.42962e+06 6.57089e+05 4.63100e+04 1.96156e+06 3.87307e+06 5.06674e+05 1.04329e+07 1.05186e+07 6.18289e+06 8.16579e+06 8.34665e+06 1.17685e+07 4.92384e+06 7.02718e+06 7.14884e+04 6.84654e+04 9.20052e-01 1.40870e+05 9.59113e+04 1.05489e+05 9.07689e+04 2.18634e+05 1.40156e+05 2.28682e+05 1.72298e+05 5.64388e+05 1.36029e+05 8.39383e+04 8.07841e+03 3.07358e+05 7.04968e+06 1.61094e+05 2.82644e+06 2.38139e+06 1.74279e+06 2.19184e+06 1.08840e+06 2.85555e+06 1.44542e+06 2.10988e+06 4.72888e+04 1.89716e+04 4.41601e+00 1.70097e+05 1.55866e+04 1.21201e+05 1.54544e+04 4.17734e+03 1.68145e+04 1.82622e+04 1.34973e+04 2.61260e+04 6.72631e+03 4.73828e+03 4.35000e+02 1.58444e+05 7.80976e+05 2.03387e+04 3.51151e+05 2.79795e+05 1.67957e+05 1.34608e+05 1.14719e+05 4.55341e+05 3.50167e+05 5.10215e+05 6.89933e+03 3.13616e+03 3.02805e+00 8.29506e+05 1.87611e-01 5.45566e+04 8.13347e+05 6.42220e+05 6.10722e+05 7.75918e+05 1.39351e+05 2.92108e+05 3.19451e+04 1.82066e+05 6.78286e+04 8.28546e+05 1.49149e+06 2.25246e+04 2.90317e+05 6.45704e+05 4.90505e+05 1.09015e+06 4.22037e+05 2.30555e+06 2.80375e+06 9.73338e+05 3.20946e+03 9.21115e+05 6.59052e-05 2.11227e+06 1.83695e+05 5.54981e+06 2.37736e+06 1.56377e+06 7.39470e+05 1.88646e+06 1.07000e+06 3.85589e+05 2.03574e+05 3.33539e+05 8.79423e+04 2.04363e+06 3.95710e+06 8.23397e+04 1.06127e+06 2.36040e+06 6.15868e+05 3.56289e+06 6.74061e+05 5.31764e+06 1.28043e+07 2.80469e+06 1.13967e+06 5.34699e+05 2.03174e+00 4.47967e+06 9.67140e+05 4.10998e+05 6.56117e+06 9.61374e+05 3.95632e+05 1.28638e+06 4.38332e+05 5.89860e+06 3.13023e+05 2.91777e+05 3.05471e+04 1.72171e+06 4.04885e+06 1.81462e+05 2.33884e+06 5.20191e+06 3.00941e+06 4.65974e+06 5.88605e+05 7.89294e+06 1.24123e+00 5.19661e+06 4.17361e+04 1.19783e+07 1.09609e-03 2.88585e+06 7.34574e+04 7.49293e+06 7.52833e+06 5.15347e+06 5.29861e+06 9.87437e+06 5.84073e+06 9.18650e+06 4.57798e+06 2.43450e+06 2.39543e+05 5.62613e+06 1.32424e+07 2.05477e+06 1.24738e+07 6.73378e+06 2.58459e+06 1.59647e+07 8.20782e+06 2.13619e+07 1.73717e+07 3.93639e+07 1.65663e+05 5.60964e+05 4.87643e-01 6.79957e+05 1.66171e+05 5.74205e+05 2.11784e+06 3.64380e+06 1.87143e+06 2.13609e+06 1.43722e+06 2.33777e+06 9.44379e+05 7.27557e+05 1.69102e+04 1.70178e+06 4.50772e+06 2.29425e+06 6.26554e+06 8.11604e+06 3.88391e+06 6.82748e+06 1.66539e+06 1.23387e+07 1.27341e+07 2.22618e+07 1.51071e+06 4.22512e+05 2.62930e+00 2.96290e+04 4.04198e+03 3.05311e+06 1.31441e+05 7.89027e+04 2.20191e+05 6.45040e+05 3.62404e+05 1.32621e+06 3.71255e+05 1.41398e+05 8.64962e+03 4.13506e+05 9.87839e+06 7.62187e+04 1.97846e+06 1.15684e+06 1.21636e+06 1.54946e+06 9.37624e+05 3.16160e+06 3.48383e+06 4.77881e+06 2.76166e+04 1.12501e+04 1.93634e+00 3.08734e+06 6.93534e+05 7.44236e+05 1.21391e+07 3.24197e+07 1.22458e+07 3.76247e+07 3.16663e+07 6.90705e+07 3.97058e+07 7.95382e+06 0.00000e+00 8.22456e+06 5.30667e+07 6.66334e+05 8.58830e+06 1.91016e+07 4.84686e+07 6.05436e+07 2.14365e+07 1.00137e+08 2.10858e+07 1.85049e+08 1.13664e+06 2.59304e-01 5.26873e-01 1.60239e+03 1.27171e+03 2.44147e+02 3.91724e+03 9.07434e+02 7.42951e+02 1.14243e+03 1.26037e+03 2.42222e+03 6.85817e+02 3.03774e+02 3.75782e+01 3.47721e+03 5.17636e+03 6.81675e+02 7.11529e+03 2.17356e+04 3.17322e+03 5.48326e+03 6.71107e+03 1.41129e+03 5.83322e+03 8.70024e+03 9.29291e+01 3.32823e+02 5.50432e+01 1.29206e+06 3.00020e+03 2.31072e+06 2.96428e+06 4.47504e+06 1.29412e+06 3.41679e+06 2.49454e+06 3.07285e+06 2.25918e+06 9.46531e+05 2.04902e+00 2.61351e+06 4.75426e+06 4.63168e+05 4.96096e+06 3.32928e+06 1.90527e+06 6.87672e+06 2.91223e+06 8.17562e+06 1.08540e+07 1.87651e+07 1.49795e+01 1.53752e+01 2.66259e+02 2.37679e+07 3.59204e+06 2.58922e+07 2.29343e+07 6.93200e+06 1.29287e+07 4.92960e+07 3.85907e+07 5.76426e+07 3.11416e+02 9.21495e+06 2.52373e+06 1.75814e+07 5.43614e+07 6.78210e+05 8.74138e+06 1.94420e+07 7.48357e+01 6.03788e+07 1.01715e+02 1.43076e+08 3.05210e+01 1.21347e+08 1.68098e-02 4.82442e+00 4.17163e+04 3.05522e+05 8.73731e+04 1.23859e+04 1.79288e+04 7.57055e+03 2.41919e+04 4.02098e+04 2.82083e+04 8.36451e+04 2.07563e+04 9.89406e+03 3.97604e+02 5.62675e+04 3.17515e+05 6.79480e+03 1.64013e+05 1.54827e+05 7.95787e+04 9.32349e+04 1.05387e+05 4.39147e+05 2.65343e+05 3.93884e+05 3.82152e+03 1.84407e+03 5.38563e-01 7.05301e+03 6.32950e+03 8.36679e+02 3.22911e+03 1.05688e+03 3.15555e+03 4.96667e+03 3.32714e+03 7.82842e+03 1.97653e+03 1.20155e+03 5.31374e+01 3.69941e+03 2.52385e+04 3.81064e+03 4.95408e+04 5.31607e+04 3.02643e+04 1.99038e+04 2.08602e+04 3.88260e+04 1.70127e+04 3.23624e+04 4.43524e+02 1.85074e+02 1.02555e+00 7.39055e+02 8.93149e+01 6.62943e+02 1.58018e+04 7.65725e+03 2.32355e+04 3.50823e+04 2.72427e+04 5.35078e+04 1.73317e+04 9.83207e+03 5.63492e+02 2.61971e+03 3.18487e+04 3.08817e+03 4.54225e+04 3.77355e+04 2.25419e+04 2.05257e+04 2.01954e+04 9.48299e+04 4.86530e+04 7.86887e+04 1.95596e+03 8.65014e+02 5.41975e-02 3.16547e+03 1.02617e+03 6.35065e+02 8.46545e+02 4.92962e+02 1.74416e+03 2.09665e+03 1.85175e+03 3.16778e+03 1.17958e+03 7.20693e+02 2.52321e+01 1.15911e+03 1.07375e+04 2.12063e+03 2.46140e+04 1.72612e+04 1.61541e+04 7.22513e+03 9.28725e+03 1.53785e+04 1.10115e+04 1.43552e+04 2.32170e+02 2.62113e+00 5.91053e-03 1.08597e+06 1.91856e+05 1.29636e+07 1.56725e+06 7.58043e+05 2.35185e+06 6.21171e+06 2.94335e+06 9.28560e+06 2.56036e+06 1.06205e+06 8.47955e+04 5.95229e+06 2.08407e+07 5.10900e+05 1.34576e+07 9.79445e+06 5.61385e+06 8.34963e+06 6.46395e+06 2.49295e+07 1.49819e+07 1.80440e+07 1.19472e+05 4.48067e+04 9.00714e+00 1.29326e+05 3.04611e+04 1.68160e+04 7.59350e+04 3.09068e+04 9.16074e+04 1.40171e+05 8.78616e+04 2.56821e+05 6.89682e+04 3.63357e+04 1.74286e+03 6.22166e+04 2.37235e+05 1.57687e+04 4.15101e+05 3.02538e+05 1.84034e+05 2.41385e+05 2.26084e+05 4.19504e+05 2.89715e+05 5.32876e+05 4.26390e+03 1.76852e+03 9.26465e-03 4.59607e+05 1.46442e+05 1.58000e+04 6.56593e+05 1.11712e+05 3.83503e+05 4.73639e+05 5.66753e+05 7.71003e+05 2.34304e+05 1.19957e+05 6.43100e+03 7.56719e+05 1.14695e+06 3.10006e+04 1.29624e+06 9.28949e+05 9.13208e+05 1.23324e+06 3.42690e+05 2.25754e+06 1.44024e+06 2.21727e+06 2.24944e+04 1.63930e+04 2.36377e-01 3.89195e+03 6.13560e+02 2.09178e+03 5.36569e+03 1.46758e+03 5.04406e+03 6.71102e+03 5.56171e+03 1.10365e+04 2.77673e+03 1.76531e+03 8.64198e+01 6.08201e+03 2.64514e+04 5.02923e+03 6.70040e+04 5.02165e+04 2.95108e+04 5.68071e+04 5.38633e+04 8.44906e+04 4.16384e+04 6.28921e+04 2.59951e+03 9.67146e+02 4.47184e-02 2.68271e+05 6.08053e+04 2.51599e+03 4.42952e+03 1.37614e+03 4.63646e+03 8.26842e+03 3.71904e+03 1.57039e+04 4.72833e+03 2.01458e+03 8.04486e+01 1.51703e+04 2.42439e+04 3.32216e+03 6.56523e+04 8.96393e+04 1.44416e+04 2.80361e+04 3.03588e+04 1.22819e+05 4.77729e+04 8.12078e+04 8.55315e+02 5.98504e+02 1.82392e+00 2.42637e+04 9.86602e+03 6.58865e+04 9.04713e+05 3.56422e+05 1.72245e+06 5.34301e+06 2.46208e+06 1.13931e+07 2.24137e+06 4.24311e+05 8.32947e+04 8.12244e+05 7.44526e+06 5.84101e+05 7.52841e+06 1.67442e+07 8.56520e+06 1.21468e+07 3.43596e+06 3.34880e+07 1.05718e+07 9.94595e+06 1.63572e+06 1.16988e+06 2.02615e-01 1.02375e+06 3.11297e+03 3.49585e+05 8.39664e+05 8.65463e+05 6.90686e+05 1.22031e+06 1.19518e+06 1.75239e+06 6.29221e+05 1.98805e+05 2.60935e+04 1.18645e+06 1.54710e+06 2.28641e+05 1.61556e+06 1.43044e+06 4.12908e+05 2.33416e+06 9.87762e+05 4.57611e+06 3.86663e+06 7.48986e+06 1.83662e+00 6.78505e+04 1.09605e+00 2.41438e+05 3.71659e+03 2.81098e+05 5.73837e+05 6.87198e+05 6.85475e+05 1.09640e+06 1.02844e+06 1.40400e+06 2.77925e+05 2.27775e+05 2.61314e+04 4.92813e+05 1.22140e+06 4.27481e+05 1.16728e+06 1.45833e+06 5.55712e+05 1.66735e+06 6.52342e+05 2.79214e+06 1.56359e+06 5.08120e+06 1.30606e+04 9.08067e+04 7.78249e-01 2.35705e+04 3.26119e+04 9.73490e+02 1.55923e+03 9.27263e+02 3.54706e+03 4.12349e+03 4.33594e+03 6.74112e+03 1.80610e+03 1.20569e+03 5.16039e+01 1.60804e+03 2.76294e+04 1.97910e+03 3.27995e+04 2.22816e+04 1.34914e+04 2.62962e+04 2.59375e+04 4.49696e+04 1.08564e+04 2.14938e+04 2.78424e+02 2.00359e+02 7.71816e-02 2.31458e+06 3.35572e+05 1.07479e+07 1.07294e+07 2.97788e+06 3.81494e+06 7.86782e+06 4.56891e+06 6.03533e+06 3.85316e+06 1.02180e+06 2.25343e+06 3.74963e+06 6.95633e+06 2.71603e+05 3.50067e+06 7.78596e+06 1.26473e+06 1.07826e+07 3.74035e+06 1.65808e+07 4.17987e+07 4.23330e+06 1.88688e+04 5.41535e+06 1.23437e-02 2.18678e+04 5.77258e+03 1.38396e+04 5.11702e+04 2.20854e+04 6.16787e+04 9.10032e+04 6.82132e+04 1.60958e+05 4.27936e+04 2.53744e+04 1.90137e+03 5.59370e+04 2.64928e+05 1.65370e+04 2.87026e+05 2.14636e+05 1.19726e+05 1.70029e+05 1.66311e+05 8.41327e+05 3.63645e+05 5.99403e+05 1.17282e+04 6.03492e+03 2.11815e-01 7.31205e+06 1.61791e+06 5.37194e+06 1.84016e+07 1.16817e+07 1.57146e+07 3.30804e+07 2.33406e+07 2.96048e+07 2.04060e+07 6.89517e+06 7.24673e+05 9.24638e+06 4.45774e+07 1.16043e+06 2.13957e+07 2.91739e+07 4.44852e+07 2.39891e+07 1.20037e+07 1.00209e+08 6.30674e+07 1.26581e+08 1.00278e+07 0.00000e+00 1.90193e+01 1.10777e+06 1.49228e+05 7.99912e+03 1.53731e+06 7.94923e+05 5.72714e+05 1.06476e+06 6.14140e+05 1.44991e+06 5.98436e+05 2.97985e+05 3.03113e+04 8.61994e+05 4.64176e+06 2.56053e+04 1.68472e+06 3.36138e+06 1.22938e+06 5.42186e+06 9.87969e+05 5.01164e+06 2.31427e+06 4.54416e+06 5.10772e+05 2.15277e+05 1.19021e+00 3.50205e+06 6.34208e+05 8.95784e+04 5.93229e+05 1.98456e+05 5.60652e+05 1.07856e+06 5.58865e+05 1.63268e+06 4.51093e+05 2.29064e+05 1.65925e+04 5.56308e+05 2.95681e+06 1.61511e+05 5.19657e+06 5.12509e+06 2.84533e+06 3.68451e+06 3.43605e+06 4.85606e+06 1.18910e+06 3.14824e+06 2.26764e+04 1.11937e+04 2.42068e-01 3.81368e+04 1.60422e+04 1.31228e+04 1.86955e+04 7.89448e+03 2.31903e+04 2.97439e+04 4.38276e+04 6.39615e+04 2.23676e+04 9.40057e+03 5.80280e+02 4.72473e+04 1.40100e+05 9.05784e+03 1.11613e+05 8.93951e+04 5.20606e+04 8.33487e+04 6.51650e+04 1.21115e+05 5.93835e+04 1.03351e+05 1.54681e+03 5.68824e+02 5.32801e-01 3.06120e+04 6.54460e+03 2.76516e+02 8.01804e+04 1.59381e+04 3.78021e+04 5.69147e+04 4.26041e+04 1.10028e+05 2.35513e+04 1.53693e+04 6.21562e+02 6.69134e+03 4.57535e+04 6.66415e+03 7.77442e+04 6.65075e+04 6.35269e+04 4.78472e+04 1.22930e+04 8.68559e+04 1.07187e+05 1.99700e+05 3.78093e+03 1.06399e+03 4.34750e-03 2.62517e+06 5.75994e+04 8.60158e+05 2.96937e+06 5.49481e+05 5.91040e+06 4.69258e+06 5.71652e+06 1.09872e+07 5.47382e+06 2.11220e+06 6.50755e+04 3.33909e+06 2.47169e+07 3.30304e+07 1.61833e+02 1.10681e+03 5.69922e+06 2.38410e+07 7.99275e+06 4.04471e+07 1.86432e+07 6.78003e+07 1.21290e+05 8.29796e+05 4.44926e-01 2.53502e+06 3.67531e+05 8.00259e+05 4.70547e+06 2.53826e+06 6.69142e+06 1.56952e+07 9.55522e+06 3.00766e+07 2.17893e+06 2.17760e+06 1.46551e+05 5.86250e+06 2.15071e+07 2.70892e+06 1.53989e+07 3.42494e+07 1.28015e+07 2.08910e+07 1.12423e+07 1.06149e+08 2.32068e+07 6.17641e+07 1.14647e+06 3.07485e+06 9.09994e+00 3.19125e+05 4.24786e+04 1.63570e+05 2.20634e+04 2.89751e+03 1.51576e+05 1.79606e+05 1.92069e+05 1.64711e+05 1.99238e+04 1.33413e+04 3.11542e+02 3.78898e+05 3.22786e+05 2.97763e+04 8.78972e+05 4.66230e+05 2.37772e+05 2.44458e+05 3.27949e+05 1.38378e+06 6.31865e+04 2.24765e+05 6.66779e+02 1.98701e+03 4.06021e-02 1.47819e+06 4.21628e+05 6.27191e+05 8.02279e+05 1.58599e+06 1.23584e+06 4.29008e+06 2.78891e+06 7.91433e+06 1.61727e+06 3.12095e+05 9.96216e+05 9.54316e+05 3.50270e+06 4.55665e+05 7.14186e+06 1.22561e+07 2.59114e+06 4.80542e+06 1.81974e+06 1.56059e+07 1.08864e+07 1.44542e+07 1.13111e+06 2.16591e+05 1.02643e-01 6.48451e+04 1.89232e+04 1.18124e+03 3.45938e+04 1.36647e+04 4.22250e+04 5.98956e+04 2.97638e+04 1.08725e+05 2.92400e+04 1.72252e+04 1.18149e+03 4.82976e+03 3.26526e+05 8.67965e+03 1.42108e+05 1.39871e+05 7.32806e+04 1.25580e+05 1.29555e+05 1.08267e+05 3.93231e+04 6.74863e+04 8.40823e+02 6.37421e+02 1.82839e+02 7.78527e+06 1.34982e+06 2.22057e+06 9.33402e+06 5.96721e+06 1.18770e+06 5.32671e+06 1.91090e+06 7.01462e+06 1.62766e+06 2.88006e+06 1.36301e+06 4.79522e+06 3.57263e+06 2.54660e+05 5.71066e+06 5.75708e+06 3.28213e+06 8.04683e+06 2.97673e+06 1.18212e+07 2.09302e+07 2.62386e+07 1.02283e+05 2.28973e+05 6.91149e-01 7.74961e+04 1.03578e+03 4.35458e+04 1.86160e+05 1.75123e+05 8.93047e+04 1.23639e+05 1.07728e+05 6.44664e+04 2.28999e+04 2.09279e+04 3.63508e+03 2.61519e+05 3.59040e+05 8.12375e+04 1.15127e+05 3.30207e+05 9.59751e+04 2.38291e+05 1.30964e+05 3.98966e+05 6.78915e+05 1.07349e+06 4.76810e-01 1.25240e+04 8.66289e+00 1.18384e+05 3.04956e+04 1.03514e+04 1.08705e+04 6.73792e+03 1.77943e+04 2.32209e+04 2.23790e+04 4.58092e+04 1.09884e+04 8.00809e+03 4.76771e+02 2.31761e+04 1.19001e+05 5.62081e+03 8.38549e+04 6.13302e+04 3.45974e+04 1.19136e+05 8.87383e+04 2.36002e+05 1.16928e+05 1.72219e+05 2.90044e+03 1.30903e+03 7.07644e-01 2.47256e+04 9.23669e+03 4.07465e+05 1.28670e+05 6.78803e+04 1.81889e+05 2.15825e+05 2.05994e+05 5.80486e+05 1.59798e+05 7.87824e+04 9.00092e+03 6.70698e+04 7.62152e+05 5.66577e+04 1.05296e+06 9.40384e+05 5.36470e+05 2.21087e+05 3.19592e+05 1.05816e+06 2.91883e+05 4.68683e+05 6.36162e+03 3.75888e+03 7.51245e-01 3.55890e+05 7.07803e+04 7.08243e+04 1.47008e+05 2.37209e+05 2.18990e+05 4.17050e+05 2.56987e+05 6.94589e+05 1.92012e+05 9.85380e+04 5.27364e+03 2.13233e+05 8.94682e+05 5.39491e+04 1.20356e+06 9.03369e+05 4.65824e+05 1.04866e+06 7.73879e+05 1.55399e+06 1.38598e+06 2.18921e+06 1.87827e+04 7.52447e+03 6.83915e-01 8.16531e+06 8.45329e+04 3.40476e+06 1.20346e+07 1.62949e+07 2.69476e+06 1.01824e+07 4.53615e+06 7.99171e+06 4.83736e+06 1.50006e+06 1.30796e+04 4.37322e+06 2.30487e+07 3.78721e+06 8.52284e+06 6.44186e+06 7.90368e+06 1.54887e+07 3.38754e+06 1.24033e+07 4.97839e+07 5.53643e+07 8.73682e+05 2.25293e+05 1.18636e+00 4.79916e+04 5.85561e+03 6.48484e+03 6.01766e+04 4.32382e+04 6.51881e+04 1.25557e+05 6.83199e+04 1.67216e+05 4.53928e+04 2.50312e+04 2.82232e+03 1.75391e+04 4.00203e+05 1.47381e+04 2.88999e+05 2.49073e+05 1.21943e+05 2.22549e+05 2.12229e+05 9.33257e+05 4.54214e+05 8.28244e+05 1.18339e+04 6.04774e+03 3.99171e-01 3.37058e-02 2.64296e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64290e-01 2.64289e-01 2.64290e-01 2.64290e-01 2.64290e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64289e-01 2.64306e-01 2.64302e-01 2.64306e-01 2.64290e-01 2.58294e-01 7.61098e+05 1.22505e+05 3.86917e+04 6.86455e+04 3.92451e+04 1.14623e+05 1.81377e+05 1.18544e+05 3.62398e+05 9.67196e+04 4.95065e+04 3.44941e+03 1.89766e+05 1.11924e+06 4.23117e+04 8.49204e+05 7.32275e+05 4.32335e+05 2.96709e+05 3.42300e+05 1.16784e+06 5.26639e+05 9.14626e+05 1.66554e+04 5.50830e+03 2.10540e+00 6.12883e+06 9.93393e+05 4.43101e+06 1.91076e+06 9.63057e+05 2.98062e+05 1.66902e+06 1.60278e+06 2.82487e+06 2.57790e+05 1.00211e+06 7.31545e+04 1.95587e+06 1.53816e+06 1.22821e+05 1.58303e+06 3.52088e+06 3.41790e+04 4.46475e+06 1.02682e+06 3.64437e+06 8.70407e+05 4.46056e+06 4.71685e+03 1.35374e+06 5.52481e-01 3.44805e+05 5.91641e+04 1.08053e+07 9.98436e+05 7.80804e+05 1.18430e+06 3.21617e+06 2.00179e+06 4.42483e+06 1.05900e+06 7.18453e+05 9.70991e+04 5.59390e+06 2.01460e+07 4.89995e+05 1.27893e+07 7.67494e+06 6.75953e+06 9.74998e+06 5.92570e+06 1.92650e+07 6.80854e+06 1.74269e+07 1.90767e+05 7.68050e+04 2.09238e+01 7.19950e+06 1.20895e+05 5.22944e+06 2.80166e+07 1.29606e+07 2.36090e+07 5.18172e+07 3.36417e+07 6.75868e+07 2.61871e+07 9.71931e+06 9.04307e+05 9.52719e+06 7.04064e+07 1.89969e+07 6.31050e+07 6.61626e+07 3.79201e+07 1.07830e+08 4.75340e+07 2.59346e+08 9.25687e+07 2.90477e+08 9.04877e+06 2.42918e+06 3.81975e-01 2.65801e+05 1.13768e+05 2.64438e+04 9.66641e+04 2.69486e+04 7.68983e+04 1.56283e+05 9.02324e+04 2.56215e+05 6.89601e+04 3.39914e+04 1.65624e+03 1.52480e+05 2.27293e+06 2.04967e+04 5.48803e+05 5.89014e+05 3.04202e+05 5.11514e+05 4.32763e+05 8.09537e+05 2.99069e+05 5.34926e+05 4.82646e+03 3.67441e+03 5.14268e+00 4.61573e+07 7.68839e+05 3.67066e+07 1.09744e+08 6.62160e+07 1.24216e+08 2.32506e+08 1.36626e+08 3.98490e+08 1.53164e+08 6.11593e+07 1.20526e+05 1.07592e+08 5.70994e+08 2.81365e+07 7.39163e+08 5.67316e+08 5.05453e+08 5.86740e+08 6.42101e+08 2.47022e+09 1.69879e+09 1.93924e+09 3.56654e+07 9.65999e+06 1.86807e-01 8.79206e+05 1.86521e+04 6.95059e+04 1.06083e+06 4.16907e+05 3.60606e+05 7.84654e+05 1.56759e+05 1.78744e+05 1.30882e+05 1.03369e+05 3.85100e+04 5.86379e+05 2.13179e+06 5.70866e+04 9.43825e+05 1.50428e+06 4.19674e+05 1.04601e+06 3.40275e+05 2.40017e+06 3.08628e+06 4.64416e+06 7.84119e+05 9.26283e-01 2.82513e-01 4.56519e+06 3.02211e+05 1.44354e+05 4.83488e+05 8.61986e+05 9.80142e+04 6.99129e+05 3.63989e+05 8.39815e+05 2.58397e+04 1.83732e+05 4.10509e+04 4.78749e+05 1.83901e+06 3.47147e+04 4.47433e+05 9.95154e+05 1.37707e+04 1.63471e+06 5.08807e+05 2.25487e+06 5.05408e+05 3.67137e+06 2.00828e+03 5.76377e+05 2.16966e+00 1.45457e+04 8.94610e+03 7.50901e+02 1.07011e+03 5.13496e+02 1.79022e+03 2.52573e+03 2.00007e+03 2.69741e+03 1.74974e+03 6.66317e+02 2.69651e+01 2.46105e+03 2.63130e+04 3.01066e+03 3.97901e+04 3.68114e+04 2.03122e+04 1.64896e+04 1.83141e+04 4.07044e+04 1.66559e+04 3.18814e+04 6.34416e+02 2.78375e+02 2.90452e-02 2.40141e+06 4.21922e+05 2.83720e+06 2.06270e+06 9.19160e+05 1.00800e+06 2.71925e+06 1.40960e+06 4.06223e+05 3.12582e+05 1.92337e+05 7.16550e+04 1.58688e+06 5.20480e+06 3.72948e+05 8.23362e+06 8.51361e+06 4.37011e+06 1.20285e+06 1.31624e+06 5.63470e+06 9.90922e+06 1.46678e+07 1.31433e+06 2.97479e+05 2.35802e+01 2.62375e+07 4.51799e+06 9.81583e+06 5.38553e+06 3.56690e+06 1.01019e+06 3.72419e+06 8.43999e+05 1.86554e+06 1.65412e+06 8.13350e+05 9.36097e+04 3.48392e+06 6.22763e+06 2.22880e+05 1.17674e+07 7.36903e+05 4.79358e+06 3.06738e+06 1.35857e+06 8.40216e+06 7.89264e+06 1.08404e+07 8.50952e+03 2.44223e+06 6.44309e+00 5.58950e+05 1.23702e+05 9.17215e+04 1.20539e+05 4.83671e+04 1.59222e+05 2.58032e+05 1.64314e+05 3.87042e+05 1.02221e+05 5.76077e+04 3.84416e+03 2.21405e+05 7.20117e+05 5.55380e+04 1.08422e+06 9.71796e+05 5.40464e+05 8.81386e+05 8.88473e+05 1.29141e+06 4.12808e+05 9.65823e+05 1.23861e+04 4.01900e+03 6.94121e-02 1.29516e+05 1.82188e+04 4.72930e+05 5.05590e+05 7.90861e+03 3.65892e+04 3.26230e+04 2.81809e+04 8.03388e+04 1.56962e+04 8.41583e+03 3.83515e+02 4.10869e+05 1.45047e+06 7.17170e+04 1.18375e+06 7.46545e+05 7.49401e+05 6.08063e+05 3.13904e+05 1.03074e+06 4.91603e+05 6.66556e+05 1.53186e+04 6.02949e+03 2.59853e-01 1.61218e+05 1.57324e+05 1.20739e+05 1.38087e+05 9.07978e+04 1.44721e+05 1.71966e+05 1.73629e+05 2.54642e+05 1.21943e+05 9.24759e+04 1.30878e+04 2.32372e+05 6.47629e+05 2.95302e+05 9.02690e+05 7.39083e+05 5.79410e+05 5.91527e+05 5.26679e+05 1.33019e+06 8.43099e+05 1.37759e+06 2.55864e+05 5.27102e+04 5.81294e-01 0.00000e+00 +9.33232e+04 3.06776e+03 1.68843e+03 1.24459e+04 4.67729e+02 1.58348e+03 1.03978e+04 2.02566e+03 3.33739e+03 8.04391e+02 5.70392e+02 3.01740e+01 7.63469e+03 1.74435e+04 9.72552e+02 2.56082e+04 2.44312e+04 8.27286e+03 2.58006e+04 3.68635e+04 3.77975e+04 1.03162e+03 5.93829e+03 1.31109e+01 1.13810e+02 4.12370e-02 4.36816e+04 1.57026e+03 8.56673e+03 3.02898e+03 4.19691e+02 6.39081e+02 3.07159e+03 9.55533e+02 1.23543e+03 2.56442e+02 2.39566e+02 6.92694e+00 1.24762e+04 1.00726e+04 1.29369e+03 2.38846e+04 2.20082e+04 7.07643e+03 5.10195e+03 4.74737e+03 2.80300e+04 1.16618e+03 4.50434e+03 1.64473e+01 2.76301e+02 3.24653e+00 4.96464e+04 2.10401e+03 1.46390e+06 4.43526e+04 2.60265e+03 7.93178e+03 5.47517e+04 1.31712e+04 2.45438e+04 6.81244e+03 3.94836e+03 3.07593e+02 9.51568e+04 2.71005e+05 8.81136e+03 1.97268e+05 2.73293e+05 4.89272e+04 1.64110e+04 2.26901e+04 3.32329e+05 6.95901e+03 1.35939e+05 1.59138e+02 4.62516e+02 7.54389e-01 3.07494e+02 1.08855e+01 4.54253e+02 5.19912e+02 2.76643e+01 9.72497e+01 5.19455e+02 1.49899e+02 1.84069e+02 4.28224e+01 3.15603e+01 2.09351e+00 9.73316e+02 1.38097e+03 6.95121e+02 9.22933e+03 8.74295e+03 2.82425e+03 8.29324e+02 1.29918e+03 1.09770e+04 4.92402e+02 1.96804e+03 1.37046e+01 1.22184e+02 1.41726e+00 6.18604e+04 2.32562e+03 1.29928e+05 2.94469e+04 1.09450e+03 3.63171e+03 2.22222e+04 4.95147e+03 8.56802e+03 2.44410e+03 1.47507e+03 1.10955e+02 9.69007e+04 4.40035e+04 5.79897e+03 1.40576e+05 3.71432e+05 3.91805e+04 1.34356e+04 1.96642e+04 1.40638e+05 5.53428e+03 2.70678e+04 8.09205e+01 6.73410e+02 1.87744e+00 4.38638e+02 2.35538e+01 6.59331e+02 2.38934e+02 1.86005e+01 4.54125e+01 2.20277e+02 6.40778e+01 4.84177e+01 1.46662e+01 1.91764e+01 1.43958e+00 1.46911e+03 1.58021e+03 5.10256e+02 3.93470e+03 4.38929e+03 1.62630e+03 7.48039e+02 1.05510e+03 3.69600e+03 1.52268e+02 7.47985e+02 1.04313e+01 4.95502e+01 2.15897e-01 3.07161e+05 8.86071e+03 1.73392e+05 1.77175e+05 7.81011e+04 7.01973e+04 1.72129e+05 6.28260e+04 6.01265e+04 5.10176e+04 2.40304e+04 1.75780e+03 1.21280e+05 2.51175e+05 1.96045e+04 2.68068e+05 5.52218e+05 1.96833e+05 2.26773e+05 1.05321e+05 1.00262e+06 4.10450e+05 7.99456e+05 3.30173e+02 9.47597e+04 6.49482e-01 4.70075e+04 5.74833e+02 1.85681e+04 7.79456e+03 5.77149e+02 1.02371e+03 8.60693e+03 2.91850e+03 3.77669e+03 9.33371e+02 6.72985e+02 5.54932e+01 1.94964e+04 1.79673e+04 1.66034e+03 2.60651e+04 2.58719e+04 8.68037e+03 9.48214e+03 1.45649e+04 3.91560e+04 3.49466e+03 1.50320e+04 5.50461e+01 3.88082e+02 1.36355e+00 1.61001e+01 1.78768e+00 1.04943e+03 1.31562e+02 6.19520e+00 2.68859e+01 6.27962e+02 1.80192e+01 1.61872e+01 6.07116e+00 9.34787e+00 1.27779e+00 6.55516e+02 2.34531e+02 3.18556e+02 2.76559e+03 2.44887e+03 4.69642e+03 6.88174e+02 6.41611e+02 3.53628e+03 2.63132e+03 1.01334e+04 2.11628e+02 8.50984e+02 3.04145e-01 1.36068e+06 1.18738e+05 1.10057e+06 1.04913e+06 2.77274e+05 8.82367e+05 1.11115e+06 8.97367e+05 9.35341e+05 8.63261e+05 1.94331e+05 1.05150e+04 6.06930e+05 1.07280e+06 8.51279e+04 3.55631e+06 8.77650e+05 9.64851e+05 2.66161e+06 8.16378e+05 2.02029e+07 2.05244e+06 7.68750e+06 3.45704e+04 2.33752e+03 2.50565e-01 1.37604e+00 7.05199e+02 8.22365e+04 3.53947e+05 8.36864e+04 2.65123e+05 5.45305e+05 5.01169e+05 8.39346e+05 1.96792e+05 1.79554e+05 1.34193e+04 7.45189e+05 1.31041e+06 3.83158e+05 1.45500e+06 1.04330e+06 1.35123e+04 5.44728e+05 3.04975e+05 3.71783e+06 4.54372e+05 2.96767e+06 5.37833e-01 1.33692e+05 4.08016e-01 1.79276e+04 5.63020e+02 1.28731e+05 4.83723e+03 3.23554e+02 7.14747e+02 7.25915e+03 1.32400e+03 1.67379e+03 3.75628e+02 2.60779e+02 1.71786e+01 1.05452e+05 2.78623e+04 2.32532e+03 4.71380e+04 4.85045e+04 1.38653e+04 1.11649e+04 1.34093e+04 2.59356e+04 7.57453e+02 3.54689e+03 1.31025e+01 9.52635e+01 6.33587e+02 2.49059e+03 2.34026e+02 5.54566e+03 1.07158e+04 1.46272e+02 4.04746e+02 3.73752e+03 5.35937e+02 1.04960e+03 2.76977e+02 2.04241e+02 1.32167e+01 9.82111e+03 1.01747e+04 2.07713e+03 3.82747e+04 4.20253e+04 1.46257e+04 6.64365e+03 8.56269e+03 5.36359e+04 2.57166e+03 1.17630e+04 4.94525e+01 2.61649e+02 3.03261e-02 2.95411e+03 1.26605e+02 2.98720e+04 4.31149e+04 1.99213e+03 5.43522e+03 3.90982e+04 1.08911e+04 1.12715e+04 2.73579e+03 2.18474e+03 1.76018e+02 4.76700e+04 3.41191e+04 4.04192e+03 7.36413e+04 4.82205e+03 2.15288e+04 1.64404e+04 2.52077e+04 1.75228e+05 1.11033e+04 4.24830e+04 2.31172e+02 1.39698e+02 2.08096e+00 5.73731e+05 1.91782e+04 5.74748e+04 1.60778e+05 3.06644e+04 2.25750e+04 1.81441e+05 3.40919e+04 6.33341e+04 1.62926e+04 1.10858e+04 6.79967e+02 1.57434e+05 1.50221e+05 2.08320e+04 4.38444e+05 4.33792e+05 1.50492e+05 1.20355e+05 1.69393e+05 5.26987e+05 2.01354e+04 1.12019e+05 3.75101e+02 2.37401e+03 9.87397e-01 1.13393e+03 6.26231e+01 1.62947e+03 1.49783e+03 8.15169e+01 2.19167e+02 1.13961e+03 2.86230e+02 4.01660e+02 7.74322e+01 8.25115e+01 7.71620e+00 2.21462e+03 2.20442e+03 1.18764e+03 1.34568e+04 1.46860e+04 5.33572e+03 3.33940e+03 3.65258e+03 1.52712e+04 5.49463e+02 2.80620e+03 2.81886e+01 1.36280e+02 4.53586e-01 8.03359e+01 4.22706e+02 1.66129e+03 3.34439e+02 1.13595e+02 9.98334e+01 7.83386e+02 1.81370e+02 2.10365e+02 1.36291e+02 1.62544e+02 1.79206e+02 3.75983e+02 3.06963e+03 1.93756e+02 1.16830e+02 2.82015e+05 5.58333e+01 2.57722e+03 8.23885e+02 4.77760e+02 4.71656e+01 6.83947e+01 4.62692e+02 2.26360e+04 5.46307e+05 3.88567e+03 9.94322e+00 7.29789e+04 3.16064e+05 6.11467e+04 6.35023e+04 4.71887e+05 2.08769e+05 5.18457e+04 6.08167e+04 2.99137e+04 2.47213e+04 3.01580e+05 4.37961e+05 2.26000e+05 1.48257e+05 4.77745e+05 4.00822e+05 6.17179e+04 4.05007e+04 8.11886e+06 1.71737e-01 1.98880e+06 2.59182e-01 5.49702e+03 2.74107e-01 3.02282e+03 2.01660e+02 1.11094e+03 1.05730e+03 4.72972e+01 9.06236e+01 4.42445e+02 1.23949e+02 1.61196e+02 4.82080e+01 4.47086e+01 3.48236e+00 1.18246e+03 6.73093e+02 5.07001e+02 4.38318e+03 5.63616e+03 1.48345e+03 6.98414e+02 1.25559e+03 5.32654e+03 3.80750e+02 1.48699e+03 1.60096e+01 3.39015e+01 5.39333e-01 3.72069e+04 1.48378e+03 1.17340e+03 3.92556e+03 2.76412e+02 6.95671e+02 5.67400e+03 1.10144e+03 1.77510e+03 4.66236e+02 2.96677e+02 2.27843e+01 2.94948e+03 6.17124e+03 9.80046e+02 1.54426e+04 1.94772e+04 4.71392e+03 5.17753e+03 6.32829e+03 1.39259e+04 8.19286e+02 3.32777e+03 3.57431e+00 8.54787e+01 1.75054e+00 1.86451e+02 3.66982e+00 1.24120e+04 7.23368e+01 1.66772e+00 4.62749e+00 3.63190e+01 6.09557e+00 1.31125e+01 3.69261e+00 2.08225e+00 1.01294e-01 9.81728e+02 3.82625e+03 1.92133e+02 3.51659e+03 3.55641e+04 1.77273e+03 1.20157e+03 1.34895e+03 2.73467e+05 5.27189e+00 3.80871e+03 5.25898e+00 4.51159e+03 8.59801e-01 1.40815e+03 9.37644e+01 2.83672e+02 4.72839e+01 2.67429e+00 6.46664e+00 6.21310e+01 2.07287e+01 2.20652e+01 5.13639e+00 3.07236e+00 2.13992e-01 1.37412e+03 3.04698e+02 1.13783e+01 1.99558e+02 1.95493e+02 1.25413e+02 1.12809e+02 9.35040e+01 2.40162e+02 1.46469e+01 5.55956e+01 9.36726e-01 2.26834e+00 6.19731e-01 1.64636e+04 7.58295e+02 1.40531e+04 1.00219e+04 3.37408e+03 2.74366e+03 8.35856e+03 3.97125e+02 1.13915e+03 1.24578e+02 5.23124e+02 1.94889e+02 3.43628e+03 4.07468e+03 2.27528e+02 2.93259e+03 6.52248e+03 3.97094e+03 1.04022e+04 3.67644e+03 2.15614e+04 1.84046e+04 6.34678e+03 1.13853e+03 5.69311e+03 3.38158e+01 1.77615e+04 1.32579e+03 1.38314e+04 8.43111e+03 1.48856e+03 1.91936e+03 8.99270e+03 2.60823e+03 3.31344e+03 7.46335e+02 6.12756e+02 5.90045e+01 2.13080e+04 5.98008e+03 2.54573e+03 4.15730e+04 3.67300e+04 1.17257e+04 7.13966e+03 9.22508e+03 4.24238e+04 1.85591e+03 7.23444e+03 4.12450e+01 2.38047e+02 1.82319e+00 1.06639e+05 7.45089e+03 4.80205e+05 1.80405e+05 9.15941e+03 2.18701e+04 8.37473e+04 2.51771e+04 3.73439e+04 1.00958e+04 1.78850e+04 4.53606e+02 9.26683e+05 2.51806e+05 6.56489e+04 7.96320e+05 7.09890e+05 3.91990e+05 1.46845e+05 1.71214e+05 8.60318e+05 9.82707e+04 4.11965e+05 3.12909e+03 1.35514e+04 1.66459e+00 8.01834e+05 1.72299e+05 4.17398e+05 1.08344e+06 4.71514e+05 4.99025e+05 1.85162e+06 7.96028e+05 1.33714e+06 9.03590e+05 1.07730e+05 4.01349e+04 6.39180e+05 7.31217e+05 4.47979e+04 5.77395e+05 1.28421e+06 6.65094e+05 1.04832e+06 9.54778e+05 3.90330e+06 1.60527e+04 1.29330e+06 2.87277e+03 8.24484e+05 1.47347e+00 1.50237e+02 4.99454e+00 7.71937e+02 4.71458e+02 3.59344e+01 9.16918e+01 4.75206e+02 1.34599e+02 1.44352e+02 4.25498e+01 4.60208e+01 1.72526e+00 1.51658e+03 1.00758e+03 1.28650e+03 9.82350e+03 1.01544e+04 3.51754e+03 1.97176e+03 2.50360e+03 1.63336e+04 1.08810e+03 4.63869e+03 7.48274e+01 3.54587e+02 2.27750e-01 2.25898e+03 7.23474e+01 8.00885e+04 5.09898e+03 3.90943e+02 9.98229e+02 6.48021e+03 1.49838e+03 2.59628e+03 6.29168e+02 4.16167e+02 2.03982e+01 4.14072e+04 3.56944e+03 6.58382e+02 1.67807e+04 8.69528e+03 4.21831e+03 3.21820e+01 5.17843e+01 3.21943e+04 1.60398e+03 6.80294e+03 2.01916e+01 6.53917e+01 5.37700e-01 3.28500e+03 2.36409e+02 1.27932e+01 8.68315e+03 7.44718e+02 9.49420e+02 7.33153e+03 2.07630e+03 2.38489e+03 4.14352e+02 3.23925e+02 2.57085e+01 2.62222e+02 1.61564e+03 1.44539e+03 3.71642e+04 3.16407e+04 1.90657e+04 1.65291e+03 9.25250e+02 4.63732e+04 8.57749e+02 9.88253e+03 4.41797e+01 4.53847e+02 8.72375e+01 1.45026e+02 5.94503e+00 1.12447e+02 3.64945e+03 2.02123e+02 4.00981e+02 3.11175e+03 5.57940e+02 1.00606e+03 2.78385e+02 1.84137e+02 7.66286e+00 1.17107e+04 2.42441e+03 4.50991e+02 9.66477e+03 1.46223e+04 3.90840e+03 9.97361e+02 1.64689e+03 7.48464e+03 3.87042e+02 1.67951e+03 6.76781e+00 4.69907e+01 1.30241e+00 7.02249e+03 6.82725e+02 9.43693e+01 3.81894e+02 5.36991e+01 1.03868e+02 8.12605e+02 1.98481e+02 1.87782e+02 6.38177e+01 6.08826e+01 5.74513e+00 2.75754e+02 3.79437e+02 7.68730e+01 1.08312e+03 2.52623e+03 2.60960e+02 2.08938e+02 2.57477e+02 3.30387e+03 7.85991e+01 3.74667e+02 2.71948e+00 5.60673e+01 2.79447e-01 9.38967e+04 3.36198e+03 3.91999e+03 1.47400e+04 7.28478e+03 2.53359e+03 1.03493e+04 2.05613e+03 3.45437e+03 9.04262e+02 7.86520e+02 9.83279e+01 1.03429e+04 2.32705e+04 3.45561e+03 3.89470e+04 4.23320e+04 1.42760e+04 9.51636e+03 1.20149e+04 3.23333e+04 7.88212e+02 4.67456e+03 3.96332e+01 2.14680e+02 2.44996e+00 8.87373e+04 3.14756e+03 2.53851e+04 2.87547e+04 1.19213e+03 4.79610e+03 2.09027e+04 4.45729e+03 8.01462e+03 2.12942e+03 1.45715e+03 1.48299e+02 2.73343e+04 1.51784e+04 5.15832e+03 8.81305e+04 9.32030e+04 3.54717e+04 1.54841e+04 1.93210e+04 7.28906e+04 2.23681e+03 1.03758e+04 4.23531e+01 3.18532e+02 1.45987e+00 1.36053e+06 2.08071e+05 1.41860e+06 7.79544e+05 1.93385e+05 1.08284e+06 1.57334e+06 1.05576e+06 1.37160e+06 7.45923e+05 4.10845e+05 9.65677e+04 1.57320e+06 3.87225e+06 1.27524e+05 1.64364e+06 3.65569e+06 1.11064e+06 1.59217e+06 5.54998e+05 3.02640e+07 2.91899e+06 2.63444e+06 6.18825e-03 1.77603e+00 2.15472e-01 2.03603e+03 2.06861e+02 5.22463e+02 4.04500e+02 3.75983e+01 7.87423e+01 4.12323e+02 1.13134e+02 2.20574e+02 4.17190e+01 3.06387e+01 1.91100e+00 1.03649e+03 1.53263e+03 3.73606e+02 4.27108e+03 3.95452e+03 1.38674e+03 1.18655e+03 1.73961e+03 4.34585e+03 1.64909e+02 7.14526e+02 1.21088e+01 6.80516e+01 9.30132e-01 3.55903e+02 1.12110e+01 3.40167e+03 6.24401e+02 1.68824e+01 5.28233e+01 3.70479e+02 7.09584e+01 1.35390e+02 5.58688e+01 2.04874e+01 1.01210e+00 2.15957e+04 1.69762e+04 2.92516e+03 7.19444e+04 6.52411e+03 2.17118e+04 1.35407e+04 1.97915e+04 1.73438e+05 1.11865e+03 2.92528e+04 1.26835e+02 1.49411e+02 1.00610e-01 1.04174e+04 7.53729e+02 5.99869e+02 1.72585e+03 9.87695e+01 2.64347e+02 1.64362e+03 3.64418e+02 5.71685e+02 1.60790e+02 1.23461e+02 7.90519e+00 1.17103e+03 5.62479e+02 2.94666e+02 4.81319e+03 4.64100e+03 1.56438e+03 3.70627e+02 5.33480e+02 3.46660e+03 1.17124e+02 5.97172e+02 2.33282e+00 1.61173e+01 4.89285e-03 5.86429e+04 2.97631e+03 5.34668e+03 7.21512e+03 2.90415e+02 7.84376e+02 5.42097e+03 1.08957e+03 1.76018e+03 4.81751e+02 3.37107e+02 2.67909e+01 1.82850e+04 1.39781e+03 2.03603e+03 2.74913e+04 2.70490e+04 1.03566e+04 3.52845e+03 4.47358e+03 1.86246e+04 3.12889e+02 2.24024e+03 1.15426e+01 5.55867e+01 1.10580e+00 1.53251e+05 7.76006e+03 4.81910e+04 4.88420e+05 1.18419e+05 1.46501e+05 2.84122e+05 1.07116e+05 6.19243e+04 2.64124e+04 1.19662e+04 1.04466e+03 3.90380e+04 1.43363e+05 1.18102e+04 1.52221e+05 3.38560e+05 2.44528e+04 8.14516e+04 2.53442e+04 7.98500e+06 1.02677e+04 7.20550e+05 1.30276e+02 3.73892e+04 3.93432e-01 5.46725e+07 4.78653e+06 8.33673e+07 3.08819e+08 1.13350e+08 9.72006e+07 3.89476e+08 1.83738e+08 3.78144e+08 1.67050e+08 3.83622e+07 1.24637e+00 9.38509e+07 6.33671e+07 1.48582e+07 1.91506e+08 4.25936e+08 9.45695e+07 1.03879e+08 2.53101e+07 2.56043e+08 8.57421e+05 7.88958e+07 9.82203e+05 7.68999e+06 5.03845e+00 4.87990e-04 3.51391e-04 5.58686e-04 2.59056e-03 1.10326e-03 7.80548e-04 3.98467e-03 8.52285e-04 8.89327e-04 2.84067e-04 3.64433e-04 1.05664e-07 1.99958e-02 8.21655e-03 1.77625e-04 2.28939e-03 5.09192e-03 3.42240e-04 8.28507e-04 1.41757e-03 5.56144e-03 9.80094e-03 5.33106e-03 1.05663e-07 1.16311e-03 2.47029e-01 1.51867e+04 1.39367e+03 6.68493e+04 2.92260e+03 1.96545e+02 6.73510e+02 3.63118e+03 1.09163e+03 2.21999e+03 4.71123e+02 3.17321e+02 1.87475e+01 2.42590e+04 4.54111e+03 1.21904e+03 2.71258e+04 1.69549e+04 5.76208e+03 6.62762e+03 8.54449e+03 2.17533e+04 9.19247e+02 2.96255e+03 1.28373e+01 1.15273e+02 9.40578e-01 8.62505e+04 9.60849e+02 5.49703e+03 6.03063e+04 4.71417e+03 7.74968e+03 5.25163e+04 9.91135e+03 2.07700e+04 3.59165e+03 2.64526e+03 1.52973e+02 7.14531e+04 3.91734e+04 7.61001e+03 1.76824e+05 1.78241e+05 5.51511e+04 4.51916e+04 6.10114e+04 3.45402e+05 1.69325e+04 6.70289e+04 2.59719e+02 2.08983e+03 1.13026e+01 1.12088e+04 1.38067e+03 8.51387e+03 3.39732e+04 3.78170e+03 6.29287e+03 4.70252e+04 8.41487e+03 1.36237e+04 2.81779e+03 2.41429e+03 1.94824e+02 4.08473e+04 2.76461e+04 8.16485e+03 1.50741e+05 5.67076e+04 4.19697e+04 2.34396e+04 3.33636e+04 2.32693e+05 1.70498e+03 4.54536e+04 3.14891e+02 3.59378e+02 1.89707e+00 2.39355e+05 2.18476e+04 6.42783e+04 5.73578e+05 9.04926e+03 2.80454e+04 1.85975e+05 6.82193e+04 5.42767e+04 1.51400e+04 1.03116e+04 1.42564e+03 1.41502e+05 2.77873e+05 6.51097e+04 1.14693e+06 1.23016e+06 4.96569e+05 1.22410e+05 1.20612e+05 1.14547e+05 6.04273e+04 1.85955e+05 1.03889e+03 6.00752e+03 2.81173e+00 2.72516e+03 1.33527e+02 3.20160e+03 7.72715e+03 3.20409e+02 1.02939e+03 6.12066e+03 1.18629e+03 2.08926e+03 5.27097e+02 3.81181e+02 3.11008e+01 5.82142e+03 3.94862e+03 9.35922e+02 1.86411e+04 1.99346e+04 5.56170e+03 3.98700e+03 5.92784e+03 3.75686e+04 1.76063e+03 8.60884e+03 4.39970e+01 2.23866e+02 3.11427e-01 1.11850e+02 2.23925e-01 8.67387e+03 1.09688e+04 4.13913e+03 7.88636e+03 2.54803e+04 2.04357e+04 2.03433e+04 1.94386e+04 7.43920e-01 1.71663e+03 1.33096e+05 4.66688e+04 3.41496e+03 2.29713e+04 6.92552e+04 9.53176e+03 1.07506e+04 1.38839e+04 1.95114e+05 2.90176e+04 7.08247e+04 7.29963e-01 4.57665e+02 2.64672e+00 3.09206e+05 6.38229e+03 4.54313e+04 9.06371e+04 3.41879e+03 1.07157e+04 5.10358e+04 7.99218e+03 1.68990e+04 4.92686e+03 3.35227e+03 2.98006e+02 1.43744e+05 4.76937e+04 8.67243e+03 1.61717e+05 1.57616e+05 6.08884e+04 3.77875e+04 4.25486e+04 1.86155e+05 7.10994e+03 3.40426e+04 1.19977e+02 7.82783e+02 4.07080e+00 6.74263e+04 3.12845e+03 1.45454e+04 3.85629e+04 9.32798e+02 2.13659e+03 1.73058e+04 5.36545e+02 3.08770e+03 1.56746e+03 1.10288e+03 1.27377e+02 6.91069e+04 1.57971e+04 2.09209e+02 7.08083e+03 9.34594e+03 2.72657e+03 1.31379e+03 2.41432e+03 4.62485e+04 5.16787e+02 7.36968e+03 9.08801e+00 1.55173e+02 3.42761e-05 1.27805e+05 6.14742e+03 1.49926e+05 3.94270e+04 1.60194e+03 5.66046e+03 2.52024e+04 7.96187e+03 1.21778e+04 2.60777e+03 2.22719e+03 2.15260e+02 1.07534e+05 3.87073e+03 3.60956e+03 6.52491e+04 6.03138e+04 2.07936e+04 1.86494e+04 2.24578e+04 6.97672e+04 1.15094e+03 7.00525e+03 2.75293e+01 2.04187e+02 3.13135e+00 3.27636e+03 9.29120e-01 3.42605e+03 1.02896e+02 2.63912e+01 2.34390e+01 3.42154e+03 4.60216e+01 9.13394e+00 2.34911e+04 1.70797e+01 6.39072e-01 3.23135e+04 3.16091e+03 5.73099e+04 6.77165e+02 1.17106e+01 2.53538e+02 4.56795e+05 3.05305e+05 7.90165e+06 2.41550e+03 6.37613e+05 4.44299e-01 4.62772e-01 5.85869e-01 6.78977e+02 2.40875e+01 1.05596e+03 4.58145e+02 3.39876e+01 6.87593e+01 3.70385e+02 9.54487e+01 1.11617e+02 3.16365e+01 3.17993e+01 2.25624e+00 2.55620e+03 1.03718e+03 1.26065e+03 1.01883e+04 1.12628e+04 3.99573e+03 3.04072e+03 4.75953e+03 4.95775e+03 2.81966e+02 1.16055e+03 1.31418e+01 4.16679e+01 1.89872e-01 9.90255e+03 3.52205e+02 9.95028e+02 6.58075e+03 1.27275e+03 7.67912e+02 4.96952e+03 1.36593e+03 2.46122e+03 3.64255e+02 4.03592e+02 2.29423e+01 9.92247e+03 8.56578e+03 7.72320e+02 1.60409e+04 3.09012e+04 5.59106e+03 5.90987e+02 6.76372e+02 2.88045e+04 6.81946e+02 3.03589e+03 2.03664e+01 1.56467e+02 3.32772e+00 1.52167e+03 3.43112e+02 5.41612e+05 5.18894e+03 1.18762e+03 1.00961e+03 3.60380e+03 2.13315e+03 2.85688e+03 2.56799e+03 3.85599e+02 1.43654e+02 6.74789e+01 3.17585e+03 1.14528e+02 1.47613e+03 3.28313e+03 1.77729e+03 1.38292e+04 1.11508e+02 3.90258e+04 5.19512e-02 7.56679e+02 5.51321e-02 7.46667e+01 7.45115e-01 1.25016e+06 4.79056e+04 6.03463e+05 5.91745e+05 4.26237e+04 8.04411e+04 5.28911e+05 1.03563e+05 1.81979e+05 4.54434e+04 3.28935e+04 2.32997e+03 1.54950e+06 3.61545e+05 6.81612e+04 1.48820e+06 1.37421e+06 5.00446e+05 3.21383e+05 4.59645e+05 1.57235e+06 4.99326e+04 2.79304e+05 8.54389e+02 6.70725e+03 1.08162e+00 5.21038e+04 1.89662e+03 1.52996e+04 5.34203e+04 1.00811e+04 6.05975e+03 4.05160e+04 7.92112e+03 1.25439e+04 3.10849e+03 2.50352e+03 1.71003e+02 4.80057e+04 2.64735e+04 5.98256e+03 1.17260e+05 4.61670e+04 4.63666e+04 2.45540e+04 3.58211e+04 1.90575e+05 8.03361e+03 4.19747e+04 1.40719e+02 2.97325e+02 8.83119e+02 1.68642e+04 1.15623e+03 1.38393e+03 1.57046e+03 1.05943e+02 2.56010e+02 1.57200e+03 3.53835e+02 4.78346e+02 1.32923e+02 9.99494e+01 8.04619e+00 1.69246e+03 8.36857e+03 1.07881e+03 1.42821e+04 1.55236e+04 5.11174e+03 3.67278e+03 5.20442e+03 1.08349e+04 5.74209e+02 2.34463e+03 1.37412e+01 6.60524e+01 8.34933e-02 1.23618e+04 4.43352e+03 6.89307e+03 1.28221e+03 7.60469e+02 1.14385e+03 3.37335e+03 4.30214e+02 4.69939e+02 2.46350e+02 3.26441e+02 1.72024e+02 6.58195e+04 2.79115e+03 1.67330e+03 4.74435e+03 6.08608e+03 9.29489e+02 5.93060e+03 9.92764e+02 5.88251e+04 1.22320e+04 3.86732e+03 8.71708e-01 9.84342e+01 1.07595e+00 3.51545e+06 1.74712e+06 8.60489e+04 1.32684e+05 1.40144e+05 8.95180e+04 7.73643e+04 8.92930e+04 6.94676e+04 8.37019e+04 9.82931e+04 1.11826e+05 7.41397e+04 2.36829e+06 5.67297e+05 5.45974e+05 5.94093e+05 6.12067e+05 3.45648e+05 2.98065e+05 5.18637e+05 5.10684e+05 5.23960e+05 5.42187e+05 5.65789e+05 3.07412e+04 7.51820e+03 2.28048e+03 1.35610e+03 4.26947e+03 2.97227e+02 6.77155e+02 2.35686e+03 6.29863e+02 6.87698e+02 1.85890e+02 2.03885e+02 1.35633e+01 3.30738e+03 1.39891e+03 1.00174e+03 1.19619e+04 1.04714e+04 3.82646e+03 3.59416e+03 4.95309e+03 1.13014e+04 6.18153e+02 2.61241e+03 1.87121e+01 9.56916e+01 4.34047e+00 1.16844e+00 6.12879e-01 8.25795e+01 1.19077e+00 1.14137e+01 1.66952e+00 1.23804e+03 2.46019e+00 4.71644e+00 1.81980e+01 6.57222e-01 6.05035e-01 9.42557e+02 1.71222e+04 3.99103e+04 2.89186e+05 2.93585e+03 9.19260e-01 4.12328e+05 6.34205e-01 2.67115e+05 7.72018e+03 3.34904e+05 8.13117e-01 5.77456e+04 2.79787e-01 9.37870e-01 4.93306e-01 4.72180e+05 2.10951e+06 7.91300e+05 1.82380e+06 5.13197e+06 3.01740e+06 3.94469e+06 2.27281e+06 5.01188e+05 7.82789e+04 6.29908e+06 4.26342e+06 1.45919e+06 5.11380e+06 4.98269e+06 1.76351e+06 9.39102e+06 3.07667e+06 5.75825e+07 2.96229e+06 7.92396e+06 8.74837e+04 2.11118e+05 2.47743e-01 2.64117e+03 2.51692e+02 1.83896e+03 1.16405e+03 7.96845e+01 2.90660e+02 1.36579e+03 4.01477e+02 3.40290e+02 8.41981e+01 1.67082e+02 8.67433e+00 2.69140e+03 1.70606e+03 9.05395e+02 8.98454e+03 9.00076e+03 3.25287e+03 3.20625e+03 3.76502e+03 2.20174e+04 1.10532e+03 4.31770e+03 3.47455e+01 2.01124e+02 5.10983e-01 1.26071e+04 7.73816e+02 1.20406e+05 3.86348e+03 2.76941e+02 8.54490e+02 5.21508e+03 1.40981e+03 1.58124e+03 3.35285e+02 3.03045e+02 3.16112e+01 3.85887e+04 6.06152e+03 8.07555e+02 1.68106e+04 1.03844e+04 3.32901e+03 7.34805e+03 8.00062e+03 4.36034e+04 9.27024e+02 3.84739e+03 1.99783e+01 1.73589e+02 2.44712e-01 5.72863e+03 3.82900e+02 3.77346e+02 5.07534e+02 2.55960e+01 7.73058e+01 5.69801e+02 1.10879e+02 1.89544e+02 4.48752e+01 2.94176e+01 1.34074e+00 1.03348e+03 1.85290e+03 3.52375e+02 7.45782e+03 7.41841e+03 2.55161e+03 5.81682e+02 9.09009e+02 4.34769e+03 1.14845e+02 7.22227e+02 1.59851e+00 1.14722e+01 2.11541e-02 6.00069e-07 1.00000e-07 1.15059e-07 6.34405e-07 8.51471e-08 2.12253e-08 1.06495e-07 1.06565e-07 7.75975e-08 8.48610e-09 1.46709e-08 5.46562e-09 1.12776e-07 3.69637e-07 7.69050e-09 1.08844e-07 2.14283e-07 2.18975e-07 7.35908e-07 1.09537e-07 5.27026e-07 1.06119e-07 2.28846e-07 2.11734e-07 7.86466e-08 1.50533e-01 3.17410e-01 1.38995e+04 2.28011e+05 3.52108e+05 1.85067e+05 9.25401e+05 2.17679e+06 9.60128e+05 2.18894e+06 1.64967e+05 2.35515e+05 3.41366e+04 1.85121e+06 8.08465e+05 1.51853e+05 5.32924e+06 2.21033e+06 1.31829e+05 1.52428e+06 3.50285e+05 1.62577e+07 1.62280e+04 2.44436e+06 6.18837e-04 1.77606e-01 3.25391e-01 2.16874e+05 4.97612e+03 5.97687e+04 4.64746e+04 1.46737e+03 6.18525e+03 2.39109e+04 4.68019e+03 8.49969e+03 2.37443e+03 1.59722e+03 1.65389e+02 1.49107e+05 3.67005e+04 6.95952e+03 1.20486e+05 1.39384e+05 4.45802e+04 2.58518e+04 3.43434e+04 8.92682e+04 1.84077e+03 1.33734e+04 4.18973e+01 2.49737e+02 6.24250e+00 1.45676e+03 1.65333e+04 2.29039e+04 1.31634e+05 5.78169e+04 3.53081e+04 8.60586e+04 4.58358e+04 3.58716e+04 1.66351e+04 2.27471e+04 2.38406e+02 8.65618e+04 1.13095e+05 2.62984e+05 1.32884e+06 8.70667e+04 2.45163e+05 4.62081e+05 1.08280e+05 2.35355e+06 7.73870e-01 7.09756e+05 1.02192e+00 4.13925e+04 7.58703e-01 2.73055e+01 4.75551e+02 6.34298e+00 9.97054e+01 4.51890e+01 4.59946e+01 6.89732e+01 6.96978e+01 1.30336e+02 1.42536e+01 2.46419e+01 9.18030e+00 7.37456e+02 3.48163e+03 6.00488e+01 6.77364e+02 1.78278e+03 3.09675e+02 2.96954e+03 5.84616e+02 1.61932e+03 1.60159e+03 2.50132e+02 4.56564e-01 1.31034e+02 5.17678e-01 7.41955e+04 3.26738e+03 8.97040e+03 7.09525e+04 6.21419e+03 7.57685e+03 5.76156e+04 9.85169e+03 1.74263e+04 4.66904e+03 3.31248e+03 2.24572e+02 4.20617e+04 2.30383e+04 1.22065e+04 2.58318e+05 2.97544e+05 9.31099e+04 2.49329e+04 3.45659e+04 1.30835e+05 6.25248e+02 2.85322e+04 1.03625e+02 5.07088e+02 1.28665e+00 3.06297e+04 2.05159e+03 3.49406e+04 7.48774e+03 3.23854e+02 6.61630e+02 4.01417e+03 8.39453e+02 1.40985e+03 4.21680e+02 3.45053e+02 4.58993e+01 1.75250e+04 3.99515e+03 1.90022e+03 2.29925e+04 2.54680e+04 1.04113e+04 2.36036e+03 3.02895e+03 1.50897e+04 4.91485e+02 2.43017e+03 1.04968e+01 6.55291e+01 7.86203e-01 2.10037e+04 5.30283e+02 3.50546e+04 3.44182e+04 1.20716e+03 7.50875e+03 4.41011e+04 1.11126e+04 9.83046e+03 1.79927e+03 1.60021e+03 4.47873e+01 4.06504e+04 2.17382e+04 4.17944e+03 2.54544e+05 7.36176e+04 2.14274e+04 2.54392e+04 2.40639e+04 3.67131e+05 2.24857e+03 1.67574e+04 3.00087e+01 5.11079e+02 7.43265e-05 2.55654e+04 1.93940e+03 1.20829e+03 3.66798e+03 5.32955e+02 5.46881e+02 3.18371e+03 6.83556e+02 8.42698e+02 2.10519e+02 2.13236e+02 2.49282e+01 2.04551e+03 1.59957e+04 2.22306e+03 2.81834e+04 3.27302e+04 1.19421e+04 5.64639e+03 7.47524e+03 8.33362e+03 1.00921e+02 1.02337e+03 7.48763e+00 4.56700e+01 1.95124e-01 4.76591e-03 2.19007e-04 5.56212e-04 3.46690e-03 5.66626e-04 4.36607e-04 2.87807e-03 6.00987e-04 9.98313e-04 2.28108e-04 1.89137e-04 7.80588e-05 3.13285e-03 2.61649e-03 4.70028e-04 1.10307e-02 4.92722e+04 3.43684e-03 1.50195e-03 2.46679e-03 2.39086e-02 8.44621e-04 4.72136e-03 1.01882e-04 5.62446e+02 1.89756e+00 8.23350e+04 5.95929e+03 7.91265e+03 1.58037e+05 8.54065e+05 4.24462e+04 5.36624e+05 1.84531e+05 4.85790e+04 2.02136e+04 1.83235e+04 6.82639e+03 2.98010e+04 1.15450e+04 2.53630e+02 3.26901e+03 7.27072e+03 3.38173e+02 2.08540e+03 2.44978e+02 9.38651e+04 5.37819e+03 6.94980e+03 1.74984e+01 5.02204e+03 1.65473e-01 1.25125e+01 8.60951e+00 8.73792e+03 2.46074e+03 1.21870e+01 1.58140e+04 1.68483e+05 1.49060e+05 1.57126e+05 7.44452e+04 1.65079e+00 1.98253e+00 1.54581e+05 4.63439e+04 2.76473e+04 3.97288e+04 2.56039e+01 4.61885e+04 1.34985e+05 8.21250e+04 2.15155e+05 1.15479e+00 5.17539e+04 8.13743e+00 3.25484e+02 7.61384e-02 5.75050e-01 2.46329e+00 1.33015e-01 5.27654e-01 1.34836e-01 1.57896e-01 1.38836e-01 2.32924e-01 1.87171e-01 9.94303e-02 1.18799e-01 3.21241e-01 6.69555e-01 3.84615e-01 3.17280e-01 2.30600e-01 2.36521e-01 6.28403e-01 4.90633e-01 1.53847e-01 1.97679e-01 3.60259e-01 3.77301e-01 5.29374e-01 4.14084e-01 1.27356e+00 4.12998e+06 1.69069e+05 6.77930e+05 6.46843e+05 3.90780e+05 2.57693e+05 1.47780e+06 7.56329e+05 6.85556e+05 2.32023e+05 1.54665e+05 1.20441e+05 5.24435e+05 1.71056e+06 6.17217e+04 7.95524e+05 1.76935e+06 2.21882e+05 2.05359e+06 4.41400e+05 3.78927e+06 1.26291e+06 7.13022e+05 1.29383e+03 3.71330e+05 1.55022e+00 3.30281e+06 5.44281e+05 5.41640e+06 1.71256e+07 1.50295e+06 1.12010e+06 4.26931e+06 1.47717e+06 3.77763e+06 1.64316e+06 1.21470e+05 3.01039e+04 7.64524e+05 8.41515e+06 3.57560e+05 4.60855e+06 1.02501e+07 5.25354e+06 7.38557e+06 3.10726e+05 5.53948e+06 1.68676e+04 8.79963e+05 2.17260e-03 6.23536e-01 1.54057e-01 2.71058e+05 4.49899e+04 9.26322e+05 2.76609e+06 5.25026e+05 2.88647e+05 3.61945e+06 3.63684e+06 9.07368e+05 4.16595e+06 8.89282e+04 1.01658e+04 1.27102e+06 1.59836e+07 1.18577e+04 1.52833e+05 3.39922e+05 2.19143e+06 9.42432e+06 1.63865e+06 4.34850e+06 1.17022e+06 1.16947e+06 1.26916e+02 3.64248e+04 1.24818e+00 1.13948e+05 8.96226e+03 2.36870e+06 1.78902e+05 5.56514e+03 1.19095e+04 7.29247e+04 1.52532e+04 2.76701e+04 1.23064e+04 6.58371e+03 1.21671e+03 8.05882e+05 2.20858e+05 3.20606e+04 4.39370e+05 4.56237e+05 1.62666e+05 2.04000e+05 2.31618e+05 5.59827e+05 6.67463e+04 2.09320e+05 3.72546e+02 3.82119e+03 3.69999e-01 9.63044e+00 5.48371e+00 2.73095e+04 5.04023e+05 1.62733e+05 3.73967e+04 1.41715e+05 1.05708e+05 6.78264e+04 7.28822e+04 4.29152e+04 2.03505e+01 6.07925e+04 1.73760e+04 9.13922e+04 2.81601e+05 1.62577e+04 1.92471e+05 3.83554e+05 3.57139e+04 1.71215e+05 6.67092e+00 3.66479e+02 1.00392e+01 5.71801e+00 4.81356e-03 1.38966e+05 6.95616e+03 2.18001e+04 1.74491e+05 6.06894e+04 4.18513e+04 1.73207e+05 9.86915e+04 1.93229e+05 4.32327e+04 8.84624e+04 6.95234e+04 2.76943e+04 8.82289e+05 5.58028e+04 7.19236e+05 1.59968e+06 4.13039e+05 4.72559e+05 1.04493e+05 3.13658e+06 1.44482e+06 3.13155e+06 5.99174e+01 1.71963e+04 1.93047e+00 1.53460e+06 7.11978e+04 4.38272e+05 1.28079e+06 1.58122e+06 1.09100e+06 2.52227e+06 2.07410e+06 3.00696e+06 7.68299e+05 5.15826e+05 8.68513e+04 1.59181e+06 3.17442e+06 1.14397e+06 3.63502e+06 3.55263e+06 2.76338e+06 4.46810e+06 1.46700e+06 1.86474e+07 4.34379e+06 9.61014e+06 4.22191e+05 6.10008e+05 5.00260e-01 1.04207e-07 1.03253e-07 1.09754e-07 1.04548e-07 1.02990e-07 1.01840e-07 1.01469e-07 1.03370e-07 1.01151e-07 1.00756e-07 1.01135e-07 1.03860e-07 1.09878e-07 1.01872e-07 1.01446e-07 1.01699e-07 6.42963e+04 1.01047e-07 1.01385e-07 1.01462e-07 1.05083e-07 1.05223e-07 1.04930e-07 1.04375e-07 2.67439e+02 1.80252e-01 2.10047e+06 2.79574e+05 3.36932e+06 1.53405e+07 1.11843e+06 3.52691e+06 2.37580e+07 5.84845e+06 8.88222e+06 2.21700e+06 1.24828e+06 7.72897e+04 6.65878e+06 1.73173e+07 5.36906e+05 1.57305e+07 9.79258e+06 3.64955e+06 1.32316e+07 6.21939e+06 4.49331e+07 4.47879e+05 2.75590e+07 2.51199e+04 3.09273e+05 9.51301e+02 1.23529e+06 3.69045e+04 9.12690e+05 1.86195e+06 1.02025e+05 2.40478e+05 1.98541e+06 2.80014e+05 5.14269e+05 1.23429e+05 8.98904e+04 8.04064e+03 1.10938e+06 1.00846e+06 1.86875e+05 4.28521e+06 4.43239e+06 1.29913e+06 1.16227e+06 1.52820e+06 1.19001e+07 7.85403e+04 2.33925e+06 9.63564e+03 5.40222e+04 6.01171e-01 1.43190e+06 2.33521e+05 3.54222e+05 8.07461e+04 7.73801e+04 3.86383e+04 1.70793e+05 1.83164e+05 1.04961e+05 1.13427e+04 3.78359e+04 1.00497e+04 1.94026e+05 4.42435e+05 4.42624e+03 5.70494e+04 1.26886e+05 1.50174e+03 3.14474e+05 3.78502e+04 3.62882e+05 8.11455e+04 4.30180e+05 2.19989e-03 6.31368e-01 2.19550e+02 9.53863e+04 2.54644e+03 1.75996e+03 1.40218e+04 3.61285e+03 2.81289e+03 1.31038e+04 1.20817e+03 2.25929e+03 2.47077e+02 6.98251e+03 2.60133e+03 9.18352e+03 1.91525e+04 2.26152e+02 2.91485e+03 6.48303e+03 1.50785e+04 1.75118e+04 1.05343e+04 2.06430e+04 6.87710e+03 8.26484e+03 3.00682e+01 8.62956e+03 6.91461e+01 6.68487e+00 6.79660e+00 1.89480e+01 9.22165e+04 6.50740e+04 5.45480e+04 9.67645e+04 8.70973e+04 4.65878e+04 1.40494e+04 1.36558e+05 1.78096e+04 1.24433e+01 5.40782e+05 2.74759e+04 3.54134e+05 7.87643e+05 2.44538e+05 4.68664e+06 2.03937e+03 4.68014e+06 4.74959e+04 1.63496e+05 7.20235e+03 1.13371e+05 4.39935e-01 6.99051e+03 1.33934e+00 3.90090e+02 3.03736e+04 4.05810e+03 2.06186e+03 1.68640e+04 2.72823e+03 3.34137e+03 3.10162e+03 4.51036e+02 1.68033e+02 3.98800e+03 1.28814e+04 3.67835e+02 1.52220e+04 3.88424e+03 1.22758e+03 6.10891e+03 2.31340e+03 3.38765e+03 1.44827e+03 6.35771e+03 4.32823e-01 1.24220e+02 5.88739e+00 5.08421e+04 8.46630e+02 2.04108e+04 6.21346e+03 4.42100e+02 1.95866e+03 4.75610e+03 8.27493e+02 1.78752e+03 4.53806e+02 3.13677e+02 1.52068e+01 6.36612e+04 8.67382e+03 1.43025e+03 3.65335e+04 3.01850e+04 1.03507e+04 1.99482e+03 4.21773e+03 3.16457e+04 1.23719e+03 6.10351e+03 1.56604e+01 1.07270e+02 1.81545e+01 8.75256e+04 6.83945e+03 4.20132e+02 7.25074e+03 1.65797e+03 1.20502e+04 1.27090e+03 4.77476e+02 1.70479e+03 2.37975e+02 2.39813e+02 5.75108e+01 5.54289e+03 5.48809e+03 2.47174e+03 2.69016e+04 1.33553e+04 2.57067e+03 3.57905e+04 2.86418e+03 2.30857e+04 6.99700e+03 9.73014e+04 9.36015e-01 1.87491e+02 3.88664e+00 2.86410e+04 1.02182e+03 1.38021e+04 2.49113e+04 1.36371e+03 3.69262e+03 1.64468e+04 3.77181e+03 8.07653e+03 1.31881e+03 1.62464e+03 1.03381e+02 3.10763e+04 1.66828e+04 6.58120e+03 1.11673e+05 1.18472e+05 4.83277e+04 1.91679e+04 2.13830e+04 1.96343e+05 9.15309e+03 4.44868e+04 2.07549e+02 1.11465e+03 2.91228e+00 1.21155e+02 8.58971e+00 1.86843e+02 7.04085e+01 6.56940e+00 1.24950e+01 7.87864e+01 1.86030e+01 2.28792e+01 5.96039e+00 5.30099e+00 6.76619e-01 3.44314e+02 4.82614e+01 1.27122e+01 2.31186e+02 3.79387e+02 7.22411e+01 1.48750e+01 2.28890e+01 4.06366e+02 1.38311e+01 6.78525e+01 3.81193e-01 3.21652e+00 1.25335e+00 3.07640e+04 2.14678e+03 5.13127e+02 4.95359e+02 1.79202e+01 7.17476e+01 4.29648e+02 9.14217e+01 1.46057e+02 2.93516e+01 2.32998e+01 7.65560e-01 1.16450e+03 4.06140e+02 5.71115e+01 1.78178e+03 1.71621e+03 5.43216e+02 6.43393e+02 1.07203e+03 2.01208e+03 8.23295e+01 3.43812e+02 7.00264e-01 5.36462e+00 2.30330e-05 3.91399e+03 1.10394e+02 3.13901e+05 4.78946e+03 1.34912e+02 6.82389e+02 3.43302e+03 8.92605e+02 2.07125e+03 5.21144e+02 2.69160e+02 1.62226e+01 1.62827e+05 3.50678e+03 7.60927e+02 2.49236e+04 1.75900e+04 4.38530e+03 3.86744e+03 6.62591e+03 3.80168e+04 2.88660e+03 9.29662e+03 9.03977e+00 1.00731e+02 1.48504e+02 9.73657e+01 3.11800e+00 3.32016e+02 5.63569e+03 4.16512e+02 7.12295e+02 3.76736e+03 9.23800e+02 1.35073e+03 4.73807e+02 4.39136e+02 3.35470e+01 7.25397e+02 9.11477e+02 9.65006e+01 3.01816e+03 2.52487e+03 7.18322e+02 4.52946e+02 5.04338e+02 8.38578e+03 2.90549e+02 1.38957e+03 1.05873e+01 9.05948e+01 4.84034e-01 3.97096e+03 1.19812e+01 7.86334e+03 1.20492e+04 1.41767e+04 9.70822e+03 7.17007e+03 2.65697e+03 7.75060e+03 1.62430e+03 2.80373e+03 7.26439e+02 1.31465e+04 1.19970e+04 1.62081e+04 3.47287e+04 3.40236e+04 9.97180e+03 1.61351e+04 5.42195e+03 8.88441e+04 4.93697e-01 1.32875e+04 6.82958e-01 1.42472e+03 2.04383e+01 6.32591e+03 4.67603e+02 2.50920e+04 1.07587e+04 7.64492e+02 2.21423e+03 1.40524e+04 1.10787e+04 5.45434e+03 7.53715e+02 6.17898e+02 1.88036e+01 5.97452e+04 2.61454e+04 6.90221e+03 1.45103e+05 1.10626e+05 4.21177e+04 5.00335e+04 4.72272e+04 5.45041e+05 1.19773e+04 9.50957e+04 8.04624e+02 2.40717e+03 2.58339e+00 1.10508e-07 1.13615e-07 1.20049e-07 1.46826e-07 1.27545e-07 1.25219e-07 1.26111e-07 1.23291e-07 1.29787e-07 1.30327e-07 1.25606e-07 1.33338e-07 1.33689e-07 1.00000e-07 1.15866e-07 1.18730e-07 1.65414e+04 1.13062e-07 1.24485e-07 1.28260e-07 1.09012e-07 1.08907e-07 1.17123e-07 1.13244e-07 1.44613e+02 6.21279e-01 5.69465e+04 1.98946e+03 6.03769e+03 5.33255e+03 1.68839e+02 9.74647e+02 5.44030e+03 1.40918e+03 1.93455e+03 4.41617e+02 3.62501e+02 2.39415e+01 1.04249e+04 7.23340e+03 2.20899e+03 2.77047e+04 2.69056e+04 9.90299e+03 6.47222e+03 7.66309e+03 2.54630e+04 1.15585e+03 4.23898e+03 3.24130e+01 1.99359e+02 6.43774e-01 3.09347e+04 1.51771e+03 9.85453e+02 3.37474e+03 1.46404e+02 4.43524e+02 2.44244e+03 5.69101e+02 8.38376e+02 2.41756e+02 1.78227e+02 1.50783e+01 2.97202e+03 1.54373e+03 8.76874e+02 1.55018e+04 1.56091e+04 5.11293e+03 1.94153e+03 3.78674e+03 1.12622e+04 2.75937e+02 1.59997e+03 6.59934e+00 4.59980e+01 3.02580e+01 3.39114e+05 3.39038e+04 3.66829e+05 2.18475e+05 6.84654e+04 6.87324e+04 1.72874e+05 5.85839e+04 3.52287e+05 2.88614e+04 1.60912e+04 2.77226e+03 1.39893e+05 2.02041e+05 1.33778e+04 1.72425e+05 3.83496e+05 2.57881e+05 2.61414e+05 1.66437e+05 5.12982e+05 1.66868e+05 2.54794e+05 2.19319e+00 1.29837e-02 2.30907e-01 3.95736e+03 7.02308e+02 5.56362e+02 8.93955e+02 8.00463e+01 8.17463e+01 5.24543e+02 1.24657e+02 1.78031e+02 4.32046e+01 2.92985e+01 1.53859e+00 1.48406e+03 3.38405e+03 1.47292e+03 1.91294e+04 1.86030e+04 7.41951e+03 2.53980e+03 3.37956e+03 1.06273e+04 5.67167e+02 2.31816e+03 1.12746e+01 5.04546e+01 7.03085e+02 9.81044e+04 4.51761e+03 9.10624e+02 1.12878e+04 4.99062e+02 1.15818e+03 8.48961e+03 1.41333e+03 2.91004e+03 9.30517e+02 5.91057e+02 4.29380e+01 3.35925e+03 6.40338e+03 1.47488e+03 2.58001e+04 2.48890e+04 8.46998e+03 4.01145e+03 6.31438e+03 2.45283e+04 8.87739e+02 4.00938e+03 1.57478e+01 9.21125e+01 1.37417e+00 3.92663e+00 7.32484e+00 8.05708e+00 9.16384e-02 1.79029e-01 1.98630e-01 2.97209e-01 1.49891e-01 4.16610e-01 1.84314e-01 8.82484e-02 2.10766e+00 1.76218e-01 1.05341e+03 5.93857e+02 2.88669e+03 6.64472e+03 2.13271e+03 7.61949e+02 6.92040e+03 3.73753e+03 2.18292e-01 4.67030e+03 5.06626e-01 7.50805e+02 9.23696e-02 4.54713e+03 4.25424e+02 3.82199e+01 3.23069e+03 9.73568e+01 2.61657e+02 1.75665e+03 3.53646e+02 5.52060e+02 1.47750e+02 9.78049e+01 8.37364e+00 5.12232e+03 1.78282e+03 1.91101e+01 2.61053e+02 5.56911e+03 9.35594e+01 1.40229e+03 1.91196e+03 6.43236e+03 4.07943e+02 2.44991e+03 9.88711e+00 4.77073e+01 5.50959e-01 2.39374e+03 2.66779e+03 5.20006e-01 1.57639e+04 1.59100e+04 1.34684e+03 5.57874e+03 2.06783e+03 1.14972e+03 1.25734e+02 5.22554e+03 3.83641e+02 2.47288e+01 1.66095e+03 1.47530e+03 1.90149e+04 4.22918e+04 5.53504e+04 5.88890e+04 2.31828e+04 1.07795e+05 3.54276e-01 1.60640e+04 1.47131e+00 4.22266e+02 4.89338e+00 2.16326e+02 1.17824e+03 6.54106e+06 1.63653e+04 9.82207e+03 5.75786e+03 2.97785e+04 9.75773e+03 2.35803e+04 1.24106e+04 4.10527e+03 7.88621e+02 1.22642e+04 3.00209e+04 4.47134e+03 5.76307e+04 1.28179e+05 2.27079e+04 3.72074e+04 1.84004e+04 2.59809e+05 3.73791e+04 4.28560e+04 4.41801e-04 1.26797e-01 3.55003e-01 4.79275e+02 2.37229e+01 6.14376e+02 1.16814e+03 6.22483e+01 2.28656e+02 1.30869e+03 3.08685e+02 4.20634e+02 9.64453e+01 7.24380e+01 3.74143e+00 1.27882e+03 5.01786e+03 1.49438e+03 2.04942e+04 1.77607e+04 6.56027e+03 2.86521e+03 4.26041e+03 2.44145e+04 1.18952e+03 4.59278e+03 3.01138e+01 2.20952e+02 3.54482e-01 5.05181e+01 2.90122e+00 3.28708e+01 7.03817e+00 8.68899e+00 2.56436e+00 2.75864e+00 3.09976e+00 2.48998e+00 2.83320e+00 2.53881e+00 6.89667e+00 2.73089e+01 3.48609e+00 1.67619e+00 3.14755e+00 1.09382e+00 2.69848e+00 3.89668e+00 2.48290e+00 1.54208e+00 1.55711e+00 2.01380e+00 2.65553e+00 8.96902e-01 2.65649e+00 6.07641e+03 2.04613e+02 5.65668e+02 3.87867e+03 1.82622e+01 9.22444e+01 4.67862e+02 1.47685e+02 8.97828e+01 3.76449e+01 2.63823e+01 1.06534e+00 7.23756e+03 2.33693e+03 4.88035e+02 1.19410e+04 1.21876e+04 6.34544e+03 3.12909e+03 1.47274e+03 8.63596e+03 8.16000e+02 2.39091e+03 5.28417e+00 1.29424e+02 1.50372e-01 1.58583e+05 8.85035e+03 4.96017e+04 6.36890e+04 6.07528e+03 8.33660e+03 6.04018e+04 1.35019e+04 2.52047e+04 5.15637e+03 3.54247e+03 2.04981e+02 7.52521e+04 4.47443e+04 7.97207e+03 1.42102e+05 1.28651e+05 3.62480e+04 2.46603e+04 3.85108e+04 1.84806e+05 1.10786e+04 4.72342e+04 5.63082e+01 9.29710e+02 8.19442e-01 1.75874e+04 1.60047e+03 3.22297e+03 5.70034e+03 2.29734e+02 6.00633e+02 3.68923e+03 9.59959e+02 1.81506e+03 5.35205e+02 2.73692e+02 4.14878e+01 2.85999e+04 1.77872e+03 1.43459e+03 2.35922e+04 1.95206e+04 6.02856e+03 4.33975e+03 7.00615e+03 1.75215e+04 1.07713e+03 3.76841e+03 1.10420e+01 6.83009e+01 1.49063e+02 2.77710e+05 9.80417e+03 7.17924e+04 4.88697e+04 3.70563e+03 8.01816e+03 6.78535e+04 1.44745e+04 2.93905e+04 7.56967e+03 4.14311e+03 2.57109e+02 6.01000e+04 3.41664e+04 8.09658e+03 1.96023e+05 1.81567e+05 5.67422e+04 4.30495e+04 6.01849e+04 8.89599e+04 4.82142e+03 2.14515e+04 3.68678e+01 2.61708e+02 1.17727e+00 1.29679e-07 1.36433e-07 1.22740e-07 1.26619e-07 1.23568e-07 1.25306e-07 1.24243e-07 1.22053e-07 1.20387e-07 1.20606e-07 1.24170e-07 1.24214e-07 1.24326e-07 1.00000e-07 1.14047e-07 1.13239e-07 3.12360e+04 1.13450e-07 1.10843e-07 1.10009e-07 1.19404e-07 1.20778e-07 1.21301e-07 1.24983e-07 1.70020e+02 1.47812e-01 1.20306e+05 4.95745e+03 3.30273e+03 5.08136e+03 2.26499e+02 1.10325e+03 4.57578e+03 8.00574e+02 2.54472e+03 7.20668e+02 4.05780e+02 2.02622e+01 9.20242e+03 1.41948e+04 2.23524e+03 5.06780e+04 4.75995e+04 1.59547e+04 8.15235e+03 1.35173e+04 5.88540e+04 2.08022e+03 8.83336e+03 2.32864e+01 2.13905e+02 2.27104e-01 7.50178e+05 1.22071e+04 4.89792e+04 2.02743e+05 2.12445e+04 8.43554e+04 5.56839e+05 9.32853e+03 5.33459e+03 1.55836e+03 1.99854e+02 3.81884e-01 1.61366e+05 1.22570e+03 5.20226e+05 7.13510e+05 1.38080e+05 6.05752e+05 4.19448e+05 1.98487e+02 6.71044e+06 1.25584e+03 1.31372e+06 3.42990e-01 2.19975e+03 2.96795e-01 2.27343e-03 3.29605e-04 8.70494e-04 2.89546e-04 5.88743e-04 1.47530e-04 7.99008e-04 3.97781e-04 7.43857e-04 8.13486e-05 1.40636e-04 5.23940e-05 4.19348e-03 7.38794e-03 1.80136e-04 2.32175e-03 5.16389e-03 9.03013e-03 4.43895e-03 8.39801e-04 5.60604e-03 3.28131e-03 9.46318e-03 1.48666e-02 1.01871e-03 5.18557e-01 2.87019e+03 2.72735e+02 1.76444e+03 4.21774e+03 2.31120e+02 6.29584e+02 3.90269e+03 1.47123e+03 1.28120e+03 3.06847e+02 2.56888e+02 3.57020e+01 3.67115e+03 9.68132e+03 1.08072e+03 1.50262e+04 1.43119e+04 5.00649e+03 3.84483e+03 4.19786e+03 3.19717e+04 1.81637e+03 6.72034e+03 4.08902e+01 2.34753e+02 1.00365e+00 6.88890e+05 9.73007e+04 1.97452e+04 1.99377e+05 3.19403e+04 1.01323e+05 1.17589e+05 5.16639e+04 4.99349e+04 2.40364e+04 1.23628e+04 2.36349e+04 5.45505e+04 2.31575e+05 1.49109e+04 4.45418e+05 2.66524e+05 1.11187e+05 1.64118e+05 7.01420e+04 4.45980e+06 2.70725e+05 4.58007e+05 1.47051e+02 4.22036e+04 4.22947e-01 5.54219e+00 8.05070e+00 8.84673e+01 7.68816e+03 1.01248e+03 1.04800e+03 6.65810e+03 1.49509e+03 1.96873e+03 4.80815e+02 3.91415e+02 3.00052e+01 9.54404e+03 5.31939e+03 1.64984e+03 2.44536e+04 2.40870e+04 6.58357e+03 1.92097e+03 2.85340e+03 1.86718e+04 6.62609e+02 3.73734e+03 4.35072e+00 9.88867e+01 6.98363e-01 1.34110e-07 1.34323e-07 2.72862e-07 1.27713e-07 1.28602e-07 1.22105e-07 1.22906e-07 1.21760e-07 1.22045e-07 1.28082e-07 1.26172e-07 1.31734e-07 2.99732e-07 1.26814e-07 1.26301e-07 3.08002e-07 8.18427e+03 1.30944e-07 1.38585e-07 1.28053e-07 3.48378e-07 1.22104e-07 1.25109e-07 1.38450e-07 1.66955e+01 1.95450e-04 8.23587e+04 3.36893e+03 5.52563e+04 2.23093e+04 9.59631e+02 1.90296e+03 1.42340e+04 2.56901e+03 5.75547e+03 1.73207e+03 1.03557e+03 1.23183e+02 5.71644e+04 2.16759e+04 6.35606e+03 1.15420e+05 1.53643e+05 5.89447e+04 3.09213e+04 3.83219e+04 5.48868e+04 5.22756e+03 1.96082e+04 1.49014e+02 2.92690e+02 6.30125e+00 3.86944e-01 4.08579e+04 1.54621e+06 2.72861e-01 4.68090e-01 1.13858e+04 1.68666e+04 2.73116e+01 1.07569e+00 4.52734e-01 1.30418e-01 1.20201e-01 9.18134e+05 2.07093e-01 2.82270e+05 1.86823e-01 3.48702e+04 1.49988e-01 6.71489e-01 1.67453e+03 1.50928e+05 1.45292e+03 1.19109e+05 2.08498e-01 1.13602e+01 3.29788e-01 2.08186e+04 8.43692e+02 2.76536e+03 9.62655e+03 4.40071e+02 1.21133e+03 8.29520e+03 1.66601e+03 2.93972e+03 7.93255e+02 5.06748e+02 4.29733e+01 7.82607e+03 7.34150e+03 2.23657e+03 4.73334e+04 4.89260e+04 1.67155e+04 3.80369e+03 6.95737e+03 3.55276e+04 1.82247e+03 8.65139e+03 2.88050e+01 1.43685e+02 4.08550e-01 7.71259e+03 1.28358e+03 3.31128e+05 1.90496e+04 1.00254e+03 2.73066e+03 1.84685e+04 4.14428e+03 6.61059e+03 1.65554e+03 1.30070e+03 6.44002e+01 2.10388e+04 2.81166e+04 3.12733e+03 5.73824e+04 4.99071e+04 2.04235e+04 1.31294e+04 1.34609e+04 8.80702e+04 7.02073e+03 2.14532e+04 1.37843e+02 5.70956e+02 2.29001e+01 1.18751e+06 4.47796e+04 7.58622e+04 1.94438e+05 9.79368e+03 2.48974e+04 1.57721e+05 2.90829e+04 5.59836e+04 1.45193e+04 8.87489e+03 5.77682e+02 2.69330e+05 5.39704e+04 3.47588e+04 6.90123e+05 7.42091e+05 2.72876e+05 1.71893e+05 2.76031e+05 5.57140e+05 1.83205e+04 7.27365e+04 2.08636e+02 2.79555e+03 9.20052e-01 1.71421e+04 2.94356e+03 1.82181e+04 9.36300e+03 2.50690e+03 1.66822e+03 1.08086e+04 2.48973e+03 5.08943e+03 1.14121e+03 9.39381e+02 8.39029e+01 3.48725e+04 8.22059e+04 9.03241e+03 1.54486e+05 1.38798e+05 6.35578e+04 3.86563e+04 2.97440e+04 1.11829e+05 4.44422e+03 1.80447e+04 1.14481e+02 6.40240e+02 4.41601e+00 1.51883e+05 3.54240e+03 1.54954e+05 1.17095e+04 3.54327e+02 1.48040e+03 6.38503e+03 1.44272e+03 1.74280e+03 4.17402e+02 3.92236e+02 3.33485e+01 1.32792e+05 6.85884e+04 5.64406e+03 9.76646e+04 1.20678e+05 3.07075e+04 4.76004e+03 6.29205e+03 1.25937e+05 7.95194e+03 3.22419e+04 1.23290e+02 7.83074e+02 3.02805e+00 1.22932e+04 1.67965e+00 4.11095e+01 8.15620e+02 3.09640e+02 3.30391e+02 4.71809e+02 2.40904e+02 2.13966e+02 2.33994e+01 2.15594e+01 8.03193e+00 5.07468e+01 8.35428e+01 5.08616e+02 6.55549e+03 1.45803e+04 1.12339e+03 1.13390e+04 8.01695e+02 8.08157e+04 1.28672e+02 1.27557e+03 1.46300e+01 4.19880e+03 6.59052e-05 2.60734e+04 1.35436e+04 5.47420e+04 1.12054e+05 5.71751e+04 2.78169e+04 2.22655e+05 3.60308e+04 1.60688e+04 8.06679e+03 1.17848e+04 3.32083e+03 3.62350e+04 9.55395e+04 1.51372e+03 1.95102e+04 4.33934e+04 8.34834e+04 2.43395e+05 4.60477e+04 8.64116e+04 1.87164e+05 2.56737e+04 2.01503e+04 7.25545e+03 2.03174e+00 1.19746e+04 2.07880e+04 8.17477e+03 3.42304e+05 8.15310e+03 5.05346e+03 1.28623e+05 7.93567e+03 9.26009e+04 1.84927e+04 1.86204e+03 4.00791e+02 7.84778e+04 6.76202e+04 7.96731e+03 1.02690e+05 2.28396e+05 7.44751e+04 4.63169e+04 1.89553e+04 1.95632e+05 4.40317e-01 2.58700e+04 3.40900e-04 9.78383e-02 1.09609e-03 3.87874e+05 3.34105e+03 5.94816e+05 3.74680e+05 1.42242e+05 2.54730e+05 7.60271e+05 3.22522e+05 3.47417e+05 2.47403e+05 8.48917e+04 1.08437e+04 6.34150e+05 3.54016e+05 1.28215e+05 5.60765e+05 1.11306e+05 9.24716e+04 4.71877e+05 2.55044e+05 9.50844e+05 1.39911e+05 8.07949e+05 2.80589e-01 1.17775e+04 4.87643e-01 4.80704e+02 3.18883e+00 3.35556e+01 1.06737e+04 2.18467e+03 2.86335e+02 1.55657e+05 1.34742e+03 8.78271e+04 9.44867e+04 2.14297e+00 1.27341e+00 1.74601e+05 9.15563e+04 3.44849e+04 2.91988e+04 2.44707e+01 1.35129e+00 1.59798e+05 1.10922e+05 1.79334e+06 1.30984e+00 2.27604e+01 1.42993e+00 1.83735e+02 2.62930e+00 8.87571e+02 3.18297e+01 4.89230e+04 3.30828e+03 2.14519e+02 6.20082e+02 7.21835e+03 1.23940e+03 2.82498e+03 7.36806e+02 3.74818e+02 2.19021e+01 4.31397e+03 2.92031e+04 1.09166e+03 2.73305e+04 1.74076e+04 1.12159e+04 6.03187e+03 5.73802e+03 3.14531e+04 2.73565e+03 9.97028e+03 1.73284e+01 9.82151e+01 1.93634e+00 1.27053e+05 3.30835e+03 3.80667e+03 1.73661e+06 3.84447e+05 1.36352e+05 5.18404e+06 1.92956e+05 1.73850e+06 2.17948e+06 1.52899e+05 0.00000e+00 5.43359e+05 1.58721e+06 1.64608e+04 2.12161e+05 4.71875e+05 1.95615e+06 2.68265e+05 9.50735e+05 4.26416e+06 8.77674e+03 1.70323e+06 2.89219e+04 2.59304e-01 5.26873e-01 7.09798e+00 2.30811e+01 1.24792e+01 2.17595e+00 2.52645e+00 5.76114e+00 3.14528e+00 3.03391e+00 2.79017e+00 6.24130e+00 7.02174e+00 7.45581e+00 8.09116e+00 6.48805e+00 9.40627e+00 3.40373e+00 2.36512e+03 5.51843e+00 6.18979e+00 5.22635e+00 2.63549e+00 4.16690e+00 3.28472e+00 9.97521e+00 3.32823e+02 5.50432e+01 3.08740e+04 3.12605e+01 1.40708e+04 1.36209e+05 2.77041e+04 1.64831e+04 7.11566e+04 2.01213e+04 5.76637e+04 2.58291e+04 8.36232e+03 1.75242e+00 2.89884e+04 5.66595e+04 5.02540e+03 4.34017e+04 6.13738e+04 2.32842e+04 2.95585e+04 6.31485e+04 2.93324e+05 3.80828e-01 2.77835e+05 1.33665e+01 1.34820e+01 2.66259e+02 1.97614e+05 1.80738e+00 3.72676e+06 4.25361e+06 7.28642e+05 1.83454e+06 2.77154e+07 9.30641e+06 5.22075e+06 3.11326e+02 1.12324e+06 4.54226e+05 6.38034e+06 6.51516e+06 2.13095e+05 2.74656e+06 6.10872e+06 7.46703e+01 8.53728e+06 1.01494e+02 3.53103e+06 3.05026e+01 3.38397e+06 1.68035e-02 4.82259e+00 4.17163e+04 4.60651e+04 3.25985e+03 2.71784e+03 2.11348e+03 1.05215e+02 3.48648e+02 2.30025e+03 4.93481e+02 9.13044e+02 2.10888e+02 1.34166e+02 5.17942e+00 7.72633e+03 4.70819e+03 4.60282e+02 1.08492e+04 1.09235e+04 3.51244e+03 2.00594e+03 3.48553e+03 2.06834e+04 9.87612e+02 4.07738e+03 1.13932e+01 7.54945e+01 5.38563e-01 1.16452e+03 2.44195e+02 1.80738e+02 2.90915e+02 1.48533e+01 4.56415e+01 2.84280e+02 5.83605e+01 8.55822e+01 2.01974e+01 1.64481e+01 8.76412e-01 5.08231e+02 4.76831e+02 2.33571e+02 3.27770e+03 3.75120e+03 1.33662e+03 4.55043e+02 6.90376e+02 1.84002e+03 6.34621e+01 3.35169e+02 1.49642e+00 7.70374e+00 1.02555e+00 1.17012e+02 3.34386e+00 1.38046e+02 1.90171e+03 1.06541e+02 3.34994e+02 2.00713e+03 4.76735e+02 5.84144e+02 1.76201e+02 1.33454e+02 7.52800e+00 3.59801e+02 5.17866e+02 1.88770e+02 3.00485e+03 2.66242e+03 9.95074e+02 4.69627e+02 6.68096e+02 4.77339e+03 1.81130e+02 8.14622e+02 5.90556e+00 3.54695e+01 5.41975e-02 7.70016e+02 4.26735e+01 9.36790e+01 7.82863e+01 7.10958e+00 2.54448e+01 1.20157e+02 3.26841e+01 3.47502e+01 1.22170e+01 1.00856e+01 6.47830e-01 1.59428e+02 2.46996e+02 1.08950e+02 1.62920e+03 1.21859e+03 7.14404e+02 1.95623e+02 3.07800e+02 7.54269e+02 4.12902e+01 1.48841e+02 1.04564e+00 1.13359e-01 5.91053e-03 5.33322e+04 2.40455e+03 8.85733e+05 6.81725e+04 3.55387e+03 1.14459e+04 1.19651e+05 1.73911e+04 3.42378e+04 8.78243e+03 4.85506e+03 3.57461e+02 2.76117e+05 9.81563e+04 1.18025e+04 3.00758e+05 2.33461e+05 8.37090e+04 5.87702e+04 7.15806e+04 3.98846e+05 1.88332e+04 6.31044e+04 1.17939e+02 6.16122e+02 9.00714e+00 1.27094e-07 1.27790e-07 1.38682e-07 1.08911e-07 1.17284e-07 1.15022e-07 1.15670e-07 1.09613e-07 1.16151e-07 1.16184e-07 1.15091e-07 1.15543e-07 1.77927e-07 2.97191e-07 1.12394e-07 1.94274e-07 8.74041e+04 1.15697e-07 1.21718e-07 1.16514e-07 1.17373e-07 1.21397e-07 1.22000e-07 1.24092e-07 2.95814e+02 9.26465e-03 9.28572e+04 7.44987e+03 4.45427e+03 1.15187e+05 2.12474e+03 7.57146e+03 3.71338e+04 1.35845e+04 1.15326e+04 3.26036e+03 2.22669e+03 1.10451e+02 1.42406e+05 2.22068e+04 2.88734e+03 1.17520e+05 8.98323e+04 5.52427e+04 3.58299e+04 1.55342e+04 1.46362e+05 7.34496e+03 3.14569e+04 9.01955e+01 9.17685e+02 2.36377e-01 5.22893e+02 2.30957e+01 4.40404e+02 6.20127e+02 2.04617e+01 7.28863e+01 3.83976e+02 9.79347e+01 1.20504e+02 2.82613e+01 2.40258e+01 1.20446e+00 8.35244e+02 3.91142e+02 3.49610e+02 4.43362e+03 3.54480e+03 1.30297e+03 1.27425e+03 1.78180e+03 3.97473e+03 1.55075e+02 6.51124e+02 8.06813e+00 3.99052e+01 4.47184e-02 4.31356e+04 2.60800e+03 1.05482e+03 9.96995e+02 4.11605e+01 1.43327e+02 1.00401e+03 1.59414e+02 3.90724e+02 1.02469e+02 5.88261e+01 2.39161e+00 3.34909e+03 7.91576e+02 5.04186e+02 1.05547e+04 6.32437e+03 1.44623e+03 1.40234e+03 2.40393e+03 1.33040e+04 4.94090e+02 1.77715e+03 6.94458e+00 2.45713e+01 1.82392e+00 1.16432e+04 2.34392e+02 1.47581e+03 2.19432e+04 7.78799e+03 2.37920e+04 8.12212e+04 3.50546e+04 1.41917e+05 8.61413e+04 8.61881e+03 7.66823e+02 4.92197e+04 3.57286e+05 7.08047e+03 9.12594e+04 2.02974e+05 1.04046e+05 7.38148e+05 1.84902e+05 1.60792e+06 1.47713e+04 7.80474e+05 9.36269e+05 3.76138e+03 2.02615e-01 6.38185e+03 1.08310e+02 1.39079e+04 5.39099e+04 2.74459e+04 3.05053e+04 5.99653e+04 5.83474e+04 6.38624e+04 2.62086e+04 7.24568e+03 1.47639e+03 5.27341e+04 5.90457e+04 1.15266e+04 6.49855e+04 1.72581e+04 1.10392e+04 1.65063e+04 3.13490e+04 1.29310e+05 1.24172e+05 6.86738e+04 1.85184e+00 1.73061e+03 1.09605e+00 7.22399e+02 9.97033e+01 8.67871e+03 2.41706e+04 7.72235e+03 1.95180e+04 3.81765e+04 1.46323e+04 3.17425e+04 1.00871e+04 2.89550e+03 2.39556e+03 1.05514e+05 2.58263e+04 2.38441e+04 3.69630e+04 5.32906e+04 8.91015e+03 3.23981e+04 3.40255e+04 9.53343e+04 6.66950e+04 2.70988e+05 1.64604e-01 1.12799e+03 7.78249e-01 1.37510e+04 1.21597e+03 1.51484e+02 1.47659e+02 1.28846e+01 5.11163e+01 2.35882e+02 7.58487e+01 7.35814e+01 1.83481e+01 1.63470e+01 6.68892e-01 2.20812e+02 5.52765e+02 1.10568e+02 2.16965e+03 1.57198e+03 5.95490e+02 6.91665e+02 8.57870e+02 1.91673e+03 4.04078e+01 2.22498e+02 8.28040e-01 8.20011e+00 7.71816e-02 1.91134e-03 2.77109e-04 4.66513e-03 3.23732e-02 9.79301e-03 7.87744e-03 2.41793e-02 6.01975e-03 2.93806e-02 4.05359e-03 3.11696e-03 6.46012e-03 2.39622e-02 3.10892e-03 4.66711e-04 6.01539e-03 1.33791e-02 1.99206e-03 3.37619e-03 1.48329e-03 7.40406e-02 8.91985e-03 3.52263e-03 6.57218e-06 1.88621e-03 1.23437e-02 3.08176e+03 2.14365e+02 3.52150e+03 5.51614e+03 3.07137e+02 8.89613e+02 5.20588e+03 1.19434e+03 1.75678e+03 4.34668e+02 3.43663e+02 2.38361e+01 7.68051e+03 4.09220e+03 1.08054e+03 1.89882e+04 1.51430e+04 5.28416e+03 3.57607e+03 5.50069e+03 3.91730e+04 1.35376e+03 6.20440e+03 3.43399e+01 2.47058e+02 2.11815e-01 2.99642e+00 4.78712e-01 1.33306e+04 6.86437e+02 1.57973e+00 4.38521e+04 2.01262e+05 1.57855e+03 2.64799e+04 1.21644e+00 1.61644e+01 9.25010e+02 1.79986e+06 2.42214e+06 1.74876e+04 9.54913e+05 3.77269e+04 3.97537e+05 4.23900e+05 7.27240e+05 2.08792e+07 5.60647e+05 1.01748e+06 3.73201e-01 0.00000e+00 1.90193e+01 4.70635e+04 1.51669e+03 7.51063e+02 2.66992e+05 4.62627e+03 3.26661e+03 2.48341e+04 4.10323e+03 5.05863e+03 2.06599e+03 1.66759e+03 1.44252e+02 4.96625e+04 1.75177e+03 9.80365e+02 6.23012e+04 1.76914e+05 2.90390e+04 3.96104e+04 1.71069e+04 1.13491e+05 4.31664e+03 2.60187e+04 4.97455e+02 6.55915e+03 1.19021e+00 5.36864e+05 2.35334e+04 1.81091e+04 7.56093e+04 2.75316e+03 8.07533e+03 6.16946e+04 9.77271e+03 1.78181e+04 4.57908e+03 3.10152e+03 2.06982e+02 7.63846e+04 4.15060e+04 1.10229e+04 3.43752e+05 3.61558e+05 1.25577e+05 7.84420e+04 1.13637e+05 2.28516e+05 4.42438e+03 3.25874e+04 6.61918e+01 4.57032e+02 2.42068e-01 5.61049e+03 5.99877e+02 2.77886e+03 2.29298e+03 1.10165e+02 3.34277e+02 1.70053e+03 7.64085e+02 6.98915e+02 2.27387e+02 1.27563e+02 7.70936e+00 6.48712e+03 2.05935e+03 6.13597e+02 7.38249e+03 6.30692e+03 2.29769e+03 1.86825e+03 2.12993e+03 5.64011e+03 2.21021e+02 1.06978e+03 4.66656e+00 2.33187e+01 5.32801e-01 5.10187e+03 2.44576e+02 5.00806e+01 9.90182e+03 2.21634e+02 5.44886e+02 3.25599e+03 7.45415e+02 1.20110e+03 2.39349e+02 2.08517e+02 8.20233e+00 9.18821e+02 7.45698e+02 4.20332e+02 5.14277e+03 4.69224e+03 2.80415e+03 1.05661e+03 4.06611e+02 4.12343e+03 3.99010e+02 2.06720e+03 1.13445e+01 4.35952e+01 4.34750e-03 1.64676e+05 1.43959e+00 1.06165e+05 6.58151e+05 1.20673e+05 9.19975e+05 1.06162e+06 1.28058e+06 2.47183e+06 1.17850e+06 7.37536e-01 1.96447e+04 1.01207e+06 2.42028e+06 5.31740e+06 2.77543e+02 1.10681e+03 7.93668e+05 2.61081e+06 8.56998e+05 2.01709e+07 1.45184e+06 8.66921e+06 1.44539e+04 1.29924e+05 4.44926e-01 1.95699e+04 2.83727e+03 5.15285e+03 3.58785e+04 1.95572e+04 4.20010e+04 1.05716e+05 6.80537e+04 2.06171e+05 1.66500e+04 1.66567e+04 1.18901e+03 3.75189e+04 1.42744e+05 2.51582e+04 1.36908e+05 3.04503e+05 8.34621e+04 1.34679e+05 7.20685e+04 8.34287e+05 1.95852e+05 4.78747e+05 8.95404e+03 2.42987e+04 9.09994e+00 4.68650e+04 1.57672e+03 3.42696e+04 2.79322e+03 4.02014e+01 2.18328e+03 1.02737e+04 3.35872e+03 1.79750e+03 2.02274e+02 1.80666e+02 3.89069e+00 5.20240e+04 4.50916e+03 2.04112e+03 5.81447e+04 3.28943e+04 1.04940e+04 5.18593e+03 1.08402e+04 6.49568e+04 2.35111e+02 2.32656e+03 1.94851e+00 8.11446e+01 4.06021e-02 9.20706e+03 6.06514e-02 1.99043e+04 6.02700e+05 5.24893e+04 5.85639e+04 2.82156e+06 1.07109e+05 4.26975e+05 5.26917e+05 1.35084e+04 1.16620e+05 1.59876e+05 1.15558e+05 2.10371e+04 3.51220e+05 5.52179e+05 9.01722e+04 2.96220e+05 1.98265e+05 1.47233e+06 1.04772e+05 2.16720e+05 6.49695e-02 8.27578e+01 1.02643e-01 5.83022e+04 3.32428e+03 9.24149e+02 1.91681e+04 8.95507e+02 2.87179e+03 1.61721e+04 2.45703e+03 5.60167e+03 1.40203e+03 1.10204e+03 7.16034e+01 3.13224e+03 2.34689e+04 2.63874e+03 4.43748e+04 4.66000e+04 1.52672e+04 1.38200e+04 2.02301e+04 2.35952e+04 6.90968e+02 3.29783e+03 1.17596e+01 1.23095e+02 1.82839e+02 6.25837e+04 2.13354e+03 1.65532e+06 5.15220e+06 6.96159e+05 1.76764e+05 7.50113e+06 8.85528e+04 1.09403e+06 1.88586e+06 3.80789e+05 8.68021e+05 1.36326e+06 7.77301e+05 1.84595e+05 4.71138e+06 3.80970e+06 3.64565e+06 6.38247e+05 2.66974e+05 4.03284e+06 2.90195e-01 1.94998e+06 3.39928e+04 4.09771e+05 6.91149e-01 2.05116e+00 1.34162e-01 2.47035e+00 6.39033e+00 3.48714e+00 2.10738e+00 3.06562e+00 4.64832e+00 4.83764e-01 1.94999e-01 3.04333e+00 1.00991e-01 7.81172e-01 1.93412e+00 3.60808e+01 1.09328e-01 1.54971e+03 1.35590e+02 8.60043e+00 9.39026e-02 2.09731e+04 3.40690e-01 1.01616e+01 4.76970e-01 2.35255e+01 8.66289e+00 1.86181e+04 1.14017e+03 2.29238e+03 1.21070e+03 9.37062e+01 2.56484e+02 1.32791e+03 3.91549e+02 4.99862e+02 1.11603e+02 1.08652e+02 6.28361e+00 3.18124e+03 1.97762e+03 3.57931e+02 5.54322e+03 4.32520e+03 1.52645e+03 2.59743e+03 2.93516e+03 1.07966e+04 4.35287e+02 1.78678e+03 8.31428e+00 5.36466e+01 7.07644e-01 5.47541e+02 8.35350e+01 2.97923e+04 6.12262e+03 3.52160e+02 9.78955e+02 4.61185e+03 1.34593e+03 2.36681e+03 6.06311e+02 3.98846e+02 4.30904e+01 3.36858e+03 3.99494e+03 1.46236e+03 2.60178e+04 2.48314e+04 8.84518e+03 1.69402e+03 3.85534e+03 5.81022e+03 4.05756e+02 1.45489e+03 7.02737e+00 5.75392e+01 7.51245e-01 3.41022e+04 1.71135e+03 9.51043e+03 1.22680e+04 2.14393e+03 2.05404e+03 1.55375e+04 2.92692e+03 4.93715e+03 1.26961e+03 8.69200e+02 4.30801e+01 1.90698e+04 8.19390e+03 2.38872e+03 5.18553e+04 4.15112e+04 1.33909e+04 1.44898e+04 1.66707e+04 4.78995e+04 3.34921e+03 1.47927e+04 3.58005e+01 2.00170e+02 6.83915e-01 6.19745e+01 2.77146e+02 1.12454e+04 8.79467e-01 1.10791e+05 1.04512e+04 6.51538e+04 1.55043e+04 2.46298e+04 1.46638e+04 5.78477e+03 2.48846e+01 4.48452e+03 1.23079e+05 4.34781e+05 4.61401e-01 1.02718e+05 2.83762e+04 4.46541e+04 6.61903e+04 6.38531e+05 1.31111e+05 1.00331e+06 2.90452e-01 6.68161e+02 1.18636e+00 7.04983e+03 2.17774e+02 1.36878e+03 7.68215e+03 5.99622e+02 9.38923e+02 7.17801e+03 1.19394e+03 1.82450e+03 4.60795e+02 3.38886e+02 3.60345e+01 2.40814e+03 5.80292e+03 9.81293e+02 1.91136e+04 1.75715e+04 5.37532e+03 4.74747e+03 7.01828e+03 4.42261e+04 1.68988e+03 8.57215e+03 3.48322e+01 2.47150e+02 3.99171e-01 2.64442e-01 2.64296e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64290e-01 2.64289e-01 2.64290e-01 2.64290e-01 2.64290e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64289e-01 2.64306e-01 2.64302e-01 2.64306e-01 2.64290e-01 2.58294e-01 1.15596e+05 4.55248e+03 7.96103e+03 8.66221e+03 5.44734e+02 1.65116e+03 1.03753e+04 2.07318e+03 3.95514e+03 9.82036e+02 6.70611e+02 4.35371e+01 2.60567e+04 1.59007e+04 2.88714e+03 5.61743e+04 5.16612e+04 1.90817e+04 6.31794e+03 1.13203e+04 5.51315e+04 1.95973e+03 9.46715e+03 4.88954e+01 2.25071e+02 2.10540e+00 1.11192e+06 1.81858e+05 5.17911e+04 5.39060e+04 3.91906e+04 1.49643e+04 3.94877e+04 3.66702e+04 8.83835e+04 8.21259e+03 2.41469e+04 4.61931e+03 2.07977e+04 3.92563e+04 3.15213e+03 4.06274e+04 9.03610e+04 3.13045e+02 6.04002e+04 1.89498e+04 9.85035e+04 1.08385e+04 5.66567e+04 3.62071e+01 1.03914e+04 5.52481e-01 1.09614e+05 4.93541e+03 1.45321e+06 2.90125e+05 2.25515e+04 3.87226e+04 3.93572e+05 7.62275e+04 1.04849e+05 2.40560e+04 2.08728e+04 2.49329e+03 6.87447e+05 3.15881e+05 6.19735e+04 1.46550e+06 5.41465e+05 5.00625e+05 3.17656e+05 3.25194e+05 2.06033e+06 6.06491e+04 4.06628e+05 1.35894e+03 3.13588e+03 2.09238e+01 1.21087e+04 3.39201e+04 3.73037e+05 8.40339e+05 4.04407e+05 7.85727e+05 1.79435e+06 1.15115e+06 1.78476e+06 6.13017e+05 3.86166e+05 5.29429e+04 3.21984e+06 2.23133e+06 1.68134e+06 3.72738e+06 8.72348e+06 3.38704e+06 4.41407e+06 1.19729e+06 8.29523e+06 9.47969e+00 2.70730e+06 2.15756e-01 3.11685e+05 3.81975e-01 2.84084e+04 1.67246e+03 4.53713e+03 6.17221e+03 3.22584e+02 9.41367e+02 7.57869e+03 1.29990e+03 1.99403e+03 4.92197e+02 3.96931e+02 1.93238e+01 1.56756e+04 1.91858e+04 1.37237e+03 3.26995e+04 8.15962e+03 1.24085e+04 8.45033e+03 1.13988e+04 2.50969e+04 9.05641e+02 4.83528e+03 1.49656e+01 2.96343e+01 5.14268e+00 2.34066e+06 4.50010e+04 6.73944e+06 7.54845e+06 3.45082e+05 8.63606e+05 2.43635e+06 7.50363e+05 1.85354e+06 6.09715e+05 3.61641e+05 3.72582e+03 1.72076e+07 3.45946e+06 3.28963e+06 9.18042e+07 6.29076e+07 2.64288e+07 1.18729e+07 2.23308e+07 1.23816e+08 8.41709e-01 1.94300e+07 7.94651e+04 4.80419e+05 1.86807e-01 2.84311e+05 1.60515e-01 6.80566e+03 5.40521e+04 3.94078e+03 1.02561e+04 1.03384e+05 5.41368e+03 3.68791e+03 9.71551e+02 9.24914e+02 3.44576e+02 1.11145e+05 1.21447e+05 3.51357e+03 6.33177e+04 8.92639e+04 2.19357e+04 6.46326e+04 4.49164e+04 1.59709e+06 5.76182e+04 2.07106e+05 3.23452e+03 9.26283e-01 2.82513e-01 2.68874e+05 5.22623e+04 2.36790e+04 1.75077e+04 3.95252e+04 1.24275e+03 3.50802e+04 1.18180e+04 1.44722e+04 7.02659e+02 6.05942e+03 1.26574e+03 3.26714e+04 2.45457e+04 5.46382e+02 7.04225e+03 1.56629e+04 6.62956e+02 5.57330e+04 1.51388e+04 7.31865e+04 2.84402e+03 2.11209e+04 1.03177e+02 2.96119e+04 2.16966e+00 2.93298e+03 3.40821e+02 1.19190e+02 1.21829e+02 7.14367e+00 2.56441e+01 1.43219e+02 3.47498e+01 2.92145e+01 1.77105e+01 9.03056e+00 4.34292e-01 3.34882e+02 4.32184e+02 1.92450e+02 2.60921e+03 2.59757e+03 8.88882e+02 3.73265e+02 6.00414e+02 1.92370e+03 6.15540e+01 3.27317e+02 2.10326e+00 1.15744e+01 2.90452e-02 7.25658e+02 2.68788e-01 1.13497e+05 1.25745e+05 3.93522e+04 4.85236e+04 1.33529e+05 4.54225e+04 1.96769e+04 1.24673e+04 5.88437e+03 2.19222e+03 4.02984e+05 1.92489e+05 3.01508e+04 7.43404e+05 6.38861e+05 2.02696e+05 3.35929e+04 2.39896e+04 5.01760e+05 1.91394e+04 3.89967e+04 2.91010e-01 7.55481e+03 2.35802e+01 5.55229e+06 8.71392e+05 3.01275e+06 1.03348e+07 3.45001e+06 9.52418e+05 1.81775e+06 4.88063e+05 7.21891e+05 6.84709e+05 3.22188e+05 6.19440e+02 9.42152e+05 2.81151e+06 1.10188e+05 6.18125e+06 1.33235e+05 1.67055e+06 1.15442e+06 3.99529e+05 3.92240e+06 3.33526e+04 1.71077e+06 2.24903e+02 6.45473e+04 6.44309e+00 2.20171e+04 1.05532e+03 3.92498e+03 5.69346e+03 2.50349e+02 8.41750e+02 5.45122e+03 1.07114e+03 1.60469e+03 4.11908e+02 2.90284e+02 1.98327e+01 7.96137e+03 3.34106e+03 8.21838e+02 1.56530e+04 1.79947e+05 5.19405e+03 3.60014e+03 5.83428e+03 3.93635e+04 1.17386e+03 7.11030e+03 2.62421e+01 4.30716e+02 6.94121e-02 1.94302e+04 6.77961e+02 9.84264e+04 6.27947e+04 1.09824e+02 5.27153e+02 1.86619e+03 4.92897e+02 8.76848e+02 1.59417e+02 1.14044e+02 4.89521e+00 5.64140e+04 2.08137e+04 4.95058e+03 7.83036e+04 5.26695e+04 3.30764e+04 1.27742e+04 1.03816e+04 4.85937e+04 1.82950e+03 6.89962e+03 4.52156e+01 2.46534e+02 2.59853e-01 2.52177e+04 5.84422e+03 2.73497e+04 1.45276e+04 1.26016e+03 2.08473e+03 9.83723e+03 3.03645e+03 2.77901e+03 1.23809e+03 1.25252e+03 1.64701e+02 3.19056e+04 1.07925e+04 1.89422e+04 5.97118e+04 5.21421e+04 2.55723e+04 1.36376e+04 1.74181e+04 6.72111e+04 3.13721e+03 1.42592e+04 7.50049e+02 2.15336e+03 5.81294e-01 0.00000e+00 +-2.87483e+03 -8.62132e+01 -2.66070e+04 -1.28803e+04 -1.44612e+02 -2.75728e+02 -1.33624e+03 -2.60279e+02 -1.39334e+03 -3.15050e+02 -1.72725e+02 -1.95255e+00 -8.77880e+04 -4.06534e+03 -2.17819e+03 -4.83864e+04 -3.90056e+04 -1.15950e+04 -2.24096e+03 -2.53325e+03 -5.66196e+05 -1.63402e+04 -2.85647e+05 -2.96116e+02 -2.96922e+03 -1.56355e+01 -2.04537e+03 -7.57676e+01 -5.30738e+02 -2.14860e+04 -8.33216e+01 -2.86059e+02 -1.85141e+03 -2.31862e+02 -1.51820e+03 -4.02480e+02 -1.72093e+02 -3.09276e+00 -6.06762e+03 -2.38279e+03 -3.17248e+02 -1.01797e+04 -8.45800e+03 -2.62350e+03 -2.37585e+03 -3.53321e+03 -7.52235e+04 -1.27660e+03 -3.43384e+04 -2.01167e+01 -1.09320e+02 -1.22355e-01 -9.86102e+04 -2.84132e+03 -1.13218e+03 -3.29909e+05 -2.42142e+03 -5.17779e+03 -2.28695e+04 -3.72385e+03 -1.78608e+04 -3.46064e+03 -2.32281e+03 -2.89397e+01 -1.61781e+05 -1.81473e+04 -1.06165e+04 -2.85835e+05 -1.39256e+05 -8.65120e+04 -2.01371e+05 -2.28101e+05 -1.28723e+06 -6.81266e+04 -2.35556e+05 -4.99674e+02 -1.37221e+04 -4.08507e-01 -3.56943e+03 -1.21552e+02 -8.26517e+02 -2.47506e+04 -1.99591e+02 -3.52310e+02 -2.12545e+03 -2.82073e+02 -1.95542e+03 -4.77492e+02 -2.54839e+02 -2.64684e+00 -5.95589e+03 -2.15135e+03 -8.57052e+01 -3.78915e+03 -3.05689e+03 -9.41079e+02 -1.74123e+03 -1.70254e+03 -1.73161e+04 -2.72668e+02 -7.11846e+03 -1.98104e+00 -2.00008e+01 -7.32990e-02 -4.62522e+04 -1.74563e+03 -9.37889e+03 -3.19941e+05 -3.58469e+03 -6.75632e+03 -3.51966e+04 -5.99574e+03 -3.09635e+04 -6.22321e+03 -3.88871e+03 -4.22219e+01 -1.97280e+05 -6.86527e+04 -9.27113e+03 -2.31971e+05 -4.55077e+04 -6.29435e+04 -1.00376e+05 -1.02770e+05 -2.33334e+06 -4.32428e+04 -9.45410e+05 -7.05688e+02 -7.27446e+03 -1.66703e+00 -1.42748e+02 -3.28852e+00 -3.38804e+01 -9.88072e+03 -5.77753e+01 -1.51887e+02 -9.99081e+02 -1.29899e+02 -1.49701e+03 -2.48498e+02 -8.11406e+01 -1.38306e+00 -2.31356e+02 -1.46852e+02 -8.68597e+00 -6.40699e+02 -4.59151e+02 -1.18923e+02 -1.55093e+02 -1.66610e+02 -3.55571e+03 -6.15367e+01 -1.30678e+03 -1.70623e-01 -3.55848e+00 -1.59501e-01 -1.66876e+05 -8.25592e+03 -6.46410e+04 -1.81527e+05 -7.48045e+04 -7.20211e+04 -1.80462e+05 -6.67697e+04 -6.25762e+04 -5.66362e+04 -2.31676e+04 -1.72290e+03 -5.46705e+04 -2.49386e+05 -8.43127e+03 -1.15406e+05 -2.37416e+05 -5.90636e+04 -2.44397e+05 -9.66240e+04 -8.12685e+05 -1.84851e+05 -4.45728e+05 -2.09276e+02 -6.00621e+04 -3.11389e-01 -9.09842e-03 -1.68014e-02 -6.20877e-03 -2.91429e-02 -1.77528e-02 -2.39224e-02 -1.76174e-02 -2.02051e-02 -1.65939e-02 -1.39693e-02 -1.18712e-02 -9.47631e-03 -8.12687e-03 -6.22297e-03 -7.47944e-03 -1.77885e-02 -5.76446e-01 -1.79198e-02 -1.03376e-02 -9.46449e-03 -4.60233e-02 -3.04461e-02 -3.08368e-02 -3.24784e+00 -1.05682e+00 -2.81601e-01 -2.84872e+02 -1.89840e+02 -7.85512e+00 -5.07728e+00 -4.47918e+00 -3.11879e+00 -1.17700e+00 -7.59748e+00 -1.32730e+01 -9.59389e+00 -3.52430e+00 -1.36121e+00 -4.34236e-01 -3.05347e-01 -1.17336e-01 -3.12296e-01 -3.44816e-01 -8.65397e-02 -1.87334e-01 -2.90347e-01 -4.51980e-01 -1.38737e-01 -1.22558e-01 -2.71130e-02 -7.81755e-02 -1.20644e-01 -6.33935e+00 -1.19783e+00 -8.24554e+00 -7.42195e+00 -1.85374e+00 -3.04691e+00 -6.27548e+00 -5.45529e+00 -4.94934e+00 -1.38001e+00 -1.31629e+00 -4.92490e-02 -7.08667e+04 -4.20145e-01 -1.22794e-02 -2.50608e-01 -2.93329e-01 -2.96975e-01 -4.02495e+00 -7.80722e-01 -1.06790e+01 -1.12146e+00 -3.18903e+05 -1.73295e-01 -6.56806e-01 -6.57623e-01 -7.14708e+06 -3.73720e-01 -2.13945e+04 -2.68657e+03 -2.55112e+02 -9.07737e+02 -1.13844e+01 -9.43497e-01 -3.78324e+03 -8.32678e-01 -5.26549e-01 -4.96795e-01 -8.52455e-01 -4.95458e-01 -5.09948e-01 -5.35389e-01 -2.60594e-01 -4.59292e-01 -1.29933e+04 -4.30910e-01 -5.79865e+04 -4.30333e-01 -3.13483e+05 -3.13349e-01 -4.03627e-01 -1.77997e-01 -1.59156e+00 -2.25371e+00 -1.01912e+00 -1.64376e+01 -1.20721e+01 -1.46380e+01 -1.00157e+01 -1.14511e+01 -1.55397e+01 -1.79805e+01 -1.56358e+01 -1.00228e+01 -2.68626e+00 -1.69581e+00 -2.44302e+00 -2.89643e+00 -2.74629e+00 -3.00377e+00 -2.35753e+00 -2.97576e+00 -1.03504e+02 -3.51335e+01 -3.52298e+01 -3.55718e+01 -3.70414e+01 -3.59062e-03 -3.32817e+04 -1.12345e+03 -4.80265e+03 -1.82530e+05 -4.77098e+03 -1.07159e+04 -3.79097e+04 -9.76931e+03 -4.30116e+04 -9.11607e+03 -5.02090e+03 -6.21147e+01 -4.28530e+04 -2.46650e+04 -2.72202e+03 -8.81887e+04 -6.15470e+04 -1.76817e+04 -2.09564e+04 -2.54369e+04 -3.54619e+05 -5.14621e+03 -1.19024e+05 -5.93623e+01 -9.66834e+02 -2.36960e+01 -8.64906e+02 -2.77988e+01 -3.78953e+01 -1.63963e+02 -1.50215e+00 -3.52790e+00 -1.56628e+01 -2.24447e+00 -1.88758e+01 -4.19394e+00 -1.98034e+00 -2.87970e-02 -4.50286e+02 -8.82563e+01 -1.83828e+01 -6.09530e+02 -5.91829e+03 -1.56424e+02 -1.00012e+02 -1.01621e+02 -1.46537e+03 -1.60900e+01 -4.41333e+02 -1.55860e-01 -2.10175e+01 -6.06435e-02 -7.32090e+03 -2.91691e+02 -3.94276e+03 -2.96858e+04 -9.86610e+01 -5.74710e+02 -2.26032e+03 -4.60152e+02 -2.17397e+03 -4.62128e+02 -2.62702e+02 -3.17250e+00 -2.19309e+04 -1.37887e+04 -2.00181e+03 -5.67383e+04 -4.35985e+04 -1.27096e+04 -9.90453e+03 -1.08787e+04 -3.59206e+05 -6.86538e+03 -1.25067e+05 -7.86067e+01 -1.06191e+03 -1.15012e-01 -6.54250e+02 -1.46685e+01 -1.55280e+02 -3.72488e+03 -2.88236e+01 -6.84821e+01 -4.16038e+02 -6.32708e+01 -3.95135e+02 -1.10477e+02 -4.11099e+01 -2.27989e-01 -1.68205e+03 -9.63123e+02 -4.05556e+01 -2.13020e+03 -1.50712e+03 -4.09180e+02 -4.00903e+02 -5.46827e+02 -1.05102e+04 -2.07813e+02 -4.22250e+03 -8.80783e-01 -1.56964e+01 -9.01357e-02 -1.90271e-02 -3.40350e-03 -2.91864e-02 -5.45663e-02 -2.56702e-02 -5.58629e-02 -4.34406e-02 -5.30757e-02 -3.76676e-02 -6.50609e-02 -5.06961e-02 -4.86300e-02 -5.61613e-02 -7.99646e-02 -6.35747e-03 -7.19226e-02 -1.18914e+03 -2.86401e-02 -7.22317e-02 -1.59389e-01 -1.23127e+01 -2.20737e-02 -2.91844e-02 -1.03050e-02 -4.93790e+02 -1.98893e-02 -4.37131e+05 -8.36317e+03 -1.17359e+01 -3.07491e+00 -4.44573e+00 -8.66759e+04 -1.98472e+05 -1.37400e+05 -4.52784e+05 -5.36222e+02 -1.67248e+00 -1.18806e+04 -2.99410e+00 -1.58215e+00 -1.70388e+00 -1.57858e+00 -2.93421e-01 -1.49855e+00 -1.75921e+03 -1.45837e+03 -3.53654e+06 -5.28538e+02 -1.32866e+07 -1.81142e+00 -1.44490e+00 -2.89005e-01 -1.51199e+02 -2.58554e+00 -3.91039e+01 -1.08394e+03 -8.94180e+00 -2.64337e+01 -1.68542e+02 -2.28996e+01 -1.52324e+02 -2.78629e+01 -1.19266e+01 -3.34148e-01 -5.94399e+02 -4.40615e+02 -1.42512e+01 -9.65565e+02 -5.37322e+02 -2.16884e+02 -2.67101e+02 -2.26090e+02 -4.92325e+03 -5.01874e+01 -1.34060e+03 -2.38167e-01 -1.04220e+01 -9.42856e-02 -7.09761e+02 -2.24290e+01 -1.02687e+03 -4.69281e+03 -3.27790e+01 -7.23940e+01 -2.81873e+02 -5.58382e+01 -3.04890e+02 -6.28683e+01 -3.82788e+01 -2.35067e-01 -6.14950e+03 -1.27265e+03 -1.58740e+02 -6.07221e+03 -3.61155e+03 -1.50336e+03 -8.48618e+02 -1.07264e+03 -6.84547e+04 -8.93615e+02 -2.28374e+04 -3.79368e+01 -1.47116e+02 -9.95337e-02 -1.87507e+01 -7.94926e-02 -1.57006e+02 -1.92693e+02 -4.19980e+00 -8.96663e+00 -3.24358e+01 -8.18203e+00 -3.24485e+01 -7.03162e+00 -5.12741e+00 -6.01266e-02 -3.41593e+02 -1.23794e+02 -9.58909e+00 -2.90499e+02 -5.65037e+03 -4.81354e+01 -2.74858e+02 -3.59992e+02 -1.80224e+03 -5.61579e-02 -2.50849e+02 -1.54286e-02 -4.00156e+00 -4.89941e-02 -1.89484e+01 -3.15932e-01 -4.68011e+00 -1.63982e+02 -1.04485e+00 -2.25333e+00 -1.05848e+01 -8.43678e-01 -9.50381e+00 -1.53363e+00 -1.06420e+00 -1.54604e+00 -1.51221e+01 -1.33442e+01 -1.45577e+01 -4.88507e+02 -4.52829e+02 -6.08239e+01 -1.35501e+01 -2.41206e+01 -1.86530e+03 -2.34485e+01 -6.21174e+02 -8.52854e-01 -1.90827e+00 -2.82228e-01 -4.59031e+03 -1.77398e+02 -1.89233e+03 -2.06489e+03 -3.38754e+02 -3.37674e+02 -9.88610e+02 -1.31312e+01 -1.35760e+01 -1.48468e+00 -2.72347e+01 -1.01463e+01 -1.31395e+03 -1.39060e+03 -6.62624e+01 -8.54048e+02 -1.89952e+03 -1.33418e+03 -3.59583e+03 -1.18706e+03 -4.73622e+03 -2.61724e+03 -1.00969e+03 -1.88128e+02 -1.15902e+03 -2.20237e-02 -2.37335e+03 -3.90422e+01 -7.54129e+02 -1.17099e+04 -3.44973e+01 -1.43200e+02 -9.62574e+02 -1.27357e+02 -8.70738e+02 -2.10533e+02 -1.00437e+02 -6.97106e-01 -5.73763e+03 -7.04270e+03 -3.82381e+02 -1.38166e+04 -1.14303e+04 -3.73995e+03 -4.67051e+03 -5.56490e+03 -8.82778e+04 -1.41693e+03 -3.77152e+04 -1.39977e+01 -2.01975e+02 -1.46889e-01 -6.42383e+04 -1.14510e+03 -1.31618e+04 -3.58447e+05 -3.38653e+03 -8.14725e+03 -6.56132e+04 -8.36117e+03 -4.69257e+04 -9.60273e+03 -3.17068e+03 -7.60819e+01 -1.20837e+05 -8.05848e+04 -6.65069e+03 -3.17833e+05 -2.78496e+05 -5.11836e+04 -1.01776e+05 -1.21357e+05 -1.98712e+06 -1.30675e+04 -3.12008e+05 -9.34333e+01 -1.79577e+03 -7.17529e-02 -5.13082e+05 -5.19116e+03 -2.07089e+00 -5.40250e+03 -2.57546e+05 -2.21430e+00 -8.24050e+00 -8.60217e+04 -2.49214e+05 -3.12135e+05 -5.39914e-01 -2.01144e-01 -1.55984e+05 -1.99998e+04 -1.79299e-02 -2.31096e-01 -5.13989e-01 -4.21131e-01 -1.67794e+06 -1.11678e+06 -1.11499e+06 -1.60807e+00 -5.94300e+04 -2.33223e+01 -6.69350e+03 -1.94515e-01 -1.07316e+03 -3.64016e+01 -6.36916e+01 -4.92890e+03 -2.96917e+01 -7.30562e+01 -4.35422e+02 -6.04869e+01 -4.75759e+02 -8.89874e+01 -3.66817e+01 -9.58668e-01 -4.84280e+02 -7.09531e+02 -8.83973e+00 -6.15426e+02 -4.80625e+02 -1.33834e+02 -1.32723e+02 -1.57254e+02 -2.05433e+03 -2.00617e+01 -5.01598e+02 -5.18331e-02 -1.14010e+00 -9.63228e-02 -5.40325e+03 -2.06738e+02 -3.53447e+02 -1.75464e+04 -9.90531e+01 -2.42814e+02 -1.19153e+03 -1.95717e+02 -1.01189e+03 -2.26498e+02 -1.30742e+02 -1.81962e+00 -7.08406e+03 -1.12471e+04 -2.65955e+03 -5.78404e+04 -8.80749e+04 -1.72605e+04 -1.15119e+04 -1.15717e+04 -1.14417e+05 -1.66010e+03 -4.11579e+04 -3.00104e+01 -7.79382e+02 -1.82282e-01 -1.89177e+04 -2.14105e+02 -3.95026e+03 -7.44397e+03 -4.39718e+01 -1.78087e+02 -7.59537e+02 -1.03329e+02 -7.53695e+02 -2.35463e+02 -1.16998e+02 -1.05314e+00 -1.39272e+03 -3.68896e+03 -2.11721e+02 -5.46332e+03 -1.34807e+04 -7.97385e+02 -2.54304e+03 -5.20776e+03 -3.24049e+04 -1.04806e+04 -2.77786e+04 -1.25089e+01 -1.03701e+02 -2.17645e-03 -4.48044e+01 -1.56651e+00 -1.97268e+02 -1.73868e+01 -6.26489e-01 -7.85619e-01 -1.71401e+00 -7.51136e-01 -1.66412e+00 -6.73756e-01 -6.60075e-01 -7.73422e-01 -2.52215e+02 -5.31847e+01 -1.99915e+00 -6.28507e+01 -7.94163e+02 -1.27161e+01 -7.93044e+01 -7.80247e+01 -1.36757e+03 -7.82779e+01 -3.98880e+02 -2.48846e+00 -3.90715e+01 -2.42603e-01 -2.25860e+02 -2.70758e+00 -7.02493e+02 -1.53616e+03 -4.10622e+00 -1.45366e+01 -6.09806e+01 -9.16870e+00 -8.52979e+01 -1.32827e+01 -5.43639e+00 -8.49239e-02 -3.10315e+03 -7.65449e+02 -1.02506e+02 -4.52796e+03 -4.34352e+03 -1.44601e+03 -1.27982e+03 -1.47976e+03 -1.14472e+04 -2.82806e+02 -7.07767e+03 -1.30930e+00 -1.96547e+01 -4.55979e-01 -8.62693e+02 -3.06280e+01 -1.68537e+03 -3.67707e+03 -7.09973e+00 -6.00528e+01 -4.59459e+02 -8.76906e+01 -4.68736e+02 -9.80325e+01 -4.26290e+01 -2.22577e-01 -9.65678e+03 -1.13282e+03 -1.39075e+02 -7.32284e+03 -5.12638e+03 -1.51748e+03 -1.36304e+03 -1.62540e+03 -1.16949e+05 -3.66403e+03 -6.14292e+04 -1.59812e+01 -2.46689e+02 -7.12766e-02 -1.42320e+03 -5.07231e+01 -7.75938e+02 -8.45437e+03 -8.63365e+01 -1.45982e+02 -1.01751e+03 -1.80675e+02 -8.87990e+02 -1.81732e+02 -1.03117e+02 -7.53467e-01 -9.83140e+03 -6.97901e+03 -4.50817e+02 -1.59310e+04 -1.14125e+04 -2.97495e+03 -3.71705e+03 -4.55924e+03 -1.56009e+05 -3.61250e+03 -8.01191e+04 -4.18041e+01 -4.74545e+02 -1.41357e-01 -1.90045e+05 -2.82492e+04 -5.22667e+05 -1.12427e+05 -2.89875e+05 -4.66033e+05 -1.25987e+06 -7.89805e+05 -1.46473e+06 -9.34580e+05 -2.24752e+05 -6.10601e+04 -6.02841e+05 -3.47086e+05 -2.74223e+03 -3.53444e+04 -7.86107e+04 -1.58902e+05 -5.82467e+04 -2.53108e+04 -1.41245e+06 -2.35360e+05 -5.57267e+05 -5.29587e+02 -1.51992e+05 -4.55297e-01 -3.45798e+02 -5.23961e+00 -1.14016e+02 -5.53184e+03 -2.54054e+01 -7.79323e+01 -4.74594e+02 -6.52166e+01 -2.91371e+02 -8.33357e+01 -4.43271e+01 -1.44961e+00 -1.00082e+03 -3.82445e+02 -3.07932e+01 -1.53450e+03 -1.29518e+03 -3.61876e+02 -3.84931e+02 -3.99427e+02 -1.26073e+04 -2.49244e+02 -7.36513e+03 -5.71828e-01 -1.14046e+01 -1.76524e-01 -2.31565e+00 -9.01470e-02 -1.18299e-01 -1.67580e+02 -2.55230e+00 -5.25475e+00 -2.37890e+01 -4.61244e+00 -2.02299e+01 -2.49391e+00 -2.90400e+00 -3.21904e-02 -6.15885e-01 -5.17699e-01 -6.77395e-02 -1.47890e+00 -9.58103e+03 -4.25030e-01 -4.00499e-01 -3.63222e-01 -4.41570e+00 -1.02129e-01 -1.56078e+00 -1.02613e-03 -4.95998e+01 -2.31754e+00 -2.41795e+02 -3.68104e+00 -9.12180e+01 -9.65978e+02 -7.04026e+00 -1.72304e+01 -8.89305e+01 -1.54723e+01 -8.44956e+01 -1.61967e+01 -8.27611e+00 -1.56956e-01 -6.73048e+02 -7.83923e+02 -2.85898e+01 -1.02944e+03 -8.10826e+02 -2.39916e+02 -7.50150e+02 -8.04101e+02 -3.38438e+04 -7.76710e+02 -1.53952e+04 -7.94181e+00 -1.09856e+02 -9.32765e+00 -1.09824e+03 -2.68254e+01 -7.09575e+03 -5.63429e+03 -5.63695e+01 -1.33815e+02 -6.25746e+02 -1.16195e+02 -6.38014e+02 -1.28714e+02 -7.07600e+01 -7.92072e-01 -3.55152e+04 -3.18933e+04 -1.54223e+02 -6.61002e+03 -5.15349e+03 -1.36067e+03 -4.01749e+03 -4.93745e+03 -1.45246e+05 -5.95818e+03 -8.91231e+04 -3.90490e+01 -6.54097e+02 -8.19011e-01 -1.24454e+02 -3.03589e+01 -9.12691e+01 -1.09818e+02 -2.03871e+01 -1.61805e+01 -1.59467e+07 -1.61000e+01 -1.05418e+01 -5.49784e+00 -8.66742e+00 -1.51464e+00 -7.56246e+01 -6.42302e+01 -9.01101e-01 -1.16142e+01 -2.58315e+01 -9.16512e+01 -5.07287e+02 -8.63422e+01 -2.70752e+01 -3.47375e+01 -2.59387e+01 -1.59197e-02 -4.56895e+00 -3.79990e-01 -3.93442e+07 -4.06733e+06 -5.02860e+07 -8.08265e+07 -3.14350e+07 -3.95070e+07 -1.09930e+08 -5.10494e+07 -5.75559e+07 -2.72791e+07 -9.28766e+06 -5.46832e-01 -7.35183e+07 -1.22592e+07 -4.32789e+06 -5.57817e+07 -1.24066e+08 -2.48857e+07 -3.75824e+07 -8.35009e+06 -6.52647e+07 -1.88430e+05 -2.44002e+07 -3.14388e+05 -1.68998e+06 -1.88196e-01 -5.12991e+01 -4.24953e+01 -9.46963e+03 -9.29948e+03 -8.69085e+03 -4.26157e+03 -1.06281e+04 -1.54415e+03 -1.44847e+03 -6.84149e+02 -7.82796e+02 -8.30873e-02 -5.32435e+04 -3.71151e+05 -4.61429e+03 -5.94731e+04 -1.32276e+05 -4.57176e+04 -1.74430e+04 -8.61270e+03 -3.11853e+05 -2.60188e+05 -7.58556e+04 -1.55615e-01 -2.64963e+04 -8.16269e+00 -9.55952e+02 -1.24062e+01 -2.33089e+02 -5.61874e+04 -3.63494e+02 -6.76959e+02 -3.97358e+03 -5.22002e+02 -2.19307e+03 -5.74579e+02 -3.23069e+02 -3.41394e+00 -8.76353e+03 -7.64232e+03 -5.56106e+02 -1.47940e+04 -1.81671e+04 -5.32458e+03 -2.35653e+03 -2.79601e+03 -3.64512e+05 -7.31995e+03 -2.10324e+05 -1.06495e+02 -1.03152e+03 -3.74194e-01 -1.47684e-01 -1.33888e-01 -1.27439e+00 -3.74913e-01 -3.72365e-01 -3.29599e-01 -3.06656e-01 -3.49916e-01 -3.12054e-01 -4.52886e-01 -3.72102e-01 -3.09522e-01 -2.27300e-01 -2.91463e-01 -2.87376e-01 -2.89938e-01 -2.63199e-01 -2.85840e-01 -2.15769e-01 -2.46889e-01 -3.09027e-01 -2.43996e-01 -2.89899e-01 -2.72294e-01 -2.60222e-01 -9.24499e-03 -4.73443e+02 -9.28909e+00 -2.64012e+02 -9.20548e+02 -5.45951e+00 -1.58630e+01 -6.89856e+01 -1.54712e+01 -8.71827e+01 -2.13763e+01 -9.85724e+00 -1.48416e-01 -6.97700e+02 -5.38710e+02 -5.91010e+01 -1.75004e+03 -6.06662e+05 -4.51108e+02 -3.30332e+02 -3.15961e+02 -5.32953e+03 -1.66820e+02 -2.34078e+03 -1.31389e+00 -1.08060e+04 -6.56817e-02 -1.56703e+04 -1.90405e+02 -1.04582e+04 -2.98347e+04 -7.48115e+02 -1.55966e+03 -7.47456e+03 -8.31238e+02 -8.63185e+03 -1.67039e+03 -9.58421e+02 -6.10776e+00 -8.38675e+04 -2.37506e+04 -2.63124e+03 -9.19679e+04 -6.38138e+04 -1.54174e+04 -1.09725e+04 -1.43681e+04 -1.71345e+05 -6.90811e+03 -2.23360e+05 -9.11445e+01 -1.29154e+03 -2.89639e-02 -5.44840e+03 -1.48468e+02 -1.67130e+03 -1.49819e+04 -1.55340e+02 -3.08830e+02 -1.64659e+03 -3.23498e+02 -1.62667e+03 -3.41776e+02 -1.86509e+02 -2.05027e+00 -1.40501e+04 -1.18878e+04 -1.07880e+03 -3.21843e+04 -2.30933e+04 -8.21976e+03 -6.74815e+03 -6.94078e+03 -1.04186e+05 -1.57892e+03 -3.38362e+04 -1.41887e+01 -2.34691e+02 -2.90114e-01 -6.21477e+05 -6.18376e+03 -2.46857e+05 -1.56178e+04 -1.80476e+03 -7.99676e+02 -1.01878e+04 -1.99852e+02 -6.07844e+03 -3.71488e+03 -7.86550e+03 -1.29141e+00 -8.12172e+04 -1.10412e+00 -1.31981e+00 -6.15844e+03 -4.75955e+02 -1.67504e+02 -2.88904e+06 -1.11153e+00 -6.99124e+05 -5.43224e+01 -1.54276e+05 -2.62501e-01 -4.12688e+00 -7.26686e-02 -6.73186e+02 -3.94253e+01 -7.19301e+02 -5.60740e+03 -6.09688e+01 -1.32373e+02 -8.49829e+02 -2.07614e+02 -8.63301e+02 -1.61169e+02 -9.06681e+01 -6.87883e-01 -3.49380e+03 -4.39028e+03 -4.92229e+02 -1.57913e+04 -1.23329e+04 -3.21498e+03 -3.24398e+03 -4.44133e+03 -1.17340e+05 -2.16634e+03 -4.72209e+04 -2.77162e+01 -3.62904e+02 -1.68363e-02 -4.48853e+03 -2.01751e+02 -2.24198e+03 -1.87171e+03 -4.10665e+01 -1.04219e+02 -4.02783e+02 -7.29662e+02 -8.62913e+02 -7.97023e+01 -4.33841e+01 -2.73080e-01 -3.66394e+03 -6.64062e+03 -2.11992e+04 -3.38857e+05 -2.00030e+05 -7.06038e+04 -1.70086e+05 -1.41403e+05 -5.52092e+04 -3.56199e+03 -2.76297e+04 -4.62604e+01 -2.15789e+02 -1.41813e+03 -3.69090e+03 -8.70181e+01 -4.12627e+02 -3.99429e+04 -4.25040e+02 -7.61844e+02 -5.49104e+03 -6.53888e+02 -3.71811e+03 -9.66262e+02 -4.36963e+02 -3.72088e+00 -1.11772e+04 -1.01117e+05 -1.88475e+03 -6.08356e+04 -5.00888e+04 -1.46005e+04 -1.56904e+04 -1.98463e+04 -1.64497e+06 -7.66015e+04 -1.24091e+06 -7.85202e+02 -8.82415e+03 -6.22938e-02 -4.39743e+05 -2.38584e+04 -2.81994e+04 -1.63165e+05 -7.05872e+03 -8.68451e+04 -7.04120e+04 -4.66974e+04 -1.36750e+05 -2.30904e+05 -2.82640e+04 -1.31867e+02 -3.35188e+00 -4.69225e+04 -2.82881e+03 -1.37284e+05 -1.06052e+05 -3.20490e+04 -5.46410e+05 -1.82940e+04 -5.54620e+05 -1.88626e+05 -3.51931e+06 -2.44906e-01 -8.19650e+04 -1.38127e-01 -4.03809e+02 -1.11699e+01 -4.36181e+01 -4.69717e+03 -2.82705e+01 -8.67048e+01 -5.09311e+02 -7.43037e+01 -5.49329e+02 -1.04827e+02 -4.18938e+01 -1.47283e+00 -2.78857e+02 -4.19211e+02 -6.16266e+00 -4.28690e+02 -2.95953e+02 -8.24153e+01 -1.32838e+02 -1.28630e+02 -4.41227e+03 -5.67449e+01 -1.42177e+03 -2.22388e-01 -7.04781e+00 -6.81760e-01 -4.56814e+02 -1.58885e+01 -3.86843e+03 -3.68771e+03 -1.31644e+01 -8.52016e+01 -4.19581e+02 -5.84880e+01 -2.85162e+02 -1.03333e+02 -3.75912e+01 -4.11007e-01 -2.01238e+03 -1.58165e+03 -4.96045e+02 -1.37590e+04 -3.21337e+03 -3.02025e+03 -2.51036e+04 -3.20006e+04 -3.30325e+04 -3.55484e+03 -2.91699e+04 -6.67081e+00 -7.47822e+01 -3.79211e-02 -5.43533e+02 -7.29887e+01 -2.82380e+05 -4.50820e+02 -1.38225e+02 -6.20820e+01 -5.58639e+03 -9.76975e+00 -1.01946e+01 -9.41577e+00 -1.93352e+01 -7.20331e+00 -6.27519e+01 -2.32119e+02 -2.35833e+02 -3.03963e+03 -6.76055e+03 -6.36568e+01 -3.78183e+03 -9.98216e+00 -3.03558e+03 -8.30388e-03 -2.45637e+01 -1.10320e-02 -4.49854e+00 -9.27995e-01 -2.42018e+04 -7.81402e+02 -1.49020e+04 -1.52098e+05 -9.66139e+02 -3.06680e+03 -1.47743e+04 -2.88198e+03 -1.43880e+04 -3.11358e+03 -1.68532e+03 -2.11504e+01 -3.90465e+04 -7.31256e+04 -1.16470e+04 -3.19018e+05 -2.62421e+05 -7.26221e+04 -6.60205e+04 -7.08805e+04 -2.49463e+06 -5.29867e+04 -9.81371e+05 -6.85233e+02 -7.41603e+03 -2.40384e-01 -1.42890e+03 -4.72281e+01 -1.03681e+03 -5.43078e+03 -2.09020e+01 -1.32230e+02 -6.30008e+02 -1.23291e+02 -6.85522e+02 -1.48801e+02 -7.19013e+01 -8.71673e-01 -5.05941e+03 -4.57826e+03 -4.29940e+02 -1.29991e+04 -2.66965e+04 -2.53130e+03 -2.79319e+03 -2.93345e+03 -5.86657e+04 -9.91169e+02 -1.96042e+04 -1.22784e+01 -5.26574e+02 -7.17900e-05 -2.80891e+02 -4.78726e+00 -1.40460e+02 -2.33099e+03 -1.45498e+01 -3.83564e+01 -2.00797e+02 -3.34989e+01 -2.18177e+02 -4.22093e+01 -2.19160e+01 -4.73892e-01 -1.77353e+03 -2.71360e+02 -2.81382e+01 -1.22351e+03 -8.53743e+02 -2.59714e+02 -2.39358e+02 -2.59420e+02 -1.26015e+04 -1.81605e+02 -4.44844e+03 -1.39406e+00 -2.81610e+01 -3.68183e+00 -2.86576e+05 -4.77072e+00 -6.74557e+00 -1.05529e+01 -2.34022e+01 -3.75040e+04 -1.24267e+02 -6.50792e+02 -4.71436e+01 -1.37491e+01 -7.18994e+00 -5.84949e+00 -6.94471e+00 -3.63965e+00 -6.80895e+00 -5.01321e+00 -3.84743e-01 -4.73023e+00 -3.97126e+03 -6.65449e+00 -1.96790e+02 -5.55073e+00 -2.28495e+03 -2.04675e+00 -3.20184e+00 -1.90892e-01 -2.34672e-01 -8.45548e-02 -6.15684e+00 -6.91102e-01 -8.71912e-01 -9.19876e-01 -1.29082e+00 -8.74133e-01 -1.08003e+00 -9.11476e-01 -7.69715e-01 -6.71589e-01 -8.22180e+00 -5.22572e-01 -3.33492e-01 -3.37267e-01 -3.66191e-01 -3.31603e-01 -4.91437e-01 -4.63871e-01 -5.42759e-01 -5.58744e-01 -4.34452e-01 -4.10148e-01 -4.41818e-01 -3.41568e-03 -2.90852e+02 -4.15862e+00 -2.86816e+02 -1.32571e+03 -9.84045e+00 -2.29102e+01 -2.02094e+02 -2.84698e+01 -2.34975e+02 -4.66731e+01 -1.63846e+01 -1.78534e-01 -1.80917e+03 -2.18002e+03 -5.05457e+01 -2.53697e+03 -2.20989e+03 -6.00908e+02 -4.48681e+02 -4.99662e+02 -1.82672e+04 -2.40798e+02 -5.88146e+03 -1.63541e+00 -2.87688e+01 -2.19204e-02 -2.90506e+06 -2.26333e+04 -1.34292e+03 -4.18648e+04 -1.15582e+04 -7.17535e+04 -7.04856e+04 -2.71851e+04 -2.13289e+05 -3.41751e+04 -3.48386e+04 -3.55642e-01 -1.12053e+04 -1.65140e+00 -3.15658e-01 -2.92315e-01 -2.50769e-01 -1.86598e+04 -9.82204e+04 -3.05579e-01 -2.59913e+05 -8.48567e-01 -1.81871e+05 -2.36107e-01 -2.63438e-01 -2.30640e-01 -1.19167e+06 -8.61065e+04 -1.82499e+02 -1.47691e+00 -1.95306e+00 -1.88621e+00 -2.62310e+00 -1.22285e+00 -3.10260e+00 -1.39095e+00 -6.68906e-01 -1.72943e+05 -5.83955e+06 -6.58497e-01 -7.99907e-01 -7.81712e-01 -2.33695e-01 -7.14047e-01 -5.48381e+01 -6.56101e-01 -5.97989e+00 -7.32637e-01 -5.03466e+07 -8.52531e-01 -7.90515e-01 -2.65774e-01 -1.04119e+03 -1.68592e+01 -4.21883e+02 -1.84233e+04 -1.15230e+02 -2.06499e+02 -1.38158e+03 -1.80939e+02 -1.83902e+03 -4.04696e+02 -1.13515e+02 -8.85252e-01 -4.32673e+03 -3.98301e+03 -1.55852e+02 -9.19422e+03 -7.00876e+03 -1.94267e+03 -1.21995e+03 -1.58622e+03 -2.41982e+04 -3.48370e+02 -9.09771e+03 -2.35598e+00 -3.55281e+01 -1.23012e-01 -2.88165e+03 -5.74642e+01 -5.61320e+02 -8.97910e+04 -5.46603e+02 -1.15456e+03 -5.87108e+03 -8.38491e+02 -6.54985e+03 -1.69315e+03 -7.23547e+02 -4.86278e+00 -2.10582e+04 -1.76135e+04 -3.10319e+03 -9.09007e+04 -1.09590e+05 -3.34271e+04 -7.68459e+03 -1.07238e+04 -2.87912e+05 -9.51044e+03 -2.34516e+05 -9.89562e+01 -9.85051e+02 -2.86320e+00 -5.61190e+03 -1.35966e+02 -2.40831e+03 -3.69016e+04 -3.13654e+02 -6.85512e+02 -2.99895e+03 -5.71673e+02 -3.07854e+03 -6.81717e+02 -4.00561e+02 -9.46052e+00 -1.35654e+04 -5.30374e+03 -6.01854e+02 -1.66115e+04 -1.33641e+04 -3.79316e+03 -8.12086e+03 -7.96681e+03 -2.37554e+05 -6.87924e+03 -1.07823e+05 -9.55972e+01 -1.32070e+03 -1.92164e+02 -8.99630e+01 -1.33023e+01 -6.87590e+00 -4.42724e+01 -5.56349e+00 -1.38759e+00 -7.48592e+00 -6.30213e+00 -4.11045e+00 -4.49521e-01 -7.77139e-01 -2.89522e-01 -8.51599e+00 -3.24152e+01 -7.93661e-01 -1.25135e+01 -2.13002e+01 -1.57901e+01 -6.12202e+01 -8.80807e+00 -1.25749e+05 -7.28184e+00 -1.82807e+01 -5.42568e+01 -6.16152e+00 -8.93938e+00 -4.09883e+06 -1.98311e-01 -8.57902e+06 -8.84232e-01 -6.58456e-01 -1.01380e+00 -1.35676e+00 -6.67750e-01 -3.59760e+02 -3.92673e+05 -1.46285e-01 -1.98190e-01 -4.06735e+03 -3.68371e-01 -1.51208e-02 -2.46608e-01 -4.00597e-01 -1.67162e+02 -2.64782e+06 -1.61568e-01 -1.26420e+06 -1.45964e+06 -1.77556e+07 -5.42760e-04 -1.55772e-01 -2.36614e-01 -1.46604e+03 -8.27807e+01 -1.31128e+03 -1.42725e+04 -1.85579e+02 -3.09635e+02 -2.33176e+03 -4.53562e+02 -2.20622e+03 -4.29095e+02 -2.53633e+02 -1.93391e+00 -8.56540e+03 -7.39585e+03 -8.00092e+02 -2.75709e+04 -1.79586e+04 -5.65057e+03 -6.17499e+03 -7.07831e+03 -3.73768e+05 -1.15567e+04 -1.75568e+05 -1.15031e+02 -1.65436e+03 -7.15358e-02 -4.04958e+06 -1.29993e+00 -6.66367e+00 -1.63973e+03 -4.80540e+00 -4.67271e+00 -4.58996e+04 -2.75337e+00 -7.02787e+00 -3.09371e+00 -1.53756e+00 -1.04423e+00 -2.57414e+00 -2.12574e+00 -3.78841e+00 -8.38822e+00 -4.30129e-01 -1.68156e+00 -1.35993e+04 -1.49108e+00 -1.24689e+01 -2.56646e+02 -1.18842e+01 -1.67156e+00 -1.60938e+00 -8.74240e-02 -8.14771e+00 -5.86142e+01 -3.35224e+01 -7.98646e+01 -4.14090e+01 -2.95494e+01 -4.31641e+01 -2.87351e+01 -5.37352e+01 -5.87651e+00 -1.01594e+01 -3.78487e+00 -2.34008e+02 -9.09044e+02 -3.69873e+01 -3.81606e+02 -1.12075e+03 -1.76553e+02 -1.37903e+03 -4.23908e+02 -7.32594e+02 -4.45775e+02 -3.07231e+02 -1.90853e-01 -5.47749e+01 -1.37991e-01 -2.30695e+02 -2.30540e+00 -2.24949e+02 -4.16453e+02 -2.00564e+00 -8.52706e+00 -3.99008e+01 -8.07515e+00 -3.99272e+01 -8.12961e+00 -4.35954e+00 -6.47398e-02 -5.64570e+02 -4.39274e+02 -1.91094e+01 -7.09543e+02 -1.07951e+04 -1.34799e+02 -9.86854e+01 -1.21247e+02 -1.07484e+04 -3.31905e+02 -1.15870e+02 -1.42200e+00 -7.68372e+02 -1.21722e-01 -4.56711e+02 -7.49284e+00 -3.38293e+01 -4.31939e+03 -4.49057e+01 -1.39694e+02 -7.16305e+02 -1.34205e+02 -6.70988e+02 -1.26979e+02 -6.15421e+01 -2.62590e-01 -8.42173e+02 -1.10689e+03 -4.75129e+01 -2.40710e+03 -1.95369e+03 -3.94369e+02 -1.08927e+03 -1.27738e+03 -6.21620e+04 -1.57151e+03 -3.10613e+04 -1.55196e+01 -2.60002e+02 -9.30506e-02 -6.98296e+05 -3.37211e+04 -1.52075e+05 -6.21956e+06 -7.99524e+04 -8.22758e+04 -4.29215e+05 -6.83177e+04 -6.30473e+05 -2.04418e+05 -8.66765e+04 -2.58716e+03 -1.59572e+06 -2.17635e+06 -2.46020e+05 -2.75043e+06 -5.07667e+06 -2.10163e+06 -1.59511e+06 -2.09633e+06 -1.35323e+07 -1.26652e+06 -2.07964e+07 -1.86622e+04 -8.66680e+04 -5.31450e+03 -5.69179e+02 -8.92201e+00 -2.15042e+03 -5.91389e+03 -2.55068e+01 -1.08472e+02 -6.02511e+02 -1.04615e+02 -7.48631e+02 -1.62642e+02 -6.28323e+01 -3.13640e-01 -1.93541e+04 -9.03343e+02 -7.93585e+01 -3.80686e+03 -2.46643e+03 -6.71036e+02 -8.56958e+02 -9.99482e+02 -2.02847e+05 -1.16183e+04 -1.20147e+05 -3.52841e+01 -5.04073e+02 -5.47138e-01 -2.40407e-05 -6.17652e-07 -2.02783e-05 -4.06658e-06 -1.16376e-07 -1.07000e-07 -4.00299e-07 -1.06876e-07 -3.84566e-07 -1.07403e-07 -1.07560e-07 -1.08026e-07 -4.03855e-05 -2.69126e-05 -1.08976e-07 -1.34050e-06 -1.32000e+02 -3.29817e-07 -2.83702e-05 -2.53830e-05 -3.34833e-04 -6.37419e-06 -9.69926e-05 -1.07993e-07 -1.26828e+00 -4.11701e-02 -6.43388e-03 -1.83755e-03 -3.56251e+00 -4.00764e-04 -5.25353e-03 -2.66936e-04 -2.35968e-04 -2.91823e-04 -5.99118e-05 -1.46908e-04 -7.53337e-05 -2.80655e-05 -9.51613e-04 -3.12599e-04 -4.96602e-06 -6.40065e-05 -1.42359e-04 -6.62136e-06 -4.08317e-05 -8.96485e-06 -3.23383e-04 -1.49316e-04 -2.02376e-04 -6.40346e-07 -1.83779e-04 -5.11297e-01 -7.65125e+05 -1.92140e+04 -2.00271e+02 -2.33091e+05 -5.94072e+05 -1.53077e+05 -9.37065e+02 -9.33673e+00 -1.57160e+05 -4.27199e+02 -7.08027e+04 -3.62093e+03 -8.44540e+04 -2.89039e+04 -1.54648e+01 -3.67036e+03 -2.32176e+04 -3.55643e+04 -2.47677e+04 -7.34310e+00 -5.15608e+04 -3.96301e+01 -2.92662e+05 -6.34558e-01 -7.35372e+03 -1.53873e+00 -7.77992e-01 -5.60469e-01 -5.27615e-01 -1.90149e-01 -5.35639e-01 -4.56431e-01 -5.16149e-01 -3.10353e-01 -4.13631e-01 -8.69705e-01 -6.28111e-01 -3.00188e-01 -1.39205e-01 -1.28578e-01 -1.45686e-01 -1.99045e-01 -2.07363e-01 -8.04200e-02 -7.80557e+00 -2.47000e+01 -2.40289e-01 -1.32552e-01 -1.25177e-01 -8.94674e-02 -1.11811e-01 -5.48785e-02 -6.73668e+06 -3.00316e+05 -3.81391e+05 -3.16161e+05 -6.21110e+05 -1.93734e+05 -6.08756e+05 -2.45779e+05 -2.90530e+05 -1.14791e+05 -1.02695e+05 -1.24751e+05 -6.29220e+05 -7.88986e+05 -4.82177e+04 -6.21473e+05 -1.38224e+06 -1.23892e+05 -6.55019e+05 -2.31366e+05 -2.15325e+06 -1.29537e+06 -5.84648e+05 -9.70531e+02 -2.78542e+05 -1.77918e-01 -1.48393e+06 -4.54683e+05 -6.12724e+06 -1.74178e+07 -2.29584e+06 -8.96298e+05 -4.17468e+06 -8.59851e+05 -3.43937e+06 -1.67803e+06 -2.68786e+05 -5.87493e+04 -2.15722e+05 -1.05855e+06 -1.37190e+05 -1.76823e+06 -3.93278e+06 -1.30733e+06 -3.70558e+05 -3.75060e+05 -2.15738e+06 -9.69337e+03 -3.69786e+05 -1.56016e-03 -4.47765e-01 -3.27519e+00 -1.48578e+05 -6.77396e+03 -8.09315e+05 -1.96500e+04 -1.48888e+04 -5.48366e+03 -2.45127e+05 -9.82729e+04 -9.82724e+04 -2.57437e+05 -1.30902e+04 -2.76480e+03 -1.01371e+06 -2.06581e+07 -6.65265e+02 -8.57453e+03 -1.90709e+04 -1.03684e+05 -8.71963e+06 -1.24973e+05 -8.31722e+06 -8.54504e+05 -3.82687e+05 -1.49192e+02 -4.28180e+04 -2.48899e-01 -1.26752e+05 -1.89517e+03 -6.20497e+03 -5.10418e+06 -8.36350e+04 -2.27554e+05 -1.00724e+06 -2.06694e+05 -8.52438e+05 -1.31562e+05 -1.00094e+05 -1.56592e+03 -1.82819e+05 -3.15005e+05 -1.97458e+04 -7.66700e+05 -5.95465e+05 -1.77006e+05 -6.93760e+04 -9.89499e+04 -8.03263e+06 -5.18141e+04 -1.59042e+06 -1.52023e+05 -1.94656e+04 -1.72777e+01 -3.90850e+06 -1.83880e+05 -2.18805e+02 -6.13939e+01 -9.22808e+01 -1.45756e+02 -1.29811e+02 -5.78042e+01 -1.57392e+02 -7.81163e+01 -7.33850e+01 -2.52151e+01 -7.22847e+01 -5.29353e+01 -5.05884e+01 -5.43875e+01 -5.75480e-01 -4.49743e+01 -7.79395e+01 -2.33977e+01 -5.43173e+03 -1.45453e+04 -5.05379e+05 -2.83450e+01 -3.65845e+01 -4.73892e+01 -1.93496e+04 -2.55417e+02 -8.93013e+02 -3.88631e+03 -8.68996e+03 -7.32479e+03 -3.10029e+04 -7.83544e+03 -1.67953e+05 -1.50811e+03 -9.90261e+03 -9.98392e+03 -5.65023e+02 -1.59630e+04 -3.24711e+03 -4.18516e+04 -9.30838e+04 -3.01237e+04 -3.43580e+03 -1.60854e+04 -8.06131e+04 -2.28274e+03 -9.58542e+03 -1.47344e+00 -4.22878e+02 -3.89387e-01 -2.91419e+05 -1.26461e+04 -4.34046e+04 -2.17521e+05 -2.80028e+05 -1.91766e+05 -4.00351e+05 -3.08661e+05 -4.54226e+05 -1.26829e+05 -1.08243e+05 -1.18145e+04 -1.85856e+05 -5.41377e+05 -2.05898e+05 -6.08895e+05 -6.68912e+05 -3.68173e+05 -4.53635e+05 -1.93531e+05 -2.55879e+06 -6.30610e+05 -1.27129e+06 -2.57199e+05 -1.02885e+05 -1.22975e-01 -1.03816e-07 -1.04709e-07 -5.45723e+00 -3.20875e+01 -3.34813e-01 -8.15594e-01 -4.06850e+00 -6.29040e-01 -4.16433e+00 -8.75058e-01 -4.81224e-01 -2.41010e-02 -4.07334e+01 -3.41332e+01 -6.88902e+00 -1.77373e+02 -3.65332e+02 -4.23148e+01 -2.07722e+02 -1.99598e+02 -8.86676e+02 -7.15344e+00 -1.95435e+02 -2.01503e-03 -9.81595e+00 -1.57173e-01 -2.36842e-06 -2.24923e-07 -8.06240e-07 -4.93362e-06 -2.22136e-06 -1.91161e-06 -5.49457e-06 -3.10440e-06 -7.38243e-06 -1.09230e-06 -1.06513e-06 -2.12191e-07 -8.16694e-07 -1.33655e-06 -7.06919e-09 -2.32762e-07 -1.12638e-07 -4.61329e-07 -2.38353e-06 -7.70934e-07 -4.70979e-06 -2.31887e-07 -4.61185e-06 -2.26813e-08 -1.24898e-07 -1.06119e-04 -3.57622e+05 -1.43158e+04 -1.49514e+05 -2.00495e+06 -1.56543e+04 -4.19831e+04 -1.65665e+05 -4.40881e+04 -2.11430e+05 -4.75312e+04 -2.51770e+04 -2.51730e+02 -1.33161e+06 -1.46088e+06 -1.78586e+05 -4.79297e+06 -4.15606e+06 -1.18615e+06 -8.64537e+05 -1.01220e+06 -1.25458e+07 -2.35538e+05 -4.02718e+06 -2.51054e+03 -3.93680e+04 -2.89093e-01 -3.29892e+00 -2.83702e-01 -5.78789e+00 -3.95514e+01 -1.81565e+01 -6.88339e+00 -4.34438e+01 -1.76913e+01 -3.56033e+01 -4.60550e+00 -3.97105e+00 -4.85972e-01 -2.57250e+00 -3.13258e+00 -4.06943e-02 -5.24504e-01 -1.16657e+00 -1.05568e-01 -4.37987e+00 -8.47871e+00 -8.51665e+00 -1.88063e+00 -6.21755e+00 -8.90557e-03 -2.55590e+00 -1.17130e-02 -8.23815e-01 -3.78425e-02 -4.33497e-02 -2.57926e-01 -1.16511e-01 -1.10537e-01 -1.91380e-01 -1.90287e-02 -3.55840e-02 -3.89148e-03 -5.23440e-02 -1.95007e-02 -1.22887e-01 -5.57334e-02 -2.20902e-03 -2.84719e-02 -6.33253e-02 -1.64435e-01 -4.99769e-02 -6.73981e-02 -1.07745e-01 -6.85038e-02 -1.50454e-01 -1.29846e-04 -3.72658e-02 -2.36060e-03 -2.10067e+04 -1.18845e-01 -2.01433e-01 -1.55163e+03 -8.08365e+00 -1.11867e+03 -1.18685e+04 -1.04824e-01 -7.42813e-02 -4.17678e-02 -6.49274e-02 -1.16845e-02 -1.73607e+02 -6.66929e-02 -1.28870e+03 -1.66099e+04 -3.69427e+04 -8.44601e-01 -3.04582e-01 -8.31005e-02 -3.68918e+01 -3.60099e-02 -4.76987e+03 -2.99052e-02 -4.55848e-02 -1.79175e+00 -6.49672e-01 -4.51608e-02 -1.98820e+00 -1.13472e-01 -1.23925e-01 -1.47421e-02 -7.42850e-02 -3.06408e-02 -2.11500e-02 -9.43851e-03 -6.45006e-03 -2.40296e-03 -1.43334e+00 -3.18237e-02 -1.25938e-02 -3.92049e-02 -4.39257e-01 -1.77050e-02 -4.84589e-02 -1.44213e-02 -6.20380e-02 -1.77413e-02 -5.08280e-02 -1.65346e-05 -4.74542e-03 -6.17875e-02 -4.88406e+02 -4.19450e+01 -2.60027e+02 -7.06552e+03 -4.61577e+01 -7.16471e+01 -7.86826e+02 -1.70760e+02 -6.99631e+02 -1.49211e+02 -8.42937e+01 -1.10495e+00 -1.25898e+03 -1.78996e+03 -2.36268e+02 -5.51190e+03 -5.08920e+03 -1.49847e+03 -5.75966e+03 -4.15633e+03 -1.07390e+05 -2.16207e+03 -5.49311e+04 -3.73525e+01 -4.94383e+02 -3.80604e-02 -1.01798e+04 -5.38830e+03 -2.74978e+04 -1.53176e+04 -1.96108e+04 -2.33505e+04 -2.65278e+04 -1.33867e+04 -3.14882e+04 -1.29788e+04 -8.06984e+03 -8.43894e+03 -1.61858e+04 -6.23929e+03 -7.57772e+03 -7.55804e+03 -4.87968e-01 -8.25081e+03 -3.23232e+04 -7.68195e+03 -2.93914e+04 -4.00459e+03 -1.99966e+04 -1.94597e+03 -2.92679e+03 -5.12191e-02 -3.81289e+03 -1.34322e+02 -1.32650e+04 -2.39056e+04 -1.92517e+02 -4.58717e+02 -3.13906e+03 -5.28086e+02 -2.19011e+03 -6.97017e+02 -2.34808e+02 -2.80706e+00 -7.45303e+04 -1.40130e+04 -7.40045e+02 -2.65531e+04 -1.89119e+04 -4.63936e+03 -6.62557e+03 -8.99672e+03 -9.37309e+04 -1.43685e+03 -3.07211e+04 -1.38357e+01 -2.19632e+02 -4.46316e-02 -2.40612e+03 -5.37704e+01 -3.79408e+02 -1.04955e+04 -5.98951e+01 -1.65504e+02 -8.24727e+02 -1.34056e+02 -9.34242e+02 -1.98426e+02 -9.03170e+01 -1.24210e+00 -3.19381e+03 -7.40171e+03 -6.71548e+02 -2.20859e+04 -1.94162e+04 -5.37637e+03 -2.12855e+03 -2.15756e+03 -5.84017e+04 -1.57500e+03 -3.36088e+04 -2.03597e+01 -2.60975e+02 -1.09417e-01 -2.00447e+02 -1.35356e+00 -1.27545e+02 -6.14721e+03 -6.77421e+01 -1.14230e+02 -6.15064e+02 -1.09649e+02 -6.15162e+02 -1.87311e+02 -7.97840e+01 -5.17256e+00 -2.05553e+03 -2.27953e+03 -2.70047e+02 -5.22636e+03 -4.17482e+03 -1.30529e+03 -4.00518e+02 -3.57616e+02 -8.95742e+04 -1.18022e+03 -3.22340e+04 -2.16185e+01 -3.19972e+02 -7.24514e+03 -2.26473e+04 -9.75072e+02 -6.45779e+02 -1.89926e+05 -2.85423e+03 -3.67183e+03 -2.20016e+04 -3.36332e+03 -1.26914e+04 -2.75526e+03 -2.07444e+03 -3.11428e+01 -1.59164e+04 -8.97422e+04 -8.60197e+03 -1.57343e+05 -1.70459e+05 -6.74718e+04 -4.53668e+04 -4.08573e+04 -7.32645e+05 -7.03400e+03 -2.26616e+05 -4.73283e+02 -3.53630e+03 -3.71742e-04 -4.50634e+03 -1.72608e+02 -4.66797e+02 -6.40315e+02 -3.56257e+00 -1.39933e+01 -8.61516e+01 -1.30641e+01 -7.91026e+01 -1.19163e+01 -4.95375e+00 -5.47226e-02 -3.26177e+03 -1.38445e+03 -3.39635e+02 -6.40628e+03 -6.06953e+03 -2.00346e+03 -1.69311e+03 -2.30553e+03 -1.16241e+04 -2.34603e+02 -5.12932e+03 -1.33900e+00 -1.51712e+01 -1.60672e-01 -1.37474e+04 -3.19700e+00 -1.34463e+01 -1.91174e+00 -2.39075e+00 -2.41029e+00 -3.70857e+00 -1.41559e+00 -3.74608e+00 -1.31086e+00 -6.98654e-01 -7.71509e-01 -4.06424e+04 -7.08555e-01 -7.01573e-01 -8.16396e-01 -4.69962e-01 -1.10416e+02 -7.89224e+03 -7.13362e-01 -2.46966e+01 -9.24987e-01 -5.76987e+01 -5.99756e-01 -8.01619e-01 -1.15979e-02 -9.22396e+04 -1.23656e+03 -6.67514e+03 -2.97511e+05 -1.38308e+04 -4.09020e+03 -4.83973e+04 -7.27987e+04 -1.75373e+04 -6.25214e+03 -5.38093e+03 -2.77498e+02 -2.83464e+04 -3.49821e+04 -6.13582e+03 -8.67017e+04 -7.61362e+04 -2.17463e+04 -1.46499e+04 -2.62321e+04 -1.39814e+05 -5.58119e+03 -5.30962e+04 -1.32317e+01 -3.83306e+02 -9.76514e-02 -8.40909e+05 -1.04414e+06 -4.23590e+04 -2.08118e+01 -1.52533e+01 -2.54607e+01 -1.79177e+01 -2.81583e+01 -1.69366e+01 -2.36696e+01 -2.50884e+01 -2.66247e+01 -3.31746e-01 -1.05217e+01 -2.89603e+00 -2.44999e+00 -2.07980e+00 -3.16949e+00 -4.03934e+00 -3.88343e+00 -9.44562e+00 -2.16846e+01 -2.71937e+01 -2.73686e+01 -2.98137e+00 -1.03369e+00 -3.92685e+02 -9.69525e+00 -4.23059e+02 -5.98554e+03 -9.98350e+01 -8.93047e+01 -5.06609e+02 -7.49861e+01 -4.91559e+02 -1.18394e+02 -5.38171e+01 -4.42947e-01 -3.73898e+03 -2.67010e+03 -1.28047e+02 -6.05655e+03 -4.73188e+03 -1.28500e+03 -1.40583e+03 -1.80599e+03 -5.43456e+04 -9.40127e+02 -2.44908e+04 -6.69041e+00 -9.42681e+01 -2.01305e-01 -3.13855e+02 -7.05072e+00 -5.61079e+02 -3.37656e+03 -3.37252e+01 -6.90933e+01 -4.01640e+02 -6.50651e+01 -3.93742e+02 -7.36407e+01 -3.86819e+01 -2.57016e-01 -2.84437e+03 -3.18319e+03 -1.12455e+02 -3.84332e+03 -2.89357e+03 -8.86959e+02 -1.35666e+03 -1.06065e+03 -4.69499e+04 -1.33829e+03 -2.41495e+04 -1.18488e+01 -1.50481e+02 -2.43724e-03 -2.62498e+00 -3.45573e-01 -1.04527e+00 -5.11740e+00 -2.16849e+00 -2.68280e+00 -9.04423e+00 -2.42566e+00 -4.52515e+00 -2.39155e+00 -1.13200e+00 -6.35267e-01 -5.51739e-01 -4.66226e-01 -6.79243e-03 -8.75469e-02 -1.94716e-01 -1.37543e-01 -2.70909e-01 -3.54022e-01 -3.87278e+00 -2.48532e+01 -5.30318e+00 -4.59278e-01 -9.94639e+03 -5.34492e-01 -4.90513e+02 -3.91382e+00 -5.42820e+02 -1.87283e+04 -2.85805e+02 -4.70702e+02 -2.37140e+03 -3.77698e+02 -2.33930e+03 -5.14284e+02 -2.95486e+02 -7.85689e+00 -3.15582e+03 -9.36418e+02 -6.11225e+01 -2.81154e+03 -2.29388e+03 -5.51560e+02 -7.44615e+02 -8.21995e+02 -2.16615e+04 -2.85519e+02 -7.29677e+03 -3.05687e+00 -5.86087e+01 -6.67818e-04 -1.24939e+03 -3.66999e+01 -4.25416e+03 -3.59668e+03 -3.43232e+01 -9.73784e+01 -4.19530e+02 -9.65381e+01 -4.06940e+02 -6.87936e+01 -4.23503e+01 -2.99619e-01 -1.85026e+04 -2.16432e+03 -2.09570e+02 -6.92523e+03 -5.47419e+03 -1.62403e+03 -2.07644e+03 -1.98101e+03 -8.64928e+04 -1.75249e+03 -4.13419e+04 -2.38641e+01 -3.29857e+02 -1.97428e-01 -4.13715e+03 -2.31720e+00 -1.12794e+01 -2.07361e+03 -1.20393e+03 -1.92800e+03 -1.30617e+03 -1.90021e+03 -5.41728e+02 -4.11750e+04 -3.94708e+03 -9.53697e-01 -2.62364e+04 -5.43713e-01 -4.78036e-01 -4.71910e-01 -2.52205e-01 -4.81782e-01 -4.70681e+04 -7.75912e-01 -1.12772e+03 -1.38271e+00 -3.48701e+00 -3.31797e-01 -4.11807e-01 -1.54970e+00 -8.92172e+02 -1.77820e+01 -2.13422e+02 -3.07603e+03 -3.80874e+01 -9.29550e+01 -4.42283e+02 -8.29608e+01 -4.70739e+02 -9.42764e+01 -5.57823e+01 -7.97100e-01 -2.40166e+03 -1.80836e+03 -1.83804e+02 -7.48458e+03 -6.49391e+03 -2.28572e+03 -1.43861e+03 -1.62049e+03 -3.55226e+04 -7.69691e+02 -1.32972e+04 -6.45543e+00 -1.24294e+02 -3.34003e-01 -8.11592e+03 -5.96101e+03 -1.96040e-01 -8.73602e+03 -1.64000e+04 -7.22233e+02 -3.46762e+03 -1.11316e+03 -3.32486e+02 -3.63609e+01 -2.14727e+03 -1.29927e+02 -5.46434e+02 -1.67235e+04 -1.23268e+03 -1.58878e+04 -3.53367e+04 -3.10873e+04 -7.84128e+04 -3.42623e+04 -7.49125e+04 -2.27387e-01 -8.99254e+03 -5.89545e-01 -1.69199e+02 -1.50337e-02 -1.07403e+00 -3.48355e-01 -4.86696e-01 -8.11365e-01 -1.20118e+00 -9.68600e-01 -1.37245e+00 -6.44278e-01 -8.92012e-01 -2.92697e-01 -5.44623e-01 -1.01400e-01 -4.67509e-01 -6.85201e-01 -5.37046e-03 -6.92193e-02 -1.53953e-01 -4.03244e-01 -6.04042e+01 -3.36053e+00 -3.69374e+00 -2.20993e-01 -2.35675e+00 -1.11185e-03 -3.19101e-01 -1.47624e-01 -2.94615e+04 -7.63143e+02 -8.36277e+03 -1.99386e+04 -1.61605e+02 -2.83077e+02 -1.55873e+03 -2.53450e+02 -1.59904e+03 -3.82371e+02 -2.01434e+02 -2.07380e+00 -6.10684e+04 -1.38102e+03 -1.03219e+02 -4.49234e+03 -3.96644e+03 -1.07043e+03 -1.19766e+03 -1.23096e+03 -2.08830e+04 -3.03662e+02 -8.16575e+03 -2.56227e+00 -3.09139e+01 -2.11009e-01 -5.89228e+01 -1.40328e+04 -3.70057e+01 -6.16712e+00 -1.21663e+02 -1.71774e+02 -1.52915e+02 -1.54234e+02 -1.89197e+02 -2.21037e+02 -1.33769e+02 -1.39064e+02 -4.56959e+00 -2.23719e+02 -7.70554e+01 -7.15491e+01 -1.00589e+00 -4.59368e+01 -5.07691e+01 -1.38932e+02 -1.96101e+02 -4.81080e+02 -2.72859e+02 -9.41326e+01 -2.42833e+00 -3.77255e-01 -6.36133e+02 -9.21514e+01 -8.97996e+02 -2.10435e+03 -1.71468e+02 -2.21309e+02 -1.38474e+03 -1.69030e+02 -2.34054e+03 -3.06168e+02 -1.73764e+02 -6.30652e+00 -1.24583e+03 -1.14574e+03 -1.16595e+02 -2.94073e+03 -2.32440e+03 -4.11091e+02 -5.84818e+02 -1.69032e+03 -2.49050e+04 -1.88610e+02 -6.75415e+03 -7.99730e+02 -2.16559e+01 -1.87141e+00 -9.90008e+02 -2.16027e+01 -4.27248e+02 -7.85408e+03 -4.19997e+01 -1.61678e+02 -7.09359e+02 -1.20297e+02 -5.61530e+02 -1.50357e+02 -8.55414e+01 -9.96519e-01 -5.12030e+03 -4.58370e+03 -5.60185e+02 -1.85754e+04 -1.54210e+04 -5.51900e+03 -3.39395e+03 -3.22629e+03 -1.06498e+05 -1.25806e+03 -1.39441e+04 -4.99063e+01 -2.62125e+02 -1.63970e-01 -4.02814e+03 -4.38334e+01 -9.22111e+02 -8.43480e+03 -8.61485e+01 -2.11310e+02 -1.09623e+03 -1.60168e+02 -7.40245e+02 -1.36643e+02 -1.04759e+02 -5.47670e-01 -1.80133e+03 -1.92519e+04 -3.33014e+02 -1.21851e+04 -1.28445e+04 -3.62052e+03 -2.32187e+03 -2.29573e+03 -1.77166e+05 -2.26627e+03 -6.30788e+04 -5.61735e+01 -7.45021e+02 -1.12354e-03 -3.65102e+03 -1.25415e+02 -4.24219e+04 -2.15489e+04 -1.53345e+02 -3.56335e+02 -1.32212e+03 -2.36165e+02 -1.06031e+03 -2.18423e+02 -1.52964e+02 -1.85062e+00 -3.42231e+05 -1.55094e+04 -1.12104e+03 -2.77304e+04 -2.27795e+04 -7.20828e+03 -5.91481e+03 -7.01608e+03 -8.31418e+06 -7.07223e+04 -1.35474e+06 -2.59348e+03 -3.10579e+04 -9.29525e-01 -9.38367e+02 -2.64561e+01 -4.37828e+02 -3.40392e+03 -3.91154e+01 -1.00597e+02 -4.70245e+02 -9.45880e+01 -5.23121e+02 -1.04808e+02 -5.83396e+01 -6.03033e-01 -2.88540e+03 -5.52136e+03 -2.57581e+02 -6.45782e+03 -3.14247e+03 -1.51644e+03 -4.53963e+03 -4.75523e+03 -1.95567e+04 -2.60184e+02 -6.58716e+03 -3.99095e+00 -7.05304e+01 -9.38361e-01 -1.21748e+03 -3.40405e+01 -1.57479e+03 -2.62319e+04 -3.18786e+02 -3.31309e+02 -2.51603e+03 -5.59363e+02 -1.51250e+03 -2.91497e+02 -2.03299e+02 -3.04819e+00 -8.71188e+03 -2.89964e+03 -3.79682e+02 -1.00060e+04 -8.09010e+03 -2.41253e+03 -2.76470e+03 -2.54993e+03 -7.90691e+04 -1.62757e+03 -3.90395e+04 -3.10934e+01 -2.94651e+02 -6.12058e-01 -1.17855e+04 -6.23912e-01 -1.87236e+00 -9.13147e-01 -7.48453e+03 -1.20058e+04 -4.34765e+04 -2.75435e+05 -7.01057e+05 -7.94371e+05 -1.00696e+05 -4.53095e-01 -1.24862e+02 -7.58015e+05 -4.33611e-01 -6.42577e+03 -7.83955e+01 -1.02260e+04 -4.69239e+05 -2.65839e+04 -2.96219e+06 -3.61462e+05 -1.69468e+06 -4.42078e-01 -8.84590e+04 -2.66252e-01 -9.13634e+02 -1.32460e+02 -3.49830e+02 -2.00119e+02 -4.06909e+02 -1.01965e+02 -5.52234e+02 -2.74926e+02 -5.14116e+02 -5.62240e+01 -9.72007e+01 -3.62120e+01 -1.10126e+03 -2.12384e+03 -8.73565e+01 -1.12593e+03 -2.50422e+03 -3.28654e+03 -2.78359e+03 -5.26625e+02 -3.45223e+03 -2.75132e+03 -5.70619e+03 -1.14372e+03 -7.48355e+03 -2.38376e+00 -1.45981e+03 -2.23014e+01 -1.60144e+03 -7.01085e+03 -5.46615e+01 -1.29554e+02 -6.64494e+02 -7.37689e+01 -6.82372e+02 -1.53199e+02 -7.14695e+01 -3.12823e-01 -8.23288e+03 -1.50586e+03 -2.38877e+02 -1.01421e+04 -8.13970e+03 -2.31769e+03 -1.76509e+03 -2.45993e+03 -3.12619e+04 -3.94080e+02 -1.09746e+04 -3.73961e+00 -5.70105e+01 -1.21954e-01 -1.22997e+02 -2.82332e+01 -6.30530e-03 -6.50754e+01 -3.46722e+01 -1.08434e+01 -1.23661e-02 -8.10873e-02 -8.45634e+01 -3.84239e-03 -2.91465e-03 -1.66813e+01 -8.07629e-03 -4.17698e+01 -2.99062e+00 -1.04406e-03 -1.10225e+02 -1.52795e+01 -2.50972e+02 -8.99132e-04 -1.43790e+02 -3.60425e-03 -5.45070e+02 -1.54139e-02 -4.42380e+00 -3.04574e-01 -1.06654e+02 -4.39758e+00 -3.71039e+02 -1.64520e+03 -6.51139e+00 -3.26688e+01 -1.64263e+02 -2.77172e+01 -1.86530e+02 -4.13192e+01 -1.97539e+01 -1.82804e-01 -1.01056e+03 -1.03114e+03 -6.97766e+01 -2.82640e+03 -2.23538e+03 -8.02363e+02 -1.92842e+03 -1.95976e+03 -3.10753e+04 -5.30739e+02 -1.11157e+04 -3.22799e+00 -8.60807e+01 -6.59568e-02 -1.93546e-02 -4.93512e-03 -2.28673e+00 -5.56112e-01 -5.79355e-01 -6.93337e-01 -6.49842e-01 -6.43144e-01 -5.75422e-01 -5.07673e-01 -5.37170e-01 -6.86922e-01 -6.95190e-01 -1.70948e+00 -9.55190e-01 -9.72917e-01 -2.36778e+01 -7.94261e-01 -2.09199e+00 -2.92539e+00 -5.79448e+00 -9.03169e-01 -4.03340e+00 -7.94268e+01 -3.30629e+02 -6.75194e+04 -6.19550e+03 -2.45554e+02 -5.88766e+02 -1.61305e+04 -1.64960e+02 -5.52105e+02 -2.22442e+03 -5.01031e+02 -1.96834e+03 -3.40271e+02 -2.23216e+02 -1.62735e+00 -5.52446e+03 -7.09792e+03 -4.05109e+02 -1.36973e+04 -7.65857e+03 -2.02349e+03 -2.57903e+03 -4.07440e+03 -3.16556e+05 -2.44201e+03 -6.47016e+04 -7.40354e+01 -8.48898e+02 -1.24760e-01 -2.25608e+06 -1.19654e+02 -2.29231e+04 -3.34036e+05 -3.81324e+04 -2.28810e+05 -2.53820e+04 -1.63506e+04 -7.42566e+04 -7.82899e+04 -1.58244e+04 -5.20974e-01 -4.91574e-01 -2.80637e+05 -4.41122e-01 -4.27186e+05 -3.39831e-01 -9.51747e+04 -1.54223e+06 -1.35312e+05 -6.10768e+05 -7.66839e+01 -9.20534e+05 -2.32276e-01 -1.73778e+03 -3.19812e-01 -7.41189e+02 -2.20674e+01 -6.20608e+02 -3.74403e+03 -3.46619e+01 -8.12042e+01 -3.78434e+02 -7.12155e+01 -3.56314e+02 -7.13830e+01 -4.38094e+01 -3.95269e-01 -3.38409e+03 -2.10807e+03 -1.63845e+02 -4.71309e+03 -3.46733e+03 -1.01357e+03 -2.36976e+03 -1.98761e+03 -3.78751e+04 -5.26752e+02 -1.15326e+04 -7.42175e+00 -1.24423e+02 -3.84922e-01 -3.59373e+03 -2.88907e+01 -1.33293e+02 -1.71308e+04 -1.36728e+02 -3.32034e+02 -1.54008e+03 -2.59411e+02 -1.41838e+03 -3.05586e+02 -1.52660e+02 -1.75170e+00 -6.45591e+03 -4.74321e+03 -7.82908e+02 -2.53008e+04 -2.54233e+04 -5.34513e+03 -1.66050e+03 -2.40803e+03 -1.34317e+05 -1.46336e+03 -1.87361e+04 -1.43701e+01 -3.04376e+02 -2.66522e-02 -6.91233e+03 -2.26186e+02 -8.40946e+03 -6.49040e+04 -7.61852e+02 -1.38836e+03 -6.97830e+03 -1.43830e+03 -6.58308e+03 -1.37792e+03 -8.84870e+02 -1.15030e+01 -3.61816e+04 -1.13279e+05 -3.31533e+03 -1.00380e+05 -7.04853e+04 -1.91791e+04 -1.83140e+04 -1.75129e+04 -9.87682e+05 -2.14003e+04 -5.38620e+05 -3.97254e+02 -2.54634e+03 -2.08813e-01 -1.62602e-01 -8.68545e-02 -1.15901e-01 -8.55416e-01 -3.26766e-01 -6.64527e-01 -6.45667e-01 -6.18066e-01 -5.67516e-01 -7.35019e-01 -5.49352e-01 -3.27443e-01 -1.61930e-01 -7.20378e-02 -9.56796e-02 -1.38448e-01 -1.38776e-01 -9.62686e-02 -8.85136e-02 -1.85471e-01 -3.13747e-01 -3.11408e-01 -3.49716e-01 -2.06121e-01 -2.79577e-01 -2.46291e-02 -1.55751e-01 -1.95955e-01 -1.21551e-01 -3.92924e+00 -4.50849e+00 -3.63372e+00 -4.97556e+00 -4.81699e+00 -6.63161e+00 -7.39357e+00 -4.85140e+00 -2.93600e+00 -3.14852e-01 -1.62020e-01 -4.76200e-01 -6.37280e-01 -6.20874e-01 -6.03756e-01 -3.15705e+00 -3.55655e+00 -9.76834e+00 -1.50934e+00 -2.56049e+00 -1.54732e+00 -1.90063e+00 -6.44366e-02 -7.86607e+05 -1.00288e+01 -9.11387e+02 -6.63449e+04 -2.77719e+04 -2.39327e+04 -2.11090e+04 -1.29430e+04 -7.26350e+03 -7.94340e+02 -1.62124e+03 -6.03992e+02 -4.97725e+03 -2.82637e+03 -2.30769e+04 -2.97436e+05 -6.61538e+05 -3.88124e+03 -6.93619e+05 -4.95098e+04 -2.63997e+06 -1.35915e+04 -1.18148e+05 -1.36566e+03 -3.91945e+05 -5.82656e+04 -1.58206e+00 -1.33753e+00 -5.67861e-01 -2.76668e+00 -1.57748e+00 -1.20279e+00 -2.54091e+00 -1.15999e+00 -8.28710e-01 -4.14601e-01 -4.03376e-01 -1.24769e-01 -2.88988e-01 -3.46618e-01 -1.44418e-02 -1.86139e-01 -4.13999e-01 -5.30296e-01 -5.44417e-01 -1.02998e-01 -1.71396e+00 -3.74599e-01 -9.74802e-01 -7.80483e-01 -3.53731e-01 -6.50616e-02 -4.43455e-01 -7.36859e-02 -3.87046e-01 -8.86771e+04 -4.68114e-01 -2.84870e-01 -8.06068e-01 -1.79376e-01 -8.85479e-01 -3.08582e-01 -1.21592e-01 -2.18593e-02 -1.11685e-01 -1.10328e-01 -1.61855e-03 -2.08613e-02 -4.63984e-02 -9.82505e-02 -5.21167e-02 -6.60800e-02 -2.15965e-01 -1.77636e-01 -1.10696e-01 -2.15225e-04 -6.17695e-02 -3.36045e+02 -3.10753e+05 -1.30268e+01 -8.37895e+01 -8.21171e+01 -7.12243e+01 -5.88152e+01 -9.43523e+01 -3.91119e+01 -1.11830e+02 -3.95038e+01 -2.00153e+01 -1.91821e+01 -4.04852e+01 -1.56873e+01 -3.12948e+01 -1.93512e+01 -4.10579e-01 -1.72441e+01 -6.23744e+01 -1.34334e+01 -7.87255e+06 -1.79250e+01 -5.78989e+04 -1.86396e+01 -1.64804e+01 -2.26902e-01 -1.16993e+06 -6.66698e+04 -2.34294e+00 -9.26842e+04 -5.15626e+04 -8.76702e+04 -1.38454e+04 -1.22582e+04 -6.06471e+03 -1.99854e+04 -8.12550e+03 -1.88586e-01 -2.77528e+03 -2.38475e+03 -5.51547e+03 -6.52592e+02 -2.68251e+04 -1.31926e+05 -2.48434e+05 -1.64348e+03 -3.78837e+04 -1.98177e+04 -3.31490e+05 -1.24944e-01 -2.64539e+03 -5.69715e-02 -3.73618e+05 -1.60184e+04 -1.04256e+03 -3.47941e+04 -2.14218e+02 -5.10495e+02 -1.34236e+03 -2.97478e+02 -1.17228e+03 -2.33228e+02 -1.81185e+02 -4.54378e+00 -1.60056e+04 -1.13831e+03 -7.21536e+02 -1.76080e+04 -2.86413e+04 -3.34395e+03 -7.19718e+03 -1.07190e+04 -2.17536e+05 -1.64182e+03 -4.78294e+04 -4.89427e+01 -8.82047e+02 -9.52657e-01 -5.62684e-01 -1.91264e-01 -8.71663e+03 -4.27384e+03 -1.55982e+01 -1.79458e-01 -6.28466e-01 -1.14809e-01 -2.88521e-01 -1.09996e-01 -5.48021e-02 0.00000e+00 -3.48563e+02 -7.02948e-01 -1.59689e+02 -2.05821e+03 -4.57775e+03 -2.04705e-02 -2.26364e-02 -1.62508e-01 -9.14697e+02 -1.46976e-02 -3.93529e+02 -5.08970e-03 -5.58611e-01 -7.80087e+00 -6.61556e-01 -1.72934e-01 -2.26313e-01 -3.90241e-01 -3.03688e-01 -1.82062e-01 -2.46318e-01 -2.56945e-01 -2.87990e-01 -1.71980e-01 -1.52840e-01 -1.39147e-01 -3.80506e-01 -4.63046e-01 -1.57867e-01 -4.95223e-01 -6.38913e+00 -2.77546e-01 -5.03441e-01 -6.59162e-01 -4.83598e-01 -3.48927e-01 -3.70595e-01 -1.35486e-01 -2.56409e+01 -2.08808e+00 -4.90804e+05 -3.45384e+00 -3.03132e+01 -3.52925e+00 -4.50250e+01 -5.50600e+00 -1.29108e+05 -4.09931e+00 -6.38082e+04 -1.00372e+01 -2.66756e+00 -4.09406e-01 -4.12635e+01 -1.32626e+00 -5.36653e+01 -2.75227e+01 -9.81520e-01 -2.39900e+01 -9.34937e+05 -6.81280e+02 -2.51850e+01 -8.66510e+00 -1.73585e+01 -7.70639e-02 -6.68259e-02 -1.53174e-03 -2.04453e+06 -3.22821e+05 -1.79622e+00 -9.10531e+04 -1.11552e+00 -1.69020e+00 -4.84468e+00 -2.61274e+00 -4.06282e+00 -2.61388e+00 -1.65560e+04 -8.27776e+03 -3.34038e+00 -1.34337e+00 -4.58007e-02 -5.90321e-01 -1.31295e+00 -1.52582e+00 -4.76149e+00 -1.10063e+00 -5.80729e+00 -1.06855e+00 -2.78749e+00 -2.48189e-03 -7.12301e-01 -1.60040e-03 -9.67747e+02 -1.66196e+01 -1.15886e+03 -7.84823e+03 -6.68635e+01 -1.30400e+02 -6.29123e+02 -1.11394e+02 -5.30700e+02 -1.26623e+02 -7.64363e+01 -1.08190e+00 -5.96961e+03 -1.21545e+03 -2.65699e+02 -6.50553e+03 -4.94178e+03 -1.54667e+03 -1.54083e+03 -1.35775e+03 -2.92190e+04 -4.56697e+02 -1.11468e+04 -8.39948e+00 -1.11251e+02 -5.59537e-01 -7.46129e+01 -2.18259e+00 -5.73406e+01 -7.32801e+02 -5.54285e+00 -1.19862e+01 -6.36510e+01 -1.10812e+01 -6.92173e+01 -1.52095e+01 -7.24749e+00 -7.25615e-01 -3.13228e+02 -2.71840e+02 -7.77410e+00 -3.33662e+02 -2.24840e+02 -6.13987e+01 -1.08584e+02 -1.09027e+02 -4.30636e+03 -9.31920e+01 -1.83304e+03 -7.83671e-01 -1.38734e+01 -1.33010e-01 -6.11001e+03 -2.73875e+02 -2.65368e+03 -1.08895e+03 -8.27008e+00 -1.69411e+01 -8.96974e+01 -1.44849e+01 -1.01435e+02 -1.85286e+01 -9.64021e+00 -2.01626e-01 -1.55129e+04 -1.25593e+03 -7.42055e+01 -2.60412e+03 -2.60044e+03 -6.06243e+02 -8.22439e+02 -8.71239e+02 -9.58879e+03 -1.79172e+02 -4.16041e+03 -1.16222e+00 -2.03033e+01 -1.37017e+00 -9.40312e+01 -1.57798e+00 -2.84199e+01 -7.47573e+02 -2.22195e+00 -5.14906e+00 -3.79172e+01 -4.63032e+00 -4.06234e+01 -5.52072e+00 -2.49439e+00 -1.05548e+00 -2.59113e+02 -1.46999e+02 -5.84541e+00 -2.40973e+02 -2.70890e+02 -4.56445e+01 -9.03130e+01 -8.76911e+01 -2.88273e+03 -3.79280e+01 -1.11021e+03 -1.07328e+00 -2.64110e+02 -1.45429e+02 -1.87391e+04 -5.10021e+02 -1.89775e+03 -9.33332e+04 -7.60977e+02 -1.51543e+03 -4.97846e+03 -1.20853e+03 -5.46367e+03 -1.15828e+03 -8.10991e+02 -9.39152e+00 -6.07888e+04 -2.69861e+04 -4.81867e+03 -1.12904e+05 -1.11454e+05 -3.10904e+04 -2.48423e+04 -2.94890e+04 -7.68616e+05 -1.13151e+04 -3.43874e+05 -3.74738e+02 -6.10490e+03 -6.51197e-02 -8.95435e+00 -7.28079e-02 -2.42021e+00 -5.06494e+00 -7.78006e-02 -7.84282e-02 -4.50655e-01 -8.77146e-02 -4.25537e-01 -7.51460e-02 -8.06544e-02 -8.52408e-02 -3.57428e+01 -4.13271e-01 -1.52069e+00 -3.98772e+01 -1.75198e+02 -1.02066e+01 -2.79490e+01 -2.83720e+01 -1.30619e+02 -6.18117e+00 -3.62152e+00 -1.13932e+00 -5.89938e+00 -8.31767e+01 -3.26360e-01 -1.64050e-01 -2.74041e+00 -2.24576e-01 -5.33819e-01 -4.57634e-01 -6.06284e-01 -3.44509e-01 -7.38345e-01 -6.88634e-01 -5.98692e-01 -5.29246e-01 -2.85248e-01 -6.81752e-01 -1.03503e+00 -6.02385e-01 -7.31077e-01 -3.84015e-01 -4.60325e-01 -1.46465e+00 -1.10391e+00 -7.91575e-01 -8.63281e-01 -1.28964e+00 -8.02609e-01 -3.39918e+00 -3.18314e+02 -9.87938e+00 -1.05182e+02 -1.03307e+03 -1.24145e+01 -2.31119e+01 -1.39550e+02 -2.07772e+01 -1.47342e+02 -3.35865e+01 -1.55307e+01 -4.53139e-01 -8.60589e+02 -6.64544e+02 -2.09753e+01 -9.67410e+02 -9.37679e+02 -2.51355e+02 -1.80858e+02 -1.98724e+02 -5.43910e+03 -1.06111e+02 -2.51413e+03 -3.41890e-01 -7.19957e+00 -1.15533e+00 -7.01545e+02 -1.52142e+01 -9.92274e+02 -2.77652e+04 -3.02492e+02 -5.18055e+02 -2.28228e+03 -5.54470e+02 -1.92321e+03 -4.13100e+02 -2.99404e+02 -8.45629e+00 -7.74545e+03 -6.42807e+03 -1.07778e+02 -3.14382e+03 -3.34428e+03 -1.71871e+03 -1.09906e+03 -9.15755e+02 -2.60656e+04 -5.27102e+02 -1.52460e+04 -7.52437e+00 -2.07027e+02 -1.49759e-01 -5.89904e+01 -9.72243e-01 -2.37477e-01 -7.46996e+00 -8.41273e+00 -6.88196e+00 -4.12496e+01 -1.53696e+01 -1.11413e+02 -2.11446e+01 -4.37933e+00 -7.54331e-02 -1.75883e+01 -2.82424e+02 -3.30177e+00 -4.25561e+01 -9.46507e+01 -1.48736e+01 -1.80732e+02 -8.74065e+01 -3.89685e+02 -7.35321e+00 -2.23864e+02 -2.88483e+02 -1.35038e+00 -7.58216e-01 -1.05838e+06 -3.02195e-01 -7.31067e+04 -1.42016e+04 -1.77863e+03 -1.78084e+03 -3.05755e+01 -2.20051e+01 -8.90055e+02 -4.32396e+00 -5.08053e+02 -7.63600e-01 -1.44034e+04 -1.02896e+00 -4.98665e+00 -2.24843e+00 -1.38593e+00 -6.32967e+00 -9.98220e+04 -1.28973e+01 -3.41994e+04 -7.65775e-01 -3.50342e+04 -1.39533e-01 -5.56052e+02 -5.07833e-01 -2.26292e+05 -1.39930e+00 -1.67780e+05 -3.52792e+00 -1.36042e+03 -3.97657e+00 -1.63927e+04 -6.42609e+02 -7.77486e+00 -2.54200e+00 -1.24706e+00 -8.64400e-01 -1.64828e+00 -2.76543e+00 -1.42639e+00 -1.31092e+00 -2.83298e-01 -1.74397e+00 -3.49767e+05 -5.98553e-01 -3.09612e+04 -1.23026e+00 -6.24544e+02 -8.14621e-01 -9.13225e-01 -1.17047e-01 -1.93480e+02 -2.38017e+00 -3.98992e+02 -1.95289e+04 -9.95112e+01 -1.60933e+02 -1.07973e+03 -1.30777e+02 -1.11907e+03 -2.52752e+02 -1.12645e+02 -1.29444e+00 -4.05798e+03 -3.86602e+02 -3.57358e+01 -1.06996e+03 -1.11603e+03 -2.95781e+02 -1.53943e+02 -1.86707e+02 -4.13161e+04 -1.58020e+03 -2.82564e+04 -1.78620e+01 -1.65015e+02 -2.21001e-01 -1.28238e+04 -1.85921e+03 -1.80160e-01 -6.00162e+00 -3.97701e+04 -3.62150e+00 -2.15970e+05 -2.80117e+00 -1.48471e+01 -2.35580e+05 -2.91263e+00 -1.22835e+04 -2.91158e+04 -1.39668e+00 -1.52552e-02 -1.96622e-01 -4.37316e-01 -7.02121e-01 -7.14114e-01 -6.83760e-01 -2.01513e+00 -1.17560e+00 -8.74341e-01 -1.49401e-03 -4.28780e-01 -8.47519e+00 -3.46190e+03 -6.07395e+01 -1.03099e+03 -2.02559e+04 -1.55432e+02 -3.46034e+02 -1.88764e+03 -3.11381e+02 -1.85155e+03 -4.07371e+02 -2.01825e+02 -2.12684e+00 -7.24557e+03 -6.82396e+03 -6.17532e+02 -2.10235e+04 -2.00196e+04 -5.72342e+03 -4.40760e+03 -4.38187e+03 -6.76262e+04 -1.38577e+03 -3.14479e+04 -1.22113e+01 -1.43699e+02 -1.05278e-01 -6.46879e+06 -1.44126e+05 -5.96247e+04 -7.03897e+05 -3.81616e+05 -3.06853e+05 -2.64215e+05 -7.93738e+05 -2.82491e+05 -8.60014e+05 -5.00327e+04 -8.56528e+04 -1.91512e+05 -7.14089e+04 -1.06029e+02 -5.67446e+03 -3.01996e+02 -1.82087e+03 -1.45393e+06 -4.49380e-01 -4.77158e+05 -3.37405e-01 -1.26836e+05 -4.20597e-01 0.00000e+00 -1.41337e-02 -7.10715e+01 -2.93417e+00 -1.64708e+03 -1.36272e+02 -1.13070e+00 -5.33266e+00 -2.39983e+01 -6.97868e+00 -1.93746e+02 -6.74865e+00 -5.22347e+00 -5.03529e-02 -4.36118e+02 -2.26925e+03 -9.64672e+01 -1.16377e+03 -3.32636e+04 -2.14678e+02 -3.40384e+02 -6.40368e+02 -3.45265e+03 -6.93001e+01 -1.56618e+03 -1.77773e-01 -1.07750e+02 -2.37655e-01 -1.01104e+04 -2.46104e+02 -3.56078e+03 -1.90702e+04 -2.21558e+02 -4.88806e+02 -2.03380e+03 -4.86630e+02 -2.33549e+03 -4.93549e+02 -2.86298e+02 -3.52746e+00 -1.22716e+04 -1.25193e+04 -1.02693e+03 -1.86795e+04 -1.33399e+04 -3.81248e+03 -4.23080e+03 -4.53800e+03 -2.94250e+05 -1.01699e+04 -1.49938e+05 -1.43188e+02 -1.76104e+03 -1.25879e-01 -5.44384e+02 -6.96040e+00 -1.65031e+02 -2.81887e+03 -2.35951e+01 -5.16799e+01 -3.24573e+02 -3.01129e+01 -2.60489e+02 -5.81949e+01 -3.02653e+01 -6.82596e-01 -1.11070e+03 -1.28110e+03 -9.30328e+01 -4.84762e+03 -5.31846e+03 -1.12990e+03 -7.14806e+02 -9.92623e+02 -5.62460e+04 -1.07103e+03 -2.40065e+04 -1.06668e+01 -2.31620e+02 -5.03342e-01 -4.38960e+02 -1.18352e+01 -5.57000e+03 -6.46896e+02 -1.21499e+01 -3.19018e+01 -1.65096e+02 -2.76516e+01 -1.49899e+02 -4.24724e+01 -1.82059e+01 -3.74488e-01 -6.07095e+03 -2.32079e+03 -8.79788e+01 -4.34144e+03 -3.88137e+03 -5.87412e+02 -1.21643e+03 -3.65645e+03 -3.48213e+04 -2.66843e+02 -5.14351e+03 -1.87264e+00 -4.38891e+01 -3.61781e+01 -1.89424e+06 -9.86959e+03 -6.13092e-01 -3.23421e-01 -1.02201e+00 -8.36417e+05 -1.15131e+00 -5.78839e-01 -1.29278e+00 -5.78950e-01 -3.13711e+06 -3.10563e-01 -4.05817e-01 -1.74174e-01 -2.12188e-01 -3.00260e-02 -3.60780e-03 -2.02458e-01 -2.25062e+05 -2.06184e-01 -2.06285e+03 -5.14795e+01 -5.64968e+05 -4.51128e-01 -2.01663e-01 -1.90350e-01 -4.95810e+05 -7.18832e+04 -3.91148e+04 -5.76391e+05 -6.08242e+04 -7.43712e+05 -1.00079e+06 -5.11275e+05 -1.34759e+06 -7.25005e+04 -1.04810e+05 -5.33183e+04 -9.90332e+05 -1.12670e+06 -5.83540e+05 -6.15774e+05 -1.36957e+06 -5.00096e+05 -4.59399e+05 -3.50909e+05 -6.99793e+06 -1.42184e+06 -2.01560e+06 -3.26722e+05 -1.36041e+05 -2.69104e-01 -1.83728e+04 -6.96239e+02 -4.22812e+03 -9.93636e+05 -3.71997e+04 -3.86866e+03 -2.47273e+04 -3.05627e+03 -4.51592e+04 -2.19983e+04 -9.94859e+03 -4.05044e+02 -2.68266e+04 -1.02644e+05 -4.32186e+03 -9.04740e+04 -1.22615e+05 -3.87047e+04 -4.49003e+04 -3.34393e+04 -1.63526e+06 -1.97747e+05 -2.29062e+06 -5.08844e+03 -1.19035e+04 -2.63905e+00 -1.66469e+05 -1.44559e+05 -6.78888e-01 -3.51175e+00 -2.90158e+00 -3.69810e+04 -4.10738e+00 -1.96418e+00 -6.13907e+00 -1.17943e+00 -4.57559e-01 -3.09348e+02 -6.01715e-01 -9.09581e-01 -1.56314e-02 -2.68568e-01 -4.05463e-01 -3.77836e-01 -1.38684e+00 -3.43896e-01 -3.20203e+00 -1.86969e-01 -4.28409e+05 -2.20671e-01 -2.19932e-01 -1.89502e-01 -4.98630e+00 -3.26397e-01 -9.35441e+03 -1.73913e+01 -1.66538e+00 -6.50819e-01 -1.33717e+00 -1.23612e+00 -1.23781e+00 -6.51905e-01 -6.10306e-01 -5.47941e-01 -5.17636e+04 -1.02527e+01 -6.94962e-01 -3.56208e+01 -5.62146e+01 -7.64823e+00 -7.03922e+00 -7.66084e+00 -2.58608e+03 -3.14316e+01 -8.19967e+02 -1.10357e+01 -1.67364e+01 -5.24427e-03 -2.37071e+03 -1.44814e+02 -7.36926e+04 -7.54776e+05 -7.56846e+04 -1.03069e+04 -4.10169e+05 -7.30444e+03 -6.92389e+04 -8.35573e+04 -5.80913e+04 -6.55569e+04 -1.03888e+05 -4.19827e+04 -1.59096e+04 -3.82693e+05 -3.43195e+05 -3.23914e+05 -3.06921e+04 -1.20167e+04 -2.24375e+05 -2.37415e-02 -5.90082e+04 -1.64761e+03 -1.32103e+04 -5.55834e-01 -1.90484e+01 -3.11532e+00 -3.07358e+00 -6.97662e+00 -1.43622e+01 -1.01101e+01 -1.36813e+01 -7.52758e+00 -1.53304e+01 -6.29531e+00 -3.30811e+00 -2.59235e+00 -8.05121e-01 -3.32822e+01 -4.58331e+00 -4.51805e+00 -4.76691e-01 -4.47079e+00 -3.24100e+01 -1.07704e+01 -3.29796e+00 -4.54951e-01 -5.83527e+00 -7.90151e-01 -1.16719e+00 -1.51039e-02 -3.33299e+02 -6.40287e+00 -1.09592e+02 -3.47097e+03 -1.93186e+01 -4.44613e+01 -2.73189e+02 -3.53036e+01 -2.43919e+02 -5.87766e+01 -2.45587e+01 -3.72430e-01 -1.12512e+03 -9.80400e+02 -1.10376e+02 -4.04318e+03 -3.95408e+03 -1.12572e+03 -3.63806e+02 -5.02574e+02 -2.10520e+04 -3.88439e+02 -9.92265e+03 -4.23229e+00 -6.05747e+01 -1.56238e-01 -1.65952e+03 -5.64083e+01 -1.34176e+02 -3.19083e+03 -2.27562e+01 -5.28214e+01 -3.94812e+02 -4.63690e+01 -2.52500e+02 -5.54320e+01 -2.95336e+01 -2.17708e-01 -4.60827e+03 -2.27280e+03 -1.57240e+02 -5.41554e+03 -4.51415e+03 -1.27597e+03 -3.38881e+03 -2.20364e+03 -1.25924e+05 -2.47823e+03 -5.54064e+04 -2.75063e+01 -2.79890e+02 -2.60439e-01 -1.38869e+03 -3.43402e+01 -8.54948e+02 -1.07183e+04 -3.57318e+01 -1.75476e+02 -7.39781e+02 -1.49060e+02 -7.73328e+02 -1.63264e+02 -9.36342e+01 -1.33030e+00 -6.77522e+03 -6.87493e+03 -5.02552e+02 -1.38522e+04 -1.31695e+04 -4.07152e+03 -2.39803e+03 -3.24932e+03 -1.12180e+05 -1.18579e+03 -6.44775e+04 -2.31020e+01 -3.53814e+02 -9.74918e-02 -5.54566e+02 -2.11932e+03 -2.33123e+04 -3.44156e+00 -2.47293e+05 -3.50921e+04 -2.07851e+05 -4.62635e+04 -4.52455e+04 -2.52840e+04 -1.54702e+04 -1.96104e+01 -1.17441e+04 -6.47066e+04 -8.22743e+05 -1.60739e+00 -2.80747e+05 -2.96312e+04 -1.51057e+05 -2.41893e+05 -1.74969e+06 -1.45282e+05 -8.85967e+05 -2.52073e+00 -1.63269e+03 -7.77344e-01 -6.25005e+03 -2.49279e+02 -5.34912e+04 -2.62925e+04 -1.55882e+02 -5.98178e+02 -2.45719e+03 -5.70560e+02 -3.31677e+03 -7.30263e+02 -3.74638e+02 -2.35211e+00 -3.88138e+05 -1.39637e+04 -2.36664e+03 -6.99042e+04 -5.97556e+04 -1.90920e+04 -9.25244e+03 -9.59694e+03 -1.49788e+05 -2.77923e+03 -5.67083e+04 -2.97335e+01 -3.59708e+02 -9.68454e-01 -8.48040e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48672e-01 -8.48763e-01 -8.48763e-01 -8.48763e-01 -8.48763e-01 -8.48762e-01 -8.48762e-01 -8.48762e-01 -8.48674e-01 -8.48764e-01 -8.48764e-01 -8.48764e-01 -8.48672e-01 -8.74098e-01 -1.18673e+03 -3.82233e+01 -7.45307e+02 -1.47669e+04 -9.71068e+01 -2.07127e+02 -1.04871e+03 -1.99495e+02 -9.21076e+02 -2.02096e+02 -1.15207e+02 -1.29437e+00 -3.41503e+03 -3.34749e+03 -3.49292e+02 -1.07317e+04 -8.87940e+03 -2.40208e+03 -4.39016e+03 -3.75134e+03 -9.13207e+04 -1.83765e+03 -3.97017e+04 -1.67791e+01 -3.02286e+02 -7.05812e-02 -1.90334e+05 -2.34858e+03 -1.31654e+06 -9.82152e+03 -4.49944e+03 -3.66715e+03 -1.95735e+04 -8.91685e+03 -1.88834e+04 -2.78250e+03 -1.41147e+03 -2.29912e+02 -1.00988e+05 -8.03667e+01 -7.75997e-02 -1.00017e+00 -2.22452e+00 -7.17196e+03 -1.11491e+01 -2.43420e+01 -5.70773e+05 -1.04207e+05 -4.01467e+05 -3.27347e+02 -9.39487e+04 -7.58178e-01 -9.07662e+04 -2.37441e+03 -4.40211e+03 -2.37564e+05 -1.40580e+03 -4.88617e+03 -1.59934e+04 -3.07763e+03 -1.96414e+04 -4.57245e+03 -2.11177e+03 -1.62576e+01 -1.45583e+05 -6.75998e+04 -7.36219e+03 -1.86366e+05 -3.68959e+05 -4.17445e+04 -3.93416e+04 -5.78687e+04 -1.45030e+06 -3.35760e+04 -5.40147e+05 -3.36587e+02 -8.41033e+03 -2.69773e-02 -3.79723e+06 -3.18688e+00 -3.11695e+01 -4.41316e+01 -1.82329e+01 -1.56378e+01 -5.41319e+01 -3.04435e+01 -2.98499e+01 -1.09942e+01 -1.13785e+01 -7.70053e+00 -2.31553e+01 -1.51482e+01 -1.89617e+00 -5.93575e+00 -3.48794e+00 -7.01269e+00 -1.55077e+01 -3.22507e+00 -5.85366e+06 -5.91616e+00 -2.97726e+01 -7.48520e-01 -7.96305e-01 -1.02391e-01 -7.64670e+01 -1.68061e+00 -4.47814e+02 -1.12005e+04 -9.19336e+01 -1.89588e+02 -7.47197e+02 -1.72782e+02 -9.41990e+02 -2.18475e+02 -1.05811e+02 -3.70932e+00 -2.01086e+03 -2.01444e+02 -4.92821e+01 -1.16332e+03 -3.19304e+03 -2.41323e+02 -2.42261e+02 -2.72627e+02 -2.53308e+04 -5.74120e+02 -1.07741e+04 -6.92329e+00 -2.96593e+02 -3.14592e-02 -3.53523e+05 -1.73454e+04 -1.55844e+05 -7.25125e+05 -3.52172e+05 -3.46103e+05 -1.12787e+06 -5.35188e+05 -2.04129e+06 -3.27629e+05 -2.93836e+05 -6.10691e+03 -8.51359e+04 -1.86148e+05 -4.27547e+02 -9.79842e+03 -9.53156e+03 -3.82716e+04 -1.14708e+05 -1.34805e+05 -8.57487e+05 -8.59037e+05 -5.73127e+05 -2.08504e+04 -1.97593e+04 -2.49066e+01 -1.74256e+05 -1.34642e+00 -1.06775e+03 -3.07203e+04 -2.01050e+03 -4.70963e+03 -4.43597e+04 -2.44843e+03 -1.47420e+03 -5.25895e+02 -4.50547e+02 -1.67851e+02 -6.03569e+04 -2.02840e+04 -1.64166e+03 -2.74996e+04 -4.30318e+04 -9.62790e+03 -4.91929e+04 -3.39171e+04 -8.07975e+05 -2.04010e+04 -9.84973e+04 -1.35133e+03 -9.10607e+00 -7.64100e-01 -9.95646e+04 -1.82567e+04 -3.62078e+03 -6.36161e+03 -2.36785e+04 -3.62078e+02 -1.57065e+04 -4.60283e+03 -5.90468e+03 -1.63129e+02 -1.44512e+03 -2.80187e+02 -9.09307e+03 -4.19679e+04 -1.64093e+02 -2.11498e+03 -4.70400e+03 -1.46810e+02 -2.37351e+04 -4.75363e+03 -2.65609e+04 -2.12887e+03 -1.68078e+04 -1.17242e+02 -3.36485e+04 -1.54877e-01 -1.05766e+02 -1.19664e+00 -1.17269e+02 -4.05912e+03 -2.56604e+01 -4.92159e+01 -2.81950e+02 -4.36525e+01 -4.56882e+02 -5.14790e+01 -3.05899e+01 -2.96568e+00 -4.75544e+02 -3.28655e+02 -1.01023e+01 -4.33856e+02 -4.27972e+02 -9.66491e+01 -1.26727e+02 -1.21829e+02 -3.44013e+03 -7.65698e+01 -1.51444e+03 -4.45656e-01 -9.43540e+00 -5.22376e+00 -3.45891e+00 -9.19133e+02 -1.44001e+01 -1.62843e+01 -6.69002e+00 -1.14900e+03 -1.12057e+03 -6.94212e+00 -7.85280e+00 -6.81876e+01 -8.35074e-01 -3.11106e-01 -4.49919e+00 -2.88826e+00 -5.74775e+00 -3.86852e-01 -2.11600e+02 -1.45812e+03 -2.73964e+04 -1.82988e+00 -8.98239e+02 -1.90883e+00 -2.60488e+03 -6.06419e-01 -7.81627e-01 -8.36974e-03 -8.50941e+06 -8.38865e+05 -3.74657e+06 -6.69125e+06 -2.04849e+06 -7.18606e+05 -1.99552e+06 -3.78778e+05 -3.50007e+05 -5.34592e+05 -7.65914e+04 -4.36875e+02 -9.35120e+05 -2.02936e+06 -7.89723e+04 -4.43966e+06 -8.94351e+04 -8.95630e+05 -5.93996e+05 -6.33436e+05 -3.64773e+06 -1.30409e+04 -1.23382e+06 -2.11458e+02 -6.06883e+04 -2.32493e-01 -3.59939e+04 -1.08065e+03 -5.80201e+04 -1.71282e+05 -1.66855e+03 -3.20828e+03 -1.57636e+04 -3.02053e+03 -1.76284e+04 -3.85922e+03 -2.08220e+03 -3.23052e+01 -3.29655e+05 -9.71797e+04 -9.10843e+03 -2.82855e+05 -2.27550e+04 -6.49211e+04 -5.36434e+04 -4.97250e+04 -1.03884e+06 -2.44162e+04 -4.39454e+05 -2.53169e+02 -1.69091e+03 -2.15690e+00 -3.98037e+03 -1.52933e+02 -2.27216e+02 -3.87493e+03 -8.24268e+02 -1.02336e+03 -8.89837e+03 -1.46777e+03 -6.48956e+03 -1.88562e+03 -1.03362e+03 -1.57705e+01 -9.12870e+03 -3.77314e+03 -3.78368e+02 -1.52403e+04 -1.92662e+04 -2.59513e+03 -3.64997e+03 -6.22173e+03 -1.43962e+05 -2.79448e+03 -7.48934e+04 -2.40769e+01 -3.85349e+02 -3.04617e+00 -2.22499e+04 -2.45815e+02 -5.11324e+03 -9.03598e+04 -6.10733e+02 -1.79558e+03 -1.29896e+04 -1.55955e+03 -1.50224e+04 -1.64066e+03 -8.09518e+02 -1.89228e+01 -5.62051e+04 -6.15675e+05 -1.67951e+03 -1.99703e+05 -1.72886e+05 -3.19495e+04 -6.22026e+04 -8.20623e+04 -2.74442e+06 -2.49067e+04 -6.14731e+05 -5.45514e+01 -1.45493e+03 -7.11440e+01 0.00000e+00 +2.95185e+06 1.24153e+05 2.58217e+04 1.31224e+05 1.88924e+04 6.88209e+04 1.88298e+05 5.05391e+04 1.47846e+05 4.89342e+04 2.42924e+04 9.16481e+02 1.19984e+05 3.39587e+05 6.38136e+03 1.83935e+05 1.49739e+05 7.86310e+04 4.86127e+05 8.96240e+05 1.48624e+06 6.74760e+04 1.87056e+05 7.57486e+02 8.25422e+03 4.12370e-02 1.38158e+06 6.35351e+04 1.31005e+05 3.19349e+04 1.69512e+04 2.77750e+04 5.56259e+04 2.38407e+04 5.47279e+04 1.55994e+04 1.02021e+04 2.09983e+02 1.96070e+05 1.96096e+05 8.48816e+03 1.71560e+05 1.34887e+05 6.72562e+04 9.61295e+04 1.15424e+05 1.10216e+06 7.62785e+04 1.41881e+05 9.49386e+02 2.00370e+04 3.24653e+00 1.42572e+07 8.02792e+05 1.58257e+07 3.46825e+05 1.00178e+05 3.40680e+05 9.36398e+05 3.26209e+05 1.17809e+06 4.84922e+05 1.80606e+05 1.00251e+04 8.40073e+06 6.68510e+06 1.87097e+05 5.09249e+06 3.27737e+06 1.60881e+06 2.80486e+06 6.34129e+06 1.44550e+07 2.21640e+06 4.34655e+06 1.11608e+04 6.59151e+04 7.54389e-01 9.72321e+03 4.38380e+02 6.94552e+03 5.48118e+03 1.11568e+03 4.22426e+03 9.40690e+03 3.73865e+03 8.15248e+03 2.60281e+03 1.34229e+03 6.12407e+01 1.52950e+04 2.68809e+04 4.55868e+03 6.62905e+04 5.35849e+04 2.68408e+04 1.56236e+04 3.15853e+04 4.31634e+05 3.21972e+04 6.19863e+04 7.77194e+02 8.83990e+03 1.41726e+00 6.72334e+06 2.86186e+05 8.14716e+06 5.14514e+05 6.86953e+04 2.43687e+05 6.05311e+05 1.89766e+05 5.84834e+05 2.32922e+05 1.01863e+05 6.12544e+03 4.82016e+06 2.69941e+06 1.15386e+05 2.76067e+06 2.27643e+06 1.04226e+06 5.30835e+05 9.36647e+05 7.89435e+06 5.42792e+05 1.33549e+06 6.57968e+03 4.88820e+04 1.87744e+00 1.38676e+04 9.43324e+02 1.00788e+04 2.51887e+03 7.48795e+02 1.97147e+03 3.98864e+03 1.59749e+03 2.14399e+03 8.90668e+02 8.14389e+02 4.04485e+01 2.30840e+04 3.07554e+04 3.34455e+03 2.82613e+04 2.69003e+04 1.54542e+04 1.40904e+04 2.56484e+04 1.45329e+05 9.95314e+03 2.35567e+04 5.79645e+02 3.57525e+03 2.15897e-01 1.22440e+07 3.52127e+05 5.96337e+06 6.13466e+06 2.73400e+06 2.46551e+06 6.02454e+06 2.21409e+06 2.13599e+06 1.82613e+06 8.50228e+05 6.27898e+04 4.15206e+06 9.37615e+06 6.30718e+05 8.66028e+06 1.77431e+07 6.34669e+06 8.27401e+06 3.90040e+06 3.52021e+07 1.48422e+07 2.89475e+07 1.18261e+04 3.39408e+06 6.49482e-01 1.08024e+06 2.73522e+04 1.43650e+05 4.65384e+04 1.36428e+04 2.54755e+04 8.78271e+04 4.49924e+04 1.01208e+05 3.28278e+04 1.62372e+04 9.63316e+02 2.88819e+05 1.65413e+05 8.41472e+03 1.54615e+05 1.63995e+05 1.77463e+04 7.23399e+04 1.40224e+05 1.07560e+06 9.21977e+03 2.03010e+05 1.60031e+03 2.93800e-07 1.36355e+00 2.55365e+02 3.36451e+01 7.73861e+03 2.58255e+03 4.56872e+02 2.19744e+03 2.16408e+04 7.33244e+02 1.14374e+03 6.17022e+02 7.67851e+02 8.20020e+01 3.57024e+04 1.78249e+04 4.57527e+03 3.92083e+04 3.30482e+04 4.00273e+04 2.33358e+04 2.73475e+04 2.63927e+05 2.33946e+04 4.70555e+04 1.33240e+03 6.84377e+03 3.04145e-01 1.34746e+07 8.50530e+05 2.50430e+07 6.43336e+06 1.62844e+06 4.73307e+06 6.22415e+06 5.46963e+06 2.47409e+06 3.63061e+06 1.01661e+06 9.91604e+04 9.65911e+06 3.31938e+07 4.08373e+05 9.02085e+06 9.31901e+06 8.50250e+06 1.42188e+07 1.14711e+07 1.35737e+08 4.41483e+06 1.91131e+07 7.13782e+04 6.36040e+05 2.50565e-01 6.45338e+06 7.45362e+03 3.18385e+05 9.25617e+05 9.25444e+05 2.94182e+06 4.24779e+06 2.31662e+06 4.31748e+06 1.59244e+06 1.10096e+06 2.05874e+05 1.13822e+06 8.13153e+06 2.23865e+06 7.23814e+06 5.23028e+06 5.05533e+06 3.81829e+06 8.48860e+05 3.51660e+07 1.95454e-01 3.81847e+06 2.01383e-01 3.11293e+05 4.08016e-01 1.74855e+06 6.75155e+04 6.12278e+06 1.57821e+05 4.04740e+04 9.62219e+04 4.07037e+05 1.02293e+05 2.29747e+05 7.07826e+04 3.43914e+04 1.61343e+03 3.87499e+06 1.66435e+06 5.68838e+04 1.23736e+06 8.90127e+05 4.78291e+05 7.22473e+05 1.13352e+06 4.04776e+06 1.57297e+05 3.43814e+05 2.31773e+03 2.06841e+04 6.33587e+02 7.87782e+04 9.48363e+03 8.48085e+04 1.13002e+05 5.91178e+03 1.75970e+04 6.77017e+04 1.33757e+04 4.65071e+04 1.68557e+04 8.70307e+03 4.05629e+02 1.54341e+05 1.98074e+05 1.36307e+04 2.74907e+05 2.57576e+05 1.39005e+05 1.25180e+05 2.08186e+05 2.10895e+06 1.68221e+05 3.70756e+05 2.87135e+03 1.89898e+04 3.03261e-02 6.80941e+04 9.39143e+03 1.66602e+06 3.17126e+05 1.50953e+05 2.16749e+05 1.33470e+06 6.25733e+05 3.68478e+05 1.20976e+05 7.24598e+04 8.38995e+03 1.88684e+06 8.90184e+05 3.08635e+04 4.31375e+05 2.86653e+05 2.31620e+05 5.71294e+05 5.38532e+05 5.96417e+06 7.23564e+05 1.18358e+06 1.65270e+04 9.80643e+04 2.08096e+00 1.81481e+07 7.78100e+05 8.78182e+05 1.69513e+06 1.23953e+06 9.81361e+05 3.28596e+06 8.50761e+05 2.80602e+06 9.91508e+05 4.72440e+05 2.10519e+04 2.46586e+06 2.92941e+06 1.36727e+05 3.14925e+06 2.65873e+06 1.43038e+06 2.26788e+06 4.11868e+06 2.07212e+07 1.31722e+06 3.52866e+06 2.18753e+04 1.72388e+05 9.87397e-01 3.58646e+04 2.53224e+03 2.49180e+04 1.57917e+04 3.29157e+03 9.52231e+03 2.06350e+04 7.14072e+03 1.77938e+04 4.70240e+03 3.50816e+03 2.32716e+02 3.48029e+04 4.29145e+04 7.79142e+03 9.66685e+04 9.00114e+04 5.07159e+04 6.29217e+04 8.88043e+04 5.99386e+05 3.59671e+04 8.83411e+04 1.61705e+03 9.87764e+03 4.53586e-01 1.76994e+06 8.20457e+04 5.46369e+05 1.78082e+05 1.22471e+05 1.92854e+05 1.30533e+06 2.57901e+05 6.70676e+05 2.86255e+04 1.85454e+04 6.17488e+02 4.00973e+05 9.31369e+05 1.96675e+04 5.62675e+05 5.43741e+05 9.66840e+04 1.04174e+06 3.66684e+05 3.41587e+06 1.97609e+05 5.38699e+05 1.57083e+04 4.31643e+05 5.46307e+05 2.11250e+06 7.82253e-02 2.76018e+05 1.75635e+06 4.73052e+05 1.30339e+06 5.89187e+06 1.30695e+06 1.89411e+06 6.41780e+05 2.19769e+05 1.09338e+05 3.19915e+06 7.26153e+06 2.24158e+06 7.85657e+06 5.89881e+06 2.39740e+06 1.88269e+06 3.77755e+06 5.68896e+07 2.47674e-01 1.14397e+07 1.61987e-01 6.92891e+05 2.74107e-01 1.10486e+05 1.22336e+04 1.58349e+04 1.71027e+04 1.49126e+03 3.67250e+03 6.61243e+03 2.51623e+03 5.71973e+03 2.46589e+03 1.30582e+03 7.37222e+01 1.60124e+04 1.04182e+04 3.93442e+03 3.16481e+04 3.45432e+04 1.44982e+04 1.50542e+04 3.18444e+04 1.34021e+05 1.52093e+04 3.82659e+04 4.93916e+02 2.44555e+03 5.39333e-01 1.17676e+06 5.99519e+04 1.79432e+04 4.14521e+04 1.11638e+04 3.03963e+04 1.02676e+05 2.76298e+04 7.89905e+04 2.83538e+04 1.26293e+04 6.83004e+02 4.63512e+04 1.20135e+05 6.42954e+03 1.10921e+05 1.19372e+05 4.48010e+04 9.75492e+04 1.53864e+05 5.47593e+05 5.35836e+04 1.04818e+05 2.05220e+02 6.19447e+03 1.75054e+00 2.10495e+04 1.22562e+03 2.17560e+02 3.16074e+03 2.33830e+02 5.98428e+02 2.24700e+03 5.41494e+02 1.69721e+03 8.29618e+02 4.09230e+02 2.25470e+01 3.07705e+04 2.00645e+04 3.97792e+03 2.94616e+04 2.76562e+04 4.32874e+04 2.66106e+04 1.44881e+04 6.30622e+05 9.38415e+04 1.56439e+05 7.59494e+03 4.14996e+04 8.59801e-01 4.52528e+04 3.08513e+03 4.40442e+03 5.10162e+02 1.02292e+02 2.81173e+02 1.15082e+03 5.20894e+02 9.93850e+02 3.07723e+02 1.25714e+02 2.28174e+00 2.20832e+04 6.05844e+03 7.45295e+01 1.46921e+03 1.19570e+03 1.21622e+03 2.16498e+03 2.33659e+03 9.66600e+03 9.67178e+02 1.79056e+03 2.79289e+01 1.45311e+02 6.19731e-01 1.30414e+06 5.81026e+04 1.25570e+06 6.01579e+05 1.96681e+05 1.64017e+05 4.84942e+05 2.32578e+04 6.77037e+04 7.40411e+03 3.01568e+04 1.12349e+04 2.69103e+05 3.59573e+05 1.84585e+04 2.37909e+05 5.29142e+05 3.31466e+05 8.03652e+05 2.92550e+05 1.25841e+06 1.16674e+06 3.93330e+05 6.79979e+04 3.31499e+05 3.38158e+01 5.71549e+05 2.27971e+04 2.22329e+05 8.98667e+04 6.08033e+04 8.43319e+04 1.64612e+05 6.57847e+04 1.48386e+05 4.59019e+04 2.63884e+04 1.81560e+03 3.35373e+05 1.18309e+05 1.70585e+04 3.04531e+05 2.25122e+05 1.13696e+05 1.44239e+05 2.41752e+05 1.69214e+06 1.68346e+04 2.30321e+05 2.41729e+03 1.72714e+04 1.82319e+00 1.99343e+05 1.78695e+04 4.34401e+05 1.12038e+05 2.18051e+04 5.59963e+04 8.93426e+04 3.70036e+04 9.74599e+04 3.61847e+04 4.48866e+04 8.28060e+02 8.60229e+05 2.89697e+05 2.54672e+04 3.38039e+05 2.56984e+05 2.20191e+05 1.63350e+05 2.45760e+05 1.99780e+06 3.79876e+05 7.65299e+05 1.07899e+04 5.81281e+04 1.66459e+00 1.12415e+07 2.02169e+05 1.55240e+07 1.17512e+07 7.05448e+06 1.08352e+07 2.59176e+07 1.35065e+07 1.46107e+07 4.46728e+06 2.67598e+06 9.96933e+05 1.99692e+07 2.98726e+07 9.88488e+05 1.27405e+07 2.83367e+07 1.69073e+07 1.56926e+07 2.32034e+07 1.67820e+08 1.47510e+07 1.69729e+07 1.91088e+04 5.48422e+06 1.47347e+00 1.62636e+03 6.90923e+01 4.04001e+03 1.70035e+03 4.96342e+02 1.36309e+03 2.94397e+03 1.14876e+03 2.18748e+03 8.85292e+02 6.70325e+02 1.77421e+01 8.15756e+03 6.71410e+03 2.89116e+03 2.41463e+04 2.12018e+04 1.14438e+04 1.27174e+04 2.08382e+04 2.19673e+05 2.43553e+04 4.99908e+04 1.47181e+03 8.75447e+03 2.27750e-01 7.38066e+04 2.91159e+03 1.71065e+06 4.80235e+04 1.60417e+04 4.16209e+04 1.05631e+05 3.61554e+04 1.27791e+05 4.29765e+04 1.84956e+04 5.51099e+02 8.81583e+05 5.13559e+04 4.25140e+03 1.16865e+05 5.32954e+04 3.56018e+04 4.40107e+04 8.96791e+04 9.44191e+05 9.57276e+04 1.87138e+05 7.74373e+02 4.73358e+03 5.37700e-01 1.52168e+06 7.36812e+04 2.44171e+05 5.56120e+05 1.97887e+05 2.65553e+05 8.15595e+05 3.30850e+05 6.74840e+05 1.63867e+05 9.02566e+04 5.20128e+03 1.81049e+06 4.42396e+05 3.98788e+04 1.09961e+06 6.19183e+05 7.47316e+05 1.03354e+06 8.70363e+05 6.46301e+06 5.16337e+05 1.02127e+06 8.52648e+03 1.05137e+05 8.72375e+01 2.54814e+06 1.32127e+05 2.50086e+05 1.86471e+05 4.01235e+04 8.54633e+04 2.73945e+05 6.82127e+04 2.18340e+05 8.30946e+04 3.84516e+04 1.10180e+03 8.88934e+05 2.40455e+05 1.48648e+04 3.42433e+05 3.63813e+05 1.83988e+05 1.13588e+05 2.41289e+05 1.89103e+06 2.21562e+05 4.71695e+05 1.86618e+03 1.38020e+04 1.30241e+00 6.15771e+05 8.33354e+04 5.79427e+03 9.43174e+03 5.65439e+03 1.11961e+04 3.53478e+04 1.22158e+04 2.01311e+04 9.64397e+03 6.55579e+03 4.25305e+02 1.19967e+04 1.84543e+04 1.33768e+03 1.92850e+04 1.54740e+04 6.05233e+03 1.23610e+04 2.28851e+04 2.77763e+05 1.78765e+04 4.06077e+04 3.76058e+02 3.96317e+03 2.79447e-01 2.96989e+06 1.36060e+05 5.97179e+04 1.55476e+05 2.94464e+05 1.10232e+05 1.87476e+05 5.12831e+04 1.51890e+05 5.49997e+04 3.35140e+04 2.99056e+03 1.63321e+05 4.53026e+05 2.26743e+04 2.79736e+05 2.59456e+05 1.35681e+05 1.79309e+05 2.92119e+05 1.27140e+06 5.15565e+04 1.47243e+05 2.28952e+03 1.55703e+04 2.44996e+00 2.80686e+06 1.27589e+05 3.88223e+05 3.03179e+05 4.81777e+04 2.08478e+05 3.78562e+05 1.11221e+05 3.55075e+05 1.29571e+05 6.20866e+04 4.55019e+03 4.29579e+05 2.94878e+05 3.38522e+04 6.33032e+05 5.71235e+05 3.37149e+05 2.91535e+05 4.69218e+05 2.86603e+06 1.46323e+05 3.26827e+05 2.46175e+03 2.31206e+04 1.45987e+00 9.44823e+06 1.40124e+06 4.46790e+07 1.10120e+07 2.80021e+06 1.38711e+07 1.87090e+07 9.90413e+06 1.78269e+07 1.46558e+07 3.52479e+06 1.17920e+06 1.27939e+07 1.07896e+07 4.58830e+05 5.91380e+06 1.31531e+07 5.89559e+06 2.05909e+07 5.08849e+06 7.56685e+07 1.55512e+07 1.66128e+07 7.23984e-04 2.07783e-01 2.15472e-01 6.42989e+04 8.22073e+03 7.98381e+03 4.26902e+03 1.51073e+03 3.41621e+03 7.46563e+03 2.81908e+03 9.76496e+03 2.53180e+03 1.29627e+03 5.14499e+01 1.62802e+04 2.98261e+04 2.44703e+03 3.06763e+04 2.42589e+04 1.31766e+04 2.23466e+04 4.22838e+04 1.70875e+05 1.07753e+04 2.25018e+04 6.58981e+02 4.89610e+03 9.30132e-01 1.12750e+04 5.20466e+02 1.70090e+04 2.94547e+03 3.36927e+02 1.09370e+03 2.93203e+03 8.29934e+02 2.72296e+03 2.27060e+03 4.40088e+02 1.63915e+01 3.74829e+04 3.11063e+04 2.64825e+03 4.76629e+04 3.99863e+04 2.91112e+04 3.36736e+04 4.68588e+04 9.33471e+05 7.70210e+04 1.66429e+05 1.40424e+03 1.08305e+04 1.00610e-01 3.29380e+05 3.02583e+04 9.17067e+03 1.81941e+04 3.97921e+03 1.14796e+04 2.97624e+04 9.08621e+03 2.53168e+04 9.76784e+03 5.24629e+03 2.25862e+02 1.84006e+04 1.09485e+04 1.93191e+03 3.45696e+04 2.84438e+04 1.48661e+04 6.98185e+03 1.29686e+04 1.36310e+05 7.65677e+03 1.88079e+04 1.30738e+02 1.16424e+03 4.89285e-03 1.85449e+06 1.19924e+05 8.17524e+04 7.60925e+04 1.17114e+04 3.40873e+04 9.81840e+04 2.71807e+04 7.80327e+04 2.93084e+04 1.43402e+04 7.87016e+02 2.87334e+05 2.72143e+04 1.33577e+04 1.97554e+05 1.65611e+05 9.84803e+04 6.64972e+04 1.08754e+05 7.32351e+05 2.04688e+04 7.05314e+04 6.56098e+02 4.02288e+03 1.10580e+00 3.57420e+06 1.11090e+06 1.73383e+07 6.10771e+06 1.18662e+06 2.45674e+06 4.61659e+06 1.08454e+06 3.77389e+05 2.31947e+05 4.05677e+05 1.02555e+04 4.40403e+06 3.97666e+06 1.36661e+05 1.76141e+06 3.91763e+06 1.24274e+06 7.43465e+06 2.97910e+06 1.83653e+07 1.43438e+06 7.82635e+06 1.40681e+03 4.03754e+05 3.93432e-01 2.01179e+07 2.05189e+06 3.41521e+07 4.39376e+07 3.51329e+07 2.71818e+07 1.07915e+08 5.79119e+07 1.03137e+08 2.98847e+07 8.39988e+06 1.24625e+00 5.04822e+07 5.76568e+07 1.14134e+06 1.47106e+07 3.27185e+07 1.70598e+07 1.10436e+08 6.73206e+07 2.77904e+08 5.09272e+06 7.13762e+07 3.87579e+05 4.56753e+07 5.03845e+00 5.35313e+05 2.82490e+04 1.06938e+07 3.94033e+06 1.10872e+06 1.20428e+06 6.51956e+06 1.33518e+06 1.20448e+06 4.49670e+05 2.66181e+05 8.42901e-01 4.41769e+06 1.02747e+07 7.13264e+04 9.19318e+05 2.04469e+06 1.28677e+05 1.43851e+06 5.29228e+06 4.29717e+06 8.61042e+06 8.22219e+05 5.00435e-01 3.74322e+05 2.47029e-01 4.80328e+05 5.63854e+04 1.02231e+06 3.07649e+04 7.92541e+03 2.92638e+04 6.58607e+04 2.73157e+04 9.85662e+04 2.86426e+04 1.35078e+04 5.67412e+02 3.81235e+05 8.84033e+04 7.99563e+03 1.94845e+05 1.03921e+05 5.47840e+04 1.25177e+05 2.07746e+05 8.55351e+05 6.01258e+04 9.33171e+04 7.40782e+02 8.35917e+03 9.40578e-01 1.94040e+06 1.20224e+05 2.64075e+05 4.46505e+05 1.33813e+05 2.36572e+05 6.67867e+05 1.73672e+05 6.46181e+05 1.53481e+05 7.91616e+04 3.32268e+03 7.90349e+05 5.35727e+05 3.51422e+04 8.93073e+05 7.65220e+05 3.68683e+05 6.31838e+05 1.10360e+06 9.58207e+06 7.87715e+05 1.48257e+06 1.06279e+04 1.06293e+05 1.13026e+01 5.94157e+05 4.40268e+04 1.92047e+05 1.16546e+05 7.57940e+04 1.12904e+05 3.58096e+05 8.08744e+04 2.43550e+05 6.55936e+04 4.23130e+04 1.53613e+03 4.09190e+05 1.76341e+05 2.17119e+04 4.93516e+05 3.56426e+05 1.69626e+05 1.95099e+05 3.99413e+05 2.88503e+06 2.19046e+05 4.58269e+05 4.16726e+03 2.67533e+04 1.89707e+00 1.71075e+06 2.00361e+05 3.56444e+05 1.36088e+06 8.23918e+04 2.74344e+05 7.57799e+05 3.83910e+05 5.39264e+05 2.07226e+05 9.88998e+04 9.94266e+03 5.00253e+05 1.26117e+06 9.62246e+04 1.85519e+06 1.69881e+06 1.06285e+06 9.05392e+05 1.24151e+06 8.83435e+06 8.90591e+05 1.49662e+06 1.37766e+04 9.83021e+04 2.81173e+00 9.67355e+04 6.07293e+03 5.48033e+04 9.14676e+04 1.45355e+04 5.02168e+04 1.24503e+05 3.32270e+04 1.03922e+05 3.60213e+04 1.82290e+04 1.06993e+03 1.02683e+05 8.62836e+04 6.89187e+03 1.50281e+05 1.37143e+05 5.93306e+04 8.43052e+04 1.61765e+05 1.65866e+06 1.29273e+05 3.04367e+05 2.86665e+03 1.82322e+04 3.11427e-01 1.20875e+06 7.36319e+03 4.26653e+05 1.18912e+06 3.97100e+05 1.08307e+06 2.45299e+06 8.89837e+05 1.98417e+06 8.74615e+05 3.47684e+05 4.54700e+04 4.06466e-01 2.15983e+06 6.22324e+05 2.96813e+06 1.65693e+06 5.78253e+05 1.68923e+06 1.11029e+06 8.40066e+06 8.73079e+04 1.36651e+06 7.62325e-01 5.64335e+05 2.64672e+00 5.75038e+06 1.52205e+05 4.08508e+05 5.61850e+05 8.12470e+04 2.73873e+05 5.43405e+05 1.17251e+05 4.40181e+05 1.76270e+05 8.39861e+04 5.41804e+03 1.32811e+06 5.45886e+05 3.34635e+04 6.82936e+05 5.67890e+05 3.40229e+05 4.18614e+05 6.08233e+05 4.30338e+06 2.73452e+05 6.30466e+05 4.11103e+03 3.34128e+04 4.07080e+00 2.13277e+06 1.26840e+05 2.22449e+05 4.06574e+05 3.76991e+04 9.28792e+04 3.13411e+05 1.33884e+04 1.36799e+05 9.53798e+04 4.69944e+04 3.92297e+03 1.08605e+06 3.07548e+05 1.37301e+03 5.08604e+04 5.72827e+04 2.59136e+04 2.47560e+04 5.87022e+04 1.81857e+06 3.38049e+04 2.32141e+05 5.28629e+02 1.12647e+04 3.42761e-05 4.04274e+06 2.49286e+05 2.29291e+06 4.15704e+05 6.47457e+04 2.46057e+05 4.56431e+05 1.98674e+05 5.39529e+05 1.58691e+05 9.49013e+04 6.63932e+03 1.69001e+06 7.53600e+04 2.36893e+04 4.68674e+05 3.69668e+05 1.97630e+05 3.51412e+05 5.46042e+05 2.74338e+06 7.52927e+04 2.20666e+05 1.60249e+03 1.48240e+04 3.13135e+00 1.75103e+06 1.09309e+05 3.17268e+06 1.04377e+06 1.88713e+05 6.91900e+05 2.40273e+06 6.60100e+05 2.33591e+06 2.85507e+05 3.65719e+05 1.81534e+04 1.26173e+06 2.07978e+06 5.35375e+05 2.61587e+06 1.02166e+06 7.28153e+05 5.53596e+06 1.57164e+06 1.87952e+07 1.24182e+06 5.08254e+06 2.29953e-01 2.04658e+05 5.85869e-01 2.14608e+04 9.58855e+02 1.61376e+04 4.82923e+03 1.36554e+03 2.98323e+03 6.70595e+03 2.37844e+03 4.94251e+03 1.91712e+03 1.34828e+03 6.07221e+01 4.01603e+04 2.01841e+04 8.25725e+03 7.31781e+04 6.90253e+04 3.79408e+04 5.72619e+04 1.15662e+05 1.95244e+05 1.84038e+04 3.65062e+04 7.14160e+02 2.99670e+03 1.89872e-01 3.44027e+06 1.56343e+05 6.30717e+05 8.40099e+05 6.33398e+05 4.08176e+05 1.09231e+06 4.16600e+05 1.33256e+06 2.71168e+05 2.10815e+05 8.55974e+03 1.71093e+06 2.30342e+06 1.04106e+05 2.25914e+06 1.97308e+06 1.05656e+06 1.32904e+06 2.11883e+06 1.26890e+07 9.94023e+04 1.89714e+06 1.29125e+04 1.18225e+05 3.32772e+00 9.59163e+05 3.27287e+05 4.15884e+06 3.03783e+06 5.40269e+05 6.34807e+05 1.93039e+06 1.34891e+05 1.25343e+06 1.25358e+05 2.09044e+03 7.78790e+02 1.72872e+05 2.12443e+06 1.39006e+04 1.79164e+05 3.98484e+05 1.05057e+06 4.42024e+05 1.29798e+06 3.41389e+06 1.06292e+06 1.07612e+06 1.58979e+00 1.52144e+05 7.45115e-01 1.33273e+07 6.59180e+05 2.96543e+06 2.00279e+06 5.53124e+05 1.12250e+06 3.07489e+06 8.29563e+05 2.58807e+06 8.87750e+05 4.50009e+05 2.31908e+04 7.90567e+06 2.25623e+06 1.43671e+05 3.43271e+06 2.70360e+06 1.52746e+06 1.94527e+06 3.59000e+06 2.04044e+07 6.90381e+05 2.78149e+06 1.60065e+04 1.56359e+05 1.08162e+00 6.76233e+05 3.32579e+04 9.42059e+04 2.17055e+05 1.55838e+05 1.01312e+05 2.83881e+05 7.54972e+04 2.15055e+05 7.22147e+04 4.11891e+04 2.07401e+03 2.97721e+05 1.99050e+05 1.53069e+04 3.24365e+05 2.82961e+05 1.69929e+05 1.84287e+05 3.41839e+05 2.48487e+06 1.73934e+05 4.37403e+05 2.77630e+03 2.15851e+04 8.83119e+02 5.33117e+05 4.62551e+04 2.11540e+04 1.65558e+04 4.26337e+03 1.11131e+04 2.84653e+04 8.82050e+03 2.11806e+04 8.07075e+03 4.24332e+03 2.24247e+02 2.65922e+04 1.62876e+05 7.07001e+03 1.02579e+05 9.51395e+04 4.85721e+04 6.91788e+04 1.26514e+05 4.26018e+05 3.75300e+04 7.38425e+04 7.60377e+02 4.76290e+03 8.34933e-02 4.38951e+05 2.38528e+04 6.09678e+04 1.77786e+05 1.25306e+05 2.35611e+05 2.10212e+05 7.82222e+04 1.11505e+05 1.11888e+05 8.50248e+04 1.05988e+04 1.75099e+05 7.09506e+05 1.20413e+05 5.06697e+05 4.31990e+05 1.16579e+05 1.00476e+06 5.26415e+05 2.26582e+06 4.57486e-01 2.29504e+05 1.42555e+04 4.15557e+04 1.07595e+00 3.51545e+06 1.74712e+06 8.60489e+04 1.32684e+05 1.40144e+05 8.95180e+04 7.73643e+04 8.92930e+04 6.94676e+04 8.37019e+04 9.82931e+04 1.11826e+05 7.41397e+04 2.36829e+06 5.67297e+05 5.45974e+05 5.94093e+05 6.12067e+05 3.45648e+05 2.98065e+05 5.18637e+05 5.10684e+05 5.23960e+05 5.42187e+05 5.65789e+05 3.07412e+04 2.37766e+05 9.20380e+04 2.07367e+04 4.50128e+04 1.19953e+04 2.94212e+04 4.26814e+04 1.57121e+04 3.04614e+04 1.13027e+04 8.67700e+03 4.03404e+02 5.19753e+04 2.72330e+04 6.57117e+03 8.59184e+04 6.41784e+04 3.63661e+04 6.77170e+04 1.20423e+05 4.44376e+05 4.04265e+04 8.22854e+04 1.07000e+03 6.93090e+03 4.34047e+00 5.05515e+06 1.18305e+05 2.81883e+05 2.05510e+05 1.18222e+05 3.85169e+06 1.57451e+06 1.08818e+06 5.87625e+06 1.81279e+05 1.69203e+05 1.17116e+04 1.44325e+06 3.94133e+06 8.58822e+05 2.85835e+06 1.34297e+06 2.26793e+05 4.90075e+06 3.08700e+06 1.73861e+07 2.33831e-01 1.74743e+06 2.67127e-01 3.76129e+05 2.79787e-01 2.74040e+07 1.16416e+06 3.72733e+06 9.00872e+06 2.03969e+06 4.94973e+06 1.37256e+07 7.51116e+06 9.71197e+06 6.44932e+06 1.64763e+06 9.62314e+05 1.73693e+07 3.57071e+07 9.58318e+06 1.90528e+07 2.76812e+07 1.40679e+07 3.01949e+07 1.28797e+07 2.95971e+08 2.25414e+07 7.51940e+07 1.95191e-01 4.69391e+06 2.47743e-01 8.35363e+04 1.01843e+04 2.81232e+04 1.22731e+04 3.21843e+03 1.26325e+04 2.47338e+04 1.00163e+04 1.50748e+04 5.12169e+03 7.11535e+03 2.63066e+02 4.22970e+04 3.32129e+04 5.94079e+03 6.45340e+04 5.51633e+04 3.09165e+04 6.04128e+04 9.15397e+04 8.65736e+05 7.22954e+04 1.36003e+05 2.00595e+03 1.45852e+04 5.10983e-01 3.98774e+05 3.13416e+04 1.84143e+06 4.07324e+04 1.11889e+04 3.71393e+04 9.44458e+04 3.51769e+04 7.00534e+04 2.03983e+04 1.29089e+04 9.65904e+02 6.06449e+05 1.18027e+05 5.29903e+03 1.20748e+05 6.36457e+04 3.16404e+04 1.38456e+05 1.94521e+05 1.71452e+06 6.06395e+04 1.21186e+05 1.15766e+03 1.25951e+04 2.44712e-01 1.81119e+05 1.53577e+04 5.76854e+03 5.35036e+03 1.03090e+03 3.35666e+03 1.03175e+04 2.76456e+03 8.39330e+03 2.72576e+03 1.24982e+03 3.80713e+01 1.62396e+04 3.60637e+04 2.31001e+03 5.35661e+04 4.54667e+04 2.42469e+04 1.09576e+04 2.20969e+04 1.70952e+05 7.50761e+03 2.27473e+04 8.93023e+01 8.28337e+02 2.11541e-02 2.12261e+05 1.06687e+03 3.93496e+04 1.51627e+05 5.35507e+04 1.33781e+04 9.27573e+04 3.57551e+04 4.81881e+04 5.26988e+03 9.11064e+03 3.39416e+03 8.72675e+04 2.64819e+05 9.98254e+03 1.37716e+05 2.80414e+05 9.70025e+04 2.86330e+05 1.13182e+05 3.01409e+05 2.84135e+05 2.53931e+05 9.65143e+04 7.40201e+04 1.50533e-01 1.07025e+07 1.16862e+05 3.22979e+06 8.22588e+06 5.83094e+05 1.17810e+07 9.76948e+06 1.04433e+07 1.94706e+07 3.40872e-01 1.98820e+06 2.92919e+05 9.99730e+06 3.76862e+07 1.23126e+06 3.96150e+07 2.02066e+07 1.16425e+07 2.38624e+07 2.06726e+07 3.75621e+08 3.74924e-01 1.47476e+08 7.64523e-04 2.19418e-01 3.25391e-01 6.85994e+06 2.01674e+05 9.14609e+05 4.89983e+05 5.92961e+04 2.68847e+05 4.33028e+05 1.16782e+05 3.76544e+05 1.44471e+05 6.80493e+04 5.07860e+03 2.32373e+06 7.14500e+05 4.58467e+04 8.68417e+05 8.54295e+05 4.25237e+05 4.90477e+05 8.40740e+05 3.48281e+06 1.20413e+05 4.21054e+05 2.43373e+03 1.81254e+04 6.24250e+00 8.22678e+06 5.20228e+05 3.95487e+05 2.23861e+06 5.18538e+05 3.85182e+05 2.02050e+06 6.16911e+05 3.87194e+05 8.38209e+04 3.56804e+05 8.62261e+03 2.26858e+06 2.58246e+06 2.22902e+06 4.84460e+06 3.67859e+06 6.58815e+06 3.60652e+06 3.49827e+06 2.27608e+07 1.90874e-01 7.91676e+06 1.37242e-01 1.15240e+06 7.58703e-01 5.03498e+04 7.73723e+04 1.11413e-01 2.09657e-01 2.35388e-01 2.46737e-01 2.09194e+03 8.09029e-02 1.51290e-01 1.65451e-02 2.86034e-02 1.06562e-02 2.69896e+04 3.75974e-01 9.41384e+02 2.59060e+04 1.82343e+04 5.50024e+03 4.96792e+04 2.73047e+04 6.96122e+04 2.12748e+04 1.05145e+04 5.07697e+00 1.45709e+03 5.17678e-01 4.09957e+06 1.81154e+05 3.82360e+05 7.85969e+05 2.65079e+05 3.47149e+05 1.09752e+06 2.59004e+05 8.13647e+05 2.99449e+05 1.48793e+05 7.31630e+03 8.80954e+05 4.49463e+05 8.36289e+04 1.92811e+06 1.82370e+06 9.21567e+05 5.22986e+05 9.40859e+05 5.39775e+06 3.39455e+05 9.35868e+05 6.03689e+03 3.68182e+04 1.28665e+00 9.76977e+05 8.37261e+04 5.38887e+05 7.96358e+04 1.31944e+04 2.90030e+04 7.33238e+04 2.11251e+04 6.29949e+04 2.58732e+04 1.48213e+04 1.39178e+03 2.77630e+05 7.84845e+04 1.25772e+04 1.66540e+05 1.56088e+05 9.98089e+04 4.48457e+04 7.42938e+04 5.97766e+05 3.24275e+04 7.71530e+04 6.10651e+02 4.75150e+03 7.86203e-01 6.64394e+05 2.15173e+04 5.36144e+05 3.62887e+05 4.87993e+04 3.26433e+05 7.98723e+05 2.77313e+05 4.35528e+05 1.09498e+05 6.81991e+04 1.38823e+03 6.38880e+05 4.23228e+05 2.74319e+04 1.82832e+06 4.51200e+05 2.03657e+05 4.79368e+05 5.85098e+05 1.44361e+07 1.47102e+05 5.27850e+05 1.75102e+03 3.71160e+04 7.43265e-05 8.08615e+05 7.84729e+04 1.84778e+04 3.86721e+04 2.15253e+04 2.37677e+04 5.76559e+04 1.70541e+04 3.73313e+04 1.28059e+04 9.08091e+03 7.55733e+02 3.21458e+04 3.11391e+05 1.45865e+04 2.02429e+05 2.00596e+05 1.13499e+05 1.06390e+05 1.81740e+05 3.27689e+05 6.60109e+03 3.22348e+04 4.32236e+02 3.31199e+03 1.95124e-01 1.53463e+06 5.73811e+04 1.07836e+05 1.47921e+05 1.23825e+05 9.48780e+04 2.59955e+05 6.53753e+04 1.86699e+05 5.90997e+04 4.22706e+04 1.83429e+03 2.44736e+05 1.73684e+05 1.56722e+04 2.96385e+05 2.60020e+05 1.22950e+05 1.23820e+05 2.27960e+05 1.82847e+06 1.04744e+04 2.83391e+05 2.45102e+03 3.51456e+04 1.89756e+00 2.76522e+04 9.32140e+03 9.19492e+04 1.97634e+06 6.83686e+06 1.65152e+06 1.93154e+06 1.32971e+06 2.20406e+07 6.12067e+05 3.47973e+06 1.29637e+06 1.86708e+06 4.28687e+06 5.27302e+05 6.79633e+06 1.51160e+07 7.03069e+05 4.33559e+06 2.34162e+05 1.08335e+07 2.41265e+05 1.28416e+06 1.67259e+04 4.80033e+06 1.65473e-01 2.09940e+06 4.51892e+03 5.21160e+04 8.12529e+05 2.95156e+05 4.75883e+05 2.29669e+06 5.28769e+05 1.47353e+06 1.03097e+06 8.36484e+04 1.72208e+04 1.01692e+06 1.62637e+06 3.52663e+05 9.11828e+05 1.80514e+06 3.92325e+05 1.72120e+06 1.69279e+06 1.02098e+07 1.03908e+06 2.41094e+06 2.26377e+00 4.38571e+05 7.61384e-02 2.69877e+05 6.51105e+04 1.21605e+04 1.77729e+05 6.49073e+03 2.31752e+04 5.30434e+04 2.92101e+04 6.20649e+04 1.04708e+04 6.12378e+03 5.71352e+02 2.53058e+05 1.07807e+05 5.75212e+03 1.09480e+05 7.79758e+04 1.10350e+05 1.67921e+05 1.06886e+05 1.08757e+06 1.38925e+05 2.88101e+05 2.98522e+03 2.01556e+04 1.27356e+00 2.11487e+08 8.55270e+06 3.55386e+07 4.14144e+07 2.13740e+07 1.38615e+07 8.05849e+07 4.07779e+07 3.76686e+07 1.26916e+07 8.34691e+06 6.57948e+06 2.67446e+07 9.86468e+07 3.13685e+06 4.04306e+07 8.99232e+07 1.13813e+07 1.11740e+08 2.51891e+07 2.11342e+08 6.31631e+07 4.02078e+07 6.96274e+04 1.99831e+07 1.55022e+00 6.00023e+07 7.12233e+06 4.32362e+07 2.76313e+07 5.85094e+06 7.21976e+06 1.31480e+07 3.83686e+06 5.33539e+06 6.60535e+06 7.70308e+05 8.76009e+04 3.12448e+06 2.90189e+07 1.30202e+06 1.67816e+07 3.73245e+07 1.29564e+07 3.30113e+07 3.15120e+06 4.49035e+07 1.38403e+05 5.05730e+06 2.17260e-03 6.23536e-01 1.54057e-01 8.43823e+06 5.46209e+05 6.33460e+07 6.49541e+06 1.17599e+06 8.14927e+05 8.82014e+06 4.77148e+06 3.95926e+06 2.23796e+06 4.59759e+05 4.61013e+04 1.97869e+06 1.33184e+07 2.14673e+05 2.76689e+06 6.15395e+06 5.20059e+06 4.27960e+06 1.06422e+06 2.54286e+07 3.18122e+00 1.00559e+07 3.13652e+03 9.00181e+05 1.24818e+00 3.60448e+06 3.63276e+05 3.62308e+07 1.86225e+06 2.21877e+05 5.10887e+05 1.30405e+06 3.75643e+05 1.21049e+06 7.39281e+05 2.76766e+05 3.71338e+04 9.72435e+06 4.29032e+06 2.10418e+05 3.15583e+06 2.79626e+06 1.54599e+06 3.84386e+06 5.63143e+06 2.19457e+07 2.37831e+06 6.57765e+06 2.17259e+04 2.77483e+05 3.69999e-01 4.88163e+06 6.08742e+05 3.53444e+05 5.08445e+06 3.79830e+05 5.01115e+06 2.96928e+07 1.76873e+06 2.01772e+07 3.60794e+05 3.15978e+05 6.92158e+04 1.43495e+06 2.59104e+06 8.39710e+05 4.57183e+06 2.68184e+06 2.06513e+06 4.43669e+06 1.07201e+06 3.43269e+07 3.45300e+02 5.65547e+06 5.17869e-01 2.92435e+05 4.81356e-03 7.84749e+05 3.98182e+04 6.70748e+05 2.68158e+06 3.22769e+05 4.05607e+05 3.10317e+06 1.05810e+06 3.49148e+06 4.01148e+03 9.52393e+05 9.97069e+05 1.44712e+06 4.42669e+06 1.44344e+05 1.86043e+06 4.13786e+06 1.79958e+06 8.71587e+06 3.44546e+06 3.76939e+07 4.62300e+05 6.18057e+06 5.03877e+02 1.44613e+05 1.93047e+00 1.25967e+07 5.83662e+05 3.75688e+06 1.08228e+07 1.19830e+07 8.39005e+06 1.93343e+07 1.60826e+07 2.31524e+07 5.88770e+06 3.96510e+06 7.18282e+05 1.34972e+07 2.53277e+07 9.23128e+06 2.95309e+07 3.41915e+07 2.30981e+07 4.33681e+07 1.35014e+07 1.65825e+08 3.78235e+07 8.72088e+07 1.09947e+05 5.19205e+06 5.00260e-01 6.06429e+05 2.84498e+04 9.93314e+04 9.48027e+04 1.53577e+04 3.48408e+04 9.48782e+04 3.93518e+04 6.41618e+04 2.25677e+04 1.16816e+04 6.19534e+02 2.97821e+05 1.68792e+05 1.52488e+04 3.36397e+05 2.18786e+05 1.45135e+05 1.04175e+05 1.89884e+05 1.69456e+06 8.48710e+04 2.04227e+05 3.98469e+01 1.07802e+04 1.80252e-01 2.16766e+07 1.88121e+06 1.37888e+06 3.02104e+07 2.61298e+06 1.60649e+07 2.54337e+07 1.49113e+07 3.31376e+07 5.09027e+06 4.54773e+06 4.45938e+05 2.54453e+07 1.27779e+07 2.27708e+06 9.94502e+07 2.07292e+07 1.58303e+07 4.91649e+07 2.53422e+07 4.24777e+08 2.90194e-01 1.35559e+08 1.85109e+05 3.82223e+06 9.51301e+02 7.69109e+05 3.11739e+04 3.46122e+05 3.04581e+05 6.60918e+04 1.65731e+05 5.58598e+05 1.10440e+05 3.58011e+05 1.19822e+05 6.14130e+04 4.05259e+03 4.77714e+05 3.11374e+05 1.87411e+04 4.56681e+05 3.38294e+05 1.84628e+05 2.95819e+05 5.01436e+05 6.24920e+06 3.89070e+05 1.14272e+06 7.30113e+03 4.88559e+04 6.01171e-01 3.61615e+06 5.92562e+05 2.75148e+06 6.49729e+05 1.08423e+06 6.77444e+04 1.75580e+06 1.16073e+06 1.12746e+06 1.06191e+05 1.87997e+05 3.94678e+04 2.76463e+06 1.76957e+06 2.29752e+04 2.96125e+05 6.58622e+05 7.62102e+03 2.75682e+06 1.10780e+06 2.50884e+06 1.11087e+05 3.62644e+05 8.54504e+03 2.45243e+06 2.19550e+02 1.24930e+07 3.34348e+05 2.30667e+05 1.83825e+06 4.73954e+05 3.68874e+05 1.71956e+06 1.58452e+05 2.96307e+05 3.24043e+04 9.16012e+05 3.41259e+05 1.20267e+06 2.49900e+06 2.95752e+04 3.81192e+05 8.47823e+05 1.96682e+06 2.29350e+06 1.38066e+06 2.70739e+06 9.00377e+05 1.08392e+06 3.94118e+03 1.13112e+06 6.91461e+01 2.59281e+05 4.45792e+04 4.18563e+07 6.63430e+05 3.04533e+05 2.19900e+05 8.32697e+06 5.77583e+05 2.56337e+05 4.33102e+04 4.36294e+05 4.86961e+04 3.95967e+05 5.97873e+05 5.03309e+04 6.48710e+05 1.44282e+06 3.86035e+05 3.54749e+05 9.32759e+05 1.77060e+07 7.92369e+04 6.23753e+05 2.36863e+04 1.77843e+05 4.39935e-01 3.92506e+04 3.51438e+00 1.15702e+04 1.13347e+04 6.60303e+03 8.20867e+02 3.85255e+03 4.93920e+03 2.03980e+03 4.12246e+03 1.47768e+03 5.50508e+02 1.04600e+04 1.37945e+04 1.88609e+03 5.86372e+03 6.57896e+04 1.72387e+03 4.50907e+03 3.80214e+03 3.32046e+04 2.00403e+04 1.13022e+04 3.86916e-03 1.11045e+00 5.88739e+00 1.60810e+06 3.41624e+04 3.12150e+05 6.55170e+04 1.78425e+04 8.51095e+04 8.61409e+04 2.06446e+04 7.91873e+04 2.75963e+04 1.33497e+04 4.50933e+02 1.00060e+06 1.68871e+05 9.38318e+03 2.62438e+05 1.85003e+05 9.83843e+04 3.75898e+04 1.02561e+05 1.24447e+06 8.09203e+04 1.92275e+05 8.94226e+02 7.76802e+03 1.81545e+01 2.13942e+04 1.54825e+04 2.19100e+03 1.72786e+05 1.17233e+04 1.63365e+05 6.93260e+04 4.85116e+04 3.15064e+04 1.44234e+03 5.45367e+03 3.30915e+03 3.25201e+05 5.16882e+05 1.57176e+05 8.69496e+05 5.35868e+05 2.24111e+04 4.40157e+05 1.88083e+05 1.89930e+06 4.35956e-01 3.64291e+05 1.33617e+00 1.47694e+04 3.88664e+00 9.05870e+05 4.14350e+04 2.11063e+05 2.62621e+05 5.51124e+04 1.60503e+05 2.97818e+05 9.41062e+04 3.57774e+05 8.02375e+04 6.92217e+04 3.19150e+03 4.88319e+05 3.26815e+05 4.31862e+04 8.02030e+05 7.26112e+05 4.59260e+05 3.61143e+05 5.19841e+05 7.71953e+06 5.98709e+05 1.40120e+06 1.20860e+04 8.09293e+04 2.91228e+00 7.42367e+04 5.85657e+03 5.04863e+04 1.45537e+04 5.00113e+03 1.05519e+04 2.80115e+04 9.04356e+03 1.98676e+04 6.97466e+03 4.27900e+03 1.85378e+02 1.03352e+05 1.82469e+04 1.60508e+03 3.17383e+04 2.52935e+04 1.31590e+04 1.14025e+04 2.27815e+04 2.77215e+05 1.77347e+04 3.91229e+04 2.75529e+02 2.36047e+03 1.25335e+00 9.72366e+05 8.55116e+04 7.84202e+03 5.22160e+03 7.20175e+02 3.11303e+03 7.77917e+03 2.27825e+03 6.46588e+03 1.78080e+03 9.88027e+02 2.06941e+01 1.82953e+04 7.90391e+03 3.74120e+02 1.27968e+04 1.05176e+04 5.16157e+03 1.21180e+04 2.60571e+04 7.91118e+04 5.37995e+03 1.08277e+04 3.81401e+01 3.85990e+02 2.30330e-05 1.23790e+05 4.46961e+03 4.80097e+06 5.04864e+04 5.46102e+03 2.96659e+04 6.23830e+04 2.22741e+04 9.19883e+04 3.17453e+04 1.14727e+04 5.00563e+02 2.55898e+06 6.82725e+04 4.99424e+03 1.79022e+05 1.07810e+05 4.16802e+04 7.28758e+04 1.61104e+05 1.49490e+06 1.88839e+05 2.92843e+05 5.27158e+02 7.31478e+03 1.48504e+02 7.20488e+03 2.95426e+02 1.18546e+04 1.39439e+05 3.95802e+04 7.29020e+04 1.60353e+05 5.42662e+04 1.40931e+05 6.78727e+04 4.40016e+04 2.29379e+03 2.67619e+04 4.17205e+04 1.49073e+03 5.07292e+04 3.23133e+04 1.59509e+04 1.98570e+04 2.87841e+04 7.69720e+05 4.47949e+04 1.02776e+05 1.40951e+03 1.36783e+04 4.84034e-01 6.82430e+05 8.89142e+02 5.30449e+04 3.66213e+05 4.52804e+05 2.91964e+05 2.03278e+05 7.72719e+04 2.31929e+05 4.85971e+04 8.22615e+04 2.06980e+04 7.57768e+04 7.98849e+05 2.77924e+05 1.14287e+06 1.41418e+06 2.22785e+05 1.43412e+06 6.46076e+05 1.50516e+06 3.23444e-01 3.23313e+05 5.12440e-01 2.45518e+05 2.04383e+01 8.24065e+04 2.61507e+02 4.50881e+04 5.95794e+04 9.69956e+04 5.05557e+04 2.62772e+05 2.10646e+05 1.26921e+05 2.40917e+04 6.80265e+02 2.88562e+02 2.42451e+05 5.54567e+05 3.43652e+05 7.32551e+05 4.17440e+05 3.32641e+05 6.85153e+05 9.15670e+05 1.04789e+07 2.40777e+04 1.50033e+06 1.11828e+04 8.50431e+04 2.58339e+00 1.12938e+06 4.27820e+05 1.10058e+03 1.74393e+04 4.70453e+04 7.22393e+03 2.53816e+04 5.64702e+03 3.20226e+04 6.74423e+03 3.88954e+03 2.03042e+02 3.01961e+05 6.32211e+05 6.06245e+04 1.51030e+06 3.01279e+05 5.84899e+05 2.63763e+05 3.90520e+05 1.24110e+07 8.57037e+05 2.15145e+06 2.10383e+04 3.11625e+04 6.21279e-01 1.80119e+06 8.05173e+04 9.25672e+04 5.62225e+04 6.81968e+03 4.23599e+04 9.85204e+04 3.51586e+04 8.57005e+04 2.68644e+04 1.54386e+04 7.26403e+02 1.63830e+05 1.42054e+05 1.44945e+04 1.98997e+05 1.64898e+05 9.41190e+04 1.21951e+05 1.86311e+05 1.00122e+06 7.56037e+04 1.33521e+05 1.87282e+03 1.44601e+04 6.43774e-01 9.78402e+05 6.13426e+04 1.50694e+04 3.55797e+04 5.91123e+03 1.92733e+04 4.42323e+04 1.41980e+04 3.71386e+04 1.47028e+04 7.58789e+03 4.53372e+02 4.67049e+04 3.00517e+04 5.75287e+03 1.11343e+05 9.56688e+04 4.85929e+04 3.65812e+04 9.20676e+04 4.42836e+05 1.80472e+04 5.03944e+04 3.79386e+02 3.33395e+03 3.02580e+01 9.68040e+06 9.47087e+05 1.33398e+07 4.77199e+06 1.00028e+06 1.29463e+06 4.91655e+06 1.17711e+06 8.64647e+06 6.27433e+05 2.79212e+05 6.22826e+04 4.64974e+06 1.91906e+06 3.65427e+05 4.70994e+06 1.04756e+07 5.14412e+06 4.43208e+06 4.56109e+06 1.40942e+07 1.26081e+05 2.23720e+06 2.19319e+00 1.29837e-02 2.30907e-01 1.25121e+05 2.81743e+04 8.50519e+03 9.42409e+03 3.22416e+03 3.54958e+03 9.49808e+03 3.10802e+03 7.88377e+03 2.62434e+03 1.24484e+03 4.37487e+01 2.33197e+04 6.58674e+04 9.65592e+03 1.37394e+05 1.14015e+05 7.05047e+04 4.78451e+04 8.21554e+04 4.17868e+05 3.70771e+04 7.30097e+04 6.30292e+02 3.64343e+03 7.03085e+02 3.10279e+06 1.82618e+05 1.39255e+04 1.19009e+05 2.01509e+04 5.03305e+04 1.53743e+05 3.52595e+04 1.28909e+05 5.65947e+04 2.51655e+04 1.29248e+03 5.27906e+04 1.24656e+05 9.67638e+03 1.85313e+05 1.52551e+05 8.04990e+04 7.55808e+04 1.53519e+05 9.64490e+05 5.80610e+04 1.26290e+05 9.05829e+02 6.67649e+03 1.37417e+00 7.25681e+04 1.99986e+03 5.43451e+03 3.73442e+04 2.10268e+04 1.18551e+04 4.62155e+04 5.25972e+03 2.17444e+05 1.24956e+03 3.15806e+04 7.53988e+02 1.29175e+04 1.80458e+05 1.24267e+05 2.64617e+05 2.97988e+05 1.36961e+05 3.51748e+05 1.97111e+05 1.70667e+06 8.02743e+00 4.05674e+05 3.40998e+04 4.69325e+04 9.23696e-02 1.73142e+05 2.06846e+04 5.67675e+04 3.38685e+04 3.88219e+03 1.12745e+04 3.15792e+04 8.75497e+03 2.42744e+04 8.91330e+03 4.12780e+03 2.43097e+02 8.04850e+04 3.44894e+04 2.87232e+03 4.55101e+04 3.41343e+04 1.97552e+04 2.61784e+04 4.61607e+04 4.45264e+05 2.66956e+04 7.72646e+04 5.60877e+02 3.43809e+03 5.50959e-01 1.43926e+05 7.56065e+03 5.69839e+03 2.44228e+05 2.61261e+05 6.00296e+04 1.14258e+05 5.99876e+04 3.67357e+04 4.01744e+03 8.81173e+04 1.64302e+04 1.18546e+05 1.46746e+05 1.17859e+04 1.51907e+05 3.37863e+05 3.79829e+05 2.86539e+05 1.62663e+05 9.09833e+05 8.37590e+04 2.88797e+05 9.73640e+01 2.79435e+04 4.89338e+00 2.09670e+07 4.84679e+05 2.51247e+07 1.78432e+07 4.76349e+06 2.80847e+06 1.50464e+07 6.69162e+06 7.50480e+06 1.30741e+07 1.91255e+06 2.90236e+05 8.48142e+06 3.45813e+07 2.41296e+06 3.11004e+07 6.91716e+07 2.20156e+07 3.41689e+07 8.93340e+06 1.32224e+08 2.26346e+05 3.62153e+07 4.41822e-04 1.26803e-01 3.55003e-01 1.51577e+04 9.59200e+02 9.39463e+03 1.23153e+04 2.51342e+03 9.93609e+03 2.36988e+04 7.70065e+03 1.86317e+04 5.86573e+03 3.08403e+03 1.12866e+02 2.00950e+04 9.76372e+04 9.80396e+03 1.47204e+05 1.08857e+05 6.23460e+04 5.39402e+04 1.03597e+05 9.59966e+05 7.77984e+04 1.44659e+05 1.73399e+03 1.60179e+04 3.54482e-01 1.45832e+05 2.28031e+02 4.47144e+05 9.20904e+04 3.48310e+04 3.16821e+04 9.15561e+04 3.04132e+04 6.31815e+04 2.41420e+04 1.07227e+04 8.77324e+02 8.47916e+05 7.72095e+04 2.69102e+03 1.33058e+05 1.12298e+05 4.12676e+04 8.68918e+04 9.79607e+04 7.57696e+05 3.07815e+02 1.12239e+05 9.08257e+02 1.20661e+04 2.65649e+00 1.92125e+05 8.21616e+03 8.64790e+03 4.08889e+04 7.35803e+02 4.00574e+03 8.47200e+03 3.68258e+03 3.97605e+03 2.28704e+03 1.12118e+03 3.04986e+01 1.13728e+05 4.54872e+04 3.19955e+03 8.57666e+04 7.46950e+04 6.03002e+04 5.89448e+04 3.58027e+04 3.39563e+05 5.33473e+04 7.53014e+04 2.96426e+02 9.35027e+03 1.50372e-01 7.38956e+06 5.34306e+05 9.95298e+05 8.74978e+05 3.20042e+05 4.72253e+05 1.42538e+06 4.39012e+05 1.45520e+06 4.08903e+05 1.96731e+05 8.26364e+03 1.55721e+06 1.14387e+06 7.08029e+04 1.37403e+06 1.01762e+06 4.64526e+05 6.31901e+05 1.28099e+06 9.71905e+06 1.03299e+06 2.08486e+06 4.27653e+03 8.71246e+04 8.19442e-01 1.79425e+06 1.05465e+05 2.93286e+05 6.01345e+04 9.28695e+03 2.61223e+04 6.68510e+04 2.39677e+04 8.04659e+04 3.25797e+04 1.16649e+04 1.26357e+03 5.73925e+05 3.48437e+04 9.43665e+03 1.69831e+05 1.19639e+05 5.74265e+04 9.75733e+04 2.02815e+05 7.76476e+05 7.06118e+04 1.27291e+05 6.40067e+02 4.95436e+03 1.49063e+02 8.78437e+06 3.97334e+05 1.09797e+06 5.15197e+05 1.49860e+05 3.48832e+05 1.22861e+06 3.61124e+05 1.30266e+06 4.60152e+05 1.76424e+05 7.90334e+03 9.44540e+05 6.65169e+05 5.31378e+04 1.40823e+06 1.11292e+06 5.38996e+05 8.11164e+05 1.46331e+06 3.49807e+06 3.15391e+05 6.75693e+05 2.14121e+03 1.89943e+04 1.17727e+00 5.83667e+05 2.02549e+04 4.64049e+05 1.61956e+05 2.47193e+04 3.75942e+04 1.16621e+05 3.48310e+04 8.90368e+04 3.55059e+04 1.84049e+04 1.00789e+03 5.84355e+05 7.47138e+04 1.00923e+04 2.08932e+05 1.48161e+05 9.00846e+04 9.15890e+04 8.44418e+04 1.51955e+06 1.66531e+05 2.76911e+05 2.67903e+03 9.50254e+03 1.47812e-01 3.80551e+06 2.00834e+05 5.05086e+04 5.35739e+04 9.15154e+03 4.79519e+04 8.28667e+04 1.99751e+04 1.12736e+05 4.38460e+04 1.72862e+04 6.20115e+02 1.44595e+05 2.76340e+05 1.46678e+04 3.64012e+05 2.91734e+05 1.51636e+05 1.53608e+05 3.28673e+05 2.34472e+06 1.36140e+05 2.80589e+05 1.35710e+03 1.56146e+04 2.27104e-01 7.24002e+06 1.82346e+05 9.22211e+06 6.45735e+06 7.94032e+05 3.56670e+06 8.99789e+06 2.61127e+06 4.60210e+06 1.14842e+06 1.00399e+06 1.40566e+05 3.01526e+06 1.20613e+07 4.91084e+06 2.32337e+07 1.03740e+07 7.99685e+06 1.54283e+07 1.06021e+07 9.69770e+07 4.80925e+06 3.66202e+07 2.19584e+06 2.75861e+06 2.96795e-01 5.91451e-04 8.57493e-05 2.26466e-04 1.01932e-04 2.07261e-04 5.19366e-05 2.81283e-04 1.40035e-04 2.61867e-04 2.86380e-05 4.95097e-05 1.84448e-05 1.42624e-03 1.02954e-03 2.56762e-05 3.30938e-04 7.36052e-04 1.13563e-03 5.29675e-04 1.00209e-04 1.57174e-03 8.55021e-04 4.67869e+01 5.51373e-03 1.01871e-03 5.18557e-01 9.07808e+04 1.10329e+04 2.69828e+04 4.44683e+04 9.33437e+03 2.73611e+04 7.06778e+04 3.67058e+04 5.67562e+04 1.86651e+04 1.09393e+04 1.08090e+03 5.76938e+04 1.88478e+05 7.09100e+03 1.07928e+05 8.77123e+04 4.75824e+04 7.24432e+04 1.02067e+05 1.25718e+06 1.18803e+05 2.11679e+05 2.35877e+03 1.70226e+04 1.00365e+00 4.10188e+06 2.13711e+05 8.98643e+05 1.22591e+06 3.62512e+05 1.68786e+06 1.12026e+06 6.53838e+05 8.77111e+05 1.94154e+05 1.89705e+05 2.40833e+05 2.40148e+06 4.24032e+06 1.10295e+05 3.21174e+06 2.02421e+06 5.48918e+05 1.78807e+06 2.04090e+06 1.78299e+07 1.64486e+00 2.96322e+06 1.16933e+03 3.35597e+05 4.22947e-01 1.17028e+06 7.34821e+04 1.45173e+05 1.10029e+05 5.56653e+04 6.19617e+04 1.63783e+05 5.07258e+04 1.18656e+05 3.97926e+04 2.26932e+04 1.23493e+03 2.42399e+05 1.43058e+05 1.48076e+04 2.39320e+05 1.93060e+05 8.53349e+04 7.12161e+04 1.39114e+05 1.21362e+06 7.16997e+04 1.87149e+05 2.18971e+03 9.37649e+03 6.98363e-01 2.60599e+05 1.91569e+04 1.04510e+04 1.21843e+04 6.94419e+02 1.32792e+03 5.06569e+03 1.07426e+03 3.95416e+03 2.02469e+03 8.30984e+02 3.22280e+01 4.66186e+04 5.99195e+03 5.78384e+02 1.42991e+04 9.62370e+03 1.20123e+04 8.51793e+03 5.52237e+03 4.19650e+04 4.64727e+03 1.27693e+04 1.76257e+01 2.31337e+02 1.95450e-04 6.95807e+07 3.64425e+06 2.25659e+07 6.27089e+06 1.03354e+06 2.20503e+06 6.87269e+06 1.70877e+06 6.79777e+06 2.80923e+06 1.17594e+06 1.00229e+05 1.06642e+07 1.12569e+07 1.11364e+06 2.21365e+07 2.51430e+07 1.49587e+07 1.55590e+07 2.48813e+07 5.75791e+07 6.07317e+06 1.72579e+07 9.10482e+04 5.66989e+05 6.30125e+00 4.02018e+06 1.10394e+06 4.38267e+07 1.18921e+06 1.48313e+05 1.05162e+06 7.49019e+05 1.08666e+06 5.46231e+05 2.99001e+05 1.01537e+05 1.45320e+05 3.07739e+06 6.00333e+06 8.09806e+05 3.87213e+06 3.18303e+05 5.68743e+05 8.54406e+06 1.09641e+06 3.12968e+07 2.61425e-01 1.01796e+07 2.54781e-01 2.91050e+05 3.29788e-01 6.58465e+05 3.41481e+04 4.22912e+04 1.01495e+05 1.77760e+04 5.26468e+04 1.50230e+05 4.15686e+04 1.30228e+05 4.82552e+04 2.15831e+04 1.30646e+03 1.22997e+05 1.42923e+05 1.46756e+04 3.39971e+05 2.99864e+05 1.58866e+05 7.16700e+04 1.69159e+05 1.39698e+06 1.19208e+05 2.72508e+05 1.66505e+03 1.04218e+04 4.08550e-01 1.02458e+06 1.82914e+05 1.76032e+07 6.07350e+05 1.22518e+05 3.58926e+05 1.01138e+06 3.12704e+05 8.85605e+05 3.04609e+05 1.67585e+05 5.99716e+03 3.48285e+06 1.64736e+06 6.18827e+04 1.24282e+06 9.22809e+05 5.85285e+05 8.68853e+05 1.15119e+06 1.04389e+07 1.56807e+05 2.29807e+06 2.41927e+04 1.25039e+05 2.29001e+01 3.75642e+07 1.81681e+06 1.16026e+06 2.05013e+06 3.97576e+05 1.08759e+06 2.85706e+06 7.25559e+05 2.47953e+06 8.83202e+05 3.79043e+05 1.78904e+04 4.23292e+06 1.05074e+06 2.28132e+05 4.95696e+06 4.54824e+06 2.59359e+06 3.23916e+06 6.71170e+06 2.19072e+07 1.19851e+06 2.29124e+06 1.21709e+04 2.03014e+05 9.20052e-01 7.66501e+05 1.68666e+05 3.93854e+05 1.39550e+05 1.43218e+05 1.02504e+05 2.76713e+05 8.78179e+04 3.18741e+05 9.81569e+04 5.65779e+04 3.64550e+03 7.74713e+05 2.26245e+06 8.37934e+04 1.56863e+06 1.20275e+06 8.53917e+05 1.02970e+06 1.02228e+06 6.21633e+06 4.10971e+05 8.03535e+05 9.40425e+03 6.57022e+04 4.41601e+00 3.36475e+06 1.00587e+05 1.66273e+06 8.61870e+04 9.99525e+03 4.49218e+04 8.07278e+04 2.51283e+04 5.39006e+04 1.77284e+04 1.16656e+04 7.16730e+02 1.45306e+06 9.35235e+05 3.88923e+04 7.12092e+05 5.16938e+05 3.00668e+05 2.30204e+05 3.92930e+05 3.43046e+06 3.64146e+05 7.10833e+05 5.01912e+03 3.97290e+04 3.02805e+00 1.54707e+06 1.87654e-01 1.75975e+04 2.51845e+06 3.05423e+05 2.23427e+05 1.19169e+06 2.04185e+05 2.66281e+04 2.91207e+03 1.65425e+05 6.16290e+04 1.46623e+06 2.73664e+05 5.08435e+04 6.55317e+05 1.45751e+06 1.33773e+05 3.49416e+05 6.77027e+05 1.76466e+06 6.56906e-01 5.98251e+04 3.88407e+02 1.11473e+05 6.59052e-05 1.05623e+07 7.20484e+05 9.91832e+06 6.45409e+06 3.68621e+06 1.65889e+06 4.51195e+06 2.61140e+06 6.81591e+05 3.30796e+05 8.88918e+05 2.47426e+05 2.82196e+06 8.55614e+06 4.56743e+05 5.88691e+06 1.30933e+07 6.61397e+06 8.76682e+06 1.65859e+06 1.51698e+07 4.22417e-01 8.07329e+06 3.92976e-01 5.63343e+06 2.03174e+00 1.47069e+07 2.85494e+06 3.25281e+05 3.59784e+07 1.84045e+06 9.48197e+05 4.46026e+06 1.03580e+06 6.47664e+06 7.01878e+05 6.38618e+05 5.67771e+04 4.95210e+06 1.18017e+07 7.52334e+05 9.69675e+06 2.15669e+07 5.31864e+06 4.74166e+06 2.45687e+06 2.84758e+07 1.21350e+00 4.35235e+06 1.10959e-03 3.18452e-01 1.09609e-03 7.55264e+06 1.73720e-01 5.81421e+05 2.91315e+06 6.75599e+05 3.97080e+06 5.07664e+06 1.36640e+06 2.65744e+06 9.06753e+05 6.04808e+05 1.46495e+05 2.10497e+00 1.71468e+07 9.67565e+06 2.15672e+07 2.29121e+07 9.25079e+05 9.01535e+06 1.71508e+06 4.36293e+07 1.96182e+06 1.01519e+07 1.61365e+06 2.04808e+06 4.87643e-01 3.72539e+06 2.56462e+05 4.40828e+05 1.50874e+06 9.71209e+05 1.27204e+06 1.30855e+06 6.26788e+05 6.37470e+05 4.87999e+05 1.40100e+05 2.28013e+04 2.22241e+06 2.35939e+06 1.98046e+06 1.10235e+06 1.33234e+06 4.12406e+06 8.35125e+05 2.21728e+06 1.67149e+07 1.77290e-01 2.78967e+06 2.14682e-01 3.46749e+05 2.62930e+00 5.34487e+05 2.44391e+04 3.90399e+07 7.26926e+05 1.80681e+05 5.62932e+05 2.72844e+06 6.45721e+05 2.61829e+06 9.36424e+05 3.33159e+05 1.36415e+04 3.64081e+06 1.10003e+07 1.40116e+05 3.83837e+06 2.04253e+06 2.08352e+06 2.50205e+06 3.07693e+06 2.39988e+07 3.46144e+06 6.24869e+06 1.91964e+04 1.36209e+05 1.93634e+00 2.51199e+07 4.89690e+05 1.36900e+06 1.04308e+07 1.23331e+07 8.17873e+06 3.44714e+07 3.01839e+07 6.85553e+07 1.34871e+07 3.89475e+06 0.00000e+00 2.27620e+07 1.95217e+07 7.40894e+05 9.54930e+06 2.12390e+07 2.00175e+07 1.92993e+07 8.49228e+06 9.41431e+07 2.47253e+00 2.18098e+07 5.31386e+05 2.89517e+06 5.26873e-01 9.15796e+03 2.33666e+02 2.48349e+03 1.93423e+03 5.29017e+02 4.70313e+02 1.18461e+03 5.54735e+02 1.17916e+03 4.30340e+02 1.79612e+02 3.25876e+01 4.19993e+03 3.12428e+03 2.07146e+02 4.12246e+03 1.21328e+04 1.63372e+03 5.67127e+03 6.35540e+03 1.49273e+04 1.46477e+03 3.05940e+03 4.28720e+01 7.51042e+02 5.50432e+01 3.38533e+06 2.86808e+02 2.24032e+05 4.14185e+06 2.76843e+05 7.89413e+05 1.40980e+06 4.91628e+05 7.86652e+05 1.40979e+05 3.94166e+05 2.03777e+00 1.11619e+06 2.71325e+06 1.62903e+05 2.61857e+06 1.97626e+06 1.06790e+06 4.25639e+06 2.21776e+06 1.16591e+07 1.74994e+04 9.88469e+05 1.49795e+01 1.53760e+01 2.66259e+02 3.68983e+07 5.72470e+06 3.32244e+06 1.54318e+07 1.27867e+06 5.33418e+06 5.09706e+07 2.66873e+07 1.37387e+07 3.11416e+02 3.68817e+06 1.61076e+06 1.10804e+07 2.37593e+07 2.74539e+06 3.53851e+07 7.87013e+07 7.48357e+01 2.18148e+07 1.01715e+02 6.87732e+06 3.05192e+01 1.13974e+07 1.68098e-02 4.82442e+00 4.17163e+04 1.45683e+06 1.31535e+05 4.15587e+04 2.22828e+04 4.24583e+03 1.51480e+04 4.16545e+04 1.23091e+04 4.04429e+04 1.28221e+04 5.70931e+03 1.53733e+02 1.21419e+05 9.16515e+04 3.01929e+03 7.79275e+04 6.69482e+04 3.33811e+04 3.77933e+04 8.47416e+04 8.13301e+05 6.45867e+04 1.28430e+05 6.50808e+02 5.46731e+03 5.38563e-01 3.67729e+04 9.52425e+03 2.75972e+03 3.06570e+03 5.92807e+02 1.97592e+03 5.14521e+03 1.45200e+03 3.78519e+03 1.22105e+03 6.93442e+02 2.06596e+01 7.98214e+03 9.27502e+03 1.52659e+03 2.35392e+04 2.29870e+04 1.26961e+04 8.56516e+03 1.67742e+04 7.23427e+04 4.14120e+03 1.05522e+04 7.56777e+01 5.48455e+02 1.02555e+00 3.69888e+03 1.34430e+02 2.10993e+03 2.00448e+04 4.29373e+03 1.45467e+04 3.63384e+04 1.18864e+04 2.58677e+04 1.07054e+04 5.67280e+03 2.17941e+02 5.65225e+03 1.00789e+04 1.23752e+03 2.15777e+04 1.63166e+04 9.45449e+03 8.84502e+03 1.62373e+04 1.87677e+05 1.18418e+04 2.56541e+04 3.33100e+02 2.56456e+03 5.41975e-02 2.42293e+04 1.54251e+03 1.42562e+03 8.24134e+02 2.76591e+02 1.09228e+03 2.17196e+03 8.08202e+02 1.53171e+03 7.28779e+02 4.16012e+02 9.93781e+00 2.50066e+03 4.79596e+03 7.06080e+02 1.16957e+04 7.46441e+03 6.77712e+03 3.67395e+03 7.46786e+03 2.96496e+04 2.68058e+03 4.68062e+03 3.97955e+01 7.75901e+00 5.91053e-03 1.25191e+07 7.23919e+05 1.01538e+08 5.32962e+06 1.06545e+06 3.69078e+06 1.61443e+07 3.21897e+06 1.12523e+07 3.96400e+06 1.53582e+06 8.20932e+04 3.14885e+07 1.41924e+07 5.77065e+05 1.60242e+07 1.06146e+07 5.90178e+06 8.28543e+06 1.30264e+07 1.16387e+08 9.13934e+06 1.47454e+07 5.09817e+04 1.43389e-07 9.00714e+00 2.34938e+06 1.76712e+05 2.03675e+05 3.91813e+05 6.66769e+04 2.20648e+05 5.58593e+05 1.47481e+05 4.77664e+05 1.63894e+05 8.06561e+04 2.58938e+03 5.16016e+05 2.48882e+05 2.71752e+04 7.58976e+05 5.03260e+05 2.97080e+05 3.74118e+05 6.98976e+05 2.95969e+06 2.71240e+05 6.66795e+05 2.79236e+03 2.01712e+04 9.26465e-03 5.82729e+05 5.97884e+04 1.35005e+04 2.40719e+05 1.69923e+04 6.51739e+04 1.33273e+05 6.71383e+04 1.01280e+05 3.92941e+04 1.87794e+04 6.74195e+02 4.43428e+05 8.57429e+04 3.74857e+03 1.67382e+05 1.10819e+05 1.04075e+05 1.33872e+05 7.48404e+04 1.14555e+06 9.53665e+04 1.96880e+05 1.03858e+03 1.34096e+04 2.36377e-01 1.65300e+04 9.23529e+02 6.73158e+03 6.53679e+03 8.23138e+02 3.15891e+03 6.95231e+03 2.43020e+03 5.33605e+03 1.71541e+03 1.01887e+03 3.34630e+01 1.31238e+04 7.61262e+03 2.29080e+03 3.18377e+04 2.17176e+04 1.23800e+04 2.40023e+04 4.33126e+04 1.56292e+05 1.01355e+04 2.05064e+04 4.44211e+02 2.86122e+03 4.47184e-02 1.16116e+06 9.12897e+04 9.83370e+03 5.71157e+03 7.69877e+02 2.89596e+03 8.54571e+03 1.61895e+03 7.57513e+03 2.91372e+03 1.15967e+03 3.10560e+01 3.26564e+04 6.68765e+03 1.50387e+03 3.12465e+04 3.87605e+04 6.04412e+03 1.12349e+04 2.43554e+04 2.21272e+05 1.16034e+04 2.63956e+04 1.45340e+02 1.77426e+03 1.82392e+00 1.68835e+04 8.10732e+03 1.89264e+04 7.74120e+05 1.99068e+05 1.30156e+06 8.18175e+06 1.53725e+06 1.29794e+07 1.12660e+06 1.10743e+05 5.95881e+04 2.70835e+06 3.00486e+06 3.85331e+05 4.96649e+06 1.10462e+07 3.25100e+06 1.27315e+07 3.18766e+06 2.94248e+07 6.00889e+05 1.06058e+07 3.83472e+05 1.93938e+05 2.02615e-01 1.60837e+06 1.08281e+00 2.06432e+05 5.40728e+05 3.94167e+05 6.57068e+05 1.49576e+06 1.17056e+06 5.53135e+05 6.74683e+05 9.59004e+04 6.43916e+04 7.02215e-01 3.86077e+06 2.01974e+05 1.85836e+06 1.61784e+06 4.40866e+05 3.23552e+06 8.39444e+05 7.49669e+06 4.35600e-01 1.52306e+06 1.83659e+00 2.96146e+05 1.09605e+00 3.66013e+05 4.60511e+00 1.58794e+04 7.84763e+04 3.24913e+03 1.02004e+05 3.05689e+05 2.33086e+05 2.06036e+05 1.05371e+04 3.83752e+04 7.58663e+03 4.13376e+02 3.73263e+05 1.04841e+05 2.42027e+05 1.78705e+05 7.53649e+04 4.13170e+05 7.09607e+04 1.81682e+06 2.19424e-01 2.12642e+05 2.24202e-01 5.31792e+04 7.78249e-01 4.34890e+05 4.90948e+04 2.31641e+03 1.55673e+03 5.20036e+02 2.22095e+03 4.27168e+03 1.89212e+03 3.25930e+03 1.11568e+03 6.95760e+02 1.99504e+01 3.46996e+03 1.07608e+04 7.25340e+02 1.55837e+04 9.63413e+03 5.65937e+03 1.30315e+04 2.08568e+04 7.53683e+04 2.64266e+03 7.00791e+03 4.74135e+01 5.94045e+02 7.71816e-02 3.07494e+06 4.45809e+05 9.55642e+06 7.57681e+06 7.84579e+05 1.75932e+06 6.62129e+06 4.32224e+06 1.72745e+06 1.58984e+06 3.63996e+05 1.24548e+06 4.86164e+06 3.19228e+06 1.53606e+05 1.97981e+06 4.40337e+06 2.64425e+06 9.18641e+06 3.77865e+06 1.85730e+07 3.57200e+06 2.01197e+06 2.34503e+03 6.73024e+05 1.23437e-02 9.73926e+04 8.69041e+03 5.38512e+04 5.81588e+04 1.24053e+04 3.86251e+04 9.42759e+04 2.97732e+04 7.78206e+04 2.64417e+04 1.46431e+04 7.34711e+02 1.20700e+05 7.96527e+04 7.08580e+03 1.36376e+05 9.28126e+04 5.02223e+04 6.73810e+04 1.33735e+05 1.54035e+06 8.85309e+04 1.95438e+05 1.99755e+03 1.78791e+04 2.11815e-01 2.71383e+07 9.45650e+05 2.21620e+06 8.60687e+06 3.93398e+06 7.35891e+06 1.93124e+07 1.15609e+07 9.90011e+06 6.71415e+06 2.31821e+06 3.67610e+05 1.74220e+07 1.63514e+07 7.30961e+05 1.70287e+07 1.61199e+07 2.91510e+07 2.15689e+07 1.23155e+07 9.23590e+07 1.08354e+07 2.42094e+07 1.95102e-01 0.00000e+00 1.90193e+01 3.84736e+06 1.67595e+05 1.86828e+04 1.54371e+06 3.32520e+05 2.67526e+05 8.22792e+05 1.99933e+05 5.22523e+05 2.75694e+05 1.28270e+05 8.73332e+03 1.38743e+06 9.42614e+05 8.55700e+03 5.98313e+05 1.08435e+06 3.84882e+05 1.61680e+06 5.92714e+05 6.94336e+06 4.20241e+05 1.10997e+06 6.48771e+04 4.76194e+05 1.19021e+00 1.69828e+07 9.54810e+05 2.76971e+05 7.97183e+05 1.11298e+05 3.51060e+05 1.11733e+06 2.43870e+05 7.89397e+05 2.78664e+05 1.32183e+05 6.40959e+03 1.20046e+06 8.08070e+05 7.23464e+04 2.46912e+06 2.21604e+06 1.19357e+06 1.47811e+06 2.76298e+06 8.98538e+06 2.89439e+05 1.02651e+06 3.86064e+03 3.31905e+04 2.42068e-01 1.77441e+05 2.41494e+04 4.24919e+04 2.42458e+04 4.42963e+03 1.45211e+04 3.08132e+04 1.91113e+04 3.09300e+04 1.38181e+04 5.42472e+03 2.24513e+02 1.01950e+05 4.00981e+04 4.02443e+03 5.30308e+04 3.86540e+04 2.18388e+04 3.52167e+04 5.23608e+04 2.22249e+05 1.44541e+04 3.36983e+04 2.63810e+02 1.68632e+03 5.32801e-01 1.61335e+05 9.85222e+03 7.65743e+02 1.04392e+05 8.93871e+03 2.36702e+04 5.89620e+04 1.85908e+04 5.31992e+04 1.45491e+04 8.86909e+03 2.40384e+02 1.44388e+04 1.45158e+04 2.75687e+03 3.69390e+04 2.87586e+04 2.66491e+04 1.99062e+04 9.88501e+03 1.62134e+05 2.60911e+04 6.51109e+04 6.43940e+02 3.15452e+03 4.34750e-03 4.04661e+06 4.69108e+04 1.07549e+04 1.13974e+06 1.14406e+05 2.97984e+06 4.29049e+06 1.94496e+06 2.06658e+06 2.23682e+06 1.28482e+05 8.08917e+04 5.11530e+06 2.40818e+05 5.20770e+06 1.61769e+02 1.10681e+03 1.30854e+06 4.38842e+06 2.42297e+06 3.72948e+07 3.62402e-01 4.05408e+06 3.48517e-01 7.94596e+05 4.44926e-01 7.80803e+05 1.13202e+05 2.46081e+05 1.44712e+06 7.81012e+05 2.05600e+06 4.82945e+06 2.93474e+06 9.25205e+06 6.70431e+05 6.70009e+05 4.50936e+04 1.80383e+06 6.60678e+06 8.32784e+05 4.73620e+06 1.05340e+07 3.93196e+06 6.42244e+06 3.45806e+06 3.26589e+07 7.14361e+06 1.88800e+07 3.52772e+05 9.46103e+05 9.09994e+00 1.48244e+06 6.39514e+04 5.24123e+05 2.94492e+04 1.62497e+03 9.49103e+04 1.86062e+05 8.38129e+04 7.96375e+04 1.23082e+04 7.69873e+03 1.20328e+02 8.17597e+05 8.77310e+04 1.33959e+04 4.17629e+05 2.01604e+05 9.97387e+04 9.77526e+04 2.63698e+05 2.55419e+06 1.53804e+04 7.32844e+04 1.13521e+02 5.89157e+03 4.06021e-02 1.82999e+05 1.34004e+05 1.03499e+05 1.28019e+05 9.82871e+04 5.74066e+04 7.06271e+05 2.85566e+05 1.04021e+06 9.14713e+04 2.38822e+04 1.00108e+05 5.68358e+05 3.58569e+05 8.08322e+04 9.56147e+05 2.37164e+06 3.12916e+05 3.22109e+05 7.55536e+05 1.02736e+07 5.74597e-02 1.11232e+06 6.49695e-02 9.60815e+05 1.02643e-01 1.09524e+06 7.97990e+04 8.38468e+03 1.19999e+05 2.14766e+04 7.40980e+04 1.73885e+05 3.63992e+04 1.47320e+05 5.06226e+04 2.78574e+04 1.27891e+03 2.92066e+04 2.71192e+05 1.02789e+04 1.89218e+05 1.69394e+05 8.61482e+04 1.54577e+05 2.91946e+05 5.50680e+05 2.68244e+04 6.16620e+04 4.01299e+02 5.29157e+03 1.82839e+02 1.67179e+07 3.10967e+06 3.41122e+06 1.34898e+07 5.99535e+06 3.00144e+06 8.32419e+06 3.31178e+06 1.10530e+07 1.65845e+06 3.36244e+06 1.72356e+06 3.48644e+06 3.75371e+06 8.46285e+05 2.27195e+07 1.67542e+07 4.81043e+06 7.03681e+06 3.55559e+06 1.55754e+07 4.48588e-01 6.15624e+06 2.72183e+04 2.00792e+05 6.91149e-01 5.87608e+05 3.36354e-01 1.87803e+04 6.05536e+04 5.44562e+03 1.16210e+04 1.44652e+05 7.74024e+04 2.61809e+04 9.01428e+03 7.30596e+02 9.17391e+03 6.85234e+04 2.67850e+05 1.30618e+05 2.59598e+05 3.50999e+05 3.80251e+04 5.35758e+04 1.16065e+05 3.00104e+05 3.40567e-01 3.61782e+04 4.76833e-01 1.35878e+04 8.66289e+00 5.88734e+05 4.59071e+04 3.50504e+04 1.27639e+04 3.77888e+03 1.11420e+04 2.40557e+04 9.76583e+03 2.21470e+04 6.78758e+03 4.62123e+03 1.84216e+02 5.00167e+04 3.85178e+04 2.34948e+03 3.98341e+04 2.65163e+04 1.45106e+04 4.89341e+04 7.13562e+04 4.22223e+05 2.84611e+04 5.61840e+04 4.84973e+02 3.88083e+03 7.07644e-01 1.64013e+05 2.04721e+04 1.97387e+06 2.68546e+05 5.91612e+04 1.76981e+05 3.47447e+05 1.39694e+05 4.36156e+05 1.53417e+05 7.06493e+04 5.40368e+03 2.12808e+05 3.25762e+05 3.99159e+04 7.77487e+05 6.31809e+05 3.49728e+05 1.35785e+05 3.98944e+05 3.03720e+06 7.06381e+04 2.33548e+05 1.68284e+03 1.73177e+04 7.51245e-01 2.20265e+06 1.41705e+05 2.96989e+05 2.64077e+05 1.76900e+05 1.82338e+05 5.74506e+05 1.49117e+05 4.46571e+05 1.57728e+05 7.56110e+04 2.70896e+03 6.11690e+05 3.25692e+05 3.20071e+04 7.60467e+05 5.19444e+05 2.59862e+05 5.57449e+05 8.27516e+05 3.83549e+06 4.48571e+05 9.51313e+05 4.25173e+03 2.96670e+04 6.83915e-01 2.92010e+07 5.17936e+05 2.30406e+06 1.51195e+07 1.22203e+07 2.39229e+06 7.43083e+06 4.03901e+06 6.29985e+06 1.84456e+06 1.62402e+06 2.26387e+04 8.16583e+06 3.48652e+07 1.06570e+07 2.15753e+07 2.21216e+07 1.15919e+07 3.89815e+07 2.96093e+06 7.50973e+07 5.59051e-01 1.07447e+07 2.90445e-01 8.37926e+05 1.18636e+00 2.23139e+05 8.81511e+03 2.09355e+04 8.10110e+04 2.42463e+04 4.08178e+04 1.30073e+05 2.98079e+04 8.08458e+04 2.80407e+04 1.44432e+04 1.09278e+03 3.78467e+04 1.12980e+05 6.43150e+03 1.37303e+05 1.07701e+05 5.11355e+04 8.94740e+04 1.70655e+05 1.73908e+06 1.10556e+05 2.70046e+05 2.01596e+03 1.79314e+04 3.99171e-01 2.64442e-01 2.64296e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64290e-01 2.64289e-01 2.64290e-01 2.64290e-01 2.64290e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64289e-01 2.64306e-01 2.64302e-01 2.64306e-01 2.64290e-01 2.58294e-01 3.65636e+06 1.84429e+05 1.21753e+05 9.13314e+04 2.20100e+04 7.17695e+04 1.87889e+05 5.17286e+04 1.75217e+05 5.97485e+04 2.85686e+04 1.33287e+03 4.09492e+05 3.09560e+05 1.89472e+04 4.03484e+05 3.16639e+05 1.81357e+05 1.19042e+05 2.75249e+05 2.16782e+06 1.28191e+05 2.98209e+05 2.83589e+03 1.63319e+04 2.10540e+00 2.93953e+06 4.81687e+05 8.67992e+05 2.05269e+06 1.49266e+06 1.93352e+05 9.59774e+05 1.46031e+06 1.78222e+06 1.51175e+05 1.11041e+06 3.82218e+04 1.83963e+06 3.99735e+05 4.89719e+04 6.31194e+05 1.40386e+06 1.74020e+04 2.15227e+06 8.63422e+05 2.26912e+06 7.15100e+04 2.33112e+05 5.50074e+03 1.57871e+06 5.52481e-01 1.57914e+06 8.90680e+04 3.38277e+07 1.35295e+06 4.37906e+05 7.41605e+05 3.33200e+06 8.73575e+05 2.13956e+06 6.54263e+05 4.14604e+05 3.75123e+04 1.20707e+07 5.47927e+06 2.20674e+05 6.07664e+06 3.31864e+06 2.83546e+06 3.86309e+06 4.76507e+06 3.58847e+07 1.65736e+06 5.68594e+06 3.24782e+04 2.27733e+05 2.09238e+01 6.79487e+06 3.50445e+05 1.97856e+07 9.40125e+06 1.92338e+06 6.45029e+06 1.31918e+07 4.13577e+06 1.44814e+07 4.24929e+06 2.88117e+06 4.95291e+05 1.19726e+07 3.43416e+07 4.61181e+06 1.58231e+07 2.22694e+07 9.20385e+06 2.50668e+07 1.75253e+07 1.87097e+08 9.08176e+06 4.08353e+07 4.60987e+05 2.15938e+06 3.81975e-01 1.17611e+07 8.82173e+05 4.58459e+05 3.81862e+05 7.78453e+04 2.48012e+05 8.33883e+05 2.02816e+05 6.38067e+05 2.19429e+05 1.01034e+05 3.29501e+03 1.69478e+06 3.14153e+06 4.94882e+04 1.34306e+06 1.31160e+06 6.57256e+05 1.02770e+06 1.79238e+06 6.02365e+06 3.74947e+05 8.98349e+05 4.23238e+03 5.61012e+04 5.14268e+00 7.55416e+07 1.86200e+06 5.92126e+07 5.46472e+07 2.71727e+07 4.60113e+07 1.54578e+08 3.25177e+07 1.30822e+08 7.26385e+07 2.00085e+07 5.54620e+04 1.23455e+08 1.13758e+08 7.68543e+06 2.01335e+08 1.55321e+08 1.05483e+08 1.35635e+08 2.97071e+08 2.26352e+09 2.46193e+08 3.67463e+08 2.22011e+06 1.70244e+07 1.86807e-01 9.31653e+05 9.94008e+03 1.16136e+05 9.63603e+05 4.60412e+05 1.95985e+05 6.19141e+05 1.06628e+05 1.42385e+05 7.83019e+04 3.48202e+04 1.29722e+04 6.31029e+05 1.07356e+06 2.45320e+04 5.46426e+05 5.56943e+05 2.06751e+05 4.70922e+05 4.52344e+05 5.73375e+06 9.23846e-01 5.77698e+05 3.91847e-01 9.26283e-01 2.82513e-01 6.21262e+06 1.20758e+06 5.46453e+05 4.04331e+05 9.13076e+05 2.86134e+04 8.10187e+05 2.72907e+05 3.34047e+05 1.61755e+04 1.39974e+05 2.92421e+04 7.54867e+05 5.67123e+05 1.26247e+04 1.62719e+05 3.61909e+05 1.53164e+04 1.28778e+06 3.49754e+05 1.69098e+06 6.57043e+04 4.87985e+05 2.38398e+03 6.84203e+05 2.16966e+00 9.34519e+04 1.34613e+04 1.83640e+03 1.29536e+03 2.87989e+02 1.12088e+03 2.61613e+03 8.72715e+02 1.30407e+03 1.08075e+03 3.84498e+02 1.04786e+01 5.30986e+03 8.48158e+03 1.27044e+03 1.89045e+04 1.59182e+04 8.52026e+03 7.08571e+03 1.47254e+04 7.62304e+04 4.05395e+03 1.03944e+04 1.08224e+02 8.24995e+02 2.90452e-02 5.25380e+06 4.35085e+05 1.88027e+07 4.46903e+06 1.00456e+06 1.84753e+06 7.48562e+06 1.44415e+06 8.12195e+05 9.69344e+05 2.41959e+05 9.01418e+04 2.05599e+06 5.79398e+06 1.41613e+05 4.99003e+06 2.04845e+06 1.28068e+06 1.74520e+06 4.01227e+06 2.13453e+07 3.66769e-01 1.97912e+06 2.91068e-01 1.22164e+05 2.35802e+01 2.31695e+06 1.13936e+06 6.77173e+06 3.05540e+06 1.55645e+06 6.76426e+05 1.56194e+06 2.20819e+05 6.88694e+05 6.05187e+05 3.99517e+05 5.32056e+04 2.12867e+06 2.74792e+06 8.90954e+04 4.99951e+06 1.06773e+05 2.18243e+06 9.88268e+05 5.56214e+05 2.70893e+06 1.94758e+05 9.44900e+05 1.00894e+03 2.89566e+05 6.44309e+00 2.60685e+06 1.86235e+05 2.92303e+05 1.61783e+05 2.71259e+04 9.96970e+04 2.67309e+05 7.17043e+04 1.87133e+05 6.31504e+04 3.32430e+04 1.48514e+03 4.77764e+05 1.97136e+05 2.47804e+04 5.15134e+05 4.20220e+05 2.26709e+05 3.53699e+05 7.14438e+05 2.39142e+06 1.00482e+05 3.14919e+05 2.10880e+03 1.19166e+04 6.94121e-02 6.14539e+05 2.74264e+04 1.50519e+06 6.62039e+05 4.43553e+03 2.29098e+04 3.37960e+04 1.22976e+04 3.88436e+04 9.69655e+03 4.85646e+03 1.48220e+02 8.86566e+05 4.05188e+05 3.24812e+04 5.62433e+05 3.22808e+05 3.14354e+05 2.40685e+05 2.52414e+05 1.91071e+06 1.19663e+05 2.17333e+05 2.60841e+03 1.78774e+04 2.59853e-01 7.97677e+05 2.36844e+05 4.18284e+05 1.53172e+05 5.09222e+04 9.06180e+04 1.78153e+05 7.57662e+04 1.23117e+05 7.53304e+04 5.33635e+04 5.05666e+03 5.01424e+05 2.10110e+05 1.24313e+05 4.28899e+05 3.19579e+05 2.43046e+05 2.56984e+05 4.23511e+05 2.64287e+06 2.05219e+05 4.49164e+05 4.35634e+04 1.56285e+05 5.81294e-01 0.00000e+00 +5.17036e+05 1.88219e+04 6.02800e+03 3.59507e+04 7.57360e+03 2.52578e+04 5.53692e+04 2.30164e+04 6.22300e+04 1.99378e+04 1.05721e+04 1.44250e+02 2.99300e+04 2.44910e+05 3.65807e+03 9.02979e+04 9.59596e+04 4.94840e+04 2.38629e+05 3.75462e+05 3.96980e+05 8.12192e+04 1.27201e+05 1.60576e+03 1.67006e+03 4.12370e-02 2.41998e+05 9.63172e+03 3.05839e+04 8.74918e+03 6.79519e+03 1.01938e+04 1.63569e+04 1.08572e+04 2.30360e+04 6.35589e+03 4.44015e+03 3.30603e+01 4.89097e+04 1.41419e+05 4.86577e+03 8.42206e+04 8.64444e+04 4.23266e+04 4.71872e+04 4.83542e+04 2.94391e+05 9.18065e+04 9.64785e+04 2.01246e+03 4.05403e+03 3.24653e+00 1.27626e+06 6.21749e+04 1.88482e+06 4.85744e+04 2.05294e+04 6.39170e+04 1.40738e+05 7.58930e+04 2.53489e+05 1.01096e+05 4.01803e+04 8.02633e+02 1.07197e+06 2.46758e+06 5.48129e+04 1.27745e+06 1.07350e+06 5.17442e+05 7.02810e+05 1.35768e+06 1.97501e+06 1.41076e+06 1.51156e+06 1.20931e+04 6.80018e+03 7.54389e-01 1.70324e+03 6.65033e+01 1.62144e+03 1.50171e+03 4.47258e+02 1.55036e+03 2.76604e+03 1.70264e+03 3.43156e+03 1.06049e+03 5.84222e+02 9.70608e+00 3.81535e+03 1.93860e+04 2.61342e+03 3.25437e+04 3.43411e+04 1.68912e+04 7.66927e+03 1.32319e+04 1.15293e+05 3.87539e+04 4.21513e+04 1.64721e+03 1.78879e+03 1.41726e+00 1.16682e+06 4.30836e+04 1.90190e+06 1.40962e+05 2.75379e+04 8.94381e+04 1.77993e+05 8.64195e+04 2.46163e+05 9.49002e+04 4.43321e+04 9.61861e+02 1.20239e+06 1.94551e+06 6.61434e+04 1.35524e+06 1.45893e+06 6.55923e+05 2.60565e+05 3.92377e+05 2.10857e+06 6.53317e+05 9.08173e+05 1.39484e+04 9.88943e+03 1.87744e+00 2.42917e+03 1.43220e+02 2.35315e+03 6.90098e+02 3.00213e+02 7.23610e+02 1.17287e+03 7.27547e+02 9.02432e+02 3.62897e+02 3.54467e+02 6.46035e+00 5.75833e+03 2.21805e+04 1.91752e+03 1.38738e+04 1.72401e+04 9.72595e+03 6.91672e+03 1.07448e+04 3.88168e+04 1.19800e+04 1.60187e+04 1.22828e+03 7.23544e+02 2.15897e-01 4.79460e+06 1.37894e+05 2.33521e+06 2.40225e+06 1.07062e+06 9.65486e+05 2.35914e+06 8.67010e+05 8.36437e+05 7.15095e+05 3.32942e+05 2.45873e+04 1.62589e+06 3.67165e+06 2.46986e+05 3.39124e+06 6.94817e+06 2.48531e+06 3.24004e+06 1.52738e+06 1.37850e+07 5.81222e+06 1.13356e+07 4.63084e+03 1.32905e+06 6.49482e-01 8.78286e+00 3.36440e+00 2.19167e+00 4.07705e-01 5.75623e-01 3.72019e-01 5.89935e-01 8.28671e-01 8.03309e-01 5.39053e-01 5.66179e-01 1.22763e+00 2.06809e+00 1.87139e+00 8.03741e-01 1.12153e+00 1.55414e+00 2.42855e-01 8.08278e-01 9.64187e-01 2.65004e+00 7.87398e-01 1.50691e+00 5.43798e-01 9.48495e-01 1.36355e+00 2.08834e+01 2.38769e+00 8.49031e+02 3.32944e+02 8.61881e+01 3.79524e+02 2.99455e+03 1.57059e+02 2.26396e+02 1.18248e+02 1.57291e+02 6.21892e+00 4.18525e+03 6.04038e+03 1.23264e+03 9.04322e+03 9.95319e+03 1.18357e+04 5.38225e+03 5.38300e+03 3.31248e+04 1.32337e+04 1.50368e+04 1.32732e+03 6.51001e+02 3.04145e-01 1.20138e+06 7.58045e+04 2.23315e+06 5.73690e+05 1.45217e+05 4.22067e+05 5.55033e+05 4.87741e+05 2.20633e+05 3.23758e+05 9.06571e+04 8.84261e+03 8.61333e+05 2.95995e+06 3.64157e+04 8.04418e+05 8.30996e+05 7.58184e+05 1.26794e+06 1.02290e+06 1.21041e+07 3.93890e+05 1.70439e+06 6.36531e+03 5.67178e+04 2.50565e-01 5.00910e+04 5.81076e+01 2.47555e+03 7.18467e+03 7.18381e+03 2.28348e+04 3.29714e+04 1.79811e+04 3.35124e+04 1.23607e+04 8.54543e+03 1.59824e+03 8.83541e+03 6.31187e+04 1.73762e+04 5.61817e+04 4.05965e+04 3.92388e+04 2.96443e+04 6.59038e+03 2.72956e+05 1.94943e-01 2.96413e+04 2.01383e-01 2.41640e+03 4.08016e-01 8.40734e+00 1.98208e+00 4.52186e+01 1.06587e+00 6.47911e-01 9.27579e-01 2.71990e+00 1.23297e+00 2.11671e+00 7.60433e-01 5.18490e-01 4.32586e-01 3.02210e+01 2.52909e+01 1.70102e+00 1.26965e+01 1.19185e+01 6.72546e+00 7.99778e+00 1.00881e+01 2.18029e+01 3.86001e+00 4.71206e+00 2.50164e-01 2.25173e-01 6.33587e+02 1.37980e+04 1.43747e+03 1.97986e+04 3.09588e+04 2.36985e+03 6.45815e+03 1.99079e+04 6.09122e+03 1.95751e+04 6.86766e+03 3.78765e+03 6.37236e+01 3.84995e+04 1.42853e+05 7.81343e+03 1.34961e+05 1.65068e+05 8.74808e+04 6.14456e+04 8.72137e+04 5.63331e+05 2.02477e+05 2.52114e+05 6.08694e+03 3.84183e+03 3.03261e-02 1.23480e+03 1.47045e+02 4.00213e+04 8.95780e+03 6.23956e+03 8.20175e+03 4.04644e+04 2.93808e+04 1.59908e+04 5.08200e+03 3.25160e+03 1.37183e+02 4.86762e+04 6.62021e+04 1.82370e+03 2.18258e+04 1.89401e+04 1.50231e+04 2.89119e+04 2.32587e+04 1.64242e+05 8.98050e+04 8.34804e+04 3.61261e+03 2.04583e+03 2.08096e+00 3.17882e+06 1.17916e+05 2.05233e+05 4.64412e+05 4.96876e+05 3.60173e+05 9.66234e+05 3.87442e+05 1.18108e+06 4.03972e+05 2.05615e+05 3.30185e+03 6.16885e+05 2.11235e+06 7.83750e+04 1.54599e+06 1.70396e+06 9.00182e+05 1.11321e+06 1.72543e+06 5.53486e+06 1.58549e+06 2.39957e+06 4.63745e+04 3.48765e+04 9.87397e-01 6.28178e+03 3.83936e+02 5.81740e+03 4.32633e+03 1.31951e+03 3.49504e+03 6.06807e+03 3.25202e+03 7.48956e+03 1.91659e+03 1.52734e+03 3.66803e+01 8.68145e+03 3.09497e+04 4.46646e+03 4.74538e+04 5.76852e+04 3.19164e+04 3.08858e+04 3.72019e+04 1.60336e+05 4.32973e+04 6.00769e+04 3.42523e+03 1.99871e+03 4.53586e-01 5.93534e+05 2.76613e+04 1.56053e+05 3.37319e+04 3.41460e+04 4.87165e+04 2.66873e+05 8.09759e+04 1.94734e+05 8.07038e+03 5.60813e+03 3.44256e+02 1.49558e+05 7.21466e+05 1.27946e+04 3.03603e+05 3.48702e+05 6.77057e+04 3.41243e+05 1.03138e+05 2.07454e+05 1.87595e+05 2.52909e+05 3.37686e+04 9.04658e+04 5.46307e+05 5.57539e+03 7.82329e-02 7.34647e+02 4.63483e+03 1.24878e+03 3.43970e+03 1.55475e+04 3.44906e+03 4.99880e+03 1.69367e+03 5.80057e+02 2.88710e+02 8.44229e+03 1.91611e+04 5.91503e+03 2.07320e+04 1.55651e+04 6.32630e+03 4.96901e+03 9.96809e+03 1.50117e+05 2.47683e-01 3.01871e+04 1.61987e-01 1.82855e+03 2.74107e-01 1.93530e+04 1.85705e+03 3.68752e+03 4.65946e+03 5.98664e+02 1.34758e+03 1.94280e+03 1.14656e+03 2.40765e+03 1.00613e+03 5.68516e+02 1.17610e+01 4.01963e+03 7.51571e+03 2.25561e+03 1.55367e+04 2.21374e+04 9.12446e+03 7.35820e+03 1.33965e+04 3.57932e+04 1.83059e+04 2.60208e+04 1.04675e+03 4.95063e+02 5.39333e-01 2.06115e+05 9.09088e+03 4.18893e+03 1.13402e+04 4.47308e+03 1.11396e+04 3.02019e+04 1.25658e+04 3.31741e+04 1.15527e+04 5.49657e+03 1.07773e+02 1.15623e+04 8.66411e+04 3.68586e+03 5.44511e+04 7.65024e+04 2.81946e+04 4.78839e+04 6.44551e+04 1.46259e+05 6.44946e+04 7.12749e+04 4.35013e+02 1.25331e+03 1.75054e+00 3.72092e+03 1.86779e+02 5.06507e+01 8.76879e+02 9.47558e+01 2.22197e+02 6.67728e+02 2.49488e+02 7.21855e+02 3.41738e+02 1.80045e+02 3.59820e+00 7.68192e+03 1.44676e+04 2.27999e+03 1.44615e+04 1.77242e+04 2.72385e+04 1.30589e+04 6.06986e+03 1.68471e+05 1.15142e+05 1.06538e+05 1.61087e+04 8.40611e+03 8.59801e-01 7.93940e+03 4.85270e+02 1.03102e+03 1.39930e+02 4.11440e+01 1.03299e+02 3.38676e+02 2.37494e+02 4.18431e+02 1.25508e+02 5.48087e+01 4.85071e-01 5.51584e+03 4.37049e+03 4.28963e+01 7.21459e+02 7.66528e+02 7.66169e+02 1.06315e+03 9.77973e+02 2.58221e+03 1.16426e+03 1.21779e+03 5.86658e+01 2.96138e+01 6.19731e-01 5.10911e+05 2.27610e+04 4.91708e+05 2.35105e+05 7.70179e+04 6.42591e+04 1.89532e+05 9.10771e+03 2.65121e+04 2.89937e+03 1.18091e+04 4.39947e+03 1.05372e+05 1.40524e+05 7.22781e+03 9.31585e+04 2.07197e+05 1.29797e+05 3.13623e+05 1.14544e+05 4.92776e+05 4.57484e+05 1.54173e+05 2.66264e+04 1.29809e+05 3.38158e+01 1.00062e+05 8.27234e+03 5.43682e+04 2.46967e+04 2.44510e+04 3.10477e+04 4.85507e+04 3.00528e+04 6.26464e+04 1.87607e+04 1.15210e+04 2.86939e+02 8.45811e+04 8.53213e+04 9.77644e+03 1.49470e+05 1.44270e+05 7.15385e+04 7.08012e+04 1.01276e+05 4.52174e+05 1.48658e+05 1.57338e+05 5.12437e+03 3.49427e+03 1.82319e+00 1.69987e+03 1.32366e+02 4.93344e+03 1.49916e+03 4.27178e+02 1.00387e+03 1.28297e+03 8.23161e+02 2.00325e+03 7.20148e+02 9.54573e+02 6.62074e+00 1.04512e+04 1.01702e+04 7.11090e+02 8.07718e+03 8.01785e+03 6.74521e+03 3.90740e+03 5.01676e+03 2.59889e+04 2.22584e+04 2.53833e+04 1.11434e+03 5.72988e+02 1.66459e+00 3.27780e+07 6.19729e+06 2.18230e+05 1.89401e+06 5.48333e+06 1.21853e+06 5.50988e+05 1.94695e+06 1.34118e+06 1.79075e+05 1.40033e+06 5.21693e+05 2.80899e-01 2.11969e+07 1.13964e+06 1.46887e+07 3.26698e+07 2.53749e+07 1.75167e+07 9.11204e+06 2.79520e+07 4.38397e-01 1.51769e+07 2.97118e+04 8.52728e+06 1.47347e+00 2.84826e+02 1.04867e+01 9.43052e+02 4.65755e+02 1.98948e+02 5.00192e+02 8.65530e+02 5.23068e+02 9.20544e+02 3.60639e+02 2.91708e+02 2.83079e+00 2.03449e+03 4.84144e+03 1.65726e+03 1.18519e+04 1.35871e+04 7.20063e+03 6.24149e+03 8.72831e+03 5.86691e+04 2.93094e+04 3.39890e+04 3.11822e+03 1.77174e+03 2.27750e-01 1.29276e+04 4.41315e+02 3.99355e+05 1.31567e+04 6.43073e+03 1.52753e+04 3.10608e+04 1.64630e+04 5.37845e+04 1.75090e+04 8.04914e+03 8.66060e+01 2.19904e+05 3.70372e+04 2.43700e+03 5.73706e+04 3.41537e+04 2.24053e+04 2.16036e+04 3.75641e+04 2.52195e+05 1.15238e+05 1.27220e+05 1.64084e+03 9.59394e+02 5.37700e-01 1.85116e+05 7.86715e+03 3.56267e+04 1.05500e+05 5.49214e+04 6.74767e+04 1.66071e+05 1.04322e+05 1.96684e+05 4.62240e+04 2.71959e+04 5.65321e+02 2.25941e+05 2.21518e+05 1.58748e+04 3.74881e+05 2.75666e+05 3.26615e+05 3.51997e+05 2.52963e+05 1.19765e+06 4.69653e+05 4.93052e+05 1.25581e+04 1.47773e+04 8.72375e+01 6.65034e+00 6.20043e+00 1.66985e+00 4.79624e-01 6.03964e-01 3.87479e-01 4.69932e-01 4.02572e-01 4.23933e-01 4.53113e-01 4.65072e-01 5.38512e-01 2.07911e+00 5.27273e-01 5.17780e-01 4.55913e-01 6.26755e-01 6.23905e-01 3.37194e-01 3.64451e-01 2.51471e-01 4.00531e-01 3.93330e-01 2.31230e-01 1.91047e-01 1.30241e+00 1.07680e+05 1.27401e+04 1.35160e+03 2.58274e+03 2.26569e+03 4.10710e+03 1.03889e+04 5.56051e+03 8.46602e+03 3.92744e+03 2.85189e+03 6.76538e+01 3.00399e+03 1.32999e+04 7.66179e+02 9.45887e+03 9.91780e+03 3.80532e+03 6.06583e+03 9.58421e+03 7.41909e+04 2.15262e+04 2.90574e+04 7.96270e+02 8.10193e+02 2.79447e-01 5.20187e+05 2.06261e+04 1.39700e+04 4.25845e+04 1.18206e+05 4.04399e+04 5.51209e+04 2.33565e+04 6.40099e+04 2.24092e+04 1.45831e+04 4.70288e+02 4.06320e+04 3.26717e+05 1.29980e+04 1.37335e+05 1.66277e+05 8.53878e+04 8.80170e+04 1.22378e+05 3.39592e+05 6.20527e+04 1.00129e+05 4.85336e+03 3.15028e+03 2.44996e+00 4.91623e+05 1.93379e+04 9.06313e+04 8.30600e+04 1.93126e+04 7.65131e+04 1.11315e+05 5.06511e+04 1.49455e+05 5.27916e+04 2.70204e+04 7.15558e+02 1.07154e+05 2.12715e+05 1.94052e+04 3.10768e+05 3.66088e+05 2.12168e+05 1.43132e+05 1.96633e+05 7.65535e+05 1.76120e+05 2.22246e+05 5.21869e+03 4.67770e+03 1.45987e+00 2.40410e+06 3.56478e+05 1.13664e+07 2.81118e+06 7.12387e+05 3.52892e+06 4.75965e+06 2.51966e+06 4.53529e+06 3.72848e+06 8.96015e+05 3.00533e+05 3.25487e+06 2.74738e+06 1.16729e+05 1.50451e+06 3.34623e+06 1.49944e+06 5.23826e+06 1.29459e+06 1.92492e+07 3.95639e+06 4.22026e+06 7.23984e-04 2.07783e-01 2.15472e-01 1.12681e+04 1.25041e+03 1.86421e+03 1.16886e+03 6.05748e+02 1.25389e+03 2.19518e+03 1.28395e+03 4.11025e+03 1.03154e+03 5.64517e+02 8.29423e+00 4.06185e+03 2.15098e+04 1.40308e+03 1.50600e+04 1.55433e+04 8.29242e+03 1.09698e+04 1.77138e+04 4.56419e+04 1.29690e+04 1.53019e+04 1.39608e+03 9.91032e+02 9.30132e-01 1.98478e+03 7.92826e+01 3.97086e+03 8.14147e+02 1.36446e+02 4.05363e+02 8.70228e+02 3.81657e+02 1.15705e+03 9.34510e+02 1.93491e+02 2.61013e+00 9.34783e+03 2.24255e+04 1.51697e+03 2.33833e+04 2.56257e+04 1.83087e+04 1.65252e+04 1.96263e+04 2.49243e+05 9.34512e+04 1.14033e+05 2.97127e+03 2.19134e+03 1.00610e-01 5.76948e+04 4.59239e+03 2.14111e+03 4.98468e+03 1.59529e+03 4.21329e+03 8.75167e+03 4.13820e+03 1.06564e+04 3.98002e+03 2.28350e+03 3.59570e+01 4.59014e+03 7.89573e+03 1.10757e+03 1.69710e+04 1.82291e+04 9.35573e+03 3.42717e+03 5.43308e+03 3.64083e+04 9.21597e+03 1.27897e+04 2.77059e+02 2.35606e+02 4.89285e-03 3.24830e+05 1.81915e+04 1.90861e+04 2.08439e+04 4.69410e+03 1.25095e+04 2.88695e+04 1.23780e+04 3.28384e+04 1.19392e+04 6.24139e+03 1.24634e+02 7.16758e+04 1.96263e+04 7.65689e+03 9.69668e+04 1.06162e+05 6.19692e+04 3.26374e+04 4.55736e+04 1.95606e+05 2.46382e+04 4.79521e+04 1.39056e+03 8.13995e+02 1.10580e+00 6.23817e+05 1.93888e+05 3.02606e+06 1.06600e+06 2.07108e+05 4.28788e+05 8.05771e+05 1.89292e+05 6.58682e+04 4.04835e+04 7.08066e+04 1.79001e+03 7.68666e+05 6.94063e+05 2.38520e+04 3.07426e+05 6.83758e+05 2.16901e+05 1.29762e+06 5.19965e+05 3.20545e+06 2.50362e+05 1.36597e+06 2.45534e+02 7.04683e+04 3.93432e-01 7.87796e+06 8.03503e+05 1.33737e+07 1.72056e+07 1.37576e+07 1.06442e+07 4.22589e+07 2.26779e+07 4.03878e+07 1.17026e+07 3.28934e+06 1.24625e+00 1.97687e+07 2.25776e+07 4.46954e+05 5.76075e+06 1.28127e+07 6.68043e+06 4.32455e+07 2.63620e+07 1.08825e+08 1.99436e+06 2.79508e+07 1.51779e+05 1.78869e+07 5.03845e+00 1.46012e+07 2.97218e+05 1.37144e+06 3.08886e+06 1.33461e+06 5.63710e+05 2.07682e+06 8.47232e+05 2.10790e+05 5.77962e+04 1.01510e+06 4.71818e+05 1.51071e+00 2.10983e+06 3.67031e+05 4.73062e+06 1.05215e+07 2.22845e+06 7.72610e+06 1.59530e+05 5.42509e+06 9.15396e-01 3.09616e+06 5.00447e-01 6.78147e+05 2.47029e-01 8.41336e+04 8.54793e+03 2.38663e+05 8.43571e+03 3.17842e+03 1.07408e+04 1.93536e+04 1.24288e+04 4.14667e+04 1.16711e+04 5.87939e+03 8.93931e+01 9.50974e+04 6.37563e+04 4.58389e+03 9.56516e+04 6.65996e+04 3.44640e+04 6.14113e+04 8.70307e+04 2.28469e+05 7.23695e+04 6.34574e+04 1.57027e+03 1.69125e+03 9.40578e-01 1.39730e+00 1.55786e+00 3.94872e-01 3.16338e-01 5.54849e-01 2.95458e-01 3.15573e-01 2.77178e-01 3.21237e-01 2.55390e-01 2.63746e-01 4.47495e-01 4.37204e-01 3.51144e-01 3.37304e-01 3.27622e-01 3.63594e-01 3.44487e-01 4.93580e-01 4.36398e-01 3.17432e-01 4.11165e-01 3.36381e-01 3.63391e-01 3.78039e-01 1.13026e+01 1.52869e+05 9.86125e+03 6.64103e+04 4.71960e+04 4.49141e+04 6.12545e+04 1.55662e+05 5.44491e+04 1.51577e+05 3.95067e+04 2.72228e+04 3.56326e+02 1.51494e+05 1.88011e+05 1.83918e+04 3.57867e+05 3.37676e+05 1.57751e+05 1.41562e+05 2.47366e+05 1.13913e+06 4.16329e+05 4.60722e+05 1.31122e+04 8.00097e+03 1.89707e+00 2.99612e+05 3.03613e+04 8.32056e+04 3.73248e+05 3.30409e+04 1.00786e+05 2.23078e+05 1.74819e+05 2.27606e+05 8.44987e+04 4.30806e+04 1.56143e+03 1.24968e+05 9.09482e+05 5.51652e+04 9.10843e+05 1.08871e+06 6.68969e+05 4.44395e+05 5.20068e+05 2.35999e+06 1.07187e+06 1.01764e+06 2.92399e+04 1.98873e+04 2.81173e+00 1.69452e+04 9.20524e+02 1.28123e+04 2.50555e+04 5.82697e+03 1.84313e+04 3.66013e+04 1.51320e+04 4.37414e+04 1.46749e+04 7.93383e+03 1.68157e+02 2.56153e+04 6.22263e+04 3.95114e+03 7.37765e+04 8.78910e+04 3.73388e+04 4.13849e+04 6.77743e+04 4.42992e+05 1.55601e+05 2.06985e+05 6.07710e+03 3.68904e+03 3.11427e-01 6.28876e+04 3.83814e+02 2.22709e+04 6.20640e+04 2.07270e+04 5.65318e+04 1.28033e+05 4.64470e+04 1.03565e+05 4.56519e+04 1.81476e+04 2.37347e+03 4.06466e-01 1.12734e+05 3.23432e+04 1.62992e+05 8.61348e+04 3.17516e+04 8.81692e+04 5.79507e+04 4.36517e+05 4.55880e+03 7.11540e+04 7.62325e-01 2.93203e+04 2.64672e+00 1.00723e+06 2.30691e+04 9.53702e+04 1.53937e+05 3.25718e+04 1.00520e+05 1.59800e+05 5.34004e+04 1.85294e+05 7.18227e+04 3.65541e+04 8.50362e+02 3.31314e+05 3.93721e+05 1.91828e+04 3.35288e+05 3.63943e+05 2.14135e+05 2.05493e+05 2.54816e+05 1.14950e+06 3.29154e+05 4.28739e+05 8.71596e+03 6.76007e+03 4.07080e+00 3.73562e+05 1.92232e+04 5.19320e+04 1.11387e+05 1.51121e+04 3.40872e+04 9.21598e+04 6.09725e+03 5.75790e+04 3.88616e+04 2.04521e+04 6.15870e+02 2.70913e+05 2.21800e+05 7.87040e+02 2.49686e+04 3.67110e+04 1.63086e+04 1.21514e+04 2.45922e+04 4.85740e+05 4.06886e+04 1.57857e+05 1.12066e+03 2.27891e+03 3.42761e-05 7.08084e+05 3.77803e+04 5.35286e+05 1.13888e+05 2.59546e+04 9.03074e+04 1.34211e+05 9.04789e+04 2.27090e+05 6.46556e+04 4.13014e+04 1.04207e+03 4.21581e+05 5.43473e+04 1.35796e+04 2.30075e+05 2.36906e+05 1.24373e+05 1.72496e+05 2.28749e+05 7.32746e+05 9.06240e+04 1.50054e+05 3.39722e+03 2.99907e+03 3.13135e+00 1.17660e+00 2.63226e-01 4.31847e-01 5.59321e+00 1.06348e+00 3.36361e+00 7.25452e+00 3.81774e+00 9.76497e+00 2.37592e+00 1.83689e+00 2.66696e-01 9.70461e-01 8.99972e+00 2.31907e+00 8.63093e+00 4.69580e+00 2.81835e+00 1.13507e+01 3.88426e+00 2.44835e+01 1.01725e+01 2.20347e+01 4.80895e-01 3.49529e-01 5.85869e-01 3.75927e+03 1.45703e+02 3.76796e+03 1.32316e+03 5.47507e+02 1.09492e+03 1.97195e+03 1.08324e+03 2.08023e+03 7.81338e+02 5.86879e+02 9.78088e+00 1.00185e+04 1.45573e+04 4.73460e+03 3.59234e+04 4.42383e+04 2.38810e+04 2.81091e+04 4.84581e+04 5.21006e+04 2.21507e+04 2.48271e+04 1.51296e+03 6.06593e+02 1.89872e-01 5.45384e+04 2.14533e+03 1.34044e+04 2.08318e+04 2.29830e+04 1.35589e+04 2.90716e+04 1.71723e+04 5.07687e+04 1.00002e+04 8.30462e+03 1.22058e+02 3.86293e+04 1.50357e+05 5.40100e+03 1.00372e+05 1.14452e+05 6.01750e+04 5.90463e+04 8.03389e+04 3.06811e+05 1.03404e+05 1.16771e+05 2.47795e+03 2.16507e+03 3.32772e+00 5.09703e+06 8.79403e+05 4.95961e+04 1.75977e+06 1.25915e+06 1.33616e+06 8.56352e+04 1.19437e+05 5.47991e+00 1.42350e+04 1.49724e+04 5.57795e+03 2.38686e-01 6.88579e+06 1.24093e+05 1.59943e+06 3.55734e+06 3.11920e+06 4.17848e+06 6.28267e-01 2.73007e+06 7.73296e-01 2.19159e+06 1.58979e+00 3.17660e+05 7.45115e-01 3.92782e+06 1.68369e+05 1.14890e+06 9.10733e+05 3.68036e+05 6.83841e+05 1.50084e+06 6.27087e+05 1.80823e+06 6.00387e+05 3.25083e+05 6.03612e+03 3.27367e+06 2.70508e+06 1.36698e+05 2.79721e+06 2.87608e+06 1.59561e+06 1.58500e+06 2.49639e+06 9.04464e+06 2.23398e+06 3.22173e+06 5.63282e+04 5.25083e+04 1.08162e+00 1.18441e+05 5.04037e+03 2.19926e+04 5.94649e+04 6.24714e+04 3.71823e+04 8.34743e+04 3.43818e+04 9.05197e+04 2.94232e+04 1.79259e+04 3.25560e+02 7.42662e+04 1.43551e+05 8.77438e+03 1.59238e+05 1.81337e+05 1.06942e+05 9.04606e+04 1.43206e+05 6.63724e+05 2.09356e+05 2.97440e+05 5.88564e+03 4.36694e+03 8.83119e+02 9.33886e+04 7.02374e+03 4.93907e+03 4.53578e+03 1.70934e+03 4.07884e+03 8.37022e+03 4.01721e+03 8.91520e+03 3.28843e+03 1.84693e+03 3.58715e+01 6.63342e+03 1.17465e+05 4.05349e+03 5.03584e+04 6.09719e+04 3.05679e+04 3.39585e+04 5.30007e+04 1.13794e+05 4.51723e+04 5.02144e+04 1.61119e+03 9.63964e+02 8.34933e-02 7.37022e-01 3.27484e-01 3.03851e+00 1.02899e+00 1.31620e+00 1.24950e+00 1.97076e+00 1.20691e+00 2.43021e+00 1.23151e+00 3.85638e-01 1.10020e+00 1.20065e+00 5.67491e-01 4.90391e-01 4.22277e-01 5.52210e-01 4.50099e-01 2.05842e+00 4.79594e-01 5.39989e+00 5.01109e-01 2.82943e+00 7.03596e-01 4.77347e-01 1.07595e+00 3.51545e+06 1.74712e+06 8.60489e+04 1.32684e+05 1.40144e+05 8.95180e+04 7.73643e+04 8.92930e+04 6.94676e+04 8.37019e+04 9.82931e+04 1.11826e+05 7.41397e+04 2.36829e+06 5.67297e+05 5.45974e+05 5.94093e+05 6.12067e+05 3.45648e+05 2.98065e+05 5.18637e+05 5.10684e+05 5.23960e+05 5.42187e+05 5.65789e+05 3.07412e+04 4.16469e+04 1.39586e+04 4.84098e+03 1.23321e+04 4.80874e+03 1.07982e+04 1.25505e+04 7.15530e+03 1.28217e+04 4.60528e+03 3.77650e+03 6.37383e+01 1.29652e+04 1.96405e+04 3.76698e+03 4.21791e+04 4.11299e+04 2.28852e+04 3.32391e+04 5.04484e+04 1.18693e+05 4.86575e+04 5.59552e+04 2.26793e+03 1.40239e+03 4.34047e+00 4.59648e+03 1.07741e+02 2.63476e+02 1.87119e+02 1.07981e+02 3.50226e+03 1.43206e+03 9.89698e+02 5.34338e+03 1.65261e+02 1.53960e+02 1.07998e+01 1.31280e+03 3.58351e+03 7.80991e+02 2.59895e+03 1.22125e+03 2.06424e+02 4.45661e+03 2.80685e+03 1.58088e+04 2.33840e-01 1.59001e+03 2.67127e-01 3.42203e+02 2.79787e-01 1.82830e+05 7.76670e+03 2.48717e+04 6.01000e+04 1.36083e+04 3.30230e+04 9.15728e+04 5.01114e+04 6.47944e+04 4.30279e+04 1.09926e+04 6.42013e+03 1.15886e+05 2.38225e+05 6.39345e+04 1.27109e+05 1.84676e+05 9.38520e+04 2.01446e+05 8.59296e+04 1.97455e+06 1.50384e+05 5.01654e+05 1.95191e-01 3.13158e+04 2.47743e-01 1.46317e+04 1.54394e+03 6.56550e+03 3.36239e+03 1.29019e+03 4.63618e+03 7.27286e+03 4.56167e+03 6.34510e+03 2.08677e+03 3.09674e+03 4.14164e+01 1.05508e+04 2.39529e+04 3.40559e+03 3.16807e+04 3.53526e+04 1.94566e+04 2.96547e+04 3.83482e+04 2.31240e+05 8.70167e+04 9.24821e+04 4.25221e+03 2.95089e+03 5.10983e-01 6.98460e+04 4.75089e+03 4.29874e+05 1.11596e+04 4.48530e+03 1.36308e+04 2.77718e+04 1.60197e+04 2.94858e+04 8.31094e+03 5.61811e+03 1.51861e+02 1.51277e+05 8.51370e+04 3.03770e+03 5.92784e+04 4.07884e+04 1.99121e+04 6.79636e+04 8.14925e+04 4.57959e+05 7.29864e+04 8.24088e+04 2.45407e+03 2.54821e+03 2.44712e-01 3.17258e+04 2.33105e+03 1.34679e+03 1.46588e+03 4.13303e+02 1.23199e+03 3.03401e+03 1.25905e+03 3.53287e+03 1.11061e+03 5.43974e+02 6.06810e+00 4.05091e+03 2.60095e+04 1.32436e+03 2.62973e+04 2.91377e+04 1.52594e+04 5.37872e+03 9.25695e+03 4.56617e+04 9.03635e+03 1.54678e+04 1.89245e+02 1.67635e+02 2.11541e-02 4.03496e+05 2.02784e+03 7.48003e+04 2.88221e+05 1.01796e+05 2.54307e+04 1.76331e+05 6.79680e+04 9.16050e+04 1.00180e+04 1.73192e+04 6.45225e+03 1.65897e+05 5.03416e+05 1.89764e+04 2.61788e+05 5.33058e+05 1.84393e+05 5.44283e+05 2.15154e+05 5.72953e+05 5.40141e+05 4.82708e+05 1.83468e+05 1.40711e+05 1.50533e-01 2.41614e+05 2.63846e+03 7.29282e+04 1.85706e+05 1.31640e+04 2.65966e+05 2.20550e+05 2.35766e+05 4.39558e+05 3.40872e-01 4.48852e+04 6.61308e+03 2.25695e+05 8.50774e+05 2.77959e+04 8.94319e+05 4.56166e+05 2.62844e+05 5.38709e+05 4.66702e+05 8.47986e+06 3.74924e-01 3.32935e+06 7.64523e-04 2.19418e-01 3.25391e-01 1.20153e+06 3.05673e+04 2.13395e+05 1.34242e+05 2.37707e+04 9.86734e+04 1.27339e+05 5.31831e+04 1.58499e+05 5.88623e+04 2.96168e+04 7.97765e+02 5.84539e+05 5.15302e+05 2.62776e+04 4.26274e+05 5.47479e+05 2.67587e+05 2.41630e+05 3.53449e+05 9.37550e+05 1.44935e+05 2.86519e+05 5.15931e+03 3.66696e+03 6.24250e+00 9.67820e-01 1.35628e-01 6.24681e+00 2.41202e-01 3.61437e-01 3.48168e-01 5.57850e-01 3.17572e-01 9.27552e-01 2.72818e-01 1.16819e-01 2.98877e-01 4.43451e-01 4.90403e-02 1.05059e-01 1.09214e-01 1.48952e-01 1.05019e-01 1.17851e+00 1.89395e-01 1.48842e+00 1.90883e-01 9.07647e-01 1.37242e-01 1.25078e-01 7.58703e-01 1.97166e+04 3.03032e+04 1.11413e-01 2.09649e-01 2.35388e-01 2.46737e-01 8.19570e+02 8.09029e-02 1.51290e-01 1.65451e-02 2.86034e-02 1.06562e-02 1.05687e+04 3.75974e-01 3.68640e+02 1.01441e+04 7.14076e+03 2.15510e+03 1.94536e+04 1.06923e+04 2.72672e+04 8.33108e+03 4.11734e+03 1.98849e+00 5.70697e+02 5.17678e-01 7.18194e+05 2.74637e+04 8.92647e+04 2.15349e+05 1.06266e+05 1.27419e+05 3.22750e+05 1.17964e+05 3.42506e+05 1.22015e+05 6.47614e+04 1.14821e+03 2.17301e+05 3.24177e+05 4.79443e+04 9.46616e+05 1.16875e+06 5.80003e+05 2.56711e+05 3.94137e+05 1.44174e+06 4.34956e+05 6.36492e+05 1.27986e+04 7.44855e+03 1.28665e+00 1.71101e+05 1.26913e+04 1.25786e+05 2.18145e+04 5.28845e+03 1.06430e+04 2.15576e+04 9.61909e+03 2.65113e+04 1.05406e+04 6.44970e+03 2.20022e+02 6.92443e+04 5.65931e+04 7.20898e+03 8.17512e+04 1.00033e+05 6.28039e+04 2.20106e+04 3.11192e+04 1.59650e+05 3.90262e+04 5.24601e+04 1.29427e+03 9.61380e+02 7.86203e-01 1.16372e+05 3.26083e+03 1.25158e+05 9.94204e+04 1.95621e+04 1.19801e+05 2.34868e+05 1.26288e+05 1.83321e+05 4.46140e+04 2.96802e+04 2.17695e+02 1.59366e+05 3.05230e+05 1.57246e+04 8.97586e+05 2.89159e+05 1.28170e+05 2.35303e+05 2.45101e+05 3.85595e+06 1.77057e+05 3.58946e+05 3.71217e+03 7.50879e+03 7.43265e-05 1.41633e+05 1.18973e+04 4.31373e+03 1.05946e+04 8.62915e+03 8.72277e+03 1.69541e+04 7.76700e+03 1.57135e+04 5.21756e+03 3.95214e+03 1.18984e+02 8.01856e+03 2.24578e+05 8.36162e+03 9.93793e+04 1.28560e+05 7.14293e+04 5.22235e+04 7.61378e+04 8.75255e+04 7.94526e+03 2.19194e+04 9.16232e+02 6.70112e+02 1.95124e-01 4.52589e+05 1.99458e+04 4.17659e+04 6.80552e+04 8.34354e+04 5.85441e+04 1.28521e+05 5.00558e+04 1.32133e+05 4.04837e+04 3.09289e+04 4.84160e+02 1.03358e+05 2.10539e+05 1.51083e+04 2.44692e+05 2.80235e+05 1.30126e+05 1.02177e+05 1.60545e+05 8.07904e+05 3.01589e+05 3.16829e+05 8.73729e+03 1.19570e+04 1.89756e+00 1.08287e+04 3.65021e+03 4.36290e+04 7.73917e+05 2.67727e+06 6.46713e+05 7.56365e+05 5.20710e+05 8.63092e+06 2.39686e+05 1.36260e+06 5.07633e+05 7.31150e+05 1.67892e+06 2.06484e+05 2.66135e+06 5.91921e+06 2.75312e+05 1.69776e+06 9.16947e+04 4.24227e+06 9.44750e+04 5.02859e+05 6.54962e+03 1.87974e+06 1.65473e-01 4.06571e+03 9.19857e+00 1.03837e+02 1.57356e+03 5.72414e+02 9.22270e+02 4.44819e+03 1.02440e+03 2.85436e+03 1.99681e+03 1.62199e+02 3.36574e+01 1.97036e+03 3.14924e+03 6.83029e+02 1.76565e+03 3.49526e+03 7.59869e+02 3.33641e+03 3.28020e+03 1.97703e+04 2.01213e+03 4.66966e+03 2.26381e+00 8.49428e+02 7.61384e-02 1.02424e+00 4.44473e+00 1.34380e-01 6.62681e-01 1.41643e-01 1.61164e-01 1.41350e-01 2.45350e-01 1.90498e-01 1.01146e-01 1.20860e-01 4.04745e-01 7.36349e-01 3.87391e-01 3.18956e-01 2.31789e-01 2.36521e-01 6.31686e-01 7.64892e-01 2.36064e-01 1.99130e-01 3.64344e-01 3.79279e-01 5.35814e-01 4.14084e-01 1.27356e+00 9.19427e+00 4.35616e-01 1.10758e+01 8.74681e+00 5.94699e+00 1.85794e+00 1.37861e+01 5.53544e+00 1.15997e+01 4.15894e+00 9.97038e-01 1.80576e+00 1.83533e+00 1.93810e+00 4.83270e-02 6.22881e-01 1.38537e+00 6.82726e-01 5.05907e+00 1.01481e+00 6.13988e+00 1.20349e+00 1.37863e+00 1.80038e-03 5.16709e-01 1.55022e+00 2.34965e+07 2.78904e+06 1.69306e+07 1.08202e+07 2.29122e+06 2.82715e+06 5.14864e+06 1.50247e+06 2.08929e+06 2.58661e+06 3.01645e+05 3.43044e+04 1.22350e+06 1.13637e+07 5.09863e+05 6.57157e+06 1.46161e+07 5.07358e+06 1.29268e+07 1.23398e+06 1.75837e+07 5.41964e+04 1.98039e+06 2.17260e-03 6.23536e-01 1.54057e-01 2.90061e+07 3.51749e+05 9.02713e+04 1.74158e+06 7.13429e+05 3.39372e+05 2.95623e+05 6.62321e+05 3.10996e+05 6.55415e+04 2.17213e+05 2.95522e+04 6.42610e+04 5.74387e+05 6.18316e+05 7.96940e+06 1.77250e+07 2.64889e+06 8.64509e+06 1.58529e+05 9.62913e+06 3.07517e+00 3.06537e+06 1.75035e+03 5.02349e+05 1.24818e+00 6.31328e+05 5.51026e+04 8.45722e+06 5.16757e+05 9.01815e+04 1.90015e+05 3.88353e+05 1.73344e+05 5.15999e+05 3.05127e+05 1.22112e+05 5.90813e+03 3.15923e+06 3.10100e+06 1.20618e+05 1.54930e+06 1.79203e+06 9.72965e+05 1.88684e+06 2.35922e+06 5.87972e+06 5.25577e+06 4.48373e+06 4.60591e+04 5.61398e+04 3.69999e-01 3.13747e+04 3.92608e+03 2.32089e+03 3.26760e+04 2.44244e+03 3.22069e+04 1.90833e+05 1.13681e+04 1.29671e+05 2.31983e+03 2.03078e+03 4.45430e+02 9.22293e+03 1.66518e+04 5.39669e+03 2.93821e+04 1.72355e+04 1.32717e+04 2.85166e+04 6.89008e+03 2.20610e+05 2.54653e+00 3.63473e+04 5.12860e-01 1.87970e+03 4.81356e-03 7.14730e+00 4.19151e-01 1.79183e+01 1.07166e+01 2.33916e+00 1.30065e+00 4.88439e+00 2.93591e+00 7.97827e+00 6.89962e-01 3.07879e+00 2.55212e+00 5.33873e-01 1.46009e+00 7.74477e-03 9.98215e-02 2.22017e-01 9.65075e-01 3.65264e+00 7.24974e-01 3.52968e+00 2.40401e-01 2.02745e+00 8.19008e-04 2.35055e-01 1.93047e+00 3.40396e-01 1.35774e-01 2.68502e+01 2.19690e-01 3.72948e-01 3.85667e-01 5.58916e-01 2.77088e-01 6.81998e-01 2.61697e-01 1.16992e-01 1.54854e-01 3.71495e-01 1.41833e-01 1.37578e-01 1.44058e-01 1.87563e-01 1.65548e-01 9.40548e-01 1.90038e-01 1.51483e+00 1.79813e-01 1.06409e+00 2.47337e-01 1.50238e-01 5.00260e-01 3.40467e+04 1.38259e+03 7.44490e+03 8.33077e+03 1.97471e+03 4.10129e+03 8.94841e+03 5.74812e+03 8.66225e+03 2.94919e+03 1.63064e+03 3.13297e+01 2.38253e+04 3.90306e+04 2.80139e+03 5.29305e+04 4.49731e+04 2.92726e+04 1.63962e+04 2.55060e+04 1.45240e+05 3.49811e+04 4.45587e+04 2.70941e+01 6.99604e+02 1.80252e-01 3.66935e+06 3.18441e+05 2.33419e+05 5.11389e+06 4.42319e+05 2.71942e+06 4.30534e+06 2.52417e+06 5.60947e+06 8.61665e+05 7.69819e+05 7.55110e+04 4.30732e+06 2.16300e+06 3.85462e+05 1.68349e+07 3.50900e+06 2.67971e+06 8.32239e+06 4.28988e+06 7.19051e+07 2.90194e-01 2.29471e+07 3.13346e+04 6.47013e+05 9.51301e+02 9.40109e+03 3.30498e+02 5.63804e+03 5.82295e+03 1.84924e+03 4.24463e+03 1.14616e+04 3.50989e+03 1.05151e+04 3.40690e+03 1.86536e+03 4.54894e+01 8.41012e+03 1.56765e+04 7.49905e+02 1.56431e+04 1.51288e+04 8.10715e+03 1.01310e+04 1.46557e+04 1.16479e+05 3.26793e+04 5.42586e+04 1.08054e+03 6.90070e+02 6.01171e-01 1.90708e+07 3.12505e+06 7.63167e+05 3.34015e+05 3.95028e+05 2.21811e+05 1.89378e+05 2.49659e+05 4.89858e+03 6.16354e+03 1.91238e+05 3.69203e+03 1.35997e+06 6.13285e-01 1.43341e+04 1.84751e+05 4.10912e+05 1.02935e+05 1.87122e+06 2.49816e+05 2.04577e+06 2.48305e+04 4.59795e+05 2.20469e-03 6.32747e-01 2.19550e+02 1.26659e+05 3.38994e+03 2.33972e+03 1.86391e+04 4.80620e+03 3.74085e+03 1.74338e+04 1.60668e+03 3.00451e+03 3.28575e+02 9.28605e+03 3.45951e+03 1.22110e+04 2.53352e+04 2.99867e+02 3.86495e+03 8.59618e+03 1.99410e+04 2.32500e+04 1.39965e+04 2.74449e+04 9.12812e+03 1.09887e+04 3.99526e+01 1.14664e+04 6.91461e+01 1.69298e+04 2.91076e+03 2.73271e+06 4.33162e+04 1.98860e+04 1.43595e+04 5.43660e+05 3.77128e+04 1.67379e+04 2.82833e+03 2.84887e+04 3.17975e+03 2.59872e+04 3.90368e+04 3.28616e+03 4.23550e+04 9.42034e+04 2.52060e+04 2.31616e+04 6.09006e+04 1.15604e+06 5.17373e+03 4.07284e+04 1.54764e+03 1.16117e+04 4.39935e-01 4.33547e+05 3.36860e+01 4.30404e+03 1.10383e+05 6.42839e+04 7.95445e+03 3.74709e+04 4.80461e+04 1.99015e+04 4.03426e+04 1.44249e+04 5.37397e+03 1.08871e+05 1.33489e+05 1.84071e+04 5.72095e+04 6.42078e+05 1.68675e+04 4.39051e+04 3.69489e+04 3.25739e+05 2.21104e+05 1.09803e+05 3.86948e-03 1.11054e+00 5.88739e+00 2.81623e+05 5.18016e+03 7.28611e+04 1.79465e+04 7.15143e+03 3.12309e+04 2.53259e+04 9.40068e+03 3.33252e+04 1.12418e+04 5.80926e+03 7.12749e+01 2.49551e+05 1.21770e+05 5.37811e+03 1.28817e+05 1.18562e+05 6.19069e+04 1.84482e+04 4.29572e+04 3.32371e+05 9.73827e+04 1.30731e+05 1.89499e+03 1.57174e+03 1.81545e+01 7.06389e+03 5.11216e+03 7.23303e+02 5.70449e+04 3.87111e+03 5.39354e+04 2.28893e+04 1.60166e+04 1.04030e+04 4.76660e+02 1.80068e+03 1.09272e+03 1.07379e+05 1.70646e+05 5.19154e+04 2.86022e+05 1.76907e+05 7.40233e+03 1.45489e+05 6.21462e+04 6.27056e+05 4.36000e-01 1.20272e+05 1.33631e+00 4.87627e+03 3.88664e+00 1.58665e+05 6.27973e+03 4.92720e+04 7.19484e+04 2.20930e+04 5.89038e+04 8.75702e+04 4.28572e+04 1.50592e+05 3.26927e+04 3.01256e+04 5.00815e+02 1.21811e+05 2.35531e+05 2.47566e+04 3.93721e+05 4.65348e+05 2.89026e+05 1.77262e+05 2.17778e+05 2.06192e+06 7.20616e+05 9.52796e+05 2.56219e+04 1.63722e+04 2.91228e+00 1.30717e+04 8.95472e+02 1.28405e+04 3.97698e+03 1.99997e+03 3.86261e+03 8.21621e+03 4.10790e+03 8.34174e+03 2.83429e+03 1.85751e+03 2.95635e+01 2.57542e+04 1.31763e+04 9.19057e+02 1.55618e+04 1.62099e+04 8.27107e+03 5.59863e+03 9.54637e+03 7.47060e+04 2.13932e+04 2.47030e+04 5.84229e+02 4.77739e+02 1.25335e+00 1.70333e+05 1.29925e+04 1.83098e+03 1.43062e+03 2.88745e+02 1.14259e+03 2.28747e+03 1.03762e+03 2.72161e+03 7.25615e+02 4.30057e+02 3.33045e+00 4.56410e+03 5.70020e+03 2.14509e+02 6.28235e+03 6.74066e+03 3.24836e+03 5.94824e+03 1.09162e+04 2.11318e+04 6.47513e+03 7.36284e+03 8.08030e+01 7.81287e+01 2.30330e-05 2.16841e+04 6.78444e+02 1.12075e+06 1.38331e+04 2.18793e+03 1.08873e+04 1.83177e+04 1.01438e+04 3.86978e+04 1.29284e+04 4.99388e+03 7.86612e+01 6.38328e+05 4.92376e+04 2.86266e+03 8.78833e+04 6.90929e+04 2.62295e+04 3.57712e+04 6.74915e+04 3.99288e+05 2.27293e+05 1.99135e+05 1.11759e+03 1.47979e+03 1.48504e+02 8.67871e+02 3.08169e+01 1.90332e+03 2.62714e+04 1.09120e+04 1.84002e+04 3.24272e+04 1.69956e+04 4.07931e+04 1.90174e+04 1.31701e+04 2.49620e+02 4.59095e+03 2.06921e+04 5.87718e+02 1.71261e+04 1.42405e+04 6.90370e+03 6.70290e+03 8.29266e+03 1.41386e+05 3.70778e+04 4.80623e+04 2.05482e+03 1.90321e+03 4.84034e-01 3.69174e+05 4.49655e+02 1.51045e+04 1.88903e+05 2.33537e+05 1.50580e+05 1.04841e+05 3.98523e+04 1.19614e+05 2.50636e+04 4.24254e+04 1.06745e+04 1.35252e+04 4.13508e+05 1.43837e+05 5.91491e+05 7.31942e+05 1.15304e+05 7.41874e+05 3.34218e+05 7.78666e+05 3.23396e-01 1.67511e+05 5.12417e-01 1.27212e+05 2.04383e+01 1.28217e+01 1.64235e-01 9.33993e+00 1.44782e+01 3.48533e+01 1.64764e+01 6.84494e+01 8.51999e+01 4.72976e+01 8.71718e+00 2.64383e-01 9.60782e-02 5.36049e+01 3.53887e+02 1.78059e+02 3.18143e+02 2.36713e+02 1.85380e+02 2.97905e+02 3.39463e+02 2.47436e+03 2.88091e+01 9.02281e+02 2.23522e+01 1.55713e+01 2.58339e+00 3.12566e+00 2.60775e+01 3.96765e-02 3.26883e-02 4.29789e-01 2.12118e-02 2.62653e-02 2.16232e-02 3.88975e-02 2.60797e-02 2.89272e-02 6.05375e-02 3.35946e-01 7.67983e-01 1.22697e+00 1.12073e+00 3.30400e-01 1.30998e+00 4.32412e-01 3.18121e-01 8.82058e-01 1.22374e+00 1.10524e+00 1.73933e+00 2.27892e-01 6.21279e-01 3.15486e+05 1.22065e+04 2.15978e+04 1.54029e+04 2.73385e+03 1.55463e+04 2.89712e+04 1.60114e+04 3.60720e+04 1.09458e+04 6.71914e+03 1.14397e+02 4.08667e+04 1.02318e+05 8.30894e+03 9.76912e+04 1.05680e+05 5.92327e+04 5.98617e+04 7.80523e+04 2.67430e+05 9.09995e+04 9.07970e+04 3.96996e+03 2.92554e+03 6.43774e-01 1.71370e+05 9.30115e+03 3.51802e+03 9.74784e+03 2.36966e+03 7.07367e+03 1.30066e+04 6.46582e+03 1.56321e+04 5.99058e+03 3.30246e+03 7.14887e+01 1.16505e+04 2.16731e+04 3.29796e+03 5.46599e+04 6.13110e+04 3.05805e+04 1.79562e+04 3.85696e+04 1.18281e+05 2.17225e+04 3.42703e+04 8.04215e+02 6.74561e+02 3.02580e+01 3.79079e+06 3.70868e+05 5.22310e+06 1.86777e+06 3.91704e+05 5.06976e+05 1.92525e+06 4.60950e+05 3.38586e+06 2.45699e+05 1.09339e+05 2.43887e+04 1.82254e+06 7.51490e+05 1.43101e+05 1.84441e+06 4.10222e+06 2.01438e+06 1.73554e+06 1.78608e+06 5.51916e+06 4.93725e+04 8.76089e+05 2.19319e+00 1.29837e-02 2.30907e-01 2.19167e+04 4.27645e+03 1.98573e+03 2.58200e+03 1.29258e+03 1.30278e+03 2.79299e+03 1.41548e+03 3.31841e+03 1.06930e+03 5.41804e+02 6.97131e+00 5.81701e+03 4.75044e+04 5.53587e+03 6.74487e+04 7.30671e+04 4.43730e+04 2.34864e+04 3.44174e+04 1.11615e+05 4.46284e+04 4.96487e+04 1.33568e+03 7.37318e+02 7.03085e+02 5.43482e+05 2.76886e+04 3.25098e+03 3.26035e+04 8.07813e+03 1.84713e+04 4.52086e+04 1.60574e+04 5.42595e+04 2.30596e+04 1.09522e+04 2.03755e+02 1.31687e+04 8.99010e+04 5.54704e+03 9.09734e+04 9.77626e+04 5.06598e+04 3.70999e+04 6.43139e+04 2.57620e+05 6.98821e+04 8.58775e+04 1.92008e+03 1.35087e+03 1.37417e+00 2.15233e-01 1.16808e-01 3.16664e-01 1.13107e-01 2.74426e-01 2.89651e-01 5.41398e-01 2.53208e-01 7.28766e-01 2.89774e-01 8.54585e-02 1.75322e-01 2.72630e-01 2.56237e-01 2.92251e-01 3.36235e-01 4.36348e-01 2.40000e-01 1.82651e+00 4.32256e-01 5.00459e+00 3.51439e-01 2.82274e+00 6.33514e-01 5.90432e-01 9.23696e-02 3.03269e+04 3.13996e+03 1.32515e+04 9.27376e+03 1.55772e+03 4.13834e+03 9.28572e+03 3.98701e+03 1.02167e+04 3.63145e+03 1.79655e+03 3.85344e+01 2.00762e+04 2.48702e+04 1.64662e+03 2.23337e+04 2.18752e+04 1.24317e+04 1.28552e+04 1.93362e+04 1.18929e+05 3.21325e+04 5.25315e+04 1.18867e+03 6.98426e+02 5.50959e-01 5.63559e+04 2.96051e+03 2.23155e+03 9.56309e+04 1.02306e+05 2.35066e+04 4.47409e+04 2.34899e+04 1.43849e+04 1.57314e+03 3.45053e+04 6.43380e+03 4.64171e+04 5.74560e+04 4.61443e+03 5.94749e+04 1.32280e+05 1.48709e+05 1.12194e+05 6.36916e+04 3.56264e+05 3.27945e+04 1.13087e+05 3.81272e+01 1.09425e+04 4.89338e+00 6.04610e+06 1.39765e+05 7.24497e+06 5.14539e+06 1.37362e+06 8.09855e+05 4.33879e+06 1.92964e+06 2.16415e+06 3.77017e+06 5.51517e+05 8.36937e+04 2.44575e+06 9.97216e+06 6.95818e+05 8.96833e+06 1.99468e+07 6.34858e+06 9.85333e+06 2.57615e+06 3.81289e+07 6.52696e+04 1.04431e+07 4.41822e-04 1.26803e-01 3.55003e-01 2.65490e+03 1.45429e+02 2.19318e+03 3.37395e+03 1.00757e+03 3.64671e+03 6.96839e+03 3.50690e+03 7.84211e+03 2.38992e+03 1.34224e+03 1.77859e+01 5.01265e+03 7.04181e+04 5.62013e+03 7.22618e+04 6.97630e+04 3.92363e+04 2.64820e+04 4.33851e+04 2.56414e+05 9.36355e+04 9.83695e+04 3.67564e+03 3.24096e+03 3.54482e-01 6.41264e+05 1.44711e+03 2.42969e+05 1.31320e+04 7.18490e+03 5.91161e+03 1.44904e+04 7.13637e+03 1.44105e+04 5.00358e+03 2.31115e+03 6.66073e+01 1.55211e+04 8.30592e+04 3.73752e+03 1.58304e+05 1.74673e+05 6.29354e+04 1.03308e+05 9.94019e+04 4.96409e+05 1.21571e+05 1.27987e+05 4.66841e+03 5.93135e+03 2.65649e+00 3.36534e+04 1.24692e+03 2.01903e+03 1.12026e+04 2.94987e+02 1.47018e+03 2.49121e+03 1.67715e+03 1.67358e+03 9.31833e+02 4.87989e+02 4.85356e+00 2.83700e+04 3.28052e+04 1.83434e+03 4.21052e+04 4.78706e+04 3.79497e+04 2.89343e+04 1.49985e+04 9.07000e+04 6.42102e+04 5.12064e+04 6.28167e+02 1.89216e+03 1.50372e-01 1.29413e+06 8.09459e+04 2.32346e+05 2.39719e+05 1.28293e+05 1.73322e+05 4.19110e+05 1.99927e+05 6.12486e+05 1.66595e+05 8.56158e+04 1.29619e+03 3.88437e+05 8.24887e+05 4.05826e+04 6.74488e+05 6.52148e+05 2.92318e+05 3.10166e+05 5.36631e+05 2.59605e+06 1.24347e+06 1.41790e+06 9.06478e+03 1.76256e+04 8.19442e-01 3.15403e+05 1.60413e+04 4.50972e+04 1.65470e+04 3.73999e+03 9.62997e+03 1.97425e+04 1.09636e+04 3.40145e+04 1.33336e+04 5.09999e+03 1.99735e+02 1.42834e+05 2.49532e+04 5.42627e+03 8.35996e+04 7.66768e+04 3.62412e+04 4.81234e+04 8.53550e+04 2.11450e+05 8.51399e+04 8.76332e+04 1.36058e+03 1.00234e+03 1.49063e+02 1.53858e+06 6.02231e+04 2.56317e+05 1.41150e+05 6.00605e+04 1.27991e+05 3.61306e+05 1.64470e+05 5.48490e+05 1.87521e+05 7.67884e+04 1.23971e+03 2.35601e+05 4.79711e+05 3.04593e+04 6.91307e+05 7.13225e+05 3.39376e+05 3.98176e+05 6.13028e+05 9.34350e+05 3.79618e+05 4.59488e+05 4.53920e+03 3.84281e+03 1.17727e+00 2.34304e+03 7.09602e+01 2.50140e+03 1.02058e+03 2.29160e+02 3.17726e+02 7.86542e+02 3.62165e+02 8.57169e+02 3.31272e+02 1.83933e+02 4.26154e+00 3.34368e+03 1.23501e+03 1.32943e+02 2.37435e+03 2.16676e+03 1.29805e+03 1.03382e+03 8.13426e+02 9.31043e+03 4.59874e+03 4.58016e+03 1.30793e+02 4.43932e+01 1.47812e-01 6.66552e+05 3.04415e+04 1.17891e+04 1.46779e+04 3.66860e+03 1.75991e+04 2.43663e+04 9.09703e+03 4.74515e+04 1.78642e+04 7.52344e+03 9.74654e+01 3.60715e+04 1.99300e+05 8.40835e+03 1.78695e+05 1.86968e+05 9.54303e+04 7.54021e+04 1.37692e+05 6.23355e+05 1.63895e+05 1.90568e+05 2.87953e+03 3.15213e+03 2.27104e-01 2.76888e-01 1.87099e-01 1.79042e+01 3.33985e-01 7.08408e-01 5.32300e-01 7.43301e-01 4.00526e-01 1.36850e+00 3.48565e-01 2.07847e-01 2.12018e-01 2.62346e-01 2.66324e-01 3.12970e-01 3.01297e-01 2.96504e-01 3.73265e-01 1.48228e+00 3.11413e-01 2.63410e+00 1.45074e-01 1.93955e+00 2.37230e-01 3.03790e-01 2.96795e-01 6.27285e-04 9.09446e-05 2.40187e-04 8.54590e-05 1.73767e-04 4.35434e-05 2.35826e-04 1.17404e-04 2.19548e-04 2.40099e-05 4.15086e-05 1.54640e-05 1.22351e-03 8.96441e-04 2.22150e-05 2.86327e-04 6.36830e-04 9.71044e-04 6.83124e-04 1.29240e-04 1.65726e-03 9.03117e-04 2.52746e-03 4.18009e-03 1.01871e-03 5.18557e-01 1.59003e+04 1.67266e+03 6.29902e+03 1.21828e+04 3.74189e+03 1.00417e+04 2.07826e+04 1.67162e+04 2.38889e+04 7.60452e+03 4.76101e+03 1.70222e+02 1.43914e+04 1.35924e+05 4.06489e+03 5.29846e+04 5.62145e+04 2.99445e+04 3.55595e+04 4.27572e+04 3.35797e+05 1.42993e+05 1.43947e+05 4.99998e+03 3.44417e+03 1.00365e+00 7.20472e+05 3.75379e+04 1.57843e+05 2.15327e+05 6.36757e+04 2.96461e+05 1.96769e+05 1.14848e+05 1.54062e+05 3.41024e+04 3.33212e+04 4.23015e+04 4.21811e+05 7.44790e+05 1.93728e+04 5.64123e+05 3.55544e+05 9.64152e+04 3.13780e+05 3.56866e+05 3.13174e+06 1.64486e+00 5.20474e+05 2.05390e+02 5.89469e+04 4.22947e-01 2.05211e+05 1.11574e+04 3.39085e+04 3.01494e+04 2.23160e+04 2.27427e+04 4.81625e+04 2.31046e+04 4.99433e+04 1.62147e+04 9.87698e+03 1.94341e+02 6.04791e+04 9.97009e+04 8.49489e+03 1.17561e+05 1.23725e+05 5.37417e+04 3.49839e+04 5.83225e+04 3.24255e+05 1.12310e+05 1.27337e+05 4.64281e+03 1.89705e+03 6.98363e-01 2.73316e+06 1.74125e+05 1.45395e+05 1.99182e+05 1.66028e+04 2.90787e+04 8.88846e+04 2.91899e+04 9.93165e+04 4.92199e+04 2.15729e+04 2.97201e+02 6.94200e+05 2.54878e+05 1.97525e+04 4.18740e+05 3.68264e+05 4.50901e+05 2.49358e+05 1.37987e+05 6.68483e+05 3.34224e+05 5.18517e+05 2.22227e+03 2.79359e+03 1.95450e-04 4.56377e+05 2.06831e+04 1.97285e+05 6.44327e+04 1.55400e+04 3.03530e+04 7.57920e+04 2.91876e+04 1.07313e+05 4.29285e+04 1.91962e+04 5.91447e+02 2.24104e+05 3.04322e+05 2.39097e+04 4.07007e+05 6.03488e+05 3.52582e+05 2.86080e+05 3.90452e+05 5.76464e+05 4.11546e+05 4.40950e+05 1.86374e+04 4.29642e+03 6.30125e+00 1.57524e+02 4.32253e+01 1.72337e+03 4.51293e+01 6.40886e+00 4.15948e+01 2.98431e+01 4.28598e+01 2.26207e+01 1.21683e+01 4.13834e+00 5.85205e+00 1.21260e+02 2.36748e+02 3.19797e+01 1.52270e+02 1.27832e+01 2.25447e+01 3.35924e+02 4.33928e+01 1.22977e+03 2.61425e-01 4.00214e+02 2.54781e-01 1.14774e+01 3.29788e-01 1.15335e+05 5.17670e+03 9.87300e+03 2.78058e+04 7.12594e+03 1.93216e+04 4.41735e+04 1.89300e+04 5.48151e+04 1.96618e+04 9.39323e+03 2.05593e+02 3.06801e+04 1.03075e+05 8.41258e+03 1.66903e+05 1.92178e+05 9.99778e+04 3.51800e+04 7.08644e+04 3.73138e+05 1.43482e+05 1.85306e+05 3.52951e+03 2.10858e+03 4.08550e-01 5.33232e+04 9.32005e+03 1.03294e+06 4.17391e+04 1.23198e+04 3.30438e+04 7.46049e+04 3.57223e+04 9.35089e+04 3.11316e+04 1.82956e+04 2.36300e+02 2.14121e+05 2.72157e+05 8.92865e+03 1.53549e+05 1.48697e+05 9.27063e+04 1.07294e+05 1.21318e+05 6.26757e+05 4.72153e+05 4.17907e+05 1.28964e+04 6.36096e+03 2.29001e+01 6.57929e+06 2.75328e+05 2.70856e+05 5.61656e+05 1.59204e+05 3.98357e+05 8.40028e+05 3.30455e+05 1.04375e+06 3.59881e+05 1.64874e+05 2.80619e+03 1.05586e+06 7.57793e+05 1.30773e+05 2.43350e+06 2.91480e+06 1.63219e+06 1.58992e+06 2.81177e+06 5.85154e+06 1.44258e+06 1.55807e+06 2.58021e+04 4.10712e+04 9.20052e-01 1.28001e+05 2.43717e+04 8.76640e+04 3.64518e+04 5.47367e+04 3.58682e+04 7.75779e+04 3.81321e+04 1.27918e+05 3.81302e+04 2.34768e+04 5.45621e+02 1.84249e+05 1.55568e+06 4.57947e+04 7.34213e+05 7.34910e+05 5.12366e+05 4.81893e+05 4.08319e+05 1.58313e+06 4.71629e+05 5.20966e+05 1.90079e+04 1.26734e+04 4.41601e+00 2.99262e+01 3.97724e+00 2.18572e+01 1.10989e+00 2.69217e-01 8.10045e-01 1.05525e+00 5.65332e-01 9.83446e-01 3.55876e-01 3.05629e-01 2.55605e-01 1.67385e+01 2.85510e+01 1.86718e+00 1.47433e+01 1.39482e+01 8.34363e+00 5.02830e+00 7.03617e+00 3.86920e+01 1.80794e+01 1.98415e+01 8.72033e-01 6.89574e-01 3.02805e+00 2.31021e+06 1.21144e+04 7.90653e+03 4.15956e+04 6.56938e+05 9.29356e+04 7.33089e+04 2.21213e+04 8.82588e+04 9.65203e+03 1.02881e+05 3.83281e+04 2.87303e+00 5.30791e+05 4.29949e+04 5.54157e+05 1.23252e+06 3.73920e+05 3.16670e+05 2.13976e+04 4.56384e+05 6.56837e-01 3.52275e+05 4.18557e+03 1.20126e+06 6.59052e-05 3.21340e-01 3.34762e-01 1.37040e+00 2.94198e+00 1.59355e+00 9.35971e-01 2.20948e+00 1.27599e+00 7.45340e-01 3.76589e-01 3.58987e-01 1.11132e-01 6.44448e-01 4.83587e-01 7.02954e-03 9.06030e-02 2.01514e-01 3.60477e-01 3.69123e-01 6.98340e-02 1.49976e+00 4.22406e-01 8.27922e-01 3.92976e-01 3.04277e-01 2.03174e+00 3.47600e+06 6.74772e+05 7.68884e+04 8.50359e+06 4.35001e+05 2.24111e+05 1.05420e+06 2.44816e+05 1.53081e+06 1.65896e+05 1.50945e+05 1.34197e+04 1.17044e+06 2.78938e+06 1.77818e+05 2.29187e+06 5.09745e+06 1.25708e+06 1.12072e+06 5.80679e+05 6.73033e+06 1.21350e+00 1.02869e+06 1.10959e-03 3.18452e-01 1.09609e-03 3.77317e-01 1.73720e-01 1.67322e+01 3.18445e-01 9.63005e-01 8.54761e-01 1.30894e+00 6.09251e-01 1.48004e+00 1.20925e+00 2.87865e-01 3.52339e-01 2.11815e+00 2.73633e-01 2.61558e-01 2.92463e-01 2.74822e-01 2.61445e-01 6.30081e+00 4.51901e-01 2.54948e+00 2.72619e-01 1.78136e+00 1.87472e-01 2.25524e-01 4.87643e-01 2.83394e-01 1.32195e-01 1.12693e+01 2.55722e-01 4.37501e-01 4.58259e-01 4.79695e-01 2.80917e-01 7.62301e-01 2.75092e-01 1.36785e-01 1.44722e-01 4.68502e-01 9.64829e-02 1.69340e-01 1.91779e-01 3.19615e-01 2.15139e-01 1.11189e+00 1.77837e-01 1.58093e+00 1.77290e-01 1.04343e+00 2.15586e-01 1.95636e-01 2.62930e+00 3.89150e+03 1.54324e+02 3.73126e+05 8.15590e+03 2.96651e+03 8.46152e+03 3.28566e+04 1.20432e+04 4.51318e+04 1.56257e+04 5.93863e+03 8.85391e+01 3.72104e+04 3.24830e+05 3.28918e+03 7.71521e+04 5.35915e+04 5.36876e+04 5.03207e+04 5.28112e+04 2.62876e+05 1.70631e+05 1.77305e+05 1.66649e+03 1.12841e+03 1.93634e+00 6.71230e-01 9.77298e-02 8.25075e+01 3.41302e+00 2.76374e+00 1.40137e+00 6.26672e+00 2.21226e+00 3.58116e+00 3.20058e+00 1.06437e+00 0.00000e+00 6.70560e-01 5.21512e-01 4.42576e-03 5.70432e-02 1.26872e-01 6.55851e-01 6.19032e-01 2.29565e-01 9.37744e-01 2.47253e+00 2.93269e+00 2.78852e-02 2.59269e-01 5.26873e-01 1.70881e+04 7.46942e+02 7.10664e+02 6.33321e+02 2.67392e+02 2.14217e+02 4.20739e+02 3.03035e+02 5.90776e+02 2.16580e+02 9.95403e+01 3.71519e+01 1.79271e+03 2.87961e+03 1.62188e+02 2.54921e+03 7.82843e+03 1.29372e+03 2.52210e+03 2.40323e+03 2.05551e+03 1.65554e+03 2.03349e+03 5.19006e+01 3.32823e+02 5.50432e+01 1.32561e+06 1.12480e+02 8.77521e+04 1.62181e+06 1.08405e+05 3.09114e+05 5.52041e+05 1.92509e+05 3.08032e+05 5.52036e+04 1.54345e+05 2.03777e+00 4.37075e+05 1.06246e+06 6.37872e+04 1.02533e+06 7.73835e+05 4.18148e+05 1.66665e+06 8.68433e+05 4.56538e+06 6.85239e+03 3.87058e+05 1.49795e+01 1.53752e+01 2.66259e+02 1.44486e+07 2.24167e+06 1.30122e+06 6.04305e+06 5.00714e+05 2.08897e+06 1.99601e+07 1.04506e+07 5.38019e+06 3.11416e+02 1.44426e+06 6.30767e+05 4.33914e+06 9.30374e+06 1.07505e+06 1.38562e+07 3.08182e+07 7.48357e+01 8.54277e+06 1.01715e+02 2.69323e+06 3.05192e+01 4.46311e+06 1.68098e-02 4.82442e+00 4.17163e+04 2.55173e+05 1.99481e+04 9.70194e+03 6.10470e+03 1.70211e+03 5.55954e+03 1.22486e+04 5.60591e+03 1.70232e+04 5.22435e+03 2.48486e+03 2.42983e+01 3.02872e+04 6.60977e+04 1.73088e+03 3.82554e+04 4.29055e+04 2.10083e+04 1.85516e+04 3.55006e+04 2.17238e+05 7.77391e+04 8.73322e+04 1.37942e+03 1.10625e+03 5.38563e-01 6.44267e+03 1.45156e+03 6.44487e+02 8.39999e+02 2.37756e+02 7.25309e+02 1.51305e+03 6.61338e+02 1.59332e+03 4.97578e+02 3.01887e+02 3.42261e+00 1.99141e+03 6.68957e+03 8.75564e+02 1.15558e+04 1.47318e+04 7.99027e+03 4.20455e+03 7.02735e+03 1.93236e+04 4.98448e+03 7.17570e+03 1.60211e+02 1.11080e+02 1.02555e+00 6.47888e+02 2.03977e+01 4.92584e+02 5.49203e+03 1.72144e+03 5.33920e+03 1.06858e+04 5.41365e+03 1.08884e+04 4.36204e+03 2.46920e+03 3.46095e+01 1.40995e+03 7.26928e+03 7.09490e+02 1.05935e+04 1.04572e+04 5.95012e+03 4.34183e+03 6.80245e+03 5.01296e+04 1.42530e+04 1.74453e+04 7.06009e+02 5.18960e+02 5.41975e-02 4.24727e+03 2.37810e+02 3.33181e+02 2.25876e+02 1.11037e+02 4.01076e+02 6.38841e+02 3.68233e+02 6.44814e+02 2.97076e+02 1.81243e+02 1.82037e+00 6.24041e+02 3.45903e+03 4.05439e+02 5.74204e+03 4.78401e+03 4.26567e+03 1.80379e+03 3.12885e+03 7.91977e+03 3.22632e+03 3.18299e+03 8.40031e+01 1.57497e+00 5.91053e-03 2.95575e+05 1.47883e+04 3.19512e+06 1.96891e+05 5.75797e+04 1.82597e+05 6.37734e+05 1.97616e+05 6.38439e+05 2.17725e+05 9.01179e+04 1.73571e+03 1.08244e+06 1.37961e+06 4.44433e+04 1.06050e+06 9.17032e+05 5.00684e+05 5.48287e+05 7.35706e+05 4.19136e+06 1.48290e+06 1.35162e+06 1.45722e+04 9.06194e+03 9.00714e+00 1.07638e+03 7.50136e+01 1.24746e+02 2.80637e+02 7.03616e+01 2.11864e+02 4.29042e+02 1.75737e+02 5.24965e+02 1.74705e+02 9.21862e+01 1.87029e+00 3.36644e+02 4.68489e+02 4.12186e+01 9.72099e+02 8.41685e+02 4.88100e+02 4.79854e+02 7.64708e+02 2.06752e+03 8.51920e+02 1.18584e+03 1.56611e+01 1.08095e+01 9.26465e-03 4.69113e+05 4.17239e+04 1.44878e+04 3.03132e+05 3.13601e+04 1.10047e+05 1.80157e+05 1.40638e+05 1.95933e+05 7.36399e+04 3.76184e+04 4.87002e+02 5.08615e+05 2.84192e+05 9.89600e+03 3.77541e+05 3.21477e+05 3.01039e+05 3.01913e+05 1.44152e+05 1.40056e+06 5.26904e+05 6.13885e+05 1.01382e+04 1.22798e+04 2.36377e-01 2.89553e+03 1.40251e+02 1.57167e+03 1.79098e+03 3.30036e+02 1.15989e+03 2.04441e+03 1.10812e+03 2.24601e+03 6.98997e+02 4.43580e+02 5.35626e+00 3.27383e+03 5.49018e+03 1.31347e+03 1.56311e+04 1.39195e+04 7.79141e+03 1.17819e+04 1.81442e+04 4.17448e+04 1.21995e+04 1.39447e+04 9.40133e+02 5.80806e+02 4.47184e-02 2.03705e+05 1.38814e+04 2.29951e+03 1.56724e+03 3.09166e+02 1.06461e+03 2.51673e+03 7.38494e+02 3.19342e+03 1.18916e+03 5.05577e+02 4.95741e+00 8.15902e+03 4.83011e+03 8.63651e+02 1.54195e+04 2.48406e+04 3.80952e+03 5.50610e+03 1.02190e+04 5.91684e+04 1.39867e+04 1.79585e+04 3.08508e+02 3.59061e+02 1.82392e+00 1.01181e+03 4.85811e+02 1.13466e+03 4.62063e+04 1.19502e+04 7.73966e+04 4.80031e+05 9.16596e+04 7.76878e+05 6.74610e+04 6.66707e+03 3.57754e+03 1.62124e+05 1.80258e+05 2.31584e+04 2.98487e+05 6.63875e+05 1.94359e+05 7.59920e+05 1.91087e+05 1.75646e+06 3.59984e+04 6.35475e+05 2.28831e+04 1.15806e+04 2.02615e-01 4.93167e+05 1.08031e+00 6.36887e+04 1.65794e+05 1.20853e+05 2.01460e+05 4.58613e+05 3.58915e+05 1.69595e+05 2.06863e+05 2.94042e+04 1.97433e+04 7.02187e-01 1.18372e+06 6.19208e+04 5.69762e+05 4.96039e+05 1.35161e+05 9.92033e+05 2.57385e+05 2.29853e+06 4.45302e-01 4.66976e+05 1.83662e+00 9.07984e+04 1.09605e+00 2.65493e+05 4.95827e+00 1.15325e+04 5.69291e+04 2.35716e+03 7.39964e+04 2.21758e+05 1.69086e+05 1.49465e+05 7.64365e+03 2.78386e+04 5.50360e+03 2.99954e+02 2.70762e+05 7.60121e+04 1.75475e+05 1.29497e+05 5.46357e+04 2.99714e+05 5.14754e+04 1.31791e+06 2.19361e-01 1.54253e+05 2.09421e-01 3.85760e+04 7.78249e-01 7.61748e+04 7.44512e+03 5.40785e+02 4.26499e+02 2.08482e+02 8.15140e+02 1.25604e+03 8.61675e+02 1.37193e+03 4.54593e+02 3.02815e+02 3.15044e+00 8.65579e+02 7.76042e+03 4.15811e+02 7.65058e+03 6.17447e+03 3.56165e+03 6.39672e+03 8.73749e+03 2.01314e+04 3.18076e+03 4.76559e+03 1.00497e+02 1.20197e+02 7.71816e-02 1.82432e-01 2.64493e-02 1.25292e+00 7.54932e+00 3.10073e+00 1.68991e+00 5.03658e+00 1.37303e+00 9.13623e+00 1.25876e+00 7.91628e-01 1.42821e+00 7.77731e-01 7.69136e-01 5.17703e-03 6.67262e-02 1.48408e-01 2.44529e-01 4.22707e-01 2.55993e-01 7.39726e-01 2.56839e-01 3.39237e-01 5.32407e-04 1.52801e-01 1.23437e-02 1.70665e+04 1.31721e+03 1.25725e+04 1.59332e+04 4.97613e+03 1.41803e+04 2.77226e+04 1.35623e+04 3.27577e+04 1.07770e+04 6.37282e+03 1.15361e+02 3.01090e+04 5.74478e+04 4.06274e+03 6.69523e+04 5.94795e+04 3.16061e+04 3.30755e+04 5.60257e+04 4.11433e+05 1.06554e+05 1.32897e+05 4.23400e+03 3.62146e+03 2.11815e-01 5.11596e+05 1.78271e+04 4.17827e+04 1.62251e+05 7.41608e+04 1.38725e+05 3.64062e+05 2.17937e+05 1.86635e+05 1.26569e+05 4.37024e+04 6.93022e+03 3.28435e+05 3.08249e+05 1.37796e+04 3.21013e+05 3.03883e+05 5.49538e+05 4.06602e+05 2.32165e+05 1.74108e+06 2.04266e+05 4.56385e+05 1.95102e-01 0.00000e+00 1.90193e+01 6.73705e+05 2.53936e+04 4.36124e+03 4.25741e+05 1.33269e+05 9.81802e+04 2.41762e+05 9.10483e+04 2.19765e+05 1.12274e+05 5.58188e+04 1.36999e+03 3.46123e+05 6.78879e+05 4.90522e+03 2.93739e+05 6.94917e+05 2.42209e+05 7.93570e+05 2.48288e+05 1.85529e+06 5.05813e+05 7.68003e+05 1.37538e+05 9.63403e+04 1.19021e+00 2.97460e+06 1.44695e+05 6.46568e+04 2.18395e+05 4.46143e+04 1.28840e+05 3.28550e+05 1.11062e+05 3.32268e+05 1.13536e+05 5.75264e+04 1.00528e+03 2.99455e+05 5.82782e+05 4.14719e+04 1.21212e+06 1.42019e+06 7.51137e+05 7.25521e+05 1.15746e+06 2.40003e+06 3.48380e+05 6.98036e+05 8.18433e+03 6.71471e+03 2.42068e-01 3.10796e+04 3.66383e+03 9.92011e+03 6.63227e+03 1.77713e+03 5.32943e+03 9.05849e+03 8.69779e+03 1.30218e+04 5.63043e+03 2.36112e+03 3.56265e+01 2.54312e+04 2.89174e+04 2.30716e+03 2.60335e+04 2.47724e+04 1.37440e+04 1.72853e+04 2.18702e+04 5.93189e+04 1.73979e+04 2.29150e+04 5.58810e+02 3.41264e+02 5.32801e-01 2.82592e+04 1.49455e+03 1.78772e+02 2.86005e+04 3.58357e+03 8.68716e+03 1.73383e+04 8.46680e+03 2.23915e+04 5.92775e+03 3.86009e+03 3.80844e+01 3.60171e+03 1.04684e+04 1.58041e+03 1.81336e+04 1.84298e+04 1.67707e+04 9.77122e+03 4.14096e+03 4.33072e+04 3.14036e+04 4.42771e+04 1.36483e+03 6.38301e+02 4.34750e-03 4.15903e-01 2.76543e-01 4.59634e+02 8.72833e+01 4.60243e-01 3.97928e-01 6.03940e-01 3.02065e-01 8.78229e+01 2.83563e-01 1.46393e-01 1.49577e-01 5.88996e-01 3.62276e-01 2.50224e-01 1.61907e+02 1.10681e+03 2.56835e-01 1.50614e+00 3.24648e-01 1.33926e+02 3.62655e-01 1.17873e+00 3.48827e-01 1.83574e-01 4.44926e-01 1.17607e-01 1.70508e-02 2.77902e-01 1.65633e-01 1.42750e+00 6.16277e-01 6.81351e-01 6.45845e-01 1.13518e+00 9.59682e-01 2.67603e-01 2.47847e-01 1.64058e-01 2.68058e-01 2.19855e-01 8.90836e-02 1.98134e-01 2.97330e-01 8.48224e-01 3.60518e-01 2.00231e+00 3.14391e-01 1.52331e+00 2.14791e-02 3.08492e-01 9.09994e+00 2.59662e+05 9.69180e+03 1.22355e+05 8.06784e+03 6.51394e+02 3.48327e+04 5.47120e+04 3.81693e+04 3.35201e+04 5.01482e+03 3.35057e+03 1.88698e+01 2.03944e+05 6.32744e+04 7.67915e+03 2.05021e+05 1.29202e+05 6.27691e+04 4.79802e+04 1.10457e+05 6.82238e+05 1.85126e+04 4.98348e+04 2.40656e+02 1.19190e+03 4.06021e-02 1.82999e+05 1.34004e+05 1.03499e+05 1.28019e+05 9.82871e+04 5.74066e+04 7.06271e+05 2.85566e+05 1.04021e+06 9.14713e+04 2.38822e+04 1.00108e+05 5.68358e+05 3.58569e+05 8.08322e+04 9.56147e+05 2.37164e+06 3.12916e+05 3.22109e+05 7.55536e+05 1.02736e+07 5.74597e-02 1.11232e+06 6.49695e-02 9.60815e+05 1.02643e-01 1.32594e+03 9.66975e+01 1.35828e+01 2.26550e+02 6.02174e+01 1.87687e+02 3.51686e+02 1.14429e+02 4.26144e+02 1.42359e+02 8.43603e+01 3.66717e+00 5.01662e+01 1.34318e+03 4.17085e+01 6.37845e+02 7.45731e+02 3.72804e+02 5.21849e+02 8.40094e+02 1.00893e+03 2.21545e+02 2.87700e+02 6.01292e+00 7.59391e+00 1.82839e+02 3.53442e+06 6.57433e+05 7.21202e+05 2.85195e+06 1.26751e+06 6.34555e+05 1.75984e+06 7.00161e+05 2.33678e+06 3.50619e+05 7.10876e+05 3.64390e+05 7.37080e+05 7.93546e+05 1.78918e+05 4.80332e+06 3.54205e+06 1.01698e+06 1.48769e+06 7.51718e+05 3.29290e+06 4.48578e-01 1.30152e+06 5.75444e+03 4.24521e+04 6.91149e-01 1.90092e+05 3.36467e-01 6.09355e+03 1.96090e+04 1.76389e+03 3.76394e+03 4.68445e+04 2.50647e+04 8.47957e+03 2.91961e+03 2.36782e+02 2.97123e+03 2.24286e+04 8.66612e+04 4.22428e+04 8.39567e+04 1.13560e+05 1.22973e+04 1.73400e+04 3.75625e+04 9.70700e+04 3.40567e-01 1.17055e+04 4.76810e-01 4.39612e+03 8.66289e+00 1.03125e+05 6.96470e+03 8.18303e+03 3.49696e+03 1.51494e+03 4.08920e+03 7.07258e+03 4.44732e+03 9.32143e+03 2.76515e+03 2.01129e+03 2.91435e+01 1.24733e+04 2.77767e+04 1.34653e+03 1.95520e+04 1.69924e+04 9.13125e+03 2.40210e+04 2.98933e+04 1.12997e+05 3.42573e+04 3.82131e+04 1.03598e+03 7.85293e+02 7.07644e-01 7.22189e+03 7.89203e+02 1.11023e+05 1.77214e+04 5.71268e+03 1.56462e+04 2.46093e+04 1.53234e+04 4.42197e+04 1.50561e+04 7.40643e+03 2.05269e+02 1.35116e+04 5.65834e+04 5.51094e+03 9.19237e+04 9.75326e+04 5.30075e+04 1.60728e+04 4.02989e+04 1.95569e+05 3.20035e+04 3.89067e+04 8.59448e+02 8.43996e+02 7.51245e-01 1.79789e+05 1.00067e+04 3.23108e+04 3.37205e+04 3.30524e+04 3.11866e+04 7.87374e+04 3.16509e+04 8.76070e+04 2.99522e+04 1.53373e+04 1.98253e+02 7.11346e+04 1.09477e+05 8.55085e+03 1.73996e+05 1.55160e+05 7.62179e+04 1.27534e+05 1.61578e+05 4.78734e+05 2.51655e+05 3.01515e+05 4.20125e+03 2.79756e+03 6.83915e-01 1.14347e+07 2.02820e+05 9.02280e+05 5.92077e+06 4.78540e+06 9.36785e+05 2.90988e+06 1.58160e+06 2.46701e+06 7.22331e+05 6.35942e+05 8.86558e+03 3.19769e+06 1.36527e+07 4.17314e+06 8.44874e+06 8.66273e+06 4.53929e+06 1.52648e+07 1.15946e+06 2.94071e+07 5.59051e-01 4.20754e+06 2.90452e-01 3.28127e+05 1.18636e+00 3.90697e+04 1.33658e+03 4.88724e+03 2.21922e+04 9.71767e+03 1.49794e+04 3.82382e+04 1.35729e+04 3.40274e+04 1.14241e+04 6.28515e+03 1.72503e+02 9.44034e+03 8.14826e+04 3.68812e+03 6.74003e+04 6.90171e+04 3.21747e+04 4.39160e+04 7.14899e+04 4.64515e+05 1.33066e+05 1.83630e+05 4.27259e+03 3.62789e+03 3.99171e-01 2.64442e-01 2.64296e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64290e-01 2.64289e-01 2.64290e-01 2.64290e-01 2.64290e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64289e-01 2.64306e-01 2.64302e-01 2.64306e-01 2.64290e-01 2.58294e-01 6.40410e+05 2.79546e+04 2.84230e+04 2.50211e+04 8.82307e+03 2.63404e+04 5.52496e+04 2.35573e+04 7.37513e+04 2.43437e+04 1.24328e+04 2.09468e+02 1.02146e+05 2.23244e+05 1.08608e+04 1.98076e+05 2.02918e+05 1.14131e+05 5.84358e+04 1.15305e+05 5.79044e+05 1.54293e+05 2.02787e+05 6.01175e+03 3.30427e+03 2.10540e+00 1.30616e+06 2.14035e+05 1.53693e+04 3.17353e+03 2.82191e+02 2.99145e+03 9.09222e+02 9.74827e+02 6.09155e+00 7.02072e-01 1.92232e+04 7.12694e+02 7.51321e+03 1.36339e-01 1.43969e+03 1.85560e+04 4.12711e+04 3.31679e+03 3.45502e+04 5.22132e+03 8.54036e+04 4.32518e-01 3.93480e+04 4.33756e-04 1.24488e-01 5.52481e-01 2.76585e+05 1.34975e+04 7.89693e+06 3.70663e+05 1.75534e+05 2.72166e+05 9.79789e+05 3.97832e+05 9.00566e+05 2.66556e+05 1.80436e+05 5.88252e+03 3.01102e+06 3.95153e+06 1.26493e+05 2.98309e+06 2.12682e+06 1.78441e+06 1.89626e+06 1.99614e+06 9.58467e+06 1.99481e+06 3.86643e+06 6.88543e+04 4.60716e+04 2.09238e+01 2.15259e+06 1.11019e+05 6.26801e+06 2.97831e+06 6.09321e+05 2.04345e+06 4.17907e+06 1.31021e+06 4.58767e+06 1.34618e+06 9.12747e+05 1.56909e+05 3.79288e+06 1.08794e+07 1.46101e+06 5.01274e+06 7.05486e+06 2.91580e+06 7.94113e+06 5.55208e+06 5.92722e+07 2.87715e+06 1.29365e+07 1.46035e+05 6.84078e+05 3.81975e-01 7.85312e+04 5.10598e+03 4.08011e+03 3.98794e+03 1.18974e+03 3.46979e+03 9.34728e+03 3.52091e+03 1.02379e+04 3.40798e+03 1.67628e+03 2.00946e+01 1.61155e+04 8.63635e+04 1.08176e+03 2.51325e+04 3.20486e+04 1.57671e+04 1.92296e+04 2.86222e+04 6.13347e+04 1.72028e+04 2.32871e+04 3.42134e+02 4.32934e+02 5.14268e+00 3.00064e+00 1.94147e-01 1.55970e+00 5.38721e+00 5.58103e+00 2.82039e+00 9.80127e+00 4.32126e+00 1.63843e+01 3.03340e+00 2.60576e+00 6.68834e+03 7.25949e-01 1.20095e+00 7.96984e-03 2.26093e-01 1.50071e-01 8.45328e-01 2.82907e+00 2.36879e+00 8.17343e+00 1.25872e+00 7.51513e+00 1.65764e-01 1.49887e-01 1.86807e-01 6.72270e+05 8.10566e+03 2.22202e+04 1.76168e+05 1.88911e+05 1.23669e+05 1.53339e+05 8.76516e+04 1.65099e+05 3.20869e+04 1.32627e+05 4.94102e+04 1.11497e+00 1.79791e+06 5.24088e+04 7.49427e+05 1.45540e+06 7.49731e+05 3.79541e+05 1.55969e+04 8.24764e+05 9.23846e-01 1.01316e+06 3.91847e-01 9.26283e-01 2.82513e-01 2.43282e+06 4.72870e+05 2.14003e+05 1.58338e+05 3.57561e+05 1.12076e+04 3.17275e+05 1.06874e+05 1.30820e+05 6.33591e+03 5.48138e+04 1.14512e+04 2.95608e+05 2.22087e+05 4.94382e+03 6.37204e+04 1.41723e+05 5.99790e+03 5.04285e+05 1.36961e+05 6.62172e+05 2.57298e+04 1.91088e+05 9.33536e+02 2.67925e+05 2.16966e+00 1.63698e+04 2.05049e+03 4.28747e+02 3.54844e+02 1.15464e+02 4.11319e+02 7.69149e+02 3.97399e+02 5.48786e+02 4.40288e+02 1.67347e+02 1.73010e+00 1.32440e+03 6.11542e+03 7.28451e+02 9.27848e+03 1.02012e+04 5.36108e+03 3.47764e+03 6.16778e+03 2.03582e+04 4.87844e+03 7.06692e+03 2.29075e+02 1.67076e+02 2.90452e-02 3.20722e+06 2.14427e+05 2.80898e+05 9.84297e+05 6.42441e+05 2.39035e+05 1.33681e+05 2.62885e+05 8.31478e-01 2.67627e-01 3.44775e+05 1.28446e+05 2.73143e+04 3.22746e+06 4.19511e+05 2.62711e+06 1.37925e+07 1.56205e+06 3.72290e+06 6.12600e+04 3.70019e+06 3.66784e-01 2.00849e+06 2.91068e-01 5.65517e+05 2.35802e+01 9.07299e+05 4.46168e+05 2.65176e+06 1.19647e+06 6.09502e+05 2.64888e+05 6.11650e+05 8.64707e+04 2.69689e+05 2.36995e+05 1.56447e+05 2.08356e+04 8.33576e+05 1.07605e+06 3.48891e+04 1.95777e+06 4.18114e+04 8.54623e+05 3.86996e+05 2.17805e+05 1.06080e+06 7.62668e+04 3.70017e+05 3.95089e+02 1.13391e+05 6.44309e+00 4.56604e+05 2.82256e+04 6.82395e+04 4.43223e+04 1.08739e+04 3.65893e+04 7.86018e+04 3.26534e+04 7.87655e+04 2.57291e+04 1.44678e+04 2.33147e+02 1.19174e+05 1.42176e+05 1.42050e+04 2.52885e+05 2.69305e+05 1.42681e+05 1.73617e+05 2.99300e+05 6.38750e+05 1.20944e+05 2.14145e+05 4.47045e+03 2.41090e+03 6.94121e-02 1.07639e+05 4.15817e+03 3.51389e+05 1.81379e+05 1.77812e+03 8.40811e+03 9.93774e+03 5.60038e+03 1.63499e+04 3.95069e+03 2.11369e+03 2.33414e+01 2.21154e+05 2.92223e+05 1.86200e+04 2.76109e+05 2.06881e+05 1.97836e+05 1.18145e+05 1.05742e+05 5.10367e+05 1.44032e+05 1.47792e+05 5.52917e+03 3.61701e+03 2.59853e-01 1.39712e+05 3.58990e+04 9.76502e+04 4.19639e+04 2.04132e+04 3.32572e+04 5.23851e+04 3.45050e+04 5.18219e+04 3.06925e+04 2.32247e+04 7.94315e+02 1.25074e+05 1.51527e+05 7.12588e+04 2.10547e+05 2.04811e+05 1.52959e+05 1.26138e+05 1.77416e+05 7.05914e+05 2.47016e+05 3.05438e+05 9.23494e+04 3.16192e+04 5.81294e-01 0.00000e+00 +7.01089e+05 2.96375e+04 7.45114e+03 3.00291e+04 5.87574e+03 2.11792e+04 6.69130e+04 2.30706e+04 6.82751e+04 1.95600e+04 8.10312e+03 3.98300e+02 5.07918e+04 1.54614e+05 1.80319e+03 4.42270e+04 4.74866e+04 2.75676e+04 1.93096e+05 3.53035e+05 4.60288e+05 4.66491e+04 6.83568e+04 2.15306e+02 2.78435e+03 4.12370e-02 3.28136e+05 1.51665e+04 3.78044e+04 7.30793e+03 5.27193e+03 8.54786e+03 1.97669e+04 1.08827e+04 2.52733e+04 6.23536e+03 3.40317e+03 9.12612e+01 8.30010e+04 8.92812e+04 2.39858e+03 4.12506e+04 4.27764e+04 2.35801e+04 3.81821e+04 4.54654e+04 3.41346e+05 5.27312e+04 5.18472e+04 2.69857e+02 6.75888e+03 3.24653e+00 1.14040e+06 6.45277e+04 1.53659e+06 2.67604e+04 1.05041e+04 3.53513e+04 1.12182e+05 5.01668e+04 1.83440e+05 6.54416e+04 2.03120e+04 1.46627e+03 1.19984e+06 1.02781e+06 1.78209e+04 4.12636e+05 3.50392e+05 1.90137e+05 3.75049e+05 8.41965e+05 1.50950e+06 5.07016e+05 5.31584e+05 1.07019e+03 7.47937e+03 7.54389e-01 2.30949e+03 1.04688e+02 2.00432e+03 1.25431e+03 3.47005e+02 1.30002e+03 3.34272e+03 1.70665e+03 3.76493e+03 1.04045e+03 4.47798e+02 2.66594e+01 6.47475e+03 1.22390e+04 1.28847e+03 1.59393e+04 1.69936e+04 9.41043e+03 6.20596e+03 1.24413e+04 1.33682e+05 2.22591e+04 2.26516e+04 2.21096e+02 2.98209e+03 1.41726e+00 1.58480e+06 6.79447e+04 2.35093e+06 1.17740e+05 2.13644e+04 7.49907e+04 2.15102e+05 8.66264e+04 2.70078e+05 9.31034e+04 3.39782e+04 2.66053e+03 2.04054e+06 1.22713e+06 3.26015e+04 6.63778e+05 7.21951e+05 3.65417e+05 2.10847e+05 3.68939e+05 2.44487e+06 3.75250e+05 4.88030e+05 1.86967e+03 1.64883e+04 1.87744e+00 3.29382e+03 2.25383e+02 2.90858e+03 5.76415e+02 2.32926e+02 6.06774e+02 1.41743e+03 7.29258e+02 9.90079e+02 3.56026e+02 2.71702e+02 1.76419e+01 9.77212e+03 1.40036e+04 9.45528e+02 6.79532e+03 8.53124e+03 5.41844e+03 5.59695e+03 1.01029e+04 4.50073e+04 6.88083e+03 8.60855e+03 1.65043e+02 1.20618e+03 2.15897e-01 4.19460e+06 1.20636e+05 2.04292e+06 2.10164e+06 9.36633e+05 8.44653e+05 2.06391e+06 7.58512e+05 7.31762e+05 6.25609e+05 2.91276e+05 2.15105e+04 1.42241e+06 3.21217e+06 2.16077e+05 2.96686e+06 6.07863e+06 2.17431e+06 2.83452e+06 1.33618e+06 1.20600e+07 5.08491e+06 9.91704e+06 4.05145e+03 1.16276e+06 6.49482e-01 3.24563e+05 8.25933e+03 5.22250e+04 1.34676e+04 5.36886e+03 9.91808e+03 3.94833e+04 2.59638e+04 5.91249e+04 1.66043e+04 6.85499e+03 5.29998e+02 1.55122e+05 9.52593e+04 3.01682e+03 4.71059e+04 6.58260e+04 7.85773e+03 3.63717e+04 6.98866e+04 4.27825e+05 4.72139e+04 9.36255e+04 5.76037e+02 1.15119e+04 1.36355e+00 8.58814e+01 1.13743e+01 3.16191e+03 8.36760e+02 2.01186e+02 9.57522e+02 1.08883e+04 4.73932e+02 7.47851e+02 3.49221e+02 3.62670e+02 5.04786e+01 2.13982e+04 1.14910e+04 1.83069e+03 1.33478e+04 1.48381e+04 1.98688e+04 1.31237e+04 1.52514e+04 1.15731e+05 2.28991e+04 2.43466e+04 5.36403e+02 3.26845e+03 3.04145e-01 8.66110e+06 5.46672e+05 1.60980e+07 4.13546e+06 1.04680e+06 3.04248e+06 4.00097e+06 3.51590e+06 1.59040e+06 2.33383e+06 6.53495e+05 6.37409e+04 6.20904e+06 2.13372e+07 2.62508e+05 5.79871e+06 5.99040e+06 5.46550e+06 9.14005e+06 7.37365e+06 8.72544e+07 2.83946e+06 1.22862e+07 4.58837e+04 4.08851e+05 2.50565e-01 3.83331e+06 2.18481e+03 5.04565e+05 9.37931e+05 3.93356e+05 1.20331e+06 1.71443e+06 1.40278e+06 1.53778e+06 5.39733e+05 2.32403e+05 1.78508e+04 3.32248e+06 1.52595e+06 4.06022e+05 1.86015e+06 1.44228e+06 1.21240e+06 6.32732e+06 3.00403e+06 1.79495e+07 3.46734e+06 6.24094e+06 2.01383e-01 2.10144e+05 4.08016e-01 2.57596e+05 1.03857e+04 1.09586e+06 2.25337e+04 7.85834e+03 1.84814e+04 9.02470e+04 2.91446e+04 6.62017e+04 1.76597e+04 7.16163e+03 4.37703e+02 1.31293e+06 4.70082e+05 9.97105e+03 1.84555e+05 1.75147e+05 1.04027e+05 1.78064e+05 2.77050e+05 7.88102e+05 6.73439e+04 7.81442e+04 4.08673e+02 4.32905e+03 6.33587e+02 9.35543e+03 1.13198e+03 1.22370e+04 1.29298e+04 9.19347e+02 2.70774e+03 1.20294e+04 3.05298e+03 1.07385e+04 3.36894e+03 1.45163e+03 8.81760e+01 3.26691e+04 4.50935e+04 1.92591e+03 3.30517e+04 4.08417e+04 2.43675e+04 2.48620e+04 4.10037e+04 3.26598e+05 5.81498e+04 6.77437e+04 4.08119e+02 3.20287e+03 3.03261e-02 6.85240e+03 9.46595e+02 2.05140e+05 3.09868e+04 2.00461e+04 2.84823e+04 2.02521e+05 1.21965e+05 7.26585e+04 2.06486e+04 1.03209e+04 1.55680e+03 3.41967e+05 1.73048e+05 3.70490e+03 4.40832e+04 3.88140e+04 3.45054e+04 9.69029e+04 9.05844e+04 7.87274e+05 2.13616e+05 1.85495e+05 2.00547e+03 1.41239e+04 2.08096e+00 4.31038e+06 1.85702e+05 2.53706e+05 3.87902e+05 3.85499e+05 3.02009e+05 1.16768e+06 3.88355e+05 1.29580e+06 3.96317e+05 1.57593e+05 9.14117e+03 1.04575e+06 1.33323e+06 3.86307e+04 7.57217e+05 8.43167e+05 5.01492e+05 9.00787e+05 1.62235e+06 6.41761e+06 9.10659e+05 1.28950e+06 6.21504e+03 5.81496e+04 9.87397e-01 8.51789e+03 6.04519e+02 7.19064e+03 3.61363e+03 1.02373e+03 2.93069e+03 7.33304e+03 3.25964e+03 8.21678e+03 1.88032e+03 1.17078e+03 1.01176e+02 1.47326e+04 1.95384e+04 2.20185e+03 2.32418e+04 2.85456e+04 1.77802e+04 2.49925e+04 3.49805e+04 1.85877e+05 2.48575e+04 3.22875e+04 4.60231e+02 3.33227e+03 4.53586e-01 4.22880e+05 2.16072e+04 1.59127e+05 4.10031e+04 3.89833e+04 5.97806e+04 4.64884e+05 1.18306e+05 3.10182e+05 1.15042e+04 6.29166e+03 4.38402e+02 1.70068e+05 4.24851e+05 5.89858e+03 1.35696e+05 1.72888e+05 3.40493e+04 4.15043e+05 1.44653e+05 1.05811e+06 1.36683e+05 1.97054e+05 5.37555e+03 1.48213e+05 5.46307e+05 9.04509e+05 3.56453e+04 9.85094e+04 1.47803e+06 6.85772e+05 1.01089e+06 2.70688e+06 1.39026e+06 1.37987e+06 6.78007e+05 2.69048e+05 1.24657e+05 3.30185e+06 2.10171e+06 8.80396e+05 2.97562e+06 2.89206e+06 1.24504e+06 7.19535e+06 2.63420e+06 2.32085e+07 6.61034e+06 7.44623e+06 1.61987e-01 2.48095e+05 2.74107e-01 1.58867e+04 1.77063e+03 2.75795e+03 2.35191e+03 2.81544e+02 6.83948e+02 1.42118e+03 6.96004e+02 1.59913e+03 5.98068e+02 2.63780e+02 1.95544e+01 4.12909e+03 2.87463e+03 6.73608e+02 4.60675e+03 6.63191e+03 3.07738e+03 3.58907e+03 7.64395e+03 2.51233e+04 6.36432e+03 8.46399e+03 8.52549e+01 4.99672e+02 5.39333e-01 2.79483e+05 1.43135e+04 5.17796e+03 9.47245e+03 3.46998e+03 9.33845e+03 3.64957e+04 1.25955e+04 3.64052e+04 1.13340e+04 4.21300e+03 2.97017e+02 1.96215e+04 5.46978e+04 1.81699e+03 2.66695e+04 3.78565e+04 1.57072e+04 3.87464e+04 6.06048e+04 1.69586e+05 3.70431e+04 3.83034e+04 5.83467e+01 2.08956e+03 1.75054e+00 4.97317e+03 2.90128e+02 6.28107e+01 7.19748e+02 7.20382e+01 1.82772e+02 7.92447e+02 2.45330e+02 7.77382e+02 3.28756e+02 1.35274e+02 9.71469e+00 1.30681e+04 9.14308e+03 1.12787e+03 7.10696e+03 8.79592e+03 1.52262e+04 1.05985e+04 5.72441e+03 1.95884e+05 6.50578e+04 5.73137e+04 2.16541e+03 1.40494e+04 8.59801e-01 8.72095e+04 5.95550e+03 1.03090e+04 9.47213e+02 2.57830e+02 7.02044e+02 3.31808e+03 1.92838e+03 3.72528e+03 9.97931e+02 3.40166e+02 7.65921e+00 7.58282e+04 2.23802e+04 1.70334e+02 2.86669e+03 3.07526e+03 3.45491e+03 6.97749e+03 7.48178e+03 2.42933e+04 5.42495e+03 5.30967e+03 6.37531e+01 3.97288e+02 6.19731e-01 4.47021e+05 1.99145e+04 4.30190e+05 2.05637e+05 6.73812e+04 5.62232e+04 1.65794e+05 7.96835e+03 2.31955e+04 2.53668e+03 1.03315e+04 3.84899e+03 9.21920e+04 1.22907e+05 6.32370e+03 8.15055e+04 1.81279e+05 1.13557e+05 2.74267e+05 1.00212e+05 4.31108e+05 4.00325e+05 1.34903e+05 2.32948e+04 1.13567e+05 3.38158e+01 1.35736e+05 1.07897e+04 6.72151e+04 2.06287e+04 1.89691e+04 2.60340e+04 5.86739e+04 3.01244e+04 6.87328e+04 1.84059e+04 8.83075e+03 7.92078e+02 1.43570e+05 5.38694e+04 4.82035e+03 7.32264e+04 7.13922e+04 3.98632e+04 5.72991e+04 9.52398e+04 5.24212e+05 8.53796e+04 8.45279e+04 6.87021e+02 5.82582e+03 1.82319e+00 3.42459e+04 3.08528e+03 9.06623e+04 1.85892e+04 4.91787e+03 1.24957e+04 2.30182e+04 1.22481e+04 3.26305e+04 1.04877e+04 1.08576e+04 2.60942e+02 2.63550e+05 9.54088e+04 5.20484e+03 5.87907e+04 5.89553e+04 5.58406e+04 4.69832e+04 7.00959e+04 4.47449e+05 1.90004e+05 2.02423e+05 2.21824e+03 1.41838e+04 1.66459e+00 3.85130e+06 6.92601e+04 5.31834e+06 4.02572e+06 2.41676e+06 3.71200e+06 8.87900e+06 4.62712e+06 5.00536e+06 1.53041e+06 9.16759e+05 3.41538e+05 6.84122e+06 1.02338e+07 3.38645e+05 4.36476e+06 9.70782e+06 5.79219e+06 5.37614e+06 7.94932e+06 5.74938e+07 5.05357e+06 5.81467e+06 6.54642e+03 1.87882e+06 1.47347e+00 3.86294e+02 1.65061e+01 1.16591e+03 3.89119e+02 1.54392e+02 4.19513e+02 1.04618e+03 5.24409e+02 1.01017e+03 3.53886e+02 2.23637e+02 7.73678e+00 3.45332e+03 3.05702e+03 8.17342e+02 5.80593e+03 6.72382e+03 4.01226e+03 5.05146e+03 8.20843e+03 6.80334e+04 1.68372e+04 1.82686e+04 4.19038e+02 2.95342e+03 2.27750e-01 1.75295e+04 6.94940e+02 4.93624e+05 1.09893e+04 4.98891e+03 1.28085e+04 3.75363e+04 1.65022e+04 5.90100e+04 1.71775e+04 6.16960e+03 2.39414e+02 3.73177e+05 2.33826e+04 1.20117e+03 2.80994e+04 1.69010e+04 1.24820e+04 1.74815e+04 3.53195e+04 2.92421e+05 6.61625e+04 6.83522e+04 2.20235e+02 1.59866e+03 5.37700e-01 3.10816e+05 1.52765e+04 6.15771e+04 1.09594e+05 5.29972e+04 7.03798e+04 2.49593e+05 1.30063e+05 2.68380e+05 5.64111e+04 2.59298e+04 1.94557e+03 6.59385e+05 1.73239e+05 9.69254e+03 2.27438e+05 1.68910e+05 2.25388e+05 3.53139e+05 2.94919e+05 1.72146e+06 3.33891e+05 3.29163e+05 2.08404e+03 3.05066e+04 8.72375e+01 1.72759e+05 9.00737e+03 2.06009e+04 1.21811e+04 3.56240e+03 7.50787e+03 2.77880e+04 8.88863e+03 2.87813e+04 9.48155e+03 3.66158e+03 1.37029e+02 1.07418e+05 3.12512e+04 1.19934e+03 2.35032e+04 3.29304e+04 1.84125e+04 1.28798e+04 2.71293e+04 1.67173e+05 4.37235e+04 4.92029e+04 1.51560e+02 1.32892e+03 1.30241e+00 1.46275e+05 1.99092e+04 1.67241e+03 2.15867e+03 1.75907e+03 3.44627e+03 1.25628e+04 5.57738e+03 9.29526e+03 3.85560e+03 2.18736e+03 1.85369e+02 5.07942e+03 8.40358e+03 3.78463e+02 4.63985e+03 4.90907e+03 2.12328e+03 4.91054e+03 9.01614e+03 8.60321e+04 1.23607e+04 1.48408e+04 1.07133e+02 1.34687e+03 2.79447e-01 7.05360e+05 3.24794e+04 1.72630e+04 3.55680e+04 9.17433e+04 3.39092e+04 6.66132e+04 2.34121e+04 7.02142e+04 2.19859e+04 1.11767e+04 1.29915e+03 6.90248e+04 2.06262e+05 6.40717e+03 6.72620e+04 8.22805e+04 4.75707e+04 7.12222e+04 1.15066e+05 3.93757e+05 3.56422e+04 5.38056e+04 6.50757e+02 5.25227e+03 2.44996e+00 6.66638e+05 3.04523e+04 1.12029e+05 6.93769e+04 1.49826e+04 6.41581e+04 1.34519e+05 5.07707e+04 1.63968e+05 5.17926e+04 2.07097e+04 1.97819e+03 1.81848e+05 1.34330e+05 9.56491e+03 1.52207e+05 1.81157e+05 1.18203e+05 1.15827e+05 1.84889e+05 8.87654e+05 1.01154e+05 1.19432e+05 6.99533e+02 7.79912e+03 1.45987e+00 5.19269e+06 7.70031e+05 2.45530e+07 6.06334e+06 1.53879e+06 7.62288e+06 1.02814e+07 5.44273e+06 9.79666e+06 8.05385e+06 1.93637e+06 6.48683e+05 7.03070e+06 5.93167e+06 2.52144e+05 3.24986e+06 7.22814e+06 3.23942e+06 1.13152e+07 2.79644e+06 4.15849e+07 8.54622e+06 9.12359e+06 7.23984e-04 2.07783e-01 2.15472e-01 1.52775e+04 1.96655e+03 2.30431e+03 9.76239e+02 4.69988e+02 1.05144e+03 2.65283e+03 1.28698e+03 4.50949e+03 1.01203e+03 4.32777e+02 2.24982e+01 6.89270e+03 1.35803e+04 6.92041e+02 7.37613e+03 7.68874e+03 4.61990e+03 8.87649e+03 1.66560e+04 5.29217e+04 7.44920e+03 8.22290e+03 1.87811e+02 1.65193e+03 9.30132e-01 2.64298e+03 1.22612e+02 4.89682e+03 6.15696e+02 9.46883e+01 3.04998e+02 9.48510e+02 3.43324e+02 1.14194e+03 8.20972e+02 1.32691e+02 6.42552e+00 1.58629e+04 1.41420e+04 7.47844e+02 1.14535e+04 1.26806e+04 1.02004e+04 1.33699e+04 1.84507e+04 2.88766e+05 5.31673e+04 6.11262e+04 3.98683e+02 3.65351e+03 1.00610e-01 7.82310e+04 7.22756e+03 2.64655e+03 4.16366e+03 1.23774e+03 3.53295e+03 1.05761e+04 4.14784e+03 1.16916e+04 3.90446e+03 1.75029e+03 9.84307e+01 7.78968e+03 4.98476e+03 5.46106e+02 8.31236e+03 9.02042e+03 5.21227e+03 2.77327e+03 5.10847e+03 4.22141e+04 5.29334e+03 6.87309e+03 3.72118e+01 3.92763e+02 4.89285e-03 4.40450e+05 2.86372e+04 2.35919e+04 1.74092e+04 3.64176e+03 1.04892e+04 3.48888e+04 1.24072e+04 3.60286e+04 1.17131e+04 4.78386e+03 3.42534e+02 1.21638e+05 1.23904e+04 3.77443e+03 4.74838e+04 5.25548e+04 3.45188e+04 2.64103e+04 4.28508e+04 2.26806e+05 1.41491e+04 2.57633e+04 1.86607e+02 1.35709e+03 1.10580e+00 1.49588e+00 3.63229e-01 5.78838e+00 1.00017e+06 3.88251e+00 9.17695e-01 2.14912e+07 7.79878e-01 5.80385e-01 3.00896e-01 1.13710e+00 8.60122e-02 1.84638e+00 3.92678e-01 1.21826e-02 1.57021e-01 3.49236e-01 1.54421e+00 2.85561e+00 4.17216e-01 1.93156e+00 4.26428e-01 3.16982e+00 6.49838e-04 1.86503e-01 3.93432e-01 1.04404e+08 1.10302e+07 1.21238e+08 9.47976e+07 8.46675e+07 4.09579e+07 1.69296e+08 9.86463e+07 3.01359e+08 5.72567e+07 2.59656e+07 7.87680e+07 7.02942e+07 1.94948e+08 2.35904e+06 3.04054e+07 6.76257e+07 1.06782e+08 1.36659e+08 8.58455e+07 4.49789e+08 2.90943e+06 7.96132e+07 3.38980e+05 2.60940e+07 5.03845e+00 1.83391e+05 9.67763e+03 3.66352e+06 1.34990e+06 3.79831e+05 4.12569e+05 2.23351e+06 4.57427e+05 4.12635e+05 1.54047e+05 9.11899e+04 8.42901e-01 1.51341e+06 3.51997e+06 2.44353e+04 3.14944e+05 7.00479e+05 4.40848e+04 4.92806e+05 1.81305e+06 1.47214e+06 2.94986e+06 2.81683e+05 5.00435e-01 1.28234e+05 2.47029e-01 1.14082e+05 1.34602e+04 2.95002e+05 7.04714e+03 2.46618e+03 9.00617e+03 2.33907e+04 1.24584e+04 4.54979e+04 1.14507e+04 4.50652e+03 2.46678e+02 1.61391e+05 4.02509e+04 2.25991e+03 4.68480e+04 3.29558e+04 1.92003e+04 4.96848e+04 8.18313e+04 2.64908e+05 4.15657e+04 3.41007e+04 2.10567e+02 2.81976e+03 9.40578e-01 2.04602e+05 1.27398e+04 3.38319e+04 4.53631e+04 1.84765e+04 3.23232e+04 1.05368e+05 3.51973e+04 1.32482e+05 2.72375e+04 1.17239e+04 6.40870e+02 1.48545e+05 1.08293e+05 4.40835e+03 9.53342e+04 1.07738e+05 5.73867e+04 1.11421e+05 1.93001e+05 1.31752e+06 2.41765e+05 2.40529e+05 1.34082e+03 1.59176e+04 1.13026e+01 3.90758e+05 2.91483e+04 1.54047e+05 7.39925e+04 6.54003e+04 9.64013e+04 3.53065e+05 1.02431e+05 3.12020e+05 7.27441e+04 3.91606e+04 1.85045e+03 4.82541e+05 2.22795e+05 1.70144e+04 3.28945e+05 3.13616e+05 1.64989e+05 2.15006e+05 4.36517e+05 2.47895e+06 4.48476e+05 4.64635e+05 3.29069e+03 2.50382e+04 1.89707e+00 4.06302e+05 4.78188e+04 1.02856e+05 3.11544e+05 2.56080e+04 8.44375e+04 2.69354e+05 1.75083e+05 2.49460e+05 8.28290e+04 3.29894e+04 4.31795e+03 2.11773e+05 5.74208e+05 2.71873e+04 4.46074e+05 5.38754e+05 3.72619e+05 3.59622e+05 4.89023e+05 2.73605e+06 6.15654e+05 5.46897e+05 3.89860e+03 3.31579e+04 2.81173e+00 2.32763e+04 1.46847e+03 1.60314e+04 2.11956e+04 4.57826e+03 1.56529e+04 4.48005e+04 1.53621e+04 4.86057e+04 1.45811e+04 6.15858e+03 4.70836e+02 4.40350e+04 3.97907e+04 1.97317e+03 3.66065e+04 4.40485e+04 2.10729e+04 3.39213e+04 6.45481e+04 5.20228e+05 9.05216e+04 1.12652e+05 8.25169e+02 6.22920e+03 3.11427e-01 5.76473e+05 5.87782e+03 4.64212e+05 4.57243e+05 2.63207e+05 4.14069e+05 1.10710e+06 8.52360e+05 6.70621e+05 5.16790e+05 1.07905e+05 2.37584e+04 2.60927e+06 4.91475e+05 1.96227e+05 6.32728e+05 6.73891e+05 1.55558e+05 3.47176e+06 1.11344e+06 5.54317e+06 1.47066e+06 3.02416e+06 7.62312e-01 2.74797e+04 2.64672e+00 4.26896e+05 1.13570e+04 3.68464e+04 4.01873e+04 7.89824e+03 2.63447e+04 6.03575e+04 1.67298e+04 6.35382e+04 2.20242e+04 8.75699e+03 7.36107e+02 1.75737e+05 7.76878e+04 2.95561e+03 5.13267e+04 5.62927e+04 3.72857e+04 5.19717e+04 7.48870e+04 4.16593e+05 5.90893e+04 7.20141e+04 3.65232e+02 3.52295e+03 4.07080e+00 5.06544e+05 3.02731e+04 6.41927e+04 9.30377e+04 1.17242e+04 2.85823e+04 1.11374e+05 6.11153e+03 6.31726e+04 3.81246e+04 1.56755e+04 1.70378e+03 4.59763e+05 1.40026e+05 3.87932e+02 1.22295e+04 1.81659e+04 9.08550e+03 9.83293e+03 2.31230e+04 5.63216e+05 2.33702e+04 8.48318e+04 1.50209e+02 3.79963e+03 3.42761e-05 9.60155e+05 5.94992e+04 6.61659e+05 9.51261e+04 2.01355e+04 7.57247e+04 1.62198e+05 9.06924e+04 2.49162e+05 6.34312e+04 3.16562e+04 2.88346e+03 7.15417e+05 3.43114e+04 6.69328e+03 1.12688e+05 1.17230e+05 6.92892e+04 1.39580e+05 2.15090e+05 8.49642e+05 5.20516e+04 8.06364e+04 4.55354e+02 5.00022e+03 3.13135e+00 1.66907e+06 1.61768e+05 2.71693e+06 9.39729e+05 1.72114e+05 6.26630e+05 2.16278e+06 5.99509e+05 2.09827e+06 2.61450e+05 3.31699e+05 1.67543e+04 1.13706e+06 1.86547e+06 4.85020e+05 2.35931e+06 9.25566e+05 6.59307e+05 5.02583e+06 1.42366e+06 1.70204e+07 2.63708e+06 4.71211e+06 2.29962e-01 1.85390e+05 5.85869e-01 5.09730e+03 2.29195e+02 4.65730e+03 1.10523e+03 4.24834e+02 9.18151e+02 2.38302e+03 1.08579e+03 2.28236e+03 7.66558e+02 4.49840e+02 2.65387e+01 1.70015e+04 9.19011e+03 2.33515e+03 1.75953e+04 2.18907e+04 1.33071e+04 2.27456e+04 4.55622e+04 6.04163e+04 1.27248e+04 1.33450e+04 2.03551e+02 1.01110e+03 1.89872e-01 1.73858e+05 7.94034e+03 3.88567e+04 4.09047e+04 4.19144e+04 2.67273e+04 8.25937e+04 4.04643e+04 1.30943e+05 2.30630e+04 1.49629e+04 7.91340e+02 1.54111e+05 2.23154e+05 6.25877e+03 1.15578e+05 1.33138e+05 7.88148e+04 1.12331e+05 1.77591e+05 8.36093e+05 6.66126e+03 1.47519e+05 7.80792e+02 8.48494e+03 3.32772e+00 3.27856e+05 1.12093e+05 1.41570e+06 1.03667e+06 1.84913e+05 2.17398e+05 6.62651e+05 4.58999e+04 4.29486e+05 4.29449e+04 7.16589e+02 2.66965e+02 5.88943e+04 7.27496e+05 4.76556e+03 6.14227e+04 1.36613e+05 3.60304e+05 1.51562e+05 4.45078e+05 1.16956e+06 3.64145e+05 3.68375e+05 1.58979e+00 5.20751e+04 7.45115e-01 1.41009e+06 7.01516e+04 3.78271e+05 2.02596e+05 7.60419e+04 1.52713e+05 4.83028e+05 1.67405e+05 5.28338e+05 1.56870e+05 6.63578e+04 4.45161e+03 1.47955e+06 4.54745e+05 1.79440e+04 3.64862e+05 3.79021e+05 2.36731e+05 3.41577e+05 6.25139e+05 2.79214e+06 2.52908e+05 4.52709e+05 2.01043e+03 2.33152e+04 1.08162e+00 1.60606e+05 7.93780e+03 2.71837e+04 4.96696e+04 4.84668e+04 3.11776e+04 1.00879e+05 3.44635e+04 9.93130e+04 2.88657e+04 1.37391e+04 9.00771e+02 1.26036e+05 9.06278e+04 4.32490e+03 7.79903e+04 8.97346e+04 5.95774e+04 7.31992e+04 1.34647e+05 7.69573e+05 1.20245e+05 1.59842e+05 7.88881e+02 7.28121e+03 8.83119e+02 1.26630e+05 1.10519e+04 6.10476e+03 3.78859e+03 1.32623e+03 3.42022e+03 1.01153e+04 4.02669e+03 9.78117e+03 3.22620e+03 1.41570e+03 9.78439e+01 1.12572e+04 7.41577e+04 1.99888e+03 2.46658e+04 3.01709e+04 1.70304e+04 2.74792e+04 4.98336e+04 1.31943e+05 2.59466e+04 2.69849e+04 2.16548e+02 1.60691e+03 8.34933e-02 1.16494e+05 7.47678e+03 2.56366e+04 6.08366e+04 2.38342e+04 5.16351e+04 3.98770e+04 1.32749e+04 1.62218e+04 1.74299e+04 1.40160e+04 1.38781e+03 2.57198e+05 6.28553e+04 3.41580e+04 8.65990e+04 7.65519e+04 2.96470e+04 2.14930e+05 1.16272e+05 1.29802e+06 2.27698e+05 1.89743e+05 6.62728e-01 8.56316e+03 1.07595e+00 3.51545e+06 1.74712e+06 8.60489e+04 1.32684e+05 1.40144e+05 8.95180e+04 7.73643e+04 8.92930e+04 6.94676e+04 8.37019e+04 9.82931e+04 1.11826e+05 7.41397e+04 2.36829e+06 5.67297e+05 5.45974e+05 5.94093e+05 6.12067e+05 3.45648e+05 2.98065e+05 5.18637e+05 5.10684e+05 5.23960e+05 5.42187e+05 5.65789e+05 3.07412e+04 3.58497e+04 1.39543e+04 3.79886e+03 6.53915e+03 2.36849e+03 5.74813e+03 9.62844e+03 4.55320e+03 8.93049e+03 2.86822e+03 1.83763e+03 1.11608e+02 1.39679e+04 7.87138e+03 1.17914e+03 1.31145e+04 1.29203e+04 8.09391e+03 1.70750e+04 3.01131e+04 8.73669e+04 1.77412e+04 1.90885e+04 1.93297e+02 1.48431e+03 4.34047e+00 2.02252e+06 1.14218e+04 3.73190e+05 4.56991e+05 1.18530e+05 1.51592e+06 7.36205e+05 5.26810e+05 8.43575e+05 1.99479e+05 7.12337e+04 2.73436e+03 2.59524e+06 8.27715e+05 3.77880e+05 1.07482e+06 7.64960e+05 2.71927e+05 4.29817e+06 1.04572e+06 1.39571e+07 1.50581e+06 4.79525e+06 2.67127e-01 4.67792e+04 2.79787e-01 3.79086e-01 2.10092e-01 6.52039e+00 3.16846e-01 4.60163e-01 4.59029e-01 5.76145e-01 3.07025e-01 7.58452e-01 2.66087e-01 1.44528e-01 5.26514e-01 7.54324e-01 2.37240e-01 1.99570e-01 2.00045e-01 2.40002e-01 2.35188e-01 1.39941e+00 2.89614e-01 1.77383e+00 2.17533e-01 1.33802e+00 1.95284e-01 1.85879e-01 2.47743e-01 1.98404e+04 2.43116e+03 8.11545e+03 2.80849e+03 1.00093e+03 3.88756e+03 8.78919e+03 4.57245e+03 6.96150e+03 2.04729e+03 2.37352e+03 1.14336e+02 1.79054e+04 1.51218e+04 1.67865e+03 1.55169e+04 1.74940e+04 1.08391e+04 2.39956e+04 3.60573e+04 2.68126e+05 4.99786e+04 4.96994e+04 5.70187e+02 4.91994e+03 5.10983e-01 9.47091e+04 7.48118e+03 5.31381e+05 9.32129e+03 3.47980e+03 1.14294e+04 3.35618e+04 1.60577e+04 3.23500e+04 8.15385e+03 4.30610e+03 4.19658e+02 2.56724e+05 5.37630e+04 1.49734e+03 2.90331e+04 2.01841e+04 1.10929e+04 5.49947e+04 7.66233e+04 5.31000e+05 4.19208e+04 4.42847e+04 3.29004e+02 4.24857e+03 2.44712e-01 4.30194e+04 3.66864e+03 1.66472e+03 1.22440e+03 3.20672e+02 1.03306e+03 3.66647e+03 1.26203e+03 3.87604e+03 1.08958e+03 4.16959e+02 1.65968e+01 6.87465e+03 1.64206e+04 6.53018e+02 1.28798e+04 1.44187e+04 8.50134e+03 4.35244e+03 8.70401e+03 5.29455e+04 5.19014e+03 8.31226e+03 2.54213e+01 2.79447e+02 2.11541e-02 1.18241e+05 5.94386e+02 2.19196e+04 8.44656e+04 2.98304e+04 7.45226e+03 5.16718e+04 1.99174e+04 2.68432e+04 2.93559e+03 5.07508e+03 1.89072e+03 4.86130e+04 1.47520e+05 5.56087e+03 7.67173e+04 1.56206e+05 5.40368e+04 1.59503e+05 6.30498e+04 1.67904e+05 1.58283e+05 1.41455e+05 5.37647e+04 4.12336e+04 1.50533e-01 9.32137e+06 9.76384e+04 4.62612e+06 8.43789e+06 1.84869e+06 7.24122e+06 1.67216e+07 1.11967e+07 2.00218e+07 1.34989e+07 2.68163e+06 1.67289e+05 2.79583e+07 8.60785e+06 3.47342e+05 9.96165e+06 6.47173e+06 4.16153e+06 4.64880e+07 1.98753e+07 2.00593e+08 3.05150e+07 8.64903e+07 7.64634e-04 2.19450e-01 3.25391e-01 1.62922e+06 4.81361e+04 2.63929e+05 1.11908e+05 1.84037e+04 8.25745e+04 1.53584e+05 5.32038e+04 1.73570e+05 5.76324e+04 2.26535e+04 2.20147e+03 9.92260e+05 3.25235e+05 1.29524e+04 2.08788e+05 2.70915e+05 1.49076e+05 1.95491e+05 3.32279e+05 1.03646e+06 8.32452e+04 1.46726e+05 6.91562e+02 6.11410e+03 6.24250e+00 1.15960e+06 8.16895e+04 3.41999e+05 5.93829e+05 4.43887e+05 1.37199e+05 4.06032e+05 3.64494e+05 2.39850e+05 5.96814e+04 7.12345e+04 6.27220e+02 1.29614e+06 2.36643e+05 5.55597e+04 2.89633e+05 8.83429e+05 8.07184e+05 8.96763e+05 1.25624e+05 9.07240e+06 4.11068e+06 2.13416e+06 1.37223e-01 1.08991e+05 7.58703e-01 1.72501e+04 2.65128e+04 1.11413e-01 2.09657e-01 2.35388e-01 2.46737e-01 7.17131e+02 8.09029e-02 1.51290e-01 1.65451e-02 2.86034e-02 1.06562e-02 9.24645e+03 3.75974e-01 3.22524e+02 8.87518e+03 6.24744e+03 1.88566e+03 1.70202e+04 9.35437e+03 2.38558e+04 7.28864e+03 3.60221e+03 1.73976e+00 4.99312e+02 5.17678e-01 9.73660e+05 4.32365e+04 1.10333e+05 1.79851e+05 8.24362e+04 1.06833e+05 3.90009e+05 1.18232e+05 3.75752e+05 1.19696e+05 4.96335e+04 3.17736e+03 3.72932e+05 2.04646e+05 2.36290e+04 4.63591e+05 5.78334e+05 3.23085e+05 2.07732e+05 3.70600e+05 1.67167e+06 2.34670e+05 3.42006e+05 1.71525e+03 1.24191e+04 1.28665e+00 2.31985e+05 1.99819e+04 1.55466e+05 1.82191e+04 4.10256e+03 8.92338e+03 2.60508e+04 9.64074e+03 2.90838e+04 1.03398e+04 4.94294e+03 6.05848e+02 1.17498e+05 3.57222e+04 3.55306e+03 4.00371e+04 4.95009e+04 3.49848e+04 1.78088e+04 2.92571e+04 1.85105e+05 2.24130e+04 2.81885e+04 1.73536e+02 1.60284e+03 7.86203e-01 1.57798e+05 5.13529e+03 1.54714e+05 8.30441e+04 1.51765e+04 1.00456e+05 2.83833e+05 1.26587e+05 2.01129e+05 4.37688e+04 2.27489e+04 6.02772e+02 2.70455e+05 1.92695e+05 7.75045e+03 4.39613e+05 1.43089e+05 7.14034e+04 1.90405e+05 2.30474e+05 4.47106e+06 1.01692e+05 1.92897e+05 4.97483e+02 1.25195e+04 7.43265e-05 1.92047e+05 1.87328e+04 5.33214e+03 8.84962e+03 6.69462e+03 7.31408e+03 2.04886e+04 7.78516e+03 1.72396e+04 5.11875e+03 3.02915e+03 3.28463e+02 1.36081e+04 1.41780e+05 4.12176e+03 4.86754e+04 6.36172e+04 3.97936e+04 4.22578e+04 7.15904e+04 1.01486e+05 4.56341e+03 1.17796e+04 1.22855e+02 1.11720e+03 1.95124e-01 2.18049e+05 8.42291e+03 1.86174e+04 2.01855e+04 2.29920e+04 1.74638e+04 5.52515e+04 1.78483e+04 5.15675e+04 1.41286e+04 8.43352e+03 4.76949e+02 6.23763e+04 4.72412e+04 2.64864e+03 4.26221e+04 4.93194e+04 2.57817e+04 2.94167e+04 5.37074e+04 3.38380e+05 5.07792e+04 6.19311e+04 4.16712e+02 7.09068e+03 1.89756e+00 9.47368e+03 3.19347e+03 3.15009e+04 6.77073e+05 2.34225e+06 5.65778e+05 6.61719e+05 4.55542e+05 7.55074e+06 2.09688e+05 1.19208e+06 4.44109e+05 6.39668e+05 1.46862e+06 1.80644e+05 2.32831e+06 5.17848e+06 2.40859e+05 1.48530e+06 8.02223e+04 3.71141e+06 8.26521e+04 4.39941e+05 5.73016e+03 1.64456e+06 1.65473e-01 1.46610e+06 3.18773e+03 3.63882e+04 5.71107e+05 2.10783e+05 3.33540e+05 1.60165e+06 3.69006e+05 1.02611e+06 7.17644e+05 5.83403e+04 1.20227e+04 7.14215e+05 1.12808e+06 2.44685e+05 6.33939e+05 1.25947e+06 2.72830e+05 1.21813e+06 1.18550e+06 7.09778e+06 1.45502e+06 1.68393e+06 2.26377e+00 2.90306e+05 7.61384e-02 2.20315e+05 5.34170e+04 1.26956e+04 1.39545e+05 6.92596e+03 2.44706e+04 6.46735e+04 4.57507e+04 9.83399e+04 1.43607e+04 7.00858e+03 8.50991e+02 3.67512e+05 1.68346e+05 5.58643e+03 9.04777e+04 8.48297e+04 1.32982e+05 2.28866e+05 1.44471e+05 1.15537e+06 3.29392e+05 3.61186e+05 2.90865e+03 2.33229e+04 1.27356e+00 4.02552e+07 1.62827e+06 6.75603e+06 7.87288e+06 4.06321e+06 2.63507e+06 1.53192e+07 7.75196e+06 7.16079e+06 2.41269e+06 1.58674e+06 1.25076e+06 5.08621e+06 1.87528e+07 5.96311e+05 7.68579e+06 1.70943e+07 2.16352e+06 2.12419e+07 4.78854e+06 4.01761e+07 1.20076e+07 7.64352e+06 1.32361e+04 3.79876e+06 1.55022e+00 2.79870e+06 6.28231e+05 4.30169e+06 5.55472e+06 1.88141e+06 2.04920e+06 6.20982e+06 1.15059e+06 2.02148e+06 2.30292e+06 7.44063e+04 1.40693e+04 3.43075e+06 8.34132e+06 1.48839e+05 1.91838e+06 4.26673e+06 2.08843e+06 3.03534e+07 1.63441e+06 5.95335e+06 3.64196e+03 3.88959e+06 5.55712e+03 1.59489e+06 1.54057e-01 1.80401e+06 2.21326e+05 2.91476e+06 6.17817e+05 5.75275e+05 4.30808e+05 1.08510e+06 1.15898e+06 8.18263e+05 3.68689e+05 6.06159e+04 3.05307e+03 2.84993e+06 1.61544e+06 2.32010e+04 2.99036e+05 6.65097e+05 9.77627e+05 9.61068e+06 2.48517e+06 1.03933e+07 1.19056e+07 6.67907e+06 3.60242e+02 1.03389e+05 1.24818e+00 8.56051e+05 8.66957e+04 1.04546e+07 4.26130e+05 6.90009e+04 1.57216e+05 4.63393e+05 1.71463e+05 5.58978e+05 2.95498e+05 9.23157e+04 1.61237e+04 4.11634e+06 1.95331e+06 5.94489e+04 7.58758e+05 8.86803e+05 5.42031e+05 1.52674e+06 2.21812e+06 6.79634e+06 1.64411e+06 2.40367e+06 6.17224e+03 9.35979e+04 3.69999e-01 1.22577e+06 8.72266e+04 1.14536e+05 1.38608e+06 1.37918e+05 8.82125e+05 3.22136e+06 4.30652e+05 4.23624e+06 1.95309e+05 1.30549e+05 6.49943e+03 9.72220e+05 2.21377e+05 1.91930e+05 1.04133e+06 6.50411e+05 3.59639e+05 5.72885e+06 2.60020e+06 1.28823e+07 2.25065e+06 1.47568e+05 5.14620e-01 2.98028e-01 4.81356e-03 3.63461e+05 1.84423e+04 3.10671e+05 1.24199e+06 1.49488e+05 1.87858e+05 1.43724e+06 4.90060e+05 1.61708e+06 1.85832e+03 4.41099e+05 4.61797e+05 6.72017e+05 2.05009e+06 6.68530e+04 8.61661e+05 1.91645e+06 8.33482e+05 4.03681e+06 1.59570e+06 1.74581e+07 2.24235e+05 2.86256e+06 2.33377e+02 6.69791e+04 1.93047e+00 5.66596e+06 2.62542e+05 1.68983e+06 4.86815e+06 5.39002e+06 3.77388e+06 8.69653e+06 7.23406e+06 1.04139e+07 2.64829e+06 1.78350e+06 3.23086e+05 6.07107e+06 1.13921e+07 4.15211e+06 1.32831e+07 1.53797e+07 1.03895e+07 1.95070e+07 6.07287e+06 7.45881e+07 1.71134e+07 3.92273e+07 1.05116e+05 2.33538e+06 5.00260e-01 1.03095e+05 4.86056e+03 2.05423e+04 1.55312e+04 3.41943e+03 7.67619e+03 2.41372e+04 1.28605e+04 2.12130e+04 6.45790e+03 2.78961e+03 1.92697e+02 9.02854e+04 5.50133e+04 3.08439e+03 5.79056e+04 4.96828e+04 3.64273e+04 2.96298e+04 5.35592e+04 3.75865e+05 4.02361e+04 5.34240e+04 8.10830e+00 2.60381e+03 1.80252e-01 6.86187e+06 6.69628e+05 1.48670e+06 6.70530e+06 2.02569e+06 9.32502e+06 2.53708e+07 1.77712e+07 4.47628e+07 1.01496e+07 3.53259e+06 3.25499e+05 3.11244e+07 3.21158e+07 1.00082e+06 3.07990e+07 1.73155e+07 1.27595e+07 5.77141e+07 4.37045e+07 2.81266e+08 3.16167e+06 8.88680e+07 1.01834e+05 3.23294e+06 9.51301e+02 1.76210e+05 7.17756e+03 9.63380e+04 6.72291e+04 1.98260e+04 4.91963e+04 1.91468e+05 4.86289e+04 1.59469e+05 4.62006e+04 1.97598e+04 1.69797e+03 1.97284e+05 1.36800e+05 5.10756e+03 1.05914e+05 1.03483e+05 6.24353e+04 1.13332e+05 1.90514e+05 1.86537e+06 2.59454e+05 4.02939e+05 2.00121e+03 1.58963e+04 6.01171e-01 3.28609e+06 5.38478e+05 2.55425e+06 5.92997e+05 9.94334e+05 6.15613e+04 1.60991e+06 1.08484e+06 1.04461e+06 9.93125e+04 1.71016e+05 3.58654e+04 2.52060e+06 1.94873e+06 2.08773e+04 2.69085e+05 5.98482e+05 6.92505e+03 2.50547e+06 1.00683e+06 2.28230e+06 1.00945e+05 3.29538e+05 7.76493e+03 2.22853e+06 2.19550e+02 2.69484e+06 7.21208e+04 4.97572e+04 3.96526e+05 1.02236e+05 7.95706e+04 3.70920e+05 3.41792e+04 6.39157e+04 6.98985e+03 1.97597e+05 7.36144e+04 2.59425e+05 5.39047e+05 6.37979e+03 8.22285e+04 1.82887e+05 4.24252e+05 4.94737e+05 2.97821e+05 5.83991e+05 1.94213e+05 2.33808e+05 8.50141e+02 2.43990e+05 6.91461e+01 1.04255e+05 1.25724e+03 6.05059e+05 2.07735e+05 3.33619e+04 1.12066e+05 1.78533e+06 1.94322e+05 1.40500e+05 4.64769e+04 1.17330e+05 4.68742e+03 3.88399e+06 2.04615e+05 6.31016e+03 8.13310e+04 1.80891e+05 6.24091e+04 4.11555e+05 1.06697e+05 2.98525e+06 5.26874e+04 2.58968e+05 1.05162e+03 3.44411e+04 4.39935e-01 1.22598e+05 1.01605e+01 3.52534e+04 3.43639e+04 2.00064e+04 2.48096e+03 1.16659e+04 1.49652e+04 6.18967e+03 1.25287e+04 4.48495e+03 1.67086e+03 3.18132e+04 4.17560e+04 5.64110e+03 1.74780e+04 1.96808e+05 5.14494e+03 1.36802e+04 1.15265e+04 1.01024e+05 6.90458e+04 3.42271e+04 3.86790e-03 1.11009e+00 5.88739e+00 3.81933e+05 8.15694e+03 9.00774e+04 1.49929e+04 5.54935e+03 2.61925e+04 3.06109e+04 9.42385e+03 3.65686e+04 1.10310e+04 4.45348e+03 1.96182e+02 4.23571e+05 7.68882e+04 2.65174e+03 6.31026e+04 5.86689e+04 3.44938e+04 1.49310e+04 4.03979e+04 3.85424e+05 5.59419e+04 7.02617e+04 2.54306e+02 2.62040e+03 1.81545e+01 3.23067e+05 3.37683e+04 1.63636e+04 2.44008e+05 1.02500e+00 2.11117e+05 1.44314e+04 4.18531e+04 1.56339e+04 7.13584e-01 2.85718e-01 3.61300e-01 2.93329e+05 1.70196e+05 1.21160e+05 2.68296e+05 2.49713e+05 1.00416e+05 8.34021e+05 6.69364e+05 1.07143e+06 4.35945e-01 1.00555e+06 1.33617e+00 2.84921e+04 3.88664e+00 2.15148e+05 9.88957e+03 6.09049e+04 6.00960e+04 1.71396e+04 4.93919e+04 1.05833e+05 4.29586e+04 1.65221e+05 3.20738e+04 2.30902e+04 1.38597e+03 2.06722e+05 1.48548e+05 1.22020e+04 1.92835e+05 2.30277e+05 1.61020e+05 1.43443e+05 2.04770e+05 2.39072e+06 4.13901e+05 5.12019e+05 3.43399e+03 2.72986e+04 2.91228e+00 1.76330e+04 1.39930e+03 1.45696e+04 3.33054e+03 1.55575e+03 3.24749e+03 9.95442e+03 4.12851e+03 9.17479e+03 2.78811e+03 1.42761e+03 8.08752e+01 4.37532e+04 8.30826e+03 4.53798e+02 7.63146e+03 8.02140e+03 4.61375e+03 4.52924e+03 8.97376e+03 8.58517e+04 1.22607e+04 1.42973e+04 7.84629e+01 7.96380e+02 1.25335e+00 2.30952e+05 2.04392e+04 2.26323e+03 1.19498e+03 2.24038e+02 9.58123e+02 2.76435e+03 1.04003e+03 2.98595e+03 7.11865e+02 3.29644e+02 9.04230e+00 7.74529e+03 3.59868e+03 1.05799e+02 3.07710e+03 3.33564e+03 1.80972e+03 4.81333e+03 1.02641e+04 2.45021e+04 3.71917e+03 3.95694e+03 1.08701e+01 1.30231e+02 2.30330e-05 2.94029e+04 1.06804e+03 1.38538e+06 1.15545e+04 1.69733e+03 9.12915e+03 2.21426e+04 1.01677e+04 4.24606e+04 1.26834e+04 3.82721e+03 2.17539e+02 1.08327e+06 3.10837e+04 1.41104e+03 4.30448e+04 3.41888e+04 1.46128e+04 2.89467e+04 6.34572e+04 4.62982e+05 1.30547e+05 1.07013e+05 1.49772e+02 2.46736e+03 1.48504e+02 1.73203e+03 7.13908e+01 3.46261e+03 3.22971e+04 1.24603e+04 2.27085e+04 5.76771e+04 2.50731e+04 6.58731e+04 2.74608e+04 1.48570e+04 1.00952e+03 1.14671e+04 1.92266e+04 4.26394e+02 1.23460e+04 1.03709e+04 5.66051e+03 7.98340e+03 1.14763e+04 2.41274e+05 3.13438e+04 3.80143e+04 4.05624e+02 4.66959e+03 4.84034e-01 2.98560e+05 3.55219e+02 3.45742e+04 2.68918e+05 3.27645e+05 2.11703e+05 1.48321e+05 5.67798e+04 1.66770e+05 3.48506e+04 5.98248e+04 1.50263e+04 4.85290e+05 2.90476e+05 1.52491e+05 3.13736e+05 2.15966e+05 5.22438e+04 8.24262e+05 5.14713e+05 1.81426e+06 5.57029e+05 6.14844e+05 5.12429e-01 8.94166e+03 2.04383e+01 9.05554e+04 3.42516e+02 1.79433e+04 1.85346e+04 2.83987e+04 2.11510e+04 1.75251e+05 2.58203e+05 7.96823e+04 1.30916e+04 4.56862e+03 2.76385e+02 1.75755e+05 2.77617e+05 9.56761e+04 2.05139e+05 1.73179e+05 1.54710e+05 5.45367e+05 4.98896e+05 4.20036e+06 6.68604e+05 8.88945e+05 7.25392e+03 4.79963e+04 2.58339e+00 2.31950e+04 8.83980e+03 7.24024e+01 3.65199e+02 1.34218e+03 2.03690e+02 8.24065e+02 2.36399e+02 1.35160e+03 2.47045e+02 1.19171e+02 8.16628e+00 1.10799e+04 2.49154e+04 1.48200e+03 3.13963e+04 8.26134e+03 1.77293e+04 9.05983e+03 1.33023e+04 3.32407e+05 4.69269e+04 6.79577e+04 5.18242e+02 9.09118e+02 6.21279e-01 4.27792e+05 1.92207e+04 2.67059e+04 1.28655e+04 2.12099e+03 1.30361e+04 3.50111e+04 1.60497e+04 3.95763e+04 1.07386e+04 5.14992e+03 3.15778e+02 6.93540e+04 6.44775e+04 4.09561e+03 4.78474e+04 5.22947e+04 3.29980e+04 4.84395e+04 7.33893e+04 3.10082e+05 5.22667e+04 4.87937e+04 5.32302e+02 4.87749e+03 6.43774e-01 2.32376e+05 1.46448e+04 4.34859e+03 8.14186e+03 1.83844e+03 5.93143e+03 1.57183e+04 6.48103e+03 1.71507e+04 5.87719e+03 2.53121e+03 1.97122e+02 1.97714e+04 1.36825e+04 1.62572e+03 2.67722e+04 3.03391e+04 1.70373e+04 1.45302e+04 3.62648e+04 1.37148e+05 1.24763e+04 1.84166e+04 1.07859e+02 1.12466e+03 3.02580e+01 3.31637e+06 3.24453e+05 4.56945e+06 1.63391e+06 3.42683e+05 4.43527e+05 1.68434e+06 4.03267e+05 2.96218e+06 2.14952e+05 9.56555e+04 2.13366e+04 1.59463e+06 6.57445e+05 1.25192e+05 1.61358e+06 3.58882e+06 1.76230e+06 1.51839e+06 1.56253e+06 4.82848e+06 4.31942e+04 7.66460e+05 2.19319e+00 1.29837e-02 2.30907e-01 2.97180e+04 6.73029e+03 2.45457e+03 2.15674e+03 1.00289e+03 1.09247e+03 3.37520e+03 1.41882e+03 3.64078e+03 1.04906e+03 4.15293e+02 1.90709e+01 9.87171e+03 2.99903e+04 2.72959e+03 3.30373e+04 3.61581e+04 2.47202e+04 1.90046e+04 3.23602e+04 1.29416e+05 2.56332e+04 2.66800e+04 1.79419e+02 1.22915e+03 7.03085e+02 7.36942e+05 4.35967e+04 4.01835e+03 2.72327e+04 6.26718e+03 1.54891e+04 5.46348e+04 1.60960e+04 5.95304e+04 2.26212e+04 8.39453e+03 5.61914e+02 2.23477e+04 5.67562e+04 2.73444e+03 4.45580e+04 4.83766e+04 2.82238e+04 3.00209e+04 6.04723e+04 2.98703e+05 4.01388e+04 4.61500e+04 2.57519e+02 2.25222e+03 1.37417e+00 8.52687e+03 2.54019e+03 2.06856e+03 1.17677e+04 5.90721e+03 6.48653e+03 1.45816e+04 1.10252e+03 7.64879e+04 7.58153e+03 8.61499e+03 1.71762e+02 3.51149e+04 3.49118e+04 1.88027e+04 4.14241e+04 2.71306e+04 8.40690e+04 1.63688e+05 8.52913e+04 4.91532e+05 1.25332e+05 3.04284e+05 6.41445e-01 1.88878e+04 9.23696e-02 4.11235e+04 4.94218e+03 1.63805e+04 7.74609e+03 1.20891e+03 3.47034e+03 1.12218e+04 3.99658e+03 1.12100e+04 3.56290e+03 1.37714e+03 1.05840e+02 3.40716e+04 1.57004e+04 8.11922e+02 1.09356e+04 1.08247e+04 6.92620e+03 1.04039e+04 1.81822e+04 1.37902e+05 1.84521e+04 2.82259e+04 1.59557e+02 1.16435e+03 5.50959e-01 4.93071e+04 2.59034e+03 1.95259e+03 8.36681e+04 8.95085e+04 2.05660e+04 3.91434e+04 2.05515e+04 1.25856e+04 1.37637e+03 3.01885e+04 5.62893e+03 4.06120e+04 5.02739e+04 4.03778e+03 5.20425e+04 1.15750e+05 1.30123e+05 9.81657e+04 5.57263e+04 3.11693e+05 2.86954e+04 9.89401e+04 3.33580e+01 9.57374e+03 4.89338e+00 3.97291e+06 9.18405e+04 4.76070e+06 3.38107e+06 9.02610e+05 5.32164e+05 2.85108e+06 1.26799e+06 1.42209e+06 2.47742e+06 3.62404e+05 5.49957e+04 1.60710e+06 6.55279e+06 4.57215e+05 5.89300e+06 1.31068e+07 4.17167e+06 6.47466e+06 1.69282e+06 2.50548e+07 4.28890e+04 6.86232e+06 4.41822e-04 1.26803e-01 3.55003e-01 3.60001e+03 2.28989e+02 2.71099e+03 2.81818e+03 7.81697e+02 3.05786e+03 8.42132e+03 3.51524e+03 8.60405e+03 2.34471e+03 1.02880e+03 4.90669e+01 8.50686e+03 4.44599e+04 2.77044e+03 3.53927e+04 3.45220e+04 2.18588e+04 2.14304e+04 4.07933e+04 2.97307e+05 5.37836e+04 5.28623e+04 4.92938e+02 5.40333e+03 3.54482e-01 1.96764e+05 2.13043e+02 1.41006e+05 2.30919e+04 1.18650e+04 1.06775e+04 3.56476e+04 1.52125e+04 3.19627e+04 1.05739e+04 3.91987e+03 4.18692e+02 5.80288e+05 3.85018e+04 8.30109e+02 3.49277e+04 3.89385e+04 1.57917e+04 3.77133e+04 4.21460e+04 2.47437e+05 1.35474e+03 4.40204e+04 2.82440e+02 4.45717e+03 2.65649e+00 4.56331e+04 1.96252e+03 2.49566e+03 9.35738e+03 2.28868e+02 1.23281e+03 3.01057e+03 1.68109e+03 1.83613e+03 9.14201e+02 3.74021e+02 1.32900e+01 4.81445e+04 2.07104e+04 9.04450e+02 2.06229e+04 2.36887e+04 2.11423e+04 2.34143e+04 1.41029e+04 1.05164e+05 3.68803e+04 2.75174e+04 8.43664e+01 3.15438e+03 1.50372e-01 1.75505e+06 1.27525e+05 2.87203e+05 2.00228e+05 9.95276e+04 1.45332e+05 5.06502e+05 2.00402e+05 6.71988e+05 1.63450e+05 6.56221e+04 3.58828e+03 6.59222e+05 5.20781e+05 2.00044e+04 3.30376e+05 3.22710e+05 1.62863e+05 2.50988e+05 5.04576e+05 3.01003e+06 7.14111e+05 7.61858e+05 1.21503e+03 2.93875e+04 8.19442e-01 4.26336e+05 2.51852e+04 8.53949e+04 1.37977e+04 2.89640e+03 8.06087e+03 2.38183e+04 1.09704e+04 3.72569e+04 1.30584e+04 3.90188e+03 5.50657e+02 2.43100e+05 1.58675e+04 2.66894e+03 4.08674e+04 3.79419e+04 2.01499e+04 3.87941e+04 7.99647e+04 2.39155e+05 4.88347e+04 4.67984e+04 1.81995e+02 1.67117e+03 1.49063e+02 2.08633e+06 9.48372e+04 3.16839e+05 1.17902e+05 4.65943e+04 1.07323e+05 4.36623e+05 1.64858e+05 6.01789e+05 1.83973e+05 5.88568e+04 3.43061e+03 3.99854e+05 3.02853e+05 1.50128e+04 3.38560e+05 3.52925e+05 1.89128e+05 3.22193e+05 5.76400e+05 1.08337e+06 2.18038e+05 2.46925e+05 6.08462e+02 6.40712e+03 1.17727e+00 1.27390e+05 4.43150e+03 1.23374e+05 3.41851e+04 7.07845e+03 1.06338e+04 3.80911e+04 1.46005e+04 3.77752e+04 1.30398e+04 5.64313e+03 4.02604e+02 2.27515e+05 3.12757e+04 2.62034e+03 4.63257e+04 4.31219e+04 2.90135e+04 3.35321e+04 3.06621e+04 4.31603e+05 1.05944e+05 9.33078e+04 7.00432e+02 2.94908e+03 1.47812e-01 9.03829e+05 4.79369e+04 1.45718e+04 1.22600e+04 2.84609e+03 1.47571e+04 2.94467e+04 9.11822e+03 5.20612e+04 1.75260e+04 5.76624e+03 2.69407e+02 6.12142e+04 1.25821e+05 4.14458e+03 8.75247e+04 9.25193e+04 5.31636e+04 6.10154e+04 1.29466e+05 7.23154e+05 9.40838e+04 1.02199e+05 3.85086e+02 5.25914e+03 2.27104e-01 3.96322e+06 1.23786e+05 4.96002e+06 3.50449e+06 4.33451e+05 1.94003e+06 4.89579e+06 1.42197e+06 2.50860e+06 6.24928e+05 5.47471e+05 7.61696e+04 1.64351e+06 6.55469e+06 2.67094e+06 1.26193e+07 5.64916e+06 4.33696e+06 8.41285e+06 5.77476e+06 5.28703e+07 1.17008e+07 2.06991e+07 2.67249e+05 1.49712e+06 2.96795e-01 1.41457e+01 2.05087e+00 5.41639e+00 2.36697e+01 4.81284e+01 1.20603e+01 6.53172e+01 3.25177e+01 6.08087e+01 6.65007e+00 1.14967e+01 4.28309e+00 4.24428e+02 9.53650e+01 1.06475e+01 1.37235e+02 3.05229e+02 6.53831e+01 3.51461e+02 6.64925e+01 1.86313e+03 2.87137e+02 3.84555e+01 4.56616e-03 1.01871e-03 5.18557e-01 2.15602e+04 2.63367e+03 7.78641e+03 1.01759e+04 2.90308e+03 8.42049e+03 2.51159e+04 1.67555e+04 2.62094e+04 7.46067e+03 3.64913e+03 4.69819e+02 2.44235e+04 8.58116e+04 2.00378e+03 2.59507e+04 2.78172e+04 1.66826e+04 2.87751e+04 4.02029e+04 3.89352e+05 8.21320e+04 7.73554e+04 6.70483e+02 5.74217e+03 1.00365e+00 2.02285e+06 1.18542e+05 8.66695e+05 1.35353e+06 1.84618e+05 8.57429e+05 8.28238e+05 4.57222e+05 2.51691e+05 1.67843e+05 9.39643e+04 1.80754e+05 1.11647e+06 1.07057e+06 3.76706e+04 9.76361e+05 7.67983e+05 4.04780e+05 1.57095e+06 1.06861e+06 1.00371e+07 1.77863e+06 1.99674e+06 5.85581e+02 1.68062e+05 4.22947e-01 2.77941e+05 1.75406e+04 4.18922e+04 2.51782e+04 1.73107e+04 1.90671e+04 5.81944e+04 2.31558e+04 5.47867e+04 1.59057e+04 7.56873e+03 5.36635e+02 1.02616e+05 6.51353e+04 4.18409e+03 5.75419e+04 6.12250e+04 2.99181e+04 2.82870e+04 5.47969e+04 3.75853e+05 4.95674e+04 6.83891e+04 6.22386e+02 3.16287e+03 6.98363e-01 3.76187e+05 2.77722e+04 1.83283e+04 1.69465e+04 1.31228e+03 2.48366e+03 1.09412e+04 2.98023e+03 1.10983e+04 4.91849e+03 1.68435e+03 8.41988e+01 1.19943e+05 1.65662e+04 9.92690e+02 2.08968e+04 1.85600e+04 2.55965e+04 2.05624e+04 1.32210e+04 7.90098e+04 1.95900e+04 2.83643e+04 3.03834e+01 4.74426e+02 1.95450e-04 3.55591e+05 1.87189e+04 1.40118e+05 3.08970e+04 6.92117e+03 1.46110e+04 5.25829e+04 1.67951e+04 6.75888e+04 2.41774e+04 8.44608e+03 9.38973e+02 9.85317e+04 1.09040e+05 6.77113e+03 1.14519e+05 1.71571e+05 1.12840e+05 1.32992e+05 2.10914e+05 3.83856e+05 8.94464e+04 1.34654e+05 8.87717e+02 4.11548e+03 6.30125e+00 1.93086e+06 5.42769e+05 9.47414e+06 6.04197e+05 4.03074e+04 5.76048e+05 6.14533e+05 4.21383e+05 3.92411e+05 2.81176e+05 7.58314e+04 9.51931e+03 1.92492e+06 1.13006e+06 2.50524e+05 8.93329e+05 1.17829e+06 4.36921e+05 6.01264e+06 1.61072e+06 1.12821e+07 3.91469e+06 5.23357e+06 2.54781e-01 1.91679e+05 3.29788e-01 1.56395e+05 8.15160e+03 1.22039e+04 2.32260e+04 5.52857e+03 1.62024e+04 5.33842e+04 1.89752e+04 6.01399e+04 1.92893e+04 7.19953e+03 5.67753e+02 5.20655e+04 6.50726e+04 4.14676e+03 8.17463e+04 9.50970e+04 5.56993e+04 2.84670e+04 6.66306e+04 4.32651e+05 8.24113e+04 9.95859e+04 4.73239e+02 3.51548e+03 4.08550e-01 1.35270e+05 2.61209e+04 2.54625e+06 6.96734e+04 1.91017e+04 5.53738e+04 1.80170e+05 7.15597e+04 2.05025e+05 6.10406e+04 2.80247e+04 1.30573e+03 7.41681e+05 3.76791e+05 8.76968e+03 1.49873e+05 1.46699e+05 1.02923e+05 1.73036e+05 2.27346e+05 1.62093e+06 5.40587e+05 4.54414e+05 3.44607e+03 2.11440e+04 2.29001e+01 8.92147e+06 4.33618e+05 3.34812e+05 4.69136e+05 1.23479e+05 3.33917e+05 1.01518e+06 3.31235e+05 1.14510e+06 3.53079e+05 1.26341e+05 7.76888e+03 1.79185e+06 4.78406e+05 6.44562e+04 1.19187e+06 1.44238e+06 9.09290e+05 1.28654e+06 2.64377e+06 6.78478e+06 8.28549e+05 8.37293e+05 3.45790e+03 6.84761e+04 9.20052e-01 1.23280e+05 2.72616e+04 7.69659e+04 2.16255e+04 3.01624e+04 2.13623e+04 6.65887e+04 2.71479e+04 9.96736e+04 2.65695e+04 1.27806e+04 1.07239e+03 2.22089e+05 6.97564e+05 1.60325e+04 2.55412e+05 2.58292e+05 2.02740e+05 2.76967e+05 2.72691e+05 1.30378e+06 1.92400e+05 1.98850e+05 1.80971e+03 1.50079e+04 4.41601e+00 1.98913e+05 5.96965e+03 1.19473e+05 4.91025e+03 7.73972e+02 3.44167e+03 7.14205e+03 2.85595e+03 6.19715e+03 1.76429e+03 9.68842e+02 7.76962e+01 1.53887e+05 1.06052e+05 2.74117e+03 4.26929e+04 4.08310e+04 2.62866e+04 2.28355e+04 3.86478e+04 2.71108e+05 6.27064e+04 6.46979e+04 3.55576e+02 3.33796e+03 3.02805e+00 1.41804e+05 1.87644e-01 1.24613e+04 2.82416e+05 1.58850e+05 6.07421e+04 1.27750e+05 7.10543e+03 3.17382e+04 3.47091e+03 5.22339e+03 1.94597e+03 1.07648e+06 1.06407e+05 1.16230e+03 1.49807e+04 3.33192e+04 1.15745e+04 4.73132e+05 1.42185e+05 1.74211e+05 6.56892e-01 2.89423e+04 3.62499e+02 1.04037e+05 6.59052e-05 4.09111e+05 3.60279e+05 1.46871e+06 1.12041e+06 5.65333e+05 3.04862e+05 7.51149e+05 4.16660e+05 9.51130e+04 8.51980e+04 1.12018e+05 2.60708e+04 1.79888e+06 9.91329e+05 8.55223e+03 1.10229e+05 2.45164e+05 2.49532e+05 2.77111e+06 5.24265e+05 1.50344e+06 8.55925e+05 6.62640e+05 7.36729e+04 4.19858e+05 2.03174e+00 5.38214e+05 4.99719e+05 1.13703e+06 3.55042e+06 2.53061e+05 1.85466e+05 6.18450e+05 3.09779e+05 1.96869e+06 2.11545e+05 7.26918e+04 7.38843e+03 1.72186e+06 1.89486e+06 4.94910e+04 6.37884e+05 1.41874e+06 9.74019e+05 2.78347e+06 7.47744e+05 1.62101e+06 1.23495e+00 7.70958e+05 6.38823e+03 1.83342e+06 1.09609e-03 3.09590e+06 2.47954e+04 2.51412e+06 2.06876e+06 7.69603e+05 1.28060e+06 4.82183e+06 2.64452e+06 2.00085e+06 1.48109e+06 2.75273e+05 4.96852e+04 9.34573e+06 1.13503e+06 3.38378e+05 1.60302e+06 8.36495e+05 2.15656e+05 8.95132e+06 3.65740e+06 1.06257e+07 5.77304e+06 3.73374e+06 1.87358e-01 3.40394e+04 4.87643e-01 7.06058e+05 4.64867e+04 1.81745e+05 6.81488e+05 7.67885e+05 5.42123e+05 7.18826e+05 2.18718e+05 3.59451e+05 1.89883e+05 9.68425e+04 1.17855e+04 1.98267e+06 3.94330e+05 1.40768e+06 2.34345e+06 2.38046e+06 8.42154e+05 3.16878e+06 6.67929e+05 1.12273e+07 2.70194e+06 2.35020e+06 2.14682e-01 5.40711e+04 2.62930e+00 6.28118e+04 2.88730e+03 5.54502e+06 8.18866e+04 2.76608e+04 8.52813e+04 4.77283e+05 1.45097e+05 5.95208e+05 1.84266e+05 5.47058e+04 2.91651e+03 7.58711e+05 2.46537e+06 1.94843e+04 4.54243e+05 3.18824e+05 3.59527e+05 4.89338e+05 5.96767e+05 3.65813e+06 1.17783e+06 1.12994e+06 2.68467e+03 2.26141e+04 1.93634e+00 9.21644e+05 2.17793e+04 1.84021e+04 1.43552e+07 3.48461e+06 1.22357e+06 4.47984e+07 1.76909e+06 1.56791e+07 1.96801e+07 1.30025e+06 0.00000e+00 4.60940e+06 1.22628e+07 1.22860e+05 1.58353e+06 3.52200e+06 1.69754e+07 2.24242e+06 7.79878e+06 3.70413e+07 8.30059e+04 1.96934e+07 2.52253e+05 2.59304e-01 5.26873e-01 2.25202e+03 8.46515e+01 7.54703e+02 4.58269e+02 1.85893e+02 1.50709e+02 4.26374e+02 2.60322e+02 5.49312e+02 1.77353e+02 6.55984e+01 3.25876e+01 1.79786e+03 1.43785e+03 7.71873e+01 1.00848e+03 3.93456e+03 5.87492e+02 2.29243e+03 2.52566e+03 4.63551e+03 1.01604e+03 1.12544e+03 4.28720e+01 3.32823e+02 5.50432e+01 3.13238e+06 2.65398e+02 2.07293e+05 3.83236e+06 2.56160e+05 7.30425e+05 1.30447e+06 4.54889e+05 7.27878e+05 1.30444e+05 3.64716e+05 2.03777e+00 1.03278e+06 2.51057e+06 1.50733e+05 2.42288e+06 1.82859e+06 9.88108e+05 3.93840e+06 2.05204e+06 1.07880e+07 1.61924e+04 9.14615e+05 1.49795e+01 1.53760e+01 2.66259e+02 1.19178e+07 1.84903e+06 1.07329e+06 4.98444e+06 4.13003e+05 1.72313e+06 1.64633e+07 8.61995e+06 4.43779e+06 3.11416e+02 1.19127e+06 5.20272e+05 3.57897e+06 7.67415e+06 8.86731e+05 1.14290e+07 2.54196e+07 7.48357e+01 7.04669e+06 1.01715e+02 2.22154e+06 3.05192e+01 3.68137e+06 1.68098e-02 4.82442e+00 4.17163e+04 3.46009e+05 3.14064e+04 1.19927e+04 5.09911e+03 1.32057e+03 4.66181e+03 1.48025e+04 5.61916e+03 1.86763e+04 5.12548e+03 1.90458e+03 6.68786e+01 5.14011e+04 4.17292e+04 8.53273e+02 1.87373e+04 2.12317e+04 1.17040e+04 1.50120e+04 3.33792e+04 2.51881e+05 4.46501e+04 4.69308e+04 1.85071e+02 1.84432e+03 5.38563e-01 8.73535e+03 2.28041e+03 7.96576e+02 7.01655e+02 1.84489e+02 6.08213e+02 1.82850e+03 6.62897e+02 1.74806e+03 4.88160e+02 2.31428e+02 9.09311e+00 3.37930e+03 4.22324e+03 4.32150e+02 5.66018e+03 7.29031e+03 4.45183e+03 3.40243e+03 6.60760e+03 2.24053e+04 2.86293e+03 3.85623e+03 2.16462e+01 1.85102e+02 1.02555e+00 8.78526e+02 3.21071e+01 6.08882e+02 4.58729e+03 1.33555e+03 4.47679e+03 1.29131e+04 5.42606e+03 1.19452e+04 4.27937e+03 1.89249e+03 9.49205e+01 2.39271e+03 4.58919e+03 3.49801e+02 5.18847e+03 5.17475e+03 3.31476e+03 3.51327e+03 6.39601e+03 5.81242e+04 8.18622e+03 9.37470e+03 9.47835e+01 8.65147e+02 5.41975e-02 5.75770e+03 3.71784e+02 4.11726e+02 1.88689e+02 8.62045e+01 3.36360e+02 7.71977e+02 3.69098e+02 7.07434e+02 2.91454e+02 1.38991e+02 4.49085e+00 1.05884e+03 2.18400e+03 2.00651e+02 2.81290e+03 2.36769e+03 2.37707e+03 1.45970e+03 2.94198e+03 9.18281e+03 1.85323e+03 1.71060e+03 1.15373e+01 2.62158e+00 5.91053e-03 1.40532e+06 8.16585e+04 1.38480e+07 5.76566e+05 1.56624e+05 5.36844e+05 2.70637e+06 6.94520e+05 2.45598e+06 7.48939e+05 2.42220e+05 1.68471e+04 6.43985e+06 3.05379e+06 7.68331e+04 1.82110e+06 1.59105e+06 9.78029e+05 1.55550e+06 2.42528e+06 1.70298e+07 2.98633e+06 2.54675e+06 6.84782e+03 5.31017e+04 9.00714e+00 3.28802e+05 2.48361e+04 3.46749e+04 5.28805e+04 1.22303e+04 4.00478e+04 1.17067e+05 3.97059e+04 1.30096e+05 3.86375e+04 1.58682e+04 6.63668e+02 1.28914e+05 6.68325e+04 4.52795e+03 1.07612e+05 9.41313e+04 6.14198e+04 8.76882e+04 1.62477e+05 5.39522e+05 1.10614e+05 1.43865e+05 4.68077e+02 4.01294e+03 9.26465e-03 7.74239e+05 7.99633e+04 2.17907e+04 3.08092e+05 2.96040e+04 1.12281e+05 2.64924e+05 1.71531e+05 2.61561e+05 8.79085e+04 3.50832e+04 1.63930e+03 1.05026e+06 2.18310e+05 5.93497e+03 2.25004e+05 1.93562e+05 2.04067e+05 2.97263e+05 1.64922e+05 1.97591e+06 3.68243e+05 4.01410e+05 1.65337e+03 2.49122e+04 2.36377e-01 3.92614e+03 2.20679e+02 1.94269e+03 1.49597e+03 2.56073e+02 9.72663e+02 2.47058e+03 1.11070e+03 2.46417e+03 6.85744e+02 3.40023e+02 1.46030e+01 5.55575e+03 3.46610e+03 6.47744e+02 7.65640e+03 6.88883e+03 4.34086e+03 9.53382e+03 1.70611e+04 4.84033e+04 7.00674e+03 7.49390e+03 1.26724e+02 9.67282e+02 4.47184e-02 2.75334e+05 2.17665e+04 2.83304e+03 1.30498e+03 2.39061e+02 8.89759e+02 3.03186e+03 7.37837e+02 3.49270e+03 1.16283e+03 3.86234e+02 1.35154e+01 1.38017e+04 3.04021e+03 4.24398e+02 7.55826e+03 1.22920e+04 2.11581e+03 4.43919e+03 9.57855e+03 6.84490e+04 8.01014e+03 9.61138e+03 4.13039e+01 5.98563e+02 1.82392e+00 6.76643e+03 3.24912e+03 7.58622e+03 3.09833e+05 7.98238e+04 5.20300e+05 3.25441e+06 6.15220e+05 5.20003e+06 4.51565e+05 4.44497e+04 2.38961e+04 1.08502e+06 1.20476e+06 1.54581e+05 1.99238e+06 4.43132e+06 1.30196e+06 5.09622e+06 1.27764e+06 1.17814e+07 2.40812e+05 4.25402e+06 1.53481e+05 7.76417e+04 2.02615e-01 1.80686e+05 3.16225e+02 1.13880e+05 1.47152e+05 4.81497e+04 1.50283e+05 4.37911e+05 1.15164e+05 1.98025e+05 1.44221e+05 1.52965e+04 3.97380e+03 1.42325e+06 1.06776e+05 5.74991e+04 5.21414e+05 1.14720e+05 4.07682e+04 4.17882e+05 4.47288e+05 3.19054e+06 1.33981e+06 6.89035e+05 1.83666e+00 5.92523e+03 1.09605e+00 2.42048e+05 1.06648e+03 8.57667e+04 2.14472e+05 1.11637e+05 1.89669e+05 3.97136e+05 2.86400e+05 3.35170e+05 9.16039e+04 5.32913e+04 8.97305e+03 6.70794e+05 2.55065e+05 1.67540e+05 2.92334e+05 3.46246e+05 1.70076e+05 6.25371e+05 6.63084e+05 1.69299e+06 4.21857e+05 6.04162e+05 2.13686e-01 2.12828e+04 7.78249e-01 1.03290e+05 1.17215e+04 6.68449e+02 3.56248e+02 1.61742e+02 6.83519e+02 1.51797e+03 8.63711e+02 1.50518e+03 4.45989e+02 2.32101e+02 8.67697e+00 1.46893e+03 4.89935e+03 2.04976e+02 3.74709e+03 3.05539e+03 1.98424e+03 5.17622e+03 8.21550e+03 2.33420e+04 1.82690e+03 2.56096e+03 1.34818e+01 2.00394e+02 7.71816e-02 1.43534e+06 2.08098e+05 4.45976e+06 3.53628e+06 3.65667e+05 8.19808e+05 3.09659e+06 1.99758e+06 8.06754e+05 7.43873e+05 1.69222e+05 5.79638e+05 2.26648e+06 1.48957e+06 7.11881e+04 9.17536e+05 2.04073e+06 1.23465e+06 4.31631e+06 1.74728e+06 8.65351e+06 1.64871e+06 9.38979e+05 1.09050e+03 3.12973e+05 1.23437e-02 2.31396e+04 2.07445e+03 1.55402e+04 1.33086e+04 3.86058e+03 1.18911e+04 3.35019e+04 1.35944e+04 3.59390e+04 1.05725e+04 4.88452e+03 3.19134e+02 5.10971e+04 3.62688e+04 2.00311e+03 3.27934e+04 2.94332e+04 1.76082e+04 2.67639e+04 5.26790e+04 4.77049e+05 6.12036e+04 7.14178e+04 5.67707e+02 6.03580e+03 2.11815e-01 2.91226e+06 3.36965e+05 8.25638e+05 3.23930e+06 1.52233e+06 1.60087e+06 7.14181e+06 4.17768e+06 3.89920e+06 2.76531e+06 9.51054e+05 1.74171e+05 4.82797e+06 3.37483e+06 1.21656e+05 2.84767e+06 2.67428e+06 5.92966e+06 6.21565e+06 6.00950e+06 1.51708e+07 5.31494e+06 1.16083e+07 1.95102e-01 0.00000e+00 1.90193e+01 4.89983e+05 2.14511e+04 2.89106e+03 1.91477e+05 5.54320e+04 4.41493e+04 1.56635e+05 4.89404e+04 1.29239e+05 5.90490e+04 2.29404e+04 2.03375e+03 3.14954e+05 2.29144e+05 1.29746e+03 7.70676e+04 1.84405e+05 7.23871e+04 3.44381e+05 1.25203e+05 1.15319e+06 1.55791e+05 2.17516e+05 9.88670e+03 8.61363e+04 1.19021e+00 4.03347e+06 2.27877e+05 7.99208e+04 1.82423e+05 3.46129e+04 1.08034e+05 3.97050e+05 1.11323e+05 3.64542e+05 1.11387e+05 4.40921e+04 2.78316e+03 5.08172e+05 3.67911e+05 2.04407e+04 5.93695e+05 7.02749e+05 4.18444e+05 5.87113e+05 1.08833e+06 2.78285e+06 2.00094e+05 3.75113e+05 1.09686e+03 1.11955e+04 2.42068e-01 4.21427e+04 5.76730e+03 1.22620e+04 5.53853e+03 1.37907e+03 4.46891e+03 1.09475e+04 8.71831e+03 1.42861e+04 5.52387e+03 1.80975e+03 9.77753e+01 4.31581e+04 1.82554e+04 1.13747e+03 1.27510e+04 1.22585e+04 7.65660e+03 1.39868e+04 2.05593e+04 6.87856e+04 9.99270e+03 1.23141e+04 7.51247e+01 5.68906e+02 5.32801e-01 3.83183e+04 2.35272e+03 2.20979e+02 2.38891e+04 2.78030e+03 7.28446e+03 2.09531e+04 8.48679e+03 2.45673e+04 5.81555e+03 2.95873e+03 1.04637e+02 6.11230e+03 6.60903e+03 7.79144e+02 8.88171e+03 9.12020e+03 9.34320e+03 7.90673e+03 3.89372e+03 5.02143e+04 1.80374e+04 2.37942e+04 1.83177e+02 1.06414e+03 4.34750e-03 2.14343e+06 6.36677e+04 6.95714e+05 7.18000e+05 1.20688e+05 2.03303e+06 1.65057e+06 1.46847e+06 1.82999e+06 1.79829e+06 1.69225e+05 1.55191e+04 4.62090e+06 2.91064e+06 5.21513e+06 1.61796e+02 1.10681e+03 9.27024e+05 1.13796e+07 3.53298e+06 1.30907e+07 4.03213e+06 5.61774e+06 3.48536e-01 1.30648e+05 4.44926e-01 8.02096e+05 1.16289e+05 2.52789e+05 1.48660e+06 8.02300e+05 2.11209e+06 4.96109e+06 3.01478e+06 9.50435e+06 6.88709e+05 6.88311e+05 4.63238e+04 1.85303e+06 6.78693e+06 8.55488e+05 4.86520e+06 1.08209e+07 4.03916e+06 6.59764e+06 3.55231e+06 3.35494e+07 7.33833e+06 1.93948e+07 3.62387e+05 9.71902e+05 9.09994e+00 3.52083e+05 1.52633e+04 1.51246e+05 6.73912e+03 5.05367e+02 2.92079e+04 6.61173e+04 3.82595e+04 3.67760e+04 4.91984e+03 2.56811e+03 5.22401e+01 3.46111e+05 3.99507e+04 3.78491e+03 1.00419e+05 6.39325e+04 3.49685e+04 3.88234e+04 1.03858e+05 7.91028e+05 1.06330e+04 2.67806e+04 3.22545e+01 1.98729e+03 4.06021e-02 1.54414e+05 7.35713e+04 1.75465e+05 2.26909e+05 4.02399e+05 2.74220e+05 1.96100e+06 9.91913e+05 5.51918e+06 3.68483e+05 8.13249e+04 2.99716e+05 1.47338e+06 1.89776e+05 2.67654e+04 6.21116e+05 5.91798e+05 2.07976e+05 1.28159e+06 1.22955e+06 2.31223e+06 1.76577e+06 8.96815e+05 6.49695e-02 6.46866e-02 1.02643e-01 1.54607e+05 1.13320e+04 1.43835e+03 1.63225e+04 3.97074e+03 1.35542e+04 3.67271e+04 9.87660e+03 4.04377e+04 1.20282e+04 5.52426e+03 3.31751e+02 7.34942e+03 7.33950e+04 1.72723e+03 2.70423e+04 3.19195e+04 1.79532e+04 3.64955e+04 6.83538e+04 1.01359e+05 1.10227e+04 1.33930e+04 6.79237e+01 1.06076e+03 1.82839e+02 1.58992e+06 8.44897e+05 1.66665e+06 3.09009e+06 2.68456e+06 7.02886e+05 4.00603e+06 9.03547e+05 4.98288e+06 8.91938e+05 8.56689e+05 7.10541e+05 3.75421e+06 2.08729e+06 1.32920e+05 4.62164e+06 1.96216e+06 1.85465e+06 4.27634e+06 2.18803e+06 9.01819e+06 1.90680e+06 3.31031e+06 1.47823e+04 7.29487e+05 6.91149e-01 5.04319e+04 1.35101e+02 8.30043e+03 3.63396e+04 1.45457e+04 1.07474e+04 3.09304e+04 2.35145e+04 1.01456e+04 2.75115e+03 2.80587e+03 3.66051e+02 1.33588e+05 3.69110e+04 1.43191e+04 2.41808e+04 4.06584e+04 1.23226e+04 4.65765e+04 1.61739e+05 5.76934e+05 1.67675e+05 1.49273e+05 4.76856e-01 1.18865e+03 8.66289e+00 1.39833e+05 1.09632e+04 1.01148e+04 2.92090e+03 1.17532e+03 3.42889e+03 8.54741e+03 4.45788e+03 1.02271e+04 2.71281e+03 1.54163e+03 8.01251e+01 2.11705e+04 1.75344e+04 6.63640e+02 9.57442e+03 8.40738e+03 5.08686e+03 1.94369e+04 2.81075e+04 1.30991e+05 1.96764e+04 2.05412e+04 1.36182e+02 1.30914e+03 7.07644e-01 2.71160e+04 3.42205e+03 4.06820e+05 4.38891e+04 1.31406e+04 3.89000e+04 8.81825e+04 4.55420e+04 1.43856e+05 4.37957e+04 1.68314e+04 1.67650e+03 6.76529e+04 1.05931e+05 8.05466e+03 1.33509e+05 1.43103e+05 8.75697e+04 3.85589e+04 1.12339e+05 6.69291e+05 4.20519e+04 6.11151e+04 3.41544e+02 4.17186e+03 7.51245e-01 6.36245e+05 4.11335e+04 1.04231e+05 7.34941e+04 6.69104e+04 6.82406e+04 2.48294e+05 8.27882e+04 2.50815e+05 7.66787e+04 3.06747e+04 1.43070e+03 3.14931e+05 1.80353e+05 1.09984e+04 2.22386e+05 2.00350e+05 1.10810e+05 2.69298e+05 3.96442e+05 1.44474e+06 3.77164e+05 4.22819e+05 1.46923e+03 1.21707e+04 6.83915e-01 3.60713e+06 3.79522e+04 1.01438e+06 3.56183e+06 6.50120e+06 9.82049e+05 4.11190e+06 1.32295e+06 1.85175e+06 1.09438e+06 2.51227e+05 4.02667e+03 3.51502e+06 3.27333e+06 8.05983e+05 1.90964e+06 2.61035e+06 2.44824e+06 8.58449e+06 3.54242e+06 3.72989e+06 2.08352e+06 3.75091e+06 2.90445e-01 3.42223e+04 1.18636e+00 5.29808e+04 2.10457e+03 6.04113e+03 1.85360e+04 7.53873e+03 1.25605e+04 4.62138e+04 1.36048e+04 3.73338e+04 1.12079e+04 4.81733e+03 4.75661e+02 1.60212e+04 5.14415e+04 1.81876e+03 3.30108e+04 3.41536e+04 1.79205e+04 3.55357e+04 6.72165e+04 5.38596e+05 7.64278e+04 9.86796e+04 5.73135e+02 6.04862e+03 3.99171e-01 2.64442e-01 2.64296e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64289e-01 2.64290e-01 2.64289e-01 2.64290e-01 2.64290e-01 2.64290e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64306e-01 2.64289e-01 2.64306e-01 2.64302e-01 2.64306e-01 2.64290e-01 2.58294e-01 8.68385e+05 4.40225e+04 3.51334e+04 2.08991e+04 6.84514e+03 2.20869e+04 6.67684e+04 2.36128e+04 8.09160e+04 2.38827e+04 9.52960e+03 5.79031e+02 1.73350e+05 1.40942e+05 5.35340e+03 9.70153e+04 1.00414e+05 6.35827e+04 4.72851e+04 1.08423e+05 6.71389e+05 8.86190e+04 1.08972e+05 8.05921e+02 5.50913e+03 2.10540e+00 2.21212e+06 3.62489e+05 6.67620e+05 1.59614e+06 1.19361e+06 1.51823e+05 7.33209e+05 1.11197e+06 1.35390e+06 1.14458e+05 8.35658e+05 2.87707e+04 1.38677e+06 3.42650e+05 3.68536e+04 4.75002e+05 1.05647e+06 1.30993e+04 1.61966e+06 6.70669e+05 1.70770e+06 5.38146e+04 1.75431e+05 4.13955e+03 1.18805e+06 5.52481e-01 3.75046e+05 2.12572e+04 9.76146e+06 3.09602e+05 1.36185e+05 2.28218e+05 1.18406e+06 3.98767e+05 9.88009e+05 2.61514e+05 1.38296e+05 1.62883e+04 5.10979e+06 2.49475e+06 6.23474e+04 1.46109e+06 1.05241e+06 9.94112e+05 1.53445e+06 1.87694e+06 1.11122e+07 1.14573e+06 2.07572e+06 9.22711e+03 7.68172e+04 2.09238e+01 4.16060e+06 2.14576e+05 1.21150e+07 5.75655e+06 1.17770e+06 3.94970e+06 8.07758e+06 2.53240e+06 8.86721e+06 2.60189e+06 1.76420e+06 3.03275e+05 7.33093e+06 2.10277e+07 2.82387e+06 9.68882e+06 1.36357e+07 5.63562e+06 1.53488e+07 1.07311e+07 1.14563e+08 5.56099e+06 2.50043e+07 2.82268e+05 1.32220e+06 3.81975e-01 1.35234e+06 1.01937e+05 6.40483e+04 4.23035e+04 1.17212e+04 3.69509e+04 1.43467e+05 4.48220e+04 1.42653e+05 4.24627e+04 1.63158e+04 6.92930e+02 3.47342e+05 6.92479e+05 6.76985e+03 1.56338e+05 2.01379e+05 1.11562e+05 1.97627e+05 3.41804e+05 9.03195e+05 1.25492e+05 1.58934e+05 5.82256e+02 9.16217e+03 5.14268e+00 3.46359e+07 8.53706e+05 2.71494e+07 2.50562e+07 1.24586e+07 2.10960e+07 7.08745e+07 1.49095e+07 5.99818e+07 3.33044e+07 9.17386e+06 2.90506e+04 5.66042e+07 5.21578e+07 3.52374e+06 9.23104e+07 7.12147e+07 4.83635e+07 6.21893e+07 1.36210e+08 1.03782e+09 1.12879e+08 1.68481e+08 1.01793e+06 7.80551e+06 1.86807e-01 3.19167e+05 3.40535e+03 3.97867e+04 3.30120e+05 1.57730e+05 6.71425e+04 2.12111e+05 3.65298e+04 4.87803e+04 2.68251e+04 1.19292e+04 4.44420e+03 2.16183e+05 3.67786e+05 8.40440e+03 1.87199e+05 1.90804e+05 7.08305e+04 1.61328e+05 1.54969e+05 1.96425e+06 9.23846e-01 1.97912e+05 3.91847e-01 9.26283e-01 2.82513e-01 2.12837e+06 4.13695e+05 1.87225e+05 1.38524e+05 3.12815e+05 9.80550e+03 2.77573e+05 9.34997e+04 1.14449e+05 5.54326e+03 4.79538e+04 1.00181e+04 2.58608e+05 1.94299e+05 4.32509e+03 5.57456e+04 1.23986e+05 5.24735e+03 4.41166e+05 1.19821e+05 5.79314e+05 2.25094e+04 1.67177e+05 8.16724e+02 2.34400e+05 2.16966e+00 2.21983e+04 3.22258e+03 5.30065e+02 2.96481e+02 8.96222e+01 3.45006e+02 9.29720e+02 3.98440e+02 6.02223e+02 4.32070e+02 1.28323e+02 4.60843e+00 2.24789e+03 3.86191e+03 3.59581e+02 4.54565e+03 5.04836e+03 2.98754e+03 2.81467e+03 5.80063e+03 2.36090e+04 2.80262e+03 3.79846e+03 3.09435e+01 2.78427e+02 2.90452e-02 8.24513e+05 7.79474e+04 1.23535e+06 4.02567e+05 1.41074e+05 1.75689e+05 5.65386e+05 3.18847e+05 4.67961e+04 6.00176e+04 1.91059e+04 7.11789e+03 6.90132e+05 3.85384e+06 3.33021e+04 8.91063e+05 6.61177e+05 2.91036e+05 2.22506e+05 5.96591e+05 1.34700e+06 9.16425e+04 1.68675e+05 2.91068e-01 1.28312e+04 2.35802e+01 2.11683e+06 5.23727e+05 3.32169e+06 1.41481e+06 1.44892e+06 4.21146e+05 1.33996e+06 3.54023e+05 4.73633e+05 3.39535e+05 4.11236e+05 1.25052e+04 2.24262e+05 1.74540e+06 3.13687e+04 1.68988e+06 8.22955e+04 5.79095e+05 9.89659e+05 7.20398e+05 1.45845e+06 6.63948e+05 1.65792e+06 9.73496e+02 2.79393e+05 6.44309e+00 2.81545e+05 2.02150e+04 3.83561e+04 1.68351e+04 3.83630e+03 1.39516e+04 4.31949e+04 1.48838e+04 3.92983e+04 1.14784e+04 5.04260e+03 2.93497e+02 9.19711e+04 4.08163e+04 3.18415e+03 5.63243e+04 6.05995e+04 3.61448e+04 6.38862e+04 1.27971e+05 3.36793e+05 3.15895e+04 5.23289e+04 2.72550e+02 1.82791e+03 6.94121e-02 1.45954e+05 6.54734e+03 4.34351e+05 1.51499e+05 1.37947e+03 7.05048e+03 1.20095e+04 5.61355e+03 1.79382e+04 3.87596e+03 1.61995e+03 6.44238e+01 3.75324e+05 1.84480e+05 9.17844e+03 1.35234e+05 1.02372e+05 1.10213e+05 9.56009e+04 9.94263e+04 5.91766e+05 8.27234e+04 7.94209e+04 7.41445e+02 6.03035e+03 2.59853e-01 1.89447e+05 5.65316e+04 1.20701e+05 3.50512e+04 1.58369e+04 2.78870e+04 6.33068e+04 3.45861e+04 5.68559e+04 3.01115e+04 1.78005e+04 2.19646e+03 2.12265e+05 9.56610e+04 3.51240e+04 1.03125e+05 1.01347e+05 8.52132e+04 1.02073e+05 1.66818e+05 8.18493e+05 1.41877e+05 1.64139e+05 1.23792e+04 5.27178e+04 5.81294e-01 0.00000e+00 diff --git a/in/eora_io_data_2017/index_readme.txt b/in/eora_io_data_2017/index_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ed27405108d6313575ce39050f3f14a0ac782f7 --- /dev/null +++ b/in/eora_io_data_2017/index_readme.txt @@ -0,0 +1,5 @@ +The index_[t|y|v|q].csv files contain sector labels for the MRIO table. +The Q index describes rows in the satellite block +The M index describes rows/columns in the complete MRIO table with Primary Input and Final Demand rows included interwoven with Industry and Commodity blocks +The T index describes rows or columns in the MRIO table, with Final demand and Primary input rows/columns removed +The V and Y indices describe rows/columns for Primary Inputs (V) and Final Demand (Y), concatenated together diff --git a/in/eora_io_data_2017/labels_FD.txt b/in/eora_io_data_2017/labels_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc8633a302fb8ba925fa5dfe9a83b4859e00047 --- /dev/null +++ b/in/eora_io_data_2017/labels_FD.txt @@ -0,0 +1,1140 @@ +AFG AFG Final demand Household final consumption P.3h +AFG AFG Final demand Non-profit institutions serving households P.3n +AFG AFG Final demand Government final consumption P.3g +AFG AFG Final demand Gross fixed capital formation P.51 +AFG AFG Final demand Changes in inventories P.52 +AFG AFG Final demand Acquisitions less disposals of valuables P.53 +ALB ALB Final demand Household final consumption P.3h +ALB ALB Final demand Non-profit institutions serving households P.3n +ALB ALB Final demand Government final consumption P.3g +ALB ALB Final demand Gross fixed capital formation P.51 +ALB ALB Final demand Changes in inventories P.52 +ALB ALB Final demand Acquisitions less disposals of valuables P.53 +DZA DZA Final demand Household final consumption P.3h +DZA DZA Final demand Non-profit institutions serving households P.3n +DZA DZA Final demand Government final consumption P.3g +DZA DZA Final demand Gross fixed capital formation P.51 +DZA DZA Final demand Changes in inventories P.52 +DZA DZA Final demand Acquisitions less disposals of valuables P.53 +AND AND Final demand Household final consumption P.3h +AND AND Final demand Non-profit institutions serving households P.3n +AND AND Final demand Government final consumption P.3g +AND AND Final demand Gross fixed capital formation P.51 +AND AND Final demand Changes in inventories P.52 +AND AND Final demand Acquisitions less disposals of valuables P.53 +AGO AGO Final demand Household final consumption P.3h +AGO AGO Final demand Non-profit institutions serving households P.3n +AGO AGO Final demand Government final consumption P.3g +AGO AGO Final demand Gross fixed capital formation P.51 +AGO AGO Final demand Changes in inventories P.52 +AGO AGO Final demand Acquisitions less disposals of valuables P.53 +ATG ATG Final demand Household final consumption P.3h +ATG ATG Final demand Non-profit institutions serving households P.3n +ATG ATG Final demand Government final consumption P.3g +ATG ATG Final demand Gross fixed capital formation P.51 +ATG ATG Final demand Changes in inventories P.52 +ATG ATG Final demand Acquisitions less disposals of valuables P.53 +ARG ARG Final demand Household final consumption P.3h +ARG ARG Final demand Non-profit institutions serving households P.3n +ARG ARG Final demand Government final consumption P.3g +ARG ARG Final demand Gross fixed capital formation P.51 +ARG ARG Final demand Changes in inventories P.52 +ARG ARG Final demand Acquisitions less disposals of valuables P.53 +ARM ARM Final demand Household final consumption P.3h +ARM ARM Final demand Non-profit institutions serving households P.3n +ARM ARM Final demand Government final consumption P.3g +ARM ARM Final demand Gross fixed capital formation P.51 +ARM ARM Final demand Changes in inventories P.52 +ARM ARM Final demand Acquisitions less disposals of valuables P.53 +ABW ABW Final demand Household final consumption P.3h +ABW ABW Final demand Non-profit institutions serving households P.3n +ABW ABW Final demand Government final consumption P.3g +ABW ABW Final demand Gross fixed capital formation P.51 +ABW ABW Final demand Changes in inventories P.52 +ABW ABW Final demand Acquisitions less disposals of valuables P.53 +AUS AUS Final demand Household final consumption P.3h +AUS AUS Final demand Non-profit institutions serving households P.3n +AUS AUS Final demand Government final consumption P.3g +AUS AUS Final demand Gross fixed capital formation P.51 +AUS AUS Final demand Changes in inventories P.52 +AUS AUS Final demand Acquisitions less disposals of valuables P.53 +AUT AUT Final demand Household final consumption P.3h +AUT AUT Final demand Non-profit institutions serving households P.3n +AUT AUT Final demand Government final consumption P.3g +AUT AUT Final demand Gross fixed capital formation P.51 +AUT AUT Final demand Changes in inventories P.52 +AUT AUT Final demand Acquisitions less disposals of valuables P.53 +AZE AZE Final demand Household final consumption P.3h +AZE AZE Final demand Non-profit institutions serving households P.3n +AZE AZE Final demand Government final consumption P.3g +AZE AZE Final demand Gross fixed capital formation P.51 +AZE AZE Final demand Changes in inventories P.52 +AZE AZE Final demand Acquisitions less disposals of valuables P.53 +BHS BHS Final demand Household final consumption P.3h +BHS BHS Final demand Non-profit institutions serving households P.3n +BHS BHS Final demand Government final consumption P.3g +BHS BHS Final demand Gross fixed capital formation P.51 +BHS BHS Final demand Changes in inventories P.52 +BHS BHS Final demand Acquisitions less disposals of valuables P.53 +BHR BHR Final demand Household final consumption P.3h +BHR BHR Final demand Non-profit institutions serving households P.3n +BHR BHR Final demand Government final consumption P.3g +BHR BHR Final demand Gross fixed capital formation P.51 +BHR BHR Final demand Changes in inventories P.52 +BHR BHR Final demand Acquisitions less disposals of valuables P.53 +BGD BGD Final demand Household final consumption P.3h +BGD BGD Final demand Non-profit institutions serving households P.3n +BGD BGD Final demand Government final consumption P.3g +BGD BGD Final demand Gross fixed capital formation P.51 +BGD BGD Final demand Changes in inventories P.52 +BGD BGD Final demand Acquisitions less disposals of valuables P.53 +BRB BRB Final demand Household final consumption P.3h +BRB BRB Final demand Non-profit institutions serving households P.3n +BRB BRB Final demand Government final consumption P.3g +BRB BRB Final demand Gross fixed capital formation P.51 +BRB BRB Final demand Changes in inventories P.52 +BRB BRB Final demand Acquisitions less disposals of valuables P.53 +BLR BLR Final demand Household final consumption P.3h +BLR BLR Final demand Non-profit institutions serving households P.3n +BLR BLR Final demand Government final consumption P.3g +BLR BLR Final demand Gross fixed capital formation P.51 +BLR BLR Final demand Changes in inventories P.52 +BLR BLR Final demand Acquisitions less disposals of valuables P.53 +BEL BEL Final demand Household final consumption P.3h +BEL BEL Final demand Non-profit institutions serving households P.3n +BEL BEL Final demand Government final consumption P.3g +BEL BEL Final demand Gross fixed capital formation P.51 +BEL BEL Final demand Changes in inventories P.52 +BEL BEL Final demand Acquisitions less disposals of valuables P.53 +BLZ BLZ Final demand Household final consumption P.3h +BLZ BLZ Final demand Non-profit institutions serving households P.3n +BLZ BLZ Final demand Government final consumption P.3g +BLZ BLZ Final demand Gross fixed capital formation P.51 +BLZ BLZ Final demand Changes in inventories P.52 +BLZ BLZ Final demand Acquisitions less disposals of valuables P.53 +BEN BEN Final demand Household final consumption P.3h +BEN BEN Final demand Non-profit institutions serving households P.3n +BEN BEN Final demand Government final consumption P.3g +BEN BEN Final demand Gross fixed capital formation P.51 +BEN BEN Final demand Changes in inventories P.52 +BEN BEN Final demand Acquisitions less disposals of valuables P.53 +BMU BMU Final demand Household final consumption P.3h +BMU BMU Final demand Non-profit institutions serving households P.3n +BMU BMU Final demand Government final consumption P.3g +BMU BMU Final demand Gross fixed capital formation P.51 +BMU BMU Final demand Changes in inventories P.52 +BMU BMU Final demand Acquisitions less disposals of valuables P.53 +BTN BTN Final demand Household final consumption P.3h +BTN BTN Final demand Non-profit institutions serving households P.3n +BTN BTN Final demand Government final consumption P.3g +BTN BTN Final demand Gross fixed capital formation P.51 +BTN BTN Final demand Changes in inventories P.52 +BTN BTN Final demand Acquisitions less disposals of valuables P.53 +BOL BOL Final demand Household final consumption P.3h +BOL BOL Final demand Non-profit institutions serving households P.3n +BOL BOL Final demand Government final consumption P.3g +BOL BOL Final demand Gross fixed capital formation P.51 +BOL BOL Final demand Changes in inventories P.52 +BOL BOL Final demand Acquisitions less disposals of valuables P.53 +BIH BIH Final demand Household final consumption P.3h +BIH BIH Final demand Non-profit institutions serving households P.3n +BIH BIH Final demand Government final consumption P.3g +BIH BIH Final demand Gross fixed capital formation P.51 +BIH BIH Final demand Changes in inventories P.52 +BIH BIH Final demand Acquisitions less disposals of valuables P.53 +BWA BWA Final demand Household final consumption P.3h +BWA BWA Final demand Non-profit institutions serving households P.3n +BWA BWA Final demand Government final consumption P.3g +BWA BWA Final demand Gross fixed capital formation P.51 +BWA BWA Final demand Changes in inventories P.52 +BWA BWA Final demand Acquisitions less disposals of valuables P.53 +BRA BRA Final demand Household final consumption P.3h +BRA BRA Final demand Non-profit institutions serving households P.3n +BRA BRA Final demand Government final consumption P.3g +BRA BRA Final demand Gross fixed capital formation P.51 +BRA BRA Final demand Changes in inventories P.52 +BRA BRA Final demand Acquisitions less disposals of valuables P.53 +VGB VGB Final demand Household final consumption P.3h +VGB VGB Final demand Non-profit institutions serving households P.3n +VGB VGB Final demand Government final consumption P.3g +VGB VGB Final demand Gross fixed capital formation P.51 +VGB VGB Final demand Changes in inventories P.52 +VGB VGB Final demand Acquisitions less disposals of valuables P.53 +BRN BRN Final demand Household final consumption P.3h +BRN BRN Final demand Non-profit institutions serving households P.3n +BRN BRN Final demand Government final consumption P.3g +BRN BRN Final demand Gross fixed capital formation P.51 +BRN BRN Final demand Changes in inventories P.52 +BRN BRN Final demand Acquisitions less disposals of valuables P.53 +BGR BGR Final demand Household final consumption P.3h +BGR BGR Final demand Non-profit institutions serving households P.3n +BGR BGR Final demand Government final consumption P.3g +BGR BGR Final demand Gross fixed capital formation P.51 +BGR BGR Final demand Changes in inventories P.52 +BGR BGR Final demand Acquisitions less disposals of valuables P.53 +BFA BFA Final demand Household final consumption P.3h +BFA BFA Final demand Non-profit institutions serving households P.3n +BFA BFA Final demand Government final consumption P.3g +BFA BFA Final demand Gross fixed capital formation P.51 +BFA BFA Final demand Changes in inventories P.52 +BFA BFA Final demand Acquisitions less disposals of valuables P.53 +BDI BDI Final demand Household final consumption P.3h +BDI BDI Final demand Non-profit institutions serving households P.3n +BDI BDI Final demand Government final consumption P.3g +BDI BDI Final demand Gross fixed capital formation P.51 +BDI BDI Final demand Changes in inventories P.52 +BDI BDI Final demand Acquisitions less disposals of valuables P.53 +KHM KHM Final demand Household final consumption P.3h +KHM KHM Final demand Non-profit institutions serving households P.3n +KHM KHM Final demand Government final consumption P.3g +KHM KHM Final demand Gross fixed capital formation P.51 +KHM KHM Final demand Changes in inventories P.52 +KHM KHM Final demand Acquisitions less disposals of valuables P.53 +CMR CMR Final demand Household final consumption P.3h +CMR CMR Final demand Non-profit institutions serving households P.3n +CMR CMR Final demand Government final consumption P.3g +CMR CMR Final demand Gross fixed capital formation P.51 +CMR CMR Final demand Changes in inventories P.52 +CMR CMR Final demand Acquisitions less disposals of valuables P.53 +CAN CAN Final demand Household final consumption P.3h +CAN CAN Final demand Non-profit institutions serving households P.3n +CAN CAN Final demand Government final consumption P.3g +CAN CAN Final demand Gross fixed capital formation P.51 +CAN CAN Final demand Changes in inventories P.52 +CAN CAN Final demand Acquisitions less disposals of valuables P.53 +CPV CPV Final demand Household final consumption P.3h +CPV CPV Final demand Non-profit institutions serving households P.3n +CPV CPV Final demand Government final consumption P.3g +CPV CPV Final demand Gross fixed capital formation P.51 +CPV CPV Final demand Changes in inventories P.52 +CPV CPV Final demand Acquisitions less disposals of valuables P.53 +CYM CYM Final demand Household final consumption P.3h +CYM CYM Final demand Non-profit institutions serving households P.3n +CYM CYM Final demand Government final consumption P.3g +CYM CYM Final demand Gross fixed capital formation P.51 +CYM CYM Final demand Changes in inventories P.52 +CYM CYM Final demand Acquisitions less disposals of valuables P.53 +CAF CAF Final demand Household final consumption P.3h +CAF CAF Final demand Non-profit institutions serving households P.3n +CAF CAF Final demand Government final consumption P.3g +CAF CAF Final demand Gross fixed capital formation P.51 +CAF CAF Final demand Changes in inventories P.52 +CAF CAF Final demand Acquisitions less disposals of valuables P.53 +TCD TCD Final demand Household final consumption P.3h +TCD TCD Final demand Non-profit institutions serving households P.3n +TCD TCD Final demand Government final consumption P.3g +TCD TCD Final demand Gross fixed capital formation P.51 +TCD TCD Final demand Changes in inventories P.52 +TCD TCD Final demand Acquisitions less disposals of valuables P.53 +CHL CHL Final demand Household final consumption P.3h +CHL CHL Final demand Non-profit institutions serving households P.3n +CHL CHL Final demand Government final consumption P.3g +CHL CHL Final demand Gross fixed capital formation P.51 +CHL CHL Final demand Changes in inventories P.52 +CHL CHL Final demand Acquisitions less disposals of valuables P.53 +CHN CHN Final demand Household final consumption P.3h +CHN CHN Final demand Non-profit institutions serving households P.3n +CHN CHN Final demand Government final consumption P.3g +CHN CHN Final demand Gross fixed capital formation P.51 +CHN CHN Final demand Changes in inventories P.52 +CHN CHN Final demand Acquisitions less disposals of valuables P.53 +COL COL Final demand Household final consumption P.3h +COL COL Final demand Non-profit institutions serving households P.3n +COL COL Final demand Government final consumption P.3g +COL COL Final demand Gross fixed capital formation P.51 +COL COL Final demand Changes in inventories P.52 +COL COL Final demand Acquisitions less disposals of valuables P.53 +COG COG Final demand Household final consumption P.3h +COG COG Final demand Non-profit institutions serving households P.3n +COG COG Final demand Government final consumption P.3g +COG COG Final demand Gross fixed capital formation P.51 +COG COG Final demand Changes in inventories P.52 +COG COG Final demand Acquisitions less disposals of valuables P.53 +CRI CRI Final demand Household final consumption P.3h +CRI CRI Final demand Non-profit institutions serving households P.3n +CRI CRI Final demand Government final consumption P.3g +CRI CRI Final demand Gross fixed capital formation P.51 +CRI CRI Final demand Changes in inventories P.52 +CRI CRI Final demand Acquisitions less disposals of valuables P.53 +HRV HRV Final demand Household final consumption P.3h +HRV HRV Final demand Non-profit institutions serving households P.3n +HRV HRV Final demand Government final consumption P.3g +HRV HRV Final demand Gross fixed capital formation P.51 +HRV HRV Final demand Changes in inventories P.52 +HRV HRV Final demand Acquisitions less disposals of valuables P.53 +CUB CUB Final demand Household final consumption P.3h +CUB CUB Final demand Non-profit institutions serving households P.3n +CUB CUB Final demand Government final consumption P.3g +CUB CUB Final demand Gross fixed capital formation P.51 +CUB CUB Final demand Changes in inventories P.52 +CUB CUB Final demand Acquisitions less disposals of valuables P.53 +CYP CYP Final demand Household final consumption P.3h +CYP CYP Final demand Non-profit institutions serving households P.3n +CYP CYP Final demand Government final consumption P.3g +CYP CYP Final demand Gross fixed capital formation P.51 +CYP CYP Final demand Changes in inventories P.52 +CYP CYP Final demand Acquisitions less disposals of valuables P.53 +CZE CZE Final demand Household final consumption P.3h +CZE CZE Final demand Non-profit institutions serving households P.3n +CZE CZE Final demand Government final consumption P.3g +CZE CZE Final demand Gross fixed capital formation P.51 +CZE CZE Final demand Changes in inventories P.52 +CZE CZE Final demand Acquisitions less disposals of valuables P.53 +CIV CIV Final demand Household final consumption P.3h +CIV CIV Final demand Non-profit institutions serving households P.3n +CIV CIV Final demand Government final consumption P.3g +CIV CIV Final demand Gross fixed capital formation P.51 +CIV CIV Final demand Changes in inventories P.52 +CIV CIV Final demand Acquisitions less disposals of valuables P.53 +PRK PRK Final demand Household final consumption P.3h +PRK PRK Final demand Non-profit institutions serving households P.3n +PRK PRK Final demand Government final consumption P.3g +PRK PRK Final demand Gross fixed capital formation P.51 +PRK PRK Final demand Changes in inventories P.52 +PRK PRK Final demand Acquisitions less disposals of valuables P.53 +COD COD Final demand Household final consumption P.3h +COD COD Final demand Non-profit institutions serving households P.3n +COD COD Final demand Government final consumption P.3g +COD COD Final demand Gross fixed capital formation P.51 +COD COD Final demand Changes in inventories P.52 +COD COD Final demand Acquisitions less disposals of valuables P.53 +DNK DNK Final demand Household final consumption P.3h +DNK DNK Final demand Non-profit institutions serving households P.3n +DNK DNK Final demand Government final consumption P.3g +DNK DNK Final demand Gross fixed capital formation P.51 +DNK DNK Final demand Changes in inventories P.52 +DNK DNK Final demand Acquisitions less disposals of valuables P.53 +DJI DJI Final demand Household final consumption P.3h +DJI DJI Final demand Non-profit institutions serving households P.3n +DJI DJI Final demand Government final consumption P.3g +DJI DJI Final demand Gross fixed capital formation P.51 +DJI DJI Final demand Changes in inventories P.52 +DJI DJI Final demand Acquisitions less disposals of valuables P.53 +DOM DOM Final demand Household final consumption P.3h +DOM DOM Final demand Non-profit institutions serving households P.3n +DOM DOM Final demand Government final consumption P.3g +DOM DOM Final demand Gross fixed capital formation P.51 +DOM DOM Final demand Changes in inventories P.52 +DOM DOM Final demand Acquisitions less disposals of valuables P.53 +ECU ECU Final demand Household final consumption P.3h +ECU ECU Final demand Non-profit institutions serving households P.3n +ECU ECU Final demand Government final consumption P.3g +ECU ECU Final demand Gross fixed capital formation P.51 +ECU ECU Final demand Changes in inventories P.52 +ECU ECU Final demand Acquisitions less disposals of valuables P.53 +EGY EGY Final demand Household final consumption P.3h +EGY EGY Final demand Non-profit institutions serving households P.3n +EGY EGY Final demand Government final consumption P.3g +EGY EGY Final demand Gross fixed capital formation P.51 +EGY EGY Final demand Changes in inventories P.52 +EGY EGY Final demand Acquisitions less disposals of valuables P.53 +SLV SLV Final demand Household final consumption P.3h +SLV SLV Final demand Non-profit institutions serving households P.3n +SLV SLV Final demand Government final consumption P.3g +SLV SLV Final demand Gross fixed capital formation P.51 +SLV SLV Final demand Changes in inventories P.52 +SLV SLV Final demand Acquisitions less disposals of valuables P.53 +ERI ERI Final demand Household final consumption P.3h +ERI ERI Final demand Non-profit institutions serving households P.3n +ERI ERI Final demand Government final consumption P.3g +ERI ERI Final demand Gross fixed capital formation P.51 +ERI ERI Final demand Changes in inventories P.52 +ERI ERI Final demand Acquisitions less disposals of valuables P.53 +EST EST Final demand Household final consumption P.3h +EST EST Final demand Non-profit institutions serving households P.3n +EST EST Final demand Government final consumption P.3g +EST EST Final demand Gross fixed capital formation P.51 +EST EST Final demand Changes in inventories P.52 +EST EST Final demand Acquisitions less disposals of valuables P.53 +ETH ETH Final demand Household final consumption P.3h +ETH ETH Final demand Non-profit institutions serving households P.3n +ETH ETH Final demand Government final consumption P.3g +ETH ETH Final demand Gross fixed capital formation P.51 +ETH ETH Final demand Changes in inventories P.52 +ETH ETH Final demand Acquisitions less disposals of valuables P.53 +FJI FJI Final demand Household final consumption P.3h +FJI FJI Final demand Non-profit institutions serving households P.3n +FJI FJI Final demand Government final consumption P.3g +FJI FJI Final demand Gross fixed capital formation P.51 +FJI FJI Final demand Changes in inventories P.52 +FJI FJI Final demand Acquisitions less disposals of valuables P.53 +FIN FIN Final demand Household final consumption P.3h +FIN FIN Final demand Non-profit institutions serving households P.3n +FIN FIN Final demand Government final consumption P.3g +FIN FIN Final demand Gross fixed capital formation P.51 +FIN FIN Final demand Changes in inventories P.52 +FIN FIN Final demand Acquisitions less disposals of valuables P.53 +FRA FRA Final demand Household final consumption P.3h +FRA FRA Final demand Non-profit institutions serving households P.3n +FRA FRA Final demand Government final consumption P.3g +FRA FRA Final demand Gross fixed capital formation P.51 +FRA FRA Final demand Changes in inventories P.52 +FRA FRA Final demand Acquisitions less disposals of valuables P.53 +PYF PYF Final demand Household final consumption P.3h +PYF PYF Final demand Non-profit institutions serving households P.3n +PYF PYF Final demand Government final consumption P.3g +PYF PYF Final demand Gross fixed capital formation P.51 +PYF PYF Final demand Changes in inventories P.52 +PYF PYF Final demand Acquisitions less disposals of valuables P.53 +GAB GAB Final demand Household final consumption P.3h +GAB GAB Final demand Non-profit institutions serving households P.3n +GAB GAB Final demand Government final consumption P.3g +GAB GAB Final demand Gross fixed capital formation P.51 +GAB GAB Final demand Changes in inventories P.52 +GAB GAB Final demand Acquisitions less disposals of valuables P.53 +GMB GMB Final demand Household final consumption P.3h +GMB GMB Final demand Non-profit institutions serving households P.3n +GMB GMB Final demand Government final consumption P.3g +GMB GMB Final demand Gross fixed capital formation P.51 +GMB GMB Final demand Changes in inventories P.52 +GMB GMB Final demand Acquisitions less disposals of valuables P.53 +GEO GEO Final demand Household final consumption P.3h +GEO GEO Final demand Non-profit institutions serving households P.3n +GEO GEO Final demand Government final consumption P.3g +GEO GEO Final demand Gross fixed capital formation P.51 +GEO GEO Final demand Changes in inventories P.52 +GEO GEO Final demand Acquisitions less disposals of valuables P.53 +DEU DEU Final demand Household final consumption P.3h +DEU DEU Final demand Non-profit institutions serving households P.3n +DEU DEU Final demand Government final consumption P.3g +DEU DEU Final demand Gross fixed capital formation P.51 +DEU DEU Final demand Changes in inventories P.52 +DEU DEU Final demand Acquisitions less disposals of valuables P.53 +GHA GHA Final demand Household final consumption P.3h +GHA GHA Final demand Non-profit institutions serving households P.3n +GHA GHA Final demand Government final consumption P.3g +GHA GHA Final demand Gross fixed capital formation P.51 +GHA GHA Final demand Changes in inventories P.52 +GHA GHA Final demand Acquisitions less disposals of valuables P.53 +GRC GRC Final demand Household final consumption P.3h +GRC GRC Final demand Non-profit institutions serving households P.3n +GRC GRC Final demand Government final consumption P.3g +GRC GRC Final demand Gross fixed capital formation P.51 +GRC GRC Final demand Changes in inventories P.52 +GRC GRC Final demand Acquisitions less disposals of valuables P.53 +GRL GRL Final demand Household final consumption P.3h +GRL GRL Final demand Non-profit institutions serving households P.3n +GRL GRL Final demand Government final consumption P.3g +GRL GRL Final demand Gross fixed capital formation P.51 +GRL GRL Final demand Changes in inventories P.52 +GRL GRL Final demand Acquisitions less disposals of valuables P.53 +GTM GTM Final demand Household final consumption P.3h +GTM GTM Final demand Non-profit institutions serving households P.3n +GTM GTM Final demand Government final consumption P.3g +GTM GTM Final demand Gross fixed capital formation P.51 +GTM GTM Final demand Changes in inventories P.52 +GTM GTM Final demand Acquisitions less disposals of valuables P.53 +GIN GIN Final demand Household final consumption P.3h +GIN GIN Final demand Non-profit institutions serving households P.3n +GIN GIN Final demand Government final consumption P.3g +GIN GIN Final demand Gross fixed capital formation P.51 +GIN GIN Final demand Changes in inventories P.52 +GIN GIN Final demand Acquisitions less disposals of valuables P.53 +GUY GUY Final demand Household final consumption P.3h +GUY GUY Final demand Non-profit institutions serving households P.3n +GUY GUY Final demand Government final consumption P.3g +GUY GUY Final demand Gross fixed capital formation P.51 +GUY GUY Final demand Changes in inventories P.52 +GUY GUY Final demand Acquisitions less disposals of valuables P.53 +HTI HTI Final demand Household final consumption P.3h +HTI HTI Final demand Non-profit institutions serving households P.3n +HTI HTI Final demand Government final consumption P.3g +HTI HTI Final demand Gross fixed capital formation P.51 +HTI HTI Final demand Changes in inventories P.52 +HTI HTI Final demand Acquisitions less disposals of valuables P.53 +HND HND Final demand Household final consumption P.3h +HND HND Final demand Non-profit institutions serving households P.3n +HND HND Final demand Government final consumption P.3g +HND HND Final demand Gross fixed capital formation P.51 +HND HND Final demand Changes in inventories P.52 +HND HND Final demand Acquisitions less disposals of valuables P.53 +HKG HKG Final demand Household final consumption P.3h +HKG HKG Final demand Non-profit institutions serving households P.3n +HKG HKG Final demand Government final consumption P.3g +HKG HKG Final demand Gross fixed capital formation P.51 +HKG HKG Final demand Changes in inventories P.52 +HKG HKG Final demand Acquisitions less disposals of valuables P.53 +HUN HUN Final demand Household final consumption P.3h +HUN HUN Final demand Non-profit institutions serving households P.3n +HUN HUN Final demand Government final consumption P.3g +HUN HUN Final demand Gross fixed capital formation P.51 +HUN HUN Final demand Changes in inventories P.52 +HUN HUN Final demand Acquisitions less disposals of valuables P.53 +ISL ISL Final demand Household final consumption P.3h +ISL ISL Final demand Non-profit institutions serving households P.3n +ISL ISL Final demand Government final consumption P.3g +ISL ISL Final demand Gross fixed capital formation P.51 +ISL ISL Final demand Changes in inventories P.52 +ISL ISL Final demand Acquisitions less disposals of valuables P.53 +IND IND Final demand Household final consumption P.3h +IND IND Final demand Non-profit institutions serving households P.3n +IND IND Final demand Government final consumption P.3g +IND IND Final demand Gross fixed capital formation P.51 +IND IND Final demand Changes in inventories P.52 +IND IND Final demand Acquisitions less disposals of valuables P.53 +IDN IDN Final demand Household final consumption P.3h +IDN IDN Final demand Non-profit institutions serving households P.3n +IDN IDN Final demand Government final consumption P.3g +IDN IDN Final demand Gross fixed capital formation P.51 +IDN IDN Final demand Changes in inventories P.52 +IDN IDN Final demand Acquisitions less disposals of valuables P.53 +IRN IRN Final demand Household final consumption P.3h +IRN IRN Final demand Non-profit institutions serving households P.3n +IRN IRN Final demand Government final consumption P.3g +IRN IRN Final demand Gross fixed capital formation P.51 +IRN IRN Final demand Changes in inventories P.52 +IRN IRN Final demand Acquisitions less disposals of valuables P.53 +IRQ IRQ Final demand Household final consumption P.3h +IRQ IRQ Final demand Non-profit institutions serving households P.3n +IRQ IRQ Final demand Government final consumption P.3g +IRQ IRQ Final demand Gross fixed capital formation P.51 +IRQ IRQ Final demand Changes in inventories P.52 +IRQ IRQ Final demand Acquisitions less disposals of valuables P.53 +IRL IRL Final demand Household final consumption P.3h +IRL IRL Final demand Non-profit institutions serving households P.3n +IRL IRL Final demand Government final consumption P.3g +IRL IRL Final demand Gross fixed capital formation P.51 +IRL IRL Final demand Changes in inventories P.52 +IRL IRL Final demand Acquisitions less disposals of valuables P.53 +ISR ISR Final demand Household final consumption P.3h +ISR ISR Final demand Non-profit institutions serving households P.3n +ISR ISR Final demand Government final consumption P.3g +ISR ISR Final demand Gross fixed capital formation P.51 +ISR ISR Final demand Changes in inventories P.52 +ISR ISR Final demand Acquisitions less disposals of valuables P.53 +ITA ITA Final demand Household final consumption P.3h +ITA ITA Final demand Non-profit institutions serving households P.3n +ITA ITA Final demand Government final consumption P.3g +ITA ITA Final demand Gross fixed capital formation P.51 +ITA ITA Final demand Changes in inventories P.52 +ITA ITA Final demand Acquisitions less disposals of valuables P.53 +JAM JAM Final demand Household final consumption P.3h +JAM JAM Final demand Non-profit institutions serving households P.3n +JAM JAM Final demand Government final consumption P.3g +JAM JAM Final demand Gross fixed capital formation P.51 +JAM JAM Final demand Changes in inventories P.52 +JAM JAM Final demand Acquisitions less disposals of valuables P.53 +JPN JPN Final demand Household final consumption P.3h +JPN JPN Final demand Non-profit institutions serving households P.3n +JPN JPN Final demand Government final consumption P.3g +JPN JPN Final demand Gross fixed capital formation P.51 +JPN JPN Final demand Changes in inventories P.52 +JPN JPN Final demand Acquisitions less disposals of valuables P.53 +JOR JOR Final demand Household final consumption P.3h +JOR JOR Final demand Non-profit institutions serving households P.3n +JOR JOR Final demand Government final consumption P.3g +JOR JOR Final demand Gross fixed capital formation P.51 +JOR JOR Final demand Changes in inventories P.52 +JOR JOR Final demand Acquisitions less disposals of valuables P.53 +KAZ KAZ Final demand Household final consumption P.3h +KAZ KAZ Final demand Non-profit institutions serving households P.3n +KAZ KAZ Final demand Government final consumption P.3g +KAZ KAZ Final demand Gross fixed capital formation P.51 +KAZ KAZ Final demand Changes in inventories P.52 +KAZ KAZ Final demand Acquisitions less disposals of valuables P.53 +KEN KEN Final demand Household final consumption P.3h +KEN KEN Final demand Non-profit institutions serving households P.3n +KEN KEN Final demand Government final consumption P.3g +KEN KEN Final demand Gross fixed capital formation P.51 +KEN KEN Final demand Changes in inventories P.52 +KEN KEN Final demand Acquisitions less disposals of valuables P.53 +KWT KWT Final demand Household final consumption P.3h +KWT KWT Final demand Non-profit institutions serving households P.3n +KWT KWT Final demand Government final consumption P.3g +KWT KWT Final demand Gross fixed capital formation P.51 +KWT KWT Final demand Changes in inventories P.52 +KWT KWT Final demand Acquisitions less disposals of valuables P.53 +KGZ KGZ Final demand Household final consumption P.3h +KGZ KGZ Final demand Non-profit institutions serving households P.3n +KGZ KGZ Final demand Government final consumption P.3g +KGZ KGZ Final demand Gross fixed capital formation P.51 +KGZ KGZ Final demand Changes in inventories P.52 +KGZ KGZ Final demand Acquisitions less disposals of valuables P.53 +LAO LAO Final demand Household final consumption P.3h +LAO LAO Final demand Non-profit institutions serving households P.3n +LAO LAO Final demand Government final consumption P.3g +LAO LAO Final demand Gross fixed capital formation P.51 +LAO LAO Final demand Changes in inventories P.52 +LAO LAO Final demand Acquisitions less disposals of valuables P.53 +LVA LVA Final demand Household final consumption P.3h +LVA LVA Final demand Non-profit institutions serving households P.3n +LVA LVA Final demand Government final consumption P.3g +LVA LVA Final demand Gross fixed capital formation P.51 +LVA LVA Final demand Changes in inventories P.52 +LVA LVA Final demand Acquisitions less disposals of valuables P.53 +LBN LBN Final demand Household final consumption P.3h +LBN LBN Final demand Non-profit institutions serving households P.3n +LBN LBN Final demand Government final consumption P.3g +LBN LBN Final demand Gross fixed capital formation P.51 +LBN LBN Final demand Changes in inventories P.52 +LBN LBN Final demand Acquisitions less disposals of valuables P.53 +LSO LSO Final demand Household final consumption P.3h +LSO LSO Final demand Non-profit institutions serving households P.3n +LSO LSO Final demand Government final consumption P.3g +LSO LSO Final demand Gross fixed capital formation P.51 +LSO LSO Final demand Changes in inventories P.52 +LSO LSO Final demand Acquisitions less disposals of valuables P.53 +LBR LBR Final demand Household final consumption P.3h +LBR LBR Final demand Non-profit institutions serving households P.3n +LBR LBR Final demand Government final consumption P.3g +LBR LBR Final demand Gross fixed capital formation P.51 +LBR LBR Final demand Changes in inventories P.52 +LBR LBR Final demand Acquisitions less disposals of valuables P.53 +LBY LBY Final demand Household final consumption P.3h +LBY LBY Final demand Non-profit institutions serving households P.3n +LBY LBY Final demand Government final consumption P.3g +LBY LBY Final demand Gross fixed capital formation P.51 +LBY LBY Final demand Changes in inventories P.52 +LBY LBY Final demand Acquisitions less disposals of valuables P.53 +LIE LIE Final demand Household final consumption P.3h +LIE LIE Final demand Non-profit institutions serving households P.3n +LIE LIE Final demand Government final consumption P.3g +LIE LIE Final demand Gross fixed capital formation P.51 +LIE LIE Final demand Changes in inventories P.52 +LIE LIE Final demand Acquisitions less disposals of valuables P.53 +LTU LTU Final demand Household final consumption P.3h +LTU LTU Final demand Non-profit institutions serving households P.3n +LTU LTU Final demand Government final consumption P.3g +LTU LTU Final demand Gross fixed capital formation P.51 +LTU LTU Final demand Changes in inventories P.52 +LTU LTU Final demand Acquisitions less disposals of valuables P.53 +LUX LUX Final demand Household final consumption P.3h +LUX LUX Final demand Non-profit institutions serving households P.3n +LUX LUX Final demand Government final consumption P.3g +LUX LUX Final demand Gross fixed capital formation P.51 +LUX LUX Final demand Changes in inventories P.52 +LUX LUX Final demand Acquisitions less disposals of valuables P.53 +MAC MAC Final demand Household final consumption P.3h +MAC MAC Final demand Non-profit institutions serving households P.3n +MAC MAC Final demand Government final consumption P.3g +MAC MAC Final demand Gross fixed capital formation P.51 +MAC MAC Final demand Changes in inventories P.52 +MAC MAC Final demand Acquisitions less disposals of valuables P.53 +MDG MDG Final demand Household final consumption P.3h +MDG MDG Final demand Non-profit institutions serving households P.3n +MDG MDG Final demand Government final consumption P.3g +MDG MDG Final demand Gross fixed capital formation P.51 +MDG MDG Final demand Changes in inventories P.52 +MDG MDG Final demand Acquisitions less disposals of valuables P.53 +MWI MWI Final demand Household final consumption P.3h +MWI MWI Final demand Non-profit institutions serving households P.3n +MWI MWI Final demand Government final consumption P.3g +MWI MWI Final demand Gross fixed capital formation P.51 +MWI MWI Final demand Changes in inventories P.52 +MWI MWI Final demand Acquisitions less disposals of valuables P.53 +MYS MYS Final demand Household final consumption P.3h +MYS MYS Final demand Non-profit institutions serving households P.3n +MYS MYS Final demand Government final consumption P.3g +MYS MYS Final demand Gross fixed capital formation P.51 +MYS MYS Final demand Changes in inventories P.52 +MYS MYS Final demand Acquisitions less disposals of valuables P.53 +MDV MDV Final demand Household final consumption P.3h +MDV MDV Final demand Non-profit institutions serving households P.3n +MDV MDV Final demand Government final consumption P.3g +MDV MDV Final demand Gross fixed capital formation P.51 +MDV MDV Final demand Changes in inventories P.52 +MDV MDV Final demand Acquisitions less disposals of valuables P.53 +MLI MLI Final demand Household final consumption P.3h +MLI MLI Final demand Non-profit institutions serving households P.3n +MLI MLI Final demand Government final consumption P.3g +MLI MLI Final demand Gross fixed capital formation P.51 +MLI MLI Final demand Changes in inventories P.52 +MLI MLI Final demand Acquisitions less disposals of valuables P.53 +MLT MLT Final demand Household final consumption P.3h +MLT MLT Final demand Non-profit institutions serving households P.3n +MLT MLT Final demand Government final consumption P.3g +MLT MLT Final demand Gross fixed capital formation P.51 +MLT MLT Final demand Changes in inventories P.52 +MLT MLT Final demand Acquisitions less disposals of valuables P.53 +MRT MRT Final demand Household final consumption P.3h +MRT MRT Final demand Non-profit institutions serving households P.3n +MRT MRT Final demand Government final consumption P.3g +MRT MRT Final demand Gross fixed capital formation P.51 +MRT MRT Final demand Changes in inventories P.52 +MRT MRT Final demand Acquisitions less disposals of valuables P.53 +MUS MUS Final demand Household final consumption P.3h +MUS MUS Final demand Non-profit institutions serving households P.3n +MUS MUS Final demand Government final consumption P.3g +MUS MUS Final demand Gross fixed capital formation P.51 +MUS MUS Final demand Changes in inventories P.52 +MUS MUS Final demand Acquisitions less disposals of valuables P.53 +MEX MEX Final demand Household final consumption P.3h +MEX MEX Final demand Non-profit institutions serving households P.3n +MEX MEX Final demand Government final consumption P.3g +MEX MEX Final demand Gross fixed capital formation P.51 +MEX MEX Final demand Changes in inventories P.52 +MEX MEX Final demand Acquisitions less disposals of valuables P.53 +MCO MCO Final demand Household final consumption P.3h +MCO MCO Final demand Non-profit institutions serving households P.3n +MCO MCO Final demand Government final consumption P.3g +MCO MCO Final demand Gross fixed capital formation P.51 +MCO MCO Final demand Changes in inventories P.52 +MCO MCO Final demand Acquisitions less disposals of valuables P.53 +MNG MNG Final demand Household final consumption P.3h +MNG MNG Final demand Non-profit institutions serving households P.3n +MNG MNG Final demand Government final consumption P.3g +MNG MNG Final demand Gross fixed capital formation P.51 +MNG MNG Final demand Changes in inventories P.52 +MNG MNG Final demand Acquisitions less disposals of valuables P.53 +MNE MNE Final demand Household final consumption P.3h +MNE MNE Final demand Non-profit institutions serving households P.3n +MNE MNE Final demand Government final consumption P.3g +MNE MNE Final demand Gross fixed capital formation P.51 +MNE MNE Final demand Changes in inventories P.52 +MNE MNE Final demand Acquisitions less disposals of valuables P.53 +MAR MAR Final demand Household final consumption P.3h +MAR MAR Final demand Non-profit institutions serving households P.3n +MAR MAR Final demand Government final consumption P.3g +MAR MAR Final demand Gross fixed capital formation P.51 +MAR MAR Final demand Changes in inventories P.52 +MAR MAR Final demand Acquisitions less disposals of valuables P.53 +MOZ MOZ Final demand Household final consumption P.3h +MOZ MOZ Final demand Non-profit institutions serving households P.3n +MOZ MOZ Final demand Government final consumption P.3g +MOZ MOZ Final demand Gross fixed capital formation P.51 +MOZ MOZ Final demand Changes in inventories P.52 +MOZ MOZ Final demand Acquisitions less disposals of valuables P.53 +MMR MMR Final demand Household final consumption P.3h +MMR MMR Final demand Non-profit institutions serving households P.3n +MMR MMR Final demand Government final consumption P.3g +MMR MMR Final demand Gross fixed capital formation P.51 +MMR MMR Final demand Changes in inventories P.52 +MMR MMR Final demand Acquisitions less disposals of valuables P.53 +NAM NAM Final demand Household final consumption P.3h +NAM NAM Final demand Non-profit institutions serving households P.3n +NAM NAM Final demand Government final consumption P.3g +NAM NAM Final demand Gross fixed capital formation P.51 +NAM NAM Final demand Changes in inventories P.52 +NAM NAM Final demand Acquisitions less disposals of valuables P.53 +NPL NPL Final demand Household final consumption P.3h +NPL NPL Final demand Non-profit institutions serving households P.3n +NPL NPL Final demand Government final consumption P.3g +NPL NPL Final demand Gross fixed capital formation P.51 +NPL NPL Final demand Changes in inventories P.52 +NPL NPL Final demand Acquisitions less disposals of valuables P.53 +NLD NLD Final demand Household final consumption P.3h +NLD NLD Final demand Non-profit institutions serving households P.3n +NLD NLD Final demand Government final consumption P.3g +NLD NLD Final demand Gross fixed capital formation P.51 +NLD NLD Final demand Changes in inventories P.52 +NLD NLD Final demand Acquisitions less disposals of valuables P.53 +ANT ANT Final demand Household final consumption P.3h +ANT ANT Final demand Non-profit institutions serving households P.3n +ANT ANT Final demand Government final consumption P.3g +ANT ANT Final demand Gross fixed capital formation P.51 +ANT ANT Final demand Changes in inventories P.52 +ANT ANT Final demand Acquisitions less disposals of valuables P.53 +NCL NCL Final demand Household final consumption P.3h +NCL NCL Final demand Non-profit institutions serving households P.3n +NCL NCL Final demand Government final consumption P.3g +NCL NCL Final demand Gross fixed capital formation P.51 +NCL NCL Final demand Changes in inventories P.52 +NCL NCL Final demand Acquisitions less disposals of valuables P.53 +NZL NZL Final demand Household final consumption P.3h +NZL NZL Final demand Non-profit institutions serving households P.3n +NZL NZL Final demand Government final consumption P.3g +NZL NZL Final demand Gross fixed capital formation P.51 +NZL NZL Final demand Changes in inventories P.52 +NZL NZL Final demand Acquisitions less disposals of valuables P.53 +NIC NIC Final demand Household final consumption P.3h +NIC NIC Final demand Non-profit institutions serving households P.3n +NIC NIC Final demand Government final consumption P.3g +NIC NIC Final demand Gross fixed capital formation P.51 +NIC NIC Final demand Changes in inventories P.52 +NIC NIC Final demand Acquisitions less disposals of valuables P.53 +NER NER Final demand Household final consumption P.3h +NER NER Final demand Non-profit institutions serving households P.3n +NER NER Final demand Government final consumption P.3g +NER NER Final demand Gross fixed capital formation P.51 +NER NER Final demand Changes in inventories P.52 +NER NER Final demand Acquisitions less disposals of valuables P.53 +NGA NGA Final demand Household final consumption P.3h +NGA NGA Final demand Non-profit institutions serving households P.3n +NGA NGA Final demand Government final consumption P.3g +NGA NGA Final demand Gross fixed capital formation P.51 +NGA NGA Final demand Changes in inventories P.52 +NGA NGA Final demand Acquisitions less disposals of valuables P.53 +NOR NOR Final demand Household final consumption P.3h +NOR NOR Final demand Non-profit institutions serving households P.3n +NOR NOR Final demand Government final consumption P.3g +NOR NOR Final demand Gross fixed capital formation P.51 +NOR NOR Final demand Changes in inventories P.52 +NOR NOR Final demand Acquisitions less disposals of valuables P.53 +PSE PSE Final demand Household final consumption P.3h +PSE PSE Final demand Non-profit institutions serving households P.3n +PSE PSE Final demand Government final consumption P.3g +PSE PSE Final demand Gross fixed capital formation P.51 +PSE PSE Final demand Changes in inventories P.52 +PSE PSE Final demand Acquisitions less disposals of valuables P.53 +OMN OMN Final demand Household final consumption P.3h +OMN OMN Final demand Non-profit institutions serving households P.3n +OMN OMN Final demand Government final consumption P.3g +OMN OMN Final demand Gross fixed capital formation P.51 +OMN OMN Final demand Changes in inventories P.52 +OMN OMN Final demand Acquisitions less disposals of valuables P.53 +PAK PAK Final demand Household final consumption P.3h +PAK PAK Final demand Non-profit institutions serving households P.3n +PAK PAK Final demand Government final consumption P.3g +PAK PAK Final demand Gross fixed capital formation P.51 +PAK PAK Final demand Changes in inventories P.52 +PAK PAK Final demand Acquisitions less disposals of valuables P.53 +PAN PAN Final demand Household final consumption P.3h +PAN PAN Final demand Non-profit institutions serving households P.3n +PAN PAN Final demand Government final consumption P.3g +PAN PAN Final demand Gross fixed capital formation P.51 +PAN PAN Final demand Changes in inventories P.52 +PAN PAN Final demand Acquisitions less disposals of valuables P.53 +PNG PNG Final demand Household final consumption P.3h +PNG PNG Final demand Non-profit institutions serving households P.3n +PNG PNG Final demand Government final consumption P.3g +PNG PNG Final demand Gross fixed capital formation P.51 +PNG PNG Final demand Changes in inventories P.52 +PNG PNG Final demand Acquisitions less disposals of valuables P.53 +PRY PRY Final demand Household final consumption P.3h +PRY PRY Final demand Non-profit institutions serving households P.3n +PRY PRY Final demand Government final consumption P.3g +PRY PRY Final demand Gross fixed capital formation P.51 +PRY PRY Final demand Changes in inventories P.52 +PRY PRY Final demand Acquisitions less disposals of valuables P.53 +PER PER Final demand Household final consumption P.3h +PER PER Final demand Non-profit institutions serving households P.3n +PER PER Final demand Government final consumption P.3g +PER PER Final demand Gross fixed capital formation P.51 +PER PER Final demand Changes in inventories P.52 +PER PER Final demand Acquisitions less disposals of valuables P.53 +PHL PHL Final demand Household final consumption P.3h +PHL PHL Final demand Non-profit institutions serving households P.3n +PHL PHL Final demand Government final consumption P.3g +PHL PHL Final demand Gross fixed capital formation P.51 +PHL PHL Final demand Changes in inventories P.52 +PHL PHL Final demand Acquisitions less disposals of valuables P.53 +POL POL Final demand Household final consumption P.3h +POL POL Final demand Non-profit institutions serving households P.3n +POL POL Final demand Government final consumption P.3g +POL POL Final demand Gross fixed capital formation P.51 +POL POL Final demand Changes in inventories P.52 +POL POL Final demand Acquisitions less disposals of valuables P.53 +PRT PRT Final demand Household final consumption P.3h +PRT PRT Final demand Non-profit institutions serving households P.3n +PRT PRT Final demand Government final consumption P.3g +PRT PRT Final demand Gross fixed capital formation P.51 +PRT PRT Final demand Changes in inventories P.52 +PRT PRT Final demand Acquisitions less disposals of valuables P.53 +QAT QAT Final demand Household final consumption P.3h +QAT QAT Final demand Non-profit institutions serving households P.3n +QAT QAT Final demand Government final consumption P.3g +QAT QAT Final demand Gross fixed capital formation P.51 +QAT QAT Final demand Changes in inventories P.52 +QAT QAT Final demand Acquisitions less disposals of valuables P.53 +KOR KOR Final demand Household final consumption P.3h +KOR KOR Final demand Non-profit institutions serving households P.3n +KOR KOR Final demand Government final consumption P.3g +KOR KOR Final demand Gross fixed capital formation P.51 +KOR KOR Final demand Changes in inventories P.52 +KOR KOR Final demand Acquisitions less disposals of valuables P.53 +MDA MDA Final demand Household final consumption P.3h +MDA MDA Final demand Non-profit institutions serving households P.3n +MDA MDA Final demand Government final consumption P.3g +MDA MDA Final demand Gross fixed capital formation P.51 +MDA MDA Final demand Changes in inventories P.52 +MDA MDA Final demand Acquisitions less disposals of valuables P.53 +ROU ROU Final demand Household final consumption P.3h +ROU ROU Final demand Non-profit institutions serving households P.3n +ROU ROU Final demand Government final consumption P.3g +ROU ROU Final demand Gross fixed capital formation P.51 +ROU ROU Final demand Changes in inventories P.52 +ROU ROU Final demand Acquisitions less disposals of valuables P.53 +RUS RUS Final demand Household final consumption P.3h +RUS RUS Final demand Non-profit institutions serving households P.3n +RUS RUS Final demand Government final consumption P.3g +RUS RUS Final demand Gross fixed capital formation P.51 +RUS RUS Final demand Changes in inventories P.52 +RUS RUS Final demand Acquisitions less disposals of valuables P.53 +RWA RWA Final demand Household final consumption P.3h +RWA RWA Final demand Non-profit institutions serving households P.3n +RWA RWA Final demand Government final consumption P.3g +RWA RWA Final demand Gross fixed capital formation P.51 +RWA RWA Final demand Changes in inventories P.52 +RWA RWA Final demand Acquisitions less disposals of valuables P.53 +WSM WSM Final demand Household final consumption P.3h +WSM WSM Final demand Non-profit institutions serving households P.3n +WSM WSM Final demand Government final consumption P.3g +WSM WSM Final demand Gross fixed capital formation P.51 +WSM WSM Final demand Changes in inventories P.52 +WSM WSM Final demand Acquisitions less disposals of valuables P.53 +SMR SMR Final demand Household final consumption P.3h +SMR SMR Final demand Non-profit institutions serving households P.3n +SMR SMR Final demand Government final consumption P.3g +SMR SMR Final demand Gross fixed capital formation P.51 +SMR SMR Final demand Changes in inventories P.52 +SMR SMR Final demand Acquisitions less disposals of valuables P.53 +STP STP Final demand Household final consumption P.3h +STP STP Final demand Non-profit institutions serving households P.3n +STP STP Final demand Government final consumption P.3g +STP STP Final demand Gross fixed capital formation P.51 +STP STP Final demand Changes in inventories P.52 +STP STP Final demand Acquisitions less disposals of valuables P.53 +SAU SAU Final demand Household final consumption P.3h +SAU SAU Final demand Non-profit institutions serving households P.3n +SAU SAU Final demand Government final consumption P.3g +SAU SAU Final demand Gross fixed capital formation P.51 +SAU SAU Final demand Changes in inventories P.52 +SAU SAU Final demand Acquisitions less disposals of valuables P.53 +SEN SEN Final demand Household final consumption P.3h +SEN SEN Final demand Non-profit institutions serving households P.3n +SEN SEN Final demand Government final consumption P.3g +SEN SEN Final demand Gross fixed capital formation P.51 +SEN SEN Final demand Changes in inventories P.52 +SEN SEN Final demand Acquisitions less disposals of valuables P.53 +SRB SRB Final demand Household final consumption P.3h +SRB SRB Final demand Non-profit institutions serving households P.3n +SRB SRB Final demand Government final consumption P.3g +SRB SRB Final demand Gross fixed capital formation P.51 +SRB SRB Final demand Changes in inventories P.52 +SRB SRB Final demand Acquisitions less disposals of valuables P.53 +SYC SYC Final demand Household final consumption P.3h +SYC SYC Final demand Non-profit institutions serving households P.3n +SYC SYC Final demand Government final consumption P.3g +SYC SYC Final demand Gross fixed capital formation P.51 +SYC SYC Final demand Changes in inventories P.52 +SYC SYC Final demand Acquisitions less disposals of valuables P.53 +SLE SLE Final demand Household final consumption P.3h +SLE SLE Final demand Non-profit institutions serving households P.3n +SLE SLE Final demand Government final consumption P.3g +SLE SLE Final demand Gross fixed capital formation P.51 +SLE SLE Final demand Changes in inventories P.52 +SLE SLE Final demand Acquisitions less disposals of valuables P.53 +SGP SGP Final demand Household final consumption P.3h +SGP SGP Final demand Non-profit institutions serving households P.3n +SGP SGP Final demand Government final consumption P.3g +SGP SGP Final demand Gross fixed capital formation P.51 +SGP SGP Final demand Changes in inventories P.52 +SGP SGP Final demand Acquisitions less disposals of valuables P.53 +SVK SVK Final demand Household final consumption P.3h +SVK SVK Final demand Non-profit institutions serving households P.3n +SVK SVK Final demand Government final consumption P.3g +SVK SVK Final demand Gross fixed capital formation P.51 +SVK SVK Final demand Changes in inventories P.52 +SVK SVK Final demand Acquisitions less disposals of valuables P.53 +SVN SVN Final demand Household final consumption P.3h +SVN SVN Final demand Non-profit institutions serving households P.3n +SVN SVN Final demand Government final consumption P.3g +SVN SVN Final demand Gross fixed capital formation P.51 +SVN SVN Final demand Changes in inventories P.52 +SVN SVN Final demand Acquisitions less disposals of valuables P.53 +SOM SOM Final demand Household final consumption P.3h +SOM SOM Final demand Non-profit institutions serving households P.3n +SOM SOM Final demand Government final consumption P.3g +SOM SOM Final demand Gross fixed capital formation P.51 +SOM SOM Final demand Changes in inventories P.52 +SOM SOM Final demand Acquisitions less disposals of valuables P.53 +ZAF ZAF Final demand Household final consumption P.3h +ZAF ZAF Final demand Non-profit institutions serving households P.3n +ZAF ZAF Final demand Government final consumption P.3g +ZAF ZAF Final demand Gross fixed capital formation P.51 +ZAF ZAF Final demand Changes in inventories P.52 +ZAF ZAF Final demand Acquisitions less disposals of valuables P.53 +SDS SDS Final demand Household final consumption P.3h +SDS SDS Final demand Non-profit institutions serving households P.3n +SDS SDS Final demand Government final consumption P.3g +SDS SDS Final demand Gross fixed capital formation P.51 +SDS SDS Final demand Changes in inventories P.52 +SDS SDS Final demand Acquisitions less disposals of valuables P.53 +ESP ESP Final demand Household final consumption P.3h +ESP ESP Final demand Non-profit institutions serving households P.3n +ESP ESP Final demand Government final consumption P.3g +ESP ESP Final demand Gross fixed capital formation P.51 +ESP ESP Final demand Changes in inventories P.52 +ESP ESP Final demand Acquisitions less disposals of valuables P.53 +LKA LKA Final demand Household final consumption P.3h +LKA LKA Final demand Non-profit institutions serving households P.3n +LKA LKA Final demand Government final consumption P.3g +LKA LKA Final demand Gross fixed capital formation P.51 +LKA LKA Final demand Changes in inventories P.52 +LKA LKA Final demand Acquisitions less disposals of valuables P.53 +SUD SUD Final demand Household final consumption P.3h +SUD SUD Final demand Non-profit institutions serving households P.3n +SUD SUD Final demand Government final consumption P.3g +SUD SUD Final demand Gross fixed capital formation P.51 +SUD SUD Final demand Changes in inventories P.52 +SUD SUD Final demand Acquisitions less disposals of valuables P.53 +SUR SUR Final demand Household final consumption P.3h +SUR SUR Final demand Non-profit institutions serving households P.3n +SUR SUR Final demand Government final consumption P.3g +SUR SUR Final demand Gross fixed capital formation P.51 +SUR SUR Final demand Changes in inventories P.52 +SUR SUR Final demand Acquisitions less disposals of valuables P.53 +SWZ SWZ Final demand Household final consumption P.3h +SWZ SWZ Final demand Non-profit institutions serving households P.3n +SWZ SWZ Final demand Government final consumption P.3g +SWZ SWZ Final demand Gross fixed capital formation P.51 +SWZ SWZ Final demand Changes in inventories P.52 +SWZ SWZ Final demand Acquisitions less disposals of valuables P.53 +SWE SWE Final demand Household final consumption P.3h +SWE SWE Final demand Non-profit institutions serving households P.3n +SWE SWE Final demand Government final consumption P.3g +SWE SWE Final demand Gross fixed capital formation P.51 +SWE SWE Final demand Changes in inventories P.52 +SWE SWE Final demand Acquisitions less disposals of valuables P.53 +CHE CHE Final demand Household final consumption P.3h +CHE CHE Final demand Non-profit institutions serving households P.3n +CHE CHE Final demand Government final consumption P.3g +CHE CHE Final demand Gross fixed capital formation P.51 +CHE CHE Final demand Changes in inventories P.52 +CHE CHE Final demand Acquisitions less disposals of valuables P.53 +SYR SYR Final demand Household final consumption P.3h +SYR SYR Final demand Non-profit institutions serving households P.3n +SYR SYR Final demand Government final consumption P.3g +SYR SYR Final demand Gross fixed capital formation P.51 +SYR SYR Final demand Changes in inventories P.52 +SYR SYR Final demand Acquisitions less disposals of valuables P.53 +TWN TWN Final demand Household final consumption P.3h +TWN TWN Final demand Non-profit institutions serving households P.3n +TWN TWN Final demand Government final consumption P.3g +TWN TWN Final demand Gross fixed capital formation P.51 +TWN TWN Final demand Changes in inventories P.52 +TWN TWN Final demand Acquisitions less disposals of valuables P.53 +TJK TJK Final demand Household final consumption P.3h +TJK TJK Final demand Non-profit institutions serving households P.3n +TJK TJK Final demand Government final consumption P.3g +TJK TJK Final demand Gross fixed capital formation P.51 +TJK TJK Final demand Changes in inventories P.52 +TJK TJK Final demand Acquisitions less disposals of valuables P.53 +THA THA Final demand Household final consumption P.3h +THA THA Final demand Non-profit institutions serving households P.3n +THA THA Final demand Government final consumption P.3g +THA THA Final demand Gross fixed capital formation P.51 +THA THA Final demand Changes in inventories P.52 +THA THA Final demand Acquisitions less disposals of valuables P.53 +MKD MKD Final demand Household final consumption P.3h +MKD MKD Final demand Non-profit institutions serving households P.3n +MKD MKD Final demand Government final consumption P.3g +MKD MKD Final demand Gross fixed capital formation P.51 +MKD MKD Final demand Changes in inventories P.52 +MKD MKD Final demand Acquisitions less disposals of valuables P.53 +TGO TGO Final demand Household final consumption P.3h +TGO TGO Final demand Non-profit institutions serving households P.3n +TGO TGO Final demand Government final consumption P.3g +TGO TGO Final demand Gross fixed capital formation P.51 +TGO TGO Final demand Changes in inventories P.52 +TGO TGO Final demand Acquisitions less disposals of valuables P.53 +TTO TTO Final demand Household final consumption P.3h +TTO TTO Final demand Non-profit institutions serving households P.3n +TTO TTO Final demand Government final consumption P.3g +TTO TTO Final demand Gross fixed capital formation P.51 +TTO TTO Final demand Changes in inventories P.52 +TTO TTO Final demand Acquisitions less disposals of valuables P.53 +TUN TUN Final demand Household final consumption P.3h +TUN TUN Final demand Non-profit institutions serving households P.3n +TUN TUN Final demand Government final consumption P.3g +TUN TUN Final demand Gross fixed capital formation P.51 +TUN TUN Final demand Changes in inventories P.52 +TUN TUN Final demand Acquisitions less disposals of valuables P.53 +TUR TUR Final demand Household final consumption P.3h +TUR TUR Final demand Non-profit institutions serving households P.3n +TUR TUR Final demand Government final consumption P.3g +TUR TUR Final demand Gross fixed capital formation P.51 +TUR TUR Final demand Changes in inventories P.52 +TUR TUR Final demand Acquisitions less disposals of valuables P.53 +TKM TKM Final demand Household final consumption P.3h +TKM TKM Final demand Non-profit institutions serving households P.3n +TKM TKM Final demand Government final consumption P.3g +TKM TKM Final demand Gross fixed capital formation P.51 +TKM TKM Final demand Changes in inventories P.52 +TKM TKM Final demand Acquisitions less disposals of valuables P.53 +USR USR Final demand Household final consumption P.3h +USR USR Final demand Non-profit institutions serving households P.3n +USR USR Final demand Government final consumption P.3g +USR USR Final demand Gross fixed capital formation P.51 +USR USR Final demand Changes in inventories P.52 +USR USR Final demand Acquisitions less disposals of valuables P.53 +UGA UGA Final demand Household final consumption P.3h +UGA UGA Final demand Non-profit institutions serving households P.3n +UGA UGA Final demand Government final consumption P.3g +UGA UGA Final demand Gross fixed capital formation P.51 +UGA UGA Final demand Changes in inventories P.52 +UGA UGA Final demand Acquisitions less disposals of valuables P.53 +UKR UKR Final demand Household final consumption P.3h +UKR UKR Final demand Non-profit institutions serving households P.3n +UKR UKR Final demand Government final consumption P.3g +UKR UKR Final demand Gross fixed capital formation P.51 +UKR UKR Final demand Changes in inventories P.52 +UKR UKR Final demand Acquisitions less disposals of valuables P.53 +ARE ARE Final demand Household final consumption P.3h +ARE ARE Final demand Non-profit institutions serving households P.3n +ARE ARE Final demand Government final consumption P.3g +ARE ARE Final demand Gross fixed capital formation P.51 +ARE ARE Final demand Changes in inventories P.52 +ARE ARE Final demand Acquisitions less disposals of valuables P.53 +GBR GBR Final demand Household final consumption P.3h +GBR GBR Final demand Non-profit institutions serving households P.3n +GBR GBR Final demand Government final consumption P.3g +GBR GBR Final demand Gross fixed capital formation P.51 +GBR GBR Final demand Changes in inventories P.52 +GBR GBR Final demand Acquisitions less disposals of valuables P.53 +TZA TZA Final demand Household final consumption P.3h +TZA TZA Final demand Non-profit institutions serving households P.3n +TZA TZA Final demand Government final consumption P.3g +TZA TZA Final demand Gross fixed capital formation P.51 +TZA TZA Final demand Changes in inventories P.52 +TZA TZA Final demand Acquisitions less disposals of valuables P.53 +USA USA Final demand Household final consumption P.3h +USA USA Final demand Non-profit institutions serving households P.3n +USA USA Final demand Government final consumption P.3g +USA USA Final demand Gross fixed capital formation P.51 +USA USA Final demand Changes in inventories P.52 +USA USA Final demand Acquisitions less disposals of valuables P.53 +URY URY Final demand Household final consumption P.3h +URY URY Final demand Non-profit institutions serving households P.3n +URY URY Final demand Government final consumption P.3g +URY URY Final demand Gross fixed capital formation P.51 +URY URY Final demand Changes in inventories P.52 +URY URY Final demand Acquisitions less disposals of valuables P.53 +UZB UZB Final demand Household final consumption P.3h +UZB UZB Final demand Non-profit institutions serving households P.3n +UZB UZB Final demand Government final consumption P.3g +UZB UZB Final demand Gross fixed capital formation P.51 +UZB UZB Final demand Changes in inventories P.52 +UZB UZB Final demand Acquisitions less disposals of valuables P.53 +VUT VUT Final demand Household final consumption P.3h +VUT VUT Final demand Non-profit institutions serving households P.3n +VUT VUT Final demand Government final consumption P.3g +VUT VUT Final demand Gross fixed capital formation P.51 +VUT VUT Final demand Changes in inventories P.52 +VUT VUT Final demand Acquisitions less disposals of valuables P.53 +VEN VEN Final demand Household final consumption P.3h +VEN VEN Final demand Non-profit institutions serving households P.3n +VEN VEN Final demand Government final consumption P.3g +VEN VEN Final demand Gross fixed capital formation P.51 +VEN VEN Final demand Changes in inventories P.52 +VEN VEN Final demand Acquisitions less disposals of valuables P.53 +VNM VNM Final demand Household final consumption P.3h +VNM VNM Final demand Non-profit institutions serving households P.3n +VNM VNM Final demand Government final consumption P.3g +VNM VNM Final demand Gross fixed capital formation P.51 +VNM VNM Final demand Changes in inventories P.52 +VNM VNM Final demand Acquisitions less disposals of valuables P.53 +YEM YEM Final demand Household final consumption P.3h +YEM YEM Final demand Non-profit institutions serving households P.3n +YEM YEM Final demand Government final consumption P.3g +YEM YEM Final demand Gross fixed capital formation P.51 +YEM YEM Final demand Changes in inventories P.52 +YEM YEM Final demand Acquisitions less disposals of valuables P.53 +ZMB ZMB Final demand Household final consumption P.3h +ZMB ZMB Final demand Non-profit institutions serving households P.3n +ZMB ZMB Final demand Government final consumption P.3g +ZMB ZMB Final demand Gross fixed capital formation P.51 +ZMB ZMB Final demand Changes in inventories P.52 +ZMB ZMB Final demand Acquisitions less disposals of valuables P.53 +ZWE ZWE Final demand Household final consumption P.3h +ZWE ZWE Final demand Non-profit institutions serving households P.3n +ZWE ZWE Final demand Government final consumption P.3g +ZWE ZWE Final demand Gross fixed capital formation P.51 +ZWE ZWE Final demand Changes in inventories P.52 +ZWE ZWE Final demand Acquisitions less disposals of valuables P.53 +ROW ROW Final demand Household final consumption P.3h +ROW ROW Final demand Non-profit institutions serving households P.3n +ROW ROW Final demand Government final consumption P.3g +ROW ROW Final demand Gross fixed capital formation P.51 +ROW ROW Final demand Changes in inventories P.52 +ROW ROW Final demand Acquisitions less disposals of valuables P.53 diff --git a/in/eora_io_data_2017/labels_Q.txt b/in/eora_io_data_2017/labels_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b656f2de144ca4203d465c792ca53b555caeb1 --- /dev/null +++ b/in/eora_io_data_2017/labels_Q.txt @@ -0,0 +1,2728 @@ +Energy Usage (TJ) Natural Gas +Energy Usage (TJ) Coal +Energy Usage (TJ) Petroleum +Energy Usage (TJ) Nuclear Electricity +Energy Usage (TJ) Hydroelectric Electricity +Energy Usage (TJ) Geothermal Electricity +Energy Usage (TJ) Wind Electricity +Energy Usage (TJ) Solar, Tide and Wave Electricity +Energy Usage (TJ) Biomass and Waste Electricity +I-GHG-CO2 emissions (Gg) Public electricity and heat production +I-GHG-CO2 emissions (Gg) Other Energy Industries +I-GHG-CO2 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2 emissions (Gg) Domestic aviation +I-GHG-CO2 emissions (Gg) Road transportation +I-GHG-CO2 emissions (Gg) Rail transportation +I-GHG-CO2 emissions (Gg) Inland navigation +I-GHG-CO2 emissions (Gg) Other transportation +I-GHG-CO2 emissions (Gg) Residential and other sectors +I-GHG-CO2 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2 emissions (Gg) Memo: International aviation +I-GHG-CO2 emissions (Gg) Memo: International navigation +I-GHG-CO2 emissions (Gg) Production of minerals +I-GHG-CO2 emissions (Gg) Cement production +I-GHG-CO2 emissions (Gg) Lime production +I-GHG-CO2 emissions (Gg) Production of chemicals +I-GHG-CO2 emissions (Gg) Production of metals +I-GHG-CO2 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2 emissions (Gg) Foam Blowing +I-GHG-CO2 emissions (Gg) Fire Extinguishers +I-GHG-CO2 emissions (Gg) Aerosols +I-GHG-CO2 emissions (Gg) F-gas as Solvent +I-GHG-CO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2 emissions (Gg) Electrical Equipment +I-GHG-CO2 emissions (Gg) Other F-gas use +I-GHG-CO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2 emissions (Gg) Solvent and other product use: paint +I-GHG-CO2 emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2 emissions (Gg) Solvent and other product use: other +I-GHG-CO2 emissions (Gg) Enteric fermentation +I-GHG-CO2 emissions (Gg) Manure management +I-GHG-CO2 emissions (Gg) Rice cultivation +I-GHG-CO2 emissions (Gg) Direct soil emissions +I-GHG-CO2 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2 emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2 emissions (Gg) Other direct soil emissions +I-GHG-CO2 emissions (Gg) Savanna burning +I-GHG-CO2 emissions (Gg) Agricultural waste burning +I-GHG-CO2 emissions (Gg) Forest fires +I-GHG-CO2 emissions (Gg) Grassland fires +I-GHG-CO2 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2 emissions (Gg) Other vegetation fires +I-GHG-CO2 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2 emissions (Gg) Solid waste disposal on land +I-GHG-CO2 emissions (Gg) Wastewater handling +I-GHG-CO2 emissions (Gg) Waste incineration +I-GHG-CO2 emissions (Gg) Other waste handling +I-GHG-CO2 emissions (Gg) Fossil fuel fires +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2 emissions (Gg) Other sources +I-GHG-CO2b emissions (Gg) Public electricity and heat production +I-GHG-CO2b emissions (Gg) Other Energy Industries +I-GHG-CO2b emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2b emissions (Gg) Domestic aviation +I-GHG-CO2b emissions (Gg) Road transportation +I-GHG-CO2b emissions (Gg) Rail transportation +I-GHG-CO2b emissions (Gg) Inland navigation +I-GHG-CO2b emissions (Gg) Other transportation +I-GHG-CO2b emissions (Gg) Residential and other sectors +I-GHG-CO2b emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2b emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2b emissions (Gg) Memo: International aviation +I-GHG-CO2b emissions (Gg) Memo: International navigation +I-GHG-CO2b emissions (Gg) Production of minerals +I-GHG-CO2b emissions (Gg) Cement production +I-GHG-CO2b emissions (Gg) Lime production +I-GHG-CO2b emissions (Gg) Production of chemicals +I-GHG-CO2b emissions (Gg) Production of metals +I-GHG-CO2b emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2b emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2b emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2b emissions (Gg) Foam Blowing +I-GHG-CO2b emissions (Gg) Fire Extinguishers +I-GHG-CO2b emissions (Gg) Aerosols +I-GHG-CO2b emissions (Gg) F-gas as Solvent +I-GHG-CO2b emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2b emissions (Gg) Electrical Equipment +I-GHG-CO2b emissions (Gg) Other F-gas use +I-GHG-CO2b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2b emissions (Gg) Solvent and other product use: paint +I-GHG-CO2b emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2b emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2b emissions (Gg) Solvent and other product use: other +I-GHG-CO2b emissions (Gg) Enteric fermentation +I-GHG-CO2b emissions (Gg) Manure management +I-GHG-CO2b emissions (Gg) Rice cultivation +I-GHG-CO2b emissions (Gg) Direct soil emissions +I-GHG-CO2b emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2b emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2b emissions (Gg) Other direct soil emissions +I-GHG-CO2b emissions (Gg) Savanna burning +I-GHG-CO2b emissions (Gg) Agricultural waste burning +I-GHG-CO2b emissions (Gg) Forest fires +I-GHG-CO2b emissions (Gg) Grassland fires +I-GHG-CO2b emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2b emissions (Gg) Other vegetation fires +I-GHG-CO2b emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2b emissions (Gg) Solid waste disposal on land +I-GHG-CO2b emissions (Gg) Wastewater handling +I-GHG-CO2b emissions (Gg) Waste incineration +I-GHG-CO2b emissions (Gg) Other waste handling +I-GHG-CO2b emissions (Gg) Fossil fuel fires +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2b emissions (Gg) Other sources +I-GHG-CH4 emissions (Gg) Public electricity and heat production +I-GHG-CH4 emissions (Gg) Other Energy Industries +I-GHG-CH4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CH4 emissions (Gg) Domestic aviation +I-GHG-CH4 emissions (Gg) Road transportation +I-GHG-CH4 emissions (Gg) Rail transportation +I-GHG-CH4 emissions (Gg) Inland navigation +I-GHG-CH4 emissions (Gg) Other transportation +I-GHG-CH4 emissions (Gg) Residential and other sectors +I-GHG-CH4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CH4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CH4 emissions (Gg) Memo: International aviation +I-GHG-CH4 emissions (Gg) Memo: International navigation +I-GHG-CH4 emissions (Gg) Production of minerals +I-GHG-CH4 emissions (Gg) Cement production +I-GHG-CH4 emissions (Gg) Lime production +I-GHG-CH4 emissions (Gg) Production of chemicals +I-GHG-CH4 emissions (Gg) Production of metals +I-GHG-CH4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CH4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CH4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CH4 emissions (Gg) Foam Blowing +I-GHG-CH4 emissions (Gg) Fire Extinguishers +I-GHG-CH4 emissions (Gg) Aerosols +I-GHG-CH4 emissions (Gg) F-gas as Solvent +I-GHG-CH4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CH4 emissions (Gg) Electrical Equipment +I-GHG-CH4 emissions (Gg) Other F-gas use +I-GHG-CH4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CH4 emissions (Gg) Solvent and other product use: paint +I-GHG-CH4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CH4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CH4 emissions (Gg) Solvent and other product use: other +I-GHG-CH4 emissions (Gg) Enteric fermentation +I-GHG-CH4 emissions (Gg) Manure management +I-GHG-CH4 emissions (Gg) Rice cultivation +I-GHG-CH4 emissions (Gg) Direct soil emissions +I-GHG-CH4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CH4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CH4 emissions (Gg) Other direct soil emissions +I-GHG-CH4 emissions (Gg) Savanna burning +I-GHG-CH4 emissions (Gg) Agricultural waste burning +I-GHG-CH4 emissions (Gg) Forest fires +I-GHG-CH4 emissions (Gg) Grassland fires +I-GHG-CH4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CH4 emissions (Gg) Other vegetation fires +I-GHG-CH4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CH4 emissions (Gg) Solid waste disposal on land +I-GHG-CH4 emissions (Gg) Wastewater handling +I-GHG-CH4 emissions (Gg) Waste incineration +I-GHG-CH4 emissions (Gg) Other waste handling +I-GHG-CH4 emissions (Gg) Fossil fuel fires +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CH4 emissions (Gg) Other sources +I-GHG-N2O emissions (Gg) Public electricity and heat production +I-GHG-N2O emissions (Gg) Other Energy Industries +I-GHG-N2O emissions (Gg) Manufacturing Industries and Construction +I-GHG-N2O emissions (Gg) Domestic aviation +I-GHG-N2O emissions (Gg) Road transportation +I-GHG-N2O emissions (Gg) Rail transportation +I-GHG-N2O emissions (Gg) Inland navigation +I-GHG-N2O emissions (Gg) Other transportation +I-GHG-N2O emissions (Gg) Residential and other sectors +I-GHG-N2O emissions (Gg) Fugitive emissions from solid fuels +I-GHG-N2O emissions (Gg) Fugitive emissions from oil and gas +I-GHG-N2O emissions (Gg) Memo: International aviation +I-GHG-N2O emissions (Gg) Memo: International navigation +I-GHG-N2O emissions (Gg) Production of minerals +I-GHG-N2O emissions (Gg) Cement production +I-GHG-N2O emissions (Gg) Lime production +I-GHG-N2O emissions (Gg) Production of chemicals +I-GHG-N2O emissions (Gg) Production of metals +I-GHG-N2O emissions (Gg) Production of pulp/paper/food/drink +I-GHG-N2O emissions (Gg) Production of halocarbons and SF6 +I-GHG-N2O emissions (Gg) Refrigeration and Air Conditioning +I-GHG-N2O emissions (Gg) Foam Blowing +I-GHG-N2O emissions (Gg) Fire Extinguishers +I-GHG-N2O emissions (Gg) Aerosols +I-GHG-N2O emissions (Gg) F-gas as Solvent +I-GHG-N2O emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-N2O emissions (Gg) Electrical Equipment +I-GHG-N2O emissions (Gg) Other F-gas use +I-GHG-N2O emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-N2O emissions (Gg) Solvent and other product use: paint +I-GHG-N2O emissions (Gg) Solvent and other product use: degrease +I-GHG-N2O emissions (Gg) Solvent and other product use: chemicals +I-GHG-N2O emissions (Gg) Solvent and other product use: other +I-GHG-N2O emissions (Gg) Enteric fermentation +I-GHG-N2O emissions (Gg) Manure management +I-GHG-N2O emissions (Gg) Rice cultivation +I-GHG-N2O emissions (Gg) Direct soil emissions +I-GHG-N2O emissions (Gg) Manure in pasture/range/paddock +I-GHG-N2O emissions (Gg) Indirect N2O from agriculture +I-GHG-N2O emissions (Gg) Other direct soil emissions +I-GHG-N2O emissions (Gg) Savanna burning +I-GHG-N2O emissions (Gg) Agricultural waste burning +I-GHG-N2O emissions (Gg) Forest fires +I-GHG-N2O emissions (Gg) Grassland fires +I-GHG-N2O emissions (Gg) Decay of wetlands/peatlands +I-GHG-N2O emissions (Gg) Other vegetation fires +I-GHG-N2O emissions (Gg) Forest Fires-Post burn decay +I-GHG-N2O emissions (Gg) Solid waste disposal on land +I-GHG-N2O emissions (Gg) Wastewater handling +I-GHG-N2O emissions (Gg) Waste incineration +I-GHG-N2O emissions (Gg) Other waste handling +I-GHG-N2O emissions (Gg) Fossil fuel fires +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-N2O emissions (Gg) Other sources +I-GHG-HFC125 emissions (Gg) Public electricity and heat production +I-GHG-HFC125 emissions (Gg) Other Energy Industries +I-GHG-HFC125 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC125 emissions (Gg) Domestic aviation +I-GHG-HFC125 emissions (Gg) Road transportation +I-GHG-HFC125 emissions (Gg) Rail transportation +I-GHG-HFC125 emissions (Gg) Inland navigation +I-GHG-HFC125 emissions (Gg) Other transportation +I-GHG-HFC125 emissions (Gg) Residential and other sectors +I-GHG-HFC125 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC125 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC125 emissions (Gg) Memo: International aviation +I-GHG-HFC125 emissions (Gg) Memo: International navigation +I-GHG-HFC125 emissions (Gg) Production of minerals +I-GHG-HFC125 emissions (Gg) Cement production +I-GHG-HFC125 emissions (Gg) Lime production +I-GHG-HFC125 emissions (Gg) Production of chemicals +I-GHG-HFC125 emissions (Gg) Production of metals +I-GHG-HFC125 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC125 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC125 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC125 emissions (Gg) Foam Blowing +I-GHG-HFC125 emissions (Gg) Fire Extinguishers +I-GHG-HFC125 emissions (Gg) Aerosols +I-GHG-HFC125 emissions (Gg) F-gas as Solvent +I-GHG-HFC125 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC125 emissions (Gg) Electrical Equipment +I-GHG-HFC125 emissions (Gg) Other F-gas use +I-GHG-HFC125 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC125 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC125 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC125 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC125 emissions (Gg) Solvent and other product use: other +I-GHG-HFC125 emissions (Gg) Enteric fermentation +I-GHG-HFC125 emissions (Gg) Manure management +I-GHG-HFC125 emissions (Gg) Rice cultivation +I-GHG-HFC125 emissions (Gg) Direct soil emissions +I-GHG-HFC125 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC125 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC125 emissions (Gg) Other direct soil emissions +I-GHG-HFC125 emissions (Gg) Savanna burning +I-GHG-HFC125 emissions (Gg) Agricultural waste burning +I-GHG-HFC125 emissions (Gg) Forest fires +I-GHG-HFC125 emissions (Gg) Grassland fires +I-GHG-HFC125 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC125 emissions (Gg) Other vegetation fires +I-GHG-HFC125 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC125 emissions (Gg) Solid waste disposal on land +I-GHG-HFC125 emissions (Gg) Wastewater handling +I-GHG-HFC125 emissions (Gg) Waste incineration +I-GHG-HFC125 emissions (Gg) Other waste handling +I-GHG-HFC125 emissions (Gg) Fossil fuel fires +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC125 emissions (Gg) Other sources +I-GHG-HFC134a emissions (Gg) Public electricity and heat production +I-GHG-HFC134a emissions (Gg) Other Energy Industries +I-GHG-HFC134a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC134a emissions (Gg) Domestic aviation +I-GHG-HFC134a emissions (Gg) Road transportation +I-GHG-HFC134a emissions (Gg) Rail transportation +I-GHG-HFC134a emissions (Gg) Inland navigation +I-GHG-HFC134a emissions (Gg) Other transportation +I-GHG-HFC134a emissions (Gg) Residential and other sectors +I-GHG-HFC134a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC134a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC134a emissions (Gg) Memo: International aviation +I-GHG-HFC134a emissions (Gg) Memo: International navigation +I-GHG-HFC134a emissions (Gg) Production of minerals +I-GHG-HFC134a emissions (Gg) Cement production +I-GHG-HFC134a emissions (Gg) Lime production +I-GHG-HFC134a emissions (Gg) Production of chemicals +I-GHG-HFC134a emissions (Gg) Production of metals +I-GHG-HFC134a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC134a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC134a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC134a emissions (Gg) Foam Blowing +I-GHG-HFC134a emissions (Gg) Fire Extinguishers +I-GHG-HFC134a emissions (Gg) Aerosols +I-GHG-HFC134a emissions (Gg) F-gas as Solvent +I-GHG-HFC134a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC134a emissions (Gg) Electrical Equipment +I-GHG-HFC134a emissions (Gg) Other F-gas use +I-GHG-HFC134a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC134a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC134a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC134a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC134a emissions (Gg) Solvent and other product use: other +I-GHG-HFC134a emissions (Gg) Enteric fermentation +I-GHG-HFC134a emissions (Gg) Manure management +I-GHG-HFC134a emissions (Gg) Rice cultivation +I-GHG-HFC134a emissions (Gg) Direct soil emissions +I-GHG-HFC134a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC134a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC134a emissions (Gg) Other direct soil emissions +I-GHG-HFC134a emissions (Gg) Savanna burning +I-GHG-HFC134a emissions (Gg) Agricultural waste burning +I-GHG-HFC134a emissions (Gg) Forest fires +I-GHG-HFC134a emissions (Gg) Grassland fires +I-GHG-HFC134a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC134a emissions (Gg) Other vegetation fires +I-GHG-HFC134a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC134a emissions (Gg) Solid waste disposal on land +I-GHG-HFC134a emissions (Gg) Wastewater handling +I-GHG-HFC134a emissions (Gg) Waste incineration +I-GHG-HFC134a emissions (Gg) Other waste handling +I-GHG-HFC134a emissions (Gg) Fossil fuel fires +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC134a emissions (Gg) Other sources +I-GHG-HFC143a emissions (Gg) Public electricity and heat production +I-GHG-HFC143a emissions (Gg) Other Energy Industries +I-GHG-HFC143a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC143a emissions (Gg) Domestic aviation +I-GHG-HFC143a emissions (Gg) Road transportation +I-GHG-HFC143a emissions (Gg) Rail transportation +I-GHG-HFC143a emissions (Gg) Inland navigation +I-GHG-HFC143a emissions (Gg) Other transportation +I-GHG-HFC143a emissions (Gg) Residential and other sectors +I-GHG-HFC143a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC143a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC143a emissions (Gg) Memo: International aviation +I-GHG-HFC143a emissions (Gg) Memo: International navigation +I-GHG-HFC143a emissions (Gg) Production of minerals +I-GHG-HFC143a emissions (Gg) Cement production +I-GHG-HFC143a emissions (Gg) Lime production +I-GHG-HFC143a emissions (Gg) Production of chemicals +I-GHG-HFC143a emissions (Gg) Production of metals +I-GHG-HFC143a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC143a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC143a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC143a emissions (Gg) Foam Blowing +I-GHG-HFC143a emissions (Gg) Fire Extinguishers +I-GHG-HFC143a emissions (Gg) Aerosols +I-GHG-HFC143a emissions (Gg) F-gas as Solvent +I-GHG-HFC143a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC143a emissions (Gg) Electrical Equipment +I-GHG-HFC143a emissions (Gg) Other F-gas use +I-GHG-HFC143a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC143a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC143a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC143a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC143a emissions (Gg) Solvent and other product use: other +I-GHG-HFC143a emissions (Gg) Enteric fermentation +I-GHG-HFC143a emissions (Gg) Manure management +I-GHG-HFC143a emissions (Gg) Rice cultivation +I-GHG-HFC143a emissions (Gg) Direct soil emissions +I-GHG-HFC143a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC143a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC143a emissions (Gg) Other direct soil emissions +I-GHG-HFC143a emissions (Gg) Savanna burning +I-GHG-HFC143a emissions (Gg) Agricultural waste burning +I-GHG-HFC143a emissions (Gg) Forest fires +I-GHG-HFC143a emissions (Gg) Grassland fires +I-GHG-HFC143a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC143a emissions (Gg) Other vegetation fires +I-GHG-HFC143a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC143a emissions (Gg) Solid waste disposal on land +I-GHG-HFC143a emissions (Gg) Wastewater handling +I-GHG-HFC143a emissions (Gg) Waste incineration +I-GHG-HFC143a emissions (Gg) Other waste handling +I-GHG-HFC143a emissions (Gg) Fossil fuel fires +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC143a emissions (Gg) Other sources +I-GHG-HFC152a emissions (Gg) Public electricity and heat production +I-GHG-HFC152a emissions (Gg) Other Energy Industries +I-GHG-HFC152a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC152a emissions (Gg) Domestic aviation +I-GHG-HFC152a emissions (Gg) Road transportation +I-GHG-HFC152a emissions (Gg) Rail transportation +I-GHG-HFC152a emissions (Gg) Inland navigation +I-GHG-HFC152a emissions (Gg) Other transportation +I-GHG-HFC152a emissions (Gg) Residential and other sectors +I-GHG-HFC152a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC152a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC152a emissions (Gg) Memo: International aviation +I-GHG-HFC152a emissions (Gg) Memo: International navigation +I-GHG-HFC152a emissions (Gg) Production of minerals +I-GHG-HFC152a emissions (Gg) Cement production +I-GHG-HFC152a emissions (Gg) Lime production +I-GHG-HFC152a emissions (Gg) Production of chemicals +I-GHG-HFC152a emissions (Gg) Production of metals +I-GHG-HFC152a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC152a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC152a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC152a emissions (Gg) Foam Blowing +I-GHG-HFC152a emissions (Gg) Fire Extinguishers +I-GHG-HFC152a emissions (Gg) Aerosols +I-GHG-HFC152a emissions (Gg) F-gas as Solvent +I-GHG-HFC152a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC152a emissions (Gg) Electrical Equipment +I-GHG-HFC152a emissions (Gg) Other F-gas use +I-GHG-HFC152a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC152a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC152a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC152a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC152a emissions (Gg) Solvent and other product use: other +I-GHG-HFC152a emissions (Gg) Enteric fermentation +I-GHG-HFC152a emissions (Gg) Manure management +I-GHG-HFC152a emissions (Gg) Rice cultivation +I-GHG-HFC152a emissions (Gg) Direct soil emissions +I-GHG-HFC152a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC152a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC152a emissions (Gg) Other direct soil emissions +I-GHG-HFC152a emissions (Gg) Savanna burning +I-GHG-HFC152a emissions (Gg) Agricultural waste burning +I-GHG-HFC152a emissions (Gg) Forest fires +I-GHG-HFC152a emissions (Gg) Grassland fires +I-GHG-HFC152a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC152a emissions (Gg) Other vegetation fires +I-GHG-HFC152a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC152a emissions (Gg) Solid waste disposal on land +I-GHG-HFC152a emissions (Gg) Wastewater handling +I-GHG-HFC152a emissions (Gg) Waste incineration +I-GHG-HFC152a emissions (Gg) Other waste handling +I-GHG-HFC152a emissions (Gg) Fossil fuel fires +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC152a emissions (Gg) Other sources +I-GHG-HFC227ea emissions (Gg) Public electricity and heat production +I-GHG-HFC227ea emissions (Gg) Other Energy Industries +I-GHG-HFC227ea emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC227ea emissions (Gg) Domestic aviation +I-GHG-HFC227ea emissions (Gg) Road transportation +I-GHG-HFC227ea emissions (Gg) Rail transportation +I-GHG-HFC227ea emissions (Gg) Inland navigation +I-GHG-HFC227ea emissions (Gg) Other transportation +I-GHG-HFC227ea emissions (Gg) Residential and other sectors +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC227ea emissions (Gg) Memo: International aviation +I-GHG-HFC227ea emissions (Gg) Memo: International navigation +I-GHG-HFC227ea emissions (Gg) Production of minerals +I-GHG-HFC227ea emissions (Gg) Cement production +I-GHG-HFC227ea emissions (Gg) Lime production +I-GHG-HFC227ea emissions (Gg) Production of chemicals +I-GHG-HFC227ea emissions (Gg) Production of metals +I-GHG-HFC227ea emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC227ea emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC227ea emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC227ea emissions (Gg) Foam Blowing +I-GHG-HFC227ea emissions (Gg) Fire Extinguishers +I-GHG-HFC227ea emissions (Gg) Aerosols +I-GHG-HFC227ea emissions (Gg) F-gas as Solvent +I-GHG-HFC227ea emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC227ea emissions (Gg) Electrical Equipment +I-GHG-HFC227ea emissions (Gg) Other F-gas use +I-GHG-HFC227ea emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: paint +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: other +I-GHG-HFC227ea emissions (Gg) Enteric fermentation +I-GHG-HFC227ea emissions (Gg) Manure management +I-GHG-HFC227ea emissions (Gg) Rice cultivation +I-GHG-HFC227ea emissions (Gg) Direct soil emissions +I-GHG-HFC227ea emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC227ea emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC227ea emissions (Gg) Other direct soil emissions +I-GHG-HFC227ea emissions (Gg) Savanna burning +I-GHG-HFC227ea emissions (Gg) Agricultural waste burning +I-GHG-HFC227ea emissions (Gg) Forest fires +I-GHG-HFC227ea emissions (Gg) Grassland fires +I-GHG-HFC227ea emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC227ea emissions (Gg) Other vegetation fires +I-GHG-HFC227ea emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC227ea emissions (Gg) Solid waste disposal on land +I-GHG-HFC227ea emissions (Gg) Wastewater handling +I-GHG-HFC227ea emissions (Gg) Waste incineration +I-GHG-HFC227ea emissions (Gg) Other waste handling +I-GHG-HFC227ea emissions (Gg) Fossil fuel fires +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC227ea emissions (Gg) Other sources +I-GHG-HFC23 emissions (Gg) Public electricity and heat production +I-GHG-HFC23 emissions (Gg) Other Energy Industries +I-GHG-HFC23 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC23 emissions (Gg) Domestic aviation +I-GHG-HFC23 emissions (Gg) Road transportation +I-GHG-HFC23 emissions (Gg) Rail transportation +I-GHG-HFC23 emissions (Gg) Inland navigation +I-GHG-HFC23 emissions (Gg) Other transportation +I-GHG-HFC23 emissions (Gg) Residential and other sectors +I-GHG-HFC23 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC23 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC23 emissions (Gg) Memo: International aviation +I-GHG-HFC23 emissions (Gg) Memo: International navigation +I-GHG-HFC23 emissions (Gg) Production of minerals +I-GHG-HFC23 emissions (Gg) Cement production +I-GHG-HFC23 emissions (Gg) Lime production +I-GHG-HFC23 emissions (Gg) Production of chemicals +I-GHG-HFC23 emissions (Gg) Production of metals +I-GHG-HFC23 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC23 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC23 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC23 emissions (Gg) Foam Blowing +I-GHG-HFC23 emissions (Gg) Fire Extinguishers +I-GHG-HFC23 emissions (Gg) Aerosols +I-GHG-HFC23 emissions (Gg) F-gas as Solvent +I-GHG-HFC23 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC23 emissions (Gg) Electrical Equipment +I-GHG-HFC23 emissions (Gg) Other F-gas use +I-GHG-HFC23 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC23 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC23 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC23 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC23 emissions (Gg) Solvent and other product use: other +I-GHG-HFC23 emissions (Gg) Enteric fermentation +I-GHG-HFC23 emissions (Gg) Manure management +I-GHG-HFC23 emissions (Gg) Rice cultivation +I-GHG-HFC23 emissions (Gg) Direct soil emissions +I-GHG-HFC23 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC23 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC23 emissions (Gg) Other direct soil emissions +I-GHG-HFC23 emissions (Gg) Savanna burning +I-GHG-HFC23 emissions (Gg) Agricultural waste burning +I-GHG-HFC23 emissions (Gg) Forest fires +I-GHG-HFC23 emissions (Gg) Grassland fires +I-GHG-HFC23 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC23 emissions (Gg) Other vegetation fires +I-GHG-HFC23 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC23 emissions (Gg) Solid waste disposal on land +I-GHG-HFC23 emissions (Gg) Wastewater handling +I-GHG-HFC23 emissions (Gg) Waste incineration +I-GHG-HFC23 emissions (Gg) Other waste handling +I-GHG-HFC23 emissions (Gg) Fossil fuel fires +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC23 emissions (Gg) Other sources +I-GHG-HFC236fa emissions (Gg) Public electricity and heat production +I-GHG-HFC236fa emissions (Gg) Other Energy Industries +I-GHG-HFC236fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC236fa emissions (Gg) Domestic aviation +I-GHG-HFC236fa emissions (Gg) Road transportation +I-GHG-HFC236fa emissions (Gg) Rail transportation +I-GHG-HFC236fa emissions (Gg) Inland navigation +I-GHG-HFC236fa emissions (Gg) Other transportation +I-GHG-HFC236fa emissions (Gg) Residential and other sectors +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC236fa emissions (Gg) Memo: International aviation +I-GHG-HFC236fa emissions (Gg) Memo: International navigation +I-GHG-HFC236fa emissions (Gg) Production of minerals +I-GHG-HFC236fa emissions (Gg) Cement production +I-GHG-HFC236fa emissions (Gg) Lime production +I-GHG-HFC236fa emissions (Gg) Production of chemicals +I-GHG-HFC236fa emissions (Gg) Production of metals +I-GHG-HFC236fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC236fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC236fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC236fa emissions (Gg) Foam Blowing +I-GHG-HFC236fa emissions (Gg) Fire Extinguishers +I-GHG-HFC236fa emissions (Gg) Aerosols +I-GHG-HFC236fa emissions (Gg) F-gas as Solvent +I-GHG-HFC236fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC236fa emissions (Gg) Electrical Equipment +I-GHG-HFC236fa emissions (Gg) Other F-gas use +I-GHG-HFC236fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC236fa emissions (Gg) Enteric fermentation +I-GHG-HFC236fa emissions (Gg) Manure management +I-GHG-HFC236fa emissions (Gg) Rice cultivation +I-GHG-HFC236fa emissions (Gg) Direct soil emissions +I-GHG-HFC236fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC236fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC236fa emissions (Gg) Other direct soil emissions +I-GHG-HFC236fa emissions (Gg) Savanna burning +I-GHG-HFC236fa emissions (Gg) Agricultural waste burning +I-GHG-HFC236fa emissions (Gg) Forest fires +I-GHG-HFC236fa emissions (Gg) Grassland fires +I-GHG-HFC236fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC236fa emissions (Gg) Other vegetation fires +I-GHG-HFC236fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC236fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC236fa emissions (Gg) Wastewater handling +I-GHG-HFC236fa emissions (Gg) Waste incineration +I-GHG-HFC236fa emissions (Gg) Other waste handling +I-GHG-HFC236fa emissions (Gg) Fossil fuel fires +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC236fa emissions (Gg) Other sources +I-GHG-HFC245fa emissions (Gg) Public electricity and heat production +I-GHG-HFC245fa emissions (Gg) Other Energy Industries +I-GHG-HFC245fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC245fa emissions (Gg) Domestic aviation +I-GHG-HFC245fa emissions (Gg) Road transportation +I-GHG-HFC245fa emissions (Gg) Rail transportation +I-GHG-HFC245fa emissions (Gg) Inland navigation +I-GHG-HFC245fa emissions (Gg) Other transportation +I-GHG-HFC245fa emissions (Gg) Residential and other sectors +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC245fa emissions (Gg) Memo: International aviation +I-GHG-HFC245fa emissions (Gg) Memo: International navigation +I-GHG-HFC245fa emissions (Gg) Production of minerals +I-GHG-HFC245fa emissions (Gg) Cement production +I-GHG-HFC245fa emissions (Gg) Lime production +I-GHG-HFC245fa emissions (Gg) Production of chemicals +I-GHG-HFC245fa emissions (Gg) Production of metals +I-GHG-HFC245fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC245fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC245fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC245fa emissions (Gg) Foam Blowing +I-GHG-HFC245fa emissions (Gg) Fire Extinguishers +I-GHG-HFC245fa emissions (Gg) Aerosols +I-GHG-HFC245fa emissions (Gg) F-gas as Solvent +I-GHG-HFC245fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC245fa emissions (Gg) Electrical Equipment +I-GHG-HFC245fa emissions (Gg) Other F-gas use +I-GHG-HFC245fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC245fa emissions (Gg) Enteric fermentation +I-GHG-HFC245fa emissions (Gg) Manure management +I-GHG-HFC245fa emissions (Gg) Rice cultivation +I-GHG-HFC245fa emissions (Gg) Direct soil emissions +I-GHG-HFC245fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC245fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC245fa emissions (Gg) Other direct soil emissions +I-GHG-HFC245fa emissions (Gg) Savanna burning +I-GHG-HFC245fa emissions (Gg) Agricultural waste burning +I-GHG-HFC245fa emissions (Gg) Forest fires +I-GHG-HFC245fa emissions (Gg) Grassland fires +I-GHG-HFC245fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC245fa emissions (Gg) Other vegetation fires +I-GHG-HFC245fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC245fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC245fa emissions (Gg) Wastewater handling +I-GHG-HFC245fa emissions (Gg) Waste incineration +I-GHG-HFC245fa emissions (Gg) Other waste handling +I-GHG-HFC245fa emissions (Gg) Fossil fuel fires +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC245fa emissions (Gg) Other sources +I-GHG-HFC32 emissions (Gg) Public electricity and heat production +I-GHG-HFC32 emissions (Gg) Other Energy Industries +I-GHG-HFC32 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC32 emissions (Gg) Domestic aviation +I-GHG-HFC32 emissions (Gg) Road transportation +I-GHG-HFC32 emissions (Gg) Rail transportation +I-GHG-HFC32 emissions (Gg) Inland navigation +I-GHG-HFC32 emissions (Gg) Other transportation +I-GHG-HFC32 emissions (Gg) Residential and other sectors +I-GHG-HFC32 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC32 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC32 emissions (Gg) Memo: International aviation +I-GHG-HFC32 emissions (Gg) Memo: International navigation +I-GHG-HFC32 emissions (Gg) Production of minerals +I-GHG-HFC32 emissions (Gg) Cement production +I-GHG-HFC32 emissions (Gg) Lime production +I-GHG-HFC32 emissions (Gg) Production of chemicals +I-GHG-HFC32 emissions (Gg) Production of metals +I-GHG-HFC32 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC32 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC32 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC32 emissions (Gg) Foam Blowing +I-GHG-HFC32 emissions (Gg) Fire Extinguishers +I-GHG-HFC32 emissions (Gg) Aerosols +I-GHG-HFC32 emissions (Gg) F-gas as Solvent +I-GHG-HFC32 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC32 emissions (Gg) Electrical Equipment +I-GHG-HFC32 emissions (Gg) Other F-gas use +I-GHG-HFC32 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC32 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC32 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC32 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC32 emissions (Gg) Solvent and other product use: other +I-GHG-HFC32 emissions (Gg) Enteric fermentation +I-GHG-HFC32 emissions (Gg) Manure management +I-GHG-HFC32 emissions (Gg) Rice cultivation +I-GHG-HFC32 emissions (Gg) Direct soil emissions +I-GHG-HFC32 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC32 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC32 emissions (Gg) Other direct soil emissions +I-GHG-HFC32 emissions (Gg) Savanna burning +I-GHG-HFC32 emissions (Gg) Agricultural waste burning +I-GHG-HFC32 emissions (Gg) Forest fires +I-GHG-HFC32 emissions (Gg) Grassland fires +I-GHG-HFC32 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC32 emissions (Gg) Other vegetation fires +I-GHG-HFC32 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC32 emissions (Gg) Solid waste disposal on land +I-GHG-HFC32 emissions (Gg) Wastewater handling +I-GHG-HFC32 emissions (Gg) Waste incineration +I-GHG-HFC32 emissions (Gg) Other waste handling +I-GHG-HFC32 emissions (Gg) Fossil fuel fires +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC32 emissions (Gg) Other sources +I-GHG-HFC365mfc emissions (Gg) Public electricity and heat production +I-GHG-HFC365mfc emissions (Gg) Other Energy Industries +I-GHG-HFC365mfc emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC365mfc emissions (Gg) Domestic aviation +I-GHG-HFC365mfc emissions (Gg) Road transportation +I-GHG-HFC365mfc emissions (Gg) Rail transportation +I-GHG-HFC365mfc emissions (Gg) Inland navigation +I-GHG-HFC365mfc emissions (Gg) Other transportation +I-GHG-HFC365mfc emissions (Gg) Residential and other sectors +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC365mfc emissions (Gg) Memo: International aviation +I-GHG-HFC365mfc emissions (Gg) Memo: International navigation +I-GHG-HFC365mfc emissions (Gg) Production of minerals +I-GHG-HFC365mfc emissions (Gg) Cement production +I-GHG-HFC365mfc emissions (Gg) Lime production +I-GHG-HFC365mfc emissions (Gg) Production of chemicals +I-GHG-HFC365mfc emissions (Gg) Production of metals +I-GHG-HFC365mfc emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC365mfc emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC365mfc emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC365mfc emissions (Gg) Foam Blowing +I-GHG-HFC365mfc emissions (Gg) Fire Extinguishers +I-GHG-HFC365mfc emissions (Gg) Aerosols +I-GHG-HFC365mfc emissions (Gg) F-gas as Solvent +I-GHG-HFC365mfc emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC365mfc emissions (Gg) Electrical Equipment +I-GHG-HFC365mfc emissions (Gg) Other F-gas use +I-GHG-HFC365mfc emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: paint +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: other +I-GHG-HFC365mfc emissions (Gg) Enteric fermentation +I-GHG-HFC365mfc emissions (Gg) Manure management +I-GHG-HFC365mfc emissions (Gg) Rice cultivation +I-GHG-HFC365mfc emissions (Gg) Direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC365mfc emissions (Gg) Other direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Savanna burning +I-GHG-HFC365mfc emissions (Gg) Agricultural waste burning +I-GHG-HFC365mfc emissions (Gg) Forest fires +I-GHG-HFC365mfc emissions (Gg) Grassland fires +I-GHG-HFC365mfc emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC365mfc emissions (Gg) Other vegetation fires +I-GHG-HFC365mfc emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC365mfc emissions (Gg) Solid waste disposal on land +I-GHG-HFC365mfc emissions (Gg) Wastewater handling +I-GHG-HFC365mfc emissions (Gg) Waste incineration +I-GHG-HFC365mfc emissions (Gg) Other waste handling +I-GHG-HFC365mfc emissions (Gg) Fossil fuel fires +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC365mfc emissions (Gg) Other sources +I-GHG-HFC4310mee emissions (Gg) Public electricity and heat production +I-GHG-HFC4310mee emissions (Gg) Other Energy Industries +I-GHG-HFC4310mee emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC4310mee emissions (Gg) Domestic aviation +I-GHG-HFC4310mee emissions (Gg) Road transportation +I-GHG-HFC4310mee emissions (Gg) Rail transportation +I-GHG-HFC4310mee emissions (Gg) Inland navigation +I-GHG-HFC4310mee emissions (Gg) Other transportation +I-GHG-HFC4310mee emissions (Gg) Residential and other sectors +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC4310mee emissions (Gg) Memo: International aviation +I-GHG-HFC4310mee emissions (Gg) Memo: International navigation +I-GHG-HFC4310mee emissions (Gg) Production of minerals +I-GHG-HFC4310mee emissions (Gg) Cement production +I-GHG-HFC4310mee emissions (Gg) Lime production +I-GHG-HFC4310mee emissions (Gg) Production of chemicals +I-GHG-HFC4310mee emissions (Gg) Production of metals +I-GHG-HFC4310mee emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC4310mee emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC4310mee emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC4310mee emissions (Gg) Foam Blowing +I-GHG-HFC4310mee emissions (Gg) Fire Extinguishers +I-GHG-HFC4310mee emissions (Gg) Aerosols +I-GHG-HFC4310mee emissions (Gg) F-gas as Solvent +I-GHG-HFC4310mee emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC4310mee emissions (Gg) Electrical Equipment +I-GHG-HFC4310mee emissions (Gg) Other F-gas use +I-GHG-HFC4310mee emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: paint +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: other +I-GHG-HFC4310mee emissions (Gg) Enteric fermentation +I-GHG-HFC4310mee emissions (Gg) Manure management +I-GHG-HFC4310mee emissions (Gg) Rice cultivation +I-GHG-HFC4310mee emissions (Gg) Direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC4310mee emissions (Gg) Other direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Savanna burning +I-GHG-HFC4310mee emissions (Gg) Agricultural waste burning +I-GHG-HFC4310mee emissions (Gg) Forest fires +I-GHG-HFC4310mee emissions (Gg) Grassland fires +I-GHG-HFC4310mee emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC4310mee emissions (Gg) Other vegetation fires +I-GHG-HFC4310mee emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC4310mee emissions (Gg) Solid waste disposal on land +I-GHG-HFC4310mee emissions (Gg) Wastewater handling +I-GHG-HFC4310mee emissions (Gg) Waste incineration +I-GHG-HFC4310mee emissions (Gg) Other waste handling +I-GHG-HFC4310mee emissions (Gg) Fossil fuel fires +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC4310mee emissions (Gg) Other sources +I-GHG-C2F6 emissions (Gg) Public electricity and heat production +I-GHG-C2F6 emissions (Gg) Other Energy Industries +I-GHG-C2F6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C2F6 emissions (Gg) Domestic aviation +I-GHG-C2F6 emissions (Gg) Road transportation +I-GHG-C2F6 emissions (Gg) Rail transportation +I-GHG-C2F6 emissions (Gg) Inland navigation +I-GHG-C2F6 emissions (Gg) Other transportation +I-GHG-C2F6 emissions (Gg) Residential and other sectors +I-GHG-C2F6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C2F6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C2F6 emissions (Gg) Memo: International aviation +I-GHG-C2F6 emissions (Gg) Memo: International navigation +I-GHG-C2F6 emissions (Gg) Production of minerals +I-GHG-C2F6 emissions (Gg) Cement production +I-GHG-C2F6 emissions (Gg) Lime production +I-GHG-C2F6 emissions (Gg) Production of chemicals +I-GHG-C2F6 emissions (Gg) Production of metals +I-GHG-C2F6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C2F6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C2F6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C2F6 emissions (Gg) Foam Blowing +I-GHG-C2F6 emissions (Gg) Fire Extinguishers +I-GHG-C2F6 emissions (Gg) Aerosols +I-GHG-C2F6 emissions (Gg) F-gas as Solvent +I-GHG-C2F6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C2F6 emissions (Gg) Electrical Equipment +I-GHG-C2F6 emissions (Gg) Other F-gas use +I-GHG-C2F6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C2F6 emissions (Gg) Solvent and other product use: paint +I-GHG-C2F6 emissions (Gg) Solvent and other product use: degrease +I-GHG-C2F6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C2F6 emissions (Gg) Solvent and other product use: other +I-GHG-C2F6 emissions (Gg) Enteric fermentation +I-GHG-C2F6 emissions (Gg) Manure management +I-GHG-C2F6 emissions (Gg) Rice cultivation +I-GHG-C2F6 emissions (Gg) Direct soil emissions +I-GHG-C2F6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C2F6 emissions (Gg) Indirect N2O from agriculture +I-GHG-C2F6 emissions (Gg) Other direct soil emissions +I-GHG-C2F6 emissions (Gg) Savanna burning +I-GHG-C2F6 emissions (Gg) Agricultural waste burning +I-GHG-C2F6 emissions (Gg) Forest fires +I-GHG-C2F6 emissions (Gg) Grassland fires +I-GHG-C2F6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C2F6 emissions (Gg) Other vegetation fires +I-GHG-C2F6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C2F6 emissions (Gg) Solid waste disposal on land +I-GHG-C2F6 emissions (Gg) Wastewater handling +I-GHG-C2F6 emissions (Gg) Waste incineration +I-GHG-C2F6 emissions (Gg) Other waste handling +I-GHG-C2F6 emissions (Gg) Fossil fuel fires +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C2F6 emissions (Gg) Other sources +I-GHG-C3F8 emissions (Gg) Public electricity and heat production +I-GHG-C3F8 emissions (Gg) Other Energy Industries +I-GHG-C3F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C3F8 emissions (Gg) Domestic aviation +I-GHG-C3F8 emissions (Gg) Road transportation +I-GHG-C3F8 emissions (Gg) Rail transportation +I-GHG-C3F8 emissions (Gg) Inland navigation +I-GHG-C3F8 emissions (Gg) Other transportation +I-GHG-C3F8 emissions (Gg) Residential and other sectors +I-GHG-C3F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C3F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C3F8 emissions (Gg) Memo: International aviation +I-GHG-C3F8 emissions (Gg) Memo: International navigation +I-GHG-C3F8 emissions (Gg) Production of minerals +I-GHG-C3F8 emissions (Gg) Cement production +I-GHG-C3F8 emissions (Gg) Lime production +I-GHG-C3F8 emissions (Gg) Production of chemicals +I-GHG-C3F8 emissions (Gg) Production of metals +I-GHG-C3F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C3F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C3F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C3F8 emissions (Gg) Foam Blowing +I-GHG-C3F8 emissions (Gg) Fire Extinguishers +I-GHG-C3F8 emissions (Gg) Aerosols +I-GHG-C3F8 emissions (Gg) F-gas as Solvent +I-GHG-C3F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C3F8 emissions (Gg) Electrical Equipment +I-GHG-C3F8 emissions (Gg) Other F-gas use +I-GHG-C3F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C3F8 emissions (Gg) Solvent and other product use: paint +I-GHG-C3F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-C3F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C3F8 emissions (Gg) Solvent and other product use: other +I-GHG-C3F8 emissions (Gg) Enteric fermentation +I-GHG-C3F8 emissions (Gg) Manure management +I-GHG-C3F8 emissions (Gg) Rice cultivation +I-GHG-C3F8 emissions (Gg) Direct soil emissions +I-GHG-C3F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C3F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-C3F8 emissions (Gg) Other direct soil emissions +I-GHG-C3F8 emissions (Gg) Savanna burning +I-GHG-C3F8 emissions (Gg) Agricultural waste burning +I-GHG-C3F8 emissions (Gg) Forest fires +I-GHG-C3F8 emissions (Gg) Grassland fires +I-GHG-C3F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C3F8 emissions (Gg) Other vegetation fires +I-GHG-C3F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C3F8 emissions (Gg) Solid waste disposal on land +I-GHG-C3F8 emissions (Gg) Wastewater handling +I-GHG-C3F8 emissions (Gg) Waste incineration +I-GHG-C3F8 emissions (Gg) Other waste handling +I-GHG-C3F8 emissions (Gg) Fossil fuel fires +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C3F8 emissions (Gg) Other sources +I-GHG-C4F10 emissions (Gg) Public electricity and heat production +I-GHG-C4F10 emissions (Gg) Other Energy Industries +I-GHG-C4F10 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C4F10 emissions (Gg) Domestic aviation +I-GHG-C4F10 emissions (Gg) Road transportation +I-GHG-C4F10 emissions (Gg) Rail transportation +I-GHG-C4F10 emissions (Gg) Inland navigation +I-GHG-C4F10 emissions (Gg) Other transportation +I-GHG-C4F10 emissions (Gg) Residential and other sectors +I-GHG-C4F10 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C4F10 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C4F10 emissions (Gg) Memo: International aviation +I-GHG-C4F10 emissions (Gg) Memo: International navigation +I-GHG-C4F10 emissions (Gg) Production of minerals +I-GHG-C4F10 emissions (Gg) Cement production +I-GHG-C4F10 emissions (Gg) Lime production +I-GHG-C4F10 emissions (Gg) Production of chemicals +I-GHG-C4F10 emissions (Gg) Production of metals +I-GHG-C4F10 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C4F10 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C4F10 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C4F10 emissions (Gg) Foam Blowing +I-GHG-C4F10 emissions (Gg) Fire Extinguishers +I-GHG-C4F10 emissions (Gg) Aerosols +I-GHG-C4F10 emissions (Gg) F-gas as Solvent +I-GHG-C4F10 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C4F10 emissions (Gg) Electrical Equipment +I-GHG-C4F10 emissions (Gg) Other F-gas use +I-GHG-C4F10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C4F10 emissions (Gg) Solvent and other product use: paint +I-GHG-C4F10 emissions (Gg) Solvent and other product use: degrease +I-GHG-C4F10 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C4F10 emissions (Gg) Solvent and other product use: other +I-GHG-C4F10 emissions (Gg) Enteric fermentation +I-GHG-C4F10 emissions (Gg) Manure management +I-GHG-C4F10 emissions (Gg) Rice cultivation +I-GHG-C4F10 emissions (Gg) Direct soil emissions +I-GHG-C4F10 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C4F10 emissions (Gg) Indirect N2O from agriculture +I-GHG-C4F10 emissions (Gg) Other direct soil emissions +I-GHG-C4F10 emissions (Gg) Savanna burning +I-GHG-C4F10 emissions (Gg) Agricultural waste burning +I-GHG-C4F10 emissions (Gg) Forest fires +I-GHG-C4F10 emissions (Gg) Grassland fires +I-GHG-C4F10 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C4F10 emissions (Gg) Other vegetation fires +I-GHG-C4F10 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C4F10 emissions (Gg) Solid waste disposal on land +I-GHG-C4F10 emissions (Gg) Wastewater handling +I-GHG-C4F10 emissions (Gg) Waste incineration +I-GHG-C4F10 emissions (Gg) Other waste handling +I-GHG-C4F10 emissions (Gg) Fossil fuel fires +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C4F10 emissions (Gg) Other sources +I-GHG-C5F12 emissions (Gg) Public electricity and heat production +I-GHG-C5F12 emissions (Gg) Other Energy Industries +I-GHG-C5F12 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C5F12 emissions (Gg) Domestic aviation +I-GHG-C5F12 emissions (Gg) Road transportation +I-GHG-C5F12 emissions (Gg) Rail transportation +I-GHG-C5F12 emissions (Gg) Inland navigation +I-GHG-C5F12 emissions (Gg) Other transportation +I-GHG-C5F12 emissions (Gg) Residential and other sectors +I-GHG-C5F12 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C5F12 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C5F12 emissions (Gg) Memo: International aviation +I-GHG-C5F12 emissions (Gg) Memo: International navigation +I-GHG-C5F12 emissions (Gg) Production of minerals +I-GHG-C5F12 emissions (Gg) Cement production +I-GHG-C5F12 emissions (Gg) Lime production +I-GHG-C5F12 emissions (Gg) Production of chemicals +I-GHG-C5F12 emissions (Gg) Production of metals +I-GHG-C5F12 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C5F12 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C5F12 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C5F12 emissions (Gg) Foam Blowing +I-GHG-C5F12 emissions (Gg) Fire Extinguishers +I-GHG-C5F12 emissions (Gg) Aerosols +I-GHG-C5F12 emissions (Gg) F-gas as Solvent +I-GHG-C5F12 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C5F12 emissions (Gg) Electrical Equipment +I-GHG-C5F12 emissions (Gg) Other F-gas use +I-GHG-C5F12 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C5F12 emissions (Gg) Solvent and other product use: paint +I-GHG-C5F12 emissions (Gg) Solvent and other product use: degrease +I-GHG-C5F12 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C5F12 emissions (Gg) Solvent and other product use: other +I-GHG-C5F12 emissions (Gg) Enteric fermentation +I-GHG-C5F12 emissions (Gg) Manure management +I-GHG-C5F12 emissions (Gg) Rice cultivation +I-GHG-C5F12 emissions (Gg) Direct soil emissions +I-GHG-C5F12 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C5F12 emissions (Gg) Indirect N2O from agriculture +I-GHG-C5F12 emissions (Gg) Other direct soil emissions +I-GHG-C5F12 emissions (Gg) Savanna burning +I-GHG-C5F12 emissions (Gg) Agricultural waste burning +I-GHG-C5F12 emissions (Gg) Forest fires +I-GHG-C5F12 emissions (Gg) Grassland fires +I-GHG-C5F12 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C5F12 emissions (Gg) Other vegetation fires +I-GHG-C5F12 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C5F12 emissions (Gg) Solid waste disposal on land +I-GHG-C5F12 emissions (Gg) Wastewater handling +I-GHG-C5F12 emissions (Gg) Waste incineration +I-GHG-C5F12 emissions (Gg) Other waste handling +I-GHG-C5F12 emissions (Gg) Fossil fuel fires +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C5F12 emissions (Gg) Other sources +I-GHG-C6F14 emissions (Gg) Public electricity and heat production +I-GHG-C6F14 emissions (Gg) Other Energy Industries +I-GHG-C6F14 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C6F14 emissions (Gg) Domestic aviation +I-GHG-C6F14 emissions (Gg) Road transportation +I-GHG-C6F14 emissions (Gg) Rail transportation +I-GHG-C6F14 emissions (Gg) Inland navigation +I-GHG-C6F14 emissions (Gg) Other transportation +I-GHG-C6F14 emissions (Gg) Residential and other sectors +I-GHG-C6F14 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C6F14 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C6F14 emissions (Gg) Memo: International aviation +I-GHG-C6F14 emissions (Gg) Memo: International navigation +I-GHG-C6F14 emissions (Gg) Production of minerals +I-GHG-C6F14 emissions (Gg) Cement production +I-GHG-C6F14 emissions (Gg) Lime production +I-GHG-C6F14 emissions (Gg) Production of chemicals +I-GHG-C6F14 emissions (Gg) Production of metals +I-GHG-C6F14 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C6F14 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C6F14 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C6F14 emissions (Gg) Foam Blowing +I-GHG-C6F14 emissions (Gg) Fire Extinguishers +I-GHG-C6F14 emissions (Gg) Aerosols +I-GHG-C6F14 emissions (Gg) F-gas as Solvent +I-GHG-C6F14 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C6F14 emissions (Gg) Electrical Equipment +I-GHG-C6F14 emissions (Gg) Other F-gas use +I-GHG-C6F14 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C6F14 emissions (Gg) Solvent and other product use: paint +I-GHG-C6F14 emissions (Gg) Solvent and other product use: degrease +I-GHG-C6F14 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C6F14 emissions (Gg) Solvent and other product use: other +I-GHG-C6F14 emissions (Gg) Enteric fermentation +I-GHG-C6F14 emissions (Gg) Manure management +I-GHG-C6F14 emissions (Gg) Rice cultivation +I-GHG-C6F14 emissions (Gg) Direct soil emissions +I-GHG-C6F14 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C6F14 emissions (Gg) Indirect N2O from agriculture +I-GHG-C6F14 emissions (Gg) Other direct soil emissions +I-GHG-C6F14 emissions (Gg) Savanna burning +I-GHG-C6F14 emissions (Gg) Agricultural waste burning +I-GHG-C6F14 emissions (Gg) Forest fires +I-GHG-C6F14 emissions (Gg) Grassland fires +I-GHG-C6F14 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C6F14 emissions (Gg) Other vegetation fires +I-GHG-C6F14 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C6F14 emissions (Gg) Solid waste disposal on land +I-GHG-C6F14 emissions (Gg) Wastewater handling +I-GHG-C6F14 emissions (Gg) Waste incineration +I-GHG-C6F14 emissions (Gg) Other waste handling +I-GHG-C6F14 emissions (Gg) Fossil fuel fires +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C6F14 emissions (Gg) Other sources +I-GHG-C7F16 emissions (Gg) Public electricity and heat production +I-GHG-C7F16 emissions (Gg) Other Energy Industries +I-GHG-C7F16 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C7F16 emissions (Gg) Domestic aviation +I-GHG-C7F16 emissions (Gg) Road transportation +I-GHG-C7F16 emissions (Gg) Rail transportation +I-GHG-C7F16 emissions (Gg) Inland navigation +I-GHG-C7F16 emissions (Gg) Other transportation +I-GHG-C7F16 emissions (Gg) Residential and other sectors +I-GHG-C7F16 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C7F16 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C7F16 emissions (Gg) Memo: International aviation +I-GHG-C7F16 emissions (Gg) Memo: International navigation +I-GHG-C7F16 emissions (Gg) Production of minerals +I-GHG-C7F16 emissions (Gg) Cement production +I-GHG-C7F16 emissions (Gg) Lime production +I-GHG-C7F16 emissions (Gg) Production of chemicals +I-GHG-C7F16 emissions (Gg) Production of metals +I-GHG-C7F16 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C7F16 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C7F16 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C7F16 emissions (Gg) Foam Blowing +I-GHG-C7F16 emissions (Gg) Fire Extinguishers +I-GHG-C7F16 emissions (Gg) Aerosols +I-GHG-C7F16 emissions (Gg) F-gas as Solvent +I-GHG-C7F16 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C7F16 emissions (Gg) Electrical Equipment +I-GHG-C7F16 emissions (Gg) Other F-gas use +I-GHG-C7F16 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C7F16 emissions (Gg) Solvent and other product use: paint +I-GHG-C7F16 emissions (Gg) Solvent and other product use: degrease +I-GHG-C7F16 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C7F16 emissions (Gg) Solvent and other product use: other +I-GHG-C7F16 emissions (Gg) Enteric fermentation +I-GHG-C7F16 emissions (Gg) Manure management +I-GHG-C7F16 emissions (Gg) Rice cultivation +I-GHG-C7F16 emissions (Gg) Direct soil emissions +I-GHG-C7F16 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C7F16 emissions (Gg) Indirect N2O from agriculture +I-GHG-C7F16 emissions (Gg) Other direct soil emissions +I-GHG-C7F16 emissions (Gg) Savanna burning +I-GHG-C7F16 emissions (Gg) Agricultural waste burning +I-GHG-C7F16 emissions (Gg) Forest fires +I-GHG-C7F16 emissions (Gg) Grassland fires +I-GHG-C7F16 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C7F16 emissions (Gg) Other vegetation fires +I-GHG-C7F16 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C7F16 emissions (Gg) Solid waste disposal on land +I-GHG-C7F16 emissions (Gg) Wastewater handling +I-GHG-C7F16 emissions (Gg) Waste incineration +I-GHG-C7F16 emissions (Gg) Other waste handling +I-GHG-C7F16 emissions (Gg) Fossil fuel fires +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C7F16 emissions (Gg) Other sources +I-GHG-CF4 emissions (Gg) Public electricity and heat production +I-GHG-CF4 emissions (Gg) Other Energy Industries +I-GHG-CF4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CF4 emissions (Gg) Domestic aviation +I-GHG-CF4 emissions (Gg) Road transportation +I-GHG-CF4 emissions (Gg) Rail transportation +I-GHG-CF4 emissions (Gg) Inland navigation +I-GHG-CF4 emissions (Gg) Other transportation +I-GHG-CF4 emissions (Gg) Residential and other sectors +I-GHG-CF4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CF4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CF4 emissions (Gg) Memo: International aviation +I-GHG-CF4 emissions (Gg) Memo: International navigation +I-GHG-CF4 emissions (Gg) Production of minerals +I-GHG-CF4 emissions (Gg) Cement production +I-GHG-CF4 emissions (Gg) Lime production +I-GHG-CF4 emissions (Gg) Production of chemicals +I-GHG-CF4 emissions (Gg) Production of metals +I-GHG-CF4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CF4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CF4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CF4 emissions (Gg) Foam Blowing +I-GHG-CF4 emissions (Gg) Fire Extinguishers +I-GHG-CF4 emissions (Gg) Aerosols +I-GHG-CF4 emissions (Gg) F-gas as Solvent +I-GHG-CF4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CF4 emissions (Gg) Electrical Equipment +I-GHG-CF4 emissions (Gg) Other F-gas use +I-GHG-CF4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CF4 emissions (Gg) Solvent and other product use: paint +I-GHG-CF4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CF4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CF4 emissions (Gg) Solvent and other product use: other +I-GHG-CF4 emissions (Gg) Enteric fermentation +I-GHG-CF4 emissions (Gg) Manure management +I-GHG-CF4 emissions (Gg) Rice cultivation +I-GHG-CF4 emissions (Gg) Direct soil emissions +I-GHG-CF4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CF4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CF4 emissions (Gg) Other direct soil emissions +I-GHG-CF4 emissions (Gg) Savanna burning +I-GHG-CF4 emissions (Gg) Agricultural waste burning +I-GHG-CF4 emissions (Gg) Forest fires +I-GHG-CF4 emissions (Gg) Grassland fires +I-GHG-CF4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CF4 emissions (Gg) Other vegetation fires +I-GHG-CF4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CF4 emissions (Gg) Solid waste disposal on land +I-GHG-CF4 emissions (Gg) Wastewater handling +I-GHG-CF4 emissions (Gg) Waste incineration +I-GHG-CF4 emissions (Gg) Other waste handling +I-GHG-CF4 emissions (Gg) Fossil fuel fires +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CF4 emissions (Gg) Other sources +I-GHG-cC4F8 emissions (Gg) Public electricity and heat production +I-GHG-cC4F8 emissions (Gg) Other Energy Industries +I-GHG-cC4F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-cC4F8 emissions (Gg) Domestic aviation +I-GHG-cC4F8 emissions (Gg) Road transportation +I-GHG-cC4F8 emissions (Gg) Rail transportation +I-GHG-cC4F8 emissions (Gg) Inland navigation +I-GHG-cC4F8 emissions (Gg) Other transportation +I-GHG-cC4F8 emissions (Gg) Residential and other sectors +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-cC4F8 emissions (Gg) Memo: International aviation +I-GHG-cC4F8 emissions (Gg) Memo: International navigation +I-GHG-cC4F8 emissions (Gg) Production of minerals +I-GHG-cC4F8 emissions (Gg) Cement production +I-GHG-cC4F8 emissions (Gg) Lime production +I-GHG-cC4F8 emissions (Gg) Production of chemicals +I-GHG-cC4F8 emissions (Gg) Production of metals +I-GHG-cC4F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-cC4F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-cC4F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-cC4F8 emissions (Gg) Foam Blowing +I-GHG-cC4F8 emissions (Gg) Fire Extinguishers +I-GHG-cC4F8 emissions (Gg) Aerosols +I-GHG-cC4F8 emissions (Gg) F-gas as Solvent +I-GHG-cC4F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-cC4F8 emissions (Gg) Electrical Equipment +I-GHG-cC4F8 emissions (Gg) Other F-gas use +I-GHG-cC4F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: paint +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: other +I-GHG-cC4F8 emissions (Gg) Enteric fermentation +I-GHG-cC4F8 emissions (Gg) Manure management +I-GHG-cC4F8 emissions (Gg) Rice cultivation +I-GHG-cC4F8 emissions (Gg) Direct soil emissions +I-GHG-cC4F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-cC4F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-cC4F8 emissions (Gg) Other direct soil emissions +I-GHG-cC4F8 emissions (Gg) Savanna burning +I-GHG-cC4F8 emissions (Gg) Agricultural waste burning +I-GHG-cC4F8 emissions (Gg) Forest fires +I-GHG-cC4F8 emissions (Gg) Grassland fires +I-GHG-cC4F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-cC4F8 emissions (Gg) Other vegetation fires +I-GHG-cC4F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-cC4F8 emissions (Gg) Solid waste disposal on land +I-GHG-cC4F8 emissions (Gg) Wastewater handling +I-GHG-cC4F8 emissions (Gg) Waste incineration +I-GHG-cC4F8 emissions (Gg) Other waste handling +I-GHG-cC4F8 emissions (Gg) Fossil fuel fires +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-cC4F8 emissions (Gg) Other sources +I-GHG-SF6 emissions (Gg) Public electricity and heat production +I-GHG-SF6 emissions (Gg) Other Energy Industries +I-GHG-SF6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-SF6 emissions (Gg) Domestic aviation +I-GHG-SF6 emissions (Gg) Road transportation +I-GHG-SF6 emissions (Gg) Rail transportation +I-GHG-SF6 emissions (Gg) Inland navigation +I-GHG-SF6 emissions (Gg) Other transportation +I-GHG-SF6 emissions (Gg) Residential and other sectors +I-GHG-SF6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-SF6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-SF6 emissions (Gg) Memo: International aviation +I-GHG-SF6 emissions (Gg) Memo: International navigation +I-GHG-SF6 emissions (Gg) Production of minerals +I-GHG-SF6 emissions (Gg) Cement production +I-GHG-SF6 emissions (Gg) Lime production +I-GHG-SF6 emissions (Gg) Production of chemicals +I-GHG-SF6 emissions (Gg) Production of metals +I-GHG-SF6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-SF6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-SF6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-SF6 emissions (Gg) Foam Blowing +I-GHG-SF6 emissions (Gg) Fire Extinguishers +I-GHG-SF6 emissions (Gg) Aerosols +I-GHG-SF6 emissions (Gg) F-gas as Solvent +I-GHG-SF6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-SF6 emissions (Gg) Electrical Equipment +I-GHG-SF6 emissions (Gg) Other F-gas use +I-GHG-SF6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-SF6 emissions (Gg) Solvent and other product use: paint +I-GHG-SF6 emissions (Gg) Solvent and other product use: degrease +I-GHG-SF6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-SF6 emissions (Gg) Solvent and other product use: other +I-GHG-SF6 emissions (Gg) Enteric fermentation +I-GHG-SF6 emissions (Gg) Manure management +I-GHG-SF6 emissions (Gg) Rice cultivation +I-GHG-SF6 emissions (Gg) Direct soil emissions +I-GHG-SF6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-SF6 emissions (Gg) Indirect N2O from agriculture +I-GHG-SF6 emissions (Gg) Other direct soil emissions +I-GHG-SF6 emissions (Gg) Savanna burning +I-GHG-SF6 emissions (Gg) Agricultural waste burning +I-GHG-SF6 emissions (Gg) Forest fires +I-GHG-SF6 emissions (Gg) Grassland fires +I-GHG-SF6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-SF6 emissions (Gg) Other vegetation fires +I-GHG-SF6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-SF6 emissions (Gg) Solid waste disposal on land +I-GHG-SF6 emissions (Gg) Wastewater handling +I-GHG-SF6 emissions (Gg) Waste incineration +I-GHG-SF6 emissions (Gg) Other waste handling +I-GHG-SF6 emissions (Gg) Fossil fuel fires +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-SF6 emissions (Gg) Other sources +I-GHG-NF3 emissions (Gg) Public electricity and heat production +I-GHG-NF3 emissions (Gg) Other Energy Industries +I-GHG-NF3 emissions (Gg) Manufacturing Industries and Construction +I-GHG-NF3 emissions (Gg) Domestic aviation +I-GHG-NF3 emissions (Gg) Road transportation +I-GHG-NF3 emissions (Gg) Rail transportation +I-GHG-NF3 emissions (Gg) Inland navigation +I-GHG-NF3 emissions (Gg) Other transportation +I-GHG-NF3 emissions (Gg) Residential and other sectors +I-GHG-NF3 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-NF3 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-NF3 emissions (Gg) Memo: International aviation +I-GHG-NF3 emissions (Gg) Memo: International navigation +I-GHG-NF3 emissions (Gg) Production of minerals +I-GHG-NF3 emissions (Gg) Cement production +I-GHG-NF3 emissions (Gg) Lime production +I-GHG-NF3 emissions (Gg) Production of chemicals +I-GHG-NF3 emissions (Gg) Production of metals +I-GHG-NF3 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-NF3 emissions (Gg) Production of halocarbons and SF6 +I-GHG-NF3 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-NF3 emissions (Gg) Foam Blowing +I-GHG-NF3 emissions (Gg) Fire Extinguishers +I-GHG-NF3 emissions (Gg) Aerosols +I-GHG-NF3 emissions (Gg) F-gas as Solvent +I-GHG-NF3 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-NF3 emissions (Gg) Electrical Equipment +I-GHG-NF3 emissions (Gg) Other F-gas use +I-GHG-NF3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-NF3 emissions (Gg) Solvent and other product use: paint +I-GHG-NF3 emissions (Gg) Solvent and other product use: degrease +I-GHG-NF3 emissions (Gg) Solvent and other product use: chemicals +I-GHG-NF3 emissions (Gg) Solvent and other product use: other +I-GHG-NF3 emissions (Gg) Enteric fermentation +I-GHG-NF3 emissions (Gg) Manure management +I-GHG-NF3 emissions (Gg) Rice cultivation +I-GHG-NF3 emissions (Gg) Direct soil emissions +I-GHG-NF3 emissions (Gg) Manure in pasture/range/paddock +I-GHG-NF3 emissions (Gg) Indirect N2O from agriculture +I-GHG-NF3 emissions (Gg) Other direct soil emissions +I-GHG-NF3 emissions (Gg) Savanna burning +I-GHG-NF3 emissions (Gg) Agricultural waste burning +I-GHG-NF3 emissions (Gg) Forest fires +I-GHG-NF3 emissions (Gg) Grassland fires +I-GHG-NF3 emissions (Gg) Decay of wetlands/peatlands +I-GHG-NF3 emissions (Gg) Other vegetation fires +I-GHG-NF3 emissions (Gg) Forest Fires-Post burn decay +I-GHG-NF3 emissions (Gg) Solid waste disposal on land +I-GHG-NF3 emissions (Gg) Wastewater handling +I-GHG-NF3 emissions (Gg) Waste incineration +I-GHG-NF3 emissions (Gg) Other waste handling +I-GHG-NF3 emissions (Gg) Fossil fuel fires +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-NF3 emissions (Gg) Other sources +I-HANPP emissions (Gg) Harvested primary crops +I-HANPP emissions (Gg) Harvested crop residues +I-HANPP emissions (Gg) Grazed biomass +I-HANPP emissions (Gg) Wood removals (fao) +I-AIR-CO emissions (Gg) Public electricity and heat production +I-AIR-CO emissions (Gg) Other Energy Industries +I-AIR-CO emissions (Gg) Manufacturing Industries and Construction +I-AIR-CO emissions (Gg) Domestic aviation +I-AIR-CO emissions (Gg) Road transportation +I-AIR-CO emissions (Gg) Rail transportation +I-AIR-CO emissions (Gg) Inland navigation +I-AIR-CO emissions (Gg) Other transportation +I-AIR-CO emissions (Gg) Residential and other sectors +I-AIR-CO emissions (Gg) Fugitive emissions from solid fuels +I-AIR-CO emissions (Gg) Fugitive emissions from oil and gas +I-AIR-CO emissions (Gg) Memo: International aviation +I-AIR-CO emissions (Gg) Memo: International navigation +I-AIR-CO emissions (Gg) Production of minerals +I-AIR-CO emissions (Gg) Cement production +I-AIR-CO emissions (Gg) Lime production +I-AIR-CO emissions (Gg) Production of chemicals +I-AIR-CO emissions (Gg) Production of metals +I-AIR-CO emissions (Gg) Production of pulp/paper/food/drink +I-AIR-CO emissions (Gg) Production of halocarbons and SF6 +I-AIR-CO emissions (Gg) Refrigeration and Air Conditioning +I-AIR-CO emissions (Gg) Foam Blowing +I-AIR-CO emissions (Gg) Fire Extinguishers +I-AIR-CO emissions (Gg) Aerosols +I-AIR-CO emissions (Gg) F-gas as Solvent +I-AIR-CO emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-CO emissions (Gg) Electrical Equipment +I-AIR-CO emissions (Gg) Other F-gas use +I-AIR-CO emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-CO emissions (Gg) Solvent and other product use: paint +I-AIR-CO emissions (Gg) Solvent and other product use: degrease +I-AIR-CO emissions (Gg) Solvent and other product use: chemicals +I-AIR-CO emissions (Gg) Solvent and other product use: other +I-AIR-CO emissions (Gg) Enteric fermentation +I-AIR-CO emissions (Gg) Manure management +I-AIR-CO emissions (Gg) Rice cultivation +I-AIR-CO emissions (Gg) Direct soil emissions +I-AIR-CO emissions (Gg) Manure in pasture/range/paddock +I-AIR-CO emissions (Gg) Indirect N2O from agriculture +I-AIR-CO emissions (Gg) Other direct soil emissions +I-AIR-CO emissions (Gg) Savanna burning +I-AIR-CO emissions (Gg) Agricultural waste burning +I-AIR-CO emissions (Gg) Forest fires +I-AIR-CO emissions (Gg) Grassland fires +I-AIR-CO emissions (Gg) Decay of wetlands/peatlands +I-AIR-CO emissions (Gg) Other vegetation fires +I-AIR-CO emissions (Gg) Forest Fires-Post burn decay +I-AIR-CO emissions (Gg) Solid waste disposal on land +I-AIR-CO emissions (Gg) Wastewater handling +I-AIR-CO emissions (Gg) Waste incineration +I-AIR-CO emissions (Gg) Other waste handling +I-AIR-CO emissions (Gg) Fossil fuel fires +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-CO emissions (Gg) Other sources +I-AIR-NOx emissions (Gg) Public electricity and heat production +I-AIR-NOx emissions (Gg) Other Energy Industries +I-AIR-NOx emissions (Gg) Manufacturing Industries and Construction +I-AIR-NOx emissions (Gg) Domestic aviation +I-AIR-NOx emissions (Gg) Road transportation +I-AIR-NOx emissions (Gg) Rail transportation +I-AIR-NOx emissions (Gg) Inland navigation +I-AIR-NOx emissions (Gg) Other transportation +I-AIR-NOx emissions (Gg) Residential and other sectors +I-AIR-NOx emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NOx emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NOx emissions (Gg) Memo: International aviation +I-AIR-NOx emissions (Gg) Memo: International navigation +I-AIR-NOx emissions (Gg) Production of minerals +I-AIR-NOx emissions (Gg) Cement production +I-AIR-NOx emissions (Gg) Lime production +I-AIR-NOx emissions (Gg) Production of chemicals +I-AIR-NOx emissions (Gg) Production of metals +I-AIR-NOx emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NOx emissions (Gg) Production of halocarbons and SF6 +I-AIR-NOx emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NOx emissions (Gg) Foam Blowing +I-AIR-NOx emissions (Gg) Fire Extinguishers +I-AIR-NOx emissions (Gg) Aerosols +I-AIR-NOx emissions (Gg) F-gas as Solvent +I-AIR-NOx emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NOx emissions (Gg) Electrical Equipment +I-AIR-NOx emissions (Gg) Other F-gas use +I-AIR-NOx emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NOx emissions (Gg) Solvent and other product use: paint +I-AIR-NOx emissions (Gg) Solvent and other product use: degrease +I-AIR-NOx emissions (Gg) Solvent and other product use: chemicals +I-AIR-NOx emissions (Gg) Solvent and other product use: other +I-AIR-NOx emissions (Gg) Enteric fermentation +I-AIR-NOx emissions (Gg) Manure management +I-AIR-NOx emissions (Gg) Rice cultivation +I-AIR-NOx emissions (Gg) Direct soil emissions +I-AIR-NOx emissions (Gg) Manure in pasture/range/paddock +I-AIR-NOx emissions (Gg) Indirect N2O from agriculture +I-AIR-NOx emissions (Gg) Other direct soil emissions +I-AIR-NOx emissions (Gg) Savanna burning +I-AIR-NOx emissions (Gg) Agricultural waste burning +I-AIR-NOx emissions (Gg) Forest fires +I-AIR-NOx emissions (Gg) Grassland fires +I-AIR-NOx emissions (Gg) Decay of wetlands/peatlands +I-AIR-NOx emissions (Gg) Other vegetation fires +I-AIR-NOx emissions (Gg) Forest Fires-Post burn decay +I-AIR-NOx emissions (Gg) Solid waste disposal on land +I-AIR-NOx emissions (Gg) Wastewater handling +I-AIR-NOx emissions (Gg) Waste incineration +I-AIR-NOx emissions (Gg) Other waste handling +I-AIR-NOx emissions (Gg) Fossil fuel fires +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NOx emissions (Gg) Other sources +I-AIR-NMVOC emissions (Gg) Public electricity and heat production +I-AIR-NMVOC emissions (Gg) Other Energy Industries +I-AIR-NMVOC emissions (Gg) Manufacturing Industries and Construction +I-AIR-NMVOC emissions (Gg) Domestic aviation +I-AIR-NMVOC emissions (Gg) Road transportation +I-AIR-NMVOC emissions (Gg) Rail transportation +I-AIR-NMVOC emissions (Gg) Inland navigation +I-AIR-NMVOC emissions (Gg) Other transportation +I-AIR-NMVOC emissions (Gg) Residential and other sectors +I-AIR-NMVOC emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NMVOC emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NMVOC emissions (Gg) Memo: International aviation +I-AIR-NMVOC emissions (Gg) Memo: International navigation +I-AIR-NMVOC emissions (Gg) Production of minerals +I-AIR-NMVOC emissions (Gg) Cement production +I-AIR-NMVOC emissions (Gg) Lime production +I-AIR-NMVOC emissions (Gg) Production of chemicals +I-AIR-NMVOC emissions (Gg) Production of metals +I-AIR-NMVOC emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NMVOC emissions (Gg) Production of halocarbons and SF6 +I-AIR-NMVOC emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NMVOC emissions (Gg) Foam Blowing +I-AIR-NMVOC emissions (Gg) Fire Extinguishers +I-AIR-NMVOC emissions (Gg) Aerosols +I-AIR-NMVOC emissions (Gg) F-gas as Solvent +I-AIR-NMVOC emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NMVOC emissions (Gg) Electrical Equipment +I-AIR-NMVOC emissions (Gg) Other F-gas use +I-AIR-NMVOC emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NMVOC emissions (Gg) Solvent and other product use: paint +I-AIR-NMVOC emissions (Gg) Solvent and other product use: degrease +I-AIR-NMVOC emissions (Gg) Solvent and other product use: chemicals +I-AIR-NMVOC emissions (Gg) Solvent and other product use: other +I-AIR-NMVOC emissions (Gg) Enteric fermentation +I-AIR-NMVOC emissions (Gg) Manure management +I-AIR-NMVOC emissions (Gg) Rice cultivation +I-AIR-NMVOC emissions (Gg) Direct soil emissions +I-AIR-NMVOC emissions (Gg) Manure in pasture/range/paddock +I-AIR-NMVOC emissions (Gg) Indirect N2O from agriculture +I-AIR-NMVOC emissions (Gg) Other direct soil emissions +I-AIR-NMVOC emissions (Gg) Savanna burning +I-AIR-NMVOC emissions (Gg) Agricultural waste burning +I-AIR-NMVOC emissions (Gg) Forest fires +I-AIR-NMVOC emissions (Gg) Grassland fires +I-AIR-NMVOC emissions (Gg) Decay of wetlands/peatlands +I-AIR-NMVOC emissions (Gg) Other vegetation fires +I-AIR-NMVOC emissions (Gg) Forest Fires-Post burn decay +I-AIR-NMVOC emissions (Gg) Solid waste disposal on land +I-AIR-NMVOC emissions (Gg) Wastewater handling +I-AIR-NMVOC emissions (Gg) Waste incineration +I-AIR-NMVOC emissions (Gg) Other waste handling +I-AIR-NMVOC emissions (Gg) Fossil fuel fires +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NMVOC emissions (Gg) Other sources +I-AIR-NH3 emissions (Gg) Public electricity and heat production +I-AIR-NH3 emissions (Gg) Other Energy Industries +I-AIR-NH3 emissions (Gg) Manufacturing Industries and Construction +I-AIR-NH3 emissions (Gg) Domestic aviation +I-AIR-NH3 emissions (Gg) Road transportation +I-AIR-NH3 emissions (Gg) Rail transportation +I-AIR-NH3 emissions (Gg) Inland navigation +I-AIR-NH3 emissions (Gg) Other transportation +I-AIR-NH3 emissions (Gg) Residential and other sectors +I-AIR-NH3 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NH3 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NH3 emissions (Gg) Memo: International aviation +I-AIR-NH3 emissions (Gg) Memo: International navigation +I-AIR-NH3 emissions (Gg) Production of minerals +I-AIR-NH3 emissions (Gg) Cement production +I-AIR-NH3 emissions (Gg) Lime production +I-AIR-NH3 emissions (Gg) Production of chemicals +I-AIR-NH3 emissions (Gg) Production of metals +I-AIR-NH3 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NH3 emissions (Gg) Production of halocarbons and SF6 +I-AIR-NH3 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NH3 emissions (Gg) Foam Blowing +I-AIR-NH3 emissions (Gg) Fire Extinguishers +I-AIR-NH3 emissions (Gg) Aerosols +I-AIR-NH3 emissions (Gg) F-gas as Solvent +I-AIR-NH3 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NH3 emissions (Gg) Electrical Equipment +I-AIR-NH3 emissions (Gg) Other F-gas use +I-AIR-NH3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NH3 emissions (Gg) Solvent and other product use: paint +I-AIR-NH3 emissions (Gg) Solvent and other product use: degrease +I-AIR-NH3 emissions (Gg) Solvent and other product use: chemicals +I-AIR-NH3 emissions (Gg) Solvent and other product use: other +I-AIR-NH3 emissions (Gg) Enteric fermentation +I-AIR-NH3 emissions (Gg) Manure management +I-AIR-NH3 emissions (Gg) Rice cultivation +I-AIR-NH3 emissions (Gg) Direct soil emissions +I-AIR-NH3 emissions (Gg) Manure in pasture/range/paddock +I-AIR-NH3 emissions (Gg) Indirect N2O from agriculture +I-AIR-NH3 emissions (Gg) Other direct soil emissions +I-AIR-NH3 emissions (Gg) Savanna burning +I-AIR-NH3 emissions (Gg) Agricultural waste burning +I-AIR-NH3 emissions (Gg) Forest fires +I-AIR-NH3 emissions (Gg) Grassland fires +I-AIR-NH3 emissions (Gg) Decay of wetlands/peatlands +I-AIR-NH3 emissions (Gg) Other vegetation fires +I-AIR-NH3 emissions (Gg) Forest Fires-Post burn decay +I-AIR-NH3 emissions (Gg) Solid waste disposal on land +I-AIR-NH3 emissions (Gg) Wastewater handling +I-AIR-NH3 emissions (Gg) Waste incineration +I-AIR-NH3 emissions (Gg) Other waste handling +I-AIR-NH3 emissions (Gg) Fossil fuel fires +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NH3 emissions (Gg) Other sources +I-AIR-SO2 emissions (Gg) Public electricity and heat production +I-AIR-SO2 emissions (Gg) Other Energy Industries +I-AIR-SO2 emissions (Gg) Manufacturing Industries and Construction +I-AIR-SO2 emissions (Gg) Domestic aviation +I-AIR-SO2 emissions (Gg) Road transportation +I-AIR-SO2 emissions (Gg) Rail transportation +I-AIR-SO2 emissions (Gg) Inland navigation +I-AIR-SO2 emissions (Gg) Other transportation +I-AIR-SO2 emissions (Gg) Residential and other sectors +I-AIR-SO2 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-SO2 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-SO2 emissions (Gg) Memo: International aviation +I-AIR-SO2 emissions (Gg) Memo: International navigation +I-AIR-SO2 emissions (Gg) Production of minerals +I-AIR-SO2 emissions (Gg) Cement production +I-AIR-SO2 emissions (Gg) Lime production +I-AIR-SO2 emissions (Gg) Production of chemicals +I-AIR-SO2 emissions (Gg) Production of metals +I-AIR-SO2 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-SO2 emissions (Gg) Production of halocarbons and SF6 +I-AIR-SO2 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-SO2 emissions (Gg) Foam Blowing +I-AIR-SO2 emissions (Gg) Fire Extinguishers +I-AIR-SO2 emissions (Gg) Aerosols +I-AIR-SO2 emissions (Gg) F-gas as Solvent +I-AIR-SO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-SO2 emissions (Gg) Electrical Equipment +I-AIR-SO2 emissions (Gg) Other F-gas use +I-AIR-SO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-SO2 emissions (Gg) Solvent and other product use: paint +I-AIR-SO2 emissions (Gg) Solvent and other product use: degrease +I-AIR-SO2 emissions (Gg) Solvent and other product use: chemicals +I-AIR-SO2 emissions (Gg) Solvent and other product use: other +I-AIR-SO2 emissions (Gg) Enteric fermentation +I-AIR-SO2 emissions (Gg) Manure management +I-AIR-SO2 emissions (Gg) Rice cultivation +I-AIR-SO2 emissions (Gg) Direct soil emissions +I-AIR-SO2 emissions (Gg) Manure in pasture/range/paddock +I-AIR-SO2 emissions (Gg) Indirect N2O from agriculture +I-AIR-SO2 emissions (Gg) Other direct soil emissions +I-AIR-SO2 emissions (Gg) Savanna burning +I-AIR-SO2 emissions (Gg) Agricultural waste burning +I-AIR-SO2 emissions (Gg) Forest fires +I-AIR-SO2 emissions (Gg) Grassland fires +I-AIR-SO2 emissions (Gg) Decay of wetlands/peatlands +I-AIR-SO2 emissions (Gg) Other vegetation fires +I-AIR-SO2 emissions (Gg) Forest Fires-Post burn decay +I-AIR-SO2 emissions (Gg) Solid waste disposal on land +I-AIR-SO2 emissions (Gg) Wastewater handling +I-AIR-SO2 emissions (Gg) Waste incineration +I-AIR-SO2 emissions (Gg) Other waste handling +I-AIR-SO2 emissions (Gg) Fossil fuel fires +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-SO2 emissions (Gg) Other sources +I-AIR-PM10 emissions (Gg) Public electricity and heat production +I-AIR-PM10 emissions (Gg) Other Energy Industries +I-AIR-PM10 emissions (Gg) Manufacturing Industries and Construction +I-AIR-PM10 emissions (Gg) Domestic aviation +I-AIR-PM10 emissions (Gg) Road transportation +I-AIR-PM10 emissions (Gg) Rail transportation +I-AIR-PM10 emissions (Gg) Inland navigation +I-AIR-PM10 emissions (Gg) Other transportation +I-AIR-PM10 emissions (Gg) Residential and other sectors +I-AIR-PM10 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-PM10 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-PM10 emissions (Gg) Memo: International aviation +I-AIR-PM10 emissions (Gg) Memo: International navigation +I-AIR-PM10 emissions (Gg) Production of minerals +I-AIR-PM10 emissions (Gg) Cement production +I-AIR-PM10 emissions (Gg) Lime production +I-AIR-PM10 emissions (Gg) Production of chemicals +I-AIR-PM10 emissions (Gg) Production of metals +I-AIR-PM10 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-PM10 emissions (Gg) Production of halocarbons and SF6 +I-AIR-PM10 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-PM10 emissions (Gg) Foam Blowing +I-AIR-PM10 emissions (Gg) Fire Extinguishers +I-AIR-PM10 emissions (Gg) Aerosols +I-AIR-PM10 emissions (Gg) F-gas as Solvent +I-AIR-PM10 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-PM10 emissions (Gg) Electrical Equipment +I-AIR-PM10 emissions (Gg) Other F-gas use +I-AIR-PM10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-PM10 emissions (Gg) Solvent and other product use: paint +I-AIR-PM10 emissions (Gg) Solvent and other product use: degrease +I-AIR-PM10 emissions (Gg) Solvent and other product use: chemicals +I-AIR-PM10 emissions (Gg) Solvent and other product use: other +I-AIR-PM10 emissions (Gg) Enteric fermentation +I-AIR-PM10 emissions (Gg) Manure management +I-AIR-PM10 emissions (Gg) Rice cultivation +I-AIR-PM10 emissions (Gg) Direct soil emissions +I-AIR-PM10 emissions (Gg) Manure in pasture/range/paddock +I-AIR-PM10 emissions (Gg) Indirect N2O from agriculture +I-AIR-PM10 emissions (Gg) Other direct soil emissions +I-AIR-PM10 emissions (Gg) Savanna burning +I-AIR-PM10 emissions (Gg) Agricultural waste burning +I-AIR-PM10 emissions (Gg) Forest fires +I-AIR-PM10 emissions (Gg) Grassland fires +I-AIR-PM10 emissions (Gg) Decay of wetlands/peatlands +I-AIR-PM10 emissions (Gg) Other vegetation fires +I-AIR-PM10 emissions (Gg) Forest Fires-Post burn decay +I-AIR-PM10 emissions (Gg) Solid waste disposal on land +I-AIR-PM10 emissions (Gg) Wastewater handling +I-AIR-PM10 emissions (Gg) Waste incineration +I-AIR-PM10 emissions (Gg) Other waste handling +I-AIR-PM10 emissions (Gg) Fossil fuel fires +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-PM10 emissions (Gg) Other sources +I-AIR-HCFC141b emissions (Gg) Public electricity and heat production +I-AIR-HCFC141b emissions (Gg) Other Energy Industries +I-AIR-HCFC141b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC141b emissions (Gg) Domestic aviation +I-AIR-HCFC141b emissions (Gg) Road transportation +I-AIR-HCFC141b emissions (Gg) Rail transportation +I-AIR-HCFC141b emissions (Gg) Inland navigation +I-AIR-HCFC141b emissions (Gg) Other transportation +I-AIR-HCFC141b emissions (Gg) Residential and other sectors +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC141b emissions (Gg) Memo: International aviation +I-AIR-HCFC141b emissions (Gg) Memo: International navigation +I-AIR-HCFC141b emissions (Gg) Production of minerals +I-AIR-HCFC141b emissions (Gg) Cement production +I-AIR-HCFC141b emissions (Gg) Lime production +I-AIR-HCFC141b emissions (Gg) Production of chemicals +I-AIR-HCFC141b emissions (Gg) Production of metals +I-AIR-HCFC141b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC141b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC141b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC141b emissions (Gg) Foam Blowing +I-AIR-HCFC141b emissions (Gg) Fire Extinguishers +I-AIR-HCFC141b emissions (Gg) Aerosols +I-AIR-HCFC141b emissions (Gg) F-gas as Solvent +I-AIR-HCFC141b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC141b emissions (Gg) Electrical Equipment +I-AIR-HCFC141b emissions (Gg) Other F-gas use +I-AIR-HCFC141b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC141b emissions (Gg) Enteric fermentation +I-AIR-HCFC141b emissions (Gg) Manure management +I-AIR-HCFC141b emissions (Gg) Rice cultivation +I-AIR-HCFC141b emissions (Gg) Direct soil emissions +I-AIR-HCFC141b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC141b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC141b emissions (Gg) Other direct soil emissions +I-AIR-HCFC141b emissions (Gg) Savanna burning +I-AIR-HCFC141b emissions (Gg) Agricultural waste burning +I-AIR-HCFC141b emissions (Gg) Forest fires +I-AIR-HCFC141b emissions (Gg) Grassland fires +I-AIR-HCFC141b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC141b emissions (Gg) Other vegetation fires +I-AIR-HCFC141b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC141b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC141b emissions (Gg) Wastewater handling +I-AIR-HCFC141b emissions (Gg) Waste incineration +I-AIR-HCFC141b emissions (Gg) Other waste handling +I-AIR-HCFC141b emissions (Gg) Fossil fuel fires +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC141b emissions (Gg) Other sources +I-AIR-HCFC142b emissions (Gg) Public electricity and heat production +I-AIR-HCFC142b emissions (Gg) Other Energy Industries +I-AIR-HCFC142b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC142b emissions (Gg) Domestic aviation +I-AIR-HCFC142b emissions (Gg) Road transportation +I-AIR-HCFC142b emissions (Gg) Rail transportation +I-AIR-HCFC142b emissions (Gg) Inland navigation +I-AIR-HCFC142b emissions (Gg) Other transportation +I-AIR-HCFC142b emissions (Gg) Residential and other sectors +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC142b emissions (Gg) Memo: International aviation +I-AIR-HCFC142b emissions (Gg) Memo: International navigation +I-AIR-HCFC142b emissions (Gg) Production of minerals +I-AIR-HCFC142b emissions (Gg) Cement production +I-AIR-HCFC142b emissions (Gg) Lime production +I-AIR-HCFC142b emissions (Gg) Production of chemicals +I-AIR-HCFC142b emissions (Gg) Production of metals +I-AIR-HCFC142b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC142b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC142b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC142b emissions (Gg) Foam Blowing +I-AIR-HCFC142b emissions (Gg) Fire Extinguishers +I-AIR-HCFC142b emissions (Gg) Aerosols +I-AIR-HCFC142b emissions (Gg) F-gas as Solvent +I-AIR-HCFC142b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC142b emissions (Gg) Electrical Equipment +I-AIR-HCFC142b emissions (Gg) Other F-gas use +I-AIR-HCFC142b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC142b emissions (Gg) Enteric fermentation +I-AIR-HCFC142b emissions (Gg) Manure management +I-AIR-HCFC142b emissions (Gg) Rice cultivation +I-AIR-HCFC142b emissions (Gg) Direct soil emissions +I-AIR-HCFC142b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC142b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC142b emissions (Gg) Other direct soil emissions +I-AIR-HCFC142b emissions (Gg) Savanna burning +I-AIR-HCFC142b emissions (Gg) Agricultural waste burning +I-AIR-HCFC142b emissions (Gg) Forest fires +I-AIR-HCFC142b emissions (Gg) Grassland fires +I-AIR-HCFC142b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC142b emissions (Gg) Other vegetation fires +I-AIR-HCFC142b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC142b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC142b emissions (Gg) Wastewater handling +I-AIR-HCFC142b emissions (Gg) Waste incineration +I-AIR-HCFC142b emissions (Gg) Other waste handling +I-AIR-HCFC142b emissions (Gg) Fossil fuel fires +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC142b emissions (Gg) Other sources +EFBUILT emissions (Gg) Total +EFCROPLAND emissions (Gg) Total +EFFISH emissions (Gg) Total +EFFOREST emissions (Gg) Total +EFGRAZING emissions (Gg) Total +WF emissions (Gg) -Deprecated Crop Water Use -Deprecated +WF emissions (Gg) -Deprecated Blue Water -Deprecated +WF emissions (Gg) -Deprecated Green Water -Deprecated +WF emissions (Gg) -Deprecated Grey Water -Deprecated +WF emissions (Gg) -Deprecated Total -Deprecated +Employment emissions (Gg) Male +Employment emissions (Gg) Female +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), including Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, including Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, including Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, including Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, including Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, including Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, including Biomass Burning Total +DEPRECATED Total emissions of CO2-e (Gg) Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF and biomass burning Total +DEPRECATED Total emissions of CO2 (Gg), excluding LULUCF Total +Value added, Total (000 USD) Total +Value added, from wages (000 USD) Total +Value added, from taxes (000 USD) Total +Value added, from subsidies (000 USD) Total +Value added from NOS (000 USD) Total +Value added from NMI (000 USD) Total +Value added from depreciation (000 USD) Total + DEPRECATED - Total energy use (TJ) Total +Dummy stressor, all 1s Total +Raw material inputs, itemized (t) A.999 - TOTAL +Raw material inputs, itemized (t) A.1.1.1 - Cereals +Raw material inputs, itemized (t) A.1.1.10 - Other crops +Raw material inputs, itemized (t) A.1.1.2 - Roots and tubers +Raw material inputs, itemized (t) A.1.1.3 - Sugar crops +Raw material inputs, itemized (t) A.1.1.4 - Pulses +Raw material inputs, itemized (t) A.1.1.5 - Nuts +Raw material inputs, itemized (t) A.1.1.6 - Oil bearing crops +Raw material inputs, itemized (t) A.1.1.7 - Vegetables +Raw material inputs, itemized (t) A.1.1.8 - Fruits +Raw material inputs, itemized (t) A.1.1.9 - Fibres +Raw material inputs, itemized (t) A.1.2.1 - Crop residues (used) +Raw material inputs, itemized (t) A.1.2.2.2 - Grazed biomass +Raw material inputs, itemized (t) A.1.3.1 - Timber (Industrial roundwood) +Raw material inputs, itemized (t) A.1.3.2 - Wood fuel and other extraction +Raw material inputs, itemized (t) A.2.1 - Iron Ores +Raw material inputs, itemized (t) A.2.2.1 - Copper ores - gross ore +Raw material inputs, itemized (t) A.2.2.2 - Nickel ores - gross ore +Raw material inputs, itemized (t) A.2.2.3 - Lead ores - gross ore +Raw material inputs, itemized (t) A.2.2.4 - Zinc ores - gross ore +Raw material inputs, itemized (t) A.2.2.5 - Tin ores - gross ore +Raw material inputs, itemized (t) A.2.2.6 - \Gold +Raw material inputs, itemized (t) A.2.2.7 - Bauxite and other aluminium ores - gross ore +Raw material inputs, itemized (t) A.2.2.8 - Uranium and thorium ores - gross ore +Raw material inputs, itemized (t) A.2.2.9 - Other metal ores - gross ore +Raw material inputs, itemized (t) A.3.1.1 - Ornamental or building stone +Raw material inputs, itemized (t) A.3.1.2 - Chalk and dolomite +Raw material inputs, itemized (t) A.3.1.4 - Chemical and fertilizer minerals +Raw material inputs, itemized (t) A.3.1.5 - Salt +Raw material inputs, itemized (t) A.3.1.6 - Other mining and quarrying products n.e.c +Raw material inputs, itemized (t) A.3.2 - Non-Metallic minerals - primarily construction +Raw material inputs, itemized (t) A.4.1.1 - Brown coal +Raw material inputs, itemized (t) A.4.1.2 - Hard coal +Raw material inputs, itemized (t) A.4.1.4 - Peat +Raw material inputs, itemized (t) A.4.2.1 - Crude oil and natural gas liquids +Raw material inputs, itemized (t) A.4.2.2 - Natural gas +Raw material inputs, total biomass (t) Total +Raw material inputs, total ores (t) Total +Raw material inputs, total construction material (t) Total +Raw material inputs, total fossil fuel (t) Total +Crop production, production by crop (t) abaca +Crop production, production by crop (t) agave +Crop production, production by crop (t) alfalfa +Crop production, production by crop (t) almond +Crop production, production by crop (t) aniseetc +Crop production, production by crop (t) apple +Crop production, production by crop (t) apricot +Crop production, production by crop (t) areca +Crop production, production by crop (t) artichoke +Crop production, production by crop (t) asparagus +Crop production, production by crop (t) avocado +Crop production, production by crop (t) bambara +Crop production, production by crop (t) banana +Crop production, production by crop (t) barley +Crop production, production by crop (t) bean +Crop production, production by crop (t) beetfor +Crop production, production by crop (t) berrynes +Crop production, production by crop (t) blueberry +Crop production, production by crop (t) brazil +Crop production, production by crop (t) broadbean +Crop production, production by crop (t) buckwheat +Crop production, production by crop (t) cabbage +Crop production, production by crop (t) cabbagefor +Crop production, production by crop (t) canaryseed +Crop production, production by crop (t) carob +Crop production, production by crop (t) carrot +Crop production, production by crop (t) carrotfor +Crop production, production by crop (t) cashew +Crop production, production by crop (t) cashewapple +Crop production, production by crop (t) cassava +Crop production, production by crop (t) castor +Crop production, production by crop (t) cauliflower +Crop production, production by crop (t) cerealnes +Crop production, production by crop (t) cherry +Crop production, production by crop (t) chestnut +Crop production, production by crop (t) chickpea +Crop production, production by crop (t) chicory +Crop production, production by crop (t) chilleetc +Crop production, production by crop (t) cinnamon +Crop production, production by crop (t) citrusnes +Crop production, production by crop (t) clove +Crop production, production by crop (t) clover +Crop production, production by crop (t) cocoa +Crop production, production by crop (t) coconut +Crop production, production by crop (t) coffee +Crop production, production by crop (t) cotton +Crop production, production by crop (t) cowpea +Crop production, production by crop (t) cranberry +Crop production, production by crop (t) cucumberetc +Crop production, production by crop (t) currant +Crop production, production by crop (t) date +Crop production, production by crop (t) eggplant +Crop production, production by crop (t) fibrenes +Crop production, production by crop (t) fig +Crop production, production by crop (t) flax +Crop production, production by crop (t) fonio +Crop production, production by crop (t) fornes +Crop production, production by crop (t) fruitnes +Crop production, production by crop (t) garlic +Crop production, production by crop (t) ginger +Crop production, production by crop (t) gooseberry +Crop production, production by crop (t) grape +Crop production, production by crop (t) grapefruitetc +Crop production, production by crop (t) grassnes +Crop production, production by crop (t) greenbean +Crop production, production by crop (t) greenbroadbean +Crop production, production by crop (t) greencorn +Crop production, production by crop (t) greenonion +Crop production, production by crop (t) greenpea +Crop production, production by crop (t) groundnut +Crop production, production by crop (t) hazelnut +Crop production, production by crop (t) hemp +Crop production, production by crop (t) hempseed +Crop production, production by crop (t) hop +Crop production, production by crop (t) jute +Crop production, production by crop (t) jutelikefiber +Crop production, production by crop (t) kapokfiber +Crop production, production by crop (t) kapokseed +Crop production, production by crop (t) karite +Crop production, production by crop (t) kiwi +Crop production, production by crop (t) kolanut +Crop production, production by crop (t) legumenes +Crop production, production by crop (t) lemonlime +Crop production, production by crop (t) lentil +Crop production, production by crop (t) lettuce +Crop production, production by crop (t) linseed +Crop production, production by crop (t) lupin +Crop production, production by crop (t) maize +Crop production, production by crop (t) maizefor +Crop production, production by crop (t) mango +Crop production, production by crop (t) mate +Crop production, production by crop (t) melonetc +Crop production, production by crop (t) melonseed +Crop production, production by crop (t) millet +Crop production, production by crop (t) mixedgrain +Crop production, production by crop (t) mixedgrass +Crop production, production by crop (t) mushroom +Crop production, production by crop (t) mustard +Crop production, production by crop (t) nutmeg +Crop production, production by crop (t) nutnes +Crop production, production by crop (t) oats +Crop production, production by crop (t) oilpalm +Crop production, production by crop (t) oilseedfor +Crop production, production by crop (t) oilseednes +Crop production, production by crop (t) okra +Crop production, production by crop (t) olive +Crop production, production by crop (t) onion +Crop production, production by crop (t) orange +Crop production, production by crop (t) papaya +Crop production, production by crop (t) pea +Crop production, production by crop (t) peachetc +Crop production, production by crop (t) pear +Crop production, production by crop (t) pepper +Crop production, production by crop (t) peppermint +Crop production, production by crop (t) persimmon +Crop production, production by crop (t) pigeonpea +Crop production, production by crop (t) pimento +Crop production, production by crop (t) pineapple +Crop production, production by crop (t) pistachio +Crop production, production by crop (t) plantain +Crop production, production by crop (t) plum +Crop production, production by crop (t) poppy +Crop production, production by crop (t) potato +Crop production, production by crop (t) pulsenes +Crop production, production by crop (t) pumpkinetc +Crop production, production by crop (t) pyrethrum +Crop production, production by crop (t) quince +Crop production, production by crop (t) quinoa +Crop production, production by crop (t) ramie +Crop production, production by crop (t) rapeseed +Crop production, production by crop (t) rasberry +Crop production, production by crop (t) rice +Crop production, production by crop (t) rootnes +Crop production, production by crop (t) rubber +Crop production, production by crop (t) rye +Crop production, production by crop (t) ryefor +Crop production, production by crop (t) safflower +Crop production, production by crop (t) sesame +Crop production, production by crop (t) sisal +Crop production, production by crop (t) sorghum +Crop production, production by crop (t) sorghumfor +Crop production, production by crop (t) sourcherry +Crop production, production by crop (t) soybean +Crop production, production by crop (t) spicenes +Crop production, production by crop (t) spinach +Crop production, production by crop (t) stonefruitnes +Crop production, production by crop (t) strawberry +Crop production, production by crop (t) stringbean +Crop production, production by crop (t) sugarbeet +Crop production, production by crop (t) sugarcane +Crop production, production by crop (t) sugarnes +Crop production, production by crop (t) sunflower +Crop production, production by crop (t) swedefor +Crop production, production by crop (t) sweetpotato +Crop production, production by crop (t) tangetc +Crop production, production by crop (t) taro +Crop production, production by crop (t) tea +Crop production, production by crop (t) tobacco +Crop production, production by crop (t) tomato +Crop production, production by crop (t) triticale +Crop production, production by crop (t) tropicalnes +Crop production, production by crop (t) tung +Crop production, production by crop (t) turnipfor +Crop production, production by crop (t) vanilla +Crop production, production by crop (t) vegetablenes +Crop production, production by crop (t) vegfor +Crop production, production by crop (t) vetch +Crop production, production by crop (t) walnut +Crop production, production by crop (t) watermelon +Crop production, production by crop (t) wheat +Crop production, production by crop (t) yam +Crop production, production by crop (t) yautia +Crop production, area per crop (ha) abaca +Crop production, area per crop (ha) agave +Crop production, area per crop (ha) alfalfa +Crop production, area per crop (ha) almond +Crop production, area per crop (ha) aniseetc +Crop production, area per crop (ha) apple +Crop production, area per crop (ha) apricot +Crop production, area per crop (ha) areca +Crop production, area per crop (ha) artichoke +Crop production, area per crop (ha) asparagus +Crop production, area per crop (ha) avocado +Crop production, area per crop (ha) bambara +Crop production, area per crop (ha) banana +Crop production, area per crop (ha) barley +Crop production, area per crop (ha) bean +Crop production, area per crop (ha) beetfor +Crop production, area per crop (ha) berrynes +Crop production, area per crop (ha) blueberry +Crop production, area per crop (ha) brazil +Crop production, area per crop (ha) broadbean +Crop production, area per crop (ha) buckwheat +Crop production, area per crop (ha) cabbage +Crop production, area per crop (ha) cabbagefor +Crop production, area per crop (ha) canaryseed +Crop production, area per crop (ha) carob +Crop production, area per crop (ha) carrot +Crop production, area per crop (ha) carrotfor +Crop production, area per crop (ha) cashew +Crop production, area per crop (ha) cashewapple +Crop production, area per crop (ha) cassava +Crop production, area per crop (ha) castor +Crop production, area per crop (ha) cauliflower +Crop production, area per crop (ha) cerealnes +Crop production, area per crop (ha) cherry +Crop production, area per crop (ha) chestnut +Crop production, area per crop (ha) chickpea +Crop production, area per crop (ha) chicory +Crop production, area per crop (ha) chilleetc +Crop production, area per crop (ha) cinnamon +Crop production, area per crop (ha) citrusnes +Crop production, area per crop (ha) clove +Crop production, area per crop (ha) clover +Crop production, area per crop (ha) cocoa +Crop production, area per crop (ha) coconut +Crop production, area per crop (ha) coffee +Crop production, area per crop (ha) cotton +Crop production, area per crop (ha) cowpea +Crop production, area per crop (ha) cranberry +Crop production, area per crop (ha) cucumberetc +Crop production, area per crop (ha) currant +Crop production, area per crop (ha) date +Crop production, area per crop (ha) eggplant +Crop production, area per crop (ha) fibrenes +Crop production, area per crop (ha) fig +Crop production, area per crop (ha) flax +Crop production, area per crop (ha) fonio +Crop production, area per crop (ha) fornes +Crop production, area per crop (ha) fruitnes +Crop production, area per crop (ha) garlic +Crop production, area per crop (ha) ginger +Crop production, area per crop (ha) gooseberry +Crop production, area per crop (ha) grape +Crop production, area per crop (ha) grapefruitetc +Crop production, area per crop (ha) grassnes +Crop production, area per crop (ha) greenbean +Crop production, area per crop (ha) greenbroadbean +Crop production, area per crop (ha) greencorn +Crop production, area per crop (ha) greenonion +Crop production, area per crop (ha) greenpea +Crop production, area per crop (ha) groundnut +Crop production, area per crop (ha) hazelnut +Crop production, area per crop (ha) hemp +Crop production, area per crop (ha) hempseed +Crop production, area per crop (ha) hop +Crop production, area per crop (ha) jute +Crop production, area per crop (ha) jutelikefiber +Crop production, area per crop (ha) kapokfiber +Crop production, area per crop (ha) kapokseed +Crop production, area per crop (ha) karite +Crop production, area per crop (ha) kiwi +Crop production, area per crop (ha) kolanut +Crop production, area per crop (ha) legumenes +Crop production, area per crop (ha) lemonlime +Crop production, area per crop (ha) lentil +Crop production, area per crop (ha) lettuce +Crop production, area per crop (ha) linseed +Crop production, area per crop (ha) lupin +Crop production, area per crop (ha) maize +Crop production, area per crop (ha) maizefor +Crop production, area per crop (ha) mango +Crop production, area per crop (ha) mate +Crop production, area per crop (ha) melonetc +Crop production, area per crop (ha) melonseed +Crop production, area per crop (ha) millet +Crop production, area per crop (ha) mixedgrain +Crop production, area per crop (ha) mixedgrass +Crop production, area per crop (ha) mushroom +Crop production, area per crop (ha) mustard +Crop production, area per crop (ha) nutmeg +Crop production, area per crop (ha) nutnes +Crop production, area per crop (ha) oats +Crop production, area per crop (ha) oilpalm +Crop production, area per crop (ha) oilseedfor +Crop production, area per crop (ha) oilseednes +Crop production, area per crop (ha) okra +Crop production, area per crop (ha) olive +Crop production, area per crop (ha) onion +Crop production, area per crop (ha) orange +Crop production, area per crop (ha) papaya +Crop production, area per crop (ha) pea +Crop production, area per crop (ha) peachetc +Crop production, area per crop (ha) pear +Crop production, area per crop (ha) pepper +Crop production, area per crop (ha) peppermint +Crop production, area per crop (ha) persimmon +Crop production, area per crop (ha) pigeonpea +Crop production, area per crop (ha) pimento +Crop production, area per crop (ha) pineapple +Crop production, area per crop (ha) pistachio +Crop production, area per crop (ha) plantain +Crop production, area per crop (ha) plum +Crop production, area per crop (ha) poppy +Crop production, area per crop (ha) potato +Crop production, area per crop (ha) pulsenes +Crop production, area per crop (ha) pumpkinetc +Crop production, area per crop (ha) pyrethrum +Crop production, area per crop (ha) quince +Crop production, area per crop (ha) quinoa +Crop production, area per crop (ha) ramie +Crop production, area per crop (ha) rapeseed +Crop production, area per crop (ha) rasberry +Crop production, area per crop (ha) rice +Crop production, area per crop (ha) rootnes +Crop production, area per crop (ha) rubber +Crop production, area per crop (ha) rye +Crop production, area per crop (ha) ryefor +Crop production, area per crop (ha) safflower +Crop production, area per crop (ha) sesame +Crop production, area per crop (ha) sisal +Crop production, area per crop (ha) sorghum +Crop production, area per crop (ha) sorghumfor +Crop production, area per crop (ha) sourcherry +Crop production, area per crop (ha) soybean +Crop production, area per crop (ha) spicenes +Crop production, area per crop (ha) spinach +Crop production, area per crop (ha) stonefruitnes +Crop production, area per crop (ha) strawberry +Crop production, area per crop (ha) stringbean +Crop production, area per crop (ha) sugarbeet +Crop production, area per crop (ha) sugarcane +Crop production, area per crop (ha) sugarnes +Crop production, area per crop (ha) sunflower +Crop production, area per crop (ha) swedefor +Crop production, area per crop (ha) sweetpotato +Crop production, area per crop (ha) tangetc +Crop production, area per crop (ha) taro +Crop production, area per crop (ha) tea +Crop production, area per crop (ha) tobacco +Crop production, area per crop (ha) tomato +Crop production, area per crop (ha) triticale +Crop production, area per crop (ha) tropicalnes +Crop production, area per crop (ha) tung +Crop production, area per crop (ha) turnipfor +Crop production, area per crop (ha) vanilla +Crop production, area per crop (ha) vegetablenes +Crop production, area per crop (ha) vegfor +Crop production, area per crop (ha) vetch +Crop production, area per crop (ha) walnut +Crop production, area per crop (ha) watermelon +Crop production, area per crop (ha) wheat +Crop production, area per crop (ha) yam +Crop production, area per crop (ha) yautia +Crop production, average yield per crop (hg/ha) abaca +Crop production, average yield per crop (hg/ha) agave +Crop production, average yield per crop (hg/ha) alfalfa +Crop production, average yield per crop (hg/ha) almond +Crop production, average yield per crop (hg/ha) aniseetc +Crop production, average yield per crop (hg/ha) apple +Crop production, average yield per crop (hg/ha) apricot +Crop production, average yield per crop (hg/ha) areca +Crop production, average yield per crop (hg/ha) artichoke +Crop production, average yield per crop (hg/ha) asparagus +Crop production, average yield per crop (hg/ha) avocado +Crop production, average yield per crop (hg/ha) bambara +Crop production, average yield per crop (hg/ha) banana +Crop production, average yield per crop (hg/ha) barley +Crop production, average yield per crop (hg/ha) bean +Crop production, average yield per crop (hg/ha) beetfor +Crop production, average yield per crop (hg/ha) berrynes +Crop production, average yield per crop (hg/ha) blueberry +Crop production, average yield per crop (hg/ha) brazil +Crop production, average yield per crop (hg/ha) broadbean +Crop production, average yield per crop (hg/ha) buckwheat +Crop production, average yield per crop (hg/ha) cabbage +Crop production, average yield per crop (hg/ha) cabbagefor +Crop production, average yield per crop (hg/ha) canaryseed +Crop production, average yield per crop (hg/ha) carob +Crop production, average yield per crop (hg/ha) carrot +Crop production, average yield per crop (hg/ha) carrotfor +Crop production, average yield per crop (hg/ha) cashew +Crop production, average yield per crop (hg/ha) cashewapple +Crop production, average yield per crop (hg/ha) cassava +Crop production, average yield per crop (hg/ha) castor +Crop production, average yield per crop (hg/ha) cauliflower +Crop production, average yield per crop (hg/ha) cerealnes +Crop production, average yield per crop (hg/ha) cherry +Crop production, average yield per crop (hg/ha) chestnut +Crop production, average yield per crop (hg/ha) chickpea +Crop production, average yield per crop (hg/ha) chicory +Crop production, average yield per crop (hg/ha) chilleetc +Crop production, average yield per crop (hg/ha) cinnamon +Crop production, average yield per crop (hg/ha) citrusnes +Crop production, average yield per crop (hg/ha) clove +Crop production, average yield per crop (hg/ha) clover +Crop production, average yield per crop (hg/ha) cocoa +Crop production, average yield per crop (hg/ha) coconut +Crop production, average yield per crop (hg/ha) coffee +Crop production, average yield per crop (hg/ha) cotton +Crop production, average yield per crop (hg/ha) cowpea +Crop production, average yield per crop (hg/ha) cranberry +Crop production, average yield per crop (hg/ha) cucumberetc +Crop production, average yield per crop (hg/ha) currant +Crop production, average yield per crop (hg/ha) date +Crop production, average yield per crop (hg/ha) eggplant +Crop production, average yield per crop (hg/ha) fibrenes +Crop production, average yield per crop (hg/ha) fig +Crop production, average yield per crop (hg/ha) flax +Crop production, average yield per crop (hg/ha) fonio +Crop production, average yield per crop (hg/ha) fornes +Crop production, average yield per crop (hg/ha) fruitnes +Crop production, average yield per crop (hg/ha) garlic +Crop production, average yield per crop (hg/ha) ginger +Crop production, average yield per crop (hg/ha) gooseberry +Crop production, average yield per crop (hg/ha) grape +Crop production, average yield per crop (hg/ha) grapefruitetc +Crop production, average yield per crop (hg/ha) grassnes +Crop production, average yield per crop (hg/ha) greenbean +Crop production, average yield per crop (hg/ha) greenbroadbean +Crop production, average yield per crop (hg/ha) greencorn +Crop production, average yield per crop (hg/ha) greenonion +Crop production, average yield per crop (hg/ha) greenpea +Crop production, average yield per crop (hg/ha) groundnut +Crop production, average yield per crop (hg/ha) hazelnut +Crop production, average yield per crop (hg/ha) hemp +Crop production, average yield per crop (hg/ha) hempseed +Crop production, average yield per crop (hg/ha) hop +Crop production, average yield per crop (hg/ha) jute +Crop production, average yield per crop (hg/ha) jutelikefiber +Crop production, average yield per crop (hg/ha) kapokfiber +Crop production, average yield per crop (hg/ha) kapokseed +Crop production, average yield per crop (hg/ha) karite +Crop production, average yield per crop (hg/ha) kiwi +Crop production, average yield per crop (hg/ha) kolanut +Crop production, average yield per crop (hg/ha) legumenes +Crop production, average yield per crop (hg/ha) lemonlime +Crop production, average yield per crop (hg/ha) lentil +Crop production, average yield per crop (hg/ha) lettuce +Crop production, average yield per crop (hg/ha) linseed +Crop production, average yield per crop (hg/ha) lupin +Crop production, average yield per crop (hg/ha) maize +Crop production, average yield per crop (hg/ha) maizefor +Crop production, average yield per crop (hg/ha) mango +Crop production, average yield per crop (hg/ha) mate +Crop production, average yield per crop (hg/ha) melonetc +Crop production, average yield per crop (hg/ha) melonseed +Crop production, average yield per crop (hg/ha) millet +Crop production, average yield per crop (hg/ha) mixedgrain +Crop production, average yield per crop (hg/ha) mixedgrass +Crop production, average yield per crop (hg/ha) mushroom +Crop production, average yield per crop (hg/ha) mustard +Crop production, average yield per crop (hg/ha) nutmeg +Crop production, average yield per crop (hg/ha) nutnes +Crop production, average yield per crop (hg/ha) oats +Crop production, average yield per crop (hg/ha) oilpalm +Crop production, average yield per crop (hg/ha) oilseedfor +Crop production, average yield per crop (hg/ha) oilseednes +Crop production, average yield per crop (hg/ha) okra +Crop production, average yield per crop (hg/ha) olive +Crop production, average yield per crop (hg/ha) onion +Crop production, average yield per crop (hg/ha) orange +Crop production, average yield per crop (hg/ha) papaya +Crop production, average yield per crop (hg/ha) pea +Crop production, average yield per crop (hg/ha) peachetc +Crop production, average yield per crop (hg/ha) pear +Crop production, average yield per crop (hg/ha) pepper +Crop production, average yield per crop (hg/ha) peppermint +Crop production, average yield per crop (hg/ha) persimmon +Crop production, average yield per crop (hg/ha) pigeonpea +Crop production, average yield per crop (hg/ha) pimento +Crop production, average yield per crop (hg/ha) pineapple +Crop production, average yield per crop (hg/ha) pistachio +Crop production, average yield per crop (hg/ha) plantain +Crop production, average yield per crop (hg/ha) plum +Crop production, average yield per crop (hg/ha) poppy +Crop production, average yield per crop (hg/ha) potato +Crop production, average yield per crop (hg/ha) pulsenes +Crop production, average yield per crop (hg/ha) pumpkinetc +Crop production, average yield per crop (hg/ha) pyrethrum +Crop production, average yield per crop (hg/ha) quince +Crop production, average yield per crop (hg/ha) quinoa +Crop production, average yield per crop (hg/ha) ramie +Crop production, average yield per crop (hg/ha) rapeseed +Crop production, average yield per crop (hg/ha) rasberry +Crop production, average yield per crop (hg/ha) rice +Crop production, average yield per crop (hg/ha) rootnes +Crop production, average yield per crop (hg/ha) rubber +Crop production, average yield per crop (hg/ha) rye +Crop production, average yield per crop (hg/ha) ryefor +Crop production, average yield per crop (hg/ha) safflower +Crop production, average yield per crop (hg/ha) sesame +Crop production, average yield per crop (hg/ha) sisal +Crop production, average yield per crop (hg/ha) sorghum +Crop production, average yield per crop (hg/ha) sorghumfor +Crop production, average yield per crop (hg/ha) sourcherry +Crop production, average yield per crop (hg/ha) soybean +Crop production, average yield per crop (hg/ha) spicenes +Crop production, average yield per crop (hg/ha) spinach +Crop production, average yield per crop (hg/ha) stonefruitnes +Crop production, average yield per crop (hg/ha) strawberry +Crop production, average yield per crop (hg/ha) stringbean +Crop production, average yield per crop (hg/ha) sugarbeet +Crop production, average yield per crop (hg/ha) sugarcane +Crop production, average yield per crop (hg/ha) sugarnes +Crop production, average yield per crop (hg/ha) sunflower +Crop production, average yield per crop (hg/ha) swedefor +Crop production, average yield per crop (hg/ha) sweetpotato +Crop production, average yield per crop (hg/ha) tangetc +Crop production, average yield per crop (hg/ha) taro +Crop production, average yield per crop (hg/ha) tea +Crop production, average yield per crop (hg/ha) tobacco +Crop production, average yield per crop (hg/ha) tomato +Crop production, average yield per crop (hg/ha) triticale +Crop production, average yield per crop (hg/ha) tropicalnes +Crop production, average yield per crop (hg/ha) tung +Crop production, average yield per crop (hg/ha) turnipfor +Crop production, average yield per crop (hg/ha) vanilla +Crop production, average yield per crop (hg/ha) vegetablenes +Crop production, average yield per crop (hg/ha) vegfor +Crop production, average yield per crop (hg/ha) vetch +Crop production, average yield per crop (hg/ha) walnut +Crop production, average yield per crop (hg/ha) watermelon +Crop production, average yield per crop (hg/ha) wheat +Crop production, average yield per crop (hg/ha) yam +Crop production, average yield per crop (hg/ha) yautia +Total cropland area (ha) Total +Total pasture area, per animal (ha) Horses +Total pasture area, per animal (ha) Cows +Total pasture area, per animal (ha) Pigs +Total pasture area, per animal (ha) Sheep +Total pasture area, per animal (ha) Goats +Total pasture area, per animal (ha) Poultry +NFertilizer emissions (kg) Total +PFertilizer emissions (kg) Total +NManure emissions (kg) Total +PManure emissions (kg) Total +N emissions from fertilizer and manure (kg) Total +P emissions from fertilizer and manure (kg) Total +Crop and pasture land, from FAO (1000 ha) Agricultural land +Crop and pasture land, from FAO (1000 ha) Agriculture +Crop and pasture land, from FAO (1000 ha) Agriculture area actually irrigated +Crop and pasture land, from FAO (1000 ha) Agriculture area certified organic +Crop and pasture land, from FAO (1000 ha) Agriculture area under organic agric. +Crop and pasture land, from FAO (1000 ha) Arable land +Crop and pasture land, from FAO (1000 ha) Coastal waters +Crop and pasture land, from FAO (1000 ha) Coastal waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Coastal waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Country area +Crop and pasture land, from FAO (1000 ha) Cropland +Crop and pasture land, from FAO (1000 ha) Cropland area actually irrigated +Crop and pasture land, from FAO (1000 ha) Cropland area certified organic +Crop and pasture land, from FAO (1000 ha) Cropland area under conservation tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under conventional tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under organic agric. +Crop and pasture land, from FAO (1000 ha) Cropland area under zero or no tillage +Crop and pasture land, from FAO (1000 ha) EEZ used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) EEZ used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Exclusive Economic Zone (EEZ) +Crop and pasture land, from FAO (1000 ha) Farm buildings & farmyards +Crop and pasture land, from FAO (1000 ha) Forest land +Crop and pasture land, from FAO (1000 ha) Forestry area actually irrigated +Crop and pasture land, from FAO (1000 ha) Inland waters +Crop and pasture land, from FAO (1000 ha) Inland waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Inland waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Land area +Crop and pasture land, from FAO (1000 ha) Land area actually irrigated +Crop and pasture land, from FAO (1000 ha) Land area equipped for irrigation +Crop and pasture land, from FAO (1000 ha) Land under perm. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under permanent crops +Crop and pasture land, from FAO (1000 ha) Land under protective cover +Crop and pasture land, from FAO (1000 ha) Land under temp. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under temporary crops +Crop and pasture land, from FAO (1000 ha) Land used for aquaculture +Crop and pasture land, from FAO (1000 ha) Land with temporary fallow +Crop and pasture land, from FAO (1000 ha) Naturally regenerating forest +Crop and pasture land, from FAO (1000 ha) Other land +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Cultivated +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Nat. growing +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area actually irrig. +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area certified organic +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area under organic agric. +Crop and pasture land, from FAO (1000 ha) Planted Forest +Crop and pasture land, from FAO (1000 ha) Primary Forest +Nitrogen emissions, itemzed (Gg) N2O (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) Total NFP (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NH3 (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NOx (Gg N) -All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) N exportable to water bodies (Gg N) - Ag and hhld waste water +DEPRECATED Water use by crops, total (m3) Total +DEPRECATED Water use, blue water (m3) Total +DEPRECATED Water use, green water (m3) Total +DEPRECATED Water use, grey water (m3) Total +DEPRECATED Water use, total (m3) Total +DEPRECATED Scarcity-weighted water use, for crops (m3) Total +DEPRECATED Scarcity-weighted water use, blue water (m3) Total +DEPRECATED Scarcity-weighted water use, green water (m3) Total +DEPRECATED Scarcity-weighted water use, grey water (m3) Total +DEPRECATED Scarcity-weighted water use, total (m3) Total +WFN: Water footprint of crop production* (Mm3/yr) - Green Total +WFN: Water footprint of crop production* (Mm3/yr) - Blue Total +WFN: Water footprint of crop production* (Mm3/yr) - Grey Total +WFN: Water footprint of grazing** (Mm3/yr) - Green Total +WFN: Water footprint of grazing** (Mm3/yr) - Blue Total +WFN: Water footprint of grazing** (Mm3/yr) - Grey Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Green Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Blue Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Grey Total +WFN: Water footprint of industrial production (Mm3/yr) - Green Total +WFN: Water footprint of industrial production (Mm3/yr) - Blue Total +WFN: Water footprint of industrial production (Mm3/yr) - Grey Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Green Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Blue Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Grey Total +WFN: Total water footprint (Mm3/yr) - Green Total +WFN: Total water footprint (Mm3/yr) - Blue Total +WFN: Total water footprint (Mm3/yr) - Grey Total +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|TOTALexcludingLULUCF|Gg +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg) using PRIMAPv2.1 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.1 Total +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.3|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.C|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.D|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.G|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.H|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|3.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|4|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|5|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|TOTALexcludingLULUCF|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG.ELV|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.C|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.D|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.G|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.H|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.C|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.D|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.G|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.H|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|3.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|4|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|5|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|TOTALexcludingLULUCF|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG.ELV|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|2|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|TOTALexcludingLULUCF|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|2|SF6 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|TOTALexcludingLULUCF|SF6 * gigagram / a +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg, AR4GWP100) using PRIMAPv2.4 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.4 Total +CO2 emissions (Gg) CDIACGgCO2FFuelCement from CDIAC Total +CO2 emissions (Gg) CDIACGgCO2Bunkers from CDIAC Total +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Buildings|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other industrial combustion|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other sectors|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Power Industry|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Transport|GgFossilCO2 +Total CO2 emissions (Gg) from EDGAR Total +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international aviation bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Coal +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Gas +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Oil +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international marine bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using purchasing power parities +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using exchange rates +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Population +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (Mtoe) +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (PJ) diff --git a/in/eora_io_data_2017/labels_T.txt b/in/eora_io_data_2017/labels_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84f00463d0ae6e4eb529e65aeb227d844c6391 --- /dev/null +++ b/in/eora_io_data_2017/labels_T.txt @@ -0,0 +1,4915 @@ +AFG AFG Industries Agriculture +AFG AFG Industries Fishing +AFG AFG Industries Mining and Quarrying +AFG AFG Industries Food & Beverages +AFG AFG Industries Textiles and Wearing Apparel +AFG AFG Industries Wood and Paper +AFG AFG Industries Petroleum, Chemical and Non-Metallic Mineral Products +AFG AFG Industries Metal Products +AFG AFG Industries Electrical and Machinery +AFG AFG Industries Transport Equipment +AFG AFG Industries Other Manufacturing +AFG AFG Industries Recycling +AFG AFG Industries Electricity, Gas and Water +AFG AFG Industries Construction +AFG AFG Industries Maintenance and Repair +AFG AFG Industries Wholesale Trade +AFG AFG Industries Retail Trade +AFG AFG Industries Hotels and Restraurants +AFG AFG Industries Transport +AFG AFG Industries Post and Telecommunications +AFG AFG Industries Finacial Intermediation and Business Activities +AFG AFG Industries Public Administration +AFG AFG Industries Education, Health and Other Services +AFG AFG Industries Private Households +AFG AFG Industries Others +AFG AFG Industries Re-export & Re-import +ALB ALB Industries Agriculture +ALB ALB Industries Fishing +ALB ALB Industries Mining and Quarrying +ALB ALB Industries Food & Beverages +ALB ALB Industries Textiles and Wearing Apparel +ALB ALB Industries Wood and Paper +ALB ALB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ALB ALB Industries Metal Products +ALB ALB Industries Electrical and Machinery +ALB ALB Industries Transport Equipment +ALB ALB Industries Other Manufacturing +ALB ALB Industries Recycling +ALB ALB Industries Electricity, Gas and Water +ALB ALB Industries Construction +ALB ALB Industries Maintenance and Repair +ALB ALB Industries Wholesale Trade +ALB ALB Industries Retail Trade +ALB ALB Industries Hotels and Restraurants +ALB ALB Industries Transport +ALB ALB Industries Post and Telecommunications +ALB ALB Industries Finacial Intermediation and Business Activities +ALB ALB Industries Public Administration +ALB ALB Industries Education, Health and Other Services +ALB ALB Industries Private Households +ALB ALB Industries Others +ALB ALB Industries Re-export & Re-import +DZA DZA Industries Agriculture +DZA DZA Industries Fishing +DZA DZA Industries Mining and Quarrying +DZA DZA Industries Food & Beverages +DZA DZA Industries Textiles and Wearing Apparel +DZA DZA Industries Wood and Paper +DZA DZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +DZA DZA Industries Metal Products +DZA DZA Industries Electrical and Machinery +DZA DZA Industries Transport Equipment +DZA DZA Industries Other Manufacturing +DZA DZA Industries Recycling +DZA DZA Industries Electricity, Gas and Water +DZA DZA Industries Construction +DZA DZA Industries Maintenance and Repair +DZA DZA Industries Wholesale Trade +DZA DZA Industries Retail Trade +DZA DZA Industries Hotels and Restraurants +DZA DZA Industries Transport +DZA DZA Industries Post and Telecommunications +DZA DZA Industries Finacial Intermediation and Business Activities +DZA DZA Industries Public Administration +DZA DZA Industries Education, Health and Other Services +DZA DZA Industries Private Households +DZA DZA Industries Others +DZA DZA Industries Re-export & Re-import +AND AND Industries Agriculture +AND AND Industries Fishing +AND AND Industries Mining and Quarrying +AND AND Industries Food & Beverages +AND AND Industries Textiles and Wearing Apparel +AND AND Industries Wood and Paper +AND AND Industries Petroleum, Chemical and Non-Metallic Mineral Products +AND AND Industries Metal Products +AND AND Industries Electrical and Machinery +AND AND Industries Transport Equipment +AND AND Industries Other Manufacturing +AND AND Industries Recycling +AND AND Industries Electricity, Gas and Water +AND AND Industries Construction +AND AND Industries Maintenance and Repair +AND AND Industries Wholesale Trade +AND AND Industries Retail Trade +AND AND Industries Hotels and Restraurants +AND AND Industries Transport +AND AND Industries Post and Telecommunications +AND AND Industries Finacial Intermediation and Business Activities +AND AND Industries Public Administration +AND AND Industries Education, Health and Other Services +AND AND Industries Private Households +AND AND Industries Others +AND AND Industries Re-export & Re-import +AGO AGO Industries Agriculture +AGO AGO Industries Fishing +AGO AGO Industries Mining and Quarrying +AGO AGO Industries Food & Beverages +AGO AGO Industries Textiles and Wearing Apparel +AGO AGO Industries Wood and Paper +AGO AGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +AGO AGO Industries Metal Products +AGO AGO Industries Electrical and Machinery +AGO AGO Industries Transport Equipment +AGO AGO Industries Other Manufacturing +AGO AGO Industries Recycling +AGO AGO Industries Electricity, Gas and Water +AGO AGO Industries Construction +AGO AGO Industries Maintenance and Repair +AGO AGO Industries Wholesale Trade +AGO AGO Industries Retail Trade +AGO AGO Industries Hotels and Restraurants +AGO AGO Industries Transport +AGO AGO Industries Post and Telecommunications +AGO AGO Industries Finacial Intermediation and Business Activities +AGO AGO Industries Public Administration +AGO AGO Industries Education, Health and Other Services +AGO AGO Industries Private Households +AGO AGO Industries Others +AGO AGO Industries Re-export & Re-import +ATG ATG Industries Agriculture +ATG ATG Industries Fishing +ATG ATG Industries Mining and Quarrying +ATG ATG Industries Food & Beverages +ATG ATG Industries Textiles and Wearing Apparel +ATG ATG Industries Wood and Paper +ATG ATG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ATG ATG Industries Metal Products +ATG ATG Industries Electrical and Machinery +ATG ATG Industries Transport Equipment +ATG ATG Industries Other Manufacturing +ATG ATG Industries Recycling +ATG ATG Industries Electricity, Gas and Water +ATG ATG Industries Construction +ATG ATG Industries Maintenance and Repair +ATG ATG Industries Wholesale Trade +ATG ATG Industries Retail Trade +ATG ATG Industries Hotels and Restraurants +ATG ATG Industries Transport +ATG ATG Industries Post and Telecommunications +ATG ATG Industries Finacial Intermediation and Business Activities +ATG ATG Industries Public Administration +ATG ATG Industries Education, Health and Other Services +ATG ATG Industries Private Households +ATG ATG Industries Others +ATG ATG Industries Re-export & Re-import +ARG ARG Industries Agriculture +ARG ARG Industries Fishing +ARG ARG Industries Mining and Quarrying +ARG ARG Industries Food & Beverages +ARG ARG Industries Textiles and Wearing Apparel +ARG ARG Industries Wood and Paper +ARG ARG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARG ARG Industries Metal Products +ARG ARG Industries Electrical and Machinery +ARG ARG Industries Transport Equipment +ARG ARG Industries Other Manufacturing +ARG ARG Industries Recycling +ARG ARG Industries Electricity, Gas and Water +ARG ARG Industries Construction +ARG ARG Industries Maintenance and Repair +ARG ARG Industries Wholesale Trade +ARG ARG Industries Retail Trade +ARG ARG Industries Hotels and Restraurants +ARG ARG Industries Transport +ARG ARG Industries Post and Telecommunications +ARG ARG Industries Finacial Intermediation and Business Activities +ARG ARG Industries Public Administration +ARG ARG Industries Education, Health and Other Services +ARG ARG Industries Private Households +ARG ARG Industries Others +ARG ARG Industries Re-export & Re-import +ARM ARM Industries Agriculture +ARM ARM Industries Fishing +ARM ARM Industries Mining and Quarrying +ARM ARM Industries Food & Beverages +ARM ARM Industries Textiles and Wearing Apparel +ARM ARM Industries Wood and Paper +ARM ARM Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARM ARM Industries Metal Products +ARM ARM Industries Electrical and Machinery +ARM ARM Industries Transport Equipment +ARM ARM Industries Other Manufacturing +ARM ARM Industries Recycling +ARM ARM Industries Electricity, Gas and Water +ARM ARM Industries Construction +ARM ARM Industries Maintenance and Repair +ARM ARM Industries Wholesale Trade +ARM ARM Industries Retail Trade +ARM ARM Industries Hotels and Restraurants +ARM ARM Industries Transport +ARM ARM Industries Post and Telecommunications +ARM ARM Industries Finacial Intermediation and Business Activities +ARM ARM Industries Public Administration +ARM ARM Industries Education, Health and Other Services +ARM ARM Industries Private Households +ARM ARM Industries Others +ARM ARM Industries Re-export & Re-import +ABW ABW Industries Agriculture +ABW ABW Industries Fishing +ABW ABW Industries Mining and Quarrying +ABW ABW Industries Food & Beverages +ABW ABW Industries Textiles and Wearing Apparel +ABW ABW Industries Wood and Paper +ABW ABW Industries Petroleum, Chemical and Non-Metallic Mineral Products +ABW ABW Industries Metal Products +ABW ABW Industries Electrical and Machinery +ABW ABW Industries Transport Equipment +ABW ABW Industries Other Manufacturing +ABW ABW Industries Recycling +ABW ABW Industries Electricity, Gas and Water +ABW ABW Industries Construction +ABW ABW Industries Maintenance and Repair +ABW ABW Industries Wholesale Trade +ABW ABW Industries Retail Trade +ABW ABW Industries Hotels and Restraurants +ABW ABW Industries Transport +ABW ABW Industries Post and Telecommunications +ABW ABW Industries Finacial Intermediation and Business Activities +ABW ABW Industries Public Administration +ABW ABW Industries Education, Health and Other Services +ABW ABW Industries Private Households +ABW ABW Industries Others +ABW ABW Industries Re-export & Re-import +AUS AUS Industries Agriculture +AUS AUS Industries Fishing +AUS AUS Industries Mining and Quarrying +AUS AUS Industries Food & Beverages +AUS AUS Industries Textiles and Wearing Apparel +AUS AUS Industries Wood and Paper +AUS AUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUS AUS Industries Metal Products +AUS AUS Industries Electrical and Machinery +AUS AUS Industries Transport Equipment +AUS AUS Industries Other Manufacturing +AUS AUS Industries Recycling +AUS AUS Industries Electricity, Gas and Water +AUS AUS Industries Construction +AUS AUS Industries Maintenance and Repair +AUS AUS Industries Wholesale Trade +AUS AUS Industries Retail Trade +AUS AUS Industries Hotels and Restraurants +AUS AUS Industries Transport +AUS AUS Industries Post and Telecommunications +AUS AUS Industries Finacial Intermediation and Business Activities +AUS AUS Industries Public Administration +AUS AUS Industries Education, Health and Other Services +AUS AUS Industries Private Households +AUS AUS Industries Others +AUS AUS Industries Re-export & Re-import +AUT AUT Industries Agriculture +AUT AUT Industries Fishing +AUT AUT Industries Mining and Quarrying +AUT AUT Industries Food & Beverages +AUT AUT Industries Textiles and Wearing Apparel +AUT AUT Industries Wood and Paper +AUT AUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUT AUT Industries Metal Products +AUT AUT Industries Electrical and Machinery +AUT AUT Industries Transport Equipment +AUT AUT Industries Other Manufacturing +AUT AUT Industries Recycling +AUT AUT Industries Electricity, Gas and Water +AUT AUT Industries Construction +AUT AUT Industries Maintenance and Repair +AUT AUT Industries Wholesale Trade +AUT AUT Industries Retail Trade +AUT AUT Industries Hotels and Restraurants +AUT AUT Industries Transport +AUT AUT Industries Post and Telecommunications +AUT AUT Industries Finacial Intermediation and Business Activities +AUT AUT Industries Public Administration +AUT AUT Industries Education, Health and Other Services +AUT AUT Industries Private Households +AUT AUT Industries Others +AUT AUT Industries Re-export & Re-import +AZE AZE Industries Agriculture +AZE AZE Industries Fishing +AZE AZE Industries Mining and Quarrying +AZE AZE Industries Food & Beverages +AZE AZE Industries Textiles and Wearing Apparel +AZE AZE Industries Wood and Paper +AZE AZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +AZE AZE Industries Metal Products +AZE AZE Industries Electrical and Machinery +AZE AZE Industries Transport Equipment +AZE AZE Industries Other Manufacturing +AZE AZE Industries Recycling +AZE AZE Industries Electricity, Gas and Water +AZE AZE Industries Construction +AZE AZE Industries Maintenance and Repair +AZE AZE Industries Wholesale Trade +AZE AZE Industries Retail Trade +AZE AZE Industries Hotels and Restraurants +AZE AZE Industries Transport +AZE AZE Industries Post and Telecommunications +AZE AZE Industries Finacial Intermediation and Business Activities +AZE AZE Industries Public Administration +AZE AZE Industries Education, Health and Other Services +AZE AZE Industries Private Households +AZE AZE Industries Others +AZE AZE Industries Re-export & Re-import +BHS BHS Industries Agriculture +BHS BHS Industries Fishing +BHS BHS Industries Mining and Quarrying +BHS BHS Industries Food & Beverages +BHS BHS Industries Textiles and Wearing Apparel +BHS BHS Industries Wood and Paper +BHS BHS Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHS BHS Industries Metal Products +BHS BHS Industries Electrical and Machinery +BHS BHS Industries Transport Equipment +BHS BHS Industries Other Manufacturing +BHS BHS Industries Recycling +BHS BHS Industries Electricity, Gas and Water +BHS BHS Industries Construction +BHS BHS Industries Maintenance and Repair +BHS BHS Industries Wholesale Trade +BHS BHS Industries Retail Trade +BHS BHS Industries Hotels and Restraurants +BHS BHS Industries Transport +BHS BHS Industries Post and Telecommunications +BHS BHS Industries Finacial Intermediation and Business Activities +BHS BHS Industries Public Administration +BHS BHS Industries Education, Health and Other Services +BHS BHS Industries Private Households +BHS BHS Industries Others +BHS BHS Industries Re-export & Re-import +BHR BHR Industries Agriculture +BHR BHR Industries Fishing +BHR BHR Industries Mining and Quarrying +BHR BHR Industries Food & Beverages +BHR BHR Industries Textiles and Wearing Apparel +BHR BHR Industries Wood and Paper +BHR BHR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHR BHR Industries Metal Products +BHR BHR Industries Electrical and Machinery +BHR BHR Industries Transport Equipment +BHR BHR Industries Other Manufacturing +BHR BHR Industries Recycling +BHR BHR Industries Electricity, Gas and Water +BHR BHR Industries Construction +BHR BHR Industries Maintenance and Repair +BHR BHR Industries Wholesale Trade +BHR BHR Industries Retail Trade +BHR BHR Industries Hotels and Restraurants +BHR BHR Industries Transport +BHR BHR Industries Post and Telecommunications +BHR BHR Industries Finacial Intermediation and Business Activities +BHR BHR Industries Public Administration +BHR BHR Industries Education, Health and Other Services +BHR BHR Industries Private Households +BHR BHR Industries Others +BHR BHR Industries Re-export & Re-import +BGD BGD Industries Agriculture +BGD BGD Industries Fishing +BGD BGD Industries Mining and Quarrying +BGD BGD Industries Food & Beverages +BGD BGD Industries Textiles and Wearing Apparel +BGD BGD Industries Wood and Paper +BGD BGD Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGD BGD Industries Metal Products +BGD BGD Industries Electrical and Machinery +BGD BGD Industries Transport Equipment +BGD BGD Industries Other Manufacturing +BGD BGD Industries Recycling +BGD BGD Industries Electricity, Gas and Water +BGD BGD Industries Construction +BGD BGD Industries Maintenance and Repair +BGD BGD Industries Wholesale Trade +BGD BGD Industries Retail Trade +BGD BGD Industries Hotels and Restraurants +BGD BGD Industries Transport +BGD BGD Industries Post and Telecommunications +BGD BGD Industries Finacial Intermediation and Business Activities +BGD BGD Industries Public Administration +BGD BGD Industries Education, Health and Other Services +BGD BGD Industries Private Households +BGD BGD Industries Others +BGD BGD Industries Re-export & Re-import +BRB BRB Industries Agriculture +BRB BRB Industries Fishing +BRB BRB Industries Mining and Quarrying +BRB BRB Industries Food & Beverages +BRB BRB Industries Textiles and Wearing Apparel +BRB BRB Industries Wood and Paper +BRB BRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRB BRB Industries Metal Products +BRB BRB Industries Electrical and Machinery +BRB BRB Industries Transport Equipment +BRB BRB Industries Other Manufacturing +BRB BRB Industries Recycling +BRB BRB Industries Electricity, Gas and Water +BRB BRB Industries Construction +BRB BRB Industries Maintenance and Repair +BRB BRB Industries Wholesale Trade +BRB BRB Industries Retail Trade +BRB BRB Industries Hotels and Restraurants +BRB BRB Industries Transport +BRB BRB Industries Post and Telecommunications +BRB BRB Industries Finacial Intermediation and Business Activities +BRB BRB Industries Public Administration +BRB BRB Industries Education, Health and Other Services +BRB BRB Industries Private Households +BRB BRB Industries Others +BRB BRB Industries Re-export & Re-import +BLR BLR Industries Agriculture +BLR BLR Industries Fishing +BLR BLR Industries Mining and Quarrying +BLR BLR Industries Food & Beverages +BLR BLR Industries Textiles and Wearing Apparel +BLR BLR Industries Wood and Paper +BLR BLR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLR BLR Industries Metal Products +BLR BLR Industries Electrical and Machinery +BLR BLR Industries Transport Equipment +BLR BLR Industries Other Manufacturing +BLR BLR Industries Recycling +BLR BLR Industries Electricity, Gas and Water +BLR BLR Industries Construction +BLR BLR Industries Maintenance and Repair +BLR BLR Industries Wholesale Trade +BLR BLR Industries Retail Trade +BLR BLR Industries Hotels and Restraurants +BLR BLR Industries Transport +BLR BLR Industries Post and Telecommunications +BLR BLR Industries Finacial Intermediation and Business Activities +BLR BLR Industries Public Administration +BLR BLR Industries Education, Health and Other Services +BLR BLR Industries Private Households +BLR BLR Industries Others +BLR BLR Industries Re-export & Re-import +BEL BEL Industries Agriculture +BEL BEL Industries Fishing +BEL BEL Industries Mining and Quarrying +BEL BEL Industries Food & Beverages +BEL BEL Industries Textiles and Wearing Apparel +BEL BEL Industries Wood and Paper +BEL BEL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEL BEL Industries Metal Products +BEL BEL Industries Electrical and Machinery +BEL BEL Industries Transport Equipment +BEL BEL Industries Other Manufacturing +BEL BEL Industries Recycling +BEL BEL Industries Electricity, Gas and Water +BEL BEL Industries Construction +BEL BEL Industries Maintenance and Repair +BEL BEL Industries Wholesale Trade +BEL BEL Industries Retail Trade +BEL BEL Industries Hotels and Restraurants +BEL BEL Industries Transport +BEL BEL Industries Post and Telecommunications +BEL BEL Industries Finacial Intermediation and Business Activities +BEL BEL Industries Public Administration +BEL BEL Industries Education, Health and Other Services +BEL BEL Industries Private Households +BEL BEL Industries Others +BEL BEL Industries Re-export & Re-import +BLZ BLZ Industries Agriculture +BLZ BLZ Industries Fishing +BLZ BLZ Industries Mining and Quarrying +BLZ BLZ Industries Food & Beverages +BLZ BLZ Industries Textiles and Wearing Apparel +BLZ BLZ Industries Wood and Paper +BLZ BLZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLZ BLZ Industries Metal Products +BLZ BLZ Industries Electrical and Machinery +BLZ BLZ Industries Transport Equipment +BLZ BLZ Industries Other Manufacturing +BLZ BLZ Industries Recycling +BLZ BLZ Industries Electricity, Gas and Water +BLZ BLZ Industries Construction +BLZ BLZ Industries Maintenance and Repair +BLZ BLZ Industries Wholesale Trade +BLZ BLZ Industries Retail Trade +BLZ BLZ Industries Hotels and Restraurants +BLZ BLZ Industries Transport +BLZ BLZ Industries Post and Telecommunications +BLZ BLZ Industries Finacial Intermediation and Business Activities +BLZ BLZ Industries Public Administration +BLZ BLZ Industries Education, Health and Other Services +BLZ BLZ Industries Private Households +BLZ BLZ Industries Others +BLZ BLZ Industries Re-export & Re-import +BEN BEN Industries Agriculture +BEN BEN Industries Fishing +BEN BEN Industries Mining and Quarrying +BEN BEN Industries Food & Beverages +BEN BEN Industries Textiles and Wearing Apparel +BEN BEN Industries Wood and Paper +BEN BEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEN BEN Industries Metal Products +BEN BEN Industries Electrical and Machinery +BEN BEN Industries Transport Equipment +BEN BEN Industries Other Manufacturing +BEN BEN Industries Recycling +BEN BEN Industries Electricity, Gas and Water +BEN BEN Industries Construction +BEN BEN Industries Maintenance and Repair +BEN BEN Industries Wholesale Trade +BEN BEN Industries Retail Trade +BEN BEN Industries Hotels and Restraurants +BEN BEN Industries Transport +BEN BEN Industries Post and Telecommunications +BEN BEN Industries Finacial Intermediation and Business Activities +BEN BEN Industries Public Administration +BEN BEN Industries Education, Health and Other Services +BEN BEN Industries Private Households +BEN BEN Industries Others +BEN BEN Industries Re-export & Re-import +BMU BMU Industries Agriculture +BMU BMU Industries Fishing +BMU BMU Industries Mining and Quarrying +BMU BMU Industries Food & Beverages +BMU BMU Industries Textiles and Wearing Apparel +BMU BMU Industries Wood and Paper +BMU BMU Industries Petroleum, Chemical and Non-Metallic Mineral Products +BMU BMU Industries Metal Products +BMU BMU Industries Electrical and Machinery +BMU BMU Industries Transport Equipment +BMU BMU Industries Other Manufacturing +BMU BMU Industries Recycling +BMU BMU Industries Electricity, Gas and Water +BMU BMU Industries Construction +BMU BMU Industries Maintenance and Repair +BMU BMU Industries Wholesale Trade +BMU BMU Industries Retail Trade +BMU BMU Industries Hotels and Restraurants +BMU BMU Industries Transport +BMU BMU Industries Post and Telecommunications +BMU BMU Industries Finacial Intermediation and Business Activities +BMU BMU Industries Public Administration +BMU BMU Industries Education, Health and Other Services +BMU BMU Industries Private Households +BMU BMU Industries Others +BMU BMU Industries Re-export & Re-import +BTN BTN Industries Agriculture +BTN BTN Industries Fishing +BTN BTN Industries Mining and Quarrying +BTN BTN Industries Food & Beverages +BTN BTN Industries Textiles and Wearing Apparel +BTN BTN Industries Wood and Paper +BTN BTN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BTN BTN Industries Metal Products +BTN BTN Industries Electrical and Machinery +BTN BTN Industries Transport Equipment +BTN BTN Industries Other Manufacturing +BTN BTN Industries Recycling +BTN BTN Industries Electricity, Gas and Water +BTN BTN Industries Construction +BTN BTN Industries Maintenance and Repair +BTN BTN Industries Wholesale Trade +BTN BTN Industries Retail Trade +BTN BTN Industries Hotels and Restraurants +BTN BTN Industries Transport +BTN BTN Industries Post and Telecommunications +BTN BTN Industries Finacial Intermediation and Business Activities +BTN BTN Industries Public Administration +BTN BTN Industries Education, Health and Other Services +BTN BTN Industries Private Households +BTN BTN Industries Others +BTN BTN Industries Re-export & Re-import +BOL BOL Industries Agriculture +BOL BOL Industries Fishing +BOL BOL Industries Mining and Quarrying +BOL BOL Industries Food & Beverages +BOL BOL Industries Textiles and Wearing Apparel +BOL BOL Industries Wood and Paper +BOL BOL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BOL BOL Industries Metal Products +BOL BOL Industries Electrical and Machinery +BOL BOL Industries Transport Equipment +BOL BOL Industries Other Manufacturing +BOL BOL Industries Recycling +BOL BOL Industries Electricity, Gas and Water +BOL BOL Industries Construction +BOL BOL Industries Maintenance and Repair +BOL BOL Industries Wholesale Trade +BOL BOL Industries Retail Trade +BOL BOL Industries Hotels and Restraurants +BOL BOL Industries Transport +BOL BOL Industries Post and Telecommunications +BOL BOL Industries Finacial Intermediation and Business Activities +BOL BOL Industries Public Administration +BOL BOL Industries Education, Health and Other Services +BOL BOL Industries Private Households +BOL BOL Industries Others +BOL BOL Industries Re-export & Re-import +BIH BIH Industries Agriculture +BIH BIH Industries Fishing +BIH BIH Industries Mining and Quarrying +BIH BIH Industries Food & Beverages +BIH BIH Industries Textiles and Wearing Apparel +BIH BIH Industries Wood and Paper +BIH BIH Industries Petroleum, Chemical and Non-Metallic Mineral Products +BIH BIH Industries Metal Products +BIH BIH Industries Electrical and Machinery +BIH BIH Industries Transport Equipment +BIH BIH Industries Other Manufacturing +BIH BIH Industries Recycling +BIH BIH Industries Electricity, Gas and Water +BIH BIH Industries Construction +BIH BIH Industries Maintenance and Repair +BIH BIH Industries Wholesale Trade +BIH BIH Industries Retail Trade +BIH BIH Industries Hotels and Restraurants +BIH BIH Industries Transport +BIH BIH Industries Post and Telecommunications +BIH BIH Industries Finacial Intermediation and Business Activities +BIH BIH Industries Public Administration +BIH BIH Industries Education, Health and Other Services +BIH BIH Industries Private Households +BIH BIH Industries Others +BIH BIH Industries Re-export & Re-import +BWA BWA Industries Agriculture +BWA BWA Industries Fishing +BWA BWA Industries Mining and Quarrying +BWA BWA Industries Food & Beverages +BWA BWA Industries Textiles and Wearing Apparel +BWA BWA Industries Wood and Paper +BWA BWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BWA BWA Industries Metal Products +BWA BWA Industries Electrical and Machinery +BWA BWA Industries Transport Equipment +BWA BWA Industries Other Manufacturing +BWA BWA Industries Recycling +BWA BWA Industries Electricity, Gas and Water +BWA BWA Industries Construction +BWA BWA Industries Maintenance and Repair +BWA BWA Industries Wholesale Trade +BWA BWA Industries Retail Trade +BWA BWA Industries Hotels and Restraurants +BWA BWA Industries Transport +BWA BWA Industries Post and Telecommunications +BWA BWA Industries Finacial Intermediation and Business Activities +BWA BWA Industries Public Administration +BWA BWA Industries Education, Health and Other Services +BWA BWA Industries Private Households +BWA BWA Industries Others +BWA BWA Industries Re-export & Re-import +BRA BRA Industries Agriculture +BRA BRA Industries Fishing +BRA BRA Industries Mining and Quarrying +BRA BRA Industries Food & Beverages +BRA BRA Industries Textiles and Wearing Apparel +BRA BRA Industries Wood and Paper +BRA BRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRA BRA Industries Metal Products +BRA BRA Industries Electrical and Machinery +BRA BRA Industries Transport Equipment +BRA BRA Industries Other Manufacturing +BRA BRA Industries Recycling +BRA BRA Industries Electricity, Gas and Water +BRA BRA Industries Construction +BRA BRA Industries Maintenance and Repair +BRA BRA Industries Wholesale Trade +BRA BRA Industries Retail Trade +BRA BRA Industries Hotels and Restraurants +BRA BRA Industries Transport +BRA BRA Industries Post and Telecommunications +BRA BRA Industries Finacial Intermediation and Business Activities +BRA BRA Industries Public Administration +BRA BRA Industries Education, Health and Other Services +BRA BRA Industries Private Households +BRA BRA Industries Others +BRA BRA Industries Re-export & Re-import +VGB VGB Industries Agriculture +VGB VGB Industries Fishing +VGB VGB Industries Mining and Quarrying +VGB VGB Industries Food & Beverages +VGB VGB Industries Textiles and Wearing Apparel +VGB VGB Industries Wood and Paper +VGB VGB Industries Petroleum, Chemical and Non-Metallic Mineral Products +VGB VGB Industries Metal Products +VGB VGB Industries Electrical and Machinery +VGB VGB Industries Transport Equipment +VGB VGB Industries Other Manufacturing +VGB VGB Industries Recycling +VGB VGB Industries Electricity, Gas and Water +VGB VGB Industries Construction +VGB VGB Industries Maintenance and Repair +VGB VGB Industries Wholesale Trade +VGB VGB Industries Retail Trade +VGB VGB Industries Hotels and Restraurants +VGB VGB Industries Transport +VGB VGB Industries Post and Telecommunications +VGB VGB Industries Finacial Intermediation and Business Activities +VGB VGB Industries Public Administration +VGB VGB Industries Education, Health and Other Services +VGB VGB Industries Private Households +VGB VGB Industries Others +VGB VGB Industries Re-export & Re-import +BRN BRN Industries Agriculture +BRN BRN Industries Fishing +BRN BRN Industries Mining and Quarrying +BRN BRN Industries Food & Beverages +BRN BRN Industries Textiles and Wearing Apparel +BRN BRN Industries Wood and Paper +BRN BRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRN BRN Industries Metal Products +BRN BRN Industries Electrical and Machinery +BRN BRN Industries Transport Equipment +BRN BRN Industries Other Manufacturing +BRN BRN Industries Recycling +BRN BRN Industries Electricity, Gas and Water +BRN BRN Industries Construction +BRN BRN Industries Maintenance and Repair +BRN BRN Industries Wholesale Trade +BRN BRN Industries Retail Trade +BRN BRN Industries Hotels and Restraurants +BRN BRN Industries Transport +BRN BRN Industries Post and Telecommunications +BRN BRN Industries Finacial Intermediation and Business Activities +BRN BRN Industries Public Administration +BRN BRN Industries Education, Health and Other Services +BRN BRN Industries Private Households +BRN BRN Industries Others +BRN BRN Industries Re-export & Re-import +BGR BGR Industries Agriculture +BGR BGR Industries Fishing +BGR BGR Industries Mining and Quarrying +BGR BGR Industries Food & Beverages +BGR BGR Industries Textiles and Wearing Apparel +BGR BGR Industries Wood and Paper +BGR BGR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGR BGR Industries Metal Products +BGR BGR Industries Electrical and Machinery +BGR BGR Industries Transport Equipment +BGR BGR Industries Other Manufacturing +BGR BGR Industries Recycling +BGR BGR Industries Electricity, Gas and Water +BGR BGR Industries Construction +BGR BGR Industries Maintenance and Repair +BGR BGR Industries Wholesale Trade +BGR BGR Industries Retail Trade +BGR BGR Industries Hotels and Restraurants +BGR BGR Industries Transport +BGR BGR Industries Post and Telecommunications +BGR BGR Industries Finacial Intermediation and Business Activities +BGR BGR Industries Public Administration +BGR BGR Industries Education, Health and Other Services +BGR BGR Industries Private Households +BGR BGR Industries Others +BGR BGR Industries Re-export & Re-import +BFA BFA Industries Agriculture +BFA BFA Industries Fishing +BFA BFA Industries Mining and Quarrying +BFA BFA Industries Food & Beverages +BFA BFA Industries Textiles and Wearing Apparel +BFA BFA Industries Wood and Paper +BFA BFA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BFA BFA Industries Metal Products +BFA BFA Industries Electrical and Machinery +BFA BFA Industries Transport Equipment +BFA BFA Industries Other Manufacturing +BFA BFA Industries Recycling +BFA BFA Industries Electricity, Gas and Water +BFA BFA Industries Construction +BFA BFA Industries Maintenance and Repair +BFA BFA Industries Wholesale Trade +BFA BFA Industries Retail Trade +BFA BFA Industries Hotels and Restraurants +BFA BFA Industries Transport +BFA BFA Industries Post and Telecommunications +BFA BFA Industries Finacial Intermediation and Business Activities +BFA BFA Industries Public Administration +BFA BFA Industries Education, Health and Other Services +BFA BFA Industries Private Households +BFA BFA Industries Others +BFA BFA Industries Re-export & Re-import +BDI BDI Industries Agriculture +BDI BDI Industries Fishing +BDI BDI Industries Mining and Quarrying +BDI BDI Industries Food & Beverages +BDI BDI Industries Textiles and Wearing Apparel +BDI BDI Industries Wood and Paper +BDI BDI Industries Petroleum, Chemical and Non-Metallic Mineral Products +BDI BDI Industries Metal Products +BDI BDI Industries Electrical and Machinery +BDI BDI Industries Transport Equipment +BDI BDI Industries Other Manufacturing +BDI BDI Industries Recycling +BDI BDI Industries Electricity, Gas and Water +BDI BDI Industries Construction +BDI BDI Industries Maintenance and Repair +BDI BDI Industries Wholesale Trade +BDI BDI Industries Retail Trade +BDI BDI Industries Hotels and Restraurants +BDI BDI Industries Transport +BDI BDI Industries Post and Telecommunications +BDI BDI Industries Finacial Intermediation and Business Activities +BDI BDI Industries Public Administration +BDI BDI Industries Education, Health and Other Services +BDI BDI Industries Private Households +BDI BDI Industries Others +BDI BDI Industries Re-export & Re-import +KHM KHM Industries Agriculture +KHM KHM Industries Fishing +KHM KHM Industries Mining and Quarrying +KHM KHM Industries Food & Beverages +KHM KHM Industries Textiles and Wearing Apparel +KHM KHM Industries Wood and Paper +KHM KHM Industries Petroleum, Chemical and Non-Metallic Mineral Products +KHM KHM Industries Metal Products +KHM KHM Industries Electrical and Machinery +KHM KHM Industries Transport Equipment +KHM KHM Industries Other Manufacturing +KHM KHM Industries Recycling +KHM KHM Industries Electricity, Gas and Water +KHM KHM Industries Construction +KHM KHM Industries Maintenance and Repair +KHM KHM Industries Wholesale Trade +KHM KHM Industries Retail Trade +KHM KHM Industries Hotels and Restraurants +KHM KHM Industries Transport +KHM KHM Industries Post and Telecommunications +KHM KHM Industries Finacial Intermediation and Business Activities +KHM KHM Industries Public Administration +KHM KHM Industries Education, Health and Other Services +KHM KHM Industries Private Households +KHM KHM Industries Others +KHM KHM Industries Re-export & Re-import +CMR CMR Industries Agriculture +CMR CMR Industries Fishing +CMR CMR Industries Mining and Quarrying +CMR CMR Industries Food & Beverages +CMR CMR Industries Textiles and Wearing Apparel +CMR CMR Industries Wood and Paper +CMR CMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +CMR CMR Industries Metal Products +CMR CMR Industries Electrical and Machinery +CMR CMR Industries Transport Equipment +CMR CMR Industries Other Manufacturing +CMR CMR Industries Recycling +CMR CMR Industries Electricity, Gas and Water +CMR CMR Industries Construction +CMR CMR Industries Maintenance and Repair +CMR CMR Industries Wholesale Trade +CMR CMR Industries Retail Trade +CMR CMR Industries Hotels and Restraurants +CMR CMR Industries Transport +CMR CMR Industries Post and Telecommunications +CMR CMR Industries Finacial Intermediation and Business Activities +CMR CMR Industries Public Administration +CMR CMR Industries Education, Health and Other Services +CMR CMR Industries Private Households +CMR CMR Industries Others +CMR CMR Industries Re-export & Re-import +CAN CAN Industries Agriculture +CAN CAN Industries Fishing +CAN CAN Industries Mining and Quarrying +CAN CAN Industries Food & Beverages +CAN CAN Industries Textiles and Wearing Apparel +CAN CAN Industries Wood and Paper +CAN CAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAN CAN Industries Metal Products +CAN CAN Industries Electrical and Machinery +CAN CAN Industries Transport Equipment +CAN CAN Industries Other Manufacturing +CAN CAN Industries Recycling +CAN CAN Industries Electricity, Gas and Water +CAN CAN Industries Construction +CAN CAN Industries Maintenance and Repair +CAN CAN Industries Wholesale Trade +CAN CAN Industries Retail Trade +CAN CAN Industries Hotels and Restraurants +CAN CAN Industries Transport +CAN CAN Industries Post and Telecommunications +CAN CAN Industries Finacial Intermediation and Business Activities +CAN CAN Industries Public Administration +CAN CAN Industries Education, Health and Other Services +CAN CAN Industries Private Households +CAN CAN Industries Others +CAN CAN Industries Re-export & Re-import +CPV CPV Industries Agriculture +CPV CPV Industries Fishing +CPV CPV Industries Mining and Quarrying +CPV CPV Industries Food & Beverages +CPV CPV Industries Textiles and Wearing Apparel +CPV CPV Industries Wood and Paper +CPV CPV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CPV CPV Industries Metal Products +CPV CPV Industries Electrical and Machinery +CPV CPV Industries Transport Equipment +CPV CPV Industries Other Manufacturing +CPV CPV Industries Recycling +CPV CPV Industries Electricity, Gas and Water +CPV CPV Industries Construction +CPV CPV Industries Maintenance and Repair +CPV CPV Industries Wholesale Trade +CPV CPV Industries Retail Trade +CPV CPV Industries Hotels and Restraurants +CPV CPV Industries Transport +CPV CPV Industries Post and Telecommunications +CPV CPV Industries Finacial Intermediation and Business Activities +CPV CPV Industries Public Administration +CPV CPV Industries Education, Health and Other Services +CPV CPV Industries Private Households +CPV CPV Industries Others +CPV CPV Industries Re-export & Re-import +CYM CYM Industries Agriculture +CYM CYM Industries Fishing +CYM CYM Industries Mining and Quarrying +CYM CYM Industries Food & Beverages +CYM CYM Industries Textiles and Wearing Apparel +CYM CYM Industries Wood and Paper +CYM CYM Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYM CYM Industries Metal Products +CYM CYM Industries Electrical and Machinery +CYM CYM Industries Transport Equipment +CYM CYM Industries Other Manufacturing +CYM CYM Industries Recycling +CYM CYM Industries Electricity, Gas and Water +CYM CYM Industries Construction +CYM CYM Industries Maintenance and Repair +CYM CYM Industries Wholesale Trade +CYM CYM Industries Retail Trade +CYM CYM Industries Hotels and Restraurants +CYM CYM Industries Transport +CYM CYM Industries Post and Telecommunications +CYM CYM Industries Finacial Intermediation and Business Activities +CYM CYM Industries Public Administration +CYM CYM Industries Education, Health and Other Services +CYM CYM Industries Private Households +CYM CYM Industries Others +CYM CYM Industries Re-export & Re-import +CAF CAF Industries Agriculture +CAF CAF Industries Fishing +CAF CAF Industries Mining and Quarrying +CAF CAF Industries Food & Beverages +CAF CAF Industries Textiles and Wearing Apparel +CAF CAF Industries Wood and Paper +CAF CAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAF CAF Industries Metal Products +CAF CAF Industries Electrical and Machinery +CAF CAF Industries Transport Equipment +CAF CAF Industries Other Manufacturing +CAF CAF Industries Recycling +CAF CAF Industries Electricity, Gas and Water +CAF CAF Industries Construction +CAF CAF Industries Maintenance and Repair +CAF CAF Industries Wholesale Trade +CAF CAF Industries Retail Trade +CAF CAF Industries Hotels and Restraurants +CAF CAF Industries Transport +CAF CAF Industries Post and Telecommunications +CAF CAF Industries Finacial Intermediation and Business Activities +CAF CAF Industries Public Administration +CAF CAF Industries Education, Health and Other Services +CAF CAF Industries Private Households +CAF CAF Industries Others +CAF CAF Industries Re-export & Re-import +TCD TCD Industries Agriculture +TCD TCD Industries Fishing +TCD TCD Industries Mining and Quarrying +TCD TCD Industries Food & Beverages +TCD TCD Industries Textiles and Wearing Apparel +TCD TCD Industries Wood and Paper +TCD TCD Industries Petroleum, Chemical and Non-Metallic Mineral Products +TCD TCD Industries Metal Products +TCD TCD Industries Electrical and Machinery +TCD TCD Industries Transport Equipment +TCD TCD Industries Other Manufacturing +TCD TCD Industries Recycling +TCD TCD Industries Electricity, Gas and Water +TCD TCD Industries Construction +TCD TCD Industries Maintenance and Repair +TCD TCD Industries Wholesale Trade +TCD TCD Industries Retail Trade +TCD TCD Industries Hotels and Restraurants +TCD TCD Industries Transport +TCD TCD Industries Post and Telecommunications +TCD TCD Industries Finacial Intermediation and Business Activities +TCD TCD Industries Public Administration +TCD TCD Industries Education, Health and Other Services +TCD TCD Industries Private Households +TCD TCD Industries Others +TCD TCD Industries Re-export & Re-import +CHL CHL Industries Agriculture +CHL CHL Industries Fishing +CHL CHL Industries Mining and Quarrying +CHL CHL Industries Food & Beverages +CHL CHL Industries Textiles and Wearing Apparel +CHL CHL Industries Wood and Paper +CHL CHL Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHL CHL Industries Metal Products +CHL CHL Industries Electrical and Machinery +CHL CHL Industries Transport Equipment +CHL CHL Industries Other Manufacturing +CHL CHL Industries Recycling +CHL CHL Industries Electricity, Gas and Water +CHL CHL Industries Construction +CHL CHL Industries Maintenance and Repair +CHL CHL Industries Wholesale Trade +CHL CHL Industries Retail Trade +CHL CHL Industries Hotels and Restraurants +CHL CHL Industries Transport +CHL CHL Industries Post and Telecommunications +CHL CHL Industries Finacial Intermediation and Business Activities +CHL CHL Industries Public Administration +CHL CHL Industries Education, Health and Other Services +CHL CHL Industries Private Households +CHL CHL Industries Others +CHL CHL Industries Re-export & Re-import +CHN CHN Commodities Agriculture +CHN CHN Commodities Fishing +CHN CHN Commodities Mining and Quarrying +CHN CHN Commodities Food & Beverages +CHN CHN Commodities Textiles and Wearing Apparel +CHN CHN Commodities Wood and Paper +CHN CHN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +CHN CHN Commodities Metal Products +CHN CHN Commodities Electrical and Machinery +CHN CHN Commodities Transport Equipment +CHN CHN Commodities Other Manufacturing +CHN CHN Commodities Recycling +CHN CHN Commodities Electricity, Gas and Water +CHN CHN Commodities Construction +CHN CHN Commodities Maintenance and Repair +CHN CHN Commodities Wholesale Trade +CHN CHN Commodities Retail Trade +CHN CHN Commodities Hotels and Restraurants +CHN CHN Commodities Transport +CHN CHN Commodities Post and Telecommunications +CHN CHN Commodities Finacial Intermediation and Business Activities +CHN CHN Commodities Public Administration +CHN CHN Commodities Education, Health and Other Services +CHN CHN Commodities Private Households +CHN CHN Commodities Others +CHN CHN Commodities Re-export & Re-import +COL COL Industries Agriculture +COL COL Industries Fishing +COL COL Industries Mining and Quarrying +COL COL Industries Food & Beverages +COL COL Industries Textiles and Wearing Apparel +COL COL Industries Wood and Paper +COL COL Industries Petroleum, Chemical and Non-Metallic Mineral Products +COL COL Industries Metal Products +COL COL Industries Electrical and Machinery +COL COL Industries Transport Equipment +COL COL Industries Other Manufacturing +COL COL Industries Recycling +COL COL Industries Electricity, Gas and Water +COL COL Industries Construction +COL COL Industries Maintenance and Repair +COL COL Industries Wholesale Trade +COL COL Industries Retail Trade +COL COL Industries Hotels and Restraurants +COL COL Industries Transport +COL COL Industries Post and Telecommunications +COL COL Industries Finacial Intermediation and Business Activities +COL COL Industries Public Administration +COL COL Industries Education, Health and Other Services +COL COL Industries Private Households +COL COL Industries Others +COL COL Industries Re-export & Re-import +COG COG Industries Agriculture +COG COG Industries Fishing +COG COG Industries Mining and Quarrying +COG COG Industries Food & Beverages +COG COG Industries Textiles and Wearing Apparel +COG COG Industries Wood and Paper +COG COG Industries Petroleum, Chemical and Non-Metallic Mineral Products +COG COG Industries Metal Products +COG COG Industries Electrical and Machinery +COG COG Industries Transport Equipment +COG COG Industries Other Manufacturing +COG COG Industries Recycling +COG COG Industries Electricity, Gas and Water +COG COG Industries Construction +COG COG Industries Maintenance and Repair +COG COG Industries Wholesale Trade +COG COG Industries Retail Trade +COG COG Industries Hotels and Restraurants +COG COG Industries Transport +COG COG Industries Post and Telecommunications +COG COG Industries Finacial Intermediation and Business Activities +COG COG Industries Public Administration +COG COG Industries Education, Health and Other Services +COG COG Industries Private Households +COG COG Industries Others +COG COG Industries Re-export & Re-import +CRI CRI Industries Agriculture +CRI CRI Industries Fishing +CRI CRI Industries Mining and Quarrying +CRI CRI Industries Food & Beverages +CRI CRI Industries Textiles and Wearing Apparel +CRI CRI Industries Wood and Paper +CRI CRI Industries Petroleum, Chemical and Non-Metallic Mineral Products +CRI CRI Industries Metal Products +CRI CRI Industries Electrical and Machinery +CRI CRI Industries Transport Equipment +CRI CRI Industries Other Manufacturing +CRI CRI Industries Recycling +CRI CRI Industries Electricity, Gas and Water +CRI CRI Industries Construction +CRI CRI Industries Maintenance and Repair +CRI CRI Industries Wholesale Trade +CRI CRI Industries Retail Trade +CRI CRI Industries Hotels and Restraurants +CRI CRI Industries Transport +CRI CRI Industries Post and Telecommunications +CRI CRI Industries Finacial Intermediation and Business Activities +CRI CRI Industries Public Administration +CRI CRI Industries Education, Health and Other Services +CRI CRI Industries Private Households +CRI CRI Industries Others +CRI CRI Industries Re-export & Re-import +HRV HRV Industries Agriculture +HRV HRV Industries Fishing +HRV HRV Industries Mining and Quarrying +HRV HRV Industries Food & Beverages +HRV HRV Industries Textiles and Wearing Apparel +HRV HRV Industries Wood and Paper +HRV HRV Industries Petroleum, Chemical and Non-Metallic Mineral Products +HRV HRV Industries Metal Products +HRV HRV Industries Electrical and Machinery +HRV HRV Industries Transport Equipment +HRV HRV Industries Other Manufacturing +HRV HRV Industries Recycling +HRV HRV Industries Electricity, Gas and Water +HRV HRV Industries Construction +HRV HRV Industries Maintenance and Repair +HRV HRV Industries Wholesale Trade +HRV HRV Industries Retail Trade +HRV HRV Industries Hotels and Restraurants +HRV HRV Industries Transport +HRV HRV Industries Post and Telecommunications +HRV HRV Industries Finacial Intermediation and Business Activities +HRV HRV Industries Public Administration +HRV HRV Industries Education, Health and Other Services +HRV HRV Industries Private Households +HRV HRV Industries Others +HRV HRV Industries Re-export & Re-import +CUB CUB Industries Agriculture +CUB CUB Industries Fishing +CUB CUB Industries Mining and Quarrying +CUB CUB Industries Food & Beverages +CUB CUB Industries Textiles and Wearing Apparel +CUB CUB Industries Wood and Paper +CUB CUB Industries Petroleum, Chemical and Non-Metallic Mineral Products +CUB CUB Industries Metal Products +CUB CUB Industries Electrical and Machinery +CUB CUB Industries Transport Equipment +CUB CUB Industries Other Manufacturing +CUB CUB Industries Recycling +CUB CUB Industries Electricity, Gas and Water +CUB CUB Industries Construction +CUB CUB Industries Maintenance and Repair +CUB CUB Industries Wholesale Trade +CUB CUB Industries Retail Trade +CUB CUB Industries Hotels and Restraurants +CUB CUB Industries Transport +CUB CUB Industries Post and Telecommunications +CUB CUB Industries Finacial Intermediation and Business Activities +CUB CUB Industries Public Administration +CUB CUB Industries Education, Health and Other Services +CUB CUB Industries Private Households +CUB CUB Industries Others +CUB CUB Industries Re-export & Re-import +CYP CYP Industries Agriculture +CYP CYP Industries Fishing +CYP CYP Industries Mining and Quarrying +CYP CYP Industries Food & Beverages +CYP CYP Industries Textiles and Wearing Apparel +CYP CYP Industries Wood and Paper +CYP CYP Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYP CYP Industries Metal Products +CYP CYP Industries Electrical and Machinery +CYP CYP Industries Transport Equipment +CYP CYP Industries Other Manufacturing +CYP CYP Industries Recycling +CYP CYP Industries Electricity, Gas and Water +CYP CYP Industries Construction +CYP CYP Industries Maintenance and Repair +CYP CYP Industries Wholesale Trade +CYP CYP Industries Retail Trade +CYP CYP Industries Hotels and Restraurants +CYP CYP Industries Transport +CYP CYP Industries Post and Telecommunications +CYP CYP Industries Finacial Intermediation and Business Activities +CYP CYP Industries Public Administration +CYP CYP Industries Education, Health and Other Services +CYP CYP Industries Private Households +CYP CYP Industries Others +CYP CYP Industries Re-export & Re-import +CZE CZE Industries Agriculture +CZE CZE Industries Fishing +CZE CZE Industries Mining and Quarrying +CZE CZE Industries Food & Beverages +CZE CZE Industries Textiles and Wearing Apparel +CZE CZE Industries Wood and Paper +CZE CZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CZE CZE Industries Metal Products +CZE CZE Industries Electrical and Machinery +CZE CZE Industries Transport Equipment +CZE CZE Industries Other Manufacturing +CZE CZE Industries Recycling +CZE CZE Industries Electricity, Gas and Water +CZE CZE Industries Construction +CZE CZE Industries Maintenance and Repair +CZE CZE Industries Wholesale Trade +CZE CZE Industries Retail Trade +CZE CZE Industries Hotels and Restraurants +CZE CZE Industries Transport +CZE CZE Industries Post and Telecommunications +CZE CZE Industries Finacial Intermediation and Business Activities +CZE CZE Industries Public Administration +CZE CZE Industries Education, Health and Other Services +CZE CZE Industries Private Households +CZE CZE Industries Others +CZE CZE Industries Re-export & Re-import +CIV CIV Industries Agriculture +CIV CIV Industries Fishing +CIV CIV Industries Mining and Quarrying +CIV CIV Industries Food & Beverages +CIV CIV Industries Textiles and Wearing Apparel +CIV CIV Industries Wood and Paper +CIV CIV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CIV CIV Industries Metal Products +CIV CIV Industries Electrical and Machinery +CIV CIV Industries Transport Equipment +CIV CIV Industries Other Manufacturing +CIV CIV Industries Recycling +CIV CIV Industries Electricity, Gas and Water +CIV CIV Industries Construction +CIV CIV Industries Maintenance and Repair +CIV CIV Industries Wholesale Trade +CIV CIV Industries Retail Trade +CIV CIV Industries Hotels and Restraurants +CIV CIV Industries Transport +CIV CIV Industries Post and Telecommunications +CIV CIV Industries Finacial Intermediation and Business Activities +CIV CIV Industries Public Administration +CIV CIV Industries Education, Health and Other Services +CIV CIV Industries Private Households +CIV CIV Industries Others +CIV CIV Industries Re-export & Re-import +PRK PRK Industries Agriculture +PRK PRK Industries Fishing +PRK PRK Industries Mining and Quarrying +PRK PRK Industries Food & Beverages +PRK PRK Industries Textiles and Wearing Apparel +PRK PRK Industries Wood and Paper +PRK PRK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRK PRK Industries Metal Products +PRK PRK Industries Electrical and Machinery +PRK PRK Industries Transport Equipment +PRK PRK Industries Other Manufacturing +PRK PRK Industries Recycling +PRK PRK Industries Electricity, Gas and Water +PRK PRK Industries Construction +PRK PRK Industries Maintenance and Repair +PRK PRK Industries Wholesale Trade +PRK PRK Industries Retail Trade +PRK PRK Industries Hotels and Restraurants +PRK PRK Industries Transport +PRK PRK Industries Post and Telecommunications +PRK PRK Industries Finacial Intermediation and Business Activities +PRK PRK Industries Public Administration +PRK PRK Industries Education, Health and Other Services +PRK PRK Industries Private Households +PRK PRK Industries Others +PRK PRK Industries Re-export & Re-import +COD COD Industries Agriculture +COD COD Industries Fishing +COD COD Industries Mining and Quarrying +COD COD Industries Food & Beverages +COD COD Industries Textiles and Wearing Apparel +COD COD Industries Wood and Paper +COD COD Industries Petroleum, Chemical and Non-Metallic Mineral Products +COD COD Industries Metal Products +COD COD Industries Electrical and Machinery +COD COD Industries Transport Equipment +COD COD Industries Other Manufacturing +COD COD Industries Recycling +COD COD Industries Electricity, Gas and Water +COD COD Industries Construction +COD COD Industries Maintenance and Repair +COD COD Industries Wholesale Trade +COD COD Industries Retail Trade +COD COD Industries Hotels and Restraurants +COD COD Industries Transport +COD COD Industries Post and Telecommunications +COD COD Industries Finacial Intermediation and Business Activities +COD COD Industries Public Administration +COD COD Industries Education, Health and Other Services +COD COD Industries Private Households +COD COD Industries Others +COD COD Industries Re-export & Re-import +DNK DNK Industries Agriculture +DNK DNK Industries Fishing +DNK DNK Industries Mining and Quarrying +DNK DNK Industries Food & Beverages +DNK DNK Industries Textiles and Wearing Apparel +DNK DNK Industries Wood and Paper +DNK DNK Industries Petroleum, Chemical and Non-Metallic Mineral Products +DNK DNK Industries Metal Products +DNK DNK Industries Electrical and Machinery +DNK DNK Industries Transport Equipment +DNK DNK Industries Other Manufacturing +DNK DNK Industries Recycling +DNK DNK Industries Electricity, Gas and Water +DNK DNK Industries Construction +DNK DNK Industries Maintenance and Repair +DNK DNK Industries Wholesale Trade +DNK DNK Industries Retail Trade +DNK DNK Industries Hotels and Restraurants +DNK DNK Industries Transport +DNK DNK Industries Post and Telecommunications +DNK DNK Industries Finacial Intermediation and Business Activities +DNK DNK Industries Public Administration +DNK DNK Industries Education, Health and Other Services +DNK DNK Industries Private Households +DNK DNK Industries Others +DNK DNK Industries Re-export & Re-import +DJI DJI Industries Agriculture +DJI DJI Industries Fishing +DJI DJI Industries Mining and Quarrying +DJI DJI Industries Food & Beverages +DJI DJI Industries Textiles and Wearing Apparel +DJI DJI Industries Wood and Paper +DJI DJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +DJI DJI Industries Metal Products +DJI DJI Industries Electrical and Machinery +DJI DJI Industries Transport Equipment +DJI DJI Industries Other Manufacturing +DJI DJI Industries Recycling +DJI DJI Industries Electricity, Gas and Water +DJI DJI Industries Construction +DJI DJI Industries Maintenance and Repair +DJI DJI Industries Wholesale Trade +DJI DJI Industries Retail Trade +DJI DJI Industries Hotels and Restraurants +DJI DJI Industries Transport +DJI DJI Industries Post and Telecommunications +DJI DJI Industries Finacial Intermediation and Business Activities +DJI DJI Industries Public Administration +DJI DJI Industries Education, Health and Other Services +DJI DJI Industries Private Households +DJI DJI Industries Others +DJI DJI Industries Re-export & Re-import +DOM DOM Industries Agriculture +DOM DOM Industries Fishing +DOM DOM Industries Mining and Quarrying +DOM DOM Industries Food & Beverages +DOM DOM Industries Textiles and Wearing Apparel +DOM DOM Industries Wood and Paper +DOM DOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +DOM DOM Industries Metal Products +DOM DOM Industries Electrical and Machinery +DOM DOM Industries Transport Equipment +DOM DOM Industries Other Manufacturing +DOM DOM Industries Recycling +DOM DOM Industries Electricity, Gas and Water +DOM DOM Industries Construction +DOM DOM Industries Maintenance and Repair +DOM DOM Industries Wholesale Trade +DOM DOM Industries Retail Trade +DOM DOM Industries Hotels and Restraurants +DOM DOM Industries Transport +DOM DOM Industries Post and Telecommunications +DOM DOM Industries Finacial Intermediation and Business Activities +DOM DOM Industries Public Administration +DOM DOM Industries Education, Health and Other Services +DOM DOM Industries Private Households +DOM DOM Industries Others +DOM DOM Industries Re-export & Re-import +ECU ECU Industries Agriculture +ECU ECU Industries Fishing +ECU ECU Industries Mining and Quarrying +ECU ECU Industries Food & Beverages +ECU ECU Industries Textiles and Wearing Apparel +ECU ECU Industries Wood and Paper +ECU ECU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ECU ECU Industries Metal Products +ECU ECU Industries Electrical and Machinery +ECU ECU Industries Transport Equipment +ECU ECU Industries Other Manufacturing +ECU ECU Industries Recycling +ECU ECU Industries Electricity, Gas and Water +ECU ECU Industries Construction +ECU ECU Industries Maintenance and Repair +ECU ECU Industries Wholesale Trade +ECU ECU Industries Retail Trade +ECU ECU Industries Hotels and Restraurants +ECU ECU Industries Transport +ECU ECU Industries Post and Telecommunications +ECU ECU Industries Finacial Intermediation and Business Activities +ECU ECU Industries Public Administration +ECU ECU Industries Education, Health and Other Services +ECU ECU Industries Private Households +ECU ECU Industries Others +ECU ECU Industries Re-export & Re-import +EGY EGY Industries Agriculture +EGY EGY Industries Fishing +EGY EGY Industries Mining and Quarrying +EGY EGY Industries Food & Beverages +EGY EGY Industries Textiles and Wearing Apparel +EGY EGY Industries Wood and Paper +EGY EGY Industries Petroleum, Chemical and Non-Metallic Mineral Products +EGY EGY Industries Metal Products +EGY EGY Industries Electrical and Machinery +EGY EGY Industries Transport Equipment +EGY EGY Industries Other Manufacturing +EGY EGY Industries Recycling +EGY EGY Industries Electricity, Gas and Water +EGY EGY Industries Construction +EGY EGY Industries Maintenance and Repair +EGY EGY Industries Wholesale Trade +EGY EGY Industries Retail Trade +EGY EGY Industries Hotels and Restraurants +EGY EGY Industries Transport +EGY EGY Industries Post and Telecommunications +EGY EGY Industries Finacial Intermediation and Business Activities +EGY EGY Industries Public Administration +EGY EGY Industries Education, Health and Other Services +EGY EGY Industries Private Households +EGY EGY Industries Others +EGY EGY Industries Re-export & Re-import +SLV SLV Industries Agriculture +SLV SLV Industries Fishing +SLV SLV Industries Mining and Quarrying +SLV SLV Industries Food & Beverages +SLV SLV Industries Textiles and Wearing Apparel +SLV SLV Industries Wood and Paper +SLV SLV Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLV SLV Industries Metal Products +SLV SLV Industries Electrical and Machinery +SLV SLV Industries Transport Equipment +SLV SLV Industries Other Manufacturing +SLV SLV Industries Recycling +SLV SLV Industries Electricity, Gas and Water +SLV SLV Industries Construction +SLV SLV Industries Maintenance and Repair +SLV SLV Industries Wholesale Trade +SLV SLV Industries Retail Trade +SLV SLV Industries Hotels and Restraurants +SLV SLV Industries Transport +SLV SLV Industries Post and Telecommunications +SLV SLV Industries Finacial Intermediation and Business Activities +SLV SLV Industries Public Administration +SLV SLV Industries Education, Health and Other Services +SLV SLV Industries Private Households +SLV SLV Industries Others +SLV SLV Industries Re-export & Re-import +ERI ERI Industries Agriculture +ERI ERI Industries Fishing +ERI ERI Industries Mining and Quarrying +ERI ERI Industries Food & Beverages +ERI ERI Industries Textiles and Wearing Apparel +ERI ERI Industries Wood and Paper +ERI ERI Industries Petroleum, Chemical and Non-Metallic Mineral Products +ERI ERI Industries Metal Products +ERI ERI Industries Electrical and Machinery +ERI ERI Industries Transport Equipment +ERI ERI Industries Other Manufacturing +ERI ERI Industries Recycling +ERI ERI Industries Electricity, Gas and Water +ERI ERI Industries Construction +ERI ERI Industries Maintenance and Repair +ERI ERI Industries Wholesale Trade +ERI ERI Industries Retail Trade +ERI ERI Industries Hotels and Restraurants +ERI ERI Industries Transport +ERI ERI Industries Post and Telecommunications +ERI ERI Industries Finacial Intermediation and Business Activities +ERI ERI Industries Public Administration +ERI ERI Industries Education, Health and Other Services +ERI ERI Industries Private Households +ERI ERI Industries Others +ERI ERI Industries Re-export & Re-import +EST EST Industries Agriculture +EST EST Industries Fishing +EST EST Industries Mining and Quarrying +EST EST Industries Food & Beverages +EST EST Industries Textiles and Wearing Apparel +EST EST Industries Wood and Paper +EST EST Industries Petroleum, Chemical and Non-Metallic Mineral Products +EST EST Industries Metal Products +EST EST Industries Electrical and Machinery +EST EST Industries Transport Equipment +EST EST Industries Other Manufacturing +EST EST Industries Recycling +EST EST Industries Electricity, Gas and Water +EST EST Industries Construction +EST EST Industries Maintenance and Repair +EST EST Industries Wholesale Trade +EST EST Industries Retail Trade +EST EST Industries Hotels and Restraurants +EST EST Industries Transport +EST EST Industries Post and Telecommunications +EST EST Industries Finacial Intermediation and Business Activities +EST EST Industries Public Administration +EST EST Industries Education, Health and Other Services +EST EST Industries Private Households +EST EST Industries Others +EST EST Industries Re-export & Re-import +ETH ETH Industries Agriculture +ETH ETH Industries Fishing +ETH ETH Industries Mining and Quarrying +ETH ETH Industries Food & Beverages +ETH ETH Industries Textiles and Wearing Apparel +ETH ETH Industries Wood and Paper +ETH ETH Industries Petroleum, Chemical and Non-Metallic Mineral Products +ETH ETH Industries Metal Products +ETH ETH Industries Electrical and Machinery +ETH ETH Industries Transport Equipment +ETH ETH Industries Other Manufacturing +ETH ETH Industries Recycling +ETH ETH Industries Electricity, Gas and Water +ETH ETH Industries Construction +ETH ETH Industries Maintenance and Repair +ETH ETH Industries Wholesale Trade +ETH ETH Industries Retail Trade +ETH ETH Industries Hotels and Restraurants +ETH ETH Industries Transport +ETH ETH Industries Post and Telecommunications +ETH ETH Industries Finacial Intermediation and Business Activities +ETH ETH Industries Public Administration +ETH ETH Industries Education, Health and Other Services +ETH ETH Industries Private Households +ETH ETH Industries Others +ETH ETH Industries Re-export & Re-import +FJI FJI Industries Agriculture +FJI FJI Industries Fishing +FJI FJI Industries Mining and Quarrying +FJI FJI Industries Food & Beverages +FJI FJI Industries Textiles and Wearing Apparel +FJI FJI Industries Wood and Paper +FJI FJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +FJI FJI Industries Metal Products +FJI FJI Industries Electrical and Machinery +FJI FJI Industries Transport Equipment +FJI FJI Industries Other Manufacturing +FJI FJI Industries Recycling +FJI FJI Industries Electricity, Gas and Water +FJI FJI Industries Construction +FJI FJI Industries Maintenance and Repair +FJI FJI Industries Wholesale Trade +FJI FJI Industries Retail Trade +FJI FJI Industries Hotels and Restraurants +FJI FJI Industries Transport +FJI FJI Industries Post and Telecommunications +FJI FJI Industries Finacial Intermediation and Business Activities +FJI FJI Industries Public Administration +FJI FJI Industries Education, Health and Other Services +FJI FJI Industries Private Households +FJI FJI Industries Others +FJI FJI Industries Re-export & Re-import +FIN FIN Industries Agriculture +FIN FIN Industries Fishing +FIN FIN Industries Mining and Quarrying +FIN FIN Industries Food & Beverages +FIN FIN Industries Textiles and Wearing Apparel +FIN FIN Industries Wood and Paper +FIN FIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +FIN FIN Industries Metal Products +FIN FIN Industries Electrical and Machinery +FIN FIN Industries Transport Equipment +FIN FIN Industries Other Manufacturing +FIN FIN Industries Recycling +FIN FIN Industries Electricity, Gas and Water +FIN FIN Industries Construction +FIN FIN Industries Maintenance and Repair +FIN FIN Industries Wholesale Trade +FIN FIN Industries Retail Trade +FIN FIN Industries Hotels and Restraurants +FIN FIN Industries Transport +FIN FIN Industries Post and Telecommunications +FIN FIN Industries Finacial Intermediation and Business Activities +FIN FIN Industries Public Administration +FIN FIN Industries Education, Health and Other Services +FIN FIN Industries Private Households +FIN FIN Industries Others +FIN FIN Industries Re-export & Re-import +FRA FRA Industries Agriculture +FRA FRA Industries Fishing +FRA FRA Industries Mining and Quarrying +FRA FRA Industries Food & Beverages +FRA FRA Industries Textiles and Wearing Apparel +FRA FRA Industries Wood and Paper +FRA FRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +FRA FRA Industries Metal Products +FRA FRA Industries Electrical and Machinery +FRA FRA Industries Transport Equipment +FRA FRA Industries Other Manufacturing +FRA FRA Industries Recycling +FRA FRA Industries Electricity, Gas and Water +FRA FRA Industries Construction +FRA FRA Industries Maintenance and Repair +FRA FRA Industries Wholesale Trade +FRA FRA Industries Retail Trade +FRA FRA Industries Hotels and Restraurants +FRA FRA Industries Transport +FRA FRA Industries Post and Telecommunications +FRA FRA Industries Finacial Intermediation and Business Activities +FRA FRA Industries Public Administration +FRA FRA Industries Education, Health and Other Services +FRA FRA Industries Private Households +FRA FRA Industries Others +FRA FRA Industries Re-export & Re-import +PYF PYF Industries Agriculture +PYF PYF Industries Fishing +PYF PYF Industries Mining and Quarrying +PYF PYF Industries Food & Beverages +PYF PYF Industries Textiles and Wearing Apparel +PYF PYF Industries Wood and Paper +PYF PYF Industries Petroleum, Chemical and Non-Metallic Mineral Products +PYF PYF Industries Metal Products +PYF PYF Industries Electrical and Machinery +PYF PYF Industries Transport Equipment +PYF PYF Industries Other Manufacturing +PYF PYF Industries Recycling +PYF PYF Industries Electricity, Gas and Water +PYF PYF Industries Construction +PYF PYF Industries Maintenance and Repair +PYF PYF Industries Wholesale Trade +PYF PYF Industries Retail Trade +PYF PYF Industries Hotels and Restraurants +PYF PYF Industries Transport +PYF PYF Industries Post and Telecommunications +PYF PYF Industries Finacial Intermediation and Business Activities +PYF PYF Industries Public Administration +PYF PYF Industries Education, Health and Other Services +PYF PYF Industries Private Households +PYF PYF Industries Others +PYF PYF Industries Re-export & Re-import +GAB GAB Industries Agriculture +GAB GAB Industries Fishing +GAB GAB Industries Mining and Quarrying +GAB GAB Industries Food & Beverages +GAB GAB Industries Textiles and Wearing Apparel +GAB GAB Industries Wood and Paper +GAB GAB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GAB GAB Industries Metal Products +GAB GAB Industries Electrical and Machinery +GAB GAB Industries Transport Equipment +GAB GAB Industries Other Manufacturing +GAB GAB Industries Recycling +GAB GAB Industries Electricity, Gas and Water +GAB GAB Industries Construction +GAB GAB Industries Maintenance and Repair +GAB GAB Industries Wholesale Trade +GAB GAB Industries Retail Trade +GAB GAB Industries Hotels and Restraurants +GAB GAB Industries Transport +GAB GAB Industries Post and Telecommunications +GAB GAB Industries Finacial Intermediation and Business Activities +GAB GAB Industries Public Administration +GAB GAB Industries Education, Health and Other Services +GAB GAB Industries Private Households +GAB GAB Industries Others +GAB GAB Industries Re-export & Re-import +GMB GMB Industries Agriculture +GMB GMB Industries Fishing +GMB GMB Industries Mining and Quarrying +GMB GMB Industries Food & Beverages +GMB GMB Industries Textiles and Wearing Apparel +GMB GMB Industries Wood and Paper +GMB GMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GMB GMB Industries Metal Products +GMB GMB Industries Electrical and Machinery +GMB GMB Industries Transport Equipment +GMB GMB Industries Other Manufacturing +GMB GMB Industries Recycling +GMB GMB Industries Electricity, Gas and Water +GMB GMB Industries Construction +GMB GMB Industries Maintenance and Repair +GMB GMB Industries Wholesale Trade +GMB GMB Industries Retail Trade +GMB GMB Industries Hotels and Restraurants +GMB GMB Industries Transport +GMB GMB Industries Post and Telecommunications +GMB GMB Industries Finacial Intermediation and Business Activities +GMB GMB Industries Public Administration +GMB GMB Industries Education, Health and Other Services +GMB GMB Industries Private Households +GMB GMB Industries Others +GMB GMB Industries Re-export & Re-import +GEO GEO Industries Agriculture +GEO GEO Industries Fishing +GEO GEO Industries Mining and Quarrying +GEO GEO Industries Food & Beverages +GEO GEO Industries Textiles and Wearing Apparel +GEO GEO Industries Wood and Paper +GEO GEO Industries Petroleum, Chemical and Non-Metallic Mineral Products +GEO GEO Industries Metal Products +GEO GEO Industries Electrical and Machinery +GEO GEO Industries Transport Equipment +GEO GEO Industries Other Manufacturing +GEO GEO Industries Recycling +GEO GEO Industries Electricity, Gas and Water +GEO GEO Industries Construction +GEO GEO Industries Maintenance and Repair +GEO GEO Industries Wholesale Trade +GEO GEO Industries Retail Trade +GEO GEO Industries Hotels and Restraurants +GEO GEO Industries Transport +GEO GEO Industries Post and Telecommunications +GEO GEO Industries Finacial Intermediation and Business Activities +GEO GEO Industries Public Administration +GEO GEO Industries Education, Health and Other Services +GEO GEO Industries Private Households +GEO GEO Industries Others +GEO GEO Industries Re-export & Re-import +DEU DEU Commodities Agriculture +DEU DEU Commodities Fishing +DEU DEU Commodities Mining and Quarrying +DEU DEU Commodities Food & Beverages +DEU DEU Commodities Textiles and Wearing Apparel +DEU DEU Commodities Wood and Paper +DEU DEU Commodities Petroleum, Chemical and Non-Metallic Mineral Products +DEU DEU Commodities Metal Products +DEU DEU Commodities Electrical and Machinery +DEU DEU Commodities Transport Equipment +DEU DEU Commodities Other Manufacturing +DEU DEU Commodities Recycling +DEU DEU Commodities Electricity, Gas and Water +DEU DEU Commodities Construction +DEU DEU Commodities Maintenance and Repair +DEU DEU Commodities Wholesale Trade +DEU DEU Commodities Retail Trade +DEU DEU Commodities Hotels and Restraurants +DEU DEU Commodities Transport +DEU DEU Commodities Post and Telecommunications +DEU DEU Commodities Finacial Intermediation and Business Activities +DEU DEU Commodities Public Administration +DEU DEU Commodities Education, Health and Other Services +DEU DEU Commodities Private Households +DEU DEU Commodities Others +DEU DEU Commodities Re-export & Re-import +GHA GHA Industries Agriculture +GHA GHA Industries Fishing +GHA GHA Industries Mining and Quarrying +GHA GHA Industries Food & Beverages +GHA GHA Industries Textiles and Wearing Apparel +GHA GHA Industries Wood and Paper +GHA GHA Industries Petroleum, Chemical and Non-Metallic Mineral Products +GHA GHA Industries Metal Products +GHA GHA Industries Electrical and Machinery +GHA GHA Industries Transport Equipment +GHA GHA Industries Other Manufacturing +GHA GHA Industries Recycling +GHA GHA Industries Electricity, Gas and Water +GHA GHA Industries Construction +GHA GHA Industries Maintenance and Repair +GHA GHA Industries Wholesale Trade +GHA GHA Industries Retail Trade +GHA GHA Industries Hotels and Restraurants +GHA GHA Industries Transport +GHA GHA Industries Post and Telecommunications +GHA GHA Industries Finacial Intermediation and Business Activities +GHA GHA Industries Public Administration +GHA GHA Industries Education, Health and Other Services +GHA GHA Industries Private Households +GHA GHA Industries Others +GHA GHA Industries Re-export & Re-import +GRC GRC Industries Agriculture +GRC GRC Industries Fishing +GRC GRC Industries Mining and Quarrying +GRC GRC Industries Food & Beverages +GRC GRC Industries Textiles and Wearing Apparel +GRC GRC Industries Wood and Paper +GRC GRC Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRC GRC Industries Metal Products +GRC GRC Industries Electrical and Machinery +GRC GRC Industries Transport Equipment +GRC GRC Industries Other Manufacturing +GRC GRC Industries Recycling +GRC GRC Industries Electricity, Gas and Water +GRC GRC Industries Construction +GRC GRC Industries Maintenance and Repair +GRC GRC Industries Wholesale Trade +GRC GRC Industries Retail Trade +GRC GRC Industries Hotels and Restraurants +GRC GRC Industries Transport +GRC GRC Industries Post and Telecommunications +GRC GRC Industries Finacial Intermediation and Business Activities +GRC GRC Industries Public Administration +GRC GRC Industries Education, Health and Other Services +GRC GRC Industries Private Households +GRC GRC Industries Others +GRC GRC Industries Re-export & Re-import +GRL GRL Industries Agriculture +GRL GRL Industries Fishing +GRL GRL Industries Mining and Quarrying +GRL GRL Industries Food & Beverages +GRL GRL Industries Textiles and Wearing Apparel +GRL GRL Industries Wood and Paper +GRL GRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRL GRL Industries Metal Products +GRL GRL Industries Electrical and Machinery +GRL GRL Industries Transport Equipment +GRL GRL Industries Other Manufacturing +GRL GRL Industries Recycling +GRL GRL Industries Electricity, Gas and Water +GRL GRL Industries Construction +GRL GRL Industries Maintenance and Repair +GRL GRL Industries Wholesale Trade +GRL GRL Industries Retail Trade +GRL GRL Industries Hotels and Restraurants +GRL GRL Industries Transport +GRL GRL Industries Post and Telecommunications +GRL GRL Industries Finacial Intermediation and Business Activities +GRL GRL Industries Public Administration +GRL GRL Industries Education, Health and Other Services +GRL GRL Industries Private Households +GRL GRL Industries Others +GRL GRL Industries Re-export & Re-import +GTM GTM Industries Agriculture +GTM GTM Industries Fishing +GTM GTM Industries Mining and Quarrying +GTM GTM Industries Food & Beverages +GTM GTM Industries Textiles and Wearing Apparel +GTM GTM Industries Wood and Paper +GTM GTM Industries Petroleum, Chemical and Non-Metallic Mineral Products +GTM GTM Industries Metal Products +GTM GTM Industries Electrical and Machinery +GTM GTM Industries Transport Equipment +GTM GTM Industries Other Manufacturing +GTM GTM Industries Recycling +GTM GTM Industries Electricity, Gas and Water +GTM GTM Industries Construction +GTM GTM Industries Maintenance and Repair +GTM GTM Industries Wholesale Trade +GTM GTM Industries Retail Trade +GTM GTM Industries Hotels and Restraurants +GTM GTM Industries Transport +GTM GTM Industries Post and Telecommunications +GTM GTM Industries Finacial Intermediation and Business Activities +GTM GTM Industries Public Administration +GTM GTM Industries Education, Health and Other Services +GTM GTM Industries Private Households +GTM GTM Industries Others +GTM GTM Industries Re-export & Re-import +GIN GIN Industries Agriculture +GIN GIN Industries Fishing +GIN GIN Industries Mining and Quarrying +GIN GIN Industries Food & Beverages +GIN GIN Industries Textiles and Wearing Apparel +GIN GIN Industries Wood and Paper +GIN GIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +GIN GIN Industries Metal Products +GIN GIN Industries Electrical and Machinery +GIN GIN Industries Transport Equipment +GIN GIN Industries Other Manufacturing +GIN GIN Industries Recycling +GIN GIN Industries Electricity, Gas and Water +GIN GIN Industries Construction +GIN GIN Industries Maintenance and Repair +GIN GIN Industries Wholesale Trade +GIN GIN Industries Retail Trade +GIN GIN Industries Hotels and Restraurants +GIN GIN Industries Transport +GIN GIN Industries Post and Telecommunications +GIN GIN Industries Finacial Intermediation and Business Activities +GIN GIN Industries Public Administration +GIN GIN Industries Education, Health and Other Services +GIN GIN Industries Private Households +GIN GIN Industries Others +GIN GIN Industries Re-export & Re-import +GUY GUY Industries Agriculture +GUY GUY Industries Fishing +GUY GUY Industries Mining and Quarrying +GUY GUY Industries Food & Beverages +GUY GUY Industries Textiles and Wearing Apparel +GUY GUY Industries Wood and Paper +GUY GUY Industries Petroleum, Chemical and Non-Metallic Mineral Products +GUY GUY Industries Metal Products +GUY GUY Industries Electrical and Machinery +GUY GUY Industries Transport Equipment +GUY GUY Industries Other Manufacturing +GUY GUY Industries Recycling +GUY GUY Industries Electricity, Gas and Water +GUY GUY Industries Construction +GUY GUY Industries Maintenance and Repair +GUY GUY Industries Wholesale Trade +GUY GUY Industries Retail Trade +GUY GUY Industries Hotels and Restraurants +GUY GUY Industries Transport +GUY GUY Industries Post and Telecommunications +GUY GUY Industries Finacial Intermediation and Business Activities +GUY GUY Industries Public Administration +GUY GUY Industries Education, Health and Other Services +GUY GUY Industries Private Households +GUY GUY Industries Others +GUY GUY Industries Re-export & Re-import +HTI HTI Industries Agriculture +HTI HTI Industries Fishing +HTI HTI Industries Mining and Quarrying +HTI HTI Industries Food & Beverages +HTI HTI Industries Textiles and Wearing Apparel +HTI HTI Industries Wood and Paper +HTI HTI Industries Petroleum, Chemical and Non-Metallic Mineral Products +HTI HTI Industries Metal Products +HTI HTI Industries Electrical and Machinery +HTI HTI Industries Transport Equipment +HTI HTI Industries Other Manufacturing +HTI HTI Industries Recycling +HTI HTI Industries Electricity, Gas and Water +HTI HTI Industries Construction +HTI HTI Industries Maintenance and Repair +HTI HTI Industries Wholesale Trade +HTI HTI Industries Retail Trade +HTI HTI Industries Hotels and Restraurants +HTI HTI Industries Transport +HTI HTI Industries Post and Telecommunications +HTI HTI Industries Finacial Intermediation and Business Activities +HTI HTI Industries Public Administration +HTI HTI Industries Education, Health and Other Services +HTI HTI Industries Private Households +HTI HTI Industries Others +HTI HTI Industries Re-export & Re-import +HND HND Industries Agriculture +HND HND Industries Fishing +HND HND Industries Mining and Quarrying +HND HND Industries Food & Beverages +HND HND Industries Textiles and Wearing Apparel +HND HND Industries Wood and Paper +HND HND Industries Petroleum, Chemical and Non-Metallic Mineral Products +HND HND Industries Metal Products +HND HND Industries Electrical and Machinery +HND HND Industries Transport Equipment +HND HND Industries Other Manufacturing +HND HND Industries Recycling +HND HND Industries Electricity, Gas and Water +HND HND Industries Construction +HND HND Industries Maintenance and Repair +HND HND Industries Wholesale Trade +HND HND Industries Retail Trade +HND HND Industries Hotels and Restraurants +HND HND Industries Transport +HND HND Industries Post and Telecommunications +HND HND Industries Finacial Intermediation and Business Activities +HND HND Industries Public Administration +HND HND Industries Education, Health and Other Services +HND HND Industries Private Households +HND HND Industries Others +HND HND Industries Re-export & Re-import +HKG HKG Industries Agriculture +HKG HKG Industries Fishing +HKG HKG Industries Mining and Quarrying +HKG HKG Industries Food & Beverages +HKG HKG Industries Textiles and Wearing Apparel +HKG HKG Industries Wood and Paper +HKG HKG Industries Petroleum, Chemical and Non-Metallic Mineral Products +HKG HKG Industries Metal Products +HKG HKG Industries Electrical and Machinery +HKG HKG Industries Transport Equipment +HKG HKG Industries Other Manufacturing +HKG HKG Industries Recycling +HKG HKG Industries Electricity, Gas and Water +HKG HKG Industries Construction +HKG HKG Industries Maintenance and Repair +HKG HKG Industries Wholesale Trade +HKG HKG Industries Retail Trade +HKG HKG Industries Hotels and Restraurants +HKG HKG Industries Transport +HKG HKG Industries Post and Telecommunications +HKG HKG Industries Finacial Intermediation and Business Activities +HKG HKG Industries Public Administration +HKG HKG Industries Education, Health and Other Services +HKG HKG Industries Private Households +HKG HKG Industries Others +HKG HKG Industries Re-export & Re-import +HUN HUN Industries Agriculture +HUN HUN Industries Fishing +HUN HUN Industries Mining and Quarrying +HUN HUN Industries Food & Beverages +HUN HUN Industries Textiles and Wearing Apparel +HUN HUN Industries Wood and Paper +HUN HUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +HUN HUN Industries Metal Products +HUN HUN Industries Electrical and Machinery +HUN HUN Industries Transport Equipment +HUN HUN Industries Other Manufacturing +HUN HUN Industries Recycling +HUN HUN Industries Electricity, Gas and Water +HUN HUN Industries Construction +HUN HUN Industries Maintenance and Repair +HUN HUN Industries Wholesale Trade +HUN HUN Industries Retail Trade +HUN HUN Industries Hotels and Restraurants +HUN HUN Industries Transport +HUN HUN Industries Post and Telecommunications +HUN HUN Industries Finacial Intermediation and Business Activities +HUN HUN Industries Public Administration +HUN HUN Industries Education, Health and Other Services +HUN HUN Industries Private Households +HUN HUN Industries Others +HUN HUN Industries Re-export & Re-import +ISL ISL Industries Agriculture +ISL ISL Industries Fishing +ISL ISL Industries Mining and Quarrying +ISL ISL Industries Food & Beverages +ISL ISL Industries Textiles and Wearing Apparel +ISL ISL Industries Wood and Paper +ISL ISL Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISL ISL Industries Metal Products +ISL ISL Industries Electrical and Machinery +ISL ISL Industries Transport Equipment +ISL ISL Industries Other Manufacturing +ISL ISL Industries Recycling +ISL ISL Industries Electricity, Gas and Water +ISL ISL Industries Construction +ISL ISL Industries Maintenance and Repair +ISL ISL Industries Wholesale Trade +ISL ISL Industries Retail Trade +ISL ISL Industries Hotels and Restraurants +ISL ISL Industries Transport +ISL ISL Industries Post and Telecommunications +ISL ISL Industries Finacial Intermediation and Business Activities +ISL ISL Industries Public Administration +ISL ISL Industries Education, Health and Other Services +ISL ISL Industries Private Households +ISL ISL Industries Others +ISL ISL Industries Re-export & Re-import +IND IND Industries Agriculture +IND IND Industries Fishing +IND IND Industries Mining and Quarrying +IND IND Industries Food & Beverages +IND IND Industries Textiles and Wearing Apparel +IND IND Industries Wood and Paper +IND IND Industries Petroleum, Chemical and Non-Metallic Mineral Products +IND IND Industries Metal Products +IND IND Industries Electrical and Machinery +IND IND Industries Transport Equipment +IND IND Industries Other Manufacturing +IND IND Industries Recycling +IND IND Industries Electricity, Gas and Water +IND IND Industries Construction +IND IND Industries Maintenance and Repair +IND IND Industries Wholesale Trade +IND IND Industries Retail Trade +IND IND Industries Hotels and Restraurants +IND IND Industries Transport +IND IND Industries Post and Telecommunications +IND IND Industries Finacial Intermediation and Business Activities +IND IND Industries Public Administration +IND IND Industries Education, Health and Other Services +IND IND Industries Private Households +IND IND Industries Others +IND IND Industries Re-export & Re-import +IDN IDN Commodities Agriculture +IDN IDN Commodities Fishing +IDN IDN Commodities Mining and Quarrying +IDN IDN Commodities Food & Beverages +IDN IDN Commodities Textiles and Wearing Apparel +IDN IDN Commodities Wood and Paper +IDN IDN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +IDN IDN Commodities Metal Products +IDN IDN Commodities Electrical and Machinery +IDN IDN Commodities Transport Equipment +IDN IDN Commodities Other Manufacturing +IDN IDN Commodities Recycling +IDN IDN Commodities Electricity, Gas and Water +IDN IDN Commodities Construction +IDN IDN Commodities Maintenance and Repair +IDN IDN Commodities Wholesale Trade +IDN IDN Commodities Retail Trade +IDN IDN Commodities Hotels and Restraurants +IDN IDN Commodities Transport +IDN IDN Commodities Post and Telecommunications +IDN IDN Commodities Finacial Intermediation and Business Activities +IDN IDN Commodities Public Administration +IDN IDN Commodities Education, Health and Other Services +IDN IDN Commodities Private Households +IDN IDN Commodities Others +IDN IDN Commodities Re-export & Re-import +IRN IRN Industries Agriculture +IRN IRN Industries Fishing +IRN IRN Industries Mining and Quarrying +IRN IRN Industries Food & Beverages +IRN IRN Industries Textiles and Wearing Apparel +IRN IRN Industries Wood and Paper +IRN IRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRN IRN Industries Metal Products +IRN IRN Industries Electrical and Machinery +IRN IRN Industries Transport Equipment +IRN IRN Industries Other Manufacturing +IRN IRN Industries Recycling +IRN IRN Industries Electricity, Gas and Water +IRN IRN Industries Construction +IRN IRN Industries Maintenance and Repair +IRN IRN Industries Wholesale Trade +IRN IRN Industries Retail Trade +IRN IRN Industries Hotels and Restraurants +IRN IRN Industries Transport +IRN IRN Industries Post and Telecommunications +IRN IRN Industries Finacial Intermediation and Business Activities +IRN IRN Industries Public Administration +IRN IRN Industries Education, Health and Other Services +IRN IRN Industries Private Households +IRN IRN Industries Others +IRN IRN Industries Re-export & Re-import +IRQ IRQ Industries Agriculture +IRQ IRQ Industries Fishing +IRQ IRQ Industries Mining and Quarrying +IRQ IRQ Industries Food & Beverages +IRQ IRQ Industries Textiles and Wearing Apparel +IRQ IRQ Industries Wood and Paper +IRQ IRQ Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRQ IRQ Industries Metal Products +IRQ IRQ Industries Electrical and Machinery +IRQ IRQ Industries Transport Equipment +IRQ IRQ Industries Other Manufacturing +IRQ IRQ Industries Recycling +IRQ IRQ Industries Electricity, Gas and Water +IRQ IRQ Industries Construction +IRQ IRQ Industries Maintenance and Repair +IRQ IRQ Industries Wholesale Trade +IRQ IRQ Industries Retail Trade +IRQ IRQ Industries Hotels and Restraurants +IRQ IRQ Industries Transport +IRQ IRQ Industries Post and Telecommunications +IRQ IRQ Industries Finacial Intermediation and Business Activities +IRQ IRQ Industries Public Administration +IRQ IRQ Industries Education, Health and Other Services +IRQ IRQ Industries Private Households +IRQ IRQ Industries Others +IRQ IRQ Industries Re-export & Re-import +IRL IRL Industries Agriculture +IRL IRL Industries Fishing +IRL IRL Industries Mining and Quarrying +IRL IRL Industries Food & Beverages +IRL IRL Industries Textiles and Wearing Apparel +IRL IRL Industries Wood and Paper +IRL IRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRL IRL Industries Metal Products +IRL IRL Industries Electrical and Machinery +IRL IRL Industries Transport Equipment +IRL IRL Industries Other Manufacturing +IRL IRL Industries Recycling +IRL IRL Industries Electricity, Gas and Water +IRL IRL Industries Construction +IRL IRL Industries Maintenance and Repair +IRL IRL Industries Wholesale Trade +IRL IRL Industries Retail Trade +IRL IRL Industries Hotels and Restraurants +IRL IRL Industries Transport +IRL IRL Industries Post and Telecommunications +IRL IRL Industries Finacial Intermediation and Business Activities +IRL IRL Industries Public Administration +IRL IRL Industries Education, Health and Other Services +IRL IRL Industries Private Households +IRL IRL Industries Others +IRL IRL Industries Re-export & Re-import +ISR ISR Industries Agriculture +ISR ISR Industries Fishing +ISR ISR Industries Mining and Quarrying +ISR ISR Industries Food & Beverages +ISR ISR Industries Textiles and Wearing Apparel +ISR ISR Industries Wood and Paper +ISR ISR Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISR ISR Industries Metal Products +ISR ISR Industries Electrical and Machinery +ISR ISR Industries Transport Equipment +ISR ISR Industries Other Manufacturing +ISR ISR Industries Recycling +ISR ISR Industries Electricity, Gas and Water +ISR ISR Industries Construction +ISR ISR Industries Maintenance and Repair +ISR ISR Industries Wholesale Trade +ISR ISR Industries Retail Trade +ISR ISR Industries Hotels and Restraurants +ISR ISR Industries Transport +ISR ISR Industries Post and Telecommunications +ISR ISR Industries Finacial Intermediation and Business Activities +ISR ISR Industries Public Administration +ISR ISR Industries Education, Health and Other Services +ISR ISR Industries Private Households +ISR ISR Industries Others +ISR ISR Industries Re-export & Re-import +ITA ITA Industries Agriculture +ITA ITA Industries Fishing +ITA ITA Industries Mining and Quarrying +ITA ITA Industries Food & Beverages +ITA ITA Industries Textiles and Wearing Apparel +ITA ITA Industries Wood and Paper +ITA ITA Industries Petroleum, Chemical and Non-Metallic Mineral Products +ITA ITA Industries Metal Products +ITA ITA Industries Electrical and Machinery +ITA ITA Industries Transport Equipment +ITA ITA Industries Other Manufacturing +ITA ITA Industries Recycling +ITA ITA Industries Electricity, Gas and Water +ITA ITA Industries Construction +ITA ITA Industries Maintenance and Repair +ITA ITA Industries Wholesale Trade +ITA ITA Industries Retail Trade +ITA ITA Industries Hotels and Restraurants +ITA ITA Industries Transport +ITA ITA Industries Post and Telecommunications +ITA ITA Industries Finacial Intermediation and Business Activities +ITA ITA Industries Public Administration +ITA ITA Industries Education, Health and Other Services +ITA ITA Industries Private Households +ITA ITA Industries Others +ITA ITA Industries Re-export & Re-import +JAM JAM Industries Agriculture +JAM JAM Industries Fishing +JAM JAM Industries Mining and Quarrying +JAM JAM Industries Food & Beverages +JAM JAM Industries Textiles and Wearing Apparel +JAM JAM Industries Wood and Paper +JAM JAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +JAM JAM Industries Metal Products +JAM JAM Industries Electrical and Machinery +JAM JAM Industries Transport Equipment +JAM JAM Industries Other Manufacturing +JAM JAM Industries Recycling +JAM JAM Industries Electricity, Gas and Water +JAM JAM Industries Construction +JAM JAM Industries Maintenance and Repair +JAM JAM Industries Wholesale Trade +JAM JAM Industries Retail Trade +JAM JAM Industries Hotels and Restraurants +JAM JAM Industries Transport +JAM JAM Industries Post and Telecommunications +JAM JAM Industries Finacial Intermediation and Business Activities +JAM JAM Industries Public Administration +JAM JAM Industries Education, Health and Other Services +JAM JAM Industries Private Households +JAM JAM Industries Others +JAM JAM Industries Re-export & Re-import +JPN JPN Commodities Agriculture +JPN JPN Commodities Fishing +JPN JPN Commodities Mining and Quarrying +JPN JPN Commodities Food & Beverages +JPN JPN Commodities Textiles and Wearing Apparel +JPN JPN Commodities Wood and Paper +JPN JPN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +JPN JPN Commodities Metal Products +JPN JPN Commodities Electrical and Machinery +JPN JPN Commodities Transport Equipment +JPN JPN Commodities Other Manufacturing +JPN JPN Commodities Recycling +JPN JPN Commodities Electricity, Gas and Water +JPN JPN Commodities Construction +JPN JPN Commodities Maintenance and Repair +JPN JPN Commodities Wholesale Trade +JPN JPN Commodities Retail Trade +JPN JPN Commodities Hotels and Restraurants +JPN JPN Commodities Transport +JPN JPN Commodities Post and Telecommunications +JPN JPN Commodities Finacial Intermediation and Business Activities +JPN JPN Commodities Public Administration +JPN JPN Commodities Education, Health and Other Services +JPN JPN Commodities Private Households +JPN JPN Commodities Others +JPN JPN Commodities Re-export & Re-import +JOR JOR Industries Agriculture +JOR JOR Industries Fishing +JOR JOR Industries Mining and Quarrying +JOR JOR Industries Food & Beverages +JOR JOR Industries Textiles and Wearing Apparel +JOR JOR Industries Wood and Paper +JOR JOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +JOR JOR Industries Metal Products +JOR JOR Industries Electrical and Machinery +JOR JOR Industries Transport Equipment +JOR JOR Industries Other Manufacturing +JOR JOR Industries Recycling +JOR JOR Industries Electricity, Gas and Water +JOR JOR Industries Construction +JOR JOR Industries Maintenance and Repair +JOR JOR Industries Wholesale Trade +JOR JOR Industries Retail Trade +JOR JOR Industries Hotels and Restraurants +JOR JOR Industries Transport +JOR JOR Industries Post and Telecommunications +JOR JOR Industries Finacial Intermediation and Business Activities +JOR JOR Industries Public Administration +JOR JOR Industries Education, Health and Other Services +JOR JOR Industries Private Households +JOR JOR Industries Others +JOR JOR Industries Re-export & Re-import +KAZ KAZ Commodities Agriculture +KAZ KAZ Commodities Fishing +KAZ KAZ Commodities Mining and Quarrying +KAZ KAZ Commodities Food & Beverages +KAZ KAZ Commodities Textiles and Wearing Apparel +KAZ KAZ Commodities Wood and Paper +KAZ KAZ Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KAZ KAZ Commodities Metal Products +KAZ KAZ Commodities Electrical and Machinery +KAZ KAZ Commodities Transport Equipment +KAZ KAZ Commodities Other Manufacturing +KAZ KAZ Commodities Recycling +KAZ KAZ Commodities Electricity, Gas and Water +KAZ KAZ Commodities Construction +KAZ KAZ Commodities Maintenance and Repair +KAZ KAZ Commodities Wholesale Trade +KAZ KAZ Commodities Retail Trade +KAZ KAZ Commodities Hotels and Restraurants +KAZ KAZ Commodities Transport +KAZ KAZ Commodities Post and Telecommunications +KAZ KAZ Commodities Finacial Intermediation and Business Activities +KAZ KAZ Commodities Public Administration +KAZ KAZ Commodities Education, Health and Other Services +KAZ KAZ Commodities Private Households +KAZ KAZ Commodities Others +KAZ KAZ Commodities Re-export & Re-import +KEN KEN Industries Agriculture +KEN KEN Industries Fishing +KEN KEN Industries Mining and Quarrying +KEN KEN Industries Food & Beverages +KEN KEN Industries Textiles and Wearing Apparel +KEN KEN Industries Wood and Paper +KEN KEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +KEN KEN Industries Metal Products +KEN KEN Industries Electrical and Machinery +KEN KEN Industries Transport Equipment +KEN KEN Industries Other Manufacturing +KEN KEN Industries Recycling +KEN KEN Industries Electricity, Gas and Water +KEN KEN Industries Construction +KEN KEN Industries Maintenance and Repair +KEN KEN Industries Wholesale Trade +KEN KEN Industries Retail Trade +KEN KEN Industries Hotels and Restraurants +KEN KEN Industries Transport +KEN KEN Industries Post and Telecommunications +KEN KEN Industries Finacial Intermediation and Business Activities +KEN KEN Industries Public Administration +KEN KEN Industries Education, Health and Other Services +KEN KEN Industries Private Households +KEN KEN Industries Others +KEN KEN Industries Re-export & Re-import +KWT KWT Industries Agriculture +KWT KWT Industries Fishing +KWT KWT Industries Mining and Quarrying +KWT KWT Industries Food & Beverages +KWT KWT Industries Textiles and Wearing Apparel +KWT KWT Industries Wood and Paper +KWT KWT Industries Petroleum, Chemical and Non-Metallic Mineral Products +KWT KWT Industries Metal Products +KWT KWT Industries Electrical and Machinery +KWT KWT Industries Transport Equipment +KWT KWT Industries Other Manufacturing +KWT KWT Industries Recycling +KWT KWT Industries Electricity, Gas and Water +KWT KWT Industries Construction +KWT KWT Industries Maintenance and Repair +KWT KWT Industries Wholesale Trade +KWT KWT Industries Retail Trade +KWT KWT Industries Hotels and Restraurants +KWT KWT Industries Transport +KWT KWT Industries Post and Telecommunications +KWT KWT Industries Finacial Intermediation and Business Activities +KWT KWT Industries Public Administration +KWT KWT Industries Education, Health and Other Services +KWT KWT Industries Private Households +KWT KWT Industries Others +KWT KWT Industries Re-export & Re-import +KGZ KGZ Industries Agriculture +KGZ KGZ Industries Fishing +KGZ KGZ Industries Mining and Quarrying +KGZ KGZ Industries Food & Beverages +KGZ KGZ Industries Textiles and Wearing Apparel +KGZ KGZ Industries Wood and Paper +KGZ KGZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +KGZ KGZ Industries Metal Products +KGZ KGZ Industries Electrical and Machinery +KGZ KGZ Industries Transport Equipment +KGZ KGZ Industries Other Manufacturing +KGZ KGZ Industries Recycling +KGZ KGZ Industries Electricity, Gas and Water +KGZ KGZ Industries Construction +KGZ KGZ Industries Maintenance and Repair +KGZ KGZ Industries Wholesale Trade +KGZ KGZ Industries Retail Trade +KGZ KGZ Industries Hotels and Restraurants +KGZ KGZ Industries Transport +KGZ KGZ Industries Post and Telecommunications +KGZ KGZ Industries Finacial Intermediation and Business Activities +KGZ KGZ Industries Public Administration +KGZ KGZ Industries Education, Health and Other Services +KGZ KGZ Industries Private Households +KGZ KGZ Industries Others +KGZ KGZ Industries Re-export & Re-import +LAO LAO Industries Agriculture +LAO LAO Industries Fishing +LAO LAO Industries Mining and Quarrying +LAO LAO Industries Food & Beverages +LAO LAO Industries Textiles and Wearing Apparel +LAO LAO Industries Wood and Paper +LAO LAO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LAO LAO Industries Metal Products +LAO LAO Industries Electrical and Machinery +LAO LAO Industries Transport Equipment +LAO LAO Industries Other Manufacturing +LAO LAO Industries Recycling +LAO LAO Industries Electricity, Gas and Water +LAO LAO Industries Construction +LAO LAO Industries Maintenance and Repair +LAO LAO Industries Wholesale Trade +LAO LAO Industries Retail Trade +LAO LAO Industries Hotels and Restraurants +LAO LAO Industries Transport +LAO LAO Industries Post and Telecommunications +LAO LAO Industries Finacial Intermediation and Business Activities +LAO LAO Industries Public Administration +LAO LAO Industries Education, Health and Other Services +LAO LAO Industries Private Households +LAO LAO Industries Others +LAO LAO Industries Re-export & Re-import +LVA LVA Industries Agriculture +LVA LVA Industries Fishing +LVA LVA Industries Mining and Quarrying +LVA LVA Industries Food & Beverages +LVA LVA Industries Textiles and Wearing Apparel +LVA LVA Industries Wood and Paper +LVA LVA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LVA LVA Industries Metal Products +LVA LVA Industries Electrical and Machinery +LVA LVA Industries Transport Equipment +LVA LVA Industries Other Manufacturing +LVA LVA Industries Recycling +LVA LVA Industries Electricity, Gas and Water +LVA LVA Industries Construction +LVA LVA Industries Maintenance and Repair +LVA LVA Industries Wholesale Trade +LVA LVA Industries Retail Trade +LVA LVA Industries Hotels and Restraurants +LVA LVA Industries Transport +LVA LVA Industries Post and Telecommunications +LVA LVA Industries Finacial Intermediation and Business Activities +LVA LVA Industries Public Administration +LVA LVA Industries Education, Health and Other Services +LVA LVA Industries Private Households +LVA LVA Industries Others +LVA LVA Industries Re-export & Re-import +LBN LBN Industries Agriculture +LBN LBN Industries Fishing +LBN LBN Industries Mining and Quarrying +LBN LBN Industries Food & Beverages +LBN LBN Industries Textiles and Wearing Apparel +LBN LBN Industries Wood and Paper +LBN LBN Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBN LBN Industries Metal Products +LBN LBN Industries Electrical and Machinery +LBN LBN Industries Transport Equipment +LBN LBN Industries Other Manufacturing +LBN LBN Industries Recycling +LBN LBN Industries Electricity, Gas and Water +LBN LBN Industries Construction +LBN LBN Industries Maintenance and Repair +LBN LBN Industries Wholesale Trade +LBN LBN Industries Retail Trade +LBN LBN Industries Hotels and Restraurants +LBN LBN Industries Transport +LBN LBN Industries Post and Telecommunications +LBN LBN Industries Finacial Intermediation and Business Activities +LBN LBN Industries Public Administration +LBN LBN Industries Education, Health and Other Services +LBN LBN Industries Private Households +LBN LBN Industries Others +LBN LBN Industries Re-export & Re-import +LSO LSO Industries Agriculture +LSO LSO Industries Fishing +LSO LSO Industries Mining and Quarrying +LSO LSO Industries Food & Beverages +LSO LSO Industries Textiles and Wearing Apparel +LSO LSO Industries Wood and Paper +LSO LSO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LSO LSO Industries Metal Products +LSO LSO Industries Electrical and Machinery +LSO LSO Industries Transport Equipment +LSO LSO Industries Other Manufacturing +LSO LSO Industries Recycling +LSO LSO Industries Electricity, Gas and Water +LSO LSO Industries Construction +LSO LSO Industries Maintenance and Repair +LSO LSO Industries Wholesale Trade +LSO LSO Industries Retail Trade +LSO LSO Industries Hotels and Restraurants +LSO LSO Industries Transport +LSO LSO Industries Post and Telecommunications +LSO LSO Industries Finacial Intermediation and Business Activities +LSO LSO Industries Public Administration +LSO LSO Industries Education, Health and Other Services +LSO LSO Industries Private Households +LSO LSO Industries Others +LSO LSO Industries Re-export & Re-import +LBR LBR Industries Agriculture +LBR LBR Industries Fishing +LBR LBR Industries Mining and Quarrying +LBR LBR Industries Food & Beverages +LBR LBR Industries Textiles and Wearing Apparel +LBR LBR Industries Wood and Paper +LBR LBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBR LBR Industries Metal Products +LBR LBR Industries Electrical and Machinery +LBR LBR Industries Transport Equipment +LBR LBR Industries Other Manufacturing +LBR LBR Industries Recycling +LBR LBR Industries Electricity, Gas and Water +LBR LBR Industries Construction +LBR LBR Industries Maintenance and Repair +LBR LBR Industries Wholesale Trade +LBR LBR Industries Retail Trade +LBR LBR Industries Hotels and Restraurants +LBR LBR Industries Transport +LBR LBR Industries Post and Telecommunications +LBR LBR Industries Finacial Intermediation and Business Activities +LBR LBR Industries Public Administration +LBR LBR Industries Education, Health and Other Services +LBR LBR Industries Private Households +LBR LBR Industries Others +LBR LBR Industries Re-export & Re-import +LBY LBY Industries Agriculture +LBY LBY Industries Fishing +LBY LBY Industries Mining and Quarrying +LBY LBY Industries Food & Beverages +LBY LBY Industries Textiles and Wearing Apparel +LBY LBY Industries Wood and Paper +LBY LBY Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBY LBY Industries Metal Products +LBY LBY Industries Electrical and Machinery +LBY LBY Industries Transport Equipment +LBY LBY Industries Other Manufacturing +LBY LBY Industries Recycling +LBY LBY Industries Electricity, Gas and Water +LBY LBY Industries Construction +LBY LBY Industries Maintenance and Repair +LBY LBY Industries Wholesale Trade +LBY LBY Industries Retail Trade +LBY LBY Industries Hotels and Restraurants +LBY LBY Industries Transport +LBY LBY Industries Post and Telecommunications +LBY LBY Industries Finacial Intermediation and Business Activities +LBY LBY Industries Public Administration +LBY LBY Industries Education, Health and Other Services +LBY LBY Industries Private Households +LBY LBY Industries Others +LBY LBY Industries Re-export & Re-import +LIE LIE Industries Agriculture +LIE LIE Industries Fishing +LIE LIE Industries Mining and Quarrying +LIE LIE Industries Food & Beverages +LIE LIE Industries Textiles and Wearing Apparel +LIE LIE Industries Wood and Paper +LIE LIE Industries Petroleum, Chemical and Non-Metallic Mineral Products +LIE LIE Industries Metal Products +LIE LIE Industries Electrical and Machinery +LIE LIE Industries Transport Equipment +LIE LIE Industries Other Manufacturing +LIE LIE Industries Recycling +LIE LIE Industries Electricity, Gas and Water +LIE LIE Industries Construction +LIE LIE Industries Maintenance and Repair +LIE LIE Industries Wholesale Trade +LIE LIE Industries Retail Trade +LIE LIE Industries Hotels and Restraurants +LIE LIE Industries Transport +LIE LIE Industries Post and Telecommunications +LIE LIE Industries Finacial Intermediation and Business Activities +LIE LIE Industries Public Administration +LIE LIE Industries Education, Health and Other Services +LIE LIE Industries Private Households +LIE LIE Industries Others +LIE LIE Industries Re-export & Re-import +LTU LTU Industries Agriculture +LTU LTU Industries Fishing +LTU LTU Industries Mining and Quarrying +LTU LTU Industries Food & Beverages +LTU LTU Industries Textiles and Wearing Apparel +LTU LTU Industries Wood and Paper +LTU LTU Industries Petroleum, Chemical and Non-Metallic Mineral Products +LTU LTU Industries Metal Products +LTU LTU Industries Electrical and Machinery +LTU LTU Industries Transport Equipment +LTU LTU Industries Other Manufacturing +LTU LTU Industries Recycling +LTU LTU Industries Electricity, Gas and Water +LTU LTU Industries Construction +LTU LTU Industries Maintenance and Repair +LTU LTU Industries Wholesale Trade +LTU LTU Industries Retail Trade +LTU LTU Industries Hotels and Restraurants +LTU LTU Industries Transport +LTU LTU Industries Post and Telecommunications +LTU LTU Industries Finacial Intermediation and Business Activities +LTU LTU Industries Public Administration +LTU LTU Industries Education, Health and Other Services +LTU LTU Industries Private Households +LTU LTU Industries Others +LTU LTU Industries Re-export & Re-import +LUX LUX Industries Agriculture +LUX LUX Industries Fishing +LUX LUX Industries Mining and Quarrying +LUX LUX Industries Food & Beverages +LUX LUX Industries Textiles and Wearing Apparel +LUX LUX Industries Wood and Paper +LUX LUX Industries Petroleum, Chemical and Non-Metallic Mineral Products +LUX LUX Industries Metal Products +LUX LUX Industries Electrical and Machinery +LUX LUX Industries Transport Equipment +LUX LUX Industries Other Manufacturing +LUX LUX Industries Recycling +LUX LUX Industries Electricity, Gas and Water +LUX LUX Industries Construction +LUX LUX Industries Maintenance and Repair +LUX LUX Industries Wholesale Trade +LUX LUX Industries Retail Trade +LUX LUX Industries Hotels and Restraurants +LUX LUX Industries Transport +LUX LUX Industries Post and Telecommunications +LUX LUX Industries Finacial Intermediation and Business Activities +LUX LUX Industries Public Administration +LUX LUX Industries Education, Health and Other Services +LUX LUX Industries Private Households +LUX LUX Industries Others +LUX LUX Industries Re-export & Re-import +MAC MAC Industries Agriculture +MAC MAC Industries Fishing +MAC MAC Industries Mining and Quarrying +MAC MAC Industries Food & Beverages +MAC MAC Industries Textiles and Wearing Apparel +MAC MAC Industries Wood and Paper +MAC MAC Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAC MAC Industries Metal Products +MAC MAC Industries Electrical and Machinery +MAC MAC Industries Transport Equipment +MAC MAC Industries Other Manufacturing +MAC MAC Industries Recycling +MAC MAC Industries Electricity, Gas and Water +MAC MAC Industries Construction +MAC MAC Industries Maintenance and Repair +MAC MAC Industries Wholesale Trade +MAC MAC Industries Retail Trade +MAC MAC Industries Hotels and Restraurants +MAC MAC Industries Transport +MAC MAC Industries Post and Telecommunications +MAC MAC Industries Finacial Intermediation and Business Activities +MAC MAC Industries Public Administration +MAC MAC Industries Education, Health and Other Services +MAC MAC Industries Private Households +MAC MAC Industries Others +MAC MAC Industries Re-export & Re-import +MDG MDG Industries Agriculture +MDG MDG Industries Fishing +MDG MDG Industries Mining and Quarrying +MDG MDG Industries Food & Beverages +MDG MDG Industries Textiles and Wearing Apparel +MDG MDG Industries Wood and Paper +MDG MDG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDG MDG Industries Metal Products +MDG MDG Industries Electrical and Machinery +MDG MDG Industries Transport Equipment +MDG MDG Industries Other Manufacturing +MDG MDG Industries Recycling +MDG MDG Industries Electricity, Gas and Water +MDG MDG Industries Construction +MDG MDG Industries Maintenance and Repair +MDG MDG Industries Wholesale Trade +MDG MDG Industries Retail Trade +MDG MDG Industries Hotels and Restraurants +MDG MDG Industries Transport +MDG MDG Industries Post and Telecommunications +MDG MDG Industries Finacial Intermediation and Business Activities +MDG MDG Industries Public Administration +MDG MDG Industries Education, Health and Other Services +MDG MDG Industries Private Households +MDG MDG Industries Others +MDG MDG Industries Re-export & Re-import +MWI MWI Industries Agriculture +MWI MWI Industries Fishing +MWI MWI Industries Mining and Quarrying +MWI MWI Industries Food & Beverages +MWI MWI Industries Textiles and Wearing Apparel +MWI MWI Industries Wood and Paper +MWI MWI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MWI MWI Industries Metal Products +MWI MWI Industries Electrical and Machinery +MWI MWI Industries Transport Equipment +MWI MWI Industries Other Manufacturing +MWI MWI Industries Recycling +MWI MWI Industries Electricity, Gas and Water +MWI MWI Industries Construction +MWI MWI Industries Maintenance and Repair +MWI MWI Industries Wholesale Trade +MWI MWI Industries Retail Trade +MWI MWI Industries Hotels and Restraurants +MWI MWI Industries Transport +MWI MWI Industries Post and Telecommunications +MWI MWI Industries Finacial Intermediation and Business Activities +MWI MWI Industries Public Administration +MWI MWI Industries Education, Health and Other Services +MWI MWI Industries Private Households +MWI MWI Industries Others +MWI MWI Industries Re-export & Re-import +MYS MYS Commodities Agriculture +MYS MYS Commodities Fishing +MYS MYS Commodities Mining and Quarrying +MYS MYS Commodities Food & Beverages +MYS MYS Commodities Textiles and Wearing Apparel +MYS MYS Commodities Wood and Paper +MYS MYS Commodities Petroleum, Chemical and Non-Metallic Mineral Products +MYS MYS Commodities Metal Products +MYS MYS Commodities Electrical and Machinery +MYS MYS Commodities Transport Equipment +MYS MYS Commodities Other Manufacturing +MYS MYS Commodities Recycling +MYS MYS Commodities Electricity, Gas and Water +MYS MYS Commodities Construction +MYS MYS Commodities Maintenance and Repair +MYS MYS Commodities Wholesale Trade +MYS MYS Commodities Retail Trade +MYS MYS Commodities Hotels and Restraurants +MYS MYS Commodities Transport +MYS MYS Commodities Post and Telecommunications +MYS MYS Commodities Finacial Intermediation and Business Activities +MYS MYS Commodities Public Administration +MYS MYS Commodities Education, Health and Other Services +MYS MYS Commodities Private Households +MYS MYS Commodities Others +MYS MYS Commodities Re-export & Re-import +MDV MDV Industries Agriculture +MDV MDV Industries Fishing +MDV MDV Industries Mining and Quarrying +MDV MDV Industries Food & Beverages +MDV MDV Industries Textiles and Wearing Apparel +MDV MDV Industries Wood and Paper +MDV MDV Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDV MDV Industries Metal Products +MDV MDV Industries Electrical and Machinery +MDV MDV Industries Transport Equipment +MDV MDV Industries Other Manufacturing +MDV MDV Industries Recycling +MDV MDV Industries Electricity, Gas and Water +MDV MDV Industries Construction +MDV MDV Industries Maintenance and Repair +MDV MDV Industries Wholesale Trade +MDV MDV Industries Retail Trade +MDV MDV Industries Hotels and Restraurants +MDV MDV Industries Transport +MDV MDV Industries Post and Telecommunications +MDV MDV Industries Finacial Intermediation and Business Activities +MDV MDV Industries Public Administration +MDV MDV Industries Education, Health and Other Services +MDV MDV Industries Private Households +MDV MDV Industries Others +MDV MDV Industries Re-export & Re-import +MLI MLI Industries Agriculture +MLI MLI Industries Fishing +MLI MLI Industries Mining and Quarrying +MLI MLI Industries Food & Beverages +MLI MLI Industries Textiles and Wearing Apparel +MLI MLI Industries Wood and Paper +MLI MLI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLI MLI Industries Metal Products +MLI MLI Industries Electrical and Machinery +MLI MLI Industries Transport Equipment +MLI MLI Industries Other Manufacturing +MLI MLI Industries Recycling +MLI MLI Industries Electricity, Gas and Water +MLI MLI Industries Construction +MLI MLI Industries Maintenance and Repair +MLI MLI Industries Wholesale Trade +MLI MLI Industries Retail Trade +MLI MLI Industries Hotels and Restraurants +MLI MLI Industries Transport +MLI MLI Industries Post and Telecommunications +MLI MLI Industries Finacial Intermediation and Business Activities +MLI MLI Industries Public Administration +MLI MLI Industries Education, Health and Other Services +MLI MLI Industries Private Households +MLI MLI Industries Others +MLI MLI Industries Re-export & Re-import +MLT MLT Industries Agriculture +MLT MLT Industries Fishing +MLT MLT Industries Mining and Quarrying +MLT MLT Industries Food & Beverages +MLT MLT Industries Textiles and Wearing Apparel +MLT MLT Industries Wood and Paper +MLT MLT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLT MLT Industries Metal Products +MLT MLT Industries Electrical and Machinery +MLT MLT Industries Transport Equipment +MLT MLT Industries Other Manufacturing +MLT MLT Industries Recycling +MLT MLT Industries Electricity, Gas and Water +MLT MLT Industries Construction +MLT MLT Industries Maintenance and Repair +MLT MLT Industries Wholesale Trade +MLT MLT Industries Retail Trade +MLT MLT Industries Hotels and Restraurants +MLT MLT Industries Transport +MLT MLT Industries Post and Telecommunications +MLT MLT Industries Finacial Intermediation and Business Activities +MLT MLT Industries Public Administration +MLT MLT Industries Education, Health and Other Services +MLT MLT Industries Private Households +MLT MLT Industries Others +MLT MLT Industries Re-export & Re-import +MRT MRT Industries Agriculture +MRT MRT Industries Fishing +MRT MRT Industries Mining and Quarrying +MRT MRT Industries Food & Beverages +MRT MRT Industries Textiles and Wearing Apparel +MRT MRT Industries Wood and Paper +MRT MRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MRT MRT Industries Metal Products +MRT MRT Industries Electrical and Machinery +MRT MRT Industries Transport Equipment +MRT MRT Industries Other Manufacturing +MRT MRT Industries Recycling +MRT MRT Industries Electricity, Gas and Water +MRT MRT Industries Construction +MRT MRT Industries Maintenance and Repair +MRT MRT Industries Wholesale Trade +MRT MRT Industries Retail Trade +MRT MRT Industries Hotels and Restraurants +MRT MRT Industries Transport +MRT MRT Industries Post and Telecommunications +MRT MRT Industries Finacial Intermediation and Business Activities +MRT MRT Industries Public Administration +MRT MRT Industries Education, Health and Other Services +MRT MRT Industries Private Households +MRT MRT Industries Others +MRT MRT Industries Re-export & Re-import +MUS MUS Industries Agriculture +MUS MUS Industries Fishing +MUS MUS Industries Mining and Quarrying +MUS MUS Industries Food & Beverages +MUS MUS Industries Textiles and Wearing Apparel +MUS MUS Industries Wood and Paper +MUS MUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +MUS MUS Industries Metal Products +MUS MUS Industries Electrical and Machinery +MUS MUS Industries Transport Equipment +MUS MUS Industries Other Manufacturing +MUS MUS Industries Recycling +MUS MUS Industries Electricity, Gas and Water +MUS MUS Industries Construction +MUS MUS Industries Maintenance and Repair +MUS MUS Industries Wholesale Trade +MUS MUS Industries Retail Trade +MUS MUS Industries Hotels and Restraurants +MUS MUS Industries Transport +MUS MUS Industries Post and Telecommunications +MUS MUS Industries Finacial Intermediation and Business Activities +MUS MUS Industries Public Administration +MUS MUS Industries Education, Health and Other Services +MUS MUS Industries Private Households +MUS MUS Industries Others +MUS MUS Industries Re-export & Re-import +MEX MEX Industries Agriculture +MEX MEX Industries Fishing +MEX MEX Industries Mining and Quarrying +MEX MEX Industries Food & Beverages +MEX MEX Industries Textiles and Wearing Apparel +MEX MEX Industries Wood and Paper +MEX MEX Industries Petroleum, Chemical and Non-Metallic Mineral Products +MEX MEX Industries Metal Products +MEX MEX Industries Electrical and Machinery +MEX MEX Industries Transport Equipment +MEX MEX Industries Other Manufacturing +MEX MEX Industries Recycling +MEX MEX Industries Electricity, Gas and Water +MEX MEX Industries Construction +MEX MEX Industries Maintenance and Repair +MEX MEX Industries Wholesale Trade +MEX MEX Industries Retail Trade +MEX MEX Industries Hotels and Restraurants +MEX MEX Industries Transport +MEX MEX Industries Post and Telecommunications +MEX MEX Industries Finacial Intermediation and Business Activities +MEX MEX Industries Public Administration +MEX MEX Industries Education, Health and Other Services +MEX MEX Industries Private Households +MEX MEX Industries Others +MEX MEX Industries Re-export & Re-import +MCO MCO Industries Agriculture +MCO MCO Industries Fishing +MCO MCO Industries Mining and Quarrying +MCO MCO Industries Food & Beverages +MCO MCO Industries Textiles and Wearing Apparel +MCO MCO Industries Wood and Paper +MCO MCO Industries Petroleum, Chemical and Non-Metallic Mineral Products +MCO MCO Industries Metal Products +MCO MCO Industries Electrical and Machinery +MCO MCO Industries Transport Equipment +MCO MCO Industries Other Manufacturing +MCO MCO Industries Recycling +MCO MCO Industries Electricity, Gas and Water +MCO MCO Industries Construction +MCO MCO Industries Maintenance and Repair +MCO MCO Industries Wholesale Trade +MCO MCO Industries Retail Trade +MCO MCO Industries Hotels and Restraurants +MCO MCO Industries Transport +MCO MCO Industries Post and Telecommunications +MCO MCO Industries Finacial Intermediation and Business Activities +MCO MCO Industries Public Administration +MCO MCO Industries Education, Health and Other Services +MCO MCO Industries Private Households +MCO MCO Industries Others +MCO MCO Industries Re-export & Re-import +MNG MNG Industries Agriculture +MNG MNG Industries Fishing +MNG MNG Industries Mining and Quarrying +MNG MNG Industries Food & Beverages +MNG MNG Industries Textiles and Wearing Apparel +MNG MNG Industries Wood and Paper +MNG MNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNG MNG Industries Metal Products +MNG MNG Industries Electrical and Machinery +MNG MNG Industries Transport Equipment +MNG MNG Industries Other Manufacturing +MNG MNG Industries Recycling +MNG MNG Industries Electricity, Gas and Water +MNG MNG Industries Construction +MNG MNG Industries Maintenance and Repair +MNG MNG Industries Wholesale Trade +MNG MNG Industries Retail Trade +MNG MNG Industries Hotels and Restraurants +MNG MNG Industries Transport +MNG MNG Industries Post and Telecommunications +MNG MNG Industries Finacial Intermediation and Business Activities +MNG MNG Industries Public Administration +MNG MNG Industries Education, Health and Other Services +MNG MNG Industries Private Households +MNG MNG Industries Others +MNG MNG Industries Re-export & Re-import +MNE MNE Industries Agriculture +MNE MNE Industries Fishing +MNE MNE Industries Mining and Quarrying +MNE MNE Industries Food & Beverages +MNE MNE Industries Textiles and Wearing Apparel +MNE MNE Industries Wood and Paper +MNE MNE Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNE MNE Industries Metal Products +MNE MNE Industries Electrical and Machinery +MNE MNE Industries Transport Equipment +MNE MNE Industries Other Manufacturing +MNE MNE Industries Recycling +MNE MNE Industries Electricity, Gas and Water +MNE MNE Industries Construction +MNE MNE Industries Maintenance and Repair +MNE MNE Industries Wholesale Trade +MNE MNE Industries Retail Trade +MNE MNE Industries Hotels and Restraurants +MNE MNE Industries Transport +MNE MNE Industries Post and Telecommunications +MNE MNE Industries Finacial Intermediation and Business Activities +MNE MNE Industries Public Administration +MNE MNE Industries Education, Health and Other Services +MNE MNE Industries Private Households +MNE MNE Industries Others +MNE MNE Industries Re-export & Re-import +MAR MAR Industries Agriculture +MAR MAR Industries Fishing +MAR MAR Industries Mining and Quarrying +MAR MAR Industries Food & Beverages +MAR MAR Industries Textiles and Wearing Apparel +MAR MAR Industries Wood and Paper +MAR MAR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAR MAR Industries Metal Products +MAR MAR Industries Electrical and Machinery +MAR MAR Industries Transport Equipment +MAR MAR Industries Other Manufacturing +MAR MAR Industries Recycling +MAR MAR Industries Electricity, Gas and Water +MAR MAR Industries Construction +MAR MAR Industries Maintenance and Repair +MAR MAR Industries Wholesale Trade +MAR MAR Industries Retail Trade +MAR MAR Industries Hotels and Restraurants +MAR MAR Industries Transport +MAR MAR Industries Post and Telecommunications +MAR MAR Industries Finacial Intermediation and Business Activities +MAR MAR Industries Public Administration +MAR MAR Industries Education, Health and Other Services +MAR MAR Industries Private Households +MAR MAR Industries Others +MAR MAR Industries Re-export & Re-import +MOZ MOZ Industries Agriculture +MOZ MOZ Industries Fishing +MOZ MOZ Industries Mining and Quarrying +MOZ MOZ Industries Food & Beverages +MOZ MOZ Industries Textiles and Wearing Apparel +MOZ MOZ Industries Wood and Paper +MOZ MOZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +MOZ MOZ Industries Metal Products +MOZ MOZ Industries Electrical and Machinery +MOZ MOZ Industries Transport Equipment +MOZ MOZ Industries Other Manufacturing +MOZ MOZ Industries Recycling +MOZ MOZ Industries Electricity, Gas and Water +MOZ MOZ Industries Construction +MOZ MOZ Industries Maintenance and Repair +MOZ MOZ Industries Wholesale Trade +MOZ MOZ Industries Retail Trade +MOZ MOZ Industries Hotels and Restraurants +MOZ MOZ Industries Transport +MOZ MOZ Industries Post and Telecommunications +MOZ MOZ Industries Finacial Intermediation and Business Activities +MOZ MOZ Industries Public Administration +MOZ MOZ Industries Education, Health and Other Services +MOZ MOZ Industries Private Households +MOZ MOZ Industries Others +MOZ MOZ Industries Re-export & Re-import +MMR MMR Industries Agriculture +MMR MMR Industries Fishing +MMR MMR Industries Mining and Quarrying +MMR MMR Industries Food & Beverages +MMR MMR Industries Textiles and Wearing Apparel +MMR MMR Industries Wood and Paper +MMR MMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MMR MMR Industries Metal Products +MMR MMR Industries Electrical and Machinery +MMR MMR Industries Transport Equipment +MMR MMR Industries Other Manufacturing +MMR MMR Industries Recycling +MMR MMR Industries Electricity, Gas and Water +MMR MMR Industries Construction +MMR MMR Industries Maintenance and Repair +MMR MMR Industries Wholesale Trade +MMR MMR Industries Retail Trade +MMR MMR Industries Hotels and Restraurants +MMR MMR Industries Transport +MMR MMR Industries Post and Telecommunications +MMR MMR Industries Finacial Intermediation and Business Activities +MMR MMR Industries Public Administration +MMR MMR Industries Education, Health and Other Services +MMR MMR Industries Private Households +MMR MMR Industries Others +MMR MMR Industries Re-export & Re-import +NAM NAM Industries Agriculture +NAM NAM Industries Fishing +NAM NAM Industries Mining and Quarrying +NAM NAM Industries Food & Beverages +NAM NAM Industries Textiles and Wearing Apparel +NAM NAM Industries Wood and Paper +NAM NAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +NAM NAM Industries Metal Products +NAM NAM Industries Electrical and Machinery +NAM NAM Industries Transport Equipment +NAM NAM Industries Other Manufacturing +NAM NAM Industries Recycling +NAM NAM Industries Electricity, Gas and Water +NAM NAM Industries Construction +NAM NAM Industries Maintenance and Repair +NAM NAM Industries Wholesale Trade +NAM NAM Industries Retail Trade +NAM NAM Industries Hotels and Restraurants +NAM NAM Industries Transport +NAM NAM Industries Post and Telecommunications +NAM NAM Industries Finacial Intermediation and Business Activities +NAM NAM Industries Public Administration +NAM NAM Industries Education, Health and Other Services +NAM NAM Industries Private Households +NAM NAM Industries Others +NAM NAM Industries Re-export & Re-import +NPL NPL Industries Agriculture +NPL NPL Industries Fishing +NPL NPL Industries Mining and Quarrying +NPL NPL Industries Food & Beverages +NPL NPL Industries Textiles and Wearing Apparel +NPL NPL Industries Wood and Paper +NPL NPL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NPL NPL Industries Metal Products +NPL NPL Industries Electrical and Machinery +NPL NPL Industries Transport Equipment +NPL NPL Industries Other Manufacturing +NPL NPL Industries Recycling +NPL NPL Industries Electricity, Gas and Water +NPL NPL Industries Construction +NPL NPL Industries Maintenance and Repair +NPL NPL Industries Wholesale Trade +NPL NPL Industries Retail Trade +NPL NPL Industries Hotels and Restraurants +NPL NPL Industries Transport +NPL NPL Industries Post and Telecommunications +NPL NPL Industries Finacial Intermediation and Business Activities +NPL NPL Industries Public Administration +NPL NPL Industries Education, Health and Other Services +NPL NPL Industries Private Households +NPL NPL Industries Others +NPL NPL Industries Re-export & Re-import +NLD NLD Industries Agriculture +NLD NLD Industries Fishing +NLD NLD Industries Mining and Quarrying +NLD NLD Industries Food & Beverages +NLD NLD Industries Textiles and Wearing Apparel +NLD NLD Industries Wood and Paper +NLD NLD Industries Petroleum, Chemical and Non-Metallic Mineral Products +NLD NLD Industries Metal Products +NLD NLD Industries Electrical and Machinery +NLD NLD Industries Transport Equipment +NLD NLD Industries Other Manufacturing +NLD NLD Industries Recycling +NLD NLD Industries Electricity, Gas and Water +NLD NLD Industries Construction +NLD NLD Industries Maintenance and Repair +NLD NLD Industries Wholesale Trade +NLD NLD Industries Retail Trade +NLD NLD Industries Hotels and Restraurants +NLD NLD Industries Transport +NLD NLD Industries Post and Telecommunications +NLD NLD Industries Finacial Intermediation and Business Activities +NLD NLD Industries Public Administration +NLD NLD Industries Education, Health and Other Services +NLD NLD Industries Private Households +NLD NLD Industries Others +NLD NLD Industries Re-export & Re-import +ANT ANT Industries Agriculture +ANT ANT Industries Fishing +ANT ANT Industries Mining and Quarrying +ANT ANT Industries Food & Beverages +ANT ANT Industries Textiles and Wearing Apparel +ANT ANT Industries Wood and Paper +ANT ANT Industries Petroleum, Chemical and Non-Metallic Mineral Products +ANT ANT Industries Metal Products +ANT ANT Industries Electrical and Machinery +ANT ANT Industries Transport Equipment +ANT ANT Industries Other Manufacturing +ANT ANT Industries Recycling +ANT ANT Industries Electricity, Gas and Water +ANT ANT Industries Construction +ANT ANT Industries Maintenance and Repair +ANT ANT Industries Wholesale Trade +ANT ANT Industries Retail Trade +ANT ANT Industries Hotels and Restraurants +ANT ANT Industries Transport +ANT ANT Industries Post and Telecommunications +ANT ANT Industries Finacial Intermediation and Business Activities +ANT ANT Industries Public Administration +ANT ANT Industries Education, Health and Other Services +ANT ANT Industries Private Households +ANT ANT Industries Others +ANT ANT Industries Re-export & Re-import +NCL NCL Industries Agriculture +NCL NCL Industries Fishing +NCL NCL Industries Mining and Quarrying +NCL NCL Industries Food & Beverages +NCL NCL Industries Textiles and Wearing Apparel +NCL NCL Industries Wood and Paper +NCL NCL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NCL NCL Industries Metal Products +NCL NCL Industries Electrical and Machinery +NCL NCL Industries Transport Equipment +NCL NCL Industries Other Manufacturing +NCL NCL Industries Recycling +NCL NCL Industries Electricity, Gas and Water +NCL NCL Industries Construction +NCL NCL Industries Maintenance and Repair +NCL NCL Industries Wholesale Trade +NCL NCL Industries Retail Trade +NCL NCL Industries Hotels and Restraurants +NCL NCL Industries Transport +NCL NCL Industries Post and Telecommunications +NCL NCL Industries Finacial Intermediation and Business Activities +NCL NCL Industries Public Administration +NCL NCL Industries Education, Health and Other Services +NCL NCL Industries Private Households +NCL NCL Industries Others +NCL NCL Industries Re-export & Re-import +NZL NZL Industries Agriculture +NZL NZL Industries Fishing +NZL NZL Industries Mining and Quarrying +NZL NZL Industries Food & Beverages +NZL NZL Industries Textiles and Wearing Apparel +NZL NZL Industries Wood and Paper +NZL NZL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NZL NZL Industries Metal Products +NZL NZL Industries Electrical and Machinery +NZL NZL Industries Transport Equipment +NZL NZL Industries Other Manufacturing +NZL NZL Industries Recycling +NZL NZL Industries Electricity, Gas and Water +NZL NZL Industries Construction +NZL NZL Industries Maintenance and Repair +NZL NZL Industries Wholesale Trade +NZL NZL Industries Retail Trade +NZL NZL Industries Hotels and Restraurants +NZL NZL Industries Transport +NZL NZL Industries Post and Telecommunications +NZL NZL Industries Finacial Intermediation and Business Activities +NZL NZL Industries Public Administration +NZL NZL Industries Education, Health and Other Services +NZL NZL Industries Private Households +NZL NZL Industries Others +NZL NZL Industries Re-export & Re-import +NIC NIC Industries Agriculture +NIC NIC Industries Fishing +NIC NIC Industries Mining and Quarrying +NIC NIC Industries Food & Beverages +NIC NIC Industries Textiles and Wearing Apparel +NIC NIC Industries Wood and Paper +NIC NIC Industries Petroleum, Chemical and Non-Metallic Mineral Products +NIC NIC Industries Metal Products +NIC NIC Industries Electrical and Machinery +NIC NIC Industries Transport Equipment +NIC NIC Industries Other Manufacturing +NIC NIC Industries Recycling +NIC NIC Industries Electricity, Gas and Water +NIC NIC Industries Construction +NIC NIC Industries Maintenance and Repair +NIC NIC Industries Wholesale Trade +NIC NIC Industries Retail Trade +NIC NIC Industries Hotels and Restraurants +NIC NIC Industries Transport +NIC NIC Industries Post and Telecommunications +NIC NIC Industries Finacial Intermediation and Business Activities +NIC NIC Industries Public Administration +NIC NIC Industries Education, Health and Other Services +NIC NIC Industries Private Households +NIC NIC Industries Others +NIC NIC Industries Re-export & Re-import +NER NER Industries Agriculture +NER NER Industries Fishing +NER NER Industries Mining and Quarrying +NER NER Industries Food & Beverages +NER NER Industries Textiles and Wearing Apparel +NER NER Industries Wood and Paper +NER NER Industries Petroleum, Chemical and Non-Metallic Mineral Products +NER NER Industries Metal Products +NER NER Industries Electrical and Machinery +NER NER Industries Transport Equipment +NER NER Industries Other Manufacturing +NER NER Industries Recycling +NER NER Industries Electricity, Gas and Water +NER NER Industries Construction +NER NER Industries Maintenance and Repair +NER NER Industries Wholesale Trade +NER NER Industries Retail Trade +NER NER Industries Hotels and Restraurants +NER NER Industries Transport +NER NER Industries Post and Telecommunications +NER NER Industries Finacial Intermediation and Business Activities +NER NER Industries Public Administration +NER NER Industries Education, Health and Other Services +NER NER Industries Private Households +NER NER Industries Others +NER NER Industries Re-export & Re-import +NGA NGA Industries Agriculture +NGA NGA Industries Fishing +NGA NGA Industries Mining and Quarrying +NGA NGA Industries Food & Beverages +NGA NGA Industries Textiles and Wearing Apparel +NGA NGA Industries Wood and Paper +NGA NGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +NGA NGA Industries Metal Products +NGA NGA Industries Electrical and Machinery +NGA NGA Industries Transport Equipment +NGA NGA Industries Other Manufacturing +NGA NGA Industries Recycling +NGA NGA Industries Electricity, Gas and Water +NGA NGA Industries Construction +NGA NGA Industries Maintenance and Repair +NGA NGA Industries Wholesale Trade +NGA NGA Industries Retail Trade +NGA NGA Industries Hotels and Restraurants +NGA NGA Industries Transport +NGA NGA Industries Post and Telecommunications +NGA NGA Industries Finacial Intermediation and Business Activities +NGA NGA Industries Public Administration +NGA NGA Industries Education, Health and Other Services +NGA NGA Industries Private Households +NGA NGA Industries Others +NGA NGA Industries Re-export & Re-import +NOR NOR Industries Agriculture +NOR NOR Industries Fishing +NOR NOR Industries Mining and Quarrying +NOR NOR Industries Food & Beverages +NOR NOR Industries Textiles and Wearing Apparel +NOR NOR Industries Wood and Paper +NOR NOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +NOR NOR Industries Metal Products +NOR NOR Industries Electrical and Machinery +NOR NOR Industries Transport Equipment +NOR NOR Industries Other Manufacturing +NOR NOR Industries Recycling +NOR NOR Industries Electricity, Gas and Water +NOR NOR Industries Construction +NOR NOR Industries Maintenance and Repair +NOR NOR Industries Wholesale Trade +NOR NOR Industries Retail Trade +NOR NOR Industries Hotels and Restraurants +NOR NOR Industries Transport +NOR NOR Industries Post and Telecommunications +NOR NOR Industries Finacial Intermediation and Business Activities +NOR NOR Industries Public Administration +NOR NOR Industries Education, Health and Other Services +NOR NOR Industries Private Households +NOR NOR Industries Others +NOR NOR Industries Re-export & Re-import +PSE PSE Industries Agriculture +PSE PSE Industries Fishing +PSE PSE Industries Mining and Quarrying +PSE PSE Industries Food & Beverages +PSE PSE Industries Textiles and Wearing Apparel +PSE PSE Industries Wood and Paper +PSE PSE Industries Petroleum, Chemical and Non-Metallic Mineral Products +PSE PSE Industries Metal Products +PSE PSE Industries Electrical and Machinery +PSE PSE Industries Transport Equipment +PSE PSE Industries Other Manufacturing +PSE PSE Industries Recycling +PSE PSE Industries Electricity, Gas and Water +PSE PSE Industries Construction +PSE PSE Industries Maintenance and Repair +PSE PSE Industries Wholesale Trade +PSE PSE Industries Retail Trade +PSE PSE Industries Hotels and Restraurants +PSE PSE Industries Transport +PSE PSE Industries Post and Telecommunications +PSE PSE Industries Finacial Intermediation and Business Activities +PSE PSE Industries Public Administration +PSE PSE Industries Education, Health and Other Services +PSE PSE Industries Private Households +PSE PSE Industries Others +PSE PSE Industries Re-export & Re-import +OMN OMN Industries Agriculture +OMN OMN Industries Fishing +OMN OMN Industries Mining and Quarrying +OMN OMN Industries Food & Beverages +OMN OMN Industries Textiles and Wearing Apparel +OMN OMN Industries Wood and Paper +OMN OMN Industries Petroleum, Chemical and Non-Metallic Mineral Products +OMN OMN Industries Metal Products +OMN OMN Industries Electrical and Machinery +OMN OMN Industries Transport Equipment +OMN OMN Industries Other Manufacturing +OMN OMN Industries Recycling +OMN OMN Industries Electricity, Gas and Water +OMN OMN Industries Construction +OMN OMN Industries Maintenance and Repair +OMN OMN Industries Wholesale Trade +OMN OMN Industries Retail Trade +OMN OMN Industries Hotels and Restraurants +OMN OMN Industries Transport +OMN OMN Industries Post and Telecommunications +OMN OMN Industries Finacial Intermediation and Business Activities +OMN OMN Industries Public Administration +OMN OMN Industries Education, Health and Other Services +OMN OMN Industries Private Households +OMN OMN Industries Others +OMN OMN Industries Re-export & Re-import +PAK PAK Industries Agriculture +PAK PAK Industries Fishing +PAK PAK Industries Mining and Quarrying +PAK PAK Industries Food & Beverages +PAK PAK Industries Textiles and Wearing Apparel +PAK PAK Industries Wood and Paper +PAK PAK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAK PAK Industries Metal Products +PAK PAK Industries Electrical and Machinery +PAK PAK Industries Transport Equipment +PAK PAK Industries Other Manufacturing +PAK PAK Industries Recycling +PAK PAK Industries Electricity, Gas and Water +PAK PAK Industries Construction +PAK PAK Industries Maintenance and Repair +PAK PAK Industries Wholesale Trade +PAK PAK Industries Retail Trade +PAK PAK Industries Hotels and Restraurants +PAK PAK Industries Transport +PAK PAK Industries Post and Telecommunications +PAK PAK Industries Finacial Intermediation and Business Activities +PAK PAK Industries Public Administration +PAK PAK Industries Education, Health and Other Services +PAK PAK Industries Private Households +PAK PAK Industries Others +PAK PAK Industries Re-export & Re-import +PAN PAN Industries Agriculture +PAN PAN Industries Fishing +PAN PAN Industries Mining and Quarrying +PAN PAN Industries Food & Beverages +PAN PAN Industries Textiles and Wearing Apparel +PAN PAN Industries Wood and Paper +PAN PAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAN PAN Industries Metal Products +PAN PAN Industries Electrical and Machinery +PAN PAN Industries Transport Equipment +PAN PAN Industries Other Manufacturing +PAN PAN Industries Recycling +PAN PAN Industries Electricity, Gas and Water +PAN PAN Industries Construction +PAN PAN Industries Maintenance and Repair +PAN PAN Industries Wholesale Trade +PAN PAN Industries Retail Trade +PAN PAN Industries Hotels and Restraurants +PAN PAN Industries Transport +PAN PAN Industries Post and Telecommunications +PAN PAN Industries Finacial Intermediation and Business Activities +PAN PAN Industries Public Administration +PAN PAN Industries Education, Health and Other Services +PAN PAN Industries Private Households +PAN PAN Industries Others +PAN PAN Industries Re-export & Re-import +PNG PNG Industries Agriculture +PNG PNG Industries Fishing +PNG PNG Industries Mining and Quarrying +PNG PNG Industries Food & Beverages +PNG PNG Industries Textiles and Wearing Apparel +PNG PNG Industries Wood and Paper +PNG PNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +PNG PNG Industries Metal Products +PNG PNG Industries Electrical and Machinery +PNG PNG Industries Transport Equipment +PNG PNG Industries Other Manufacturing +PNG PNG Industries Recycling +PNG PNG Industries Electricity, Gas and Water +PNG PNG Industries Construction +PNG PNG Industries Maintenance and Repair +PNG PNG Industries Wholesale Trade +PNG PNG Industries Retail Trade +PNG PNG Industries Hotels and Restraurants +PNG PNG Industries Transport +PNG PNG Industries Post and Telecommunications +PNG PNG Industries Finacial Intermediation and Business Activities +PNG PNG Industries Public Administration +PNG PNG Industries Education, Health and Other Services +PNG PNG Industries Private Households +PNG PNG Industries Others +PNG PNG Industries Re-export & Re-import +PRY PRY Industries Agriculture +PRY PRY Industries Fishing +PRY PRY Industries Mining and Quarrying +PRY PRY Industries Food & Beverages +PRY PRY Industries Textiles and Wearing Apparel +PRY PRY Industries Wood and Paper +PRY PRY Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRY PRY Industries Metal Products +PRY PRY Industries Electrical and Machinery +PRY PRY Industries Transport Equipment +PRY PRY Industries Other Manufacturing +PRY PRY Industries Recycling +PRY PRY Industries Electricity, Gas and Water +PRY PRY Industries Construction +PRY PRY Industries Maintenance and Repair +PRY PRY Industries Wholesale Trade +PRY PRY Industries Retail Trade +PRY PRY Industries Hotels and Restraurants +PRY PRY Industries Transport +PRY PRY Industries Post and Telecommunications +PRY PRY Industries Finacial Intermediation and Business Activities +PRY PRY Industries Public Administration +PRY PRY Industries Education, Health and Other Services +PRY PRY Industries Private Households +PRY PRY Industries Others +PRY PRY Industries Re-export & Re-import +PER PER Industries Agriculture +PER PER Industries Fishing +PER PER Industries Mining and Quarrying +PER PER Industries Food & Beverages +PER PER Industries Textiles and Wearing Apparel +PER PER Industries Wood and Paper +PER PER Industries Petroleum, Chemical and Non-Metallic Mineral Products +PER PER Industries Metal Products +PER PER Industries Electrical and Machinery +PER PER Industries Transport Equipment +PER PER Industries Other Manufacturing +PER PER Industries Recycling +PER PER Industries Electricity, Gas and Water +PER PER Industries Construction +PER PER Industries Maintenance and Repair +PER PER Industries Wholesale Trade +PER PER Industries Retail Trade +PER PER Industries Hotels and Restraurants +PER PER Industries Transport +PER PER Industries Post and Telecommunications +PER PER Industries Finacial Intermediation and Business Activities +PER PER Industries Public Administration +PER PER Industries Education, Health and Other Services +PER PER Industries Private Households +PER PER Industries Others +PER PER Industries Re-export & Re-import +PHL PHL Commodities Agriculture +PHL PHL Commodities Fishing +PHL PHL Commodities Mining and Quarrying +PHL PHL Commodities Food & Beverages +PHL PHL Commodities Textiles and Wearing Apparel +PHL PHL Commodities Wood and Paper +PHL PHL Commodities Petroleum, Chemical and Non-Metallic Mineral Products +PHL PHL Commodities Metal Products +PHL PHL Commodities Electrical and Machinery +PHL PHL Commodities Transport Equipment +PHL PHL Commodities Other Manufacturing +PHL PHL Commodities Recycling +PHL PHL Commodities Electricity, Gas and Water +PHL PHL Commodities Construction +PHL PHL Commodities Maintenance and Repair +PHL PHL Commodities Wholesale Trade +PHL PHL Commodities Retail Trade +PHL PHL Commodities Hotels and Restraurants +PHL PHL Commodities Transport +PHL PHL Commodities Post and Telecommunications +PHL PHL Commodities Finacial Intermediation and Business Activities +PHL PHL Commodities Public Administration +PHL PHL Commodities Education, Health and Other Services +PHL PHL Commodities Private Households +PHL PHL Commodities Others +PHL PHL Commodities Re-export & Re-import +POL POL Industries Agriculture +POL POL Industries Fishing +POL POL Industries Mining and Quarrying +POL POL Industries Food & Beverages +POL POL Industries Textiles and Wearing Apparel +POL POL Industries Wood and Paper +POL POL Industries Petroleum, Chemical and Non-Metallic Mineral Products +POL POL Industries Metal Products +POL POL Industries Electrical and Machinery +POL POL Industries Transport Equipment +POL POL Industries Other Manufacturing +POL POL Industries Recycling +POL POL Industries Electricity, Gas and Water +POL POL Industries Construction +POL POL Industries Maintenance and Repair +POL POL Industries Wholesale Trade +POL POL Industries Retail Trade +POL POL Industries Hotels and Restraurants +POL POL Industries Transport +POL POL Industries Post and Telecommunications +POL POL Industries Finacial Intermediation and Business Activities +POL POL Industries Public Administration +POL POL Industries Education, Health and Other Services +POL POL Industries Private Households +POL POL Industries Others +POL POL Industries Re-export & Re-import +PRT PRT Industries Agriculture +PRT PRT Industries Fishing +PRT PRT Industries Mining and Quarrying +PRT PRT Industries Food & Beverages +PRT PRT Industries Textiles and Wearing Apparel +PRT PRT Industries Wood and Paper +PRT PRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRT PRT Industries Metal Products +PRT PRT Industries Electrical and Machinery +PRT PRT Industries Transport Equipment +PRT PRT Industries Other Manufacturing +PRT PRT Industries Recycling +PRT PRT Industries Electricity, Gas and Water +PRT PRT Industries Construction +PRT PRT Industries Maintenance and Repair +PRT PRT Industries Wholesale Trade +PRT PRT Industries Retail Trade +PRT PRT Industries Hotels and Restraurants +PRT PRT Industries Transport +PRT PRT Industries Post and Telecommunications +PRT PRT Industries Finacial Intermediation and Business Activities +PRT PRT Industries Public Administration +PRT PRT Industries Education, Health and Other Services +PRT PRT Industries Private Households +PRT PRT Industries Others +PRT PRT Industries Re-export & Re-import +QAT QAT Industries Agriculture +QAT QAT Industries Fishing +QAT QAT Industries Mining and Quarrying +QAT QAT Industries Food & Beverages +QAT QAT Industries Textiles and Wearing Apparel +QAT QAT Industries Wood and Paper +QAT QAT Industries Petroleum, Chemical and Non-Metallic Mineral Products +QAT QAT Industries Metal Products +QAT QAT Industries Electrical and Machinery +QAT QAT Industries Transport Equipment +QAT QAT Industries Other Manufacturing +QAT QAT Industries Recycling +QAT QAT Industries Electricity, Gas and Water +QAT QAT Industries Construction +QAT QAT Industries Maintenance and Repair +QAT QAT Industries Wholesale Trade +QAT QAT Industries Retail Trade +QAT QAT Industries Hotels and Restraurants +QAT QAT Industries Transport +QAT QAT Industries Post and Telecommunications +QAT QAT Industries Finacial Intermediation and Business Activities +QAT QAT Industries Public Administration +QAT QAT Industries Education, Health and Other Services +QAT QAT Industries Private Households +QAT QAT Industries Others +QAT QAT Industries Re-export & Re-import +KOR KOR Commodities Agriculture +KOR KOR Commodities Fishing +KOR KOR Commodities Mining and Quarrying +KOR KOR Commodities Food & Beverages +KOR KOR Commodities Textiles and Wearing Apparel +KOR KOR Commodities Wood and Paper +KOR KOR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KOR KOR Commodities Metal Products +KOR KOR Commodities Electrical and Machinery +KOR KOR Commodities Transport Equipment +KOR KOR Commodities Other Manufacturing +KOR KOR Commodities Recycling +KOR KOR Commodities Electricity, Gas and Water +KOR KOR Commodities Construction +KOR KOR Commodities Maintenance and Repair +KOR KOR Commodities Wholesale Trade +KOR KOR Commodities Retail Trade +KOR KOR Commodities Hotels and Restraurants +KOR KOR Commodities Transport +KOR KOR Commodities Post and Telecommunications +KOR KOR Commodities Finacial Intermediation and Business Activities +KOR KOR Commodities Public Administration +KOR KOR Commodities Education, Health and Other Services +KOR KOR Commodities Private Households +KOR KOR Commodities Others +KOR KOR Commodities Re-export & Re-import +MDA MDA Industries Agriculture +MDA MDA Industries Fishing +MDA MDA Industries Mining and Quarrying +MDA MDA Industries Food & Beverages +MDA MDA Industries Textiles and Wearing Apparel +MDA MDA Industries Wood and Paper +MDA MDA Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDA MDA Industries Metal Products +MDA MDA Industries Electrical and Machinery +MDA MDA Industries Transport Equipment +MDA MDA Industries Other Manufacturing +MDA MDA Industries Recycling +MDA MDA Industries Electricity, Gas and Water +MDA MDA Industries Construction +MDA MDA Industries Maintenance and Repair +MDA MDA Industries Wholesale Trade +MDA MDA Industries Retail Trade +MDA MDA Industries Hotels and Restraurants +MDA MDA Industries Transport +MDA MDA Industries Post and Telecommunications +MDA MDA Industries Finacial Intermediation and Business Activities +MDA MDA Industries Public Administration +MDA MDA Industries Education, Health and Other Services +MDA MDA Industries Private Households +MDA MDA Industries Others +MDA MDA Industries Re-export & Re-import +ROU ROU Industries Agriculture +ROU ROU Industries Fishing +ROU ROU Industries Mining and Quarrying +ROU ROU Industries Food & Beverages +ROU ROU Industries Textiles and Wearing Apparel +ROU ROU Industries Wood and Paper +ROU ROU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ROU ROU Industries Metal Products +ROU ROU Industries Electrical and Machinery +ROU ROU Industries Transport Equipment +ROU ROU Industries Other Manufacturing +ROU ROU Industries Recycling +ROU ROU Industries Electricity, Gas and Water +ROU ROU Industries Construction +ROU ROU Industries Maintenance and Repair +ROU ROU Industries Wholesale Trade +ROU ROU Industries Retail Trade +ROU ROU Industries Hotels and Restraurants +ROU ROU Industries Transport +ROU ROU Industries Post and Telecommunications +ROU ROU Industries Finacial Intermediation and Business Activities +ROU ROU Industries Public Administration +ROU ROU Industries Education, Health and Other Services +ROU ROU Industries Private Households +ROU ROU Industries Others +ROU ROU Industries Re-export & Re-import +RUS RUS Industries Agriculture +RUS RUS Industries Fishing +RUS RUS Industries Mining and Quarrying +RUS RUS Industries Food & Beverages +RUS RUS Industries Textiles and Wearing Apparel +RUS RUS Industries Wood and Paper +RUS RUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +RUS RUS Industries Metal Products +RUS RUS Industries Electrical and Machinery +RUS RUS Industries Transport Equipment +RUS RUS Industries Other Manufacturing +RUS RUS Industries Recycling +RUS RUS Industries Electricity, Gas and Water +RUS RUS Industries Construction +RUS RUS Industries Maintenance and Repair +RUS RUS Industries Wholesale Trade +RUS RUS Industries Retail Trade +RUS RUS Industries Hotels and Restraurants +RUS RUS Industries Transport +RUS RUS Industries Post and Telecommunications +RUS RUS Industries Finacial Intermediation and Business Activities +RUS RUS Industries Public Administration +RUS RUS Industries Education, Health and Other Services +RUS RUS Industries Private Households +RUS RUS Industries Others +RUS RUS Industries Re-export & Re-import +RWA RWA Industries Agriculture +RWA RWA Industries Fishing +RWA RWA Industries Mining and Quarrying +RWA RWA Industries Food & Beverages +RWA RWA Industries Textiles and Wearing Apparel +RWA RWA Industries Wood and Paper +RWA RWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +RWA RWA Industries Metal Products +RWA RWA Industries Electrical and Machinery +RWA RWA Industries Transport Equipment +RWA RWA Industries Other Manufacturing +RWA RWA Industries Recycling +RWA RWA Industries Electricity, Gas and Water +RWA RWA Industries Construction +RWA RWA Industries Maintenance and Repair +RWA RWA Industries Wholesale Trade +RWA RWA Industries Retail Trade +RWA RWA Industries Hotels and Restraurants +RWA RWA Industries Transport +RWA RWA Industries Post and Telecommunications +RWA RWA Industries Finacial Intermediation and Business Activities +RWA RWA Industries Public Administration +RWA RWA Industries Education, Health and Other Services +RWA RWA Industries Private Households +RWA RWA Industries Others +RWA RWA Industries Re-export & Re-import +WSM WSM Industries Agriculture +WSM WSM Industries Fishing +WSM WSM Industries Mining and Quarrying +WSM WSM Industries Food & Beverages +WSM WSM Industries Textiles and Wearing Apparel +WSM WSM Industries Wood and Paper +WSM WSM Industries Petroleum, Chemical and Non-Metallic Mineral Products +WSM WSM Industries Metal Products +WSM WSM Industries Electrical and Machinery +WSM WSM Industries Transport Equipment +WSM WSM Industries Other Manufacturing +WSM WSM Industries Recycling +WSM WSM Industries Electricity, Gas and Water +WSM WSM Industries Construction +WSM WSM Industries Maintenance and Repair +WSM WSM Industries Wholesale Trade +WSM WSM Industries Retail Trade +WSM WSM Industries Hotels and Restraurants +WSM WSM Industries Transport +WSM WSM Industries Post and Telecommunications +WSM WSM Industries Finacial Intermediation and Business Activities +WSM WSM Industries Public Administration +WSM WSM Industries Education, Health and Other Services +WSM WSM Industries Private Households +WSM WSM Industries Others +WSM WSM Industries Re-export & Re-import +SMR SMR Industries Agriculture +SMR SMR Industries Fishing +SMR SMR Industries Mining and Quarrying +SMR SMR Industries Food & Beverages +SMR SMR Industries Textiles and Wearing Apparel +SMR SMR Industries Wood and Paper +SMR SMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SMR SMR Industries Metal Products +SMR SMR Industries Electrical and Machinery +SMR SMR Industries Transport Equipment +SMR SMR Industries Other Manufacturing +SMR SMR Industries Recycling +SMR SMR Industries Electricity, Gas and Water +SMR SMR Industries Construction +SMR SMR Industries Maintenance and Repair +SMR SMR Industries Wholesale Trade +SMR SMR Industries Retail Trade +SMR SMR Industries Hotels and Restraurants +SMR SMR Industries Transport +SMR SMR Industries Post and Telecommunications +SMR SMR Industries Finacial Intermediation and Business Activities +SMR SMR Industries Public Administration +SMR SMR Industries Education, Health and Other Services +SMR SMR Industries Private Households +SMR SMR Industries Others +SMR SMR Industries Re-export & Re-import +STP STP Industries Agriculture +STP STP Industries Fishing +STP STP Industries Mining and Quarrying +STP STP Industries Food & Beverages +STP STP Industries Textiles and Wearing Apparel +STP STP Industries Wood and Paper +STP STP Industries Petroleum, Chemical and Non-Metallic Mineral Products +STP STP Industries Metal Products +STP STP Industries Electrical and Machinery +STP STP Industries Transport Equipment +STP STP Industries Other Manufacturing +STP STP Industries Recycling +STP STP Industries Electricity, Gas and Water +STP STP Industries Construction +STP STP Industries Maintenance and Repair +STP STP Industries Wholesale Trade +STP STP Industries Retail Trade +STP STP Industries Hotels and Restraurants +STP STP Industries Transport +STP STP Industries Post and Telecommunications +STP STP Industries Finacial Intermediation and Business Activities +STP STP Industries Public Administration +STP STP Industries Education, Health and Other Services +STP STP Industries Private Households +STP STP Industries Others +STP STP Industries Re-export & Re-import +SAU SAU Industries Agriculture +SAU SAU Industries Fishing +SAU SAU Industries Mining and Quarrying +SAU SAU Industries Food & Beverages +SAU SAU Industries Textiles and Wearing Apparel +SAU SAU Industries Wood and Paper +SAU SAU Industries Petroleum, Chemical and Non-Metallic Mineral Products +SAU SAU Industries Metal Products +SAU SAU Industries Electrical and Machinery +SAU SAU Industries Transport Equipment +SAU SAU Industries Other Manufacturing +SAU SAU Industries Recycling +SAU SAU Industries Electricity, Gas and Water +SAU SAU Industries Construction +SAU SAU Industries Maintenance and Repair +SAU SAU Industries Wholesale Trade +SAU SAU Industries Retail Trade +SAU SAU Industries Hotels and Restraurants +SAU SAU Industries Transport +SAU SAU Industries Post and Telecommunications +SAU SAU Industries Finacial Intermediation and Business Activities +SAU SAU Industries Public Administration +SAU SAU Industries Education, Health and Other Services +SAU SAU Industries Private Households +SAU SAU Industries Others +SAU SAU Industries Re-export & Re-import +SEN SEN Industries Agriculture +SEN SEN Industries Fishing +SEN SEN Industries Mining and Quarrying +SEN SEN Industries Food & Beverages +SEN SEN Industries Textiles and Wearing Apparel +SEN SEN Industries Wood and Paper +SEN SEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SEN SEN Industries Metal Products +SEN SEN Industries Electrical and Machinery +SEN SEN Industries Transport Equipment +SEN SEN Industries Other Manufacturing +SEN SEN Industries Recycling +SEN SEN Industries Electricity, Gas and Water +SEN SEN Industries Construction +SEN SEN Industries Maintenance and Repair +SEN SEN Industries Wholesale Trade +SEN SEN Industries Retail Trade +SEN SEN Industries Hotels and Restraurants +SEN SEN Industries Transport +SEN SEN Industries Post and Telecommunications +SEN SEN Industries Finacial Intermediation and Business Activities +SEN SEN Industries Public Administration +SEN SEN Industries Education, Health and Other Services +SEN SEN Industries Private Households +SEN SEN Industries Others +SEN SEN Industries Re-export & Re-import +SRB SRB Industries Agriculture +SRB SRB Industries Fishing +SRB SRB Industries Mining and Quarrying +SRB SRB Industries Food & Beverages +SRB SRB Industries Textiles and Wearing Apparel +SRB SRB Industries Wood and Paper +SRB SRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +SRB SRB Industries Metal Products +SRB SRB Industries Electrical and Machinery +SRB SRB Industries Transport Equipment +SRB SRB Industries Other Manufacturing +SRB SRB Industries Recycling +SRB SRB Industries Electricity, Gas and Water +SRB SRB Industries Construction +SRB SRB Industries Maintenance and Repair +SRB SRB Industries Wholesale Trade +SRB SRB Industries Retail Trade +SRB SRB Industries Hotels and Restraurants +SRB SRB Industries Transport +SRB SRB Industries Post and Telecommunications +SRB SRB Industries Finacial Intermediation and Business Activities +SRB SRB Industries Public Administration +SRB SRB Industries Education, Health and Other Services +SRB SRB Industries Private Households +SRB SRB Industries Others +SRB SRB Industries Re-export & Re-import +SYC SYC Industries Agriculture +SYC SYC Industries Fishing +SYC SYC Industries Mining and Quarrying +SYC SYC Industries Food & Beverages +SYC SYC Industries Textiles and Wearing Apparel +SYC SYC Industries Wood and Paper +SYC SYC Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYC SYC Industries Metal Products +SYC SYC Industries Electrical and Machinery +SYC SYC Industries Transport Equipment +SYC SYC Industries Other Manufacturing +SYC SYC Industries Recycling +SYC SYC Industries Electricity, Gas and Water +SYC SYC Industries Construction +SYC SYC Industries Maintenance and Repair +SYC SYC Industries Wholesale Trade +SYC SYC Industries Retail Trade +SYC SYC Industries Hotels and Restraurants +SYC SYC Industries Transport +SYC SYC Industries Post and Telecommunications +SYC SYC Industries Finacial Intermediation and Business Activities +SYC SYC Industries Public Administration +SYC SYC Industries Education, Health and Other Services +SYC SYC Industries Private Households +SYC SYC Industries Others +SYC SYC Industries Re-export & Re-import +SLE SLE Industries Agriculture +SLE SLE Industries Fishing +SLE SLE Industries Mining and Quarrying +SLE SLE Industries Food & Beverages +SLE SLE Industries Textiles and Wearing Apparel +SLE SLE Industries Wood and Paper +SLE SLE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLE SLE Industries Metal Products +SLE SLE Industries Electrical and Machinery +SLE SLE Industries Transport Equipment +SLE SLE Industries Other Manufacturing +SLE SLE Industries Recycling +SLE SLE Industries Electricity, Gas and Water +SLE SLE Industries Construction +SLE SLE Industries Maintenance and Repair +SLE SLE Industries Wholesale Trade +SLE SLE Industries Retail Trade +SLE SLE Industries Hotels and Restraurants +SLE SLE Industries Transport +SLE SLE Industries Post and Telecommunications +SLE SLE Industries Finacial Intermediation and Business Activities +SLE SLE Industries Public Administration +SLE SLE Industries Education, Health and Other Services +SLE SLE Industries Private Households +SLE SLE Industries Others +SLE SLE Industries Re-export & Re-import +SGP SGP Industries Agriculture +SGP SGP Industries Fishing +SGP SGP Industries Mining and Quarrying +SGP SGP Industries Food & Beverages +SGP SGP Industries Textiles and Wearing Apparel +SGP SGP Industries Wood and Paper +SGP SGP Industries Petroleum, Chemical and Non-Metallic Mineral Products +SGP SGP Industries Metal Products +SGP SGP Industries Electrical and Machinery +SGP SGP Industries Transport Equipment +SGP SGP Industries Other Manufacturing +SGP SGP Industries Recycling +SGP SGP Industries Electricity, Gas and Water +SGP SGP Industries Construction +SGP SGP Industries Maintenance and Repair +SGP SGP Industries Wholesale Trade +SGP SGP Industries Retail Trade +SGP SGP Industries Hotels and Restraurants +SGP SGP Industries Transport +SGP SGP Industries Post and Telecommunications +SGP SGP Industries Finacial Intermediation and Business Activities +SGP SGP Industries Public Administration +SGP SGP Industries Education, Health and Other Services +SGP SGP Industries Private Households +SGP SGP Industries Others +SGP SGP Industries Re-export & Re-import +SVK SVK Industries Agriculture +SVK SVK Industries Fishing +SVK SVK Industries Mining and Quarrying +SVK SVK Industries Food & Beverages +SVK SVK Industries Textiles and Wearing Apparel +SVK SVK Industries Wood and Paper +SVK SVK Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVK SVK Industries Metal Products +SVK SVK Industries Electrical and Machinery +SVK SVK Industries Transport Equipment +SVK SVK Industries Other Manufacturing +SVK SVK Industries Recycling +SVK SVK Industries Electricity, Gas and Water +SVK SVK Industries Construction +SVK SVK Industries Maintenance and Repair +SVK SVK Industries Wholesale Trade +SVK SVK Industries Retail Trade +SVK SVK Industries Hotels and Restraurants +SVK SVK Industries Transport +SVK SVK Industries Post and Telecommunications +SVK SVK Industries Finacial Intermediation and Business Activities +SVK SVK Industries Public Administration +SVK SVK Industries Education, Health and Other Services +SVK SVK Industries Private Households +SVK SVK Industries Others +SVK SVK Industries Re-export & Re-import +SVN SVN Industries Agriculture +SVN SVN Industries Fishing +SVN SVN Industries Mining and Quarrying +SVN SVN Industries Food & Beverages +SVN SVN Industries Textiles and Wearing Apparel +SVN SVN Industries Wood and Paper +SVN SVN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVN SVN Industries Metal Products +SVN SVN Industries Electrical and Machinery +SVN SVN Industries Transport Equipment +SVN SVN Industries Other Manufacturing +SVN SVN Industries Recycling +SVN SVN Industries Electricity, Gas and Water +SVN SVN Industries Construction +SVN SVN Industries Maintenance and Repair +SVN SVN Industries Wholesale Trade +SVN SVN Industries Retail Trade +SVN SVN Industries Hotels and Restraurants +SVN SVN Industries Transport +SVN SVN Industries Post and Telecommunications +SVN SVN Industries Finacial Intermediation and Business Activities +SVN SVN Industries Public Administration +SVN SVN Industries Education, Health and Other Services +SVN SVN Industries Private Households +SVN SVN Industries Others +SVN SVN Industries Re-export & Re-import +SOM SOM Industries Agriculture +SOM SOM Industries Fishing +SOM SOM Industries Mining and Quarrying +SOM SOM Industries Food & Beverages +SOM SOM Industries Textiles and Wearing Apparel +SOM SOM Industries Wood and Paper +SOM SOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +SOM SOM Industries Metal Products +SOM SOM Industries Electrical and Machinery +SOM SOM Industries Transport Equipment +SOM SOM Industries Other Manufacturing +SOM SOM Industries Recycling +SOM SOM Industries Electricity, Gas and Water +SOM SOM Industries Construction +SOM SOM Industries Maintenance and Repair +SOM SOM Industries Wholesale Trade +SOM SOM Industries Retail Trade +SOM SOM Industries Hotels and Restraurants +SOM SOM Industries Transport +SOM SOM Industries Post and Telecommunications +SOM SOM Industries Finacial Intermediation and Business Activities +SOM SOM Industries Public Administration +SOM SOM Industries Education, Health and Other Services +SOM SOM Industries Private Households +SOM SOM Industries Others +SOM SOM Industries Re-export & Re-import +ZAF ZAF Industries Agriculture +ZAF ZAF Industries Fishing +ZAF ZAF Industries Mining and Quarrying +ZAF ZAF Industries Food & Beverages +ZAF ZAF Industries Textiles and Wearing Apparel +ZAF ZAF Industries Wood and Paper +ZAF ZAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZAF ZAF Industries Metal Products +ZAF ZAF Industries Electrical and Machinery +ZAF ZAF Industries Transport Equipment +ZAF ZAF Industries Other Manufacturing +ZAF ZAF Industries Recycling +ZAF ZAF Industries Electricity, Gas and Water +ZAF ZAF Industries Construction +ZAF ZAF Industries Maintenance and Repair +ZAF ZAF Industries Wholesale Trade +ZAF ZAF Industries Retail Trade +ZAF ZAF Industries Hotels and Restraurants +ZAF ZAF Industries Transport +ZAF ZAF Industries Post and Telecommunications +ZAF ZAF Industries Finacial Intermediation and Business Activities +ZAF ZAF Industries Public Administration +ZAF ZAF Industries Education, Health and Other Services +ZAF ZAF Industries Private Households +ZAF ZAF Industries Others +ZAF ZAF Industries Re-export & Re-import +SDS SDS Industries Agriculture +SDS SDS Industries Fishing +SDS SDS Industries Mining and Quarrying +SDS SDS Industries Food & Beverages +SDS SDS Industries Textiles and Wearing Apparel +SDS SDS Industries Wood and Paper +SDS SDS Industries Petroleum, Chemical and Non-Metallic Mineral Products +SDS SDS Industries Metal Products +SDS SDS Industries Electrical and Machinery +SDS SDS Industries Transport Equipment +SDS SDS Industries Other Manufacturing +SDS SDS Industries Recycling +SDS SDS Industries Electricity, Gas and Water +SDS SDS Industries Construction +SDS SDS Industries Maintenance and Repair +SDS SDS Industries Wholesale Trade +SDS SDS Industries Retail Trade +SDS SDS Industries Hotels and Restraurants +SDS SDS Industries Transport +SDS SDS Industries Post and Telecommunications +SDS SDS Industries Finacial Intermediation and Business Activities +SDS SDS Industries Public Administration +SDS SDS Industries Education, Health and Other Services +SDS SDS Industries Private Households +SDS SDS Industries Others +SDS SDS Industries Re-export & Re-import +ESP ESP Industries Agriculture +ESP ESP Industries Fishing +ESP ESP Industries Mining and Quarrying +ESP ESP Industries Food & Beverages +ESP ESP Industries Textiles and Wearing Apparel +ESP ESP Industries Wood and Paper +ESP ESP Industries Petroleum, Chemical and Non-Metallic Mineral Products +ESP ESP Industries Metal Products +ESP ESP Industries Electrical and Machinery +ESP ESP Industries Transport Equipment +ESP ESP Industries Other Manufacturing +ESP ESP Industries Recycling +ESP ESP Industries Electricity, Gas and Water +ESP ESP Industries Construction +ESP ESP Industries Maintenance and Repair +ESP ESP Industries Wholesale Trade +ESP ESP Industries Retail Trade +ESP ESP Industries Hotels and Restraurants +ESP ESP Industries Transport +ESP ESP Industries Post and Telecommunications +ESP ESP Industries Finacial Intermediation and Business Activities +ESP ESP Industries Public Administration +ESP ESP Industries Education, Health and Other Services +ESP ESP Industries Private Households +ESP ESP Industries Others +ESP ESP Industries Re-export & Re-import +LKA LKA Industries Agriculture +LKA LKA Industries Fishing +LKA LKA Industries Mining and Quarrying +LKA LKA Industries Food & Beverages +LKA LKA Industries Textiles and Wearing Apparel +LKA LKA Industries Wood and Paper +LKA LKA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LKA LKA Industries Metal Products +LKA LKA Industries Electrical and Machinery +LKA LKA Industries Transport Equipment +LKA LKA Industries Other Manufacturing +LKA LKA Industries Recycling +LKA LKA Industries Electricity, Gas and Water +LKA LKA Industries Construction +LKA LKA Industries Maintenance and Repair +LKA LKA Industries Wholesale Trade +LKA LKA Industries Retail Trade +LKA LKA Industries Hotels and Restraurants +LKA LKA Industries Transport +LKA LKA Industries Post and Telecommunications +LKA LKA Industries Finacial Intermediation and Business Activities +LKA LKA Industries Public Administration +LKA LKA Industries Education, Health and Other Services +LKA LKA Industries Private Households +LKA LKA Industries Others +LKA LKA Industries Re-export & Re-import +SUD SUD Industries Agriculture +SUD SUD Industries Fishing +SUD SUD Industries Mining and Quarrying +SUD SUD Industries Food & Beverages +SUD SUD Industries Textiles and Wearing Apparel +SUD SUD Industries Wood and Paper +SUD SUD Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUD SUD Industries Metal Products +SUD SUD Industries Electrical and Machinery +SUD SUD Industries Transport Equipment +SUD SUD Industries Other Manufacturing +SUD SUD Industries Recycling +SUD SUD Industries Electricity, Gas and Water +SUD SUD Industries Construction +SUD SUD Industries Maintenance and Repair +SUD SUD Industries Wholesale Trade +SUD SUD Industries Retail Trade +SUD SUD Industries Hotels and Restraurants +SUD SUD Industries Transport +SUD SUD Industries Post and Telecommunications +SUD SUD Industries Finacial Intermediation and Business Activities +SUD SUD Industries Public Administration +SUD SUD Industries Education, Health and Other Services +SUD SUD Industries Private Households +SUD SUD Industries Others +SUD SUD Industries Re-export & Re-import +SUR SUR Industries Agriculture +SUR SUR Industries Fishing +SUR SUR Industries Mining and Quarrying +SUR SUR Industries Food & Beverages +SUR SUR Industries Textiles and Wearing Apparel +SUR SUR Industries Wood and Paper +SUR SUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUR SUR Industries Metal Products +SUR SUR Industries Electrical and Machinery +SUR SUR Industries Transport Equipment +SUR SUR Industries Other Manufacturing +SUR SUR Industries Recycling +SUR SUR Industries Electricity, Gas and Water +SUR SUR Industries Construction +SUR SUR Industries Maintenance and Repair +SUR SUR Industries Wholesale Trade +SUR SUR Industries Retail Trade +SUR SUR Industries Hotels and Restraurants +SUR SUR Industries Transport +SUR SUR Industries Post and Telecommunications +SUR SUR Industries Finacial Intermediation and Business Activities +SUR SUR Industries Public Administration +SUR SUR Industries Education, Health and Other Services +SUR SUR Industries Private Households +SUR SUR Industries Others +SUR SUR Industries Re-export & Re-import +SWZ SWZ Industries Agriculture +SWZ SWZ Industries Fishing +SWZ SWZ Industries Mining and Quarrying +SWZ SWZ Industries Food & Beverages +SWZ SWZ Industries Textiles and Wearing Apparel +SWZ SWZ Industries Wood and Paper +SWZ SWZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWZ SWZ Industries Metal Products +SWZ SWZ Industries Electrical and Machinery +SWZ SWZ Industries Transport Equipment +SWZ SWZ Industries Other Manufacturing +SWZ SWZ Industries Recycling +SWZ SWZ Industries Electricity, Gas and Water +SWZ SWZ Industries Construction +SWZ SWZ Industries Maintenance and Repair +SWZ SWZ Industries Wholesale Trade +SWZ SWZ Industries Retail Trade +SWZ SWZ Industries Hotels and Restraurants +SWZ SWZ Industries Transport +SWZ SWZ Industries Post and Telecommunications +SWZ SWZ Industries Finacial Intermediation and Business Activities +SWZ SWZ Industries Public Administration +SWZ SWZ Industries Education, Health and Other Services +SWZ SWZ Industries Private Households +SWZ SWZ Industries Others +SWZ SWZ Industries Re-export & Re-import +SWE SWE Industries Agriculture +SWE SWE Industries Fishing +SWE SWE Industries Mining and Quarrying +SWE SWE Industries Food & Beverages +SWE SWE Industries Textiles and Wearing Apparel +SWE SWE Industries Wood and Paper +SWE SWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWE SWE Industries Metal Products +SWE SWE Industries Electrical and Machinery +SWE SWE Industries Transport Equipment +SWE SWE Industries Other Manufacturing +SWE SWE Industries Recycling +SWE SWE Industries Electricity, Gas and Water +SWE SWE Industries Construction +SWE SWE Industries Maintenance and Repair +SWE SWE Industries Wholesale Trade +SWE SWE Industries Retail Trade +SWE SWE Industries Hotels and Restraurants +SWE SWE Industries Transport +SWE SWE Industries Post and Telecommunications +SWE SWE Industries Finacial Intermediation and Business Activities +SWE SWE Industries Public Administration +SWE SWE Industries Education, Health and Other Services +SWE SWE Industries Private Households +SWE SWE Industries Others +SWE SWE Industries Re-export & Re-import +CHE CHE Industries Agriculture +CHE CHE Industries Fishing +CHE CHE Industries Mining and Quarrying +CHE CHE Industries Food & Beverages +CHE CHE Industries Textiles and Wearing Apparel +CHE CHE Industries Wood and Paper +CHE CHE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHE CHE Industries Metal Products +CHE CHE Industries Electrical and Machinery +CHE CHE Industries Transport Equipment +CHE CHE Industries Other Manufacturing +CHE CHE Industries Recycling +CHE CHE Industries Electricity, Gas and Water +CHE CHE Industries Construction +CHE CHE Industries Maintenance and Repair +CHE CHE Industries Wholesale Trade +CHE CHE Industries Retail Trade +CHE CHE Industries Hotels and Restraurants +CHE CHE Industries Transport +CHE CHE Industries Post and Telecommunications +CHE CHE Industries Finacial Intermediation and Business Activities +CHE CHE Industries Public Administration +CHE CHE Industries Education, Health and Other Services +CHE CHE Industries Private Households +CHE CHE Industries Others +CHE CHE Industries Re-export & Re-import +SYR SYR Industries Agriculture +SYR SYR Industries Fishing +SYR SYR Industries Mining and Quarrying +SYR SYR Industries Food & Beverages +SYR SYR Industries Textiles and Wearing Apparel +SYR SYR Industries Wood and Paper +SYR SYR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYR SYR Industries Metal Products +SYR SYR Industries Electrical and Machinery +SYR SYR Industries Transport Equipment +SYR SYR Industries Other Manufacturing +SYR SYR Industries Recycling +SYR SYR Industries Electricity, Gas and Water +SYR SYR Industries Construction +SYR SYR Industries Maintenance and Repair +SYR SYR Industries Wholesale Trade +SYR SYR Industries Retail Trade +SYR SYR Industries Hotels and Restraurants +SYR SYR Industries Transport +SYR SYR Industries Post and Telecommunications +SYR SYR Industries Finacial Intermediation and Business Activities +SYR SYR Industries Public Administration +SYR SYR Industries Education, Health and Other Services +SYR SYR Industries Private Households +SYR SYR Industries Others +SYR SYR Industries Re-export & Re-import +TWN TWN Commodities Agriculture +TWN TWN Commodities Fishing +TWN TWN Commodities Mining and Quarrying +TWN TWN Commodities Food & Beverages +TWN TWN Commodities Textiles and Wearing Apparel +TWN TWN Commodities Wood and Paper +TWN TWN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +TWN TWN Commodities Metal Products +TWN TWN Commodities Electrical and Machinery +TWN TWN Commodities Transport Equipment +TWN TWN Commodities Other Manufacturing +TWN TWN Commodities Recycling +TWN TWN Commodities Electricity, Gas and Water +TWN TWN Commodities Construction +TWN TWN Commodities Maintenance and Repair +TWN TWN Commodities Wholesale Trade +TWN TWN Commodities Retail Trade +TWN TWN Commodities Hotels and Restraurants +TWN TWN Commodities Transport +TWN TWN Commodities Post and Telecommunications +TWN TWN Commodities Finacial Intermediation and Business Activities +TWN TWN Commodities Public Administration +TWN TWN Commodities Education, Health and Other Services +TWN TWN Commodities Private Households +TWN TWN Commodities Others +TWN TWN Commodities Re-export & Re-import +TJK TJK Industries Agriculture +TJK TJK Industries Fishing +TJK TJK Industries Mining and Quarrying +TJK TJK Industries Food & Beverages +TJK TJK Industries Textiles and Wearing Apparel +TJK TJK Industries Wood and Paper +TJK TJK Industries Petroleum, Chemical and Non-Metallic Mineral Products +TJK TJK Industries Metal Products +TJK TJK Industries Electrical and Machinery +TJK TJK Industries Transport Equipment +TJK TJK Industries Other Manufacturing +TJK TJK Industries Recycling +TJK TJK Industries Electricity, Gas and Water +TJK TJK Industries Construction +TJK TJK Industries Maintenance and Repair +TJK TJK Industries Wholesale Trade +TJK TJK Industries Retail Trade +TJK TJK Industries Hotels and Restraurants +TJK TJK Industries Transport +TJK TJK Industries Post and Telecommunications +TJK TJK Industries Finacial Intermediation and Business Activities +TJK TJK Industries Public Administration +TJK TJK Industries Education, Health and Other Services +TJK TJK Industries Private Households +TJK TJK Industries Others +TJK TJK Industries Re-export & Re-import +THA THA Commodities Agriculture +THA THA Commodities Fishing +THA THA Commodities Mining and Quarrying +THA THA Commodities Food & Beverages +THA THA Commodities Textiles and Wearing Apparel +THA THA Commodities Wood and Paper +THA THA Commodities Petroleum, Chemical and Non-Metallic Mineral Products +THA THA Commodities Metal Products +THA THA Commodities Electrical and Machinery +THA THA Commodities Transport Equipment +THA THA Commodities Other Manufacturing +THA THA Commodities Recycling +THA THA Commodities Electricity, Gas and Water +THA THA Commodities Construction +THA THA Commodities Maintenance and Repair +THA THA Commodities Wholesale Trade +THA THA Commodities Retail Trade +THA THA Commodities Hotels and Restraurants +THA THA Commodities Transport +THA THA Commodities Post and Telecommunications +THA THA Commodities Finacial Intermediation and Business Activities +THA THA Commodities Public Administration +THA THA Commodities Education, Health and Other Services +THA THA Commodities Private Households +THA THA Commodities Others +THA THA Commodities Re-export & Re-import +MKD MKD Industries Agriculture +MKD MKD Industries Fishing +MKD MKD Industries Mining and Quarrying +MKD MKD Industries Food & Beverages +MKD MKD Industries Textiles and Wearing Apparel +MKD MKD Industries Wood and Paper +MKD MKD Industries Petroleum, Chemical and Non-Metallic Mineral Products +MKD MKD Industries Metal Products +MKD MKD Industries Electrical and Machinery +MKD MKD Industries Transport Equipment +MKD MKD Industries Other Manufacturing +MKD MKD Industries Recycling +MKD MKD Industries Electricity, Gas and Water +MKD MKD Industries Construction +MKD MKD Industries Maintenance and Repair +MKD MKD Industries Wholesale Trade +MKD MKD Industries Retail Trade +MKD MKD Industries Hotels and Restraurants +MKD MKD Industries Transport +MKD MKD Industries Post and Telecommunications +MKD MKD Industries Finacial Intermediation and Business Activities +MKD MKD Industries Public Administration +MKD MKD Industries Education, Health and Other Services +MKD MKD Industries Private Households +MKD MKD Industries Others +MKD MKD Industries Re-export & Re-import +TGO TGO Industries Agriculture +TGO TGO Industries Fishing +TGO TGO Industries Mining and Quarrying +TGO TGO Industries Food & Beverages +TGO TGO Industries Textiles and Wearing Apparel +TGO TGO Industries Wood and Paper +TGO TGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TGO TGO Industries Metal Products +TGO TGO Industries Electrical and Machinery +TGO TGO Industries Transport Equipment +TGO TGO Industries Other Manufacturing +TGO TGO Industries Recycling +TGO TGO Industries Electricity, Gas and Water +TGO TGO Industries Construction +TGO TGO Industries Maintenance and Repair +TGO TGO Industries Wholesale Trade +TGO TGO Industries Retail Trade +TGO TGO Industries Hotels and Restraurants +TGO TGO Industries Transport +TGO TGO Industries Post and Telecommunications +TGO TGO Industries Finacial Intermediation and Business Activities +TGO TGO Industries Public Administration +TGO TGO Industries Education, Health and Other Services +TGO TGO Industries Private Households +TGO TGO Industries Others +TGO TGO Industries Re-export & Re-import +TTO TTO Industries Agriculture +TTO TTO Industries Fishing +TTO TTO Industries Mining and Quarrying +TTO TTO Industries Food & Beverages +TTO TTO Industries Textiles and Wearing Apparel +TTO TTO Industries Wood and Paper +TTO TTO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TTO TTO Industries Metal Products +TTO TTO Industries Electrical and Machinery +TTO TTO Industries Transport Equipment +TTO TTO Industries Other Manufacturing +TTO TTO Industries Recycling +TTO TTO Industries Electricity, Gas and Water +TTO TTO Industries Construction +TTO TTO Industries Maintenance and Repair +TTO TTO Industries Wholesale Trade +TTO TTO Industries Retail Trade +TTO TTO Industries Hotels and Restraurants +TTO TTO Industries Transport +TTO TTO Industries Post and Telecommunications +TTO TTO Industries Finacial Intermediation and Business Activities +TTO TTO Industries Public Administration +TTO TTO Industries Education, Health and Other Services +TTO TTO Industries Private Households +TTO TTO Industries Others +TTO TTO Industries Re-export & Re-import +TUN TUN Industries Agriculture +TUN TUN Industries Fishing +TUN TUN Industries Mining and Quarrying +TUN TUN Industries Food & Beverages +TUN TUN Industries Textiles and Wearing Apparel +TUN TUN Industries Wood and Paper +TUN TUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUN TUN Industries Metal Products +TUN TUN Industries Electrical and Machinery +TUN TUN Industries Transport Equipment +TUN TUN Industries Other Manufacturing +TUN TUN Industries Recycling +TUN TUN Industries Electricity, Gas and Water +TUN TUN Industries Construction +TUN TUN Industries Maintenance and Repair +TUN TUN Industries Wholesale Trade +TUN TUN Industries Retail Trade +TUN TUN Industries Hotels and Restraurants +TUN TUN Industries Transport +TUN TUN Industries Post and Telecommunications +TUN TUN Industries Finacial Intermediation and Business Activities +TUN TUN Industries Public Administration +TUN TUN Industries Education, Health and Other Services +TUN TUN Industries Private Households +TUN TUN Industries Others +TUN TUN Industries Re-export & Re-import +TUR TUR Industries Agriculture +TUR TUR Industries Fishing +TUR TUR Industries Mining and Quarrying +TUR TUR Industries Food & Beverages +TUR TUR Industries Textiles and Wearing Apparel +TUR TUR Industries Wood and Paper +TUR TUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUR TUR Industries Metal Products +TUR TUR Industries Electrical and Machinery +TUR TUR Industries Transport Equipment +TUR TUR Industries Other Manufacturing +TUR TUR Industries Recycling +TUR TUR Industries Electricity, Gas and Water +TUR TUR Industries Construction +TUR TUR Industries Maintenance and Repair +TUR TUR Industries Wholesale Trade +TUR TUR Industries Retail Trade +TUR TUR Industries Hotels and Restraurants +TUR TUR Industries Transport +TUR TUR Industries Post and Telecommunications +TUR TUR Industries Finacial Intermediation and Business Activities +TUR TUR Industries Public Administration +TUR TUR Industries Education, Health and Other Services +TUR TUR Industries Private Households +TUR TUR Industries Others +TUR TUR Industries Re-export & Re-import +TKM TKM Industries Agriculture +TKM TKM Industries Fishing +TKM TKM Industries Mining and Quarrying +TKM TKM Industries Food & Beverages +TKM TKM Industries Textiles and Wearing Apparel +TKM TKM Industries Wood and Paper +TKM TKM Industries Petroleum, Chemical and Non-Metallic Mineral Products +TKM TKM Industries Metal Products +TKM TKM Industries Electrical and Machinery +TKM TKM Industries Transport Equipment +TKM TKM Industries Other Manufacturing +TKM TKM Industries Recycling +TKM TKM Industries Electricity, Gas and Water +TKM TKM Industries Construction +TKM TKM Industries Maintenance and Repair +TKM TKM Industries Wholesale Trade +TKM TKM Industries Retail Trade +TKM TKM Industries Hotels and Restraurants +TKM TKM Industries Transport +TKM TKM Industries Post and Telecommunications +TKM TKM Industries Finacial Intermediation and Business Activities +TKM TKM Industries Public Administration +TKM TKM Industries Education, Health and Other Services +TKM TKM Industries Private Households +TKM TKM Industries Others +TKM TKM Industries Re-export & Re-import +USR USR Industries Agriculture +USR USR Industries Fishing +USR USR Industries Mining and Quarrying +USR USR Industries Food & Beverages +USR USR Industries Textiles and Wearing Apparel +USR USR Industries Wood and Paper +USR USR Industries Petroleum, Chemical and Non-Metallic Mineral Products +USR USR Industries Metal Products +USR USR Industries Electrical and Machinery +USR USR Industries Transport Equipment +USR USR Industries Other Manufacturing +USR USR Industries Recycling +USR USR Industries Electricity, Gas and Water +USR USR Industries Construction +USR USR Industries Maintenance and Repair +USR USR Industries Wholesale Trade +USR USR Industries Retail Trade +USR USR Industries Hotels and Restraurants +USR USR Industries Transport +USR USR Industries Post and Telecommunications +USR USR Industries Finacial Intermediation and Business Activities +USR USR Industries Public Administration +USR USR Industries Education, Health and Other Services +USR USR Industries Private Households +USR USR Industries Others +USR USR Industries Re-export & Re-import +UGA UGA Industries Agriculture +UGA UGA Industries Fishing +UGA UGA Industries Mining and Quarrying +UGA UGA Industries Food & Beverages +UGA UGA Industries Textiles and Wearing Apparel +UGA UGA Industries Wood and Paper +UGA UGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +UGA UGA Industries Metal Products +UGA UGA Industries Electrical and Machinery +UGA UGA Industries Transport Equipment +UGA UGA Industries Other Manufacturing +UGA UGA Industries Recycling +UGA UGA Industries Electricity, Gas and Water +UGA UGA Industries Construction +UGA UGA Industries Maintenance and Repair +UGA UGA Industries Wholesale Trade +UGA UGA Industries Retail Trade +UGA UGA Industries Hotels and Restraurants +UGA UGA Industries Transport +UGA UGA Industries Post and Telecommunications +UGA UGA Industries Finacial Intermediation and Business Activities +UGA UGA Industries Public Administration +UGA UGA Industries Education, Health and Other Services +UGA UGA Industries Private Households +UGA UGA Industries Others +UGA UGA Industries Re-export & Re-import +UKR UKR Commodities Agriculture +UKR UKR Commodities Fishing +UKR UKR Commodities Mining and Quarrying +UKR UKR Commodities Food & Beverages +UKR UKR Commodities Textiles and Wearing Apparel +UKR UKR Commodities Wood and Paper +UKR UKR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UKR UKR Commodities Metal Products +UKR UKR Commodities Electrical and Machinery +UKR UKR Commodities Transport Equipment +UKR UKR Commodities Other Manufacturing +UKR UKR Commodities Recycling +UKR UKR Commodities Electricity, Gas and Water +UKR UKR Commodities Construction +UKR UKR Commodities Maintenance and Repair +UKR UKR Commodities Wholesale Trade +UKR UKR Commodities Retail Trade +UKR UKR Commodities Hotels and Restraurants +UKR UKR Commodities Transport +UKR UKR Commodities Post and Telecommunications +UKR UKR Commodities Finacial Intermediation and Business Activities +UKR UKR Commodities Public Administration +UKR UKR Commodities Education, Health and Other Services +UKR UKR Commodities Private Households +UKR UKR Commodities Others +UKR UKR Commodities Re-export & Re-import +ARE ARE Industries Agriculture +ARE ARE Industries Fishing +ARE ARE Industries Mining and Quarrying +ARE ARE Industries Food & Beverages +ARE ARE Industries Textiles and Wearing Apparel +ARE ARE Industries Wood and Paper +ARE ARE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARE ARE Industries Metal Products +ARE ARE Industries Electrical and Machinery +ARE ARE Industries Transport Equipment +ARE ARE Industries Other Manufacturing +ARE ARE Industries Recycling +ARE ARE Industries Electricity, Gas and Water +ARE ARE Industries Construction +ARE ARE Industries Maintenance and Repair +ARE ARE Industries Wholesale Trade +ARE ARE Industries Retail Trade +ARE ARE Industries Hotels and Restraurants +ARE ARE Industries Transport +ARE ARE Industries Post and Telecommunications +ARE ARE Industries Finacial Intermediation and Business Activities +ARE ARE Industries Public Administration +ARE ARE Industries Education, Health and Other Services +ARE ARE Industries Private Households +ARE ARE Industries Others +ARE ARE Industries Re-export & Re-import +GBR GBR Industries Agriculture +GBR GBR Industries Fishing +GBR GBR Industries Mining and Quarrying +GBR GBR Industries Food & Beverages +GBR GBR Industries Textiles and Wearing Apparel +GBR GBR Industries Wood and Paper +GBR GBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +GBR GBR Industries Metal Products +GBR GBR Industries Electrical and Machinery +GBR GBR Industries Transport Equipment +GBR GBR Industries Other Manufacturing +GBR GBR Industries Recycling +GBR GBR Industries Electricity, Gas and Water +GBR GBR Industries Construction +GBR GBR Industries Maintenance and Repair +GBR GBR Industries Wholesale Trade +GBR GBR Industries Retail Trade +GBR GBR Industries Hotels and Restraurants +GBR GBR Industries Transport +GBR GBR Industries Post and Telecommunications +GBR GBR Industries Finacial Intermediation and Business Activities +GBR GBR Industries Public Administration +GBR GBR Industries Education, Health and Other Services +GBR GBR Industries Private Households +GBR GBR Industries Others +GBR GBR Industries Re-export & Re-import +TZA TZA Industries Agriculture +TZA TZA Industries Fishing +TZA TZA Industries Mining and Quarrying +TZA TZA Industries Food & Beverages +TZA TZA Industries Textiles and Wearing Apparel +TZA TZA Industries Wood and Paper +TZA TZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +TZA TZA Industries Metal Products +TZA TZA Industries Electrical and Machinery +TZA TZA Industries Transport Equipment +TZA TZA Industries Other Manufacturing +TZA TZA Industries Recycling +TZA TZA Industries Electricity, Gas and Water +TZA TZA Industries Construction +TZA TZA Industries Maintenance and Repair +TZA TZA Industries Wholesale Trade +TZA TZA Industries Retail Trade +TZA TZA Industries Hotels and Restraurants +TZA TZA Industries Transport +TZA TZA Industries Post and Telecommunications +TZA TZA Industries Finacial Intermediation and Business Activities +TZA TZA Industries Public Administration +TZA TZA Industries Education, Health and Other Services +TZA TZA Industries Private Households +TZA TZA Industries Others +TZA TZA Industries Re-export & Re-import +USA USA Industries Agriculture +USA USA Industries Fishing +USA USA Industries Mining and Quarrying +USA USA Industries Food & Beverages +USA USA Industries Textiles and Wearing Apparel +USA USA Industries Wood and Paper +USA USA Industries Petroleum, Chemical and Non-Metallic Mineral Products +USA USA Industries Metal Products +USA USA Industries Electrical and Machinery +USA USA Industries Transport Equipment +USA USA Industries Other Manufacturing +USA USA Industries Recycling +USA USA Industries Electricity, Gas and Water +USA USA Industries Construction +USA USA Industries Maintenance and Repair +USA USA Industries Wholesale Trade +USA USA Industries Retail Trade +USA USA Industries Hotels and Restraurants +USA USA Industries Transport +USA USA Industries Post and Telecommunications +USA USA Industries Finacial Intermediation and Business Activities +USA USA Industries Public Administration +USA USA Industries Education, Health and Other Services +USA USA Industries Private Households +USA USA Industries Others +USA USA Industries Re-export & Re-import +URY URY Industries Agriculture +URY URY Industries Fishing +URY URY Industries Mining and Quarrying +URY URY Industries Food & Beverages +URY URY Industries Textiles and Wearing Apparel +URY URY Industries Wood and Paper +URY URY Industries Petroleum, Chemical and Non-Metallic Mineral Products +URY URY Industries Metal Products +URY URY Industries Electrical and Machinery +URY URY Industries Transport Equipment +URY URY Industries Other Manufacturing +URY URY Industries Recycling +URY URY Industries Electricity, Gas and Water +URY URY Industries Construction +URY URY Industries Maintenance and Repair +URY URY Industries Wholesale Trade +URY URY Industries Retail Trade +URY URY Industries Hotels and Restraurants +URY URY Industries Transport +URY URY Industries Post and Telecommunications +URY URY Industries Finacial Intermediation and Business Activities +URY URY Industries Public Administration +URY URY Industries Education, Health and Other Services +URY URY Industries Private Households +URY URY Industries Others +URY URY Industries Re-export & Re-import +UZB UZB Commodities Agriculture +UZB UZB Commodities Fishing +UZB UZB Commodities Mining and Quarrying +UZB UZB Commodities Food & Beverages +UZB UZB Commodities Textiles and Wearing Apparel +UZB UZB Commodities Wood and Paper +UZB UZB Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UZB UZB Commodities Metal Products +UZB UZB Commodities Electrical and Machinery +UZB UZB Commodities Transport Equipment +UZB UZB Commodities Other Manufacturing +UZB UZB Commodities Recycling +UZB UZB Commodities Electricity, Gas and Water +UZB UZB Commodities Construction +UZB UZB Commodities Maintenance and Repair +UZB UZB Commodities Wholesale Trade +UZB UZB Commodities Retail Trade +UZB UZB Commodities Hotels and Restraurants +UZB UZB Commodities Transport +UZB UZB Commodities Post and Telecommunications +UZB UZB Commodities Finacial Intermediation and Business Activities +UZB UZB Commodities Public Administration +UZB UZB Commodities Education, Health and Other Services +UZB UZB Commodities Private Households +UZB UZB Commodities Others +UZB UZB Commodities Re-export & Re-import +VUT VUT Industries Agriculture +VUT VUT Industries Fishing +VUT VUT Industries Mining and Quarrying +VUT VUT Industries Food & Beverages +VUT VUT Industries Textiles and Wearing Apparel +VUT VUT Industries Wood and Paper +VUT VUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +VUT VUT Industries Metal Products +VUT VUT Industries Electrical and Machinery +VUT VUT Industries Transport Equipment +VUT VUT Industries Other Manufacturing +VUT VUT Industries Recycling +VUT VUT Industries Electricity, Gas and Water +VUT VUT Industries Construction +VUT VUT Industries Maintenance and Repair +VUT VUT Industries Wholesale Trade +VUT VUT Industries Retail Trade +VUT VUT Industries Hotels and Restraurants +VUT VUT Industries Transport +VUT VUT Industries Post and Telecommunications +VUT VUT Industries Finacial Intermediation and Business Activities +VUT VUT Industries Public Administration +VUT VUT Industries Education, Health and Other Services +VUT VUT Industries Private Households +VUT VUT Industries Others +VUT VUT Industries Re-export & Re-import +VEN VEN Industries Agriculture +VEN VEN Industries Fishing +VEN VEN Industries Mining and Quarrying +VEN VEN Industries Food & Beverages +VEN VEN Industries Textiles and Wearing Apparel +VEN VEN Industries Wood and Paper +VEN VEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +VEN VEN Industries Metal Products +VEN VEN Industries Electrical and Machinery +VEN VEN Industries Transport Equipment +VEN VEN Industries Other Manufacturing +VEN VEN Industries Recycling +VEN VEN Industries Electricity, Gas and Water +VEN VEN Industries Construction +VEN VEN Industries Maintenance and Repair +VEN VEN Industries Wholesale Trade +VEN VEN Industries Retail Trade +VEN VEN Industries Hotels and Restraurants +VEN VEN Industries Transport +VEN VEN Industries Post and Telecommunications +VEN VEN Industries Finacial Intermediation and Business Activities +VEN VEN Industries Public Administration +VEN VEN Industries Education, Health and Other Services +VEN VEN Industries Private Households +VEN VEN Industries Others +VEN VEN Industries Re-export & Re-import +VNM VNM Commodities Agriculture +VNM VNM Commodities Fishing +VNM VNM Commodities Mining and Quarrying +VNM VNM Commodities Food & Beverages +VNM VNM Commodities Textiles and Wearing Apparel +VNM VNM Commodities Wood and Paper +VNM VNM Commodities Petroleum, Chemical and Non-Metallic Mineral Products +VNM VNM Commodities Metal Products +VNM VNM Commodities Electrical and Machinery +VNM VNM Commodities Transport Equipment +VNM VNM Commodities Other Manufacturing +VNM VNM Commodities Recycling +VNM VNM Commodities Electricity, Gas and Water +VNM VNM Commodities Construction +VNM VNM Commodities Maintenance and Repair +VNM VNM Commodities Wholesale Trade +VNM VNM Commodities Retail Trade +VNM VNM Commodities Hotels and Restraurants +VNM VNM Commodities Transport +VNM VNM Commodities Post and Telecommunications +VNM VNM Commodities Finacial Intermediation and Business Activities +VNM VNM Commodities Public Administration +VNM VNM Commodities Education, Health and Other Services +VNM VNM Commodities Private Households +VNM VNM Commodities Others +VNM VNM Commodities Re-export & Re-import +YEM YEM Industries Agriculture +YEM YEM Industries Fishing +YEM YEM Industries Mining and Quarrying +YEM YEM Industries Food & Beverages +YEM YEM Industries Textiles and Wearing Apparel +YEM YEM Industries Wood and Paper +YEM YEM Industries Petroleum, Chemical and Non-Metallic Mineral Products +YEM YEM Industries Metal Products +YEM YEM Industries Electrical and Machinery +YEM YEM Industries Transport Equipment +YEM YEM Industries Other Manufacturing +YEM YEM Industries Recycling +YEM YEM Industries Electricity, Gas and Water +YEM YEM Industries Construction +YEM YEM Industries Maintenance and Repair +YEM YEM Industries Wholesale Trade +YEM YEM Industries Retail Trade +YEM YEM Industries Hotels and Restraurants +YEM YEM Industries Transport +YEM YEM Industries Post and Telecommunications +YEM YEM Industries Finacial Intermediation and Business Activities +YEM YEM Industries Public Administration +YEM YEM Industries Education, Health and Other Services +YEM YEM Industries Private Households +YEM YEM Industries Others +YEM YEM Industries Re-export & Re-import +ZMB ZMB Industries Agriculture +ZMB ZMB Industries Fishing +ZMB ZMB Industries Mining and Quarrying +ZMB ZMB Industries Food & Beverages +ZMB ZMB Industries Textiles and Wearing Apparel +ZMB ZMB Industries Wood and Paper +ZMB ZMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZMB ZMB Industries Metal Products +ZMB ZMB Industries Electrical and Machinery +ZMB ZMB Industries Transport Equipment +ZMB ZMB Industries Other Manufacturing +ZMB ZMB Industries Recycling +ZMB ZMB Industries Electricity, Gas and Water +ZMB ZMB Industries Construction +ZMB ZMB Industries Maintenance and Repair +ZMB ZMB Industries Wholesale Trade +ZMB ZMB Industries Retail Trade +ZMB ZMB Industries Hotels and Restraurants +ZMB ZMB Industries Transport +ZMB ZMB Industries Post and Telecommunications +ZMB ZMB Industries Finacial Intermediation and Business Activities +ZMB ZMB Industries Public Administration +ZMB ZMB Industries Education, Health and Other Services +ZMB ZMB Industries Private Households +ZMB ZMB Industries Others +ZMB ZMB Industries Re-export & Re-import +ZWE ZWE Industries Agriculture +ZWE ZWE Industries Fishing +ZWE ZWE Industries Mining and Quarrying +ZWE ZWE Industries Food & Beverages +ZWE ZWE Industries Textiles and Wearing Apparel +ZWE ZWE Industries Wood and Paper +ZWE ZWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZWE ZWE Industries Metal Products +ZWE ZWE Industries Electrical and Machinery +ZWE ZWE Industries Transport Equipment +ZWE ZWE Industries Other Manufacturing +ZWE ZWE Industries Recycling +ZWE ZWE Industries Electricity, Gas and Water +ZWE ZWE Industries Construction +ZWE ZWE Industries Maintenance and Repair +ZWE ZWE Industries Wholesale Trade +ZWE ZWE Industries Retail Trade +ZWE ZWE Industries Hotels and Restraurants +ZWE ZWE Industries Transport +ZWE ZWE Industries Post and Telecommunications +ZWE ZWE Industries Finacial Intermediation and Business Activities +ZWE ZWE Industries Public Administration +ZWE ZWE Industries Education, Health and Other Services +ZWE ZWE Industries Private Households +ZWE ZWE Industries Others +ZWE ZWE Industries Re-export & Re-import +ROW ROW Industries TOTAL diff --git a/in/eora_io_data_2017/labels_VA.txt b/in/eora_io_data_2017/labels_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..03747a660d93510ded971b3c149df314824e021e --- /dev/null +++ b/in/eora_io_data_2017/labels_VA.txt @@ -0,0 +1,6 @@ +Primary input Compensation of employees D.1 +Primary input Taxes on production D.29 +Primary input Subsidies on production D.39 +Primary input Net operating surplus B.2n +Primary input Net mixed income B.3n +Primary input Consumption of fixed capital K.1 diff --git a/in/eora_io_data_2018/Eora26_2018_bp_FD.txt b/in/eora_io_data_2018/Eora26_2018_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..628464c7d994c11e7980d4f071aab703923c1ffc --- /dev/null +++ b/in/eora_io_data_2018/Eora26_2018_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c5444f3cb9d76f6b19d4f0bbdb5e922079d2b7526d579f73fdeba7271748cb +size 67237880 diff --git a/in/eora_io_data_2018/Eora26_2018_bp_Q.txt b/in/eora_io_data_2018/Eora26_2018_bp_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..5fc2afeaeff9c079b475e6c673c28d339c10efc9 --- /dev/null +++ b/in/eora_io_data_2018/Eora26_2018_bp_Q.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ac7a8ee7d043dd259a4e75fc1446225352e47b8231d8cc9d4e43dbc6caf4b5 +size 160904418 diff --git a/in/eora_io_data_2018/Eora26_2018_bp_QY.txt b/in/eora_io_data_2018/Eora26_2018_bp_QY.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6b38c47fb67e3ea7b770e091fe1a265c357c75 --- /dev/null +++ b/in/eora_io_data_2018/Eora26_2018_bp_QY.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1da1b1e62bf04131c6df7466944d4fdedbc6961459079ec0f5440451f9fdf3 +size 37319040 diff --git a/in/eora_io_data_2018/Eora26_2018_bp_T.txt b/in/eora_io_data_2018/Eora26_2018_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2bc06a3e6e7a120b7971348f2d0b207660b4b3e --- /dev/null +++ b/in/eora_io_data_2018/Eora26_2018_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ac32b63c075788d9068f05446aec14c034f12510fba958e2b1aa3ee87ed6ed +size 289886700 diff --git a/in/eora_io_data_2018/Eora26_2018_bp_VA.txt b/in/eora_io_data_2018/Eora26_2018_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cde433173d6ae165225ca4a5b4b38062437a701 --- /dev/null +++ b/in/eora_io_data_2018/Eora26_2018_bp_VA.txt @@ -0,0 +1,6 @@ +2.56976e+05 6.40522e+04 8.82757e+03 9.84674e+04 3.10635e+04 1.03115e+05 1.79292e+05 1.09022e+05 2.96361e+05 7.55982e+04 3.91499e+04 2.04931e+03 6.16109e+04 1.40675e+06 1.30279e+04 3.79628e+05 3.29368e+05 1.78770e+05 1.17104e+06 1.08279e+06 8.35440e+05 2.77035e+05 5.75740e+05 4.00144e+03 2.59102e+03 5.88331e-03 3.23640e+05 4.67072e+04 5.18582e+04 3.04692e+04 3.68741e+04 5.14757e+04 6.30683e+04 6.37053e+04 1.32296e+05 2.92234e+04 2.04063e+04 6.48435e+02 1.22080e+05 8.02754e+05 2.22524e+04 4.30158e+05 3.65759e+05 1.95519e+05 2.81686e+05 1.67405e+05 7.05581e+05 3.64129e+05 5.15568e+05 6.44306e+03 6.35762e+03 1.22284e+00 9.91141e+05 1.63842e+05 1.80284e+06 8.13155e+04 5.54108e+04 1.72068e+05 2.86838e+05 2.35339e+05 7.66712e+05 2.45879e+05 9.76579e+04 7.41988e+03 1.35597e+06 7.65355e+06 1.26381e+05 3.35573e+06 2.37707e+06 1.20355e+06 2.26110e+06 2.51790e+06 2.30584e+06 2.70591e+06 3.95445e+06 1.76682e+04 6.42807e+03 5.91435e-02 2.22556e+03 3.03812e+02 2.31636e+03 5.41209e+03 2.17922e+03 7.48266e+03 1.01612e+04 9.44143e+03 1.91981e+04 4.76685e+03 2.53903e+03 1.65709e+02 7.72892e+03 1.01997e+05 1.12296e+04 1.53119e+05 1.33448e+05 7.00907e+04 4.22700e+04 4.34125e+04 2.58356e+05 1.44894e+05 2.09526e+05 4.76236e+03 2.91571e+03 4.07018e-01 1.23530e+06 1.55336e+05 2.46301e+06 3.44531e+05 1.05262e+05 3.34081e+05 5.20566e+05 3.80770e+05 1.06178e+06 3.22684e+05 1.52589e+05 1.29892e+04 1.86192e+06 8.62061e+06 2.12705e+05 4.96445e+06 4.50209e+06 2.10732e+06 1.30853e+06 1.09473e+06 4.18353e+06 1.83234e+06 3.81066e+06 3.45758e+04 1.57804e+04 2.74854e-01 3.15402e+03 6.43162e+02 3.06597e+03 2.45093e+03 1.44371e+03 3.44356e+03 4.32543e+03 4.02498e+03 5.02722e+03 1.67238e+03 1.52070e+03 1.09915e+02 1.05282e+04 1.31812e+05 8.39276e+03 6.16429e+04 6.63666e+04 3.93034e+04 3.41319e+04 3.40210e+04 8.23255e+04 4.53976e+04 8.11135e+04 3.52979e+03 1.22359e+03 9.05155e-02 1.13945e+07 3.30681e+05 7.04180e+06 5.22370e+06 2.26435e+06 2.08513e+06 4.97712e+06 1.82652e+06 1.69675e+06 1.43296e+06 7.04314e+05 4.94761e+04 4.75587e+06 7.82720e+06 5.44729e+05 7.42270e+06 1.53602e+07 5.37881e+06 7.72870e+06 3.51735e+06 3.15453e+07 1.25329e+07 2.47859e+07 1.06110e+04 3.04537e+06 1.38222e-01 2.09647e+05 2.57309e+04 4.46638e+04 4.62780e+04 2.89893e+04 4.85784e+04 1.01521e+05 1.29293e+05 2.33804e+05 6.25399e+04 3.14270e+04 2.94260e+03 1.37203e+05 5.29637e+05 2.20210e+04 3.80164e+05 4.45737e+05 1.17422e+05 2.02647e+05 1.90300e+05 6.77667e+05 4.14789e+05 7.00283e+05 7.47846e+03 9.56177e+03 5.40411e-01 4.26698e+02 2.18405e+02 2.22048e+04 4.38600e+03 1.45490e+03 6.61603e+03 4.28244e+04 3.09841e+03 4.31039e+03 1.69395e+03 2.43772e+03 3.73889e+02 3.48391e+04 1.12663e+05 2.14817e+04 1.68770e+05 1.54690e+05 2.31882e+05 9.60123e+04 5.82184e+04 2.89063e+05 2.29264e+05 3.44684e+05 1.74541e+04 4.79270e+03 1.41517e-01 8.33928e+06 5.39160e+05 1.35080e+07 1.22721e+07 6.30216e+06 1.32812e+07 1.31607e+07 1.27203e+07 1.33817e+07 1.09464e+07 4.52728e+06 2.46768e+05 5.51260e+06 4.61836e+07 1.41839e+06 3.63357e+07 2.91875e+07 2.80940e+07 3.22225e+07 1.15617e+07 1.57253e+08 4.51602e+07 1.77971e+08 1.43898e+06 5.98988e+05 9.85781e-02 1.29242e+06 3.77129e+03 9.96752e+05 4.12997e+06 1.80347e+06 4.75942e+06 6.95272e+06 7.34785e+06 1.19538e+07 2.81939e+06 1.86925e+06 8.26646e+04 4.72732e+06 1.35918e+07 3.65076e+06 1.04949e+07 1.32005e+07 8.37895e+06 1.58858e+07 3.97612e+06 2.66349e+07 1.81253e+07 4.43423e+07 7.95323e+05 1.39037e+06 1.30465e-01 1.16721e+05 1.28236e+04 7.52575e+05 4.17886e+04 2.52564e+04 5.06989e+04 1.34947e+05 7.76469e+04 1.51907e+05 3.41351e+04 1.92529e+04 1.25186e+03 8.31010e+05 1.61698e+06 3.81799e+04 8.26170e+05 6.45739e+05 3.50535e+05 5.71339e+05 4.43350e+05 6.59412e+05 1.85233e+05 3.01979e+05 3.62916e+03 1.90397e+03 2.83002e+02 1.44221e+04 5.00555e+03 2.03944e+04 7.48718e+04 7.93061e+03 2.14304e+04 5.08385e+04 2.32989e+04 7.47340e+04 2.08342e+04 1.13842e+04 7.45137e+02 5.97147e+04 5.06617e+05 2.48484e+04 4.88547e+05 5.04967e+05 2.79210e+05 2.30306e+05 1.97184e+05 8.74899e+05 5.07461e+05 8.66359e+05 1.18791e+04 4.56177e+03 2.83211e-02 8.18326e+03 2.97717e+03 3.22981e+05 1.14913e+05 1.29875e+05 1.68537e+05 6.56763e+05 7.29968e+05 3.67669e+05 9.25005e+04 5.94001e+04 1.01564e+04 5.49668e+05 1.69058e+06 3.20372e+04 4.48911e+05 3.26320e+05 2.75874e+05 7.75707e+05 3.55761e+05 1.62711e+06 1.45937e+06 1.82958e+06 4.49901e+04 1.51732e+04 2.42704e-01 4.18537e+06 5.55552e+05 3.10061e+05 1.50742e+06 2.57563e+06 1.82436e+06 3.70028e+06 2.22979e+06 6.73424e+06 1.85316e+06 9.43026e+05 5.87761e+04 1.26403e+06 1.21747e+07 3.24203e+05 7.41346e+06 6.93943e+06 3.86251e+06 5.95112e+06 5.24874e+06 1.23835e+07 5.98700e+06 1.19156e+07 1.29707e+05 6.00771e+04 1.71410e-01 7.95616e+03 1.57986e+03 7.48409e+03 1.33052e+04 5.78446e+03 1.52910e+04 2.04317e+04 1.63060e+04 3.75606e+04 7.58310e+03 5.97573e+03 5.68229e+02 1.64193e+04 1.57665e+05 1.77135e+04 2.06127e+05 2.10909e+05 1.22279e+05 1.49428e+05 1.11230e+05 3.28968e+05 1.49338e+05 2.75825e+05 9.08616e+03 3.17239e+03 2.38343e-01 8.65708e+05 1.50534e+05 2.39364e+05 1.04173e+06 3.45962e+05 5.00667e+05 2.22518e+06 9.93610e+05 2.44196e+06 6.68083e+04 4.59637e+04 1.85834e+03 6.87527e+05 1.01031e+06 5.05612e+04 1.63446e+06 1.74249e+06 2.68669e+05 3.13669e+06 6.72613e+05 1.51508e+06 1.86339e+06 3.84016e+06 1.38712e+05 2.33143e+05 4.36270e+05 3.50503e+05 2.89252e+04 2.99326e+05 4.50677e+06 2.32427e+06 3.63402e+06 1.04083e+07 6.28858e+06 6.81681e+06 4.06268e+06 9.85007e+05 2.05561e+05 3.43592e+06 1.35042e+07 3.66750e+06 1.51483e+07 1.13707e+07 3.72642e+06 1.97480e+07 9.42232e+06 4.20020e+07 3.72900e+07 6.46458e+07 1.85948e+06 6.09890e+05 9.63437e-02 1.81755e+04 6.58522e+03 5.22228e+03 1.20991e+04 2.14514e+03 4.96463e+03 5.53181e+03 4.79654e+03 1.05934e+04 3.44449e+03 1.84301e+03 1.46250e+02 7.17014e+03 3.60495e+04 9.64964e+03 7.37003e+04 8.77719e+04 3.85791e+04 3.77748e+04 4.31081e+04 8.28264e+04 7.01797e+04 1.31909e+05 2.88477e+03 8.07348e+02 2.11966e-01 2.41140e+05 4.34545e+04 6.37503e+03 4.00797e+04 2.35620e+04 5.73993e+04 1.17946e+05 7.40802e+04 1.93146e+05 5.35914e+04 2.55996e+04 2.08158e+03 2.31667e+04 4.45253e+05 1.72049e+04 2.70670e+05 3.17844e+05 1.28474e+05 2.71416e+05 2.18620e+05 3.53288e+05 2.51251e+05 3.74427e+05 1.44132e+03 2.21057e+03 6.46663e-01 1.15815e+04 1.83007e+03 1.49996e+02 5.85259e+03 9.47739e+02 2.21134e+03 5.13355e+03 2.90671e+03 8.26815e+03 3.12554e+03 1.66856e+03 1.33489e+02 3.19272e+04 1.55366e+05 1.94929e+04 1.32036e+05 1.34825e+05 2.19138e+05 1.49800e+05 3.92685e+04 7.53235e+05 8.78095e+05 1.08879e+06 1.02486e+05 3.06076e+04 2.46993e-01 2.21523e+05 5.34698e+04 3.65417e+04 1.40158e+04 4.83424e+03 1.20583e+04 3.09099e+04 3.39697e+04 5.82432e+04 1.36259e+04 5.70782e+03 1.43105e+02 2.85118e+05 3.73352e+05 5.81327e+03 8.25575e+04 7.24192e+04 7.59812e+04 1.29468e+05 7.69073e+04 1.47294e+05 1.12436e+05 1.55325e+05 4.19031e+03 1.25670e+03 1.76837e-01 7.22780e+05 3.42727e+04 6.71532e+05 3.00473e+05 1.00168e+05 8.52730e+04 2.77456e+05 1.22259e+04 3.53605e+04 3.86705e+03 1.60766e+04 5.98934e+03 1.55672e+05 1.87556e+05 9.80422e+03 1.26365e+05 2.81054e+05 1.64945e+05 4.52941e+05 1.67457e+05 7.46320e+05 6.37241e+05 2.14687e+05 3.85115e+04 1.80604e+05 6.50939e+00 1.36880e+05 3.82764e+04 8.08144e+04 7.39544e+04 1.23801e+05 1.46011e+05 1.74025e+05 1.63947e+05 3.34382e+05 8.09869e+04 4.87103e+04 4.92506e+03 1.75374e+05 4.79145e+05 4.24023e+04 7.50472e+05 6.05381e+05 3.16688e+05 3.87664e+05 3.27114e+05 1.01022e+06 5.51085e+05 7.71109e+05 1.43293e+04 5.92563e+03 7.96923e-01 2.24071e+04 5.50442e+03 6.17038e+04 4.36920e+04 1.91819e+04 4.41403e+04 4.34546e+04 4.23173e+04 1.01856e+05 2.93917e+04 3.92797e+04 1.00184e+03 1.84003e+05 5.45544e+05 2.68777e+04 3.55958e+05 2.98045e+05 2.60779e+05 2.13435e+05 1.57215e+05 5.54719e+05 7.74485e+05 1.18615e+06 2.97351e+04 9.39478e+03 6.39975e-01 2.57646e+07 5.85152e+06 6.96531e+06 1.80828e+07 1.13427e+07 1.11851e+07 2.80377e+07 1.53707e+07 2.71042e+07 1.79815e+07 2.85915e+06 1.06517e+06 1.22937e+07 2.47704e+07 1.68750e+06 2.17499e+07 4.83749e+07 2.89662e+07 2.88122e+07 2.12705e+07 9.26263e+07 1.42176e+08 1.20925e+08 1.08772e+05 3.12174e+07 3.97996e-01 3.76810e+02 4.19457e+01 1.11654e+03 1.35496e+03 8.34933e+02 2.00148e+03 2.67992e+03 2.40605e+03 4.09712e+03 1.41154e+03 1.14535e+03 4.18104e+01 3.51021e+03 2.19762e+04 6.43545e+03 4.69332e+04 4.60702e+04 2.50447e+04 2.68073e+04 2.37850e+04 1.03922e+05 9.11436e+04 1.39390e+05 7.60397e+03 2.44886e+03 6.57010e-02 1.80363e+04 1.94240e+03 6.27622e+05 4.38073e+04 3.46317e+04 8.17712e+04 1.26219e+05 1.02886e+05 3.38210e+05 8.83910e+04 4.00114e+04 1.62638e+03 4.73345e+05 2.03821e+05 9.84282e+03 2.66757e+05 1.34579e+05 8.88018e+04 1.12976e+05 1.15753e+05 5.33880e+05 3.96585e+05 5.86957e+05 4.19882e+03 1.49110e+03 4.45182e-02 2.15834e+05 3.12966e+04 5.09783e+04 3.22145e+05 2.71309e+05 3.20972e+05 6.01028e+05 5.81835e+05 1.07396e+06 2.06508e+05 1.17877e+05 1.01383e+04 5.53699e+05 1.33989e+06 7.40377e+04 1.98639e+06 1.23242e+06 1.53970e+06 2.21524e+06 9.11946e+05 2.93522e+06 1.97212e+06 2.75361e+06 4.16944e+04 2.97256e+04 3.98620e+01 1.77248e+05 2.74871e+04 2.34662e+04 4.20115e+04 2.13157e+04 3.90601e+04 7.71986e+04 4.51271e+04 1.33093e+05 3.89434e+04 1.90681e+04 7.83597e+02 1.40852e+05 2.63729e+05 1.00803e+04 2.27245e+05 2.66141e+05 1.36903e+05 8.33619e+04 9.22300e+04 3.56366e+05 3.17657e+05 5.11355e+05 3.80449e+03 1.56601e+03 1.06548e+00 8.95538e+04 5.29882e+04 2.18206e+03 7.95447e+03 9.90602e+03 1.80357e+04 3.53786e+04 2.79086e+04 4.36319e+04 1.61232e+04 1.13392e+04 1.04706e+03 5.57519e+03 7.27093e+04 2.63305e+03 4.55046e+04 4.11049e+04 1.61889e+04 3.33692e+04 3.04383e+04 1.70958e+05 7.71060e+04 1.37717e+05 2.03817e+03 1.25135e+03 7.28193e-02 6.11554e+05 8.78009e+04 2.35470e+04 1.36140e+05 6.16971e+05 2.06140e+05 2.02194e+05 1.26846e+05 3.49907e+05 9.87248e+04 6.45984e+04 8.80773e+03 9.07735e+04 1.98166e+06 5.54186e+04 6.60005e+05 6.69077e+05 3.66484e+05 4.97613e+05 3.97401e+05 7.84306e+05 2.31955e+05 5.08130e+05 1.39887e+04 5.36625e+03 6.45875e-01 6.61962e+05 8.92220e+04 1.61012e+05 2.39087e+05 8.86551e+04 3.47596e+05 3.84047e+05 2.64705e+05 7.80734e+05 2.20955e+05 1.11575e+05 1.15191e+04 2.74958e+05 1.27027e+06 7.89804e+04 1.45490e+06 1.45328e+06 8.75470e+05 7.48521e+05 6.13234e+05 1.69753e+06 6.49596e+05 1.09063e+06 1.47738e+04 8.00261e+03 8.68952e-01 1.00729e+07 1.47947e+06 1.23791e+07 1.21737e+07 5.81511e+06 2.09435e+07 1.88132e+07 1.89949e+07 2.84655e+07 1.57638e+07 1.27659e+07 1.89613e+06 5.49004e+06 9.59174e+07 2.42901e+06 3.13073e+07 6.96317e+07 3.49787e+07 5.77795e+07 7.84449e+06 1.76312e+08 6.93480e+07 1.49378e+08 1.04984e+04 3.01304e+06 4.92751e-02 1.00678e+04 4.39193e+03 3.39635e+03 4.38721e+03 3.31820e+03 6.45346e+03 8.65749e+03 7.59494e+03 2.55051e+04 5.05327e+03 2.64166e+03 1.53265e+02 8.54020e+03 1.07936e+05 6.63123e+03 7.38416e+04 6.48411e+04 3.64293e+04 5.66056e+04 5.61199e+04 1.00146e+05 4.89180e+04 7.60599e+04 4.06838e+03 1.62956e+03 8.71711e-01 2.69036e+03 3.41293e+02 4.74720e+03 2.40702e+03 5.84541e+02 1.72639e+03 2.90075e+03 1.91549e+03 5.90800e+03 3.98731e+03 7.63509e+02 3.99887e+01 1.82841e+04 1.10785e+05 6.11841e+03 1.03855e+05 9.50299e+04 7.30495e+04 8.66476e+04 5.96141e+04 5.15534e+05 3.35227e+05 5.33123e+05 8.00693e+03 3.34912e+03 6.87029e-02 5.66954e+04 2.06943e+04 4.15325e+03 1.41877e+04 7.44399e+03 2.00205e+04 3.24964e+04 2.25836e+04 6.10948e+04 1.78862e+04 9.76113e+03 5.75984e+02 9.94983e+03 4.17462e+04 3.79775e+03 8.18424e+04 7.36314e+04 3.95034e+04 2.20765e+04 1.81292e+04 8.70034e+04 3.54003e+04 6.52102e+04 7.39641e+02 3.75357e+02 1.70405e-03 4.30609e+05 7.45462e+04 3.39392e+04 4.99498e+04 1.59995e+04 4.21318e+04 7.53242e+04 4.92648e+04 1.32983e+05 3.93974e+04 1.92567e+04 1.52869e+03 1.91007e+05 1.16112e+05 3.38941e+04 5.09642e+05 4.63857e+05 2.88091e+05 2.53261e+05 1.90615e+05 5.04288e+05 1.03600e+05 2.68535e+05 4.58714e+03 1.50805e+03 5.10583e-01 3.78298e+06 8.81108e+05 7.18974e+06 5.13783e+06 2.52101e+06 1.69081e+06 2.68526e+06 1.09834e+06 7.83248e+05 3.41336e+05 7.54743e+05 1.43475e+04 1.21930e+06 1.35274e+07 4.61110e+05 5.94319e+06 1.32185e+07 3.88895e+06 6.41625e+06 1.60483e+06 1.78277e+07 1.18769e+07 2.12701e+07 8.37071e+03 2.40239e+06 1.16803e-01 7.34653e+08 7.41399e+07 1.57467e+08 1.30203e+08 1.98895e+08 1.01686e+08 3.60175e+08 2.44069e+08 5.12183e+08 1.38846e+08 6.95023e+07 1.38698e+00 6.42640e+07 5.12389e+08 9.59207e+06 1.23631e+08 2.74973e+08 1.08507e+08 2.93174e+08 6.31149e+07 4.98269e+08 4.61633e+07 6.49542e+08 2.27667e+06 4.14027e+08 9.46371e-01 3.43554e+06 1.32270e+05 1.62029e+06 6.20499e+06 2.81702e+06 1.82978e+06 7.70687e+06 1.92579e+06 1.81394e+06 6.13286e+05 8.05562e+05 5.03258e+04 2.23495e+06 5.83434e+06 3.80035e+05 4.89823e+06 1.08943e+07 1.42929e+06 4.15465e+06 3.41907e+06 4.73960e+06 5.48173e+07 8.57999e+06 1.44226e+06 8.47529e+05 1.23882e-01 1.53835e+05 4.98180e+04 3.90952e+05 2.71902e+04 1.53543e+04 5.26544e+04 7.36862e+04 7.52173e+04 2.42739e+05 5.38733e+04 2.62440e+04 1.55758e+03 1.95633e+05 5.37147e+05 2.20842e+04 5.26345e+05 3.11233e+05 1.67939e+05 4.06187e+05 3.26912e+05 5.89486e+05 2.91771e+05 3.47064e+05 4.73705e+03 3.05339e+03 4.54316e-01 3.60782e+05 6.83242e+04 8.22026e+04 3.24553e+05 2.34086e+05 3.68581e+05 6.28244e+05 3.89186e+05 1.30041e+06 2.38144e+05 1.31745e+05 8.09133e+03 3.55948e+05 1.88237e+06 7.46163e+04 1.82350e+06 1.69911e+06 8.45682e+05 1.51984e+06 1.31908e+06 4.99722e+06 3.15874e+06 4.34265e+06 5.78213e+04 3.31651e+04 3.45135e+00 3.24444e+05 7.22681e+04 1.53646e+05 2.27708e+05 3.62218e+05 4.76381e+05 9.17248e+05 4.89788e+05 1.32568e+06 2.80026e+05 1.91108e+05 1.00333e+04 4.75435e+05 1.80406e+06 1.31293e+05 2.89849e+06 2.34116e+06 1.14940e+06 1.35815e+06 1.35182e+06 4.26045e+06 2.58769e+06 3.83865e+06 6.20236e+04 2.41382e+04 7.77646e-01 4.16861e+05 1.47165e+05 1.29255e+05 1.09609e+06 1.57396e+05 4.74838e+05 7.98785e+05 9.57777e+05 1.20792e+06 3.64364e+05 1.84220e+05 2.68415e+04 2.63443e+05 6.04595e+06 2.36431e+05 4.39708e+06 4.41063e+06 2.84660e+06 2.58632e+06 1.74182e+06 5.36341e+06 4.05062e+06 5.15560e+06 8.83005e+04 3.64078e+04 4.07552e-01 7.90193e+03 1.70671e+03 6.08955e+03 2.43378e+04 9.56740e+03 2.74026e+04 3.83303e+04 2.55482e+04 7.98216e+04 1.82727e+04 1.20126e+04 1.05845e+03 8.80954e+03 8.73599e+04 6.13666e+03 6.82710e+04 9.95910e+04 4.67297e+04 4.36061e+04 4.35164e+04 9.76069e+04 3.85851e+04 1.69927e+05 6.75460e+03 2.44822e+03 1.15132e-01 1.46281e+05 1.61973e+03 1.41879e+05 1.49558e+05 1.04732e+05 1.00897e+05 2.26016e+05 2.30322e+05 3.43458e+05 1.53320e+05 5.44343e+04 6.16799e+03 1.52680e+05 2.77883e+05 4.65116e+04 2.13354e+05 2.42190e+05 7.95057e+04 4.98566e+05 1.28367e+05 7.66261e+05 4.06692e+05 7.24840e+05 4.16747e+03 1.19063e+04 3.96786e-01 4.75670e+05 4.00651e+04 5.39377e+04 1.78963e+05 6.29713e+04 1.82430e+05 2.27482e+05 1.17129e+05 4.08594e+05 1.29869e+05 6.38074e+04 6.04347e+03 2.65556e+05 8.32815e+05 3.09414e+04 6.26409e+05 5.78687e+05 3.52404e+05 4.90344e+05 3.58688e+05 1.02157e+06 5.02700e+05 8.50683e+05 1.01745e+04 4.78016e+03 2.87100e+00 4.42921e+05 8.42539e+04 6.08815e+04 2.95654e+05 6.16993e+04 1.38100e+05 2.85870e+05 2.69955e+04 2.65559e+05 1.45108e+05 7.50458e+04 8.61386e+03 4.89092e+05 7.87172e+05 4.94809e+03 1.20692e+05 1.49395e+05 6.89420e+04 6.38880e+04 8.11239e+04 1.03475e+06 1.40299e+05 7.48954e+05 2.84847e+03 3.57319e+03 7.04911e-06 1.05745e+06 1.86264e+05 1.02941e+06 3.62005e+05 1.28911e+05 4.47435e+05 5.02778e+05 5.17624e+05 1.30539e+06 2.95482e+05 1.85622e+05 1.84825e+04 1.08379e+06 4.48362e+05 6.18645e+04 1.19870e+06 1.04615e+06 5.73243e+05 1.00393e+06 7.90399e+05 1.76785e+06 3.76898e+05 8.03278e+05 1.01671e+04 5.44533e+03 1.18675e+00 7.97725e+05 2.24504e+05 2.04766e+05 5.15184e+06 7.85797e+05 3.78332e+06 5.41648e+06 3.73703e+06 1.10215e+07 1.94870e+06 1.98305e+06 3.77377e+04 7.52018e+05 1.36276e+07 2.97075e+06 1.26368e+07 5.59756e+06 3.48323e+06 1.32147e+07 5.11571e+06 2.94891e+07 3.16994e+07 3.02544e+07 3.63051e+05 3.53600e+05 2.41726e-01 4.20872e+03 5.60343e+02 5.38994e+03 4.32807e+03 2.35022e+03 4.47401e+03 6.32436e+03 5.21163e+03 1.00357e+04 2.99599e+03 2.18592e+03 1.48628e+02 1.93482e+04 6.18368e+04 2.21653e+04 1.60420e+05 1.68171e+05 9.56844e+04 1.44986e+05 1.58513e+05 1.13426e+05 7.91685e+04 1.17964e+05 4.37339e+03 9.71512e+02 6.91146e-02 3.93732e+05 5.40955e+04 1.04009e+05 3.40687e+05 6.28763e+05 3.56325e+05 5.74795e+05 5.30840e+05 1.53523e+06 2.35519e+05 2.00848e+05 1.18123e+04 4.13432e+05 5.43308e+06 1.24094e+05 2.60111e+06 2.49888e+06 1.36607e+06 1.87127e+06 1.48072e+06 3.86079e+06 2.18858e+06 3.28089e+06 4.15936e+04 2.20759e+04 1.77114e+00 1.55886e+06 1.30499e+05 2.89691e+05 1.02887e+06 4.29057e+05 6.59307e+05 1.49858e+06 6.09275e+05 8.09374e+05 3.47542e+05 1.80336e+04 6.71839e+03 2.00555e+05 1.92372e+06 1.60563e+04 2.06947e+05 4.60280e+05 5.68261e+05 2.82953e+05 2.53771e+05 2.60121e+06 5.67998e+06 5.95001e+06 4.61077e+05 3.31511e+05 2.18969e-01 1.91706e+06 2.79323e+05 7.91049e+05 1.06504e+06 7.62708e+05 1.23681e+06 2.05181e+06 1.30636e+06 3.69193e+06 9.83358e+05 5.37930e+05 4.38173e+04 2.82657e+06 6.15411e+06 2.31135e+05 5.24521e+06 4.59640e+06 2.68482e+06 3.47860e+06 3.13661e+06 7.22093e+06 2.90626e+06 5.75454e+06 6.05558e+04 3.41003e+04 3.56449e-01 1.38016e+05 1.97993e+04 3.42980e+04 1.76350e+05 3.05925e+05 1.73242e+05 2.96395e+05 1.83799e+05 4.73150e+05 1.23555e+05 7.43453e+04 5.13969e+03 1.55327e+05 8.09935e+05 3.33300e+04 7.30691e+05 7.15820e+05 4.35107e+05 4.96868e+05 4.53686e+05 1.43706e+06 7.44199e+05 1.41553e+06 1.50650e+04 6.76467e+03 1.64788e+02 1.18420e+05 3.37347e+04 8.13492e+03 1.78058e+04 8.93435e+03 2.09572e+04 3.35781e+04 2.36810e+04 5.39249e+04 1.60700e+04 8.48678e+03 6.45738e+02 1.48822e+04 6.16302e+05 1.91909e+04 2.59665e+05 2.60031e+05 1.37636e+05 1.92037e+05 1.88149e+05 2.70979e+05 1.84414e+05 2.73710e+05 4.99794e+03 1.72188e+03 2.65850e-02 3.20994e+05 1.91649e+04 2.50352e+05 3.98032e+05 4.25014e+05 4.02104e+05 2.83432e+05 2.25893e+05 3.22217e+05 1.50758e+05 1.92205e+05 1.35483e+04 4.38207e+05 9.02559e+05 2.60570e+05 6.58601e+05 8.23644e+05 2.16007e+05 1.07504e+06 3.00307e+05 1.83230e+06 1.39706e+06 2.60231e+06 7.25804e-01 4.21334e+04 5.17922e-01 2.92403e+06 1.62125e+06 6.83092e+04 1.48526e+05 1.40963e+05 9.04476e+04 7.91164e+04 9.02571e+04 7.19544e+04 8.49357e+04 9.89909e+04 1.12427e+05 6.21390e+04 3.08207e+06 5.72309e+05 5.47490e+05 5.95675e+05 6.13687e+05 3.16462e+05 2.69623e+05 4.38097e+05 5.36818e+05 5.50672e+05 5.69697e+05 5.94525e+05 1.85150e+04 4.37366e+04 5.37214e+04 4.82743e+03 2.98086e+04 1.76840e+04 3.98525e+04 3.44679e+04 2.92870e+04 5.43101e+04 1.53890e+04 1.20948e+04 8.12550e+02 1.85098e+04 8.60962e+04 1.19723e+04 1.56472e+05 1.28823e+05 7.47630e+04 1.18659e+05 1.11646e+05 2.19066e+05 1.48522e+05 2.27310e+05 5.04150e+03 1.85671e+03 1.58292e+00 1.33664e+06 1.97773e+04 6.36029e+05 1.68815e+06 6.46606e+05 4.73979e+06 2.87173e+06 2.88541e+06 6.85097e+06 1.49437e+06 5.58256e+05 3.07153e+04 2.26789e+06 1.14413e+07 2.01419e+06 5.85018e+06 5.45172e+06 2.82407e+06 6.77453e+06 2.44933e+06 1.78508e+07 1.12112e+07 3.70500e+07 1.24483e+05 3.26082e+05 1.03918e-01 1.09458e+07 8.75741e+05 6.99630e+06 1.97347e+07 9.31391e+06 2.01054e+07 3.24962e+07 3.05050e+07 4.43922e+07 1.71700e+07 5.57069e+06 1.04981e+06 2.80449e+07 8.95863e+07 2.47413e+07 8.01300e+07 7.68077e+07 4.43956e+07 1.28695e+08 4.55017e+07 3.40805e+08 1.73447e+08 3.57021e+08 1.23879e+07 5.40603e+06 7.45900e-02 1.81731e+04 6.64519e+03 8.94959e+03 1.07175e+04 5.77109e+03 2.09955e+04 2.55116e+04 2.39133e+04 3.38225e+04 8.79062e+03 1.36166e+04 6.45771e+02 2.08097e+04 1.22357e+05 1.36375e+04 1.46286e+05 1.38353e+05 7.91074e+04 1.58450e+05 1.21164e+05 5.05540e+05 3.21006e+05 4.51098e+05 1.13884e+04 4.76718e+03 2.77599e-01 9.68192e+04 2.07480e+04 6.66714e+05 3.72873e+04 2.21008e+04 6.82894e+04 1.06003e+05 9.22771e+04 1.68576e+05 3.78935e+04 2.49762e+04 2.64867e+03 3.12993e+05 5.51072e+05 1.34174e+04 3.00836e+05 1.76913e+05 9.03971e+04 3.29815e+05 2.23554e+05 1.08730e+06 2.85689e+05 4.36074e+05 7.05858e+03 4.45295e+03 6.01727e-02 3.67550e+04 9.78304e+03 2.10641e+03 6.12218e+03 1.89552e+03 5.57007e+03 1.06935e+04 6.54610e+03 1.92352e+04 4.73497e+03 2.22244e+03 9.87014e+01 9.23666e+03 8.75050e+04 6.55347e+03 1.32220e+05 1.22604e+05 6.80444e+04 2.70599e+04 3.13129e+04 1.15403e+05 3.52448e+04 7.95974e+04 5.38163e+02 2.80288e+02 2.08719e-02 3.47190e+05 1.43765e+03 6.29304e+04 2.38002e+05 8.44856e+04 2.11056e+04 1.48229e+05 5.89120e+04 7.86922e+04 8.60583e+03 1.48779e+04 5.54273e+03 1.38771e+05 3.93054e+05 1.61027e+04 2.27861e+05 4.48700e+05 1.48699e+05 4.44624e+05 1.79258e+05 4.68056e+05 4.34747e+05 3.91558e+05 1.56037e+05 1.12622e+05 1.19986e-01 1.24597e+07 8.65750e+04 1.55924e+07 3.47772e+07 8.94750e+06 3.15083e+07 7.75636e+07 7.04236e+07 1.70172e+08 8.12935e+07 1.89634e+07 9.08158e+05 3.83427e+07 1.17545e+08 3.79967e+06 9.63895e+07 7.87926e+07 3.74564e+07 1.53671e+08 3.42202e+07 3.07030e+08 1.76255e+08 4.26238e+08 4.51614e+04 1.29613e+07 9.46964e-02 1.45589e+06 1.12010e+05 3.96708e+05 4.27835e+05 1.11527e+05 5.03616e+05 4.42814e+05 2.74526e+05 7.85410e+05 2.36839e+05 1.20851e+05 1.29641e+04 1.43457e+06 2.56108e+06 1.18308e+05 2.15906e+06 2.37869e+06 1.24170e+06 1.51911e+06 1.25245e+06 1.97299e+06 5.02050e+05 1.32859e+06 1.36312e+04 5.83146e+03 1.93190e+00 9.33495e+05 1.07308e+05 8.18656e+05 2.59157e+06 1.43486e+06 9.21444e+05 1.94983e+06 1.03713e+06 9.86804e+05 5.29060e+05 4.36571e+05 3.67614e+03 1.87749e+06 1.15524e+06 7.79712e+05 3.14514e+06 3.02653e+06 1.48165e+06 7.15007e+06 2.46136e+06 8.79028e+06 1.42897e+07 1.44324e+07 1.03408e+06 8.89698e+05 2.87133e-01 6.49418e+04 2.37560e+05 2.05037e+03 1.07140e+05 6.28122e+03 8.41606e+03 2.00440e+03 2.93059e+03 5.48026e+03 5.99324e+02 1.03612e+03 3.86006e+02 4.07652e+04 3.02924e+05 3.51422e+03 8.42042e+04 7.60150e+04 3.98815e+04 1.63441e+05 3.04312e+04 1.33996e+05 3.89251e+05 3.60023e+05 1.84977e+02 5.30883e+04 1.95613e-01 9.29945e+05 1.24310e+05 1.05552e+05 6.19596e+05 4.94535e+05 5.85546e+05 1.12254e+06 6.26143e+05 1.78306e+06 5.07212e+05 2.68809e+05 1.97700e+04 3.39963e+05 1.75014e+06 2.00741e+05 4.50144e+06 4.65151e+06 2.44651e+06 1.32309e+06 1.17413e+06 3.05243e+06 1.54190e+06 2.99533e+06 3.41614e+04 1.23952e+04 1.50322e-01 2.19382e+05 5.69284e+04 1.55059e+05 6.91359e+04 2.45304e+04 4.93919e+04 7.75804e+04 5.22627e+04 1.56064e+05 4.74637e+04 2.74660e+04 3.64526e+03 1.28045e+05 4.00049e+05 3.12351e+04 4.14161e+05 4.22623e+05 2.75367e+05 1.20940e+05 1.08156e+05 3.97984e+05 1.67285e+05 2.83885e+05 3.76869e+03 1.66732e+03 8.60544e-01 1.55991e+05 1.48796e+04 1.51899e+05 3.24987e+05 9.04814e+04 5.41238e+05 8.01244e+05 6.58720e+05 9.38094e+05 1.85043e+05 1.22963e+05 3.78815e+03 3.11836e+05 1.49978e+06 6.53654e+04 3.99816e+06 1.08711e+06 5.07550e+05 1.25002e+06 7.60952e+05 8.93590e+06 6.38784e+05 1.68366e+06 1.08544e+04 1.30428e+04 2.15207e-05 1.62118e+05 5.32242e+04 6.53365e+03 3.24098e+04 4.00070e+04 3.98059e+04 5.95681e+04 4.08730e+04 8.40357e+04 2.19187e+04 1.62109e+04 1.90052e+03 1.55402e+04 1.18643e+06 3.43777e+04 4.74894e+05 5.19347e+05 3.02628e+05 2.76876e+05 2.50463e+05 2.02384e+05 3.93175e+04 1.12659e+05 2.41789e+03 1.07575e+03 2.77214e-02 4.15530e+05 6.67568e+04 5.03452e+04 1.53951e+05 3.04504e+05 2.10423e+05 3.49254e+05 2.07120e+05 5.35896e+05 1.32463e+05 1.00271e+05 6.01668e+03 1.65422e+05 9.55094e+05 4.77713e+04 9.07756e+05 8.54379e+05 4.30236e+05 4.31645e+05 3.85781e+05 1.37017e+06 8.42829e+05 1.20490e+06 1.80539e+04 1.47841e+04 2.40720e-01 5.97013e+04 4.46521e+03 5.12063e+04 2.24281e+06 2.55631e+07 3.25049e+06 4.29306e+06 3.09302e+06 4.16290e+07 2.91464e+06 2.60429e+06 9.70226e+05 7.43307e+05 8.73160e+06 6.90312e+05 8.89735e+06 1.97889e+07 9.20416e+05 5.67590e+06 3.61534e+05 6.53909e+06 5.84915e+06 7.97277e+06 2.58238e+04 7.41144e+06 1.83972e-02 2.43646e+06 3.37380e+04 1.41845e+05 2.27931e+06 1.74896e+06 1.21299e+06 3.51643e+06 1.79562e+06 4.52571e+06 9.69292e+05 3.25342e+05 3.55470e+04 1.41492e+06 2.93988e+06 7.70200e+05 2.81214e+06 4.58644e+06 1.31955e+06 5.37034e+06 2.18740e+06 8.00629e+06 7.08721e+06 1.12214e+07 1.77960e+00 1.88375e+05 3.23735e-02 2.23468e+05 1.68182e+05 1.73329e+04 4.60537e+05 3.92831e+04 1.26170e+05 1.74653e+05 2.29251e+05 4.42483e+05 5.84609e+04 3.59011e+04 4.85840e+03 3.97403e+05 1.16522e+06 4.16393e+04 7.63329e+05 6.02961e+05 8.78434e+05 1.43495e+06 4.38762e+05 1.97866e+06 1.93611e+06 3.01130e+06 5.75895e+04 2.22204e+04 7.03824e-01 1.31696e+08 5.32201e+06 2.41685e+07 2.97500e+07 1.49631e+07 9.51002e+06 5.58814e+07 2.80952e+07 2.62373e+07 8.88284e+06 5.70775e+06 4.56256e+06 1.87192e+07 6.62261e+07 1.70174e+06 2.19335e+07 4.87831e+07 5.96368e+06 7.92334e+07 1.72449e+07 1.45921e+08 4.46461e+07 2.84193e+07 4.79864e+04 1.37721e+07 5.11453e-01 2.68654e+07 2.84429e+06 1.25907e+07 2.22671e+07 5.82622e+06 5.50182e+06 1.22170e+07 3.44327e+06 4.83321e+06 7.93470e+06 5.71105e+05 9.80639e+04 2.11659e+06 4.78501e+07 6.21819e+05 8.01456e+06 1.78255e+07 1.26472e+07 2.83039e+07 1.62396e+06 2.39844e+07 7.70061e+04 2.97191e+07 1.13368e+05 3.25366e+07 3.97911e-02 1.64540e+06 2.63830e+05 2.45291e+06 1.88546e+06 1.93803e+06 1.00926e+06 2.81626e+06 2.77749e+06 2.36850e+06 8.23034e+05 2.82165e+05 8.75034e+03 3.69854e+06 1.23630e+07 7.47177e+04 9.63029e+05 2.14191e+06 4.85842e+06 7.30394e+06 3.68404e+06 9.19579e+06 1.83826e+07 2.99535e+07 8.68714e+02 2.49321e+05 2.93355e-01 3.59368e+04 8.16955e+03 9.50444e+05 9.37179e+04 2.40491e+04 5.14417e+04 8.05208e+04 5.30266e+04 1.58716e+05 7.58887e+04 2.97085e+04 5.73639e+03 4.88413e+05 8.49459e+05 2.70655e+04 4.28786e+05 4.39697e+05 2.46410e+05 6.90470e+05 5.04141e+05 7.42230e+05 1.13903e+06 1.27342e+06 4.75230e+03 5.04734e+03 3.54267e-02 1.11569e+06 2.94951e-01 7.11710e+05 7.34185e+06 1.31817e+06 2.84947e+06 6.92776e+06 2.74271e+06 1.30348e+07 1.84734e+06 6.66320e+05 5.34396e+04 2.19055e+06 6.36952e+06 1.71061e+06 3.35867e+06 9.80170e+06 4.07523e+06 2.16494e+07 1.20045e+07 2.23533e+07 1.06040e+07 3.19960e+07 3.19871e+05 5.94464e+05 4.32430e-03 2.58935e+06 7.24833e+04 8.18605e+05 6.88758e+06 1.38578e+06 1.25103e+06 5.80877e+06 2.90449e+06 1.11624e+07 2.28674e+06 2.98283e+06 2.81889e+06 1.73408e+06 1.27585e+07 4.00092e+05 5.15674e+06 1.14693e+07 5.53928e+06 1.79125e+07 3.08708e+06 2.13958e+07 1.93103e+07 3.74380e+07 7.48741e+03 2.14889e+06 4.45664e-01 1.62729e+07 7.75403e+05 4.88138e+06 1.44203e+07 1.59212e+07 1.11641e+07 2.55640e+07 2.14252e+07 3.06997e+07 7.80208e+06 5.27874e+06 9.63693e+05 1.75724e+07 3.31617e+07 1.21939e+07 3.89655e+07 4.53050e+07 3.06042e+07 5.60048e+07 1.74595e+07 2.15312e+08 4.91521e+07 1.13342e+08 9.98080e+06 6.73766e+06 1.60734e-01 1.47403e+05 2.18331e+04 4.28165e+04 8.92054e+04 3.22968e+04 6.42689e+04 1.05953e+05 1.08022e+05 1.52538e+05 4.15553e+04 2.30057e+04 1.83298e+03 1.83747e+05 7.31399e+05 3.85105e+04 8.25054e+05 5.84425e+05 3.97227e+05 2.92952e+05 2.69189e+05 1.08183e+06 4.34549e+05 7.29865e+05 2.38916e+02 3.97564e+03 5.56077e-02 3.95374e+06 1.69338e+06 2.36026e+06 2.53485e+07 1.09542e+07 4.15975e+07 5.78675e+07 5.00184e+07 1.38347e+08 3.34612e+07 1.40303e+07 1.28142e+06 2.08656e+07 1.97879e+08 9.43641e+06 3.08533e+08 1.51736e+08 5.90067e+07 2.39753e+08 9.99668e+07 3.84947e+08 1.85309e+08 5.68807e+08 3.58405e+05 2.75842e+06 1.43191e+02 1.65345e+05 1.97638e+04 1.12469e+05 2.20562e+05 1.13577e+05 2.52308e+05 5.18830e+05 2.41216e+05 7.10797e+05 1.86955e+05 1.01719e+05 9.51639e+03 2.22666e+05 1.11335e+06 3.98636e+04 9.45963e+05 7.66326e+05 4.30899e+05 7.46259e+05 6.04007e+05 3.29044e+06 1.56992e+06 3.43143e+06 3.85785e+04 1.53460e+04 7.53393e-02 7.88480e+06 1.28178e+06 8.01990e+06 8.80044e+05 8.98414e+05 3.12661e+05 3.54058e+06 2.82978e+06 1.44978e+06 1.63964e+05 3.46092e+05 8.86410e+04 5.54143e+06 4.81049e+06 7.86741e+04 1.01402e+06 2.25532e+06 2.88468e+04 6.12121e+06 9.99994e+05 8.08566e+06 1.29737e+06 6.55175e+06 5.80843e+03 1.66702e+06 7.84845e+01 1.14261e+07 3.93498e+04 2.15783e+05 8.84462e+05 3.82396e+05 2.40354e+05 4.95360e+05 2.17540e+05 4.06803e+05 4.44882e+04 3.75859e+05 1.40026e+05 5.13451e+05 1.20936e+06 3.99815e+04 5.15317e+05 1.14613e+06 7.25764e+05 2.21324e+06 6.06351e+05 1.76813e+06 1.65366e+06 5.24758e+06 2.28852e+03 6.56806e+05 3.51830e+01 1.39207e+05 4.10306e+04 1.36191e+06 7.67632e+05 4.17319e+05 4.80409e+05 3.37041e+06 9.45373e+05 4.72481e+05 1.68526e+05 8.25442e+05 7.12078e+04 1.23343e+06 1.55827e+06 3.95987e+04 5.10383e+05 1.13516e+06 5.11841e+05 9.70282e+05 4.20766e+05 6.74830e+06 4.43716e+05 1.98176e+06 1.38903e+04 2.81753e+05 7.33188e-02 3.08828e+05 3.68086e+01 3.62894e+04 1.86890e+05 3.90869e+04 2.50583e+04 8.78672e+04 1.19522e+05 3.95977e+04 3.67872e+04 5.30416e+03 1.97606e+03 2.57428e+04 4.65189e+05 6.61396e+03 7.55526e+04 1.95761e+05 1.16550e+05 3.34589e+05 7.88847e+04 2.00764e+05 2.29971e+05 4.31423e+05 4.57654e+01 1.31347e+04 2.24481e+00 3.46929e+05 2.16736e+04 9.87775e+04 5.23566e+04 3.12674e+04 1.43857e+05 8.48254e+04 4.71657e+04 1.69299e+05 4.55469e+04 2.32252e+04 1.11901e+03 4.98384e+05 7.49980e+05 2.17121e+04 6.13667e+05 4.78691e+05 2.60400e+05 9.92553e+04 1.37009e+05 7.02108e+05 3.44989e+05 6.09874e+05 4.89651e+03 2.47647e+03 9.38686e+00 5.63018e+05 4.51331e+04 3.20958e+04 5.39697e+05 4.45091e+05 4.00445e+05 2.27538e+05 1.54177e+05 2.85615e+05 1.16689e+05 6.78020e+04 7.82916e+03 3.29227e+05 8.17299e+05 1.44626e+05 3.71378e+05 7.67661e+05 1.39506e+05 1.14461e+06 3.16227e+05 2.04740e+06 1.51878e+06 2.97465e+06 1.41781e+00 1.41071e+05 2.11436e+00 2.06773e+05 2.69801e+04 6.84913e+04 2.02384e+05 1.01856e+05 2.71975e+05 2.99862e+05 2.24789e+05 7.83986e+05 1.35468e+05 1.24605e+05 7.89165e+03 2.42579e+05 1.37754e+06 9.73513e+04 1.77622e+06 1.75723e+06 1.13704e+06 9.32614e+05 6.72503e+05 4.29946e+06 2.64018e+06 4.45619e+06 7.00403e+04 2.71014e+04 1.66238e+00 2.28429e+04 4.25076e+03 2.17053e+04 1.81797e+04 1.36078e+04 2.34588e+04 3.86659e+04 2.88539e+04 6.01310e+04 1.61442e+04 1.03778e+04 6.50352e+02 6.52784e+04 6.71492e+04 5.23128e+03 9.09443e+04 7.95258e+04 4.17302e+04 3.44563e+04 3.69748e+04 2.17764e+05 1.05639e+05 1.82611e+05 2.29325e+03 1.04932e+03 1.06811e+00 9.05526e+04 5.37572e+04 2.60306e+03 5.26633e+03 1.53215e+03 6.01596e+03 9.35288e+03 6.16370e+03 1.63143e+04 3.50443e+03 2.04675e+03 6.12298e+01 1.03984e+04 2.80739e+04 9.70727e+02 2.80323e+04 2.60303e+04 1.28086e+04 2.09416e+04 3.30991e+04 6.77515e+04 2.33371e+04 3.54727e+04 2.00946e+02 1.17058e+02 5.30662e-06 3.54007e+04 3.72131e+03 2.19456e+06 4.71775e+04 1.22424e+04 5.59133e+04 7.98315e+04 6.50776e+04 2.54628e+05 6.89822e+04 2.61385e+04 1.64937e+03 1.18719e+06 3.25240e+05 1.35709e+04 4.83445e+05 3.26671e+05 1.25731e+05 2.52665e+05 2.60495e+05 1.04789e+06 1.09493e+06 1.21693e+06 3.30550e+03 2.73551e+03 9.53696e+01 2.14275e+03 2.40842e+02 5.51173e+03 1.32444e+05 8.45631e+04 1.41879e+05 1.91037e+05 1.51717e+05 3.67300e+05 1.35972e+05 9.21093e+04 6.73780e+03 1.75297e+04 1.73400e+05 3.54430e+03 1.20875e+05 8.42567e+04 4.24522e+04 7.15539e+04 4.95574e+04 5.69873e+05 2.51685e+05 4.30257e+05 1.03091e+04 5.79768e+03 9.53568e-02 2.46496e+05 1.04506e+03 4.15078e+04 8.95058e+05 1.09584e+06 6.90138e+05 4.67998e+05 1.81334e+05 5.45139e+05 1.10755e+05 1.95510e+05 4.67896e+04 6.98145e+05 1.52103e+06 4.08492e+05 1.02588e+06 1.40860e+06 3.09009e+05 1.66501e+06 6.24203e+05 1.44079e+06 2.27652e+06 4.41961e+06 5.21903e+04 1.03746e+05 1.52932e+01 5.96938e+04 1.27015e+03 8.35980e+04 6.29035e+04 1.11523e+05 1.14883e+05 4.99832e+05 1.17372e+06 3.76794e+05 5.50225e+04 1.61433e+04 8.18788e+02 1.89783e+05 2.69964e+06 4.56878e+05 1.73450e+06 1.23179e+06 8.99766e+05 2.88536e+06 1.27427e+06 7.66266e+06 3.80740e+06 7.69281e+06 2.93269e+05 4.64558e+04 8.90089e-01 1.32608e+05 1.70632e+05 1.22934e+03 8.46132e+03 5.93509e+04 6.53064e+03 1.56325e+04 7.78853e+03 4.59645e+04 6.46404e+03 4.45768e+03 3.21063e+02 7.86020e+04 1.76045e+06 8.60895e+04 1.78682e+06 3.74128e+05 8.07524e+05 4.11277e+05 2.82022e+05 3.65602e+06 2.93814e+06 4.04422e+06 7.44939e+04 5.73261e+03 2.35892e-01 3.67746e+05 5.04374e+04 4.93026e+04 4.88893e+04 1.33769e+04 7.52906e+04 1.07467e+05 8.94087e+04 2.05761e+05 4.98668e+04 2.93513e+04 2.10696e+03 1.26581e+05 5.23193e+05 2.91036e+04 3.88947e+05 3.58161e+05 2.08405e+05 3.15908e+05 2.51903e+05 5.64132e+05 3.07452e+05 4.11392e+05 9.91443e+03 4.45192e+03 2.32483e-01 2.03061e+05 4.38568e+04 5.49457e+03 3.01906e+04 1.13017e+04 3.35699e+04 4.78212e+04 3.54708e+04 8.79509e+04 2.67902e+04 1.42409e+04 1.21681e+03 2.39908e+04 1.23142e+05 1.38799e+04 2.69463e+05 2.55491e+05 1.32718e+05 1.03040e+05 1.33328e+05 2.86109e+05 8.68764e+04 1.80027e+05 2.28858e+03 1.16657e+03 1.59895e+01 6.50382e+06 6.83935e+05 1.87559e+06 7.93433e+06 3.56001e+06 2.94616e+06 3.76534e+06 2.34096e+06 1.06957e+07 1.05554e+06 7.29548e+05 9.79346e+04 1.67821e+06 1.25514e+07 3.38586e+05 4.36400e+06 9.70613e+06 1.08769e+07 1.22167e+07 4.03101e+06 1.23052e+07 1.34288e+07 1.63484e+07 2.60330e+00 1.25508e-02 3.96169e-02 2.57628e+04 2.21954e+04 3.46248e+03 9.58016e+03 5.84293e+03 5.83370e+03 9.69370e+03 7.49206e+03 1.78725e+04 4.53955e+03 2.22213e+03 1.16709e+02 1.28578e+04 2.90125e+05 2.41707e+04 3.11333e+05 2.91993e+05 1.85784e+05 1.15617e+05 1.05853e+05 2.35734e+05 1.57767e+05 2.39145e+05 3.81167e+03 1.16345e+03 7.34741e+02 7.46114e+05 1.29451e+05 5.12369e+03 1.12254e+05 4.26957e+04 9.80249e+04 1.84897e+05 9.77895e+04 3.30703e+05 1.11740e+05 5.21176e+04 3.74463e+03 2.68773e+04 4.90856e+05 2.19357e+04 4.31546e+05 3.89093e+05 2.13131e+05 2.08264e+05 2.02161e+05 5.99124e+05 2.68646e+05 4.35829e+05 5.33760e+03 2.22626e+03 1.71286e-01 2.35633e+04 2.73560e+03 3.43142e+03 4.78098e+04 3.94475e+04 2.21616e+04 7.62928e+04 1.61436e+04 1.25921e+05 1.30316e+05 4.10270e+04 9.76358e+02 5.92658e+04 2.08706e+05 8.88462e+04 1.92741e+05 2.55047e+05 2.49564e+05 5.63196e+05 1.78337e+05 1.04666e+06 7.63534e+05 1.68369e+06 2.07244e+03 6.24415e+04 4.80056e-02 1.74438e+05 8.79483e+04 5.66869e+04 3.09651e+04 8.97090e+03 2.36497e+04 4.28552e+04 2.72451e+04 7.65753e+04 2.09226e+04 9.67728e+03 7.21504e+02 1.01592e+05 2.47267e+05 1.79609e+04 2.36150e+05 1.96982e+05 1.22095e+05 1.08444e+05 1.00978e+05 3.10354e+05 1.36761e+05 2.94727e+05 3.13110e+03 1.11989e+03 7.47712e-01 1.45489e+05 7.25362e+03 4.09829e+03 1.92967e+05 5.79301e+05 6.27721e+04 1.27204e+05 5.97588e+04 4.67169e+04 5.10899e+03 9.20825e+04 1.29573e+04 6.13019e+04 2.92204e+05 9.51200e+03 1.22599e+05 2.72677e+05 2.93820e+05 4.28967e+05 9.59373e+04 4.37057e+05 7.51449e+05 8.63391e+05 1.34679e+02 3.86529e+04 3.63369e+00 5.39951e+06 2.19263e+05 4.81048e+06 7.46636e+06 4.70785e+06 2.12972e+06 1.05619e+07 3.90204e+06 8.65382e+06 8.93112e+06 1.95999e+06 3.76767e+05 6.03809e+06 3.11227e+07 9.87022e+05 1.27216e+07 2.82946e+07 1.05696e+07 2.17610e+07 4.39673e+06 3.26139e+07 4.73281e+07 6.70845e+07 1.46549e+04 4.20596e+06 7.12794e-02 3.62714e+03 6.66808e+02 3.15662e+03 1.02633e+04 4.21894e+03 1.57795e+04 2.35582e+04 1.75821e+04 4.02721e+04 9.80275e+03 5.15825e+03 2.63606e+02 1.08143e+04 4.00298e+05 2.36853e+04 3.62121e+05 2.91865e+05 1.71458e+05 1.41163e+05 1.37461e+05 5.85705e+05 3.60359e+05 4.96605e+05 1.02421e+04 5.52491e+03 4.43382e-02 2.53577e+05 9.78611e+02 1.14537e+05 5.77973e+04 5.33201e+04 4.07060e+04 7.21487e+04 5.85917e+04 1.10526e+05 3.26999e+04 1.48271e+04 1.89987e+03 4.59408e+05 1.99218e+05 4.18354e+03 2.14020e+05 2.01494e+05 7.49869e+04 1.73785e+05 9.46720e+04 3.09698e+05 1.27387e+05 3.04987e+05 3.59480e+03 2.78478e+03 8.40092e-01 4.40035e+04 5.35516e+03 2.97638e+03 4.32246e+04 1.55032e+03 7.43800e+03 9.43459e+03 1.01480e+04 9.91601e+03 4.44121e+03 2.24463e+03 9.27977e+01 6.64573e+04 1.85142e+05 8.12134e+03 2.03063e+05 1.94081e+05 1.64416e+05 1.63720e+05 5.03365e+04 2.06754e+05 2.56395e+05 2.64221e+05 2.00415e+03 3.38354e+03 8.40368e-02 1.37510e+06 3.00506e+05 2.74360e+05 5.78264e+05 4.98407e+05 6.40992e+05 1.18149e+06 8.58761e+05 2.58954e+06 5.56702e+05 2.85320e+05 1.66305e+04 6.19335e+05 3.48362e+06 1.30887e+05 2.54093e+06 2.06318e+06 9.79863e+05 1.37793e+06 1.36574e+06 4.56894e+06 3.61174e+06 5.50985e+06 2.00650e+04 2.49789e+04 2.42776e-01 4.24411e+05 7.20667e+04 1.10310e+05 6.21910e+04 2.04433e+04 5.10619e+04 7.72259e+04 6.77899e+04 2.00955e+05 6.63333e+04 2.44150e+04 4.68970e+03 2.94926e+05 1.38560e+05 2.24861e+04 3.89885e+05 3.02469e+05 1.50394e+05 3.04400e+05 3.03015e+05 4.88883e+05 3.12621e+05 4.34416e+05 4.09356e+03 1.72015e+03 4.44093e+01 2.24308e+06 3.18682e+05 4.15029e+05 3.91758e+05 2.62102e+05 5.49804e+05 1.20012e+06 8.31704e+05 2.69516e+06 7.42376e+05 3.02442e+05 1.76983e+04 5.67497e+05 2.62456e+06 1.15560e+05 3.10242e+06 2.66653e+06 1.34310e+06 2.29545e+06 2.07892e+06 2.10983e+06 1.40202e+06 2.28580e+06 1.20313e+04 6.33847e+03 8.54169e-02 1.54505e+05 1.66058e+04 2.01533e+05 1.32913e+05 4.81725e+04 6.42669e+04 1.21559e+05 8.56442e+04 1.98921e+05 6.15904e+04 3.41463e+04 2.53235e+03 3.76805e+05 2.39319e+05 2.38373e+04 4.77612e+05 3.81809e+05 2.36078e+05 2.46669e+05 1.09263e+05 9.94050e+05 8.14740e+05 1.08749e+06 1.81920e+04 3.44598e+03 2.86573e-02 7.85215e+05 1.34301e+05 1.81321e+04 4.47043e+04 1.67165e+04 8.00827e+04 8.37480e+04 4.93200e+04 2.50895e+05 7.98938e+04 3.13441e+04 1.77546e+03 7.34755e+04 1.13522e+06 3.58072e+04 8.74773e+05 7.55469e+05 4.06237e+05 3.99722e+05 4.20627e+05 1.42860e+06 6.31897e+05 9.63617e+05 8.29449e+03 5.63405e+03 8.58872e-02 2.07782e+06 1.84319e+05 7.82927e+05 6.25612e+06 1.74798e+06 6.34340e+06 8.94303e+06 6.09352e+06 1.15900e+07 3.25029e+06 3.88228e+06 1.88614e+05 1.78810e+06 1.66806e+07 5.10497e+06 1.22493e+07 1.82613e+07 6.49759e+06 2.49546e+07 8.15840e+06 7.16940e+07 2.39460e+07 5.97890e+07 7.18817e+04 3.19472e+06 8.74295e-02 1.08643e+01 1.57512e+00 4.15994e+00 1.24315e+01 2.52774e+01 6.33414e+00 3.43050e+01 1.70785e+01 3.19371e+01 3.49266e+00 6.03815e+00 2.24951e+00 1.11753e+02 1.62351e+02 7.34749e+00 9.47009e+01 2.10628e+02 1.30513e+02 1.60965e+02 3.04528e+01 4.64730e+02 2.24888e+02 5.08463e+02 3.92342e-04 4.16421e+01 3.14623e-02 1.94486e+04 7.13206e+03 1.00985e+04 3.61211e+04 1.64189e+04 4.40688e+04 7.08557e+04 8.74805e+04 1.25249e+05 3.14638e+04 1.89334e+04 2.64259e+03 2.86731e+04 6.93019e+05 1.55881e+04 2.41033e+05 2.15912e+05 1.18664e+05 1.91223e+05 1.35046e+05 7.36010e+05 5.24580e+05 7.00790e+05 1.33464e+04 5.55012e+03 6.60681e-01 2.22378e+06 1.71387e+05 5.43971e+05 3.73836e+06 1.27058e+06 3.34649e+06 2.24767e+06 1.94784e+06 1.94185e+06 8.75909e+05 5.77058e+05 8.43963e+05 1.13399e+06 6.15049e+06 2.36428e+05 5.94434e+06 4.93664e+06 1.87430e+06 4.53881e+06 2.08857e+06 1.39595e+07 8.28339e+06 1.76874e+07 4.77086e+03 1.36924e+06 1.36692e-01 1.97481e+05 3.93540e+04 4.05521e+04 6.91279e+04 8.03337e+04 8.02337e+04 1.30109e+05 9.38159e+04 2.01755e+05 5.12897e+04 3.10075e+04 2.31457e+03 1.01181e+05 3.72643e+05 2.24822e+04 3.62121e+05 3.26292e+05 1.49361e+05 1.47506e+05 1.42135e+05 5.61801e+05 3.25992e+05 4.90377e+05 1.01244e+04 2.40924e+03 1.46619e-01 2.84544e+05 6.43334e+04 1.10386e+04 4.11877e+04 5.72853e+03 9.31446e+03 2.07948e+04 1.08922e+04 3.91831e+04 1.56109e+04 6.71872e+03 3.70928e+02 8.71346e+04 1.17447e+05 5.62686e+03 1.43442e+05 1.01166e+05 1.30266e+05 1.00091e+05 3.23118e+04 1.08105e+05 9.11201e+04 1.87794e+05 4.16661e+02 3.07245e+02 1.85003e-04 5.85885e+05 9.09889e+04 3.37667e+05 2.08776e+05 8.10849e+04 1.55957e+05 2.85979e+05 1.64294e+05 5.61961e+05 1.83732e+05 8.64561e+04 1.15723e+04 4.66160e+05 2.00901e+06 8.57673e+04 1.59339e+06 2.03509e+06 1.25870e+06 1.47048e+06 1.13294e+06 1.09024e+06 1.19783e+06 1.85377e+06 4.54082e+04 6.60344e+03 8.89405e-01 1.24960e+06 9.44505e+05 5.19655e+06 2.85932e+06 3.32912e+05 3.20882e+06 1.90427e+06 2.06482e+06 3.30810e+06 2.79500e+06 6.14378e+05 6.10756e+04 1.98211e+06 1.68612e+07 2.85437e+06 8.26324e+06 9.65482e+06 3.51209e+06 1.18999e+07 4.14949e+06 2.37674e+07 1.37528e+07 4.64569e+07 3.25255e+05 1.01449e+06 1.63924e-01 1.35130e+05 2.18144e+04 1.03776e+04 7.75088e+04 3.25455e+04 8.38105e+04 1.47878e+05 9.53233e+04 2.72963e+05 7.78361e+04 3.74440e+04 3.29650e+03 4.34719e+04 5.93209e+05 3.83202e+04 7.91750e+05 7.64811e+05 4.21326e+05 1.68544e+05 2.04923e+05 7.12694e+05 4.61289e+05 7.91388e+05 9.33944e+03 3.18634e+03 2.32720e-01 1.30823e+05 8.07268e+04 2.34909e+06 2.19120e+05 1.00715e+05 2.65138e+05 4.68020e+05 3.42965e+05 8.78677e+05 2.29454e+05 1.39177e+05 7.34554e+03 5.89548e+05 3.46805e+06 6.92589e+04 1.37179e+06 1.08541e+06 7.47509e+05 1.17420e+06 6.80895e+05 2.82848e+06 3.27695e+06 3.88193e+06 7.27594e+04 2.13556e+04 7.00543e+00 7.58363e+06 1.06536e+06 3.34145e+05 1.44290e+06 6.70539e+05 1.65788e+06 2.63760e+06 1.58284e+06 4.91345e+06 1.35538e+06 6.20962e+05 4.20528e+04 1.74980e+06 3.89100e+06 4.75186e+05 1.00613e+07 1.01048e+07 5.96028e+06 7.09324e+06 7.25470e+06 1.16972e+07 4.93274e+06 6.97514e+06 6.47580e+04 6.70455e+04 1.38963e-01 1.27473e+05 8.92579e+04 1.07157e+05 9.55014e+04 1.95253e+05 1.42772e+05 2.32206e+05 1.75041e+05 5.62491e+05 1.31123e+05 8.39761e+04 8.84620e+03 3.11143e+05 7.59470e+06 1.62671e+05 2.87889e+06 2.42233e+06 1.77776e+06 2.33623e+06 1.16557e+06 3.05601e+06 1.54807e+06 2.24131e+06 4.96047e+04 1.95680e+04 1.76553e+00 1.77713e+05 1.57430e+04 1.20493e+05 1.61899e+04 4.27160e+03 1.77046e+04 1.92907e+04 1.40740e+04 2.75403e+04 7.08349e+03 4.91706e+03 4.27248e+02 1.65666e+05 8.30084e+05 2.01542e+04 3.70214e+05 2.95551e+05 1.75408e+05 1.38836e+05 1.20807e+05 4.84473e+05 3.81208e+05 5.44514e+05 6.60136e+03 3.13069e+03 1.20115e+00 8.62785e+05 1.67106e-01 5.28400e+04 8.47191e+05 6.70341e+05 6.30485e+05 8.11408e+05 1.43989e+05 3.09300e+05 3.38252e+04 1.89410e+05 7.05643e+04 8.53286e+05 1.54736e+06 2.38883e+04 3.07894e+05 6.84799e+05 5.07366e+05 1.17275e+06 4.43602e+05 2.57439e+06 2.97341e+06 1.03547e+06 3.44612e+03 9.89037e+05 5.45652e-05 2.15672e+06 1.85717e+05 5.68968e+06 2.52142e+06 1.67983e+06 7.86779e+05 1.98569e+06 1.13854e+06 4.01049e+05 2.14647e+05 3.54442e+05 9.32473e+04 2.05133e+06 4.16836e+06 8.53536e+04 1.10011e+06 2.44680e+06 6.34531e+05 3.53572e+06 6.68920e+05 5.64417e+06 1.36771e+07 2.98868e+06 1.21374e+06 5.67368e+05 1.19360e+00 4.67515e+06 1.00009e+06 4.41452e+05 6.89054e+06 9.97008e+05 4.15313e+05 1.33485e+06 4.62279e+05 6.21568e+06 3.35949e+05 3.10307e+05 3.23433e+04 1.86870e+06 4.81582e+06 1.94334e+05 2.50475e+06 5.57092e+06 3.19734e+06 4.87967e+06 6.22528e+05 8.30035e+06 1.18770e+00 5.47394e+06 4.56490e+04 1.31013e+07 7.47358e-05 2.54646e+06 6.27058e+04 8.10832e+06 8.31793e+06 5.69674e+06 5.81801e+06 1.09052e+07 6.46470e+06 1.01386e+07 5.08465e+06 2.69233e+06 2.63463e+05 6.09827e+06 1.57667e+07 2.31984e+06 1.41888e+07 7.61642e+06 2.94245e+06 1.89247e+07 9.40679e+06 2.40325e+07 1.97967e+07 4.48031e+07 1.88063e+05 6.24513e+05 1.91779e-01 7.53368e+05 1.82389e+05 6.21644e+05 2.30596e+06 3.99840e+06 2.07738e+06 2.34969e+06 1.58152e+06 2.57067e+06 1.03932e+06 7.96906e+05 1.79465e+04 1.83973e+06 5.12490e+06 2.55698e+06 7.05066e+06 8.98316e+06 4.38796e+06 7.48765e+06 1.81577e+06 1.36715e+07 1.39507e+07 2.43377e+07 1.62331e+06 4.69024e+05 8.51062e-01 3.31602e+04 4.30949e+03 3.99504e+06 1.55973e+05 9.45357e+04 2.61187e+05 7.93658e+05 4.36072e+05 1.60678e+06 4.49409e+05 1.69814e+05 1.03186e+04 4.86526e+05 1.07066e+07 7.73302e+04 1.99698e+06 1.15923e+06 1.29679e+06 1.69199e+06 9.84150e+05 3.29202e+06 3.58004e+06 4.90219e+06 2.80517e+04 1.13956e+04 7.08223e-01 3.06379e+06 6.58190e+05 6.51726e+05 1.29819e+07 3.43386e+07 1.29162e+07 3.94232e+07 3.37067e+07 7.33126e+07 4.25455e+07 8.48933e+06 0.00000e+00 7.31964e+06 5.55372e+07 6.92652e+05 8.92751e+06 1.98560e+07 5.06232e+07 5.99761e+07 2.15541e+07 1.07973e+08 2.34615e+07 2.02063e+08 1.23037e+06 2.82539e-01 2.03143e-01 1.03011e+03 6.85496e+02 1.38976e+02 2.10005e+03 4.51779e+02 3.81192e+02 6.09431e+02 6.56413e+02 1.30200e+03 3.36494e+02 1.40904e+02 1.77187e+01 2.18800e+03 3.17103e+03 3.32602e+02 4.45292e+03 9.58148e+03 1.80285e+03 3.43430e+03 4.33476e+03 8.64782e+02 3.34406e+03 5.08283e+03 4.32033e+01 1.36914e+02 2.25720e+01 1.49357e+06 3.13167e+03 2.44170e+06 3.39604e+06 5.11500e+06 1.46944e+06 3.89304e+06 2.84449e+06 3.53169e+06 2.59490e+06 1.08437e+06 2.08904e+00 2.71856e+06 5.37790e+06 5.27019e+05 5.56163e+06 3.72116e+06 2.19292e+06 7.82659e+06 3.24037e+06 9.16821e+06 1.28380e+07 2.19676e+07 1.48438e+01 1.52147e+01 1.28461e+02 2.48822e+07 3.76273e+06 2.89645e+07 2.36983e+07 7.18080e+06 1.35387e+07 5.20348e+07 4.06725e+07 5.98138e+07 2.92908e+02 9.60455e+06 2.61814e+06 1.85217e+07 6.24961e+07 6.82085e+05 8.79132e+06 1.95531e+07 6.84682e+01 6.02471e+07 9.30044e+01 1.48069e+08 2.70551e+01 1.25374e+08 1.39026e-02 3.99004e+00 1.33978e+04 3.08687e+05 8.02350e+04 1.41078e+04 1.94438e+04 7.82309e+03 2.55148e+04 4.36390e+04 2.96297e+04 9.24636e+04 2.22859e+04 1.02960e+04 3.97749e+02 6.26201e+04 3.46672e+05 6.93164e+03 1.82604e+05 1.72301e+05 8.86530e+04 1.16836e+05 1.29180e+05 4.76075e+05 2.81337e+05 4.22309e+05 3.66973e+03 1.77806e+03 1.48379e-01 6.65294e+03 5.88109e+03 7.88964e+02 2.61942e+03 8.37040e+02 2.48602e+03 3.97367e+03 2.61012e+03 6.38534e+03 1.58230e+03 9.50405e+02 4.18508e+01 3.53551e+03 2.74466e+04 3.90356e+03 5.38131e+04 5.73937e+04 3.25206e+04 1.93389e+04 2.02507e+04 4.03967e+04 1.76261e+04 3.32461e+04 4.23278e+02 1.77273e+02 1.31144e-01 8.03404e+02 9.78462e+01 7.69216e+02 1.68655e+04 8.54224e+03 2.52756e+04 3.83259e+04 2.96067e+04 5.87110e+04 1.87994e+04 1.08088e+04 6.16995e+02 2.98117e+03 3.49207e+04 3.70101e+03 4.85402e+04 4.18050e+04 2.52015e+04 2.15869e+04 2.18647e+04 1.00540e+05 5.38725e+04 8.84881e+04 2.52138e+03 9.70821e+02 1.64250e-02 3.42407e+03 1.07346e+03 7.51284e+02 1.02543e+03 5.76530e+02 2.03030e+03 2.46454e+03 2.16200e+03 3.82591e+03 1.40643e+03 8.42095e+02 2.95077e+01 1.38058e+03 1.06522e+04 2.25867e+03 2.71528e+04 1.86676e+04 1.78866e+04 8.64457e+03 1.10023e+04 1.82870e+04 1.30674e+04 1.70800e+04 2.78897e+02 3.18598e+00 8.62399e-04 1.10649e+06 1.95776e+05 1.77876e+07 1.78388e+06 8.62570e+05 2.66778e+06 7.35080e+06 3.34176e+06 1.04809e+07 2.87428e+06 1.19900e+06 1.01891e+05 7.42002e+06 2.03095e+07 5.19220e+05 1.37398e+07 9.93723e+06 5.78375e+06 8.86040e+06 6.79089e+06 2.72172e+07 1.57702e+07 1.92323e+07 1.24592e+05 4.64444e+04 8.82727e-01 1.54760e+05 3.70189e+04 1.98904e+04 7.93877e+04 3.27379e+04 9.64025e+04 1.49341e+05 9.24183e+04 2.79055e+05 7.49269e+04 3.88615e+04 2.03989e+03 7.35653e+04 3.01123e+05 1.74531e+04 4.77005e+05 3.48188e+05 2.11502e+05 2.53680e+05 2.41707e+05 4.82179e+05 3.35473e+05 6.14008e+05 4.81984e+03 1.87156e+03 5.78481e-03 5.25731e+05 1.65087e+05 1.69832e+04 7.49677e+05 1.31621e+05 4.33978e+05 5.36874e+05 6.85391e+05 8.73868e+05 2.66033e+05 1.35093e+05 7.19829e+03 8.50058e+05 1.42564e+06 3.53753e+04 1.49629e+06 1.07709e+06 1.07646e+06 1.41492e+06 3.85835e+05 2.54575e+06 1.69158e+06 2.52107e+06 2.49507e+04 1.79207e+04 1.37913e-01 4.15372e+03 5.89277e+02 1.79148e+03 6.41596e+03 1.53380e+03 5.43982e+03 7.59664e+03 6.01040e+03 1.28235e+04 3.09994e+03 1.87648e+03 8.79359e+01 5.04806e+03 2.50594e+04 4.93018e+03 7.15522e+04 5.33663e+04 3.16319e+04 6.50573e+04 5.85268e+04 8.67836e+04 4.55724e+04 6.60453e+04 2.30257e+03 8.28515e+02 2.57828e-02 2.91680e+05 6.42371e+04 2.93916e+03 5.13474e+03 1.55464e+03 5.22183e+03 9.85041e+03 4.20145e+03 1.86757e+04 5.67169e+03 2.28066e+03 8.81804e+01 1.72631e+04 2.41299e+04 3.47484e+03 7.23678e+04 9.73482e+04 1.57916e+04 2.90510e+04 3.03444e+04 1.45260e+05 5.52601e+04 9.57639e+04 9.48927e+02 6.22627e+02 3.83510e-01 2.39236e+04 9.64355e+03 7.31430e+04 9.90576e+05 3.88490e+05 1.90635e+06 5.93500e+06 2.73602e+06 1.26938e+07 2.47431e+06 4.61301e+05 9.25305e+04 8.88817e+05 7.11786e+06 6.20297e+05 7.99494e+06 1.77819e+07 9.07744e+06 1.33147e+07 3.72772e+06 3.67413e+07 1.18078e+07 1.09734e+07 1.73021e+06 1.31380e+06 3.27198e-02 1.12603e+06 2.71364e+03 3.56886e+05 1.05391e+06 1.07094e+06 8.64199e+05 1.50848e+06 1.49899e+06 2.17570e+06 7.84232e+05 2.48238e+05 3.12617e+04 1.23203e+06 1.66307e+06 2.84952e+05 1.97320e+06 1.72373e+06 5.16947e+05 2.48712e+06 1.09006e+06 4.96274e+06 4.19732e+06 8.17786e+06 1.49274e+00 7.33735e+04 3.55568e-01 2.86504e+05 3.88841e+03 3.02711e+05 6.35253e+05 7.67489e+05 7.71199e+05 1.23551e+06 1.17115e+06 1.59162e+06 3.13143e+05 2.58371e+05 2.88984e+04 5.17180e+05 1.47811e+06 5.00338e+05 1.36187e+06 1.67056e+06 6.58973e+05 1.90058e+06 7.25179e+05 3.12777e+06 1.76509e+06 5.74995e+06 1.33247e+04 1.00640e+05 3.05851e-01 2.42896e+04 3.07823e+04 1.07628e+03 1.77053e+03 9.23713e+02 3.67028e+03 4.51931e+03 4.40581e+03 7.69168e+03 1.95859e+03 1.21594e+03 4.98375e+01 1.76296e+03 2.89456e+04 1.77823e+03 3.43292e+04 2.33188e+04 1.40357e+04 2.76767e+04 2.65735e+04 4.89603e+04 1.18440e+04 2.36082e+04 2.50143e+02 1.82283e+02 2.50693e-02 2.28756e+06 3.31654e+05 1.14230e+07 1.15138e+07 3.19683e+06 4.07180e+06 8.43775e+06 4.90661e+06 6.45730e+06 4.15961e+06 1.09639e+06 2.41189e+06 3.97620e+06 7.42401e+06 2.84151e+05 3.66240e+06 8.14567e+06 1.35952e+06 1.14473e+07 3.98033e+06 1.75596e+07 4.48680e+07 4.53536e+06 1.99910e+04 5.73741e+06 4.05208e-03 3.78005e+03 1.13730e+03 2.50117e+03 8.50645e+03 3.88553e+03 8.92280e+03 8.56086e+03 1.00120e+04 1.96142e+04 7.12138e+03 4.71985e+03 3.65043e+02 7.78506e+03 3.25380e+04 3.08878e+03 3.14498e+04 3.16664e+04 1.92950e+04 1.94437e+04 1.91318e+04 6.08627e+04 3.45742e+04 6.53095e+04 2.34561e+03 9.89317e+02 4.04900e-02 8.17131e+06 1.79364e+06 5.44696e+06 2.01412e+07 1.27746e+07 1.71548e+07 3.60651e+07 2.55592e+07 3.23316e+07 2.21917e+07 7.53821e+06 7.91466e+05 9.37764e+06 5.10254e+07 1.27417e+06 2.35437e+07 3.20011e+07 4.86969e+07 2.60631e+07 1.30581e+07 1.09182e+08 6.91889e+07 1.38249e+08 1.07510e+07 0.00000e+00 2.82442e+00 1.14387e+06 1.50252e+05 8.11378e+03 1.60190e+06 8.30352e+05 5.93976e+05 1.10793e+06 6.35330e+05 1.50556e+06 6.17333e+05 3.09386e+05 3.04461e+04 8.55575e+05 4.45784e+06 2.33590e+04 1.73735e+06 3.48257e+06 1.26225e+06 5.54731e+06 1.01172e+06 5.31686e+06 2.36807e+06 4.74790e+06 5.20403e+05 2.23829e+05 2.38480e-01 1.35689e+06 3.06643e+05 3.91534e+04 1.61498e+05 5.50413e+04 1.84006e+05 3.42698e+05 1.84347e+05 4.82251e+05 1.23947e+05 6.54397e+04 4.27231e+03 2.24004e+05 1.20298e+06 7.11879e+04 2.56129e+06 2.09205e+06 1.15198e+06 1.61885e+06 1.52003e+06 2.40761e+06 5.22439e+05 1.30711e+06 9.29068e+03 4.73489e+03 9.04442e-02 4.32039e+04 1.70295e+04 1.44798e+04 1.91669e+04 7.48321e+03 2.30723e+04 3.01634e+04 4.57615e+04 6.69206e+04 2.25644e+04 9.02559e+03 5.19061e+02 5.19650e+04 1.62153e+05 8.52588e+03 1.16417e+05 9.37918e+04 5.53360e+04 8.83586e+04 6.61073e+04 1.50024e+05 7.16169e+04 1.25500e+05 1.62057e+03 5.88867e+02 9.72943e-02 4.22628e+04 7.81083e+03 4.86899e+02 1.24252e+05 2.19605e+04 5.30610e+04 8.30192e+04 6.02685e+04 1.62058e+05 3.45851e+04 2.12329e+04 7.76050e+02 1.23354e+04 7.63426e+04 9.54802e+03 1.26728e+05 1.11324e+05 1.07651e+05 9.00074e+04 2.02691e+04 1.50865e+05 2.01077e+05 3.69853e+05 5.94488e+03 1.62667e+03 6.86866e-04 2.77075e+06 6.02634e+04 9.45608e+05 3.19849e+06 5.87177e+05 6.36583e+06 5.04265e+06 6.13735e+06 1.17708e+07 5.86960e+06 2.35698e+06 7.00254e+04 3.66663e+06 2.62772e+07 3.45021e+07 1.24658e+02 9.91805e+02 5.96331e+06 2.49797e+07 8.41117e+06 4.15647e+07 1.91433e+07 6.97289e+07 1.11432e+05 8.49817e+05 1.15774e-01 2.70986e+06 3.92879e+05 8.91198e+05 5.08146e+06 2.71205e+06 7.20505e+06 1.68688e+07 1.02554e+07 3.24218e+07 2.33717e+06 2.34632e+06 1.41775e+05 6.55527e+06 2.22696e+07 2.82068e+06 1.60890e+07 3.57840e+07 1.34036e+07 2.20033e+07 1.18736e+07 1.11919e+08 2.44932e+07 6.47148e+07 1.21433e+06 3.19053e+06 1.11326e+00 4.05732e+05 5.32223e+04 2.12573e+05 2.58934e+04 3.47499e+03 1.73269e+05 2.06014e+05 2.19823e+05 1.90917e+05 2.34388e+04 1.54874e+04 3.68348e+02 4.72299e+05 3.97680e+05 3.72442e+04 1.09712e+06 5.84000e+05 2.97189e+05 3.09475e+05 4.13746e+05 1.58456e+06 7.63520e+04 2.65075e+05 7.77500e+02 2.28486e+03 5.42325e-03 2.49332e+05 1.44036e+05 1.14895e+05 1.03980e+05 3.46452e+05 1.57736e+05 7.04072e+05 5.13240e+05 1.84271e+06 3.47268e+05 6.96875e+04 1.72119e+05 8.40741e+04 3.79409e+05 7.01829e+04 1.08353e+06 1.89819e+06 6.62482e+05 7.93449e+05 1.65064e+05 1.60120e+06 4.66545e+05 1.38100e+06 1.18259e+05 1.64674e+04 2.19066e-02 6.06317e+04 1.45180e+04 1.31634e+03 3.86092e+04 1.42341e+04 4.34372e+04 6.40454e+04 3.02268e+04 1.15544e+05 3.08875e+04 1.74383e+04 1.14756e+03 5.54114e+03 3.32580e+05 8.02575e+03 1.48583e+05 1.46536e+05 7.73776e+04 1.17294e+05 1.21826e+05 1.44147e+05 5.12214e+04 9.11383e+04 9.70786e+02 7.29701e+02 6.34758e+01 8.58896e+06 1.49382e+06 2.51114e+06 9.95759e+06 6.34232e+06 1.26703e+06 5.65474e+06 2.04420e+06 7.41628e+06 1.72839e+06 3.11228e+06 1.45043e+06 5.46063e+06 3.95632e+06 3.05192e+05 6.84643e+06 6.89781e+06 3.92456e+06 8.59163e+06 3.21255e+06 1.27066e+07 2.25575e+07 2.81856e+07 1.10393e+05 2.43140e+05 1.32245e-01 7.86018e+04 8.86292e+02 4.34013e+04 2.19530e+05 2.04349e+05 1.00125e+05 1.37667e+05 1.25245e+05 7.31600e+04 2.58520e+04 2.27882e+04 4.03026e+03 2.66546e+05 3.51196e+05 9.60711e+04 1.32410e+05 3.82203e+05 1.14966e+05 2.81441e+05 1.54125e+05 4.30549e+05 7.12925e+05 1.16958e+06 4.77633e-01 1.32498e+04 6.90479e+00 1.36261e+05 3.37107e+04 1.33175e+04 1.20080e+04 7.22484e+03 1.96228e+04 2.63719e+04 2.46323e+04 5.35155e+04 1.25084e+04 8.67364e+03 4.88513e+02 2.99404e+04 1.30653e+05 5.80675e+03 9.67187e+04 6.99869e+04 3.91114e+04 1.39520e+05 1.02782e+05 2.54252e+05 1.26158e+05 1.83655e+05 2.71733e+03 1.24032e+03 2.83278e-01 2.29045e+04 8.29357e+03 4.90908e+05 1.47547e+05 7.36827e+04 2.02234e+05 2.45613e+05 2.28316e+05 6.36387e+05 1.73567e+05 8.51479e+04 9.01420e+03 7.94615e+04 8.09277e+05 5.28544e+04 1.04154e+06 9.39140e+05 5.45573e+05 2.33899e+05 3.34118e+05 1.09831e+06 2.87242e+05 4.81141e+05 5.62995e+03 3.52798e+03 7.51292e-02 3.64469e+05 7.21064e+04 7.77706e+04 1.54384e+05 2.56520e+05 2.25849e+05 4.31413e+05 2.67132e+05 7.21748e+05 1.99966e+05 1.01611e+05 5.86156e+03 2.26643e+05 9.46276e+05 5.16491e+04 1.21735e+06 9.04831e+05 4.70544e+05 1.07063e+06 7.81987e+05 1.58432e+06 1.35899e+06 2.16498e+06 1.70663e+04 7.17486e+03 1.24368e-01 7.01462e+06 7.30333e+04 3.13913e+06 1.15293e+07 1.57353e+07 2.59093e+06 9.87583e+06 4.42448e+06 7.70000e+06 4.67080e+06 1.40615e+06 1.20980e+04 3.93572e+06 1.74201e+07 3.52911e+06 7.93394e+06 5.96223e+06 7.09208e+06 1.39083e+07 3.17327e+06 1.11523e+07 4.39834e+07 4.91360e+07 7.74778e+05 1.97303e+05 1.08767e+00 1.53226e+04 2.05451e+03 2.00338e+03 1.79071e+04 1.38786e+04 2.16616e+04 4.09762e+04 2.21944e+04 4.66042e+04 1.22320e+04 8.24262e+03 9.88300e+02 4.79930e+03 1.09545e+05 4.92492e+03 8.31988e+04 7.66646e+04 3.72918e+04 6.29620e+04 6.16095e+04 7.52317e+04 3.63403e+04 2.20586e+05 4.32399e+03 2.01536e+03 1.55475e-01 1.01414e-03 7.93811e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93791e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93757e-03 7.93757e-03 7.93757e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93793e-03 7.93758e-03 7.93748e-03 7.93758e-03 7.93792e-03 7.70826e-03 7.53947e+05 1.15572e+05 4.07233e+04 8.23746e+04 4.50721e+04 1.35060e+05 2.14960e+05 1.37904e+05 4.28715e+05 1.13559e+05 5.72107e+04 3.79100e+03 1.97630e+05 1.41259e+06 4.89102e+04 1.03543e+06 9.01144e+05 5.34980e+05 3.59107e+05 4.06360e+05 1.32324e+06 6.25256e+05 1.04167e+06 1.67357e+04 5.57851e+03 5.35507e-01 7.20205e+06 1.16694e+06 5.21111e+06 2.24408e+06 1.12150e+06 3.35054e+05 1.87635e+06 1.81239e+06 3.16993e+06 2.80020e+05 1.18058e+06 8.18685e+04 2.41702e+06 1.94294e+06 1.42443e+05 1.83594e+06 4.08338e+06 3.91571e+04 5.31566e+06 1.19648e+06 4.20588e+06 1.03437e+06 5.28313e+06 5.84428e+03 1.67731e+06 3.24589e-01 3.62638e+05 6.22568e+04 1.38198e+07 1.09772e+06 8.42270e+05 1.32508e+06 3.57236e+06 2.22104e+06 4.69550e+06 1.16537e+06 7.72471e+05 1.14909e+05 7.56022e+06 2.06645e+07 4.92215e+05 1.28760e+07 7.88060e+06 6.74321e+06 1.00293e+07 6.26527e+06 1.99869e+07 7.01166e+06 1.82159e+07 1.99634e+05 7.91518e+04 2.01909e+00 7.77256e+06 1.30663e+05 5.86274e+06 3.00758e+07 1.39206e+07 2.53808e+07 5.54898e+07 3.61124e+07 7.27003e+07 2.82046e+07 1.04781e+07 9.59953e+05 1.05906e+07 7.55920e+07 2.09884e+07 6.97615e+07 7.32650e+07 4.19446e+07 1.18604e+08 5.24560e+07 2.79885e+08 1.00726e+08 3.13238e+08 9.78412e+06 2.62506e+06 1.43559e-01 2.87170e+05 1.23415e+05 2.99106e+04 1.00078e+05 2.81289e+04 8.14160e+04 1.71839e+05 9.72192e+04 2.94384e+05 7.90719e+04 3.74354e+04 1.65536e+03 1.75438e+05 2.65036e+06 2.03297e+04 5.88794e+05 6.31758e+05 3.17624e+05 5.13187e+05 4.37043e+05 8.18109e+05 3.16898e+05 5.42639e+05 4.17019e+03 3.46501e+03 2.34424e+00 4.52313e+07 7.47401e+05 3.88629e+07 1.16140e+08 7.01776e+07 1.32323e+08 2.47765e+08 1.45853e+08 4.24883e+08 1.63278e+08 6.50452e+07 1.26284e+05 1.13993e+08 6.16636e+08 2.94335e+07 7.72406e+08 5.93995e+08 5.27089e+08 6.28603e+08 6.91890e+08 2.61736e+09 1.78842e+09 2.04114e+09 3.74267e+07 1.02470e+07 1.27290e-02 9.64914e+05 1.69202e+04 6.56955e+04 1.08664e+06 4.27691e+05 3.67661e+05 7.90962e+05 1.57490e+05 1.76583e+05 1.26033e+05 1.06957e+05 3.98469e+04 5.69828e+05 2.21865e+06 5.78967e+04 9.64038e+05 1.52129e+06 4.20761e+05 1.06614e+06 3.44590e+05 2.49902e+06 3.18082e+06 4.81417e+06 7.83476e+05 7.67962e-01 3.30409e-02 3.66573e+06 2.35342e+05 1.66083e+05 4.25833e+05 7.74023e+05 8.17872e+04 6.22622e+05 3.41570e+05 7.52639e+05 2.03986e+04 1.64863e+05 3.75264e+04 5.66288e+05 1.64115e+06 3.12238e+04 4.02440e+05 8.95082e+05 1.33666e+04 1.18417e+06 3.49604e+05 2.08673e+06 4.36339e+05 3.23176e+06 1.79118e+03 5.14069e+05 6.43899e-01 1.50290e+04 8.88118e+03 8.26418e+02 1.20481e+03 5.51867e+02 1.95590e+03 2.83831e+03 2.17735e+03 3.08024e+03 1.95352e+03 7.21326e+02 2.86485e+01 2.67443e+03 2.75221e+04 2.91114e+03 4.12788e+04 3.82272e+04 2.10480e+04 1.61990e+04 1.74870e+04 4.40946e+04 1.81352e+04 3.42944e+04 6.27699e+02 2.73448e+02 4.15280e-03 2.06751e+06 3.39810e+05 2.20109e+06 1.79820e+06 8.24005e+05 9.37092e+05 2.56264e+06 1.32743e+06 4.12389e+05 2.87728e+05 1.75736e+05 6.54702e+04 1.24493e+06 4.69744e+06 3.33290e+05 7.52279e+06 7.50364e+06 3.72220e+06 1.05935e+06 1.16424e+06 5.13800e+06 8.58714e+06 1.24238e+07 1.04675e+06 2.48244e+05 2.94988e+02 2.77024e+07 4.70651e+06 1.13952e+07 6.08449e+06 4.17572e+06 1.16401e+06 4.10533e+06 9.54460e+05 2.16470e+06 1.76870e+06 9.48748e+05 1.02837e+05 3.40549e+06 6.91382e+06 2.46867e+05 1.30340e+07 8.16131e+05 5.27831e+06 3.60958e+06 1.57459e+06 9.81541e+06 8.75187e+06 1.18414e+07 9.09020e+03 2.60889e+06 6.55311e+00 6.40801e+05 1.38550e+05 1.10290e+05 1.34974e+05 5.25795e+04 1.74950e+05 2.86230e+05 1.80170e+05 4.30944e+05 1.12653e+05 6.30155e+04 4.26185e+03 2.55056e+05 8.36558e+05 6.16646e+04 1.25040e+06 1.11478e+06 6.19126e+05 1.00170e+06 1.00302e+06 1.44715e+06 4.48675e+05 1.07781e+06 1.26240e+04 4.05961e+03 9.54117e-03 8.92287e+04 9.31208e+03 4.77132e+05 4.07514e+05 5.71029e+03 2.66374e+04 2.46375e+04 2.15915e+04 5.95368e+04 1.14724e+04 5.81630e+03 2.55494e+02 3.91453e+05 1.46429e+06 7.50208e+04 1.29566e+06 8.03677e+05 8.35481e+05 1.11100e+06 5.44182e+05 1.06374e+06 4.87170e+05 6.83833e+05 1.38678e+04 5.39758e+03 6.52193e-02 1.78160e+05 1.75744e+05 1.27701e+05 1.48916e+05 9.26175e+04 1.51504e+05 1.83250e+05 1.81932e+05 2.71762e+05 1.27038e+05 9.48595e+04 1.26049e+04 2.46860e+05 7.36591e+05 3.35755e+05 1.01752e+06 8.23894e+05 6.49484e+05 6.54868e+05 5.82916e+05 1.51423e+06 9.26060e+05 1.54582e+06 2.82360e+05 5.60190e+04 5.50652e-01 0.00000e+00 +7.75771e+04 2.38268e+03 1.85479e+03 1.23805e+04 4.31311e+02 1.48557e+03 1.02564e+04 1.90684e+03 3.23459e+03 7.67666e+02 5.30464e+02 2.60741e+01 8.45946e+03 2.03102e+04 8.63381e+02 2.51120e+04 2.32370e+04 7.88991e+03 2.53646e+04 3.58127e+04 3.92977e+04 1.03094e+03 5.95935e+03 1.17925e+01 1.05922e+02 5.88331e-03 4.86421e+04 1.73784e+03 1.12298e+04 3.71117e+03 5.12021e+02 7.41630e+02 3.60772e+03 1.11417e+03 1.44391e+03 2.96783e+02 2.76518e+02 8.26721e+00 1.67627e+04 1.16742e+04 1.51203e+03 2.84541e+04 2.58045e+04 8.62913e+03 5.99944e+03 5.53672e+03 3.31518e+04 1.35513e+03 5.33680e+03 1.90061e+01 2.59935e+02 1.22284e+00 5.33323e+04 2.16486e+03 1.75809e+06 4.69552e+04 2.70288e+03 8.39797e+03 5.81731e+04 1.38845e+04 2.58564e+04 7.14226e+03 4.12468e+03 2.94456e+02 1.10883e+05 2.82838e+05 8.97443e+03 2.06828e+05 2.86993e+05 5.14150e+04 1.75691e+04 2.42584e+04 3.30194e+05 6.69259e+03 1.35006e+05 1.43648e+02 4.48855e+02 5.91435e-02 3.48415e+02 1.13568e+01 5.07251e+02 6.00596e+02 3.03064e+01 1.07863e+02 5.81314e+02 1.65189e+02 2.09577e+02 4.84477e+01 3.44495e+01 2.19091e+00 1.06130e+03 1.51748e+03 7.34868e+02 1.01291e+04 9.41457e+03 3.09378e+03 9.32413e+02 1.43586e+03 1.22989e+04 5.39378e+02 2.16899e+03 1.43031e+01 1.19483e+02 4.07018e-01 5.30630e+04 1.90329e+03 1.23750e+05 2.65771e+04 9.40584e+02 3.11752e+03 1.97983e+04 4.33546e+03 7.52099e+03 2.09171e+03 1.27509e+03 9.09025e+01 8.07665e+04 3.82333e+04 4.82173e+03 1.20110e+05 3.17622e+05 3.32299e+04 1.31941e+04 1.84815e+04 1.37920e+05 4.54746e+03 2.51825e+04 7.24002e+01 6.44593e+02 2.74854e-01 4.79440e+02 2.41726e+01 6.44753e+02 2.74701e+02 2.01135e+01 4.96656e+01 2.47469e+02 7.04525e+01 5.48922e+01 1.70125e+01 2.06640e+01 1.51428e+00 1.44582e+03 2.15684e+03 5.17301e+02 4.07777e+03 4.68233e+03 1.73497e+03 8.11148e+02 1.12539e+03 4.05473e+03 1.69054e+02 8.39749e+02 1.08224e+01 5.02725e+01 9.05155e-02 2.65398e+05 7.72470e+03 1.90168e+05 1.40061e+05 6.00565e+04 5.51173e+04 1.32042e+05 4.81186e+04 4.43455e+04 3.71753e+04 1.84820e+04 1.28589e+03 1.28967e+05 1.94751e+05 1.57193e+04 2.13320e+05 4.43812e+05 1.54863e+05 1.96674e+05 8.81735e+04 8.34085e+05 3.21749e+05 6.35526e+05 2.75024e+02 7.89319e+04 1.38222e-01 4.50078e+04 5.29583e+02 1.83568e+04 1.01256e+04 6.81521e+02 1.21233e+03 1.02340e+04 3.62443e+03 4.18134e+03 1.08894e+03 7.45076e+02 6.49333e+01 1.90784e+04 1.69843e+04 1.91507e+03 3.03203e+04 3.01005e+04 1.03621e+04 1.07445e+04 1.59681e+04 4.47137e+04 3.93520e+03 1.71267e+04 6.12393e+01 4.10447e+02 5.40411e-01 1.77947e+01 1.92731e+00 1.11272e+03 1.26903e+02 5.66220e+00 2.58964e+01 6.57751e+02 1.68713e+01 1.49297e+01 5.23745e+00 8.77534e+00 1.16556e+00 7.10670e+02 2.45474e+02 3.15229e+02 2.89651e+03 2.57294e+03 4.91616e+03 7.30462e+02 6.68990e+02 3.73702e+03 2.75242e+03 1.06332e+04 2.04678e+02 7.66123e+02 1.41517e-01 1.40080e+06 1.22090e+05 1.12988e+06 1.07812e+06 2.81896e+05 9.12111e+05 1.14452e+06 9.20237e+05 9.58781e+05 8.86795e+05 2.00067e+05 1.08244e+04 6.28922e+05 1.12743e+06 8.88317e+04 3.70669e+06 9.18601e+05 1.00137e+06 2.75175e+06 8.45546e+05 2.07135e+07 2.10850e+06 7.95762e+06 3.55608e+04 2.41675e+03 9.85781e-02 1.52736e+00 6.92711e+02 8.97290e+04 3.97532e+05 9.39159e+04 2.96904e+05 6.10946e+05 5.61551e+05 9.36871e+05 2.19971e+05 2.01495e+05 1.48667e+04 8.21316e+05 1.50606e+06 4.30939e+05 1.62955e+06 1.16969e+06 1.52141e+04 6.06325e+05 3.36164e+05 4.06427e+06 5.00292e+05 3.26064e+06 5.73160e-01 1.47280e+05 1.30465e-01 1.91784e+04 5.39477e+02 1.75794e+05 5.90059e+03 3.91652e+02 8.15856e+02 8.62897e+03 1.51726e+03 1.85186e+03 3.87161e+02 2.91402e+02 1.78048e+01 1.29196e+05 2.59486e+04 2.44146e+03 5.21215e+04 5.29764e+04 1.48575e+04 1.22712e+04 1.46850e+04 2.66481e+04 7.51077e+02 3.52647e+03 1.21624e+01 9.05249e+01 2.83002e+02 2.80680e+03 2.48410e+02 5.92665e+03 1.15712e+04 1.47641e+02 4.14019e+02 3.89981e+03 5.46452e+02 1.09367e+03 2.83702e+02 2.06823e+02 1.25848e+01 1.09504e+04 9.87614e+03 2.25193e+03 4.31690e+04 4.76055e+04 1.64605e+04 6.58613e+03 8.71376e+03 5.55154e+04 2.52310e+03 1.19756e+04 4.65466e+01 2.49034e+02 2.83211e-02 3.09473e+03 1.24023e+02 3.82492e+04 4.27298e+04 1.97634e+03 5.44072e+03 4.09777e+04 1.13992e+04 1.11804e+04 2.65693e+03 2.12487e+03 1.69229e+02 6.14112e+04 3.75728e+04 3.81196e+03 7.49087e+04 4.88031e+03 2.21292e+04 1.82875e+04 2.75322e+04 1.83114e+05 1.12037e+04 4.37589e+04 2.20205e+02 1.31774e+02 2.42704e-01 6.18200e+05 2.06149e+04 6.32678e+04 1.93528e+05 3.57356e+04 2.62775e+04 2.11662e+05 3.89910e+04 7.34901e+04 1.88116e+04 1.27688e+04 7.33346e+02 1.73862e+05 1.70295e+05 2.21811e+04 4.90385e+05 4.89577e+05 1.70470e+05 1.25500e+05 1.73579e+05 5.86474e+05 2.22762e+04 1.23331e+05 3.78677e+02 2.45304e+03 1.71410e-01 1.12906e+03 5.88181e+01 1.64955e+03 1.52611e+03 8.03432e+01 2.20370e+02 1.16894e+03 2.85216e+02 4.09938e+02 7.71513e+01 8.11231e+01 7.28260e+00 2.25450e+03 2.30620e+03 1.14961e+03 1.36333e+04 1.48789e+04 5.39629e+03 3.39226e+03 3.67881e+03 1.56386e+04 5.54691e+02 2.85729e+03 2.70165e+01 1.29766e+02 2.38343e-01 8.13181e+01 3.51823e+02 1.84732e+03 3.60636e+02 1.16040e+02 1.04026e+02 8.88851e+02 1.95799e+02 2.37767e+02 1.26076e+02 1.49568e+02 1.65097e+02 4.02597e+02 3.38408e+03 1.88442e+02 1.33591e+02 2.59545e+05 5.48511e+01 3.05030e+03 8.55938e+02 4.81721e+02 5.13968e+01 8.17275e+01 4.80476e+02 2.38460e+04 4.36270e+05 3.37224e+03 8.52246e+00 7.31821e+04 3.41700e+05 6.61363e+04 6.88522e+04 5.11408e+05 2.25768e+05 5.59361e+04 6.57149e+04 3.23798e+04 2.48852e+04 3.06267e+05 4.95291e+05 2.47698e+05 1.62010e+05 5.22966e+05 4.36824e+05 6.83178e+04 4.51326e+04 8.93833e+06 1.89049e-01 2.18151e+06 2.78948e-01 5.98457e+03 9.63437e-02 2.77196e+03 1.63397e+02 1.04961e+03 9.88187e+02 3.81905e+01 7.67339e+01 3.83473e+02 1.03208e+02 1.44351e+02 4.16321e+01 3.64186e+01 2.67423e+00 1.13835e+03 6.66983e+02 5.09757e+02 4.84986e+03 6.19259e+03 1.65583e+03 7.82901e+02 1.36795e+03 6.10937e+03 4.27593e+02 1.67114e+03 1.59267e+01 3.31724e+01 2.11966e-01 4.10962e+04 1.61905e+03 1.26804e+03 4.82674e+03 3.27114e+02 8.22011e+02 6.75208e+03 1.28687e+03 2.09473e+03 5.44377e+02 3.47024e+02 2.68456e+01 3.18107e+03 6.51531e+03 1.13395e+03 1.79054e+04 2.24249e+04 5.67062e+03 6.06515e+03 7.23055e+03 1.63960e+04 9.35086e+02 3.87593e+03 4.27484e+00 9.04420e+01 6.46663e-01 1.95869e+02 3.75465e+00 1.19097e+04 7.76439e+01 1.70962e+00 4.83673e+00 3.88099e+01 6.45587e+00 1.39386e+01 3.87784e+00 2.20961e+00 1.04624e-01 9.97170e+02 3.88618e+03 1.85714e+02 3.39975e+03 3.40386e+04 1.70914e+03 1.19030e+03 1.33533e+03 2.78538e+05 5.34072e+00 3.92023e+03 5.49209e+00 4.47876e+03 2.46993e-01 1.47399e+03 9.52995e+01 2.98741e+02 4.97657e+01 2.74912e+00 6.72090e+00 6.69519e+01 2.28541e+01 2.41832e+01 5.43856e+00 3.11538e+00 2.14493e-01 1.48310e+03 3.23550e+02 1.09700e+01 2.06230e+02 1.98727e+02 1.27925e+02 1.20071e+02 9.52937e+01 2.62968e+02 1.60489e+01 6.08828e+01 9.42644e-01 2.25687e+00 1.76837e-01 7.35702e+03 3.61822e+02 6.10048e+03 3.85639e+03 1.31376e+03 1.10761e+03 3.73433e+03 1.62938e+02 4.64376e+02 5.07844e+01 2.17416e+02 8.09982e+01 1.60780e+03 1.72307e+03 9.82612e+01 1.26648e+03 2.81682e+03 1.59826e+03 4.73307e+03 1.70157e+03 9.60558e+03 7.88708e+03 2.69461e+03 4.70942e+02 2.35744e+03 6.50939e+00 2.00669e+04 1.39967e+03 1.52672e+04 9.20281e+03 1.69446e+03 2.07423e+03 9.81855e+03 2.82757e+03 3.59923e+03 8.10893e+02 6.50619e+02 6.17046e+01 2.37767e+04 6.67867e+03 2.81273e+03 4.86827e+04 4.27092e+04 1.37022e+04 7.73627e+03 1.00371e+04 4.69605e+04 2.01553e+03 7.86109e+03 4.16290e+01 2.42160e+02 7.96923e-01 1.16517e+05 7.55614e+03 4.84840e+05 2.03053e+05 9.84757e+03 2.35273e+04 9.19867e+04 2.73836e+04 4.11344e+04 1.10410e+04 1.96816e+04 4.61933e+02 9.34768e+05 2.86027e+05 6.81054e+04 8.71341e+05 7.78410e+05 4.25911e+05 1.66739e+05 1.92412e+05 9.70775e+05 1.06630e+05 4.54444e+05 3.21038e+03 1.41995e+04 6.39975e-01 6.89320e+05 1.47625e+05 4.24979e+05 9.71947e+05 4.24375e+05 4.46258e+05 1.63466e+06 7.10443e+05 1.19876e+06 8.10966e+05 9.65253e+04 3.59604e+04 6.47350e+05 7.56902e+05 4.05154e+04 5.22198e+05 1.16144e+06 6.14813e+05 9.54060e+05 8.76214e+05 3.52170e+06 1.47078e+04 1.17281e+06 2.59483e+03 7.44717e+05 3.97996e-01 1.67262e+02 5.26796e+00 8.55099e+02 5.12719e+02 3.91328e+01 9.73069e+01 5.17273e+02 1.42004e+02 1.50902e+02 4.83762e+01 5.23782e+01 1.81615e+00 1.62544e+03 1.15056e+03 1.35649e+03 1.04732e+04 1.10219e+04 3.72773e+03 2.08813e+03 2.65263e+03 1.71250e+04 1.14422e+03 4.86859e+03 7.60222e+01 3.39674e+02 6.57010e-02 2.40464e+03 7.26627e+01 9.48368e+04 6.24748e+03 4.73325e+02 1.22803e+03 8.02153e+03 1.86038e+03 3.32213e+03 7.99357e+02 5.19514e+02 2.32594e+01 4.79737e+04 4.06328e+03 6.62890e+02 1.81992e+04 9.49464e+03 4.41371e+03 3.26703e+01 5.37463e+01 3.35459e+04 1.61675e+03 6.95153e+03 1.86887e+01 6.10006e+01 4.45182e-02 3.00010e+03 2.10079e+02 1.15942e+01 9.29669e+03 7.94066e+02 9.96364e+02 7.76141e+03 2.20947e+03 2.54476e+03 4.47303e+02 3.38494e+02 2.68416e+01 2.40214e+02 1.85928e+03 1.67037e+03 4.42905e+04 3.78070e+04 2.28793e+04 1.96198e+03 1.08239e+03 5.43402e+04 1.01774e+03 1.17638e+04 5.10651e+01 5.28229e+02 3.98620e+01 1.65116e+02 6.41256e+00 1.23362e+02 3.59535e+03 2.07228e+02 3.94864e+02 3.12590e+03 5.54258e+02 1.02032e+03 2.77341e+02 1.81321e+02 7.24307e+00 1.37569e+04 2.60676e+03 4.75061e+02 1.04916e+04 1.59144e+04 4.20017e+03 1.01665e+03 1.74198e+03 8.94382e+03 4.64756e+02 2.01837e+03 8.07902e+00 5.43858e+01 1.06548e+00 7.09220e+03 6.48052e+02 9.13039e+01 3.97577e+02 5.31462e+01 1.05507e+02 8.48355e+02 1.99273e+02 1.98052e+02 6.63777e+01 6.12003e+01 5.51233e+00 2.75529e+02 3.95531e+02 7.95744e+01 1.22244e+03 2.90243e+03 2.94880e+02 2.33684e+02 2.77035e+02 3.53736e+03 8.24829e+01 3.94233e+02 2.51251e+00 5.20989e+01 7.28193e-02 9.57078e+04 3.26615e+03 4.75447e+03 1.70646e+04 8.55877e+03 2.96404e+03 1.15628e+04 2.21947e+03 3.84934e+03 1.00272e+03 8.74742e+02 1.11860e+02 1.24229e+04 2.85483e+04 3.74502e+03 4.36595e+04 4.72037e+04 1.61755e+04 1.07646e+04 1.31432e+04 3.65923e+04 8.63187e+02 5.25979e+03 4.12314e+01 2.19372e+02 6.45875e-01 9.89168e+04 3.31379e+03 3.34697e+04 3.03649e+04 1.23030e+03 5.00697e+03 2.19677e+04 4.62921e+03 8.52054e+03 2.24328e+03 1.51110e+03 1.45330e+02 3.77534e+04 1.79789e+04 5.41159e+03 9.62390e+04 1.02529e+05 3.86382e+04 1.59487e+04 2.03067e+04 7.97569e+04 2.41710e+03 1.12895e+04 4.32751e+01 3.26895e+02 8.68952e-01 1.43674e+06 2.19799e+05 1.49413e+06 8.13972e+05 2.03007e+05 1.14152e+06 1.65311e+06 1.11324e+06 1.43848e+06 7.77337e+05 4.29578e+05 1.00857e+05 1.65818e+06 4.07443e+06 1.35269e+05 1.74347e+06 3.87771e+06 1.17489e+06 1.68182e+06 5.96289e+05 3.16992e+07 3.03936e+06 2.75685e+06 6.39448e-03 1.83522e+00 4.92751e-02 1.74638e+03 1.66303e+02 5.66802e+02 5.09425e+02 4.63189e+01 9.31418e+01 4.95353e+02 1.33007e+02 2.78555e+02 5.14379e+01 3.60446e+01 2.20735e+00 1.17313e+03 1.80825e+03 4.25747e+02 4.88474e+03 4.56911e+03 1.60940e+03 1.23481e+03 1.85658e+03 4.72629e+03 1.82235e+02 7.87500e+02 1.27408e+01 6.71405e+01 8.71711e-01 3.68947e+02 1.10132e+01 3.21482e+03 6.31145e+02 1.63355e+01 5.19306e+01 3.77794e+02 7.10868e+01 1.41301e+02 6.02715e+01 2.03963e+01 9.49135e-01 2.27302e+04 1.76646e+04 2.86740e+03 7.45209e+04 6.70445e+03 2.28662e+04 1.40563e+04 2.02493e+04 1.81739e+05 1.17555e+03 3.03233e+04 1.23362e+02 1.36982e+02 6.87029e-02 1.19542e+04 7.75985e+02 6.62047e+02 1.92125e+03 1.03632e+02 2.88672e+02 1.85917e+03 3.95242e+02 6.67031e+02 1.81885e+02 1.32553e+02 7.80086e+00 1.36634e+03 6.50851e+02 2.91216e+02 5.41402e+03 5.19496e+03 1.74377e+03 4.23131e+02 5.99677e+02 3.91127e+03 1.31810e+02 6.75087e+02 2.24822e+00 1.54053e+01 1.70405e-03 6.21330e+04 2.78511e+03 7.90751e+03 5.97778e+03 2.22489e+02 6.07023e+02 4.30832e+03 8.61745e+02 1.45007e+03 4.00028e+02 2.61220e+02 2.01243e+01 2.62283e+04 1.71545e+03 2.42162e+03 3.36890e+04 3.27552e+04 1.27055e+04 5.18405e+03 6.30596e+03 2.33714e+04 3.85322e+02 2.77952e+03 1.37440e+01 6.17799e+01 5.10583e-01 1.57098e+05 7.88172e+03 5.35298e+04 5.43831e+05 1.30831e+05 1.63800e+05 3.14278e+05 1.17913e+05 6.79715e+04 2.87941e+04 1.30748e+04 1.08823e+03 4.28729e+04 1.56442e+05 1.28802e+04 1.66012e+05 3.69234e+05 2.64117e+04 8.35907e+04 2.58426e+04 8.93483e+06 1.13938e+04 8.04627e+05 1.45574e+02 4.17796e+04 1.16803e-01 5.80831e+07 5.02721e+06 9.28994e+07 3.52091e+08 1.28421e+08 1.10621e+08 4.40535e+08 2.06709e+08 4.25061e+08 1.87957e+08 4.31864e+07 1.38725e+00 1.04952e+08 7.29180e+07 1.68658e+07 2.17382e+08 4.83487e+08 1.06045e+08 1.17869e+08 2.88284e+07 2.91062e+08 9.82824e+05 8.97264e+07 1.11518e+06 8.81470e+06 9.46371e-01 5.10330e-04 3.67952e-04 6.23365e-04 2.78510e-03 1.18332e-03 8.37636e-04 4.28649e-03 9.16349e-04 9.54597e-04 3.04277e-04 3.90997e-04 1.13772e-07 2.23270e-02 7.92913e-03 1.90909e-04 2.46060e-03 5.47272e-03 3.67169e-04 8.40226e-04 1.43853e-03 5.97320e-03 1.05217e-02 5.72860e-03 1.13760e-07 1.25057e-03 1.23882e-01 2.23412e+04 1.85373e+03 8.61680e+04 3.31204e+03 2.13598e+02 7.58813e+02 4.20871e+03 1.31050e+03 2.64218e+03 5.47444e+02 3.55788e+02 1.98946e+01 2.68616e+04 7.86647e+03 1.47289e+03 3.48157e+04 2.19553e+04 7.39921e+03 8.75754e+03 1.08120e+04 2.70009e+04 1.08583e+03 3.59255e+03 1.39781e+01 1.24843e+02 4.54316e-01 8.14621e+04 8.91902e+02 5.77303e+03 6.39527e+04 5.01945e+03 8.20484e+03 5.55414e+04 1.05186e+04 2.19334e+04 3.73631e+03 2.75703e+03 1.56179e+02 7.53540e+04 4.09940e+04 7.84084e+03 1.86182e+05 1.85721e+05 5.75961e+04 4.70714e+04 6.36461e+04 3.64230e+05 1.75567e+04 6.94762e+04 2.61080e+02 2.09827e+03 3.45135e+00 1.16477e+04 1.39168e+03 8.71516e+03 3.64669e+04 4.13181e+03 6.77742e+03 5.08679e+04 9.06505e+03 1.46280e+04 3.02937e+03 2.56507e+03 2.00418e+02 4.15799e+04 3.15264e+04 9.00325e+03 1.71339e+05 6.56579e+04 4.83312e+04 2.64560e+04 3.70227e+04 2.60992e+05 1.87120e+03 5.06012e+04 3.34328e+02 3.91924e+02 7.77646e-01 2.49002e+05 2.21624e+04 6.69970e+04 5.70678e+05 8.88449e+03 2.78567e+04 1.86161e+05 6.80042e+04 5.39829e+04 1.50702e+04 1.01596e+04 1.36292e+03 1.47302e+05 3.34040e+05 6.58258e+04 1.18476e+06 1.26695e+06 5.11743e+05 1.27600e+05 1.24849e+05 1.19368e+05 6.13786e+04 1.91621e+05 1.03754e+03 6.05252e+03 4.07552e-01 8.87947e+02 4.82118e+01 9.71223e+02 2.30357e+03 1.00948e+02 3.00209e+02 1.66611e+03 3.39710e+02 6.62180e+02 1.40969e+02 1.23719e+02 1.01503e+01 9.19734e+02 9.33171e+02 3.17355e+02 3.43323e+03 5.34304e+03 1.56796e+03 7.06323e+02 1.09430e+03 3.52032e+03 1.09156e+02 1.33745e+03 1.50609e+01 7.60767e+01 1.15132e-01 1.37373e+01 2.11413e-02 1.02274e+03 1.35051e+03 3.95217e+02 7.85079e+02 2.41949e+03 1.97380e+03 2.02309e+03 2.13036e+03 6.52799e-02 1.75339e+02 1.80944e+04 4.86719e+03 3.52937e+02 2.46371e+03 7.98383e+03 1.25547e+03 1.23404e+03 1.57462e+03 2.05047e+04 3.01961e+03 6.39032e+03 6.12582e-02 5.01835e+01 3.96786e-01 3.15048e+05 6.61828e+03 4.95180e+04 1.00693e+05 3.88874e+03 1.16956e+04 5.79161e+04 9.11675e+03 1.98472e+04 5.86799e+03 3.84580e+03 3.36014e+02 1.62295e+05 5.26720e+04 9.60265e+03 1.84427e+05 1.81740e+05 6.92274e+04 4.55004e+04 5.27992e+04 2.13974e+05 8.32558e+03 3.91938e+04 1.32295e+02 8.68936e+02 2.87100e+00 6.99822e+04 3.12852e+03 1.29536e+04 3.67464e+04 8.56181e+02 1.98920e+03 1.63527e+04 4.72074e+02 2.89816e+03 1.47317e+03 1.01633e+03 1.08057e+02 6.71549e+04 1.63559e+04 2.16825e+02 7.98352e+03 1.05396e+04 3.04281e+03 1.49283e+03 2.68289e+03 4.89502e+04 5.22063e+02 7.75244e+03 8.33744e+00 1.45948e+02 7.04911e-06 1.56051e+05 6.91503e+03 2.13897e+05 4.63484e+04 1.78876e+03 6.44502e+03 2.87595e+04 9.05179e+03 1.42461e+04 2.99955e+03 2.51380e+03 2.31502e+02 1.48805e+05 6.36487e+03 4.16797e+03 7.92938e+04 7.38047e+04 2.53002e+04 2.15609e+04 2.61399e+04 8.28386e+04 1.40242e+03 8.31461e+03 2.97368e+01 2.22398e+02 1.18675e+00 2.85988e+03 8.04414e-01 3.47431e+03 1.12829e+02 2.87662e+01 2.54896e+01 3.73199e+03 4.99498e+01 9.94237e+00 2.58130e+04 1.84635e+01 6.66135e-01 3.36386e+04 3.88887e+03 6.25493e+04 7.44420e+02 1.27987e+01 2.76769e+02 5.01634e+05 3.35159e+05 8.65268e+06 2.61427e+03 6.93145e+05 4.72191e-01 5.07645e-01 2.41726e-01 6.57860e+02 2.11874e+01 1.12565e+03 4.48404e+02 3.28085e+01 6.45706e+01 3.61866e+02 9.12663e+01 1.09575e+02 3.05466e+01 2.97515e+01 2.14003e+00 2.65721e+03 1.09568e+03 1.30768e+03 1.06116e+04 1.18653e+04 4.22831e+03 3.49549e+03 5.24528e+03 5.30308e+03 2.95404e+02 1.22320e+03 1.37158e+01 4.00419e+01 6.91146e-02 9.95937e+03 3.45093e+02 9.54721e+02 6.78647e+03 1.33281e+03 7.89541e+02 5.09556e+03 1.42858e+03 2.57880e+03 3.67612e+02 4.17358e+02 2.30039e+01 9.73115e+03 1.03760e+04 7.76761e+02 1.65072e+04 3.18296e+04 5.70448e+03 6.23960e+02 7.14941e+02 3.06790e+04 7.19973e+02 3.21985e+03 2.10078e+01 1.62944e+02 1.77114e+00 1.57837e+03 3.55821e+02 6.25794e+05 5.46364e+03 1.26260e+03 1.07882e+03 3.80162e+03 2.25215e+03 3.00276e+03 2.72824e+03 3.76657e+02 1.40323e+02 7.75044e+01 3.23283e+03 1.23264e+02 1.58874e+03 3.53357e+03 1.79504e+03 1.39122e+04 1.08394e+02 4.10848e+04 5.55963e-02 8.10953e+02 5.71804e-02 7.89673e+01 2.18969e-01 1.49252e+06 5.49647e+04 9.20159e+05 7.79588e+05 6.01872e+04 1.01329e+05 6.67594e+05 1.29942e+05 2.29179e+05 5.67786e+04 4.14303e+04 3.10512e+03 2.18256e+06 4.88809e+05 9.01627e+04 1.97293e+06 1.84457e+06 6.73789e+05 4.15849e+05 5.89642e+05 1.89179e+06 5.76806e+04 3.35224e+05 1.00477e+03 7.91946e+03 3.56449e-01 5.28082e+04 1.69985e+03 1.73547e+04 5.87503e+04 1.10987e+04 6.48839e+03 4.38227e+04 8.41466e+03 1.33438e+04 3.28547e+03 2.60761e+03 1.63711e+02 5.40407e+04 2.92913e+04 5.85723e+03 1.25508e+05 5.05003e+04 4.98009e+04 2.64562e+04 3.82289e+04 2.04634e+05 8.36676e+03 4.42922e+04 1.30002e+02 2.76282e+02 1.64788e+02 2.02764e+04 1.26930e+03 1.67372e+03 1.93430e+03 1.24518e+02 3.02291e+02 1.92108e+03 4.14537e+02 5.88837e+02 1.63502e+02 1.15357e+02 8.97059e+00 2.04387e+03 9.96076e+03 1.22369e+03 1.71780e+04 1.83464e+04 6.07601e+03 4.36407e+03 6.22379e+03 1.27943e+04 6.86769e+02 2.83364e+03 1.53896e+01 7.07888e+01 2.65850e-02 1.50968e+04 5.28632e+03 7.85119e+03 1.45543e+03 8.62675e+02 1.29383e+03 3.78721e+03 4.89895e+02 5.33213e+02 2.79147e+02 3.69692e+02 1.85378e+02 7.54775e+04 3.50898e+03 1.86925e+03 5.27537e+03 6.80011e+03 1.04825e+03 6.92828e+03 1.12622e+03 6.81855e+04 1.47488e+04 4.56636e+03 9.54638e-01 1.13866e+02 5.17922e-01 3.31921e+06 1.62125e+06 7.20932e+04 1.33397e+05 1.40963e+05 9.04476e+04 7.91164e+04 9.02571e+04 7.19544e+04 8.49357e+04 9.89909e+04 1.12427e+05 6.21390e+04 3.23203e+06 5.68760e+05 5.47490e+05 5.95675e+05 6.13687e+05 3.12666e+05 2.69623e+05 5.45316e+05 5.36818e+05 5.50672e+05 5.69697e+05 5.94525e+05 1.85150e+04 8.06049e+03 2.45261e+03 1.27041e+03 4.45615e+03 3.00814e+02 7.02988e+02 2.41345e+03 6.27109e+02 7.25631e+02 1.91373e+02 2.00738e+02 1.29268e+01 3.11104e+03 1.53681e+03 9.72485e+02 1.26690e+04 1.11246e+04 4.03924e+03 3.25012e+03 4.51978e+03 1.25218e+04 6.76635e+02 2.88010e+03 1.83776e+01 9.30246e+01 1.58292e+00 1.35096e+00 6.72689e-01 8.73543e+01 1.25600e+00 1.24657e+01 1.85947e+00 1.36741e+03 2.73265e+00 5.10439e+00 2.01915e+01 7.33144e-01 6.27260e-01 1.05129e+03 1.94788e+04 4.36987e+04 3.17118e+05 3.20876e+03 1.00624e+00 4.56111e+05 7.00580e-01 2.90456e+05 8.52179e+03 3.62904e+05 8.02699e-01 6.22610e+04 1.03918e-01 1.07376e+00 5.64213e-01 5.07019e+05 2.25043e+06 8.40498e+05 1.94740e+06 5.42823e+06 3.19888e+06 4.17517e+06 2.39920e+06 5.29155e+05 8.47023e+04 6.79909e+06 4.64965e+06 1.60641e+06 5.62986e+06 5.45617e+06 1.94303e+06 1.03021e+07 3.39515e+06 6.25858e+07 3.23399e+06 8.63414e+06 9.44035e+04 2.30734e+05 7.45900e-02 2.78565e+03 2.47236e+02 1.91622e+03 1.24582e+03 8.01375e+01 3.02487e+02 1.45937e+03 4.18254e+02 3.69153e+02 8.92722e+01 1.84511e+02 8.22905e+00 2.85730e+03 1.80858e+03 8.93503e+02 9.67677e+03 9.76144e+03 3.49149e+03 3.41327e+03 4.00727e+03 2.40254e+04 1.19462e+03 4.66950e+03 3.35885e+01 1.94906e+02 2.77599e-01 1.38530e+04 7.71205e+02 1.43092e+05 4.62459e+03 3.06791e+02 9.83775e+02 6.06380e+03 1.61383e+03 1.83981e+03 3.84764e+02 3.38347e+02 3.34949e+01 4.29758e+04 8.24294e+03 8.80288e+02 1.98997e+04 1.24813e+04 3.98975e+03 6.91506e+03 7.39358e+03 5.11138e+04 1.06312e+03 4.51408e+03 2.07410e+01 1.81967e+02 6.01727e-02 5.96103e+03 3.67158e+02 4.49369e+02 5.77016e+02 2.63956e+01 8.03245e+01 6.11789e+02 1.14570e+02 2.10026e+02 4.81567e+01 3.01876e+01 1.34519e+00 1.26841e+03 1.57973e+03 4.02904e+02 8.74647e+03 8.65004e+03 3.00375e+03 6.71274e+02 1.03581e+03 4.95814e+03 1.31235e+02 8.24041e+02 1.64109e+00 1.15086e+01 2.08719e-02 6.52640e-07 1.00368e-07 1.25120e-07 6.62269e-07 9.13841e-08 2.27792e-08 1.15766e-07 1.19445e-07 8.62005e-08 9.42693e-09 1.62974e-08 6.07158e-09 1.21994e-07 3.66166e-07 8.53680e-09 1.22505e-07 2.36794e-07 2.29811e-07 7.77743e-07 1.18025e-07 5.72437e-07 1.10453e-07 2.40239e-07 2.19271e-07 8.14002e-08 1.19986e-01 3.29006e-01 1.41460e+04 2.39209e+05 3.82472e+05 2.00172e+05 1.00783e+06 2.37028e+06 1.05061e+06 2.39982e+06 1.79681e+05 2.55557e+05 3.73002e+04 1.94310e+06 9.62597e+05 1.65588e+05 5.83160e+06 2.39730e+06 1.41708e+05 1.68529e+06 3.88160e+05 1.76432e+07 1.76266e+04 2.64223e+06 6.62871e-04 1.90244e-01 9.46964e-02 2.16292e+05 4.16091e+03 8.26436e+04 5.40571e+04 1.55566e+03 7.29058e+03 2.54528e+04 4.82473e+03 8.61286e+03 2.41668e+03 1.64502e+03 1.63946e+02 1.96984e+05 3.63675e+04 8.02204e+03 1.43122e+05 1.67824e+05 5.49220e+04 3.20015e+04 4.10162e+04 9.36578e+04 1.86812e+03 1.42370e+04 3.99544e+01 2.38232e+02 1.93190e+00 1.46164e+03 1.83034e+04 2.56606e+04 1.48043e+05 6.45466e+04 3.95392e+04 9.55065e+04 5.16699e+04 3.97595e+04 1.85274e+04 2.55896e+04 2.29955e+02 9.52373e+04 1.22235e+05 2.77027e+05 1.40874e+06 9.10996e+04 2.60308e+05 4.97298e+05 1.16576e+05 2.59176e+06 8.28387e-01 7.74703e+05 1.10661e+00 4.44923e+04 2.87133e-01 2.77953e+01 4.81118e+02 4.69880e+00 1.12136e+02 4.60635e+01 4.58177e+01 6.79179e+01 7.01219e+01 1.31129e+02 1.43404e+01 2.47918e+01 9.23616e+00 6.42311e+02 3.74313e+03 6.54603e+01 7.37758e+02 1.94386e+03 3.42391e+02 3.25238e+03 6.57634e+02 1.79799e+03 1.86557e+03 2.79779e+02 5.11287e-01 1.46739e+02 1.95613e-01 7.86473e+04 3.37547e+03 7.74214e+03 7.56649e+04 6.50220e+03 8.00221e+03 6.10476e+04 1.03927e+04 1.84649e+04 4.88568e+03 3.45329e+03 2.34437e+02 3.50263e+04 2.44390e+04 1.31920e+04 2.86568e+05 3.28153e+05 1.03695e+05 2.51177e+04 3.46962e+04 1.37592e+05 6.49407e+02 2.97722e+04 9.98159e+01 5.06190e+02 1.50322e-01 3.42192e+04 2.10221e+03 3.37607e+04 8.26623e+03 3.38020e+02 7.06225e+02 4.40412e+03 9.07153e+02 1.69038e+03 4.78334e+02 3.69353e+02 4.66030e+01 1.74582e+04 5.85042e+03 2.05375e+03 2.71915e+04 2.98174e+04 1.20602e+04 2.69609e+03 3.54918e+03 1.80197e+04 6.17708e+02 2.91794e+03 1.10420e+01 6.81756e+01 8.60544e-01 2.20633e+04 5.52073e+02 3.67959e+04 3.56908e+04 1.25524e+03 7.79516e+03 4.58305e+04 1.15185e+04 1.02375e+04 1.87834e+03 1.66493e+03 4.72102e+01 4.28158e+04 2.27047e+04 4.34033e+03 2.64468e+05 7.66957e+04 2.23998e+04 2.65641e+04 2.51662e+04 3.80728e+05 2.37677e+03 1.74270e+04 3.16696e+01 5.32522e+02 2.15207e-05 2.81472e+04 1.98030e+03 1.25216e+03 3.86939e+03 5.55529e+02 5.73503e+02 3.40751e+03 7.14876e+02 9.17196e+02 2.22595e+02 2.19667e+02 2.42268e+01 2.13384e+03 1.76120e+04 2.27849e+03 3.14134e+04 3.66406e+04 1.33567e+04 6.23932e+03 8.28358e+03 9.22095e+03 1.46319e+02 1.16617e+03 7.13229e+00 4.39816e+01 2.77214e-02 4.66892e-03 2.13360e-04 6.09145e-04 3.66914e-03 5.92420e-04 4.59709e-04 3.03709e-03 6.29988e-04 1.05048e-03 2.39484e-04 1.96305e-04 7.50173e-05 3.44081e-03 3.01186e-03 4.87731e-04 1.21750e-02 5.30774e+04 3.82646e-03 1.58137e-03 2.54611e-03 2.52746e-02 8.81649e-04 4.96068e-03 9.68355e-05 5.31879e+02 2.40720e-01 7.81335e+04 6.07147e+03 7.66799e+03 1.65882e+05 9.18482e+05 4.61665e+04 5.85824e+05 2.02197e+05 5.31121e+04 2.19842e+04 2.00256e+04 7.46051e+03 3.17479e+04 1.20308e+04 2.70708e+02 3.48913e+03 7.76030e+03 3.60944e+02 2.22582e+03 2.59458e+02 9.89467e+04 5.64662e+03 7.30649e+03 1.85327e+01 5.31889e+03 1.83972e-02 1.33906e+01 8.83869e+00 8.63286e+03 2.69880e+03 1.33599e+01 1.72866e+04 1.84806e+05 1.63377e+05 1.71454e+05 8.18069e+04 1.81934e+00 2.09112e+00 1.55241e+05 6.49462e+04 3.39889e+04 4.89582e+04 3.07336e+01 5.75807e+04 1.50999e+05 9.09171e+04 2.40760e+05 1.29690e+00 5.81772e+04 6.39701e+00 3.66960e+02 3.23735e-02 6.97133e-01 2.96159e+00 1.31263e-01 5.65993e-01 1.41735e-01 1.66688e-01 1.46664e-01 2.47043e-01 1.99811e-01 1.06207e-01 1.24466e-01 3.26974e-01 7.02936e-01 3.58050e-01 3.12337e-01 2.36192e-01 2.44980e-01 6.48759e-01 5.21023e-01 1.57272e-01 2.07995e-01 3.78367e-01 3.98312e-01 5.38903e-01 4.19298e-01 7.03824e-01 4.12954e+06 1.68889e+05 7.41138e+05 7.46158e+05 4.39737e+05 2.84233e+05 1.64747e+06 8.37743e+05 7.67529e+05 2.61044e+05 1.70018e+05 1.34209e+05 5.89887e+05 1.84636e+06 5.38324e+04 6.93840e+05 1.54320e+06 1.86915e+05 2.34102e+06 4.85816e+05 4.20788e+06 1.43499e+06 8.09954e+05 1.43358e+03 4.11436e+05 5.11453e-01 3.32777e+06 5.52133e+05 5.97181e+06 1.85055e+07 1.56839e+06 1.16866e+06 4.43514e+06 1.54125e+06 3.95004e+06 1.71695e+06 1.27281e+05 3.13773e+04 8.39538e+05 8.71749e+06 3.71108e+05 4.78317e+06 1.06384e+07 5.39189e+06 7.73685e+06 3.24881e+05 5.81962e+06 1.68686e+04 9.20173e+05 2.22590e-03 6.38833e-01 3.97911e-02 2.87255e+05 4.72172e+04 8.96220e+05 2.92139e+06 5.54121e+05 3.04308e+05 3.78620e+06 3.73602e+06 9.49838e+05 4.40217e+06 9.36598e+04 1.06130e+04 1.22973e+06 1.75557e+07 1.25688e+04 1.61998e+05 3.60306e+05 2.30060e+06 9.97238e+06 1.71670e+06 4.61414e+06 1.24568e+06 1.21580e+06 1.33122e+02 3.82061e+04 2.93355e-01 8.39932e+04 4.86581e+03 3.13966e+06 1.92218e+05 5.35747e+03 1.18973e+04 7.39549e+04 1.48892e+04 2.78126e+04 1.23699e+04 6.45935e+03 1.14899e+03 1.07671e+06 1.91104e+05 2.97988e+04 4.55420e+05 4.98081e+05 1.74620e+05 2.32853e+05 2.67686e+05 5.65481e+05 6.80447e+04 2.11648e+05 3.09803e+02 3.30873e+03 3.54267e-02 1.03755e+01 5.88706e+00 3.26532e+04 5.74959e+05 1.82339e+05 4.08802e+04 1.56579e+05 1.20080e+05 7.74803e+04 8.13051e+04 4.79422e+04 2.18092e+01 7.34260e+04 2.09002e+04 9.27854e+04 2.91727e+05 1.68623e+04 1.98393e+05 4.79472e+05 4.28079e+04 1.89202e+05 7.42629e+00 4.10885e+02 1.06985e+01 6.28189e+00 4.32430e-03 1.47386e+05 7.13166e+03 2.20101e+04 1.87094e+05 6.30944e+04 4.42843e+04 1.84202e+05 1.04117e+05 2.05827e+05 4.56434e+04 9.48895e+04 7.37784e+04 2.83527e+04 9.86632e+05 5.80767e+04 7.48544e+05 1.66486e+06 4.29033e+05 5.23845e+05 1.13645e+05 3.30327e+06 1.54789e+06 3.37301e+06 6.45995e+01 1.85401e+04 4.45664e-01 1.63975e+06 7.82264e+04 4.70880e+05 1.41140e+06 1.73759e+06 1.20063e+06 2.75862e+06 2.28532e+06 3.29773e+06 8.42058e+05 5.67977e+05 9.63730e+04 1.71410e+06 3.43798e+06 1.24980e+06 3.96694e+06 3.89338e+06 3.02829e+06 4.77229e+06 1.56910e+06 2.00269e+07 4.64127e+06 1.03312e+07 4.55567e+05 6.54719e+05 1.60734e-01 1.10590e-07 1.08147e-07 1.36522e-07 1.16202e-07 1.10113e-07 1.06635e-07 1.06415e-07 1.12246e-07 1.05403e-07 1.03900e-07 1.04199e-07 1.07627e-07 1.32576e-07 1.11305e-07 1.03869e-07 1.07470e-07 6.73060e+04 1.05210e-07 1.03774e-07 1.04858e-07 1.13023e-07 1.11314e-07 1.10779e-07 1.01009e-07 2.65039e+02 5.56077e-02 2.14410e+06 2.85055e+05 3.28889e+06 1.56420e+07 1.14113e+06 3.60425e+06 2.34159e+07 5.98700e+06 9.18619e+06 2.28298e+06 1.28029e+06 7.95691e+04 6.79400e+06 1.72266e+07 5.67645e+05 1.66222e+07 1.03589e+07 3.78571e+06 1.36037e+07 6.40304e+06 4.63384e+07 4.59372e+05 2.83523e+07 2.55818e+04 3.17521e+05 1.43191e+02 1.36096e+06 3.89849e+04 1.02950e+06 2.00553e+06 1.08841e+05 2.53738e+05 2.11457e+06 2.95405e+05 5.46440e+05 1.31681e+05 9.51018e+04 8.07457e+03 1.22113e+06 1.09750e+06 1.96834e+05 4.66860e+06 4.80537e+06 1.40796e+06 1.29062e+06 1.63867e+06 1.29240e+07 8.53690e+04 2.53423e+06 9.59390e+03 5.56885e+04 7.53393e-02 1.51712e+06 2.47489e+05 4.19370e+05 8.56613e+04 8.11457e+04 3.97563e+04 1.81770e+05 2.00865e+05 1.07033e+05 1.13752e+04 4.03318e+04 1.08494e+04 2.25649e+05 4.62528e+05 4.84496e+03 6.24462e+04 1.38889e+05 1.71431e+03 3.30558e+05 3.90478e+04 3.84033e+05 8.37657e+04 4.33390e+05 2.03588e-03 5.84298e-01 7.84845e+01 1.06973e+05 2.77149e+03 1.99149e+03 1.48537e+04 3.78224e+03 2.93817e+03 1.38986e+04 1.27501e+03 2.38429e+03 2.60748e+02 7.48072e+03 2.78693e+03 1.03834e+04 2.12853e+04 2.60819e+02 3.36167e+03 7.47681e+03 1.73640e+04 2.01900e+04 1.17774e+04 2.24191e+04 7.62576e+03 9.02771e+03 3.25858e+01 9.35211e+03 3.51830e+01 7.86035e+00 7.17989e+00 2.27863e+01 1.02294e+05 6.89140e+04 5.76653e+04 1.02337e+05 9.08140e+04 4.77752e+04 1.43310e+04 1.42316e+05 1.91073e+04 1.74995e+01 5.54523e+05 2.94643e+04 3.79762e+05 8.44643e+05 2.53721e+05 4.97350e+06 2.15049e+03 5.24845e+06 5.13992e+04 1.77004e+05 6.52043e+03 1.21802e+05 7.33188e-02 7.03180e+03 1.15049e+00 3.86615e+02 3.30214e+04 4.27427e+03 2.13269e+03 1.78594e+04 2.98135e+03 3.48703e+03 3.27274e+03 4.65512e+02 1.73426e+02 4.01769e+03 1.43561e+04 4.08648e+02 1.69294e+04 4.30353e+03 1.33288e+03 6.36751e+03 2.42391e+03 3.62457e+03 1.54902e+03 6.78466e+03 4.42381e-01 1.26963e+02 2.24481e+00 5.11950e+04 8.10041e+02 2.16346e+04 6.41302e+03 4.35268e+02 2.07646e+03 4.85982e+03 8.26376e+02 1.85082e+03 4.63500e+02 3.15452e+02 1.46166e+01 6.85398e+04 1.08504e+04 1.51373e+03 4.06503e+04 3.37720e+04 1.15097e+04 2.10192e+03 4.53826e+03 3.27777e+04 1.28594e+03 6.32123e+03 1.46291e+01 1.01390e+02 9.38686e+00 1.04140e+05 7.98560e+03 4.47142e+02 8.26829e+03 1.87639e+03 1.36173e+04 1.43382e+03 5.44241e+02 1.93341e+03 2.73021e+02 2.72417e+02 6.54490e+01 5.93330e+03 7.18643e+03 2.75788e+03 2.96222e+04 1.49460e+04 2.84196e+03 4.32340e+04 3.35442e+03 2.58713e+04 8.12888e+03 1.11098e+05 9.93202e-01 2.14981e+02 2.11436e+00 3.02797e+04 1.00166e+03 1.42433e+04 2.57156e+04 1.41343e+03 3.91802e+03 1.71550e+04 3.93145e+03 8.55695e+03 1.37544e+03 1.68754e+03 9.87567e+01 3.33114e+04 1.91893e+04 6.67015e+03 1.17510e+05 1.23972e+05 5.01893e+04 1.96529e+04 2.22438e+04 2.03952e+05 9.82507e+03 4.61315e+04 2.04778e+02 1.10679e+03 1.66238e+00 1.22439e+02 8.32926e+00 1.91755e+02 7.49684e+01 7.39642e+00 1.28329e+01 8.31135e+01 1.91089e+01 2.46994e+01 6.28829e+00 5.47404e+00 6.78378e-01 3.46124e+02 4.15407e+01 1.20986e+01 2.31894e+02 3.79859e+02 7.08037e+01 1.45417e+01 2.20266e+01 4.34409e+02 1.47380e+01 7.30566e+01 3.97068e-01 3.12186e+00 1.06811e+00 3.07562e+04 2.03134e+03 6.26467e+02 6.15019e+02 2.13838e+01 8.68180e+01 5.35132e+02 1.07934e+02 1.78186e+02 3.56826e+01 2.78548e+01 8.77633e-01 1.42810e+03 4.97249e+02 5.47574e+01 1.85447e+03 1.83659e+03 5.65476e+02 6.69952e+02 1.09502e+03 2.21779e+03 8.69333e+01 3.67256e+02 6.28769e-01 4.82261e+00 5.30662e-06 5.21892e+03 1.38328e+02 4.56309e+05 5.97788e+03 1.69527e+02 8.05341e+02 4.55134e+03 1.13799e+03 2.77237e+03 6.99485e+02 3.53901e+02 2.06696e+01 1.63007e+05 4.61488e+03 9.20035e+02 3.19782e+04 2.30466e+04 5.54915e+03 5.34098e+03 8.61503e+03 4.96434e+04 4.07409e+03 1.25965e+04 9.65051e+00 1.11694e+02 9.53696e+01 1.03103e+02 3.10457e+00 3.72987e+02 5.65923e+03 4.04900e+02 7.04226e+02 3.77232e+03 9.14393e+02 1.38096e+03 4.75746e+02 4.30378e+02 3.09058e+01 8.31840e+02 9.16319e+02 8.06952e+01 2.77228e+03 2.31010e+03 6.50622e+02 5.28852e+02 5.66460e+02 9.40334e+03 3.22395e+02 1.53889e+03 1.06979e+01 9.23902e+01 9.53568e-02 3.66604e+03 9.43652e+00 7.70366e+03 1.35205e+04 1.56189e+04 1.05481e+04 7.57937e+03 2.83528e+03 8.35410e+03 1.69722e+03 3.06848e+03 7.43189e+02 1.37939e+04 1.36960e+04 1.81652e+04 3.84561e+04 3.80798e+04 1.11478e+04 1.84696e+04 6.15637e+03 9.86478e+04 5.83373e-01 1.50958e+04 7.22532e-01 1.62318e+03 1.52932e+01 7.07068e+03 4.60919e+02 3.14027e+04 1.19152e+04 8.59853e+02 2.47015e+03 1.59873e+04 1.29474e+04 6.13804e+03 8.33708e+02 6.47302e+02 1.66147e+01 6.29462e+04 3.16339e+04 7.16227e+03 1.54917e+05 1.15145e+05 4.66769e+04 6.17183e+04 5.59196e+04 5.87783e+05 1.31603e+04 1.08093e+05 9.37857e+02 2.58171e+03 8.90089e-01 1.22101e-07 1.29021e-07 1.30686e-07 1.39850e-07 1.55570e-07 1.22394e-07 1.39549e-07 1.27945e-07 1.56122e-07 1.33210e-07 1.42905e-07 1.39738e-07 1.41735e-07 1.45453e-07 1.41978e-07 1.26249e-07 1.67967e+04 1.23870e-07 1.43985e-07 1.40860e-07 1.13795e-07 1.20360e-07 1.35887e-07 1.29044e-07 1.49163e+02 2.35892e-01 5.88464e+04 1.87615e+03 9.80457e+03 6.14355e+03 1.85734e+02 1.08470e+03 6.14718e+03 1.56375e+03 2.24575e+03 5.06409e+02 3.97693e+02 2.68455e+01 1.73805e+04 7.52721e+03 1.88417e+03 2.57281e+04 2.52684e+04 9.19805e+03 7.05068e+03 8.33101e+03 2.61757e+04 1.14414e+03 4.25839e+03 2.92181e+01 1.81990e+02 2.32483e-01 3.44873e+04 1.63354e+03 1.06939e+03 3.76649e+03 1.56981e+02 4.83704e+02 2.73557e+03 6.20443e+02 9.59961e+02 2.72128e+02 1.93021e+02 1.56426e+01 3.29426e+03 1.76819e+03 9.20576e+02 1.78246e+04 1.80246e+04 5.85787e+03 2.28061e+03 4.40959e+03 1.31879e+04 3.23330e+02 1.86353e+03 6.77896e+00 4.77191e+01 1.59895e+01 3.38343e+05 3.35452e+04 4.32371e+05 2.46716e+05 7.76967e+04 7.80181e+04 1.93945e+05 6.62124e+04 3.98435e+05 3.27899e+04 1.79907e+04 3.17879e+03 1.65981e+05 2.26189e+05 1.57066e+04 2.02440e+05 4.50255e+05 3.05321e+05 2.95573e+05 1.88455e+05 5.79781e+05 1.85894e+05 2.87324e+05 2.60330e+00 1.25508e-02 3.96169e-02 4.25814e+03 8.32847e+02 6.48859e+02 1.06989e+03 8.13596e+01 8.41229e+01 5.54593e+02 1.31128e+02 1.95134e+02 4.61682e+01 3.01821e+01 1.58844e+00 1.76569e+03 4.56381e+03 1.58139e+03 2.05953e+04 2.06010e+04 8.20102e+03 2.67851e+03 3.50144e+03 1.11696e+04 5.87436e+02 2.47584e+03 1.16158e+01 4.77653e+01 7.34741e+02 1.12833e+05 4.82101e+03 1.11519e+03 1.37070e+04 5.93037e+02 1.41240e+03 1.05769e+04 1.71049e+03 3.60953e+03 1.13497e+03 7.06399e+02 4.80847e+01 3.69050e+03 7.08620e+03 1.49178e+03 2.85461e+04 2.74501e+04 9.40688e+03 4.55358e+03 6.68620e+03 2.75608e+04 9.99831e+02 4.51149e+03 1.58013e+01 9.10636e+01 1.71286e-01 4.83416e+00 8.95243e+00 8.64348e+00 1.01333e-01 2.01546e-01 2.15524e-01 3.25346e-01 1.62047e-01 4.74059e-01 2.05190e-01 9.97534e-02 2.17685e+00 1.98937e-01 1.20413e+03 6.41187e+02 3.15307e+03 7.20257e+03 2.31447e+03 8.19404e+02 7.44028e+03 4.34530e+03 2.56065e-01 5.43548e+03 5.82234e-01 8.38489e+02 4.80056e-02 2.08575e+04 2.72343e+03 1.32290e+02 3.65648e+03 1.26284e+02 3.43808e+02 2.47027e+03 4.80434e+02 8.42164e+02 2.14311e+02 1.32359e+02 9.61582e+00 1.39555e+04 3.95379e+03 5.08184e+01 6.43574e+02 1.38960e+04 2.42610e+02 2.40716e+03 3.36407e+03 7.91580e+03 5.08553e+02 3.04689e+03 9.40360e+00 4.58919e+01 7.47712e-01 2.24259e+03 2.46526e+03 5.26749e-01 1.66450e+04 1.62509e+04 1.35577e+03 5.75150e+03 2.11090e+03 1.18665e+03 1.29773e+02 5.39123e+03 3.95856e+02 2.65065e+01 1.88159e+03 1.58971e+03 2.04896e+04 4.55718e+04 6.10533e+04 6.19148e+04 2.51920e+04 1.15901e+05 3.79873e-01 1.71665e+04 1.51564e+00 4.34989e+02 3.63369e+00 2.25278e+02 1.22073e+03 6.39634e+06 1.77829e+04 1.06489e+04 6.14441e+03 3.25199e+04 1.05580e+04 2.55100e+04 1.34429e+04 4.43748e+03 8.52389e+02 1.20231e+04 3.19686e+04 4.73328e+03 6.10067e+04 1.35687e+05 2.40174e+04 4.00605e+04 1.95277e+04 2.78033e+05 4.02722e+04 4.60636e+04 4.67855e-04 1.34274e-01 7.12794e-02 5.49855e+02 2.48262e+01 6.66441e+02 1.20493e+03 5.86003e+01 2.27363e+02 1.34767e+03 3.07546e+02 4.39586e+02 9.95645e+01 6.99135e+01 3.37728e+00 1.48504e+03 5.84916e+03 1.58920e+03 2.39539e+04 2.05910e+04 7.56780e+03 3.04172e+03 4.54434e+03 2.77850e+04 1.34112e+03 5.14071e+03 3.02873e+01 2.25959e+02 4.43382e-02 5.81548e+01 3.06879e+00 4.02966e+01 8.36368e+00 1.08533e+01 3.00062e+00 3.27608e+00 3.79041e+00 3.06393e+00 3.44893e+00 2.94682e+00 8.39496e+00 3.14440e+01 3.65728e+00 1.71261e+00 3.52109e+00 1.23688e+00 3.01159e+00 4.57522e+00 2.81899e+00 1.69536e+00 1.68984e+00 2.18951e+00 2.61027e+00 8.92447e-01 8.40092e-01 6.54313e+03 2.00759e+02 6.89042e+02 4.69874e+03 2.15807e+01 1.07251e+02 5.39750e+02 1.77597e+02 1.08263e+02 4.51618e+01 3.04796e+01 1.25427e+00 9.12594e+03 2.76364e+03 5.46681e+02 1.34330e+04 1.36936e+04 7.25751e+03 3.64606e+03 1.66500e+03 9.69952e+03 9.54641e+02 2.73540e+03 6.08597e+00 1.38846e+02 8.40368e-02 1.72757e+05 9.45831e+03 5.40892e+04 7.18894e+04 6.69704e+03 8.94220e+03 6.54606e+04 1.45459e+04 2.73715e+04 5.47343e+03 3.74191e+03 2.01125e+02 8.15070e+04 4.69236e+04 8.36908e+03 1.57593e+05 1.42346e+05 4.04838e+04 2.68897e+04 4.16703e+04 2.04199e+05 1.18979e+04 5.13627e+04 5.67707e+01 9.97502e+02 2.42776e-01 1.97990e+04 1.64099e+03 3.87264e+03 7.88792e+03 2.83175e+02 7.34000e+02 4.40817e+03 1.18290e+03 2.18824e+03 6.72107e+02 3.30040e+02 5.94082e+01 3.16686e+04 1.94584e+03 1.50228e+03 2.56974e+04 2.13393e+04 6.61328e+03 5.47944e+03 8.38779e+03 2.00391e+04 1.15950e+03 4.14394e+03 1.20018e+01 7.03127e+01 4.44093e+01 3.29182e+05 1.18381e+04 8.51233e+04 5.02798e+04 3.63440e+03 7.91214e+03 6.86621e+04 1.45470e+04 2.94348e+04 7.54488e+03 4.09897e+03 2.22278e+02 7.79202e+04 3.67769e+04 7.89449e+03 2.05168e+05 1.88105e+05 5.93685e+04 4.91303e+04 6.87528e+04 9.87014e+04 5.21698e+03 2.36608e+04 3.52705e+01 2.58946e+02 8.54169e-02 1.46267e-07 1.54365e-07 1.58421e-07 1.25733e-07 1.23597e-07 1.22637e-07 1.22658e-07 1.19621e-07 1.18837e-07 1.18139e-07 1.21548e-07 1.10275e-07 1.57997e-07 1.03422e-07 1.09573e-07 1.12653e-07 3.17524e+04 1.13988e-07 1.08584e-07 1.04364e-07 1.33062e-07 1.30968e-07 1.32980e-07 1.31985e-07 1.66869e+02 2.86573e-02 1.23998e+05 4.99121e+03 3.69987e+03 5.50755e+03 2.32034e+02 1.15369e+03 4.79076e+03 8.62553e+02 2.73821e+03 8.11203e+02 4.24583e+02 2.24158e+01 1.00900e+04 1.61771e+04 2.43588e+03 5.78646e+04 5.32978e+04 1.79295e+04 8.50886e+03 1.39107e+04 6.64557e+04 2.34237e+03 9.85476e+03 2.41801e+01 2.29187e+02 8.58872e-02 7.36658e+05 1.20394e+04 4.97354e+04 2.30271e+05 2.40956e+04 9.59500e+04 6.24819e+05 1.05626e+04 6.03671e+03 1.78468e+03 2.27815e+02 4.32225e-01 1.65598e+05 1.45261e+03 5.83957e+05 7.97265e+05 1.54813e+05 6.74764e+05 4.69582e+05 2.22247e+02 7.42945e+06 1.39782e+03 1.46329e+06 3.70498e-01 2.43932e+03 8.74295e-02 3.54153e-04 5.13456e-05 1.35605e-04 5.39486e-05 1.09695e-04 2.74881e-05 1.48872e-04 7.41150e-05 1.38596e-04 1.51570e-05 2.62036e-05 9.76212e-06 7.85631e-04 1.35112e-03 2.90051e-05 3.73844e-04 8.31480e-04 1.51933e-03 7.79898e-04 1.47548e-04 1.01251e-03 5.04864e-04 1.57200e-03 1.47487e-03 1.11913e-04 3.14623e-02 3.06526e+03 2.65423e+02 1.93511e+03 4.40562e+03 2.28003e+02 6.34931e+02 4.05310e+03 1.53005e+03 1.36707e+03 3.19544e+02 2.56571e+02 3.37333e+01 3.93700e+03 1.02445e+04 1.04146e+03 1.59439e+04 1.52331e+04 5.23728e+03 4.05713e+03 4.46637e+03 3.48295e+04 1.95222e+03 7.25408e+03 3.93961e+01 2.26934e+02 6.60681e-01 7.04785e+05 9.93774e+04 2.00211e+04 2.02881e+05 3.25086e+04 1.03915e+05 1.19757e+05 5.28524e+04 5.09776e+04 2.44162e+04 1.26063e+04 2.40505e+04 5.54444e+04 2.31331e+05 1.53263e+04 4.58613e+05 2.73451e+05 1.14178e+05 1.69014e+05 7.28882e+04 4.57152e+06 2.76841e+05 4.66510e+05 1.50963e+02 4.33265e+04 1.36692e-01 5.44973e+00 7.75050e+00 9.37013e+01 7.66307e+03 9.78566e+02 1.01470e+03 6.54374e+03 1.44092e+03 1.93275e+03 4.57178e+02 3.68529e+02 2.59500e+01 1.02631e+04 4.63146e+03 1.32460e+03 2.09952e+04 2.10236e+04 5.77248e+03 1.92717e+03 2.80024e+03 1.90906e+04 6.72927e+02 3.80650e+03 4.08673e+00 8.99711e+01 1.46619e-01 1.66288e-07 1.60583e-07 2.34362e-07 1.32313e-07 1.41230e-07 1.27252e-07 1.23993e-07 1.27826e-07 1.38725e-07 1.44759e-07 1.39718e-07 1.41020e-07 2.86174e-07 1.60464e-07 1.31337e-07 3.48364e-07 8.81104e+03 1.41375e-07 1.57254e-07 1.42864e-07 3.83958e-07 1.37829e-07 1.42089e-07 1.32248e-07 1.55734e+01 1.85003e-04 9.49639e+04 3.75579e+03 7.66687e+04 2.98127e+04 1.25027e+03 2.49566e+03 1.81709e+04 3.19166e+03 6.81264e+03 2.07235e+03 1.30095e+03 1.62638e+02 7.10778e+04 3.11659e+04 6.53611e+03 1.17054e+05 1.59454e+05 6.16966e+04 3.43795e+04 4.16030e+04 5.73692e+04 4.95074e+03 2.03012e+04 1.46259e+02 2.99710e+02 8.89405e-01 4.18911e-01 4.35830e+04 1.98135e+06 2.70330e-01 4.73503e-01 1.17356e+04 1.69632e+04 2.83368e+01 1.09963e+00 4.68741e-01 1.34476e-01 1.22739e-01 1.22262e+06 2.28131e-01 2.90351e+05 1.93810e-01 3.60294e+04 1.56301e-01 7.17257e-01 1.79814e+03 1.33602e+05 1.30217e+03 1.05247e+05 1.86410e-01 1.01083e+01 1.63924e-01 2.10179e+04 8.11387e+02 2.09020e+03 9.74826e+03 4.51866e+02 1.20745e+03 8.45900e+03 1.66714e+03 2.97924e+03 7.90426e+02 5.07320e+02 4.19024e+01 5.96893e+03 8.46086e+03 2.59648e+03 5.23736e+04 5.39558e+04 1.85959e+04 3.65029e+03 6.77753e+03 3.37021e+04 1.71661e+03 8.19191e+03 2.75104e+01 1.30250e+02 2.32720e-01 9.40276e+03 1.57452e+03 3.42133e+05 2.29111e+04 1.13958e+03 3.11400e+03 2.18282e+04 4.89018e+03 7.81846e+03 1.89939e+03 1.53678e+03 7.51237e+01 1.88695e+04 3.97897e+04 3.87680e+03 7.41191e+04 6.25572e+04 2.69485e+04 1.73172e+04 1.57778e+04 1.09292e+05 8.84684e+03 2.69046e+04 1.73925e+02 7.12611e+02 7.00543e+00 1.11037e+06 3.95312e+04 6.82846e+04 1.85897e+05 9.25739e+03 2.37430e+04 1.50840e+05 2.76887e+04 5.36410e+04 1.37653e+04 8.38696e+03 5.24576e+02 2.40254e+05 5.42202e+04 3.25987e+04 6.65543e+05 7.12898e+05 2.63052e+05 1.49315e+05 2.39919e+05 5.53763e+05 1.83536e+04 7.21979e+04 1.88993e+02 2.73757e+03 1.38963e-01 1.55119e+04 2.73936e+03 1.85061e+04 9.85117e+03 2.23881e+03 1.69935e+03 1.09752e+04 2.52937e+03 5.07233e+03 1.10004e+03 9.39804e+02 9.18772e+01 3.53019e+04 8.85613e+04 9.12085e+03 1.57352e+05 1.41185e+05 6.48331e+04 4.12028e+04 3.18529e+04 1.19680e+05 4.75984e+03 1.91687e+04 1.20088e+02 6.60365e+02 1.76553e+00 1.58684e+05 3.57794e+03 1.54049e+05 1.22667e+04 3.62322e+02 1.55877e+03 6.74462e+03 1.50437e+03 1.83715e+03 4.39567e+02 4.07035e+02 3.27542e+01 1.38844e+05 7.29013e+04 5.59287e+03 1.02966e+05 1.27474e+05 3.20697e+04 4.90957e+03 6.62594e+03 1.33995e+05 8.65684e+03 3.44093e+04 1.17966e+02 7.81707e+02 1.20115e+00 1.29106e+04 1.49607e+00 3.98160e+01 8.52381e+02 3.23180e+02 3.40437e+02 4.93391e+02 2.48908e+02 2.26559e+02 2.47766e+01 2.24289e+01 8.35588e+00 5.22620e+01 8.66722e+01 5.39410e+02 6.95239e+03 1.54631e+04 1.16201e+03 1.21982e+04 8.61380e+02 9.11621e+04 1.36457e+02 1.36748e+03 1.57088e+01 4.50841e+03 5.45652e-05 2.66220e+04 1.36927e+04 5.58488e+04 1.18900e+05 6.14607e+04 2.95711e+04 2.33373e+05 3.82719e+04 1.67046e+04 8.50558e+03 1.25202e+04 3.52115e+03 3.63716e+04 1.00640e+05 1.56913e+03 2.02243e+04 4.49817e+04 8.60132e+04 2.41539e+05 4.56965e+04 9.16364e+04 1.99922e+05 2.73661e+04 2.14599e+04 7.69875e+03 1.19360e+00 1.25053e+04 2.14963e+04 8.74104e+03 3.58538e+05 8.44304e+03 5.29762e+03 1.31644e+05 8.36758e+03 9.76030e+04 1.98991e+04 1.97668e+03 4.24359e+02 8.51478e+04 8.04088e+04 8.53249e+03 1.09974e+05 2.44598e+05 7.91455e+04 4.85029e+04 2.00563e+04 2.05573e+05 4.21327e-01 2.71378e+04 3.72860e-04 1.07011e-01 7.47358e-05 3.41689e+05 2.85203e+03 6.42099e+05 4.13984e+05 1.57290e+05 2.80428e+05 8.37472e+05 3.57119e+05 3.83531e+05 2.74283e+05 9.38825e+04 1.19265e+04 6.87387e+05 4.21502e+05 1.44755e+05 6.37865e+05 1.25896e+05 1.05275e+05 5.56768e+05 2.92299e+05 1.05617e+06 1.59441e+05 9.18407e+05 3.18527e-01 1.31117e+04 1.91779e-01 5.25366e+02 3.50005e+00 2.72009e+01 1.16225e+04 2.40470e+03 3.19698e+02 1.65605e+05 1.48205e+03 9.81155e+04 1.04570e+05 2.34723e+00 1.35145e+00 1.88662e+05 1.04092e+05 3.84339e+04 3.28576e+04 2.70851e+01 1.52666e+00 1.75237e+05 1.20938e+05 1.99407e+06 1.43498e+00 2.52426e+01 1.53651e+00 2.03962e+02 8.51062e-01 9.93350e+02 3.39362e+01 6.40164e+04 3.92574e+03 2.57021e+02 7.35534e+02 8.88147e+03 1.49134e+03 3.42260e+03 8.91913e+02 4.50141e+02 2.61281e+01 5.07577e+03 3.16516e+04 1.10758e+03 2.75864e+04 1.74436e+04 1.19576e+04 6.58671e+03 6.02275e+03 3.27506e+04 2.81119e+03 1.02277e+04 1.76014e+01 9.94849e+01 7.08223e-01 1.26334e+05 3.13975e+03 3.21875e+03 1.85539e+06 4.07402e+05 1.43861e+05 5.33139e+06 2.05230e+05 1.84214e+06 2.33378e+06 1.63219e+05 0.00000e+00 4.83693e+05 1.66161e+06 1.71109e+04 2.20541e+05 4.90513e+05 2.04311e+06 2.65751e+05 9.55953e+05 4.60241e+06 9.76563e+03 1.84703e+06 3.13069e+04 2.82539e-01 2.03143e-01 4.56300e+00 1.24415e+01 7.10357e+00 1.16654e+00 1.25783e+00 2.95591e+00 1.67785e+00 1.58009e+00 1.49978e+00 3.06228e+00 3.25701e+00 3.51554e+00 5.09127e+00 3.97458e+00 4.58949e+00 2.13014e+00 1.04259e+03 3.13528e+00 3.87682e+00 3.37576e+00 1.61492e+00 2.38880e+00 1.91899e+00 4.63753e+00 1.36914e+02 2.25720e+01 3.57376e+04 3.26304e+01 1.48617e+04 1.56066e+05 3.16916e+04 1.87049e+04 8.10128e+04 2.29576e+04 6.62493e+04 2.96584e+04 9.58013e+03 1.78665e+00 3.01252e+04 6.40919e+04 5.71818e+03 4.86568e+04 6.85979e+04 2.67996e+04 3.43518e+04 7.02638e+04 3.32353e+05 4.50439e-01 3.19642e+05 1.32454e+01 1.33413e+01 1.28461e+02 2.04067e+05 1.89326e+00 4.16893e+06 4.39252e+06 7.54818e+05 1.92109e+06 2.91771e+07 9.81405e+06 5.41884e+06 2.92823e+02 1.17030e+06 4.70965e+05 6.73089e+06 7.49010e+06 2.14312e+05 2.76225e+06 6.14362e+06 6.83169e+01 8.51863e+06 9.28022e+01 3.66708e+06 2.70389e+01 3.51486e+06 1.38973e-02 3.98853e+00 1.33978e+04 4.65423e+04 2.99353e+03 3.09568e+03 2.29207e+03 1.08725e+02 3.67712e+02 2.49642e+03 5.18347e+02 1.00930e+03 2.26429e+02 1.39617e+02 5.18129e+00 8.59863e+03 5.14054e+03 4.69552e+02 1.20790e+04 1.21563e+04 3.91296e+03 2.51372e+03 4.27246e+03 2.24226e+04 1.04714e+03 4.37163e+03 1.09406e+01 7.27923e+01 1.48379e-01 1.09847e+03 2.26895e+02 1.70431e+02 2.35988e+02 1.17636e+01 3.59574e+01 2.27443e+02 4.57834e+01 6.98061e+01 1.61688e+01 1.30101e+01 6.90259e-01 4.85713e+02 5.18550e+02 2.39266e+02 3.56036e+03 4.04989e+03 1.43627e+03 4.42127e+02 6.70205e+02 1.91445e+03 6.57503e+01 3.44321e+02 1.42811e+00 7.37903e+00 1.31144e-01 1.27201e+02 3.66327e+00 1.60175e+02 2.02972e+03 1.18854e+02 3.64407e+02 2.19271e+03 5.18103e+02 6.40947e+02 1.91123e+02 1.46711e+02 8.24278e+00 4.09445e+02 5.67817e+02 2.26231e+02 3.21110e+03 2.94954e+03 1.11248e+03 4.93907e+02 7.23321e+02 5.06079e+03 2.00562e+02 9.16071e+02 7.61272e+00 3.98081e+01 1.64250e-02 8.32921e+02 4.46400e+01 1.10823e+02 9.48289e+01 8.31480e+00 2.96191e+01 1.41241e+02 3.81601e+01 4.19698e+01 1.45665e+01 1.17845e+01 7.57604e-01 1.89889e+02 2.45035e+02 1.16042e+02 1.79724e+03 1.31788e+03 7.91024e+02 2.34054e+02 3.64642e+02 8.96923e+02 4.89993e+01 1.77093e+02 1.25609e+00 1.37788e-01 8.62399e-04 5.43396e+04 2.45366e+03 1.21533e+06 7.75956e+04 4.04391e+03 1.29835e+04 1.41593e+05 1.97452e+04 3.86451e+04 9.85923e+03 5.48111e+03 4.29528e+02 3.44203e+05 9.56542e+04 1.19947e+04 3.07065e+05 2.36864e+05 8.62423e+04 6.23653e+04 7.52011e+04 4.35446e+05 1.98240e+04 6.72600e+04 1.22994e+02 6.38640e+02 8.82727e-01 1.52089e-07 1.55301e-07 1.64037e-07 1.13863e-07 1.24233e-07 1.21043e-07 1.23237e-07 1.15298e-07 1.26207e-07 1.26221e-07 1.23091e-07 1.35235e-07 2.10382e-07 3.77224e-07 1.24401e-07 2.23247e-07 1.00592e+05 1.32966e-07 1.27917e-07 1.24566e-07 1.34909e-07 1.40571e-07 1.40575e-07 1.40271e-07 3.13049e+02 5.78481e-03 1.06217e+05 8.39837e+03 4.78783e+03 1.31517e+05 2.50341e+03 8.56797e+03 4.20915e+04 1.64281e+04 1.30713e+04 3.70187e+03 2.50764e+03 1.23629e+02 1.59972e+05 2.76028e+04 3.29479e+03 1.35657e+05 1.04158e+05 6.51186e+04 4.11083e+04 1.74899e+04 1.65048e+05 8.62677e+03 3.57669e+04 1.00045e+02 1.00320e+03 1.37913e-01 5.58062e+02 2.21817e+01 3.77178e+02 7.41510e+02 2.13850e+01 7.86050e+01 4.34648e+02 1.05836e+02 1.40016e+02 3.15509e+01 2.55388e+01 1.22559e+00 6.93251e+02 3.70558e+02 3.42725e+02 4.73456e+03 3.76715e+03 1.39662e+03 1.45931e+03 1.93606e+03 4.08261e+03 1.69727e+02 6.83770e+02 7.14653e+00 3.41852e+01 2.57828e-02 4.68996e+04 2.75519e+03 1.23223e+03 1.15573e+03 4.64991e+01 1.61423e+02 1.19611e+03 1.80091e+02 4.64665e+02 1.22913e+02 6.65958e+01 2.62147e+00 3.81110e+03 7.87855e+02 5.27358e+02 1.16344e+04 6.86827e+03 1.58142e+03 1.45310e+03 2.40280e+03 1.57349e+04 5.71527e+02 2.09569e+03 7.70464e+00 2.55617e+01 3.83510e-01 1.10239e+04 2.25138e+02 1.63835e+03 2.39656e+04 8.46070e+03 2.63514e+04 8.99166e+04 3.89601e+04 1.58006e+05 9.57562e+04 9.27319e+03 8.51849e+02 5.41207e+04 3.41578e+05 7.51924e+03 9.69147e+04 2.15552e+05 1.10377e+05 8.15071e+05 1.99573e+05 1.76824e+06 1.64983e+04 8.58951e+05 9.90353e+05 4.22412e+03 3.27198e-02 6.95343e+03 9.44159e+01 1.40014e+04 6.76546e+04 3.39457e+04 3.81639e+04 7.34021e+04 7.31376e+04 7.91790e+04 3.26857e+04 9.04734e+03 1.76881e+03 5.47586e+04 6.34718e+04 1.43654e+04 7.93712e+04 2.07968e+04 1.38208e+04 1.75963e+04 3.45957e+04 1.40060e+05 1.34792e+05 7.47859e+04 1.50511e+00 1.87148e+03 3.55568e-01 8.45145e+02 1.04313e+02 8.96352e+03 2.67500e+04 8.62006e+03 2.20276e+04 4.30754e+04 1.66725e+04 3.59756e+04 1.13676e+04 3.28443e+03 2.64922e+03 1.10832e+05 3.12546e+04 2.79079e+04 4.31248e+04 6.10457e+04 1.05658e+04 3.64206e+04 3.78246e+04 1.06341e+05 7.52899e+04 3.06217e+05 1.67932e-01 1.25013e+03 3.05851e-01 1.41705e+04 1.14775e+03 1.67479e+02 1.67669e+02 1.28353e+01 5.28922e+01 2.58525e+02 7.70710e+01 8.39570e+01 1.98973e+01 1.64859e+01 6.45996e-01 2.42086e+02 5.79098e+02 9.93462e+01 2.27084e+03 1.64516e+03 6.19512e+02 7.27977e+02 8.78907e+02 2.08682e+03 4.40833e+01 2.44386e+02 7.43932e-01 7.46031e+00 2.50693e-02 1.88902e-03 2.73873e-04 4.95987e-03 3.47449e-02 1.04448e-02 8.30636e-03 2.57941e-02 6.45218e-03 3.12240e-02 4.37486e-03 3.34224e-03 6.89890e-03 2.54229e-02 3.31524e-03 4.88273e-04 6.29330e-03 1.39972e-02 2.14330e-03 3.58431e-03 1.57848e-03 7.88360e-02 9.57486e-03 3.78696e-03 6.96304e-06 1.99839e-03 4.05208e-03 5.32710e+02 4.22339e+01 6.36425e+02 9.16993e+02 5.40350e+01 1.28697e+02 4.89729e+02 1.75299e+02 2.14079e+02 7.23342e+01 6.39241e+01 4.57629e+00 1.06894e+03 5.02598e+02 2.01824e+02 2.08056e+03 2.23413e+03 8.51589e+02 4.08942e+02 6.32780e+02 2.83383e+03 1.28711e+02 6.76016e+02 6.86787e+00 4.05007e+01 4.04900e-02 3.28222e+00 5.30706e-01 1.35588e+04 7.52941e+02 1.72797e+00 4.78181e+04 2.10001e+05 1.72879e+03 2.89659e+04 1.32583e+00 1.76719e+01 1.01027e+03 1.82420e+06 2.76991e+06 1.92397e+04 1.05078e+06 4.13829e+04 4.35906e+05 4.58722e+05 7.90833e+05 2.28516e+07 6.15066e+05 1.11371e+06 4.00119e-01 0.00000e+00 2.82442e+00 4.85973e+04 1.52710e+03 7.61828e+02 2.78209e+05 4.83246e+03 3.38789e+03 2.58409e+04 4.24480e+03 5.25279e+03 2.13123e+03 1.73139e+03 1.44894e+02 4.92927e+04 1.68236e+03 8.94361e+02 6.42475e+04 1.83292e+05 2.98155e+04 4.05269e+04 1.75182e+04 1.20403e+05 4.41698e+03 2.71853e+04 5.06836e+02 6.81971e+03 2.38480e-01 2.08011e+05 1.13785e+04 7.91524e+03 2.05835e+04 7.63580e+02 2.65032e+03 1.96027e+04 3.22362e+03 5.26299e+03 1.25819e+03 8.86052e+02 5.32948e+01 3.07571e+04 1.68867e+04 4.85848e+03 1.69429e+05 1.47587e+05 5.08419e+04 3.44649e+04 5.02702e+04 1.13297e+05 1.94389e+03 1.35299e+04 2.71193e+01 1.93322e+02 9.04442e-02 6.35594e+03 6.36794e+02 3.06620e+03 2.35080e+03 1.04426e+02 3.32576e+02 1.72451e+03 7.97800e+02 7.31249e+02 2.29387e+02 1.22475e+02 6.89603e+00 7.13486e+03 2.38351e+03 5.77561e+02 7.70023e+03 6.61711e+03 2.44226e+03 1.98055e+03 2.16073e+03 6.98634e+03 2.66552e+02 1.29904e+03 4.88908e+00 2.41404e+01 9.72943e-02 7.04360e+03 2.91896e+02 8.81837e+01 1.53444e+04 3.05382e+02 7.64830e+02 4.74938e+03 1.05448e+03 1.76908e+03 3.51484e+02 2.88069e+02 1.02410e+01 1.69384e+03 1.24424e+03 6.02229e+02 8.38307e+03 7.85414e+03 4.75183e+03 1.98763e+03 6.70433e+02 7.16223e+03 7.48520e+02 3.82854e+03 1.78373e+01 6.66504e+01 6.86866e-04 1.72197e+05 1.50618e+00 1.16553e+05 7.08881e+05 1.28938e+05 9.88066e+05 1.14058e+06 1.37485e+06 2.64811e+06 1.26369e+06 8.23007e-01 2.11389e+04 1.11161e+06 2.57306e+06 5.55432e+06 2.13787e+02 9.91805e+02 8.30445e+05 2.73829e+06 9.01862e+05 2.07322e+07 1.49078e+06 8.91353e+06 1.32791e+04 1.33059e+05 1.15774e-01 2.09196e+04 3.03296e+03 5.73841e+03 3.87454e+04 2.08964e+04 4.52250e+04 1.13618e+05 7.30666e+04 2.22275e+05 1.78593e+04 1.79473e+04 1.15026e+03 4.19525e+04 1.47805e+05 2.61961e+04 1.43043e+05 3.18147e+05 8.73877e+04 1.41863e+05 7.61155e+04 8.79718e+05 2.06708e+05 5.01436e+05 9.48407e+03 2.52128e+04 1.11326e+00 5.95837e+04 1.97551e+03 4.45364e+04 3.27809e+03 4.82136e+01 2.49574e+03 1.17843e+04 3.84406e+03 2.08349e+03 2.37960e+02 2.09729e+02 4.60011e+00 6.48483e+04 5.55539e+03 2.55303e+03 7.25751e+04 4.12035e+04 1.31163e+04 6.56521e+03 1.36762e+04 7.43815e+04 2.84098e+02 2.74381e+03 2.27207e+00 9.33082e+01 5.42325e-03 1.15312e+03 2.07197e-02 3.04677e+03 9.51118e+04 1.11335e+04 7.16033e+03 3.51115e+05 1.96804e+04 9.23316e+04 1.22827e+05 3.08835e+03 1.98847e+04 1.36832e+04 1.22670e+04 4.30917e+03 6.64868e+04 1.16573e+05 2.38552e+04 4.81107e+04 1.66869e+04 1.32556e+05 4.49009e+03 2.08047e+04 6.79265e-03 6.29205e+00 2.19066e-02 5.45140e+04 2.55041e+03 1.02985e+03 2.13930e+04 9.32822e+02 2.95423e+03 1.72926e+04 2.49525e+03 5.95301e+03 1.48103e+03 1.11568e+03 6.95470e+01 3.59359e+03 2.39040e+04 2.43994e+03 4.63967e+04 4.88205e+04 1.61208e+04 1.29082e+04 1.90232e+04 3.14147e+04 9.00041e+02 4.45363e+03 1.35773e+01 1.40916e+02 6.34758e+01 6.96043e+04 2.36017e+03 1.86594e+06 5.55040e+06 7.37689e+05 1.87376e+05 7.75313e+06 9.47311e+04 1.14703e+06 1.99828e+06 4.12731e+05 9.35086e+05 1.54692e+06 8.61336e+05 2.21231e+05 5.64842e+06 4.56457e+06 4.36209e+06 6.80802e+05 2.88116e+05 4.34954e+06 3.12757e-01 2.09252e+06 3.66881e+04 4.35124e+05 1.32245e-01 2.10531e+00 1.14799e-01 2.28564e+00 7.46795e+00 4.09400e+00 2.34453e+00 3.34672e+00 5.27517e+00 5.30290e-01 2.20149e-01 3.31386e+00 1.11970e-01 7.95642e-01 1.89186e+00 4.26690e+01 1.25740e-01 1.79374e+03 1.62420e+02 9.93209e+00 1.10509e-01 2.32712e+04 3.57757e-01 1.09332e+01 4.77793e-01 2.48889e+01 6.90479e+00 2.14297e+04 1.26037e+03 2.94924e+03 1.33739e+03 1.00478e+02 2.82840e+02 1.50810e+03 4.30974e+02 5.83952e+02 1.27042e+02 1.17682e+02 6.43836e+00 4.10973e+03 2.17125e+03 3.69772e+02 6.39357e+03 4.93569e+03 1.72561e+03 3.04184e+03 3.39969e+03 1.16315e+04 4.69649e+02 1.90543e+03 7.78936e+00 5.08307e+01 2.83278e-01 5.07212e+02 7.50057e+01 3.58934e+04 7.02082e+03 3.82262e+02 1.08846e+03 5.24836e+03 1.49178e+03 2.59473e+03 6.58555e+02 4.31072e+02 4.31539e+01 3.99095e+03 4.24196e+03 1.36419e+03 2.57358e+04 2.47985e+04 8.99527e+03 1.79219e+03 4.03057e+03 6.03068e+03 3.99303e+02 1.49357e+03 6.21913e+00 5.40047e+01 7.51292e-02 3.49242e+04 1.74342e+03 1.04432e+04 1.28835e+04 2.31846e+03 2.11838e+03 1.60726e+04 3.04247e+03 5.13020e+03 1.32221e+03 8.96304e+02 4.78828e+01 2.02690e+04 8.66642e+03 2.28688e+03 5.24495e+04 4.15784e+04 1.35266e+04 1.47935e+04 1.68454e+04 4.88343e+04 3.28399e+03 1.46291e+04 3.25290e+01 1.90869e+02 1.24368e-01 5.47259e+01 2.39444e+02 1.04576e+04 8.30976e-01 1.07021e+05 1.00674e+04 6.28122e+04 1.51191e+04 2.37519e+04 1.41648e+04 5.42263e+03 2.30172e+01 4.09190e+03 9.30226e+04 4.05150e+05 4.29520e-01 9.50697e+04 2.54624e+04 4.02290e+04 6.20036e+04 5.71548e+05 1.15835e+05 8.87338e+05 2.57572e-01 5.85150e+02 1.08767e+00 2.25084e+03 7.64086e+01 4.22861e+02 2.28602e+03 1.92467e+02 3.11998e+02 2.34259e+03 3.87862e+02 5.08500e+02 1.24171e+02 1.11593e+02 1.26183e+01 6.58948e+02 1.58840e+03 3.27911e+02 5.50255e+03 5.40850e+03 1.64384e+03 1.34312e+03 2.03738e+03 3.56516e+03 1.35203e+02 2.28302e+03 1.27274e+01 8.23606e+01 1.55475e-01 7.95656e-03 7.93811e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93791e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93757e-03 7.93757e-03 7.93757e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93793e-03 7.93758e-03 7.93748e-03 7.93758e-03 7.93792e-03 7.70826e-03 1.14510e+05 4.29483e+03 8.37903e+03 1.03947e+04 6.25614e+02 1.94555e+03 1.22964e+04 2.41176e+03 4.67891e+03 1.15302e+03 7.74972e+02 4.78486e+01 2.71365e+04 2.00683e+04 3.33740e+03 6.84933e+04 6.35748e+04 2.36120e+04 7.64661e+03 1.34389e+04 6.24677e+04 2.32670e+03 1.07821e+04 4.91309e+01 2.27940e+02 5.35507e-01 1.30625e+06 2.13629e+05 6.08344e+04 6.32426e+04 4.54117e+04 1.68500e+04 4.45704e+04 4.14289e+04 9.91196e+04 8.92094e+03 2.79733e+04 5.16955e+03 2.56808e+04 4.95870e+04 3.65571e+03 4.71181e+04 1.04797e+05 3.58640e+02 7.19144e+04 2.19344e+04 1.14350e+05 1.28642e+04 6.71638e+04 4.48613e+01 1.28752e+04 3.24589e-01 1.15283e+05 5.19340e+03 1.85863e+06 3.18976e+05 2.43268e+04 4.33259e+04 4.37160e+05 8.45766e+04 1.11263e+05 2.64723e+04 2.24422e+04 2.95061e+03 9.29093e+05 3.24012e+05 6.22542e+04 1.47544e+06 5.55974e+05 4.99417e+05 3.26755e+05 3.43829e+05 2.13753e+06 6.24584e+04 4.25037e+05 1.42211e+03 3.23171e+03 2.01909e+00 1.29938e+04 3.66611e+04 4.17979e+05 9.01590e+05 4.34450e+05 8.44071e+05 1.91986e+06 1.23472e+06 1.91985e+06 6.60118e+05 4.16122e+05 5.62005e+04 3.57295e+06 2.39567e+06 1.85770e+06 4.12055e+06 9.65952e+06 3.74650e+06 4.87024e+06 1.32116e+06 8.94961e+06 1.03140e+01 2.91995e+06 2.33290e-01 3.36818e+05 1.43559e-01 3.06923e+04 1.81428e+03 5.13195e+03 6.39021e+03 3.36712e+02 9.96671e+02 8.33305e+03 1.40055e+03 2.29108e+03 5.64370e+02 4.37148e+02 1.93135e+01 1.80357e+04 2.23718e+04 1.36118e+03 3.50823e+04 8.75175e+03 1.29561e+04 8.47796e+03 1.15116e+04 2.53626e+04 9.59630e+02 4.90500e+03 1.29307e+01 2.79454e+01 2.34424e+00 2.29024e+06 4.37462e+04 7.14520e+06 8.04487e+06 3.66370e+05 9.19568e+05 2.59353e+06 8.01227e+05 1.97664e+06 6.50904e+05 3.84271e+05 3.12701e+03 1.82300e+07 3.74496e+06 3.44108e+06 9.59330e+07 6.58660e+07 2.75508e+07 1.27049e+07 2.41156e+07 1.30835e+08 8.87597e-01 2.04369e+07 8.33395e+04 5.09852e+05 1.27290e-02 3.14366e+05 1.45611e-01 6.43257e+03 5.39511e+04 4.05033e+03 1.04767e+04 1.06226e+05 5.50630e+03 3.61961e+03 9.15111e+02 9.57023e+02 3.56538e+02 1.08644e+05 1.26316e+05 3.56508e+03 6.46737e+04 9.03005e+04 2.20207e+04 6.55243e+04 4.61099e+04 1.65114e+06 5.88410e+04 2.15065e+05 3.23186e+03 7.67962e-01 3.30409e-02 2.15042e+05 4.06985e+04 2.72337e+04 1.53816e+04 3.54696e+04 1.03124e+03 3.17324e+04 1.15604e+04 1.29973e+04 5.56693e+02 5.41570e+03 1.15707e+03 3.81049e+04 2.19048e+04 4.91438e+02 6.33409e+03 1.40879e+04 6.43499e+02 4.06879e+04 1.03840e+04 6.65240e+04 2.49132e+03 1.86531e+04 9.20233e+01 2.64107e+04 6.43899e-01 3.03043e+03 3.38348e+02 1.31177e+02 1.37164e+02 7.67748e+00 2.80174e+01 1.60944e+02 3.78300e+01 3.33607e+01 1.97731e+01 9.77610e+00 4.61403e-01 3.63917e+02 4.52044e+02 1.86089e+02 2.70683e+03 2.69747e+03 9.21079e+02 3.66686e+02 5.73297e+02 2.08392e+03 6.70208e+01 3.52090e+02 2.08099e+00 1.13695e+01 4.15280e-03 6.65534e+02 2.16478e-01 8.81406e+04 1.11250e+05 3.54653e+04 4.51149e+04 1.27293e+05 4.27577e+04 2.01544e+04 1.14726e+04 5.37647e+03 2.00300e+03 3.16870e+05 1.74150e+05 2.69879e+04 6.79224e+05 5.63073e+05 1.73824e+05 3.01608e+04 2.12191e+04 4.52584e+05 1.65912e+04 3.41136e+04 2.31764e-01 6.30443e+03 2.94988e+02 6.01882e+06 9.04619e+05 3.48747e+06 1.16094e+07 4.03681e+06 1.12178e+06 1.96866e+06 5.51163e+05 8.40735e+05 7.31850e+05 3.75822e+05 6.80498e+02 9.21064e+05 3.12116e+06 1.22048e+05 6.84659e+06 1.47560e+05 1.84543e+06 1.36856e+06 4.64122e+05 4.46184e+06 3.69835e+04 1.91982e+06 2.40251e+02 6.89519e+04 6.55311e+00 2.52412e+04 1.18199e+03 4.71958e+03 6.37527e+03 2.72152e+02 9.24895e+02 6.04692e+03 1.17450e+03 1.78671e+03 4.53946e+02 3.17533e+02 2.19876e+01 9.17140e+03 3.88130e+03 9.12498e+02 1.80521e+04 2.06423e+05 5.95002e+03 4.09156e+03 6.58646e+03 4.41104e+04 1.27585e+03 7.93475e+03 2.67460e+01 4.35068e+02 9.54117e-03 1.33862e+04 3.46523e+02 9.93009e+04 5.06136e+04 7.92969e+01 3.83775e+02 1.40938e+03 3.77645e+02 6.49807e+02 1.16518e+02 7.88175e+01 3.26115e+00 5.37482e+04 2.10120e+04 5.17865e+03 8.57068e+04 5.67002e+04 3.68758e+04 2.33399e+04 1.79974e+04 5.01493e+04 1.81301e+03 7.07846e+03 4.09335e+01 2.20697e+02 6.52193e-02 2.78678e+04 6.52850e+03 2.89268e+04 1.56669e+04 1.28542e+03 2.18244e+03 1.04827e+04 3.18166e+03 2.96584e+03 1.28982e+03 1.28481e+03 1.58624e+02 3.38949e+04 1.22750e+04 2.15370e+04 6.73078e+04 5.81255e+04 2.86650e+04 1.50979e+04 1.92779e+04 7.65106e+04 3.44591e+03 1.60004e+04 8.27722e+02 2.28854e+03 5.50652e-01 0.00000e+00 +-4.46292e+03 -1.43149e+02 -3.08510e+04 -1.67855e+04 -2.03407e+02 -3.80991e+02 -1.75546e+03 -3.58408e+02 -1.86358e+03 -4.28088e+02 -2.40864e+02 -2.93523e+00 -1.00916e+05 -4.62179e+03 -3.17082e+03 -6.36669e+04 -5.29569e+04 -1.56989e+04 -2.96018e+03 -3.38672e+03 -6.96631e+05 -2.09421e+04 -3.64474e+05 -4.22348e+02 -4.08895e+03 -1.38289e+02 -2.45352e+03 -9.14279e+01 -5.41549e+02 -2.35509e+04 -9.14091e+01 -3.26821e+02 -2.09580e+03 -2.63969e+02 -1.72857e+03 -4.62633e+02 -1.98068e+02 -3.45254e+00 -6.06086e+03 -2.72911e+03 -3.59331e+02 -1.13271e+04 -9.54758e+03 -2.86689e+03 -2.68380e+03 -4.02640e+03 -8.38323e+04 -1.44907e+03 -3.83302e+04 -2.29474e+01 -1.51146e+02 -4.41975e-01 -1.18285e+05 -3.54035e+03 -1.22954e+03 -4.05506e+05 -3.01297e+03 -6.32365e+03 -2.79568e+04 -4.56602e+03 -2.19595e+04 -4.26890e+03 -2.87309e+03 -3.88882e+01 -1.80876e+05 -2.24445e+04 -1.33893e+04 -3.51922e+05 -1.71557e+05 -1.06602e+05 -2.43900e+05 -2.74908e+05 -1.66362e+06 -9.08253e+04 -3.04984e+05 -7.06107e+02 -1.81641e+04 -6.30403e+00 -4.10682e+03 -1.49893e+02 -9.63221e+02 -2.76450e+04 -2.33093e+02 -4.06709e+02 -2.43480e+03 -3.27449e+02 -2.20816e+03 -5.42009e+02 -2.98522e+02 -3.22528e+00 -7.07770e+03 -2.55077e+03 -1.05055e+02 -4.48826e+03 -3.67894e+03 -1.12023e+03 -2.02113e+03 -2.00260e+03 -2.01640e+04 -3.24634e+02 -8.42547e+03 -2.45771e+00 -2.63120e+01 -3.40407e-01 -6.95223e+04 -2.72867e+03 -1.26137e+04 -4.55894e+05 -5.31577e+03 -1.00401e+04 -5.06952e+04 -8.76544e+03 -4.49856e+04 -9.26128e+03 -5.73310e+03 -6.54919e+01 -3.00394e+05 -1.00726e+05 -1.42279e+04 -3.48753e+05 -6.83534e+04 -9.51966e+04 -1.32431e+05 -1.41807e+05 -3.02945e+06 -6.66805e+04 -1.28682e+06 -9.95531e+02 -9.65689e+03 -1.45080e+01 -1.76400e+02 -4.26220e+00 -4.67199e+01 -1.14023e+04 -7.03131e+01 -1.82765e+02 -1.17876e+03 -1.55700e+02 -1.75970e+03 -2.85183e+02 -9.89163e+01 -1.72329e+00 -3.17088e+02 -1.47217e+02 -1.13876e+01 -8.27931e+02 -5.73805e+02 -1.48606e+02 -1.91729e+02 -2.10157e+02 -4.33000e+03 -7.40235e+01 -1.55042e+03 -2.18133e-01 -4.62535e+00 -5.36051e-01 -2.53705e+05 -1.24832e+04 -7.96418e+04 -2.96181e+05 -1.24986e+05 -1.18414e+05 -3.02335e+05 -1.12211e+05 -1.08827e+05 -1.00014e+05 -3.87452e+04 -3.01624e+03 -6.90882e+04 -4.19039e+05 -1.37104e+04 -1.88951e+05 -3.85253e+05 -9.75112e+04 -3.67555e+05 -1.50675e+05 -1.26467e+06 -3.03246e+05 -7.20743e+05 -3.24960e+02 -9.32636e+04 -1.90998e+00 -1.26753e-02 -2.44616e-02 -8.45657e-03 -3.02948e-02 -2.00757e-02 -2.69405e-02 -1.97990e-02 -2.18989e-02 -1.99331e-02 -1.59768e-02 -1.42458e-02 -1.08039e-02 -1.11481e-02 -8.81311e-03 -8.62521e-03 -2.03587e-02 -6.59932e-01 -2.00371e-02 -1.21783e-02 -1.14784e-02 -5.31096e-02 -3.56661e-02 -3.57055e-02 -3.84413e+00 -1.31024e+00 -9.77189e-01 -3.28556e+02 -2.24282e+02 -9.78701e+00 -6.96243e+00 -6.45416e+00 -4.28037e+00 -1.51025e+00 -1.07004e+01 -1.89735e+01 -1.46498e+01 -4.95504e+00 -1.96608e+00 -5.30132e-01 -3.90027e-01 -1.56556e-01 -3.95807e-01 -4.36266e-01 -1.09919e-01 -2.35407e-01 -3.69682e-01 -5.70471e-01 -1.77141e-01 -1.55949e-01 -3.70068e-02 -1.13967e-01 -3.61320e-01 -8.28476e+00 -1.55513e+00 -1.07219e+01 -9.66853e+00 -2.38929e+00 -3.91206e+00 -8.07709e+00 -7.05824e+00 -6.52831e+00 -1.78116e+00 -1.69348e+00 -6.33602e-02 -9.03329e+04 -5.31046e-01 -1.56074e-02 -3.19314e-01 -3.72332e-01 -3.80868e-01 -5.15941e+00 -1.01487e+00 -1.36826e+01 -1.44166e+00 -4.06502e+05 -2.23014e-01 -8.38338e-01 -2.32310e+00 -7.96599e+06 -4.70481e-01 -2.69910e+04 -3.12621e+03 -2.98600e+02 -1.06588e+03 -1.36371e+01 -1.10252e+00 -4.43800e+03 -9.74612e-01 -6.13925e-01 -5.83680e-01 -1.02098e+00 -5.62936e-01 -5.91458e-01 -6.23106e-01 -3.02751e-01 -5.33452e-01 -1.50847e+04 -5.07735e-01 -6.90436e+04 -5.10362e-01 -3.71199e+05 -3.80154e-01 -4.77490e-01 -7.60172e-01 -2.01682e+00 -3.14423e+00 -1.00442e+00 -1.83497e+01 -1.35369e+01 -1.72231e+01 -1.14254e+01 -1.34404e+01 -1.88221e+01 -2.32741e+01 -1.87631e+01 -1.29360e+01 -2.93216e+00 -2.49653e+00 -3.10567e+00 -3.52016e+00 -3.37892e+00 -3.75781e+00 -2.89228e+00 -3.64725e+00 -1.36262e+02 -4.80397e+01 -4.79875e+01 -5.12536e+01 -5.22006e+01 -1.11757e-02 -4.15199e+04 -1.48362e+03 -6.36430e+03 -2.38117e+05 -6.60649e+03 -1.46444e+04 -5.09320e+04 -1.33911e+04 -5.78895e+04 -1.24636e+04 -6.93337e+03 -9.09218e+01 -5.46381e+04 -3.58200e+04 -3.54795e+03 -1.10757e+05 -7.70508e+04 -2.22729e+04 -2.97619e+04 -3.52987e+04 -4.80549e+05 -7.32609e+03 -1.63819e+05 -8.76954e+01 -1.41251e+03 -3.67143e+01 -1.06846e+03 -3.66035e+01 -3.88290e+01 -2.12934e+02 -1.95028e+00 -4.53553e+00 -1.93490e+01 -2.78733e+00 -2.44619e+01 -5.54232e+00 -2.61358e+00 -3.84350e-02 -4.57507e+02 -1.03710e+02 -2.49666e+01 -7.72443e+02 -7.55340e+03 -1.97622e+02 -1.16471e+02 -1.20578e+02 -1.81733e+03 -2.05383e+01 -5.54939e+02 -2.09550e-01 -2.84820e+01 -6.44023e-01 -8.88002e+03 -3.54975e+02 -4.69239e+03 -3.23181e+04 -1.10676e+02 -6.41032e+02 -2.51756e+03 -5.21182e+02 -2.43581e+03 -5.20579e+02 -2.96348e+02 -3.81534e+00 -2.61009e+04 -1.59183e+04 -2.43294e+03 -6.59442e+04 -5.05046e+04 -1.47129e+04 -1.24461e+04 -1.39357e+04 -4.20792e+05 -8.10866e+03 -1.48537e+05 -1.00617e+02 -1.32850e+03 -8.61745e-01 -8.90382e+02 -2.10381e+01 -2.05775e+02 -4.94500e+03 -3.92583e+01 -9.15482e+01 -5.47310e+02 -8.52382e+01 -5.22442e+02 -1.49100e+02 -5.61177e+01 -3.23379e-01 -2.21985e+03 -1.24391e+03 -5.58101e+01 -2.81284e+03 -1.99248e+03 -5.41909e+02 -5.30187e+02 -7.28745e+02 -1.37357e+04 -2.76019e+02 -5.56278e+03 -1.22331e+00 -2.19101e+01 -2.40692e-01 -2.69451e-02 -5.76622e-03 -3.64962e-02 -7.19867e-02 -3.56683e-02 -7.61123e-02 -5.47837e-02 -6.99659e-02 -4.76401e-02 -9.93031e-02 -7.78343e-02 -7.46281e-02 -7.29016e-02 -1.04489e-01 -9.14814e-03 -8.88645e-02 -1.80435e+03 -4.07650e-02 -8.66929e-02 -2.16366e-01 -1.68281e+01 -2.79188e-02 -3.37488e-02 -1.36626e-02 -6.45134e+02 -3.64576e-02 -6.16692e+05 -1.27688e+04 -2.04381e+01 -3.80215e+00 -5.40337e+00 -1.04101e+05 -2.43369e+05 -1.65985e+05 -5.47350e+05 -6.49316e+02 -2.01766e+00 -1.52406e+04 -3.89078e+00 -1.84092e+00 -2.03549e+00 -1.88889e+00 -3.50099e-01 -1.80272e+00 -2.07576e+03 -1.71022e+03 -4.17582e+06 -6.23723e+02 -1.54170e+07 -2.17370e+00 -1.72123e+00 -1.13123e+00 -2.21443e+02 -4.23788e+00 -5.48831e+01 -1.56724e+03 -1.46847e+01 -4.16062e+01 -2.60012e+02 -3.65920e+01 -2.28665e+02 -4.30865e+01 -1.94292e+01 -5.75480e-01 -8.20942e+02 -5.99402e+02 -1.86846e+01 -1.16262e+03 -6.50313e+02 -2.59353e+02 -3.21141e+02 -2.76376e+02 -5.71974e+03 -5.95739e+01 -1.58734e+03 -3.15216e-01 -1.39945e+01 -3.30039e-01 -8.54467e+02 -2.71281e+01 -1.27483e+03 -5.07486e+03 -3.67353e+01 -8.11472e+01 -3.13758e+02 -6.30376e+01 -3.42145e+02 -7.12951e+01 -4.32733e+01 -2.63996e-01 -7.66214e+03 -1.60522e+03 -1.81757e+02 -6.94822e+03 -4.15124e+03 -1.65734e+03 -9.59632e+02 -1.24917e+03 -7.70837e+04 -1.03485e+03 -2.60145e+04 -4.20275e+01 -1.81786e+02 -3.71301e-01 -2.42055e+01 -1.04907e-01 -2.18688e+02 -2.43058e+02 -5.50910e+00 -1.15570e+01 -4.12137e+01 -1.04510e+01 -4.15193e+01 -9.04489e+00 -6.56526e+00 -7.84406e-02 -4.55143e+02 -1.64430e+02 -1.33783e+01 -4.04126e+02 -7.96906e+03 -6.72149e+01 -3.74927e+02 -4.91826e+02 -2.37297e+03 -7.43902e-02 -3.28385e+02 -1.99550e-02 -5.39499e+00 -1.64204e-01 -2.32646e+01 -3.99230e-01 -5.74283e+00 -2.03662e+02 -1.32055e+00 -2.81858e+00 -1.28032e+01 -9.98934e-01 -1.13023e+01 -1.88565e+00 -1.36186e+00 -2.00159e+00 -1.81451e+01 -1.63956e+01 -1.95761e+01 -6.14897e+02 -5.79430e+02 -7.75638e+01 -1.66096e+01 -3.07212e+01 -2.20717e+03 -2.78309e+01 -7.36397e+02 -1.09507e+00 -2.47529e+00 -1.30646e+00 -1.18294e+04 -4.26942e+02 -4.74994e+03 -5.94861e+03 -9.64825e+02 -9.32400e+02 -2.44671e+03 -3.38231e+01 -3.62014e+01 -3.95900e+00 -7.13831e+01 -2.65937e+01 -3.23732e+03 -3.52280e+03 -1.73531e+02 -2.23662e+03 -4.97454e+03 -3.67201e+03 -9.03056e+03 -2.94161e+03 -1.21542e+04 -6.82698e+03 -2.67279e+03 -5.21958e+02 -3.15062e+03 -1.15297e-01 -2.83105e+03 -4.92494e+01 -9.23627e+02 -1.45357e+04 -4.09003e+01 -1.79777e+02 -1.19103e+03 -1.59038e+02 -1.08697e+03 -2.62796e+02 -1.27088e+02 -8.92927e-01 -6.89713e+03 -8.58225e+03 -4.62389e+02 -1.58988e+04 -1.32622e+04 -4.32489e+03 -5.83764e+03 -6.87241e+03 -1.07259e+05 -1.75662e+03 -4.67707e+04 -1.84115e+01 -2.63225e+02 -4.70095e-01 -7.47471e+04 -1.42825e+03 -1.66372e+04 -3.99159e+05 -3.93318e+03 -9.43446e+03 -7.45452e+04 -9.58799e+03 -5.32860e+04 -1.09790e+04 -3.60847e+03 -9.30562e+01 -1.52803e+05 -9.10526e+04 -8.05870e+03 -3.66488e+05 -3.20617e+05 -5.95703e+04 -1.13807e+05 -1.36600e+05 -2.21989e+06 -1.51018e+04 -3.54903e+05 -1.13793e+02 -2.13918e+03 -2.46008e-01 -7.87140e+05 -8.00934e+03 -2.71737e+00 -7.89909e+03 -3.77265e+05 -3.23417e+00 -1.21618e+01 -1.25507e+05 -3.63048e+05 -4.54182e+05 -7.89565e-01 -2.94152e-01 -2.04080e+05 -2.56042e+04 -2.60248e-02 -3.35431e-01 -7.46045e-01 -5.98386e-01 -2.41066e+06 -1.60387e+06 -1.60947e+06 -2.29590e+00 -8.57952e+04 -3.38132e+01 -9.70438e+03 -9.75894e-01 -1.23701e+03 -4.40680e+01 -7.70487e+01 -5.97013e+03 -3.59589e+01 -9.03335e+01 -5.26667e+02 -7.52278e+01 -5.97279e+02 -1.04020e+02 -4.28116e+01 -1.19486e+00 -6.03645e+02 -8.45464e+02 -1.13051e+01 -7.76021e+02 -5.98417e+02 -1.69812e+02 -1.69027e+02 -1.99776e+02 -2.63605e+03 -2.58192e+01 -6.46939e+02 -6.86103e-02 -1.58213e+00 -3.40551e-01 -6.46456e+03 -2.61647e+02 -3.85109e+02 -1.85148e+04 -1.05900e+02 -2.54999e+02 -1.24484e+03 -2.03833e+02 -1.02649e+03 -2.31345e+02 -1.35599e+02 -2.05786e+00 -7.85127e+03 -1.27593e+04 -3.31792e+03 -6.73699e+04 -1.02146e+05 -2.08154e+04 -1.44702e+04 -1.42423e+04 -1.40436e+05 -2.10299e+03 -5.14403e+04 -4.10583e+01 -1.05865e+03 -2.60644e+00 -2.87467e+04 -3.29817e+02 -5.99911e+03 -9.41721e+03 -5.57746e+01 -2.28315e+02 -9.68536e+02 -1.31242e+02 -9.55422e+02 -2.95692e+02 -1.50711e+02 -1.35836e+00 -2.09668e+03 -4.34694e+03 -2.46180e+02 -6.18591e+03 -1.52743e+04 -9.00109e+02 -2.89982e+03 -6.00348e+03 -3.68127e+04 -1.18149e+04 -3.12451e+04 -1.44281e+01 -1.18674e+02 -6.62454e-03 -5.48859e+01 -2.00770e+00 -2.46422e+02 -2.50193e+01 -8.74580e-01 -1.12725e+00 -2.42189e+00 -1.06976e+00 -2.33797e+00 -9.60124e-01 -9.48735e-01 -1.15119e+00 -2.96067e+02 -7.07557e+01 -2.68709e+00 -8.23339e+01 -1.04107e+03 -1.68367e+01 -1.10419e+02 -1.05570e+02 -1.58533e+03 -9.05573e+01 -4.61005e+02 -2.89113e+00 -4.66777e+01 -4.34608e-01 -2.86425e+02 -3.64382e+00 -9.29850e+02 -1.89765e+03 -5.30741e+00 -1.83340e+01 -7.48859e+01 -1.16868e+01 -1.03763e+02 -1.63765e+01 -6.92132e+00 -1.13101e-01 -3.98480e+03 -9.49085e+02 -1.26905e+02 -5.16196e+03 -4.87317e+03 -1.64943e+03 -1.47430e+03 -1.76807e+03 -1.37631e+04 -3.47126e+02 -8.66144e+03 -1.80961e+00 -2.69995e+01 -2.28055e+00 -1.09518e+03 -4.08344e+01 -1.82464e+03 -4.12053e+03 -7.85816e+00 -6.65805e+01 -5.31485e+02 -1.04783e+02 -5.43888e+02 -1.14370e+02 -4.95700e+01 -2.53582e-01 -1.05631e+04 -1.20369e+03 -1.65650e+02 -8.44889e+03 -5.94802e+03 -1.73579e+03 -1.57088e+03 -1.92769e+03 -1.33387e+05 -4.31691e+03 -7.06235e+04 -1.97679e+01 -3.10104e+02 -3.56104e-01 -1.75207e+03 -6.55248e+01 -8.17868e+02 -1.11390e+04 -1.15543e+02 -1.93741e+02 -1.34057e+03 -2.40130e+02 -1.16056e+03 -2.39515e+02 -1.37455e+02 -1.05729e+00 -9.92068e+03 -8.21681e+03 -5.86648e+02 -2.00513e+04 -1.43089e+04 -3.75894e+03 -5.03454e+03 -6.09113e+03 -1.95282e+05 -4.59853e+03 -1.01400e+05 -5.56764e+01 -6.28854e+02 -3.37366e-01 -2.34610e+05 -3.48603e+04 -6.44219e+05 -1.40461e+05 -3.59253e+05 -5.76351e+05 -1.56589e+06 -9.76005e+05 -1.81888e+06 -1.15958e+06 -2.80160e+05 -7.61815e+04 -7.60027e+05 -4.33555e+05 -3.38534e+03 -4.36332e+04 -9.70464e+04 -1.96677e+05 -7.33376e+04 -3.10431e+04 -1.79404e+06 -2.94269e+05 -6.90581e+05 -6.63010e+02 -1.90284e+05 -2.67584e+00 -5.85728e+02 -9.38232e+00 -1.46798e+02 -6.19983e+03 -2.89924e+01 -9.22305e+01 -5.54181e+02 -7.76195e+01 -3.26096e+02 -9.50892e+01 -5.27210e+01 -1.75254e+00 -1.23995e+03 -4.67566e+02 -3.77536e+01 -1.87512e+03 -1.56955e+03 -4.36976e+02 -5.25832e+02 -5.33716e+02 -1.63559e+04 -3.20366e+02 -9.48445e+03 -7.65278e-01 -1.61198e+01 -2.77946e-01 -3.09815e+00 -1.26542e-01 -1.70380e-01 -2.29954e+02 -3.63352e+00 -7.36654e+00 -3.23372e+01 -6.36133e+00 -2.69963e+01 -3.24756e+00 -4.03272e+00 -4.71508e-02 -8.02217e-01 -6.94767e-01 -9.46120e-02 -1.96451e+00 -1.28244e+04 -5.59530e-01 -5.35488e-01 -4.90155e-01 -5.80046e+00 -1.34461e-01 -2.07396e+00 -1.44265e-03 -7.33926e+01 -4.92723e+00 -2.72250e+02 -4.58514e+00 -1.06978e+02 -1.12347e+03 -8.61782e+00 -2.03272e+01 -1.01653e+02 -1.83507e+01 -9.41670e+01 -1.85306e+01 -9.91752e+00 -2.03806e-01 -7.49481e+02 -8.84807e+02 -3.70397e+01 -1.18551e+03 -9.43488e+02 -2.79613e+02 -8.60329e+02 -9.32019e+02 -3.85255e+04 -8.87837e+02 -1.75021e+04 -1.04657e+01 -1.45862e+02 -2.70024e+01 -1.38953e+03 -3.83714e+01 -6.66493e+03 -9.43439e+03 -1.00894e+02 -2.37715e+02 -1.08613e+03 -2.02656e+02 -1.07460e+03 -2.15338e+02 -1.25554e+02 -1.44196e+00 -3.44533e+04 -3.47209e+04 -1.76162e+02 -7.34466e+03 -5.79875e+03 -1.51183e+03 -3.83956e+03 -4.88383e+03 -1.57134e+05 -6.57882e+03 -9.75696e+04 -4.40186e+01 -7.85462e+02 -1.82618e+00 -1.58781e+02 -3.93340e+01 -1.08267e+02 -1.27784e+02 -2.37800e+01 -1.86868e+01 -1.84952e+07 -1.88416e+01 -1.25765e+01 -6.48331e+00 -1.03368e+01 -1.86344e+00 -8.91563e+01 -7.71177e+01 -1.07587e+00 -1.38668e+01 -3.08416e+01 -1.11018e+02 -6.58881e+02 -1.11085e+02 -3.13259e+01 -4.05143e+01 -3.00680e+01 -1.84558e-02 -5.29681e+00 -1.70405e+00 -4.74940e+07 -4.96825e+06 -5.70518e+07 -9.04881e+07 -3.53660e+07 -4.41875e+07 -1.23897e+08 -5.77139e+07 -6.52098e+07 -3.08408e+07 -1.05208e+07 -6.22199e-01 -8.32690e+07 -1.37507e+07 -4.83096e+06 -6.22657e+07 -1.38488e+08 -2.81815e+07 -4.21582e+07 -9.32776e+06 -7.31541e+07 -2.10373e+05 -2.73720e+07 -3.53141e+05 -1.88678e+06 -1.03552e+00 -6.65069e+01 -5.50065e+01 -1.14611e+04 -1.15932e+04 -1.08393e+04 -5.31635e+03 -1.32496e+04 -1.92297e+03 -1.80514e+03 -8.53759e+02 -9.75823e+02 -1.03195e-01 -6.44625e+04 -5.23562e+05 -5.79740e+03 -7.47220e+04 -1.66192e+05 -5.75585e+04 -2.33156e+04 -1.14991e+04 -3.88206e+05 -3.25015e+05 -9.45402e+04 -1.93363e-01 -3.30231e+04 -2.28264e+01 -8.70210e+02 -1.25011e+01 -2.41445e+02 -6.51944e+04 -4.38944e+02 -7.89464e+02 -4.50913e+03 -5.72779e+02 -2.42495e+03 -6.50388e+02 -3.78472e+02 -4.22348e+00 -1.04287e+04 -6.08690e+03 -6.01689e+02 -1.50874e+04 -1.83751e+04 -5.43491e+03 -2.34718e+03 -2.90151e+03 -3.81795e+05 -8.05401e+03 -2.25575e+05 -1.26798e+02 -1.23402e+03 -1.06017e+00 -2.07540e-01 -1.91591e-01 -1.60996e+00 -4.71011e-01 -4.66772e-01 -4.12127e-01 -3.84318e-01 -4.36395e-01 -3.93206e-01 -5.76136e-01 -4.72961e-01 -4.00518e-01 -2.86417e-01 -3.70849e-01 -3.67786e-01 -3.63887e-01 -3.33642e-01 -3.62743e-01 -2.76704e-01 -3.14174e-01 -3.85889e-01 -3.09917e-01 -3.68300e-01 -3.55330e-01 -3.39220e-01 -4.09160e-02 -6.24124e+02 -1.25049e+01 -3.52044e+02 -1.15617e+03 -6.75215e+00 -1.98432e+01 -8.60671e+01 -1.93224e+01 -1.09397e+02 -2.67784e+01 -1.24700e+01 -1.93137e-01 -9.38160e+02 -6.34761e+02 -7.10016e+01 -2.04511e+03 -6.99529e+05 -5.22485e+02 -3.92986e+02 -3.81122e+02 -6.31703e+03 -2.02247e+02 -2.80130e+03 -1.63884e+00 -1.31497e+04 -2.20997e-01 -1.95970e+04 -2.42708e+02 -1.30741e+04 -3.89040e+04 -9.82966e+02 -2.02471e+03 -9.64938e+03 -1.08151e+03 -1.12468e+04 -2.17329e+03 -1.25490e+03 -8.21971e+00 -1.04779e+05 -2.57760e+04 -3.34893e+03 -1.15344e+05 -8.02387e+04 -1.93712e+04 -1.36240e+04 -1.79483e+04 -2.12550e+05 -8.77384e+03 -2.80224e+05 -1.17275e+02 -1.64768e+03 -2.52390e-01 -1.57640e+04 -3.98609e+02 -4.86885e+03 -4.64966e+04 -4.62614e+02 -9.58529e+02 -5.38066e+03 -1.02092e+03 -4.76080e+03 -1.14260e+03 -5.37771e+02 -5.93441e+00 -7.29778e+04 -4.20736e+04 -3.05952e+03 -1.47382e+05 -7.74706e+04 -2.64530e+04 -3.26374e+04 -3.21637e+04 -1.36722e+06 -1.88232e+04 -1.75506e+05 -4.02092e+01 -6.49119e+02 -7.41537e-01 -6.13188e+06 -5.79846e+04 -1.62143e+06 -1.63032e+05 -1.39726e+04 -8.83556e+03 -5.39751e+04 -1.92851e+03 -4.82172e+04 -2.76888e+04 -8.13458e+04 -1.57437e+01 -9.08293e+05 -8.63179e+00 -1.28796e+01 -6.65479e+04 -5.19726e+03 -9.83575e+02 -2.13584e+07 -1.24169e+01 -6.92343e+06 -4.08064e+02 -1.68580e+06 -3.87383e+00 -4.76712e+01 -6.19353e-01 -9.14468e+02 -5.25525e+01 -9.16211e+02 -7.00561e+03 -7.44606e+01 -1.67788e+02 -1.03915e+03 -2.52374e+02 -1.02809e+03 -1.90008e+02 -1.09919e+02 -8.48023e-01 -4.32460e+03 -5.65179e+03 -6.17029e+02 -1.93014e+04 -1.49657e+04 -3.94782e+03 -3.75059e+03 -4.99673e+03 -1.41204e+05 -2.57748e+03 -5.70222e+04 -3.46828e+01 -4.50677e+02 -3.44487e-02 -5.49328e+03 -2.56121e+02 -3.17755e+03 -2.49268e+03 -5.66001e+01 -1.41515e+02 -5.39937e+02 -1.04654e+03 -1.16500e+03 -1.07466e+02 -5.95076e+01 -4.05735e-01 -4.80880e+03 -8.13642e+03 -2.59332e+04 -3.82631e+05 -2.26146e+05 -8.06527e+04 -1.90720e+05 -1.61843e+05 -6.63005e+04 -4.47705e+03 -3.34323e+04 -6.37442e+01 -2.89878e+02 -8.65071e+03 -3.94196e+03 -9.96327e+01 -3.80898e+02 -4.43776e+04 -4.92657e+02 -8.66813e+02 -6.23903e+03 -7.44526e+02 -4.13860e+03 -1.09258e+03 -5.01526e+02 -4.46546e+00 -1.06001e+04 -8.37634e+04 -2.10411e+03 -6.49311e+04 -5.32658e+04 -1.56114e+04 -1.77110e+04 -2.22458e+04 -1.77937e+06 -8.05800e+04 -1.34252e+06 -9.24330e+02 -1.03001e+04 -2.21370e-01 -6.85670e+05 -3.68581e+04 -3.59611e+04 -1.96751e+05 -8.53537e+03 -1.04264e+05 -8.47858e+04 -5.61032e+04 -1.63861e+05 -2.74985e+05 -3.40965e+04 -1.64928e+02 -4.28996e+00 -5.14176e+04 -3.38482e+03 -1.63696e+05 -1.26994e+05 -3.85424e+04 -6.51802e+05 -2.20360e+04 -6.62087e+05 -2.28462e+05 -4.18117e+06 -3.00652e-01 -9.78034e+04 -4.65241e-01 -5.54941e+02 -1.66792e+01 -5.37303e+01 -6.30470e+03 -3.84108e+01 -1.20582e+02 -6.84272e+02 -1.01705e+02 -7.34932e+02 -1.42280e+02 -5.84797e+01 -2.03166e+00 -3.51021e+02 -5.22516e+02 -7.79469e+00 -5.39455e+02 -3.70099e+02 -1.02618e+02 -1.51573e+02 -1.52382e+02 -5.43424e+03 -7.12274e+01 -1.77684e+03 -2.79518e-01 -9.52649e+00 -2.59032e+00 -6.41902e+02 -2.27465e+01 -5.64674e+03 -4.95853e+03 -1.75620e+01 -1.14114e+02 -5.64041e+02 -7.73685e+01 -3.78497e+02 -1.41161e+02 -5.03599e+01 -5.67137e-01 -2.90669e+03 -1.81063e+03 -6.78586e+02 -1.84715e+04 -4.32051e+03 -4.09423e+03 -3.28320e+04 -4.17874e+04 -4.24932e+04 -4.63017e+03 -3.78095e+04 -8.86114e+00 -9.82375e+01 -1.01042e-01 -6.97054e+02 -9.31724e+01 -3.25649e+05 -5.62351e+02 -1.70536e+02 -7.64355e+01 -6.82276e+03 -1.21415e+01 -1.27020e+01 -1.16668e+01 -2.57641e+01 -9.59839e+00 -7.28193e+01 -3.03382e+02 -2.87914e+02 -3.71089e+03 -8.25353e+03 -8.38470e+01 -4.97562e+03 -1.36595e+01 -3.77866e+03 -1.01999e-02 -3.01839e+01 -1.38927e-02 -5.57234e+00 -4.23815e+00 -2.67481e+04 -9.03358e+02 -1.31400e+04 -1.53137e+05 -9.11176e+02 -3.19638e+03 -1.54068e+04 -3.01451e+03 -1.50135e+04 -3.27630e+03 -1.76020e+03 -2.10298e+01 -3.69343e+04 -7.15504e+04 -1.15915e+04 -3.17045e+05 -2.58285e+05 -7.12991e+04 -6.73320e+04 -7.27969e+04 -2.71429e+06 -5.99693e+04 -1.07226e+06 -7.62503e+02 -8.20836e+03 -9.85803e-01 -1.85510e+03 -6.83259e+01 -1.20702e+03 -6.44830e+03 -2.47769e+01 -1.59873e+02 -7.55467e+02 -1.50072e+02 -8.34493e+02 -1.82346e+02 -8.92100e+01 -1.17218e+00 -5.91353e+03 -5.44258e+03 -5.65168e+02 -1.57745e+04 -3.17839e+04 -3.08371e+03 -3.39354e+03 -3.59052e+03 -7.10108e+04 -1.23389e+03 -2.41165e+04 -1.70536e+01 -7.28387e+02 -4.96308e-04 -3.10195e+02 -5.73712e+00 -1.54361e+02 -2.53172e+03 -1.64463e+01 -4.30696e+01 -2.19417e+02 -3.78638e+01 -2.37509e+02 -4.58869e+01 -2.51578e+01 -5.61564e-01 -1.95758e+03 -3.04546e+02 -3.28530e+01 -1.36004e+03 -9.65791e+02 -2.92045e+02 -2.69164e+02 -2.89295e+02 -1.42515e+04 -2.03344e+02 -4.91150e+03 -1.64638e+00 -3.45941e+01 -1.12171e+01 -3.04836e+05 -5.23652e+00 -8.66584e+00 -1.31635e+01 -2.74808e+01 -4.35798e+04 -1.46765e+02 -7.61042e+02 -5.53845e+01 -1.61563e+01 -8.48090e+00 -7.15991e+00 -8.08441e+00 -3.86834e+00 -8.07602e+00 -5.97109e+00 -4.56142e-01 -5.60078e+00 -4.50746e+03 -7.69244e+00 -2.20204e+02 -6.07650e+00 -2.50920e+03 -2.43888e+00 -3.62659e+00 -5.55217e-01 -3.29596e-01 -1.20578e-01 -9.96457e+00 -9.05313e-01 -1.14166e+00 -1.19915e+00 -1.66304e+00 -1.13907e+00 -1.37431e+00 -1.18322e+00 -1.00660e+00 -8.79748e-01 -1.33022e+01 -5.32822e-01 -4.38462e-01 -4.43346e-01 -4.81417e-01 -4.35953e-01 -7.25612e-01 -6.84913e-01 -6.78512e-01 -6.98668e-01 -5.43349e-01 -5.13068e-01 -5.52659e-01 -8.06688e-03 -3.55702e+02 -5.07374e+00 -4.06126e+02 -1.66725e+03 -1.27413e+01 -2.89300e+01 -2.58455e+02 -3.74090e+01 -2.92003e+02 -5.94112e+01 -2.17760e+01 -2.45145e-01 -2.55313e+03 -2.64119e+03 -6.80992e+01 -3.14090e+03 -2.72960e+03 -7.46689e+02 -6.56785e+02 -7.25568e+02 -2.16660e+04 -2.89415e+02 -7.02087e+03 -2.18150e+00 -3.87441e+01 -8.15860e-02 -3.20250e+06 -2.64135e+04 -1.61474e+03 -4.91718e+04 -1.38265e+04 -8.43569e+04 -8.29330e+04 -3.20155e+04 -2.51315e+05 -4.03788e+04 -4.08779e+04 -4.45386e-01 -1.32216e+04 -1.92876e+00 -3.78629e-01 -3.50624e-01 -3.01022e-01 -2.24515e+04 -1.18844e+05 -3.63962e-01 -3.11424e+05 -1.00841e+00 -2.16314e+05 -3.08840e-01 -3.18364e-01 -8.52571e-01 -1.36819e+06 -9.91241e+04 -2.13006e+02 -1.76416e+00 -2.40297e+00 -2.30724e+00 -3.24002e+00 -1.50828e+00 -3.83021e+00 -1.72064e+00 -8.28204e-01 -2.07227e+05 -6.81603e+06 -7.92478e-01 -9.48801e-01 -9.27536e-01 -2.77565e-01 -8.46021e-01 -6.55542e+01 -7.75442e-01 -7.13237e+00 -8.72874e-01 -5.92695e+07 -1.02156e+00 -9.42262e-01 -1.19789e+00 -1.33679e+03 -2.30979e+01 -5.45856e+02 -2.32737e+04 -1.53392e+02 -2.66331e+02 -1.74263e+03 -2.33062e+02 -2.29213e+03 -5.14538e+02 -1.39646e+02 -1.24550e+00 -5.51711e+03 -5.15698e+03 -2.11191e+02 -1.15252e+04 -8.75992e+03 -2.44913e+03 -1.54906e+03 -2.01529e+03 -2.98791e+04 -4.35731e+02 -1.13679e+04 -3.24279e+00 -4.87586e+01 -3.17779e-01 -3.41306e+03 -7.40612e+01 -6.10740e+02 -9.69071e+04 -6.31998e+02 -1.28836e+03 -6.48806e+03 -9.39278e+02 -7.24077e+03 -1.89766e+03 -8.30961e+02 -5.87755e+00 -2.42781e+04 -1.71565e+04 -3.61389e+03 -9.79439e+04 -1.16806e+05 -3.57639e+04 -1.06237e+04 -1.51907e+04 -3.13783e+05 -1.06407e+04 -2.57076e+05 -1.21149e+02 -1.19351e+03 -1.51392e+01 -7.25375e+03 -1.89036e+02 -2.66932e+03 -4.35997e+04 -4.04472e+02 -8.77700e+02 -3.72517e+03 -7.35349e+02 -3.71793e+03 -8.47468e+02 -5.18743e+02 -1.25183e+01 -1.46136e+04 -8.44333e+03 -7.03680e+02 -1.89710e+04 -1.53591e+04 -4.31972e+03 -9.42554e+03 -9.35103e+03 -2.74319e+05 -7.96363e+03 -1.24685e+05 -1.21579e+02 -1.71517e+03 -2.68432e+02 -1.22522e+02 -2.10411e+01 -9.34954e+00 -6.22019e+01 -7.57804e+00 -1.89009e+00 -1.00940e+01 -8.31648e+00 -5.45618e+00 -5.96691e-01 -1.03157e+00 -3.84309e-01 -1.16168e+01 -4.81732e+01 -1.05487e+00 -1.64730e+01 -2.84115e+01 -2.20471e+01 -8.45657e+01 -1.19510e+01 -1.52162e+05 -1.01812e+01 -2.53793e+01 -7.74820e+01 -8.65782e+00 -1.65294e+01 -5.14119e+06 -2.54123e-01 -1.00488e+07 -1.05999e+00 -7.96176e-01 -1.21659e+00 -1.62781e+00 -8.01731e-01 -4.30005e+02 -4.69034e+05 -1.76292e-01 -2.37265e-01 -5.04505e+03 -4.07127e-01 -1.81391e-02 -2.94046e-01 -4.81698e-01 -2.02820e+02 -3.12573e+06 -1.89680e-01 -1.51691e+06 -1.75776e+06 -2.12956e+07 -6.58611e-04 -1.89021e-01 -1.10522e+00 -1.93853e+03 -1.31203e+02 -1.26566e+03 -1.61238e+04 -2.28637e+02 -3.45542e+02 -2.86076e+03 -5.73793e+02 -2.84082e+03 -5.50497e+02 -3.21361e+02 -2.54583e+00 -8.64031e+03 -9.78128e+03 -9.06622e+02 -3.03407e+04 -1.95103e+04 -6.00604e+03 -6.57274e+03 -7.80195e+03 -4.62376e+05 -1.48095e+04 -2.14802e+05 -1.56339e+02 -2.24668e+03 -3.08433e-01 -4.61352e+06 -1.50928e+00 -8.37792e+00 -1.92846e+03 -5.66173e+00 -5.49537e+00 -5.69361e+04 -3.21911e+00 -8.84895e+00 -3.65256e+00 -1.80509e+00 -1.40708e+00 -3.07739e+00 -2.60767e+00 -4.70835e+00 -1.03799e+01 -5.37152e-01 -2.07941e+00 -1.65575e+04 -1.82034e+00 -1.48846e+01 -3.11810e+02 -1.42433e+01 -2.01273e+00 -1.94921e+00 -3.18857e-01 -1.04434e+01 -7.52310e+01 -5.97036e+01 -9.30529e+01 -5.26691e+01 -3.83673e+01 -5.66809e+01 -3.69748e+01 -6.91435e+01 -7.56157e+00 -1.30725e+01 -4.87016e+00 -3.60383e+02 -1.11404e+03 -4.38540e+01 -4.52381e+02 -1.32886e+03 -2.08227e+02 -1.62602e+03 -4.90325e+02 -8.61492e+02 -5.04211e+02 -3.59064e+02 -2.22915e-01 -6.39767e+01 -5.00354e-01 -2.81401e+02 -2.87032e+00 -3.40943e+02 -5.07804e+02 -2.48401e+00 -1.04357e+01 -4.87613e+01 -9.88461e+00 -4.87533e+01 -1.00575e+01 -5.40421e+00 -8.01832e-02 -8.90730e+02 -5.41110e+02 -2.28576e+01 -8.29696e+02 -1.27092e+04 -1.57897e+02 -1.27222e+02 -1.57451e+02 -1.32869e+04 -4.13821e+02 -1.44397e+02 -1.89481e+00 -9.91046e+02 -1.30018e+00 -5.97366e+02 -1.06517e+01 -5.16477e+01 -5.71617e+03 -6.25395e+01 -1.90266e+02 -9.52257e+02 -1.80905e+02 -8.30269e+02 -1.64221e+02 -8.37367e+01 -3.74967e-01 -1.25239e+03 -1.13692e+03 -6.41173e+01 -2.99276e+03 -2.45456e+03 -4.99603e+02 -1.39989e+03 -1.60513e+03 -7.62474e+04 -1.85357e+03 -3.80468e+04 -2.13436e+01 -3.61317e+02 -1.27935e-01 -7.21142e+05 -3.51161e+04 -1.56665e+05 -6.34341e+06 -8.13186e+04 -8.38231e+04 -4.36819e+05 -6.97132e+04 -6.40244e+05 -2.07076e+05 -8.81050e+04 -2.59544e+03 -1.63820e+06 -2.23085e+06 -2.51401e+05 -2.80935e+06 -5.17058e+06 -2.13309e+06 -1.63318e+06 -2.14305e+06 -1.38007e+07 -1.26676e+06 -2.11464e+07 -1.86956e+04 -8.79573e+04 -2.02540e+04 -6.61694e+02 -1.11216e+01 -2.63196e+03 -7.18605e+03 -3.14166e+01 -1.32157e+02 -7.21055e+02 -1.27729e+02 -8.84006e+02 -1.97167e+02 -7.78608e+01 -4.10670e-01 -2.36015e+04 -1.05462e+03 -9.86998e+01 -4.38408e+03 -2.83299e+03 -7.71778e+02 -9.96933e+02 -1.16102e+03 -2.29458e+05 -1.02757e+04 -1.32380e+05 -4.60563e+01 -6.50992e+02 -4.83163e+00 -3.18520e-05 -8.20643e-07 -2.44009e-05 -4.99791e-06 -1.44323e-07 -1.31410e-07 -4.90576e-07 -1.31661e-07 -4.73369e-07 -1.32522e-07 -1.33975e-07 -1.44584e-07 -4.83178e-05 -3.07605e-05 -1.35438e-07 -1.57702e-06 -1.58673e+02 -3.86442e-07 -3.51168e-05 -3.20699e-05 -4.12228e-04 -7.90997e-06 -1.20029e-04 -1.45764e-07 -1.71744e+00 -4.06109e-01 -9.10075e-03 -2.33035e-03 -4.81295e+00 -5.05332e-04 -6.29816e-03 -3.17837e-04 -2.80093e-04 -3.44843e-04 -7.11105e-05 -1.74577e-04 -8.93572e-05 -3.32899e-05 -1.15782e-03 -3.85181e-04 -5.98979e-06 -7.72017e-05 -1.71707e-04 -7.98639e-06 -4.92494e-05 -1.08820e-05 -3.93337e-04 -1.82713e-04 -2.47257e-04 -7.77289e-07 -2.23082e-04 -5.66294e+00 -9.35188e+05 -2.45236e+04 -2.87622e+02 -2.79925e+05 -7.10401e+05 -1.83387e+05 -1.12316e+03 -1.11993e+01 -1.88748e+05 -5.15969e+02 -8.46062e+04 -4.48376e+03 -1.12177e+05 -2.80138e+04 -1.66219e+01 -3.93810e+03 -2.54649e+04 -3.79772e+04 -2.98999e+04 -8.73812e+00 -6.10288e+04 -4.62740e+01 -3.39689e+05 -1.04052e+00 -8.55924e+03 -5.02607e+00 -8.79039e-01 -6.39119e-01 -7.27856e-01 -2.41892e-01 -6.92154e-01 -5.86187e-01 -6.63770e-01 -3.98179e-01 -5.27955e-01 -1.10898e+00 -8.13547e-01 -4.00247e-01 -1.82552e-01 -1.92410e-01 -2.00881e-01 -2.65150e-01 -2.74357e-01 -1.06602e-01 -1.00163e+01 -3.27347e+01 -3.08666e-01 -1.71181e-01 -1.60940e-01 -1.18540e-01 -1.48769e-01 -1.40495e-01 -8.94340e+06 -3.99570e+05 -4.61572e+05 -3.65135e+05 -7.25320e+05 -2.29283e+05 -7.14154e+05 -2.90125e+05 -3.40744e+05 -1.34482e+05 -1.21787e+05 -1.47358e+05 -7.39356e+05 -9.68257e+05 -7.35249e+04 -9.47655e+05 -2.10771e+06 -1.97280e+05 -7.53655e+05 -2.74465e+05 -2.52755e+06 -1.49496e+06 -6.75467e+05 -1.14449e+03 -3.28469e+05 -7.25053e-01 -1.93334e+06 -5.89395e+05 -7.25089e+06 -2.05058e+07 -2.85611e+06 -1.11426e+06 -5.20348e+06 -1.06742e+06 -4.26909e+06 -2.08113e+06 -3.32820e+05 -7.31577e+04 -2.56279e+05 -1.33982e+06 -1.73187e+05 -2.23219e+06 -4.96469e+06 -1.67183e+06 -4.58401e+05 -4.64046e+05 -2.66738e+06 -1.24760e+04 -4.58993e+05 -1.96831e-03 -5.64906e-01 -1.68069e+01 -1.79050e+05 -8.26441e+03 -1.06110e+06 -2.35772e+04 -1.79511e+04 -6.56573e+03 -2.95011e+05 -1.19143e+05 -1.18488e+05 -3.08636e+05 -1.57556e+04 -3.34501e+03 -1.33307e+06 -2.31692e+07 -7.96437e+02 -1.02652e+04 -2.28312e+04 -1.24836e+05 -1.02675e+07 -1.49924e+05 -9.85800e+06 -1.02244e+06 -4.61970e+05 -1.79446e+02 -5.15009e+04 -1.34835e+00 -2.29504e+05 -4.63274e+03 -6.11988e+03 -5.66995e+06 -1.03705e+05 -2.72693e+05 -1.18925e+06 -2.53145e+05 -1.01625e+06 -1.56714e+05 -1.22008e+05 -1.97933e+03 -1.79250e+05 -4.60649e+05 -2.66991e+04 -9.31634e+05 -6.85930e+05 -2.08008e+05 -7.81693e+04 -1.09821e+05 -9.86652e+06 -6.31956e+04 -1.95479e+06 -2.28967e+05 -2.81087e+04 -2.16814e+02 -4.91577e+06 -2.32089e+05 -2.52327e+02 -7.58725e+01 -1.13934e+02 -1.81676e+02 -1.62258e+02 -7.03798e+01 -1.91646e+02 -9.69373e+01 -9.04530e+01 -3.22026e+01 -8.13332e+01 -6.00000e+01 -6.98037e+01 -7.38932e+01 -7.82670e-01 -6.13968e+01 -8.38379e+01 -2.64766e+01 -6.85717e+03 -1.80457e+04 -6.21079e+05 -3.64334e+01 -4.57748e+01 -7.80936e+01 -2.43899e+04 -3.33781e+02 -1.17382e+03 -4.72885e+03 -1.08086e+04 -9.01760e+03 -3.79660e+04 -9.65122e+03 -2.06157e+05 -1.85807e+03 -1.22954e+04 -1.23358e+04 -7.29081e+02 -1.88910e+04 -4.08547e+03 -5.26572e+04 -1.17117e+05 -3.79331e+04 -4.11191e+03 -1.91552e+04 -9.95727e+04 -2.79422e+03 -1.16345e+04 -1.78766e+00 -5.13057e+02 -2.22926e+00 -3.61057e+05 -1.50945e+04 -5.32981e+04 -2.56362e+05 -3.33920e+05 -2.27779e+05 -4.77505e+05 -3.66652e+05 -5.43153e+05 -1.51856e+05 -1.28782e+05 -1.39078e+04 -2.27264e+05 -6.61419e+05 -2.46720e+05 -7.29144e+05 -7.98246e+05 -4.40132e+05 -5.58031e+05 -2.37679e+05 -3.10574e+06 -7.72646e+05 -1.54600e+06 -3.11496e+05 -1.25480e+05 -5.23546e-01 -1.38807e-07 -1.40406e-07 -5.96704e+00 -3.90109e+01 -4.25738e-01 -1.04751e+00 -5.22637e+00 -7.83873e-01 -5.38374e+00 -1.14213e+00 -6.28010e-01 -3.12895e-02 -4.56144e+01 -4.23274e+01 -9.02384e+00 -2.25566e+02 -4.69596e+02 -5.47343e+01 -2.76382e+02 -2.61231e+02 -1.09953e+03 -9.03865e+00 -2.47160e+02 -2.88158e-03 -1.31009e+01 -6.98040e-01 -3.06093e-06 -2.88187e-07 -1.04923e-06 -6.37681e-06 -2.85539e-06 -2.45138e-06 -7.05742e-06 -3.99614e-06 -9.29464e-06 -1.38663e-06 -1.35237e-06 -3.01617e-07 -1.04108e-06 -1.76962e-06 -8.69188e-09 -2.86385e-07 -1.38369e-07 -5.75889e-07 -2.96453e-06 -9.78637e-07 -6.03435e-06 -2.94251e-07 -5.84228e-06 -2.88912e-08 -1.58467e-07 -8.36493e-04 -3.91610e+05 -1.62490e+04 -1.57144e+05 -2.22113e+06 -1.75404e+04 -4.75965e+04 -1.85980e+05 -4.99831e+04 -2.38023e+05 -5.33036e+04 -2.84415e+04 -2.98538e+02 -1.43694e+06 -1.57695e+06 -1.95191e+05 -5.08033e+06 -4.42826e+06 -1.26378e+06 -9.22892e+05 -1.12358e+06 -1.36164e+07 -2.55649e+05 -4.38480e+06 -2.95793e+03 -4.48620e+04 -2.71996e+00 -4.15236e+00 -3.47207e-01 -6.50986e+00 -4.91695e+01 -2.28068e+01 -9.12876e+00 -5.53292e+01 -2.27060e+01 -4.63199e+01 -6.20823e+00 -5.10003e+00 -5.85769e-01 -2.89267e+00 -3.92744e+00 -4.84250e-02 -6.24145e-01 -1.38818e+00 -1.20803e-01 -5.46184e+00 -1.07569e+01 -1.03379e+01 -2.37837e+00 -7.95786e+00 -1.24647e-02 -3.57738e+00 -4.39133e-02 -9.88067e-01 -4.63613e-02 -5.19567e-02 -3.38288e-01 -1.53491e-01 -1.46405e-01 -2.47509e-01 -2.49495e-02 -4.66560e-02 -5.10232e-03 -6.71729e-02 -2.50252e-02 -1.47735e-01 -6.97957e-02 -2.65924e-03 -3.42747e-02 -7.62317e-02 -1.95380e-01 -5.95929e-02 -8.33016e-02 -1.36079e-01 -8.45248e-02 -1.88767e-01 -1.64181e-04 -4.71199e-02 -6.59240e-03 -2.33260e+04 -1.45085e-01 -2.08158e-01 -1.79722e+03 -9.38697e+00 -1.32908e+03 -1.41894e+04 -1.38528e-01 -9.32591e-02 -5.26253e-02 -7.97211e-02 -1.40214e-02 -1.62678e+02 -8.39437e-02 -1.54375e+03 -1.98972e+04 -4.42542e+04 -1.05406e+00 -3.68977e-01 -1.01662e-01 -4.38689e+01 -4.29162e-02 -5.58687e+03 -4.21372e-02 -5.47058e-02 -1.34596e+01 -8.83038e-01 -6.89575e-02 -2.82249e+00 -1.42727e-01 -1.60131e-01 -1.89628e-02 -9.71561e-02 -3.78890e-02 -2.65670e-02 -1.17346e-02 -8.18097e-03 -3.04781e-03 -1.91141e+00 -3.84368e-02 -1.48656e-02 -4.61251e-02 -5.18593e-01 -2.12969e-02 -6.20550e-02 -1.83526e-02 -7.72576e-02 -2.17573e-02 -6.28657e-02 -2.11635e-05 -6.07391e-03 -2.21150e-01 -6.66490e+02 -5.92730e+01 -3.29514e+02 -9.26037e+03 -6.31421e+01 -9.18019e+01 -1.03847e+03 -2.29715e+02 -9.13481e+02 -1.97347e+02 -1.12935e+02 -1.54566e+00 -1.57428e+03 -1.96071e+03 -3.00517e+02 -6.69446e+03 -6.15382e+03 -1.82340e+03 -7.43165e+03 -5.26225e+03 -1.40950e+05 -2.84243e+03 -7.25020e+04 -5.37050e+01 -7.02451e+02 -1.03739e-01 -1.15247e+04 -6.18619e+03 -3.55681e+04 -1.81931e+04 -2.33011e+04 -2.77886e+04 -3.15773e+04 -1.57520e+04 -3.73964e+04 -1.53331e+04 -9.57887e+03 -9.99188e+03 -2.05908e+04 -6.47072e+03 -9.11211e+03 -9.18402e+03 -5.86547e-01 -1.00829e+04 -3.59565e+04 -8.72174e+03 -3.45818e+04 -4.59368e+03 -2.31798e+04 -2.41714e+03 -3.38469e+03 -1.33016e-01 -5.01520e+03 -1.88208e+02 -1.76266e+04 -3.20397e+04 -2.57062e+02 -5.99595e+02 -4.15943e+03 -6.99218e+02 -2.87222e+03 -9.25919e+02 -3.12936e+02 -4.03241e+00 -9.60058e+04 -1.71426e+04 -1.00099e+03 -3.47776e+04 -2.49180e+04 -6.15128e+03 -8.94661e+03 -1.20110e+04 -1.24156e+05 -1.85478e+03 -4.08866e+04 -1.91751e+01 -3.02461e+02 -1.11444e-01 -3.29049e+03 -7.63797e+01 -5.07791e+02 -1.35629e+04 -7.40931e+01 -2.20441e+02 -1.07276e+03 -1.78511e+02 -1.19102e+03 -2.58280e+02 -1.19735e+02 -1.69354e+00 -4.35641e+03 -1.23563e+04 -9.83091e+02 -3.09697e+04 -2.73230e+04 -7.69622e+03 -3.07702e+03 -3.15632e+03 -7.50503e+04 -2.03791e+03 -4.30620e+04 -2.68060e+01 -3.66200e+02 -1.84753e-01 -2.65695e+02 -1.89192e+00 -1.41384e+02 -6.66922e+03 -7.63508e+01 -1.26988e+02 -6.64759e+02 -1.24948e+02 -6.78719e+02 -2.07766e+02 -8.97673e+01 -6.07195e+00 -2.26869e+03 -2.50638e+03 -3.70339e+02 -6.61080e+03 -5.14027e+03 -1.65229e+03 -5.11759e+02 -4.65348e+02 -1.02493e+05 -1.40916e+03 -3.80569e+04 -3.02495e+01 -4.47237e+02 -2.61593e+04 -2.33308e+04 -1.06807e+03 -6.25142e+02 -2.05351e+05 -3.06216e+03 -4.19329e+03 -2.23719e+04 -3.55366e+03 -1.27884e+04 -2.77053e+03 -2.12711e+03 -3.29606e+01 -2.26409e+04 -9.33927e+04 -9.55387e+03 -1.65001e+05 -1.75284e+05 -7.19186e+04 -4.50270e+04 -4.30110e+04 -7.68357e+05 -6.86824e+03 -2.29789e+05 -6.00871e+02 -4.32491e+03 -8.29094e-04 -5.35064e+03 -2.16924e+02 -5.37182e+02 -8.24642e+02 -4.71517e+00 -1.82390e+01 -1.11070e+02 -1.70107e+01 -1.00308e+02 -1.53450e+01 -6.50949e+00 -7.61339e-02 -3.68705e+03 -1.78606e+03 -5.20080e+02 -9.05781e+03 -8.59697e+03 -2.86246e+03 -1.89325e+03 -2.66409e+03 -1.35320e+04 -2.75870e+02 -6.05161e+03 -1.70704e+00 -1.91708e+01 -1.05671e+00 -2.08987e+04 -5.58852e+00 -1.93179e+01 -2.63418e+00 -3.01277e+00 -3.08488e+00 -5.00735e+00 -1.85483e+00 -4.90755e+00 -1.76230e+00 -8.78169e-01 -1.02614e+00 -5.33920e+04 -8.59647e-01 -8.50637e-01 -1.00094e+00 -5.70037e-01 -1.34256e+02 -9.37720e+03 -8.52792e-01 -3.01724e+01 -1.06530e+00 -7.00906e+01 -7.63220e-01 -9.51972e-01 -2.26303e-02 -1.07511e+05 -1.61563e+03 -7.04022e+03 -3.53928e+05 -1.62209e+04 -4.83768e+03 -5.58761e+04 -8.16086e+04 -2.05407e+04 -7.44463e+03 -6.70688e+03 -4.06641e+02 -3.51378e+04 -3.78829e+04 -7.71890e+03 -1.06342e+05 -9.55918e+04 -2.58419e+04 -1.58123e+04 -2.92224e+04 -1.68528e+05 -6.61341e+03 -6.09116e+04 -1.48152e+01 -4.64366e+02 -3.84570e-01 -9.98213e+05 -1.20739e+06 -5.11185e+04 -2.89094e+01 -1.64203e+01 -3.43704e+01 -2.12656e+01 -3.56927e+01 -1.84809e+01 -3.04913e+01 -2.89629e+01 -3.34309e+01 -4.11311e-01 -9.75674e+00 -3.09080e+00 -3.03317e+00 -2.67964e+00 -3.82077e+00 -4.60257e+00 -4.67705e+00 -1.17398e+01 -2.55179e+01 -3.05586e+01 -3.13408e+01 -3.75275e+00 -3.70568e+00 -4.99365e+02 -1.33889e+01 -3.67518e+02 -6.91039e+03 -1.20228e+02 -1.05883e+02 -5.92938e+02 -8.90952e+01 -5.62495e+02 -1.37159e+02 -6.47522e+01 -5.22830e-01 -3.17410e+03 -3.41531e+03 -1.97430e+02 -8.69216e+03 -6.70007e+03 -1.84587e+03 -1.70036e+03 -2.18741e+03 -6.98966e+04 -1.24960e+03 -3.22087e+04 -9.66341e+00 -1.34539e+02 -7.55612e-01 -3.73025e+02 -8.63811e+00 -6.95549e+02 -4.07310e+03 -4.21081e+01 -8.46823e+01 -4.81339e+02 -7.97424e+01 -4.63209e+02 -8.80496e+01 -4.77561e+01 -3.30690e-01 -3.46572e+03 -3.78721e+03 -1.42276e+02 -4.48646e+03 -3.37306e+03 -1.04143e+03 -1.55353e+03 -1.22227e+03 -5.39675e+04 -1.54674e+03 -2.80545e+04 -1.52924e+01 -1.92272e+02 -6.44708e-03 -3.50111e+00 -4.54015e-01 -1.14714e+00 -5.79978e+00 -2.49493e+00 -3.07014e+00 -1.04374e+01 -2.78659e+00 -5.19437e+00 -2.75287e+00 -1.31549e+00 -7.23015e-01 -6.03690e-01 -5.44013e-01 -7.49436e-03 -9.65940e-02 -2.14838e-01 -1.51220e-01 -3.11963e-01 -4.07264e-01 -4.43608e+00 -2.87721e+01 -6.10625e+00 -5.06514e-01 -1.33557e+04 -4.00142e+00 -6.72067e+02 -4.88324e+00 -6.86710e+02 -2.33172e+04 -4.16468e+02 -6.77829e+02 -3.32646e+03 -5.32404e+02 -3.16899e+03 -7.14150e+02 -4.25097e+02 -1.12798e+01 -3.91479e+03 -1.04229e+03 -8.49555e+01 -3.89660e+03 -3.09317e+03 -7.45302e+02 -1.05627e+03 -1.18550e+03 -3.08005e+04 -4.12383e+02 -1.02255e+04 -4.43310e+00 -9.22521e+01 -9.80132e-04 -1.40410e+03 -4.42068e+01 -4.45321e+03 -3.86131e+03 -3.75086e+01 -1.03838e+02 -4.39915e+02 -1.03654e+02 -4.28147e+02 -7.34718e+01 -4.60269e+01 -3.46400e-01 -2.17828e+04 -2.54933e+03 -2.66288e+02 -8.13322e+03 -6.46088e+03 -1.89882e+03 -2.35263e+03 -2.43511e+03 -9.92676e+04 -2.02194e+03 -4.75795e+04 -3.04888e+01 -4.27616e+02 -1.98031e+00 -4.56675e+03 -2.59112e+00 -1.57561e+01 -2.52214e+03 -1.45493e+03 -2.40323e+03 -1.59793e+03 -2.30589e+03 -6.50251e+02 -4.91288e+04 -4.77022e+03 -1.24591e+00 -3.10097e+04 -6.45275e-01 -5.99689e-01 -5.86094e-01 -3.15513e-01 -6.02048e-01 -6.01127e+04 -9.91861e-01 -1.29587e+03 -1.57243e+00 -3.99447e+00 -3.84697e-01 -4.90476e-01 -4.18909e+00 -4.79172e+02 -6.33342e+00 -9.36684e+01 -4.09732e+03 -4.38979e+01 -1.06063e+02 -4.80431e+02 -9.21111e+01 -4.63317e+02 -9.89769e+01 -6.19870e+01 -1.02717e+00 -1.39728e+03 -1.18947e+03 -1.00198e+02 -4.42610e+03 -3.79222e+03 -1.27907e+03 -1.21295e+03 -1.34851e+03 -4.40668e+04 -9.43758e+02 -1.63511e+04 -1.03205e+01 -1.96303e+02 -3.78020e-01 -1.22544e+04 -9.07932e+03 -2.67398e-01 -1.14016e+04 -2.20155e+04 -9.81188e+02 -4.61480e+03 -1.49545e+03 -4.41478e+02 -4.82803e+01 -2.85841e+03 -1.73085e+02 -7.08256e+02 -2.07376e+04 -1.57434e+03 -2.02915e+04 -4.51311e+04 -3.89694e+04 -1.02642e+05 -4.36416e+04 -9.62502e+04 -2.92841e-01 -1.15986e+04 -7.85344e-01 -2.25394e+02 -2.90484e-02 -1.34799e+00 -4.39706e-01 -6.55875e-01 -9.68251e-01 -1.44495e+00 -1.17123e+00 -1.63844e+00 -7.72527e-01 -1.07284e+00 -3.51253e-01 -6.54538e-01 -1.21801e-01 -6.25871e-01 -8.41477e-01 -6.57593e-03 -8.47565e-02 -1.88510e-01 -4.93994e-01 -7.37591e+01 -4.27792e+00 -4.47527e+00 -2.65277e-01 -2.88554e+00 -1.35408e-03 -3.88620e-01 -9.52433e-01 -3.30977e+04 -9.34956e+02 -9.90058e+03 -2.48839e+04 -2.18053e+02 -3.63202e+02 -1.94891e+03 -3.24804e+02 -1.96128e+03 -4.75297e+02 -2.65596e+02 -2.91198e+00 -6.79793e+04 -1.53878e+03 -1.24336e+02 -4.96479e+03 -4.42037e+03 -1.19878e+03 -1.45403e+03 -1.48742e+03 -2.37437e+04 -3.48797e+02 -9.45671e+03 -3.25535e+00 -3.86435e+01 -2.10514e+00 -6.72708e+01 -1.72925e+04 -3.97448e+01 -6.84101e+00 -1.28559e+02 -1.92399e+02 -1.68893e+02 -1.66195e+02 -2.02499e+02 -2.39219e+02 -1.51071e+02 -1.50395e+02 -5.19295e+00 -2.84492e+02 -9.82979e+01 -8.37502e+01 -1.16757e+00 -5.39730e+01 -5.73423e+01 -1.61093e+02 -2.32778e+02 -5.81097e+02 -3.28097e+02 -1.24273e+02 -3.16377e+00 -1.59791e+00 -7.92320e+02 -1.25117e+02 -9.88352e+02 -2.34020e+03 -1.94474e+02 -2.54574e+02 -1.60575e+03 -1.88697e+02 -2.61235e+03 -3.43163e+02 -2.01103e+02 -7.17830e+00 -1.33340e+03 -1.30937e+03 -1.38775e+02 -3.48413e+03 -2.75936e+03 -4.80899e+02 -6.74706e+02 -1.99997e+03 -2.92605e+04 -2.14201e+02 -7.82610e+03 -9.20637e+02 -2.65882e+01 -4.73526e+00 -1.21593e+03 -2.69576e+01 -5.23990e+02 -9.32949e+03 -5.08166e+01 -1.99432e+02 -8.68442e+02 -1.47803e+02 -6.88170e+02 -1.87740e+02 -1.07149e+02 -1.33787e+00 -6.29208e+03 -5.83001e+03 -7.04400e+02 -2.22607e+04 -1.85816e+04 -6.62184e+03 -4.16315e+03 -3.96641e+03 -1.27175e+05 -1.54465e+03 -1.69140e+04 -6.49817e+01 -3.21766e+02 -7.47982e-01 -4.67159e+03 -5.56382e+01 -1.01040e+03 -8.05685e+03 -9.15783e+01 -2.26265e+02 -1.19908e+03 -1.70087e+02 -8.03168e+02 -1.42871e+02 -1.13594e+02 -5.06348e-01 -2.11954e+03 -2.31740e+04 -4.13562e+02 -1.45917e+04 -1.53408e+04 -4.31680e+03 -2.43660e+03 -2.51393e+03 -2.02365e+05 -2.73893e+03 -7.47140e+04 -6.70484e+01 -9.34371e+02 -5.05329e-03 -3.91315e+03 -1.31931e+02 -4.54645e+04 -2.65919e+04 -1.97013e+02 -4.54757e+02 -1.65332e+03 -2.96734e+02 -1.34288e+03 -2.77332e+02 -1.95307e+02 -2.67929e+00 -3.36508e+05 -1.84078e+04 -1.44349e+03 -3.35461e+04 -2.78716e+04 -8.73543e+03 -6.57458e+03 -7.79290e+03 -8.93842e+06 -7.78902e+04 -1.46647e+06 -3.21914e+03 -3.72679e+04 -1.55390e+01 -1.08523e+03 -3.06567e+01 -4.47476e+02 -4.48093e+03 -5.09306e+01 -1.33617e+02 -6.21086e+02 -1.25501e+02 -6.90144e+02 -1.39227e+02 -7.74134e+01 -8.73951e-01 -2.98234e+03 -8.91766e+03 -3.46378e+02 -8.46398e+03 -4.02359e+03 -1.96757e+03 -6.04944e+03 -6.54341e+03 -2.27971e+04 -3.11743e+02 -7.81261e+03 -4.89111e+00 -9.26711e+01 -6.28920e+00 -1.56933e+03 -4.50558e+01 -1.88773e+03 -3.26697e+04 -4.15518e+02 -4.21827e+02 -3.21029e+03 -6.96191e+02 -1.88739e+03 -3.49181e+02 -2.59308e+02 -3.69093e+00 -1.05860e+04 -3.41087e+03 -4.59336e+02 -1.15991e+04 -9.56412e+03 -2.84403e+03 -3.54349e+03 -3.30466e+03 -9.25905e+04 -1.91600e+03 -4.63844e+04 -3.94253e+01 -3.61994e+02 -2.21843e+00 -1.62396e+04 -8.33532e-01 -2.60739e+00 -1.05045e+00 -8.65309e+03 -1.38469e+04 -5.03556e+04 -3.16611e+05 -8.09812e+05 -9.06285e+05 -1.15647e+05 -5.22085e-01 -1.60111e+02 -8.43882e+05 -5.03858e-01 -7.49647e+03 -9.11278e+01 -1.19580e+04 -5.45643e+05 -3.08984e+04 -3.47179e+06 -4.24464e+05 -1.98231e+06 -5.29255e-01 -1.03894e+05 -1.24094e+00 -5.15394e+03 -7.47226e+02 -1.97344e+03 -9.40557e+02 -1.91247e+03 -4.79236e+02 -2.59549e+03 -1.29215e+03 -2.41633e+03 -2.64252e+02 -4.56842e+02 -1.70196e+02 -5.16152e+03 -1.02013e+04 -4.76388e+02 -6.14011e+03 -1.36565e+04 -1.70341e+04 -1.38522e+04 -2.62068e+03 -1.70974e+04 -1.60860e+04 -3.09415e+04 -9.41582e+03 -6.29697e+04 -2.96279e+01 -1.88205e+03 -3.13206e+01 -2.03479e+03 -9.25229e+03 -7.57640e+01 -1.75886e+02 -8.79121e+02 -9.77789e+01 -8.83095e+02 -2.02577e+02 -9.79828e+01 -4.51546e-01 -1.06096e+04 -1.98919e+03 -3.38250e+02 -1.31895e+04 -1.05799e+04 -3.05732e+03 -2.29918e+03 -3.18197e+03 -3.94941e+04 -5.05613e+02 -1.40253e+04 -5.27215e+00 -8.00831e+01 -2.65226e-01 -1.58661e+02 -3.64072e+01 -8.31834e-03 -8.43241e+01 -4.45172e+01 -1.38889e+01 -1.61950e-02 -1.04248e-01 -1.08993e+02 -4.97753e-03 -3.83136e-03 -2.16809e+01 -1.05635e-02 -5.54686e+01 -3.86673e+00 -1.34496e-03 -1.42516e+02 -1.96331e+01 -3.21747e+02 -1.14792e-03 -1.85274e+02 -4.62796e-03 -7.02234e+02 -1.97305e-02 -5.66265e+00 -1.28597e+00 -1.41998e+02 -5.96919e+00 -4.60474e+02 -2.17363e+03 -8.81993e+00 -4.41867e+01 -2.19449e+02 -3.75799e+01 -2.49114e+02 -5.67602e+01 -2.73699e+01 -2.74898e-01 -1.24073e+03 -1.56796e+03 -1.13091e+02 -4.33698e+03 -3.37474e+03 -1.20317e+03 -2.53372e+03 -2.63834e+03 -3.99276e+04 -6.85784e+02 -1.43280e+04 -4.45450e+00 -1.22464e+02 -4.12832e-01 -2.14499e-02 -5.67553e-03 -3.83108e+00 -7.74984e-01 -7.58741e-01 -9.47875e-01 -9.15971e-01 -8.73657e-01 -7.32025e-01 -6.49610e-01 -6.97654e-01 -9.18729e-01 -1.03600e+00 -1.94960e+00 -1.30891e+00 -1.24288e+00 -3.15175e+01 -1.06410e+00 -2.68478e+00 -3.77557e+00 -7.47522e+00 -1.14565e+00 -5.09220e+00 -1.16715e+02 -4.99089e+02 -1.05140e+05 -7.00858e+03 -2.84412e+02 -5.62773e+02 -1.57766e+04 -1.65270e+02 -5.48704e+02 -2.27186e+03 -5.24887e+02 -2.16795e+03 -3.71276e+02 -2.31638e+02 -1.61177e+00 -5.85993e+03 -6.75466e+03 -5.11772e+02 -1.75425e+04 -9.58379e+03 -2.50886e+03 -3.01876e+03 -4.85831e+03 -3.92819e+05 -3.31247e+03 -8.09477e+04 -9.70657e+01 -1.07279e+03 -1.12058e+00 -2.69738e+06 -1.47117e+02 -2.15745e+04 -4.33137e+05 -4.97062e+04 -2.92288e+05 -3.30447e+04 -2.10798e+04 -9.61258e+04 -1.01284e+05 -2.03975e+04 -6.77228e-01 -4.91691e-01 -3.38516e+05 -5.69655e-01 -5.49437e+05 -4.38495e-01 -1.22127e+05 -1.90897e+06 -1.66956e+05 -9.07116e+05 -1.13893e+02 -1.32756e+06 -3.46529e-01 -2.60657e+03 -9.13066e-01 -9.96552e+02 -3.09034e+01 -1.15371e+03 -5.00159e+03 -4.57242e+01 -1.09416e+02 -5.00180e+02 -9.55922e+01 -4.73957e+02 -9.64464e+01 -5.89263e+01 -5.46021e-01 -6.21935e+03 -2.50075e+03 -1.90735e+02 -5.71094e+03 -4.21910e+03 -1.22320e+03 -3.34365e+03 -2.77174e+03 -5.41306e+04 -7.59088e+02 -1.65361e+04 -1.04982e+01 -1.84352e+02 -9.76059e-01 -3.98728e+03 -3.20323e+01 -1.69061e+02 -1.93261e+04 -1.61080e+02 -3.89691e+02 -1.76205e+03 -2.96198e+02 -1.61956e+03 -3.57683e+02 -1.74276e+02 -2.01805e+00 -9.37339e+03 -4.61839e+03 -8.50252e+02 -2.65097e+04 -2.74099e+04 -5.51146e+03 -1.69145e+03 -2.77981e+03 -1.45756e+05 -1.56965e+03 -2.01805e+04 -1.53283e+01 -3.27874e+02 -8.19368e-02 -9.62717e+03 -3.30402e+02 -1.22172e+04 -8.83572e+04 -1.04737e+03 -1.89042e+03 -9.47348e+03 -1.95988e+03 -8.92113e+03 -1.88596e+03 -1.21405e+03 -1.63809e+01 -5.33270e+04 -1.49360e+05 -4.57070e+03 -1.35303e+05 -9.52939e+04 -2.58816e+04 -2.74207e+04 -2.62822e+04 -1.29811e+06 -2.79093e+04 -7.09219e+05 -5.65641e+02 -3.37633e+03 -1.77275e+00 -2.40149e-01 -1.24889e-01 -1.52253e-01 -1.09296e+00 -4.95724e-01 -8.69037e-01 -8.47572e-01 -8.10775e-01 -7.59334e-01 -1.01940e+00 -7.32822e-01 -4.00120e-01 -2.13519e-01 -8.84941e-02 -1.25360e-01 -1.80346e-01 -1.81641e-01 -1.25676e-01 -1.10019e-01 -2.29586e-01 -3.86734e-01 -3.84791e-01 -4.35178e-01 -2.59000e-01 -3.56089e-01 -8.49094e-02 -1.97399e-01 -2.55735e-01 -1.62406e-01 -5.02720e+00 -5.88710e+00 -4.62206e+00 -6.30948e+00 -6.17601e+00 -8.43346e+00 -9.41616e+00 -6.25384e+00 -3.98070e+00 -4.02761e-01 -2.06120e-01 -6.37400e-01 -8.07771e-01 -7.87957e-01 -7.73724e-01 -4.10759e+00 -4.53958e+00 -1.23409e+01 -1.85962e+00 -3.23240e+00 -2.13825e+00 -2.52430e+00 -2.24276e-01 -1.03187e+06 -1.52398e+01 -1.28227e+03 -8.51194e+04 -3.57645e+04 -3.11381e+04 -2.71525e+04 -1.68001e+04 -9.27792e+03 -1.01464e+03 -2.09219e+03 -7.79444e+02 -6.70632e+03 -3.76698e+03 -2.98151e+04 -3.84284e+05 -8.54700e+05 -5.12992e+03 -8.82422e+05 -6.30441e+04 -3.15200e+06 -1.72457e+04 -1.48227e+05 -1.71119e+03 -4.91113e+05 -9.97724e+04 -2.17162e+00 -1.84082e+00 -7.78968e-01 -3.57150e+00 -2.02103e+00 -1.54689e+00 -3.28698e+00 -1.49238e+00 -1.08204e+00 -5.35749e-01 -5.19030e-01 -1.60689e-01 -4.01169e-01 -4.58734e-01 -1.93523e-02 -2.49430e-01 -5.54767e-01 -7.12942e-01 -7.70603e-01 -1.45790e-01 -2.19769e+00 -4.83215e-01 -1.25067e+00 -1.00410e+00 -4.54845e-01 -1.57494e-01 -5.53472e-01 -9.31698e-02 -4.87955e-01 -1.11554e+05 -5.91125e-01 -3.55701e-01 -1.00979e+00 -2.22699e-01 -1.10100e+00 -3.89021e-01 -1.49906e-01 -2.70559e-02 -1.35587e-01 -1.22949e-01 -1.97904e-03 -2.55077e-02 -5.67326e-02 -1.20802e-01 -6.50647e-02 -8.16228e-02 -2.68229e-01 -2.40162e-01 -1.37935e-01 -2.56152e-04 -7.35157e-02 -5.95961e+03 -4.74621e+05 -2.05117e+01 -1.30683e+02 -9.73293e+01 -8.49013e+01 -7.02522e+01 -1.12925e+02 -4.65961e+01 -1.33900e+02 -4.67951e+01 -2.38163e+01 -2.29963e+01 -4.95106e+01 -1.74964e+01 -3.62746e+01 -2.22970e+01 -4.75099e-01 -2.00066e+01 -7.57281e+01 -1.53128e+01 -8.61199e+06 -2.06469e+01 -6.68708e+04 -2.15110e+01 -1.92955e+01 -7.94748e-01 -1.38607e+06 -8.00323e+04 -2.96236e+00 -1.12001e+05 -6.21826e+04 -1.04482e+05 -1.67701e+04 -1.47044e+04 -7.27624e+03 -2.42126e+04 -9.84287e+03 -2.32819e-01 -3.39858e+03 -2.80760e+03 -6.47937e+03 -7.60960e+02 -3.16879e+04 -1.53439e+05 -3.01253e+05 -1.98865e+03 -4.46944e+04 -2.36646e+04 -3.96134e+05 -1.51589e-01 -3.12450e+03 -2.36821e-01 -4.17304e+05 -1.86760e+04 -1.08260e+03 -3.94182e+04 -2.40335e+02 -5.76573e+02 -1.47824e+03 -3.32156e+02 -1.30521e+03 -2.60156e+02 -2.03119e+02 -5.11408e+00 -1.82857e+04 -1.41003e+03 -9.50312e+02 -2.33504e+04 -3.83676e+04 -4.17678e+03 -8.79416e+03 -1.37029e+04 -2.79959e+05 -2.14981e+03 -6.26589e+04 -6.40946e+01 -1.15848e+03 -2.71441e+00 -8.09227e-01 -2.78538e-01 -1.53555e+04 -5.37799e+03 -1.98953e+01 -2.28863e-01 -8.11249e-01 -1.46005e-01 -3.68076e-01 -1.38936e-01 -6.96317e-02 0.00000e+00 -5.44834e+02 -9.17595e-01 -2.09451e+02 -2.69959e+03 -6.00426e+03 -2.68637e-02 -3.14668e-02 -2.22745e-01 -1.14893e+03 -1.79847e-02 -4.91968e+02 -6.36494e-03 -6.94093e-01 -2.82510e+01 -1.05526e+00 -3.23418e-01 -4.01051e-01 -7.41259e-01 -6.17175e-01 -3.59617e-01 -4.66136e-01 -5.00929e-01 -5.40939e-01 -3.54112e-01 -3.31272e-01 -2.97026e-01 -6.22995e-01 -7.77078e-01 -3.26723e-01 -8.14660e-01 -1.38045e+01 -4.96089e-01 -8.27340e-01 -1.05299e+00 -8.08654e-01 -6.22573e-01 -6.49485e-01 -2.93087e-01 -6.04877e+01 -4.93500e+00 -5.68718e+05 -4.36516e+00 -3.85651e+01 -4.08937e+00 -5.23179e+01 -6.46500e+00 -1.50525e+05 -4.78699e+00 -7.42390e+04 -1.16730e+01 -3.09540e+00 -5.27110e-01 -5.21716e+01 -1.56859e+00 -6.26742e+01 -3.25292e+01 -1.16289e+00 -2.77724e+01 -1.08635e+06 -8.06675e+02 -2.90662e+01 -9.73778e+00 -1.96078e+01 -1.01631e-01 -8.82476e-02 -4.46597e-03 -2.58724e+06 -4.08511e+05 -2.19933e+00 -1.15222e+05 -1.42731e+00 -2.16875e+00 -6.31991e+00 -3.33567e+00 -5.53038e+00 -3.74618e+00 -2.09506e+04 -1.04750e+04 -4.50218e+00 -1.56526e+00 -6.10777e-02 -7.87224e-01 -1.75089e+00 -2.21303e+00 -6.76166e+00 -1.60494e+00 -7.65059e+00 -1.57930e+00 -3.73764e+00 -3.91060e-03 -1.12234e+00 -6.78843e-03 -1.24379e+03 -2.32601e+01 -1.34463e+03 -9.50513e+03 -8.43156e+01 -1.61173e+02 -7.58171e+02 -1.38174e+02 -6.29465e+02 -1.54304e+02 -9.57398e+01 -1.40800e+00 -7.03157e+03 -1.47134e+03 -3.39245e+02 -7.67016e+03 -5.84069e+03 -1.82794e+03 -1.64945e+03 -1.47013e+03 -3.52636e+04 -5.61381e+02 -1.35832e+04 -1.12834e+01 -1.48733e+02 -2.70169e+00 -1.00617e+02 -2.98038e+00 -7.76360e+01 -1.16023e+03 -8.95245e+00 -1.94746e+01 -1.01981e+02 -1.80717e+01 -1.08973e+02 -2.43457e+01 -1.17228e+01 -1.17771e+00 -4.19020e+02 -3.20976e+02 -9.69019e+00 -3.93692e+02 -2.66985e+02 -7.32517e+01 -1.42394e+02 -1.43066e+02 -5.29514e+03 -1.15393e+02 -2.28549e+03 -1.04248e+00 -1.83708e+01 -1.28893e+00 -6.35949e+03 -2.83027e+02 -2.93752e+03 -1.30766e+03 -9.53756e+00 -1.99726e+01 -1.05339e+02 -1.70926e+01 -1.18797e+02 -2.19339e+01 -1.12652e+01 -2.36576e-01 -1.74846e+04 -1.47460e+03 -7.93828e+01 -3.12336e+03 -3.02647e+03 -7.02299e+02 -1.00126e+03 -1.03440e+03 -1.15448e+04 -2.07499e+02 -4.74796e+03 -1.15700e+00 -2.31907e+01 -5.97672e+00 -1.11139e+02 -1.93042e+00 -3.09748e+01 -7.97913e+02 -2.43903e+00 -5.67756e+00 -4.14559e+01 -5.08936e+00 -4.33608e+01 -5.95720e+00 -2.73997e+00 -1.16196e+00 -2.80730e+02 -1.91172e+02 -7.04691e+00 -2.80428e+02 -3.21894e+02 -5.29712e+01 -9.72429e+01 -9.52513e+01 -3.12496e+03 -4.13521e+01 -1.20635e+03 -1.15130e+00 -2.79977e+02 -1.26408e+03 -2.40314e+04 -6.52332e+02 -1.82959e+03 -1.06240e+05 -8.64958e+02 -1.72310e+03 -5.45843e+03 -1.37333e+03 -6.24974e+03 -1.33317e+03 -9.27937e+02 -1.01735e+01 -6.39722e+04 -3.58626e+04 -6.14431e+03 -1.43256e+05 -1.42146e+05 -3.91255e+04 -3.02646e+04 -3.63349e+04 -9.10112e+05 -1.38933e+04 -4.17819e+05 -4.63812e+02 -7.59463e+03 -8.17760e-01 -1.01315e+01 -8.12995e-02 -2.78912e+00 -6.64709e+00 -1.00645e-01 -1.01873e-01 -5.79349e-01 -1.13901e-01 -5.39075e-01 -9.52742e-02 -1.03475e-01 -1.00945e-01 -4.11709e+01 -4.56389e-01 -1.86362e+00 -4.72554e+01 -2.07754e+02 -1.21267e+01 -3.68337e+01 -3.69042e+01 -1.55598e+02 -7.32177e+00 -4.31177e+00 -1.36821e+00 -7.55661e+00 -1.89587e+02 -3.91136e-01 -1.99096e-01 -3.49386e+00 -2.72409e-01 -6.26951e-01 -5.57646e-01 -7.38711e-01 -3.93487e-01 -8.99102e-01 -8.37658e-01 -7.33107e-01 -6.52761e-01 -3.51015e-01 -7.57026e-01 -1.24214e+00 -7.14538e-01 -8.65717e-01 -4.48539e-01 -5.54847e-01 -1.79270e+00 -1.33408e+00 -9.26190e-01 -1.03979e+00 -1.58928e+00 -9.99193e-01 -8.37170e+00 -4.07567e+02 -1.39162e+01 -1.71102e+02 -1.18380e+03 -1.60269e+01 -2.89778e+01 -1.67459e+02 -2.59945e+01 -1.73030e+02 -4.08268e+01 -1.97405e+01 -6.00157e-01 -1.43958e+03 -9.81168e+02 -2.87825e+01 -1.22561e+03 -1.19373e+03 -3.17747e+02 -2.16484e+02 -2.48292e+02 -7.26719e+03 -1.32615e+02 -3.28753e+03 -5.20463e-01 -1.12853e+01 -2.85255e+00 -8.28715e+02 -1.84363e+01 -1.10143e+03 -3.04766e+04 -3.38695e+02 -5.82540e+02 -2.43602e+03 -6.21479e+02 -2.05730e+03 -4.37393e+02 -3.34629e+02 -9.74335e+00 -8.76707e+03 -8.29125e+03 -1.32207e+02 -3.68785e+03 -3.96695e+03 -2.03294e+03 -1.36890e+03 -1.18825e+03 -2.86553e+04 -5.91660e+02 -1.68269e+04 -8.73058e+00 -2.54604e+02 -9.24554e-01 -8.20467e+01 -1.31714e+00 -2.79006e-01 -8.86893e+00 -1.00588e+01 -8.07605e+00 -4.86073e+01 -1.79899e+01 -1.30360e+02 -2.49341e+01 -5.28095e+00 -8.85964e-02 -2.06888e+01 -3.83572e+02 -4.04480e+00 -5.21330e+01 -1.15951e+02 -1.81924e+01 -2.13732e+02 -1.04473e+02 -4.58856e+02 -8.57998e+00 -2.63556e+02 -3.50918e+02 -1.56696e+00 -6.00049e+00 -1.25320e+06 -4.44947e-01 -9.43584e+04 -1.50694e+04 -1.90926e+03 -1.88816e+03 -3.27274e+01 -2.33862e+01 -9.75459e+02 -4.61758e+00 -5.39163e+02 -8.38286e-01 -1.85325e+04 -1.27423e+00 -5.30490e+00 -2.43074e+00 -1.51529e+00 -6.72220e+00 -1.22733e+05 -1.53980e+01 -4.11794e+04 -9.32743e-01 -4.23746e+04 -2.21661e-01 -6.74597e+02 -2.11001e+00 -2.49087e+05 -1.73665e+00 -2.05972e+05 -4.25614e+00 -1.59296e+03 -4.62864e+00 -1.93337e+04 -7.44444e+02 -9.07064e+00 -2.97324e+00 -1.44866e+00 -1.02297e+00 -2.08245e+00 -3.03395e+00 -1.60282e+00 -1.47698e+00 -3.24017e-01 -1.94538e+00 -3.99771e+05 -7.02949e-01 -3.58060e+04 -1.42906e+00 -7.34573e+02 -1.03576e+00 -1.07602e+00 -4.08530e-01 -2.41591e+02 -3.22649e+00 -4.58129e+02 -2.17068e+04 -1.25057e+02 -1.95120e+02 -1.23982e+03 -1.61340e+02 -1.23816e+03 -2.93018e+02 -1.39923e+02 -1.67606e+00 -4.69669e+03 -4.83141e+02 -5.08871e+01 -1.32354e+03 -1.38133e+03 -3.68013e+02 -1.90527e+02 -2.35870e+02 -4.86521e+04 -1.85608e+03 -3.29426e+04 -2.50350e+01 -2.28672e+02 -9.02230e-01 -1.74563e+04 -2.53083e+03 -2.23791e-01 -7.40418e+00 -4.91462e+04 -4.51509e+00 -2.64492e+05 -3.45496e+00 -1.83823e+01 -2.88429e+05 -3.58828e+00 -1.51708e+04 -3.62162e+04 -1.74360e+00 -1.91206e-02 -2.46443e-01 -5.48124e-01 -8.60257e-01 -8.84445e-01 -8.44621e-01 -2.49163e+00 -1.44799e+00 -1.07415e+00 -1.85232e-03 -5.31615e-01 -3.47726e+01 -1.73404e+04 -2.73463e+02 -4.92902e+03 -1.05471e+05 -7.59720e+02 -1.98850e+03 -1.70762e+04 -1.76632e+03 -1.22035e+04 -2.13780e+03 -9.44508e+02 -9.57842e+00 -4.34925e+04 -4.42651e+04 -2.92204e+03 -1.71917e+05 -1.14478e+05 -3.06153e+04 -3.19375e+04 -3.24448e+04 -9.01983e+05 -1.08827e+04 -2.46080e+05 -5.40865e+01 -7.27461e+02 -4.59572e-01 -7.47562e+06 -1.67950e+05 -7.65285e+04 -8.36254e+05 -4.52146e+05 -3.64426e+05 -3.14202e+05 -9.41953e+05 -3.36996e+05 -1.02324e+06 -5.95497e+04 -1.01974e+05 -2.47229e+05 -8.11186e+04 -1.25302e+02 -6.70401e+03 -3.58102e+02 -2.15851e+03 -1.72560e+06 -5.34349e-01 -5.66822e+05 -3.98599e-01 -1.50265e+05 -5.05522e-01 0.00000e+00 -1.21128e-01 -9.08321e+01 -3.80372e+00 -2.13848e+03 -1.70958e+02 -1.41492e+00 -6.69007e+00 -3.00679e+01 -8.77211e+00 -2.43169e+02 -8.53442e+00 -6.56052e+00 -6.51641e-02 -5.78713e+02 -3.09267e+03 -1.36608e+02 -1.47634e+03 -4.20156e+04 -2.74161e+02 -4.36535e+02 -8.16272e+02 -4.23945e+03 -8.80966e+01 -1.94974e+03 -2.26365e-01 -1.34724e+02 -1.54763e+00 -3.55919e+04 -7.14375e+02 -1.13466e+04 -9.97844e+04 -1.13841e+03 -2.17013e+03 -9.28638e+03 -2.15645e+03 -1.13728e+04 -2.56202e+03 -1.43270e+03 -1.93125e+01 -4.22244e+04 -4.26062e+04 -3.17212e+03 -5.21059e+04 -4.41970e+04 -1.27780e+04 -1.32292e+04 -1.40958e+04 -8.14361e+05 -3.15077e+04 -4.91500e+05 -4.73001e+02 -5.63716e+03 -5.06486e-01 -6.21620e+02 -8.43569e+00 -1.92571e+02 -3.55069e+03 -3.18619e+01 -6.66871e+01 -4.11541e+02 -3.73209e+01 -3.21615e+02 -7.41830e+01 -4.03780e+01 -9.75688e-01 -1.29897e+03 -1.44916e+03 -1.26462e+02 -6.00534e+03 -6.56143e+03 -1.38178e+03 -8.73673e+02 -1.26819e+03 -5.87847e+04 -1.14885e+03 -2.55464e+04 -1.30222e+01 -2.85735e+02 -3.51907e+00 -4.12916e+02 -1.28331e+01 -4.13099e+03 -5.43476e+02 -1.13808e+01 -2.93662e+01 -1.46468e+02 -2.52596e+01 -1.31819e+02 -3.74180e+01 -1.70059e+01 -3.87235e-01 -4.33868e+03 -1.81418e+03 -7.94865e+01 -3.46764e+03 -3.02192e+03 -4.52226e+02 -8.51379e+02 -2.90386e+03 -2.63925e+04 -1.87416e+02 -3.65420e+03 -1.55456e+00 -3.75313e+01 -2.87169e+02 -2.30700e+06 -1.22057e+04 -7.69728e-01 -4.12841e-01 -1.24487e+00 -1.00881e+06 -1.39506e+00 -7.03302e-01 -1.59081e+00 -7.03253e-01 -3.63109e+06 -3.75848e-01 -4.84408e-01 -2.13093e-01 -2.64824e-01 -4.96927e-02 -5.14550e-03 -2.52370e-01 -2.80433e+05 -2.55533e-01 -2.61379e+03 -6.52023e+01 -7.13697e+05 -6.28880e-01 -2.55536e-01 -9.94168e-01 -5.98412e+05 -8.67586e+04 -4.52941e+04 -6.90637e+05 -7.31526e+04 -8.91080e+05 -1.20360e+06 -6.15543e+05 -1.61741e+06 -8.72566e+04 -1.25545e+05 -7.02059e+04 -1.14129e+06 -1.40238e+06 -7.19897e+05 -7.60342e+05 -1.69111e+06 -6.14895e+05 -5.62835e+05 -4.29245e+05 -8.53224e+06 -1.73108e+06 -2.46662e+06 -3.96710e+05 -1.67784e+05 -2.73739e+00 -1.81922e+04 -6.97762e+02 -4.09271e+03 -1.01101e+06 -3.71447e+04 -4.02881e+03 -2.56768e+04 -3.17891e+03 -4.64885e+04 -2.23777e+04 -1.02311e+04 -4.10158e+02 -2.70655e+04 -1.03772e+05 -4.32046e+03 -9.05395e+04 -1.22739e+05 -3.88436e+04 -4.44773e+04 -3.31859e+04 -1.69946e+06 -1.95530e+05 -2.31864e+06 -5.22231e+03 -1.23478e+04 -2.39771e+01 -7.55124e+05 -4.07094e+05 -3.19198e+00 -2.24909e+01 -1.12967e+01 -1.81507e+05 -1.91579e+01 -9.66394e+00 -2.40137e+01 -4.62750e+00 -1.70942e+00 -1.51824e+03 -4.67427e+00 -9.24570e+00 -8.22906e-02 -1.46734e+00 -2.10055e+00 -1.17171e+00 -7.04759e+00 -3.15546e+00 -2.67816e+01 -3.58267e+00 -4.53043e+06 -2.59718e+00 -2.59203e+00 -7.06831e-01 -7.06041e+00 -5.56301e-01 -1.09591e+04 -2.04191e+01 -2.09007e+00 -8.25323e-01 -1.63376e+00 -1.58844e+00 -1.52177e+00 -8.06691e-01 -7.86502e-01 -7.35827e-01 -5.89933e+04 -1.31581e+01 -9.77935e-01 -4.45515e+01 -7.02423e+01 -9.48838e+00 -9.88297e+00 -1.06891e+01 -2.60570e+03 -3.24386e+01 -8.17594e+02 -1.27616e+01 -1.95120e+01 -2.03555e-02 -2.75444e+03 -1.68609e+02 -8.46800e+04 -9.04015e+05 -9.26335e+04 -1.25663e+04 -5.09388e+05 -8.80608e+03 -8.55097e+04 -1.01898e+05 -6.94471e+04 -7.86687e+04 -1.18723e+05 -4.98945e+04 -1.72142e+04 -4.14007e+05 -3.71377e+05 -3.53190e+05 -3.72569e+04 -1.43934e+04 -2.68595e+05 -2.85849e-02 -7.13100e+04 -1.97989e+03 -1.60677e+04 -3.74141e+00 -2.65994e+01 -5.06710e+00 -4.71192e+00 -8.30423e+00 -1.78139e+01 -1.27124e+01 -1.72152e+01 -9.11571e+00 -1.94343e+01 -7.79641e+00 -4.21755e+00 -3.25924e+00 -1.12029e+00 -4.77837e+01 -5.32526e+00 -5.38831e+00 -5.64738e-01 -5.14309e+00 -3.78648e+01 -1.26340e+01 -4.24411e+00 -5.95935e-01 -7.41510e+00 -1.08298e+00 -1.51901e+00 -2.77208e-02 -3.78607e+02 -7.54872e+00 -1.13954e+02 -4.15889e+03 -2.37494e+01 -5.31898e+01 -3.18632e+02 -4.23107e+01 -2.78146e+02 -6.85375e+01 -2.99106e+01 -4.77858e-01 -1.16566e+03 -1.20162e+03 -1.40425e+02 -4.65690e+03 -4.60821e+03 -1.32221e+03 -4.13821e+02 -5.76601e+02 -2.59556e+04 -4.79053e+02 -1.24006e+04 -5.90293e+00 -8.35278e+01 -5.34621e-01 -2.33114e+03 -8.13138e+01 -1.46270e+02 -3.62493e+03 -2.70558e+01 -6.14501e+01 -4.51164e+02 -5.41114e+01 -2.97134e+02 -6.58729e+01 -3.52428e+01 -2.79602e-01 -5.07359e+03 -2.75846e+03 -2.16034e+02 -7.06994e+03 -5.86210e+03 -1.62477e+03 -4.16185e+03 -2.72629e+03 -1.56191e+05 -3.23686e+03 -6.99073e+04 -3.96127e+01 -3.81093e+02 -3.19568e+00 -1.78244e+03 -4.41287e+01 -1.02553e+03 -1.33935e+04 -4.34033e+01 -2.23137e+02 -9.37880e+02 -1.88052e+02 -9.74823e+02 -2.05317e+02 -1.18747e+02 -1.56263e+00 -8.41141e+03 -8.55744e+03 -6.79916e+02 -1.79045e+04 -1.71189e+04 -5.26567e+03 -3.07743e+03 -4.19972e+03 -1.43223e+05 -1.56542e+03 -8.43443e+04 -3.27426e+01 -4.79368e+02 -6.96184e-01 -9.21424e+02 -3.62545e+03 -3.71623e+04 -5.25655e+00 -3.69072e+05 -5.24760e+04 -3.11839e+05 -6.87134e+04 -6.75601e+04 -3.77265e+04 -2.35966e+04 -3.03762e+01 -1.90734e+04 -1.27766e+05 -1.27942e+06 -2.50378e+00 -4.38596e+05 -4.74356e+04 -2.40351e+05 -3.73865e+05 -2.86537e+06 -2.40282e+05 -1.46414e+06 -4.14693e+00 -2.71703e+03 -1.27924e+00 -1.77820e+04 -6.54108e+02 -1.59437e+05 -8.13728e+04 -4.42568e+02 -1.65123e+03 -6.93202e+03 -1.60848e+03 -1.04747e+04 -2.35559e+03 -1.05352e+03 -6.34904e+00 -1.29497e+06 -4.46715e+04 -6.66641e+03 -2.16188e+05 -1.76615e+05 -5.64075e+04 -2.90756e+04 -2.94207e+04 -2.25327e+06 -2.40386e+04 -1.84690e+05 -7.86098e+01 -1.02295e+03 -2.34086e+00 -1.29011e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29185e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29185e+01 -1.29203e+01 -1.29203e+01 -1.29203e+01 -1.29185e+01 -1.33350e+01 -1.55942e+03 -5.31217e+01 -9.35044e+02 -1.63362e+04 -1.11006e+02 -2.30813e+02 -1.16309e+03 -2.24785e+02 -1.02391e+03 -2.26511e+02 -1.30879e+02 -1.54510e+00 -4.32377e+03 -3.52737e+03 -3.95111e+02 -1.15505e+04 -9.49418e+03 -2.55598e+03 -4.84350e+03 -4.17974e+03 -1.05273e+05 -2.03599e+03 -4.56910e+04 -2.16176e+01 -3.86186e+02 -3.68684e-01 -2.10496e+05 -2.67692e+03 -1.43808e+06 -1.18193e+04 -5.24559e+03 -4.38959e+03 -2.35215e+04 -1.04705e+04 -2.23134e+04 -3.40929e+03 -1.66604e+03 -2.73513e+02 -1.11515e+05 -8.69887e+01 -8.94100e-02 -1.15240e+00 -2.56309e+00 -8.36697e+03 -1.26346e+01 -2.82587e+01 -6.55704e+05 -1.17844e+05 -4.54422e+05 -3.56245e+02 -1.02242e+05 -1.82148e+00 -1.12504e+05 -2.93562e+03 -4.52337e+03 -2.78058e+05 -1.67475e+03 -5.62377e+03 -1.85552e+04 -3.57192e+03 -2.37388e+04 -5.34533e+03 -2.52249e+03 -1.78483e+01 -1.40867e+05 -8.50593e+04 -9.48646e+03 -2.39536e+05 -4.61838e+05 -5.41130e+04 -4.92258e+04 -7.06204e+04 -1.80235e+06 -4.22085e+04 -6.64791e+05 -4.13898e+02 -1.05627e+04 -3.43801e-01 -4.62197e+06 -4.05446e+00 -3.92780e+01 -5.48939e+01 -2.26640e+01 -1.92993e+01 -6.72656e+01 -3.77544e+01 -3.65765e+01 -1.34669e+01 -1.39608e+01 -9.73461e+00 -2.89386e+01 -1.87816e+01 -2.26605e+00 -7.10406e+00 -4.15845e+00 -8.37655e+00 -1.88531e+01 -3.85414e+00 -7.10263e+06 -7.15186e+00 -3.64310e+01 -9.08857e-01 -9.69313e-01 -3.77798e-01 -9.46261e+01 -2.07116e+00 -5.40701e+02 -1.47882e+04 -1.19761e+02 -2.42978e+02 -9.31436e+02 -2.18876e+02 -1.12451e+03 -2.62472e+02 -1.31389e+02 -5.02564e+00 -2.39524e+03 -2.36501e+02 -6.70994e+01 -1.48832e+03 -4.08342e+03 -3.14436e+02 -3.32589e+02 -3.71208e+02 -3.41781e+04 -7.40103e+02 -1.45610e+04 -1.08372e+01 -4.28924e+02 -9.72070e-02 -4.78358e+05 -2.36416e+04 -1.94026e+05 -9.03000e+05 -4.37921e+05 -4.28216e+05 -1.39451e+06 -6.61544e+05 -2.52576e+06 -4.06223e+05 -3.64247e+05 -9.52935e+03 -1.05806e+05 -2.27104e+05 -5.37615e+02 -1.23380e+04 -1.19746e+04 -4.83296e+04 -1.40899e+05 -1.64390e+05 -1.06607e+06 -1.07506e+06 -7.15901e+05 -2.61711e+04 -2.45175e+04 -3.18243e+02 -2.05882e+05 -1.90117e+00 -1.46054e+03 -3.95503e+04 -2.52142e+03 -5.94180e+03 -5.57430e+04 -3.09668e+03 -1.92579e+03 -7.13266e+02 -5.62691e+02 -2.09630e+02 -8.05301e+04 -2.52887e+04 -2.09212e+03 -3.48832e+04 -5.49424e+04 -1.23237e+04 -6.30463e+04 -4.29698e+04 -1.00656e+06 -2.57747e+04 -1.22904e+05 -1.73506e+03 -1.39805e+01 -8.14469e+00 -1.65460e+05 -3.11963e+04 -4.31515e+03 -9.40985e+03 -3.44159e+04 -5.66942e+02 -2.27787e+04 -6.21487e+03 -8.58992e+03 -2.68865e+02 -2.13198e+03 -4.03821e+02 -1.06868e+04 -6.29132e+04 -2.39919e+02 -3.09229e+03 -6.87767e+03 -1.99840e+02 -4.34487e+04 -9.37867e+03 -3.84807e+04 -3.16230e+03 -2.49414e+04 -1.72525e+02 -4.95147e+04 -7.09742e-01 -1.31551e+02 -1.54385e+00 -1.38909e+02 -4.62437e+03 -3.04242e+01 -5.74982e+01 -3.21310e+02 -5.11625e+01 -5.13521e+02 -5.89687e+01 -3.60325e+01 -3.55363e+00 -5.68535e+02 -4.08214e+02 -1.34151e+01 -5.40590e+02 -5.33038e+02 -1.20729e+02 -1.66380e+02 -1.64609e+02 -4.11688e+03 -9.12447e+01 -1.82879e+03 -5.79233e-01 -1.23262e+01 -4.64750e+01 -5.46723e+00 -1.57298e+03 -2.40633e+01 -2.50706e+01 -9.89941e+00 -1.68950e+03 -1.53211e+03 -9.96070e+00 -1.05479e+01 -9.60766e+01 -1.23442e+00 -4.59880e-01 -7.95768e+00 -4.42561e+00 -8.90934e+00 -5.76617e-01 -3.28006e+02 -2.36783e+03 -4.40474e+04 -2.83179e+00 -1.33536e+03 -3.00644e+00 -3.95760e+03 -1.04435e+00 -1.27222e+00 -2.27027e-03 -1.10768e+07 -1.12830e+06 -4.32113e+06 -8.15257e+06 -2.43852e+06 -8.40518e+05 -2.53497e+06 -4.58034e+05 -4.13783e+05 -6.79068e+05 -9.04463e+04 -5.41848e+02 -1.31457e+06 -2.47355e+06 -9.99123e+04 -5.61658e+06 -1.13322e+05 -1.13376e+06 -6.90770e+05 -7.46194e+05 -4.40566e+06 -1.60223e+04 -1.50066e+06 -2.68516e+02 -7.70642e+04 -3.30179e-01 -3.99930e+04 -1.22492e+03 -6.09148e+04 -1.94159e+05 -1.93755e+03 -3.68295e+03 -1.79636e+04 -3.47404e+03 -2.00313e+04 -4.43719e+03 -2.40437e+03 -3.68781e+01 -3.59437e+05 -1.07030e+05 -1.03564e+04 -3.11219e+05 -2.51935e+04 -7.20565e+04 -6.00982e+04 -5.59065e+04 -1.16696e+06 -2.82459e+04 -4.96142e+05 -3.09774e+02 -2.08735e+03 -1.94044e+01 -8.02689e+03 -4.10221e+02 -2.93016e+02 -6.37053e+03 -1.50187e+03 -1.84675e+03 -1.55138e+04 -2.53031e+03 -1.15187e+04 -3.39306e+03 -1.96094e+03 -3.10609e+01 -1.23472e+04 -4.80975e+03 -4.66259e+02 -1.79728e+04 -2.31008e+04 -3.01004e+03 -2.82685e+03 -5.07897e+03 -1.79106e+05 -3.62401e+03 -9.39350e+04 -3.41117e+01 -5.51153e+02 -1.59162e+01 -2.72383e+04 -2.97938e+02 -6.58545e+03 -1.14255e+05 -8.12935e+02 -2.33333e+03 -1.66086e+04 -2.02484e+03 -1.91805e+04 -2.14152e+03 -1.07196e+03 -2.65955e+01 -7.20889e+04 -7.22685e+05 -1.98033e+03 -2.37288e+05 -2.07558e+05 -3.81682e+04 -7.58023e+04 -1.00026e+05 -3.21508e+06 -3.01784e+04 -7.29795e+05 -6.58681e+01 -1.81984e+03 -1.05402e+02 0.00000e+00 +2.45380e+06 9.64280e+04 2.83658e+04 1.30534e+05 1.74214e+04 6.45656e+04 1.85738e+05 4.75746e+04 1.43292e+05 4.67000e+04 2.25919e+04 7.91956e+02 1.32946e+05 3.95397e+05 5.66504e+03 1.80370e+05 1.42419e+05 7.49912e+04 4.77912e+05 8.70692e+05 1.54523e+06 6.74315e+04 1.87719e+05 6.81316e+02 7.68214e+03 5.88331e-03 1.53847e+06 7.03159e+04 1.71730e+05 3.91273e+04 2.06804e+04 3.22318e+04 6.53350e+04 2.77988e+04 6.39632e+04 1.80534e+04 1.17758e+04 2.50612e+02 2.63433e+05 2.27276e+05 9.92074e+03 2.04383e+05 1.58154e+05 8.20135e+04 1.13040e+05 1.34616e+05 1.30355e+06 8.86370e+04 1.68102e+05 1.09709e+03 1.88501e+04 1.22284e+00 1.53157e+07 8.26012e+05 1.90061e+07 3.67176e+05 1.04036e+05 3.60704e+05 9.94913e+05 3.43874e+05 1.24109e+06 5.08399e+05 1.88671e+05 9.59695e+03 9.78908e+06 6.97698e+06 1.90559e+05 5.33928e+06 3.44166e+06 1.69062e+06 3.00278e+06 6.77957e+06 1.43621e+07 2.13154e+06 4.31671e+06 1.00745e+04 6.39682e+04 5.91435e-02 1.10172e+04 4.57360e+02 7.75586e+03 6.33179e+03 1.22224e+03 4.68528e+03 1.05271e+04 4.11998e+03 9.28225e+03 2.94472e+03 1.46517e+03 6.40898e+01 1.66777e+04 2.95379e+04 4.81935e+03 7.27529e+04 5.77012e+04 2.94023e+04 1.75657e+04 3.49082e+04 4.83614e+05 3.52689e+04 6.83155e+04 8.11131e+02 8.64447e+03 4.07018e-01 5.76719e+06 2.34215e+05 7.75975e+06 4.64371e+05 5.90352e+04 2.09185e+05 5.39286e+05 1.66157e+05 5.13366e+05 1.99339e+05 8.80532e+04 5.01842e+03 4.01759e+06 2.34543e+06 9.59415e+04 2.35876e+06 1.94664e+06 8.83967e+05 5.21296e+05 8.80312e+05 7.74177e+06 4.46007e+05 1.24247e+06 5.88689e+03 4.67903e+04 2.74854e-01 1.51575e+04 9.68110e+02 9.85596e+03 2.89593e+03 8.09704e+02 2.15611e+03 4.48103e+03 1.75642e+03 2.43068e+03 1.03316e+03 8.77561e+02 4.25473e+01 2.27180e+04 4.19782e+04 3.39072e+03 2.92889e+04 2.86963e+04 1.64869e+04 1.52792e+04 2.73571e+04 1.59435e+05 1.10504e+04 2.64466e+04 6.01377e+02 3.62737e+03 9.05155e-02 1.05793e+07 3.06982e+05 6.54038e+06 4.84949e+06 2.10212e+06 1.93572e+06 4.62054e+06 1.69565e+06 1.57518e+06 1.33030e+06 6.53854e+05 4.59330e+04 4.41525e+06 7.26988e+06 5.05718e+05 6.89158e+06 1.42600e+07 4.99335e+06 7.17493e+06 3.26538e+06 2.92848e+07 1.16347e+07 2.30100e+07 9.85074e+03 2.82716e+06 1.38222e-01 1.03429e+06 2.51991e+04 1.42016e+05 6.04563e+04 1.61100e+04 3.01693e+04 1.04430e+05 5.58751e+04 1.12052e+05 3.82994e+04 1.79765e+04 1.12719e+03 2.82627e+05 1.56363e+05 9.70573e+03 1.79857e+05 1.90799e+05 2.11844e+04 8.19704e+04 1.53734e+05 1.22827e+06 1.03820e+04 2.31299e+05 1.78036e+03 3.10732e-07 5.40411e-01 2.82244e+02 3.62729e+01 8.20538e+03 2.49110e+03 4.17565e+02 2.11656e+03 2.26674e+04 6.86533e+02 1.05490e+03 5.32291e+02 7.20822e+02 7.47994e+01 3.87064e+04 1.86566e+04 4.52750e+03 4.10644e+04 3.47225e+04 4.19002e+04 2.47698e+04 2.85144e+04 2.78909e+05 2.44713e+04 4.93761e+04 1.28864e+03 6.16130e+03 1.41517e-01 1.38771e+07 8.74655e+05 2.57918e+07 6.61343e+06 1.64247e+06 4.88739e+06 6.41421e+06 5.62526e+06 2.53612e+06 3.72606e+06 1.04614e+06 1.02078e+05 9.99800e+06 3.48844e+07 4.26747e+05 9.40229e+06 9.75383e+06 8.82428e+06 1.46985e+07 1.18845e+07 1.39103e+08 4.53303e+06 1.97887e+07 7.34229e+04 6.57598e+05 9.85781e-02 7.21354e+06 7.32162e+03 3.44560e+05 1.03873e+06 1.03806e+06 3.28722e+06 4.68992e+06 2.59433e+06 4.81839e+06 1.77995e+06 1.23549e+06 2.28079e+05 1.25566e+06 9.34562e+06 2.51782e+06 8.10646e+06 5.86390e+06 5.69203e+06 4.27309e+06 9.35670e+05 3.84512e+07 2.15206e-01 4.19802e+06 2.14611e-01 3.42933e+05 1.30465e-01 1.87055e+06 6.46924e+04 8.36124e+06 1.92515e+05 4.89924e+04 1.09834e+05 4.83847e+05 1.17225e+05 2.54190e+05 7.29559e+04 3.84299e+04 1.67224e+03 4.74749e+06 1.55003e+06 5.97249e+04 1.36817e+06 9.72192e+05 5.12520e+05 7.94058e+05 1.24135e+06 4.15896e+06 1.55973e+05 3.41835e+05 2.15144e+03 1.96552e+04 2.83002e+02 8.87802e+04 1.00665e+04 9.06350e+04 1.22023e+05 5.96711e+03 1.80002e+04 7.06413e+04 1.36381e+04 4.84599e+04 1.72650e+04 8.81309e+03 3.86237e+02 1.72089e+05 1.92261e+05 1.47778e+04 3.10060e+05 2.91777e+05 1.56443e+05 1.24096e+05 2.11859e+05 2.18285e+06 1.65045e+05 3.77459e+05 2.70263e+03 1.80743e+04 2.83211e-02 7.13356e+04 9.19986e+03 2.13323e+06 3.14294e+05 1.49757e+05 2.16969e+05 1.39886e+06 6.54924e+05 3.65502e+05 1.17489e+05 7.04741e+04 8.06633e+03 2.43073e+06 9.80293e+05 2.91075e+04 4.38799e+05 2.90116e+05 2.38079e+05 6.35479e+05 5.88191e+05 6.23257e+06 7.30105e+05 1.21913e+06 1.57430e+04 9.25013e+04 2.42704e-01 1.95548e+07 8.36392e+05 9.66697e+05 2.04042e+06 1.44452e+06 1.14232e+06 3.83327e+06 9.73018e+05 3.25598e+06 1.14481e+06 5.44161e+05 2.27045e+04 2.72317e+06 3.32086e+06 1.45582e+05 3.52233e+06 3.00064e+06 1.62026e+06 2.36482e+06 4.22045e+06 2.30603e+07 1.45727e+06 3.88499e+06 2.20838e+04 1.78126e+05 1.71410e-01 3.57106e+04 2.37838e+03 2.52250e+04 1.60899e+04 3.24418e+03 9.57458e+03 2.11661e+04 7.11543e+03 1.81605e+04 4.68534e+03 3.44912e+03 2.19639e+02 3.54297e+04 4.48960e+04 7.54193e+03 9.79360e+04 9.11941e+04 5.12917e+04 6.39177e+04 8.94421e+04 6.13806e+05 3.63093e+04 8.99494e+04 1.54981e+03 9.40554e+03 2.38343e-01 1.79158e+06 6.82876e+04 6.07553e+05 1.92031e+05 1.25106e+05 2.00953e+05 1.48107e+06 2.78419e+05 7.58038e+05 2.64800e+04 1.70649e+04 5.68872e+02 4.29356e+05 1.02678e+06 1.91282e+04 6.43398e+05 5.00418e+05 9.49831e+04 1.23296e+06 3.80950e+05 3.44419e+06 2.15336e+05 6.43713e+05 1.63121e+04 4.54718e+05 4.36270e+05 1.95858e+06 6.70479e-02 2.76793e+05 1.89551e+06 5.11383e+05 1.41556e+06 6.34739e+06 1.41524e+06 2.04760e+06 6.93400e+05 2.37887e+05 1.10063e+05 3.25134e+06 8.21208e+06 2.45679e+06 8.58540e+06 6.45716e+06 2.61274e+06 2.08776e+06 4.20958e+06 6.26173e+07 2.72641e-01 1.26755e+07 1.74340e-01 7.54345e+05 9.63437e-02 1.01317e+05 9.91238e+03 1.49608e+04 1.59847e+04 1.20413e+03 3.10962e+03 5.73109e+03 2.09516e+03 5.12202e+03 2.12953e+03 1.06369e+03 5.66138e+01 1.54151e+04 1.03236e+04 3.95581e+03 3.50177e+04 3.79535e+04 1.61829e+04 1.68753e+04 3.46942e+04 1.53717e+05 1.70805e+04 4.30049e+04 4.91358e+02 2.39295e+03 2.11966e-01 1.29976e+06 6.54173e+04 1.93905e+04 5.09682e+04 1.32115e+04 3.59166e+04 1.22185e+05 3.22813e+04 9.32137e+04 3.31060e+04 1.47725e+04 8.04751e+02 4.99907e+04 1.26833e+05 7.43921e+03 1.28611e+05 1.37438e+05 5.38933e+04 1.14273e+05 1.75801e+05 6.44724e+05 6.11573e+04 1.22084e+05 2.45441e+02 6.55415e+03 6.46663e-01 2.21127e+04 1.25395e+03 2.08756e+02 3.39264e+03 2.39704e+02 6.25487e+02 2.40111e+03 5.73502e+02 1.80413e+03 8.71233e+02 4.34261e+02 2.32882e+01 3.12546e+04 2.03788e+04 3.84501e+03 2.84827e+04 2.64699e+04 4.17347e+04 2.63612e+04 1.43418e+04 6.42316e+05 9.50668e+04 1.61020e+05 7.93159e+03 4.11976e+04 2.46993e-01 4.73687e+04 3.13564e+03 4.63839e+03 5.36940e+02 1.05155e+02 2.92228e+02 1.24011e+03 5.74303e+02 1.08925e+03 3.25826e+02 1.27474e+02 2.28709e+00 2.38345e+04 6.43329e+03 7.18545e+01 1.51834e+03 1.21548e+03 1.24057e+03 2.30434e+03 2.38131e+03 1.05839e+04 1.05976e+03 1.96085e+03 2.81053e+01 1.44576e+02 1.76837e-01 5.84058e+05 2.77237e+04 5.45004e+05 2.42409e+05 8.10210e+04 6.89825e+04 2.24316e+05 9.88909e+03 2.86017e+04 3.12789e+03 1.30037e+04 4.84452e+03 1.25911e+05 1.52054e+05 7.97154e+03 1.02744e+05 2.28517e+05 1.33411e+05 3.65667e+05 1.35417e+05 6.03656e+05 5.15573e+05 1.73685e+05 3.11501e+04 1.46083e+05 6.50939e+00 6.45734e+05 2.40675e+04 2.45407e+05 9.80922e+04 6.92138e+04 9.11367e+04 1.79729e+05 7.13168e+04 1.61185e+05 4.98724e+04 2.80190e+04 1.89868e+03 3.74228e+05 1.32130e+05 1.88476e+04 3.56612e+05 2.61768e+05 1.32860e+05 1.56292e+05 2.63033e+05 1.87309e+06 1.82825e+04 2.50271e+05 2.43980e+03 1.75698e+04 7.96923e-01 2.17809e+05 1.81220e+04 4.38594e+05 1.26103e+05 2.34433e+04 6.02394e+04 9.81325e+04 4.02466e+04 1.07352e+05 3.95727e+04 4.93957e+04 8.43261e+02 8.67734e+05 3.29068e+05 2.64202e+04 3.69886e+05 2.81789e+05 2.39245e+05 1.85480e+05 2.76188e+05 2.25430e+06 4.12189e+05 8.44212e+05 1.10702e+04 6.09079e+04 6.39975e-01 9.67568e+06 1.73217e+05 1.58166e+07 1.05507e+07 6.33274e+06 9.68986e+06 2.29932e+07 1.20451e+07 1.31150e+07 4.00121e+06 2.39765e+06 8.93241e+05 2.02244e+07 3.09220e+07 8.93992e+05 1.15226e+07 2.56278e+07 1.56291e+07 1.42816e+07 2.12995e+07 1.52727e+08 1.35152e+07 1.54515e+07 1.72600e+04 4.95363e+06 3.97996e-01 1.81066e+03 7.28747e+01 4.47525e+03 1.84915e+03 5.40519e+02 1.44657e+03 3.20459e+03 1.21196e+03 2.28674e+03 1.00652e+03 7.62925e+02 1.86768e+01 8.74311e+03 7.66690e+03 3.04846e+03 2.57433e+04 2.30130e+04 1.21276e+04 1.34680e+04 2.20786e+04 2.30316e+05 2.56114e+04 5.24684e+04 1.49531e+03 8.38627e+03 6.57010e-02 7.85657e+04 2.92428e+03 2.02567e+06 5.88404e+04 1.94221e+04 5.12025e+04 1.30756e+05 4.48903e+04 1.63518e+05 5.46016e+04 2.30886e+04 6.28400e+02 1.02139e+06 5.84611e+04 4.28051e+03 1.26744e+05 5.81948e+04 3.72510e+04 4.46784e+04 9.30767e+04 9.83830e+05 9.64897e+04 1.91226e+05 7.16734e+02 4.41572e+03 4.45182e-02 1.38971e+06 6.54750e+04 2.21287e+05 5.95415e+05 2.11000e+05 2.78684e+05 8.63417e+05 3.52070e+05 7.20078e+05 1.76899e+05 9.43162e+04 5.43053e+03 1.65854e+06 5.09109e+05 4.60861e+04 1.31046e+06 7.39851e+05 8.96798e+05 1.22680e+06 1.01818e+06 7.57338e+06 6.12648e+05 1.21569e+06 9.85533e+03 1.22368e+05 3.98620e+01 2.90112e+06 1.42517e+05 2.74359e+05 1.83707e+05 4.11370e+04 8.41594e+04 2.75191e+05 6.77625e+04 2.21436e+05 8.27829e+04 3.78636e+04 1.04144e+03 1.04426e+06 2.58541e+05 1.56582e+04 3.71730e+05 3.95962e+05 1.97723e+05 1.15785e+05 2.55221e+05 2.25970e+06 2.66050e+05 5.66865e+05 2.22773e+03 1.59741e+04 1.06548e+00 6.21883e+05 7.91031e+04 5.60605e+03 9.81907e+03 5.59617e+03 1.13728e+04 3.69030e+04 1.22645e+04 2.12322e+04 1.00308e+04 6.59000e+03 4.08071e+02 1.19869e+04 1.92371e+04 1.38469e+03 2.17655e+04 1.77784e+04 6.83901e+03 1.38249e+04 2.46233e+04 2.97393e+05 1.87598e+04 4.27284e+04 3.47437e+02 3.68266e+03 7.28193e-02 3.02718e+06 1.32181e+05 7.24305e+04 1.79996e+05 3.45961e+05 1.28960e+05 2.09459e+05 5.53571e+04 1.69258e+05 6.09879e+04 3.72731e+04 3.40214e+03 1.96166e+05 5.55774e+05 2.45733e+04 3.13583e+05 2.89315e+05 1.53734e+05 2.02829e+05 3.19550e+05 1.43887e+06 5.64606e+04 1.65677e+05 2.38185e+03 1.59106e+04 6.45875e-01 3.12884e+06 1.34327e+05 5.11863e+05 3.20157e+05 4.97205e+04 2.17644e+05 3.97850e+05 1.15510e+05 3.77489e+05 1.36499e+05 6.43850e+04 4.45911e+03 5.93324e+05 3.49285e+05 3.55144e+04 6.91274e+05 6.28396e+05 3.67246e+05 3.00283e+05 4.93157e+05 3.13601e+06 1.58116e+05 3.55609e+05 2.51534e+03 2.37276e+04 8.68952e-01 9.97397e+06 1.48022e+06 4.70291e+07 1.14926e+07 2.93947e+06 1.46198e+07 1.96486e+07 1.04345e+07 1.86817e+07 1.52678e+07 3.68424e+06 1.23112e+06 1.34864e+07 1.13530e+07 4.86696e+05 6.27297e+06 1.39520e+07 6.23667e+06 2.17587e+07 5.46706e+06 7.93292e+07 1.61925e+07 1.74002e+07 7.48111e-04 2.14708e-01 4.92751e-02 5.51516e+04 6.60895e+03 8.66135e+03 5.37638e+03 1.86114e+03 4.04093e+03 8.96899e+03 3.31430e+03 1.23318e+04 3.12161e+03 1.52498e+03 5.94286e+01 1.84264e+04 3.51899e+04 2.78854e+03 3.50838e+04 2.80290e+04 1.52923e+04 2.32554e+04 4.51272e+04 1.85834e+05 1.19073e+04 2.47999e+04 6.93374e+02 4.83055e+03 8.71711e-01 1.16882e+04 5.11287e+02 1.60748e+04 2.97728e+03 3.26013e+02 1.07522e+03 2.98992e+03 8.31435e+02 2.84184e+03 2.44953e+03 4.38132e+02 1.53718e+01 3.94521e+04 3.23678e+04 2.59596e+03 4.93699e+04 4.10916e+04 3.06590e+04 3.49559e+04 4.79425e+04 9.78147e+05 8.09388e+04 1.72519e+05 1.36579e+03 9.92953e+03 6.87029e-02 3.77971e+05 3.11517e+04 1.01212e+04 2.02541e+04 4.17512e+03 1.25359e+04 3.36656e+04 9.85478e+03 2.95391e+04 1.10494e+04 5.63263e+03 2.22882e+02 2.14696e+04 1.26686e+04 1.90929e+03 3.88850e+04 3.18389e+04 1.65709e+04 7.97093e+03 1.45778e+04 1.53794e+05 8.61683e+03 2.12618e+04 1.25997e+02 1.11281e+03 1.70405e-03 1.96486e+06 1.12221e+05 1.20908e+05 6.30431e+04 8.97214e+03 2.63800e+04 7.80319e+04 2.14972e+04 6.42848e+04 2.43366e+04 1.11121e+04 5.91177e+02 4.12156e+05 3.33984e+04 1.58874e+04 2.42091e+05 2.00548e+05 1.20816e+05 9.76987e+04 1.53300e+05 9.19003e+05 2.52073e+04 8.75102e+04 7.81231e+02 4.47109e+03 5.10583e-01 3.66402e+06 1.12831e+06 1.92581e+07 6.79697e+06 1.31494e+06 2.74646e+06 5.11071e+06 1.19206e+06 4.12832e+05 2.52862e+05 4.47085e+05 1.06833e+04 4.82321e+06 4.33946e+06 1.49043e+05 1.92100e+06 4.27256e+06 1.34194e+06 7.63385e+06 3.03746e+06 2.04612e+07 1.59170e+06 8.73392e+06 1.57200e+03 4.51164e+05 1.16803e-01 2.13752e+07 2.15506e+06 3.80660e+07 5.01074e+07 3.97970e+07 3.09249e+07 1.22038e+08 6.51167e+07 1.15939e+08 3.36231e+07 9.44539e+06 1.38711e+00 5.64523e+07 6.63471e+07 1.29556e+06 1.66983e+07 3.71393e+07 1.91646e+07 1.25246e+08 7.66839e+07 3.16152e+08 5.83756e+06 8.13736e+07 4.40054e+05 5.23556e+07 9.46371e-01 5.59775e+05 2.95805e+04 1.19409e+07 4.23593e+06 1.18894e+06 1.29298e+06 7.01506e+06 1.43554e+06 1.29395e+06 4.81661e+05 2.85630e+05 9.07575e-01 4.94012e+06 9.91269e+06 7.66606e+04 9.88070e+05 2.19760e+06 1.38049e+05 1.45660e+06 5.37053e+06 4.62019e+06 9.24366e+06 8.82741e+05 5.38788e-01 4.02470e+05 1.23882e-01 7.06613e+05 7.49986e+04 1.31775e+06 3.48643e+04 8.61305e+03 3.29702e+04 7.63357e+04 3.27926e+04 1.17311e+05 3.32826e+04 1.51452e+04 6.02130e+02 4.22136e+05 1.53139e+05 9.66064e+03 2.50082e+05 1.34570e+05 7.03493e+04 1.65406e+05 2.62877e+05 1.06169e+06 7.10215e+04 1.13161e+05 8.06614e+02 9.05317e+03 4.54316e-01 1.83267e+06 1.11597e+05 2.77334e+05 4.73502e+05 1.42479e+05 2.50466e+05 7.06339e+05 1.84312e+05 6.82376e+05 1.59662e+05 8.25065e+04 3.39231e+03 8.33496e+05 5.60626e+05 3.62082e+04 9.40338e+05 7.97336e+05 3.85028e+05 6.58121e+05 1.15126e+06 1.01044e+07 8.16751e+05 1.53670e+06 1.06836e+04 1.06722e+05 3.45135e+00 6.17422e+05 4.43779e+04 1.96587e+05 1.25101e+05 8.28112e+04 1.21598e+05 3.87357e+05 8.71232e+04 2.61504e+05 7.05189e+04 4.49555e+04 1.58023e+03 4.16530e+05 2.01092e+05 2.39414e+04 5.60951e+05 4.12682e+05 1.95336e+05 2.20206e+05 4.43217e+05 3.23590e+06 2.40402e+05 5.10168e+05 4.42449e+03 2.91762e+04 7.77646e-01 1.77970e+06 2.03249e+05 3.71520e+05 1.35400e+06 8.08917e+04 2.72498e+05 7.58557e+05 3.82699e+05 5.36344e+05 2.06272e+05 9.74412e+04 9.50519e+03 5.20758e+05 1.51609e+06 9.72828e+04 1.91637e+06 1.74962e+06 1.09532e+06 9.43781e+05 1.28512e+06 9.20619e+06 9.04610e+05 1.54223e+06 1.37587e+04 9.90384e+04 4.07552e-01 3.15196e+04 2.19271e+03 1.66249e+04 2.72678e+04 4.57954e+03 1.46452e+04 3.38909e+04 9.51503e+03 3.29376e+04 9.63368e+03 5.91654e+03 3.49191e+02 1.62230e+04 2.03913e+04 2.33691e+03 2.76780e+04 3.67582e+04 1.67265e+04 1.49352e+04 2.98623e+04 1.55423e+05 8.01472e+03 4.72856e+04 9.81302e+02 6.19589e+03 1.15132e-01 1.39364e+05 6.95176e+02 4.99640e+04 1.45461e+05 3.78749e+04 1.06045e+05 2.45599e+05 7.93179e+04 1.98481e+05 1.01685e+05 3.05097e+04 4.64436e+03 5.06348e-02 2.25254e+05 6.43172e+04 3.18336e+05 1.91013e+05 7.61644e+04 2.50300e+05 1.25921e+05 9.12029e+05 9.08539e+03 1.26643e+05 6.39741e-02 6.18800e+04 3.96786e-01 5.85902e+06 1.57833e+05 4.45254e+05 6.24185e+05 9.24153e+04 2.98918e+05 6.16662e+05 1.33750e+05 5.16975e+05 2.09940e+05 9.63509e+04 6.10907e+03 1.49951e+06 6.02866e+05 3.70529e+04 7.78839e+05 6.54811e+05 3.86826e+05 5.04058e+05 7.54765e+05 4.94649e+06 3.20206e+05 7.25865e+05 4.53309e+03 3.70902e+04 2.87100e+00 2.21362e+06 1.26843e+05 1.98105e+05 3.87422e+05 3.46027e+04 8.64719e+04 2.96151e+05 1.17796e+04 1.28401e+05 8.96423e+04 4.33066e+04 3.32794e+03 1.05537e+06 3.18427e+05 1.42299e+03 5.73443e+04 6.45989e+04 2.89193e+04 2.81296e+04 6.52322e+04 1.92480e+06 3.41500e+04 2.44198e+05 4.84971e+02 1.05950e+04 7.04911e-06 4.93622e+06 2.80414e+05 3.27125e+06 4.88680e+05 7.22964e+04 2.80161e+05 5.20851e+05 2.25871e+05 6.31160e+05 1.82532e+05 1.07114e+05 7.14028e+03 2.33864e+06 1.23919e+05 2.73541e+04 5.69555e+05 4.52355e+05 2.40461e+05 4.06274e+05 6.35570e+05 3.25737e+06 9.17440e+04 2.61911e+05 1.73099e+03 1.61462e+04 1.18675e+00 1.50772e+06 9.46374e+04 3.30424e+06 1.13235e+06 2.04587e+05 7.53573e+05 2.61698e+06 7.21407e+05 2.55926e+06 3.11665e+05 3.97023e+05 1.89221e+04 1.31287e+06 2.55164e+06 5.84395e+05 2.87568e+06 1.11728e+06 7.94284e+05 6.03783e+06 1.72264e+06 2.05641e+07 1.34168e+06 5.55114e+06 2.44389e-01 2.24502e+05 2.41726e-01 2.07933e+04 8.43410e+02 1.72026e+04 4.72655e+03 1.31817e+03 2.80150e+03 6.55171e+03 2.27422e+03 4.85207e+03 1.85108e+03 1.26146e+03 5.75945e+01 4.17473e+04 2.13226e+04 8.56535e+03 7.62185e+04 7.27175e+04 4.01493e+04 6.58260e+04 1.27466e+05 2.08844e+05 1.92809e+04 3.84771e+04 7.45357e+02 2.87977e+03 6.91146e-02 3.46001e+06 1.53186e+05 6.05168e+05 8.66361e+05 6.63285e+05 4.19673e+05 1.12001e+06 4.35708e+05 1.39622e+06 2.73667e+05 2.18006e+05 8.58271e+03 1.67794e+06 2.79021e+06 1.04705e+05 2.32481e+06 2.03236e+06 1.07799e+06 1.40319e+06 2.23965e+06 1.35147e+07 1.04945e+05 2.01209e+06 1.33192e+04 1.23119e+05 1.77114e+00 9.97051e+05 3.39720e+05 4.80441e+06 3.21362e+06 5.74415e+05 6.78043e+05 2.04005e+06 1.42407e+05 1.31743e+06 1.33180e+05 2.04196e+03 7.60730e+02 1.98556e+05 2.16255e+06 1.49610e+04 1.92830e+05 4.28881e+05 1.06106e+06 4.44679e+05 1.26173e+06 3.62806e+06 1.13750e+06 1.15289e+06 1.64885e+00 1.60907e+05 2.18969e-01 1.59109e+07 7.56314e+05 4.52167e+06 2.63855e+06 7.81045e+05 1.41398e+06 3.88114e+06 1.04087e+06 3.25934e+06 1.10919e+06 5.66799e+05 3.09061e+04 1.11356e+07 3.05043e+06 1.90047e+05 4.55081e+06 3.62898e+06 2.05653e+06 2.51706e+06 4.60532e+06 2.45498e+07 7.97507e+05 3.33838e+06 1.88238e+04 1.84618e+05 3.56449e-01 6.85375e+05 2.98075e+04 1.06861e+05 2.38712e+05 1.71568e+05 1.08478e+05 3.07050e+05 8.02012e+04 2.28767e+05 7.63264e+04 4.29017e+04 1.98557e+03 3.35149e+05 2.20236e+05 1.49862e+04 3.47179e+05 3.09520e+05 1.82516e+05 1.98565e+05 3.64817e+05 2.66818e+06 1.81146e+05 4.61552e+05 2.56485e+03 2.00575e+04 1.64788e+02 6.40984e+05 5.07785e+04 2.55836e+04 2.03914e+04 5.01085e+03 1.31220e+04 3.47864e+04 1.03337e+04 2.60730e+04 9.92747e+03 4.89746e+03 2.50010e+02 3.21136e+04 1.93865e+05 8.01951e+03 1.23378e+05 1.12439e+05 5.77347e+04 8.21996e+04 1.51294e+05 5.03060e+05 4.48869e+04 8.92436e+04 8.51587e+02 5.10443e+03 2.65850e-02 5.42234e+05 2.84409e+04 6.94231e+04 2.01814e+05 1.42094e+05 2.67295e+05 2.36991e+05 8.90793e+04 1.26459e+05 1.26814e+05 9.62900e+04 1.14216e+04 2.00296e+05 8.91977e+05 1.34514e+05 5.63410e+05 4.82672e+05 1.31474e+05 1.17002e+06 5.97178e+05 2.63005e+06 5.51615e-01 2.73979e+05 1.56118e+04 4.80707e+04 5.17922e-01 3.31921e+06 1.62125e+06 7.20932e+04 1.33397e+05 1.40963e+05 9.04476e+04 7.91164e+04 9.02571e+04 7.19544e+04 8.49357e+04 9.89909e+04 1.12427e+05 6.21390e+04 3.23203e+06 5.68760e+05 5.47490e+05 5.95675e+05 6.13687e+05 3.12666e+05 2.69623e+05 5.45316e+05 5.36818e+05 5.50672e+05 5.69697e+05 5.94525e+05 1.85150e+04 2.54916e+05 9.89850e+04 1.94263e+04 4.69810e+04 1.21401e+04 3.05436e+04 4.37062e+04 1.56434e+04 3.21416e+04 1.16361e+04 8.54307e+03 3.84472e+02 4.88899e+04 2.99175e+04 6.37927e+03 9.09973e+04 6.81817e+04 3.83883e+04 6.12350e+04 1.09888e+05 4.92362e+05 4.42512e+04 9.07171e+04 1.05088e+03 6.73772e+03 1.58292e+00 5.83485e+06 1.29850e+05 3.11666e+05 2.29682e+05 1.28990e+05 4.27781e+06 1.74322e+06 1.21065e+06 6.55488e+06 1.99912e+05 1.88749e+05 1.21418e+04 1.60673e+06 4.48379e+06 9.40345e+05 3.13443e+06 1.46781e+06 2.48253e+05 5.39541e+06 3.41008e+06 1.90711e+07 2.58111e-01 1.91628e+06 2.63704e-01 4.05540e+05 1.03918e-01 3.12744e+07 1.33149e+06 4.03037e+06 9.59963e+06 2.16640e+06 5.28698e+06 1.44988e+07 7.96277e+06 1.02807e+07 6.80522e+06 1.73957e+06 1.04128e+06 1.87826e+07 3.89419e+07 1.05500e+07 2.09756e+07 3.03116e+07 1.54999e+07 3.31723e+07 1.42130e+07 3.21411e+08 2.46088e+07 8.21793e+07 2.10631e-01 5.13004e+06 7.45900e-02 8.81060e+04 1.00040e+04 2.93047e+04 1.31353e+04 3.23673e+03 1.31466e+04 2.64285e+04 1.04349e+04 1.63534e+04 5.43034e+03 7.85754e+03 2.49562e+02 4.49042e+04 3.52087e+04 5.86276e+03 6.95062e+04 5.98253e+04 3.31844e+04 6.43135e+04 9.74295e+04 9.44689e+05 7.81362e+04 1.47085e+05 1.93916e+03 1.41342e+04 2.77599e-01 4.38181e+05 3.12359e+04 2.18838e+06 4.87567e+04 1.23949e+04 4.27585e+04 1.09816e+05 4.02674e+04 8.15090e+04 2.34086e+04 1.44127e+04 1.02346e+03 6.75394e+05 1.60502e+05 5.77629e+03 1.42936e+05 7.64975e+04 3.79203e+04 1.30297e+05 1.79762e+05 2.00983e+06 6.95418e+04 1.42186e+05 1.20185e+03 1.32029e+04 6.01727e-02 1.88467e+05 1.47263e+04 6.86957e+03 6.08283e+03 1.06310e+03 3.48774e+03 1.10777e+04 2.85656e+03 9.30027e+03 2.92508e+03 1.28253e+03 3.81978e+01 1.99310e+04 3.07470e+04 2.64126e+03 6.28218e+04 5.30152e+04 2.85434e+04 1.26453e+04 2.51791e+04 1.94955e+05 8.57908e+03 2.59540e+04 9.16812e+01 8.30960e+02 2.08719e-02 2.35918e+05 9.78073e+02 4.27903e+04 1.61878e+05 5.74726e+04 1.43574e+04 1.00832e+05 4.00759e+04 5.35306e+04 5.85413e+03 1.01207e+04 3.77046e+03 9.44003e+04 2.67056e+05 1.09918e+04 1.55001e+05 3.06630e+05 1.01156e+05 3.02469e+05 1.21945e+05 3.18405e+05 2.95739e+05 2.66362e+05 1.06142e+05 7.66117e+04 1.19986e-01 1.12020e+07 1.18935e+05 3.38888e+06 8.91551e+06 6.29513e+05 1.28429e+07 1.06480e+07 1.14282e+07 2.13168e+07 3.72375e-01 2.15740e+06 3.20065e+05 1.05055e+07 4.48360e+07 1.34184e+06 4.33490e+07 2.19096e+07 1.25150e+07 2.62737e+07 2.29079e+07 4.08748e+08 4.06708e-01 1.59980e+08 8.18924e-04 2.35031e-01 9.46964e-02 6.84155e+06 1.68635e+05 1.26465e+06 5.69926e+05 6.28639e+04 3.16891e+05 4.60951e+05 1.20389e+05 3.81558e+05 1.47042e+05 7.00859e+04 5.03429e+03 3.06985e+06 7.08017e+05 5.28462e+04 1.03157e+06 1.02860e+06 5.23884e+05 6.07152e+05 1.00409e+06 3.65408e+06 1.22201e+05 4.48245e+05 2.32087e+03 1.72904e+04 1.93190e+00 9.29741e+06 5.75924e+05 4.51484e+05 2.51874e+06 5.78913e+05 4.31356e+05 2.20526e+06 6.96768e+05 4.28478e+05 9.35838e+04 4.01390e+05 8.31695e+03 2.49454e+06 2.79118e+06 2.34805e+06 5.13590e+06 3.84898e+06 6.99516e+06 3.81499e+06 3.76631e+06 2.50209e+07 2.04320e-01 8.61369e+06 1.48617e-01 1.23870e+06 2.87133e-01 5.12531e+04 7.89643e+04 8.25336e-02 2.35795e-01 2.39786e-01 2.45788e-01 2.05826e+03 8.13951e-02 1.52210e-01 1.66458e-02 2.87775e-02 1.07210e-02 2.35074e+04 4.04213e-01 1.04067e+03 2.86698e+04 2.01373e+04 6.08132e+03 5.55075e+04 3.07150e+04 7.69860e+04 2.47815e+04 1.17470e+04 5.68548e+00 1.63173e+03 1.95613e-01 4.34555e+06 1.87147e+05 3.30006e+05 8.38170e+05 2.77365e+05 3.66638e+05 1.16289e+06 2.73227e+05 8.62141e+05 3.13343e+05 1.55118e+05 7.63769e+03 7.33602e+05 4.76791e+05 9.03805e+04 2.13897e+06 2.01130e+06 1.02634e+06 5.26864e+05 9.44407e+05 5.67654e+06 3.52572e+05 9.76541e+05 5.81499e+03 3.67530e+04 1.50322e-01 1.09147e+06 8.57917e+04 5.20689e+05 8.79155e+04 1.37716e+04 3.09579e+04 8.04467e+04 2.28288e+04 7.55292e+04 2.93494e+04 1.58650e+04 1.41311e+03 2.76571e+05 1.14931e+05 1.35935e+04 1.96954e+05 1.82745e+05 1.15616e+05 5.12245e+04 8.70537e+04 7.13835e+05 4.07556e+04 9.26388e+04 6.42371e+02 4.94339e+03 8.60544e-01 6.97909e+05 2.24015e+04 5.62776e+05 3.76304e+05 5.07432e+04 3.38884e+05 8.30045e+05 2.87442e+05 4.53563e+05 1.14310e+05 7.09571e+04 1.46333e+03 6.72912e+05 4.42045e+05 2.84879e+04 1.89959e+06 4.70065e+05 2.12899e+05 5.00564e+05 6.11900e+05 1.49707e+07 1.55489e+05 5.48943e+05 1.84793e+03 3.86733e+04 2.15207e-05 8.90278e+05 8.01279e+04 1.91486e+04 4.07956e+04 2.24371e+04 2.49247e+04 6.17088e+04 1.78356e+04 4.06316e+04 1.35405e+04 9.35476e+03 7.34471e+02 3.35341e+04 3.42854e+05 1.49501e+04 2.25629e+05 2.24562e+05 1.26943e+05 1.17562e+05 2.01393e+05 3.62580e+05 9.57054e+03 3.67325e+04 4.11723e+02 3.18955e+03 2.77214e-02 1.50340e+06 5.59015e+04 1.18098e+05 1.56549e+05 1.29462e+05 9.98983e+04 2.74319e+05 6.85300e+04 1.96454e+05 6.20472e+04 4.38724e+04 1.76282e+03 2.68794e+05 1.99929e+05 1.62624e+04 3.27130e+05 2.80101e+05 1.36888e+05 1.30367e+05 2.35290e+05 1.93294e+06 1.09336e+04 2.97755e+05 2.32961e+03 3.32356e+04 2.40720e-01 2.94241e+04 9.49688e+03 9.48992e+04 2.13534e+06 7.38603e+06 1.80284e+06 2.12087e+06 1.45850e+06 2.40972e+07 6.65682e+05 3.80296e+06 1.41679e+06 1.98905e+06 4.46722e+06 5.62808e+05 7.25397e+06 1.61338e+07 7.50410e+05 4.62753e+06 2.48003e+05 1.14392e+07 2.53307e+05 1.35764e+06 1.77145e+04 5.08407e+06 1.83972e-02 2.27047e+06 4.63921e+03 5.14347e+04 8.91024e+05 3.23682e+05 5.21303e+05 2.51539e+06 5.79863e+05 1.60960e+06 1.13410e+06 9.21896e+04 1.81641e+04 1.02024e+06 2.27919e+06 4.33556e+05 1.12366e+06 2.16679e+06 4.89091e+05 1.92389e+06 1.87402e+06 1.14847e+07 1.16695e+06 2.72399e+06 1.77960e+00 4.94458e+05 3.23735e-02 3.27171e+05 7.82817e+04 1.20003e+04 1.90643e+05 6.82285e+03 2.44656e+04 5.60344e+04 3.09807e+04 6.62561e+04 1.11844e+04 6.41589e+03 5.81549e+02 2.65674e+05 1.00361e+05 5.66252e+03 1.12135e+05 8.07646e+04 1.13924e+05 1.78322e+05 1.09265e+05 1.14432e+06 1.45908e+05 3.04144e+05 3.03896e+03 2.04094e+04 7.03824e-01 2.11460e+08 8.54359e+06 3.88517e+07 4.78274e+07 2.40555e+07 1.52888e+07 8.98383e+07 4.51676e+07 4.21806e+07 1.42806e+07 9.17593e+06 7.33506e+06 3.00818e+07 1.06478e+08 2.73590e+06 3.52627e+07 7.84292e+07 9.58769e+06 1.27381e+08 2.77234e+07 2.34592e+08 7.17693e+07 4.56884e+07 7.71476e+04 2.21414e+07 5.11453e-01 6.04019e+07 7.22508e+06 4.75476e+07 2.89327e+07 6.10471e+06 7.52987e+06 1.36219e+07 3.99958e+06 5.56922e+06 6.89918e+06 8.11745e+05 9.13063e+04 3.41764e+06 3.00840e+07 1.35135e+06 1.74174e+07 3.87387e+07 1.33030e+07 3.45815e+07 3.29457e+06 4.71079e+07 1.38411e+05 5.28956e+06 2.22590e-03 6.38833e-01 3.97911e-02 8.94179e+06 5.73250e+05 6.13538e+07 6.86068e+06 1.24089e+06 8.59137e+05 9.26753e+06 4.95295e+06 4.15332e+06 2.36372e+06 4.84415e+05 4.81292e+04 1.91219e+06 1.46249e+07 2.27546e+05 2.93282e+06 6.52299e+06 5.47660e+06 4.54318e+06 1.11745e+06 2.69641e+07 3.37017e+00 1.05281e+07 3.28991e+03 9.44203e+05 2.93355e-01 2.65694e+06 1.97231e+05 4.80231e+07 2.00086e+06 2.13598e+05 5.10362e+05 1.32248e+06 3.66679e+05 1.21673e+06 7.43097e+05 2.71538e+05 3.50670e+04 1.29924e+07 3.71232e+06 1.95574e+05 3.27111e+06 3.05273e+06 1.65960e+06 4.38752e+06 6.50838e+06 2.21673e+07 2.42458e+06 6.65082e+06 1.80669e+04 2.40270e+05 3.54267e-02 5.28674e+06 6.53517e+05 4.22924e+05 5.78730e+06 4.25654e+05 5.48245e+06 3.38532e+07 2.00907e+06 2.30617e+07 3.99310e+05 3.52991e+05 7.41772e+04 1.73328e+06 3.11656e+06 8.52512e+05 4.73624e+06 2.78158e+06 2.12867e+06 5.42985e+06 1.28495e+06 3.70853e+07 3.84400e+02 6.33927e+06 5.51883e-01 3.21273e+05 4.32430e-03 8.27403e+05 4.12611e+04 6.77179e+05 2.88162e+06 3.38443e+05 4.29825e+05 3.32063e+06 1.11627e+06 3.71654e+06 4.21940e+03 9.97691e+05 1.06455e+06 1.48187e+06 4.95236e+06 1.50226e+05 1.93624e+06 4.30647e+06 1.86858e+06 9.66710e+06 3.76523e+06 3.95422e+07 4.95280e+05 6.66210e+06 5.43251e+02 1.55913e+05 4.45664e-01 1.34625e+07 6.41281e+05 4.03744e+06 1.19244e+07 1.31680e+07 9.23354e+06 2.11439e+07 1.77204e+07 2.53916e+07 6.45300e+06 4.36597e+06 7.97029e+05 1.45341e+07 2.74305e+07 1.00852e+07 3.22274e+07 3.74709e+07 2.53123e+07 4.63213e+07 1.44410e+07 1.78085e+08 4.04138e+07 9.37422e+07 1.18639e+05 5.57261e+06 1.60734e-01 6.43573e+05 2.97982e+04 1.23558e+05 1.05370e+05 1.64200e+04 3.64812e+04 9.95029e+04 4.27308e+04 6.68587e+04 2.32719e+04 1.20354e+04 6.42006e+02 3.59341e+05 1.84422e+05 1.56131e+04 3.55485e+05 2.29028e+05 1.51114e+05 1.06629e+05 1.96240e+05 1.82261e+06 8.97834e+04 2.15612e+05 3.68499e+01 1.06835e+04 5.56077e-02 2.21589e+07 1.91686e+06 1.39404e+06 3.07818e+07 2.65490e+06 1.64452e+07 2.59717e+07 1.52507e+07 3.42867e+07 5.24100e+06 4.66775e+06 4.59143e+05 2.60170e+07 1.27074e+07 2.40680e+06 1.05087e+08 2.19279e+07 1.64354e+07 5.06660e+07 2.60896e+07 4.38540e+08 2.97802e-01 1.39542e+08 1.88513e+05 3.92529e+06 1.43191e+02 8.47352e+05 3.29312e+04 3.90422e+05 3.28067e+05 7.05072e+04 1.74870e+05 5.94937e+05 1.16511e+05 3.80407e+05 1.27832e+05 6.49734e+04 4.06969e+03 5.25835e+05 3.38865e+05 1.97399e+04 4.97539e+05 3.66761e+05 2.00094e+05 3.28486e+05 5.37684e+05 6.78689e+06 4.22898e+05 1.23797e+06 7.26951e+03 5.03628e+04 7.53393e-02 3.83245e+06 6.28006e+05 3.25515e+06 6.88406e+05 1.14054e+06 6.88418e+04 1.86786e+06 1.29742e+06 1.15465e+06 1.05797e+05 2.00248e+05 4.26084e+04 3.21821e+06 1.84994e+06 2.51486e+04 3.24138e+05 7.20927e+05 8.69975e+03 2.89408e+06 1.14608e+06 2.68842e+06 1.02805e+05 3.44324e+05 7.90799e+03 2.26959e+06 7.84845e+01 1.40105e+07 3.63897e+05 2.61012e+05 1.94733e+06 4.96174e+05 3.85304e+05 1.82387e+06 1.67218e+05 3.12701e+05 3.41972e+04 9.81370e+05 3.65608e+05 1.35978e+06 2.77729e+06 3.41088e+04 4.39624e+05 9.77784e+05 2.26495e+06 2.64425e+06 1.54357e+06 2.94033e+06 9.98395e+05 1.18397e+06 4.27118e+03 1.22583e+06 3.51830e+01 3.04873e+05 4.70932e+04 5.63604e+07 7.35596e+05 3.23724e+05 2.34393e+05 9.01393e+06 5.96512e+05 2.62085e+05 4.41784e+04 4.53827e+05 5.22441e+04 5.26890e+05 6.13065e+05 5.39733e+04 6.95655e+05 1.54723e+06 3.99203e+05 3.73766e+05 9.83586e+05 1.96633e+07 8.57486e+04 6.81333e+05 2.14437e+04 1.91069e+05 7.33188e-02 3.93246e+04 3.01884e+00 1.16213e+04 1.20488e+04 6.77843e+03 8.38732e+02 3.99937e+03 5.21170e+03 2.12791e+03 4.34991e+03 1.52511e+03 5.68177e+02 1.06482e+04 1.52043e+04 2.09011e+03 6.52141e+03 7.28914e+04 1.87175e+03 4.69003e+03 3.98377e+03 3.56729e+04 2.14345e+04 1.21422e+04 3.95461e-03 1.13497e+00 2.24481e+00 1.61926e+06 3.26860e+04 3.30867e+05 6.76212e+04 1.75667e+04 9.02281e+04 8.80194e+04 2.06167e+04 8.19916e+04 2.81858e+04 1.34252e+04 4.33432e+02 1.07728e+06 2.11246e+05 9.93084e+03 2.92011e+05 2.06988e+05 1.09401e+05 3.96079e+04 1.10355e+05 1.28898e+06 8.41086e+04 1.99134e+05 8.35337e+02 7.34218e+03 9.38686e+00 2.55450e+04 1.80770e+04 2.32316e+03 1.96920e+05 1.31960e+04 1.84364e+05 7.80480e+04 5.51247e+04 3.56733e+04 1.65665e+03 6.19513e+03 3.76592e+03 3.48403e+05 6.76836e+05 1.75371e+05 9.57430e+05 5.99692e+05 2.47762e+04 5.18868e+05 2.20276e+05 2.12060e+06 5.06479e-01 4.15944e+05 1.41781e+00 1.69349e+04 2.11436e+00 9.57698e+05 4.06175e+04 2.17810e+05 2.71100e+05 5.71220e+04 1.70301e+05 3.10642e+05 9.80893e+04 3.79056e+05 8.36829e+04 7.19016e+04 3.04873e+03 5.23440e+05 3.75917e+05 4.37699e+04 8.43951e+05 7.59825e+05 4.76950e+05 3.70281e+05 5.40767e+05 8.01867e+06 6.42663e+05 1.45300e+06 1.19246e+04 8.03582e+04 1.66238e+00 7.50234e+04 5.67899e+03 5.18137e+04 1.54963e+04 5.63073e+03 1.08373e+04 2.95499e+04 9.28945e+03 2.14482e+04 7.35836e+03 4.41868e+03 1.85860e+02 1.03896e+05 1.57059e+04 1.52760e+03 3.18356e+04 2.53250e+04 1.28971e+04 1.11471e+04 2.19231e+04 2.96345e+05 1.88976e+04 4.21236e+04 2.87003e+02 2.29100e+03 1.06811e+00 9.72120e+05 8.09132e+04 9.57419e+03 6.48295e+03 8.59369e+02 3.76692e+03 9.68904e+03 2.68974e+03 7.88823e+03 2.16491e+03 1.18118e+03 2.37236e+01 2.24366e+04 9.67700e+03 3.58699e+02 1.33188e+04 1.12553e+04 5.37308e+03 1.26182e+04 2.66158e+04 8.72002e+04 5.68078e+03 1.15660e+04 3.42461e+01 3.46992e+02 5.30662e-06 1.65062e+05 5.60060e+03 6.97903e+06 6.30137e+04 6.86214e+03 3.50111e+04 8.27045e+04 2.83975e+04 1.23127e+05 4.26089e+04 1.50846e+04 6.37779e+02 2.56181e+06 8.98457e+04 6.03852e+03 2.29695e+05 1.41254e+05 5.27420e+04 1.00642e+05 2.09468e+05 1.95208e+06 2.66524e+05 3.96790e+05 5.62774e+02 8.11085e+03 9.53696e+01 7.62940e+03 2.94153e+02 1.33175e+04 1.40021e+05 3.84767e+04 7.20762e+04 1.60564e+05 5.37136e+04 1.44085e+05 6.81505e+04 4.31241e+04 2.11319e+03 3.06889e+04 4.19422e+04 1.24657e+03 4.65964e+04 2.95647e+04 1.44476e+04 2.31846e+04 3.23297e+04 8.63121e+05 4.97046e+04 1.13819e+05 1.42425e+03 1.39494e+04 9.53568e-02 6.43824e+05 7.00299e+02 5.20306e+04 4.10934e+05 4.99086e+05 3.17224e+05 2.14942e+05 8.26023e+04 2.50083e+05 5.07871e+04 9.00293e+04 2.11752e+04 7.95320e+04 9.11975e+05 3.11483e+05 1.26553e+06 1.58277e+06 2.49058e+05 1.64650e+06 7.33590e+05 1.70279e+06 3.82195e-01 3.68415e+05 5.42134e-01 2.79719e+05 1.52932e+01 9.21084e+04 2.57768e+02 5.64278e+04 6.59836e+04 1.09095e+05 5.63989e+04 2.98953e+05 2.46178e+05 1.42830e+05 2.66486e+04 7.12637e+02 2.54970e+02 2.55441e+05 6.70983e+05 3.56600e+05 7.82098e+05 4.34494e+05 3.68648e+05 8.45163e+05 1.08420e+06 1.13007e+07 2.64559e+04 1.70539e+06 1.30344e+04 9.12097e+04 8.90089e-01 1.24786e+06 4.85832e+05 1.19809e+03 1.66108e+04 5.73821e+04 7.06096e+03 2.80864e+04 5.86018e+03 3.85204e+04 6.89342e+03 4.42523e+03 2.12787e+02 3.20137e+05 9.19569e+05 7.42871e+04 1.60594e+06 3.05929e+05 6.40813e+05 3.05079e+05 4.28884e+05 1.29556e+07 9.47165e+05 2.49613e+06 2.39736e+04 3.21430e+04 2.35892e-01 1.86128e+06 7.59318e+04 1.50319e+05 6.47730e+04 7.50211e+03 4.71430e+04 1.11321e+05 3.90152e+04 9.94866e+04 3.08058e+04 1.69373e+04 8.14512e+02 2.73138e+05 1.47824e+05 1.23631e+04 1.84800e+05 1.54864e+05 8.74192e+04 1.32850e+05 2.02550e+05 1.02924e+06 7.48378e+04 1.34132e+05 1.68822e+03 1.32002e+04 2.32483e-01 1.09077e+06 6.60242e+04 1.63529e+04 3.97099e+04 6.33829e+03 2.10193e+04 4.95409e+04 1.54789e+04 4.25246e+04 1.65500e+04 8.21772e+03 4.70338e+02 5.17689e+04 3.44214e+04 6.03959e+03 1.28027e+05 1.10473e+05 5.56727e+04 4.29700e+04 1.07211e+05 5.18557e+05 2.11469e+04 5.86958e+04 3.89712e+02 3.45869e+03 1.59895e+01 9.65702e+06 9.37070e+05 1.57221e+07 5.38766e+06 1.13420e+06 1.46865e+06 5.51615e+06 1.32995e+06 9.78046e+06 7.13009e+05 3.12377e+05 7.14158e+04 5.51706e+06 2.14843e+06 4.29040e+05 5.52984e+06 1.22991e+07 6.09045e+06 5.01139e+06 5.16487e+06 1.59401e+07 1.40460e+05 2.52715e+06 2.60330e+00 1.25508e-02 3.96169e-02 1.34630e+05 3.34111e+04 9.91920e+03 1.12788e+04 3.27705e+03 3.65278e+03 1.00422e+04 3.26936e+03 8.64118e+03 2.80435e+03 1.28238e+03 4.51660e+01 2.77452e+04 8.88306e+04 1.03670e+04 1.47923e+05 1.26261e+05 7.79311e+04 5.04581e+04 8.51184e+04 4.39190e+05 3.84021e+04 7.79760e+04 6.49364e+02 3.44922e+03 7.34741e+02 3.56861e+06 1.94883e+05 1.70539e+04 1.44515e+05 2.39453e+04 6.13779e+04 1.91543e+05 4.26732e+04 1.59895e+05 6.90296e+04 3.00764e+04 1.44740e+03 5.79963e+04 1.37949e+05 9.78726e+03 2.05036e+05 1.68249e+05 8.94033e+04 8.57954e+04 1.62559e+05 1.08373e+06 6.53922e+04 1.42107e+05 9.08912e+02 6.60046e+03 1.71286e-01 8.96450e+04 2.44423e+03 5.84414e+03 4.16801e+04 2.37818e+04 1.28969e+04 5.21463e+04 5.88636e+03 2.55769e+05 1.30833e+03 3.56978e+04 7.78742e+02 1.47870e+04 2.06278e+05 1.34171e+05 2.89037e+05 3.23005e+05 1.48634e+05 3.77435e+05 2.11919e+05 1.98553e+06 9.41648e+00 4.71008e+05 3.91888e+04 5.24136e+04 4.80056e-02 7.94195e+05 1.32416e+05 1.96488e+05 3.83323e+04 5.03568e+03 1.48143e+04 4.44079e+04 1.18938e+04 3.70305e+04 1.29287e+04 5.58613e+03 2.79159e+02 2.19277e+05 7.64876e+04 7.63818e+03 1.12196e+05 8.51716e+04 5.12276e+04 4.49374e+04 8.12189e+04 5.47952e+05 3.32795e+04 9.60920e+04 5.33449e+02 3.30726e+03 7.47712e-01 1.34668e+05 6.98669e+03 5.77229e+03 2.57158e+05 2.67723e+05 6.04988e+04 1.17133e+05 6.11095e+04 3.78960e+04 4.14433e+03 9.09083e+04 1.69498e+04 1.27077e+05 1.66237e+05 1.27000e+04 1.63689e+05 3.64066e+05 4.18964e+05 2.99437e+05 1.76760e+05 9.66379e+05 8.98108e+04 3.04442e+05 1.00296e+02 2.87850e+04 3.63369e+00 2.18791e+07 5.02161e+05 2.45451e+07 1.94055e+07 5.17383e+06 3.01550e+06 1.64127e+07 7.24820e+06 8.12579e+06 1.41616e+07 2.06734e+06 3.13704e+05 8.31381e+06 3.67876e+07 2.55432e+06 3.29223e+07 7.32237e+07 2.32951e+07 3.69774e+07 9.50447e+06 1.41772e+08 2.43865e+05 3.89142e+07 4.67877e-04 1.34281e-01 7.12794e-02 1.73899e+04 1.00381e+03 1.01908e+04 1.27031e+04 2.36612e+03 9.87989e+03 2.44047e+04 7.67224e+03 1.94712e+04 6.05543e+03 2.97655e+03 1.01881e+02 2.33354e+04 1.13813e+05 1.04260e+04 1.72055e+05 1.26204e+05 7.19211e+04 5.72633e+04 1.10501e+05 1.09249e+06 8.77136e+04 1.61918e+05 1.74399e+03 1.63809e+04 4.43382e-02 1.67877e+05 2.41201e+02 5.48159e+05 1.09434e+05 4.35068e+04 3.70719e+04 1.08729e+05 3.71895e+04 7.77449e+04 2.93887e+04 1.24460e+04 1.06792e+03 9.76307e+05 8.10009e+04 2.74949e+03 1.48849e+05 1.26985e+05 4.60559e+04 1.02023e+05 1.11221e+05 8.33012e+05 3.34055e+02 1.22033e+05 8.92778e+02 1.20062e+04 8.40092e-01 2.06882e+05 8.06140e+03 1.05340e+04 4.95341e+04 8.69510e+02 4.65742e+03 9.77375e+03 4.42844e+03 4.79446e+03 2.74371e+03 1.29531e+03 3.59073e+01 1.43401e+05 5.37929e+04 3.58404e+03 9.64825e+04 8.39244e+04 6.89675e+04 6.86833e+04 4.04766e+04 3.81382e+05 6.24111e+04 8.61510e+04 3.41405e+02 1.00310e+04 8.40368e-02 8.05004e+06 5.71010e+05 1.08534e+06 9.87639e+05 3.52796e+05 5.06559e+05 1.54476e+06 4.72958e+05 1.58031e+06 4.34046e+05 2.07807e+05 8.10817e+03 1.68664e+06 1.19959e+06 7.43289e+04 1.52382e+06 1.12596e+06 5.18809e+05 6.89029e+05 1.38608e+06 1.07389e+07 1.10938e+06 2.26709e+06 4.31166e+03 9.34775e+04 2.42776e-01 2.01987e+06 1.08134e+05 3.52406e+05 8.32120e+04 1.14473e+04 3.19225e+04 7.98786e+04 2.95340e+04 9.70097e+04 4.09134e+04 1.40665e+04 1.80936e+03 6.35506e+05 3.81174e+04 9.88193e+03 1.84986e+05 1.30786e+05 6.29965e+04 1.23198e+05 2.42811e+05 8.88047e+05 7.60120e+04 1.39976e+05 6.95699e+02 5.10029e+03 4.44093e+01 1.04125e+07 4.79763e+05 1.30185e+06 5.30063e+05 1.46979e+05 3.44220e+05 1.24325e+06 3.62932e+05 1.30462e+06 4.58645e+05 1.74544e+05 6.83264e+03 1.22461e+06 7.15991e+05 5.18115e+04 1.47393e+06 1.15299e+06 5.63943e+05 9.25743e+05 1.67163e+06 3.88112e+06 3.41267e+05 7.45283e+05 2.04844e+03 1.87938e+04 8.54169e-02 6.58329e+05 2.29171e+04 5.98949e+05 1.60822e+05 2.47251e+04 3.67933e+04 1.15134e+05 3.41370e+04 8.78903e+04 3.47796e+04 1.80163e+04 8.94788e+02 7.42618e+05 6.17317e+04 9.69647e+03 2.07852e+05 1.50610e+05 9.05117e+04 8.97222e+04 8.01087e+04 1.69336e+06 1.80580e+05 3.03572e+05 2.82911e+03 9.32639e+03 2.86573e-02 3.92230e+06 2.02201e+05 5.65820e+04 5.80673e+04 9.37517e+03 5.01446e+04 8.67599e+04 2.15215e+04 1.21307e+05 4.93542e+04 1.80872e+04 6.86023e+02 1.58542e+05 3.14931e+05 1.59844e+04 4.15632e+05 3.26659e+05 1.70405e+05 1.60325e+05 3.38239e+05 2.64757e+06 1.53296e+05 3.13033e+05 1.40918e+03 1.67301e+04 8.58872e-02 7.10954e+06 1.79841e+05 9.36651e+06 7.33928e+06 8.99967e+05 4.05308e+06 1.01410e+07 2.96549e+06 5.21556e+06 1.32054e+06 1.14445e+06 1.59096e+05 3.09876e+06 1.42943e+07 5.51244e+06 2.59610e+07 1.16312e+07 8.90792e+06 1.72911e+07 1.18712e+07 1.07222e+08 5.35300e+06 4.07671e+07 2.37195e+06 3.05904e+06 8.74295e-02 9.21358e-05 1.33580e-05 3.52787e-05 1.89921e-05 3.86172e-05 9.67691e-06 5.24090e-05 2.60915e-05 4.87915e-05 5.33586e-06 9.22471e-06 3.43666e-06 2.67200e-04 1.88284e-04 4.13434e-06 5.32870e-05 1.18518e-04 1.91072e-04 9.30608e-05 1.76061e-05 2.83621e-04 1.31908e-04 8.71457e+00 5.47000e-04 1.11913e-04 3.14623e-02 9.69508e+04 1.07371e+04 2.95927e+04 4.64491e+04 9.20848e+03 2.75934e+04 7.34017e+04 3.81734e+04 6.05605e+04 1.94374e+04 1.09258e+04 1.02130e+03 6.18716e+04 1.99443e+05 6.83342e+03 1.14519e+05 9.33575e+04 4.97757e+04 7.64433e+04 1.08595e+05 1.36955e+06 1.27688e+05 2.28490e+05 2.27258e+03 1.64557e+04 6.60681e-01 4.19743e+06 2.18272e+05 9.13807e+05 1.24710e+06 3.68598e+05 1.73099e+06 1.14199e+06 6.69016e+05 8.94887e+05 1.97058e+05 1.92700e+05 2.45000e+05 2.43699e+06 4.24028e+06 1.13363e+05 3.30689e+06 2.07682e+06 5.63842e+05 1.84138e+06 2.12370e+06 1.82751e+07 1.68207e+00 3.02083e+06 1.20044e+03 3.44527e+05 1.36692e-01 1.15076e+06 7.07420e+04 1.53762e+05 1.09670e+05 5.38008e+04 5.99927e+04 1.60969e+05 4.88880e+04 1.16488e+05 3.78364e+04 2.13664e+04 1.06803e+03 2.60661e+05 1.24557e+05 1.18884e+04 2.05474e+05 1.68506e+05 7.48217e+04 7.14462e+04 1.36522e+05 1.24085e+06 7.28162e+04 1.90613e+05 2.05685e+03 8.53111e+03 1.46619e-01 3.23127e+05 2.29020e+04 8.97643e+03 1.26232e+04 7.62612e+02 1.38389e+03 5.11052e+03 1.12778e+03 4.49456e+03 2.28833e+03 9.20199e+02 3.44996e+01 4.45098e+04 7.58190e+03 6.01445e+02 1.61729e+04 1.03607e+04 1.29692e+04 9.66537e+03 6.16112e+03 4.62509e+04 5.24574e+03 1.45023e+04 1.68362e+01 2.15788e+02 1.85003e-04 8.02303e+07 4.06274e+06 3.13105e+07 8.38003e+06 1.34656e+06 2.89181e+06 8.77356e+06 2.12293e+06 8.04639e+06 3.36111e+06 1.47730e+06 1.32331e+05 1.32598e+07 1.61854e+07 1.14519e+06 2.24500e+07 2.60941e+07 1.56571e+07 1.72991e+07 2.70116e+07 6.01833e+07 5.75158e+06 1.78679e+07 8.93652e+04 5.80588e+05 8.89405e-01 4.37982e+06 1.17757e+06 5.62287e+07 1.21495e+06 1.51796e+05 1.09245e+06 7.56298e+05 1.12628e+06 5.65308e+05 3.08037e+05 1.04696e+05 1.48388e+05 4.09674e+06 6.61319e+06 8.32990e+05 4.01694e+06 3.28885e+05 5.92680e+05 9.15016e+06 1.17735e+06 2.77674e+07 2.34300e-01 9.20956e+06 2.27790e-01 2.58976e+05 1.63924e-01 6.64767e+05 3.28405e+04 3.19659e+04 1.02778e+05 1.82524e+04 5.24782e+04 1.53196e+05 4.15967e+04 1.31978e+05 4.80831e+04 2.16075e+04 1.27390e+03 9.38092e+04 1.64715e+05 1.70373e+04 3.76172e+05 3.30692e+05 1.76737e+05 6.87797e+04 1.64787e+05 1.32520e+06 1.12284e+05 2.58036e+05 1.59022e+03 9.44737e+03 2.32720e-01 1.24911e+06 2.24374e+05 1.81882e+07 7.30466e+05 1.39265e+05 4.09313e+05 1.19536e+06 3.68985e+05 1.04742e+06 3.49477e+05 1.98002e+05 6.99578e+03 3.12374e+06 2.33129e+06 7.67130e+04 1.60531e+06 1.15672e+06 7.72277e+05 1.14599e+06 1.34933e+06 1.29542e+07 1.97592e+05 2.88203e+06 3.05254e+04 1.56061e+05 7.00543e+00 3.51243e+07 1.60387e+06 1.04436e+06 1.96008e+06 3.75805e+05 1.03716e+06 2.73241e+06 6.90778e+05 2.37577e+06 8.37338e+05 3.58203e+05 1.62458e+04 3.77595e+06 1.05561e+06 2.13954e+05 4.78040e+06 4.36932e+06 2.50021e+06 2.81371e+06 5.83365e+06 2.17745e+07 1.20068e+06 2.27428e+06 1.10251e+04 1.98803e+05 1.38963e-01 6.93606e+05 1.56965e+05 4.00079e+05 1.46826e+05 1.27902e+05 1.04417e+05 2.80977e+05 8.92160e+04 3.17670e+05 9.46164e+04 5.66033e+04 3.99197e+03 7.84253e+05 2.43736e+06 8.46138e+04 1.59773e+06 1.22342e+06 8.71050e+05 1.09754e+06 1.09476e+06 6.65273e+06 4.40158e+05 8.53588e+05 9.86481e+03 6.77675e+04 1.76553e+00 3.51540e+06 1.01597e+05 1.65303e+06 9.02888e+04 1.02208e+04 4.72999e+04 8.52743e+04 2.62021e+04 5.68187e+04 1.86698e+04 1.21058e+04 7.03958e+02 1.51929e+06 9.94043e+05 3.85396e+04 7.50749e+05 5.46049e+05 3.14005e+05 2.37436e+05 4.13781e+05 3.64994e+06 3.96425e+05 7.58619e+05 4.80235e+03 3.96596e+04 1.20115e+00 1.62493e+06 1.67144e-01 1.70438e+04 2.66366e+06 3.17906e+05 2.32374e+05 1.23726e+06 2.10962e+05 2.81953e+04 3.08346e+03 1.72097e+05 6.41146e+04 1.51001e+06 2.83915e+05 5.39219e+04 6.94993e+05 1.54576e+06 1.38371e+05 3.75893e+05 7.08794e+05 1.88165e+06 6.96655e-01 6.36642e+04 4.17047e+02 1.19693e+05 5.45652e-05 1.07846e+07 7.28415e+05 1.01413e+07 6.88105e+06 3.96385e+06 1.76433e+06 4.75747e+06 2.78127e+06 7.09492e+05 3.48790e+05 9.44433e+05 2.62351e+05 2.83259e+06 9.01292e+06 4.73462e+05 6.10240e+06 1.35726e+07 6.81440e+06 8.69996e+06 1.64594e+06 1.60912e+07 4.51211e-01 8.61866e+06 4.18517e-01 5.97762e+06 1.19360e+00 1.53524e+07 2.95222e+06 3.50680e+05 3.77559e+07 1.91207e+06 9.93762e+05 4.61262e+06 1.09349e+06 6.82584e+06 7.53203e+05 6.79353e+05 6.01157e+04 5.37399e+06 1.40376e+07 8.05702e+05 1.03846e+07 2.30968e+07 5.65103e+06 4.96546e+06 2.59970e+06 2.99888e+07 1.16116e+00 4.57109e+06 1.21362e-03 3.48308e-01 7.47358e-05 6.64230e+06 1.48293e-01 6.21817e+05 3.21905e+06 7.46094e+05 4.35415e+06 5.59872e+06 1.51149e+06 2.92752e+06 1.00029e+06 6.68863e+05 1.61123e+05 2.28197e+00 2.04155e+07 1.09239e+07 2.45325e+07 2.59153e+07 1.05317e+06 1.06733e+07 1.96562e+06 4.87671e+07 2.23566e+06 1.15325e+07 1.83184e+06 2.28010e+06 1.91779e-01 4.11959e+06 2.81493e+05 4.79662e+05 1.64270e+06 1.06955e+06 1.40543e+06 1.44247e+06 6.89667e+05 7.03043e+05 5.40077e+05 1.53454e+05 2.41986e+04 2.40139e+06 2.68242e+06 2.20726e+06 1.24048e+06 1.47468e+06 4.65928e+06 9.18986e+05 2.41749e+06 1.85443e+07 1.94228e-01 3.08107e+06 2.30684e-01 3.84922e+05 8.51062e-01 5.98186e+05 2.60565e+04 5.10842e+07 8.62599e+05 2.16479e+05 6.67743e+05 3.35708e+06 7.76980e+05 3.17219e+06 1.13355e+06 4.00110e+05 1.62737e+04 4.28373e+06 1.19227e+07 1.42160e+05 3.87431e+06 2.04675e+06 2.22131e+06 2.73220e+06 3.22961e+06 2.49888e+07 3.55703e+06 6.41001e+06 1.94989e+04 1.37970e+05 7.08223e-01 2.49928e+07 4.64734e+05 1.21032e+06 1.11365e+07 1.30253e+07 8.61833e+06 3.60522e+07 3.21087e+07 7.26975e+07 1.44566e+07 4.15722e+06 0.00000e+00 2.03091e+07 2.04249e+07 7.70157e+05 9.92647e+06 2.20778e+07 2.09074e+07 1.91184e+07 8.53889e+06 1.01575e+08 2.75111e+00 2.36824e+07 5.75205e+05 3.15459e+06 2.03143e-01 5.88728e+03 1.25954e+02 1.41368e+03 1.03695e+03 2.63379e+02 2.41307e+02 6.31930e+02 2.88911e+02 6.33826e+02 2.11145e+02 8.33123e+01 1.53656e+01 2.64276e+03 1.91393e+03 1.01070e+02 2.57993e+03 5.34837e+03 9.28192e+02 3.55206e+03 4.10502e+03 9.14689e+03 8.39721e+02 1.78735e+03 1.99315e+01 3.08958e+02 2.25720e+01 3.91965e+06 2.99377e+02 2.36090e+05 4.74445e+06 3.15587e+05 8.98140e+05 1.60551e+06 5.60088e+05 9.02553e+05 1.61909e+05 4.51568e+05 2.07757e+00 1.15831e+06 3.06917e+06 1.85360e+05 2.93563e+06 2.20887e+06 1.22913e+06 4.86147e+06 2.46765e+06 1.35231e+07 2.06982e+04 1.13500e+06 1.48438e+01 1.52156e+01 1.28461e+02 3.86422e+07 5.99674e+06 3.71664e+06 1.59598e+07 1.32471e+06 5.58586e+06 5.37411e+07 2.81257e+07 1.42645e+07 2.92908e+02 3.84421e+06 1.67163e+06 1.16777e+07 2.73147e+07 2.76108e+06 3.55872e+07 7.91510e+07 6.84682e+01 2.17672e+07 9.30044e+01 7.13388e+06 2.70535e+01 1.18163e+07 1.39026e-02 3.99004e+00 1.33978e+04 1.47193e+06 1.20789e+05 4.73363e+04 2.41657e+04 4.38747e+03 1.59763e+04 4.52069e+04 1.29294e+04 4.47067e+04 1.37670e+04 5.94126e+03 1.53789e+02 1.35127e+05 1.00068e+05 3.08009e+03 8.67603e+04 7.45041e+04 3.71875e+04 4.73601e+04 1.03874e+05 8.81692e+05 6.84797e+04 1.37699e+05 6.24959e+02 5.27162e+03 1.48379e-01 3.46870e+04 8.84951e+03 2.60233e+03 2.48687e+03 4.69497e+02 1.55668e+03 4.11652e+03 1.13908e+03 3.08743e+03 9.77505e+02 5.48499e+02 1.62715e+01 7.62848e+03 1.00865e+04 1.56382e+03 2.55691e+04 2.48174e+04 1.36427e+04 8.32204e+03 1.62841e+04 7.52693e+04 4.29052e+03 1.08403e+04 7.22232e+01 5.25338e+02 1.31144e-01 4.02094e+03 1.47271e+02 2.44816e+03 2.13941e+04 4.78998e+03 1.58239e+04 3.96982e+04 1.29179e+04 2.83831e+04 1.16120e+04 6.23632e+03 2.38634e+02 6.43213e+03 1.10511e+04 1.48310e+03 2.30588e+04 1.80763e+04 1.05700e+04 9.30231e+03 1.75795e+04 1.98977e+05 1.31122e+04 2.88489e+04 4.29392e+02 2.87825e+03 1.64250e-02 2.62087e+04 1.61359e+03 1.68651e+03 9.98281e+02 3.23479e+02 1.27147e+03 2.55307e+03 9.43612e+02 1.84994e+03 8.68935e+02 4.86089e+02 1.16218e+01 2.97845e+03 4.75787e+03 7.52043e+02 1.29020e+04 8.07258e+03 7.50397e+03 4.39573e+03 8.84696e+03 3.52573e+04 3.18105e+03 5.56905e+03 4.78048e+01 9.43105e+00 8.62399e-04 1.27556e+07 7.38707e+05 1.39322e+08 6.06630e+06 1.21236e+06 4.18657e+06 1.91048e+07 3.65469e+06 1.27008e+07 4.45002e+06 1.73386e+06 9.86439e+04 3.92530e+07 1.38306e+07 5.86461e+05 1.63602e+07 1.07693e+07 6.08038e+06 8.79228e+06 1.36853e+07 1.27068e+08 9.62019e+06 1.57164e+07 5.31666e+04 1.48629e-07 8.82727e-01 2.81143e+06 2.14755e+05 2.40912e+05 4.09629e+05 7.06273e+04 2.32197e+05 5.95136e+05 1.55130e+05 5.19017e+05 1.78054e+05 8.62627e+04 3.03069e+03 6.10141e+05 3.15906e+05 3.00781e+04 8.72163e+05 5.79196e+05 3.41421e+05 3.93172e+05 7.47277e+05 3.40187e+06 3.14080e+05 7.68317e+05 3.15644e+03 2.13465e+04 5.78481e-03 6.66567e+05 6.74005e+04 1.45115e+04 2.74845e+05 2.00206e+04 7.37517e+04 1.51066e+05 8.11923e+04 1.14792e+05 4.46151e+04 2.11489e+04 7.54634e+02 4.98124e+05 1.06577e+05 4.27755e+03 1.93214e+05 1.28491e+05 1.22681e+05 1.53593e+05 8.42630e+04 1.29180e+06 1.12009e+05 2.23855e+05 1.15199e+03 1.46592e+04 1.37913e-01 1.76418e+04 8.86978e+02 5.76518e+03 7.81629e+03 8.60280e+02 3.40676e+03 7.86977e+03 2.62626e+03 6.20003e+03 1.91508e+03 1.08303e+03 3.40501e+01 1.08927e+04 7.21200e+03 2.24568e+03 3.39988e+04 2.30798e+04 1.32698e+04 2.74882e+04 4.70625e+04 1.60533e+05 1.10931e+04 2.15345e+04 3.93470e+02 2.45109e+03 2.57828e-02 1.26249e+06 9.64421e+04 1.14877e+04 6.62090e+03 8.69733e+02 3.26159e+03 1.01808e+04 1.82895e+03 9.00864e+03 3.49504e+03 1.31284e+03 3.40407e+01 3.71614e+04 6.65621e+03 1.57298e+03 3.44426e+04 4.20938e+04 6.60912e+03 1.16416e+04 2.43439e+04 2.61702e+05 1.34220e+04 3.11269e+04 1.61248e+02 1.84577e+03 3.83510e-01 1.67506e+04 7.92587e+03 2.10108e+04 8.51190e+05 2.17323e+05 1.44053e+06 9.08293e+06 1.70958e+06 1.44423e+07 1.23874e+06 1.20320e+05 6.61953e+04 2.97166e+06 2.87272e+06 4.09209e+05 5.27425e+06 1.17307e+07 3.44515e+06 1.39326e+07 3.44038e+06 3.21951e+07 6.71144e+05 1.16675e+07 4.05624e+05 2.17796e+05 3.27198e-02 1.77128e+06 9.43911e-01 2.09867e+05 6.77562e+05 4.86267e+05 8.21589e+05 1.80064e+06 1.46751e+06 6.82931e+05 8.42374e+05 1.19746e+05 7.71452e+04 7.29213e-01 4.15017e+06 2.51717e+05 2.26975e+06 1.94956e+06 5.51950e+05 3.45039e+06 9.26381e+05 8.16562e+06 4.72855e-01 1.66244e+06 1.49271e+00 3.20252e+05 3.55568e-01 4.36042e+05 4.81800e+00 1.66398e+04 8.65062e+04 3.63275e+03 1.14867e+05 3.45166e+05 2.65426e+05 2.33590e+05 1.19183e+04 4.35299e+04 8.38997e+03 4.34329e+02 4.51717e+05 1.22709e+05 2.82374e+05 2.04711e+05 8.93690e+04 4.70144e+05 7.88838e+04 2.02677e+06 2.47700e-01 2.40242e+05 2.28735e-01 5.89378e+04 3.05851e-01 4.48158e+05 4.63405e+04 2.56099e+03 1.76769e+03 5.18045e+02 2.29811e+03 4.68172e+03 1.92261e+03 3.71890e+03 1.20988e+03 7.01673e+02 1.92675e+01 3.80428e+03 1.12734e+04 6.51721e+02 1.63105e+04 1.00826e+04 5.88766e+03 1.37157e+04 2.13682e+04 8.20566e+04 2.88304e+03 7.69730e+03 4.25975e+01 5.40451e+02 2.50693e-02 3.03904e+06 4.40604e+05 1.02147e+07 8.13115e+06 8.42186e+05 1.88198e+06 7.09373e+06 4.63100e+06 1.84712e+06 1.71743e+06 3.90505e+05 1.33375e+06 5.15509e+06 3.40331e+06 1.60703e+05 2.07128e+06 4.60681e+06 2.84553e+06 9.75270e+06 4.02149e+06 1.96753e+07 3.83430e+06 2.16494e+06 2.48450e+03 7.13051e+05 4.05208e-03 1.68352e+04 1.71217e+03 9.73229e+03 9.66821e+03 2.18248e+03 5.58774e+03 8.86873e+03 4.36998e+03 9.48314e+03 4.40022e+03 2.72374e+03 1.41057e+02 1.67985e+04 9.78281e+03 1.32348e+03 1.49429e+04 1.36932e+04 8.09376e+03 7.70536e+03 1.53844e+04 1.11431e+05 8.41724e+03 2.12944e+04 3.99504e+02 2.93097e+03 4.04900e-02 3.03726e+07 1.04836e+06 2.24256e+06 9.42030e+06 4.30227e+06 8.03342e+06 2.08437e+07 1.26607e+07 1.08128e+07 7.29437e+06 2.53441e+06 4.01493e+05 1.76598e+07 1.87242e+07 8.02820e+05 1.87384e+07 1.76820e+07 3.19173e+07 2.34478e+07 1.33909e+07 1.00892e+08 1.18871e+07 2.64966e+07 2.09174e-01 0.00000e+00 2.82442e+00 3.97275e+06 1.68745e+05 1.89506e+04 1.60856e+06 3.47341e+05 2.77458e+05 8.56149e+05 2.06831e+05 5.42579e+05 2.84399e+05 1.33177e+05 8.77217e+03 1.37710e+06 9.05264e+05 7.80633e+03 6.17004e+05 1.12344e+06 3.95174e+05 1.65421e+06 6.06964e+05 7.36622e+06 4.30010e+05 1.15973e+06 6.61004e+04 4.95111e+05 2.38480e-01 6.58010e+06 4.61656e+05 1.21060e+05 2.17021e+05 3.08683e+04 1.15218e+05 3.55017e+05 8.04429e+04 2.33167e+05 7.65683e+04 3.77623e+04 1.65037e+03 4.83378e+05 3.28764e+05 3.18876e+04 1.21698e+06 9.04580e+05 4.83235e+05 6.49432e+05 1.22228e+06 4.45490e+06 1.27167e+05 4.26196e+05 1.58173e+03 1.40394e+04 9.04442e-02 2.01017e+05 2.56356e+04 4.68857e+04 2.48571e+04 4.19886e+03 1.44472e+04 3.12478e+04 1.99546e+04 3.23609e+04 1.39397e+04 5.20834e+03 2.00827e+02 1.12130e+05 4.64100e+04 3.78808e+03 5.53132e+04 4.05551e+04 2.32128e+04 3.73335e+04 5.31180e+04 2.75298e+05 1.74318e+04 4.09201e+04 2.76389e+02 1.74574e+03 9.72943e-02 2.22738e+05 1.17584e+04 1.34835e+03 1.61772e+05 1.23163e+04 3.32247e+04 8.60056e+04 2.62988e+04 7.83558e+04 2.13655e+04 1.22528e+04 3.00131e+02 2.66179e+04 2.42205e+04 3.94988e+03 6.02130e+04 4.81379e+04 4.51589e+04 3.74464e+04 1.62987e+04 2.81621e+05 4.89454e+04 1.20588e+05 1.01249e+03 4.82277e+03 6.86866e-04 4.24048e+06 4.90804e+04 1.17067e+04 1.22767e+06 1.22371e+05 3.19952e+06 4.60519e+06 2.08785e+06 2.21181e+06 2.39822e+06 1.43372e+05 8.70447e+04 5.61864e+06 2.56019e+05 5.43974e+06 1.24608e+02 9.91805e+02 1.36917e+06 4.60538e+06 2.54981e+06 3.83462e+07 3.72123e-01 4.16751e+06 3.20190e-01 8.13767e+05 1.15774e-01 8.34654e+05 1.21009e+05 2.74044e+05 1.56275e+06 8.34485e+05 2.21382e+06 5.19056e+06 3.14980e+06 9.97349e+06 7.19122e+05 7.21920e+05 4.36240e+04 2.01699e+06 6.84101e+06 8.67140e+05 4.94842e+06 1.10060e+07 4.11690e+06 6.76442e+06 3.65225e+06 3.44344e+07 7.53958e+06 1.97824e+07 3.73655e+05 9.81697e+05 1.11326e+00 1.88476e+06 8.01260e+04 6.81144e+05 3.45612e+04 1.94882e+03 1.08494e+05 2.13419e+05 9.59241e+04 9.23081e+04 1.44796e+04 8.93719e+03 1.42268e+02 1.01914e+06 1.08087e+05 1.67556e+04 5.21277e+05 2.52530e+05 1.24663e+05 1.23751e+05 3.32685e+05 2.92478e+06 1.85851e+04 8.64275e+04 1.32371e+02 6.77471e+03 5.42325e-03 3.16100e+04 4.57784e+04 1.61715e+04 1.56177e+04 2.09425e+04 7.21207e+03 1.21259e+05 5.41584e+04 2.36835e+05 2.11622e+04 5.09305e+03 1.50601e+04 4.40191e+04 4.14561e+04 1.25413e+04 1.51516e+05 3.65953e+05 8.11117e+04 4.86423e+04 6.34519e+04 9.65861e+05 2.46247e-03 1.02289e+05 6.79265e-03 7.30505e+04 2.19066e-02 1.02408e+06 6.12223e+04 9.34369e+03 1.33927e+05 2.23715e+04 7.62252e+04 1.85932e+05 3.69655e+04 1.56560e+05 5.34750e+04 2.82022e+04 1.24218e+03 3.35085e+04 2.76220e+05 9.50450e+03 1.97840e+05 1.77466e+05 9.09647e+04 1.44378e+05 2.74530e+05 7.33176e+05 3.49409e+04 8.32728e+04 4.63326e+02 6.05763e+03 6.34758e+01 1.84950e+07 3.44309e+06 3.85958e+06 1.43831e+07 6.35685e+06 3.18978e+06 8.82604e+06 3.53874e+06 1.16724e+07 1.76143e+06 3.63403e+06 1.83542e+06 3.96811e+06 4.15357e+06 1.01426e+06 2.72381e+07 2.00739e+07 5.75647e+06 7.52624e+06 3.83713e+06 1.67612e+07 4.83465e-01 6.59425e+06 2.93764e+04 2.13215e+05 1.32245e-01 6.04509e+05 2.87811e-01 1.87375e+04 7.27463e+04 6.37445e+03 1.28887e+04 1.59996e+05 9.13114e+04 2.95581e+04 1.01767e+04 7.95539e+02 1.01712e+04 6.99208e+04 2.61998e+05 1.54469e+05 2.98569e+05 4.06269e+05 4.55494e+04 6.43683e+04 1.36591e+05 3.26645e+05 3.57627e-01 3.93663e+04 4.77656e-01 1.43752e+04 6.90479e+00 6.77640e+05 5.07471e+04 4.50939e+04 1.40996e+04 4.05196e+03 1.22869e+04 2.73200e+04 1.07491e+04 2.58727e+04 7.72652e+03 5.00530e+03 1.88753e+02 6.46149e+04 4.22891e+04 2.42720e+03 4.59448e+04 3.02590e+04 1.64039e+04 5.73067e+04 8.26493e+04 4.54873e+05 3.07078e+04 5.99149e+04 4.54355e+02 3.67713e+03 2.83278e-01 1.51932e+05 1.83818e+04 2.37809e+06 3.07942e+05 6.42183e+04 1.96778e+05 3.95401e+05 1.54832e+05 4.78158e+05 1.66636e+05 7.63576e+04 5.41165e+03 2.52126e+05 3.45904e+05 3.72365e+04 7.69058e+05 6.30973e+05 3.55663e+05 1.43653e+05 4.17077e+05 3.15244e+06 6.95148e+04 2.39756e+05 1.48929e+03 1.62539e+04 7.51292e-02 2.25574e+06 1.44360e+05 3.26117e+05 2.77326e+05 1.91301e+05 1.88049e+05 5.94292e+05 1.55004e+05 4.64032e+05 1.64261e+05 7.79687e+04 3.01096e+03 6.50159e+05 3.44473e+05 3.06426e+04 7.69180e+05 5.20284e+05 2.62496e+05 5.69129e+05 8.36186e+05 3.91034e+06 4.39837e+05 9.40786e+05 3.86320e+03 2.82886e+04 1.24368e-01 2.50722e+07 4.47477e+05 2.12966e+06 1.44805e+07 1.17967e+07 2.30675e+06 7.19219e+06 3.93992e+06 6.07140e+06 1.78084e+06 1.52235e+06 2.09398e+04 7.35852e+06 2.63511e+07 9.93071e+06 2.00845e+07 2.04745e+07 1.04015e+07 3.50234e+07 2.77365e+06 6.68846e+07 4.93914e-01 9.46814e+06 2.57565e-01 7.33824e+05 1.08767e+00 7.12429e+04 3.09288e+03 6.46765e+03 2.41069e+04 7.78259e+03 1.35635e+04 4.24501e+04 9.68338e+03 2.25323e+04 7.55616e+03 4.75606e+03 3.82663e+02 1.03561e+04 3.09253e+04 2.14917e+03 3.95277e+04 3.31502e+04 1.56379e+04 2.53134e+04 4.95407e+04 1.40191e+05 8.84525e+03 7.19213e+04 7.36611e+02 5.97547e+03 1.55475e-01 7.95656e-03 7.93811e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93791e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93757e-03 7.93757e-03 7.93757e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93793e-03 7.93758e-03 7.93748e-03 7.93758e-03 7.93792e-03 7.70826e-03 3.62201e+06 1.73991e+05 1.28146e+05 1.09598e+05 2.52779e+04 8.45654e+04 2.22678e+05 6.01765e+04 2.07282e+05 7.01512e+04 3.30145e+04 1.46487e+03 4.26462e+05 3.90697e+05 2.19020e+04 4.91968e+05 3.89659e+05 2.24415e+05 1.44077e+05 3.26760e+05 2.45628e+06 1.52195e+05 3.39630e+05 2.84955e+03 1.65401e+04 5.35507e-01 3.45308e+06 5.65840e+05 1.02895e+06 2.41607e+06 1.74199e+06 2.15888e+05 1.07075e+06 1.65140e+06 2.00558e+06 1.64026e+05 1.31536e+06 4.27746e+04 2.25765e+06 5.04929e+05 5.67957e+04 7.32034e+05 1.62814e+06 1.99366e+04 2.55135e+06 1.01394e+06 2.59532e+06 8.86023e+04 2.85095e+05 6.81552e+03 1.95606e+06 3.24589e-01 1.66081e+06 9.37239e+04 4.32651e+07 1.48749e+06 4.72378e+05 8.29765e+05 3.70102e+06 9.69257e+05 2.27043e+06 7.19982e+05 4.45776e+05 4.43929e+04 1.63137e+07 5.62030e+06 2.21674e+05 6.11783e+06 3.40756e+06 2.82862e+06 3.97375e+06 5.03813e+06 3.72293e+07 1.70680e+06 5.94336e+06 3.39878e+04 2.34691e+05 2.01909e+00 7.33750e+06 3.78763e+05 2.23618e+07 1.00907e+07 2.06606e+06 6.93600e+06 1.41459e+07 4.43974e+06 1.55713e+07 4.57734e+06 3.10001e+06 5.25769e+05 1.32908e+07 3.68709e+07 5.09545e+06 1.74921e+07 2.46615e+07 1.01807e+07 2.74910e+07 1.93279e+07 2.02455e+08 9.88202e+06 4.40657e+07 4.98450e+05 2.33350e+06 1.43559e-01 1.27066e+07 9.56980e+05 5.18563e+05 3.95349e+05 8.12547e+04 2.62583e+05 9.16885e+05 2.18520e+05 7.33120e+05 2.51604e+05 1.11271e+05 3.29325e+03 1.94994e+06 3.66321e+06 4.90849e+04 1.44092e+06 1.40678e+06 6.86257e+05 1.03106e+06 1.81011e+06 6.08743e+06 3.97300e+05 9.11301e+05 3.65689e+03 5.29040e+04 2.34424e+00 7.38769e+07 1.81008e+06 6.27907e+07 5.79989e+07 2.87752e+07 4.90300e+07 1.64835e+08 3.47120e+07 1.39510e+08 7.74920e+07 2.12738e+07 5.72437e+04 1.30784e+08 1.22863e+08 8.03972e+06 2.10390e+08 1.62625e+08 1.09935e+08 1.45690e+08 3.20637e+08 2.39362e+09 2.59541e+08 3.87100e+08 2.32836e+06 1.80674e+07 1.27290e-02 1.02043e+06 9.01714e+03 1.09769e+05 9.83942e+05 4.75993e+05 1.99946e+05 6.27861e+05 1.06556e+05 1.40897e+05 7.51381e+04 3.60291e+04 1.34226e+04 6.16813e+05 1.11772e+06 2.49085e+04 5.58128e+05 5.63385e+05 2.08648e+05 4.79687e+05 4.63961e+05 5.90484e+06 9.38540e-01 5.99296e+05 3.91525e-01 7.67962e-01 3.30409e-02 4.96879e+06 9.40386e+05 6.28631e+05 3.55234e+05 8.19393e+05 2.37508e+04 7.32898e+05 2.66985e+05 3.00044e+05 1.28180e+04 1.25105e+05 2.67314e+04 8.80408e+05 5.06107e+05 1.13552e+04 1.46356e+05 3.25516e+05 1.48669e+04 9.40145e+05 2.39902e+05 1.53704e+06 5.75561e+04 4.30967e+05 2.12626e+03 6.10238e+05 6.43899e-01 9.65570e+04 1.33636e+04 2.02109e+03 1.45842e+03 3.09509e+02 1.22461e+03 2.93989e+03 9.50069e+02 1.48915e+03 1.20662e+03 4.16241e+02 1.11327e+01 5.77023e+03 8.87133e+03 1.22844e+03 1.96117e+04 1.65304e+04 8.82888e+03 6.96084e+03 1.40603e+04 8.25793e+04 4.41399e+03 1.11811e+04 1.07078e+02 8.10393e+02 4.15280e-03 4.51807e+06 3.50412e+05 1.44546e+07 3.92277e+06 8.91325e+05 1.72068e+06 7.02437e+06 1.35539e+06 8.27768e+05 8.89646e+05 2.21075e+05 8.23613e+04 1.61177e+06 5.20227e+06 1.27592e+05 4.55923e+06 1.80545e+06 1.11137e+06 1.55187e+06 3.54882e+06 1.79369e+07 3.15334e-01 1.71064e+06 2.31811e-01 1.01945e+05 2.94988e+02 2.50237e+06 1.18287e+06 7.94129e+06 3.49656e+06 1.82639e+06 7.91882e+05 1.69376e+06 2.49622e+05 7.96149e+05 6.45458e+05 4.66024e+05 5.84500e+04 2.08082e+06 3.05235e+06 9.86851e+04 5.53765e+06 1.18252e+05 2.40493e+06 1.16523e+06 6.45813e+05 3.12345e+06 2.15960e+05 1.04054e+06 1.07779e+03 3.09326e+05 6.55311e+00 2.98859e+06 2.08589e+05 3.51479e+05 1.81157e+05 2.94883e+04 1.09545e+05 2.96520e+05 7.86235e+04 2.08359e+05 6.95954e+04 3.63636e+04 1.64651e+03 5.50378e+05 2.29012e+05 2.75140e+04 5.94088e+05 4.82047e+05 2.59705e+05 4.01979e+05 8.06546e+05 2.67981e+06 1.09213e+05 3.51434e+05 2.14930e+03 1.20370e+04 9.54117e-03 4.23381e+05 1.40183e+04 1.51856e+06 5.33615e+05 3.20261e+03 1.66787e+04 2.55233e+04 9.42211e+03 2.87859e+04 7.08722e+03 3.35637e+03 9.87432e+01 8.44672e+05 4.09048e+05 3.39776e+04 6.15608e+05 3.47512e+05 3.50463e+05 4.39759e+05 4.37583e+05 1.97187e+06 1.18584e+05 2.22967e+05 2.36138e+03 1.60038e+04 6.52193e-02 8.81504e+05 2.64575e+05 4.42403e+05 1.65184e+05 5.19427e+04 9.48653e+04 1.89844e+05 7.93896e+04 1.31394e+05 7.84776e+04 5.47390e+04 4.87009e+03 5.32686e+05 2.38972e+05 1.41342e+05 4.83460e+05 3.56252e+05 2.72440e+05 2.84502e+05 4.68732e+05 3.00855e+06 2.25412e+05 5.04014e+05 4.80747e+04 1.66096e+05 5.50652e-01 0.00000e+00 +4.29798e+05 1.46187e+04 6.62192e+03 3.57617e+04 6.98390e+03 2.36961e+04 5.46163e+04 2.16663e+04 6.03132e+04 1.90275e+04 9.83205e+03 1.24650e+02 3.31633e+04 2.85160e+05 3.24744e+03 8.85479e+04 9.12689e+04 4.71934e+04 2.34597e+05 3.64759e+05 4.12736e+05 8.11657e+04 1.27652e+05 1.44429e+03 1.55432e+03 5.88331e-03 2.69479e+05 1.06597e+04 4.00914e+04 1.07197e+04 8.29008e+03 1.18295e+04 1.92119e+04 1.26597e+04 2.69233e+04 7.35575e+03 5.12502e+03 3.94571e+01 6.57136e+04 1.63906e+05 5.68699e+03 1.00333e+05 1.01356e+05 5.16138e+04 5.54879e+04 5.63941e+04 3.48185e+05 1.06681e+05 1.14309e+05 2.32556e+03 3.81389e+03 1.22284e+00 1.37102e+06 6.39732e+04 2.26360e+06 5.14246e+04 2.13200e+04 6.76738e+04 1.49533e+05 8.00029e+04 2.67045e+05 1.05991e+05 4.19746e+04 7.68355e+02 1.24913e+06 2.57532e+06 5.58273e+04 1.33935e+06 1.12731e+06 5.43753e+05 7.52405e+05 1.45152e+06 1.96233e+06 1.35675e+06 1.50119e+06 1.09160e+04 6.59932e+03 5.91435e-02 1.92990e+03 6.93826e+01 1.81061e+03 1.73476e+03 4.89975e+02 1.71956e+03 3.09543e+03 1.87631e+03 3.90711e+03 1.19980e+03 6.37705e+02 1.01576e+01 4.16026e+03 2.13023e+04 2.76285e+03 3.57163e+04 3.69791e+04 1.85032e+04 8.62260e+03 1.46239e+04 1.29178e+05 4.24511e+04 4.64552e+04 1.71913e+03 1.74924e+03 4.07018e-01 1.00088e+06 3.52596e+04 1.81146e+06 1.27224e+05 2.36654e+04 7.67751e+04 1.58579e+05 7.56681e+04 2.16081e+05 8.12176e+04 3.83219e+04 7.88029e+02 1.00219e+06 1.69039e+06 5.49969e+04 1.15793e+06 1.24757e+06 5.56303e+05 2.55883e+05 3.68778e+05 2.06782e+06 5.36824e+05 8.44916e+05 1.24797e+04 9.46624e+03 2.74854e-01 2.65513e+03 1.46983e+02 2.30112e+03 7.93401e+02 3.24632e+02 7.91381e+02 1.31766e+03 7.99926e+02 1.02311e+03 4.20954e+02 3.81963e+02 6.79558e+00 5.66704e+03 3.02743e+04 1.94399e+03 1.43783e+04 1.83911e+04 1.03758e+04 7.50026e+03 1.14606e+04 4.25843e+04 1.33007e+04 1.79838e+04 1.27433e+03 7.34091e+02 9.05155e-02 4.14273e+06 1.20215e+05 2.56116e+06 1.89900e+06 8.23175e+05 7.58023e+05 1.80935e+06 6.63996e+05 6.16829e+05 5.20932e+05 2.56044e+05 1.79865e+04 1.72895e+06 2.84684e+06 1.98037e+05 2.69864e+06 5.58417e+06 1.95536e+06 2.80965e+06 1.27871e+06 1.14678e+07 4.55616e+06 9.01053e+06 3.85735e+03 1.10706e+06 1.38222e-01 8.40924e+00 3.09956e+00 2.16673e+00 5.29635e-01 6.79719e-01 4.40563e-01 7.01458e-01 1.02911e+00 8.89380e-01 6.28899e-01 6.26828e-01 1.43646e+00 2.02375e+00 1.76901e+00 9.27053e-01 1.30462e+00 1.80816e+00 2.89905e-01 9.15883e-01 1.05708e+00 3.02619e+00 8.86658e-01 1.71690e+00 6.04981e-01 1.00316e+00 5.40411e-01 2.30815e+01 2.57417e+00 9.00243e+02 3.21153e+02 7.87730e+01 3.65556e+02 3.13660e+03 1.47053e+02 2.08810e+02 1.02010e+02 1.47657e+02 5.67269e+00 4.53739e+03 6.32221e+03 1.21977e+03 9.47134e+03 1.04575e+04 1.23895e+04 5.71299e+03 5.61270e+03 3.50052e+04 1.38427e+04 1.57783e+04 1.28373e+03 5.86083e+02 1.41517e-01 1.23727e+06 7.79546e+04 2.29993e+06 5.89747e+05 1.46469e+05 4.35828e+05 5.71981e+05 5.01619e+05 2.26165e+05 3.32270e+05 9.32902e+04 9.10279e+03 8.91553e+05 3.11071e+06 3.80541e+04 8.38433e+05 8.69769e+05 7.86878e+05 1.31072e+06 1.05975e+06 1.24042e+07 4.04437e+05 1.76463e+06 6.54766e+03 5.86403e+04 9.85781e-02 5.59914e+04 5.70786e+01 2.67817e+03 8.06265e+03 8.05800e+03 2.55159e+04 3.64033e+04 2.01367e+04 3.74004e+04 1.38162e+04 9.58964e+03 1.77063e+03 9.74703e+03 7.25426e+04 1.95431e+04 6.29216e+04 4.55145e+04 4.41808e+04 3.31752e+04 7.26436e+03 2.98456e+05 2.14644e-01 3.25876e+04 2.14611e-01 2.66200e+03 1.30465e-01 8.99392e+00 1.89920e+00 6.17502e+01 1.30018e+00 7.84275e-01 1.05880e+00 3.23315e+00 1.41294e+00 2.34191e+00 7.83781e-01 5.79375e-01 4.48355e-01 3.70257e+01 2.35538e+01 1.78598e+00 1.40389e+01 1.30173e+01 7.20677e+00 8.79023e+00 1.10478e+01 2.24019e+01 3.82751e+00 4.68493e+00 2.32215e-01 2.13973e-01 2.83002e+02 1.55499e+04 1.52582e+03 2.11588e+04 3.34301e+04 2.39203e+03 6.60612e+03 2.07723e+04 6.21073e+03 2.03970e+04 7.03441e+03 3.83553e+03 6.06772e+01 4.29264e+04 1.38661e+05 8.47098e+03 1.52218e+05 1.86986e+05 9.84553e+04 6.09136e+04 8.87524e+04 5.83070e+05 1.98653e+05 2.56672e+05 5.72926e+03 3.65660e+03 2.83211e-02 1.29358e+03 1.44046e+02 5.12448e+04 8.87779e+03 6.19010e+03 8.21006e+03 4.24096e+04 3.07515e+04 1.58617e+04 4.93551e+03 3.16249e+03 1.31891e+02 6.27074e+04 7.29034e+04 1.71994e+03 2.22014e+04 1.91689e+04 1.54420e+04 3.21602e+04 2.54034e+04 1.71634e+05 9.06167e+04 8.59877e+04 3.44123e+03 1.92978e+03 2.42704e-01 3.42520e+06 1.26749e+05 2.25920e+05 5.59013e+05 5.79047e+05 4.19246e+05 1.12717e+06 4.43119e+05 1.37048e+06 4.66431e+05 2.36829e+05 3.56105e+03 6.81256e+05 2.39462e+06 8.34507e+04 1.72914e+06 1.92308e+06 1.01968e+06 1.16080e+06 1.76807e+06 6.15964e+06 1.75406e+06 2.64188e+06 4.68165e+04 3.60374e+04 1.71410e-01 6.25481e+03 3.60609e+02 5.88908e+03 4.40802e+03 1.30051e+03 3.51422e+03 6.22425e+03 3.24050e+03 7.64391e+03 1.90964e+03 1.50164e+03 3.46191e+01 8.83779e+03 3.23788e+04 4.32344e+03 4.80760e+04 5.84431e+04 3.22787e+04 3.13747e+04 3.74691e+04 1.64193e+05 4.37092e+04 6.11707e+04 3.28281e+03 1.90318e+03 2.38343e-01 6.00791e+05 2.30228e+04 1.73528e+05 3.63741e+04 3.48809e+04 5.07624e+04 3.02801e+05 8.74181e+04 2.20100e+05 7.46548e+03 5.16044e+03 3.17152e+02 1.60145e+05 7.95373e+05 1.24437e+04 3.47159e+05 3.20919e+05 6.65147e+04 4.03884e+05 1.07151e+05 2.09174e+05 2.04424e+05 3.02210e+05 3.50665e+04 9.53019e+04 4.36270e+05 5.16913e+03 6.70543e-02 7.34838e+02 5.00205e+03 1.34997e+03 3.73572e+03 1.67495e+04 3.73482e+03 5.40389e+03 1.82990e+03 6.27877e+02 2.90624e+02 8.58001e+03 2.16694e+04 6.48294e+03 2.26553e+04 1.70384e+04 6.89453e+03 5.51025e+03 1.11081e+04 1.65231e+05 2.72650e-01 3.34481e+04 1.74340e-01 1.99073e+03 9.63437e-02 1.77470e+04 1.50469e+03 3.48395e+03 4.35486e+03 4.83396e+02 1.14104e+03 1.68385e+03 9.54694e+02 2.15605e+03 8.68885e+02 4.63101e+02 9.03168e+00 3.86969e+03 7.44749e+03 2.26787e+03 1.71909e+04 2.43229e+04 1.01847e+04 8.24832e+03 1.45953e+04 4.10536e+04 2.05580e+04 2.92433e+04 1.04133e+03 4.84416e+02 2.11966e-01 2.27660e+05 9.91965e+03 4.52680e+03 1.39436e+04 5.29358e+03 1.31626e+04 3.59404e+04 1.46813e+04 3.91475e+04 1.34889e+04 6.42935e+03 1.26983e+02 1.24701e+04 9.14717e+04 4.26467e+03 6.31350e+04 8.80804e+04 3.39168e+04 5.60930e+04 7.36447e+04 1.72202e+05 7.36105e+04 8.30154e+04 5.20272e+02 1.32609e+03 6.46663e-01 3.90887e+03 1.91097e+02 4.86009e+01 9.41213e+02 9.71364e+01 2.32244e+02 7.13524e+02 2.64235e+02 7.67331e+02 3.58880e+02 1.91058e+02 3.71649e+00 7.80275e+03 1.46942e+04 2.20381e+03 1.39810e+04 1.69640e+04 2.62614e+04 1.29365e+04 6.00859e+03 1.71595e+05 1.16645e+05 1.09657e+05 1.68227e+04 8.34494e+03 2.46993e-01 8.31063e+03 4.93215e+02 1.08579e+03 1.47274e+02 4.22953e+01 1.07361e+02 3.64955e+02 2.61845e+02 4.58597e+02 1.32892e+02 5.55762e+01 4.86207e-01 5.95328e+03 4.64090e+03 4.13567e+01 7.45583e+02 7.79210e+02 7.81511e+02 1.13159e+03 9.96692e+02 2.82741e+03 1.27571e+03 1.33360e+03 5.90364e+01 2.94640e+01 1.76837e-01 2.28813e+05 1.08605e+04 2.13412e+05 9.47269e+04 3.17269e+04 2.70261e+04 8.76787e+04 3.87256e+03 1.12001e+04 1.22485e+03 5.09212e+03 1.89706e+03 4.93025e+04 5.94238e+04 3.12143e+03 4.02318e+04 8.94810e+04 5.22418e+04 1.42700e+05 5.30213e+04 2.36383e+05 2.02158e+05 6.80792e+04 1.21976e+04 5.72036e+04 6.50939e+00 1.13050e+05 8.73333e+03 6.00119e+04 2.69572e+04 2.78331e+04 3.35529e+04 5.30094e+04 3.25801e+04 6.80497e+04 2.03835e+04 1.22329e+04 3.00069e+02 9.43805e+04 9.52885e+04 1.08018e+04 1.75033e+05 1.67755e+05 8.35970e+04 7.67176e+04 1.10191e+05 5.00527e+05 1.61444e+05 1.70966e+05 5.17209e+03 3.55464e+03 7.96923e-01 1.85733e+03 1.34235e+02 4.98106e+03 1.68736e+03 4.59272e+02 1.07994e+03 1.40919e+03 8.95302e+02 2.20659e+03 7.87575e+02 1.05046e+03 6.74228e+00 1.05424e+04 1.15523e+04 7.37698e+02 8.83814e+03 8.79175e+03 7.32890e+03 4.43676e+03 5.63790e+03 2.93257e+04 2.41517e+04 2.80007e+04 1.14329e+03 6.00389e+02 6.39975e-01 2.81830e+07 5.30979e+06 2.16744e+05 1.69832e+06 4.93578e+06 1.08999e+06 4.88168e+05 1.74520e+06 1.20885e+06 1.60362e+05 1.25468e+06 4.67431e+05 2.84489e-01 2.19415e+07 1.03070e+06 1.32846e+07 2.95467e+07 2.34565e+07 1.59417e+07 8.35807e+06 2.52350e+07 4.01670e-01 1.37681e+07 2.68372e+04 7.70228e+06 3.97996e-01 3.17103e+02 1.10608e+01 1.04465e+03 5.06516e+02 2.16656e+02 5.30823e+02 9.42150e+02 5.51844e+02 9.62312e+02 4.10022e+02 3.32005e+02 2.97991e+00 2.18053e+03 5.52849e+03 1.74743e+03 1.26358e+04 1.47478e+04 7.63090e+03 6.60987e+03 9.24785e+03 6.15118e+04 3.08211e+04 3.56736e+04 3.16801e+03 1.69723e+03 6.57010e-02 1.37612e+04 4.43238e+02 4.72896e+05 1.61201e+04 7.78585e+03 1.87918e+04 3.84486e+04 2.04403e+04 6.88214e+04 2.22451e+04 1.00480e+04 9.87540e+01 2.54778e+05 4.21614e+04 2.45369e+03 6.22202e+04 3.72935e+04 2.34432e+04 2.19314e+04 3.89873e+04 2.62783e+05 1.16155e+05 1.29999e+05 1.51871e+03 8.94971e+02 4.45182e-02 1.69061e+05 6.99095e+03 3.22877e+04 1.12954e+05 5.85607e+04 7.08130e+04 1.75809e+05 1.11013e+05 2.09868e+05 4.98999e+04 2.84192e+04 5.90237e+02 2.06978e+05 2.54923e+05 1.83457e+04 4.46764e+05 3.29389e+05 3.91946e+05 4.17815e+05 2.95925e+05 1.40341e+06 5.57256e+05 5.86912e+05 1.45153e+04 1.71991e+04 3.98620e+01 7.57159e+00 6.68805e+00 1.83193e+00 4.72515e-01 6.19219e-01 3.81568e-01 4.72068e-01 3.99915e-01 4.29943e-01 4.51413e-01 4.57960e-01 5.09011e-01 2.44239e+00 5.66932e-01 5.45415e-01 4.94918e-01 6.82140e-01 6.70481e-01 3.43716e-01 3.85494e-01 3.00497e-01 4.80953e-01 4.72689e-01 2.76029e-01 2.21113e-01 1.06548e+00 1.08749e+05 1.20931e+04 1.30770e+03 2.68881e+03 2.24236e+03 4.17192e+03 1.08460e+04 5.58270e+03 8.92907e+03 4.08498e+03 2.86677e+03 6.49124e+01 3.00154e+03 1.38640e+04 7.93104e+02 1.06755e+04 1.13947e+04 4.29994e+03 6.78424e+03 1.03122e+04 7.94341e+04 2.25898e+04 3.05749e+04 7.35668e+02 7.52847e+02 7.28193e-02 5.30221e+05 2.00382e+04 1.69439e+04 4.93005e+04 1.38879e+05 4.73104e+04 6.15843e+04 2.52120e+04 7.13289e+04 2.48491e+04 1.62188e+04 5.35013e+02 4.88036e+04 4.00818e+05 1.40866e+04 1.53952e+05 1.85413e+05 9.67490e+04 9.95622e+04 1.33870e+05 3.84322e+05 6.79552e+04 1.12664e+05 5.04906e+03 3.21914e+03 6.45875e-01 5.48019e+05 2.03591e+04 1.19495e+05 8.77112e+04 1.99311e+04 7.98771e+04 1.16986e+05 5.26047e+04 1.58889e+05 5.56145e+04 2.80207e+04 7.01235e+02 1.47999e+05 2.51962e+05 2.03580e+04 3.39360e+05 4.02721e+05 2.31108e+05 1.47427e+05 2.06666e+05 8.37649e+05 1.90315e+05 2.41818e+05 5.33230e+03 4.80050e+03 8.68952e-01 2.53787e+06 3.76571e+05 1.19643e+07 2.93386e+06 7.47816e+05 3.71941e+06 4.99871e+06 2.65459e+06 4.75275e+06 3.88419e+06 9.36551e+05 3.13765e+05 3.43105e+06 2.89082e+06 1.23818e+05 1.59588e+06 3.54946e+06 1.58618e+06 5.53533e+06 1.39090e+06 2.01805e+07 4.11953e+06 4.42030e+06 7.48111e-04 2.14708e-01 4.92751e-02 9.66506e+03 1.00525e+03 2.02241e+03 1.47206e+03 7.46247e+02 1.48319e+03 2.63722e+03 1.50949e+03 5.19069e+03 1.27185e+03 6.64119e+02 9.58048e+00 4.59730e+03 2.53781e+04 1.59890e+03 1.72238e+04 1.79590e+04 9.62390e+03 1.14159e+04 1.89050e+04 4.96375e+04 1.43316e+04 1.68646e+04 1.46894e+03 9.77763e+02 8.71711e-01 2.05752e+03 7.78843e+01 3.75275e+03 8.22940e+02 1.32026e+02 3.98512e+02 8.87410e+02 3.82348e+02 1.20756e+03 1.00815e+03 1.92631e+02 2.44776e+00 9.83891e+03 2.33350e+04 1.48701e+03 2.42207e+04 2.63340e+04 1.92821e+04 1.71545e+04 2.00802e+04 2.61172e+05 9.82048e+04 1.18206e+05 2.88990e+03 2.00905e+03 6.87029e-02 6.62060e+04 4.72799e+03 2.36304e+03 5.54907e+03 1.67383e+03 4.60099e+03 9.89939e+03 4.48823e+03 1.24337e+04 4.50220e+03 2.45165e+03 3.54825e+01 5.35571e+03 9.13625e+03 1.09460e+03 1.90895e+04 2.04049e+04 1.04286e+04 3.91268e+03 6.10724e+03 4.10784e+04 1.03715e+04 1.44584e+04 2.67013e+02 2.25198e+02 1.70405e-03 3.44162e+05 1.70228e+04 2.82275e+04 1.72693e+04 3.59617e+03 9.68105e+03 2.29440e+04 9.78975e+03 2.70529e+04 9.91389e+03 4.83638e+03 9.36207e+01 1.02813e+05 2.40861e+04 9.10699e+03 1.18827e+05 1.28558e+05 7.60241e+04 4.79513e+04 6.42406e+04 2.45459e+05 3.03418e+04 5.94954e+04 1.65577e+03 9.04687e+02 5.10583e-01 6.39495e+05 1.96927e+05 3.36110e+06 1.18630e+06 2.29506e+05 4.79355e+05 8.92013e+05 2.08059e+05 7.20544e+04 4.41340e+04 7.80339e+04 1.86468e+03 8.41829e+05 7.57384e+05 2.60130e+04 3.35279e+05 7.45707e+05 2.34215e+05 1.33239e+06 5.30150e+05 3.57126e+06 2.77820e+05 1.52438e+06 2.74366e+02 7.87430e+04 1.16803e-01 8.37032e+06 8.43905e+05 1.49063e+07 1.96217e+07 1.55841e+07 1.21100e+07 4.77893e+07 2.54993e+07 4.54010e+07 1.31665e+07 3.69875e+06 1.38711e+00 2.21066e+07 2.59805e+07 5.07345e+05 6.53912e+06 1.45439e+07 7.50463e+06 4.90448e+07 3.00285e+07 1.23802e+08 2.28604e+06 3.18657e+07 1.72328e+05 2.05029e+07 9.46371e-01 1.52670e+07 3.11226e+05 1.52481e+06 3.32453e+06 1.43145e+06 6.04029e+05 2.23446e+06 9.10920e+05 2.26514e+05 6.19080e+04 1.08908e+06 5.08020e+05 1.68285e+00 2.03284e+06 3.94479e+05 5.08440e+06 1.13084e+07 2.39077e+06 7.83409e+06 1.61888e+05 5.83273e+06 9.82718e-01 3.33244e+06 5.38801e-01 7.29141e+05 1.23882e-01 1.23769e+05 1.13697e+04 3.07634e+05 9.55979e+03 3.45419e+03 1.21012e+04 2.24317e+04 1.49208e+04 4.93527e+04 1.35618e+04 6.59210e+03 9.48627e+01 1.05300e+05 1.10444e+05 5.53844e+03 1.22768e+05 8.62417e+04 4.42559e+04 8.11470e+04 1.10126e+05 2.83584e+05 8.54839e+04 7.69519e+04 1.70981e+03 1.83166e+03 4.54316e-01 1.31973e+00 1.44608e+00 4.14698e-01 3.35465e-01 5.90780e-01 3.12811e-01 3.33751e-01 2.94160e-01 3.39231e-01 2.65676e-01 2.74890e-01 4.56873e-01 4.61073e-01 3.67464e-01 3.47536e-01 3.44961e-01 3.78854e-01 3.59759e-01 5.14111e-01 4.55244e-01 3.34735e-01 4.26321e-01 3.48663e-01 3.65296e-01 3.79565e-01 3.45135e+00 1.58855e+05 9.93989e+03 6.79804e+04 5.06603e+04 4.90723e+04 6.59711e+04 1.68382e+05 5.86561e+04 1.62751e+05 4.24732e+04 2.89229e+04 3.66557e+02 1.54211e+05 2.14400e+05 2.02803e+04 4.06767e+05 3.90972e+05 1.81662e+05 1.59779e+05 2.74496e+05 1.27767e+06 4.56919e+05 5.12898e+05 1.39216e+04 8.72555e+03 7.77646e-01 3.11688e+05 3.07989e+04 8.67248e+04 3.71361e+05 3.24393e+04 1.00108e+05 2.23301e+05 1.74268e+05 2.26374e+05 8.41096e+04 4.24452e+04 1.49273e+03 1.30090e+05 1.09332e+06 5.57719e+04 9.40883e+05 1.12127e+06 6.89411e+05 4.63238e+05 5.38338e+05 2.45933e+06 1.08874e+06 1.04864e+06 2.92019e+04 2.00363e+04 4.07552e-01 5.52129e+03 3.32367e+02 3.88668e+03 7.46941e+03 1.83585e+03 5.37527e+03 9.96327e+03 4.33327e+03 1.38636e+04 3.92472e+03 2.57507e+03 5.48810e+01 4.04700e+03 1.47058e+04 1.33976e+03 1.35878e+04 2.35573e+04 1.05266e+04 7.33161e+03 1.25114e+04 4.15100e+04 9.64699e+03 3.21567e+04 2.08030e+03 1.25365e+03 1.15132e-01 7.25053e+03 3.62368e+01 2.60815e+03 7.59206e+03 1.97692e+03 5.53507e+03 1.28190e+04 4.14017e+03 1.03598e+04 5.30758e+03 1.59248e+03 2.42429e+02 5.06348e-02 1.17573e+04 3.34267e+03 1.74811e+04 9.92974e+03 4.18215e+03 1.30644e+04 6.57239e+03 4.73920e+04 4.74396e+02 6.59372e+03 6.39741e-02 3.21501e+03 3.96786e-01 1.02626e+06 2.39221e+04 1.03949e+05 1.71016e+05 3.70491e+04 1.09712e+05 1.81343e+05 6.09143e+04 2.17621e+05 8.55422e+04 4.19357e+04 9.58820e+02 3.74073e+05 4.34817e+05 2.12404e+04 3.82371e+05 4.19647e+05 2.43462e+05 2.47437e+05 3.16205e+05 1.32129e+06 3.85432e+05 4.93613e+05 9.61080e+03 7.50408e+03 2.87100e+00 3.87723e+05 1.92236e+04 4.62488e+04 1.06140e+05 1.38708e+04 3.17357e+04 8.70844e+04 5.36461e+03 5.40444e+04 3.65239e+04 1.88471e+04 5.22456e+02 2.63260e+05 2.29646e+05 8.15690e+02 2.81517e+04 4.13998e+04 1.82002e+04 1.38074e+04 2.73279e+04 5.14116e+05 4.11040e+04 1.66056e+05 1.02811e+03 2.14343e+03 7.04911e-06 8.64577e+05 4.24978e+04 7.63684e+05 1.33881e+05 2.89815e+04 1.02824e+05 1.53154e+05 1.02865e+05 2.65658e+05 7.43693e+04 4.66164e+04 1.12070e+03 5.83386e+05 8.93665e+04 1.56804e+04 2.79598e+05 2.89896e+05 1.51328e+05 1.99426e+05 2.66254e+05 8.70032e+05 1.10425e+05 1.78101e+05 3.66963e+03 3.26656e+03 1.18675e+00 1.02058e+00 2.27896e-01 4.44635e-01 6.08993e+00 1.15106e+00 3.66389e+00 7.83625e+00 4.15282e+00 1.06869e+01 2.58195e+00 1.98791e+00 2.77990e-01 1.00708e+00 1.10224e+01 2.53133e+00 9.48814e+00 5.13655e+00 3.07473e+00 1.23977e+01 4.25192e+00 2.67144e+01 1.09862e+01 2.41281e+01 5.11085e-01 3.83421e-01 2.41726e-01 3.64235e+03 1.28160e+02 4.01663e+03 1.29502e+03 5.28513e+02 1.02822e+03 1.92659e+03 1.03578e+03 2.04216e+03 7.54421e+02 5.49085e+02 9.27711e+00 1.04144e+04 1.53784e+04 4.91126e+03 3.74160e+04 4.66046e+04 2.52711e+04 3.23131e+04 5.34036e+04 5.57297e+04 2.32063e+04 2.61675e+04 1.57905e+03 5.82923e+02 6.91146e-02 5.48514e+04 2.10201e+03 1.28614e+04 2.14830e+04 2.40674e+04 1.39408e+04 2.98090e+04 1.79599e+04 5.31940e+04 1.00924e+04 8.58788e+03 1.22385e+02 3.78844e+04 1.82132e+05 5.43206e+03 1.03290e+05 1.17891e+05 6.13956e+04 6.23407e+04 8.49201e+04 3.26777e+05 1.09171e+05 1.23847e+05 2.55599e+03 2.25469e+03 1.77114e+00 5.28898e+06 9.15289e+05 5.46915e+04 1.87096e+06 1.33909e+06 1.43166e+06 9.11073e+04 1.26102e+05 5.75973e+00 1.51233e+04 1.46252e+04 5.44860e+03 2.74148e-01 7.00934e+06 1.33559e+05 1.72143e+06 3.82870e+06 3.15036e+06 4.20358e+06 6.10723e-01 2.90114e+06 8.27554e-01 2.34864e+06 1.64885e+00 3.35957e+05 2.18969e-01 4.68928e+06 1.93179e+05 1.75184e+06 1.19984e+06 5.19690e+05 8.61409e+05 1.89436e+06 7.86819e+05 2.27724e+06 7.50145e+05 4.09452e+05 8.04427e+03 4.61115e+06 3.65727e+06 1.80822e+05 3.70832e+06 3.86049e+06 2.14829e+06 2.05088e+06 3.20241e+06 1.08822e+07 2.58062e+06 3.86677e+06 6.62425e+04 6.19983e+04 3.56449e-01 1.20043e+05 4.51746e+03 2.49468e+04 6.53980e+04 6.87771e+04 3.98125e+04 9.02871e+04 3.65240e+04 9.62914e+04 3.10985e+04 1.86713e+04 3.11677e+02 8.36026e+04 1.58830e+05 8.59056e+03 1.70438e+05 1.98357e+05 1.14863e+05 9.74687e+04 1.52832e+05 7.12687e+05 2.18038e+05 3.13861e+05 5.43739e+03 4.05788e+03 1.64788e+02 1.12284e+05 7.71061e+03 5.97329e+03 5.58663e+03 2.00903e+03 4.81620e+03 1.02289e+04 4.70638e+03 1.09745e+04 4.04495e+03 2.13165e+03 3.99926e+01 8.01073e+03 1.39814e+05 4.59787e+03 6.05690e+04 7.20588e+04 3.63341e+04 4.03501e+04 6.33819e+04 1.34373e+05 5.40273e+04 6.06874e+04 1.80446e+03 1.03309e+03 2.65850e-02 9.08845e-01 3.90477e-01 3.15270e+00 1.04732e+00 1.48897e+00 1.41774e+00 2.21468e+00 1.37223e+00 2.74500e+00 1.39583e+00 4.36733e-01 1.18561e+00 1.36957e+00 7.13439e-01 5.47820e-01 4.69542e-01 6.16996e-01 5.07610e-01 2.42841e+00 5.44064e-01 6.31050e+00 6.04214e-01 3.35852e+00 7.70533e-01 5.52184e-01 5.17922e-01 3.31921e+06 1.62125e+06 7.20932e+04 1.33397e+05 1.40963e+05 9.04476e+04 7.91164e+04 9.02571e+04 7.19544e+04 8.49357e+04 9.89909e+04 1.12427e+05 6.21390e+04 3.23203e+06 5.68760e+05 5.47490e+05 5.95675e+05 6.13687e+05 3.12666e+05 2.69623e+05 5.45316e+05 5.36818e+05 5.50672e+05 5.69697e+05 5.94525e+05 1.85150e+04 4.46510e+04 1.50122e+04 4.53508e+03 1.28714e+04 4.86677e+03 1.12102e+04 1.28519e+04 7.12401e+03 1.35289e+04 4.74112e+03 3.71821e+03 6.07469e+01 1.21955e+04 2.15765e+04 3.65697e+03 4.46724e+04 4.36955e+04 2.41578e+04 3.00573e+04 4.60351e+04 1.31510e+05 5.32609e+04 6.16889e+04 2.22740e+03 1.36330e+03 1.58292e+00 5.30543e+03 1.18255e+02 2.89143e+02 2.09108e+02 1.17815e+02 3.88972e+03 1.58551e+03 1.10109e+03 5.96045e+03 1.82248e+02 1.71745e+02 1.11966e+01 1.46149e+03 4.07673e+03 8.55126e+02 2.84998e+03 1.33478e+03 2.25956e+02 4.90642e+03 3.10061e+03 1.73410e+04 2.58120e-01 1.74366e+03 2.63704e-01 3.68962e+02 1.03918e-01 2.08651e+05 8.88307e+03 2.68938e+04 6.40421e+04 1.44537e+04 3.52729e+04 9.67316e+04 5.31244e+04 6.85890e+04 4.54023e+04 1.16060e+04 6.94696e+03 1.25315e+05 2.59806e+05 7.03847e+04 1.39936e+05 2.02224e+05 1.03406e+05 2.21310e+05 9.48245e+04 2.14427e+06 1.64177e+05 5.48257e+05 2.10631e-01 3.42254e+04 7.45900e-02 1.54321e+04 1.51660e+03 6.84133e+03 3.59859e+03 1.29752e+03 4.82483e+03 7.77116e+03 4.75229e+03 6.88329e+03 2.21253e+03 3.41975e+03 3.92903e+01 1.12011e+04 2.53923e+04 3.36086e+03 3.41216e+04 3.83403e+04 2.08839e+04 3.15695e+04 4.08156e+04 2.52328e+05 9.40467e+04 1.00017e+05 4.11062e+03 2.85966e+03 2.77599e-01 7.67483e+04 4.73487e+03 5.10867e+05 1.33581e+04 4.96874e+03 1.56931e+04 3.22915e+04 1.83379e+04 3.43076e+04 9.53743e+03 6.27258e+03 1.60910e+02 1.68475e+05 1.15776e+05 3.31129e+03 7.01711e+04 4.90247e+04 2.38642e+04 6.39587e+04 7.53094e+04 5.36840e+05 8.37013e+04 9.66890e+04 2.54777e+03 2.67118e+03 6.01727e-02 3.30128e+04 2.23522e+03 1.60385e+03 1.66656e+03 4.26214e+02 1.28010e+03 3.25758e+03 1.30096e+03 3.91463e+03 1.19182e+03 5.58213e+02 6.08826e+00 4.97173e+03 2.21751e+04 1.51427e+03 3.08412e+04 3.39753e+04 1.79633e+04 6.20716e+03 1.05482e+04 5.20728e+04 1.03260e+04 1.76483e+04 1.94286e+02 1.68166e+02 2.08719e-02 4.48467e+05 1.85906e+03 8.13407e+04 3.07706e+05 1.09251e+05 2.72924e+04 1.91681e+05 7.61816e+04 1.01761e+05 1.11286e+04 1.92393e+04 7.16759e+03 1.79456e+05 5.07669e+05 2.08950e+04 2.94645e+05 5.82894e+05 1.92289e+05 5.74962e+05 2.31813e+05 6.05261e+05 5.62199e+05 5.06339e+05 2.01770e+05 1.45638e+05 1.19986e-01 2.52889e+05 2.68526e+03 7.65185e+04 2.01275e+05 1.42120e+04 2.89937e+05 2.40382e+05 2.58002e+05 4.81238e+05 3.72375e-01 4.87050e+04 7.22595e+03 2.37167e+05 1.01218e+06 3.02924e+04 9.78614e+05 4.94612e+05 2.82540e+05 5.93144e+05 5.17165e+05 9.22774e+06 4.06708e-01 3.61163e+06 8.18924e-04 2.35031e-01 9.46964e-02 1.19831e+06 2.55596e+04 2.95066e+05 1.56144e+05 2.52010e+04 1.16307e+05 1.35551e+05 5.48255e+04 1.60610e+05 5.99097e+04 3.05032e+04 7.90806e+02 7.72229e+05 5.10627e+05 3.02894e+04 5.06360e+05 6.59186e+05 3.29662e+05 2.99109e+05 4.22123e+05 9.83653e+05 1.47088e+05 3.05022e+05 4.92004e+03 3.49803e+03 1.93190e+00 9.89662e-01 1.50149e-01 5.01306e+00 2.68578e-01 4.04564e-01 3.89900e-01 6.13992e-01 3.57933e-01 9.79058e-01 3.04333e-01 1.31417e-01 2.88282e-01 4.88786e-01 5.30039e-02 1.10669e-01 1.15781e-01 1.55851e-01 1.11507e-01 1.25952e+00 2.03906e-01 1.63442e+00 2.04330e-01 9.86525e-01 1.48617e-01 1.34445e-01 2.87133e-01 2.00704e+04 3.09266e+04 8.25336e-02 2.35786e-01 2.39786e-01 2.45788e-01 8.06369e+02 8.13951e-02 1.52210e-01 1.66458e-02 2.87775e-02 1.07210e-02 9.20516e+03 4.04213e-01 4.07519e+02 1.12264e+04 7.88599e+03 2.38278e+03 2.17358e+04 1.20277e+04 3.01555e+04 9.70427e+03 4.59995e+03 2.22683e+00 6.39100e+02 1.95613e-01 7.61286e+05 2.83723e+04 7.70423e+04 2.29651e+05 1.11191e+05 1.34572e+05 3.41975e+05 1.24442e+05 3.62920e+05 1.27676e+05 6.75143e+04 1.19865e+03 1.80954e+05 3.43887e+05 5.18150e+04 1.05014e+06 1.28898e+06 6.45942e+05 2.58614e+05 3.95623e+05 1.51621e+06 4.51763e+05 6.64154e+05 1.23281e+04 7.43536e+03 1.50322e-01 1.91152e+05 1.30044e+04 1.21539e+05 2.40826e+04 5.51978e+03 1.13604e+04 2.36518e+04 1.03949e+04 3.17863e+04 1.19568e+04 6.90390e+03 2.23396e+02 6.89802e+04 8.28739e+04 7.79146e+03 9.66809e+04 1.17116e+05 7.27505e+04 2.51414e+04 3.64640e+04 1.90649e+05 4.90490e+04 6.29896e+04 1.36150e+03 1.00021e+03 8.60544e-01 1.22243e+05 3.39483e+03 1.31375e+05 1.03096e+05 2.03413e+04 1.24371e+05 2.44078e+05 1.30901e+05 1.90913e+05 4.65747e+04 3.08805e+04 2.29472e+02 1.67855e+05 3.18801e+05 1.63299e+04 9.32578e+05 3.01249e+05 1.33986e+05 2.45708e+05 2.56329e+05 3.99876e+06 1.87152e+05 3.73289e+05 3.91762e+03 7.82383e+03 2.15207e-05 1.55936e+05 1.21482e+04 4.47033e+03 1.11764e+04 8.99465e+03 9.14740e+03 1.81459e+04 8.12288e+03 1.71027e+04 5.51686e+03 4.07133e+03 1.15637e+02 8.36484e+03 2.47270e+05 8.57010e+03 1.10769e+05 1.43920e+05 7.98901e+04 5.77075e+04 8.43711e+04 9.68449e+04 1.15194e+04 2.49778e+04 8.72751e+02 6.45338e+02 2.77214e-02 4.43379e+05 1.94315e+04 4.57407e+04 7.20250e+04 8.72335e+04 6.16418e+04 1.35622e+05 5.24712e+04 1.39037e+05 4.25027e+04 3.21010e+04 4.65295e+02 1.13518e+05 2.42353e+05 1.56773e+04 2.70075e+05 3.01878e+05 1.44878e+05 1.07580e+05 1.65707e+05 8.54063e+05 3.14811e+05 3.32889e+05 8.30450e+03 1.13072e+04 2.40720e-01 1.15225e+04 3.71892e+03 4.50245e+04 8.36178e+05 2.89232e+06 7.05969e+05 8.30504e+05 5.71145e+05 9.43631e+06 2.60682e+05 1.48917e+06 5.54789e+05 7.78915e+05 1.74956e+06 2.20388e+05 2.84055e+06 6.31778e+06 2.93850e+05 1.81208e+06 9.71147e+04 4.47945e+06 9.91904e+04 5.31632e+05 6.93677e+03 1.99085e+06 1.83972e-02 4.39699e+03 9.44343e+00 1.01946e+02 1.72557e+03 6.27733e+02 1.01029e+03 4.87176e+03 1.12339e+03 3.11794e+03 2.19655e+03 1.78761e+02 3.55010e+01 1.97680e+03 4.41334e+03 8.39700e+02 2.17583e+03 4.19552e+03 9.47287e+02 3.72929e+03 3.63137e+03 2.22389e+04 2.25974e+03 5.27599e+03 1.77963e+00 9.57670e+02 3.23735e-02 1.24168e+00 5.34386e+00 1.32610e-01 7.10830e-01 1.48890e-01 1.70138e-01 1.49321e-01 2.60221e-01 2.03363e-01 1.08040e-01 1.26626e-01 4.11969e-01 7.73060e-01 3.60635e-01 3.13987e-01 2.37410e-01 2.44980e-01 6.52148e-01 8.12269e-01 2.41319e-01 2.09521e-01 3.82657e-01 4.00401e-01 5.45459e-01 4.19298e-01 7.03824e-01 9.11945e+00 4.35152e-01 1.12822e+01 1.00438e+01 6.64479e+00 2.04491e+00 1.53667e+01 6.14293e+00 1.28837e+01 4.58441e+00 1.10006e+00 1.98047e+00 2.06266e+00 2.09196e+00 4.21498e-02 5.43265e-01 1.20830e+00 5.75134e-01 5.78144e+00 1.11685e+00 6.86676e+00 1.36747e+00 1.57253e+00 1.99483e-03 5.72517e-01 5.11453e-01 2.36530e+07 2.82927e+06 1.86189e+07 1.13299e+07 2.39060e+06 2.94858e+06 5.33421e+06 1.56619e+06 2.18085e+06 2.70167e+06 3.17871e+05 3.57554e+04 1.33830e+06 1.17808e+07 5.29182e+05 6.82056e+06 1.51699e+07 5.20929e+06 1.35416e+07 1.29012e+06 1.84468e+07 5.41997e+04 2.07134e+06 2.22590e-03 6.38833e-01 3.97911e-02 3.07439e+07 3.69163e+05 8.71891e+04 1.83943e+06 7.51615e+05 3.58087e+05 3.10797e+05 7.02330e+05 3.27435e+05 6.92329e+04 2.28629e+05 3.08521e+04 6.15994e+04 6.30750e+05 6.55395e+05 8.44731e+06 1.87880e+07 2.80106e+06 9.24825e+06 1.60640e+05 1.01551e+07 3.25751e+00 3.18374e+06 1.83594e+03 5.26916e+05 2.93355e-01 4.65365e+05 2.99164e+04 1.12099e+07 5.55222e+05 8.68163e+04 1.89819e+05 3.93839e+05 1.69207e+05 5.18657e+05 3.06702e+05 1.19806e+05 5.57930e+03 4.22094e+06 2.68323e+06 1.12108e+05 1.60589e+06 1.95639e+06 1.04446e+06 2.15371e+06 2.72661e+06 5.93911e+06 5.35801e+06 4.53360e+06 3.83020e+04 4.86109e+04 3.54267e-02 3.39784e+04 4.21485e+03 2.77322e+03 3.71930e+04 2.73709e+03 3.52360e+04 2.17570e+05 1.29129e+04 1.48208e+05 2.56748e+03 2.26866e+03 4.77359e+02 1.11405e+04 2.00291e+04 5.47896e+03 3.04387e+04 1.78765e+04 1.36800e+04 3.49003e+04 8.25868e+03 2.38337e+05 2.83488e+00 4.07421e+04 5.46545e-01 2.06507e+03 4.32430e-03 7.17669e+00 4.29251e-01 1.30472e+01 9.95172e+00 2.41189e+00 1.37675e+00 5.17598e+00 3.09333e+00 8.01230e+00 7.27928e-01 3.25235e+00 2.63215e+00 5.46779e-01 1.63208e+00 8.06036e-03 1.03889e-01 2.31064e-01 1.00205e+00 4.00382e+00 7.82764e-01 3.75433e+00 2.57551e-01 2.17643e+00 8.83008e-04 2.53423e-01 4.45664e-01 3.78023e-01 1.49177e-01 2.26190e+01 2.46100e-01 4.09839e-01 4.24598e-01 6.05222e-01 3.05327e-01 7.49630e-01 2.87154e-01 1.28820e-01 1.71831e-01 3.99857e-01 1.53609e-01 1.50305e-01 1.57213e-01 2.05552e-01 1.81418e-01 1.00265e+00 2.03264e-01 1.63165e+00 1.92128e-01 1.14443e+00 2.66889e-01 1.61250e-01 1.60734e-01 3.61321e+04 1.44812e+03 9.26065e+03 9.25939e+03 2.11130e+03 4.29439e+03 9.38458e+03 6.24170e+03 9.02635e+03 3.04123e+03 1.68003e+03 3.24660e+01 2.87468e+04 4.26449e+04 2.86831e+03 5.59339e+04 4.70783e+04 3.04785e+04 1.67826e+04 2.63599e+04 1.56214e+05 3.70059e+04 4.70428e+04 2.50563e+01 6.93328e+02 5.56077e-02 3.75101e+06 3.24476e+05 2.35986e+05 5.21062e+06 4.49415e+05 2.78381e+06 4.39641e+06 2.58160e+06 5.80399e+06 8.87180e+05 7.90135e+05 7.77419e+04 4.40409e+06 2.15107e+06 4.07421e+05 1.77892e+07 3.71193e+06 2.78215e+06 8.57648e+06 4.41641e+06 7.42349e+07 2.97802e-01 2.36213e+07 3.19109e+04 6.64458e+05 1.43191e+02 1.03575e+04 3.49129e+02 6.35965e+03 6.27195e+03 1.97279e+03 4.47868e+03 1.22072e+04 3.70281e+03 1.11729e+04 3.63467e+03 1.97351e+03 4.56813e+01 9.25730e+03 1.70606e+04 7.89872e+02 1.70426e+04 1.64019e+04 8.78625e+03 1.12497e+04 1.57152e+04 1.26501e+05 3.55206e+04 5.87811e+04 1.07586e+03 7.11354e+02 7.53393e-02 2.02115e+07 3.31198e+06 9.21097e+05 3.51848e+05 4.14114e+05 2.30581e+05 1.98992e+05 2.88334e+05 4.90055e+03 5.70345e+03 2.01461e+05 3.98582e+03 1.57898e+06 6.41136e-01 1.56901e+04 2.02228e+05 4.49784e+05 1.17505e+05 1.96419e+06 2.58801e+05 2.27769e+06 2.56323e+04 4.73883e+05 2.04033e-03 5.85574e-01 7.84845e+01 1.42044e+05 3.68955e+03 2.64752e+03 1.97451e+04 5.03152e+03 3.90747e+03 1.84913e+04 1.69557e+03 3.17075e+03 3.46754e+02 9.94862e+03 3.70635e+03 1.38062e+04 2.81565e+04 3.45833e+02 4.45740e+03 9.91388e+03 2.29636e+04 2.68057e+04 1.56480e+04 2.98063e+04 1.01218e+04 1.20031e+04 4.32978e+01 1.24265e+04 3.51830e+01 1.99067e+04 3.07491e+03 3.67966e+06 4.80280e+04 2.11388e+04 1.53058e+04 5.88511e+05 3.89486e+04 1.71132e+04 2.88503e+03 2.96335e+04 3.41143e+03 3.45798e+04 4.00287e+04 3.52398e+03 4.54201e+04 1.01021e+05 2.60658e+04 2.44032e+04 6.42191e+04 1.28383e+06 5.59891e+03 4.44881e+04 1.40111e+03 1.24752e+04 7.33188e-02 4.34358e+05 2.89361e+01 4.32577e+03 1.17341e+05 6.59885e+04 8.12754e+03 3.88980e+04 5.06945e+04 2.07611e+04 4.25684e+04 1.48878e+04 5.54645e+03 1.10830e+05 1.47129e+05 2.03983e+04 6.36263e+04 7.11389e+05 1.83144e+04 4.56671e+04 3.87139e+04 3.49963e+05 2.36486e+05 1.17964e+05 3.95493e-03 1.13507e+00 2.24481e+00 2.83578e+05 4.95629e+03 7.72299e+04 1.85229e+04 7.04090e+03 3.31092e+04 2.58782e+04 9.38799e+03 3.45053e+04 1.14819e+04 5.84213e+03 6.85087e+01 2.68675e+05 1.52326e+05 5.69202e+03 1.43333e+05 1.32651e+05 6.88389e+04 1.94387e+04 4.62216e+04 3.44261e+05 1.01220e+05 1.35394e+05 1.77019e+03 1.48558e+03 9.38686e+00 8.43438e+03 5.96885e+03 7.66917e+02 6.50125e+04 4.35744e+03 6.08684e+04 2.57690e+04 1.82000e+04 1.17789e+04 5.47477e+02 2.04549e+03 1.24354e+03 1.15040e+05 2.23454e+05 5.79252e+04 3.14948e+05 1.97977e+05 8.18352e+03 1.71506e+05 7.27833e+04 7.00116e+05 5.06530e-01 1.37326e+05 1.41795e+00 5.59124e+03 2.11436e+00 1.67743e+05 6.15583e+03 5.08472e+04 7.42714e+04 2.28986e+04 6.24993e+04 9.13409e+04 4.46712e+04 1.59550e+05 3.40965e+04 3.12919e+04 4.78412e+02 1.30572e+05 2.70918e+05 2.50912e+04 4.14300e+05 4.86953e+05 3.00160e+05 1.81747e+05 2.26544e+05 2.14182e+06 7.73520e+05 9.88021e+05 2.52799e+04 1.62566e+04 1.66238e+00 1.32102e+04 8.68319e+02 1.31781e+04 4.23454e+03 2.25175e+03 3.96708e+03 8.66746e+03 4.21959e+03 9.00539e+03 2.99022e+03 1.91815e+03 2.96403e+01 2.58895e+04 1.13414e+04 8.74690e+02 1.56094e+04 1.62301e+04 8.10649e+03 5.47320e+03 9.18667e+03 7.98612e+04 2.27959e+04 2.65977e+04 6.08559e+02 4.63679e+02 1.06811e+00 1.70290e+05 1.22938e+04 2.23541e+03 1.77620e+03 3.44553e+02 1.38259e+03 2.84908e+03 1.22503e+03 3.32030e+03 8.82129e+02 5.14130e+02 3.81800e+00 5.59725e+03 6.97892e+03 2.05667e+02 6.53866e+03 7.21344e+03 3.38147e+03 6.19379e+03 1.11503e+04 2.32923e+04 6.83721e+03 7.86492e+03 7.25532e+01 7.02350e+01 5.30662e-06 2.89136e+04 8.50118e+02 1.62921e+06 1.72656e+04 2.74928e+03 1.28490e+04 2.42848e+04 1.29324e+04 5.17970e+04 1.73526e+04 6.56612e+03 1.00224e+02 6.39032e+05 6.47961e+04 3.46124e+03 1.12759e+05 9.05262e+04 3.31907e+04 4.94005e+04 8.77527e+04 5.21402e+05 3.20797e+05 2.69819e+05 1.19310e+03 1.64084e+03 9.53696e+01 9.19007e+02 3.06841e+01 2.13819e+03 2.63812e+04 1.06078e+04 1.81918e+04 3.24698e+04 1.68225e+04 4.17059e+04 1.90952e+04 1.29075e+04 2.29967e+02 5.26462e+03 2.08020e+04 4.91459e+02 1.57309e+04 1.30292e+04 6.25304e+03 7.82619e+03 9.31412e+03 1.58542e+05 4.11417e+04 5.32267e+04 2.07630e+03 1.94093e+03 9.53568e-02 3.48297e+05 3.54153e+02 1.48183e+04 2.11971e+05 2.57408e+05 1.63608e+05 1.10857e+05 4.26014e+04 1.28977e+05 2.61930e+04 4.64315e+04 1.09206e+04 1.41976e+04 4.72066e+05 1.61205e+05 6.54977e+05 8.19203e+05 1.28902e+05 8.51740e+05 3.79489e+05 8.80905e+05 3.82138e-01 1.90878e+05 5.42109e-01 1.44933e+05 1.52932e+01 1.43312e+01 1.61887e-01 1.16889e+01 1.60345e+01 3.92009e+01 1.83807e+01 7.78741e+01 9.95714e+01 5.32264e+01 9.64234e+00 2.76965e-01 8.48935e-02 5.64770e+01 4.28175e+02 1.84768e+02 3.39661e+02 2.46383e+02 2.05447e+02 3.67478e+02 4.01943e+02 2.66840e+03 3.16546e+01 1.02560e+03 2.60533e+01 1.67004e+01 8.90089e-01 3.45355e+00 2.96136e+01 4.31918e-02 3.11354e-02 5.24222e-01 2.07333e-02 2.90642e-02 2.24395e-02 4.67903e-02 2.66566e-02 3.29113e-02 6.34429e-02 3.56167e-01 1.11705e+00 1.50348e+00 1.19170e+00 3.35499e-01 1.43520e+00 5.00146e-01 3.49373e-01 9.20762e-01 1.35243e+00 1.28231e+00 1.98200e+00 2.35062e-01 2.35892e-01 3.26011e+05 1.15113e+04 3.50725e+04 1.77454e+04 3.00742e+03 1.73016e+04 3.27355e+04 1.77677e+04 4.18747e+04 1.25517e+04 7.37143e+03 1.28272e+02 6.81330e+04 1.06474e+05 7.08714e+03 9.07215e+04 9.92493e+04 5.50163e+04 6.52120e+04 8.48554e+04 2.74915e+05 9.00777e+04 9.12127e+04 3.57865e+03 2.67064e+03 2.32483e-01 1.91050e+05 1.00110e+04 3.81766e+03 1.08794e+04 2.54085e+03 7.71448e+03 1.45675e+04 7.04914e+03 1.78992e+04 6.74320e+03 3.57658e+03 7.41640e+01 1.29137e+04 2.48245e+04 3.46233e+03 6.28503e+04 7.07986e+04 3.50360e+04 2.10921e+04 4.49135e+04 1.38505e+05 2.54535e+04 3.99155e+04 8.26103e+02 6.99801e+02 1.59895e+01 3.78164e+06 3.66946e+05 6.15587e+06 2.10874e+06 4.44149e+05 5.75123e+05 2.16004e+06 5.20804e+05 3.82991e+06 2.79210e+05 1.22326e+05 2.79651e+04 2.16251e+06 8.41308e+05 1.68012e+05 2.16548e+06 4.81633e+06 2.38496e+06 1.96240e+06 2.02252e+06 6.24201e+06 5.50029e+04 9.89631e+05 2.60330e+00 1.25508e-02 3.96169e-02 2.35825e+04 5.07132e+03 2.31586e+03 3.09015e+03 1.31379e+03 1.34066e+03 2.95300e+03 1.48895e+03 3.63721e+03 1.14264e+03 5.58144e+02 7.19716e+00 6.92092e+03 6.40657e+04 5.94354e+03 7.26173e+04 8.09146e+04 4.90469e+04 2.47691e+04 3.56587e+04 1.17310e+05 4.62233e+04 5.30258e+04 1.37610e+03 6.98016e+02 7.34741e+02 6.25074e+05 2.95481e+04 3.98130e+03 3.95911e+04 9.59927e+03 2.25256e+04 5.63238e+04 1.94336e+04 6.73019e+04 2.81262e+04 1.30894e+04 2.28178e+02 1.44672e+04 9.94875e+04 5.61061e+03 1.00656e+05 1.07823e+05 5.62636e+04 4.21139e+04 6.81009e+04 2.89470e+05 7.87059e+04 9.66324e+04 1.92661e+03 1.33548e+03 1.71286e-01 2.37237e-01 1.42763e-01 3.15091e-01 1.25181e-01 3.08991e-01 3.14125e-01 5.89529e-01 2.70093e-01 8.28622e-01 3.22467e-01 9.65997e-02 1.81078e-01 3.07893e-01 2.92899e-01 3.15544e-01 3.67264e-01 4.72981e-01 2.60454e-01 1.93942e+00 4.64728e-01 5.83603e+00 4.12251e-01 3.29150e+00 7.28060e-01 6.59387e-01 4.80056e-02 1.39109e+05 2.01011e+04 4.58670e+04 1.04960e+04 2.02055e+03 5.43763e+03 1.30580e+04 5.41642e+03 1.55856e+04 5.26741e+03 2.43126e+03 4.42508e+01 5.46966e+04 5.51550e+04 4.37877e+03 5.50592e+04 5.45828e+04 3.22369e+04 2.20671e+04 3.40217e+04 1.46356e+05 4.00573e+04 6.53320e+04 1.13054e+03 6.71848e+02 7.47712e-01 5.27308e+04 2.73577e+03 2.26049e+03 1.00694e+05 1.04836e+05 2.36903e+04 4.58670e+04 2.39292e+04 1.48392e+04 1.62283e+03 3.55982e+04 6.63727e+03 4.97575e+04 6.50875e+04 4.97231e+03 6.40875e+04 1.42540e+05 1.64031e+05 1.17244e+05 6.92116e+04 3.78405e+05 3.51640e+04 1.19213e+05 3.92754e+01 1.12720e+04 3.63369e+00 6.30912e+06 1.44806e+05 7.07785e+06 5.59591e+06 1.49194e+06 8.69552e+05 4.73279e+06 2.09013e+06 2.34322e+06 4.08377e+06 5.96154e+05 9.04611e+04 2.39741e+06 1.06084e+07 7.36580e+05 9.49370e+06 2.11153e+07 6.71754e+06 1.06632e+07 2.74084e+06 4.08823e+07 7.03214e+04 1.12213e+07 4.67877e-04 1.34281e-01 7.12794e-02 3.04587e+03 1.52193e+02 2.37904e+03 3.48019e+03 9.48521e+02 3.62608e+03 7.17597e+03 3.49396e+03 8.19545e+03 2.46722e+03 1.29546e+03 1.60548e+01 5.82098e+03 8.20843e+04 5.97674e+03 8.44608e+04 8.08802e+04 4.52622e+04 2.81135e+04 4.62764e+04 2.91812e+05 1.05569e+05 1.10105e+05 3.69683e+03 3.31440e+03 4.43382e-02 7.38203e+05 1.53069e+03 2.97858e+05 1.56052e+04 8.97454e+03 6.91731e+03 1.72083e+04 8.72639e+03 1.77321e+04 6.09100e+03 2.68258e+03 8.10776e+01 1.78714e+04 8.71378e+04 3.81873e+03 1.77091e+05 1.97518e+05 7.02379e+04 1.21297e+05 1.12857e+05 5.45752e+05 1.31935e+05 1.39154e+05 4.58885e+03 5.90189e+03 8.40092e-01 3.62383e+04 1.22343e+03 2.45938e+03 1.35712e+04 3.48591e+02 1.70935e+03 2.87399e+03 2.01684e+03 2.01806e+03 1.11790e+03 5.63777e+02 5.71430e+00 3.57721e+04 3.87953e+04 2.05477e+03 4.73660e+04 5.37856e+04 4.34044e+04 3.37146e+04 1.69565e+04 1.01870e+05 7.51197e+04 5.85843e+04 7.23483e+02 2.02992e+03 8.40368e-02 1.40980e+06 8.65063e+04 2.53366e+05 2.70585e+05 1.41423e+05 1.85912e+05 4.54212e+05 2.15386e+05 6.65142e+05 1.76839e+05 9.04360e+04 1.27180e+03 4.20724e+05 8.65065e+05 4.26036e+04 7.48017e+05 7.21573e+05 3.26477e+05 3.38207e+05 5.80656e+05 2.86847e+06 1.33543e+06 1.54184e+06 9.13924e+03 1.89108e+04 2.42776e-01 3.55065e+05 1.64474e+04 5.41877e+04 2.28971e+04 4.60997e+03 1.17682e+04 2.35898e+04 1.35098e+04 4.10079e+04 1.67442e+04 6.14997e+03 2.86009e+02 1.58160e+05 2.72977e+04 5.68231e+03 9.10596e+04 8.38210e+04 3.97563e+04 6.07614e+04 1.02187e+05 2.41833e+05 9.16511e+04 9.63661e+04 1.47884e+03 1.03187e+03 4.44093e+01 1.82375e+06 7.27167e+04 3.03912e+05 1.45222e+05 5.89059e+04 1.26299e+05 3.65611e+05 1.65293e+05 5.49318e+05 1.86907e+05 7.59702e+04 1.07176e+03 3.05458e+05 5.16363e+05 2.96991e+04 7.23557e+05 7.38905e+05 3.55084e+05 4.54420e+05 7.00299e+05 1.03667e+06 4.10763e+05 5.06811e+05 4.34254e+03 3.80225e+03 8.54169e-02 2.64276e+03 8.02869e+01 3.22856e+03 1.01343e+03 2.29215e+02 3.10958e+02 7.76511e+02 3.54949e+02 8.46131e+02 3.24496e+02 1.80049e+02 3.78331e+00 4.24926e+03 1.02042e+03 1.27729e+02 2.36208e+03 2.20258e+03 1.30420e+03 1.01275e+03 7.71685e+02 1.03754e+04 4.98670e+03 5.02115e+03 1.38120e+02 4.35703e+01 2.86573e-02 6.87008e+05 3.06487e+04 1.32067e+04 1.59089e+04 3.75824e+03 1.84038e+04 2.55111e+04 9.80129e+03 5.10595e+04 2.01084e+04 7.87206e+03 1.07824e+02 3.95507e+04 2.27133e+05 9.16308e+03 2.04035e+05 2.09350e+05 1.07242e+05 7.86995e+04 1.41700e+05 7.03869e+05 1.84549e+05 2.12604e+05 2.99004e+03 3.37733e+03 8.58872e-02 2.69501e-01 1.84529e-01 1.35764e+01 3.80002e-01 8.02753e-01 6.03659e-01 8.38629e-01 4.54607e-01 1.54703e+00 4.00185e-01 2.36926e-01 2.39967e-01 2.68482e-01 3.15629e-01 3.51311e-01 3.36665e-01 3.32435e-01 4.15790e-01 1.65966e+00 3.48690e-01 2.91198e+00 1.61477e-01 2.15581e+00 2.56257e-01 3.36874e-01 8.74295e-02 9.77180e-05 1.41673e-05 3.74162e-05 1.59228e-05 3.23764e-05 8.11306e-06 4.39394e-05 2.18749e-05 4.09065e-05 4.47356e-06 7.73395e-06 2.88127e-06 2.29220e-04 1.63943e-04 3.57702e-06 4.61038e-05 1.02541e-04 1.63379e-04 1.20021e-04 2.27067e-05 2.99056e-04 1.39318e-04 4.14313e-04 4.14694e-04 1.11913e-04 3.14623e-02 1.69810e+04 1.62782e+03 6.90830e+03 1.27255e+04 3.69142e+03 1.01270e+04 2.15835e+04 1.73846e+04 2.54902e+04 7.91918e+03 4.75513e+03 1.60836e+02 1.54335e+04 1.43831e+05 3.91723e+03 5.62206e+04 5.98325e+04 3.13248e+04 3.75229e+04 4.54921e+04 3.65812e+05 1.53688e+05 1.55380e+05 4.81729e+03 3.32946e+03 6.60681e-01 7.37254e+05 3.83391e+04 1.60506e+05 2.19049e+05 6.47447e+04 3.04037e+05 2.00586e+05 1.17514e+05 1.57184e+05 3.46124e+04 3.38472e+04 4.30333e+04 4.28049e+05 7.44783e+05 1.99117e+04 5.80834e+05 3.64785e+05 9.90365e+04 3.23134e+05 3.71343e+05 3.20994e+06 1.68207e+00 5.30593e+05 2.10855e+02 6.05153e+04 1.36692e-01 2.01788e+05 1.07414e+04 3.59146e+04 3.00510e+04 2.15685e+04 2.20200e+04 4.73352e+04 2.22675e+04 4.90305e+04 1.54176e+04 9.29949e+03 1.68077e+02 6.50355e+04 8.68071e+04 6.82022e+03 1.00935e+05 1.07990e+05 4.71208e+04 3.50969e+04 5.72359e+04 3.31529e+05 1.14059e+05 1.29694e+05 4.36111e+03 1.72601e+03 1.46619e-01 3.38895e+06 2.08166e+05 1.24881e+05 2.06356e+05 1.82332e+04 3.03044e+04 8.96711e+04 3.06441e+04 1.12890e+05 5.56289e+04 2.38890e+04 3.18150e+02 6.62797e+05 3.22509e+05 2.05400e+04 4.73613e+05 3.96466e+05 4.86820e+05 2.82949e+05 1.53948e+05 7.36756e+05 3.77265e+05 5.88892e+05 2.12273e+03 2.60583e+03 1.85003e-04 5.26227e+05 2.30583e+04 2.73736e+05 8.61039e+04 2.02464e+04 3.98068e+04 9.67547e+04 3.62619e+04 1.27025e+05 5.13620e+04 2.41155e+04 7.80884e+02 2.78650e+05 4.37559e+05 2.45870e+04 4.12771e+05 6.26316e+05 3.69042e+05 3.18074e+05 4.23883e+05 6.02537e+05 3.89754e+05 4.56534e+05 1.82929e+04 4.39947e+03 8.89405e-01 1.71614e+02 4.61083e+01 2.21099e+03 4.61016e+01 6.55272e+00 4.32098e+01 3.01355e+01 4.44221e+01 2.33933e+01 1.25391e+01 4.26710e+00 5.97562e+00 1.61425e+02 2.60799e+02 3.28953e+01 1.57964e+02 1.32082e+01 2.34936e+01 3.59768e+02 4.65959e+01 1.09110e+03 2.34300e-01 3.62085e+02 2.27790e-01 1.02125e+01 1.63924e-01 1.16439e+05 4.97848e+03 7.46252e+03 2.81574e+04 7.31693e+03 1.92597e+04 4.50458e+04 1.89428e+04 5.55518e+04 1.95917e+04 9.40382e+03 2.00469e+02 2.33996e+04 1.18791e+05 9.76634e+03 1.84675e+05 2.11934e+05 1.11225e+05 3.37612e+04 6.90327e+04 3.53965e+05 1.35148e+05 1.75465e+05 3.37089e+03 1.91142e+03 2.32720e-01 6.50087e+04 1.14326e+04 1.06727e+06 5.02001e+04 1.40037e+04 3.76826e+04 8.81768e+04 4.21517e+04 1.10595e+05 3.57172e+04 2.16163e+04 2.75647e+02 1.92043e+05 3.85147e+05 1.10684e+04 1.98334e+05 1.86388e+05 1.22325e+05 1.41517e+05 1.42199e+05 7.77780e+05 5.94961e+05 5.24100e+05 1.62722e+04 7.93912e+03 7.00543e+00 6.15195e+06 2.43058e+05 2.43801e+05 5.36986e+05 1.50486e+05 3.79887e+05 8.03379e+05 3.14614e+05 1.00007e+06 3.41193e+05 1.55809e+05 2.54822e+03 9.41875e+05 7.61301e+05 1.22646e+05 2.34683e+06 2.80014e+06 1.57342e+06 1.38109e+06 2.44392e+06 5.81608e+06 1.44519e+06 1.54653e+06 2.33729e+04 4.02194e+04 1.38963e-01 1.15828e+05 2.26810e+04 8.90495e+04 3.83523e+04 4.88831e+04 3.65375e+04 7.87736e+04 3.87392e+04 1.27488e+05 3.67548e+04 2.34874e+04 5.97478e+02 1.86518e+05 1.67595e+06 4.62431e+04 7.47837e+05 7.47545e+05 5.22647e+05 5.13639e+05 4.37269e+05 1.69427e+06 5.05124e+05 5.53418e+05 1.99388e+04 1.30717e+04 1.76553e+00 3.12661e+01 4.01715e+00 2.17296e+01 1.16271e+00 2.75291e-01 8.52928e-01 1.11468e+00 5.89488e-01 1.03669e+00 3.74774e-01 3.17161e-01 2.51050e-01 1.75014e+01 3.03463e+01 1.85025e+00 1.55436e+01 1.47337e+01 8.71374e+00 5.18626e+00 7.40954e+00 4.11674e+01 1.96821e+01 2.11753e+01 8.34371e-01 6.88370e-01 1.20115e+00 2.39317e+06 1.07904e+04 7.65776e+03 4.32383e+04 6.87702e+05 9.66034e+04 7.65341e+04 2.28596e+04 9.34532e+04 1.02201e+04 1.07030e+05 3.98740e+04 2.95882e+00 5.50674e+05 4.55980e+04 5.87708e+05 1.30714e+06 3.86773e+05 3.40666e+05 2.30190e+04 4.81072e+05 6.96582e-01 3.77826e+05 4.49420e+03 1.28984e+06 5.45652e-05 3.28102e-01 3.38447e-01 1.38429e+00 3.11629e+00 1.70295e+00 9.93672e-01 2.32669e+00 1.35703e+00 7.76413e-01 3.97073e-01 3.81241e-01 1.17836e-01 6.46876e-01 5.09404e-01 7.28685e-03 9.39194e-02 2.08890e-01 3.71401e-01 3.66307e-01 6.93014e-02 1.59735e+00 4.51199e-01 8.81658e-01 4.18517e-01 3.22867e-01 1.19360e+00 3.62857e+06 6.97764e+05 8.28918e+04 8.92372e+06 4.51927e+05 2.34881e+05 1.09021e+06 2.58453e+05 1.61335e+06 1.78028e+05 1.60573e+05 1.42088e+04 1.27016e+06 3.31784e+06 1.90432e+05 2.45445e+06 5.45905e+06 1.33565e+06 1.17362e+06 6.14439e+05 7.08792e+06 1.16116e+00 1.08039e+06 1.21362e-03 3.48308e-01 7.47358e-05 3.34749e-01 1.48293e-01 1.15155e+01 3.52260e-01 1.06309e+00 9.40543e-01 1.43820e+00 6.74464e-01 1.62664e+00 1.34734e+00 3.18352e-01 3.87523e-01 2.29626e+00 3.25795e-01 2.95300e-01 3.32674e-01 3.10844e-01 2.97645e-01 5.44418e+00 5.17913e-01 2.90140e+00 3.10674e-01 2.02205e+00 2.12821e-01 2.51073e-01 1.91779e-01 3.11999e-01 1.45097e-01 8.98281e+00 2.77888e-01 4.80623e-01 5.08081e-01 5.20493e-01 3.09073e-01 8.32671e-01 3.02582e-01 1.49823e-01 1.53591e-01 5.06729e-01 1.09693e-01 1.88732e-01 2.15811e-01 3.53762e-01 2.43060e-01 1.21688e+00 1.93895e-01 1.75062e+00 1.94228e-01 1.15581e+00 2.31655e-01 2.17173e-01 8.51062e-01 4.35528e+03 1.64538e+02 4.88241e+05 9.67811e+03 3.55427e+03 1.00370e+04 4.04268e+04 1.44913e+04 5.46795e+04 1.89152e+04 7.13205e+03 1.05623e+02 4.37814e+04 3.52065e+05 3.33714e+03 7.78744e+04 5.37022e+04 5.72380e+04 5.49495e+04 5.54317e+04 2.73720e+05 1.75342e+05 1.81882e+05 1.69275e+03 1.14299e+03 7.08223e-01 6.61679e-01 9.27492e-02 6.64693e+01 3.62776e+00 2.92551e+00 1.47098e+00 6.54145e+00 2.34416e+00 3.79483e+00 3.42683e+00 1.13606e+00 0.00000e+00 5.94836e-01 5.45706e-01 4.60057e-03 5.92962e-02 1.31883e-01 6.85007e-01 6.13230e-01 2.30825e-01 1.00445e+00 2.75111e+00 3.12382e+00 3.01847e-02 2.82500e-01 2.03143e-01 1.09852e+04 4.02628e+02 4.04532e+02 3.39526e+02 1.33125e+02 1.09910e+02 2.24443e+02 1.57824e+02 3.17555e+02 1.06264e+02 4.61714e+01 1.75177e+01 1.12804e+03 1.76405e+03 7.91346e+01 1.59536e+03 3.45093e+03 7.35022e+02 1.57965e+03 1.55228e+03 1.25953e+03 9.49087e+02 1.18800e+03 2.41289e+01 1.36914e+02 2.25720e+01 1.53483e+06 1.17409e+02 9.24745e+04 1.85777e+06 1.23577e+05 3.51689e+05 6.28679e+05 2.19316e+05 3.53416e+05 6.33995e+04 1.76822e+05 2.07757e+00 4.53565e+05 1.20183e+06 7.25806e+04 1.14947e+06 8.64919e+05 4.81278e+05 1.90358e+06 9.66285e+05 5.29530e+06 8.10493e+03 4.44431e+05 1.48438e+01 1.52147e+01 1.28461e+02 1.51314e+07 2.34819e+06 1.45559e+06 6.24979e+06 5.18742e+05 2.18752e+06 2.10450e+07 1.10138e+07 5.58609e+06 2.92908e+02 1.50536e+06 6.54604e+05 4.57307e+06 1.06960e+07 1.08119e+06 1.39354e+07 3.09942e+07 6.84682e+01 8.52410e+06 9.30044e+01 2.79368e+06 2.70535e+01 4.62714e+06 1.39026e-02 3.99004e+00 1.33978e+04 2.57817e+05 1.83184e+04 1.10507e+04 6.62056e+03 1.75889e+03 5.86354e+03 1.32932e+04 5.88838e+03 1.88179e+04 5.60935e+03 2.58581e+03 2.43072e+01 3.37066e+04 7.21674e+04 1.76573e+03 4.25916e+04 4.77479e+04 2.34039e+04 2.32476e+04 4.35156e+04 2.35506e+05 8.24249e+04 9.36345e+04 1.32463e+03 1.06666e+03 1.48379e-01 6.07722e+03 1.34872e+03 6.07733e+02 6.81399e+02 1.88300e+02 5.71415e+02 1.21055e+03 5.18815e+02 1.29961e+03 3.98332e+02 2.38787e+02 2.69563e+00 1.90318e+03 7.27485e+03 8.96914e+02 1.25524e+04 1.59048e+04 8.58598e+03 4.08521e+03 6.82203e+03 2.01053e+04 5.16420e+03 7.37164e+03 1.52898e+02 1.06398e+02 1.31144e-01 7.04300e+02 2.23461e+01 5.71548e+02 5.86172e+03 1.92040e+03 5.80800e+03 1.16738e+04 5.88342e+03 1.19472e+04 4.73144e+03 2.71448e+03 3.78957e+01 1.60449e+03 7.97045e+03 8.50287e+02 1.13207e+04 1.15849e+04 6.65215e+03 4.56631e+03 7.36474e+03 5.31479e+04 1.57821e+04 1.96178e+04 9.10101e+02 5.82439e+02 1.64250e-02 4.59425e+03 2.48768e+02 3.94155e+02 2.73606e+02 1.29860e+02 4.66874e+02 7.50935e+02 4.29928e+02 7.78780e+02 3.54209e+02 2.11774e+02 2.12883e+00 7.43272e+02 3.43156e+03 4.31831e+02 6.33429e+03 5.17379e+03 4.72317e+03 2.15815e+03 3.70666e+03 9.41763e+03 3.82868e+03 3.78716e+03 1.00910e+02 1.91437e+00 8.62399e-04 3.01159e+05 1.50904e+04 4.38407e+06 2.24106e+05 6.55193e+04 2.07126e+05 7.54680e+05 2.24365e+05 7.20622e+05 2.44419e+05 1.01738e+05 2.08564e+03 1.34935e+06 1.34444e+06 4.51670e+04 1.08274e+06 9.30400e+05 5.15837e+05 5.81827e+05 7.72918e+05 4.57599e+06 1.56093e+06 1.44063e+06 1.51967e+04 9.39314e+03 8.82727e-01 1.28806e+03 9.11628e+01 1.47553e+02 2.93397e+02 7.45302e+01 2.22954e+02 4.57110e+02 1.84851e+02 5.70413e+02 1.89799e+02 9.85943e+01 2.18904e+00 3.98049e+02 5.94653e+02 4.56217e+01 1.11707e+03 9.68685e+02 5.60951e+02 5.04294e+02 8.17552e+02 2.37641e+03 9.86474e+02 1.36639e+03 1.77031e+01 1.14394e+01 5.78481e-03 5.36605e+05 4.70360e+04 1.55727e+04 3.46107e+05 3.69490e+04 1.24531e+05 2.04210e+05 1.70077e+05 2.22074e+05 8.36119e+04 4.23649e+04 5.45107e+02 5.71352e+05 3.53247e+05 1.12925e+04 4.35806e+05 3.72743e+05 3.54857e+05 3.46389e+05 1.62301e+05 1.57936e+06 6.18856e+05 6.97996e+05 1.12453e+04 1.34242e+04 1.37913e-01 3.09028e+03 1.34700e+02 1.34604e+03 2.14155e+03 3.44928e+02 1.25089e+03 2.31421e+03 1.19751e+03 2.60967e+03 7.80360e+02 4.71513e+02 5.45023e+00 2.71727e+03 5.20126e+03 1.28760e+03 1.66921e+04 1.47926e+04 8.35141e+03 1.34929e+04 1.97151e+04 4.28777e+04 1.33521e+04 1.46438e+04 8.32744e+02 4.97554e+02 2.57828e-02 2.21480e+05 1.46649e+04 2.68628e+03 1.81675e+03 3.49266e+02 1.19902e+03 2.99826e+03 8.34285e+02 3.79775e+03 1.42641e+03 5.72353e+02 5.43386e+00 9.28457e+03 4.80741e+03 9.03343e+02 1.69967e+04 2.69769e+04 4.16563e+03 5.70541e+03 1.02142e+04 6.99795e+04 1.61788e+04 2.11775e+04 3.42273e+02 3.73533e+02 3.83510e-01 1.00384e+03 4.74937e+02 1.25963e+03 5.08050e+04 1.30459e+04 8.56591e+04 5.32891e+05 1.01934e+05 8.64438e+05 7.41780e+04 7.24342e+03 3.97422e+03 1.77886e+05 1.72331e+05 2.45935e+04 3.16983e+05 7.05015e+05 2.05967e+05 8.31645e+05 2.06235e+05 1.92188e+06 4.02072e+04 6.99066e+05 2.42050e+04 1.30053e+04 3.27198e-02 5.43121e+05 9.41730e-01 6.47479e+04 2.07749e+05 1.49091e+05 2.51903e+05 5.52093e+05 4.49965e+05 2.09391e+05 2.58279e+05 3.67156e+04 2.36537e+04 7.29184e-01 1.27245e+06 7.71711e+04 6.95889e+05 5.97747e+05 1.69217e+05 1.05791e+06 2.84041e+05 2.50363e+06 4.83386e-01 5.09711e+05 1.49274e+00 9.81894e+04 3.55568e-01 3.16289e+05 5.18749e+00 1.20847e+04 6.27543e+04 2.63547e+03 8.33282e+04 2.50396e+05 1.92546e+05 1.69454e+05 8.64554e+03 3.15781e+04 6.08636e+03 3.15158e+02 3.27672e+05 8.89670e+04 2.04727e+05 1.48342e+05 6.47879e+04 3.41043e+05 5.72229e+04 1.47021e+06 2.47629e-01 1.74275e+05 2.13656e-01 4.27533e+04 3.05851e-01 7.84988e+04 7.02743e+03 5.97884e+02 4.84296e+02 2.07684e+02 8.43459e+02 1.37662e+03 8.75562e+02 1.56539e+03 4.92975e+02 3.05389e+02 3.04260e+00 9.48975e+02 8.13012e+03 3.73608e+02 8.00739e+03 6.46188e+03 3.70533e+03 6.73255e+03 8.95176e+03 2.19179e+04 3.47008e+03 5.23440e+03 9.02889e+01 1.09353e+02 2.50693e-02 1.80302e-01 2.61405e-02 1.33241e+00 8.10137e+00 3.30189e+00 1.77737e+00 5.37235e+00 1.47139e+00 9.66848e+00 1.35823e+00 8.48930e-01 1.52447e+00 8.23434e-01 8.20070e-01 5.41621e-03 6.98090e-02 1.55265e-01 2.63116e-01 4.48765e-01 2.72436e-01 7.86480e-01 2.75699e-01 3.64834e-01 5.64070e-04 1.61888e-01 4.05208e-03 2.95011e+03 2.59514e+02 2.27217e+03 2.64870e+03 8.75459e+02 2.05141e+03 2.60793e+03 1.99062e+03 3.99182e+03 1.79342e+03 1.18540e+03 2.21481e+01 4.19044e+03 7.05564e+03 7.58837e+02 7.33604e+03 8.77533e+03 5.09360e+03 3.78235e+03 6.44500e+03 2.97636e+04 1.01308e+04 1.44801e+04 8.46786e+02 5.93674e+02 4.04900e-02 5.72569e+05 1.97634e+04 4.22796e+04 1.77586e+05 8.11034e+04 1.51440e+05 3.92928e+05 2.38669e+05 2.03842e+05 1.37507e+05 4.77781e+04 7.56898e+03 3.32917e+05 3.52979e+05 1.51342e+04 3.53241e+05 3.33331e+05 6.01687e+05 4.42023e+05 2.52437e+05 1.90194e+06 2.24092e+05 4.99504e+05 2.09174e-01 0.00000e+00 2.82442e+00 6.95662e+05 2.55678e+04 4.42375e+03 4.43627e+05 1.39209e+05 1.01825e+05 2.51563e+05 9.41897e+04 2.28200e+05 1.15819e+05 5.79544e+04 1.37609e+03 3.43546e+05 6.51980e+05 4.47490e+03 3.02915e+05 7.19971e+05 2.48685e+05 8.11931e+05 2.54257e+05 1.96828e+06 5.17571e+05 8.02437e+05 1.40131e+05 1.00167e+05 2.38480e-01 1.15253e+06 6.99607e+04 2.82606e+04 5.94546e+04 1.23736e+04 4.22852e+04 1.04393e+05 3.66347e+04 9.81430e+04 3.11961e+04 1.64343e+04 2.58844e+02 1.20579e+05 2.37105e+05 1.82793e+04 5.97432e+05 5.79717e+05 3.04110e+05 3.18770e+05 5.12033e+05 1.18992e+06 1.53064e+05 2.89816e+05 3.35318e+03 2.84029e+03 9.04442e-02 3.52091e+04 3.88931e+03 1.09459e+04 6.79950e+03 1.68455e+03 5.30231e+03 9.18625e+03 9.08158e+03 1.36242e+04 5.67997e+03 2.26694e+03 3.18680e+01 2.79705e+04 3.34693e+04 2.17166e+03 2.71540e+04 2.59908e+04 1.46087e+04 1.83242e+04 2.21864e+04 7.34777e+04 2.09819e+04 2.78259e+04 5.85456e+02 3.53289e+02 9.72943e-02 3.90144e+04 1.78371e+03 3.14788e+02 4.43209e+04 4.93766e+03 1.21937e+04 2.52908e+04 1.19773e+04 3.29799e+04 8.70491e+03 5.33277e+03 4.75502e+01 6.63973e+03 1.74671e+04 2.26432e+03 2.95589e+04 3.08489e+04 2.84192e+04 1.83810e+04 6.82775e+03 7.52228e+04 5.89115e+04 8.20030e+04 2.14597e+03 9.75864e+02 6.86866e-04 4.37914e-01 2.89333e-01 3.74074e+02 6.82433e+01 4.92040e-01 4.28687e-01 6.47244e-01 3.23912e-01 6.88205e+01 3.04174e-01 1.63358e-01 1.60955e-01 6.46356e-01 3.85144e-01 2.61373e-01 1.24715e+02 9.91805e+02 2.68736e-01 1.57493e+00 3.41644e-01 1.02098e+02 3.72383e-01 1.21249e+00 3.20475e-01 1.88004e-01 1.15774e-01 1.25718e-01 1.82268e-02 3.09482e-01 1.78868e-01 1.49726e+00 6.63178e-01 7.32160e-01 6.91617e-01 1.22273e+00 1.02936e+00 2.88337e-01 2.39770e-01 1.83444e-01 2.77561e-01 2.28925e-01 9.30753e-02 2.07012e-01 3.11315e-01 8.91896e-01 3.80763e-01 2.10571e+00 3.31817e-01 1.56825e+00 2.27315e-02 3.20098e-01 1.11326e+00 3.30132e+05 1.21431e+04 1.59011e+05 9.46831e+03 7.81217e+02 3.98179e+04 6.27564e+04 4.36849e+04 3.88532e+04 5.89955e+03 3.88956e+03 2.23105e+01 2.54218e+05 7.79556e+04 9.60509e+03 2.55902e+05 1.61838e+05 7.84546e+04 6.07413e+04 1.39355e+05 7.81226e+05 2.23698e+04 5.87724e+04 2.80618e+02 1.37057e+03 5.42325e-03 3.16100e+04 4.57784e+04 1.61715e+04 1.56177e+04 2.09425e+04 7.21207e+03 1.21259e+05 5.41584e+04 2.36835e+05 2.11622e+04 5.09305e+03 1.50601e+04 4.40191e+04 4.14561e+04 1.25413e+04 1.51516e+05 3.65953e+05 8.11117e+04 4.86423e+04 6.34519e+04 9.65861e+05 2.46247e-03 1.02289e+05 6.79265e-03 7.30505e+04 2.19066e-02 1.23979e+03 7.41868e+01 1.51364e+01 2.52846e+02 6.27266e+01 1.93075e+02 3.76052e+02 1.16210e+02 4.52872e+02 1.50380e+02 8.54043e+01 3.56186e+00 5.75551e+01 1.36808e+03 3.85663e+01 6.66907e+02 7.81266e+02 3.93647e+02 4.87419e+02 7.89978e+02 1.34329e+03 2.88580e+02 3.88530e+02 6.94232e+00 8.69328e+00 6.34758e+01 3.91011e+06 7.27923e+05 8.15996e+05 3.04082e+06 1.34393e+06 6.74374e+05 1.86594e+06 7.48142e+05 2.46773e+06 3.72391e+05 7.68295e+05 3.88039e+05 8.38912e+05 8.78077e+05 2.14431e+05 5.75865e+06 4.24389e+06 1.21699e+06 1.59117e+06 8.11241e+05 3.54359e+06 4.83454e-01 1.39412e+06 6.21072e+03 4.50787e+04 1.32245e-01 1.95560e+05 2.87907e-01 6.07955e+03 2.35574e+04 2.06474e+03 4.17455e+03 5.18136e+04 2.95687e+04 9.57336e+03 3.29610e+03 2.57830e+02 3.29424e+03 2.28860e+04 8.47678e+04 4.99561e+04 9.65603e+04 1.31442e+05 1.47306e+04 2.08329e+04 4.42052e+04 1.05655e+05 3.57627e-01 1.27371e+04 4.77633e-01 4.65089e+03 6.90479e+00 1.18698e+05 7.69899e+03 1.05278e+04 3.86289e+03 1.62442e+03 4.50940e+03 8.03231e+03 4.89512e+03 1.08895e+04 3.14766e+03 2.17845e+03 2.98613e+01 1.61138e+04 3.04963e+04 1.39108e+03 2.25514e+04 1.93909e+04 1.03226e+04 2.81310e+04 3.46243e+04 1.21735e+05 3.69616e+04 4.07507e+04 9.70570e+02 7.44073e+02 2.83278e-01 6.68997e+03 7.08621e+02 1.33759e+05 2.03212e+04 6.20100e+03 1.73963e+04 2.80058e+04 1.69839e+04 4.84781e+04 1.63534e+04 8.00486e+03 2.05572e+02 1.60079e+04 6.00820e+04 5.14100e+03 9.09272e+04 9.74035e+04 5.39069e+04 1.70042e+04 4.21305e+04 2.02989e+05 3.14946e+04 3.99409e+04 7.60600e+02 7.92151e+02 7.51292e-02 1.84123e+05 1.01941e+04 3.54798e+04 3.54123e+04 3.57431e+04 3.21634e+04 8.14491e+04 3.29004e+04 9.10326e+04 3.11930e+04 1.58155e+04 2.20354e+02 7.56082e+04 1.15790e+05 8.18630e+03 1.75989e+05 1.55411e+05 7.69902e+04 1.30207e+05 1.63270e+05 4.88076e+05 2.46755e+05 2.98179e+05 3.81733e+03 2.66758e+03 1.24368e-01 9.81787e+06 1.75229e+05 8.33985e+05 5.67056e+06 4.61952e+06 9.03292e+05 2.81642e+06 1.54280e+06 2.37755e+06 6.97377e+05 5.96131e+05 8.20027e+03 2.88156e+06 1.03187e+07 3.88874e+06 7.86496e+06 8.01774e+06 4.07317e+06 1.37148e+07 1.08612e+06 2.61911e+07 4.93914e-01 3.70764e+06 2.57572e-01 2.87361e+05 1.08767e+00 1.24740e+04 4.68954e+02 1.50983e+03 6.60388e+03 3.11918e+03 4.97756e+03 1.24793e+04 4.40929e+03 9.48368e+03 3.07846e+03 2.06967e+03 6.04059e+01 2.58319e+03 2.23038e+04 1.23243e+03 1.94036e+04 2.12434e+04 9.83942e+03 1.24244e+04 2.07533e+04 3.74455e+04 1.06462e+04 4.89063e+04 1.56116e+03 1.20896e+03 1.55475e-01 7.95656e-03 7.93811e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93791e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93757e-03 7.93757e-03 7.93757e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93793e-03 7.93758e-03 7.93748e-03 7.93758e-03 7.93792e-03 7.70826e-03 6.34393e+05 2.63725e+04 2.99153e+04 3.00254e+04 1.01331e+04 3.10367e+04 6.54796e+04 2.74045e+04 8.72475e+04 2.85821e+04 1.43676e+04 2.30212e+02 1.06379e+05 2.81756e+05 1.25546e+04 2.41514e+05 2.49713e+05 1.41228e+05 7.07249e+04 1.36883e+05 6.56095e+05 1.83185e+05 2.30954e+05 6.04071e+03 3.34639e+03 5.35507e-01 1.53435e+06 2.51427e+05 1.85162e+04 3.49508e+03 3.23974e+02 3.30928e+03 1.01155e+03 1.10531e+03 6.88237e+00 7.61967e-01 2.27678e+04 7.97588e+02 9.11251e+03 1.72219e-01 1.66970e+03 2.15205e+04 4.78646e+04 3.79988e+03 4.08961e+04 6.11286e+03 9.90255e+04 5.12639e-01 4.65421e+04 5.37433e-04 1.54243e-01 3.24589e-01 2.90889e+05 1.42030e+04 1.01001e+07 4.07523e+05 1.89352e+05 3.04520e+05 1.08830e+06 4.41406e+05 9.55654e+05 2.93331e+05 1.94002e+05 6.96150e+03 4.06942e+06 4.05324e+06 1.27066e+05 3.00331e+06 2.18381e+06 1.78010e+06 1.95058e+06 2.11053e+06 9.94381e+06 2.05432e+06 4.04147e+06 7.20546e+04 4.74794e+04 2.01909e+00 2.32449e+06 1.19990e+05 7.08415e+06 3.19674e+06 6.54524e+05 2.19733e+06 4.48135e+06 1.40651e+06 4.93296e+06 1.45011e+06 9.82076e+05 1.66564e+05 4.21049e+06 1.16806e+07 1.61422e+06 5.54149e+06 7.81267e+06 3.22526e+06 8.70911e+06 6.12315e+06 6.41376e+07 3.13068e+06 1.39599e+07 1.57903e+05 7.39238e+05 1.43559e-01 8.48447e+04 5.53896e+03 4.61501e+03 4.12879e+03 1.24185e+03 3.67364e+03 1.02777e+04 3.79353e+03 1.17630e+04 3.90770e+03 1.84612e+03 2.00839e+01 1.85418e+04 1.00705e+05 1.07294e+03 2.69638e+04 3.43743e+04 1.64628e+04 1.92925e+04 2.89054e+04 6.19842e+04 1.82283e+04 2.36229e+04 2.95612e+02 4.08262e+02 2.34424e+00 2.93603e+00 1.88733e-01 1.64959e+00 5.70329e+00 5.91653e+00 3.00629e+00 1.04497e+01 4.60966e+00 1.74654e+01 3.23013e+00 2.77056e+00 5.48867e+03 7.68842e-01 1.29866e+00 8.33663e-03 2.36261e-01 1.57128e-01 8.81634e-01 3.03109e+00 2.55275e+00 8.64775e+00 1.32725e+00 7.90734e+00 1.74027e-01 1.59032e-01 1.27290e-02 7.38018e+05 7.35305e+03 2.10020e+04 1.81473e+05 1.93716e+05 1.25990e+05 1.53190e+05 8.83392e+04 1.62889e+05 3.08209e+04 1.37232e+05 5.11256e+04 1.00985e+00 1.87336e+06 5.31288e+04 7.65477e+05 1.47174e+06 7.61725e+05 3.88218e+05 1.57115e+04 8.56795e+05 9.38540e-01 1.04811e+06 3.91525e-01 7.67962e-01 3.30409e-02 1.94574e+06 3.68240e+05 2.46182e+05 1.39111e+05 3.20875e+05 9.30273e+03 2.87007e+05 1.04554e+05 1.17502e+05 5.02071e+03 4.89910e+04 1.04680e+04 3.44771e+05 1.98193e+05 4.44668e+03 5.73127e+04 1.27471e+05 5.82187e+03 3.68154e+05 9.39440e+04 6.01890e+05 2.25390e+04 1.68761e+05 8.32617e+02 2.38961e+05 6.43899e-01 1.69137e+04 2.03561e+03 4.71866e+02 3.99512e+02 1.24092e+02 4.49385e+02 8.64336e+02 4.32624e+02 6.26672e+02 4.91565e+02 1.81163e+02 1.83810e+00 1.43923e+03 6.39644e+03 7.04371e+02 9.62561e+03 1.05936e+04 5.55527e+03 3.41635e+03 5.88921e+03 2.20538e+04 5.31170e+03 7.60179e+03 2.26649e+02 1.64119e+02 4.15280e-03 2.76584e+06 1.72697e+05 2.38041e+05 8.37872e+05 5.68825e+05 2.17576e+05 1.28145e+05 2.43555e+05 8.36526e-01 2.51984e-01 3.15017e+05 1.17359e+05 2.08961e+04 2.90171e+06 3.71207e+05 2.40030e+06 1.21563e+07 1.32208e+06 3.18089e+06 5.41840e+04 3.33417e+06 3.15347e-01 1.73285e+06 2.31811e-01 4.71920e+05 2.94988e+02 9.79908e+05 4.63207e+05 3.10975e+06 1.36923e+06 7.15209e+05 3.10100e+05 6.63269e+05 9.77498e+04 3.11768e+05 2.52765e+05 1.82490e+05 2.28894e+04 8.14841e+05 1.19526e+06 3.86444e+04 2.16850e+06 4.63068e+04 9.41751e+05 4.56294e+05 2.52890e+05 1.22312e+06 8.45695e+04 4.07469e+05 4.22050e+02 1.21128e+05 6.55311e+00 5.23467e+05 3.16135e+04 8.20545e+04 4.96300e+04 1.18210e+04 4.02034e+04 8.71913e+04 3.58043e+04 8.76998e+04 2.83550e+04 1.58259e+04 2.58479e+02 1.37287e+05 1.65166e+05 1.57720e+04 2.91645e+05 3.08929e+05 1.63448e+05 1.97315e+05 3.37887e+05 7.15778e+05 1.31453e+05 2.38976e+05 4.55629e+03 2.43526e+03 9.54117e-03 7.41567e+04 2.12534e+03 3.54511e+05 1.46195e+05 1.28387e+03 6.12122e+03 7.50515e+03 4.29087e+03 1.21165e+04 2.88756e+03 1.46080e+03 1.55498e+01 2.10703e+05 2.95006e+05 1.94778e+04 3.02213e+05 2.22713e+05 2.20560e+05 2.15865e+05 1.83314e+05 5.26705e+05 1.42733e+05 1.51623e+05 5.00553e+03 3.23794e+03 6.52193e-02 1.54394e+05 4.01023e+04 1.03281e+05 4.52548e+04 2.08223e+04 3.48160e+04 5.58226e+04 3.61551e+04 5.53059e+04 3.19747e+04 2.38233e+04 7.65008e+02 1.32872e+05 1.72341e+05 8.10203e+04 2.37331e+05 2.28313e+05 1.71458e+05 1.39645e+05 1.96360e+05 8.03586e+05 2.71322e+05 3.42738e+05 1.01913e+05 3.36041e+04 5.50652e-01 0.00000e+00 +5.82797e+05 2.30190e+04 8.18529e+03 2.98712e+04 5.41824e+03 1.98697e+04 6.60032e+04 2.17173e+04 6.61721e+04 1.86670e+04 7.53590e+03 3.44181e+02 5.62788e+04 1.80024e+05 1.60078e+03 4.33699e+04 4.51654e+04 2.62915e+04 1.89833e+05 3.42971e+05 4.78557e+05 4.66184e+04 6.85993e+04 1.93656e+02 2.59137e+03 5.88331e-03 3.65398e+05 1.67851e+04 4.95564e+04 8.95383e+03 6.43171e+03 9.91948e+03 2.32171e+04 1.26895e+04 2.95381e+04 7.21625e+03 3.92809e+03 1.08919e+02 1.11518e+05 1.03477e+05 2.80340e+03 4.91426e+04 5.01551e+04 2.87540e+04 4.48988e+04 5.30249e+04 4.03720e+05 6.12746e+04 6.14291e+04 3.11841e+02 6.35851e+03 1.22284e+00 1.22507e+06 6.63941e+04 1.84539e+06 2.83307e+04 1.09086e+04 3.74290e+04 1.19192e+05 5.28835e+04 1.93251e+05 6.86099e+04 2.12191e+04 1.40365e+03 1.39814e+06 1.07269e+06 1.81507e+04 4.32633e+05 3.67957e+05 1.99805e+05 4.01515e+05 9.00158e+05 1.49980e+06 4.87605e+05 5.27935e+05 9.66020e+02 7.25845e+03 5.91435e-02 2.61683e+03 1.09220e+02 2.23816e+03 1.44897e+03 3.80147e+02 1.44190e+03 3.74079e+03 1.88073e+03 4.28668e+03 1.17713e+03 4.88792e+02 2.78997e+01 7.06008e+03 1.34487e+04 1.36214e+03 1.74932e+04 1.82990e+04 1.03085e+04 6.97739e+03 1.37502e+04 1.49781e+05 2.43827e+04 2.49645e+04 2.30750e+02 2.91616e+03 4.07018e-01 1.35942e+06 5.56060e+04 2.23914e+06 1.06265e+05 1.83600e+04 6.43732e+04 1.91640e+05 7.58492e+04 2.37074e+05 7.96799e+04 2.93717e+04 2.17971e+03 1.70078e+06 1.06622e+06 2.71075e+04 5.67140e+05 6.17363e+05 3.09918e+05 2.07058e+05 3.46749e+05 2.39761e+06 3.08339e+05 4.54038e+05 1.67281e+03 1.57828e+04 2.74854e-01 3.60021e+03 2.31305e+02 2.84427e+03 6.62701e+02 2.51873e+02 6.63602e+02 1.59240e+03 8.01807e+02 1.12247e+03 4.12983e+02 2.92777e+02 1.85573e+01 9.61720e+03 1.91136e+04 9.58582e+02 7.04241e+03 9.10081e+03 5.78050e+03 6.06914e+03 1.07760e+04 4.93756e+04 7.63938e+03 9.66465e+03 1.71231e+02 1.22377e+03 9.05155e-02 3.62431e+06 1.05170e+05 2.24059e+06 1.66136e+06 7.20157e+05 6.63154e+05 1.58292e+06 5.80903e+05 5.39637e+05 4.55743e+05 2.24001e+05 1.57357e+04 1.51257e+06 2.49058e+06 1.73253e+05 2.36093e+06 4.88533e+06 1.71067e+06 2.45800e+06 1.11864e+06 1.00327e+07 3.98603e+06 7.88293e+06 3.37473e+03 9.68547e+05 1.38222e-01 3.10756e+05 7.60918e+03 5.16306e+04 1.74952e+04 6.33977e+03 1.17455e+04 4.69474e+04 3.22438e+04 6.54598e+04 1.93718e+04 7.58930e+03 6.20157e+02 1.51796e+05 9.00476e+04 3.47967e+03 5.47962e+04 7.65849e+04 9.38008e+03 4.12139e+04 7.66197e+04 4.88550e+05 5.31657e+04 1.06672e+05 6.40847e+02 1.21753e+04 5.40411e-01 9.49209e+01 1.22627e+01 3.35263e+03 8.07128e+02 1.83877e+02 9.22280e+02 1.14049e+04 4.43740e+02 6.89757e+02 3.01265e+02 3.40457e+02 4.60448e+01 2.31986e+04 1.20271e+04 1.81157e+03 1.39797e+04 1.55899e+04 2.07984e+04 1.39302e+04 1.59022e+04 1.22300e+05 2.39530e+04 2.55473e+04 5.18787e+02 2.94252e+03 1.41517e-01 8.91985e+06 5.62178e+05 1.65794e+07 4.25120e+06 1.05582e+06 3.14168e+06 4.12314e+06 3.61594e+06 1.63027e+06 2.39519e+06 6.72475e+05 6.56165e+04 6.42689e+06 2.24240e+07 2.74319e+05 6.04391e+06 6.26991e+06 5.67234e+06 9.44842e+06 7.63933e+06 8.94183e+07 2.91548e+06 1.27204e+07 4.71981e+04 4.22709e+05 9.85781e-02 4.29692e+06 2.14612e+03 5.49485e+05 1.05376e+06 4.41153e+05 1.34596e+06 1.91271e+06 1.56900e+06 1.71670e+06 6.03289e+05 2.60802e+05 1.97762e+04 3.66315e+06 1.75378e+06 4.56655e+05 2.08330e+06 1.61701e+06 1.36510e+06 7.08331e+06 3.31124e+06 1.96882e+07 3.81775e+06 6.85166e+06 2.14611e-01 2.31503e+05 1.30465e-01 2.75568e+05 9.95146e+03 1.49650e+06 2.74872e+04 9.51226e+03 2.10958e+04 1.07277e+05 3.33988e+04 7.32448e+04 1.82019e+04 8.00260e+03 4.53658e+02 1.60855e+06 4.37795e+05 1.04691e+04 2.04067e+05 1.91295e+05 1.11472e+05 1.95707e+05 3.03406e+05 8.09754e+05 6.67769e+04 7.76942e+04 3.79351e+02 4.11371e+03 2.83002e+02 1.05432e+04 1.20156e+03 1.30777e+04 1.39619e+04 9.27952e+02 2.76978e+03 1.25517e+04 3.11288e+03 1.11894e+04 3.45075e+03 1.46998e+03 8.39606e+01 3.64257e+04 4.37701e+04 2.08799e+03 3.72781e+04 4.62648e+04 2.74244e+04 2.46467e+04 4.17272e+04 3.38042e+05 5.70517e+04 6.89684e+04 3.84137e+02 3.04845e+03 2.83211e-02 7.17860e+03 9.27286e+02 2.62669e+05 3.07100e+04 1.98872e+04 2.85111e+04 2.12257e+05 1.27655e+05 7.20717e+04 2.00534e+04 1.00381e+04 1.49675e+03 4.40542e+05 1.90565e+05 3.49411e+03 4.48419e+04 3.92830e+04 3.54676e+04 1.07790e+05 9.89374e+04 8.22703e+05 2.15547e+05 1.91067e+05 1.91033e+03 1.33227e+04 2.42704e-01 4.64447e+06 1.99614e+05 2.79278e+05 4.66918e+05 4.49251e+05 3.51542e+05 1.36218e+06 4.44163e+05 1.50358e+06 4.57594e+05 1.81517e+05 9.85878e+03 1.15488e+06 1.51139e+06 4.11325e+04 8.46923e+05 9.51597e+05 5.68066e+05 9.39290e+05 1.66244e+06 7.14203e+06 1.00748e+06 1.41971e+06 6.27428e+03 6.00852e+04 1.71410e-01 8.48132e+03 5.67788e+02 7.27925e+03 3.68187e+03 1.00899e+03 2.94678e+03 7.52177e+03 3.24809e+03 8.38612e+03 1.87350e+03 1.15108e+03 9.54906e+01 1.49979e+04 2.04405e+04 2.13134e+03 2.35466e+04 2.89207e+04 1.79821e+04 2.53881e+04 3.52317e+04 1.90349e+05 2.50940e+04 3.28753e+04 4.41094e+02 3.17301e+03 2.38343e-01 4.28050e+05 1.79839e+04 1.76947e+05 4.42148e+04 3.98223e+04 6.22912e+04 5.27469e+05 1.27718e+05 3.50586e+05 1.06419e+04 5.78940e+03 4.03885e+02 1.82106e+05 4.68372e+05 5.73682e+03 1.55164e+05 1.59113e+05 3.34503e+04 4.91230e+05 1.50281e+05 1.06688e+06 1.48945e+05 2.35467e+05 5.58217e+03 1.56136e+05 4.36270e+05 8.35502e+05 3.05520e+04 9.87845e+04 1.59681e+06 7.41840e+05 1.09805e+06 2.92548e+06 1.50545e+06 1.49179e+06 7.32576e+05 2.91229e+05 1.25483e+05 3.35345e+06 2.37683e+06 9.64924e+05 3.25166e+06 3.16580e+06 1.35687e+06 7.98088e+06 2.93546e+06 2.55451e+07 7.27668e+06 8.25364e+06 1.74340e-01 2.70099e+05 9.63437e-02 1.45683e+04 1.43467e+03 2.60570e+03 2.19816e+03 2.27335e+02 5.79121e+02 1.23175e+03 5.79535e+02 1.43202e+03 5.16488e+02 2.14869e+02 1.50165e+01 3.97507e+03 2.84854e+03 6.77270e+02 5.09724e+03 7.28663e+03 3.43497e+03 4.02324e+03 8.32802e+03 2.88156e+04 7.14731e+03 9.51220e+03 8.48133e+01 4.88927e+02 2.11966e-01 3.08698e+05 1.56184e+04 5.59560e+03 1.16470e+04 4.10647e+03 1.10344e+04 4.34299e+04 1.47160e+04 4.29604e+04 1.32336e+04 4.92795e+03 3.49960e+02 2.11622e+04 5.77474e+04 2.10232e+03 3.09228e+04 4.35857e+04 1.88950e+04 4.53890e+04 6.92454e+04 1.99667e+05 4.22789e+04 4.46128e+04 6.97821e+01 2.21089e+03 6.46663e-01 5.22437e+03 2.96835e+02 6.02689e+01 7.72554e+02 7.38481e+01 1.91037e+02 8.46796e+02 2.59831e+02 8.26356e+02 3.45247e+02 1.43548e+02 1.00341e+01 1.32737e+04 9.28627e+03 1.09019e+03 6.87084e+03 8.41864e+03 1.46800e+04 1.04992e+04 5.66662e+03 1.99516e+05 6.59073e+04 5.89918e+04 2.26139e+03 1.39471e+04 2.46993e-01 9.12872e+04 6.05301e+03 1.08567e+04 9.96930e+02 2.65045e+02 7.29647e+02 3.57554e+03 2.12610e+03 4.08288e+03 1.05664e+03 3.44930e+02 7.67714e+00 8.18419e+04 2.37649e+04 1.64220e+02 2.96255e+03 3.12614e+03 3.52409e+03 7.42663e+03 7.62498e+03 2.66002e+04 5.94423e+03 5.81462e+03 6.41559e+01 3.95278e+02 1.76837e-01 2.00199e+05 9.50224e+03 1.86712e+05 8.28526e+04 2.77571e+04 2.36463e+04 7.66981e+04 3.38811e+03 9.79903e+03 1.07163e+03 4.45497e+03 1.65970e+03 4.31358e+04 5.19741e+04 2.73098e+03 3.51993e+04 7.82881e+04 4.57056e+04 1.24793e+05 4.63876e+04 2.06801e+05 1.76900e+05 5.95700e+04 1.06714e+04 5.00460e+04 6.50939e+00 1.53354e+05 1.13910e+04 7.41923e+04 2.25168e+04 2.15930e+04 2.81347e+04 6.40623e+04 3.26577e+04 7.46611e+04 1.99980e+04 9.37642e+03 8.28323e+02 1.60204e+05 6.01624e+04 5.32592e+03 8.57494e+04 8.30139e+04 4.65825e+04 6.20872e+04 1.03624e+05 5.80269e+05 9.27228e+04 9.18497e+04 6.93418e+02 5.92648e+03 7.96923e-01 3.74180e+04 3.12887e+03 9.15375e+04 2.09229e+04 5.28735e+03 1.34426e+04 2.52828e+04 1.33215e+04 3.59426e+04 1.14697e+04 1.19483e+04 2.65732e+02 2.65850e+05 1.08375e+05 5.39960e+03 6.43294e+04 6.46458e+04 6.06726e+04 5.33482e+04 7.87748e+04 5.04898e+05 2.06166e+05 2.23295e+05 2.27587e+03 1.48621e+04 6.39975e-01 3.31487e+06 5.93416e+04 5.41857e+06 3.61446e+06 2.16951e+06 3.31961e+06 7.87712e+06 4.12645e+06 4.49295e+06 1.37074e+06 8.21406e+05 3.06014e+05 6.92866e+06 1.05933e+07 3.06272e+05 3.94750e+06 8.77979e+06 5.35431e+06 4.89276e+06 7.29707e+06 5.23231e+07 4.63020e+06 5.29346e+06 5.91307e+03 1.69705e+06 3.97996e-01 4.30070e+02 1.74097e+01 1.29152e+03 4.23173e+02 1.68134e+02 4.45204e+02 1.13879e+03 5.53259e+02 1.05601e+03 4.02344e+02 2.54531e+02 8.14436e+00 3.70120e+03 3.49084e+03 8.61812e+02 6.18992e+03 7.29822e+03 4.25201e+03 5.34960e+03 8.69702e+03 7.13298e+04 1.77056e+04 1.91741e+04 4.25728e+02 2.82921e+03 6.57010e-02 1.86598e+04 6.97968e+02 5.84525e+05 1.34645e+04 6.04021e+03 1.57572e+04 4.64643e+04 2.04890e+04 7.55078e+04 2.18239e+04 7.70171e+03 2.72995e+02 4.32356e+05 2.66177e+04 1.20939e+03 3.04746e+04 1.84547e+04 1.30602e+04 1.77467e+04 3.66577e+04 3.04697e+05 6.66892e+04 6.98452e+04 2.03842e+02 1.49131e+03 4.45182e-02 2.83859e+05 1.35751e+04 5.58060e+04 1.17337e+05 5.65090e+04 7.38597e+04 2.64227e+05 1.38405e+05 2.86371e+05 6.08971e+04 2.70961e+04 2.03133e+03 6.04044e+05 1.99364e+05 1.12012e+04 2.71049e+05 2.01828e+05 2.70471e+05 4.19172e+05 3.45007e+05 2.01721e+06 3.96171e+05 3.91824e+05 2.40884e+03 3.55063e+04 3.98620e+01 1.96691e+05 9.71573e+03 2.26005e+04 1.20005e+04 3.65238e+03 7.39333e+03 2.79144e+04 8.82996e+03 2.91893e+04 9.44598e+03 3.60559e+03 1.29522e+02 1.26187e+05 3.36017e+04 1.26335e+03 2.55140e+04 3.58404e+04 1.97871e+04 1.31289e+04 2.86958e+04 1.99764e+05 5.25028e+04 5.91301e+04 1.80924e+02 1.53806e+03 1.06548e+00 1.47727e+05 1.88981e+04 1.61808e+03 2.24732e+03 1.74096e+03 3.50066e+03 1.31155e+04 5.59964e+03 9.80366e+03 4.01026e+03 2.19877e+03 1.77858e+02 5.07528e+03 8.76003e+03 3.91763e+02 5.23665e+03 5.64011e+03 2.39926e+03 5.49212e+03 9.70098e+03 9.21121e+04 1.29715e+04 1.56159e+04 9.89794e+01 1.25154e+03 7.28193e-02 7.18965e+05 3.15536e+04 2.09380e+04 4.11774e+04 1.07788e+05 3.96702e+04 7.44242e+04 2.52720e+04 7.82425e+04 2.43796e+04 1.24304e+04 1.47795e+03 8.29065e+04 2.53043e+05 6.94379e+03 7.54005e+04 9.17497e+04 5.39002e+04 8.05644e+04 1.25871e+05 4.45622e+05 3.90325e+04 6.05418e+04 6.76998e+02 5.36707e+03 6.45875e-01 7.43111e+05 3.20605e+04 1.47708e+05 7.32619e+04 1.54624e+04 6.69789e+04 1.41372e+05 5.27289e+04 1.74318e+05 5.45621e+04 2.14764e+04 1.93860e+03 2.51164e+05 1.59114e+05 1.00345e+04 1.66211e+05 1.99285e+05 1.28755e+05 1.19303e+05 1.94322e+05 9.71272e+05 1.09307e+05 1.29950e+05 7.14762e+02 8.00387e+03 8.68952e-01 5.48163e+06 8.13435e+05 2.58445e+07 6.32796e+06 1.61532e+06 8.03435e+06 1.07978e+07 5.73418e+06 1.02664e+07 8.39019e+06 2.02397e+06 6.77244e+05 7.41126e+06 6.24138e+06 2.67458e+05 3.44724e+06 7.66713e+06 3.42683e+06 1.19569e+07 3.00448e+06 4.35967e+07 8.89862e+06 9.55604e+06 7.48111e-04 2.14708e-01 4.92751e-02 1.31041e+04 1.58098e+03 2.49986e+03 1.22947e+03 5.78998e+02 1.24371e+03 3.18703e+03 1.51306e+03 5.69487e+03 1.24779e+03 5.09135e+02 2.59872e+01 7.80132e+03 1.60225e+04 7.88624e+02 8.43592e+03 8.88368e+03 5.36170e+03 9.23750e+03 1.77760e+04 5.75546e+04 8.23183e+03 9.06271e+03 1.97613e+02 1.62981e+03 8.71711e-01 2.73984e+03 1.20450e+02 4.62785e+03 6.22346e+02 9.16210e+01 2.99844e+02 9.67238e+02 3.43945e+02 1.19180e+03 8.85668e+02 1.32102e+02 6.02580e+00 1.66962e+04 1.47155e+04 7.33078e+02 1.18637e+04 1.30311e+04 1.07428e+04 1.38790e+04 1.88774e+04 3.02586e+05 5.58718e+04 6.33631e+04 3.87765e+02 3.34958e+03 6.87029e-02 8.97718e+04 7.44097e+03 2.92087e+03 4.63509e+03 1.29867e+03 3.85805e+03 1.19631e+04 4.49869e+03 1.36415e+04 4.41673e+03 1.87919e+03 9.71318e+01 9.08888e+03 5.76793e+03 5.39712e+02 9.34999e+03 1.00971e+04 5.80998e+03 3.16614e+03 5.74235e+03 4.76290e+04 5.95705e+03 7.76985e+03 3.58624e+01 3.75412e+02 1.70405e-03 4.66663e+05 2.67975e+04 3.48914e+04 1.44236e+04 2.78997e+03 8.11755e+03 2.77279e+04 9.81284e+03 2.96810e+04 9.72616e+03 3.70695e+03 2.57299e+02 1.74479e+05 1.52060e+04 4.48924e+03 5.81886e+04 6.36418e+04 4.23478e+04 3.88024e+04 6.04026e+04 2.84611e+05 1.74246e+04 3.19652e+04 2.22197e+02 1.50830e+03 5.10583e-01 1.53630e+00 3.68924e-01 6.26453e+00 1.12008e+06 4.30313e+00 1.02614e+00 2.38304e+07 8.58138e-01 6.24264e-01 3.28029e-01 1.24445e+00 8.96003e-02 2.01538e+00 4.28503e-01 1.32864e-02 1.71247e-01 3.80876e-01 1.66698e+00 2.85796e+00 4.25494e-01 2.14990e+00 4.73196e-01 3.53902e+00 7.26144e-04 2.08403e-01 1.16803e-01 1.10854e+08 1.15849e+07 1.34725e+08 1.08014e+08 9.57657e+07 4.65897e+07 1.91825e+08 1.10949e+08 3.38174e+08 6.44545e+07 2.91841e+07 8.76711e+07 7.86197e+07 2.24331e+08 2.67778e+06 3.45136e+07 7.67631e+07 1.19745e+08 1.55005e+08 9.77870e+07 5.09931e+08 3.33496e+06 9.07005e+07 3.84875e+05 2.99104e+07 9.46371e-01 1.91772e+05 1.01337e+04 4.09076e+06 1.45116e+06 4.07312e+05 4.42958e+05 2.40326e+06 4.91812e+05 4.43285e+05 1.65007e+05 9.78530e+04 9.07575e-01 1.69239e+06 3.39595e+06 2.62627e+04 3.38497e+05 7.52865e+05 4.72959e+04 4.99004e+05 1.83986e+06 1.58280e+06 3.16680e+06 3.02418e+05 5.38788e-01 1.37877e+05 1.23882e-01 1.67827e+05 1.79036e+04 3.80254e+05 7.98618e+03 2.68016e+03 1.01468e+04 2.71109e+04 1.49563e+04 5.41505e+04 1.33057e+04 5.05280e+03 2.61771e+02 1.78706e+05 6.97257e+04 2.73051e+03 6.01289e+04 4.26754e+04 2.46555e+04 6.56520e+04 1.03547e+05 3.28813e+05 4.90980e+04 4.13523e+04 2.29279e+02 3.05386e+03 4.54316e-01 1.93243e+05 1.18256e+04 3.55305e+04 4.81059e+04 1.96730e+04 3.42217e+04 1.11437e+05 3.73537e+04 1.39903e+05 2.83345e+04 1.22192e+04 6.54301e+02 1.56655e+05 1.13326e+05 4.54206e+03 1.00380e+05 1.12259e+05 5.99308e+04 1.16056e+05 2.01336e+05 1.38933e+06 2.50677e+05 2.49311e+05 1.34785e+03 1.59819e+04 3.45135e+00 4.06059e+05 2.93808e+04 1.57689e+05 7.94238e+04 7.14552e+04 1.03824e+05 3.81916e+05 1.10345e+05 3.35021e+05 7.82064e+04 4.16063e+04 1.90358e+03 4.91196e+05 2.54066e+05 1.87615e+04 3.73893e+05 3.63115e+05 1.89997e+05 2.42675e+05 4.84391e+05 2.78043e+06 4.92200e+05 5.17255e+05 3.49382e+03 2.73057e+04 7.77646e-01 4.22677e+05 4.85079e+04 1.07206e+05 3.09969e+05 2.51418e+04 8.38694e+04 2.69623e+05 1.74531e+05 2.48109e+05 8.24475e+04 3.25028e+04 4.12796e+03 2.20453e+05 6.90272e+05 2.74863e+04 4.60786e+05 5.54866e+05 3.84005e+05 3.74870e+05 5.06202e+05 2.85121e+06 6.25346e+05 5.63561e+05 3.89354e+03 3.34063e+04 4.07552e-01 7.58419e+03 5.30209e+02 4.86322e+03 6.31872e+03 1.44243e+03 4.56498e+03 1.21952e+04 4.39915e+03 1.54053e+04 3.89963e+03 1.99888e+03 1.53666e+02 6.95714e+03 9.40367e+03 6.69067e+02 6.74201e+03 1.18062e+04 5.94089e+03 6.00938e+03 1.19158e+04 4.87473e+04 5.61218e+03 1.75014e+04 2.82470e+02 2.11688e+03 1.15132e-01 6.52508e+04 5.54939e+02 5.67609e+04 5.60810e+04 2.53108e+04 4.04557e+04 1.11345e+05 8.44040e+04 6.82037e+04 5.95658e+04 9.46881e+03 2.42671e+03 3.46355e+05 5.12570e+04 2.02801e+04 6.78611e+04 7.76871e+04 2.04893e+04 4.75929e+05 1.26279e+05 5.92641e+05 1.53039e+05 3.00518e+05 6.39730e-02 3.01318e+03 3.96786e-01 4.34961e+05 1.17769e+04 4.01609e+04 4.46459e+04 8.98394e+03 2.87539e+04 6.84945e+04 1.90839e+04 7.46232e+04 2.62312e+04 1.00462e+04 8.29992e+02 1.98417e+05 8.57969e+04 3.27264e+03 5.85344e+04 6.49087e+04 4.23922e+04 6.25798e+04 9.29284e+04 4.78851e+05 6.91922e+04 8.29110e+04 4.02730e+02 3.91069e+03 2.87100e+00 5.25745e+05 3.02738e+04 5.71677e+04 8.86551e+04 1.07612e+04 2.66106e+04 1.05240e+05 5.37717e+03 5.92947e+04 3.58313e+04 1.44454e+04 1.44535e+03 4.46776e+05 1.44979e+05 4.02053e+02 1.37886e+04 2.04860e+04 1.01393e+04 1.11729e+04 2.56952e+04 5.96117e+05 2.36088e+04 8.92378e+04 1.37803e+02 3.57374e+03 7.04911e-06 1.17236e+06 6.69288e+04 9.43977e+05 1.11825e+05 2.24837e+04 8.62203e+04 1.85091e+05 1.03107e+05 2.91478e+05 7.29609e+04 3.57300e+04 3.10102e+03 9.89998e+05 5.64203e+04 7.72875e+03 1.36943e+05 1.43451e+05 8.43060e+04 1.61371e+05 2.50355e+05 1.00883e+06 6.34248e+04 9.57083e+04 4.91869e+02 5.44618e+03 1.18675e+00 1.43706e+06 1.40055e+05 2.82951e+06 1.02010e+06 1.86560e+05 6.82486e+05 2.35559e+06 6.55165e+05 2.29899e+06 2.85406e+05 3.60091e+05 1.74638e+04 1.18309e+06 2.28871e+06 5.29430e+05 2.59364e+06 1.01218e+06 7.19185e+05 5.48148e+06 1.56044e+06 1.86220e+07 2.84913e+06 5.14544e+06 2.44399e-01 2.03366e+05 2.41726e-01 4.93877e+03 2.01600e+02 4.96466e+03 1.08173e+03 4.10095e+02 8.62219e+02 2.32821e+03 1.03822e+03 2.24059e+03 7.40150e+02 4.20872e+02 2.51718e+01 1.76733e+04 9.70851e+03 2.42228e+03 1.83264e+04 2.30616e+04 1.40817e+04 2.61474e+04 5.02122e+04 6.46246e+04 1.33312e+04 1.40655e+04 2.12443e+02 9.71646e+02 6.91146e-02 1.74855e+05 7.78000e+03 3.72827e+04 4.21835e+04 4.38921e+04 2.74801e+04 8.46884e+04 4.23204e+04 1.37199e+05 2.32756e+04 1.54733e+04 7.93463e+02 1.51140e+05 2.70314e+05 6.29476e+03 1.18938e+05 1.37139e+05 8.04136e+04 1.18598e+05 1.87718e+05 8.90504e+05 7.03271e+03 1.56457e+05 8.05381e+02 8.83614e+03 1.77114e+00 3.40805e+05 1.16352e+05 1.63545e+06 1.09665e+06 1.96599e+05 2.32204e+05 7.00292e+05 4.84574e+04 4.51417e+05 4.56248e+04 6.99972e+02 2.60774e+02 6.76444e+04 7.40549e+05 5.12908e+03 6.61081e+04 1.47034e+05 3.63903e+05 1.52472e+05 4.32649e+05 1.24293e+06 3.89695e+05 3.94656e+05 1.64885e+00 5.50745e+04 2.18969e-01 1.68346e+06 8.04888e+04 5.76787e+05 2.66908e+05 1.07376e+05 1.92367e+05 6.09680e+05 2.10046e+05 6.65374e+05 1.95999e+05 8.35795e+04 5.93262e+03 2.08404e+06 6.14817e+05 2.37360e+04 4.83705e+05 5.08751e+05 3.18729e+05 4.41979e+05 8.01939e+05 3.35940e+06 2.92151e+05 5.43347e+05 2.36429e+03 2.75291e+04 3.56449e-01 1.62777e+05 7.11429e+03 3.08353e+04 5.46254e+04 5.33590e+04 3.33830e+04 1.09112e+05 3.66108e+04 1.05645e+05 3.05093e+04 1.43103e+04 8.62361e+02 1.41880e+05 1.00274e+05 4.23430e+03 8.34757e+04 9.81572e+04 6.39901e+04 7.88701e+04 1.43698e+05 8.26346e+05 1.25231e+05 1.68667e+05 7.28800e+02 6.76590e+03 1.64788e+02 1.52252e+05 1.21327e+04 7.38307e+03 4.66633e+03 1.55876e+03 4.03851e+03 1.23615e+04 4.71749e+03 1.20405e+04 3.96841e+03 1.63394e+03 1.09085e+02 1.35945e+04 8.82669e+04 2.26733e+03 2.96670e+04 3.56571e+04 2.02430e+04 3.26514e+04 5.95944e+04 1.55803e+05 3.10328e+04 3.26130e+04 2.42524e+02 1.72214e+03 2.65850e-02 1.44255e+05 8.91497e+03 2.91969e+04 6.90587e+04 2.70211e+04 5.86001e+04 4.49517e+04 1.51164e+04 1.83942e+04 1.97645e+04 1.58730e+04 1.49554e+03 2.95203e+05 7.90204e+04 3.81582e+04 9.62918e+04 8.55331e+04 3.34350e+04 2.52087e+05 1.31902e+05 1.50522e+06 2.74547e+05 2.26133e+05 7.25777e-01 9.90567e+03 5.17922e-01 3.31921e+06 1.62125e+06 7.20932e+04 1.33397e+05 1.40963e+05 9.04476e+04 7.91164e+04 9.02571e+04 7.19544e+04 8.49357e+04 9.89909e+04 1.12427e+05 6.21390e+04 3.23203e+06 5.68760e+05 5.47490e+05 5.95675e+05 6.13687e+05 3.12666e+05 2.69623e+05 5.45316e+05 5.36818e+05 5.50672e+05 5.69697e+05 5.94525e+05 1.85150e+04 3.84356e+04 1.50076e+04 3.55882e+03 6.82508e+03 2.39707e+03 5.96743e+03 9.85963e+03 4.53329e+03 9.42310e+03 2.95282e+03 1.80927e+03 1.06370e+02 1.31388e+04 8.64728e+03 1.14470e+03 1.38897e+04 1.37263e+04 8.54399e+03 1.54405e+04 2.74788e+04 9.68012e+04 1.94197e+04 2.10445e+04 1.89842e+02 1.44294e+03 1.58292e+00 2.35355e+06 1.25365e+04 4.08993e+05 5.09770e+05 1.29453e+05 1.68464e+06 8.13663e+05 5.85537e+05 9.37382e+05 2.20726e+05 7.94626e+04 2.83480e+03 2.88689e+06 9.41637e+05 4.13750e+05 1.17863e+06 8.36070e+05 2.97657e+05 4.72365e+06 1.15516e+06 1.52933e+07 1.66217e+06 5.26475e+06 2.63704e-01 5.04371e+04 1.03918e-01 4.34321e-01 2.40290e-01 6.95372e+00 3.44937e-01 4.88397e-01 4.90127e-01 6.08275e-01 3.25572e-01 8.02837e-01 2.81130e-01 1.52593e-01 5.69719e-01 8.29452e-01 2.58731e-01 2.19704e-01 2.20232e-01 2.62808e-01 2.59129e-01 1.53617e+00 3.19593e-01 1.93285e+00 2.37485e-01 1.47271e+00 2.10731e-01 2.03149e-01 7.45900e-02 2.09257e+04 2.38811e+03 8.45639e+03 3.00578e+03 1.00662e+03 4.04575e+03 9.39139e+03 4.76352e+03 7.55198e+03 2.17066e+03 2.62110e+03 1.08467e+02 1.90091e+04 1.60305e+04 1.65660e+03 1.67124e+04 1.89725e+04 1.16342e+04 2.55449e+04 3.83773e+04 2.92578e+05 5.40164e+04 5.37488e+04 5.51201e+02 4.76783e+03 2.77599e-01 1.04068e+05 7.45594e+03 6.31498e+05 1.11576e+04 3.85487e+03 1.31587e+04 3.90237e+04 1.83815e+04 3.76401e+04 9.35715e+03 4.80773e+03 4.44665e+02 2.85910e+05 7.31112e+04 1.63220e+03 3.43680e+04 2.42599e+04 1.32946e+04 5.17541e+04 7.08096e+04 6.22462e+05 4.80751e+04 5.19586e+04 3.41565e+02 4.45360e+03 6.01727e-02 4.47646e+04 3.51781e+03 1.98247e+03 1.39203e+03 3.30689e+02 1.07341e+03 3.93664e+03 1.30403e+03 4.29488e+03 1.16926e+03 4.27874e+02 1.66519e+01 8.43735e+03 1.39998e+04 7.46658e+02 1.51053e+04 1.68125e+04 1.00078e+04 5.02281e+03 9.91813e+03 6.03794e+04 5.93087e+03 9.48405e+03 2.60985e+01 2.80331e+02 2.08719e-02 1.31419e+05 5.44915e+02 2.38363e+04 9.01757e+04 3.20151e+04 7.99781e+03 5.61699e+04 2.23243e+04 2.98192e+04 3.26105e+03 5.63774e+03 2.10034e+03 5.25863e+04 1.48766e+05 6.12311e+03 8.63461e+04 1.70810e+05 5.63506e+04 1.68494e+05 6.79316e+04 1.77372e+05 1.64747e+05 1.48380e+05 5.91281e+04 4.26773e+04 1.19986e-01 9.76129e+06 9.93703e+04 4.98060e+06 9.14212e+06 2.00182e+06 7.89024e+06 1.82299e+07 1.22298e+07 2.19324e+07 1.47148e+07 2.90985e+06 1.82793e+05 2.93412e+07 1.02594e+07 3.78316e+05 1.08997e+07 7.01726e+06 4.47338e+06 5.13472e+07 2.20243e+07 2.18178e+08 3.30604e+07 9.38792e+07 8.19042e-04 2.35065e-01 9.46964e-02 1.62485e+06 4.02502e+04 3.64941e+05 1.30166e+05 1.95110e+04 9.73310e+04 1.63487e+05 5.48468e+04 1.75881e+05 5.86579e+04 2.33315e+04 2.18227e+03 1.31086e+06 3.22284e+05 1.49299e+04 2.48014e+05 3.26191e+05 1.83659e+05 2.41995e+05 3.96840e+05 1.08743e+06 8.44818e+04 1.56202e+05 6.59491e+02 5.83243e+03 1.93190e+00 1.30557e+06 9.04353e+04 3.77328e+05 6.67489e+05 4.96073e+05 1.53772e+05 4.46894e+05 4.10369e+05 2.65998e+05 6.64424e+04 8.01361e+04 6.04986e+02 1.42649e+06 2.55769e+05 5.85266e+04 3.07049e+05 9.24349e+05 8.57051e+05 9.64231e+05 1.35249e+05 9.95205e+06 4.40026e+06 2.32595e+06 1.48596e-01 1.17153e+05 2.87133e-01 1.75596e+04 2.70583e+04 8.25336e-02 2.35795e-01 2.39786e-01 2.45788e-01 7.05579e+02 8.13951e-02 1.52210e-01 1.66458e-02 2.87775e-02 1.07210e-02 8.05349e+03 4.04213e-01 3.56540e+02 9.82205e+03 6.89944e+03 2.08487e+03 1.90169e+04 1.05227e+04 2.63828e+04 8.49001e+03 4.02443e+03 1.94829e+00 5.59159e+02 1.95613e-01 1.03208e+06 4.46668e+04 9.52254e+04 1.91796e+05 8.62567e+04 1.12831e+05 4.13240e+05 1.24724e+05 3.98146e+05 1.25250e+05 5.17433e+04 3.31694e+03 3.10554e+05 2.17089e+05 2.55366e+04 5.14289e+05 6.37827e+05 3.59815e+05 2.09272e+05 3.71997e+05 1.75801e+06 2.43737e+05 3.56870e+05 1.65220e+03 1.23971e+04 1.50322e-01 2.59171e+05 2.04749e+04 1.50217e+05 2.01134e+04 4.28201e+03 9.52485e+03 2.85814e+04 1.04182e+04 3.48707e+04 1.17290e+04 5.29103e+03 6.15136e+02 1.17050e+05 5.23109e+04 3.84015e+03 4.73488e+04 5.79545e+04 4.05255e+04 2.03419e+04 3.42821e+04 2.21047e+05 2.81691e+04 3.38464e+04 1.82550e+02 1.66757e+03 8.60544e-01 1.65758e+05 5.34631e+03 1.62399e+05 8.61146e+04 1.57810e+04 1.04288e+05 2.94963e+05 1.31210e+05 2.09458e+05 4.56924e+04 2.36689e+04 6.35382e+02 2.84861e+05 2.01262e+05 8.04880e+03 4.56751e+05 1.49072e+05 7.46437e+04 1.98824e+05 2.41032e+05 4.63665e+06 1.07490e+05 2.00606e+05 5.25017e+02 1.30448e+04 2.15207e-05 2.11442e+05 1.91278e+04 5.52571e+03 9.33555e+03 6.97818e+03 7.67013e+03 2.19288e+04 8.14188e+03 1.87637e+04 5.41239e+03 3.12050e+03 3.19222e+02 1.41958e+04 1.56106e+05 4.22453e+03 5.42539e+04 7.12179e+04 4.45072e+04 4.66953e+04 7.93319e+04 1.12292e+05 6.61622e+03 1.34232e+04 1.17025e+02 1.07589e+03 2.77214e-02 2.13611e+05 8.20573e+03 2.03892e+04 2.13630e+04 2.40387e+04 1.83879e+04 5.83043e+04 1.87096e+04 5.42621e+04 1.48333e+04 8.75311e+03 4.58365e+02 6.85079e+04 5.43796e+04 2.74839e+03 4.70434e+04 5.31283e+04 2.87045e+04 3.09722e+04 5.54343e+04 3.57713e+05 5.30053e+04 6.50703e+04 3.96071e+02 6.70532e+03 2.40720e-01 1.00807e+04 3.25358e+03 3.25115e+04 7.31543e+05 2.53039e+06 6.17619e+05 7.26580e+05 4.99665e+05 8.25533e+06 2.28056e+05 1.30282e+06 4.85363e+05 6.81456e+05 1.53041e+06 1.92808e+05 2.48508e+06 5.52717e+06 2.57078e+05 1.58531e+06 8.49641e+04 3.91892e+06 8.67774e+04 4.65114e+05 6.06887e+03 1.74176e+06 1.83972e-02 1.58552e+06 3.27258e+03 3.59083e+04 6.26270e+05 2.31175e+05 3.65378e+05 1.75418e+06 4.04663e+05 1.12086e+06 7.89431e+05 6.42973e+04 1.26813e+04 7.16551e+05 1.58090e+06 3.00810e+05 7.81210e+05 1.51180e+06 3.40122e+05 1.36161e+06 1.31242e+06 7.98409e+06 1.63408e+06 1.90259e+06 1.77960e+00 3.27300e+05 3.23735e-02 2.67088e+05 6.42228e+04 1.25283e+04 1.49684e+05 7.28035e+03 2.58332e+04 6.83203e+04 4.85239e+04 1.04981e+05 1.53395e+04 7.34290e+03 8.66179e+02 3.85835e+05 1.56719e+05 5.49941e+03 9.26718e+04 8.78637e+04 1.37290e+05 2.43042e+05 1.47687e+05 1.21566e+06 3.45948e+05 3.81300e+05 2.96101e+03 2.36166e+04 7.03824e-01 4.02498e+07 1.62654e+06 7.38585e+06 9.09200e+06 4.57297e+06 2.90641e+06 1.70783e+07 8.58645e+06 8.01850e+06 2.71477e+06 1.74434e+06 1.39440e+06 5.72087e+06 2.02415e+07 5.20091e+05 6.70339e+06 1.49093e+07 1.82257e+06 2.42153e+07 5.27034e+06 4.45959e+07 1.36437e+07 8.68536e+06 1.46657e+04 4.20905e+06 5.11453e-01 2.81334e+06 6.37294e+05 4.73664e+06 5.81908e+06 1.96268e+06 2.14801e+06 6.43095e+06 1.19923e+06 2.11463e+06 2.40678e+06 7.81598e+04 1.46644e+04 3.75168e+06 8.64410e+06 1.54479e+05 1.99106e+06 4.42840e+06 2.14412e+06 3.17971e+07 1.70870e+06 6.24000e+06 3.64218e+03 4.07023e+06 5.69345e+03 1.63402e+06 3.97911e-02 1.91165e+06 2.32284e+05 2.81380e+06 6.52508e+05 6.07336e+05 4.54055e+05 1.14250e+06 1.20039e+06 8.57448e+05 3.88866e+05 6.39571e+04 3.18737e+03 2.75129e+06 1.77667e+06 2.45924e+04 3.16968e+05 7.04981e+05 1.02657e+06 1.00938e+07 2.56689e+06 1.10223e+07 1.26463e+07 6.93948e+06 3.77859e+02 1.08445e+05 2.93355e-01 6.31012e+05 4.70691e+04 1.38573e+07 4.57849e+05 6.64261e+04 1.57055e+05 4.69940e+05 1.67371e+05 5.61857e+05 2.97024e+05 9.05719e+04 1.52263e+04 5.49970e+06 1.69016e+06 5.52550e+04 7.86476e+05 9.68138e+05 5.81862e+05 1.74268e+06 2.56353e+06 6.86498e+06 1.67610e+06 2.43040e+06 5.13273e+03 8.10454e+04 3.54267e-02 1.32749e+06 9.36423e+04 1.37036e+05 1.57775e+06 1.54506e+05 9.70463e+05 3.63037e+06 4.89144e+05 4.84194e+06 2.16179e+05 1.45842e+05 6.96532e+03 1.17435e+06 2.66278e+05 1.94856e+05 1.07877e+06 6.74601e+05 3.70704e+05 7.03633e+06 3.11669e+06 1.39380e+07 2.50550e+06 1.65697e+05 5.48421e-01 3.27418e-01 4.32430e-03 3.83216e+05 1.91106e+04 3.13647e+05 1.33464e+06 1.56747e+05 1.99074e+05 1.53796e+06 5.17003e+05 1.72132e+06 1.95464e+03 4.62079e+05 4.93052e+05 6.88156e+05 2.29353e+06 6.95772e+04 8.96772e+05 1.99455e+06 8.65438e+05 4.47738e+06 1.74380e+06 1.83142e+07 2.40231e+05 3.08559e+06 2.51613e+02 7.22131e+04 4.45664e-01 6.05536e+06 2.88460e+05 1.81602e+06 5.36369e+06 5.92306e+06 4.15328e+06 9.51052e+06 7.97074e+06 1.14212e+07 2.90256e+06 1.96381e+06 3.58506e+05 6.53746e+06 1.23379e+07 4.53621e+06 1.44960e+07 1.68548e+07 1.13855e+07 2.08354e+07 6.49553e+06 8.01024e+07 1.82854e+07 4.21660e+07 1.13426e+05 2.50655e+06 1.60734e-01 1.09410e+05 5.09094e+03 2.55523e+04 1.72624e+04 3.65595e+03 8.03759e+03 2.53137e+04 1.39648e+04 2.21046e+04 6.65943e+03 2.87410e+03 1.99687e+02 1.08935e+05 6.01075e+04 3.15807e+03 6.11914e+04 5.20085e+04 3.79280e+04 3.03280e+04 5.53522e+04 4.04267e+05 4.25650e+04 5.64022e+04 7.49845e+00 2.58045e+03 5.56077e-02 7.02230e+06 6.83351e+05 1.48668e+06 6.81642e+06 2.06380e+06 9.53747e+06 2.58577e+07 1.81741e+07 4.62638e+07 1.04084e+07 3.62421e+06 3.35136e+05 3.17945e+07 3.19482e+07 1.05809e+06 3.25448e+07 1.83169e+07 1.32342e+07 5.94565e+07 4.50113e+07 2.90248e+08 3.24534e+06 9.13194e+07 1.03707e+05 3.32061e+06 1.43191e+02 1.94137e+05 7.58217e+03 1.08668e+05 7.24131e+04 2.11505e+04 5.19090e+04 2.03924e+05 5.13018e+04 1.69445e+05 4.92894e+04 2.09053e+04 1.70514e+03 2.17157e+05 1.48878e+05 5.37977e+03 1.15390e+05 1.12191e+05 6.76653e+04 1.25847e+05 2.04285e+05 2.02587e+06 2.82012e+05 4.36525e+05 1.99254e+03 1.63866e+04 7.53393e-02 3.48265e+06 5.70686e+05 3.02159e+06 6.28200e+05 1.04588e+06 6.25583e+04 1.71306e+06 1.21176e+06 1.06987e+06 9.89908e+04 1.82127e+05 3.87194e+04 2.93414e+06 2.03723e+06 2.28523e+04 2.94540e+05 6.55098e+05 7.90526e+03 2.63021e+06 1.04162e+06 2.44562e+06 9.34197e+04 3.12890e+05 7.18603e+03 2.06239e+06 7.84845e+01 3.02218e+06 7.84948e+04 5.63030e+04 4.20057e+05 1.07029e+05 8.31147e+04 3.93418e+05 3.60703e+04 6.74520e+04 7.37659e+03 2.11695e+05 7.88668e+04 2.93317e+05 5.99076e+05 7.35775e+03 9.48332e+04 2.10922e+05 4.88560e+05 5.70399e+05 3.32962e+05 6.34237e+05 2.15355e+05 2.55390e+05 9.21323e+02 2.64420e+05 3.51830e+01 1.22588e+05 1.32814e+03 8.13877e+05 2.30654e+05 3.37218e+04 1.19892e+05 1.92156e+06 1.99776e+05 1.44197e+05 4.74086e+04 1.21160e+05 5.02895e+03 5.57295e+06 2.09814e+05 6.76682e+03 8.72168e+04 1.93982e+05 6.48786e+04 4.38493e+05 1.12511e+05 3.31972e+06 5.70173e+04 2.83443e+05 9.52052e+02 3.70024e+04 7.33188e-02 1.22829e+05 8.72778e+00 3.54101e+04 3.65295e+04 2.05377e+04 2.53496e+03 1.21107e+04 1.57906e+04 6.45703e+03 1.32199e+04 4.62889e+03 1.72449e+03 3.23857e+04 4.60235e+04 6.25131e+03 1.94384e+04 2.18053e+05 5.58626e+03 1.42292e+04 1.20771e+04 1.08536e+05 7.38494e+04 3.67710e+04 3.95332e-03 1.13460e+00 2.24481e+00 3.84584e+05 7.80442e+03 9.54785e+04 1.54744e+04 5.46359e+03 2.77677e+04 3.12785e+04 9.41113e+03 3.78636e+04 1.12667e+04 4.47868e+03 1.88568e+02 4.56031e+05 9.61821e+04 2.80652e+03 7.02134e+04 6.56408e+04 3.83562e+04 1.57326e+04 4.34679e+04 3.99212e+05 5.81461e+04 7.27680e+04 2.37559e+02 2.47675e+03 9.38686e+00 3.83756e+05 3.94271e+04 1.74912e+04 2.78295e+05 1.16251e+00 2.38148e+05 1.62762e+04 4.75584e+04 1.77897e+04 8.07266e-01 3.24563e-01 4.11170e-01 3.14230e+05 2.22865e+05 1.35186e+05 2.95429e+05 2.79455e+05 1.11013e+05 9.97490e+05 7.83934e+05 1.21388e+06 5.06467e-01 1.15153e+06 1.41781e+00 3.26697e+04 2.11436e+00 2.27458e+05 9.69444e+03 6.28520e+04 6.20362e+04 1.77646e+04 5.24069e+04 1.10390e+05 4.47768e+04 1.75048e+05 3.34510e+04 2.39841e+04 1.32397e+03 2.21590e+05 1.70867e+05 1.23669e+04 2.02915e+05 2.40969e+05 1.67222e+05 1.47073e+05 2.13013e+05 2.48336e+06 4.44287e+05 5.30948e+05 3.38815e+03 2.71059e+04 1.66238e+00 1.78198e+04 1.35687e+03 1.49527e+04 3.54624e+03 1.75160e+03 3.33533e+03 1.05011e+04 4.24077e+03 9.90471e+03 2.94149e+03 1.47421e+03 8.10855e+01 4.39832e+04 7.15129e+03 4.31891e+02 7.65483e+03 8.03139e+03 4.52195e+03 4.42777e+03 8.63564e+03 9.17761e+04 1.30646e+04 1.53939e+04 8.17304e+01 7.72941e+02 1.06811e+00 2.30894e+05 1.93401e+04 2.76314e+03 1.48365e+03 2.67340e+02 1.15937e+03 3.44303e+03 1.22788e+03 3.64279e+03 8.65413e+02 3.94087e+02 1.03660e+01 9.49854e+03 4.40597e+03 1.01438e+02 3.20264e+03 3.56959e+03 1.88388e+03 5.01202e+03 1.04842e+04 2.70072e+04 3.92714e+03 4.22676e+03 9.76026e+00 1.17073e+02 5.30662e-06 3.92059e+04 1.33830e+03 2.01388e+06 1.44216e+04 2.13281e+03 1.07740e+04 2.93556e+04 1.29629e+04 5.68336e+04 1.70238e+04 5.03213e+03 2.77171e+02 1.08447e+06 4.09058e+04 1.70609e+03 5.52287e+04 4.47946e+04 1.84911e+04 3.99757e+04 8.25074e+04 6.04576e+05 1.84252e+05 1.44999e+05 1.59891e+02 2.73588e+03 9.53696e+01 1.83408e+03 7.10831e+01 3.88989e+03 3.24320e+04 1.21130e+04 2.24513e+04 5.77530e+04 2.48177e+04 6.73472e+04 2.75732e+04 1.45607e+04 9.30041e+02 1.31498e+04 1.93288e+04 3.56557e+02 1.13402e+04 9.48872e+03 5.12702e+03 9.32128e+03 1.28899e+04 2.70552e+05 3.47792e+04 4.20991e+04 4.09864e+02 4.76213e+03 9.53568e-02 2.81564e+05 2.79774e+02 3.38902e+04 3.01757e+05 3.61093e+05 2.30026e+05 1.56824e+05 6.06344e+04 1.79806e+05 3.64183e+04 6.54739e+04 1.53728e+04 5.09622e+05 3.31610e+05 1.70903e+05 3.47410e+05 2.41713e+05 5.84050e+04 9.48384e+05 5.84433e+05 2.05985e+06 6.58208e+05 6.99575e+05 5.42121e-01 1.01872e+04 1.52932e+01 1.01217e+05 3.37620e+02 2.24561e+04 2.05269e+04 3.19411e+04 2.35956e+04 1.99382e+05 3.01756e+05 8.96706e+04 1.44810e+04 4.78602e+03 2.44210e+02 1.85171e+05 3.35895e+05 9.92809e+04 2.19014e+05 1.80253e+05 1.71457e+05 6.72732e+05 5.90721e+05 4.52975e+06 7.34643e+05 1.01044e+06 8.45505e+03 5.14766e+04 8.90089e-01 2.56283e+04 1.00385e+04 7.88172e+01 3.47850e+02 1.63708e+03 1.99094e+02 9.11879e+02 2.45323e+02 1.62586e+03 2.52510e+02 1.35584e+02 8.55822e+00 1.17468e+04 3.62402e+04 1.81599e+03 3.33846e+04 8.38883e+03 1.94241e+04 1.04790e+04 1.46091e+04 3.46993e+05 5.18619e+04 7.88451e+04 5.90548e+02 9.37722e+02 2.35892e-01 4.42064e+05 1.81261e+04 4.33675e+04 1.48222e+04 2.33323e+03 1.45081e+04 3.95602e+04 1.78102e+04 4.59426e+04 1.23141e+04 5.64988e+03 3.54080e+02 1.15627e+05 6.70965e+04 3.49337e+03 4.44337e+04 4.91126e+04 3.06490e+04 5.27689e+04 7.97860e+04 3.18760e+05 5.17372e+04 4.90170e+04 4.79834e+02 4.45252e+03 2.32483e-01 2.59063e+05 1.57625e+04 4.71897e+03 9.08701e+03 1.97126e+03 6.46876e+03 1.76048e+04 7.06572e+03 1.96379e+04 6.61556e+03 2.74132e+03 2.04499e+02 2.19151e+04 1.56720e+04 1.70674e+03 3.07839e+04 3.50339e+04 1.95195e+04 1.70678e+04 4.22297e+04 1.60599e+05 1.46192e+04 2.14503e+04 1.10794e+02 1.16675e+03 1.59895e+01 3.30836e+06 3.21021e+05 5.38549e+06 1.84471e+06 3.88564e+05 5.03145e+05 1.88975e+06 4.55631e+05 3.35066e+06 2.44270e+05 1.07017e+05 2.44655e+04 1.89208e+06 7.36022e+05 1.46985e+05 1.89447e+06 4.21356e+06 2.08650e+06 1.71686e+06 1.76937e+06 5.46087e+06 4.81201e+04 8.65794e+05 2.60330e+00 1.25508e-02 3.96169e-02 3.19767e+04 7.98127e+03 2.86266e+03 2.58120e+03 1.01934e+03 1.12423e+03 3.56856e+03 1.49247e+03 3.99055e+03 1.12102e+03 4.27817e+02 1.96887e+01 1.17451e+04 4.04458e+04 2.93060e+03 3.55690e+04 4.00416e+04 2.73241e+04 2.00425e+04 3.35272e+04 1.36019e+05 2.65492e+04 2.84948e+04 1.84848e+02 1.16363e+03 7.34741e+02 8.47578e+05 4.65246e+04 4.92107e+03 3.30692e+04 7.44731e+03 1.88889e+04 6.80675e+04 1.94803e+04 7.38398e+04 2.75915e+04 1.00327e+04 6.29267e+02 2.45514e+04 6.28083e+04 2.76578e+03 4.93004e+04 5.33547e+04 3.13457e+04 3.40782e+04 6.40331e+04 3.35631e+05 4.52070e+04 5.19297e+04 2.58395e+02 2.22657e+03 1.71286e-01 1.05334e+04 3.10463e+03 2.22174e+03 1.31529e+04 6.66995e+03 7.06800e+03 1.64561e+04 1.23885e+03 8.98968e+04 8.69058e+03 9.73813e+03 1.77401e+02 3.93993e+04 3.99070e+04 2.03013e+04 4.52468e+04 2.94083e+04 9.12338e+04 1.73797e+05 9.16986e+04 5.71822e+05 1.47019e+05 3.51974e+05 7.37173e-01 2.10936e+04 4.80056e-02 1.88632e+05 3.16383e+04 5.66975e+04 8.76700e+03 1.56810e+03 4.55990e+03 1.57805e+04 5.42942e+03 1.71008e+04 5.16798e+03 1.86367e+03 1.21541e+02 9.28262e+04 3.48190e+04 2.15910e+03 2.69594e+04 2.70097e+04 1.79604e+04 1.78591e+04 3.19912e+04 1.69705e+05 2.30029e+04 3.51037e+04 1.51754e+02 1.12004e+03 7.47712e-01 4.61354e+04 2.39370e+03 1.97791e+03 8.80977e+04 9.17225e+04 2.07267e+04 4.01287e+04 2.09358e+04 1.29831e+04 1.41984e+03 3.11446e+04 5.80694e+03 4.35347e+04 5.69515e+04 4.35093e+03 5.60786e+04 1.24727e+05 1.43531e+05 1.02584e+05 6.05560e+04 3.31065e+05 3.07687e+04 1.04300e+05 3.43625e+01 9.86204e+03 3.63369e+00 4.14574e+06 9.51531e+04 4.65088e+06 3.67711e+06 9.80361e+05 5.71392e+05 3.10998e+06 1.37345e+06 1.53976e+06 2.68349e+06 3.91736e+05 5.94427e+04 1.57534e+06 6.97087e+06 4.83999e+05 6.23821e+06 1.38746e+07 4.41412e+06 7.00684e+06 1.80103e+06 2.68641e+07 4.62085e+04 7.37371e+06 4.67877e-04 1.34281e-01 7.12794e-02 4.13016e+03 2.39639e+02 2.94074e+03 2.90692e+03 7.35887e+02 3.04057e+03 8.67218e+03 3.50227e+03 8.99172e+03 2.42054e+03 9.92944e+02 4.42913e+01 9.87865e+03 5.18256e+04 2.94623e+03 4.13676e+04 4.00233e+04 2.52159e+04 2.27506e+04 4.35119e+04 3.38351e+05 6.06382e+04 5.91689e+04 4.95778e+02 5.52577e+03 4.43382e-02 2.26509e+05 2.25347e+02 1.72861e+05 2.74409e+04 1.48204e+04 1.24940e+04 4.23341e+04 1.86020e+04 3.93301e+04 1.28719e+04 4.54984e+03 5.09652e+02 6.68155e+05 4.03925e+04 8.48145e+02 3.90728e+04 4.40311e+04 1.76240e+04 4.42804e+04 4.78509e+04 2.72033e+05 1.47022e+03 4.78614e+04 2.77627e+02 4.43504e+03 8.40092e-01 4.91381e+04 1.92555e+03 3.03997e+03 1.13358e+04 2.70457e+02 1.43338e+03 3.47316e+03 2.02158e+03 2.21407e+03 1.09675e+03 4.32109e+02 1.56468e+01 6.07061e+04 2.44920e+04 1.01314e+03 2.31996e+04 2.66157e+04 2.41813e+04 2.72827e+04 1.59440e+04 1.18115e+05 4.31463e+04 3.14822e+04 9.71678e+01 3.38403e+03 8.40368e-02 1.91192e+06 1.36285e+05 3.13187e+05 2.26009e+05 1.09714e+05 1.55890e+05 5.48923e+05 2.15898e+05 7.29760e+05 1.73500e+05 6.93167e+04 3.52077e+03 7.14016e+05 5.46147e+05 2.10006e+04 3.66391e+05 3.57064e+05 1.81895e+05 2.73679e+05 5.45972e+05 3.32589e+06 7.66920e+05 8.28449e+05 1.22500e+03 3.15303e+04 2.42776e-01 4.79948e+05 2.58227e+04 1.02608e+05 1.90928e+04 3.57015e+03 9.85073e+03 2.84598e+04 1.35182e+04 4.49169e+04 1.63986e+04 4.70519e+03 7.88511e+02 2.69184e+05 1.73583e+04 2.79488e+03 4.45142e+04 4.14770e+04 2.21043e+04 4.89820e+04 9.57341e+04 2.73519e+05 5.25695e+04 5.14620e+04 1.97814e+02 1.72039e+03 4.44093e+01 2.47303e+06 1.14512e+05 3.75672e+05 1.21304e+05 4.56987e+04 1.05904e+05 4.41825e+05 1.65684e+05 6.02697e+05 1.83371e+05 5.82297e+04 2.96585e+03 5.18415e+05 3.25992e+05 1.46381e+04 3.54354e+05 3.65632e+05 1.97882e+05 3.67704e+05 6.58457e+05 1.20200e+06 2.35926e+05 2.72356e+05 5.82100e+02 6.33951e+03 8.54169e-02 1.43686e+05 5.01396e+03 1.59239e+05 3.39457e+04 7.08013e+03 1.04073e+04 3.76054e+04 1.43095e+04 3.72888e+04 1.27731e+04 5.52398e+03 3.57424e+02 2.89133e+05 2.58413e+04 2.51756e+03 4.60862e+04 4.38348e+04 2.91511e+04 3.28487e+04 2.90887e+04 4.80973e+05 1.14882e+05 1.02292e+05 7.39671e+02 2.89442e+03 2.86573e-02 9.31567e+05 4.82633e+04 1.63240e+04 1.32882e+04 2.91564e+03 1.54319e+04 3.08301e+04 9.82412e+03 5.60197e+04 1.97278e+04 6.03344e+03 2.98040e+02 6.71184e+04 1.43392e+05 4.51659e+03 9.99364e+04 1.03595e+05 5.97441e+04 6.36836e+04 1.33234e+05 8.16558e+05 1.05940e+05 1.14016e+05 3.99865e+02 5.63487e+03 8.58872e-02 3.89179e+06 1.22085e+05 5.03768e+06 3.98308e+06 4.91281e+05 2.20459e+06 5.51781e+06 1.61486e+06 2.84298e+06 7.18585e+05 6.24066e+05 8.62105e+04 1.68901e+06 7.76817e+06 2.99815e+06 1.41006e+07 6.33374e+06 4.83106e+06 9.42857e+06 6.46601e+06 5.84559e+07 1.30238e+07 2.30422e+07 2.88683e+05 1.66016e+06 8.74295e-02 2.20361e+00 3.19483e-01 8.43762e-01 4.41018e+00 8.96736e+00 2.24709e+00 1.21700e+01 6.05874e+00 1.13300e+01 1.23905e+00 2.14209e+00 7.98032e-01 7.95149e+01 1.74405e+01 1.71444e+00 2.20973e+01 4.91474e+01 1.10008e+01 6.17496e+01 1.16824e+01 3.39262e+02 4.96809e+01 4.73395e+00 4.52994e-04 1.11913e-04 3.14623e-02 2.30255e+04 2.56306e+03 8.53955e+03 1.06292e+04 2.86393e+03 8.49200e+03 2.60838e+04 1.74254e+04 2.79662e+04 7.76938e+03 3.64462e+03 4.43911e+02 2.61922e+04 9.08037e+04 1.93099e+03 2.75356e+04 2.96076e+04 1.74516e+04 3.03640e+04 4.27744e+04 4.24153e+05 8.82748e+04 8.34990e+04 6.45984e+02 5.55092e+03 6.60681e-01 2.06816e+06 1.21072e+05 8.77092e+05 1.37704e+06 1.88317e+05 8.79235e+05 8.40842e+05 4.67533e+05 2.57185e+05 1.70425e+05 9.54604e+04 1.84121e+05 1.13327e+06 1.07153e+06 3.87109e+04 1.00529e+06 7.87945e+05 4.15450e+05 1.61739e+06 1.11187e+06 1.02848e+07 1.82264e+06 2.03791e+06 6.01162e+02 1.72533e+05 1.36692e-01 2.73304e+05 1.68866e+04 4.43706e+04 2.50960e+04 1.67309e+04 1.84611e+04 5.71949e+04 2.23169e+04 5.37854e+04 1.51238e+04 7.12620e+03 4.64109e+02 1.10346e+05 5.67117e+04 3.35924e+03 4.94040e+04 5.34384e+04 2.62323e+04 2.83783e+04 5.37760e+04 3.84284e+05 5.03393e+04 6.96549e+04 5.84622e+02 2.87771e+03 1.46619e-01 4.66449e+05 3.32015e+04 1.57422e+04 1.75569e+04 1.44114e+03 2.58835e+03 1.10380e+04 3.12870e+03 1.26150e+04 5.55892e+03 1.86519e+03 9.01338e+01 1.14517e+05 2.09620e+04 1.03227e+03 2.36352e+04 1.99814e+04 2.76356e+04 2.33323e+04 1.47502e+04 8.70792e+04 2.21128e+04 3.22140e+04 2.90225e+01 4.42538e+02 1.85003e-04 4.10015e+05 2.08685e+04 1.94415e+05 4.12888e+04 9.01734e+03 1.91617e+04 6.71264e+04 2.08658e+04 8.00036e+04 2.89271e+04 1.06105e+04 1.23972e+03 1.22514e+05 1.56779e+05 6.96294e+03 1.16141e+05 1.78060e+05 1.18108e+05 1.47865e+05 2.28972e+05 4.01217e+05 8.47100e+04 1.39413e+05 8.71309e+02 4.21419e+03 8.89405e-01 2.11722e+06 5.78970e+05 1.21693e+07 6.17907e+05 4.13963e+04 5.97720e+05 6.21019e+05 4.36642e+05 4.04267e+05 2.90594e+05 7.81907e+04 9.72032e+03 2.56212e+06 1.24486e+06 2.57697e+05 9.26739e+05 1.21746e+06 4.55310e+05 6.41683e+06 1.72962e+06 9.99190e+06 3.50850e+06 4.81881e+06 2.27790e-01 1.70556e+05 1.63924e-01 1.57892e+05 7.83947e+03 9.22437e+03 2.35197e+04 5.67675e+03 1.61504e+04 5.44384e+04 1.89880e+04 6.09483e+04 1.92206e+04 7.20766e+03 5.53605e+02 3.97102e+04 7.49943e+04 4.81406e+03 9.04507e+04 1.04873e+05 6.19651e+04 2.73190e+04 6.49083e+04 4.10420e+05 7.76245e+04 9.42969e+04 4.51971e+02 3.18678e+03 2.32720e-01 1.64913e+05 3.20415e+04 2.63087e+06 8.37969e+04 2.17126e+04 6.31474e+04 2.12946e+05 8.44393e+04 2.42487e+05 7.00317e+04 3.31113e+04 1.52315e+03 6.65208e+05 5.33221e+05 1.08714e+04 1.93586e+05 1.83883e+05 1.35805e+05 2.28229e+05 2.66477e+05 2.01151e+06 6.81195e+05 5.69884e+05 4.34812e+03 2.63899e+04 7.00543e+00 8.34200e+06 3.82796e+05 3.01369e+05 4.48529e+05 1.16717e+05 3.18435e+05 9.70886e+05 3.15357e+05 1.09718e+06 3.34744e+05 1.19394e+05 7.05470e+03 1.59841e+06 4.80620e+05 6.04505e+04 1.14942e+06 1.38564e+06 8.76553e+05 1.11756e+06 2.29790e+06 6.74366e+06 8.30047e+05 8.31092e+05 3.13235e+03 6.70560e+04 1.38963e-01 1.11556e+05 2.53705e+04 7.81823e+04 2.27530e+04 2.69368e+04 2.17609e+04 6.76150e+04 2.75802e+04 9.93386e+04 2.56111e+04 1.27863e+04 1.17432e+03 2.24824e+05 7.51493e+05 1.61895e+04 2.60151e+05 2.62733e+05 2.06808e+05 2.95213e+05 2.92026e+05 1.39531e+06 2.06064e+05 2.11236e+05 1.89834e+03 1.54797e+04 1.76553e+00 2.07820e+05 6.02955e+03 1.18776e+05 5.14393e+03 7.91436e+02 3.62387e+03 7.54428e+03 2.97798e+03 6.53265e+03 1.85797e+03 1.00540e+03 7.63116e+01 1.60901e+05 1.12721e+05 2.71631e+03 4.50106e+04 4.31304e+04 2.74526e+04 2.35529e+04 4.06987e+04 2.88454e+05 6.82650e+04 6.90472e+04 3.40219e+02 3.33213e+03 1.20115e+00 1.47846e+05 1.67135e-01 1.20692e+04 2.95900e+05 1.66043e+05 6.27576e+04 1.33545e+05 7.34273e+03 3.36062e+04 3.67519e+03 5.43406e+03 2.02445e+03 1.10862e+06 1.10392e+05 1.23267e+03 1.58877e+04 3.53365e+04 1.19724e+04 5.08984e+05 1.49664e+05 1.96312e+05 6.96640e-01 3.10704e+04 3.89229e+02 1.11709e+05 5.45652e-05 4.17719e+05 3.64245e+05 1.50420e+06 1.18919e+06 6.07684e+05 3.24099e+05 7.92036e+05 4.43416e+05 9.89668e+04 8.98323e+04 1.19090e+05 2.76435e+04 1.80566e+06 1.04425e+06 8.86528e+03 1.14264e+05 2.54138e+05 2.57094e+05 2.74998e+06 5.20266e+05 1.59875e+06 9.14268e+05 7.04693e+05 7.84610e+04 4.45510e+05 1.19360e+00 5.61224e+05 5.16747e+05 1.20975e+06 3.72639e+06 2.62044e+05 1.94479e+05 6.42246e+05 3.26546e+05 2.07444e+06 2.27279e+05 7.73123e+04 7.82289e+03 1.86860e+06 2.25392e+06 5.30017e+04 6.83133e+05 1.51938e+06 1.03503e+06 2.91485e+06 7.91404e+05 1.70402e+06 1.18169e+00 8.11269e+05 6.98714e+03 2.00531e+06 7.47358e-05 2.72257e+06 2.11662e+04 2.71711e+06 2.28578e+06 8.51160e+05 1.41085e+06 5.30370e+06 2.92879e+06 2.20868e+06 1.64135e+06 3.04427e+05 5.46466e+04 1.01299e+07 1.35140e+06 3.82030e+05 1.82342e+06 9.46139e+05 2.45516e+05 1.06457e+07 4.19166e+06 1.20026e+07 6.57889e+06 4.24672e+06 2.12691e-01 3.78956e+04 1.91779e-01 7.82119e+05 5.10238e+04 1.96851e+05 7.42023e+05 8.43793e+05 6.00050e+05 7.82907e+05 2.40673e+05 3.94088e+05 2.09711e+05 1.06073e+05 1.25078e+04 2.14312e+06 4.48319e+05 1.56888e+06 2.63710e+06 2.63479e+06 9.51449e+05 3.47482e+06 7.28239e+05 1.24995e+07 2.96009e+06 2.58599e+06 2.30684e-01 6.00236e+04 8.51062e-01 7.02976e+04 3.07839e+03 7.25573e+06 9.71698e+04 3.31412e+04 1.01160e+05 5.87249e+05 1.74591e+05 7.21125e+05 2.23056e+05 6.56995e+04 3.47925e+03 8.92691e+05 2.67208e+06 1.97685e+04 4.58495e+05 3.19483e+05 3.83303e+05 5.34350e+05 6.26379e+05 3.80903e+06 1.21036e+06 1.15911e+06 2.72697e+03 2.29065e+04 7.08223e-01 9.16678e+05 2.06694e+04 1.62806e+04 1.53392e+07 3.69324e+06 1.29077e+06 4.60728e+07 1.88160e+06 1.66139e+07 2.10733e+07 1.38802e+06 0.00000e+00 4.10564e+06 1.28374e+07 1.27713e+05 1.64608e+06 3.66111e+06 1.77300e+07 2.22140e+06 7.84158e+06 3.99792e+07 9.23583e+04 2.13533e+07 2.73054e+05 2.82539e-01 2.03143e-01 1.44773e+03 4.56302e+01 4.29601e+02 2.45680e+02 9.25495e+01 7.73256e+01 2.27449e+02 1.35578e+02 2.95267e+02 8.70176e+01 3.04276e+01 1.53656e+01 1.13128e+03 8.80828e+02 3.76611e+01 6.31132e+02 1.73443e+03 3.33781e+02 1.43581e+03 1.63135e+03 2.84046e+03 5.82476e+02 6.57503e+02 1.99315e+01 1.36914e+02 2.25720e+01 3.62677e+06 2.77028e+02 2.18449e+05 4.38994e+06 2.92010e+05 8.31028e+05 1.48557e+06 5.18232e+05 8.35119e+05 1.49811e+05 4.17830e+05 2.07757e+00 1.07175e+06 2.83990e+06 1.71512e+05 2.71625e+06 2.04382e+06 1.13729e+06 4.49827e+06 2.28326e+06 1.25127e+07 1.91522e+04 1.05019e+06 1.48438e+01 1.52156e+01 1.28461e+02 1.24811e+07 1.93689e+06 1.20061e+06 5.15497e+06 4.27873e+05 1.80443e+06 1.73581e+07 9.08452e+06 4.60762e+06 2.92908e+02 1.24167e+06 5.39934e+05 3.77192e+06 8.82253e+06 8.91797e+05 1.14943e+07 2.55649e+07 6.84682e+01 7.03129e+06 9.30044e+01 2.30440e+06 2.70535e+01 3.81666e+06 1.39026e-02 3.99004e+00 1.33978e+04 3.49594e+05 2.88406e+04 1.36599e+04 5.53000e+03 1.36463e+03 4.91672e+03 1.60650e+04 5.90230e+03 2.06453e+04 5.50319e+03 1.98196e+03 6.69029e+01 5.72043e+04 4.55612e+04 8.70457e+02 2.08612e+04 2.36279e+04 1.30386e+04 1.88120e+04 4.09153e+04 2.73062e+05 4.73415e+04 5.03176e+04 1.77720e+02 1.77831e+03 1.48379e-01 8.23986e+03 2.11886e+03 7.51148e+02 5.69176e+02 1.46114e+02 4.79164e+02 1.46293e+03 5.20038e+02 1.42582e+03 3.90792e+02 1.83055e+02 7.16170e+00 3.22957e+03 4.59273e+03 4.42688e+02 6.14829e+03 7.87081e+03 4.78374e+03 3.30585e+03 6.41454e+03 2.33117e+04 2.96616e+03 3.96153e+03 2.06581e+01 1.77300e+02 1.31144e-01 9.55019e+02 3.51739e+01 7.06489e+02 4.89608e+03 1.48990e+03 4.86987e+03 1.41070e+04 5.89691e+03 1.31067e+04 4.64177e+03 2.08049e+03 1.03933e+02 2.72285e+03 5.03184e+03 4.19218e+02 5.54460e+03 5.73282e+03 3.70585e+03 3.69490e+03 6.92470e+03 6.16239e+04 9.06445e+03 1.05422e+04 1.22183e+02 9.70971e+02 1.64250e-02 6.22806e+03 3.88916e+02 4.87073e+02 2.28561e+02 1.00818e+02 3.91541e+02 9.07432e+02 4.30938e+02 8.54410e+02 3.47505e+02 1.62404e+02 5.25182e+00 1.26114e+03 2.16666e+03 2.13712e+02 3.10303e+03 2.56061e+03 2.63201e+03 1.74646e+03 3.48528e+03 1.09196e+04 2.19923e+03 2.03529e+03 1.38593e+01 3.18652e+00 8.62399e-04 1.43186e+06 8.33265e+04 1.90010e+07 6.56261e+05 1.78220e+05 6.08960e+05 3.20266e+06 7.88530e+05 2.77212e+06 8.40765e+05 2.73453e+05 2.02436e+04 8.02780e+06 2.97595e+06 7.80843e+04 1.85928e+06 1.61425e+06 1.00763e+06 1.65066e+06 2.54795e+06 1.85925e+07 3.14345e+06 2.71446e+06 7.14129e+03 5.50425e+04 8.82727e-01 3.93466e+05 3.01829e+04 4.10144e+04 5.52850e+04 1.29549e+04 4.21441e+04 1.24725e+05 4.17652e+04 1.41359e+05 4.19757e+04 1.69713e+04 7.76777e+02 1.52428e+05 8.48306e+04 5.01164e+03 1.23661e+05 1.08335e+05 7.05870e+04 9.21543e+04 1.73704e+05 6.20127e+05 1.28085e+05 1.65769e+05 5.29106e+02 4.24675e+03 5.78481e-03 8.85629e+05 9.01440e+04 2.34225e+04 3.51770e+05 3.48799e+04 1.27059e+05 3.00294e+05 2.07437e+05 2.96458e+05 9.98128e+04 3.95099e+04 1.83488e+03 1.17980e+06 2.71356e+05 6.77249e+03 2.59729e+05 2.24429e+05 2.40549e+05 3.41055e+05 1.85686e+05 2.22817e+06 4.32507e+05 4.56409e+05 1.83391e+03 2.72338e+04 1.37913e-01 4.19021e+03 2.11945e+02 1.66379e+03 1.78879e+03 2.67628e+02 1.04898e+03 2.79661e+03 1.20031e+03 2.86316e+03 7.65565e+02 3.61435e+02 1.48592e+01 4.61126e+03 3.28369e+03 6.34988e+02 8.17611e+03 7.32093e+03 4.65286e+03 1.09184e+04 1.85383e+04 4.97169e+04 7.66875e+03 7.86963e+03 1.12249e+02 8.28632e+02 2.57828e-02 2.99359e+05 2.29950e+04 3.30954e+03 1.51275e+03 2.70068e+02 1.00209e+03 3.61194e+03 8.33544e+02 4.15366e+03 1.39483e+03 4.37247e+02 1.48144e+01 1.57057e+04 3.02592e+03 4.43903e+02 8.33139e+03 1.33492e+04 2.31359e+03 4.59988e+03 9.57403e+03 8.09558e+04 9.26554e+03 1.13342e+04 4.58245e+01 6.22688e+02 3.83510e-01 6.71317e+03 3.17640e+03 8.42174e+03 3.40676e+05 8.71437e+04 5.75854e+05 3.61284e+06 6.84187e+05 5.78611e+06 4.96517e+05 4.82933e+04 2.65457e+04 1.19051e+06 1.15178e+06 1.64160e+05 2.11584e+06 4.70592e+06 1.37972e+06 5.57707e+06 1.37893e+06 1.28907e+07 2.68967e+05 4.67981e+06 1.62347e+05 8.71934e+04 3.27198e-02 1.98885e+05 2.75660e+02 1.15766e+05 1.84762e+05 5.95791e+04 1.88020e+05 5.21730e+05 1.44355e+05 2.46089e+05 1.79894e+05 1.91000e+04 4.76087e+03 1.47790e+06 1.14780e+05 7.16604e+04 6.36838e+05 1.38243e+05 5.10405e+04 4.44602e+05 4.93612e+05 3.48188e+06 1.45440e+06 7.51995e+05 1.49277e+00 6.40754e+03 3.55568e-01 2.88097e+05 1.11578e+03 9.19659e+04 2.37369e+05 1.24673e+05 2.13599e+05 4.47443e+05 3.26156e+05 3.80174e+05 1.03468e+05 6.04496e+04 9.92319e+03 7.04324e+05 3.08676e+05 1.96094e+05 3.41067e+05 3.96634e+05 2.01679e+05 7.14338e+05 7.37120e+05 1.89212e+06 4.76221e+05 6.82827e+05 2.18007e-01 2.35874e+04 3.05851e-01 1.06441e+05 1.10639e+04 7.39028e+02 4.04525e+02 1.61122e+02 7.07265e+02 1.66368e+03 8.77631e+02 1.71743e+03 4.83644e+02 2.34074e+02 8.37996e+00 1.61046e+03 5.13274e+03 1.84172e+02 3.92184e+03 3.19762e+03 2.06429e+03 5.44797e+03 8.41697e+03 2.54134e+04 1.99308e+03 2.81289e+03 1.21124e+01 1.82315e+02 2.50693e-02 1.41858e+06 2.05668e+05 4.76700e+06 3.79501e+06 3.92515e+05 8.76968e+05 3.31758e+06 2.14030e+06 8.62659e+05 8.03570e+05 1.81546e+05 6.20726e+05 2.40329e+06 1.58804e+06 7.44770e+04 9.59926e+05 2.13501e+06 1.32863e+06 4.58239e+06 1.85957e+06 9.16694e+06 1.76977e+06 1.01038e+06 1.15535e+03 3.31586e+05 4.05208e-03 3.99990e+03 4.08704e+02 2.80851e+03 2.21239e+03 6.79199e+02 1.72024e+03 3.15159e+03 1.99533e+03 4.37950e+03 1.75940e+03 9.08560e+02 6.12705e+01 7.11147e+03 4.45448e+03 3.74141e+02 3.59321e+03 4.34245e+03 2.83771e+03 3.06059e+03 6.06001e+03 3.45104e+04 5.81905e+03 7.78151e+03 1.13540e+02 9.89462e+02 4.04900e-02 3.25636e+06 3.73564e+05 8.34993e+05 3.54574e+06 1.66495e+06 1.74532e+06 7.70148e+06 4.57514e+06 4.25765e+06 3.00475e+06 1.03975e+06 1.90224e+05 4.89437e+06 3.86388e+06 1.33616e+05 3.13356e+06 2.93344e+06 6.49221e+06 6.75841e+06 6.53425e+06 1.65672e+07 5.83083e+06 1.27054e+07 2.09174e-01 0.00000e+00 2.82442e+00 5.05952e+05 2.15983e+04 2.93250e+03 1.99521e+05 5.79026e+04 4.57884e+04 1.62985e+05 5.06290e+04 1.34200e+05 6.09135e+04 2.38181e+04 2.04280e+03 3.12608e+05 2.20065e+05 1.18363e+03 7.94752e+04 1.91053e+05 7.43227e+04 3.52349e+05 1.28213e+05 1.22342e+06 1.59412e+05 2.27269e+05 1.00731e+04 8.95581e+04 2.38480e-01 1.56280e+06 1.10180e+05 3.49322e+04 4.96619e+04 9.59979e+03 3.54568e+04 1.26157e+05 3.67209e+04 1.07676e+05 3.06058e+04 1.25964e+04 7.16622e+02 2.04621e+05 1.49685e+05 9.00951e+03 2.92621e+05 2.86860e+05 1.69414e+05 2.57958e+05 4.81452e+05 1.37972e+06 8.79128e+04 1.55742e+05 4.49393e+02 4.73564e+03 9.04442e-02 4.77421e+04 6.12223e+03 1.35299e+04 5.67818e+03 1.30722e+03 4.44618e+03 1.11019e+04 9.10301e+03 1.49470e+04 5.57247e+03 1.73756e+03 8.74602e+01 4.74675e+04 2.11290e+04 1.07067e+03 1.32998e+04 1.28614e+04 8.13832e+03 1.48275e+04 2.08566e+04 8.52040e+04 1.20513e+04 1.49531e+04 7.87068e+01 5.88952e+02 9.72943e-02 5.29020e+04 2.80792e+03 3.89107e+02 3.70199e+04 3.83087e+03 1.02248e+04 3.05635e+04 1.20055e+04 3.61847e+04 8.54015e+03 4.08753e+03 1.30644e+02 1.12680e+04 1.10276e+04 1.11631e+03 1.44778e+04 1.52659e+04 1.58328e+04 1.48737e+04 6.42009e+03 8.72203e+04 3.38371e+04 4.40679e+04 2.88016e+02 1.62691e+03 6.86866e-04 2.26446e+06 6.66124e+04 7.64783e+05 7.73383e+05 1.28956e+05 2.18614e+06 1.77162e+06 1.57462e+06 1.96013e+06 1.92809e+06 1.88836e+05 1.66996e+04 5.07377e+06 3.09437e+06 5.44749e+06 1.24629e+02 9.91805e+02 9.69980e+05 1.19216e+07 3.71793e+06 1.34557e+07 4.14029e+06 5.77548e+06 3.20207e-01 1.33800e+05 1.15774e-01 8.57416e+05 1.24309e+05 2.81515e+05 1.60538e+06 8.57230e+05 2.27421e+06 5.33204e+06 3.23572e+06 1.02455e+07 7.38727e+05 7.41640e+05 4.48141e+04 2.07200e+06 7.02754e+06 8.90782e+05 5.08320e+06 1.13057e+07 4.22914e+06 6.94895e+06 3.75179e+06 3.53733e+07 7.74509e+06 2.03218e+07 3.83839e+05 1.00847e+06 1.11326e+00 4.47635e+05 1.91237e+04 1.96557e+05 7.90894e+03 6.06087e+02 3.33881e+04 7.58386e+04 4.37881e+04 4.26271e+04 5.78782e+03 2.98123e+03 6.17655e+01 4.31430e+05 4.92203e+04 4.73417e+03 1.25341e+05 8.00820e+04 4.37068e+04 4.91491e+04 1.31028e+05 9.05799e+05 1.28485e+04 3.15835e+04 3.76105e+01 2.28519e+03 5.42325e-03 2.34999e+04 2.51334e+04 2.81440e+04 2.95346e+04 8.64272e+04 3.64463e+04 3.17495e+05 1.76469e+05 1.37167e+06 8.23125e+04 1.85684e+04 4.94561e+04 1.16673e+05 1.87871e+04 4.35267e+03 9.37197e+04 1.00871e+05 5.64778e+04 2.49609e+05 1.03898e+05 2.24922e+05 7.56734e+04 8.63874e+04 6.79265e-03 4.91811e-03 2.19066e-02 1.44561e+05 8.69399e+03 1.60286e+03 1.82172e+04 4.13620e+03 1.39433e+04 3.92716e+04 1.00303e+04 4.29740e+04 1.27059e+04 5.59262e+03 3.22223e+02 8.43191e+03 7.47556e+04 1.59710e+03 2.82744e+04 3.34405e+04 1.89569e+04 3.40877e+04 6.42761e+04 1.34950e+05 1.43579e+04 1.80869e+04 7.84224e+01 1.21433e+03 6.34758e+01 1.76629e+06 9.34890e+05 1.88123e+06 3.30850e+06 2.85295e+06 7.47955e+05 4.23354e+06 9.66609e+05 5.25976e+06 9.45962e+05 9.25709e+05 7.56542e+05 4.27154e+06 2.31078e+06 1.59317e+05 5.54082e+06 2.35095e+06 2.21988e+06 4.56944e+06 2.36131e+06 9.73880e+06 2.05505e+06 3.54274e+06 1.59544e+04 7.74622e+05 1.32245e-01 5.18374e+04 1.15603e+02 8.22110e+03 4.27746e+04 1.68812e+04 1.20018e+04 3.42459e+04 2.75726e+04 1.15596e+04 3.10572e+03 3.05528e+03 4.05846e+02 1.36217e+05 3.61046e+04 1.69337e+04 2.78109e+04 4.70606e+04 1.47610e+04 5.42495e+04 1.90341e+05 6.40041e+05 1.76074e+05 1.62020e+05 4.77679e-01 1.25754e+03 6.90479e+00 1.60949e+05 1.21190e+04 1.30132e+04 3.22655e+03 1.26025e+03 3.78123e+03 9.70728e+03 4.90674e+03 1.19475e+04 3.08807e+03 1.66975e+03 8.20984e+01 2.73494e+04 1.92512e+04 6.85594e+02 1.10432e+04 9.59407e+03 5.75055e+03 2.27626e+04 3.25559e+04 1.41120e+05 2.12297e+04 2.19053e+04 1.27584e+02 1.24042e+03 2.83278e-01 2.51188e+04 3.07264e+03 4.90131e+05 5.03277e+04 1.42638e+04 4.32512e+04 1.00353e+05 5.04770e+04 1.57709e+05 4.75695e+04 1.81913e+04 1.67898e+03 8.01524e+04 1.12481e+05 7.51397e+03 1.32062e+05 1.42914e+05 8.90556e+04 4.07934e+04 1.17445e+05 6.94686e+05 4.13831e+04 6.27397e+04 3.02262e+02 3.91559e+03 7.51292e-02 6.51581e+05 4.19041e+04 1.14453e+05 7.71816e+04 7.23574e+04 7.03782e+04 2.56845e+05 8.60564e+04 2.60623e+05 7.98551e+04 3.16312e+04 1.59020e+03 3.34736e+05 1.90753e+05 1.05295e+04 2.24934e+05 2.00674e+05 1.11933e+05 2.74941e+05 4.00596e+05 1.47293e+06 3.69821e+05 4.18141e+05 1.33497e+03 1.16052e+04 1.24368e-01 3.09648e+06 3.27893e+04 9.40877e+05 3.41192e+06 6.28068e+06 9.45788e+05 3.97227e+06 1.29038e+06 1.78562e+06 1.05696e+06 2.35500e+05 3.72449e+03 3.16125e+06 2.47398e+06 7.51055e+05 1.77769e+06 2.41600e+06 2.19685e+06 7.71356e+06 3.31836e+06 3.33284e+06 1.84076e+06 3.30157e+06 2.57565e-01 2.99705e+04 1.08767e+00 1.69155e+04 7.38411e+02 1.86630e+03 5.51587e+03 2.41978e+03 4.17379e+03 1.50822e+04 4.41966e+03 1.04052e+04 3.02020e+03 1.58632e+03 1.66564e+02 4.38392e+03 1.40808e+04 6.07763e+02 9.50336e+03 1.05124e+04 5.48032e+03 1.00535e+04 1.95127e+04 4.34173e+04 6.11476e+03 2.62813e+04 2.09418e+02 2.01565e+03 1.55475e-01 7.95656e-03 7.93811e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93791e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93790e-03 7.93757e-03 7.93757e-03 7.93757e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93758e-03 7.93793e-03 7.93758e-03 7.93748e-03 7.93758e-03 7.93792e-03 7.70826e-03 8.60227e+05 4.15309e+04 3.69781e+04 2.50789e+04 7.86148e+03 2.60248e+04 7.91312e+04 2.74691e+04 9.57233e+04 2.80409e+04 1.10126e+04 6.36372e+02 1.80533e+05 1.77883e+05 6.18826e+03 1.18291e+05 1.23570e+05 7.86785e+04 5.72292e+04 1.28714e+05 7.60728e+05 1.05214e+05 1.24108e+05 8.09802e+02 5.57934e+03 5.35507e-01 2.59858e+06 4.25818e+05 7.91255e+05 1.87693e+06 1.39272e+06 1.69523e+05 8.18098e+05 1.25738e+06 1.52355e+06 1.24189e+05 9.89892e+05 3.21978e+04 1.70189e+06 4.32822e+05 4.27413e+04 5.50888e+05 1.22525e+06 1.50072e+04 1.91997e+06 7.87777e+05 1.95320e+06 6.66774e+04 2.14550e+05 5.12899e+03 1.47202e+06 3.24589e-01 3.94442e+05 2.23684e+04 1.24848e+07 3.40390e+05 1.46906e+05 2.55348e+05 1.31519e+06 4.42444e+05 1.04845e+06 2.87782e+05 1.48694e+05 1.92759e+04 6.90594e+06 2.55896e+06 6.26298e+04 1.47100e+06 1.08061e+06 9.91712e+05 1.57841e+06 1.98450e+06 1.15286e+07 1.17991e+06 2.16969e+06 9.65598e+03 7.91644e+04 2.01909e+00 4.49286e+06 2.31915e+05 1.36924e+07 6.17874e+06 1.26507e+06 4.24711e+06 8.66184e+06 2.71853e+06 9.53459e+06 2.80276e+06 1.89820e+06 3.21937e+05 8.13809e+06 2.25764e+07 3.12000e+06 1.07108e+07 1.51004e+07 6.23373e+06 1.68331e+07 1.18349e+07 1.23967e+08 6.05100e+06 2.69823e+07 3.05207e+05 1.42882e+06 1.43559e-01 1.46106e+06 1.10581e+05 7.24450e+04 4.37976e+04 1.22345e+04 3.91218e+04 1.57747e+05 4.82926e+04 1.63903e+05 4.86892e+04 1.79689e+04 6.92562e+02 3.99637e+05 8.07471e+05 6.71468e+03 1.67730e+05 2.15992e+05 1.16484e+05 1.98273e+05 3.45185e+05 9.12759e+05 1.32973e+05 1.61225e+05 5.03085e+02 8.64002e+03 2.34424e+00 3.38726e+07 8.29902e+05 2.87900e+07 2.65929e+07 1.31934e+07 2.24801e+07 7.55772e+07 1.59156e+07 6.39649e+07 3.55297e+07 9.75402e+06 2.92179e+04 5.99645e+07 5.63322e+07 3.68618e+06 9.64619e+07 7.45637e+07 5.04045e+07 6.67996e+07 1.47015e+08 1.09747e+09 1.18999e+08 1.77485e+08 1.06756e+06 8.28372e+06 1.27290e-02 3.49580e+05 3.08916e+03 3.76055e+04 3.37088e+05 1.63068e+05 6.84993e+04 2.15099e+05 3.65052e+04 4.82703e+04 2.57412e+04 1.23433e+04 4.59848e+03 2.11313e+05 3.82914e+05 8.53339e+03 1.91208e+05 1.93010e+05 7.14803e+04 1.64330e+05 1.58948e+05 2.02287e+06 9.38540e-01 2.05311e+05 3.91525e-01 7.67962e-01 3.30409e-02 1.70225e+06 3.22159e+05 2.15377e+05 1.21703e+05 2.80720e+05 8.13893e+03 2.51092e+05 9.14702e+04 1.02798e+05 4.39258e+03 4.28598e+04 9.15800e+03 3.01617e+05 1.73394e+05 3.89016e+03 5.01399e+04 1.11518e+05 5.09334e+03 3.22073e+05 8.21870e+04 5.26575e+05 1.97179e+04 1.47644e+05 7.28433e+02 2.09060e+05 6.43899e-01 2.29359e+04 3.19919e+03 5.83373e+02 3.33801e+02 9.63191e+01 3.76934e+02 1.04478e+03 4.33757e+02 6.87694e+02 4.82390e+02 1.38916e+02 4.89612e+00 2.44279e+03 4.03937e+03 3.47695e+02 4.71571e+03 5.24251e+03 3.09575e+03 2.76506e+03 5.53865e+03 2.55753e+04 3.05152e+03 4.08595e+03 3.06159e+01 2.73499e+02 4.15280e-03 7.10968e+05 6.27778e+04 9.55948e+05 3.56180e+05 1.26853e+05 1.63737e+05 5.33346e+05 3.00612e+05 4.76271e+04 5.51328e+04 1.74568e+04 6.50352e+03 5.42342e+05 3.49263e+06 2.98476e+04 8.14135e+05 5.82741e+05 2.54965e+05 1.94846e+05 5.27682e+05 1.16325e+06 7.88769e+04 1.45988e+05 2.31811e-01 1.07075e+04 2.94988e+02 2.27559e+06 5.42871e+05 3.89485e+06 1.57984e+06 1.70082e+06 4.83166e+05 1.44711e+06 4.00154e+05 5.51877e+05 3.62362e+05 4.79694e+05 1.37378e+04 2.19106e+05 1.93857e+06 3.47449e+04 1.87178e+06 9.11436e+04 6.43980e+05 1.17014e+06 8.36602e+05 1.68614e+06 7.36228e+05 1.81335e+06 1.03993e+03 2.98459e+05 6.55311e+00 3.22773e+05 2.26414e+04 4.61212e+04 1.88512e+04 4.17040e+03 1.53297e+04 4.79152e+04 1.63200e+04 4.37558e+04 1.26498e+04 5.51597e+03 3.25386e+02 1.05949e+05 4.74162e+04 3.53541e+03 6.49570e+04 6.95157e+04 4.14056e+04 7.26068e+04 1.44469e+05 3.77408e+05 3.43342e+04 5.83965e+04 2.77784e+02 1.84637e+03 9.54117e-03 1.00554e+05 3.34651e+03 4.38211e+05 1.22111e+05 9.96027e+02 5.13284e+03 9.06980e+03 4.30096e+03 1.32935e+04 2.83295e+03 1.11957e+03 4.29186e+01 3.57588e+05 1.86237e+05 9.60127e+03 1.48020e+05 1.10207e+05 1.22873e+05 1.74674e+05 1.72365e+05 6.10710e+05 8.19775e+04 8.14794e+04 6.71226e+02 5.39836e+03 6.52193e-02 2.09356e+05 6.31508e+04 1.27660e+05 3.78000e+04 1.61543e+04 2.91941e+04 6.74610e+04 3.62401e+04 6.06784e+04 3.13696e+04 1.82593e+04 2.11542e+03 2.25499e+05 1.08801e+05 3.99356e+04 1.16243e+05 1.12977e+05 9.55189e+04 1.13002e+05 1.84631e+05 9.31743e+05 1.55837e+05 1.84184e+05 1.36612e+04 5.60271e+04 5.50652e-01 0.00000e+00 diff --git a/in/eora_io_data_2018/index_readme.txt b/in/eora_io_data_2018/index_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ed27405108d6313575ce39050f3f14a0ac782f7 --- /dev/null +++ b/in/eora_io_data_2018/index_readme.txt @@ -0,0 +1,5 @@ +The index_[t|y|v|q].csv files contain sector labels for the MRIO table. +The Q index describes rows in the satellite block +The M index describes rows/columns in the complete MRIO table with Primary Input and Final Demand rows included interwoven with Industry and Commodity blocks +The T index describes rows or columns in the MRIO table, with Final demand and Primary input rows/columns removed +The V and Y indices describe rows/columns for Primary Inputs (V) and Final Demand (Y), concatenated together diff --git a/in/eora_io_data_2018/labels_FD.txt b/in/eora_io_data_2018/labels_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc8633a302fb8ba925fa5dfe9a83b4859e00047 --- /dev/null +++ b/in/eora_io_data_2018/labels_FD.txt @@ -0,0 +1,1140 @@ +AFG AFG Final demand Household final consumption P.3h +AFG AFG Final demand Non-profit institutions serving households P.3n +AFG AFG Final demand Government final consumption P.3g +AFG AFG Final demand Gross fixed capital formation P.51 +AFG AFG Final demand Changes in inventories P.52 +AFG AFG Final demand Acquisitions less disposals of valuables P.53 +ALB ALB Final demand Household final consumption P.3h +ALB ALB Final demand Non-profit institutions serving households P.3n +ALB ALB Final demand Government final consumption P.3g +ALB ALB Final demand Gross fixed capital formation P.51 +ALB ALB Final demand Changes in inventories P.52 +ALB ALB Final demand Acquisitions less disposals of valuables P.53 +DZA DZA Final demand Household final consumption P.3h +DZA DZA Final demand Non-profit institutions serving households P.3n +DZA DZA Final demand Government final consumption P.3g +DZA DZA Final demand Gross fixed capital formation P.51 +DZA DZA Final demand Changes in inventories P.52 +DZA DZA Final demand Acquisitions less disposals of valuables P.53 +AND AND Final demand Household final consumption P.3h +AND AND Final demand Non-profit institutions serving households P.3n +AND AND Final demand Government final consumption P.3g +AND AND Final demand Gross fixed capital formation P.51 +AND AND Final demand Changes in inventories P.52 +AND AND Final demand Acquisitions less disposals of valuables P.53 +AGO AGO Final demand Household final consumption P.3h +AGO AGO Final demand Non-profit institutions serving households P.3n +AGO AGO Final demand Government final consumption P.3g +AGO AGO Final demand Gross fixed capital formation P.51 +AGO AGO Final demand Changes in inventories P.52 +AGO AGO Final demand Acquisitions less disposals of valuables P.53 +ATG ATG Final demand Household final consumption P.3h +ATG ATG Final demand Non-profit institutions serving households P.3n +ATG ATG Final demand Government final consumption P.3g +ATG ATG Final demand Gross fixed capital formation P.51 +ATG ATG Final demand Changes in inventories P.52 +ATG ATG Final demand Acquisitions less disposals of valuables P.53 +ARG ARG Final demand Household final consumption P.3h +ARG ARG Final demand Non-profit institutions serving households P.3n +ARG ARG Final demand Government final consumption P.3g +ARG ARG Final demand Gross fixed capital formation P.51 +ARG ARG Final demand Changes in inventories P.52 +ARG ARG Final demand Acquisitions less disposals of valuables P.53 +ARM ARM Final demand Household final consumption P.3h +ARM ARM Final demand Non-profit institutions serving households P.3n +ARM ARM Final demand Government final consumption P.3g +ARM ARM Final demand Gross fixed capital formation P.51 +ARM ARM Final demand Changes in inventories P.52 +ARM ARM Final demand Acquisitions less disposals of valuables P.53 +ABW ABW Final demand Household final consumption P.3h +ABW ABW Final demand Non-profit institutions serving households P.3n +ABW ABW Final demand Government final consumption P.3g +ABW ABW Final demand Gross fixed capital formation P.51 +ABW ABW Final demand Changes in inventories P.52 +ABW ABW Final demand Acquisitions less disposals of valuables P.53 +AUS AUS Final demand Household final consumption P.3h +AUS AUS Final demand Non-profit institutions serving households P.3n +AUS AUS Final demand Government final consumption P.3g +AUS AUS Final demand Gross fixed capital formation P.51 +AUS AUS Final demand Changes in inventories P.52 +AUS AUS Final demand Acquisitions less disposals of valuables P.53 +AUT AUT Final demand Household final consumption P.3h +AUT AUT Final demand Non-profit institutions serving households P.3n +AUT AUT Final demand Government final consumption P.3g +AUT AUT Final demand Gross fixed capital formation P.51 +AUT AUT Final demand Changes in inventories P.52 +AUT AUT Final demand Acquisitions less disposals of valuables P.53 +AZE AZE Final demand Household final consumption P.3h +AZE AZE Final demand Non-profit institutions serving households P.3n +AZE AZE Final demand Government final consumption P.3g +AZE AZE Final demand Gross fixed capital formation P.51 +AZE AZE Final demand Changes in inventories P.52 +AZE AZE Final demand Acquisitions less disposals of valuables P.53 +BHS BHS Final demand Household final consumption P.3h +BHS BHS Final demand Non-profit institutions serving households P.3n +BHS BHS Final demand Government final consumption P.3g +BHS BHS Final demand Gross fixed capital formation P.51 +BHS BHS Final demand Changes in inventories P.52 +BHS BHS Final demand Acquisitions less disposals of valuables P.53 +BHR BHR Final demand Household final consumption P.3h +BHR BHR Final demand Non-profit institutions serving households P.3n +BHR BHR Final demand Government final consumption P.3g +BHR BHR Final demand Gross fixed capital formation P.51 +BHR BHR Final demand Changes in inventories P.52 +BHR BHR Final demand Acquisitions less disposals of valuables P.53 +BGD BGD Final demand Household final consumption P.3h +BGD BGD Final demand Non-profit institutions serving households P.3n +BGD BGD Final demand Government final consumption P.3g +BGD BGD Final demand Gross fixed capital formation P.51 +BGD BGD Final demand Changes in inventories P.52 +BGD BGD Final demand Acquisitions less disposals of valuables P.53 +BRB BRB Final demand Household final consumption P.3h +BRB BRB Final demand Non-profit institutions serving households P.3n +BRB BRB Final demand Government final consumption P.3g +BRB BRB Final demand Gross fixed capital formation P.51 +BRB BRB Final demand Changes in inventories P.52 +BRB BRB Final demand Acquisitions less disposals of valuables P.53 +BLR BLR Final demand Household final consumption P.3h +BLR BLR Final demand Non-profit institutions serving households P.3n +BLR BLR Final demand Government final consumption P.3g +BLR BLR Final demand Gross fixed capital formation P.51 +BLR BLR Final demand Changes in inventories P.52 +BLR BLR Final demand Acquisitions less disposals of valuables P.53 +BEL BEL Final demand Household final consumption P.3h +BEL BEL Final demand Non-profit institutions serving households P.3n +BEL BEL Final demand Government final consumption P.3g +BEL BEL Final demand Gross fixed capital formation P.51 +BEL BEL Final demand Changes in inventories P.52 +BEL BEL Final demand Acquisitions less disposals of valuables P.53 +BLZ BLZ Final demand Household final consumption P.3h +BLZ BLZ Final demand Non-profit institutions serving households P.3n +BLZ BLZ Final demand Government final consumption P.3g +BLZ BLZ Final demand Gross fixed capital formation P.51 +BLZ BLZ Final demand Changes in inventories P.52 +BLZ BLZ Final demand Acquisitions less disposals of valuables P.53 +BEN BEN Final demand Household final consumption P.3h +BEN BEN Final demand Non-profit institutions serving households P.3n +BEN BEN Final demand Government final consumption P.3g +BEN BEN Final demand Gross fixed capital formation P.51 +BEN BEN Final demand Changes in inventories P.52 +BEN BEN Final demand Acquisitions less disposals of valuables P.53 +BMU BMU Final demand Household final consumption P.3h +BMU BMU Final demand Non-profit institutions serving households P.3n +BMU BMU Final demand Government final consumption P.3g +BMU BMU Final demand Gross fixed capital formation P.51 +BMU BMU Final demand Changes in inventories P.52 +BMU BMU Final demand Acquisitions less disposals of valuables P.53 +BTN BTN Final demand Household final consumption P.3h +BTN BTN Final demand Non-profit institutions serving households P.3n +BTN BTN Final demand Government final consumption P.3g +BTN BTN Final demand Gross fixed capital formation P.51 +BTN BTN Final demand Changes in inventories P.52 +BTN BTN Final demand Acquisitions less disposals of valuables P.53 +BOL BOL Final demand Household final consumption P.3h +BOL BOL Final demand Non-profit institutions serving households P.3n +BOL BOL Final demand Government final consumption P.3g +BOL BOL Final demand Gross fixed capital formation P.51 +BOL BOL Final demand Changes in inventories P.52 +BOL BOL Final demand Acquisitions less disposals of valuables P.53 +BIH BIH Final demand Household final consumption P.3h +BIH BIH Final demand Non-profit institutions serving households P.3n +BIH BIH Final demand Government final consumption P.3g +BIH BIH Final demand Gross fixed capital formation P.51 +BIH BIH Final demand Changes in inventories P.52 +BIH BIH Final demand Acquisitions less disposals of valuables P.53 +BWA BWA Final demand Household final consumption P.3h +BWA BWA Final demand Non-profit institutions serving households P.3n +BWA BWA Final demand Government final consumption P.3g +BWA BWA Final demand Gross fixed capital formation P.51 +BWA BWA Final demand Changes in inventories P.52 +BWA BWA Final demand Acquisitions less disposals of valuables P.53 +BRA BRA Final demand Household final consumption P.3h +BRA BRA Final demand Non-profit institutions serving households P.3n +BRA BRA Final demand Government final consumption P.3g +BRA BRA Final demand Gross fixed capital formation P.51 +BRA BRA Final demand Changes in inventories P.52 +BRA BRA Final demand Acquisitions less disposals of valuables P.53 +VGB VGB Final demand Household final consumption P.3h +VGB VGB Final demand Non-profit institutions serving households P.3n +VGB VGB Final demand Government final consumption P.3g +VGB VGB Final demand Gross fixed capital formation P.51 +VGB VGB Final demand Changes in inventories P.52 +VGB VGB Final demand Acquisitions less disposals of valuables P.53 +BRN BRN Final demand Household final consumption P.3h +BRN BRN Final demand Non-profit institutions serving households P.3n +BRN BRN Final demand Government final consumption P.3g +BRN BRN Final demand Gross fixed capital formation P.51 +BRN BRN Final demand Changes in inventories P.52 +BRN BRN Final demand Acquisitions less disposals of valuables P.53 +BGR BGR Final demand Household final consumption P.3h +BGR BGR Final demand Non-profit institutions serving households P.3n +BGR BGR Final demand Government final consumption P.3g +BGR BGR Final demand Gross fixed capital formation P.51 +BGR BGR Final demand Changes in inventories P.52 +BGR BGR Final demand Acquisitions less disposals of valuables P.53 +BFA BFA Final demand Household final consumption P.3h +BFA BFA Final demand Non-profit institutions serving households P.3n +BFA BFA Final demand Government final consumption P.3g +BFA BFA Final demand Gross fixed capital formation P.51 +BFA BFA Final demand Changes in inventories P.52 +BFA BFA Final demand Acquisitions less disposals of valuables P.53 +BDI BDI Final demand Household final consumption P.3h +BDI BDI Final demand Non-profit institutions serving households P.3n +BDI BDI Final demand Government final consumption P.3g +BDI BDI Final demand Gross fixed capital formation P.51 +BDI BDI Final demand Changes in inventories P.52 +BDI BDI Final demand Acquisitions less disposals of valuables P.53 +KHM KHM Final demand Household final consumption P.3h +KHM KHM Final demand Non-profit institutions serving households P.3n +KHM KHM Final demand Government final consumption P.3g +KHM KHM Final demand Gross fixed capital formation P.51 +KHM KHM Final demand Changes in inventories P.52 +KHM KHM Final demand Acquisitions less disposals of valuables P.53 +CMR CMR Final demand Household final consumption P.3h +CMR CMR Final demand Non-profit institutions serving households P.3n +CMR CMR Final demand Government final consumption P.3g +CMR CMR Final demand Gross fixed capital formation P.51 +CMR CMR Final demand Changes in inventories P.52 +CMR CMR Final demand Acquisitions less disposals of valuables P.53 +CAN CAN Final demand Household final consumption P.3h +CAN CAN Final demand Non-profit institutions serving households P.3n +CAN CAN Final demand Government final consumption P.3g +CAN CAN Final demand Gross fixed capital formation P.51 +CAN CAN Final demand Changes in inventories P.52 +CAN CAN Final demand Acquisitions less disposals of valuables P.53 +CPV CPV Final demand Household final consumption P.3h +CPV CPV Final demand Non-profit institutions serving households P.3n +CPV CPV Final demand Government final consumption P.3g +CPV CPV Final demand Gross fixed capital formation P.51 +CPV CPV Final demand Changes in inventories P.52 +CPV CPV Final demand Acquisitions less disposals of valuables P.53 +CYM CYM Final demand Household final consumption P.3h +CYM CYM Final demand Non-profit institutions serving households P.3n +CYM CYM Final demand Government final consumption P.3g +CYM CYM Final demand Gross fixed capital formation P.51 +CYM CYM Final demand Changes in inventories P.52 +CYM CYM Final demand Acquisitions less disposals of valuables P.53 +CAF CAF Final demand Household final consumption P.3h +CAF CAF Final demand Non-profit institutions serving households P.3n +CAF CAF Final demand Government final consumption P.3g +CAF CAF Final demand Gross fixed capital formation P.51 +CAF CAF Final demand Changes in inventories P.52 +CAF CAF Final demand Acquisitions less disposals of valuables P.53 +TCD TCD Final demand Household final consumption P.3h +TCD TCD Final demand Non-profit institutions serving households P.3n +TCD TCD Final demand Government final consumption P.3g +TCD TCD Final demand Gross fixed capital formation P.51 +TCD TCD Final demand Changes in inventories P.52 +TCD TCD Final demand Acquisitions less disposals of valuables P.53 +CHL CHL Final demand Household final consumption P.3h +CHL CHL Final demand Non-profit institutions serving households P.3n +CHL CHL Final demand Government final consumption P.3g +CHL CHL Final demand Gross fixed capital formation P.51 +CHL CHL Final demand Changes in inventories P.52 +CHL CHL Final demand Acquisitions less disposals of valuables P.53 +CHN CHN Final demand Household final consumption P.3h +CHN CHN Final demand Non-profit institutions serving households P.3n +CHN CHN Final demand Government final consumption P.3g +CHN CHN Final demand Gross fixed capital formation P.51 +CHN CHN Final demand Changes in inventories P.52 +CHN CHN Final demand Acquisitions less disposals of valuables P.53 +COL COL Final demand Household final consumption P.3h +COL COL Final demand Non-profit institutions serving households P.3n +COL COL Final demand Government final consumption P.3g +COL COL Final demand Gross fixed capital formation P.51 +COL COL Final demand Changes in inventories P.52 +COL COL Final demand Acquisitions less disposals of valuables P.53 +COG COG Final demand Household final consumption P.3h +COG COG Final demand Non-profit institutions serving households P.3n +COG COG Final demand Government final consumption P.3g +COG COG Final demand Gross fixed capital formation P.51 +COG COG Final demand Changes in inventories P.52 +COG COG Final demand Acquisitions less disposals of valuables P.53 +CRI CRI Final demand Household final consumption P.3h +CRI CRI Final demand Non-profit institutions serving households P.3n +CRI CRI Final demand Government final consumption P.3g +CRI CRI Final demand Gross fixed capital formation P.51 +CRI CRI Final demand Changes in inventories P.52 +CRI CRI Final demand Acquisitions less disposals of valuables P.53 +HRV HRV Final demand Household final consumption P.3h +HRV HRV Final demand Non-profit institutions serving households P.3n +HRV HRV Final demand Government final consumption P.3g +HRV HRV Final demand Gross fixed capital formation P.51 +HRV HRV Final demand Changes in inventories P.52 +HRV HRV Final demand Acquisitions less disposals of valuables P.53 +CUB CUB Final demand Household final consumption P.3h +CUB CUB Final demand Non-profit institutions serving households P.3n +CUB CUB Final demand Government final consumption P.3g +CUB CUB Final demand Gross fixed capital formation P.51 +CUB CUB Final demand Changes in inventories P.52 +CUB CUB Final demand Acquisitions less disposals of valuables P.53 +CYP CYP Final demand Household final consumption P.3h +CYP CYP Final demand Non-profit institutions serving households P.3n +CYP CYP Final demand Government final consumption P.3g +CYP CYP Final demand Gross fixed capital formation P.51 +CYP CYP Final demand Changes in inventories P.52 +CYP CYP Final demand Acquisitions less disposals of valuables P.53 +CZE CZE Final demand Household final consumption P.3h +CZE CZE Final demand Non-profit institutions serving households P.3n +CZE CZE Final demand Government final consumption P.3g +CZE CZE Final demand Gross fixed capital formation P.51 +CZE CZE Final demand Changes in inventories P.52 +CZE CZE Final demand Acquisitions less disposals of valuables P.53 +CIV CIV Final demand Household final consumption P.3h +CIV CIV Final demand Non-profit institutions serving households P.3n +CIV CIV Final demand Government final consumption P.3g +CIV CIV Final demand Gross fixed capital formation P.51 +CIV CIV Final demand Changes in inventories P.52 +CIV CIV Final demand Acquisitions less disposals of valuables P.53 +PRK PRK Final demand Household final consumption P.3h +PRK PRK Final demand Non-profit institutions serving households P.3n +PRK PRK Final demand Government final consumption P.3g +PRK PRK Final demand Gross fixed capital formation P.51 +PRK PRK Final demand Changes in inventories P.52 +PRK PRK Final demand Acquisitions less disposals of valuables P.53 +COD COD Final demand Household final consumption P.3h +COD COD Final demand Non-profit institutions serving households P.3n +COD COD Final demand Government final consumption P.3g +COD COD Final demand Gross fixed capital formation P.51 +COD COD Final demand Changes in inventories P.52 +COD COD Final demand Acquisitions less disposals of valuables P.53 +DNK DNK Final demand Household final consumption P.3h +DNK DNK Final demand Non-profit institutions serving households P.3n +DNK DNK Final demand Government final consumption P.3g +DNK DNK Final demand Gross fixed capital formation P.51 +DNK DNK Final demand Changes in inventories P.52 +DNK DNK Final demand Acquisitions less disposals of valuables P.53 +DJI DJI Final demand Household final consumption P.3h +DJI DJI Final demand Non-profit institutions serving households P.3n +DJI DJI Final demand Government final consumption P.3g +DJI DJI Final demand Gross fixed capital formation P.51 +DJI DJI Final demand Changes in inventories P.52 +DJI DJI Final demand Acquisitions less disposals of valuables P.53 +DOM DOM Final demand Household final consumption P.3h +DOM DOM Final demand Non-profit institutions serving households P.3n +DOM DOM Final demand Government final consumption P.3g +DOM DOM Final demand Gross fixed capital formation P.51 +DOM DOM Final demand Changes in inventories P.52 +DOM DOM Final demand Acquisitions less disposals of valuables P.53 +ECU ECU Final demand Household final consumption P.3h +ECU ECU Final demand Non-profit institutions serving households P.3n +ECU ECU Final demand Government final consumption P.3g +ECU ECU Final demand Gross fixed capital formation P.51 +ECU ECU Final demand Changes in inventories P.52 +ECU ECU Final demand Acquisitions less disposals of valuables P.53 +EGY EGY Final demand Household final consumption P.3h +EGY EGY Final demand Non-profit institutions serving households P.3n +EGY EGY Final demand Government final consumption P.3g +EGY EGY Final demand Gross fixed capital formation P.51 +EGY EGY Final demand Changes in inventories P.52 +EGY EGY Final demand Acquisitions less disposals of valuables P.53 +SLV SLV Final demand Household final consumption P.3h +SLV SLV Final demand Non-profit institutions serving households P.3n +SLV SLV Final demand Government final consumption P.3g +SLV SLV Final demand Gross fixed capital formation P.51 +SLV SLV Final demand Changes in inventories P.52 +SLV SLV Final demand Acquisitions less disposals of valuables P.53 +ERI ERI Final demand Household final consumption P.3h +ERI ERI Final demand Non-profit institutions serving households P.3n +ERI ERI Final demand Government final consumption P.3g +ERI ERI Final demand Gross fixed capital formation P.51 +ERI ERI Final demand Changes in inventories P.52 +ERI ERI Final demand Acquisitions less disposals of valuables P.53 +EST EST Final demand Household final consumption P.3h +EST EST Final demand Non-profit institutions serving households P.3n +EST EST Final demand Government final consumption P.3g +EST EST Final demand Gross fixed capital formation P.51 +EST EST Final demand Changes in inventories P.52 +EST EST Final demand Acquisitions less disposals of valuables P.53 +ETH ETH Final demand Household final consumption P.3h +ETH ETH Final demand Non-profit institutions serving households P.3n +ETH ETH Final demand Government final consumption P.3g +ETH ETH Final demand Gross fixed capital formation P.51 +ETH ETH Final demand Changes in inventories P.52 +ETH ETH Final demand Acquisitions less disposals of valuables P.53 +FJI FJI Final demand Household final consumption P.3h +FJI FJI Final demand Non-profit institutions serving households P.3n +FJI FJI Final demand Government final consumption P.3g +FJI FJI Final demand Gross fixed capital formation P.51 +FJI FJI Final demand Changes in inventories P.52 +FJI FJI Final demand Acquisitions less disposals of valuables P.53 +FIN FIN Final demand Household final consumption P.3h +FIN FIN Final demand Non-profit institutions serving households P.3n +FIN FIN Final demand Government final consumption P.3g +FIN FIN Final demand Gross fixed capital formation P.51 +FIN FIN Final demand Changes in inventories P.52 +FIN FIN Final demand Acquisitions less disposals of valuables P.53 +FRA FRA Final demand Household final consumption P.3h +FRA FRA Final demand Non-profit institutions serving households P.3n +FRA FRA Final demand Government final consumption P.3g +FRA FRA Final demand Gross fixed capital formation P.51 +FRA FRA Final demand Changes in inventories P.52 +FRA FRA Final demand Acquisitions less disposals of valuables P.53 +PYF PYF Final demand Household final consumption P.3h +PYF PYF Final demand Non-profit institutions serving households P.3n +PYF PYF Final demand Government final consumption P.3g +PYF PYF Final demand Gross fixed capital formation P.51 +PYF PYF Final demand Changes in inventories P.52 +PYF PYF Final demand Acquisitions less disposals of valuables P.53 +GAB GAB Final demand Household final consumption P.3h +GAB GAB Final demand Non-profit institutions serving households P.3n +GAB GAB Final demand Government final consumption P.3g +GAB GAB Final demand Gross fixed capital formation P.51 +GAB GAB Final demand Changes in inventories P.52 +GAB GAB Final demand Acquisitions less disposals of valuables P.53 +GMB GMB Final demand Household final consumption P.3h +GMB GMB Final demand Non-profit institutions serving households P.3n +GMB GMB Final demand Government final consumption P.3g +GMB GMB Final demand Gross fixed capital formation P.51 +GMB GMB Final demand Changes in inventories P.52 +GMB GMB Final demand Acquisitions less disposals of valuables P.53 +GEO GEO Final demand Household final consumption P.3h +GEO GEO Final demand Non-profit institutions serving households P.3n +GEO GEO Final demand Government final consumption P.3g +GEO GEO Final demand Gross fixed capital formation P.51 +GEO GEO Final demand Changes in inventories P.52 +GEO GEO Final demand Acquisitions less disposals of valuables P.53 +DEU DEU Final demand Household final consumption P.3h +DEU DEU Final demand Non-profit institutions serving households P.3n +DEU DEU Final demand Government final consumption P.3g +DEU DEU Final demand Gross fixed capital formation P.51 +DEU DEU Final demand Changes in inventories P.52 +DEU DEU Final demand Acquisitions less disposals of valuables P.53 +GHA GHA Final demand Household final consumption P.3h +GHA GHA Final demand Non-profit institutions serving households P.3n +GHA GHA Final demand Government final consumption P.3g +GHA GHA Final demand Gross fixed capital formation P.51 +GHA GHA Final demand Changes in inventories P.52 +GHA GHA Final demand Acquisitions less disposals of valuables P.53 +GRC GRC Final demand Household final consumption P.3h +GRC GRC Final demand Non-profit institutions serving households P.3n +GRC GRC Final demand Government final consumption P.3g +GRC GRC Final demand Gross fixed capital formation P.51 +GRC GRC Final demand Changes in inventories P.52 +GRC GRC Final demand Acquisitions less disposals of valuables P.53 +GRL GRL Final demand Household final consumption P.3h +GRL GRL Final demand Non-profit institutions serving households P.3n +GRL GRL Final demand Government final consumption P.3g +GRL GRL Final demand Gross fixed capital formation P.51 +GRL GRL Final demand Changes in inventories P.52 +GRL GRL Final demand Acquisitions less disposals of valuables P.53 +GTM GTM Final demand Household final consumption P.3h +GTM GTM Final demand Non-profit institutions serving households P.3n +GTM GTM Final demand Government final consumption P.3g +GTM GTM Final demand Gross fixed capital formation P.51 +GTM GTM Final demand Changes in inventories P.52 +GTM GTM Final demand Acquisitions less disposals of valuables P.53 +GIN GIN Final demand Household final consumption P.3h +GIN GIN Final demand Non-profit institutions serving households P.3n +GIN GIN Final demand Government final consumption P.3g +GIN GIN Final demand Gross fixed capital formation P.51 +GIN GIN Final demand Changes in inventories P.52 +GIN GIN Final demand Acquisitions less disposals of valuables P.53 +GUY GUY Final demand Household final consumption P.3h +GUY GUY Final demand Non-profit institutions serving households P.3n +GUY GUY Final demand Government final consumption P.3g +GUY GUY Final demand Gross fixed capital formation P.51 +GUY GUY Final demand Changes in inventories P.52 +GUY GUY Final demand Acquisitions less disposals of valuables P.53 +HTI HTI Final demand Household final consumption P.3h +HTI HTI Final demand Non-profit institutions serving households P.3n +HTI HTI Final demand Government final consumption P.3g +HTI HTI Final demand Gross fixed capital formation P.51 +HTI HTI Final demand Changes in inventories P.52 +HTI HTI Final demand Acquisitions less disposals of valuables P.53 +HND HND Final demand Household final consumption P.3h +HND HND Final demand Non-profit institutions serving households P.3n +HND HND Final demand Government final consumption P.3g +HND HND Final demand Gross fixed capital formation P.51 +HND HND Final demand Changes in inventories P.52 +HND HND Final demand Acquisitions less disposals of valuables P.53 +HKG HKG Final demand Household final consumption P.3h +HKG HKG Final demand Non-profit institutions serving households P.3n +HKG HKG Final demand Government final consumption P.3g +HKG HKG Final demand Gross fixed capital formation P.51 +HKG HKG Final demand Changes in inventories P.52 +HKG HKG Final demand Acquisitions less disposals of valuables P.53 +HUN HUN Final demand Household final consumption P.3h +HUN HUN Final demand Non-profit institutions serving households P.3n +HUN HUN Final demand Government final consumption P.3g +HUN HUN Final demand Gross fixed capital formation P.51 +HUN HUN Final demand Changes in inventories P.52 +HUN HUN Final demand Acquisitions less disposals of valuables P.53 +ISL ISL Final demand Household final consumption P.3h +ISL ISL Final demand Non-profit institutions serving households P.3n +ISL ISL Final demand Government final consumption P.3g +ISL ISL Final demand Gross fixed capital formation P.51 +ISL ISL Final demand Changes in inventories P.52 +ISL ISL Final demand Acquisitions less disposals of valuables P.53 +IND IND Final demand Household final consumption P.3h +IND IND Final demand Non-profit institutions serving households P.3n +IND IND Final demand Government final consumption P.3g +IND IND Final demand Gross fixed capital formation P.51 +IND IND Final demand Changes in inventories P.52 +IND IND Final demand Acquisitions less disposals of valuables P.53 +IDN IDN Final demand Household final consumption P.3h +IDN IDN Final demand Non-profit institutions serving households P.3n +IDN IDN Final demand Government final consumption P.3g +IDN IDN Final demand Gross fixed capital formation P.51 +IDN IDN Final demand Changes in inventories P.52 +IDN IDN Final demand Acquisitions less disposals of valuables P.53 +IRN IRN Final demand Household final consumption P.3h +IRN IRN Final demand Non-profit institutions serving households P.3n +IRN IRN Final demand Government final consumption P.3g +IRN IRN Final demand Gross fixed capital formation P.51 +IRN IRN Final demand Changes in inventories P.52 +IRN IRN Final demand Acquisitions less disposals of valuables P.53 +IRQ IRQ Final demand Household final consumption P.3h +IRQ IRQ Final demand Non-profit institutions serving households P.3n +IRQ IRQ Final demand Government final consumption P.3g +IRQ IRQ Final demand Gross fixed capital formation P.51 +IRQ IRQ Final demand Changes in inventories P.52 +IRQ IRQ Final demand Acquisitions less disposals of valuables P.53 +IRL IRL Final demand Household final consumption P.3h +IRL IRL Final demand Non-profit institutions serving households P.3n +IRL IRL Final demand Government final consumption P.3g +IRL IRL Final demand Gross fixed capital formation P.51 +IRL IRL Final demand Changes in inventories P.52 +IRL IRL Final demand Acquisitions less disposals of valuables P.53 +ISR ISR Final demand Household final consumption P.3h +ISR ISR Final demand Non-profit institutions serving households P.3n +ISR ISR Final demand Government final consumption P.3g +ISR ISR Final demand Gross fixed capital formation P.51 +ISR ISR Final demand Changes in inventories P.52 +ISR ISR Final demand Acquisitions less disposals of valuables P.53 +ITA ITA Final demand Household final consumption P.3h +ITA ITA Final demand Non-profit institutions serving households P.3n +ITA ITA Final demand Government final consumption P.3g +ITA ITA Final demand Gross fixed capital formation P.51 +ITA ITA Final demand Changes in inventories P.52 +ITA ITA Final demand Acquisitions less disposals of valuables P.53 +JAM JAM Final demand Household final consumption P.3h +JAM JAM Final demand Non-profit institutions serving households P.3n +JAM JAM Final demand Government final consumption P.3g +JAM JAM Final demand Gross fixed capital formation P.51 +JAM JAM Final demand Changes in inventories P.52 +JAM JAM Final demand Acquisitions less disposals of valuables P.53 +JPN JPN Final demand Household final consumption P.3h +JPN JPN Final demand Non-profit institutions serving households P.3n +JPN JPN Final demand Government final consumption P.3g +JPN JPN Final demand Gross fixed capital formation P.51 +JPN JPN Final demand Changes in inventories P.52 +JPN JPN Final demand Acquisitions less disposals of valuables P.53 +JOR JOR Final demand Household final consumption P.3h +JOR JOR Final demand Non-profit institutions serving households P.3n +JOR JOR Final demand Government final consumption P.3g +JOR JOR Final demand Gross fixed capital formation P.51 +JOR JOR Final demand Changes in inventories P.52 +JOR JOR Final demand Acquisitions less disposals of valuables P.53 +KAZ KAZ Final demand Household final consumption P.3h +KAZ KAZ Final demand Non-profit institutions serving households P.3n +KAZ KAZ Final demand Government final consumption P.3g +KAZ KAZ Final demand Gross fixed capital formation P.51 +KAZ KAZ Final demand Changes in inventories P.52 +KAZ KAZ Final demand Acquisitions less disposals of valuables P.53 +KEN KEN Final demand Household final consumption P.3h +KEN KEN Final demand Non-profit institutions serving households P.3n +KEN KEN Final demand Government final consumption P.3g +KEN KEN Final demand Gross fixed capital formation P.51 +KEN KEN Final demand Changes in inventories P.52 +KEN KEN Final demand Acquisitions less disposals of valuables P.53 +KWT KWT Final demand Household final consumption P.3h +KWT KWT Final demand Non-profit institutions serving households P.3n +KWT KWT Final demand Government final consumption P.3g +KWT KWT Final demand Gross fixed capital formation P.51 +KWT KWT Final demand Changes in inventories P.52 +KWT KWT Final demand Acquisitions less disposals of valuables P.53 +KGZ KGZ Final demand Household final consumption P.3h +KGZ KGZ Final demand Non-profit institutions serving households P.3n +KGZ KGZ Final demand Government final consumption P.3g +KGZ KGZ Final demand Gross fixed capital formation P.51 +KGZ KGZ Final demand Changes in inventories P.52 +KGZ KGZ Final demand Acquisitions less disposals of valuables P.53 +LAO LAO Final demand Household final consumption P.3h +LAO LAO Final demand Non-profit institutions serving households P.3n +LAO LAO Final demand Government final consumption P.3g +LAO LAO Final demand Gross fixed capital formation P.51 +LAO LAO Final demand Changes in inventories P.52 +LAO LAO Final demand Acquisitions less disposals of valuables P.53 +LVA LVA Final demand Household final consumption P.3h +LVA LVA Final demand Non-profit institutions serving households P.3n +LVA LVA Final demand Government final consumption P.3g +LVA LVA Final demand Gross fixed capital formation P.51 +LVA LVA Final demand Changes in inventories P.52 +LVA LVA Final demand Acquisitions less disposals of valuables P.53 +LBN LBN Final demand Household final consumption P.3h +LBN LBN Final demand Non-profit institutions serving households P.3n +LBN LBN Final demand Government final consumption P.3g +LBN LBN Final demand Gross fixed capital formation P.51 +LBN LBN Final demand Changes in inventories P.52 +LBN LBN Final demand Acquisitions less disposals of valuables P.53 +LSO LSO Final demand Household final consumption P.3h +LSO LSO Final demand Non-profit institutions serving households P.3n +LSO LSO Final demand Government final consumption P.3g +LSO LSO Final demand Gross fixed capital formation P.51 +LSO LSO Final demand Changes in inventories P.52 +LSO LSO Final demand Acquisitions less disposals of valuables P.53 +LBR LBR Final demand Household final consumption P.3h +LBR LBR Final demand Non-profit institutions serving households P.3n +LBR LBR Final demand Government final consumption P.3g +LBR LBR Final demand Gross fixed capital formation P.51 +LBR LBR Final demand Changes in inventories P.52 +LBR LBR Final demand Acquisitions less disposals of valuables P.53 +LBY LBY Final demand Household final consumption P.3h +LBY LBY Final demand Non-profit institutions serving households P.3n +LBY LBY Final demand Government final consumption P.3g +LBY LBY Final demand Gross fixed capital formation P.51 +LBY LBY Final demand Changes in inventories P.52 +LBY LBY Final demand Acquisitions less disposals of valuables P.53 +LIE LIE Final demand Household final consumption P.3h +LIE LIE Final demand Non-profit institutions serving households P.3n +LIE LIE Final demand Government final consumption P.3g +LIE LIE Final demand Gross fixed capital formation P.51 +LIE LIE Final demand Changes in inventories P.52 +LIE LIE Final demand Acquisitions less disposals of valuables P.53 +LTU LTU Final demand Household final consumption P.3h +LTU LTU Final demand Non-profit institutions serving households P.3n +LTU LTU Final demand Government final consumption P.3g +LTU LTU Final demand Gross fixed capital formation P.51 +LTU LTU Final demand Changes in inventories P.52 +LTU LTU Final demand Acquisitions less disposals of valuables P.53 +LUX LUX Final demand Household final consumption P.3h +LUX LUX Final demand Non-profit institutions serving households P.3n +LUX LUX Final demand Government final consumption P.3g +LUX LUX Final demand Gross fixed capital formation P.51 +LUX LUX Final demand Changes in inventories P.52 +LUX LUX Final demand Acquisitions less disposals of valuables P.53 +MAC MAC Final demand Household final consumption P.3h +MAC MAC Final demand Non-profit institutions serving households P.3n +MAC MAC Final demand Government final consumption P.3g +MAC MAC Final demand Gross fixed capital formation P.51 +MAC MAC Final demand Changes in inventories P.52 +MAC MAC Final demand Acquisitions less disposals of valuables P.53 +MDG MDG Final demand Household final consumption P.3h +MDG MDG Final demand Non-profit institutions serving households P.3n +MDG MDG Final demand Government final consumption P.3g +MDG MDG Final demand Gross fixed capital formation P.51 +MDG MDG Final demand Changes in inventories P.52 +MDG MDG Final demand Acquisitions less disposals of valuables P.53 +MWI MWI Final demand Household final consumption P.3h +MWI MWI Final demand Non-profit institutions serving households P.3n +MWI MWI Final demand Government final consumption P.3g +MWI MWI Final demand Gross fixed capital formation P.51 +MWI MWI Final demand Changes in inventories P.52 +MWI MWI Final demand Acquisitions less disposals of valuables P.53 +MYS MYS Final demand Household final consumption P.3h +MYS MYS Final demand Non-profit institutions serving households P.3n +MYS MYS Final demand Government final consumption P.3g +MYS MYS Final demand Gross fixed capital formation P.51 +MYS MYS Final demand Changes in inventories P.52 +MYS MYS Final demand Acquisitions less disposals of valuables P.53 +MDV MDV Final demand Household final consumption P.3h +MDV MDV Final demand Non-profit institutions serving households P.3n +MDV MDV Final demand Government final consumption P.3g +MDV MDV Final demand Gross fixed capital formation P.51 +MDV MDV Final demand Changes in inventories P.52 +MDV MDV Final demand Acquisitions less disposals of valuables P.53 +MLI MLI Final demand Household final consumption P.3h +MLI MLI Final demand Non-profit institutions serving households P.3n +MLI MLI Final demand Government final consumption P.3g +MLI MLI Final demand Gross fixed capital formation P.51 +MLI MLI Final demand Changes in inventories P.52 +MLI MLI Final demand Acquisitions less disposals of valuables P.53 +MLT MLT Final demand Household final consumption P.3h +MLT MLT Final demand Non-profit institutions serving households P.3n +MLT MLT Final demand Government final consumption P.3g +MLT MLT Final demand Gross fixed capital formation P.51 +MLT MLT Final demand Changes in inventories P.52 +MLT MLT Final demand Acquisitions less disposals of valuables P.53 +MRT MRT Final demand Household final consumption P.3h +MRT MRT Final demand Non-profit institutions serving households P.3n +MRT MRT Final demand Government final consumption P.3g +MRT MRT Final demand Gross fixed capital formation P.51 +MRT MRT Final demand Changes in inventories P.52 +MRT MRT Final demand Acquisitions less disposals of valuables P.53 +MUS MUS Final demand Household final consumption P.3h +MUS MUS Final demand Non-profit institutions serving households P.3n +MUS MUS Final demand Government final consumption P.3g +MUS MUS Final demand Gross fixed capital formation P.51 +MUS MUS Final demand Changes in inventories P.52 +MUS MUS Final demand Acquisitions less disposals of valuables P.53 +MEX MEX Final demand Household final consumption P.3h +MEX MEX Final demand Non-profit institutions serving households P.3n +MEX MEX Final demand Government final consumption P.3g +MEX MEX Final demand Gross fixed capital formation P.51 +MEX MEX Final demand Changes in inventories P.52 +MEX MEX Final demand Acquisitions less disposals of valuables P.53 +MCO MCO Final demand Household final consumption P.3h +MCO MCO Final demand Non-profit institutions serving households P.3n +MCO MCO Final demand Government final consumption P.3g +MCO MCO Final demand Gross fixed capital formation P.51 +MCO MCO Final demand Changes in inventories P.52 +MCO MCO Final demand Acquisitions less disposals of valuables P.53 +MNG MNG Final demand Household final consumption P.3h +MNG MNG Final demand Non-profit institutions serving households P.3n +MNG MNG Final demand Government final consumption P.3g +MNG MNG Final demand Gross fixed capital formation P.51 +MNG MNG Final demand Changes in inventories P.52 +MNG MNG Final demand Acquisitions less disposals of valuables P.53 +MNE MNE Final demand Household final consumption P.3h +MNE MNE Final demand Non-profit institutions serving households P.3n +MNE MNE Final demand Government final consumption P.3g +MNE MNE Final demand Gross fixed capital formation P.51 +MNE MNE Final demand Changes in inventories P.52 +MNE MNE Final demand Acquisitions less disposals of valuables P.53 +MAR MAR Final demand Household final consumption P.3h +MAR MAR Final demand Non-profit institutions serving households P.3n +MAR MAR Final demand Government final consumption P.3g +MAR MAR Final demand Gross fixed capital formation P.51 +MAR MAR Final demand Changes in inventories P.52 +MAR MAR Final demand Acquisitions less disposals of valuables P.53 +MOZ MOZ Final demand Household final consumption P.3h +MOZ MOZ Final demand Non-profit institutions serving households P.3n +MOZ MOZ Final demand Government final consumption P.3g +MOZ MOZ Final demand Gross fixed capital formation P.51 +MOZ MOZ Final demand Changes in inventories P.52 +MOZ MOZ Final demand Acquisitions less disposals of valuables P.53 +MMR MMR Final demand Household final consumption P.3h +MMR MMR Final demand Non-profit institutions serving households P.3n +MMR MMR Final demand Government final consumption P.3g +MMR MMR Final demand Gross fixed capital formation P.51 +MMR MMR Final demand Changes in inventories P.52 +MMR MMR Final demand Acquisitions less disposals of valuables P.53 +NAM NAM Final demand Household final consumption P.3h +NAM NAM Final demand Non-profit institutions serving households P.3n +NAM NAM Final demand Government final consumption P.3g +NAM NAM Final demand Gross fixed capital formation P.51 +NAM NAM Final demand Changes in inventories P.52 +NAM NAM Final demand Acquisitions less disposals of valuables P.53 +NPL NPL Final demand Household final consumption P.3h +NPL NPL Final demand Non-profit institutions serving households P.3n +NPL NPL Final demand Government final consumption P.3g +NPL NPL Final demand Gross fixed capital formation P.51 +NPL NPL Final demand Changes in inventories P.52 +NPL NPL Final demand Acquisitions less disposals of valuables P.53 +NLD NLD Final demand Household final consumption P.3h +NLD NLD Final demand Non-profit institutions serving households P.3n +NLD NLD Final demand Government final consumption P.3g +NLD NLD Final demand Gross fixed capital formation P.51 +NLD NLD Final demand Changes in inventories P.52 +NLD NLD Final demand Acquisitions less disposals of valuables P.53 +ANT ANT Final demand Household final consumption P.3h +ANT ANT Final demand Non-profit institutions serving households P.3n +ANT ANT Final demand Government final consumption P.3g +ANT ANT Final demand Gross fixed capital formation P.51 +ANT ANT Final demand Changes in inventories P.52 +ANT ANT Final demand Acquisitions less disposals of valuables P.53 +NCL NCL Final demand Household final consumption P.3h +NCL NCL Final demand Non-profit institutions serving households P.3n +NCL NCL Final demand Government final consumption P.3g +NCL NCL Final demand Gross fixed capital formation P.51 +NCL NCL Final demand Changes in inventories P.52 +NCL NCL Final demand Acquisitions less disposals of valuables P.53 +NZL NZL Final demand Household final consumption P.3h +NZL NZL Final demand Non-profit institutions serving households P.3n +NZL NZL Final demand Government final consumption P.3g +NZL NZL Final demand Gross fixed capital formation P.51 +NZL NZL Final demand Changes in inventories P.52 +NZL NZL Final demand Acquisitions less disposals of valuables P.53 +NIC NIC Final demand Household final consumption P.3h +NIC NIC Final demand Non-profit institutions serving households P.3n +NIC NIC Final demand Government final consumption P.3g +NIC NIC Final demand Gross fixed capital formation P.51 +NIC NIC Final demand Changes in inventories P.52 +NIC NIC Final demand Acquisitions less disposals of valuables P.53 +NER NER Final demand Household final consumption P.3h +NER NER Final demand Non-profit institutions serving households P.3n +NER NER Final demand Government final consumption P.3g +NER NER Final demand Gross fixed capital formation P.51 +NER NER Final demand Changes in inventories P.52 +NER NER Final demand Acquisitions less disposals of valuables P.53 +NGA NGA Final demand Household final consumption P.3h +NGA NGA Final demand Non-profit institutions serving households P.3n +NGA NGA Final demand Government final consumption P.3g +NGA NGA Final demand Gross fixed capital formation P.51 +NGA NGA Final demand Changes in inventories P.52 +NGA NGA Final demand Acquisitions less disposals of valuables P.53 +NOR NOR Final demand Household final consumption P.3h +NOR NOR Final demand Non-profit institutions serving households P.3n +NOR NOR Final demand Government final consumption P.3g +NOR NOR Final demand Gross fixed capital formation P.51 +NOR NOR Final demand Changes in inventories P.52 +NOR NOR Final demand Acquisitions less disposals of valuables P.53 +PSE PSE Final demand Household final consumption P.3h +PSE PSE Final demand Non-profit institutions serving households P.3n +PSE PSE Final demand Government final consumption P.3g +PSE PSE Final demand Gross fixed capital formation P.51 +PSE PSE Final demand Changes in inventories P.52 +PSE PSE Final demand Acquisitions less disposals of valuables P.53 +OMN OMN Final demand Household final consumption P.3h +OMN OMN Final demand Non-profit institutions serving households P.3n +OMN OMN Final demand Government final consumption P.3g +OMN OMN Final demand Gross fixed capital formation P.51 +OMN OMN Final demand Changes in inventories P.52 +OMN OMN Final demand Acquisitions less disposals of valuables P.53 +PAK PAK Final demand Household final consumption P.3h +PAK PAK Final demand Non-profit institutions serving households P.3n +PAK PAK Final demand Government final consumption P.3g +PAK PAK Final demand Gross fixed capital formation P.51 +PAK PAK Final demand Changes in inventories P.52 +PAK PAK Final demand Acquisitions less disposals of valuables P.53 +PAN PAN Final demand Household final consumption P.3h +PAN PAN Final demand Non-profit institutions serving households P.3n +PAN PAN Final demand Government final consumption P.3g +PAN PAN Final demand Gross fixed capital formation P.51 +PAN PAN Final demand Changes in inventories P.52 +PAN PAN Final demand Acquisitions less disposals of valuables P.53 +PNG PNG Final demand Household final consumption P.3h +PNG PNG Final demand Non-profit institutions serving households P.3n +PNG PNG Final demand Government final consumption P.3g +PNG PNG Final demand Gross fixed capital formation P.51 +PNG PNG Final demand Changes in inventories P.52 +PNG PNG Final demand Acquisitions less disposals of valuables P.53 +PRY PRY Final demand Household final consumption P.3h +PRY PRY Final demand Non-profit institutions serving households P.3n +PRY PRY Final demand Government final consumption P.3g +PRY PRY Final demand Gross fixed capital formation P.51 +PRY PRY Final demand Changes in inventories P.52 +PRY PRY Final demand Acquisitions less disposals of valuables P.53 +PER PER Final demand Household final consumption P.3h +PER PER Final demand Non-profit institutions serving households P.3n +PER PER Final demand Government final consumption P.3g +PER PER Final demand Gross fixed capital formation P.51 +PER PER Final demand Changes in inventories P.52 +PER PER Final demand Acquisitions less disposals of valuables P.53 +PHL PHL Final demand Household final consumption P.3h +PHL PHL Final demand Non-profit institutions serving households P.3n +PHL PHL Final demand Government final consumption P.3g +PHL PHL Final demand Gross fixed capital formation P.51 +PHL PHL Final demand Changes in inventories P.52 +PHL PHL Final demand Acquisitions less disposals of valuables P.53 +POL POL Final demand Household final consumption P.3h +POL POL Final demand Non-profit institutions serving households P.3n +POL POL Final demand Government final consumption P.3g +POL POL Final demand Gross fixed capital formation P.51 +POL POL Final demand Changes in inventories P.52 +POL POL Final demand Acquisitions less disposals of valuables P.53 +PRT PRT Final demand Household final consumption P.3h +PRT PRT Final demand Non-profit institutions serving households P.3n +PRT PRT Final demand Government final consumption P.3g +PRT PRT Final demand Gross fixed capital formation P.51 +PRT PRT Final demand Changes in inventories P.52 +PRT PRT Final demand Acquisitions less disposals of valuables P.53 +QAT QAT Final demand Household final consumption P.3h +QAT QAT Final demand Non-profit institutions serving households P.3n +QAT QAT Final demand Government final consumption P.3g +QAT QAT Final demand Gross fixed capital formation P.51 +QAT QAT Final demand Changes in inventories P.52 +QAT QAT Final demand Acquisitions less disposals of valuables P.53 +KOR KOR Final demand Household final consumption P.3h +KOR KOR Final demand Non-profit institutions serving households P.3n +KOR KOR Final demand Government final consumption P.3g +KOR KOR Final demand Gross fixed capital formation P.51 +KOR KOR Final demand Changes in inventories P.52 +KOR KOR Final demand Acquisitions less disposals of valuables P.53 +MDA MDA Final demand Household final consumption P.3h +MDA MDA Final demand Non-profit institutions serving households P.3n +MDA MDA Final demand Government final consumption P.3g +MDA MDA Final demand Gross fixed capital formation P.51 +MDA MDA Final demand Changes in inventories P.52 +MDA MDA Final demand Acquisitions less disposals of valuables P.53 +ROU ROU Final demand Household final consumption P.3h +ROU ROU Final demand Non-profit institutions serving households P.3n +ROU ROU Final demand Government final consumption P.3g +ROU ROU Final demand Gross fixed capital formation P.51 +ROU ROU Final demand Changes in inventories P.52 +ROU ROU Final demand Acquisitions less disposals of valuables P.53 +RUS RUS Final demand Household final consumption P.3h +RUS RUS Final demand Non-profit institutions serving households P.3n +RUS RUS Final demand Government final consumption P.3g +RUS RUS Final demand Gross fixed capital formation P.51 +RUS RUS Final demand Changes in inventories P.52 +RUS RUS Final demand Acquisitions less disposals of valuables P.53 +RWA RWA Final demand Household final consumption P.3h +RWA RWA Final demand Non-profit institutions serving households P.3n +RWA RWA Final demand Government final consumption P.3g +RWA RWA Final demand Gross fixed capital formation P.51 +RWA RWA Final demand Changes in inventories P.52 +RWA RWA Final demand Acquisitions less disposals of valuables P.53 +WSM WSM Final demand Household final consumption P.3h +WSM WSM Final demand Non-profit institutions serving households P.3n +WSM WSM Final demand Government final consumption P.3g +WSM WSM Final demand Gross fixed capital formation P.51 +WSM WSM Final demand Changes in inventories P.52 +WSM WSM Final demand Acquisitions less disposals of valuables P.53 +SMR SMR Final demand Household final consumption P.3h +SMR SMR Final demand Non-profit institutions serving households P.3n +SMR SMR Final demand Government final consumption P.3g +SMR SMR Final demand Gross fixed capital formation P.51 +SMR SMR Final demand Changes in inventories P.52 +SMR SMR Final demand Acquisitions less disposals of valuables P.53 +STP STP Final demand Household final consumption P.3h +STP STP Final demand Non-profit institutions serving households P.3n +STP STP Final demand Government final consumption P.3g +STP STP Final demand Gross fixed capital formation P.51 +STP STP Final demand Changes in inventories P.52 +STP STP Final demand Acquisitions less disposals of valuables P.53 +SAU SAU Final demand Household final consumption P.3h +SAU SAU Final demand Non-profit institutions serving households P.3n +SAU SAU Final demand Government final consumption P.3g +SAU SAU Final demand Gross fixed capital formation P.51 +SAU SAU Final demand Changes in inventories P.52 +SAU SAU Final demand Acquisitions less disposals of valuables P.53 +SEN SEN Final demand Household final consumption P.3h +SEN SEN Final demand Non-profit institutions serving households P.3n +SEN SEN Final demand Government final consumption P.3g +SEN SEN Final demand Gross fixed capital formation P.51 +SEN SEN Final demand Changes in inventories P.52 +SEN SEN Final demand Acquisitions less disposals of valuables P.53 +SRB SRB Final demand Household final consumption P.3h +SRB SRB Final demand Non-profit institutions serving households P.3n +SRB SRB Final demand Government final consumption P.3g +SRB SRB Final demand Gross fixed capital formation P.51 +SRB SRB Final demand Changes in inventories P.52 +SRB SRB Final demand Acquisitions less disposals of valuables P.53 +SYC SYC Final demand Household final consumption P.3h +SYC SYC Final demand Non-profit institutions serving households P.3n +SYC SYC Final demand Government final consumption P.3g +SYC SYC Final demand Gross fixed capital formation P.51 +SYC SYC Final demand Changes in inventories P.52 +SYC SYC Final demand Acquisitions less disposals of valuables P.53 +SLE SLE Final demand Household final consumption P.3h +SLE SLE Final demand Non-profit institutions serving households P.3n +SLE SLE Final demand Government final consumption P.3g +SLE SLE Final demand Gross fixed capital formation P.51 +SLE SLE Final demand Changes in inventories P.52 +SLE SLE Final demand Acquisitions less disposals of valuables P.53 +SGP SGP Final demand Household final consumption P.3h +SGP SGP Final demand Non-profit institutions serving households P.3n +SGP SGP Final demand Government final consumption P.3g +SGP SGP Final demand Gross fixed capital formation P.51 +SGP SGP Final demand Changes in inventories P.52 +SGP SGP Final demand Acquisitions less disposals of valuables P.53 +SVK SVK Final demand Household final consumption P.3h +SVK SVK Final demand Non-profit institutions serving households P.3n +SVK SVK Final demand Government final consumption P.3g +SVK SVK Final demand Gross fixed capital formation P.51 +SVK SVK Final demand Changes in inventories P.52 +SVK SVK Final demand Acquisitions less disposals of valuables P.53 +SVN SVN Final demand Household final consumption P.3h +SVN SVN Final demand Non-profit institutions serving households P.3n +SVN SVN Final demand Government final consumption P.3g +SVN SVN Final demand Gross fixed capital formation P.51 +SVN SVN Final demand Changes in inventories P.52 +SVN SVN Final demand Acquisitions less disposals of valuables P.53 +SOM SOM Final demand Household final consumption P.3h +SOM SOM Final demand Non-profit institutions serving households P.3n +SOM SOM Final demand Government final consumption P.3g +SOM SOM Final demand Gross fixed capital formation P.51 +SOM SOM Final demand Changes in inventories P.52 +SOM SOM Final demand Acquisitions less disposals of valuables P.53 +ZAF ZAF Final demand Household final consumption P.3h +ZAF ZAF Final demand Non-profit institutions serving households P.3n +ZAF ZAF Final demand Government final consumption P.3g +ZAF ZAF Final demand Gross fixed capital formation P.51 +ZAF ZAF Final demand Changes in inventories P.52 +ZAF ZAF Final demand Acquisitions less disposals of valuables P.53 +SDS SDS Final demand Household final consumption P.3h +SDS SDS Final demand Non-profit institutions serving households P.3n +SDS SDS Final demand Government final consumption P.3g +SDS SDS Final demand Gross fixed capital formation P.51 +SDS SDS Final demand Changes in inventories P.52 +SDS SDS Final demand Acquisitions less disposals of valuables P.53 +ESP ESP Final demand Household final consumption P.3h +ESP ESP Final demand Non-profit institutions serving households P.3n +ESP ESP Final demand Government final consumption P.3g +ESP ESP Final demand Gross fixed capital formation P.51 +ESP ESP Final demand Changes in inventories P.52 +ESP ESP Final demand Acquisitions less disposals of valuables P.53 +LKA LKA Final demand Household final consumption P.3h +LKA LKA Final demand Non-profit institutions serving households P.3n +LKA LKA Final demand Government final consumption P.3g +LKA LKA Final demand Gross fixed capital formation P.51 +LKA LKA Final demand Changes in inventories P.52 +LKA LKA Final demand Acquisitions less disposals of valuables P.53 +SUD SUD Final demand Household final consumption P.3h +SUD SUD Final demand Non-profit institutions serving households P.3n +SUD SUD Final demand Government final consumption P.3g +SUD SUD Final demand Gross fixed capital formation P.51 +SUD SUD Final demand Changes in inventories P.52 +SUD SUD Final demand Acquisitions less disposals of valuables P.53 +SUR SUR Final demand Household final consumption P.3h +SUR SUR Final demand Non-profit institutions serving households P.3n +SUR SUR Final demand Government final consumption P.3g +SUR SUR Final demand Gross fixed capital formation P.51 +SUR SUR Final demand Changes in inventories P.52 +SUR SUR Final demand Acquisitions less disposals of valuables P.53 +SWZ SWZ Final demand Household final consumption P.3h +SWZ SWZ Final demand Non-profit institutions serving households P.3n +SWZ SWZ Final demand Government final consumption P.3g +SWZ SWZ Final demand Gross fixed capital formation P.51 +SWZ SWZ Final demand Changes in inventories P.52 +SWZ SWZ Final demand Acquisitions less disposals of valuables P.53 +SWE SWE Final demand Household final consumption P.3h +SWE SWE Final demand Non-profit institutions serving households P.3n +SWE SWE Final demand Government final consumption P.3g +SWE SWE Final demand Gross fixed capital formation P.51 +SWE SWE Final demand Changes in inventories P.52 +SWE SWE Final demand Acquisitions less disposals of valuables P.53 +CHE CHE Final demand Household final consumption P.3h +CHE CHE Final demand Non-profit institutions serving households P.3n +CHE CHE Final demand Government final consumption P.3g +CHE CHE Final demand Gross fixed capital formation P.51 +CHE CHE Final demand Changes in inventories P.52 +CHE CHE Final demand Acquisitions less disposals of valuables P.53 +SYR SYR Final demand Household final consumption P.3h +SYR SYR Final demand Non-profit institutions serving households P.3n +SYR SYR Final demand Government final consumption P.3g +SYR SYR Final demand Gross fixed capital formation P.51 +SYR SYR Final demand Changes in inventories P.52 +SYR SYR Final demand Acquisitions less disposals of valuables P.53 +TWN TWN Final demand Household final consumption P.3h +TWN TWN Final demand Non-profit institutions serving households P.3n +TWN TWN Final demand Government final consumption P.3g +TWN TWN Final demand Gross fixed capital formation P.51 +TWN TWN Final demand Changes in inventories P.52 +TWN TWN Final demand Acquisitions less disposals of valuables P.53 +TJK TJK Final demand Household final consumption P.3h +TJK TJK Final demand Non-profit institutions serving households P.3n +TJK TJK Final demand Government final consumption P.3g +TJK TJK Final demand Gross fixed capital formation P.51 +TJK TJK Final demand Changes in inventories P.52 +TJK TJK Final demand Acquisitions less disposals of valuables P.53 +THA THA Final demand Household final consumption P.3h +THA THA Final demand Non-profit institutions serving households P.3n +THA THA Final demand Government final consumption P.3g +THA THA Final demand Gross fixed capital formation P.51 +THA THA Final demand Changes in inventories P.52 +THA THA Final demand Acquisitions less disposals of valuables P.53 +MKD MKD Final demand Household final consumption P.3h +MKD MKD Final demand Non-profit institutions serving households P.3n +MKD MKD Final demand Government final consumption P.3g +MKD MKD Final demand Gross fixed capital formation P.51 +MKD MKD Final demand Changes in inventories P.52 +MKD MKD Final demand Acquisitions less disposals of valuables P.53 +TGO TGO Final demand Household final consumption P.3h +TGO TGO Final demand Non-profit institutions serving households P.3n +TGO TGO Final demand Government final consumption P.3g +TGO TGO Final demand Gross fixed capital formation P.51 +TGO TGO Final demand Changes in inventories P.52 +TGO TGO Final demand Acquisitions less disposals of valuables P.53 +TTO TTO Final demand Household final consumption P.3h +TTO TTO Final demand Non-profit institutions serving households P.3n +TTO TTO Final demand Government final consumption P.3g +TTO TTO Final demand Gross fixed capital formation P.51 +TTO TTO Final demand Changes in inventories P.52 +TTO TTO Final demand Acquisitions less disposals of valuables P.53 +TUN TUN Final demand Household final consumption P.3h +TUN TUN Final demand Non-profit institutions serving households P.3n +TUN TUN Final demand Government final consumption P.3g +TUN TUN Final demand Gross fixed capital formation P.51 +TUN TUN Final demand Changes in inventories P.52 +TUN TUN Final demand Acquisitions less disposals of valuables P.53 +TUR TUR Final demand Household final consumption P.3h +TUR TUR Final demand Non-profit institutions serving households P.3n +TUR TUR Final demand Government final consumption P.3g +TUR TUR Final demand Gross fixed capital formation P.51 +TUR TUR Final demand Changes in inventories P.52 +TUR TUR Final demand Acquisitions less disposals of valuables P.53 +TKM TKM Final demand Household final consumption P.3h +TKM TKM Final demand Non-profit institutions serving households P.3n +TKM TKM Final demand Government final consumption P.3g +TKM TKM Final demand Gross fixed capital formation P.51 +TKM TKM Final demand Changes in inventories P.52 +TKM TKM Final demand Acquisitions less disposals of valuables P.53 +USR USR Final demand Household final consumption P.3h +USR USR Final demand Non-profit institutions serving households P.3n +USR USR Final demand Government final consumption P.3g +USR USR Final demand Gross fixed capital formation P.51 +USR USR Final demand Changes in inventories P.52 +USR USR Final demand Acquisitions less disposals of valuables P.53 +UGA UGA Final demand Household final consumption P.3h +UGA UGA Final demand Non-profit institutions serving households P.3n +UGA UGA Final demand Government final consumption P.3g +UGA UGA Final demand Gross fixed capital formation P.51 +UGA UGA Final demand Changes in inventories P.52 +UGA UGA Final demand Acquisitions less disposals of valuables P.53 +UKR UKR Final demand Household final consumption P.3h +UKR UKR Final demand Non-profit institutions serving households P.3n +UKR UKR Final demand Government final consumption P.3g +UKR UKR Final demand Gross fixed capital formation P.51 +UKR UKR Final demand Changes in inventories P.52 +UKR UKR Final demand Acquisitions less disposals of valuables P.53 +ARE ARE Final demand Household final consumption P.3h +ARE ARE Final demand Non-profit institutions serving households P.3n +ARE ARE Final demand Government final consumption P.3g +ARE ARE Final demand Gross fixed capital formation P.51 +ARE ARE Final demand Changes in inventories P.52 +ARE ARE Final demand Acquisitions less disposals of valuables P.53 +GBR GBR Final demand Household final consumption P.3h +GBR GBR Final demand Non-profit institutions serving households P.3n +GBR GBR Final demand Government final consumption P.3g +GBR GBR Final demand Gross fixed capital formation P.51 +GBR GBR Final demand Changes in inventories P.52 +GBR GBR Final demand Acquisitions less disposals of valuables P.53 +TZA TZA Final demand Household final consumption P.3h +TZA TZA Final demand Non-profit institutions serving households P.3n +TZA TZA Final demand Government final consumption P.3g +TZA TZA Final demand Gross fixed capital formation P.51 +TZA TZA Final demand Changes in inventories P.52 +TZA TZA Final demand Acquisitions less disposals of valuables P.53 +USA USA Final demand Household final consumption P.3h +USA USA Final demand Non-profit institutions serving households P.3n +USA USA Final demand Government final consumption P.3g +USA USA Final demand Gross fixed capital formation P.51 +USA USA Final demand Changes in inventories P.52 +USA USA Final demand Acquisitions less disposals of valuables P.53 +URY URY Final demand Household final consumption P.3h +URY URY Final demand Non-profit institutions serving households P.3n +URY URY Final demand Government final consumption P.3g +URY URY Final demand Gross fixed capital formation P.51 +URY URY Final demand Changes in inventories P.52 +URY URY Final demand Acquisitions less disposals of valuables P.53 +UZB UZB Final demand Household final consumption P.3h +UZB UZB Final demand Non-profit institutions serving households P.3n +UZB UZB Final demand Government final consumption P.3g +UZB UZB Final demand Gross fixed capital formation P.51 +UZB UZB Final demand Changes in inventories P.52 +UZB UZB Final demand Acquisitions less disposals of valuables P.53 +VUT VUT Final demand Household final consumption P.3h +VUT VUT Final demand Non-profit institutions serving households P.3n +VUT VUT Final demand Government final consumption P.3g +VUT VUT Final demand Gross fixed capital formation P.51 +VUT VUT Final demand Changes in inventories P.52 +VUT VUT Final demand Acquisitions less disposals of valuables P.53 +VEN VEN Final demand Household final consumption P.3h +VEN VEN Final demand Non-profit institutions serving households P.3n +VEN VEN Final demand Government final consumption P.3g +VEN VEN Final demand Gross fixed capital formation P.51 +VEN VEN Final demand Changes in inventories P.52 +VEN VEN Final demand Acquisitions less disposals of valuables P.53 +VNM VNM Final demand Household final consumption P.3h +VNM VNM Final demand Non-profit institutions serving households P.3n +VNM VNM Final demand Government final consumption P.3g +VNM VNM Final demand Gross fixed capital formation P.51 +VNM VNM Final demand Changes in inventories P.52 +VNM VNM Final demand Acquisitions less disposals of valuables P.53 +YEM YEM Final demand Household final consumption P.3h +YEM YEM Final demand Non-profit institutions serving households P.3n +YEM YEM Final demand Government final consumption P.3g +YEM YEM Final demand Gross fixed capital formation P.51 +YEM YEM Final demand Changes in inventories P.52 +YEM YEM Final demand Acquisitions less disposals of valuables P.53 +ZMB ZMB Final demand Household final consumption P.3h +ZMB ZMB Final demand Non-profit institutions serving households P.3n +ZMB ZMB Final demand Government final consumption P.3g +ZMB ZMB Final demand Gross fixed capital formation P.51 +ZMB ZMB Final demand Changes in inventories P.52 +ZMB ZMB Final demand Acquisitions less disposals of valuables P.53 +ZWE ZWE Final demand Household final consumption P.3h +ZWE ZWE Final demand Non-profit institutions serving households P.3n +ZWE ZWE Final demand Government final consumption P.3g +ZWE ZWE Final demand Gross fixed capital formation P.51 +ZWE ZWE Final demand Changes in inventories P.52 +ZWE ZWE Final demand Acquisitions less disposals of valuables P.53 +ROW ROW Final demand Household final consumption P.3h +ROW ROW Final demand Non-profit institutions serving households P.3n +ROW ROW Final demand Government final consumption P.3g +ROW ROW Final demand Gross fixed capital formation P.51 +ROW ROW Final demand Changes in inventories P.52 +ROW ROW Final demand Acquisitions less disposals of valuables P.53 diff --git a/in/eora_io_data_2018/labels_Q.txt b/in/eora_io_data_2018/labels_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b656f2de144ca4203d465c792ca53b555caeb1 --- /dev/null +++ b/in/eora_io_data_2018/labels_Q.txt @@ -0,0 +1,2728 @@ +Energy Usage (TJ) Natural Gas +Energy Usage (TJ) Coal +Energy Usage (TJ) Petroleum +Energy Usage (TJ) Nuclear Electricity +Energy Usage (TJ) Hydroelectric Electricity +Energy Usage (TJ) Geothermal Electricity +Energy Usage (TJ) Wind Electricity +Energy Usage (TJ) Solar, Tide and Wave Electricity +Energy Usage (TJ) Biomass and Waste Electricity +I-GHG-CO2 emissions (Gg) Public electricity and heat production +I-GHG-CO2 emissions (Gg) Other Energy Industries +I-GHG-CO2 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2 emissions (Gg) Domestic aviation +I-GHG-CO2 emissions (Gg) Road transportation +I-GHG-CO2 emissions (Gg) Rail transportation +I-GHG-CO2 emissions (Gg) Inland navigation +I-GHG-CO2 emissions (Gg) Other transportation +I-GHG-CO2 emissions (Gg) Residential and other sectors +I-GHG-CO2 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2 emissions (Gg) Memo: International aviation +I-GHG-CO2 emissions (Gg) Memo: International navigation +I-GHG-CO2 emissions (Gg) Production of minerals +I-GHG-CO2 emissions (Gg) Cement production +I-GHG-CO2 emissions (Gg) Lime production +I-GHG-CO2 emissions (Gg) Production of chemicals +I-GHG-CO2 emissions (Gg) Production of metals +I-GHG-CO2 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2 emissions (Gg) Foam Blowing +I-GHG-CO2 emissions (Gg) Fire Extinguishers +I-GHG-CO2 emissions (Gg) Aerosols +I-GHG-CO2 emissions (Gg) F-gas as Solvent +I-GHG-CO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2 emissions (Gg) Electrical Equipment +I-GHG-CO2 emissions (Gg) Other F-gas use +I-GHG-CO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2 emissions (Gg) Solvent and other product use: paint +I-GHG-CO2 emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2 emissions (Gg) Solvent and other product use: other +I-GHG-CO2 emissions (Gg) Enteric fermentation +I-GHG-CO2 emissions (Gg) Manure management +I-GHG-CO2 emissions (Gg) Rice cultivation +I-GHG-CO2 emissions (Gg) Direct soil emissions +I-GHG-CO2 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2 emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2 emissions (Gg) Other direct soil emissions +I-GHG-CO2 emissions (Gg) Savanna burning +I-GHG-CO2 emissions (Gg) Agricultural waste burning +I-GHG-CO2 emissions (Gg) Forest fires +I-GHG-CO2 emissions (Gg) Grassland fires +I-GHG-CO2 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2 emissions (Gg) Other vegetation fires +I-GHG-CO2 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2 emissions (Gg) Solid waste disposal on land +I-GHG-CO2 emissions (Gg) Wastewater handling +I-GHG-CO2 emissions (Gg) Waste incineration +I-GHG-CO2 emissions (Gg) Other waste handling +I-GHG-CO2 emissions (Gg) Fossil fuel fires +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2 emissions (Gg) Other sources +I-GHG-CO2b emissions (Gg) Public electricity and heat production +I-GHG-CO2b emissions (Gg) Other Energy Industries +I-GHG-CO2b emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2b emissions (Gg) Domestic aviation +I-GHG-CO2b emissions (Gg) Road transportation +I-GHG-CO2b emissions (Gg) Rail transportation +I-GHG-CO2b emissions (Gg) Inland navigation +I-GHG-CO2b emissions (Gg) Other transportation +I-GHG-CO2b emissions (Gg) Residential and other sectors +I-GHG-CO2b emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2b emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2b emissions (Gg) Memo: International aviation +I-GHG-CO2b emissions (Gg) Memo: International navigation +I-GHG-CO2b emissions (Gg) Production of minerals +I-GHG-CO2b emissions (Gg) Cement production +I-GHG-CO2b emissions (Gg) Lime production +I-GHG-CO2b emissions (Gg) Production of chemicals +I-GHG-CO2b emissions (Gg) Production of metals +I-GHG-CO2b emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2b emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2b emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2b emissions (Gg) Foam Blowing +I-GHG-CO2b emissions (Gg) Fire Extinguishers +I-GHG-CO2b emissions (Gg) Aerosols +I-GHG-CO2b emissions (Gg) F-gas as Solvent +I-GHG-CO2b emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2b emissions (Gg) Electrical Equipment +I-GHG-CO2b emissions (Gg) Other F-gas use +I-GHG-CO2b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2b emissions (Gg) Solvent and other product use: paint +I-GHG-CO2b emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2b emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2b emissions (Gg) Solvent and other product use: other +I-GHG-CO2b emissions (Gg) Enteric fermentation +I-GHG-CO2b emissions (Gg) Manure management +I-GHG-CO2b emissions (Gg) Rice cultivation +I-GHG-CO2b emissions (Gg) Direct soil emissions +I-GHG-CO2b emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2b emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2b emissions (Gg) Other direct soil emissions +I-GHG-CO2b emissions (Gg) Savanna burning +I-GHG-CO2b emissions (Gg) Agricultural waste burning +I-GHG-CO2b emissions (Gg) Forest fires +I-GHG-CO2b emissions (Gg) Grassland fires +I-GHG-CO2b emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2b emissions (Gg) Other vegetation fires +I-GHG-CO2b emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2b emissions (Gg) Solid waste disposal on land +I-GHG-CO2b emissions (Gg) Wastewater handling +I-GHG-CO2b emissions (Gg) Waste incineration +I-GHG-CO2b emissions (Gg) Other waste handling +I-GHG-CO2b emissions (Gg) Fossil fuel fires +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2b emissions (Gg) Other sources +I-GHG-CH4 emissions (Gg) Public electricity and heat production +I-GHG-CH4 emissions (Gg) Other Energy Industries +I-GHG-CH4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CH4 emissions (Gg) Domestic aviation +I-GHG-CH4 emissions (Gg) Road transportation +I-GHG-CH4 emissions (Gg) Rail transportation +I-GHG-CH4 emissions (Gg) Inland navigation +I-GHG-CH4 emissions (Gg) Other transportation +I-GHG-CH4 emissions (Gg) Residential and other sectors +I-GHG-CH4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CH4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CH4 emissions (Gg) Memo: International aviation +I-GHG-CH4 emissions (Gg) Memo: International navigation +I-GHG-CH4 emissions (Gg) Production of minerals +I-GHG-CH4 emissions (Gg) Cement production +I-GHG-CH4 emissions (Gg) Lime production +I-GHG-CH4 emissions (Gg) Production of chemicals +I-GHG-CH4 emissions (Gg) Production of metals +I-GHG-CH4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CH4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CH4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CH4 emissions (Gg) Foam Blowing +I-GHG-CH4 emissions (Gg) Fire Extinguishers +I-GHG-CH4 emissions (Gg) Aerosols +I-GHG-CH4 emissions (Gg) F-gas as Solvent +I-GHG-CH4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CH4 emissions (Gg) Electrical Equipment +I-GHG-CH4 emissions (Gg) Other F-gas use +I-GHG-CH4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CH4 emissions (Gg) Solvent and other product use: paint +I-GHG-CH4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CH4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CH4 emissions (Gg) Solvent and other product use: other +I-GHG-CH4 emissions (Gg) Enteric fermentation +I-GHG-CH4 emissions (Gg) Manure management +I-GHG-CH4 emissions (Gg) Rice cultivation +I-GHG-CH4 emissions (Gg) Direct soil emissions +I-GHG-CH4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CH4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CH4 emissions (Gg) Other direct soil emissions +I-GHG-CH4 emissions (Gg) Savanna burning +I-GHG-CH4 emissions (Gg) Agricultural waste burning +I-GHG-CH4 emissions (Gg) Forest fires +I-GHG-CH4 emissions (Gg) Grassland fires +I-GHG-CH4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CH4 emissions (Gg) Other vegetation fires +I-GHG-CH4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CH4 emissions (Gg) Solid waste disposal on land +I-GHG-CH4 emissions (Gg) Wastewater handling +I-GHG-CH4 emissions (Gg) Waste incineration +I-GHG-CH4 emissions (Gg) Other waste handling +I-GHG-CH4 emissions (Gg) Fossil fuel fires +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CH4 emissions (Gg) Other sources +I-GHG-N2O emissions (Gg) Public electricity and heat production +I-GHG-N2O emissions (Gg) Other Energy Industries +I-GHG-N2O emissions (Gg) Manufacturing Industries and Construction +I-GHG-N2O emissions (Gg) Domestic aviation +I-GHG-N2O emissions (Gg) Road transportation +I-GHG-N2O emissions (Gg) Rail transportation +I-GHG-N2O emissions (Gg) Inland navigation +I-GHG-N2O emissions (Gg) Other transportation +I-GHG-N2O emissions (Gg) Residential and other sectors +I-GHG-N2O emissions (Gg) Fugitive emissions from solid fuels +I-GHG-N2O emissions (Gg) Fugitive emissions from oil and gas +I-GHG-N2O emissions (Gg) Memo: International aviation +I-GHG-N2O emissions (Gg) Memo: International navigation +I-GHG-N2O emissions (Gg) Production of minerals +I-GHG-N2O emissions (Gg) Cement production +I-GHG-N2O emissions (Gg) Lime production +I-GHG-N2O emissions (Gg) Production of chemicals +I-GHG-N2O emissions (Gg) Production of metals +I-GHG-N2O emissions (Gg) Production of pulp/paper/food/drink +I-GHG-N2O emissions (Gg) Production of halocarbons and SF6 +I-GHG-N2O emissions (Gg) Refrigeration and Air Conditioning +I-GHG-N2O emissions (Gg) Foam Blowing +I-GHG-N2O emissions (Gg) Fire Extinguishers +I-GHG-N2O emissions (Gg) Aerosols +I-GHG-N2O emissions (Gg) F-gas as Solvent +I-GHG-N2O emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-N2O emissions (Gg) Electrical Equipment +I-GHG-N2O emissions (Gg) Other F-gas use +I-GHG-N2O emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-N2O emissions (Gg) Solvent and other product use: paint +I-GHG-N2O emissions (Gg) Solvent and other product use: degrease +I-GHG-N2O emissions (Gg) Solvent and other product use: chemicals +I-GHG-N2O emissions (Gg) Solvent and other product use: other +I-GHG-N2O emissions (Gg) Enteric fermentation +I-GHG-N2O emissions (Gg) Manure management +I-GHG-N2O emissions (Gg) Rice cultivation +I-GHG-N2O emissions (Gg) Direct soil emissions +I-GHG-N2O emissions (Gg) Manure in pasture/range/paddock +I-GHG-N2O emissions (Gg) Indirect N2O from agriculture +I-GHG-N2O emissions (Gg) Other direct soil emissions +I-GHG-N2O emissions (Gg) Savanna burning +I-GHG-N2O emissions (Gg) Agricultural waste burning +I-GHG-N2O emissions (Gg) Forest fires +I-GHG-N2O emissions (Gg) Grassland fires +I-GHG-N2O emissions (Gg) Decay of wetlands/peatlands +I-GHG-N2O emissions (Gg) Other vegetation fires +I-GHG-N2O emissions (Gg) Forest Fires-Post burn decay +I-GHG-N2O emissions (Gg) Solid waste disposal on land +I-GHG-N2O emissions (Gg) Wastewater handling +I-GHG-N2O emissions (Gg) Waste incineration +I-GHG-N2O emissions (Gg) Other waste handling +I-GHG-N2O emissions (Gg) Fossil fuel fires +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-N2O emissions (Gg) Other sources +I-GHG-HFC125 emissions (Gg) Public electricity and heat production +I-GHG-HFC125 emissions (Gg) Other Energy Industries +I-GHG-HFC125 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC125 emissions (Gg) Domestic aviation +I-GHG-HFC125 emissions (Gg) Road transportation +I-GHG-HFC125 emissions (Gg) Rail transportation +I-GHG-HFC125 emissions (Gg) Inland navigation +I-GHG-HFC125 emissions (Gg) Other transportation +I-GHG-HFC125 emissions (Gg) Residential and other sectors +I-GHG-HFC125 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC125 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC125 emissions (Gg) Memo: International aviation +I-GHG-HFC125 emissions (Gg) Memo: International navigation +I-GHG-HFC125 emissions (Gg) Production of minerals +I-GHG-HFC125 emissions (Gg) Cement production +I-GHG-HFC125 emissions (Gg) Lime production +I-GHG-HFC125 emissions (Gg) Production of chemicals +I-GHG-HFC125 emissions (Gg) Production of metals +I-GHG-HFC125 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC125 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC125 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC125 emissions (Gg) Foam Blowing +I-GHG-HFC125 emissions (Gg) Fire Extinguishers +I-GHG-HFC125 emissions (Gg) Aerosols +I-GHG-HFC125 emissions (Gg) F-gas as Solvent +I-GHG-HFC125 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC125 emissions (Gg) Electrical Equipment +I-GHG-HFC125 emissions (Gg) Other F-gas use +I-GHG-HFC125 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC125 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC125 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC125 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC125 emissions (Gg) Solvent and other product use: other +I-GHG-HFC125 emissions (Gg) Enteric fermentation +I-GHG-HFC125 emissions (Gg) Manure management +I-GHG-HFC125 emissions (Gg) Rice cultivation +I-GHG-HFC125 emissions (Gg) Direct soil emissions +I-GHG-HFC125 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC125 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC125 emissions (Gg) Other direct soil emissions +I-GHG-HFC125 emissions (Gg) Savanna burning +I-GHG-HFC125 emissions (Gg) Agricultural waste burning +I-GHG-HFC125 emissions (Gg) Forest fires +I-GHG-HFC125 emissions (Gg) Grassland fires +I-GHG-HFC125 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC125 emissions (Gg) Other vegetation fires +I-GHG-HFC125 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC125 emissions (Gg) Solid waste disposal on land +I-GHG-HFC125 emissions (Gg) Wastewater handling +I-GHG-HFC125 emissions (Gg) Waste incineration +I-GHG-HFC125 emissions (Gg) Other waste handling +I-GHG-HFC125 emissions (Gg) Fossil fuel fires +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC125 emissions (Gg) Other sources +I-GHG-HFC134a emissions (Gg) Public electricity and heat production +I-GHG-HFC134a emissions (Gg) Other Energy Industries +I-GHG-HFC134a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC134a emissions (Gg) Domestic aviation +I-GHG-HFC134a emissions (Gg) Road transportation +I-GHG-HFC134a emissions (Gg) Rail transportation +I-GHG-HFC134a emissions (Gg) Inland navigation +I-GHG-HFC134a emissions (Gg) Other transportation +I-GHG-HFC134a emissions (Gg) Residential and other sectors +I-GHG-HFC134a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC134a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC134a emissions (Gg) Memo: International aviation +I-GHG-HFC134a emissions (Gg) Memo: International navigation +I-GHG-HFC134a emissions (Gg) Production of minerals +I-GHG-HFC134a emissions (Gg) Cement production +I-GHG-HFC134a emissions (Gg) Lime production +I-GHG-HFC134a emissions (Gg) Production of chemicals +I-GHG-HFC134a emissions (Gg) Production of metals +I-GHG-HFC134a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC134a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC134a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC134a emissions (Gg) Foam Blowing +I-GHG-HFC134a emissions (Gg) Fire Extinguishers +I-GHG-HFC134a emissions (Gg) Aerosols +I-GHG-HFC134a emissions (Gg) F-gas as Solvent +I-GHG-HFC134a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC134a emissions (Gg) Electrical Equipment +I-GHG-HFC134a emissions (Gg) Other F-gas use +I-GHG-HFC134a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC134a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC134a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC134a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC134a emissions (Gg) Solvent and other product use: other +I-GHG-HFC134a emissions (Gg) Enteric fermentation +I-GHG-HFC134a emissions (Gg) Manure management +I-GHG-HFC134a emissions (Gg) Rice cultivation +I-GHG-HFC134a emissions (Gg) Direct soil emissions +I-GHG-HFC134a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC134a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC134a emissions (Gg) Other direct soil emissions +I-GHG-HFC134a emissions (Gg) Savanna burning +I-GHG-HFC134a emissions (Gg) Agricultural waste burning +I-GHG-HFC134a emissions (Gg) Forest fires +I-GHG-HFC134a emissions (Gg) Grassland fires +I-GHG-HFC134a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC134a emissions (Gg) Other vegetation fires +I-GHG-HFC134a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC134a emissions (Gg) Solid waste disposal on land +I-GHG-HFC134a emissions (Gg) Wastewater handling +I-GHG-HFC134a emissions (Gg) Waste incineration +I-GHG-HFC134a emissions (Gg) Other waste handling +I-GHG-HFC134a emissions (Gg) Fossil fuel fires +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC134a emissions (Gg) Other sources +I-GHG-HFC143a emissions (Gg) Public electricity and heat production +I-GHG-HFC143a emissions (Gg) Other Energy Industries +I-GHG-HFC143a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC143a emissions (Gg) Domestic aviation +I-GHG-HFC143a emissions (Gg) Road transportation +I-GHG-HFC143a emissions (Gg) Rail transportation +I-GHG-HFC143a emissions (Gg) Inland navigation +I-GHG-HFC143a emissions (Gg) Other transportation +I-GHG-HFC143a emissions (Gg) Residential and other sectors +I-GHG-HFC143a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC143a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC143a emissions (Gg) Memo: International aviation +I-GHG-HFC143a emissions (Gg) Memo: International navigation +I-GHG-HFC143a emissions (Gg) Production of minerals +I-GHG-HFC143a emissions (Gg) Cement production +I-GHG-HFC143a emissions (Gg) Lime production +I-GHG-HFC143a emissions (Gg) Production of chemicals +I-GHG-HFC143a emissions (Gg) Production of metals +I-GHG-HFC143a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC143a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC143a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC143a emissions (Gg) Foam Blowing +I-GHG-HFC143a emissions (Gg) Fire Extinguishers +I-GHG-HFC143a emissions (Gg) Aerosols +I-GHG-HFC143a emissions (Gg) F-gas as Solvent +I-GHG-HFC143a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC143a emissions (Gg) Electrical Equipment +I-GHG-HFC143a emissions (Gg) Other F-gas use +I-GHG-HFC143a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC143a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC143a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC143a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC143a emissions (Gg) Solvent and other product use: other +I-GHG-HFC143a emissions (Gg) Enteric fermentation +I-GHG-HFC143a emissions (Gg) Manure management +I-GHG-HFC143a emissions (Gg) Rice cultivation +I-GHG-HFC143a emissions (Gg) Direct soil emissions +I-GHG-HFC143a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC143a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC143a emissions (Gg) Other direct soil emissions +I-GHG-HFC143a emissions (Gg) Savanna burning +I-GHG-HFC143a emissions (Gg) Agricultural waste burning +I-GHG-HFC143a emissions (Gg) Forest fires +I-GHG-HFC143a emissions (Gg) Grassland fires +I-GHG-HFC143a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC143a emissions (Gg) Other vegetation fires +I-GHG-HFC143a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC143a emissions (Gg) Solid waste disposal on land +I-GHG-HFC143a emissions (Gg) Wastewater handling +I-GHG-HFC143a emissions (Gg) Waste incineration +I-GHG-HFC143a emissions (Gg) Other waste handling +I-GHG-HFC143a emissions (Gg) Fossil fuel fires +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC143a emissions (Gg) Other sources +I-GHG-HFC152a emissions (Gg) Public electricity and heat production +I-GHG-HFC152a emissions (Gg) Other Energy Industries +I-GHG-HFC152a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC152a emissions (Gg) Domestic aviation +I-GHG-HFC152a emissions (Gg) Road transportation +I-GHG-HFC152a emissions (Gg) Rail transportation +I-GHG-HFC152a emissions (Gg) Inland navigation +I-GHG-HFC152a emissions (Gg) Other transportation +I-GHG-HFC152a emissions (Gg) Residential and other sectors +I-GHG-HFC152a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC152a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC152a emissions (Gg) Memo: International aviation +I-GHG-HFC152a emissions (Gg) Memo: International navigation +I-GHG-HFC152a emissions (Gg) Production of minerals +I-GHG-HFC152a emissions (Gg) Cement production +I-GHG-HFC152a emissions (Gg) Lime production +I-GHG-HFC152a emissions (Gg) Production of chemicals +I-GHG-HFC152a emissions (Gg) Production of metals +I-GHG-HFC152a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC152a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC152a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC152a emissions (Gg) Foam Blowing +I-GHG-HFC152a emissions (Gg) Fire Extinguishers +I-GHG-HFC152a emissions (Gg) Aerosols +I-GHG-HFC152a emissions (Gg) F-gas as Solvent +I-GHG-HFC152a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC152a emissions (Gg) Electrical Equipment +I-GHG-HFC152a emissions (Gg) Other F-gas use +I-GHG-HFC152a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC152a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC152a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC152a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC152a emissions (Gg) Solvent and other product use: other +I-GHG-HFC152a emissions (Gg) Enteric fermentation +I-GHG-HFC152a emissions (Gg) Manure management +I-GHG-HFC152a emissions (Gg) Rice cultivation +I-GHG-HFC152a emissions (Gg) Direct soil emissions +I-GHG-HFC152a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC152a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC152a emissions (Gg) Other direct soil emissions +I-GHG-HFC152a emissions (Gg) Savanna burning +I-GHG-HFC152a emissions (Gg) Agricultural waste burning +I-GHG-HFC152a emissions (Gg) Forest fires +I-GHG-HFC152a emissions (Gg) Grassland fires +I-GHG-HFC152a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC152a emissions (Gg) Other vegetation fires +I-GHG-HFC152a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC152a emissions (Gg) Solid waste disposal on land +I-GHG-HFC152a emissions (Gg) Wastewater handling +I-GHG-HFC152a emissions (Gg) Waste incineration +I-GHG-HFC152a emissions (Gg) Other waste handling +I-GHG-HFC152a emissions (Gg) Fossil fuel fires +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC152a emissions (Gg) Other sources +I-GHG-HFC227ea emissions (Gg) Public electricity and heat production +I-GHG-HFC227ea emissions (Gg) Other Energy Industries +I-GHG-HFC227ea emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC227ea emissions (Gg) Domestic aviation +I-GHG-HFC227ea emissions (Gg) Road transportation +I-GHG-HFC227ea emissions (Gg) Rail transportation +I-GHG-HFC227ea emissions (Gg) Inland navigation +I-GHG-HFC227ea emissions (Gg) Other transportation +I-GHG-HFC227ea emissions (Gg) Residential and other sectors +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC227ea emissions (Gg) Memo: International aviation +I-GHG-HFC227ea emissions (Gg) Memo: International navigation +I-GHG-HFC227ea emissions (Gg) Production of minerals +I-GHG-HFC227ea emissions (Gg) Cement production +I-GHG-HFC227ea emissions (Gg) Lime production +I-GHG-HFC227ea emissions (Gg) Production of chemicals +I-GHG-HFC227ea emissions (Gg) Production of metals +I-GHG-HFC227ea emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC227ea emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC227ea emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC227ea emissions (Gg) Foam Blowing +I-GHG-HFC227ea emissions (Gg) Fire Extinguishers +I-GHG-HFC227ea emissions (Gg) Aerosols +I-GHG-HFC227ea emissions (Gg) F-gas as Solvent +I-GHG-HFC227ea emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC227ea emissions (Gg) Electrical Equipment +I-GHG-HFC227ea emissions (Gg) Other F-gas use +I-GHG-HFC227ea emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: paint +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: other +I-GHG-HFC227ea emissions (Gg) Enteric fermentation +I-GHG-HFC227ea emissions (Gg) Manure management +I-GHG-HFC227ea emissions (Gg) Rice cultivation +I-GHG-HFC227ea emissions (Gg) Direct soil emissions +I-GHG-HFC227ea emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC227ea emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC227ea emissions (Gg) Other direct soil emissions +I-GHG-HFC227ea emissions (Gg) Savanna burning +I-GHG-HFC227ea emissions (Gg) Agricultural waste burning +I-GHG-HFC227ea emissions (Gg) Forest fires +I-GHG-HFC227ea emissions (Gg) Grassland fires +I-GHG-HFC227ea emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC227ea emissions (Gg) Other vegetation fires +I-GHG-HFC227ea emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC227ea emissions (Gg) Solid waste disposal on land +I-GHG-HFC227ea emissions (Gg) Wastewater handling +I-GHG-HFC227ea emissions (Gg) Waste incineration +I-GHG-HFC227ea emissions (Gg) Other waste handling +I-GHG-HFC227ea emissions (Gg) Fossil fuel fires +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC227ea emissions (Gg) Other sources +I-GHG-HFC23 emissions (Gg) Public electricity and heat production +I-GHG-HFC23 emissions (Gg) Other Energy Industries +I-GHG-HFC23 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC23 emissions (Gg) Domestic aviation +I-GHG-HFC23 emissions (Gg) Road transportation +I-GHG-HFC23 emissions (Gg) Rail transportation +I-GHG-HFC23 emissions (Gg) Inland navigation +I-GHG-HFC23 emissions (Gg) Other transportation +I-GHG-HFC23 emissions (Gg) Residential and other sectors +I-GHG-HFC23 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC23 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC23 emissions (Gg) Memo: International aviation +I-GHG-HFC23 emissions (Gg) Memo: International navigation +I-GHG-HFC23 emissions (Gg) Production of minerals +I-GHG-HFC23 emissions (Gg) Cement production +I-GHG-HFC23 emissions (Gg) Lime production +I-GHG-HFC23 emissions (Gg) Production of chemicals +I-GHG-HFC23 emissions (Gg) Production of metals +I-GHG-HFC23 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC23 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC23 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC23 emissions (Gg) Foam Blowing +I-GHG-HFC23 emissions (Gg) Fire Extinguishers +I-GHG-HFC23 emissions (Gg) Aerosols +I-GHG-HFC23 emissions (Gg) F-gas as Solvent +I-GHG-HFC23 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC23 emissions (Gg) Electrical Equipment +I-GHG-HFC23 emissions (Gg) Other F-gas use +I-GHG-HFC23 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC23 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC23 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC23 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC23 emissions (Gg) Solvent and other product use: other +I-GHG-HFC23 emissions (Gg) Enteric fermentation +I-GHG-HFC23 emissions (Gg) Manure management +I-GHG-HFC23 emissions (Gg) Rice cultivation +I-GHG-HFC23 emissions (Gg) Direct soil emissions +I-GHG-HFC23 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC23 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC23 emissions (Gg) Other direct soil emissions +I-GHG-HFC23 emissions (Gg) Savanna burning +I-GHG-HFC23 emissions (Gg) Agricultural waste burning +I-GHG-HFC23 emissions (Gg) Forest fires +I-GHG-HFC23 emissions (Gg) Grassland fires +I-GHG-HFC23 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC23 emissions (Gg) Other vegetation fires +I-GHG-HFC23 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC23 emissions (Gg) Solid waste disposal on land +I-GHG-HFC23 emissions (Gg) Wastewater handling +I-GHG-HFC23 emissions (Gg) Waste incineration +I-GHG-HFC23 emissions (Gg) Other waste handling +I-GHG-HFC23 emissions (Gg) Fossil fuel fires +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC23 emissions (Gg) Other sources +I-GHG-HFC236fa emissions (Gg) Public electricity and heat production +I-GHG-HFC236fa emissions (Gg) Other Energy Industries +I-GHG-HFC236fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC236fa emissions (Gg) Domestic aviation +I-GHG-HFC236fa emissions (Gg) Road transportation +I-GHG-HFC236fa emissions (Gg) Rail transportation +I-GHG-HFC236fa emissions (Gg) Inland navigation +I-GHG-HFC236fa emissions (Gg) Other transportation +I-GHG-HFC236fa emissions (Gg) Residential and other sectors +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC236fa emissions (Gg) Memo: International aviation +I-GHG-HFC236fa emissions (Gg) Memo: International navigation +I-GHG-HFC236fa emissions (Gg) Production of minerals +I-GHG-HFC236fa emissions (Gg) Cement production +I-GHG-HFC236fa emissions (Gg) Lime production +I-GHG-HFC236fa emissions (Gg) Production of chemicals +I-GHG-HFC236fa emissions (Gg) Production of metals +I-GHG-HFC236fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC236fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC236fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC236fa emissions (Gg) Foam Blowing +I-GHG-HFC236fa emissions (Gg) Fire Extinguishers +I-GHG-HFC236fa emissions (Gg) Aerosols +I-GHG-HFC236fa emissions (Gg) F-gas as Solvent +I-GHG-HFC236fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC236fa emissions (Gg) Electrical Equipment +I-GHG-HFC236fa emissions (Gg) Other F-gas use +I-GHG-HFC236fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC236fa emissions (Gg) Enteric fermentation +I-GHG-HFC236fa emissions (Gg) Manure management +I-GHG-HFC236fa emissions (Gg) Rice cultivation +I-GHG-HFC236fa emissions (Gg) Direct soil emissions +I-GHG-HFC236fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC236fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC236fa emissions (Gg) Other direct soil emissions +I-GHG-HFC236fa emissions (Gg) Savanna burning +I-GHG-HFC236fa emissions (Gg) Agricultural waste burning +I-GHG-HFC236fa emissions (Gg) Forest fires +I-GHG-HFC236fa emissions (Gg) Grassland fires +I-GHG-HFC236fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC236fa emissions (Gg) Other vegetation fires +I-GHG-HFC236fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC236fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC236fa emissions (Gg) Wastewater handling +I-GHG-HFC236fa emissions (Gg) Waste incineration +I-GHG-HFC236fa emissions (Gg) Other waste handling +I-GHG-HFC236fa emissions (Gg) Fossil fuel fires +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC236fa emissions (Gg) Other sources +I-GHG-HFC245fa emissions (Gg) Public electricity and heat production +I-GHG-HFC245fa emissions (Gg) Other Energy Industries +I-GHG-HFC245fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC245fa emissions (Gg) Domestic aviation +I-GHG-HFC245fa emissions (Gg) Road transportation +I-GHG-HFC245fa emissions (Gg) Rail transportation +I-GHG-HFC245fa emissions (Gg) Inland navigation +I-GHG-HFC245fa emissions (Gg) Other transportation +I-GHG-HFC245fa emissions (Gg) Residential and other sectors +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC245fa emissions (Gg) Memo: International aviation +I-GHG-HFC245fa emissions (Gg) Memo: International navigation +I-GHG-HFC245fa emissions (Gg) Production of minerals +I-GHG-HFC245fa emissions (Gg) Cement production +I-GHG-HFC245fa emissions (Gg) Lime production +I-GHG-HFC245fa emissions (Gg) Production of chemicals +I-GHG-HFC245fa emissions (Gg) Production of metals +I-GHG-HFC245fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC245fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC245fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC245fa emissions (Gg) Foam Blowing +I-GHG-HFC245fa emissions (Gg) Fire Extinguishers +I-GHG-HFC245fa emissions (Gg) Aerosols +I-GHG-HFC245fa emissions (Gg) F-gas as Solvent +I-GHG-HFC245fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC245fa emissions (Gg) Electrical Equipment +I-GHG-HFC245fa emissions (Gg) Other F-gas use +I-GHG-HFC245fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC245fa emissions (Gg) Enteric fermentation +I-GHG-HFC245fa emissions (Gg) Manure management +I-GHG-HFC245fa emissions (Gg) Rice cultivation +I-GHG-HFC245fa emissions (Gg) Direct soil emissions +I-GHG-HFC245fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC245fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC245fa emissions (Gg) Other direct soil emissions +I-GHG-HFC245fa emissions (Gg) Savanna burning +I-GHG-HFC245fa emissions (Gg) Agricultural waste burning +I-GHG-HFC245fa emissions (Gg) Forest fires +I-GHG-HFC245fa emissions (Gg) Grassland fires +I-GHG-HFC245fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC245fa emissions (Gg) Other vegetation fires +I-GHG-HFC245fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC245fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC245fa emissions (Gg) Wastewater handling +I-GHG-HFC245fa emissions (Gg) Waste incineration +I-GHG-HFC245fa emissions (Gg) Other waste handling +I-GHG-HFC245fa emissions (Gg) Fossil fuel fires +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC245fa emissions (Gg) Other sources +I-GHG-HFC32 emissions (Gg) Public electricity and heat production +I-GHG-HFC32 emissions (Gg) Other Energy Industries +I-GHG-HFC32 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC32 emissions (Gg) Domestic aviation +I-GHG-HFC32 emissions (Gg) Road transportation +I-GHG-HFC32 emissions (Gg) Rail transportation +I-GHG-HFC32 emissions (Gg) Inland navigation +I-GHG-HFC32 emissions (Gg) Other transportation +I-GHG-HFC32 emissions (Gg) Residential and other sectors +I-GHG-HFC32 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC32 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC32 emissions (Gg) Memo: International aviation +I-GHG-HFC32 emissions (Gg) Memo: International navigation +I-GHG-HFC32 emissions (Gg) Production of minerals +I-GHG-HFC32 emissions (Gg) Cement production +I-GHG-HFC32 emissions (Gg) Lime production +I-GHG-HFC32 emissions (Gg) Production of chemicals +I-GHG-HFC32 emissions (Gg) Production of metals +I-GHG-HFC32 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC32 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC32 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC32 emissions (Gg) Foam Blowing +I-GHG-HFC32 emissions (Gg) Fire Extinguishers +I-GHG-HFC32 emissions (Gg) Aerosols +I-GHG-HFC32 emissions (Gg) F-gas as Solvent +I-GHG-HFC32 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC32 emissions (Gg) Electrical Equipment +I-GHG-HFC32 emissions (Gg) Other F-gas use +I-GHG-HFC32 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC32 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC32 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC32 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC32 emissions (Gg) Solvent and other product use: other +I-GHG-HFC32 emissions (Gg) Enteric fermentation +I-GHG-HFC32 emissions (Gg) Manure management +I-GHG-HFC32 emissions (Gg) Rice cultivation +I-GHG-HFC32 emissions (Gg) Direct soil emissions +I-GHG-HFC32 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC32 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC32 emissions (Gg) Other direct soil emissions +I-GHG-HFC32 emissions (Gg) Savanna burning +I-GHG-HFC32 emissions (Gg) Agricultural waste burning +I-GHG-HFC32 emissions (Gg) Forest fires +I-GHG-HFC32 emissions (Gg) Grassland fires +I-GHG-HFC32 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC32 emissions (Gg) Other vegetation fires +I-GHG-HFC32 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC32 emissions (Gg) Solid waste disposal on land +I-GHG-HFC32 emissions (Gg) Wastewater handling +I-GHG-HFC32 emissions (Gg) Waste incineration +I-GHG-HFC32 emissions (Gg) Other waste handling +I-GHG-HFC32 emissions (Gg) Fossil fuel fires +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC32 emissions (Gg) Other sources +I-GHG-HFC365mfc emissions (Gg) Public electricity and heat production +I-GHG-HFC365mfc emissions (Gg) Other Energy Industries +I-GHG-HFC365mfc emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC365mfc emissions (Gg) Domestic aviation +I-GHG-HFC365mfc emissions (Gg) Road transportation +I-GHG-HFC365mfc emissions (Gg) Rail transportation +I-GHG-HFC365mfc emissions (Gg) Inland navigation +I-GHG-HFC365mfc emissions (Gg) Other transportation +I-GHG-HFC365mfc emissions (Gg) Residential and other sectors +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC365mfc emissions (Gg) Memo: International aviation +I-GHG-HFC365mfc emissions (Gg) Memo: International navigation +I-GHG-HFC365mfc emissions (Gg) Production of minerals +I-GHG-HFC365mfc emissions (Gg) Cement production +I-GHG-HFC365mfc emissions (Gg) Lime production +I-GHG-HFC365mfc emissions (Gg) Production of chemicals +I-GHG-HFC365mfc emissions (Gg) Production of metals +I-GHG-HFC365mfc emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC365mfc emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC365mfc emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC365mfc emissions (Gg) Foam Blowing +I-GHG-HFC365mfc emissions (Gg) Fire Extinguishers +I-GHG-HFC365mfc emissions (Gg) Aerosols +I-GHG-HFC365mfc emissions (Gg) F-gas as Solvent +I-GHG-HFC365mfc emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC365mfc emissions (Gg) Electrical Equipment +I-GHG-HFC365mfc emissions (Gg) Other F-gas use +I-GHG-HFC365mfc emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: paint +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: other +I-GHG-HFC365mfc emissions (Gg) Enteric fermentation +I-GHG-HFC365mfc emissions (Gg) Manure management +I-GHG-HFC365mfc emissions (Gg) Rice cultivation +I-GHG-HFC365mfc emissions (Gg) Direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC365mfc emissions (Gg) Other direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Savanna burning +I-GHG-HFC365mfc emissions (Gg) Agricultural waste burning +I-GHG-HFC365mfc emissions (Gg) Forest fires +I-GHG-HFC365mfc emissions (Gg) Grassland fires +I-GHG-HFC365mfc emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC365mfc emissions (Gg) Other vegetation fires +I-GHG-HFC365mfc emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC365mfc emissions (Gg) Solid waste disposal on land +I-GHG-HFC365mfc emissions (Gg) Wastewater handling +I-GHG-HFC365mfc emissions (Gg) Waste incineration +I-GHG-HFC365mfc emissions (Gg) Other waste handling +I-GHG-HFC365mfc emissions (Gg) Fossil fuel fires +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC365mfc emissions (Gg) Other sources +I-GHG-HFC4310mee emissions (Gg) Public electricity and heat production +I-GHG-HFC4310mee emissions (Gg) Other Energy Industries +I-GHG-HFC4310mee emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC4310mee emissions (Gg) Domestic aviation +I-GHG-HFC4310mee emissions (Gg) Road transportation +I-GHG-HFC4310mee emissions (Gg) Rail transportation +I-GHG-HFC4310mee emissions (Gg) Inland navigation +I-GHG-HFC4310mee emissions (Gg) Other transportation +I-GHG-HFC4310mee emissions (Gg) Residential and other sectors +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC4310mee emissions (Gg) Memo: International aviation +I-GHG-HFC4310mee emissions (Gg) Memo: International navigation +I-GHG-HFC4310mee emissions (Gg) Production of minerals +I-GHG-HFC4310mee emissions (Gg) Cement production +I-GHG-HFC4310mee emissions (Gg) Lime production +I-GHG-HFC4310mee emissions (Gg) Production of chemicals +I-GHG-HFC4310mee emissions (Gg) Production of metals +I-GHG-HFC4310mee emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC4310mee emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC4310mee emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC4310mee emissions (Gg) Foam Blowing +I-GHG-HFC4310mee emissions (Gg) Fire Extinguishers +I-GHG-HFC4310mee emissions (Gg) Aerosols +I-GHG-HFC4310mee emissions (Gg) F-gas as Solvent +I-GHG-HFC4310mee emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC4310mee emissions (Gg) Electrical Equipment +I-GHG-HFC4310mee emissions (Gg) Other F-gas use +I-GHG-HFC4310mee emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: paint +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: other +I-GHG-HFC4310mee emissions (Gg) Enteric fermentation +I-GHG-HFC4310mee emissions (Gg) Manure management +I-GHG-HFC4310mee emissions (Gg) Rice cultivation +I-GHG-HFC4310mee emissions (Gg) Direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC4310mee emissions (Gg) Other direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Savanna burning +I-GHG-HFC4310mee emissions (Gg) Agricultural waste burning +I-GHG-HFC4310mee emissions (Gg) Forest fires +I-GHG-HFC4310mee emissions (Gg) Grassland fires +I-GHG-HFC4310mee emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC4310mee emissions (Gg) Other vegetation fires +I-GHG-HFC4310mee emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC4310mee emissions (Gg) Solid waste disposal on land +I-GHG-HFC4310mee emissions (Gg) Wastewater handling +I-GHG-HFC4310mee emissions (Gg) Waste incineration +I-GHG-HFC4310mee emissions (Gg) Other waste handling +I-GHG-HFC4310mee emissions (Gg) Fossil fuel fires +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC4310mee emissions (Gg) Other sources +I-GHG-C2F6 emissions (Gg) Public electricity and heat production +I-GHG-C2F6 emissions (Gg) Other Energy Industries +I-GHG-C2F6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C2F6 emissions (Gg) Domestic aviation +I-GHG-C2F6 emissions (Gg) Road transportation +I-GHG-C2F6 emissions (Gg) Rail transportation +I-GHG-C2F6 emissions (Gg) Inland navigation +I-GHG-C2F6 emissions (Gg) Other transportation +I-GHG-C2F6 emissions (Gg) Residential and other sectors +I-GHG-C2F6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C2F6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C2F6 emissions (Gg) Memo: International aviation +I-GHG-C2F6 emissions (Gg) Memo: International navigation +I-GHG-C2F6 emissions (Gg) Production of minerals +I-GHG-C2F6 emissions (Gg) Cement production +I-GHG-C2F6 emissions (Gg) Lime production +I-GHG-C2F6 emissions (Gg) Production of chemicals +I-GHG-C2F6 emissions (Gg) Production of metals +I-GHG-C2F6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C2F6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C2F6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C2F6 emissions (Gg) Foam Blowing +I-GHG-C2F6 emissions (Gg) Fire Extinguishers +I-GHG-C2F6 emissions (Gg) Aerosols +I-GHG-C2F6 emissions (Gg) F-gas as Solvent +I-GHG-C2F6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C2F6 emissions (Gg) Electrical Equipment +I-GHG-C2F6 emissions (Gg) Other F-gas use +I-GHG-C2F6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C2F6 emissions (Gg) Solvent and other product use: paint +I-GHG-C2F6 emissions (Gg) Solvent and other product use: degrease +I-GHG-C2F6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C2F6 emissions (Gg) Solvent and other product use: other +I-GHG-C2F6 emissions (Gg) Enteric fermentation +I-GHG-C2F6 emissions (Gg) Manure management +I-GHG-C2F6 emissions (Gg) Rice cultivation +I-GHG-C2F6 emissions (Gg) Direct soil emissions +I-GHG-C2F6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C2F6 emissions (Gg) Indirect N2O from agriculture +I-GHG-C2F6 emissions (Gg) Other direct soil emissions +I-GHG-C2F6 emissions (Gg) Savanna burning +I-GHG-C2F6 emissions (Gg) Agricultural waste burning +I-GHG-C2F6 emissions (Gg) Forest fires +I-GHG-C2F6 emissions (Gg) Grassland fires +I-GHG-C2F6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C2F6 emissions (Gg) Other vegetation fires +I-GHG-C2F6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C2F6 emissions (Gg) Solid waste disposal on land +I-GHG-C2F6 emissions (Gg) Wastewater handling +I-GHG-C2F6 emissions (Gg) Waste incineration +I-GHG-C2F6 emissions (Gg) Other waste handling +I-GHG-C2F6 emissions (Gg) Fossil fuel fires +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C2F6 emissions (Gg) Other sources +I-GHG-C3F8 emissions (Gg) Public electricity and heat production +I-GHG-C3F8 emissions (Gg) Other Energy Industries +I-GHG-C3F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C3F8 emissions (Gg) Domestic aviation +I-GHG-C3F8 emissions (Gg) Road transportation +I-GHG-C3F8 emissions (Gg) Rail transportation +I-GHG-C3F8 emissions (Gg) Inland navigation +I-GHG-C3F8 emissions (Gg) Other transportation +I-GHG-C3F8 emissions (Gg) Residential and other sectors +I-GHG-C3F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C3F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C3F8 emissions (Gg) Memo: International aviation +I-GHG-C3F8 emissions (Gg) Memo: International navigation +I-GHG-C3F8 emissions (Gg) Production of minerals +I-GHG-C3F8 emissions (Gg) Cement production +I-GHG-C3F8 emissions (Gg) Lime production +I-GHG-C3F8 emissions (Gg) Production of chemicals +I-GHG-C3F8 emissions (Gg) Production of metals +I-GHG-C3F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C3F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C3F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C3F8 emissions (Gg) Foam Blowing +I-GHG-C3F8 emissions (Gg) Fire Extinguishers +I-GHG-C3F8 emissions (Gg) Aerosols +I-GHG-C3F8 emissions (Gg) F-gas as Solvent +I-GHG-C3F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C3F8 emissions (Gg) Electrical Equipment +I-GHG-C3F8 emissions (Gg) Other F-gas use +I-GHG-C3F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C3F8 emissions (Gg) Solvent and other product use: paint +I-GHG-C3F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-C3F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C3F8 emissions (Gg) Solvent and other product use: other +I-GHG-C3F8 emissions (Gg) Enteric fermentation +I-GHG-C3F8 emissions (Gg) Manure management +I-GHG-C3F8 emissions (Gg) Rice cultivation +I-GHG-C3F8 emissions (Gg) Direct soil emissions +I-GHG-C3F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C3F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-C3F8 emissions (Gg) Other direct soil emissions +I-GHG-C3F8 emissions (Gg) Savanna burning +I-GHG-C3F8 emissions (Gg) Agricultural waste burning +I-GHG-C3F8 emissions (Gg) Forest fires +I-GHG-C3F8 emissions (Gg) Grassland fires +I-GHG-C3F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C3F8 emissions (Gg) Other vegetation fires +I-GHG-C3F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C3F8 emissions (Gg) Solid waste disposal on land +I-GHG-C3F8 emissions (Gg) Wastewater handling +I-GHG-C3F8 emissions (Gg) Waste incineration +I-GHG-C3F8 emissions (Gg) Other waste handling +I-GHG-C3F8 emissions (Gg) Fossil fuel fires +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C3F8 emissions (Gg) Other sources +I-GHG-C4F10 emissions (Gg) Public electricity and heat production +I-GHG-C4F10 emissions (Gg) Other Energy Industries +I-GHG-C4F10 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C4F10 emissions (Gg) Domestic aviation +I-GHG-C4F10 emissions (Gg) Road transportation +I-GHG-C4F10 emissions (Gg) Rail transportation +I-GHG-C4F10 emissions (Gg) Inland navigation +I-GHG-C4F10 emissions (Gg) Other transportation +I-GHG-C4F10 emissions (Gg) Residential and other sectors +I-GHG-C4F10 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C4F10 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C4F10 emissions (Gg) Memo: International aviation +I-GHG-C4F10 emissions (Gg) Memo: International navigation +I-GHG-C4F10 emissions (Gg) Production of minerals +I-GHG-C4F10 emissions (Gg) Cement production +I-GHG-C4F10 emissions (Gg) Lime production +I-GHG-C4F10 emissions (Gg) Production of chemicals +I-GHG-C4F10 emissions (Gg) Production of metals +I-GHG-C4F10 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C4F10 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C4F10 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C4F10 emissions (Gg) Foam Blowing +I-GHG-C4F10 emissions (Gg) Fire Extinguishers +I-GHG-C4F10 emissions (Gg) Aerosols +I-GHG-C4F10 emissions (Gg) F-gas as Solvent +I-GHG-C4F10 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C4F10 emissions (Gg) Electrical Equipment +I-GHG-C4F10 emissions (Gg) Other F-gas use +I-GHG-C4F10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C4F10 emissions (Gg) Solvent and other product use: paint +I-GHG-C4F10 emissions (Gg) Solvent and other product use: degrease +I-GHG-C4F10 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C4F10 emissions (Gg) Solvent and other product use: other +I-GHG-C4F10 emissions (Gg) Enteric fermentation +I-GHG-C4F10 emissions (Gg) Manure management +I-GHG-C4F10 emissions (Gg) Rice cultivation +I-GHG-C4F10 emissions (Gg) Direct soil emissions +I-GHG-C4F10 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C4F10 emissions (Gg) Indirect N2O from agriculture +I-GHG-C4F10 emissions (Gg) Other direct soil emissions +I-GHG-C4F10 emissions (Gg) Savanna burning +I-GHG-C4F10 emissions (Gg) Agricultural waste burning +I-GHG-C4F10 emissions (Gg) Forest fires +I-GHG-C4F10 emissions (Gg) Grassland fires +I-GHG-C4F10 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C4F10 emissions (Gg) Other vegetation fires +I-GHG-C4F10 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C4F10 emissions (Gg) Solid waste disposal on land +I-GHG-C4F10 emissions (Gg) Wastewater handling +I-GHG-C4F10 emissions (Gg) Waste incineration +I-GHG-C4F10 emissions (Gg) Other waste handling +I-GHG-C4F10 emissions (Gg) Fossil fuel fires +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C4F10 emissions (Gg) Other sources +I-GHG-C5F12 emissions (Gg) Public electricity and heat production +I-GHG-C5F12 emissions (Gg) Other Energy Industries +I-GHG-C5F12 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C5F12 emissions (Gg) Domestic aviation +I-GHG-C5F12 emissions (Gg) Road transportation +I-GHG-C5F12 emissions (Gg) Rail transportation +I-GHG-C5F12 emissions (Gg) Inland navigation +I-GHG-C5F12 emissions (Gg) Other transportation +I-GHG-C5F12 emissions (Gg) Residential and other sectors +I-GHG-C5F12 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C5F12 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C5F12 emissions (Gg) Memo: International aviation +I-GHG-C5F12 emissions (Gg) Memo: International navigation +I-GHG-C5F12 emissions (Gg) Production of minerals +I-GHG-C5F12 emissions (Gg) Cement production +I-GHG-C5F12 emissions (Gg) Lime production +I-GHG-C5F12 emissions (Gg) Production of chemicals +I-GHG-C5F12 emissions (Gg) Production of metals +I-GHG-C5F12 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C5F12 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C5F12 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C5F12 emissions (Gg) Foam Blowing +I-GHG-C5F12 emissions (Gg) Fire Extinguishers +I-GHG-C5F12 emissions (Gg) Aerosols +I-GHG-C5F12 emissions (Gg) F-gas as Solvent +I-GHG-C5F12 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C5F12 emissions (Gg) Electrical Equipment +I-GHG-C5F12 emissions (Gg) Other F-gas use +I-GHG-C5F12 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C5F12 emissions (Gg) Solvent and other product use: paint +I-GHG-C5F12 emissions (Gg) Solvent and other product use: degrease +I-GHG-C5F12 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C5F12 emissions (Gg) Solvent and other product use: other +I-GHG-C5F12 emissions (Gg) Enteric fermentation +I-GHG-C5F12 emissions (Gg) Manure management +I-GHG-C5F12 emissions (Gg) Rice cultivation +I-GHG-C5F12 emissions (Gg) Direct soil emissions +I-GHG-C5F12 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C5F12 emissions (Gg) Indirect N2O from agriculture +I-GHG-C5F12 emissions (Gg) Other direct soil emissions +I-GHG-C5F12 emissions (Gg) Savanna burning +I-GHG-C5F12 emissions (Gg) Agricultural waste burning +I-GHG-C5F12 emissions (Gg) Forest fires +I-GHG-C5F12 emissions (Gg) Grassland fires +I-GHG-C5F12 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C5F12 emissions (Gg) Other vegetation fires +I-GHG-C5F12 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C5F12 emissions (Gg) Solid waste disposal on land +I-GHG-C5F12 emissions (Gg) Wastewater handling +I-GHG-C5F12 emissions (Gg) Waste incineration +I-GHG-C5F12 emissions (Gg) Other waste handling +I-GHG-C5F12 emissions (Gg) Fossil fuel fires +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C5F12 emissions (Gg) Other sources +I-GHG-C6F14 emissions (Gg) Public electricity and heat production +I-GHG-C6F14 emissions (Gg) Other Energy Industries +I-GHG-C6F14 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C6F14 emissions (Gg) Domestic aviation +I-GHG-C6F14 emissions (Gg) Road transportation +I-GHG-C6F14 emissions (Gg) Rail transportation +I-GHG-C6F14 emissions (Gg) Inland navigation +I-GHG-C6F14 emissions (Gg) Other transportation +I-GHG-C6F14 emissions (Gg) Residential and other sectors +I-GHG-C6F14 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C6F14 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C6F14 emissions (Gg) Memo: International aviation +I-GHG-C6F14 emissions (Gg) Memo: International navigation +I-GHG-C6F14 emissions (Gg) Production of minerals +I-GHG-C6F14 emissions (Gg) Cement production +I-GHG-C6F14 emissions (Gg) Lime production +I-GHG-C6F14 emissions (Gg) Production of chemicals +I-GHG-C6F14 emissions (Gg) Production of metals +I-GHG-C6F14 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C6F14 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C6F14 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C6F14 emissions (Gg) Foam Blowing +I-GHG-C6F14 emissions (Gg) Fire Extinguishers +I-GHG-C6F14 emissions (Gg) Aerosols +I-GHG-C6F14 emissions (Gg) F-gas as Solvent +I-GHG-C6F14 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C6F14 emissions (Gg) Electrical Equipment +I-GHG-C6F14 emissions (Gg) Other F-gas use +I-GHG-C6F14 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C6F14 emissions (Gg) Solvent and other product use: paint +I-GHG-C6F14 emissions (Gg) Solvent and other product use: degrease +I-GHG-C6F14 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C6F14 emissions (Gg) Solvent and other product use: other +I-GHG-C6F14 emissions (Gg) Enteric fermentation +I-GHG-C6F14 emissions (Gg) Manure management +I-GHG-C6F14 emissions (Gg) Rice cultivation +I-GHG-C6F14 emissions (Gg) Direct soil emissions +I-GHG-C6F14 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C6F14 emissions (Gg) Indirect N2O from agriculture +I-GHG-C6F14 emissions (Gg) Other direct soil emissions +I-GHG-C6F14 emissions (Gg) Savanna burning +I-GHG-C6F14 emissions (Gg) Agricultural waste burning +I-GHG-C6F14 emissions (Gg) Forest fires +I-GHG-C6F14 emissions (Gg) Grassland fires +I-GHG-C6F14 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C6F14 emissions (Gg) Other vegetation fires +I-GHG-C6F14 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C6F14 emissions (Gg) Solid waste disposal on land +I-GHG-C6F14 emissions (Gg) Wastewater handling +I-GHG-C6F14 emissions (Gg) Waste incineration +I-GHG-C6F14 emissions (Gg) Other waste handling +I-GHG-C6F14 emissions (Gg) Fossil fuel fires +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C6F14 emissions (Gg) Other sources +I-GHG-C7F16 emissions (Gg) Public electricity and heat production +I-GHG-C7F16 emissions (Gg) Other Energy Industries +I-GHG-C7F16 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C7F16 emissions (Gg) Domestic aviation +I-GHG-C7F16 emissions (Gg) Road transportation +I-GHG-C7F16 emissions (Gg) Rail transportation +I-GHG-C7F16 emissions (Gg) Inland navigation +I-GHG-C7F16 emissions (Gg) Other transportation +I-GHG-C7F16 emissions (Gg) Residential and other sectors +I-GHG-C7F16 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C7F16 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C7F16 emissions (Gg) Memo: International aviation +I-GHG-C7F16 emissions (Gg) Memo: International navigation +I-GHG-C7F16 emissions (Gg) Production of minerals +I-GHG-C7F16 emissions (Gg) Cement production +I-GHG-C7F16 emissions (Gg) Lime production +I-GHG-C7F16 emissions (Gg) Production of chemicals +I-GHG-C7F16 emissions (Gg) Production of metals +I-GHG-C7F16 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C7F16 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C7F16 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C7F16 emissions (Gg) Foam Blowing +I-GHG-C7F16 emissions (Gg) Fire Extinguishers +I-GHG-C7F16 emissions (Gg) Aerosols +I-GHG-C7F16 emissions (Gg) F-gas as Solvent +I-GHG-C7F16 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C7F16 emissions (Gg) Electrical Equipment +I-GHG-C7F16 emissions (Gg) Other F-gas use +I-GHG-C7F16 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C7F16 emissions (Gg) Solvent and other product use: paint +I-GHG-C7F16 emissions (Gg) Solvent and other product use: degrease +I-GHG-C7F16 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C7F16 emissions (Gg) Solvent and other product use: other +I-GHG-C7F16 emissions (Gg) Enteric fermentation +I-GHG-C7F16 emissions (Gg) Manure management +I-GHG-C7F16 emissions (Gg) Rice cultivation +I-GHG-C7F16 emissions (Gg) Direct soil emissions +I-GHG-C7F16 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C7F16 emissions (Gg) Indirect N2O from agriculture +I-GHG-C7F16 emissions (Gg) Other direct soil emissions +I-GHG-C7F16 emissions (Gg) Savanna burning +I-GHG-C7F16 emissions (Gg) Agricultural waste burning +I-GHG-C7F16 emissions (Gg) Forest fires +I-GHG-C7F16 emissions (Gg) Grassland fires +I-GHG-C7F16 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C7F16 emissions (Gg) Other vegetation fires +I-GHG-C7F16 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C7F16 emissions (Gg) Solid waste disposal on land +I-GHG-C7F16 emissions (Gg) Wastewater handling +I-GHG-C7F16 emissions (Gg) Waste incineration +I-GHG-C7F16 emissions (Gg) Other waste handling +I-GHG-C7F16 emissions (Gg) Fossil fuel fires +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C7F16 emissions (Gg) Other sources +I-GHG-CF4 emissions (Gg) Public electricity and heat production +I-GHG-CF4 emissions (Gg) Other Energy Industries +I-GHG-CF4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CF4 emissions (Gg) Domestic aviation +I-GHG-CF4 emissions (Gg) Road transportation +I-GHG-CF4 emissions (Gg) Rail transportation +I-GHG-CF4 emissions (Gg) Inland navigation +I-GHG-CF4 emissions (Gg) Other transportation +I-GHG-CF4 emissions (Gg) Residential and other sectors +I-GHG-CF4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CF4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CF4 emissions (Gg) Memo: International aviation +I-GHG-CF4 emissions (Gg) Memo: International navigation +I-GHG-CF4 emissions (Gg) Production of minerals +I-GHG-CF4 emissions (Gg) Cement production +I-GHG-CF4 emissions (Gg) Lime production +I-GHG-CF4 emissions (Gg) Production of chemicals +I-GHG-CF4 emissions (Gg) Production of metals +I-GHG-CF4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CF4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CF4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CF4 emissions (Gg) Foam Blowing +I-GHG-CF4 emissions (Gg) Fire Extinguishers +I-GHG-CF4 emissions (Gg) Aerosols +I-GHG-CF4 emissions (Gg) F-gas as Solvent +I-GHG-CF4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CF4 emissions (Gg) Electrical Equipment +I-GHG-CF4 emissions (Gg) Other F-gas use +I-GHG-CF4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CF4 emissions (Gg) Solvent and other product use: paint +I-GHG-CF4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CF4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CF4 emissions (Gg) Solvent and other product use: other +I-GHG-CF4 emissions (Gg) Enteric fermentation +I-GHG-CF4 emissions (Gg) Manure management +I-GHG-CF4 emissions (Gg) Rice cultivation +I-GHG-CF4 emissions (Gg) Direct soil emissions +I-GHG-CF4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CF4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CF4 emissions (Gg) Other direct soil emissions +I-GHG-CF4 emissions (Gg) Savanna burning +I-GHG-CF4 emissions (Gg) Agricultural waste burning +I-GHG-CF4 emissions (Gg) Forest fires +I-GHG-CF4 emissions (Gg) Grassland fires +I-GHG-CF4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CF4 emissions (Gg) Other vegetation fires +I-GHG-CF4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CF4 emissions (Gg) Solid waste disposal on land +I-GHG-CF4 emissions (Gg) Wastewater handling +I-GHG-CF4 emissions (Gg) Waste incineration +I-GHG-CF4 emissions (Gg) Other waste handling +I-GHG-CF4 emissions (Gg) Fossil fuel fires +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CF4 emissions (Gg) Other sources +I-GHG-cC4F8 emissions (Gg) Public electricity and heat production +I-GHG-cC4F8 emissions (Gg) Other Energy Industries +I-GHG-cC4F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-cC4F8 emissions (Gg) Domestic aviation +I-GHG-cC4F8 emissions (Gg) Road transportation +I-GHG-cC4F8 emissions (Gg) Rail transportation +I-GHG-cC4F8 emissions (Gg) Inland navigation +I-GHG-cC4F8 emissions (Gg) Other transportation +I-GHG-cC4F8 emissions (Gg) Residential and other sectors +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-cC4F8 emissions (Gg) Memo: International aviation +I-GHG-cC4F8 emissions (Gg) Memo: International navigation +I-GHG-cC4F8 emissions (Gg) Production of minerals +I-GHG-cC4F8 emissions (Gg) Cement production +I-GHG-cC4F8 emissions (Gg) Lime production +I-GHG-cC4F8 emissions (Gg) Production of chemicals +I-GHG-cC4F8 emissions (Gg) Production of metals +I-GHG-cC4F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-cC4F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-cC4F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-cC4F8 emissions (Gg) Foam Blowing +I-GHG-cC4F8 emissions (Gg) Fire Extinguishers +I-GHG-cC4F8 emissions (Gg) Aerosols +I-GHG-cC4F8 emissions (Gg) F-gas as Solvent +I-GHG-cC4F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-cC4F8 emissions (Gg) Electrical Equipment +I-GHG-cC4F8 emissions (Gg) Other F-gas use +I-GHG-cC4F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: paint +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: other +I-GHG-cC4F8 emissions (Gg) Enteric fermentation +I-GHG-cC4F8 emissions (Gg) Manure management +I-GHG-cC4F8 emissions (Gg) Rice cultivation +I-GHG-cC4F8 emissions (Gg) Direct soil emissions +I-GHG-cC4F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-cC4F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-cC4F8 emissions (Gg) Other direct soil emissions +I-GHG-cC4F8 emissions (Gg) Savanna burning +I-GHG-cC4F8 emissions (Gg) Agricultural waste burning +I-GHG-cC4F8 emissions (Gg) Forest fires +I-GHG-cC4F8 emissions (Gg) Grassland fires +I-GHG-cC4F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-cC4F8 emissions (Gg) Other vegetation fires +I-GHG-cC4F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-cC4F8 emissions (Gg) Solid waste disposal on land +I-GHG-cC4F8 emissions (Gg) Wastewater handling +I-GHG-cC4F8 emissions (Gg) Waste incineration +I-GHG-cC4F8 emissions (Gg) Other waste handling +I-GHG-cC4F8 emissions (Gg) Fossil fuel fires +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-cC4F8 emissions (Gg) Other sources +I-GHG-SF6 emissions (Gg) Public electricity and heat production +I-GHG-SF6 emissions (Gg) Other Energy Industries +I-GHG-SF6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-SF6 emissions (Gg) Domestic aviation +I-GHG-SF6 emissions (Gg) Road transportation +I-GHG-SF6 emissions (Gg) Rail transportation +I-GHG-SF6 emissions (Gg) Inland navigation +I-GHG-SF6 emissions (Gg) Other transportation +I-GHG-SF6 emissions (Gg) Residential and other sectors +I-GHG-SF6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-SF6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-SF6 emissions (Gg) Memo: International aviation +I-GHG-SF6 emissions (Gg) Memo: International navigation +I-GHG-SF6 emissions (Gg) Production of minerals +I-GHG-SF6 emissions (Gg) Cement production +I-GHG-SF6 emissions (Gg) Lime production +I-GHG-SF6 emissions (Gg) Production of chemicals +I-GHG-SF6 emissions (Gg) Production of metals +I-GHG-SF6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-SF6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-SF6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-SF6 emissions (Gg) Foam Blowing +I-GHG-SF6 emissions (Gg) Fire Extinguishers +I-GHG-SF6 emissions (Gg) Aerosols +I-GHG-SF6 emissions (Gg) F-gas as Solvent +I-GHG-SF6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-SF6 emissions (Gg) Electrical Equipment +I-GHG-SF6 emissions (Gg) Other F-gas use +I-GHG-SF6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-SF6 emissions (Gg) Solvent and other product use: paint +I-GHG-SF6 emissions (Gg) Solvent and other product use: degrease +I-GHG-SF6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-SF6 emissions (Gg) Solvent and other product use: other +I-GHG-SF6 emissions (Gg) Enteric fermentation +I-GHG-SF6 emissions (Gg) Manure management +I-GHG-SF6 emissions (Gg) Rice cultivation +I-GHG-SF6 emissions (Gg) Direct soil emissions +I-GHG-SF6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-SF6 emissions (Gg) Indirect N2O from agriculture +I-GHG-SF6 emissions (Gg) Other direct soil emissions +I-GHG-SF6 emissions (Gg) Savanna burning +I-GHG-SF6 emissions (Gg) Agricultural waste burning +I-GHG-SF6 emissions (Gg) Forest fires +I-GHG-SF6 emissions (Gg) Grassland fires +I-GHG-SF6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-SF6 emissions (Gg) Other vegetation fires +I-GHG-SF6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-SF6 emissions (Gg) Solid waste disposal on land +I-GHG-SF6 emissions (Gg) Wastewater handling +I-GHG-SF6 emissions (Gg) Waste incineration +I-GHG-SF6 emissions (Gg) Other waste handling +I-GHG-SF6 emissions (Gg) Fossil fuel fires +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-SF6 emissions (Gg) Other sources +I-GHG-NF3 emissions (Gg) Public electricity and heat production +I-GHG-NF3 emissions (Gg) Other Energy Industries +I-GHG-NF3 emissions (Gg) Manufacturing Industries and Construction +I-GHG-NF3 emissions (Gg) Domestic aviation +I-GHG-NF3 emissions (Gg) Road transportation +I-GHG-NF3 emissions (Gg) Rail transportation +I-GHG-NF3 emissions (Gg) Inland navigation +I-GHG-NF3 emissions (Gg) Other transportation +I-GHG-NF3 emissions (Gg) Residential and other sectors +I-GHG-NF3 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-NF3 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-NF3 emissions (Gg) Memo: International aviation +I-GHG-NF3 emissions (Gg) Memo: International navigation +I-GHG-NF3 emissions (Gg) Production of minerals +I-GHG-NF3 emissions (Gg) Cement production +I-GHG-NF3 emissions (Gg) Lime production +I-GHG-NF3 emissions (Gg) Production of chemicals +I-GHG-NF3 emissions (Gg) Production of metals +I-GHG-NF3 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-NF3 emissions (Gg) Production of halocarbons and SF6 +I-GHG-NF3 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-NF3 emissions (Gg) Foam Blowing +I-GHG-NF3 emissions (Gg) Fire Extinguishers +I-GHG-NF3 emissions (Gg) Aerosols +I-GHG-NF3 emissions (Gg) F-gas as Solvent +I-GHG-NF3 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-NF3 emissions (Gg) Electrical Equipment +I-GHG-NF3 emissions (Gg) Other F-gas use +I-GHG-NF3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-NF3 emissions (Gg) Solvent and other product use: paint +I-GHG-NF3 emissions (Gg) Solvent and other product use: degrease +I-GHG-NF3 emissions (Gg) Solvent and other product use: chemicals +I-GHG-NF3 emissions (Gg) Solvent and other product use: other +I-GHG-NF3 emissions (Gg) Enteric fermentation +I-GHG-NF3 emissions (Gg) Manure management +I-GHG-NF3 emissions (Gg) Rice cultivation +I-GHG-NF3 emissions (Gg) Direct soil emissions +I-GHG-NF3 emissions (Gg) Manure in pasture/range/paddock +I-GHG-NF3 emissions (Gg) Indirect N2O from agriculture +I-GHG-NF3 emissions (Gg) Other direct soil emissions +I-GHG-NF3 emissions (Gg) Savanna burning +I-GHG-NF3 emissions (Gg) Agricultural waste burning +I-GHG-NF3 emissions (Gg) Forest fires +I-GHG-NF3 emissions (Gg) Grassland fires +I-GHG-NF3 emissions (Gg) Decay of wetlands/peatlands +I-GHG-NF3 emissions (Gg) Other vegetation fires +I-GHG-NF3 emissions (Gg) Forest Fires-Post burn decay +I-GHG-NF3 emissions (Gg) Solid waste disposal on land +I-GHG-NF3 emissions (Gg) Wastewater handling +I-GHG-NF3 emissions (Gg) Waste incineration +I-GHG-NF3 emissions (Gg) Other waste handling +I-GHG-NF3 emissions (Gg) Fossil fuel fires +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-NF3 emissions (Gg) Other sources +I-HANPP emissions (Gg) Harvested primary crops +I-HANPP emissions (Gg) Harvested crop residues +I-HANPP emissions (Gg) Grazed biomass +I-HANPP emissions (Gg) Wood removals (fao) +I-AIR-CO emissions (Gg) Public electricity and heat production +I-AIR-CO emissions (Gg) Other Energy Industries +I-AIR-CO emissions (Gg) Manufacturing Industries and Construction +I-AIR-CO emissions (Gg) Domestic aviation +I-AIR-CO emissions (Gg) Road transportation +I-AIR-CO emissions (Gg) Rail transportation +I-AIR-CO emissions (Gg) Inland navigation +I-AIR-CO emissions (Gg) Other transportation +I-AIR-CO emissions (Gg) Residential and other sectors +I-AIR-CO emissions (Gg) Fugitive emissions from solid fuels +I-AIR-CO emissions (Gg) Fugitive emissions from oil and gas +I-AIR-CO emissions (Gg) Memo: International aviation +I-AIR-CO emissions (Gg) Memo: International navigation +I-AIR-CO emissions (Gg) Production of minerals +I-AIR-CO emissions (Gg) Cement production +I-AIR-CO emissions (Gg) Lime production +I-AIR-CO emissions (Gg) Production of chemicals +I-AIR-CO emissions (Gg) Production of metals +I-AIR-CO emissions (Gg) Production of pulp/paper/food/drink +I-AIR-CO emissions (Gg) Production of halocarbons and SF6 +I-AIR-CO emissions (Gg) Refrigeration and Air Conditioning +I-AIR-CO emissions (Gg) Foam Blowing +I-AIR-CO emissions (Gg) Fire Extinguishers +I-AIR-CO emissions (Gg) Aerosols +I-AIR-CO emissions (Gg) F-gas as Solvent +I-AIR-CO emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-CO emissions (Gg) Electrical Equipment +I-AIR-CO emissions (Gg) Other F-gas use +I-AIR-CO emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-CO emissions (Gg) Solvent and other product use: paint +I-AIR-CO emissions (Gg) Solvent and other product use: degrease +I-AIR-CO emissions (Gg) Solvent and other product use: chemicals +I-AIR-CO emissions (Gg) Solvent and other product use: other +I-AIR-CO emissions (Gg) Enteric fermentation +I-AIR-CO emissions (Gg) Manure management +I-AIR-CO emissions (Gg) Rice cultivation +I-AIR-CO emissions (Gg) Direct soil emissions +I-AIR-CO emissions (Gg) Manure in pasture/range/paddock +I-AIR-CO emissions (Gg) Indirect N2O from agriculture +I-AIR-CO emissions (Gg) Other direct soil emissions +I-AIR-CO emissions (Gg) Savanna burning +I-AIR-CO emissions (Gg) Agricultural waste burning +I-AIR-CO emissions (Gg) Forest fires +I-AIR-CO emissions (Gg) Grassland fires +I-AIR-CO emissions (Gg) Decay of wetlands/peatlands +I-AIR-CO emissions (Gg) Other vegetation fires +I-AIR-CO emissions (Gg) Forest Fires-Post burn decay +I-AIR-CO emissions (Gg) Solid waste disposal on land +I-AIR-CO emissions (Gg) Wastewater handling +I-AIR-CO emissions (Gg) Waste incineration +I-AIR-CO emissions (Gg) Other waste handling +I-AIR-CO emissions (Gg) Fossil fuel fires +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-CO emissions (Gg) Other sources +I-AIR-NOx emissions (Gg) Public electricity and heat production +I-AIR-NOx emissions (Gg) Other Energy Industries +I-AIR-NOx emissions (Gg) Manufacturing Industries and Construction +I-AIR-NOx emissions (Gg) Domestic aviation +I-AIR-NOx emissions (Gg) Road transportation +I-AIR-NOx emissions (Gg) Rail transportation +I-AIR-NOx emissions (Gg) Inland navigation +I-AIR-NOx emissions (Gg) Other transportation +I-AIR-NOx emissions (Gg) Residential and other sectors +I-AIR-NOx emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NOx emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NOx emissions (Gg) Memo: International aviation +I-AIR-NOx emissions (Gg) Memo: International navigation +I-AIR-NOx emissions (Gg) Production of minerals +I-AIR-NOx emissions (Gg) Cement production +I-AIR-NOx emissions (Gg) Lime production +I-AIR-NOx emissions (Gg) Production of chemicals +I-AIR-NOx emissions (Gg) Production of metals +I-AIR-NOx emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NOx emissions (Gg) Production of halocarbons and SF6 +I-AIR-NOx emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NOx emissions (Gg) Foam Blowing +I-AIR-NOx emissions (Gg) Fire Extinguishers +I-AIR-NOx emissions (Gg) Aerosols +I-AIR-NOx emissions (Gg) F-gas as Solvent +I-AIR-NOx emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NOx emissions (Gg) Electrical Equipment +I-AIR-NOx emissions (Gg) Other F-gas use +I-AIR-NOx emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NOx emissions (Gg) Solvent and other product use: paint +I-AIR-NOx emissions (Gg) Solvent and other product use: degrease +I-AIR-NOx emissions (Gg) Solvent and other product use: chemicals +I-AIR-NOx emissions (Gg) Solvent and other product use: other +I-AIR-NOx emissions (Gg) Enteric fermentation +I-AIR-NOx emissions (Gg) Manure management +I-AIR-NOx emissions (Gg) Rice cultivation +I-AIR-NOx emissions (Gg) Direct soil emissions +I-AIR-NOx emissions (Gg) Manure in pasture/range/paddock +I-AIR-NOx emissions (Gg) Indirect N2O from agriculture +I-AIR-NOx emissions (Gg) Other direct soil emissions +I-AIR-NOx emissions (Gg) Savanna burning +I-AIR-NOx emissions (Gg) Agricultural waste burning +I-AIR-NOx emissions (Gg) Forest fires +I-AIR-NOx emissions (Gg) Grassland fires +I-AIR-NOx emissions (Gg) Decay of wetlands/peatlands +I-AIR-NOx emissions (Gg) Other vegetation fires +I-AIR-NOx emissions (Gg) Forest Fires-Post burn decay +I-AIR-NOx emissions (Gg) Solid waste disposal on land +I-AIR-NOx emissions (Gg) Wastewater handling +I-AIR-NOx emissions (Gg) Waste incineration +I-AIR-NOx emissions (Gg) Other waste handling +I-AIR-NOx emissions (Gg) Fossil fuel fires +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NOx emissions (Gg) Other sources +I-AIR-NMVOC emissions (Gg) Public electricity and heat production +I-AIR-NMVOC emissions (Gg) Other Energy Industries +I-AIR-NMVOC emissions (Gg) Manufacturing Industries and Construction +I-AIR-NMVOC emissions (Gg) Domestic aviation +I-AIR-NMVOC emissions (Gg) Road transportation +I-AIR-NMVOC emissions (Gg) Rail transportation +I-AIR-NMVOC emissions (Gg) Inland navigation +I-AIR-NMVOC emissions (Gg) Other transportation +I-AIR-NMVOC emissions (Gg) Residential and other sectors +I-AIR-NMVOC emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NMVOC emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NMVOC emissions (Gg) Memo: International aviation +I-AIR-NMVOC emissions (Gg) Memo: International navigation +I-AIR-NMVOC emissions (Gg) Production of minerals +I-AIR-NMVOC emissions (Gg) Cement production +I-AIR-NMVOC emissions (Gg) Lime production +I-AIR-NMVOC emissions (Gg) Production of chemicals +I-AIR-NMVOC emissions (Gg) Production of metals +I-AIR-NMVOC emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NMVOC emissions (Gg) Production of halocarbons and SF6 +I-AIR-NMVOC emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NMVOC emissions (Gg) Foam Blowing +I-AIR-NMVOC emissions (Gg) Fire Extinguishers +I-AIR-NMVOC emissions (Gg) Aerosols +I-AIR-NMVOC emissions (Gg) F-gas as Solvent +I-AIR-NMVOC emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NMVOC emissions (Gg) Electrical Equipment +I-AIR-NMVOC emissions (Gg) Other F-gas use +I-AIR-NMVOC emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NMVOC emissions (Gg) Solvent and other product use: paint +I-AIR-NMVOC emissions (Gg) Solvent and other product use: degrease +I-AIR-NMVOC emissions (Gg) Solvent and other product use: chemicals +I-AIR-NMVOC emissions (Gg) Solvent and other product use: other +I-AIR-NMVOC emissions (Gg) Enteric fermentation +I-AIR-NMVOC emissions (Gg) Manure management +I-AIR-NMVOC emissions (Gg) Rice cultivation +I-AIR-NMVOC emissions (Gg) Direct soil emissions +I-AIR-NMVOC emissions (Gg) Manure in pasture/range/paddock +I-AIR-NMVOC emissions (Gg) Indirect N2O from agriculture +I-AIR-NMVOC emissions (Gg) Other direct soil emissions +I-AIR-NMVOC emissions (Gg) Savanna burning +I-AIR-NMVOC emissions (Gg) Agricultural waste burning +I-AIR-NMVOC emissions (Gg) Forest fires +I-AIR-NMVOC emissions (Gg) Grassland fires +I-AIR-NMVOC emissions (Gg) Decay of wetlands/peatlands +I-AIR-NMVOC emissions (Gg) Other vegetation fires +I-AIR-NMVOC emissions (Gg) Forest Fires-Post burn decay +I-AIR-NMVOC emissions (Gg) Solid waste disposal on land +I-AIR-NMVOC emissions (Gg) Wastewater handling +I-AIR-NMVOC emissions (Gg) Waste incineration +I-AIR-NMVOC emissions (Gg) Other waste handling +I-AIR-NMVOC emissions (Gg) Fossil fuel fires +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NMVOC emissions (Gg) Other sources +I-AIR-NH3 emissions (Gg) Public electricity and heat production +I-AIR-NH3 emissions (Gg) Other Energy Industries +I-AIR-NH3 emissions (Gg) Manufacturing Industries and Construction +I-AIR-NH3 emissions (Gg) Domestic aviation +I-AIR-NH3 emissions (Gg) Road transportation +I-AIR-NH3 emissions (Gg) Rail transportation +I-AIR-NH3 emissions (Gg) Inland navigation +I-AIR-NH3 emissions (Gg) Other transportation +I-AIR-NH3 emissions (Gg) Residential and other sectors +I-AIR-NH3 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NH3 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NH3 emissions (Gg) Memo: International aviation +I-AIR-NH3 emissions (Gg) Memo: International navigation +I-AIR-NH3 emissions (Gg) Production of minerals +I-AIR-NH3 emissions (Gg) Cement production +I-AIR-NH3 emissions (Gg) Lime production +I-AIR-NH3 emissions (Gg) Production of chemicals +I-AIR-NH3 emissions (Gg) Production of metals +I-AIR-NH3 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NH3 emissions (Gg) Production of halocarbons and SF6 +I-AIR-NH3 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NH3 emissions (Gg) Foam Blowing +I-AIR-NH3 emissions (Gg) Fire Extinguishers +I-AIR-NH3 emissions (Gg) Aerosols +I-AIR-NH3 emissions (Gg) F-gas as Solvent +I-AIR-NH3 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NH3 emissions (Gg) Electrical Equipment +I-AIR-NH3 emissions (Gg) Other F-gas use +I-AIR-NH3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NH3 emissions (Gg) Solvent and other product use: paint +I-AIR-NH3 emissions (Gg) Solvent and other product use: degrease +I-AIR-NH3 emissions (Gg) Solvent and other product use: chemicals +I-AIR-NH3 emissions (Gg) Solvent and other product use: other +I-AIR-NH3 emissions (Gg) Enteric fermentation +I-AIR-NH3 emissions (Gg) Manure management +I-AIR-NH3 emissions (Gg) Rice cultivation +I-AIR-NH3 emissions (Gg) Direct soil emissions +I-AIR-NH3 emissions (Gg) Manure in pasture/range/paddock +I-AIR-NH3 emissions (Gg) Indirect N2O from agriculture +I-AIR-NH3 emissions (Gg) Other direct soil emissions +I-AIR-NH3 emissions (Gg) Savanna burning +I-AIR-NH3 emissions (Gg) Agricultural waste burning +I-AIR-NH3 emissions (Gg) Forest fires +I-AIR-NH3 emissions (Gg) Grassland fires +I-AIR-NH3 emissions (Gg) Decay of wetlands/peatlands +I-AIR-NH3 emissions (Gg) Other vegetation fires +I-AIR-NH3 emissions (Gg) Forest Fires-Post burn decay +I-AIR-NH3 emissions (Gg) Solid waste disposal on land +I-AIR-NH3 emissions (Gg) Wastewater handling +I-AIR-NH3 emissions (Gg) Waste incineration +I-AIR-NH3 emissions (Gg) Other waste handling +I-AIR-NH3 emissions (Gg) Fossil fuel fires +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NH3 emissions (Gg) Other sources +I-AIR-SO2 emissions (Gg) Public electricity and heat production +I-AIR-SO2 emissions (Gg) Other Energy Industries +I-AIR-SO2 emissions (Gg) Manufacturing Industries and Construction +I-AIR-SO2 emissions (Gg) Domestic aviation +I-AIR-SO2 emissions (Gg) Road transportation +I-AIR-SO2 emissions (Gg) Rail transportation +I-AIR-SO2 emissions (Gg) Inland navigation +I-AIR-SO2 emissions (Gg) Other transportation +I-AIR-SO2 emissions (Gg) Residential and other sectors +I-AIR-SO2 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-SO2 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-SO2 emissions (Gg) Memo: International aviation +I-AIR-SO2 emissions (Gg) Memo: International navigation +I-AIR-SO2 emissions (Gg) Production of minerals +I-AIR-SO2 emissions (Gg) Cement production +I-AIR-SO2 emissions (Gg) Lime production +I-AIR-SO2 emissions (Gg) Production of chemicals +I-AIR-SO2 emissions (Gg) Production of metals +I-AIR-SO2 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-SO2 emissions (Gg) Production of halocarbons and SF6 +I-AIR-SO2 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-SO2 emissions (Gg) Foam Blowing +I-AIR-SO2 emissions (Gg) Fire Extinguishers +I-AIR-SO2 emissions (Gg) Aerosols +I-AIR-SO2 emissions (Gg) F-gas as Solvent +I-AIR-SO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-SO2 emissions (Gg) Electrical Equipment +I-AIR-SO2 emissions (Gg) Other F-gas use +I-AIR-SO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-SO2 emissions (Gg) Solvent and other product use: paint +I-AIR-SO2 emissions (Gg) Solvent and other product use: degrease +I-AIR-SO2 emissions (Gg) Solvent and other product use: chemicals +I-AIR-SO2 emissions (Gg) Solvent and other product use: other +I-AIR-SO2 emissions (Gg) Enteric fermentation +I-AIR-SO2 emissions (Gg) Manure management +I-AIR-SO2 emissions (Gg) Rice cultivation +I-AIR-SO2 emissions (Gg) Direct soil emissions +I-AIR-SO2 emissions (Gg) Manure in pasture/range/paddock +I-AIR-SO2 emissions (Gg) Indirect N2O from agriculture +I-AIR-SO2 emissions (Gg) Other direct soil emissions +I-AIR-SO2 emissions (Gg) Savanna burning +I-AIR-SO2 emissions (Gg) Agricultural waste burning +I-AIR-SO2 emissions (Gg) Forest fires +I-AIR-SO2 emissions (Gg) Grassland fires +I-AIR-SO2 emissions (Gg) Decay of wetlands/peatlands +I-AIR-SO2 emissions (Gg) Other vegetation fires +I-AIR-SO2 emissions (Gg) Forest Fires-Post burn decay +I-AIR-SO2 emissions (Gg) Solid waste disposal on land +I-AIR-SO2 emissions (Gg) Wastewater handling +I-AIR-SO2 emissions (Gg) Waste incineration +I-AIR-SO2 emissions (Gg) Other waste handling +I-AIR-SO2 emissions (Gg) Fossil fuel fires +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-SO2 emissions (Gg) Other sources +I-AIR-PM10 emissions (Gg) Public electricity and heat production +I-AIR-PM10 emissions (Gg) Other Energy Industries +I-AIR-PM10 emissions (Gg) Manufacturing Industries and Construction +I-AIR-PM10 emissions (Gg) Domestic aviation +I-AIR-PM10 emissions (Gg) Road transportation +I-AIR-PM10 emissions (Gg) Rail transportation +I-AIR-PM10 emissions (Gg) Inland navigation +I-AIR-PM10 emissions (Gg) Other transportation +I-AIR-PM10 emissions (Gg) Residential and other sectors +I-AIR-PM10 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-PM10 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-PM10 emissions (Gg) Memo: International aviation +I-AIR-PM10 emissions (Gg) Memo: International navigation +I-AIR-PM10 emissions (Gg) Production of minerals +I-AIR-PM10 emissions (Gg) Cement production +I-AIR-PM10 emissions (Gg) Lime production +I-AIR-PM10 emissions (Gg) Production of chemicals +I-AIR-PM10 emissions (Gg) Production of metals +I-AIR-PM10 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-PM10 emissions (Gg) Production of halocarbons and SF6 +I-AIR-PM10 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-PM10 emissions (Gg) Foam Blowing +I-AIR-PM10 emissions (Gg) Fire Extinguishers +I-AIR-PM10 emissions (Gg) Aerosols +I-AIR-PM10 emissions (Gg) F-gas as Solvent +I-AIR-PM10 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-PM10 emissions (Gg) Electrical Equipment +I-AIR-PM10 emissions (Gg) Other F-gas use +I-AIR-PM10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-PM10 emissions (Gg) Solvent and other product use: paint +I-AIR-PM10 emissions (Gg) Solvent and other product use: degrease +I-AIR-PM10 emissions (Gg) Solvent and other product use: chemicals +I-AIR-PM10 emissions (Gg) Solvent and other product use: other +I-AIR-PM10 emissions (Gg) Enteric fermentation +I-AIR-PM10 emissions (Gg) Manure management +I-AIR-PM10 emissions (Gg) Rice cultivation +I-AIR-PM10 emissions (Gg) Direct soil emissions +I-AIR-PM10 emissions (Gg) Manure in pasture/range/paddock +I-AIR-PM10 emissions (Gg) Indirect N2O from agriculture +I-AIR-PM10 emissions (Gg) Other direct soil emissions +I-AIR-PM10 emissions (Gg) Savanna burning +I-AIR-PM10 emissions (Gg) Agricultural waste burning +I-AIR-PM10 emissions (Gg) Forest fires +I-AIR-PM10 emissions (Gg) Grassland fires +I-AIR-PM10 emissions (Gg) Decay of wetlands/peatlands +I-AIR-PM10 emissions (Gg) Other vegetation fires +I-AIR-PM10 emissions (Gg) Forest Fires-Post burn decay +I-AIR-PM10 emissions (Gg) Solid waste disposal on land +I-AIR-PM10 emissions (Gg) Wastewater handling +I-AIR-PM10 emissions (Gg) Waste incineration +I-AIR-PM10 emissions (Gg) Other waste handling +I-AIR-PM10 emissions (Gg) Fossil fuel fires +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-PM10 emissions (Gg) Other sources +I-AIR-HCFC141b emissions (Gg) Public electricity and heat production +I-AIR-HCFC141b emissions (Gg) Other Energy Industries +I-AIR-HCFC141b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC141b emissions (Gg) Domestic aviation +I-AIR-HCFC141b emissions (Gg) Road transportation +I-AIR-HCFC141b emissions (Gg) Rail transportation +I-AIR-HCFC141b emissions (Gg) Inland navigation +I-AIR-HCFC141b emissions (Gg) Other transportation +I-AIR-HCFC141b emissions (Gg) Residential and other sectors +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC141b emissions (Gg) Memo: International aviation +I-AIR-HCFC141b emissions (Gg) Memo: International navigation +I-AIR-HCFC141b emissions (Gg) Production of minerals +I-AIR-HCFC141b emissions (Gg) Cement production +I-AIR-HCFC141b emissions (Gg) Lime production +I-AIR-HCFC141b emissions (Gg) Production of chemicals +I-AIR-HCFC141b emissions (Gg) Production of metals +I-AIR-HCFC141b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC141b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC141b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC141b emissions (Gg) Foam Blowing +I-AIR-HCFC141b emissions (Gg) Fire Extinguishers +I-AIR-HCFC141b emissions (Gg) Aerosols +I-AIR-HCFC141b emissions (Gg) F-gas as Solvent +I-AIR-HCFC141b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC141b emissions (Gg) Electrical Equipment +I-AIR-HCFC141b emissions (Gg) Other F-gas use +I-AIR-HCFC141b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC141b emissions (Gg) Enteric fermentation +I-AIR-HCFC141b emissions (Gg) Manure management +I-AIR-HCFC141b emissions (Gg) Rice cultivation +I-AIR-HCFC141b emissions (Gg) Direct soil emissions +I-AIR-HCFC141b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC141b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC141b emissions (Gg) Other direct soil emissions +I-AIR-HCFC141b emissions (Gg) Savanna burning +I-AIR-HCFC141b emissions (Gg) Agricultural waste burning +I-AIR-HCFC141b emissions (Gg) Forest fires +I-AIR-HCFC141b emissions (Gg) Grassland fires +I-AIR-HCFC141b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC141b emissions (Gg) Other vegetation fires +I-AIR-HCFC141b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC141b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC141b emissions (Gg) Wastewater handling +I-AIR-HCFC141b emissions (Gg) Waste incineration +I-AIR-HCFC141b emissions (Gg) Other waste handling +I-AIR-HCFC141b emissions (Gg) Fossil fuel fires +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC141b emissions (Gg) Other sources +I-AIR-HCFC142b emissions (Gg) Public electricity and heat production +I-AIR-HCFC142b emissions (Gg) Other Energy Industries +I-AIR-HCFC142b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC142b emissions (Gg) Domestic aviation +I-AIR-HCFC142b emissions (Gg) Road transportation +I-AIR-HCFC142b emissions (Gg) Rail transportation +I-AIR-HCFC142b emissions (Gg) Inland navigation +I-AIR-HCFC142b emissions (Gg) Other transportation +I-AIR-HCFC142b emissions (Gg) Residential and other sectors +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC142b emissions (Gg) Memo: International aviation +I-AIR-HCFC142b emissions (Gg) Memo: International navigation +I-AIR-HCFC142b emissions (Gg) Production of minerals +I-AIR-HCFC142b emissions (Gg) Cement production +I-AIR-HCFC142b emissions (Gg) Lime production +I-AIR-HCFC142b emissions (Gg) Production of chemicals +I-AIR-HCFC142b emissions (Gg) Production of metals +I-AIR-HCFC142b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC142b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC142b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC142b emissions (Gg) Foam Blowing +I-AIR-HCFC142b emissions (Gg) Fire Extinguishers +I-AIR-HCFC142b emissions (Gg) Aerosols +I-AIR-HCFC142b emissions (Gg) F-gas as Solvent +I-AIR-HCFC142b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC142b emissions (Gg) Electrical Equipment +I-AIR-HCFC142b emissions (Gg) Other F-gas use +I-AIR-HCFC142b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC142b emissions (Gg) Enteric fermentation +I-AIR-HCFC142b emissions (Gg) Manure management +I-AIR-HCFC142b emissions (Gg) Rice cultivation +I-AIR-HCFC142b emissions (Gg) Direct soil emissions +I-AIR-HCFC142b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC142b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC142b emissions (Gg) Other direct soil emissions +I-AIR-HCFC142b emissions (Gg) Savanna burning +I-AIR-HCFC142b emissions (Gg) Agricultural waste burning +I-AIR-HCFC142b emissions (Gg) Forest fires +I-AIR-HCFC142b emissions (Gg) Grassland fires +I-AIR-HCFC142b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC142b emissions (Gg) Other vegetation fires +I-AIR-HCFC142b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC142b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC142b emissions (Gg) Wastewater handling +I-AIR-HCFC142b emissions (Gg) Waste incineration +I-AIR-HCFC142b emissions (Gg) Other waste handling +I-AIR-HCFC142b emissions (Gg) Fossil fuel fires +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC142b emissions (Gg) Other sources +EFBUILT emissions (Gg) Total +EFCROPLAND emissions (Gg) Total +EFFISH emissions (Gg) Total +EFFOREST emissions (Gg) Total +EFGRAZING emissions (Gg) Total +WF emissions (Gg) -Deprecated Crop Water Use -Deprecated +WF emissions (Gg) -Deprecated Blue Water -Deprecated +WF emissions (Gg) -Deprecated Green Water -Deprecated +WF emissions (Gg) -Deprecated Grey Water -Deprecated +WF emissions (Gg) -Deprecated Total -Deprecated +Employment emissions (Gg) Male +Employment emissions (Gg) Female +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), including Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, including Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, including Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, including Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, including Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, including Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, including Biomass Burning Total +DEPRECATED Total emissions of CO2-e (Gg) Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF and biomass burning Total +DEPRECATED Total emissions of CO2 (Gg), excluding LULUCF Total +Value added, Total (000 USD) Total +Value added, from wages (000 USD) Total +Value added, from taxes (000 USD) Total +Value added, from subsidies (000 USD) Total +Value added from NOS (000 USD) Total +Value added from NMI (000 USD) Total +Value added from depreciation (000 USD) Total + DEPRECATED - Total energy use (TJ) Total +Dummy stressor, all 1s Total +Raw material inputs, itemized (t) A.999 - TOTAL +Raw material inputs, itemized (t) A.1.1.1 - Cereals +Raw material inputs, itemized (t) A.1.1.10 - Other crops +Raw material inputs, itemized (t) A.1.1.2 - Roots and tubers +Raw material inputs, itemized (t) A.1.1.3 - Sugar crops +Raw material inputs, itemized (t) A.1.1.4 - Pulses +Raw material inputs, itemized (t) A.1.1.5 - Nuts +Raw material inputs, itemized (t) A.1.1.6 - Oil bearing crops +Raw material inputs, itemized (t) A.1.1.7 - Vegetables +Raw material inputs, itemized (t) A.1.1.8 - Fruits +Raw material inputs, itemized (t) A.1.1.9 - Fibres +Raw material inputs, itemized (t) A.1.2.1 - Crop residues (used) +Raw material inputs, itemized (t) A.1.2.2.2 - Grazed biomass +Raw material inputs, itemized (t) A.1.3.1 - Timber (Industrial roundwood) +Raw material inputs, itemized (t) A.1.3.2 - Wood fuel and other extraction +Raw material inputs, itemized (t) A.2.1 - Iron Ores +Raw material inputs, itemized (t) A.2.2.1 - Copper ores - gross ore +Raw material inputs, itemized (t) A.2.2.2 - Nickel ores - gross ore +Raw material inputs, itemized (t) A.2.2.3 - Lead ores - gross ore +Raw material inputs, itemized (t) A.2.2.4 - Zinc ores - gross ore +Raw material inputs, itemized (t) A.2.2.5 - Tin ores - gross ore +Raw material inputs, itemized (t) A.2.2.6 - \Gold +Raw material inputs, itemized (t) A.2.2.7 - Bauxite and other aluminium ores - gross ore +Raw material inputs, itemized (t) A.2.2.8 - Uranium and thorium ores - gross ore +Raw material inputs, itemized (t) A.2.2.9 - Other metal ores - gross ore +Raw material inputs, itemized (t) A.3.1.1 - Ornamental or building stone +Raw material inputs, itemized (t) A.3.1.2 - Chalk and dolomite +Raw material inputs, itemized (t) A.3.1.4 - Chemical and fertilizer minerals +Raw material inputs, itemized (t) A.3.1.5 - Salt +Raw material inputs, itemized (t) A.3.1.6 - Other mining and quarrying products n.e.c +Raw material inputs, itemized (t) A.3.2 - Non-Metallic minerals - primarily construction +Raw material inputs, itemized (t) A.4.1.1 - Brown coal +Raw material inputs, itemized (t) A.4.1.2 - Hard coal +Raw material inputs, itemized (t) A.4.1.4 - Peat +Raw material inputs, itemized (t) A.4.2.1 - Crude oil and natural gas liquids +Raw material inputs, itemized (t) A.4.2.2 - Natural gas +Raw material inputs, total biomass (t) Total +Raw material inputs, total ores (t) Total +Raw material inputs, total construction material (t) Total +Raw material inputs, total fossil fuel (t) Total +Crop production, production by crop (t) abaca +Crop production, production by crop (t) agave +Crop production, production by crop (t) alfalfa +Crop production, production by crop (t) almond +Crop production, production by crop (t) aniseetc +Crop production, production by crop (t) apple +Crop production, production by crop (t) apricot +Crop production, production by crop (t) areca +Crop production, production by crop (t) artichoke +Crop production, production by crop (t) asparagus +Crop production, production by crop (t) avocado +Crop production, production by crop (t) bambara +Crop production, production by crop (t) banana +Crop production, production by crop (t) barley +Crop production, production by crop (t) bean +Crop production, production by crop (t) beetfor +Crop production, production by crop (t) berrynes +Crop production, production by crop (t) blueberry +Crop production, production by crop (t) brazil +Crop production, production by crop (t) broadbean +Crop production, production by crop (t) buckwheat +Crop production, production by crop (t) cabbage +Crop production, production by crop (t) cabbagefor +Crop production, production by crop (t) canaryseed +Crop production, production by crop (t) carob +Crop production, production by crop (t) carrot +Crop production, production by crop (t) carrotfor +Crop production, production by crop (t) cashew +Crop production, production by crop (t) cashewapple +Crop production, production by crop (t) cassava +Crop production, production by crop (t) castor +Crop production, production by crop (t) cauliflower +Crop production, production by crop (t) cerealnes +Crop production, production by crop (t) cherry +Crop production, production by crop (t) chestnut +Crop production, production by crop (t) chickpea +Crop production, production by crop (t) chicory +Crop production, production by crop (t) chilleetc +Crop production, production by crop (t) cinnamon +Crop production, production by crop (t) citrusnes +Crop production, production by crop (t) clove +Crop production, production by crop (t) clover +Crop production, production by crop (t) cocoa +Crop production, production by crop (t) coconut +Crop production, production by crop (t) coffee +Crop production, production by crop (t) cotton +Crop production, production by crop (t) cowpea +Crop production, production by crop (t) cranberry +Crop production, production by crop (t) cucumberetc +Crop production, production by crop (t) currant +Crop production, production by crop (t) date +Crop production, production by crop (t) eggplant +Crop production, production by crop (t) fibrenes +Crop production, production by crop (t) fig +Crop production, production by crop (t) flax +Crop production, production by crop (t) fonio +Crop production, production by crop (t) fornes +Crop production, production by crop (t) fruitnes +Crop production, production by crop (t) garlic +Crop production, production by crop (t) ginger +Crop production, production by crop (t) gooseberry +Crop production, production by crop (t) grape +Crop production, production by crop (t) grapefruitetc +Crop production, production by crop (t) grassnes +Crop production, production by crop (t) greenbean +Crop production, production by crop (t) greenbroadbean +Crop production, production by crop (t) greencorn +Crop production, production by crop (t) greenonion +Crop production, production by crop (t) greenpea +Crop production, production by crop (t) groundnut +Crop production, production by crop (t) hazelnut +Crop production, production by crop (t) hemp +Crop production, production by crop (t) hempseed +Crop production, production by crop (t) hop +Crop production, production by crop (t) jute +Crop production, production by crop (t) jutelikefiber +Crop production, production by crop (t) kapokfiber +Crop production, production by crop (t) kapokseed +Crop production, production by crop (t) karite +Crop production, production by crop (t) kiwi +Crop production, production by crop (t) kolanut +Crop production, production by crop (t) legumenes +Crop production, production by crop (t) lemonlime +Crop production, production by crop (t) lentil +Crop production, production by crop (t) lettuce +Crop production, production by crop (t) linseed +Crop production, production by crop (t) lupin +Crop production, production by crop (t) maize +Crop production, production by crop (t) maizefor +Crop production, production by crop (t) mango +Crop production, production by crop (t) mate +Crop production, production by crop (t) melonetc +Crop production, production by crop (t) melonseed +Crop production, production by crop (t) millet +Crop production, production by crop (t) mixedgrain +Crop production, production by crop (t) mixedgrass +Crop production, production by crop (t) mushroom +Crop production, production by crop (t) mustard +Crop production, production by crop (t) nutmeg +Crop production, production by crop (t) nutnes +Crop production, production by crop (t) oats +Crop production, production by crop (t) oilpalm +Crop production, production by crop (t) oilseedfor +Crop production, production by crop (t) oilseednes +Crop production, production by crop (t) okra +Crop production, production by crop (t) olive +Crop production, production by crop (t) onion +Crop production, production by crop (t) orange +Crop production, production by crop (t) papaya +Crop production, production by crop (t) pea +Crop production, production by crop (t) peachetc +Crop production, production by crop (t) pear +Crop production, production by crop (t) pepper +Crop production, production by crop (t) peppermint +Crop production, production by crop (t) persimmon +Crop production, production by crop (t) pigeonpea +Crop production, production by crop (t) pimento +Crop production, production by crop (t) pineapple +Crop production, production by crop (t) pistachio +Crop production, production by crop (t) plantain +Crop production, production by crop (t) plum +Crop production, production by crop (t) poppy +Crop production, production by crop (t) potato +Crop production, production by crop (t) pulsenes +Crop production, production by crop (t) pumpkinetc +Crop production, production by crop (t) pyrethrum +Crop production, production by crop (t) quince +Crop production, production by crop (t) quinoa +Crop production, production by crop (t) ramie +Crop production, production by crop (t) rapeseed +Crop production, production by crop (t) rasberry +Crop production, production by crop (t) rice +Crop production, production by crop (t) rootnes +Crop production, production by crop (t) rubber +Crop production, production by crop (t) rye +Crop production, production by crop (t) ryefor +Crop production, production by crop (t) safflower +Crop production, production by crop (t) sesame +Crop production, production by crop (t) sisal +Crop production, production by crop (t) sorghum +Crop production, production by crop (t) sorghumfor +Crop production, production by crop (t) sourcherry +Crop production, production by crop (t) soybean +Crop production, production by crop (t) spicenes +Crop production, production by crop (t) spinach +Crop production, production by crop (t) stonefruitnes +Crop production, production by crop (t) strawberry +Crop production, production by crop (t) stringbean +Crop production, production by crop (t) sugarbeet +Crop production, production by crop (t) sugarcane +Crop production, production by crop (t) sugarnes +Crop production, production by crop (t) sunflower +Crop production, production by crop (t) swedefor +Crop production, production by crop (t) sweetpotato +Crop production, production by crop (t) tangetc +Crop production, production by crop (t) taro +Crop production, production by crop (t) tea +Crop production, production by crop (t) tobacco +Crop production, production by crop (t) tomato +Crop production, production by crop (t) triticale +Crop production, production by crop (t) tropicalnes +Crop production, production by crop (t) tung +Crop production, production by crop (t) turnipfor +Crop production, production by crop (t) vanilla +Crop production, production by crop (t) vegetablenes +Crop production, production by crop (t) vegfor +Crop production, production by crop (t) vetch +Crop production, production by crop (t) walnut +Crop production, production by crop (t) watermelon +Crop production, production by crop (t) wheat +Crop production, production by crop (t) yam +Crop production, production by crop (t) yautia +Crop production, area per crop (ha) abaca +Crop production, area per crop (ha) agave +Crop production, area per crop (ha) alfalfa +Crop production, area per crop (ha) almond +Crop production, area per crop (ha) aniseetc +Crop production, area per crop (ha) apple +Crop production, area per crop (ha) apricot +Crop production, area per crop (ha) areca +Crop production, area per crop (ha) artichoke +Crop production, area per crop (ha) asparagus +Crop production, area per crop (ha) avocado +Crop production, area per crop (ha) bambara +Crop production, area per crop (ha) banana +Crop production, area per crop (ha) barley +Crop production, area per crop (ha) bean +Crop production, area per crop (ha) beetfor +Crop production, area per crop (ha) berrynes +Crop production, area per crop (ha) blueberry +Crop production, area per crop (ha) brazil +Crop production, area per crop (ha) broadbean +Crop production, area per crop (ha) buckwheat +Crop production, area per crop (ha) cabbage +Crop production, area per crop (ha) cabbagefor +Crop production, area per crop (ha) canaryseed +Crop production, area per crop (ha) carob +Crop production, area per crop (ha) carrot +Crop production, area per crop (ha) carrotfor +Crop production, area per crop (ha) cashew +Crop production, area per crop (ha) cashewapple +Crop production, area per crop (ha) cassava +Crop production, area per crop (ha) castor +Crop production, area per crop (ha) cauliflower +Crop production, area per crop (ha) cerealnes +Crop production, area per crop (ha) cherry +Crop production, area per crop (ha) chestnut +Crop production, area per crop (ha) chickpea +Crop production, area per crop (ha) chicory +Crop production, area per crop (ha) chilleetc +Crop production, area per crop (ha) cinnamon +Crop production, area per crop (ha) citrusnes +Crop production, area per crop (ha) clove +Crop production, area per crop (ha) clover +Crop production, area per crop (ha) cocoa +Crop production, area per crop (ha) coconut +Crop production, area per crop (ha) coffee +Crop production, area per crop (ha) cotton +Crop production, area per crop (ha) cowpea +Crop production, area per crop (ha) cranberry +Crop production, area per crop (ha) cucumberetc +Crop production, area per crop (ha) currant +Crop production, area per crop (ha) date +Crop production, area per crop (ha) eggplant +Crop production, area per crop (ha) fibrenes +Crop production, area per crop (ha) fig +Crop production, area per crop (ha) flax +Crop production, area per crop (ha) fonio +Crop production, area per crop (ha) fornes +Crop production, area per crop (ha) fruitnes +Crop production, area per crop (ha) garlic +Crop production, area per crop (ha) ginger +Crop production, area per crop (ha) gooseberry +Crop production, area per crop (ha) grape +Crop production, area per crop (ha) grapefruitetc +Crop production, area per crop (ha) grassnes +Crop production, area per crop (ha) greenbean +Crop production, area per crop (ha) greenbroadbean +Crop production, area per crop (ha) greencorn +Crop production, area per crop (ha) greenonion +Crop production, area per crop (ha) greenpea +Crop production, area per crop (ha) groundnut +Crop production, area per crop (ha) hazelnut +Crop production, area per crop (ha) hemp +Crop production, area per crop (ha) hempseed +Crop production, area per crop (ha) hop +Crop production, area per crop (ha) jute +Crop production, area per crop (ha) jutelikefiber +Crop production, area per crop (ha) kapokfiber +Crop production, area per crop (ha) kapokseed +Crop production, area per crop (ha) karite +Crop production, area per crop (ha) kiwi +Crop production, area per crop (ha) kolanut +Crop production, area per crop (ha) legumenes +Crop production, area per crop (ha) lemonlime +Crop production, area per crop (ha) lentil +Crop production, area per crop (ha) lettuce +Crop production, area per crop (ha) linseed +Crop production, area per crop (ha) lupin +Crop production, area per crop (ha) maize +Crop production, area per crop (ha) maizefor +Crop production, area per crop (ha) mango +Crop production, area per crop (ha) mate +Crop production, area per crop (ha) melonetc +Crop production, area per crop (ha) melonseed +Crop production, area per crop (ha) millet +Crop production, area per crop (ha) mixedgrain +Crop production, area per crop (ha) mixedgrass +Crop production, area per crop (ha) mushroom +Crop production, area per crop (ha) mustard +Crop production, area per crop (ha) nutmeg +Crop production, area per crop (ha) nutnes +Crop production, area per crop (ha) oats +Crop production, area per crop (ha) oilpalm +Crop production, area per crop (ha) oilseedfor +Crop production, area per crop (ha) oilseednes +Crop production, area per crop (ha) okra +Crop production, area per crop (ha) olive +Crop production, area per crop (ha) onion +Crop production, area per crop (ha) orange +Crop production, area per crop (ha) papaya +Crop production, area per crop (ha) pea +Crop production, area per crop (ha) peachetc +Crop production, area per crop (ha) pear +Crop production, area per crop (ha) pepper +Crop production, area per crop (ha) peppermint +Crop production, area per crop (ha) persimmon +Crop production, area per crop (ha) pigeonpea +Crop production, area per crop (ha) pimento +Crop production, area per crop (ha) pineapple +Crop production, area per crop (ha) pistachio +Crop production, area per crop (ha) plantain +Crop production, area per crop (ha) plum +Crop production, area per crop (ha) poppy +Crop production, area per crop (ha) potato +Crop production, area per crop (ha) pulsenes +Crop production, area per crop (ha) pumpkinetc +Crop production, area per crop (ha) pyrethrum +Crop production, area per crop (ha) quince +Crop production, area per crop (ha) quinoa +Crop production, area per crop (ha) ramie +Crop production, area per crop (ha) rapeseed +Crop production, area per crop (ha) rasberry +Crop production, area per crop (ha) rice +Crop production, area per crop (ha) rootnes +Crop production, area per crop (ha) rubber +Crop production, area per crop (ha) rye +Crop production, area per crop (ha) ryefor +Crop production, area per crop (ha) safflower +Crop production, area per crop (ha) sesame +Crop production, area per crop (ha) sisal +Crop production, area per crop (ha) sorghum +Crop production, area per crop (ha) sorghumfor +Crop production, area per crop (ha) sourcherry +Crop production, area per crop (ha) soybean +Crop production, area per crop (ha) spicenes +Crop production, area per crop (ha) spinach +Crop production, area per crop (ha) stonefruitnes +Crop production, area per crop (ha) strawberry +Crop production, area per crop (ha) stringbean +Crop production, area per crop (ha) sugarbeet +Crop production, area per crop (ha) sugarcane +Crop production, area per crop (ha) sugarnes +Crop production, area per crop (ha) sunflower +Crop production, area per crop (ha) swedefor +Crop production, area per crop (ha) sweetpotato +Crop production, area per crop (ha) tangetc +Crop production, area per crop (ha) taro +Crop production, area per crop (ha) tea +Crop production, area per crop (ha) tobacco +Crop production, area per crop (ha) tomato +Crop production, area per crop (ha) triticale +Crop production, area per crop (ha) tropicalnes +Crop production, area per crop (ha) tung +Crop production, area per crop (ha) turnipfor +Crop production, area per crop (ha) vanilla +Crop production, area per crop (ha) vegetablenes +Crop production, area per crop (ha) vegfor +Crop production, area per crop (ha) vetch +Crop production, area per crop (ha) walnut +Crop production, area per crop (ha) watermelon +Crop production, area per crop (ha) wheat +Crop production, area per crop (ha) yam +Crop production, area per crop (ha) yautia +Crop production, average yield per crop (hg/ha) abaca +Crop production, average yield per crop (hg/ha) agave +Crop production, average yield per crop (hg/ha) alfalfa +Crop production, average yield per crop (hg/ha) almond +Crop production, average yield per crop (hg/ha) aniseetc +Crop production, average yield per crop (hg/ha) apple +Crop production, average yield per crop (hg/ha) apricot +Crop production, average yield per crop (hg/ha) areca +Crop production, average yield per crop (hg/ha) artichoke +Crop production, average yield per crop (hg/ha) asparagus +Crop production, average yield per crop (hg/ha) avocado +Crop production, average yield per crop (hg/ha) bambara +Crop production, average yield per crop (hg/ha) banana +Crop production, average yield per crop (hg/ha) barley +Crop production, average yield per crop (hg/ha) bean +Crop production, average yield per crop (hg/ha) beetfor +Crop production, average yield per crop (hg/ha) berrynes +Crop production, average yield per crop (hg/ha) blueberry +Crop production, average yield per crop (hg/ha) brazil +Crop production, average yield per crop (hg/ha) broadbean +Crop production, average yield per crop (hg/ha) buckwheat +Crop production, average yield per crop (hg/ha) cabbage +Crop production, average yield per crop (hg/ha) cabbagefor +Crop production, average yield per crop (hg/ha) canaryseed +Crop production, average yield per crop (hg/ha) carob +Crop production, average yield per crop (hg/ha) carrot +Crop production, average yield per crop (hg/ha) carrotfor +Crop production, average yield per crop (hg/ha) cashew +Crop production, average yield per crop (hg/ha) cashewapple +Crop production, average yield per crop (hg/ha) cassava +Crop production, average yield per crop (hg/ha) castor +Crop production, average yield per crop (hg/ha) cauliflower +Crop production, average yield per crop (hg/ha) cerealnes +Crop production, average yield per crop (hg/ha) cherry +Crop production, average yield per crop (hg/ha) chestnut +Crop production, average yield per crop (hg/ha) chickpea +Crop production, average yield per crop (hg/ha) chicory +Crop production, average yield per crop (hg/ha) chilleetc +Crop production, average yield per crop (hg/ha) cinnamon +Crop production, average yield per crop (hg/ha) citrusnes +Crop production, average yield per crop (hg/ha) clove +Crop production, average yield per crop (hg/ha) clover +Crop production, average yield per crop (hg/ha) cocoa +Crop production, average yield per crop (hg/ha) coconut +Crop production, average yield per crop (hg/ha) coffee +Crop production, average yield per crop (hg/ha) cotton +Crop production, average yield per crop (hg/ha) cowpea +Crop production, average yield per crop (hg/ha) cranberry +Crop production, average yield per crop (hg/ha) cucumberetc +Crop production, average yield per crop (hg/ha) currant +Crop production, average yield per crop (hg/ha) date +Crop production, average yield per crop (hg/ha) eggplant +Crop production, average yield per crop (hg/ha) fibrenes +Crop production, average yield per crop (hg/ha) fig +Crop production, average yield per crop (hg/ha) flax +Crop production, average yield per crop (hg/ha) fonio +Crop production, average yield per crop (hg/ha) fornes +Crop production, average yield per crop (hg/ha) fruitnes +Crop production, average yield per crop (hg/ha) garlic +Crop production, average yield per crop (hg/ha) ginger +Crop production, average yield per crop (hg/ha) gooseberry +Crop production, average yield per crop (hg/ha) grape +Crop production, average yield per crop (hg/ha) grapefruitetc +Crop production, average yield per crop (hg/ha) grassnes +Crop production, average yield per crop (hg/ha) greenbean +Crop production, average yield per crop (hg/ha) greenbroadbean +Crop production, average yield per crop (hg/ha) greencorn +Crop production, average yield per crop (hg/ha) greenonion +Crop production, average yield per crop (hg/ha) greenpea +Crop production, average yield per crop (hg/ha) groundnut +Crop production, average yield per crop (hg/ha) hazelnut +Crop production, average yield per crop (hg/ha) hemp +Crop production, average yield per crop (hg/ha) hempseed +Crop production, average yield per crop (hg/ha) hop +Crop production, average yield per crop (hg/ha) jute +Crop production, average yield per crop (hg/ha) jutelikefiber +Crop production, average yield per crop (hg/ha) kapokfiber +Crop production, average yield per crop (hg/ha) kapokseed +Crop production, average yield per crop (hg/ha) karite +Crop production, average yield per crop (hg/ha) kiwi +Crop production, average yield per crop (hg/ha) kolanut +Crop production, average yield per crop (hg/ha) legumenes +Crop production, average yield per crop (hg/ha) lemonlime +Crop production, average yield per crop (hg/ha) lentil +Crop production, average yield per crop (hg/ha) lettuce +Crop production, average yield per crop (hg/ha) linseed +Crop production, average yield per crop (hg/ha) lupin +Crop production, average yield per crop (hg/ha) maize +Crop production, average yield per crop (hg/ha) maizefor +Crop production, average yield per crop (hg/ha) mango +Crop production, average yield per crop (hg/ha) mate +Crop production, average yield per crop (hg/ha) melonetc +Crop production, average yield per crop (hg/ha) melonseed +Crop production, average yield per crop (hg/ha) millet +Crop production, average yield per crop (hg/ha) mixedgrain +Crop production, average yield per crop (hg/ha) mixedgrass +Crop production, average yield per crop (hg/ha) mushroom +Crop production, average yield per crop (hg/ha) mustard +Crop production, average yield per crop (hg/ha) nutmeg +Crop production, average yield per crop (hg/ha) nutnes +Crop production, average yield per crop (hg/ha) oats +Crop production, average yield per crop (hg/ha) oilpalm +Crop production, average yield per crop (hg/ha) oilseedfor +Crop production, average yield per crop (hg/ha) oilseednes +Crop production, average yield per crop (hg/ha) okra +Crop production, average yield per crop (hg/ha) olive +Crop production, average yield per crop (hg/ha) onion +Crop production, average yield per crop (hg/ha) orange +Crop production, average yield per crop (hg/ha) papaya +Crop production, average yield per crop (hg/ha) pea +Crop production, average yield per crop (hg/ha) peachetc +Crop production, average yield per crop (hg/ha) pear +Crop production, average yield per crop (hg/ha) pepper +Crop production, average yield per crop (hg/ha) peppermint +Crop production, average yield per crop (hg/ha) persimmon +Crop production, average yield per crop (hg/ha) pigeonpea +Crop production, average yield per crop (hg/ha) pimento +Crop production, average yield per crop (hg/ha) pineapple +Crop production, average yield per crop (hg/ha) pistachio +Crop production, average yield per crop (hg/ha) plantain +Crop production, average yield per crop (hg/ha) plum +Crop production, average yield per crop (hg/ha) poppy +Crop production, average yield per crop (hg/ha) potato +Crop production, average yield per crop (hg/ha) pulsenes +Crop production, average yield per crop (hg/ha) pumpkinetc +Crop production, average yield per crop (hg/ha) pyrethrum +Crop production, average yield per crop (hg/ha) quince +Crop production, average yield per crop (hg/ha) quinoa +Crop production, average yield per crop (hg/ha) ramie +Crop production, average yield per crop (hg/ha) rapeseed +Crop production, average yield per crop (hg/ha) rasberry +Crop production, average yield per crop (hg/ha) rice +Crop production, average yield per crop (hg/ha) rootnes +Crop production, average yield per crop (hg/ha) rubber +Crop production, average yield per crop (hg/ha) rye +Crop production, average yield per crop (hg/ha) ryefor +Crop production, average yield per crop (hg/ha) safflower +Crop production, average yield per crop (hg/ha) sesame +Crop production, average yield per crop (hg/ha) sisal +Crop production, average yield per crop (hg/ha) sorghum +Crop production, average yield per crop (hg/ha) sorghumfor +Crop production, average yield per crop (hg/ha) sourcherry +Crop production, average yield per crop (hg/ha) soybean +Crop production, average yield per crop (hg/ha) spicenes +Crop production, average yield per crop (hg/ha) spinach +Crop production, average yield per crop (hg/ha) stonefruitnes +Crop production, average yield per crop (hg/ha) strawberry +Crop production, average yield per crop (hg/ha) stringbean +Crop production, average yield per crop (hg/ha) sugarbeet +Crop production, average yield per crop (hg/ha) sugarcane +Crop production, average yield per crop (hg/ha) sugarnes +Crop production, average yield per crop (hg/ha) sunflower +Crop production, average yield per crop (hg/ha) swedefor +Crop production, average yield per crop (hg/ha) sweetpotato +Crop production, average yield per crop (hg/ha) tangetc +Crop production, average yield per crop (hg/ha) taro +Crop production, average yield per crop (hg/ha) tea +Crop production, average yield per crop (hg/ha) tobacco +Crop production, average yield per crop (hg/ha) tomato +Crop production, average yield per crop (hg/ha) triticale +Crop production, average yield per crop (hg/ha) tropicalnes +Crop production, average yield per crop (hg/ha) tung +Crop production, average yield per crop (hg/ha) turnipfor +Crop production, average yield per crop (hg/ha) vanilla +Crop production, average yield per crop (hg/ha) vegetablenes +Crop production, average yield per crop (hg/ha) vegfor +Crop production, average yield per crop (hg/ha) vetch +Crop production, average yield per crop (hg/ha) walnut +Crop production, average yield per crop (hg/ha) watermelon +Crop production, average yield per crop (hg/ha) wheat +Crop production, average yield per crop (hg/ha) yam +Crop production, average yield per crop (hg/ha) yautia +Total cropland area (ha) Total +Total pasture area, per animal (ha) Horses +Total pasture area, per animal (ha) Cows +Total pasture area, per animal (ha) Pigs +Total pasture area, per animal (ha) Sheep +Total pasture area, per animal (ha) Goats +Total pasture area, per animal (ha) Poultry +NFertilizer emissions (kg) Total +PFertilizer emissions (kg) Total +NManure emissions (kg) Total +PManure emissions (kg) Total +N emissions from fertilizer and manure (kg) Total +P emissions from fertilizer and manure (kg) Total +Crop and pasture land, from FAO (1000 ha) Agricultural land +Crop and pasture land, from FAO (1000 ha) Agriculture +Crop and pasture land, from FAO (1000 ha) Agriculture area actually irrigated +Crop and pasture land, from FAO (1000 ha) Agriculture area certified organic +Crop and pasture land, from FAO (1000 ha) Agriculture area under organic agric. +Crop and pasture land, from FAO (1000 ha) Arable land +Crop and pasture land, from FAO (1000 ha) Coastal waters +Crop and pasture land, from FAO (1000 ha) Coastal waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Coastal waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Country area +Crop and pasture land, from FAO (1000 ha) Cropland +Crop and pasture land, from FAO (1000 ha) Cropland area actually irrigated +Crop and pasture land, from FAO (1000 ha) Cropland area certified organic +Crop and pasture land, from FAO (1000 ha) Cropland area under conservation tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under conventional tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under organic agric. +Crop and pasture land, from FAO (1000 ha) Cropland area under zero or no tillage +Crop and pasture land, from FAO (1000 ha) EEZ used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) EEZ used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Exclusive Economic Zone (EEZ) +Crop and pasture land, from FAO (1000 ha) Farm buildings & farmyards +Crop and pasture land, from FAO (1000 ha) Forest land +Crop and pasture land, from FAO (1000 ha) Forestry area actually irrigated +Crop and pasture land, from FAO (1000 ha) Inland waters +Crop and pasture land, from FAO (1000 ha) Inland waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Inland waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Land area +Crop and pasture land, from FAO (1000 ha) Land area actually irrigated +Crop and pasture land, from FAO (1000 ha) Land area equipped for irrigation +Crop and pasture land, from FAO (1000 ha) Land under perm. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under permanent crops +Crop and pasture land, from FAO (1000 ha) Land under protective cover +Crop and pasture land, from FAO (1000 ha) Land under temp. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under temporary crops +Crop and pasture land, from FAO (1000 ha) Land used for aquaculture +Crop and pasture land, from FAO (1000 ha) Land with temporary fallow +Crop and pasture land, from FAO (1000 ha) Naturally regenerating forest +Crop and pasture land, from FAO (1000 ha) Other land +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Cultivated +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Nat. growing +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area actually irrig. +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area certified organic +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area under organic agric. +Crop and pasture land, from FAO (1000 ha) Planted Forest +Crop and pasture land, from FAO (1000 ha) Primary Forest +Nitrogen emissions, itemzed (Gg) N2O (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) Total NFP (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NH3 (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NOx (Gg N) -All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) N exportable to water bodies (Gg N) - Ag and hhld waste water +DEPRECATED Water use by crops, total (m3) Total +DEPRECATED Water use, blue water (m3) Total +DEPRECATED Water use, green water (m3) Total +DEPRECATED Water use, grey water (m3) Total +DEPRECATED Water use, total (m3) Total +DEPRECATED Scarcity-weighted water use, for crops (m3) Total +DEPRECATED Scarcity-weighted water use, blue water (m3) Total +DEPRECATED Scarcity-weighted water use, green water (m3) Total +DEPRECATED Scarcity-weighted water use, grey water (m3) Total +DEPRECATED Scarcity-weighted water use, total (m3) Total +WFN: Water footprint of crop production* (Mm3/yr) - Green Total +WFN: Water footprint of crop production* (Mm3/yr) - Blue Total +WFN: Water footprint of crop production* (Mm3/yr) - Grey Total +WFN: Water footprint of grazing** (Mm3/yr) - Green Total +WFN: Water footprint of grazing** (Mm3/yr) - Blue Total +WFN: Water footprint of grazing** (Mm3/yr) - Grey Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Green Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Blue Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Grey Total +WFN: Water footprint of industrial production (Mm3/yr) - Green Total +WFN: Water footprint of industrial production (Mm3/yr) - Blue Total +WFN: Water footprint of industrial production (Mm3/yr) - Grey Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Green Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Blue Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Grey Total +WFN: Total water footprint (Mm3/yr) - Green Total +WFN: Total water footprint (Mm3/yr) - Blue Total +WFN: Total water footprint (Mm3/yr) - Grey Total +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|TOTALexcludingLULUCF|Gg +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg) using PRIMAPv2.1 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.1 Total +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.3|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.C|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.D|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.G|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.H|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|3.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|4|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|5|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|TOTALexcludingLULUCF|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG.ELV|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.C|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.D|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.G|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.H|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.C|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.D|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.G|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.H|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|3.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|4|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|5|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|TOTALexcludingLULUCF|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG.ELV|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|2|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|TOTALexcludingLULUCF|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|2|SF6 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|TOTALexcludingLULUCF|SF6 * gigagram / a +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg, AR4GWP100) using PRIMAPv2.4 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.4 Total +CO2 emissions (Gg) CDIACGgCO2FFuelCement from CDIAC Total +CO2 emissions (Gg) CDIACGgCO2Bunkers from CDIAC Total +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Buildings|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other industrial combustion|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other sectors|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Power Industry|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Transport|GgFossilCO2 +Total CO2 emissions (Gg) from EDGAR Total +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international aviation bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Coal +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Gas +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Oil +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international marine bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using purchasing power parities +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using exchange rates +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Population +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (Mtoe) +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (PJ) diff --git a/in/eora_io_data_2018/labels_T.txt b/in/eora_io_data_2018/labels_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84f00463d0ae6e4eb529e65aeb227d844c6391 --- /dev/null +++ b/in/eora_io_data_2018/labels_T.txt @@ -0,0 +1,4915 @@ +AFG AFG Industries Agriculture +AFG AFG Industries Fishing +AFG AFG Industries Mining and Quarrying +AFG AFG Industries Food & Beverages +AFG AFG Industries Textiles and Wearing Apparel +AFG AFG Industries Wood and Paper +AFG AFG Industries Petroleum, Chemical and Non-Metallic Mineral Products +AFG AFG Industries Metal Products +AFG AFG Industries Electrical and Machinery +AFG AFG Industries Transport Equipment +AFG AFG Industries Other Manufacturing +AFG AFG Industries Recycling +AFG AFG Industries Electricity, Gas and Water +AFG AFG Industries Construction +AFG AFG Industries Maintenance and Repair +AFG AFG Industries Wholesale Trade +AFG AFG Industries Retail Trade +AFG AFG Industries Hotels and Restraurants +AFG AFG Industries Transport +AFG AFG Industries Post and Telecommunications +AFG AFG Industries Finacial Intermediation and Business Activities +AFG AFG Industries Public Administration +AFG AFG Industries Education, Health and Other Services +AFG AFG Industries Private Households +AFG AFG Industries Others +AFG AFG Industries Re-export & Re-import +ALB ALB Industries Agriculture +ALB ALB Industries Fishing +ALB ALB Industries Mining and Quarrying +ALB ALB Industries Food & Beverages +ALB ALB Industries Textiles and Wearing Apparel +ALB ALB Industries Wood and Paper +ALB ALB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ALB ALB Industries Metal Products +ALB ALB Industries Electrical and Machinery +ALB ALB Industries Transport Equipment +ALB ALB Industries Other Manufacturing +ALB ALB Industries Recycling +ALB ALB Industries Electricity, Gas and Water +ALB ALB Industries Construction +ALB ALB Industries Maintenance and Repair +ALB ALB Industries Wholesale Trade +ALB ALB Industries Retail Trade +ALB ALB Industries Hotels and Restraurants +ALB ALB Industries Transport +ALB ALB Industries Post and Telecommunications +ALB ALB Industries Finacial Intermediation and Business Activities +ALB ALB Industries Public Administration +ALB ALB Industries Education, Health and Other Services +ALB ALB Industries Private Households +ALB ALB Industries Others +ALB ALB Industries Re-export & Re-import +DZA DZA Industries Agriculture +DZA DZA Industries Fishing +DZA DZA Industries Mining and Quarrying +DZA DZA Industries Food & Beverages +DZA DZA Industries Textiles and Wearing Apparel +DZA DZA Industries Wood and Paper +DZA DZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +DZA DZA Industries Metal Products +DZA DZA Industries Electrical and Machinery +DZA DZA Industries Transport Equipment +DZA DZA Industries Other Manufacturing +DZA DZA Industries Recycling +DZA DZA Industries Electricity, Gas and Water +DZA DZA Industries Construction +DZA DZA Industries Maintenance and Repair +DZA DZA Industries Wholesale Trade +DZA DZA Industries Retail Trade +DZA DZA Industries Hotels and Restraurants +DZA DZA Industries Transport +DZA DZA Industries Post and Telecommunications +DZA DZA Industries Finacial Intermediation and Business Activities +DZA DZA Industries Public Administration +DZA DZA Industries Education, Health and Other Services +DZA DZA Industries Private Households +DZA DZA Industries Others +DZA DZA Industries Re-export & Re-import +AND AND Industries Agriculture +AND AND Industries Fishing +AND AND Industries Mining and Quarrying +AND AND Industries Food & Beverages +AND AND Industries Textiles and Wearing Apparel +AND AND Industries Wood and Paper +AND AND Industries Petroleum, Chemical and Non-Metallic Mineral Products +AND AND Industries Metal Products +AND AND Industries Electrical and Machinery +AND AND Industries Transport Equipment +AND AND Industries Other Manufacturing +AND AND Industries Recycling +AND AND Industries Electricity, Gas and Water +AND AND Industries Construction +AND AND Industries Maintenance and Repair +AND AND Industries Wholesale Trade +AND AND Industries Retail Trade +AND AND Industries Hotels and Restraurants +AND AND Industries Transport +AND AND Industries Post and Telecommunications +AND AND Industries Finacial Intermediation and Business Activities +AND AND Industries Public Administration +AND AND Industries Education, Health and Other Services +AND AND Industries Private Households +AND AND Industries Others +AND AND Industries Re-export & Re-import +AGO AGO Industries Agriculture +AGO AGO Industries Fishing +AGO AGO Industries Mining and Quarrying +AGO AGO Industries Food & Beverages +AGO AGO Industries Textiles and Wearing Apparel +AGO AGO Industries Wood and Paper +AGO AGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +AGO AGO Industries Metal Products +AGO AGO Industries Electrical and Machinery +AGO AGO Industries Transport Equipment +AGO AGO Industries Other Manufacturing +AGO AGO Industries Recycling +AGO AGO Industries Electricity, Gas and Water +AGO AGO Industries Construction +AGO AGO Industries Maintenance and Repair +AGO AGO Industries Wholesale Trade +AGO AGO Industries Retail Trade +AGO AGO Industries Hotels and Restraurants +AGO AGO Industries Transport +AGO AGO Industries Post and Telecommunications +AGO AGO Industries Finacial Intermediation and Business Activities +AGO AGO Industries Public Administration +AGO AGO Industries Education, Health and Other Services +AGO AGO Industries Private Households +AGO AGO Industries Others +AGO AGO Industries Re-export & Re-import +ATG ATG Industries Agriculture +ATG ATG Industries Fishing +ATG ATG Industries Mining and Quarrying +ATG ATG Industries Food & Beverages +ATG ATG Industries Textiles and Wearing Apparel +ATG ATG Industries Wood and Paper +ATG ATG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ATG ATG Industries Metal Products +ATG ATG Industries Electrical and Machinery +ATG ATG Industries Transport Equipment +ATG ATG Industries Other Manufacturing +ATG ATG Industries Recycling +ATG ATG Industries Electricity, Gas and Water +ATG ATG Industries Construction +ATG ATG Industries Maintenance and Repair +ATG ATG Industries Wholesale Trade +ATG ATG Industries Retail Trade +ATG ATG Industries Hotels and Restraurants +ATG ATG Industries Transport +ATG ATG Industries Post and Telecommunications +ATG ATG Industries Finacial Intermediation and Business Activities +ATG ATG Industries Public Administration +ATG ATG Industries Education, Health and Other Services +ATG ATG Industries Private Households +ATG ATG Industries Others +ATG ATG Industries Re-export & Re-import +ARG ARG Industries Agriculture +ARG ARG Industries Fishing +ARG ARG Industries Mining and Quarrying +ARG ARG Industries Food & Beverages +ARG ARG Industries Textiles and Wearing Apparel +ARG ARG Industries Wood and Paper +ARG ARG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARG ARG Industries Metal Products +ARG ARG Industries Electrical and Machinery +ARG ARG Industries Transport Equipment +ARG ARG Industries Other Manufacturing +ARG ARG Industries Recycling +ARG ARG Industries Electricity, Gas and Water +ARG ARG Industries Construction +ARG ARG Industries Maintenance and Repair +ARG ARG Industries Wholesale Trade +ARG ARG Industries Retail Trade +ARG ARG Industries Hotels and Restraurants +ARG ARG Industries Transport +ARG ARG Industries Post and Telecommunications +ARG ARG Industries Finacial Intermediation and Business Activities +ARG ARG Industries Public Administration +ARG ARG Industries Education, Health and Other Services +ARG ARG Industries Private Households +ARG ARG Industries Others +ARG ARG Industries Re-export & Re-import +ARM ARM Industries Agriculture +ARM ARM Industries Fishing +ARM ARM Industries Mining and Quarrying +ARM ARM Industries Food & Beverages +ARM ARM Industries Textiles and Wearing Apparel +ARM ARM Industries Wood and Paper +ARM ARM Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARM ARM Industries Metal Products +ARM ARM Industries Electrical and Machinery +ARM ARM Industries Transport Equipment +ARM ARM Industries Other Manufacturing +ARM ARM Industries Recycling +ARM ARM Industries Electricity, Gas and Water +ARM ARM Industries Construction +ARM ARM Industries Maintenance and Repair +ARM ARM Industries Wholesale Trade +ARM ARM Industries Retail Trade +ARM ARM Industries Hotels and Restraurants +ARM ARM Industries Transport +ARM ARM Industries Post and Telecommunications +ARM ARM Industries Finacial Intermediation and Business Activities +ARM ARM Industries Public Administration +ARM ARM Industries Education, Health and Other Services +ARM ARM Industries Private Households +ARM ARM Industries Others +ARM ARM Industries Re-export & Re-import +ABW ABW Industries Agriculture +ABW ABW Industries Fishing +ABW ABW Industries Mining and Quarrying +ABW ABW Industries Food & Beverages +ABW ABW Industries Textiles and Wearing Apparel +ABW ABW Industries Wood and Paper +ABW ABW Industries Petroleum, Chemical and Non-Metallic Mineral Products +ABW ABW Industries Metal Products +ABW ABW Industries Electrical and Machinery +ABW ABW Industries Transport Equipment +ABW ABW Industries Other Manufacturing +ABW ABW Industries Recycling +ABW ABW Industries Electricity, Gas and Water +ABW ABW Industries Construction +ABW ABW Industries Maintenance and Repair +ABW ABW Industries Wholesale Trade +ABW ABW Industries Retail Trade +ABW ABW Industries Hotels and Restraurants +ABW ABW Industries Transport +ABW ABW Industries Post and Telecommunications +ABW ABW Industries Finacial Intermediation and Business Activities +ABW ABW Industries Public Administration +ABW ABW Industries Education, Health and Other Services +ABW ABW Industries Private Households +ABW ABW Industries Others +ABW ABW Industries Re-export & Re-import +AUS AUS Industries Agriculture +AUS AUS Industries Fishing +AUS AUS Industries Mining and Quarrying +AUS AUS Industries Food & Beverages +AUS AUS Industries Textiles and Wearing Apparel +AUS AUS Industries Wood and Paper +AUS AUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUS AUS Industries Metal Products +AUS AUS Industries Electrical and Machinery +AUS AUS Industries Transport Equipment +AUS AUS Industries Other Manufacturing +AUS AUS Industries Recycling +AUS AUS Industries Electricity, Gas and Water +AUS AUS Industries Construction +AUS AUS Industries Maintenance and Repair +AUS AUS Industries Wholesale Trade +AUS AUS Industries Retail Trade +AUS AUS Industries Hotels and Restraurants +AUS AUS Industries Transport +AUS AUS Industries Post and Telecommunications +AUS AUS Industries Finacial Intermediation and Business Activities +AUS AUS Industries Public Administration +AUS AUS Industries Education, Health and Other Services +AUS AUS Industries Private Households +AUS AUS Industries Others +AUS AUS Industries Re-export & Re-import +AUT AUT Industries Agriculture +AUT AUT Industries Fishing +AUT AUT Industries Mining and Quarrying +AUT AUT Industries Food & Beverages +AUT AUT Industries Textiles and Wearing Apparel +AUT AUT Industries Wood and Paper +AUT AUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUT AUT Industries Metal Products +AUT AUT Industries Electrical and Machinery +AUT AUT Industries Transport Equipment +AUT AUT Industries Other Manufacturing +AUT AUT Industries Recycling +AUT AUT Industries Electricity, Gas and Water +AUT AUT Industries Construction +AUT AUT Industries Maintenance and Repair +AUT AUT Industries Wholesale Trade +AUT AUT Industries Retail Trade +AUT AUT Industries Hotels and Restraurants +AUT AUT Industries Transport +AUT AUT Industries Post and Telecommunications +AUT AUT Industries Finacial Intermediation and Business Activities +AUT AUT Industries Public Administration +AUT AUT Industries Education, Health and Other Services +AUT AUT Industries Private Households +AUT AUT Industries Others +AUT AUT Industries Re-export & Re-import +AZE AZE Industries Agriculture +AZE AZE Industries Fishing +AZE AZE Industries Mining and Quarrying +AZE AZE Industries Food & Beverages +AZE AZE Industries Textiles and Wearing Apparel +AZE AZE Industries Wood and Paper +AZE AZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +AZE AZE Industries Metal Products +AZE AZE Industries Electrical and Machinery +AZE AZE Industries Transport Equipment +AZE AZE Industries Other Manufacturing +AZE AZE Industries Recycling +AZE AZE Industries Electricity, Gas and Water +AZE AZE Industries Construction +AZE AZE Industries Maintenance and Repair +AZE AZE Industries Wholesale Trade +AZE AZE Industries Retail Trade +AZE AZE Industries Hotels and Restraurants +AZE AZE Industries Transport +AZE AZE Industries Post and Telecommunications +AZE AZE Industries Finacial Intermediation and Business Activities +AZE AZE Industries Public Administration +AZE AZE Industries Education, Health and Other Services +AZE AZE Industries Private Households +AZE AZE Industries Others +AZE AZE Industries Re-export & Re-import +BHS BHS Industries Agriculture +BHS BHS Industries Fishing +BHS BHS Industries Mining and Quarrying +BHS BHS Industries Food & Beverages +BHS BHS Industries Textiles and Wearing Apparel +BHS BHS Industries Wood and Paper +BHS BHS Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHS BHS Industries Metal Products +BHS BHS Industries Electrical and Machinery +BHS BHS Industries Transport Equipment +BHS BHS Industries Other Manufacturing +BHS BHS Industries Recycling +BHS BHS Industries Electricity, Gas and Water +BHS BHS Industries Construction +BHS BHS Industries Maintenance and Repair +BHS BHS Industries Wholesale Trade +BHS BHS Industries Retail Trade +BHS BHS Industries Hotels and Restraurants +BHS BHS Industries Transport +BHS BHS Industries Post and Telecommunications +BHS BHS Industries Finacial Intermediation and Business Activities +BHS BHS Industries Public Administration +BHS BHS Industries Education, Health and Other Services +BHS BHS Industries Private Households +BHS BHS Industries Others +BHS BHS Industries Re-export & Re-import +BHR BHR Industries Agriculture +BHR BHR Industries Fishing +BHR BHR Industries Mining and Quarrying +BHR BHR Industries Food & Beverages +BHR BHR Industries Textiles and Wearing Apparel +BHR BHR Industries Wood and Paper +BHR BHR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHR BHR Industries Metal Products +BHR BHR Industries Electrical and Machinery +BHR BHR Industries Transport Equipment +BHR BHR Industries Other Manufacturing +BHR BHR Industries Recycling +BHR BHR Industries Electricity, Gas and Water +BHR BHR Industries Construction +BHR BHR Industries Maintenance and Repair +BHR BHR Industries Wholesale Trade +BHR BHR Industries Retail Trade +BHR BHR Industries Hotels and Restraurants +BHR BHR Industries Transport +BHR BHR Industries Post and Telecommunications +BHR BHR Industries Finacial Intermediation and Business Activities +BHR BHR Industries Public Administration +BHR BHR Industries Education, Health and Other Services +BHR BHR Industries Private Households +BHR BHR Industries Others +BHR BHR Industries Re-export & Re-import +BGD BGD Industries Agriculture +BGD BGD Industries Fishing +BGD BGD Industries Mining and Quarrying +BGD BGD Industries Food & Beverages +BGD BGD Industries Textiles and Wearing Apparel +BGD BGD Industries Wood and Paper +BGD BGD Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGD BGD Industries Metal Products +BGD BGD Industries Electrical and Machinery +BGD BGD Industries Transport Equipment +BGD BGD Industries Other Manufacturing +BGD BGD Industries Recycling +BGD BGD Industries Electricity, Gas and Water +BGD BGD Industries Construction +BGD BGD Industries Maintenance and Repair +BGD BGD Industries Wholesale Trade +BGD BGD Industries Retail Trade +BGD BGD Industries Hotels and Restraurants +BGD BGD Industries Transport +BGD BGD Industries Post and Telecommunications +BGD BGD Industries Finacial Intermediation and Business Activities +BGD BGD Industries Public Administration +BGD BGD Industries Education, Health and Other Services +BGD BGD Industries Private Households +BGD BGD Industries Others +BGD BGD Industries Re-export & Re-import +BRB BRB Industries Agriculture +BRB BRB Industries Fishing +BRB BRB Industries Mining and Quarrying +BRB BRB Industries Food & Beverages +BRB BRB Industries Textiles and Wearing Apparel +BRB BRB Industries Wood and Paper +BRB BRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRB BRB Industries Metal Products +BRB BRB Industries Electrical and Machinery +BRB BRB Industries Transport Equipment +BRB BRB Industries Other Manufacturing +BRB BRB Industries Recycling +BRB BRB Industries Electricity, Gas and Water +BRB BRB Industries Construction +BRB BRB Industries Maintenance and Repair +BRB BRB Industries Wholesale Trade +BRB BRB Industries Retail Trade +BRB BRB Industries Hotels and Restraurants +BRB BRB Industries Transport +BRB BRB Industries Post and Telecommunications +BRB BRB Industries Finacial Intermediation and Business Activities +BRB BRB Industries Public Administration +BRB BRB Industries Education, Health and Other Services +BRB BRB Industries Private Households +BRB BRB Industries Others +BRB BRB Industries Re-export & Re-import +BLR BLR Industries Agriculture +BLR BLR Industries Fishing +BLR BLR Industries Mining and Quarrying +BLR BLR Industries Food & Beverages +BLR BLR Industries Textiles and Wearing Apparel +BLR BLR Industries Wood and Paper +BLR BLR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLR BLR Industries Metal Products +BLR BLR Industries Electrical and Machinery +BLR BLR Industries Transport Equipment +BLR BLR Industries Other Manufacturing +BLR BLR Industries Recycling +BLR BLR Industries Electricity, Gas and Water +BLR BLR Industries Construction +BLR BLR Industries Maintenance and Repair +BLR BLR Industries Wholesale Trade +BLR BLR Industries Retail Trade +BLR BLR Industries Hotels and Restraurants +BLR BLR Industries Transport +BLR BLR Industries Post and Telecommunications +BLR BLR Industries Finacial Intermediation and Business Activities +BLR BLR Industries Public Administration +BLR BLR Industries Education, Health and Other Services +BLR BLR Industries Private Households +BLR BLR Industries Others +BLR BLR Industries Re-export & Re-import +BEL BEL Industries Agriculture +BEL BEL Industries Fishing +BEL BEL Industries Mining and Quarrying +BEL BEL Industries Food & Beverages +BEL BEL Industries Textiles and Wearing Apparel +BEL BEL Industries Wood and Paper +BEL BEL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEL BEL Industries Metal Products +BEL BEL Industries Electrical and Machinery +BEL BEL Industries Transport Equipment +BEL BEL Industries Other Manufacturing +BEL BEL Industries Recycling +BEL BEL Industries Electricity, Gas and Water +BEL BEL Industries Construction +BEL BEL Industries Maintenance and Repair +BEL BEL Industries Wholesale Trade +BEL BEL Industries Retail Trade +BEL BEL Industries Hotels and Restraurants +BEL BEL Industries Transport +BEL BEL Industries Post and Telecommunications +BEL BEL Industries Finacial Intermediation and Business Activities +BEL BEL Industries Public Administration +BEL BEL Industries Education, Health and Other Services +BEL BEL Industries Private Households +BEL BEL Industries Others +BEL BEL Industries Re-export & Re-import +BLZ BLZ Industries Agriculture +BLZ BLZ Industries Fishing +BLZ BLZ Industries Mining and Quarrying +BLZ BLZ Industries Food & Beverages +BLZ BLZ Industries Textiles and Wearing Apparel +BLZ BLZ Industries Wood and Paper +BLZ BLZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLZ BLZ Industries Metal Products +BLZ BLZ Industries Electrical and Machinery +BLZ BLZ Industries Transport Equipment +BLZ BLZ Industries Other Manufacturing +BLZ BLZ Industries Recycling +BLZ BLZ Industries Electricity, Gas and Water +BLZ BLZ Industries Construction +BLZ BLZ Industries Maintenance and Repair +BLZ BLZ Industries Wholesale Trade +BLZ BLZ Industries Retail Trade +BLZ BLZ Industries Hotels and Restraurants +BLZ BLZ Industries Transport +BLZ BLZ Industries Post and Telecommunications +BLZ BLZ Industries Finacial Intermediation and Business Activities +BLZ BLZ Industries Public Administration +BLZ BLZ Industries Education, Health and Other Services +BLZ BLZ Industries Private Households +BLZ BLZ Industries Others +BLZ BLZ Industries Re-export & Re-import +BEN BEN Industries Agriculture +BEN BEN Industries Fishing +BEN BEN Industries Mining and Quarrying +BEN BEN Industries Food & Beverages +BEN BEN Industries Textiles and Wearing Apparel +BEN BEN Industries Wood and Paper +BEN BEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEN BEN Industries Metal Products +BEN BEN Industries Electrical and Machinery +BEN BEN Industries Transport Equipment +BEN BEN Industries Other Manufacturing +BEN BEN Industries Recycling +BEN BEN Industries Electricity, Gas and Water +BEN BEN Industries Construction +BEN BEN Industries Maintenance and Repair +BEN BEN Industries Wholesale Trade +BEN BEN Industries Retail Trade +BEN BEN Industries Hotels and Restraurants +BEN BEN Industries Transport +BEN BEN Industries Post and Telecommunications +BEN BEN Industries Finacial Intermediation and Business Activities +BEN BEN Industries Public Administration +BEN BEN Industries Education, Health and Other Services +BEN BEN Industries Private Households +BEN BEN Industries Others +BEN BEN Industries Re-export & Re-import +BMU BMU Industries Agriculture +BMU BMU Industries Fishing +BMU BMU Industries Mining and Quarrying +BMU BMU Industries Food & Beverages +BMU BMU Industries Textiles and Wearing Apparel +BMU BMU Industries Wood and Paper +BMU BMU Industries Petroleum, Chemical and Non-Metallic Mineral Products +BMU BMU Industries Metal Products +BMU BMU Industries Electrical and Machinery +BMU BMU Industries Transport Equipment +BMU BMU Industries Other Manufacturing +BMU BMU Industries Recycling +BMU BMU Industries Electricity, Gas and Water +BMU BMU Industries Construction +BMU BMU Industries Maintenance and Repair +BMU BMU Industries Wholesale Trade +BMU BMU Industries Retail Trade +BMU BMU Industries Hotels and Restraurants +BMU BMU Industries Transport +BMU BMU Industries Post and Telecommunications +BMU BMU Industries Finacial Intermediation and Business Activities +BMU BMU Industries Public Administration +BMU BMU Industries Education, Health and Other Services +BMU BMU Industries Private Households +BMU BMU Industries Others +BMU BMU Industries Re-export & Re-import +BTN BTN Industries Agriculture +BTN BTN Industries Fishing +BTN BTN Industries Mining and Quarrying +BTN BTN Industries Food & Beverages +BTN BTN Industries Textiles and Wearing Apparel +BTN BTN Industries Wood and Paper +BTN BTN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BTN BTN Industries Metal Products +BTN BTN Industries Electrical and Machinery +BTN BTN Industries Transport Equipment +BTN BTN Industries Other Manufacturing +BTN BTN Industries Recycling +BTN BTN Industries Electricity, Gas and Water +BTN BTN Industries Construction +BTN BTN Industries Maintenance and Repair +BTN BTN Industries Wholesale Trade +BTN BTN Industries Retail Trade +BTN BTN Industries Hotels and Restraurants +BTN BTN Industries Transport +BTN BTN Industries Post and Telecommunications +BTN BTN Industries Finacial Intermediation and Business Activities +BTN BTN Industries Public Administration +BTN BTN Industries Education, Health and Other Services +BTN BTN Industries Private Households +BTN BTN Industries Others +BTN BTN Industries Re-export & Re-import +BOL BOL Industries Agriculture +BOL BOL Industries Fishing +BOL BOL Industries Mining and Quarrying +BOL BOL Industries Food & Beverages +BOL BOL Industries Textiles and Wearing Apparel +BOL BOL Industries Wood and Paper +BOL BOL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BOL BOL Industries Metal Products +BOL BOL Industries Electrical and Machinery +BOL BOL Industries Transport Equipment +BOL BOL Industries Other Manufacturing +BOL BOL Industries Recycling +BOL BOL Industries Electricity, Gas and Water +BOL BOL Industries Construction +BOL BOL Industries Maintenance and Repair +BOL BOL Industries Wholesale Trade +BOL BOL Industries Retail Trade +BOL BOL Industries Hotels and Restraurants +BOL BOL Industries Transport +BOL BOL Industries Post and Telecommunications +BOL BOL Industries Finacial Intermediation and Business Activities +BOL BOL Industries Public Administration +BOL BOL Industries Education, Health and Other Services +BOL BOL Industries Private Households +BOL BOL Industries Others +BOL BOL Industries Re-export & Re-import +BIH BIH Industries Agriculture +BIH BIH Industries Fishing +BIH BIH Industries Mining and Quarrying +BIH BIH Industries Food & Beverages +BIH BIH Industries Textiles and Wearing Apparel +BIH BIH Industries Wood and Paper +BIH BIH Industries Petroleum, Chemical and Non-Metallic Mineral Products +BIH BIH Industries Metal Products +BIH BIH Industries Electrical and Machinery +BIH BIH Industries Transport Equipment +BIH BIH Industries Other Manufacturing +BIH BIH Industries Recycling +BIH BIH Industries Electricity, Gas and Water +BIH BIH Industries Construction +BIH BIH Industries Maintenance and Repair +BIH BIH Industries Wholesale Trade +BIH BIH Industries Retail Trade +BIH BIH Industries Hotels and Restraurants +BIH BIH Industries Transport +BIH BIH Industries Post and Telecommunications +BIH BIH Industries Finacial Intermediation and Business Activities +BIH BIH Industries Public Administration +BIH BIH Industries Education, Health and Other Services +BIH BIH Industries Private Households +BIH BIH Industries Others +BIH BIH Industries Re-export & Re-import +BWA BWA Industries Agriculture +BWA BWA Industries Fishing +BWA BWA Industries Mining and Quarrying +BWA BWA Industries Food & Beverages +BWA BWA Industries Textiles and Wearing Apparel +BWA BWA Industries Wood and Paper +BWA BWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BWA BWA Industries Metal Products +BWA BWA Industries Electrical and Machinery +BWA BWA Industries Transport Equipment +BWA BWA Industries Other Manufacturing +BWA BWA Industries Recycling +BWA BWA Industries Electricity, Gas and Water +BWA BWA Industries Construction +BWA BWA Industries Maintenance and Repair +BWA BWA Industries Wholesale Trade +BWA BWA Industries Retail Trade +BWA BWA Industries Hotels and Restraurants +BWA BWA Industries Transport +BWA BWA Industries Post and Telecommunications +BWA BWA Industries Finacial Intermediation and Business Activities +BWA BWA Industries Public Administration +BWA BWA Industries Education, Health and Other Services +BWA BWA Industries Private Households +BWA BWA Industries Others +BWA BWA Industries Re-export & Re-import +BRA BRA Industries Agriculture +BRA BRA Industries Fishing +BRA BRA Industries Mining and Quarrying +BRA BRA Industries Food & Beverages +BRA BRA Industries Textiles and Wearing Apparel +BRA BRA Industries Wood and Paper +BRA BRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRA BRA Industries Metal Products +BRA BRA Industries Electrical and Machinery +BRA BRA Industries Transport Equipment +BRA BRA Industries Other Manufacturing +BRA BRA Industries Recycling +BRA BRA Industries Electricity, Gas and Water +BRA BRA Industries Construction +BRA BRA Industries Maintenance and Repair +BRA BRA Industries Wholesale Trade +BRA BRA Industries Retail Trade +BRA BRA Industries Hotels and Restraurants +BRA BRA Industries Transport +BRA BRA Industries Post and Telecommunications +BRA BRA Industries Finacial Intermediation and Business Activities +BRA BRA Industries Public Administration +BRA BRA Industries Education, Health and Other Services +BRA BRA Industries Private Households +BRA BRA Industries Others +BRA BRA Industries Re-export & Re-import +VGB VGB Industries Agriculture +VGB VGB Industries Fishing +VGB VGB Industries Mining and Quarrying +VGB VGB Industries Food & Beverages +VGB VGB Industries Textiles and Wearing Apparel +VGB VGB Industries Wood and Paper +VGB VGB Industries Petroleum, Chemical and Non-Metallic Mineral Products +VGB VGB Industries Metal Products +VGB VGB Industries Electrical and Machinery +VGB VGB Industries Transport Equipment +VGB VGB Industries Other Manufacturing +VGB VGB Industries Recycling +VGB VGB Industries Electricity, Gas and Water +VGB VGB Industries Construction +VGB VGB Industries Maintenance and Repair +VGB VGB Industries Wholesale Trade +VGB VGB Industries Retail Trade +VGB VGB Industries Hotels and Restraurants +VGB VGB Industries Transport +VGB VGB Industries Post and Telecommunications +VGB VGB Industries Finacial Intermediation and Business Activities +VGB VGB Industries Public Administration +VGB VGB Industries Education, Health and Other Services +VGB VGB Industries Private Households +VGB VGB Industries Others +VGB VGB Industries Re-export & Re-import +BRN BRN Industries Agriculture +BRN BRN Industries Fishing +BRN BRN Industries Mining and Quarrying +BRN BRN Industries Food & Beverages +BRN BRN Industries Textiles and Wearing Apparel +BRN BRN Industries Wood and Paper +BRN BRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRN BRN Industries Metal Products +BRN BRN Industries Electrical and Machinery +BRN BRN Industries Transport Equipment +BRN BRN Industries Other Manufacturing +BRN BRN Industries Recycling +BRN BRN Industries Electricity, Gas and Water +BRN BRN Industries Construction +BRN BRN Industries Maintenance and Repair +BRN BRN Industries Wholesale Trade +BRN BRN Industries Retail Trade +BRN BRN Industries Hotels and Restraurants +BRN BRN Industries Transport +BRN BRN Industries Post and Telecommunications +BRN BRN Industries Finacial Intermediation and Business Activities +BRN BRN Industries Public Administration +BRN BRN Industries Education, Health and Other Services +BRN BRN Industries Private Households +BRN BRN Industries Others +BRN BRN Industries Re-export & Re-import +BGR BGR Industries Agriculture +BGR BGR Industries Fishing +BGR BGR Industries Mining and Quarrying +BGR BGR Industries Food & Beverages +BGR BGR Industries Textiles and Wearing Apparel +BGR BGR Industries Wood and Paper +BGR BGR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGR BGR Industries Metal Products +BGR BGR Industries Electrical and Machinery +BGR BGR Industries Transport Equipment +BGR BGR Industries Other Manufacturing +BGR BGR Industries Recycling +BGR BGR Industries Electricity, Gas and Water +BGR BGR Industries Construction +BGR BGR Industries Maintenance and Repair +BGR BGR Industries Wholesale Trade +BGR BGR Industries Retail Trade +BGR BGR Industries Hotels and Restraurants +BGR BGR Industries Transport +BGR BGR Industries Post and Telecommunications +BGR BGR Industries Finacial Intermediation and Business Activities +BGR BGR Industries Public Administration +BGR BGR Industries Education, Health and Other Services +BGR BGR Industries Private Households +BGR BGR Industries Others +BGR BGR Industries Re-export & Re-import +BFA BFA Industries Agriculture +BFA BFA Industries Fishing +BFA BFA Industries Mining and Quarrying +BFA BFA Industries Food & Beverages +BFA BFA Industries Textiles and Wearing Apparel +BFA BFA Industries Wood and Paper +BFA BFA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BFA BFA Industries Metal Products +BFA BFA Industries Electrical and Machinery +BFA BFA Industries Transport Equipment +BFA BFA Industries Other Manufacturing +BFA BFA Industries Recycling +BFA BFA Industries Electricity, Gas and Water +BFA BFA Industries Construction +BFA BFA Industries Maintenance and Repair +BFA BFA Industries Wholesale Trade +BFA BFA Industries Retail Trade +BFA BFA Industries Hotels and Restraurants +BFA BFA Industries Transport +BFA BFA Industries Post and Telecommunications +BFA BFA Industries Finacial Intermediation and Business Activities +BFA BFA Industries Public Administration +BFA BFA Industries Education, Health and Other Services +BFA BFA Industries Private Households +BFA BFA Industries Others +BFA BFA Industries Re-export & Re-import +BDI BDI Industries Agriculture +BDI BDI Industries Fishing +BDI BDI Industries Mining and Quarrying +BDI BDI Industries Food & Beverages +BDI BDI Industries Textiles and Wearing Apparel +BDI BDI Industries Wood and Paper +BDI BDI Industries Petroleum, Chemical and Non-Metallic Mineral Products +BDI BDI Industries Metal Products +BDI BDI Industries Electrical and Machinery +BDI BDI Industries Transport Equipment +BDI BDI Industries Other Manufacturing +BDI BDI Industries Recycling +BDI BDI Industries Electricity, Gas and Water +BDI BDI Industries Construction +BDI BDI Industries Maintenance and Repair +BDI BDI Industries Wholesale Trade +BDI BDI Industries Retail Trade +BDI BDI Industries Hotels and Restraurants +BDI BDI Industries Transport +BDI BDI Industries Post and Telecommunications +BDI BDI Industries Finacial Intermediation and Business Activities +BDI BDI Industries Public Administration +BDI BDI Industries Education, Health and Other Services +BDI BDI Industries Private Households +BDI BDI Industries Others +BDI BDI Industries Re-export & Re-import +KHM KHM Industries Agriculture +KHM KHM Industries Fishing +KHM KHM Industries Mining and Quarrying +KHM KHM Industries Food & Beverages +KHM KHM Industries Textiles and Wearing Apparel +KHM KHM Industries Wood and Paper +KHM KHM Industries Petroleum, Chemical and Non-Metallic Mineral Products +KHM KHM Industries Metal Products +KHM KHM Industries Electrical and Machinery +KHM KHM Industries Transport Equipment +KHM KHM Industries Other Manufacturing +KHM KHM Industries Recycling +KHM KHM Industries Electricity, Gas and Water +KHM KHM Industries Construction +KHM KHM Industries Maintenance and Repair +KHM KHM Industries Wholesale Trade +KHM KHM Industries Retail Trade +KHM KHM Industries Hotels and Restraurants +KHM KHM Industries Transport +KHM KHM Industries Post and Telecommunications +KHM KHM Industries Finacial Intermediation and Business Activities +KHM KHM Industries Public Administration +KHM KHM Industries Education, Health and Other Services +KHM KHM Industries Private Households +KHM KHM Industries Others +KHM KHM Industries Re-export & Re-import +CMR CMR Industries Agriculture +CMR CMR Industries Fishing +CMR CMR Industries Mining and Quarrying +CMR CMR Industries Food & Beverages +CMR CMR Industries Textiles and Wearing Apparel +CMR CMR Industries Wood and Paper +CMR CMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +CMR CMR Industries Metal Products +CMR CMR Industries Electrical and Machinery +CMR CMR Industries Transport Equipment +CMR CMR Industries Other Manufacturing +CMR CMR Industries Recycling +CMR CMR Industries Electricity, Gas and Water +CMR CMR Industries Construction +CMR CMR Industries Maintenance and Repair +CMR CMR Industries Wholesale Trade +CMR CMR Industries Retail Trade +CMR CMR Industries Hotels and Restraurants +CMR CMR Industries Transport +CMR CMR Industries Post and Telecommunications +CMR CMR Industries Finacial Intermediation and Business Activities +CMR CMR Industries Public Administration +CMR CMR Industries Education, Health and Other Services +CMR CMR Industries Private Households +CMR CMR Industries Others +CMR CMR Industries Re-export & Re-import +CAN CAN Industries Agriculture +CAN CAN Industries Fishing +CAN CAN Industries Mining and Quarrying +CAN CAN Industries Food & Beverages +CAN CAN Industries Textiles and Wearing Apparel +CAN CAN Industries Wood and Paper +CAN CAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAN CAN Industries Metal Products +CAN CAN Industries Electrical and Machinery +CAN CAN Industries Transport Equipment +CAN CAN Industries Other Manufacturing +CAN CAN Industries Recycling +CAN CAN Industries Electricity, Gas and Water +CAN CAN Industries Construction +CAN CAN Industries Maintenance and Repair +CAN CAN Industries Wholesale Trade +CAN CAN Industries Retail Trade +CAN CAN Industries Hotels and Restraurants +CAN CAN Industries Transport +CAN CAN Industries Post and Telecommunications +CAN CAN Industries Finacial Intermediation and Business Activities +CAN CAN Industries Public Administration +CAN CAN Industries Education, Health and Other Services +CAN CAN Industries Private Households +CAN CAN Industries Others +CAN CAN Industries Re-export & Re-import +CPV CPV Industries Agriculture +CPV CPV Industries Fishing +CPV CPV Industries Mining and Quarrying +CPV CPV Industries Food & Beverages +CPV CPV Industries Textiles and Wearing Apparel +CPV CPV Industries Wood and Paper +CPV CPV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CPV CPV Industries Metal Products +CPV CPV Industries Electrical and Machinery +CPV CPV Industries Transport Equipment +CPV CPV Industries Other Manufacturing +CPV CPV Industries Recycling +CPV CPV Industries Electricity, Gas and Water +CPV CPV Industries Construction +CPV CPV Industries Maintenance and Repair +CPV CPV Industries Wholesale Trade +CPV CPV Industries Retail Trade +CPV CPV Industries Hotels and Restraurants +CPV CPV Industries Transport +CPV CPV Industries Post and Telecommunications +CPV CPV Industries Finacial Intermediation and Business Activities +CPV CPV Industries Public Administration +CPV CPV Industries Education, Health and Other Services +CPV CPV Industries Private Households +CPV CPV Industries Others +CPV CPV Industries Re-export & Re-import +CYM CYM Industries Agriculture +CYM CYM Industries Fishing +CYM CYM Industries Mining and Quarrying +CYM CYM Industries Food & Beverages +CYM CYM Industries Textiles and Wearing Apparel +CYM CYM Industries Wood and Paper +CYM CYM Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYM CYM Industries Metal Products +CYM CYM Industries Electrical and Machinery +CYM CYM Industries Transport Equipment +CYM CYM Industries Other Manufacturing +CYM CYM Industries Recycling +CYM CYM Industries Electricity, Gas and Water +CYM CYM Industries Construction +CYM CYM Industries Maintenance and Repair +CYM CYM Industries Wholesale Trade +CYM CYM Industries Retail Trade +CYM CYM Industries Hotels and Restraurants +CYM CYM Industries Transport +CYM CYM Industries Post and Telecommunications +CYM CYM Industries Finacial Intermediation and Business Activities +CYM CYM Industries Public Administration +CYM CYM Industries Education, Health and Other Services +CYM CYM Industries Private Households +CYM CYM Industries Others +CYM CYM Industries Re-export & Re-import +CAF CAF Industries Agriculture +CAF CAF Industries Fishing +CAF CAF Industries Mining and Quarrying +CAF CAF Industries Food & Beverages +CAF CAF Industries Textiles and Wearing Apparel +CAF CAF Industries Wood and Paper +CAF CAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAF CAF Industries Metal Products +CAF CAF Industries Electrical and Machinery +CAF CAF Industries Transport Equipment +CAF CAF Industries Other Manufacturing +CAF CAF Industries Recycling +CAF CAF Industries Electricity, Gas and Water +CAF CAF Industries Construction +CAF CAF Industries Maintenance and Repair +CAF CAF Industries Wholesale Trade +CAF CAF Industries Retail Trade +CAF CAF Industries Hotels and Restraurants +CAF CAF Industries Transport +CAF CAF Industries Post and Telecommunications +CAF CAF Industries Finacial Intermediation and Business Activities +CAF CAF Industries Public Administration +CAF CAF Industries Education, Health and Other Services +CAF CAF Industries Private Households +CAF CAF Industries Others +CAF CAF Industries Re-export & Re-import +TCD TCD Industries Agriculture +TCD TCD Industries Fishing +TCD TCD Industries Mining and Quarrying +TCD TCD Industries Food & Beverages +TCD TCD Industries Textiles and Wearing Apparel +TCD TCD Industries Wood and Paper +TCD TCD Industries Petroleum, Chemical and Non-Metallic Mineral Products +TCD TCD Industries Metal Products +TCD TCD Industries Electrical and Machinery +TCD TCD Industries Transport Equipment +TCD TCD Industries Other Manufacturing +TCD TCD Industries Recycling +TCD TCD Industries Electricity, Gas and Water +TCD TCD Industries Construction +TCD TCD Industries Maintenance and Repair +TCD TCD Industries Wholesale Trade +TCD TCD Industries Retail Trade +TCD TCD Industries Hotels and Restraurants +TCD TCD Industries Transport +TCD TCD Industries Post and Telecommunications +TCD TCD Industries Finacial Intermediation and Business Activities +TCD TCD Industries Public Administration +TCD TCD Industries Education, Health and Other Services +TCD TCD Industries Private Households +TCD TCD Industries Others +TCD TCD Industries Re-export & Re-import +CHL CHL Industries Agriculture +CHL CHL Industries Fishing +CHL CHL Industries Mining and Quarrying +CHL CHL Industries Food & Beverages +CHL CHL Industries Textiles and Wearing Apparel +CHL CHL Industries Wood and Paper +CHL CHL Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHL CHL Industries Metal Products +CHL CHL Industries Electrical and Machinery +CHL CHL Industries Transport Equipment +CHL CHL Industries Other Manufacturing +CHL CHL Industries Recycling +CHL CHL Industries Electricity, Gas and Water +CHL CHL Industries Construction +CHL CHL Industries Maintenance and Repair +CHL CHL Industries Wholesale Trade +CHL CHL Industries Retail Trade +CHL CHL Industries Hotels and Restraurants +CHL CHL Industries Transport +CHL CHL Industries Post and Telecommunications +CHL CHL Industries Finacial Intermediation and Business Activities +CHL CHL Industries Public Administration +CHL CHL Industries Education, Health and Other Services +CHL CHL Industries Private Households +CHL CHL Industries Others +CHL CHL Industries Re-export & Re-import +CHN CHN Commodities Agriculture +CHN CHN Commodities Fishing +CHN CHN Commodities Mining and Quarrying +CHN CHN Commodities Food & Beverages +CHN CHN Commodities Textiles and Wearing Apparel +CHN CHN Commodities Wood and Paper +CHN CHN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +CHN CHN Commodities Metal Products +CHN CHN Commodities Electrical and Machinery +CHN CHN Commodities Transport Equipment +CHN CHN Commodities Other Manufacturing +CHN CHN Commodities Recycling +CHN CHN Commodities Electricity, Gas and Water +CHN CHN Commodities Construction +CHN CHN Commodities Maintenance and Repair +CHN CHN Commodities Wholesale Trade +CHN CHN Commodities Retail Trade +CHN CHN Commodities Hotels and Restraurants +CHN CHN Commodities Transport +CHN CHN Commodities Post and Telecommunications +CHN CHN Commodities Finacial Intermediation and Business Activities +CHN CHN Commodities Public Administration +CHN CHN Commodities Education, Health and Other Services +CHN CHN Commodities Private Households +CHN CHN Commodities Others +CHN CHN Commodities Re-export & Re-import +COL COL Industries Agriculture +COL COL Industries Fishing +COL COL Industries Mining and Quarrying +COL COL Industries Food & Beverages +COL COL Industries Textiles and Wearing Apparel +COL COL Industries Wood and Paper +COL COL Industries Petroleum, Chemical and Non-Metallic Mineral Products +COL COL Industries Metal Products +COL COL Industries Electrical and Machinery +COL COL Industries Transport Equipment +COL COL Industries Other Manufacturing +COL COL Industries Recycling +COL COL Industries Electricity, Gas and Water +COL COL Industries Construction +COL COL Industries Maintenance and Repair +COL COL Industries Wholesale Trade +COL COL Industries Retail Trade +COL COL Industries Hotels and Restraurants +COL COL Industries Transport +COL COL Industries Post and Telecommunications +COL COL Industries Finacial Intermediation and Business Activities +COL COL Industries Public Administration +COL COL Industries Education, Health and Other Services +COL COL Industries Private Households +COL COL Industries Others +COL COL Industries Re-export & Re-import +COG COG Industries Agriculture +COG COG Industries Fishing +COG COG Industries Mining and Quarrying +COG COG Industries Food & Beverages +COG COG Industries Textiles and Wearing Apparel +COG COG Industries Wood and Paper +COG COG Industries Petroleum, Chemical and Non-Metallic Mineral Products +COG COG Industries Metal Products +COG COG Industries Electrical and Machinery +COG COG Industries Transport Equipment +COG COG Industries Other Manufacturing +COG COG Industries Recycling +COG COG Industries Electricity, Gas and Water +COG COG Industries Construction +COG COG Industries Maintenance and Repair +COG COG Industries Wholesale Trade +COG COG Industries Retail Trade +COG COG Industries Hotels and Restraurants +COG COG Industries Transport +COG COG Industries Post and Telecommunications +COG COG Industries Finacial Intermediation and Business Activities +COG COG Industries Public Administration +COG COG Industries Education, Health and Other Services +COG COG Industries Private Households +COG COG Industries Others +COG COG Industries Re-export & Re-import +CRI CRI Industries Agriculture +CRI CRI Industries Fishing +CRI CRI Industries Mining and Quarrying +CRI CRI Industries Food & Beverages +CRI CRI Industries Textiles and Wearing Apparel +CRI CRI Industries Wood and Paper +CRI CRI Industries Petroleum, Chemical and Non-Metallic Mineral Products +CRI CRI Industries Metal Products +CRI CRI Industries Electrical and Machinery +CRI CRI Industries Transport Equipment +CRI CRI Industries Other Manufacturing +CRI CRI Industries Recycling +CRI CRI Industries Electricity, Gas and Water +CRI CRI Industries Construction +CRI CRI Industries Maintenance and Repair +CRI CRI Industries Wholesale Trade +CRI CRI Industries Retail Trade +CRI CRI Industries Hotels and Restraurants +CRI CRI Industries Transport +CRI CRI Industries Post and Telecommunications +CRI CRI Industries Finacial Intermediation and Business Activities +CRI CRI Industries Public Administration +CRI CRI Industries Education, Health and Other Services +CRI CRI Industries Private Households +CRI CRI Industries Others +CRI CRI Industries Re-export & Re-import +HRV HRV Industries Agriculture +HRV HRV Industries Fishing +HRV HRV Industries Mining and Quarrying +HRV HRV Industries Food & Beverages +HRV HRV Industries Textiles and Wearing Apparel +HRV HRV Industries Wood and Paper +HRV HRV Industries Petroleum, Chemical and Non-Metallic Mineral Products +HRV HRV Industries Metal Products +HRV HRV Industries Electrical and Machinery +HRV HRV Industries Transport Equipment +HRV HRV Industries Other Manufacturing +HRV HRV Industries Recycling +HRV HRV Industries Electricity, Gas and Water +HRV HRV Industries Construction +HRV HRV Industries Maintenance and Repair +HRV HRV Industries Wholesale Trade +HRV HRV Industries Retail Trade +HRV HRV Industries Hotels and Restraurants +HRV HRV Industries Transport +HRV HRV Industries Post and Telecommunications +HRV HRV Industries Finacial Intermediation and Business Activities +HRV HRV Industries Public Administration +HRV HRV Industries Education, Health and Other Services +HRV HRV Industries Private Households +HRV HRV Industries Others +HRV HRV Industries Re-export & Re-import +CUB CUB Industries Agriculture +CUB CUB Industries Fishing +CUB CUB Industries Mining and Quarrying +CUB CUB Industries Food & Beverages +CUB CUB Industries Textiles and Wearing Apparel +CUB CUB Industries Wood and Paper +CUB CUB Industries Petroleum, Chemical and Non-Metallic Mineral Products +CUB CUB Industries Metal Products +CUB CUB Industries Electrical and Machinery +CUB CUB Industries Transport Equipment +CUB CUB Industries Other Manufacturing +CUB CUB Industries Recycling +CUB CUB Industries Electricity, Gas and Water +CUB CUB Industries Construction +CUB CUB Industries Maintenance and Repair +CUB CUB Industries Wholesale Trade +CUB CUB Industries Retail Trade +CUB CUB Industries Hotels and Restraurants +CUB CUB Industries Transport +CUB CUB Industries Post and Telecommunications +CUB CUB Industries Finacial Intermediation and Business Activities +CUB CUB Industries Public Administration +CUB CUB Industries Education, Health and Other Services +CUB CUB Industries Private Households +CUB CUB Industries Others +CUB CUB Industries Re-export & Re-import +CYP CYP Industries Agriculture +CYP CYP Industries Fishing +CYP CYP Industries Mining and Quarrying +CYP CYP Industries Food & Beverages +CYP CYP Industries Textiles and Wearing Apparel +CYP CYP Industries Wood and Paper +CYP CYP Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYP CYP Industries Metal Products +CYP CYP Industries Electrical and Machinery +CYP CYP Industries Transport Equipment +CYP CYP Industries Other Manufacturing +CYP CYP Industries Recycling +CYP CYP Industries Electricity, Gas and Water +CYP CYP Industries Construction +CYP CYP Industries Maintenance and Repair +CYP CYP Industries Wholesale Trade +CYP CYP Industries Retail Trade +CYP CYP Industries Hotels and Restraurants +CYP CYP Industries Transport +CYP CYP Industries Post and Telecommunications +CYP CYP Industries Finacial Intermediation and Business Activities +CYP CYP Industries Public Administration +CYP CYP Industries Education, Health and Other Services +CYP CYP Industries Private Households +CYP CYP Industries Others +CYP CYP Industries Re-export & Re-import +CZE CZE Industries Agriculture +CZE CZE Industries Fishing +CZE CZE Industries Mining and Quarrying +CZE CZE Industries Food & Beverages +CZE CZE Industries Textiles and Wearing Apparel +CZE CZE Industries Wood and Paper +CZE CZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CZE CZE Industries Metal Products +CZE CZE Industries Electrical and Machinery +CZE CZE Industries Transport Equipment +CZE CZE Industries Other Manufacturing +CZE CZE Industries Recycling +CZE CZE Industries Electricity, Gas and Water +CZE CZE Industries Construction +CZE CZE Industries Maintenance and Repair +CZE CZE Industries Wholesale Trade +CZE CZE Industries Retail Trade +CZE CZE Industries Hotels and Restraurants +CZE CZE Industries Transport +CZE CZE Industries Post and Telecommunications +CZE CZE Industries Finacial Intermediation and Business Activities +CZE CZE Industries Public Administration +CZE CZE Industries Education, Health and Other Services +CZE CZE Industries Private Households +CZE CZE Industries Others +CZE CZE Industries Re-export & Re-import +CIV CIV Industries Agriculture +CIV CIV Industries Fishing +CIV CIV Industries Mining and Quarrying +CIV CIV Industries Food & Beverages +CIV CIV Industries Textiles and Wearing Apparel +CIV CIV Industries Wood and Paper +CIV CIV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CIV CIV Industries Metal Products +CIV CIV Industries Electrical and Machinery +CIV CIV Industries Transport Equipment +CIV CIV Industries Other Manufacturing +CIV CIV Industries Recycling +CIV CIV Industries Electricity, Gas and Water +CIV CIV Industries Construction +CIV CIV Industries Maintenance and Repair +CIV CIV Industries Wholesale Trade +CIV CIV Industries Retail Trade +CIV CIV Industries Hotels and Restraurants +CIV CIV Industries Transport +CIV CIV Industries Post and Telecommunications +CIV CIV Industries Finacial Intermediation and Business Activities +CIV CIV Industries Public Administration +CIV CIV Industries Education, Health and Other Services +CIV CIV Industries Private Households +CIV CIV Industries Others +CIV CIV Industries Re-export & Re-import +PRK PRK Industries Agriculture +PRK PRK Industries Fishing +PRK PRK Industries Mining and Quarrying +PRK PRK Industries Food & Beverages +PRK PRK Industries Textiles and Wearing Apparel +PRK PRK Industries Wood and Paper +PRK PRK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRK PRK Industries Metal Products +PRK PRK Industries Electrical and Machinery +PRK PRK Industries Transport Equipment +PRK PRK Industries Other Manufacturing +PRK PRK Industries Recycling +PRK PRK Industries Electricity, Gas and Water +PRK PRK Industries Construction +PRK PRK Industries Maintenance and Repair +PRK PRK Industries Wholesale Trade +PRK PRK Industries Retail Trade +PRK PRK Industries Hotels and Restraurants +PRK PRK Industries Transport +PRK PRK Industries Post and Telecommunications +PRK PRK Industries Finacial Intermediation and Business Activities +PRK PRK Industries Public Administration +PRK PRK Industries Education, Health and Other Services +PRK PRK Industries Private Households +PRK PRK Industries Others +PRK PRK Industries Re-export & Re-import +COD COD Industries Agriculture +COD COD Industries Fishing +COD COD Industries Mining and Quarrying +COD COD Industries Food & Beverages +COD COD Industries Textiles and Wearing Apparel +COD COD Industries Wood and Paper +COD COD Industries Petroleum, Chemical and Non-Metallic Mineral Products +COD COD Industries Metal Products +COD COD Industries Electrical and Machinery +COD COD Industries Transport Equipment +COD COD Industries Other Manufacturing +COD COD Industries Recycling +COD COD Industries Electricity, Gas and Water +COD COD Industries Construction +COD COD Industries Maintenance and Repair +COD COD Industries Wholesale Trade +COD COD Industries Retail Trade +COD COD Industries Hotels and Restraurants +COD COD Industries Transport +COD COD Industries Post and Telecommunications +COD COD Industries Finacial Intermediation and Business Activities +COD COD Industries Public Administration +COD COD Industries Education, Health and Other Services +COD COD Industries Private Households +COD COD Industries Others +COD COD Industries Re-export & Re-import +DNK DNK Industries Agriculture +DNK DNK Industries Fishing +DNK DNK Industries Mining and Quarrying +DNK DNK Industries Food & Beverages +DNK DNK Industries Textiles and Wearing Apparel +DNK DNK Industries Wood and Paper +DNK DNK Industries Petroleum, Chemical and Non-Metallic Mineral Products +DNK DNK Industries Metal Products +DNK DNK Industries Electrical and Machinery +DNK DNK Industries Transport Equipment +DNK DNK Industries Other Manufacturing +DNK DNK Industries Recycling +DNK DNK Industries Electricity, Gas and Water +DNK DNK Industries Construction +DNK DNK Industries Maintenance and Repair +DNK DNK Industries Wholesale Trade +DNK DNK Industries Retail Trade +DNK DNK Industries Hotels and Restraurants +DNK DNK Industries Transport +DNK DNK Industries Post and Telecommunications +DNK DNK Industries Finacial Intermediation and Business Activities +DNK DNK Industries Public Administration +DNK DNK Industries Education, Health and Other Services +DNK DNK Industries Private Households +DNK DNK Industries Others +DNK DNK Industries Re-export & Re-import +DJI DJI Industries Agriculture +DJI DJI Industries Fishing +DJI DJI Industries Mining and Quarrying +DJI DJI Industries Food & Beverages +DJI DJI Industries Textiles and Wearing Apparel +DJI DJI Industries Wood and Paper +DJI DJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +DJI DJI Industries Metal Products +DJI DJI Industries Electrical and Machinery +DJI DJI Industries Transport Equipment +DJI DJI Industries Other Manufacturing +DJI DJI Industries Recycling +DJI DJI Industries Electricity, Gas and Water +DJI DJI Industries Construction +DJI DJI Industries Maintenance and Repair +DJI DJI Industries Wholesale Trade +DJI DJI Industries Retail Trade +DJI DJI Industries Hotels and Restraurants +DJI DJI Industries Transport +DJI DJI Industries Post and Telecommunications +DJI DJI Industries Finacial Intermediation and Business Activities +DJI DJI Industries Public Administration +DJI DJI Industries Education, Health and Other Services +DJI DJI Industries Private Households +DJI DJI Industries Others +DJI DJI Industries Re-export & Re-import +DOM DOM Industries Agriculture +DOM DOM Industries Fishing +DOM DOM Industries Mining and Quarrying +DOM DOM Industries Food & Beverages +DOM DOM Industries Textiles and Wearing Apparel +DOM DOM Industries Wood and Paper +DOM DOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +DOM DOM Industries Metal Products +DOM DOM Industries Electrical and Machinery +DOM DOM Industries Transport Equipment +DOM DOM Industries Other Manufacturing +DOM DOM Industries Recycling +DOM DOM Industries Electricity, Gas and Water +DOM DOM Industries Construction +DOM DOM Industries Maintenance and Repair +DOM DOM Industries Wholesale Trade +DOM DOM Industries Retail Trade +DOM DOM Industries Hotels and Restraurants +DOM DOM Industries Transport +DOM DOM Industries Post and Telecommunications +DOM DOM Industries Finacial Intermediation and Business Activities +DOM DOM Industries Public Administration +DOM DOM Industries Education, Health and Other Services +DOM DOM Industries Private Households +DOM DOM Industries Others +DOM DOM Industries Re-export & Re-import +ECU ECU Industries Agriculture +ECU ECU Industries Fishing +ECU ECU Industries Mining and Quarrying +ECU ECU Industries Food & Beverages +ECU ECU Industries Textiles and Wearing Apparel +ECU ECU Industries Wood and Paper +ECU ECU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ECU ECU Industries Metal Products +ECU ECU Industries Electrical and Machinery +ECU ECU Industries Transport Equipment +ECU ECU Industries Other Manufacturing +ECU ECU Industries Recycling +ECU ECU Industries Electricity, Gas and Water +ECU ECU Industries Construction +ECU ECU Industries Maintenance and Repair +ECU ECU Industries Wholesale Trade +ECU ECU Industries Retail Trade +ECU ECU Industries Hotels and Restraurants +ECU ECU Industries Transport +ECU ECU Industries Post and Telecommunications +ECU ECU Industries Finacial Intermediation and Business Activities +ECU ECU Industries Public Administration +ECU ECU Industries Education, Health and Other Services +ECU ECU Industries Private Households +ECU ECU Industries Others +ECU ECU Industries Re-export & Re-import +EGY EGY Industries Agriculture +EGY EGY Industries Fishing +EGY EGY Industries Mining and Quarrying +EGY EGY Industries Food & Beverages +EGY EGY Industries Textiles and Wearing Apparel +EGY EGY Industries Wood and Paper +EGY EGY Industries Petroleum, Chemical and Non-Metallic Mineral Products +EGY EGY Industries Metal Products +EGY EGY Industries Electrical and Machinery +EGY EGY Industries Transport Equipment +EGY EGY Industries Other Manufacturing +EGY EGY Industries Recycling +EGY EGY Industries Electricity, Gas and Water +EGY EGY Industries Construction +EGY EGY Industries Maintenance and Repair +EGY EGY Industries Wholesale Trade +EGY EGY Industries Retail Trade +EGY EGY Industries Hotels and Restraurants +EGY EGY Industries Transport +EGY EGY Industries Post and Telecommunications +EGY EGY Industries Finacial Intermediation and Business Activities +EGY EGY Industries Public Administration +EGY EGY Industries Education, Health and Other Services +EGY EGY Industries Private Households +EGY EGY Industries Others +EGY EGY Industries Re-export & Re-import +SLV SLV Industries Agriculture +SLV SLV Industries Fishing +SLV SLV Industries Mining and Quarrying +SLV SLV Industries Food & Beverages +SLV SLV Industries Textiles and Wearing Apparel +SLV SLV Industries Wood and Paper +SLV SLV Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLV SLV Industries Metal Products +SLV SLV Industries Electrical and Machinery +SLV SLV Industries Transport Equipment +SLV SLV Industries Other Manufacturing +SLV SLV Industries Recycling +SLV SLV Industries Electricity, Gas and Water +SLV SLV Industries Construction +SLV SLV Industries Maintenance and Repair +SLV SLV Industries Wholesale Trade +SLV SLV Industries Retail Trade +SLV SLV Industries Hotels and Restraurants +SLV SLV Industries Transport +SLV SLV Industries Post and Telecommunications +SLV SLV Industries Finacial Intermediation and Business Activities +SLV SLV Industries Public Administration +SLV SLV Industries Education, Health and Other Services +SLV SLV Industries Private Households +SLV SLV Industries Others +SLV SLV Industries Re-export & Re-import +ERI ERI Industries Agriculture +ERI ERI Industries Fishing +ERI ERI Industries Mining and Quarrying +ERI ERI Industries Food & Beverages +ERI ERI Industries Textiles and Wearing Apparel +ERI ERI Industries Wood and Paper +ERI ERI Industries Petroleum, Chemical and Non-Metallic Mineral Products +ERI ERI Industries Metal Products +ERI ERI Industries Electrical and Machinery +ERI ERI Industries Transport Equipment +ERI ERI Industries Other Manufacturing +ERI ERI Industries Recycling +ERI ERI Industries Electricity, Gas and Water +ERI ERI Industries Construction +ERI ERI Industries Maintenance and Repair +ERI ERI Industries Wholesale Trade +ERI ERI Industries Retail Trade +ERI ERI Industries Hotels and Restraurants +ERI ERI Industries Transport +ERI ERI Industries Post and Telecommunications +ERI ERI Industries Finacial Intermediation and Business Activities +ERI ERI Industries Public Administration +ERI ERI Industries Education, Health and Other Services +ERI ERI Industries Private Households +ERI ERI Industries Others +ERI ERI Industries Re-export & Re-import +EST EST Industries Agriculture +EST EST Industries Fishing +EST EST Industries Mining and Quarrying +EST EST Industries Food & Beverages +EST EST Industries Textiles and Wearing Apparel +EST EST Industries Wood and Paper +EST EST Industries Petroleum, Chemical and Non-Metallic Mineral Products +EST EST Industries Metal Products +EST EST Industries Electrical and Machinery +EST EST Industries Transport Equipment +EST EST Industries Other Manufacturing +EST EST Industries Recycling +EST EST Industries Electricity, Gas and Water +EST EST Industries Construction +EST EST Industries Maintenance and Repair +EST EST Industries Wholesale Trade +EST EST Industries Retail Trade +EST EST Industries Hotels and Restraurants +EST EST Industries Transport +EST EST Industries Post and Telecommunications +EST EST Industries Finacial Intermediation and Business Activities +EST EST Industries Public Administration +EST EST Industries Education, Health and Other Services +EST EST Industries Private Households +EST EST Industries Others +EST EST Industries Re-export & Re-import +ETH ETH Industries Agriculture +ETH ETH Industries Fishing +ETH ETH Industries Mining and Quarrying +ETH ETH Industries Food & Beverages +ETH ETH Industries Textiles and Wearing Apparel +ETH ETH Industries Wood and Paper +ETH ETH Industries Petroleum, Chemical and Non-Metallic Mineral Products +ETH ETH Industries Metal Products +ETH ETH Industries Electrical and Machinery +ETH ETH Industries Transport Equipment +ETH ETH Industries Other Manufacturing +ETH ETH Industries Recycling +ETH ETH Industries Electricity, Gas and Water +ETH ETH Industries Construction +ETH ETH Industries Maintenance and Repair +ETH ETH Industries Wholesale Trade +ETH ETH Industries Retail Trade +ETH ETH Industries Hotels and Restraurants +ETH ETH Industries Transport +ETH ETH Industries Post and Telecommunications +ETH ETH Industries Finacial Intermediation and Business Activities +ETH ETH Industries Public Administration +ETH ETH Industries Education, Health and Other Services +ETH ETH Industries Private Households +ETH ETH Industries Others +ETH ETH Industries Re-export & Re-import +FJI FJI Industries Agriculture +FJI FJI Industries Fishing +FJI FJI Industries Mining and Quarrying +FJI FJI Industries Food & Beverages +FJI FJI Industries Textiles and Wearing Apparel +FJI FJI Industries Wood and Paper +FJI FJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +FJI FJI Industries Metal Products +FJI FJI Industries Electrical and Machinery +FJI FJI Industries Transport Equipment +FJI FJI Industries Other Manufacturing +FJI FJI Industries Recycling +FJI FJI Industries Electricity, Gas and Water +FJI FJI Industries Construction +FJI FJI Industries Maintenance and Repair +FJI FJI Industries Wholesale Trade +FJI FJI Industries Retail Trade +FJI FJI Industries Hotels and Restraurants +FJI FJI Industries Transport +FJI FJI Industries Post and Telecommunications +FJI FJI Industries Finacial Intermediation and Business Activities +FJI FJI Industries Public Administration +FJI FJI Industries Education, Health and Other Services +FJI FJI Industries Private Households +FJI FJI Industries Others +FJI FJI Industries Re-export & Re-import +FIN FIN Industries Agriculture +FIN FIN Industries Fishing +FIN FIN Industries Mining and Quarrying +FIN FIN Industries Food & Beverages +FIN FIN Industries Textiles and Wearing Apparel +FIN FIN Industries Wood and Paper +FIN FIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +FIN FIN Industries Metal Products +FIN FIN Industries Electrical and Machinery +FIN FIN Industries Transport Equipment +FIN FIN Industries Other Manufacturing +FIN FIN Industries Recycling +FIN FIN Industries Electricity, Gas and Water +FIN FIN Industries Construction +FIN FIN Industries Maintenance and Repair +FIN FIN Industries Wholesale Trade +FIN FIN Industries Retail Trade +FIN FIN Industries Hotels and Restraurants +FIN FIN Industries Transport +FIN FIN Industries Post and Telecommunications +FIN FIN Industries Finacial Intermediation and Business Activities +FIN FIN Industries Public Administration +FIN FIN Industries Education, Health and Other Services +FIN FIN Industries Private Households +FIN FIN Industries Others +FIN FIN Industries Re-export & Re-import +FRA FRA Industries Agriculture +FRA FRA Industries Fishing +FRA FRA Industries Mining and Quarrying +FRA FRA Industries Food & Beverages +FRA FRA Industries Textiles and Wearing Apparel +FRA FRA Industries Wood and Paper +FRA FRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +FRA FRA Industries Metal Products +FRA FRA Industries Electrical and Machinery +FRA FRA Industries Transport Equipment +FRA FRA Industries Other Manufacturing +FRA FRA Industries Recycling +FRA FRA Industries Electricity, Gas and Water +FRA FRA Industries Construction +FRA FRA Industries Maintenance and Repair +FRA FRA Industries Wholesale Trade +FRA FRA Industries Retail Trade +FRA FRA Industries Hotels and Restraurants +FRA FRA Industries Transport +FRA FRA Industries Post and Telecommunications +FRA FRA Industries Finacial Intermediation and Business Activities +FRA FRA Industries Public Administration +FRA FRA Industries Education, Health and Other Services +FRA FRA Industries Private Households +FRA FRA Industries Others +FRA FRA Industries Re-export & Re-import +PYF PYF Industries Agriculture +PYF PYF Industries Fishing +PYF PYF Industries Mining and Quarrying +PYF PYF Industries Food & Beverages +PYF PYF Industries Textiles and Wearing Apparel +PYF PYF Industries Wood and Paper +PYF PYF Industries Petroleum, Chemical and Non-Metallic Mineral Products +PYF PYF Industries Metal Products +PYF PYF Industries Electrical and Machinery +PYF PYF Industries Transport Equipment +PYF PYF Industries Other Manufacturing +PYF PYF Industries Recycling +PYF PYF Industries Electricity, Gas and Water +PYF PYF Industries Construction +PYF PYF Industries Maintenance and Repair +PYF PYF Industries Wholesale Trade +PYF PYF Industries Retail Trade +PYF PYF Industries Hotels and Restraurants +PYF PYF Industries Transport +PYF PYF Industries Post and Telecommunications +PYF PYF Industries Finacial Intermediation and Business Activities +PYF PYF Industries Public Administration +PYF PYF Industries Education, Health and Other Services +PYF PYF Industries Private Households +PYF PYF Industries Others +PYF PYF Industries Re-export & Re-import +GAB GAB Industries Agriculture +GAB GAB Industries Fishing +GAB GAB Industries Mining and Quarrying +GAB GAB Industries Food & Beverages +GAB GAB Industries Textiles and Wearing Apparel +GAB GAB Industries Wood and Paper +GAB GAB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GAB GAB Industries Metal Products +GAB GAB Industries Electrical and Machinery +GAB GAB Industries Transport Equipment +GAB GAB Industries Other Manufacturing +GAB GAB Industries Recycling +GAB GAB Industries Electricity, Gas and Water +GAB GAB Industries Construction +GAB GAB Industries Maintenance and Repair +GAB GAB Industries Wholesale Trade +GAB GAB Industries Retail Trade +GAB GAB Industries Hotels and Restraurants +GAB GAB Industries Transport +GAB GAB Industries Post and Telecommunications +GAB GAB Industries Finacial Intermediation and Business Activities +GAB GAB Industries Public Administration +GAB GAB Industries Education, Health and Other Services +GAB GAB Industries Private Households +GAB GAB Industries Others +GAB GAB Industries Re-export & Re-import +GMB GMB Industries Agriculture +GMB GMB Industries Fishing +GMB GMB Industries Mining and Quarrying +GMB GMB Industries Food & Beverages +GMB GMB Industries Textiles and Wearing Apparel +GMB GMB Industries Wood and Paper +GMB GMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GMB GMB Industries Metal Products +GMB GMB Industries Electrical and Machinery +GMB GMB Industries Transport Equipment +GMB GMB Industries Other Manufacturing +GMB GMB Industries Recycling +GMB GMB Industries Electricity, Gas and Water +GMB GMB Industries Construction +GMB GMB Industries Maintenance and Repair +GMB GMB Industries Wholesale Trade +GMB GMB Industries Retail Trade +GMB GMB Industries Hotels and Restraurants +GMB GMB Industries Transport +GMB GMB Industries Post and Telecommunications +GMB GMB Industries Finacial Intermediation and Business Activities +GMB GMB Industries Public Administration +GMB GMB Industries Education, Health and Other Services +GMB GMB Industries Private Households +GMB GMB Industries Others +GMB GMB Industries Re-export & Re-import +GEO GEO Industries Agriculture +GEO GEO Industries Fishing +GEO GEO Industries Mining and Quarrying +GEO GEO Industries Food & Beverages +GEO GEO Industries Textiles and Wearing Apparel +GEO GEO Industries Wood and Paper +GEO GEO Industries Petroleum, Chemical and Non-Metallic Mineral Products +GEO GEO Industries Metal Products +GEO GEO Industries Electrical and Machinery +GEO GEO Industries Transport Equipment +GEO GEO Industries Other Manufacturing +GEO GEO Industries Recycling +GEO GEO Industries Electricity, Gas and Water +GEO GEO Industries Construction +GEO GEO Industries Maintenance and Repair +GEO GEO Industries Wholesale Trade +GEO GEO Industries Retail Trade +GEO GEO Industries Hotels and Restraurants +GEO GEO Industries Transport +GEO GEO Industries Post and Telecommunications +GEO GEO Industries Finacial Intermediation and Business Activities +GEO GEO Industries Public Administration +GEO GEO Industries Education, Health and Other Services +GEO GEO Industries Private Households +GEO GEO Industries Others +GEO GEO Industries Re-export & Re-import +DEU DEU Commodities Agriculture +DEU DEU Commodities Fishing +DEU DEU Commodities Mining and Quarrying +DEU DEU Commodities Food & Beverages +DEU DEU Commodities Textiles and Wearing Apparel +DEU DEU Commodities Wood and Paper +DEU DEU Commodities Petroleum, Chemical and Non-Metallic Mineral Products +DEU DEU Commodities Metal Products +DEU DEU Commodities Electrical and Machinery +DEU DEU Commodities Transport Equipment +DEU DEU Commodities Other Manufacturing +DEU DEU Commodities Recycling +DEU DEU Commodities Electricity, Gas and Water +DEU DEU Commodities Construction +DEU DEU Commodities Maintenance and Repair +DEU DEU Commodities Wholesale Trade +DEU DEU Commodities Retail Trade +DEU DEU Commodities Hotels and Restraurants +DEU DEU Commodities Transport +DEU DEU Commodities Post and Telecommunications +DEU DEU Commodities Finacial Intermediation and Business Activities +DEU DEU Commodities Public Administration +DEU DEU Commodities Education, Health and Other Services +DEU DEU Commodities Private Households +DEU DEU Commodities Others +DEU DEU Commodities Re-export & Re-import +GHA GHA Industries Agriculture +GHA GHA Industries Fishing +GHA GHA Industries Mining and Quarrying +GHA GHA Industries Food & Beverages +GHA GHA Industries Textiles and Wearing Apparel +GHA GHA Industries Wood and Paper +GHA GHA Industries Petroleum, Chemical and Non-Metallic Mineral Products +GHA GHA Industries Metal Products +GHA GHA Industries Electrical and Machinery +GHA GHA Industries Transport Equipment +GHA GHA Industries Other Manufacturing +GHA GHA Industries Recycling +GHA GHA Industries Electricity, Gas and Water +GHA GHA Industries Construction +GHA GHA Industries Maintenance and Repair +GHA GHA Industries Wholesale Trade +GHA GHA Industries Retail Trade +GHA GHA Industries Hotels and Restraurants +GHA GHA Industries Transport +GHA GHA Industries Post and Telecommunications +GHA GHA Industries Finacial Intermediation and Business Activities +GHA GHA Industries Public Administration +GHA GHA Industries Education, Health and Other Services +GHA GHA Industries Private Households +GHA GHA Industries Others +GHA GHA Industries Re-export & Re-import +GRC GRC Industries Agriculture +GRC GRC Industries Fishing +GRC GRC Industries Mining and Quarrying +GRC GRC Industries Food & Beverages +GRC GRC Industries Textiles and Wearing Apparel +GRC GRC Industries Wood and Paper +GRC GRC Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRC GRC Industries Metal Products +GRC GRC Industries Electrical and Machinery +GRC GRC Industries Transport Equipment +GRC GRC Industries Other Manufacturing +GRC GRC Industries Recycling +GRC GRC Industries Electricity, Gas and Water +GRC GRC Industries Construction +GRC GRC Industries Maintenance and Repair +GRC GRC Industries Wholesale Trade +GRC GRC Industries Retail Trade +GRC GRC Industries Hotels and Restraurants +GRC GRC Industries Transport +GRC GRC Industries Post and Telecommunications +GRC GRC Industries Finacial Intermediation and Business Activities +GRC GRC Industries Public Administration +GRC GRC Industries Education, Health and Other Services +GRC GRC Industries Private Households +GRC GRC Industries Others +GRC GRC Industries Re-export & Re-import +GRL GRL Industries Agriculture +GRL GRL Industries Fishing +GRL GRL Industries Mining and Quarrying +GRL GRL Industries Food & Beverages +GRL GRL Industries Textiles and Wearing Apparel +GRL GRL Industries Wood and Paper +GRL GRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRL GRL Industries Metal Products +GRL GRL Industries Electrical and Machinery +GRL GRL Industries Transport Equipment +GRL GRL Industries Other Manufacturing +GRL GRL Industries Recycling +GRL GRL Industries Electricity, Gas and Water +GRL GRL Industries Construction +GRL GRL Industries Maintenance and Repair +GRL GRL Industries Wholesale Trade +GRL GRL Industries Retail Trade +GRL GRL Industries Hotels and Restraurants +GRL GRL Industries Transport +GRL GRL Industries Post and Telecommunications +GRL GRL Industries Finacial Intermediation and Business Activities +GRL GRL Industries Public Administration +GRL GRL Industries Education, Health and Other Services +GRL GRL Industries Private Households +GRL GRL Industries Others +GRL GRL Industries Re-export & Re-import +GTM GTM Industries Agriculture +GTM GTM Industries Fishing +GTM GTM Industries Mining and Quarrying +GTM GTM Industries Food & Beverages +GTM GTM Industries Textiles and Wearing Apparel +GTM GTM Industries Wood and Paper +GTM GTM Industries Petroleum, Chemical and Non-Metallic Mineral Products +GTM GTM Industries Metal Products +GTM GTM Industries Electrical and Machinery +GTM GTM Industries Transport Equipment +GTM GTM Industries Other Manufacturing +GTM GTM Industries Recycling +GTM GTM Industries Electricity, Gas and Water +GTM GTM Industries Construction +GTM GTM Industries Maintenance and Repair +GTM GTM Industries Wholesale Trade +GTM GTM Industries Retail Trade +GTM GTM Industries Hotels and Restraurants +GTM GTM Industries Transport +GTM GTM Industries Post and Telecommunications +GTM GTM Industries Finacial Intermediation and Business Activities +GTM GTM Industries Public Administration +GTM GTM Industries Education, Health and Other Services +GTM GTM Industries Private Households +GTM GTM Industries Others +GTM GTM Industries Re-export & Re-import +GIN GIN Industries Agriculture +GIN GIN Industries Fishing +GIN GIN Industries Mining and Quarrying +GIN GIN Industries Food & Beverages +GIN GIN Industries Textiles and Wearing Apparel +GIN GIN Industries Wood and Paper +GIN GIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +GIN GIN Industries Metal Products +GIN GIN Industries Electrical and Machinery +GIN GIN Industries Transport Equipment +GIN GIN Industries Other Manufacturing +GIN GIN Industries Recycling +GIN GIN Industries Electricity, Gas and Water +GIN GIN Industries Construction +GIN GIN Industries Maintenance and Repair +GIN GIN Industries Wholesale Trade +GIN GIN Industries Retail Trade +GIN GIN Industries Hotels and Restraurants +GIN GIN Industries Transport +GIN GIN Industries Post and Telecommunications +GIN GIN Industries Finacial Intermediation and Business Activities +GIN GIN Industries Public Administration +GIN GIN Industries Education, Health and Other Services +GIN GIN Industries Private Households +GIN GIN Industries Others +GIN GIN Industries Re-export & Re-import +GUY GUY Industries Agriculture +GUY GUY Industries Fishing +GUY GUY Industries Mining and Quarrying +GUY GUY Industries Food & Beverages +GUY GUY Industries Textiles and Wearing Apparel +GUY GUY Industries Wood and Paper +GUY GUY Industries Petroleum, Chemical and Non-Metallic Mineral Products +GUY GUY Industries Metal Products +GUY GUY Industries Electrical and Machinery +GUY GUY Industries Transport Equipment +GUY GUY Industries Other Manufacturing +GUY GUY Industries Recycling +GUY GUY Industries Electricity, Gas and Water +GUY GUY Industries Construction +GUY GUY Industries Maintenance and Repair +GUY GUY Industries Wholesale Trade +GUY GUY Industries Retail Trade +GUY GUY Industries Hotels and Restraurants +GUY GUY Industries Transport +GUY GUY Industries Post and Telecommunications +GUY GUY Industries Finacial Intermediation and Business Activities +GUY GUY Industries Public Administration +GUY GUY Industries Education, Health and Other Services +GUY GUY Industries Private Households +GUY GUY Industries Others +GUY GUY Industries Re-export & Re-import +HTI HTI Industries Agriculture +HTI HTI Industries Fishing +HTI HTI Industries Mining and Quarrying +HTI HTI Industries Food & Beverages +HTI HTI Industries Textiles and Wearing Apparel +HTI HTI Industries Wood and Paper +HTI HTI Industries Petroleum, Chemical and Non-Metallic Mineral Products +HTI HTI Industries Metal Products +HTI HTI Industries Electrical and Machinery +HTI HTI Industries Transport Equipment +HTI HTI Industries Other Manufacturing +HTI HTI Industries Recycling +HTI HTI Industries Electricity, Gas and Water +HTI HTI Industries Construction +HTI HTI Industries Maintenance and Repair +HTI HTI Industries Wholesale Trade +HTI HTI Industries Retail Trade +HTI HTI Industries Hotels and Restraurants +HTI HTI Industries Transport +HTI HTI Industries Post and Telecommunications +HTI HTI Industries Finacial Intermediation and Business Activities +HTI HTI Industries Public Administration +HTI HTI Industries Education, Health and Other Services +HTI HTI Industries Private Households +HTI HTI Industries Others +HTI HTI Industries Re-export & Re-import +HND HND Industries Agriculture +HND HND Industries Fishing +HND HND Industries Mining and Quarrying +HND HND Industries Food & Beverages +HND HND Industries Textiles and Wearing Apparel +HND HND Industries Wood and Paper +HND HND Industries Petroleum, Chemical and Non-Metallic Mineral Products +HND HND Industries Metal Products +HND HND Industries Electrical and Machinery +HND HND Industries Transport Equipment +HND HND Industries Other Manufacturing +HND HND Industries Recycling +HND HND Industries Electricity, Gas and Water +HND HND Industries Construction +HND HND Industries Maintenance and Repair +HND HND Industries Wholesale Trade +HND HND Industries Retail Trade +HND HND Industries Hotels and Restraurants +HND HND Industries Transport +HND HND Industries Post and Telecommunications +HND HND Industries Finacial Intermediation and Business Activities +HND HND Industries Public Administration +HND HND Industries Education, Health and Other Services +HND HND Industries Private Households +HND HND Industries Others +HND HND Industries Re-export & Re-import +HKG HKG Industries Agriculture +HKG HKG Industries Fishing +HKG HKG Industries Mining and Quarrying +HKG HKG Industries Food & Beverages +HKG HKG Industries Textiles and Wearing Apparel +HKG HKG Industries Wood and Paper +HKG HKG Industries Petroleum, Chemical and Non-Metallic Mineral Products +HKG HKG Industries Metal Products +HKG HKG Industries Electrical and Machinery +HKG HKG Industries Transport Equipment +HKG HKG Industries Other Manufacturing +HKG HKG Industries Recycling +HKG HKG Industries Electricity, Gas and Water +HKG HKG Industries Construction +HKG HKG Industries Maintenance and Repair +HKG HKG Industries Wholesale Trade +HKG HKG Industries Retail Trade +HKG HKG Industries Hotels and Restraurants +HKG HKG Industries Transport +HKG HKG Industries Post and Telecommunications +HKG HKG Industries Finacial Intermediation and Business Activities +HKG HKG Industries Public Administration +HKG HKG Industries Education, Health and Other Services +HKG HKG Industries Private Households +HKG HKG Industries Others +HKG HKG Industries Re-export & Re-import +HUN HUN Industries Agriculture +HUN HUN Industries Fishing +HUN HUN Industries Mining and Quarrying +HUN HUN Industries Food & Beverages +HUN HUN Industries Textiles and Wearing Apparel +HUN HUN Industries Wood and Paper +HUN HUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +HUN HUN Industries Metal Products +HUN HUN Industries Electrical and Machinery +HUN HUN Industries Transport Equipment +HUN HUN Industries Other Manufacturing +HUN HUN Industries Recycling +HUN HUN Industries Electricity, Gas and Water +HUN HUN Industries Construction +HUN HUN Industries Maintenance and Repair +HUN HUN Industries Wholesale Trade +HUN HUN Industries Retail Trade +HUN HUN Industries Hotels and Restraurants +HUN HUN Industries Transport +HUN HUN Industries Post and Telecommunications +HUN HUN Industries Finacial Intermediation and Business Activities +HUN HUN Industries Public Administration +HUN HUN Industries Education, Health and Other Services +HUN HUN Industries Private Households +HUN HUN Industries Others +HUN HUN Industries Re-export & Re-import +ISL ISL Industries Agriculture +ISL ISL Industries Fishing +ISL ISL Industries Mining and Quarrying +ISL ISL Industries Food & Beverages +ISL ISL Industries Textiles and Wearing Apparel +ISL ISL Industries Wood and Paper +ISL ISL Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISL ISL Industries Metal Products +ISL ISL Industries Electrical and Machinery +ISL ISL Industries Transport Equipment +ISL ISL Industries Other Manufacturing +ISL ISL Industries Recycling +ISL ISL Industries Electricity, Gas and Water +ISL ISL Industries Construction +ISL ISL Industries Maintenance and Repair +ISL ISL Industries Wholesale Trade +ISL ISL Industries Retail Trade +ISL ISL Industries Hotels and Restraurants +ISL ISL Industries Transport +ISL ISL Industries Post and Telecommunications +ISL ISL Industries Finacial Intermediation and Business Activities +ISL ISL Industries Public Administration +ISL ISL Industries Education, Health and Other Services +ISL ISL Industries Private Households +ISL ISL Industries Others +ISL ISL Industries Re-export & Re-import +IND IND Industries Agriculture +IND IND Industries Fishing +IND IND Industries Mining and Quarrying +IND IND Industries Food & Beverages +IND IND Industries Textiles and Wearing Apparel +IND IND Industries Wood and Paper +IND IND Industries Petroleum, Chemical and Non-Metallic Mineral Products +IND IND Industries Metal Products +IND IND Industries Electrical and Machinery +IND IND Industries Transport Equipment +IND IND Industries Other Manufacturing +IND IND Industries Recycling +IND IND Industries Electricity, Gas and Water +IND IND Industries Construction +IND IND Industries Maintenance and Repair +IND IND Industries Wholesale Trade +IND IND Industries Retail Trade +IND IND Industries Hotels and Restraurants +IND IND Industries Transport +IND IND Industries Post and Telecommunications +IND IND Industries Finacial Intermediation and Business Activities +IND IND Industries Public Administration +IND IND Industries Education, Health and Other Services +IND IND Industries Private Households +IND IND Industries Others +IND IND Industries Re-export & Re-import +IDN IDN Commodities Agriculture +IDN IDN Commodities Fishing +IDN IDN Commodities Mining and Quarrying +IDN IDN Commodities Food & Beverages +IDN IDN Commodities Textiles and Wearing Apparel +IDN IDN Commodities Wood and Paper +IDN IDN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +IDN IDN Commodities Metal Products +IDN IDN Commodities Electrical and Machinery +IDN IDN Commodities Transport Equipment +IDN IDN Commodities Other Manufacturing +IDN IDN Commodities Recycling +IDN IDN Commodities Electricity, Gas and Water +IDN IDN Commodities Construction +IDN IDN Commodities Maintenance and Repair +IDN IDN Commodities Wholesale Trade +IDN IDN Commodities Retail Trade +IDN IDN Commodities Hotels and Restraurants +IDN IDN Commodities Transport +IDN IDN Commodities Post and Telecommunications +IDN IDN Commodities Finacial Intermediation and Business Activities +IDN IDN Commodities Public Administration +IDN IDN Commodities Education, Health and Other Services +IDN IDN Commodities Private Households +IDN IDN Commodities Others +IDN IDN Commodities Re-export & Re-import +IRN IRN Industries Agriculture +IRN IRN Industries Fishing +IRN IRN Industries Mining and Quarrying +IRN IRN Industries Food & Beverages +IRN IRN Industries Textiles and Wearing Apparel +IRN IRN Industries Wood and Paper +IRN IRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRN IRN Industries Metal Products +IRN IRN Industries Electrical and Machinery +IRN IRN Industries Transport Equipment +IRN IRN Industries Other Manufacturing +IRN IRN Industries Recycling +IRN IRN Industries Electricity, Gas and Water +IRN IRN Industries Construction +IRN IRN Industries Maintenance and Repair +IRN IRN Industries Wholesale Trade +IRN IRN Industries Retail Trade +IRN IRN Industries Hotels and Restraurants +IRN IRN Industries Transport +IRN IRN Industries Post and Telecommunications +IRN IRN Industries Finacial Intermediation and Business Activities +IRN IRN Industries Public Administration +IRN IRN Industries Education, Health and Other Services +IRN IRN Industries Private Households +IRN IRN Industries Others +IRN IRN Industries Re-export & Re-import +IRQ IRQ Industries Agriculture +IRQ IRQ Industries Fishing +IRQ IRQ Industries Mining and Quarrying +IRQ IRQ Industries Food & Beverages +IRQ IRQ Industries Textiles and Wearing Apparel +IRQ IRQ Industries Wood and Paper +IRQ IRQ Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRQ IRQ Industries Metal Products +IRQ IRQ Industries Electrical and Machinery +IRQ IRQ Industries Transport Equipment +IRQ IRQ Industries Other Manufacturing +IRQ IRQ Industries Recycling +IRQ IRQ Industries Electricity, Gas and Water +IRQ IRQ Industries Construction +IRQ IRQ Industries Maintenance and Repair +IRQ IRQ Industries Wholesale Trade +IRQ IRQ Industries Retail Trade +IRQ IRQ Industries Hotels and Restraurants +IRQ IRQ Industries Transport +IRQ IRQ Industries Post and Telecommunications +IRQ IRQ Industries Finacial Intermediation and Business Activities +IRQ IRQ Industries Public Administration +IRQ IRQ Industries Education, Health and Other Services +IRQ IRQ Industries Private Households +IRQ IRQ Industries Others +IRQ IRQ Industries Re-export & Re-import +IRL IRL Industries Agriculture +IRL IRL Industries Fishing +IRL IRL Industries Mining and Quarrying +IRL IRL Industries Food & Beverages +IRL IRL Industries Textiles and Wearing Apparel +IRL IRL Industries Wood and Paper +IRL IRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRL IRL Industries Metal Products +IRL IRL Industries Electrical and Machinery +IRL IRL Industries Transport Equipment +IRL IRL Industries Other Manufacturing +IRL IRL Industries Recycling +IRL IRL Industries Electricity, Gas and Water +IRL IRL Industries Construction +IRL IRL Industries Maintenance and Repair +IRL IRL Industries Wholesale Trade +IRL IRL Industries Retail Trade +IRL IRL Industries Hotels and Restraurants +IRL IRL Industries Transport +IRL IRL Industries Post and Telecommunications +IRL IRL Industries Finacial Intermediation and Business Activities +IRL IRL Industries Public Administration +IRL IRL Industries Education, Health and Other Services +IRL IRL Industries Private Households +IRL IRL Industries Others +IRL IRL Industries Re-export & Re-import +ISR ISR Industries Agriculture +ISR ISR Industries Fishing +ISR ISR Industries Mining and Quarrying +ISR ISR Industries Food & Beverages +ISR ISR Industries Textiles and Wearing Apparel +ISR ISR Industries Wood and Paper +ISR ISR Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISR ISR Industries Metal Products +ISR ISR Industries Electrical and Machinery +ISR ISR Industries Transport Equipment +ISR ISR Industries Other Manufacturing +ISR ISR Industries Recycling +ISR ISR Industries Electricity, Gas and Water +ISR ISR Industries Construction +ISR ISR Industries Maintenance and Repair +ISR ISR Industries Wholesale Trade +ISR ISR Industries Retail Trade +ISR ISR Industries Hotels and Restraurants +ISR ISR Industries Transport +ISR ISR Industries Post and Telecommunications +ISR ISR Industries Finacial Intermediation and Business Activities +ISR ISR Industries Public Administration +ISR ISR Industries Education, Health and Other Services +ISR ISR Industries Private Households +ISR ISR Industries Others +ISR ISR Industries Re-export & Re-import +ITA ITA Industries Agriculture +ITA ITA Industries Fishing +ITA ITA Industries Mining and Quarrying +ITA ITA Industries Food & Beverages +ITA ITA Industries Textiles and Wearing Apparel +ITA ITA Industries Wood and Paper +ITA ITA Industries Petroleum, Chemical and Non-Metallic Mineral Products +ITA ITA Industries Metal Products +ITA ITA Industries Electrical and Machinery +ITA ITA Industries Transport Equipment +ITA ITA Industries Other Manufacturing +ITA ITA Industries Recycling +ITA ITA Industries Electricity, Gas and Water +ITA ITA Industries Construction +ITA ITA Industries Maintenance and Repair +ITA ITA Industries Wholesale Trade +ITA ITA Industries Retail Trade +ITA ITA Industries Hotels and Restraurants +ITA ITA Industries Transport +ITA ITA Industries Post and Telecommunications +ITA ITA Industries Finacial Intermediation and Business Activities +ITA ITA Industries Public Administration +ITA ITA Industries Education, Health and Other Services +ITA ITA Industries Private Households +ITA ITA Industries Others +ITA ITA Industries Re-export & Re-import +JAM JAM Industries Agriculture +JAM JAM Industries Fishing +JAM JAM Industries Mining and Quarrying +JAM JAM Industries Food & Beverages +JAM JAM Industries Textiles and Wearing Apparel +JAM JAM Industries Wood and Paper +JAM JAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +JAM JAM Industries Metal Products +JAM JAM Industries Electrical and Machinery +JAM JAM Industries Transport Equipment +JAM JAM Industries Other Manufacturing +JAM JAM Industries Recycling +JAM JAM Industries Electricity, Gas and Water +JAM JAM Industries Construction +JAM JAM Industries Maintenance and Repair +JAM JAM Industries Wholesale Trade +JAM JAM Industries Retail Trade +JAM JAM Industries Hotels and Restraurants +JAM JAM Industries Transport +JAM JAM Industries Post and Telecommunications +JAM JAM Industries Finacial Intermediation and Business Activities +JAM JAM Industries Public Administration +JAM JAM Industries Education, Health and Other Services +JAM JAM Industries Private Households +JAM JAM Industries Others +JAM JAM Industries Re-export & Re-import +JPN JPN Commodities Agriculture +JPN JPN Commodities Fishing +JPN JPN Commodities Mining and Quarrying +JPN JPN Commodities Food & Beverages +JPN JPN Commodities Textiles and Wearing Apparel +JPN JPN Commodities Wood and Paper +JPN JPN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +JPN JPN Commodities Metal Products +JPN JPN Commodities Electrical and Machinery +JPN JPN Commodities Transport Equipment +JPN JPN Commodities Other Manufacturing +JPN JPN Commodities Recycling +JPN JPN Commodities Electricity, Gas and Water +JPN JPN Commodities Construction +JPN JPN Commodities Maintenance and Repair +JPN JPN Commodities Wholesale Trade +JPN JPN Commodities Retail Trade +JPN JPN Commodities Hotels and Restraurants +JPN JPN Commodities Transport +JPN JPN Commodities Post and Telecommunications +JPN JPN Commodities Finacial Intermediation and Business Activities +JPN JPN Commodities Public Administration +JPN JPN Commodities Education, Health and Other Services +JPN JPN Commodities Private Households +JPN JPN Commodities Others +JPN JPN Commodities Re-export & Re-import +JOR JOR Industries Agriculture +JOR JOR Industries Fishing +JOR JOR Industries Mining and Quarrying +JOR JOR Industries Food & Beverages +JOR JOR Industries Textiles and Wearing Apparel +JOR JOR Industries Wood and Paper +JOR JOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +JOR JOR Industries Metal Products +JOR JOR Industries Electrical and Machinery +JOR JOR Industries Transport Equipment +JOR JOR Industries Other Manufacturing +JOR JOR Industries Recycling +JOR JOR Industries Electricity, Gas and Water +JOR JOR Industries Construction +JOR JOR Industries Maintenance and Repair +JOR JOR Industries Wholesale Trade +JOR JOR Industries Retail Trade +JOR JOR Industries Hotels and Restraurants +JOR JOR Industries Transport +JOR JOR Industries Post and Telecommunications +JOR JOR Industries Finacial Intermediation and Business Activities +JOR JOR Industries Public Administration +JOR JOR Industries Education, Health and Other Services +JOR JOR Industries Private Households +JOR JOR Industries Others +JOR JOR Industries Re-export & Re-import +KAZ KAZ Commodities Agriculture +KAZ KAZ Commodities Fishing +KAZ KAZ Commodities Mining and Quarrying +KAZ KAZ Commodities Food & Beverages +KAZ KAZ Commodities Textiles and Wearing Apparel +KAZ KAZ Commodities Wood and Paper +KAZ KAZ Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KAZ KAZ Commodities Metal Products +KAZ KAZ Commodities Electrical and Machinery +KAZ KAZ Commodities Transport Equipment +KAZ KAZ Commodities Other Manufacturing +KAZ KAZ Commodities Recycling +KAZ KAZ Commodities Electricity, Gas and Water +KAZ KAZ Commodities Construction +KAZ KAZ Commodities Maintenance and Repair +KAZ KAZ Commodities Wholesale Trade +KAZ KAZ Commodities Retail Trade +KAZ KAZ Commodities Hotels and Restraurants +KAZ KAZ Commodities Transport +KAZ KAZ Commodities Post and Telecommunications +KAZ KAZ Commodities Finacial Intermediation and Business Activities +KAZ KAZ Commodities Public Administration +KAZ KAZ Commodities Education, Health and Other Services +KAZ KAZ Commodities Private Households +KAZ KAZ Commodities Others +KAZ KAZ Commodities Re-export & Re-import +KEN KEN Industries Agriculture +KEN KEN Industries Fishing +KEN KEN Industries Mining and Quarrying +KEN KEN Industries Food & Beverages +KEN KEN Industries Textiles and Wearing Apparel +KEN KEN Industries Wood and Paper +KEN KEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +KEN KEN Industries Metal Products +KEN KEN Industries Electrical and Machinery +KEN KEN Industries Transport Equipment +KEN KEN Industries Other Manufacturing +KEN KEN Industries Recycling +KEN KEN Industries Electricity, Gas and Water +KEN KEN Industries Construction +KEN KEN Industries Maintenance and Repair +KEN KEN Industries Wholesale Trade +KEN KEN Industries Retail Trade +KEN KEN Industries Hotels and Restraurants +KEN KEN Industries Transport +KEN KEN Industries Post and Telecommunications +KEN KEN Industries Finacial Intermediation and Business Activities +KEN KEN Industries Public Administration +KEN KEN Industries Education, Health and Other Services +KEN KEN Industries Private Households +KEN KEN Industries Others +KEN KEN Industries Re-export & Re-import +KWT KWT Industries Agriculture +KWT KWT Industries Fishing +KWT KWT Industries Mining and Quarrying +KWT KWT Industries Food & Beverages +KWT KWT Industries Textiles and Wearing Apparel +KWT KWT Industries Wood and Paper +KWT KWT Industries Petroleum, Chemical and Non-Metallic Mineral Products +KWT KWT Industries Metal Products +KWT KWT Industries Electrical and Machinery +KWT KWT Industries Transport Equipment +KWT KWT Industries Other Manufacturing +KWT KWT Industries Recycling +KWT KWT Industries Electricity, Gas and Water +KWT KWT Industries Construction +KWT KWT Industries Maintenance and Repair +KWT KWT Industries Wholesale Trade +KWT KWT Industries Retail Trade +KWT KWT Industries Hotels and Restraurants +KWT KWT Industries Transport +KWT KWT Industries Post and Telecommunications +KWT KWT Industries Finacial Intermediation and Business Activities +KWT KWT Industries Public Administration +KWT KWT Industries Education, Health and Other Services +KWT KWT Industries Private Households +KWT KWT Industries Others +KWT KWT Industries Re-export & Re-import +KGZ KGZ Industries Agriculture +KGZ KGZ Industries Fishing +KGZ KGZ Industries Mining and Quarrying +KGZ KGZ Industries Food & Beverages +KGZ KGZ Industries Textiles and Wearing Apparel +KGZ KGZ Industries Wood and Paper +KGZ KGZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +KGZ KGZ Industries Metal Products +KGZ KGZ Industries Electrical and Machinery +KGZ KGZ Industries Transport Equipment +KGZ KGZ Industries Other Manufacturing +KGZ KGZ Industries Recycling +KGZ KGZ Industries Electricity, Gas and Water +KGZ KGZ Industries Construction +KGZ KGZ Industries Maintenance and Repair +KGZ KGZ Industries Wholesale Trade +KGZ KGZ Industries Retail Trade +KGZ KGZ Industries Hotels and Restraurants +KGZ KGZ Industries Transport +KGZ KGZ Industries Post and Telecommunications +KGZ KGZ Industries Finacial Intermediation and Business Activities +KGZ KGZ Industries Public Administration +KGZ KGZ Industries Education, Health and Other Services +KGZ KGZ Industries Private Households +KGZ KGZ Industries Others +KGZ KGZ Industries Re-export & Re-import +LAO LAO Industries Agriculture +LAO LAO Industries Fishing +LAO LAO Industries Mining and Quarrying +LAO LAO Industries Food & Beverages +LAO LAO Industries Textiles and Wearing Apparel +LAO LAO Industries Wood and Paper +LAO LAO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LAO LAO Industries Metal Products +LAO LAO Industries Electrical and Machinery +LAO LAO Industries Transport Equipment +LAO LAO Industries Other Manufacturing +LAO LAO Industries Recycling +LAO LAO Industries Electricity, Gas and Water +LAO LAO Industries Construction +LAO LAO Industries Maintenance and Repair +LAO LAO Industries Wholesale Trade +LAO LAO Industries Retail Trade +LAO LAO Industries Hotels and Restraurants +LAO LAO Industries Transport +LAO LAO Industries Post and Telecommunications +LAO LAO Industries Finacial Intermediation and Business Activities +LAO LAO Industries Public Administration +LAO LAO Industries Education, Health and Other Services +LAO LAO Industries Private Households +LAO LAO Industries Others +LAO LAO Industries Re-export & Re-import +LVA LVA Industries Agriculture +LVA LVA Industries Fishing +LVA LVA Industries Mining and Quarrying +LVA LVA Industries Food & Beverages +LVA LVA Industries Textiles and Wearing Apparel +LVA LVA Industries Wood and Paper +LVA LVA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LVA LVA Industries Metal Products +LVA LVA Industries Electrical and Machinery +LVA LVA Industries Transport Equipment +LVA LVA Industries Other Manufacturing +LVA LVA Industries Recycling +LVA LVA Industries Electricity, Gas and Water +LVA LVA Industries Construction +LVA LVA Industries Maintenance and Repair +LVA LVA Industries Wholesale Trade +LVA LVA Industries Retail Trade +LVA LVA Industries Hotels and Restraurants +LVA LVA Industries Transport +LVA LVA Industries Post and Telecommunications +LVA LVA Industries Finacial Intermediation and Business Activities +LVA LVA Industries Public Administration +LVA LVA Industries Education, Health and Other Services +LVA LVA Industries Private Households +LVA LVA Industries Others +LVA LVA Industries Re-export & Re-import +LBN LBN Industries Agriculture +LBN LBN Industries Fishing +LBN LBN Industries Mining and Quarrying +LBN LBN Industries Food & Beverages +LBN LBN Industries Textiles and Wearing Apparel +LBN LBN Industries Wood and Paper +LBN LBN Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBN LBN Industries Metal Products +LBN LBN Industries Electrical and Machinery +LBN LBN Industries Transport Equipment +LBN LBN Industries Other Manufacturing +LBN LBN Industries Recycling +LBN LBN Industries Electricity, Gas and Water +LBN LBN Industries Construction +LBN LBN Industries Maintenance and Repair +LBN LBN Industries Wholesale Trade +LBN LBN Industries Retail Trade +LBN LBN Industries Hotels and Restraurants +LBN LBN Industries Transport +LBN LBN Industries Post and Telecommunications +LBN LBN Industries Finacial Intermediation and Business Activities +LBN LBN Industries Public Administration +LBN LBN Industries Education, Health and Other Services +LBN LBN Industries Private Households +LBN LBN Industries Others +LBN LBN Industries Re-export & Re-import +LSO LSO Industries Agriculture +LSO LSO Industries Fishing +LSO LSO Industries Mining and Quarrying +LSO LSO Industries Food & Beverages +LSO LSO Industries Textiles and Wearing Apparel +LSO LSO Industries Wood and Paper +LSO LSO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LSO LSO Industries Metal Products +LSO LSO Industries Electrical and Machinery +LSO LSO Industries Transport Equipment +LSO LSO Industries Other Manufacturing +LSO LSO Industries Recycling +LSO LSO Industries Electricity, Gas and Water +LSO LSO Industries Construction +LSO LSO Industries Maintenance and Repair +LSO LSO Industries Wholesale Trade +LSO LSO Industries Retail Trade +LSO LSO Industries Hotels and Restraurants +LSO LSO Industries Transport +LSO LSO Industries Post and Telecommunications +LSO LSO Industries Finacial Intermediation and Business Activities +LSO LSO Industries Public Administration +LSO LSO Industries Education, Health and Other Services +LSO LSO Industries Private Households +LSO LSO Industries Others +LSO LSO Industries Re-export & Re-import +LBR LBR Industries Agriculture +LBR LBR Industries Fishing +LBR LBR Industries Mining and Quarrying +LBR LBR Industries Food & Beverages +LBR LBR Industries Textiles and Wearing Apparel +LBR LBR Industries Wood and Paper +LBR LBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBR LBR Industries Metal Products +LBR LBR Industries Electrical and Machinery +LBR LBR Industries Transport Equipment +LBR LBR Industries Other Manufacturing +LBR LBR Industries Recycling +LBR LBR Industries Electricity, Gas and Water +LBR LBR Industries Construction +LBR LBR Industries Maintenance and Repair +LBR LBR Industries Wholesale Trade +LBR LBR Industries Retail Trade +LBR LBR Industries Hotels and Restraurants +LBR LBR Industries Transport +LBR LBR Industries Post and Telecommunications +LBR LBR Industries Finacial Intermediation and Business Activities +LBR LBR Industries Public Administration +LBR LBR Industries Education, Health and Other Services +LBR LBR Industries Private Households +LBR LBR Industries Others +LBR LBR Industries Re-export & Re-import +LBY LBY Industries Agriculture +LBY LBY Industries Fishing +LBY LBY Industries Mining and Quarrying +LBY LBY Industries Food & Beverages +LBY LBY Industries Textiles and Wearing Apparel +LBY LBY Industries Wood and Paper +LBY LBY Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBY LBY Industries Metal Products +LBY LBY Industries Electrical and Machinery +LBY LBY Industries Transport Equipment +LBY LBY Industries Other Manufacturing +LBY LBY Industries Recycling +LBY LBY Industries Electricity, Gas and Water +LBY LBY Industries Construction +LBY LBY Industries Maintenance and Repair +LBY LBY Industries Wholesale Trade +LBY LBY Industries Retail Trade +LBY LBY Industries Hotels and Restraurants +LBY LBY Industries Transport +LBY LBY Industries Post and Telecommunications +LBY LBY Industries Finacial Intermediation and Business Activities +LBY LBY Industries Public Administration +LBY LBY Industries Education, Health and Other Services +LBY LBY Industries Private Households +LBY LBY Industries Others +LBY LBY Industries Re-export & Re-import +LIE LIE Industries Agriculture +LIE LIE Industries Fishing +LIE LIE Industries Mining and Quarrying +LIE LIE Industries Food & Beverages +LIE LIE Industries Textiles and Wearing Apparel +LIE LIE Industries Wood and Paper +LIE LIE Industries Petroleum, Chemical and Non-Metallic Mineral Products +LIE LIE Industries Metal Products +LIE LIE Industries Electrical and Machinery +LIE LIE Industries Transport Equipment +LIE LIE Industries Other Manufacturing +LIE LIE Industries Recycling +LIE LIE Industries Electricity, Gas and Water +LIE LIE Industries Construction +LIE LIE Industries Maintenance and Repair +LIE LIE Industries Wholesale Trade +LIE LIE Industries Retail Trade +LIE LIE Industries Hotels and Restraurants +LIE LIE Industries Transport +LIE LIE Industries Post and Telecommunications +LIE LIE Industries Finacial Intermediation and Business Activities +LIE LIE Industries Public Administration +LIE LIE Industries Education, Health and Other Services +LIE LIE Industries Private Households +LIE LIE Industries Others +LIE LIE Industries Re-export & Re-import +LTU LTU Industries Agriculture +LTU LTU Industries Fishing +LTU LTU Industries Mining and Quarrying +LTU LTU Industries Food & Beverages +LTU LTU Industries Textiles and Wearing Apparel +LTU LTU Industries Wood and Paper +LTU LTU Industries Petroleum, Chemical and Non-Metallic Mineral Products +LTU LTU Industries Metal Products +LTU LTU Industries Electrical and Machinery +LTU LTU Industries Transport Equipment +LTU LTU Industries Other Manufacturing +LTU LTU Industries Recycling +LTU LTU Industries Electricity, Gas and Water +LTU LTU Industries Construction +LTU LTU Industries Maintenance and Repair +LTU LTU Industries Wholesale Trade +LTU LTU Industries Retail Trade +LTU LTU Industries Hotels and Restraurants +LTU LTU Industries Transport +LTU LTU Industries Post and Telecommunications +LTU LTU Industries Finacial Intermediation and Business Activities +LTU LTU Industries Public Administration +LTU LTU Industries Education, Health and Other Services +LTU LTU Industries Private Households +LTU LTU Industries Others +LTU LTU Industries Re-export & Re-import +LUX LUX Industries Agriculture +LUX LUX Industries Fishing +LUX LUX Industries Mining and Quarrying +LUX LUX Industries Food & Beverages +LUX LUX Industries Textiles and Wearing Apparel +LUX LUX Industries Wood and Paper +LUX LUX Industries Petroleum, Chemical and Non-Metallic Mineral Products +LUX LUX Industries Metal Products +LUX LUX Industries Electrical and Machinery +LUX LUX Industries Transport Equipment +LUX LUX Industries Other Manufacturing +LUX LUX Industries Recycling +LUX LUX Industries Electricity, Gas and Water +LUX LUX Industries Construction +LUX LUX Industries Maintenance and Repair +LUX LUX Industries Wholesale Trade +LUX LUX Industries Retail Trade +LUX LUX Industries Hotels and Restraurants +LUX LUX Industries Transport +LUX LUX Industries Post and Telecommunications +LUX LUX Industries Finacial Intermediation and Business Activities +LUX LUX Industries Public Administration +LUX LUX Industries Education, Health and Other Services +LUX LUX Industries Private Households +LUX LUX Industries Others +LUX LUX Industries Re-export & Re-import +MAC MAC Industries Agriculture +MAC MAC Industries Fishing +MAC MAC Industries Mining and Quarrying +MAC MAC Industries Food & Beverages +MAC MAC Industries Textiles and Wearing Apparel +MAC MAC Industries Wood and Paper +MAC MAC Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAC MAC Industries Metal Products +MAC MAC Industries Electrical and Machinery +MAC MAC Industries Transport Equipment +MAC MAC Industries Other Manufacturing +MAC MAC Industries Recycling +MAC MAC Industries Electricity, Gas and Water +MAC MAC Industries Construction +MAC MAC Industries Maintenance and Repair +MAC MAC Industries Wholesale Trade +MAC MAC Industries Retail Trade +MAC MAC Industries Hotels and Restraurants +MAC MAC Industries Transport +MAC MAC Industries Post and Telecommunications +MAC MAC Industries Finacial Intermediation and Business Activities +MAC MAC Industries Public Administration +MAC MAC Industries Education, Health and Other Services +MAC MAC Industries Private Households +MAC MAC Industries Others +MAC MAC Industries Re-export & Re-import +MDG MDG Industries Agriculture +MDG MDG Industries Fishing +MDG MDG Industries Mining and Quarrying +MDG MDG Industries Food & Beverages +MDG MDG Industries Textiles and Wearing Apparel +MDG MDG Industries Wood and Paper +MDG MDG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDG MDG Industries Metal Products +MDG MDG Industries Electrical and Machinery +MDG MDG Industries Transport Equipment +MDG MDG Industries Other Manufacturing +MDG MDG Industries Recycling +MDG MDG Industries Electricity, Gas and Water +MDG MDG Industries Construction +MDG MDG Industries Maintenance and Repair +MDG MDG Industries Wholesale Trade +MDG MDG Industries Retail Trade +MDG MDG Industries Hotels and Restraurants +MDG MDG Industries Transport +MDG MDG Industries Post and Telecommunications +MDG MDG Industries Finacial Intermediation and Business Activities +MDG MDG Industries Public Administration +MDG MDG Industries Education, Health and Other Services +MDG MDG Industries Private Households +MDG MDG Industries Others +MDG MDG Industries Re-export & Re-import +MWI MWI Industries Agriculture +MWI MWI Industries Fishing +MWI MWI Industries Mining and Quarrying +MWI MWI Industries Food & Beverages +MWI MWI Industries Textiles and Wearing Apparel +MWI MWI Industries Wood and Paper +MWI MWI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MWI MWI Industries Metal Products +MWI MWI Industries Electrical and Machinery +MWI MWI Industries Transport Equipment +MWI MWI Industries Other Manufacturing +MWI MWI Industries Recycling +MWI MWI Industries Electricity, Gas and Water +MWI MWI Industries Construction +MWI MWI Industries Maintenance and Repair +MWI MWI Industries Wholesale Trade +MWI MWI Industries Retail Trade +MWI MWI Industries Hotels and Restraurants +MWI MWI Industries Transport +MWI MWI Industries Post and Telecommunications +MWI MWI Industries Finacial Intermediation and Business Activities +MWI MWI Industries Public Administration +MWI MWI Industries Education, Health and Other Services +MWI MWI Industries Private Households +MWI MWI Industries Others +MWI MWI Industries Re-export & Re-import +MYS MYS Commodities Agriculture +MYS MYS Commodities Fishing +MYS MYS Commodities Mining and Quarrying +MYS MYS Commodities Food & Beverages +MYS MYS Commodities Textiles and Wearing Apparel +MYS MYS Commodities Wood and Paper +MYS MYS Commodities Petroleum, Chemical and Non-Metallic Mineral Products +MYS MYS Commodities Metal Products +MYS MYS Commodities Electrical and Machinery +MYS MYS Commodities Transport Equipment +MYS MYS Commodities Other Manufacturing +MYS MYS Commodities Recycling +MYS MYS Commodities Electricity, Gas and Water +MYS MYS Commodities Construction +MYS MYS Commodities Maintenance and Repair +MYS MYS Commodities Wholesale Trade +MYS MYS Commodities Retail Trade +MYS MYS Commodities Hotels and Restraurants +MYS MYS Commodities Transport +MYS MYS Commodities Post and Telecommunications +MYS MYS Commodities Finacial Intermediation and Business Activities +MYS MYS Commodities Public Administration +MYS MYS Commodities Education, Health and Other Services +MYS MYS Commodities Private Households +MYS MYS Commodities Others +MYS MYS Commodities Re-export & Re-import +MDV MDV Industries Agriculture +MDV MDV Industries Fishing +MDV MDV Industries Mining and Quarrying +MDV MDV Industries Food & Beverages +MDV MDV Industries Textiles and Wearing Apparel +MDV MDV Industries Wood and Paper +MDV MDV Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDV MDV Industries Metal Products +MDV MDV Industries Electrical and Machinery +MDV MDV Industries Transport Equipment +MDV MDV Industries Other Manufacturing +MDV MDV Industries Recycling +MDV MDV Industries Electricity, Gas and Water +MDV MDV Industries Construction +MDV MDV Industries Maintenance and Repair +MDV MDV Industries Wholesale Trade +MDV MDV Industries Retail Trade +MDV MDV Industries Hotels and Restraurants +MDV MDV Industries Transport +MDV MDV Industries Post and Telecommunications +MDV MDV Industries Finacial Intermediation and Business Activities +MDV MDV Industries Public Administration +MDV MDV Industries Education, Health and Other Services +MDV MDV Industries Private Households +MDV MDV Industries Others +MDV MDV Industries Re-export & Re-import +MLI MLI Industries Agriculture +MLI MLI Industries Fishing +MLI MLI Industries Mining and Quarrying +MLI MLI Industries Food & Beverages +MLI MLI Industries Textiles and Wearing Apparel +MLI MLI Industries Wood and Paper +MLI MLI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLI MLI Industries Metal Products +MLI MLI Industries Electrical and Machinery +MLI MLI Industries Transport Equipment +MLI MLI Industries Other Manufacturing +MLI MLI Industries Recycling +MLI MLI Industries Electricity, Gas and Water +MLI MLI Industries Construction +MLI MLI Industries Maintenance and Repair +MLI MLI Industries Wholesale Trade +MLI MLI Industries Retail Trade +MLI MLI Industries Hotels and Restraurants +MLI MLI Industries Transport +MLI MLI Industries Post and Telecommunications +MLI MLI Industries Finacial Intermediation and Business Activities +MLI MLI Industries Public Administration +MLI MLI Industries Education, Health and Other Services +MLI MLI Industries Private Households +MLI MLI Industries Others +MLI MLI Industries Re-export & Re-import +MLT MLT Industries Agriculture +MLT MLT Industries Fishing +MLT MLT Industries Mining and Quarrying +MLT MLT Industries Food & Beverages +MLT MLT Industries Textiles and Wearing Apparel +MLT MLT Industries Wood and Paper +MLT MLT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLT MLT Industries Metal Products +MLT MLT Industries Electrical and Machinery +MLT MLT Industries Transport Equipment +MLT MLT Industries Other Manufacturing +MLT MLT Industries Recycling +MLT MLT Industries Electricity, Gas and Water +MLT MLT Industries Construction +MLT MLT Industries Maintenance and Repair +MLT MLT Industries Wholesale Trade +MLT MLT Industries Retail Trade +MLT MLT Industries Hotels and Restraurants +MLT MLT Industries Transport +MLT MLT Industries Post and Telecommunications +MLT MLT Industries Finacial Intermediation and Business Activities +MLT MLT Industries Public Administration +MLT MLT Industries Education, Health and Other Services +MLT MLT Industries Private Households +MLT MLT Industries Others +MLT MLT Industries Re-export & Re-import +MRT MRT Industries Agriculture +MRT MRT Industries Fishing +MRT MRT Industries Mining and Quarrying +MRT MRT Industries Food & Beverages +MRT MRT Industries Textiles and Wearing Apparel +MRT MRT Industries Wood and Paper +MRT MRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MRT MRT Industries Metal Products +MRT MRT Industries Electrical and Machinery +MRT MRT Industries Transport Equipment +MRT MRT Industries Other Manufacturing +MRT MRT Industries Recycling +MRT MRT Industries Electricity, Gas and Water +MRT MRT Industries Construction +MRT MRT Industries Maintenance and Repair +MRT MRT Industries Wholesale Trade +MRT MRT Industries Retail Trade +MRT MRT Industries Hotels and Restraurants +MRT MRT Industries Transport +MRT MRT Industries Post and Telecommunications +MRT MRT Industries Finacial Intermediation and Business Activities +MRT MRT Industries Public Administration +MRT MRT Industries Education, Health and Other Services +MRT MRT Industries Private Households +MRT MRT Industries Others +MRT MRT Industries Re-export & Re-import +MUS MUS Industries Agriculture +MUS MUS Industries Fishing +MUS MUS Industries Mining and Quarrying +MUS MUS Industries Food & Beverages +MUS MUS Industries Textiles and Wearing Apparel +MUS MUS Industries Wood and Paper +MUS MUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +MUS MUS Industries Metal Products +MUS MUS Industries Electrical and Machinery +MUS MUS Industries Transport Equipment +MUS MUS Industries Other Manufacturing +MUS MUS Industries Recycling +MUS MUS Industries Electricity, Gas and Water +MUS MUS Industries Construction +MUS MUS Industries Maintenance and Repair +MUS MUS Industries Wholesale Trade +MUS MUS Industries Retail Trade +MUS MUS Industries Hotels and Restraurants +MUS MUS Industries Transport +MUS MUS Industries Post and Telecommunications +MUS MUS Industries Finacial Intermediation and Business Activities +MUS MUS Industries Public Administration +MUS MUS Industries Education, Health and Other Services +MUS MUS Industries Private Households +MUS MUS Industries Others +MUS MUS Industries Re-export & Re-import +MEX MEX Industries Agriculture +MEX MEX Industries Fishing +MEX MEX Industries Mining and Quarrying +MEX MEX Industries Food & Beverages +MEX MEX Industries Textiles and Wearing Apparel +MEX MEX Industries Wood and Paper +MEX MEX Industries Petroleum, Chemical and Non-Metallic Mineral Products +MEX MEX Industries Metal Products +MEX MEX Industries Electrical and Machinery +MEX MEX Industries Transport Equipment +MEX MEX Industries Other Manufacturing +MEX MEX Industries Recycling +MEX MEX Industries Electricity, Gas and Water +MEX MEX Industries Construction +MEX MEX Industries Maintenance and Repair +MEX MEX Industries Wholesale Trade +MEX MEX Industries Retail Trade +MEX MEX Industries Hotels and Restraurants +MEX MEX Industries Transport +MEX MEX Industries Post and Telecommunications +MEX MEX Industries Finacial Intermediation and Business Activities +MEX MEX Industries Public Administration +MEX MEX Industries Education, Health and Other Services +MEX MEX Industries Private Households +MEX MEX Industries Others +MEX MEX Industries Re-export & Re-import +MCO MCO Industries Agriculture +MCO MCO Industries Fishing +MCO MCO Industries Mining and Quarrying +MCO MCO Industries Food & Beverages +MCO MCO Industries Textiles and Wearing Apparel +MCO MCO Industries Wood and Paper +MCO MCO Industries Petroleum, Chemical and Non-Metallic Mineral Products +MCO MCO Industries Metal Products +MCO MCO Industries Electrical and Machinery +MCO MCO Industries Transport Equipment +MCO MCO Industries Other Manufacturing +MCO MCO Industries Recycling +MCO MCO Industries Electricity, Gas and Water +MCO MCO Industries Construction +MCO MCO Industries Maintenance and Repair +MCO MCO Industries Wholesale Trade +MCO MCO Industries Retail Trade +MCO MCO Industries Hotels and Restraurants +MCO MCO Industries Transport +MCO MCO Industries Post and Telecommunications +MCO MCO Industries Finacial Intermediation and Business Activities +MCO MCO Industries Public Administration +MCO MCO Industries Education, Health and Other Services +MCO MCO Industries Private Households +MCO MCO Industries Others +MCO MCO Industries Re-export & Re-import +MNG MNG Industries Agriculture +MNG MNG Industries Fishing +MNG MNG Industries Mining and Quarrying +MNG MNG Industries Food & Beverages +MNG MNG Industries Textiles and Wearing Apparel +MNG MNG Industries Wood and Paper +MNG MNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNG MNG Industries Metal Products +MNG MNG Industries Electrical and Machinery +MNG MNG Industries Transport Equipment +MNG MNG Industries Other Manufacturing +MNG MNG Industries Recycling +MNG MNG Industries Electricity, Gas and Water +MNG MNG Industries Construction +MNG MNG Industries Maintenance and Repair +MNG MNG Industries Wholesale Trade +MNG MNG Industries Retail Trade +MNG MNG Industries Hotels and Restraurants +MNG MNG Industries Transport +MNG MNG Industries Post and Telecommunications +MNG MNG Industries Finacial Intermediation and Business Activities +MNG MNG Industries Public Administration +MNG MNG Industries Education, Health and Other Services +MNG MNG Industries Private Households +MNG MNG Industries Others +MNG MNG Industries Re-export & Re-import +MNE MNE Industries Agriculture +MNE MNE Industries Fishing +MNE MNE Industries Mining and Quarrying +MNE MNE Industries Food & Beverages +MNE MNE Industries Textiles and Wearing Apparel +MNE MNE Industries Wood and Paper +MNE MNE Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNE MNE Industries Metal Products +MNE MNE Industries Electrical and Machinery +MNE MNE Industries Transport Equipment +MNE MNE Industries Other Manufacturing +MNE MNE Industries Recycling +MNE MNE Industries Electricity, Gas and Water +MNE MNE Industries Construction +MNE MNE Industries Maintenance and Repair +MNE MNE Industries Wholesale Trade +MNE MNE Industries Retail Trade +MNE MNE Industries Hotels and Restraurants +MNE MNE Industries Transport +MNE MNE Industries Post and Telecommunications +MNE MNE Industries Finacial Intermediation and Business Activities +MNE MNE Industries Public Administration +MNE MNE Industries Education, Health and Other Services +MNE MNE Industries Private Households +MNE MNE Industries Others +MNE MNE Industries Re-export & Re-import +MAR MAR Industries Agriculture +MAR MAR Industries Fishing +MAR MAR Industries Mining and Quarrying +MAR MAR Industries Food & Beverages +MAR MAR Industries Textiles and Wearing Apparel +MAR MAR Industries Wood and Paper +MAR MAR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAR MAR Industries Metal Products +MAR MAR Industries Electrical and Machinery +MAR MAR Industries Transport Equipment +MAR MAR Industries Other Manufacturing +MAR MAR Industries Recycling +MAR MAR Industries Electricity, Gas and Water +MAR MAR Industries Construction +MAR MAR Industries Maintenance and Repair +MAR MAR Industries Wholesale Trade +MAR MAR Industries Retail Trade +MAR MAR Industries Hotels and Restraurants +MAR MAR Industries Transport +MAR MAR Industries Post and Telecommunications +MAR MAR Industries Finacial Intermediation and Business Activities +MAR MAR Industries Public Administration +MAR MAR Industries Education, Health and Other Services +MAR MAR Industries Private Households +MAR MAR Industries Others +MAR MAR Industries Re-export & Re-import +MOZ MOZ Industries Agriculture +MOZ MOZ Industries Fishing +MOZ MOZ Industries Mining and Quarrying +MOZ MOZ Industries Food & Beverages +MOZ MOZ Industries Textiles and Wearing Apparel +MOZ MOZ Industries Wood and Paper +MOZ MOZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +MOZ MOZ Industries Metal Products +MOZ MOZ Industries Electrical and Machinery +MOZ MOZ Industries Transport Equipment +MOZ MOZ Industries Other Manufacturing +MOZ MOZ Industries Recycling +MOZ MOZ Industries Electricity, Gas and Water +MOZ MOZ Industries Construction +MOZ MOZ Industries Maintenance and Repair +MOZ MOZ Industries Wholesale Trade +MOZ MOZ Industries Retail Trade +MOZ MOZ Industries Hotels and Restraurants +MOZ MOZ Industries Transport +MOZ MOZ Industries Post and Telecommunications +MOZ MOZ Industries Finacial Intermediation and Business Activities +MOZ MOZ Industries Public Administration +MOZ MOZ Industries Education, Health and Other Services +MOZ MOZ Industries Private Households +MOZ MOZ Industries Others +MOZ MOZ Industries Re-export & Re-import +MMR MMR Industries Agriculture +MMR MMR Industries Fishing +MMR MMR Industries Mining and Quarrying +MMR MMR Industries Food & Beverages +MMR MMR Industries Textiles and Wearing Apparel +MMR MMR Industries Wood and Paper +MMR MMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MMR MMR Industries Metal Products +MMR MMR Industries Electrical and Machinery +MMR MMR Industries Transport Equipment +MMR MMR Industries Other Manufacturing +MMR MMR Industries Recycling +MMR MMR Industries Electricity, Gas and Water +MMR MMR Industries Construction +MMR MMR Industries Maintenance and Repair +MMR MMR Industries Wholesale Trade +MMR MMR Industries Retail Trade +MMR MMR Industries Hotels and Restraurants +MMR MMR Industries Transport +MMR MMR Industries Post and Telecommunications +MMR MMR Industries Finacial Intermediation and Business Activities +MMR MMR Industries Public Administration +MMR MMR Industries Education, Health and Other Services +MMR MMR Industries Private Households +MMR MMR Industries Others +MMR MMR Industries Re-export & Re-import +NAM NAM Industries Agriculture +NAM NAM Industries Fishing +NAM NAM Industries Mining and Quarrying +NAM NAM Industries Food & Beverages +NAM NAM Industries Textiles and Wearing Apparel +NAM NAM Industries Wood and Paper +NAM NAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +NAM NAM Industries Metal Products +NAM NAM Industries Electrical and Machinery +NAM NAM Industries Transport Equipment +NAM NAM Industries Other Manufacturing +NAM NAM Industries Recycling +NAM NAM Industries Electricity, Gas and Water +NAM NAM Industries Construction +NAM NAM Industries Maintenance and Repair +NAM NAM Industries Wholesale Trade +NAM NAM Industries Retail Trade +NAM NAM Industries Hotels and Restraurants +NAM NAM Industries Transport +NAM NAM Industries Post and Telecommunications +NAM NAM Industries Finacial Intermediation and Business Activities +NAM NAM Industries Public Administration +NAM NAM Industries Education, Health and Other Services +NAM NAM Industries Private Households +NAM NAM Industries Others +NAM NAM Industries Re-export & Re-import +NPL NPL Industries Agriculture +NPL NPL Industries Fishing +NPL NPL Industries Mining and Quarrying +NPL NPL Industries Food & Beverages +NPL NPL Industries Textiles and Wearing Apparel +NPL NPL Industries Wood and Paper +NPL NPL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NPL NPL Industries Metal Products +NPL NPL Industries Electrical and Machinery +NPL NPL Industries Transport Equipment +NPL NPL Industries Other Manufacturing +NPL NPL Industries Recycling +NPL NPL Industries Electricity, Gas and Water +NPL NPL Industries Construction +NPL NPL Industries Maintenance and Repair +NPL NPL Industries Wholesale Trade +NPL NPL Industries Retail Trade +NPL NPL Industries Hotels and Restraurants +NPL NPL Industries Transport +NPL NPL Industries Post and Telecommunications +NPL NPL Industries Finacial Intermediation and Business Activities +NPL NPL Industries Public Administration +NPL NPL Industries Education, Health and Other Services +NPL NPL Industries Private Households +NPL NPL Industries Others +NPL NPL Industries Re-export & Re-import +NLD NLD Industries Agriculture +NLD NLD Industries Fishing +NLD NLD Industries Mining and Quarrying +NLD NLD Industries Food & Beverages +NLD NLD Industries Textiles and Wearing Apparel +NLD NLD Industries Wood and Paper +NLD NLD Industries Petroleum, Chemical and Non-Metallic Mineral Products +NLD NLD Industries Metal Products +NLD NLD Industries Electrical and Machinery +NLD NLD Industries Transport Equipment +NLD NLD Industries Other Manufacturing +NLD NLD Industries Recycling +NLD NLD Industries Electricity, Gas and Water +NLD NLD Industries Construction +NLD NLD Industries Maintenance and Repair +NLD NLD Industries Wholesale Trade +NLD NLD Industries Retail Trade +NLD NLD Industries Hotels and Restraurants +NLD NLD Industries Transport +NLD NLD Industries Post and Telecommunications +NLD NLD Industries Finacial Intermediation and Business Activities +NLD NLD Industries Public Administration +NLD NLD Industries Education, Health and Other Services +NLD NLD Industries Private Households +NLD NLD Industries Others +NLD NLD Industries Re-export & Re-import +ANT ANT Industries Agriculture +ANT ANT Industries Fishing +ANT ANT Industries Mining and Quarrying +ANT ANT Industries Food & Beverages +ANT ANT Industries Textiles and Wearing Apparel +ANT ANT Industries Wood and Paper +ANT ANT Industries Petroleum, Chemical and Non-Metallic Mineral Products +ANT ANT Industries Metal Products +ANT ANT Industries Electrical and Machinery +ANT ANT Industries Transport Equipment +ANT ANT Industries Other Manufacturing +ANT ANT Industries Recycling +ANT ANT Industries Electricity, Gas and Water +ANT ANT Industries Construction +ANT ANT Industries Maintenance and Repair +ANT ANT Industries Wholesale Trade +ANT ANT Industries Retail Trade +ANT ANT Industries Hotels and Restraurants +ANT ANT Industries Transport +ANT ANT Industries Post and Telecommunications +ANT ANT Industries Finacial Intermediation and Business Activities +ANT ANT Industries Public Administration +ANT ANT Industries Education, Health and Other Services +ANT ANT Industries Private Households +ANT ANT Industries Others +ANT ANT Industries Re-export & Re-import +NCL NCL Industries Agriculture +NCL NCL Industries Fishing +NCL NCL Industries Mining and Quarrying +NCL NCL Industries Food & Beverages +NCL NCL Industries Textiles and Wearing Apparel +NCL NCL Industries Wood and Paper +NCL NCL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NCL NCL Industries Metal Products +NCL NCL Industries Electrical and Machinery +NCL NCL Industries Transport Equipment +NCL NCL Industries Other Manufacturing +NCL NCL Industries Recycling +NCL NCL Industries Electricity, Gas and Water +NCL NCL Industries Construction +NCL NCL Industries Maintenance and Repair +NCL NCL Industries Wholesale Trade +NCL NCL Industries Retail Trade +NCL NCL Industries Hotels and Restraurants +NCL NCL Industries Transport +NCL NCL Industries Post and Telecommunications +NCL NCL Industries Finacial Intermediation and Business Activities +NCL NCL Industries Public Administration +NCL NCL Industries Education, Health and Other Services +NCL NCL Industries Private Households +NCL NCL Industries Others +NCL NCL Industries Re-export & Re-import +NZL NZL Industries Agriculture +NZL NZL Industries Fishing +NZL NZL Industries Mining and Quarrying +NZL NZL Industries Food & Beverages +NZL NZL Industries Textiles and Wearing Apparel +NZL NZL Industries Wood and Paper +NZL NZL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NZL NZL Industries Metal Products +NZL NZL Industries Electrical and Machinery +NZL NZL Industries Transport Equipment +NZL NZL Industries Other Manufacturing +NZL NZL Industries Recycling +NZL NZL Industries Electricity, Gas and Water +NZL NZL Industries Construction +NZL NZL Industries Maintenance and Repair +NZL NZL Industries Wholesale Trade +NZL NZL Industries Retail Trade +NZL NZL Industries Hotels and Restraurants +NZL NZL Industries Transport +NZL NZL Industries Post and Telecommunications +NZL NZL Industries Finacial Intermediation and Business Activities +NZL NZL Industries Public Administration +NZL NZL Industries Education, Health and Other Services +NZL NZL Industries Private Households +NZL NZL Industries Others +NZL NZL Industries Re-export & Re-import +NIC NIC Industries Agriculture +NIC NIC Industries Fishing +NIC NIC Industries Mining and Quarrying +NIC NIC Industries Food & Beverages +NIC NIC Industries Textiles and Wearing Apparel +NIC NIC Industries Wood and Paper +NIC NIC Industries Petroleum, Chemical and Non-Metallic Mineral Products +NIC NIC Industries Metal Products +NIC NIC Industries Electrical and Machinery +NIC NIC Industries Transport Equipment +NIC NIC Industries Other Manufacturing +NIC NIC Industries Recycling +NIC NIC Industries Electricity, Gas and Water +NIC NIC Industries Construction +NIC NIC Industries Maintenance and Repair +NIC NIC Industries Wholesale Trade +NIC NIC Industries Retail Trade +NIC NIC Industries Hotels and Restraurants +NIC NIC Industries Transport +NIC NIC Industries Post and Telecommunications +NIC NIC Industries Finacial Intermediation and Business Activities +NIC NIC Industries Public Administration +NIC NIC Industries Education, Health and Other Services +NIC NIC Industries Private Households +NIC NIC Industries Others +NIC NIC Industries Re-export & Re-import +NER NER Industries Agriculture +NER NER Industries Fishing +NER NER Industries Mining and Quarrying +NER NER Industries Food & Beverages +NER NER Industries Textiles and Wearing Apparel +NER NER Industries Wood and Paper +NER NER Industries Petroleum, Chemical and Non-Metallic Mineral Products +NER NER Industries Metal Products +NER NER Industries Electrical and Machinery +NER NER Industries Transport Equipment +NER NER Industries Other Manufacturing +NER NER Industries Recycling +NER NER Industries Electricity, Gas and Water +NER NER Industries Construction +NER NER Industries Maintenance and Repair +NER NER Industries Wholesale Trade +NER NER Industries Retail Trade +NER NER Industries Hotels and Restraurants +NER NER Industries Transport +NER NER Industries Post and Telecommunications +NER NER Industries Finacial Intermediation and Business Activities +NER NER Industries Public Administration +NER NER Industries Education, Health and Other Services +NER NER Industries Private Households +NER NER Industries Others +NER NER Industries Re-export & Re-import +NGA NGA Industries Agriculture +NGA NGA Industries Fishing +NGA NGA Industries Mining and Quarrying +NGA NGA Industries Food & Beverages +NGA NGA Industries Textiles and Wearing Apparel +NGA NGA Industries Wood and Paper +NGA NGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +NGA NGA Industries Metal Products +NGA NGA Industries Electrical and Machinery +NGA NGA Industries Transport Equipment +NGA NGA Industries Other Manufacturing +NGA NGA Industries Recycling +NGA NGA Industries Electricity, Gas and Water +NGA NGA Industries Construction +NGA NGA Industries Maintenance and Repair +NGA NGA Industries Wholesale Trade +NGA NGA Industries Retail Trade +NGA NGA Industries Hotels and Restraurants +NGA NGA Industries Transport +NGA NGA Industries Post and Telecommunications +NGA NGA Industries Finacial Intermediation and Business Activities +NGA NGA Industries Public Administration +NGA NGA Industries Education, Health and Other Services +NGA NGA Industries Private Households +NGA NGA Industries Others +NGA NGA Industries Re-export & Re-import +NOR NOR Industries Agriculture +NOR NOR Industries Fishing +NOR NOR Industries Mining and Quarrying +NOR NOR Industries Food & Beverages +NOR NOR Industries Textiles and Wearing Apparel +NOR NOR Industries Wood and Paper +NOR NOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +NOR NOR Industries Metal Products +NOR NOR Industries Electrical and Machinery +NOR NOR Industries Transport Equipment +NOR NOR Industries Other Manufacturing +NOR NOR Industries Recycling +NOR NOR Industries Electricity, Gas and Water +NOR NOR Industries Construction +NOR NOR Industries Maintenance and Repair +NOR NOR Industries Wholesale Trade +NOR NOR Industries Retail Trade +NOR NOR Industries Hotels and Restraurants +NOR NOR Industries Transport +NOR NOR Industries Post and Telecommunications +NOR NOR Industries Finacial Intermediation and Business Activities +NOR NOR Industries Public Administration +NOR NOR Industries Education, Health and Other Services +NOR NOR Industries Private Households +NOR NOR Industries Others +NOR NOR Industries Re-export & Re-import +PSE PSE Industries Agriculture +PSE PSE Industries Fishing +PSE PSE Industries Mining and Quarrying +PSE PSE Industries Food & Beverages +PSE PSE Industries Textiles and Wearing Apparel +PSE PSE Industries Wood and Paper +PSE PSE Industries Petroleum, Chemical and Non-Metallic Mineral Products +PSE PSE Industries Metal Products +PSE PSE Industries Electrical and Machinery +PSE PSE Industries Transport Equipment +PSE PSE Industries Other Manufacturing +PSE PSE Industries Recycling +PSE PSE Industries Electricity, Gas and Water +PSE PSE Industries Construction +PSE PSE Industries Maintenance and Repair +PSE PSE Industries Wholesale Trade +PSE PSE Industries Retail Trade +PSE PSE Industries Hotels and Restraurants +PSE PSE Industries Transport +PSE PSE Industries Post and Telecommunications +PSE PSE Industries Finacial Intermediation and Business Activities +PSE PSE Industries Public Administration +PSE PSE Industries Education, Health and Other Services +PSE PSE Industries Private Households +PSE PSE Industries Others +PSE PSE Industries Re-export & Re-import +OMN OMN Industries Agriculture +OMN OMN Industries Fishing +OMN OMN Industries Mining and Quarrying +OMN OMN Industries Food & Beverages +OMN OMN Industries Textiles and Wearing Apparel +OMN OMN Industries Wood and Paper +OMN OMN Industries Petroleum, Chemical and Non-Metallic Mineral Products +OMN OMN Industries Metal Products +OMN OMN Industries Electrical and Machinery +OMN OMN Industries Transport Equipment +OMN OMN Industries Other Manufacturing +OMN OMN Industries Recycling +OMN OMN Industries Electricity, Gas and Water +OMN OMN Industries Construction +OMN OMN Industries Maintenance and Repair +OMN OMN Industries Wholesale Trade +OMN OMN Industries Retail Trade +OMN OMN Industries Hotels and Restraurants +OMN OMN Industries Transport +OMN OMN Industries Post and Telecommunications +OMN OMN Industries Finacial Intermediation and Business Activities +OMN OMN Industries Public Administration +OMN OMN Industries Education, Health and Other Services +OMN OMN Industries Private Households +OMN OMN Industries Others +OMN OMN Industries Re-export & Re-import +PAK PAK Industries Agriculture +PAK PAK Industries Fishing +PAK PAK Industries Mining and Quarrying +PAK PAK Industries Food & Beverages +PAK PAK Industries Textiles and Wearing Apparel +PAK PAK Industries Wood and Paper +PAK PAK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAK PAK Industries Metal Products +PAK PAK Industries Electrical and Machinery +PAK PAK Industries Transport Equipment +PAK PAK Industries Other Manufacturing +PAK PAK Industries Recycling +PAK PAK Industries Electricity, Gas and Water +PAK PAK Industries Construction +PAK PAK Industries Maintenance and Repair +PAK PAK Industries Wholesale Trade +PAK PAK Industries Retail Trade +PAK PAK Industries Hotels and Restraurants +PAK PAK Industries Transport +PAK PAK Industries Post and Telecommunications +PAK PAK Industries Finacial Intermediation and Business Activities +PAK PAK Industries Public Administration +PAK PAK Industries Education, Health and Other Services +PAK PAK Industries Private Households +PAK PAK Industries Others +PAK PAK Industries Re-export & Re-import +PAN PAN Industries Agriculture +PAN PAN Industries Fishing +PAN PAN Industries Mining and Quarrying +PAN PAN Industries Food & Beverages +PAN PAN Industries Textiles and Wearing Apparel +PAN PAN Industries Wood and Paper +PAN PAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAN PAN Industries Metal Products +PAN PAN Industries Electrical and Machinery +PAN PAN Industries Transport Equipment +PAN PAN Industries Other Manufacturing +PAN PAN Industries Recycling +PAN PAN Industries Electricity, Gas and Water +PAN PAN Industries Construction +PAN PAN Industries Maintenance and Repair +PAN PAN Industries Wholesale Trade +PAN PAN Industries Retail Trade +PAN PAN Industries Hotels and Restraurants +PAN PAN Industries Transport +PAN PAN Industries Post and Telecommunications +PAN PAN Industries Finacial Intermediation and Business Activities +PAN PAN Industries Public Administration +PAN PAN Industries Education, Health and Other Services +PAN PAN Industries Private Households +PAN PAN Industries Others +PAN PAN Industries Re-export & Re-import +PNG PNG Industries Agriculture +PNG PNG Industries Fishing +PNG PNG Industries Mining and Quarrying +PNG PNG Industries Food & Beverages +PNG PNG Industries Textiles and Wearing Apparel +PNG PNG Industries Wood and Paper +PNG PNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +PNG PNG Industries Metal Products +PNG PNG Industries Electrical and Machinery +PNG PNG Industries Transport Equipment +PNG PNG Industries Other Manufacturing +PNG PNG Industries Recycling +PNG PNG Industries Electricity, Gas and Water +PNG PNG Industries Construction +PNG PNG Industries Maintenance and Repair +PNG PNG Industries Wholesale Trade +PNG PNG Industries Retail Trade +PNG PNG Industries Hotels and Restraurants +PNG PNG Industries Transport +PNG PNG Industries Post and Telecommunications +PNG PNG Industries Finacial Intermediation and Business Activities +PNG PNG Industries Public Administration +PNG PNG Industries Education, Health and Other Services +PNG PNG Industries Private Households +PNG PNG Industries Others +PNG PNG Industries Re-export & Re-import +PRY PRY Industries Agriculture +PRY PRY Industries Fishing +PRY PRY Industries Mining and Quarrying +PRY PRY Industries Food & Beverages +PRY PRY Industries Textiles and Wearing Apparel +PRY PRY Industries Wood and Paper +PRY PRY Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRY PRY Industries Metal Products +PRY PRY Industries Electrical and Machinery +PRY PRY Industries Transport Equipment +PRY PRY Industries Other Manufacturing +PRY PRY Industries Recycling +PRY PRY Industries Electricity, Gas and Water +PRY PRY Industries Construction +PRY PRY Industries Maintenance and Repair +PRY PRY Industries Wholesale Trade +PRY PRY Industries Retail Trade +PRY PRY Industries Hotels and Restraurants +PRY PRY Industries Transport +PRY PRY Industries Post and Telecommunications +PRY PRY Industries Finacial Intermediation and Business Activities +PRY PRY Industries Public Administration +PRY PRY Industries Education, Health and Other Services +PRY PRY Industries Private Households +PRY PRY Industries Others +PRY PRY Industries Re-export & Re-import +PER PER Industries Agriculture +PER PER Industries Fishing +PER PER Industries Mining and Quarrying +PER PER Industries Food & Beverages +PER PER Industries Textiles and Wearing Apparel +PER PER Industries Wood and Paper +PER PER Industries Petroleum, Chemical and Non-Metallic Mineral Products +PER PER Industries Metal Products +PER PER Industries Electrical and Machinery +PER PER Industries Transport Equipment +PER PER Industries Other Manufacturing +PER PER Industries Recycling +PER PER Industries Electricity, Gas and Water +PER PER Industries Construction +PER PER Industries Maintenance and Repair +PER PER Industries Wholesale Trade +PER PER Industries Retail Trade +PER PER Industries Hotels and Restraurants +PER PER Industries Transport +PER PER Industries Post and Telecommunications +PER PER Industries Finacial Intermediation and Business Activities +PER PER Industries Public Administration +PER PER Industries Education, Health and Other Services +PER PER Industries Private Households +PER PER Industries Others +PER PER Industries Re-export & Re-import +PHL PHL Commodities Agriculture +PHL PHL Commodities Fishing +PHL PHL Commodities Mining and Quarrying +PHL PHL Commodities Food & Beverages +PHL PHL Commodities Textiles and Wearing Apparel +PHL PHL Commodities Wood and Paper +PHL PHL Commodities Petroleum, Chemical and Non-Metallic Mineral Products +PHL PHL Commodities Metal Products +PHL PHL Commodities Electrical and Machinery +PHL PHL Commodities Transport Equipment +PHL PHL Commodities Other Manufacturing +PHL PHL Commodities Recycling +PHL PHL Commodities Electricity, Gas and Water +PHL PHL Commodities Construction +PHL PHL Commodities Maintenance and Repair +PHL PHL Commodities Wholesale Trade +PHL PHL Commodities Retail Trade +PHL PHL Commodities Hotels and Restraurants +PHL PHL Commodities Transport +PHL PHL Commodities Post and Telecommunications +PHL PHL Commodities Finacial Intermediation and Business Activities +PHL PHL Commodities Public Administration +PHL PHL Commodities Education, Health and Other Services +PHL PHL Commodities Private Households +PHL PHL Commodities Others +PHL PHL Commodities Re-export & Re-import +POL POL Industries Agriculture +POL POL Industries Fishing +POL POL Industries Mining and Quarrying +POL POL Industries Food & Beverages +POL POL Industries Textiles and Wearing Apparel +POL POL Industries Wood and Paper +POL POL Industries Petroleum, Chemical and Non-Metallic Mineral Products +POL POL Industries Metal Products +POL POL Industries Electrical and Machinery +POL POL Industries Transport Equipment +POL POL Industries Other Manufacturing +POL POL Industries Recycling +POL POL Industries Electricity, Gas and Water +POL POL Industries Construction +POL POL Industries Maintenance and Repair +POL POL Industries Wholesale Trade +POL POL Industries Retail Trade +POL POL Industries Hotels and Restraurants +POL POL Industries Transport +POL POL Industries Post and Telecommunications +POL POL Industries Finacial Intermediation and Business Activities +POL POL Industries Public Administration +POL POL Industries Education, Health and Other Services +POL POL Industries Private Households +POL POL Industries Others +POL POL Industries Re-export & Re-import +PRT PRT Industries Agriculture +PRT PRT Industries Fishing +PRT PRT Industries Mining and Quarrying +PRT PRT Industries Food & Beverages +PRT PRT Industries Textiles and Wearing Apparel +PRT PRT Industries Wood and Paper +PRT PRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRT PRT Industries Metal Products +PRT PRT Industries Electrical and Machinery +PRT PRT Industries Transport Equipment +PRT PRT Industries Other Manufacturing +PRT PRT Industries Recycling +PRT PRT Industries Electricity, Gas and Water +PRT PRT Industries Construction +PRT PRT Industries Maintenance and Repair +PRT PRT Industries Wholesale Trade +PRT PRT Industries Retail Trade +PRT PRT Industries Hotels and Restraurants +PRT PRT Industries Transport +PRT PRT Industries Post and Telecommunications +PRT PRT Industries Finacial Intermediation and Business Activities +PRT PRT Industries Public Administration +PRT PRT Industries Education, Health and Other Services +PRT PRT Industries Private Households +PRT PRT Industries Others +PRT PRT Industries Re-export & Re-import +QAT QAT Industries Agriculture +QAT QAT Industries Fishing +QAT QAT Industries Mining and Quarrying +QAT QAT Industries Food & Beverages +QAT QAT Industries Textiles and Wearing Apparel +QAT QAT Industries Wood and Paper +QAT QAT Industries Petroleum, Chemical and Non-Metallic Mineral Products +QAT QAT Industries Metal Products +QAT QAT Industries Electrical and Machinery +QAT QAT Industries Transport Equipment +QAT QAT Industries Other Manufacturing +QAT QAT Industries Recycling +QAT QAT Industries Electricity, Gas and Water +QAT QAT Industries Construction +QAT QAT Industries Maintenance and Repair +QAT QAT Industries Wholesale Trade +QAT QAT Industries Retail Trade +QAT QAT Industries Hotels and Restraurants +QAT QAT Industries Transport +QAT QAT Industries Post and Telecommunications +QAT QAT Industries Finacial Intermediation and Business Activities +QAT QAT Industries Public Administration +QAT QAT Industries Education, Health and Other Services +QAT QAT Industries Private Households +QAT QAT Industries Others +QAT QAT Industries Re-export & Re-import +KOR KOR Commodities Agriculture +KOR KOR Commodities Fishing +KOR KOR Commodities Mining and Quarrying +KOR KOR Commodities Food & Beverages +KOR KOR Commodities Textiles and Wearing Apparel +KOR KOR Commodities Wood and Paper +KOR KOR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KOR KOR Commodities Metal Products +KOR KOR Commodities Electrical and Machinery +KOR KOR Commodities Transport Equipment +KOR KOR Commodities Other Manufacturing +KOR KOR Commodities Recycling +KOR KOR Commodities Electricity, Gas and Water +KOR KOR Commodities Construction +KOR KOR Commodities Maintenance and Repair +KOR KOR Commodities Wholesale Trade +KOR KOR Commodities Retail Trade +KOR KOR Commodities Hotels and Restraurants +KOR KOR Commodities Transport +KOR KOR Commodities Post and Telecommunications +KOR KOR Commodities Finacial Intermediation and Business Activities +KOR KOR Commodities Public Administration +KOR KOR Commodities Education, Health and Other Services +KOR KOR Commodities Private Households +KOR KOR Commodities Others +KOR KOR Commodities Re-export & Re-import +MDA MDA Industries Agriculture +MDA MDA Industries Fishing +MDA MDA Industries Mining and Quarrying +MDA MDA Industries Food & Beverages +MDA MDA Industries Textiles and Wearing Apparel +MDA MDA Industries Wood and Paper +MDA MDA Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDA MDA Industries Metal Products +MDA MDA Industries Electrical and Machinery +MDA MDA Industries Transport Equipment +MDA MDA Industries Other Manufacturing +MDA MDA Industries Recycling +MDA MDA Industries Electricity, Gas and Water +MDA MDA Industries Construction +MDA MDA Industries Maintenance and Repair +MDA MDA Industries Wholesale Trade +MDA MDA Industries Retail Trade +MDA MDA Industries Hotels and Restraurants +MDA MDA Industries Transport +MDA MDA Industries Post and Telecommunications +MDA MDA Industries Finacial Intermediation and Business Activities +MDA MDA Industries Public Administration +MDA MDA Industries Education, Health and Other Services +MDA MDA Industries Private Households +MDA MDA Industries Others +MDA MDA Industries Re-export & Re-import +ROU ROU Industries Agriculture +ROU ROU Industries Fishing +ROU ROU Industries Mining and Quarrying +ROU ROU Industries Food & Beverages +ROU ROU Industries Textiles and Wearing Apparel +ROU ROU Industries Wood and Paper +ROU ROU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ROU ROU Industries Metal Products +ROU ROU Industries Electrical and Machinery +ROU ROU Industries Transport Equipment +ROU ROU Industries Other Manufacturing +ROU ROU Industries Recycling +ROU ROU Industries Electricity, Gas and Water +ROU ROU Industries Construction +ROU ROU Industries Maintenance and Repair +ROU ROU Industries Wholesale Trade +ROU ROU Industries Retail Trade +ROU ROU Industries Hotels and Restraurants +ROU ROU Industries Transport +ROU ROU Industries Post and Telecommunications +ROU ROU Industries Finacial Intermediation and Business Activities +ROU ROU Industries Public Administration +ROU ROU Industries Education, Health and Other Services +ROU ROU Industries Private Households +ROU ROU Industries Others +ROU ROU Industries Re-export & Re-import +RUS RUS Industries Agriculture +RUS RUS Industries Fishing +RUS RUS Industries Mining and Quarrying +RUS RUS Industries Food & Beverages +RUS RUS Industries Textiles and Wearing Apparel +RUS RUS Industries Wood and Paper +RUS RUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +RUS RUS Industries Metal Products +RUS RUS Industries Electrical and Machinery +RUS RUS Industries Transport Equipment +RUS RUS Industries Other Manufacturing +RUS RUS Industries Recycling +RUS RUS Industries Electricity, Gas and Water +RUS RUS Industries Construction +RUS RUS Industries Maintenance and Repair +RUS RUS Industries Wholesale Trade +RUS RUS Industries Retail Trade +RUS RUS Industries Hotels and Restraurants +RUS RUS Industries Transport +RUS RUS Industries Post and Telecommunications +RUS RUS Industries Finacial Intermediation and Business Activities +RUS RUS Industries Public Administration +RUS RUS Industries Education, Health and Other Services +RUS RUS Industries Private Households +RUS RUS Industries Others +RUS RUS Industries Re-export & Re-import +RWA RWA Industries Agriculture +RWA RWA Industries Fishing +RWA RWA Industries Mining and Quarrying +RWA RWA Industries Food & Beverages +RWA RWA Industries Textiles and Wearing Apparel +RWA RWA Industries Wood and Paper +RWA RWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +RWA RWA Industries Metal Products +RWA RWA Industries Electrical and Machinery +RWA RWA Industries Transport Equipment +RWA RWA Industries Other Manufacturing +RWA RWA Industries Recycling +RWA RWA Industries Electricity, Gas and Water +RWA RWA Industries Construction +RWA RWA Industries Maintenance and Repair +RWA RWA Industries Wholesale Trade +RWA RWA Industries Retail Trade +RWA RWA Industries Hotels and Restraurants +RWA RWA Industries Transport +RWA RWA Industries Post and Telecommunications +RWA RWA Industries Finacial Intermediation and Business Activities +RWA RWA Industries Public Administration +RWA RWA Industries Education, Health and Other Services +RWA RWA Industries Private Households +RWA RWA Industries Others +RWA RWA Industries Re-export & Re-import +WSM WSM Industries Agriculture +WSM WSM Industries Fishing +WSM WSM Industries Mining and Quarrying +WSM WSM Industries Food & Beverages +WSM WSM Industries Textiles and Wearing Apparel +WSM WSM Industries Wood and Paper +WSM WSM Industries Petroleum, Chemical and Non-Metallic Mineral Products +WSM WSM Industries Metal Products +WSM WSM Industries Electrical and Machinery +WSM WSM Industries Transport Equipment +WSM WSM Industries Other Manufacturing +WSM WSM Industries Recycling +WSM WSM Industries Electricity, Gas and Water +WSM WSM Industries Construction +WSM WSM Industries Maintenance and Repair +WSM WSM Industries Wholesale Trade +WSM WSM Industries Retail Trade +WSM WSM Industries Hotels and Restraurants +WSM WSM Industries Transport +WSM WSM Industries Post and Telecommunications +WSM WSM Industries Finacial Intermediation and Business Activities +WSM WSM Industries Public Administration +WSM WSM Industries Education, Health and Other Services +WSM WSM Industries Private Households +WSM WSM Industries Others +WSM WSM Industries Re-export & Re-import +SMR SMR Industries Agriculture +SMR SMR Industries Fishing +SMR SMR Industries Mining and Quarrying +SMR SMR Industries Food & Beverages +SMR SMR Industries Textiles and Wearing Apparel +SMR SMR Industries Wood and Paper +SMR SMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SMR SMR Industries Metal Products +SMR SMR Industries Electrical and Machinery +SMR SMR Industries Transport Equipment +SMR SMR Industries Other Manufacturing +SMR SMR Industries Recycling +SMR SMR Industries Electricity, Gas and Water +SMR SMR Industries Construction +SMR SMR Industries Maintenance and Repair +SMR SMR Industries Wholesale Trade +SMR SMR Industries Retail Trade +SMR SMR Industries Hotels and Restraurants +SMR SMR Industries Transport +SMR SMR Industries Post and Telecommunications +SMR SMR Industries Finacial Intermediation and Business Activities +SMR SMR Industries Public Administration +SMR SMR Industries Education, Health and Other Services +SMR SMR Industries Private Households +SMR SMR Industries Others +SMR SMR Industries Re-export & Re-import +STP STP Industries Agriculture +STP STP Industries Fishing +STP STP Industries Mining and Quarrying +STP STP Industries Food & Beverages +STP STP Industries Textiles and Wearing Apparel +STP STP Industries Wood and Paper +STP STP Industries Petroleum, Chemical and Non-Metallic Mineral Products +STP STP Industries Metal Products +STP STP Industries Electrical and Machinery +STP STP Industries Transport Equipment +STP STP Industries Other Manufacturing +STP STP Industries Recycling +STP STP Industries Electricity, Gas and Water +STP STP Industries Construction +STP STP Industries Maintenance and Repair +STP STP Industries Wholesale Trade +STP STP Industries Retail Trade +STP STP Industries Hotels and Restraurants +STP STP Industries Transport +STP STP Industries Post and Telecommunications +STP STP Industries Finacial Intermediation and Business Activities +STP STP Industries Public Administration +STP STP Industries Education, Health and Other Services +STP STP Industries Private Households +STP STP Industries Others +STP STP Industries Re-export & Re-import +SAU SAU Industries Agriculture +SAU SAU Industries Fishing +SAU SAU Industries Mining and Quarrying +SAU SAU Industries Food & Beverages +SAU SAU Industries Textiles and Wearing Apparel +SAU SAU Industries Wood and Paper +SAU SAU Industries Petroleum, Chemical and Non-Metallic Mineral Products +SAU SAU Industries Metal Products +SAU SAU Industries Electrical and Machinery +SAU SAU Industries Transport Equipment +SAU SAU Industries Other Manufacturing +SAU SAU Industries Recycling +SAU SAU Industries Electricity, Gas and Water +SAU SAU Industries Construction +SAU SAU Industries Maintenance and Repair +SAU SAU Industries Wholesale Trade +SAU SAU Industries Retail Trade +SAU SAU Industries Hotels and Restraurants +SAU SAU Industries Transport +SAU SAU Industries Post and Telecommunications +SAU SAU Industries Finacial Intermediation and Business Activities +SAU SAU Industries Public Administration +SAU SAU Industries Education, Health and Other Services +SAU SAU Industries Private Households +SAU SAU Industries Others +SAU SAU Industries Re-export & Re-import +SEN SEN Industries Agriculture +SEN SEN Industries Fishing +SEN SEN Industries Mining and Quarrying +SEN SEN Industries Food & Beverages +SEN SEN Industries Textiles and Wearing Apparel +SEN SEN Industries Wood and Paper +SEN SEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SEN SEN Industries Metal Products +SEN SEN Industries Electrical and Machinery +SEN SEN Industries Transport Equipment +SEN SEN Industries Other Manufacturing +SEN SEN Industries Recycling +SEN SEN Industries Electricity, Gas and Water +SEN SEN Industries Construction +SEN SEN Industries Maintenance and Repair +SEN SEN Industries Wholesale Trade +SEN SEN Industries Retail Trade +SEN SEN Industries Hotels and Restraurants +SEN SEN Industries Transport +SEN SEN Industries Post and Telecommunications +SEN SEN Industries Finacial Intermediation and Business Activities +SEN SEN Industries Public Administration +SEN SEN Industries Education, Health and Other Services +SEN SEN Industries Private Households +SEN SEN Industries Others +SEN SEN Industries Re-export & Re-import +SRB SRB Industries Agriculture +SRB SRB Industries Fishing +SRB SRB Industries Mining and Quarrying +SRB SRB Industries Food & Beverages +SRB SRB Industries Textiles and Wearing Apparel +SRB SRB Industries Wood and Paper +SRB SRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +SRB SRB Industries Metal Products +SRB SRB Industries Electrical and Machinery +SRB SRB Industries Transport Equipment +SRB SRB Industries Other Manufacturing +SRB SRB Industries Recycling +SRB SRB Industries Electricity, Gas and Water +SRB SRB Industries Construction +SRB SRB Industries Maintenance and Repair +SRB SRB Industries Wholesale Trade +SRB SRB Industries Retail Trade +SRB SRB Industries Hotels and Restraurants +SRB SRB Industries Transport +SRB SRB Industries Post and Telecommunications +SRB SRB Industries Finacial Intermediation and Business Activities +SRB SRB Industries Public Administration +SRB SRB Industries Education, Health and Other Services +SRB SRB Industries Private Households +SRB SRB Industries Others +SRB SRB Industries Re-export & Re-import +SYC SYC Industries Agriculture +SYC SYC Industries Fishing +SYC SYC Industries Mining and Quarrying +SYC SYC Industries Food & Beverages +SYC SYC Industries Textiles and Wearing Apparel +SYC SYC Industries Wood and Paper +SYC SYC Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYC SYC Industries Metal Products +SYC SYC Industries Electrical and Machinery +SYC SYC Industries Transport Equipment +SYC SYC Industries Other Manufacturing +SYC SYC Industries Recycling +SYC SYC Industries Electricity, Gas and Water +SYC SYC Industries Construction +SYC SYC Industries Maintenance and Repair +SYC SYC Industries Wholesale Trade +SYC SYC Industries Retail Trade +SYC SYC Industries Hotels and Restraurants +SYC SYC Industries Transport +SYC SYC Industries Post and Telecommunications +SYC SYC Industries Finacial Intermediation and Business Activities +SYC SYC Industries Public Administration +SYC SYC Industries Education, Health and Other Services +SYC SYC Industries Private Households +SYC SYC Industries Others +SYC SYC Industries Re-export & Re-import +SLE SLE Industries Agriculture +SLE SLE Industries Fishing +SLE SLE Industries Mining and Quarrying +SLE SLE Industries Food & Beverages +SLE SLE Industries Textiles and Wearing Apparel +SLE SLE Industries Wood and Paper +SLE SLE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLE SLE Industries Metal Products +SLE SLE Industries Electrical and Machinery +SLE SLE Industries Transport Equipment +SLE SLE Industries Other Manufacturing +SLE SLE Industries Recycling +SLE SLE Industries Electricity, Gas and Water +SLE SLE Industries Construction +SLE SLE Industries Maintenance and Repair +SLE SLE Industries Wholesale Trade +SLE SLE Industries Retail Trade +SLE SLE Industries Hotels and Restraurants +SLE SLE Industries Transport +SLE SLE Industries Post and Telecommunications +SLE SLE Industries Finacial Intermediation and Business Activities +SLE SLE Industries Public Administration +SLE SLE Industries Education, Health and Other Services +SLE SLE Industries Private Households +SLE SLE Industries Others +SLE SLE Industries Re-export & Re-import +SGP SGP Industries Agriculture +SGP SGP Industries Fishing +SGP SGP Industries Mining and Quarrying +SGP SGP Industries Food & Beverages +SGP SGP Industries Textiles and Wearing Apparel +SGP SGP Industries Wood and Paper +SGP SGP Industries Petroleum, Chemical and Non-Metallic Mineral Products +SGP SGP Industries Metal Products +SGP SGP Industries Electrical and Machinery +SGP SGP Industries Transport Equipment +SGP SGP Industries Other Manufacturing +SGP SGP Industries Recycling +SGP SGP Industries Electricity, Gas and Water +SGP SGP Industries Construction +SGP SGP Industries Maintenance and Repair +SGP SGP Industries Wholesale Trade +SGP SGP Industries Retail Trade +SGP SGP Industries Hotels and Restraurants +SGP SGP Industries Transport +SGP SGP Industries Post and Telecommunications +SGP SGP Industries Finacial Intermediation and Business Activities +SGP SGP Industries Public Administration +SGP SGP Industries Education, Health and Other Services +SGP SGP Industries Private Households +SGP SGP Industries Others +SGP SGP Industries Re-export & Re-import +SVK SVK Industries Agriculture +SVK SVK Industries Fishing +SVK SVK Industries Mining and Quarrying +SVK SVK Industries Food & Beverages +SVK SVK Industries Textiles and Wearing Apparel +SVK SVK Industries Wood and Paper +SVK SVK Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVK SVK Industries Metal Products +SVK SVK Industries Electrical and Machinery +SVK SVK Industries Transport Equipment +SVK SVK Industries Other Manufacturing +SVK SVK Industries Recycling +SVK SVK Industries Electricity, Gas and Water +SVK SVK Industries Construction +SVK SVK Industries Maintenance and Repair +SVK SVK Industries Wholesale Trade +SVK SVK Industries Retail Trade +SVK SVK Industries Hotels and Restraurants +SVK SVK Industries Transport +SVK SVK Industries Post and Telecommunications +SVK SVK Industries Finacial Intermediation and Business Activities +SVK SVK Industries Public Administration +SVK SVK Industries Education, Health and Other Services +SVK SVK Industries Private Households +SVK SVK Industries Others +SVK SVK Industries Re-export & Re-import +SVN SVN Industries Agriculture +SVN SVN Industries Fishing +SVN SVN Industries Mining and Quarrying +SVN SVN Industries Food & Beverages +SVN SVN Industries Textiles and Wearing Apparel +SVN SVN Industries Wood and Paper +SVN SVN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVN SVN Industries Metal Products +SVN SVN Industries Electrical and Machinery +SVN SVN Industries Transport Equipment +SVN SVN Industries Other Manufacturing +SVN SVN Industries Recycling +SVN SVN Industries Electricity, Gas and Water +SVN SVN Industries Construction +SVN SVN Industries Maintenance and Repair +SVN SVN Industries Wholesale Trade +SVN SVN Industries Retail Trade +SVN SVN Industries Hotels and Restraurants +SVN SVN Industries Transport +SVN SVN Industries Post and Telecommunications +SVN SVN Industries Finacial Intermediation and Business Activities +SVN SVN Industries Public Administration +SVN SVN Industries Education, Health and Other Services +SVN SVN Industries Private Households +SVN SVN Industries Others +SVN SVN Industries Re-export & Re-import +SOM SOM Industries Agriculture +SOM SOM Industries Fishing +SOM SOM Industries Mining and Quarrying +SOM SOM Industries Food & Beverages +SOM SOM Industries Textiles and Wearing Apparel +SOM SOM Industries Wood and Paper +SOM SOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +SOM SOM Industries Metal Products +SOM SOM Industries Electrical and Machinery +SOM SOM Industries Transport Equipment +SOM SOM Industries Other Manufacturing +SOM SOM Industries Recycling +SOM SOM Industries Electricity, Gas and Water +SOM SOM Industries Construction +SOM SOM Industries Maintenance and Repair +SOM SOM Industries Wholesale Trade +SOM SOM Industries Retail Trade +SOM SOM Industries Hotels and Restraurants +SOM SOM Industries Transport +SOM SOM Industries Post and Telecommunications +SOM SOM Industries Finacial Intermediation and Business Activities +SOM SOM Industries Public Administration +SOM SOM Industries Education, Health and Other Services +SOM SOM Industries Private Households +SOM SOM Industries Others +SOM SOM Industries Re-export & Re-import +ZAF ZAF Industries Agriculture +ZAF ZAF Industries Fishing +ZAF ZAF Industries Mining and Quarrying +ZAF ZAF Industries Food & Beverages +ZAF ZAF Industries Textiles and Wearing Apparel +ZAF ZAF Industries Wood and Paper +ZAF ZAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZAF ZAF Industries Metal Products +ZAF ZAF Industries Electrical and Machinery +ZAF ZAF Industries Transport Equipment +ZAF ZAF Industries Other Manufacturing +ZAF ZAF Industries Recycling +ZAF ZAF Industries Electricity, Gas and Water +ZAF ZAF Industries Construction +ZAF ZAF Industries Maintenance and Repair +ZAF ZAF Industries Wholesale Trade +ZAF ZAF Industries Retail Trade +ZAF ZAF Industries Hotels and Restraurants +ZAF ZAF Industries Transport +ZAF ZAF Industries Post and Telecommunications +ZAF ZAF Industries Finacial Intermediation and Business Activities +ZAF ZAF Industries Public Administration +ZAF ZAF Industries Education, Health and Other Services +ZAF ZAF Industries Private Households +ZAF ZAF Industries Others +ZAF ZAF Industries Re-export & Re-import +SDS SDS Industries Agriculture +SDS SDS Industries Fishing +SDS SDS Industries Mining and Quarrying +SDS SDS Industries Food & Beverages +SDS SDS Industries Textiles and Wearing Apparel +SDS SDS Industries Wood and Paper +SDS SDS Industries Petroleum, Chemical and Non-Metallic Mineral Products +SDS SDS Industries Metal Products +SDS SDS Industries Electrical and Machinery +SDS SDS Industries Transport Equipment +SDS SDS Industries Other Manufacturing +SDS SDS Industries Recycling +SDS SDS Industries Electricity, Gas and Water +SDS SDS Industries Construction +SDS SDS Industries Maintenance and Repair +SDS SDS Industries Wholesale Trade +SDS SDS Industries Retail Trade +SDS SDS Industries Hotels and Restraurants +SDS SDS Industries Transport +SDS SDS Industries Post and Telecommunications +SDS SDS Industries Finacial Intermediation and Business Activities +SDS SDS Industries Public Administration +SDS SDS Industries Education, Health and Other Services +SDS SDS Industries Private Households +SDS SDS Industries Others +SDS SDS Industries Re-export & Re-import +ESP ESP Industries Agriculture +ESP ESP Industries Fishing +ESP ESP Industries Mining and Quarrying +ESP ESP Industries Food & Beverages +ESP ESP Industries Textiles and Wearing Apparel +ESP ESP Industries Wood and Paper +ESP ESP Industries Petroleum, Chemical and Non-Metallic Mineral Products +ESP ESP Industries Metal Products +ESP ESP Industries Electrical and Machinery +ESP ESP Industries Transport Equipment +ESP ESP Industries Other Manufacturing +ESP ESP Industries Recycling +ESP ESP Industries Electricity, Gas and Water +ESP ESP Industries Construction +ESP ESP Industries Maintenance and Repair +ESP ESP Industries Wholesale Trade +ESP ESP Industries Retail Trade +ESP ESP Industries Hotels and Restraurants +ESP ESP Industries Transport +ESP ESP Industries Post and Telecommunications +ESP ESP Industries Finacial Intermediation and Business Activities +ESP ESP Industries Public Administration +ESP ESP Industries Education, Health and Other Services +ESP ESP Industries Private Households +ESP ESP Industries Others +ESP ESP Industries Re-export & Re-import +LKA LKA Industries Agriculture +LKA LKA Industries Fishing +LKA LKA Industries Mining and Quarrying +LKA LKA Industries Food & Beverages +LKA LKA Industries Textiles and Wearing Apparel +LKA LKA Industries Wood and Paper +LKA LKA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LKA LKA Industries Metal Products +LKA LKA Industries Electrical and Machinery +LKA LKA Industries Transport Equipment +LKA LKA Industries Other Manufacturing +LKA LKA Industries Recycling +LKA LKA Industries Electricity, Gas and Water +LKA LKA Industries Construction +LKA LKA Industries Maintenance and Repair +LKA LKA Industries Wholesale Trade +LKA LKA Industries Retail Trade +LKA LKA Industries Hotels and Restraurants +LKA LKA Industries Transport +LKA LKA Industries Post and Telecommunications +LKA LKA Industries Finacial Intermediation and Business Activities +LKA LKA Industries Public Administration +LKA LKA Industries Education, Health and Other Services +LKA LKA Industries Private Households +LKA LKA Industries Others +LKA LKA Industries Re-export & Re-import +SUD SUD Industries Agriculture +SUD SUD Industries Fishing +SUD SUD Industries Mining and Quarrying +SUD SUD Industries Food & Beverages +SUD SUD Industries Textiles and Wearing Apparel +SUD SUD Industries Wood and Paper +SUD SUD Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUD SUD Industries Metal Products +SUD SUD Industries Electrical and Machinery +SUD SUD Industries Transport Equipment +SUD SUD Industries Other Manufacturing +SUD SUD Industries Recycling +SUD SUD Industries Electricity, Gas and Water +SUD SUD Industries Construction +SUD SUD Industries Maintenance and Repair +SUD SUD Industries Wholesale Trade +SUD SUD Industries Retail Trade +SUD SUD Industries Hotels and Restraurants +SUD SUD Industries Transport +SUD SUD Industries Post and Telecommunications +SUD SUD Industries Finacial Intermediation and Business Activities +SUD SUD Industries Public Administration +SUD SUD Industries Education, Health and Other Services +SUD SUD Industries Private Households +SUD SUD Industries Others +SUD SUD Industries Re-export & Re-import +SUR SUR Industries Agriculture +SUR SUR Industries Fishing +SUR SUR Industries Mining and Quarrying +SUR SUR Industries Food & Beverages +SUR SUR Industries Textiles and Wearing Apparel +SUR SUR Industries Wood and Paper +SUR SUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUR SUR Industries Metal Products +SUR SUR Industries Electrical and Machinery +SUR SUR Industries Transport Equipment +SUR SUR Industries Other Manufacturing +SUR SUR Industries Recycling +SUR SUR Industries Electricity, Gas and Water +SUR SUR Industries Construction +SUR SUR Industries Maintenance and Repair +SUR SUR Industries Wholesale Trade +SUR SUR Industries Retail Trade +SUR SUR Industries Hotels and Restraurants +SUR SUR Industries Transport +SUR SUR Industries Post and Telecommunications +SUR SUR Industries Finacial Intermediation and Business Activities +SUR SUR Industries Public Administration +SUR SUR Industries Education, Health and Other Services +SUR SUR Industries Private Households +SUR SUR Industries Others +SUR SUR Industries Re-export & Re-import +SWZ SWZ Industries Agriculture +SWZ SWZ Industries Fishing +SWZ SWZ Industries Mining and Quarrying +SWZ SWZ Industries Food & Beverages +SWZ SWZ Industries Textiles and Wearing Apparel +SWZ SWZ Industries Wood and Paper +SWZ SWZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWZ SWZ Industries Metal Products +SWZ SWZ Industries Electrical and Machinery +SWZ SWZ Industries Transport Equipment +SWZ SWZ Industries Other Manufacturing +SWZ SWZ Industries Recycling +SWZ SWZ Industries Electricity, Gas and Water +SWZ SWZ Industries Construction +SWZ SWZ Industries Maintenance and Repair +SWZ SWZ Industries Wholesale Trade +SWZ SWZ Industries Retail Trade +SWZ SWZ Industries Hotels and Restraurants +SWZ SWZ Industries Transport +SWZ SWZ Industries Post and Telecommunications +SWZ SWZ Industries Finacial Intermediation and Business Activities +SWZ SWZ Industries Public Administration +SWZ SWZ Industries Education, Health and Other Services +SWZ SWZ Industries Private Households +SWZ SWZ Industries Others +SWZ SWZ Industries Re-export & Re-import +SWE SWE Industries Agriculture +SWE SWE Industries Fishing +SWE SWE Industries Mining and Quarrying +SWE SWE Industries Food & Beverages +SWE SWE Industries Textiles and Wearing Apparel +SWE SWE Industries Wood and Paper +SWE SWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWE SWE Industries Metal Products +SWE SWE Industries Electrical and Machinery +SWE SWE Industries Transport Equipment +SWE SWE Industries Other Manufacturing +SWE SWE Industries Recycling +SWE SWE Industries Electricity, Gas and Water +SWE SWE Industries Construction +SWE SWE Industries Maintenance and Repair +SWE SWE Industries Wholesale Trade +SWE SWE Industries Retail Trade +SWE SWE Industries Hotels and Restraurants +SWE SWE Industries Transport +SWE SWE Industries Post and Telecommunications +SWE SWE Industries Finacial Intermediation and Business Activities +SWE SWE Industries Public Administration +SWE SWE Industries Education, Health and Other Services +SWE SWE Industries Private Households +SWE SWE Industries Others +SWE SWE Industries Re-export & Re-import +CHE CHE Industries Agriculture +CHE CHE Industries Fishing +CHE CHE Industries Mining and Quarrying +CHE CHE Industries Food & Beverages +CHE CHE Industries Textiles and Wearing Apparel +CHE CHE Industries Wood and Paper +CHE CHE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHE CHE Industries Metal Products +CHE CHE Industries Electrical and Machinery +CHE CHE Industries Transport Equipment +CHE CHE Industries Other Manufacturing +CHE CHE Industries Recycling +CHE CHE Industries Electricity, Gas and Water +CHE CHE Industries Construction +CHE CHE Industries Maintenance and Repair +CHE CHE Industries Wholesale Trade +CHE CHE Industries Retail Trade +CHE CHE Industries Hotels and Restraurants +CHE CHE Industries Transport +CHE CHE Industries Post and Telecommunications +CHE CHE Industries Finacial Intermediation and Business Activities +CHE CHE Industries Public Administration +CHE CHE Industries Education, Health and Other Services +CHE CHE Industries Private Households +CHE CHE Industries Others +CHE CHE Industries Re-export & Re-import +SYR SYR Industries Agriculture +SYR SYR Industries Fishing +SYR SYR Industries Mining and Quarrying +SYR SYR Industries Food & Beverages +SYR SYR Industries Textiles and Wearing Apparel +SYR SYR Industries Wood and Paper +SYR SYR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYR SYR Industries Metal Products +SYR SYR Industries Electrical and Machinery +SYR SYR Industries Transport Equipment +SYR SYR Industries Other Manufacturing +SYR SYR Industries Recycling +SYR SYR Industries Electricity, Gas and Water +SYR SYR Industries Construction +SYR SYR Industries Maintenance and Repair +SYR SYR Industries Wholesale Trade +SYR SYR Industries Retail Trade +SYR SYR Industries Hotels and Restraurants +SYR SYR Industries Transport +SYR SYR Industries Post and Telecommunications +SYR SYR Industries Finacial Intermediation and Business Activities +SYR SYR Industries Public Administration +SYR SYR Industries Education, Health and Other Services +SYR SYR Industries Private Households +SYR SYR Industries Others +SYR SYR Industries Re-export & Re-import +TWN TWN Commodities Agriculture +TWN TWN Commodities Fishing +TWN TWN Commodities Mining and Quarrying +TWN TWN Commodities Food & Beverages +TWN TWN Commodities Textiles and Wearing Apparel +TWN TWN Commodities Wood and Paper +TWN TWN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +TWN TWN Commodities Metal Products +TWN TWN Commodities Electrical and Machinery +TWN TWN Commodities Transport Equipment +TWN TWN Commodities Other Manufacturing +TWN TWN Commodities Recycling +TWN TWN Commodities Electricity, Gas and Water +TWN TWN Commodities Construction +TWN TWN Commodities Maintenance and Repair +TWN TWN Commodities Wholesale Trade +TWN TWN Commodities Retail Trade +TWN TWN Commodities Hotels and Restraurants +TWN TWN Commodities Transport +TWN TWN Commodities Post and Telecommunications +TWN TWN Commodities Finacial Intermediation and Business Activities +TWN TWN Commodities Public Administration +TWN TWN Commodities Education, Health and Other Services +TWN TWN Commodities Private Households +TWN TWN Commodities Others +TWN TWN Commodities Re-export & Re-import +TJK TJK Industries Agriculture +TJK TJK Industries Fishing +TJK TJK Industries Mining and Quarrying +TJK TJK Industries Food & Beverages +TJK TJK Industries Textiles and Wearing Apparel +TJK TJK Industries Wood and Paper +TJK TJK Industries Petroleum, Chemical and Non-Metallic Mineral Products +TJK TJK Industries Metal Products +TJK TJK Industries Electrical and Machinery +TJK TJK Industries Transport Equipment +TJK TJK Industries Other Manufacturing +TJK TJK Industries Recycling +TJK TJK Industries Electricity, Gas and Water +TJK TJK Industries Construction +TJK TJK Industries Maintenance and Repair +TJK TJK Industries Wholesale Trade +TJK TJK Industries Retail Trade +TJK TJK Industries Hotels and Restraurants +TJK TJK Industries Transport +TJK TJK Industries Post and Telecommunications +TJK TJK Industries Finacial Intermediation and Business Activities +TJK TJK Industries Public Administration +TJK TJK Industries Education, Health and Other Services +TJK TJK Industries Private Households +TJK TJK Industries Others +TJK TJK Industries Re-export & Re-import +THA THA Commodities Agriculture +THA THA Commodities Fishing +THA THA Commodities Mining and Quarrying +THA THA Commodities Food & Beverages +THA THA Commodities Textiles and Wearing Apparel +THA THA Commodities Wood and Paper +THA THA Commodities Petroleum, Chemical and Non-Metallic Mineral Products +THA THA Commodities Metal Products +THA THA Commodities Electrical and Machinery +THA THA Commodities Transport Equipment +THA THA Commodities Other Manufacturing +THA THA Commodities Recycling +THA THA Commodities Electricity, Gas and Water +THA THA Commodities Construction +THA THA Commodities Maintenance and Repair +THA THA Commodities Wholesale Trade +THA THA Commodities Retail Trade +THA THA Commodities Hotels and Restraurants +THA THA Commodities Transport +THA THA Commodities Post and Telecommunications +THA THA Commodities Finacial Intermediation and Business Activities +THA THA Commodities Public Administration +THA THA Commodities Education, Health and Other Services +THA THA Commodities Private Households +THA THA Commodities Others +THA THA Commodities Re-export & Re-import +MKD MKD Industries Agriculture +MKD MKD Industries Fishing +MKD MKD Industries Mining and Quarrying +MKD MKD Industries Food & Beverages +MKD MKD Industries Textiles and Wearing Apparel +MKD MKD Industries Wood and Paper +MKD MKD Industries Petroleum, Chemical and Non-Metallic Mineral Products +MKD MKD Industries Metal Products +MKD MKD Industries Electrical and Machinery +MKD MKD Industries Transport Equipment +MKD MKD Industries Other Manufacturing +MKD MKD Industries Recycling +MKD MKD Industries Electricity, Gas and Water +MKD MKD Industries Construction +MKD MKD Industries Maintenance and Repair +MKD MKD Industries Wholesale Trade +MKD MKD Industries Retail Trade +MKD MKD Industries Hotels and Restraurants +MKD MKD Industries Transport +MKD MKD Industries Post and Telecommunications +MKD MKD Industries Finacial Intermediation and Business Activities +MKD MKD Industries Public Administration +MKD MKD Industries Education, Health and Other Services +MKD MKD Industries Private Households +MKD MKD Industries Others +MKD MKD Industries Re-export & Re-import +TGO TGO Industries Agriculture +TGO TGO Industries Fishing +TGO TGO Industries Mining and Quarrying +TGO TGO Industries Food & Beverages +TGO TGO Industries Textiles and Wearing Apparel +TGO TGO Industries Wood and Paper +TGO TGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TGO TGO Industries Metal Products +TGO TGO Industries Electrical and Machinery +TGO TGO Industries Transport Equipment +TGO TGO Industries Other Manufacturing +TGO TGO Industries Recycling +TGO TGO Industries Electricity, Gas and Water +TGO TGO Industries Construction +TGO TGO Industries Maintenance and Repair +TGO TGO Industries Wholesale Trade +TGO TGO Industries Retail Trade +TGO TGO Industries Hotels and Restraurants +TGO TGO Industries Transport +TGO TGO Industries Post and Telecommunications +TGO TGO Industries Finacial Intermediation and Business Activities +TGO TGO Industries Public Administration +TGO TGO Industries Education, Health and Other Services +TGO TGO Industries Private Households +TGO TGO Industries Others +TGO TGO Industries Re-export & Re-import +TTO TTO Industries Agriculture +TTO TTO Industries Fishing +TTO TTO Industries Mining and Quarrying +TTO TTO Industries Food & Beverages +TTO TTO Industries Textiles and Wearing Apparel +TTO TTO Industries Wood and Paper +TTO TTO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TTO TTO Industries Metal Products +TTO TTO Industries Electrical and Machinery +TTO TTO Industries Transport Equipment +TTO TTO Industries Other Manufacturing +TTO TTO Industries Recycling +TTO TTO Industries Electricity, Gas and Water +TTO TTO Industries Construction +TTO TTO Industries Maintenance and Repair +TTO TTO Industries Wholesale Trade +TTO TTO Industries Retail Trade +TTO TTO Industries Hotels and Restraurants +TTO TTO Industries Transport +TTO TTO Industries Post and Telecommunications +TTO TTO Industries Finacial Intermediation and Business Activities +TTO TTO Industries Public Administration +TTO TTO Industries Education, Health and Other Services +TTO TTO Industries Private Households +TTO TTO Industries Others +TTO TTO Industries Re-export & Re-import +TUN TUN Industries Agriculture +TUN TUN Industries Fishing +TUN TUN Industries Mining and Quarrying +TUN TUN Industries Food & Beverages +TUN TUN Industries Textiles and Wearing Apparel +TUN TUN Industries Wood and Paper +TUN TUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUN TUN Industries Metal Products +TUN TUN Industries Electrical and Machinery +TUN TUN Industries Transport Equipment +TUN TUN Industries Other Manufacturing +TUN TUN Industries Recycling +TUN TUN Industries Electricity, Gas and Water +TUN TUN Industries Construction +TUN TUN Industries Maintenance and Repair +TUN TUN Industries Wholesale Trade +TUN TUN Industries Retail Trade +TUN TUN Industries Hotels and Restraurants +TUN TUN Industries Transport +TUN TUN Industries Post and Telecommunications +TUN TUN Industries Finacial Intermediation and Business Activities +TUN TUN Industries Public Administration +TUN TUN Industries Education, Health and Other Services +TUN TUN Industries Private Households +TUN TUN Industries Others +TUN TUN Industries Re-export & Re-import +TUR TUR Industries Agriculture +TUR TUR Industries Fishing +TUR TUR Industries Mining and Quarrying +TUR TUR Industries Food & Beverages +TUR TUR Industries Textiles and Wearing Apparel +TUR TUR Industries Wood and Paper +TUR TUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUR TUR Industries Metal Products +TUR TUR Industries Electrical and Machinery +TUR TUR Industries Transport Equipment +TUR TUR Industries Other Manufacturing +TUR TUR Industries Recycling +TUR TUR Industries Electricity, Gas and Water +TUR TUR Industries Construction +TUR TUR Industries Maintenance and Repair +TUR TUR Industries Wholesale Trade +TUR TUR Industries Retail Trade +TUR TUR Industries Hotels and Restraurants +TUR TUR Industries Transport +TUR TUR Industries Post and Telecommunications +TUR TUR Industries Finacial Intermediation and Business Activities +TUR TUR Industries Public Administration +TUR TUR Industries Education, Health and Other Services +TUR TUR Industries Private Households +TUR TUR Industries Others +TUR TUR Industries Re-export & Re-import +TKM TKM Industries Agriculture +TKM TKM Industries Fishing +TKM TKM Industries Mining and Quarrying +TKM TKM Industries Food & Beverages +TKM TKM Industries Textiles and Wearing Apparel +TKM TKM Industries Wood and Paper +TKM TKM Industries Petroleum, Chemical and Non-Metallic Mineral Products +TKM TKM Industries Metal Products +TKM TKM Industries Electrical and Machinery +TKM TKM Industries Transport Equipment +TKM TKM Industries Other Manufacturing +TKM TKM Industries Recycling +TKM TKM Industries Electricity, Gas and Water +TKM TKM Industries Construction +TKM TKM Industries Maintenance and Repair +TKM TKM Industries Wholesale Trade +TKM TKM Industries Retail Trade +TKM TKM Industries Hotels and Restraurants +TKM TKM Industries Transport +TKM TKM Industries Post and Telecommunications +TKM TKM Industries Finacial Intermediation and Business Activities +TKM TKM Industries Public Administration +TKM TKM Industries Education, Health and Other Services +TKM TKM Industries Private Households +TKM TKM Industries Others +TKM TKM Industries Re-export & Re-import +USR USR Industries Agriculture +USR USR Industries Fishing +USR USR Industries Mining and Quarrying +USR USR Industries Food & Beverages +USR USR Industries Textiles and Wearing Apparel +USR USR Industries Wood and Paper +USR USR Industries Petroleum, Chemical and Non-Metallic Mineral Products +USR USR Industries Metal Products +USR USR Industries Electrical and Machinery +USR USR Industries Transport Equipment +USR USR Industries Other Manufacturing +USR USR Industries Recycling +USR USR Industries Electricity, Gas and Water +USR USR Industries Construction +USR USR Industries Maintenance and Repair +USR USR Industries Wholesale Trade +USR USR Industries Retail Trade +USR USR Industries Hotels and Restraurants +USR USR Industries Transport +USR USR Industries Post and Telecommunications +USR USR Industries Finacial Intermediation and Business Activities +USR USR Industries Public Administration +USR USR Industries Education, Health and Other Services +USR USR Industries Private Households +USR USR Industries Others +USR USR Industries Re-export & Re-import +UGA UGA Industries Agriculture +UGA UGA Industries Fishing +UGA UGA Industries Mining and Quarrying +UGA UGA Industries Food & Beverages +UGA UGA Industries Textiles and Wearing Apparel +UGA UGA Industries Wood and Paper +UGA UGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +UGA UGA Industries Metal Products +UGA UGA Industries Electrical and Machinery +UGA UGA Industries Transport Equipment +UGA UGA Industries Other Manufacturing +UGA UGA Industries Recycling +UGA UGA Industries Electricity, Gas and Water +UGA UGA Industries Construction +UGA UGA Industries Maintenance and Repair +UGA UGA Industries Wholesale Trade +UGA UGA Industries Retail Trade +UGA UGA Industries Hotels and Restraurants +UGA UGA Industries Transport +UGA UGA Industries Post and Telecommunications +UGA UGA Industries Finacial Intermediation and Business Activities +UGA UGA Industries Public Administration +UGA UGA Industries Education, Health and Other Services +UGA UGA Industries Private Households +UGA UGA Industries Others +UGA UGA Industries Re-export & Re-import +UKR UKR Commodities Agriculture +UKR UKR Commodities Fishing +UKR UKR Commodities Mining and Quarrying +UKR UKR Commodities Food & Beverages +UKR UKR Commodities Textiles and Wearing Apparel +UKR UKR Commodities Wood and Paper +UKR UKR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UKR UKR Commodities Metal Products +UKR UKR Commodities Electrical and Machinery +UKR UKR Commodities Transport Equipment +UKR UKR Commodities Other Manufacturing +UKR UKR Commodities Recycling +UKR UKR Commodities Electricity, Gas and Water +UKR UKR Commodities Construction +UKR UKR Commodities Maintenance and Repair +UKR UKR Commodities Wholesale Trade +UKR UKR Commodities Retail Trade +UKR UKR Commodities Hotels and Restraurants +UKR UKR Commodities Transport +UKR UKR Commodities Post and Telecommunications +UKR UKR Commodities Finacial Intermediation and Business Activities +UKR UKR Commodities Public Administration +UKR UKR Commodities Education, Health and Other Services +UKR UKR Commodities Private Households +UKR UKR Commodities Others +UKR UKR Commodities Re-export & Re-import +ARE ARE Industries Agriculture +ARE ARE Industries Fishing +ARE ARE Industries Mining and Quarrying +ARE ARE Industries Food & Beverages +ARE ARE Industries Textiles and Wearing Apparel +ARE ARE Industries Wood and Paper +ARE ARE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARE ARE Industries Metal Products +ARE ARE Industries Electrical and Machinery +ARE ARE Industries Transport Equipment +ARE ARE Industries Other Manufacturing +ARE ARE Industries Recycling +ARE ARE Industries Electricity, Gas and Water +ARE ARE Industries Construction +ARE ARE Industries Maintenance and Repair +ARE ARE Industries Wholesale Trade +ARE ARE Industries Retail Trade +ARE ARE Industries Hotels and Restraurants +ARE ARE Industries Transport +ARE ARE Industries Post and Telecommunications +ARE ARE Industries Finacial Intermediation and Business Activities +ARE ARE Industries Public Administration +ARE ARE Industries Education, Health and Other Services +ARE ARE Industries Private Households +ARE ARE Industries Others +ARE ARE Industries Re-export & Re-import +GBR GBR Industries Agriculture +GBR GBR Industries Fishing +GBR GBR Industries Mining and Quarrying +GBR GBR Industries Food & Beverages +GBR GBR Industries Textiles and Wearing Apparel +GBR GBR Industries Wood and Paper +GBR GBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +GBR GBR Industries Metal Products +GBR GBR Industries Electrical and Machinery +GBR GBR Industries Transport Equipment +GBR GBR Industries Other Manufacturing +GBR GBR Industries Recycling +GBR GBR Industries Electricity, Gas and Water +GBR GBR Industries Construction +GBR GBR Industries Maintenance and Repair +GBR GBR Industries Wholesale Trade +GBR GBR Industries Retail Trade +GBR GBR Industries Hotels and Restraurants +GBR GBR Industries Transport +GBR GBR Industries Post and Telecommunications +GBR GBR Industries Finacial Intermediation and Business Activities +GBR GBR Industries Public Administration +GBR GBR Industries Education, Health and Other Services +GBR GBR Industries Private Households +GBR GBR Industries Others +GBR GBR Industries Re-export & Re-import +TZA TZA Industries Agriculture +TZA TZA Industries Fishing +TZA TZA Industries Mining and Quarrying +TZA TZA Industries Food & Beverages +TZA TZA Industries Textiles and Wearing Apparel +TZA TZA Industries Wood and Paper +TZA TZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +TZA TZA Industries Metal Products +TZA TZA Industries Electrical and Machinery +TZA TZA Industries Transport Equipment +TZA TZA Industries Other Manufacturing +TZA TZA Industries Recycling +TZA TZA Industries Electricity, Gas and Water +TZA TZA Industries Construction +TZA TZA Industries Maintenance and Repair +TZA TZA Industries Wholesale Trade +TZA TZA Industries Retail Trade +TZA TZA Industries Hotels and Restraurants +TZA TZA Industries Transport +TZA TZA Industries Post and Telecommunications +TZA TZA Industries Finacial Intermediation and Business Activities +TZA TZA Industries Public Administration +TZA TZA Industries Education, Health and Other Services +TZA TZA Industries Private Households +TZA TZA Industries Others +TZA TZA Industries Re-export & Re-import +USA USA Industries Agriculture +USA USA Industries Fishing +USA USA Industries Mining and Quarrying +USA USA Industries Food & Beverages +USA USA Industries Textiles and Wearing Apparel +USA USA Industries Wood and Paper +USA USA Industries Petroleum, Chemical and Non-Metallic Mineral Products +USA USA Industries Metal Products +USA USA Industries Electrical and Machinery +USA USA Industries Transport Equipment +USA USA Industries Other Manufacturing +USA USA Industries Recycling +USA USA Industries Electricity, Gas and Water +USA USA Industries Construction +USA USA Industries Maintenance and Repair +USA USA Industries Wholesale Trade +USA USA Industries Retail Trade +USA USA Industries Hotels and Restraurants +USA USA Industries Transport +USA USA Industries Post and Telecommunications +USA USA Industries Finacial Intermediation and Business Activities +USA USA Industries Public Administration +USA USA Industries Education, Health and Other Services +USA USA Industries Private Households +USA USA Industries Others +USA USA Industries Re-export & Re-import +URY URY Industries Agriculture +URY URY Industries Fishing +URY URY Industries Mining and Quarrying +URY URY Industries Food & Beverages +URY URY Industries Textiles and Wearing Apparel +URY URY Industries Wood and Paper +URY URY Industries Petroleum, Chemical and Non-Metallic Mineral Products +URY URY Industries Metal Products +URY URY Industries Electrical and Machinery +URY URY Industries Transport Equipment +URY URY Industries Other Manufacturing +URY URY Industries Recycling +URY URY Industries Electricity, Gas and Water +URY URY Industries Construction +URY URY Industries Maintenance and Repair +URY URY Industries Wholesale Trade +URY URY Industries Retail Trade +URY URY Industries Hotels and Restraurants +URY URY Industries Transport +URY URY Industries Post and Telecommunications +URY URY Industries Finacial Intermediation and Business Activities +URY URY Industries Public Administration +URY URY Industries Education, Health and Other Services +URY URY Industries Private Households +URY URY Industries Others +URY URY Industries Re-export & Re-import +UZB UZB Commodities Agriculture +UZB UZB Commodities Fishing +UZB UZB Commodities Mining and Quarrying +UZB UZB Commodities Food & Beverages +UZB UZB Commodities Textiles and Wearing Apparel +UZB UZB Commodities Wood and Paper +UZB UZB Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UZB UZB Commodities Metal Products +UZB UZB Commodities Electrical and Machinery +UZB UZB Commodities Transport Equipment +UZB UZB Commodities Other Manufacturing +UZB UZB Commodities Recycling +UZB UZB Commodities Electricity, Gas and Water +UZB UZB Commodities Construction +UZB UZB Commodities Maintenance and Repair +UZB UZB Commodities Wholesale Trade +UZB UZB Commodities Retail Trade +UZB UZB Commodities Hotels and Restraurants +UZB UZB Commodities Transport +UZB UZB Commodities Post and Telecommunications +UZB UZB Commodities Finacial Intermediation and Business Activities +UZB UZB Commodities Public Administration +UZB UZB Commodities Education, Health and Other Services +UZB UZB Commodities Private Households +UZB UZB Commodities Others +UZB UZB Commodities Re-export & Re-import +VUT VUT Industries Agriculture +VUT VUT Industries Fishing +VUT VUT Industries Mining and Quarrying +VUT VUT Industries Food & Beverages +VUT VUT Industries Textiles and Wearing Apparel +VUT VUT Industries Wood and Paper +VUT VUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +VUT VUT Industries Metal Products +VUT VUT Industries Electrical and Machinery +VUT VUT Industries Transport Equipment +VUT VUT Industries Other Manufacturing +VUT VUT Industries Recycling +VUT VUT Industries Electricity, Gas and Water +VUT VUT Industries Construction +VUT VUT Industries Maintenance and Repair +VUT VUT Industries Wholesale Trade +VUT VUT Industries Retail Trade +VUT VUT Industries Hotels and Restraurants +VUT VUT Industries Transport +VUT VUT Industries Post and Telecommunications +VUT VUT Industries Finacial Intermediation and Business Activities +VUT VUT Industries Public Administration +VUT VUT Industries Education, Health and Other Services +VUT VUT Industries Private Households +VUT VUT Industries Others +VUT VUT Industries Re-export & Re-import +VEN VEN Industries Agriculture +VEN VEN Industries Fishing +VEN VEN Industries Mining and Quarrying +VEN VEN Industries Food & Beverages +VEN VEN Industries Textiles and Wearing Apparel +VEN VEN Industries Wood and Paper +VEN VEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +VEN VEN Industries Metal Products +VEN VEN Industries Electrical and Machinery +VEN VEN Industries Transport Equipment +VEN VEN Industries Other Manufacturing +VEN VEN Industries Recycling +VEN VEN Industries Electricity, Gas and Water +VEN VEN Industries Construction +VEN VEN Industries Maintenance and Repair +VEN VEN Industries Wholesale Trade +VEN VEN Industries Retail Trade +VEN VEN Industries Hotels and Restraurants +VEN VEN Industries Transport +VEN VEN Industries Post and Telecommunications +VEN VEN Industries Finacial Intermediation and Business Activities +VEN VEN Industries Public Administration +VEN VEN Industries Education, Health and Other Services +VEN VEN Industries Private Households +VEN VEN Industries Others +VEN VEN Industries Re-export & Re-import +VNM VNM Commodities Agriculture +VNM VNM Commodities Fishing +VNM VNM Commodities Mining and Quarrying +VNM VNM Commodities Food & Beverages +VNM VNM Commodities Textiles and Wearing Apparel +VNM VNM Commodities Wood and Paper +VNM VNM Commodities Petroleum, Chemical and Non-Metallic Mineral Products +VNM VNM Commodities Metal Products +VNM VNM Commodities Electrical and Machinery +VNM VNM Commodities Transport Equipment +VNM VNM Commodities Other Manufacturing +VNM VNM Commodities Recycling +VNM VNM Commodities Electricity, Gas and Water +VNM VNM Commodities Construction +VNM VNM Commodities Maintenance and Repair +VNM VNM Commodities Wholesale Trade +VNM VNM Commodities Retail Trade +VNM VNM Commodities Hotels and Restraurants +VNM VNM Commodities Transport +VNM VNM Commodities Post and Telecommunications +VNM VNM Commodities Finacial Intermediation and Business Activities +VNM VNM Commodities Public Administration +VNM VNM Commodities Education, Health and Other Services +VNM VNM Commodities Private Households +VNM VNM Commodities Others +VNM VNM Commodities Re-export & Re-import +YEM YEM Industries Agriculture +YEM YEM Industries Fishing +YEM YEM Industries Mining and Quarrying +YEM YEM Industries Food & Beverages +YEM YEM Industries Textiles and Wearing Apparel +YEM YEM Industries Wood and Paper +YEM YEM Industries Petroleum, Chemical and Non-Metallic Mineral Products +YEM YEM Industries Metal Products +YEM YEM Industries Electrical and Machinery +YEM YEM Industries Transport Equipment +YEM YEM Industries Other Manufacturing +YEM YEM Industries Recycling +YEM YEM Industries Electricity, Gas and Water +YEM YEM Industries Construction +YEM YEM Industries Maintenance and Repair +YEM YEM Industries Wholesale Trade +YEM YEM Industries Retail Trade +YEM YEM Industries Hotels and Restraurants +YEM YEM Industries Transport +YEM YEM Industries Post and Telecommunications +YEM YEM Industries Finacial Intermediation and Business Activities +YEM YEM Industries Public Administration +YEM YEM Industries Education, Health and Other Services +YEM YEM Industries Private Households +YEM YEM Industries Others +YEM YEM Industries Re-export & Re-import +ZMB ZMB Industries Agriculture +ZMB ZMB Industries Fishing +ZMB ZMB Industries Mining and Quarrying +ZMB ZMB Industries Food & Beverages +ZMB ZMB Industries Textiles and Wearing Apparel +ZMB ZMB Industries Wood and Paper +ZMB ZMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZMB ZMB Industries Metal Products +ZMB ZMB Industries Electrical and Machinery +ZMB ZMB Industries Transport Equipment +ZMB ZMB Industries Other Manufacturing +ZMB ZMB Industries Recycling +ZMB ZMB Industries Electricity, Gas and Water +ZMB ZMB Industries Construction +ZMB ZMB Industries Maintenance and Repair +ZMB ZMB Industries Wholesale Trade +ZMB ZMB Industries Retail Trade +ZMB ZMB Industries Hotels and Restraurants +ZMB ZMB Industries Transport +ZMB ZMB Industries Post and Telecommunications +ZMB ZMB Industries Finacial Intermediation and Business Activities +ZMB ZMB Industries Public Administration +ZMB ZMB Industries Education, Health and Other Services +ZMB ZMB Industries Private Households +ZMB ZMB Industries Others +ZMB ZMB Industries Re-export & Re-import +ZWE ZWE Industries Agriculture +ZWE ZWE Industries Fishing +ZWE ZWE Industries Mining and Quarrying +ZWE ZWE Industries Food & Beverages +ZWE ZWE Industries Textiles and Wearing Apparel +ZWE ZWE Industries Wood and Paper +ZWE ZWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZWE ZWE Industries Metal Products +ZWE ZWE Industries Electrical and Machinery +ZWE ZWE Industries Transport Equipment +ZWE ZWE Industries Other Manufacturing +ZWE ZWE Industries Recycling +ZWE ZWE Industries Electricity, Gas and Water +ZWE ZWE Industries Construction +ZWE ZWE Industries Maintenance and Repair +ZWE ZWE Industries Wholesale Trade +ZWE ZWE Industries Retail Trade +ZWE ZWE Industries Hotels and Restraurants +ZWE ZWE Industries Transport +ZWE ZWE Industries Post and Telecommunications +ZWE ZWE Industries Finacial Intermediation and Business Activities +ZWE ZWE Industries Public Administration +ZWE ZWE Industries Education, Health and Other Services +ZWE ZWE Industries Private Households +ZWE ZWE Industries Others +ZWE ZWE Industries Re-export & Re-import +ROW ROW Industries TOTAL diff --git a/in/eora_io_data_2018/labels_VA.txt b/in/eora_io_data_2018/labels_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..03747a660d93510ded971b3c149df314824e021e --- /dev/null +++ b/in/eora_io_data_2018/labels_VA.txt @@ -0,0 +1,6 @@ +Primary input Compensation of employees D.1 +Primary input Taxes on production D.29 +Primary input Subsidies on production D.39 +Primary input Net operating surplus B.2n +Primary input Net mixed income B.3n +Primary input Consumption of fixed capital K.1 diff --git a/in/eora_io_data_2019/Eora26_2019_bp_FD.txt b/in/eora_io_data_2019/Eora26_2019_bp_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..5030651e00fe5edcabdcd9e4448309ceea38fdc9 --- /dev/null +++ b/in/eora_io_data_2019/Eora26_2019_bp_FD.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad3a511512d791a435f1f26330efb470b9b415cfb338f4b4663aa52b1b29ef8 +size 67237893 diff --git a/in/eora_io_data_2019/Eora26_2019_bp_Q.txt b/in/eora_io_data_2019/Eora26_2019_bp_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..549a33c29212246c982de6811a7f98131310144d --- /dev/null +++ b/in/eora_io_data_2019/Eora26_2019_bp_Q.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618f342251bc2d181cc6cc21d3b86e199f0d11c84147de8a41092d0a397a2788 +size 160904695 diff --git a/in/eora_io_data_2019/Eora26_2019_bp_QY.txt b/in/eora_io_data_2019/Eora26_2019_bp_QY.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6b38c47fb67e3ea7b770e091fe1a265c357c75 --- /dev/null +++ b/in/eora_io_data_2019/Eora26_2019_bp_QY.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1da1b1e62bf04131c6df7466944d4fdedbc6961459079ec0f5440451f9fdf3 +size 37319040 diff --git a/in/eora_io_data_2019/Eora26_2019_bp_T.txt b/in/eora_io_data_2019/Eora26_2019_bp_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..75a88019e6e88ebb143dedad4ea3426afbaa8b83 --- /dev/null +++ b/in/eora_io_data_2019/Eora26_2019_bp_T.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04372ec914e036c244d3cd553b2724b4676e2c47151e81c629e14ee7f7a2b641 +size 289886700 diff --git a/in/eora_io_data_2019/Eora26_2019_bp_VA.txt b/in/eora_io_data_2019/Eora26_2019_bp_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbf4e18d7cd3fb972c4f858b5c5fb7ffb7eb5ed6 --- /dev/null +++ b/in/eora_io_data_2019/Eora26_2019_bp_VA.txt @@ -0,0 +1,6 @@ +2.51557e+05 6.28102e+04 8.55655e+03 9.60485e+04 3.03040e+04 1.00340e+05 1.74750e+05 1.06081e+05 2.89220e+05 7.37389e+04 3.80998e+04 1.99106e+03 5.99407e+04 1.37629e+06 1.27336e+04 3.71360e+05 3.21308e+05 1.74204e+05 1.14468e+06 1.06018e+06 8.17864e+05 2.70448e+05 5.62680e+05 3.91407e+03 2.52463e+03 5.77313e-03 2.94475e+05 4.27494e+04 4.76111e+04 2.76716e+04 3.31283e+04 4.71656e+04 5.77113e+04 5.82454e+04 1.20215e+05 2.64185e+04 1.84876e+04 5.74156e+02 1.11931e+05 7.27486e+05 2.01358e+04 3.94217e+05 3.33847e+05 1.78490e+05 2.58344e+05 1.53585e+05 6.46455e+05 3.30873e+05 4.70309e+05 5.78483e+03 5.79640e+03 1.09683e+00 9.47864e+05 1.56833e+05 1.72795e+06 7.71215e+04 5.29917e+04 1.64761e+05 2.74966e+05 2.25106e+05 7.33500e+05 2.34354e+05 9.34664e+04 6.97917e+03 1.29304e+06 7.24936e+06 1.21061e+05 3.20916e+06 2.26211e+06 1.14528e+06 2.14871e+06 2.41126e+06 2.19487e+06 2.57468e+06 3.77864e+06 1.66937e+04 6.14650e+03 5.44718e-02 2.05058e+03 2.79215e+02 2.12426e+03 4.95396e+03 1.97849e+03 6.86048e+03 9.34612e+03 8.68060e+03 1.74281e+04 4.32433e+03 2.31617e+03 1.49395e+02 7.14645e+03 9.35235e+04 1.02024e+04 1.41486e+05 1.23368e+05 6.46134e+04 3.88158e+04 4.01181e+04 2.37868e+05 1.32597e+05 1.93016e+05 4.28882e+03 2.68600e+03 3.61694e-01 1.16204e+06 1.46280e+05 2.33178e+06 3.25222e+05 9.90094e+04 3.16188e+05 4.89516e+05 3.59378e+05 1.00213e+06 3.04923e+05 1.44141e+05 1.19180e+04 1.75643e+06 8.14143e+06 1.99567e+05 4.67822e+06 4.24696e+06 1.97629e+06 1.22934e+06 1.03432e+06 3.94117e+06 1.71196e+06 3.59841e+06 3.17877e+04 1.48502e+04 2.49772e-01 3.02678e+03 6.09386e+02 2.93989e+03 2.34032e+03 1.36924e+03 3.31557e+03 4.15074e+03 3.85556e+03 4.78444e+03 1.57560e+03 1.45063e+03 1.03435e+02 1.00871e+04 1.25338e+05 7.89227e+03 5.85970e+04 6.31065e+04 3.73718e+04 3.25885e+04 3.25282e+04 7.86620e+04 4.34058e+04 7.76617e+04 3.30693e+03 1.16320e+03 8.44886e-02 1.05089e+07 3.03806e+05 6.52381e+06 4.83349e+06 2.09809e+06 1.93038e+06 4.61107e+06 1.69265e+06 1.57293e+06 1.32816e+06 6.52821e+05 4.58630e+04 4.41021e+06 7.24747e+06 5.02842e+05 6.85130e+06 1.41795e+07 4.95786e+06 7.13712e+06 3.25639e+06 2.91705e+07 1.16024e+07 2.29407e+07 9.84446e+03 2.82536e+06 1.25370e-01 2.11573e+05 2.57786e+04 4.41357e+04 4.65139e+04 2.89762e+04 4.92513e+04 1.02379e+05 1.28591e+05 2.32925e+05 6.34308e+04 3.15536e+04 2.90477e+03 1.37769e+05 5.31300e+05 2.19117e+04 3.82901e+05 4.46792e+05 1.18041e+05 2.02433e+05 1.91150e+05 6.81612e+05 4.17131e+05 7.03686e+05 7.41886e+03 9.66815e+03 5.43097e-01 3.91852e+02 1.99935e+02 2.06172e+04 4.04166e+03 1.33794e+03 6.13362e+03 3.89543e+04 2.85683e+03 3.97436e+03 1.55851e+03 2.24521e+03 3.40388e+02 3.23150e+04 1.03184e+05 1.96531e+04 1.56669e+05 1.43141e+05 2.13413e+05 8.82183e+04 5.38796e+04 2.66932e+05 2.10931e+05 3.18536e+05 1.59116e+04 4.40380e+03 1.28228e-01 7.90128e+06 5.10829e+05 1.27695e+07 1.16273e+07 5.98591e+06 1.25943e+07 1.24836e+07 1.20479e+07 1.26719e+07 1.03734e+07 4.29134e+06 2.33177e+05 5.22481e+06 4.38264e+07 1.34601e+06 3.44833e+07 2.76972e+07 2.65608e+07 3.05373e+07 1.09688e+07 1.49214e+08 4.27801e+07 1.68760e+08 1.36080e+06 5.67897e+05 9.38736e-02 1.22489e+06 3.57257e+03 9.47008e+05 3.90943e+06 1.70408e+06 4.50348e+06 6.57492e+06 6.94146e+06 1.12633e+07 2.65997e+06 1.76602e+06 7.86497e+04 4.47978e+06 1.28892e+07 3.46083e+06 9.95109e+06 1.25066e+07 7.92526e+06 1.50551e+07 3.77536e+06 2.52821e+07 1.71373e+07 4.19957e+07 7.54665e+05 1.31830e+06 1.23574e-01 1.11403e+05 1.22721e+04 7.11556e+05 3.95638e+04 2.38816e+04 4.87007e+04 1.28733e+05 7.43556e+04 1.44862e+05 3.23860e+04 1.84152e+04 1.16509e+03 7.96280e+05 1.53422e+06 3.63763e+04 7.93552e+05 6.15885e+05 3.34147e+05 5.46387e+05 4.25954e+05 6.27303e+05 1.75203e+05 2.87016e+05 3.42714e+03 1.82715e+03 2.63788e+02 1.38464e+04 4.72106e+03 1.94442e+04 7.13138e+04 7.53256e+03 2.05687e+04 4.86208e+04 2.23531e+04 7.15161e+04 1.98275e+04 1.08065e+04 6.92412e+02 5.72025e+04 4.81758e+05 2.34742e+04 4.68491e+05 4.82074e+05 2.65192e+05 2.19501e+05 1.88579e+05 8.37223e+05 4.82247e+05 8.28084e+05 1.11270e+04 4.33573e+03 2.61059e-02 7.94663e+03 2.84966e+03 3.11506e+05 1.10866e+05 1.24281e+05 1.63487e+05 6.31739e+05 6.93597e+05 3.56260e+05 8.94430e+04 5.72727e+04 9.63030e+03 5.31870e+05 1.63134e+06 3.07204e+04 4.35565e+05 3.14515e+05 2.64762e+05 7.51904e+05 3.44541e+05 1.56831e+06 1.40845e+06 1.76856e+06 4.29748e+04 1.47344e+04 2.34382e-01 4.24616e+06 5.64026e+05 3.15807e+05 1.53890e+06 2.59046e+06 1.87004e+06 3.79462e+06 2.28449e+06 6.90433e+06 1.89766e+06 9.66535e+05 5.94704e+04 1.29303e+06 1.23894e+07 3.30824e+05 7.58568e+06 7.09916e+06 3.95187e+06 6.06801e+06 5.33208e+06 1.26111e+07 6.12241e+06 1.21926e+07 1.32100e+05 6.15056e+04 1.70263e-01 7.27272e+03 1.43169e+03 6.85458e+03 1.19187e+04 5.23557e+03 1.39230e+04 1.85325e+04 1.48650e+04 3.39533e+04 6.85933e+03 5.41384e+03 5.09253e+02 1.49832e+04 1.42616e+05 1.60508e+04 1.88573e+05 1.92378e+05 1.11319e+05 1.36638e+05 1.01710e+05 3.00560e+05 1.34923e+05 2.50423e+05 8.18451e+03 2.89123e+03 2.12701e-01 8.27760e+05 1.45224e+05 2.29666e+05 1.00003e+06 3.34170e+05 4.81893e+05 2.13035e+06 9.54623e+05 2.33656e+06 6.48167e+04 4.46743e+04 1.81063e+03 6.61100e+05 9.66774e+05 4.90556e+04 1.55859e+06 1.66191e+06 2.58553e+05 2.99593e+06 6.45022e+05 1.45091e+06 1.79046e+06 3.66326e+06 1.33935e+05 2.24692e+05 4.22504e+05 3.31673e+05 2.74809e+04 2.82759e+05 4.24224e+06 2.18784e+06 3.43301e+06 9.81371e+06 5.92372e+06 6.41721e+06 3.82258e+06 9.28787e+05 1.94995e+05 3.24316e+06 1.27371e+07 3.45953e+06 1.43036e+07 1.07366e+07 3.50290e+06 1.86078e+07 8.89490e+06 3.96971e+07 3.52050e+07 6.10958e+07 1.75925e+06 5.77595e+05 9.10049e-02 1.66605e+04 5.98201e+03 4.79262e+03 1.09772e+04 1.93673e+03 4.53521e+03 5.10127e+03 4.38888e+03 9.71704e+03 3.13992e+03 1.67262e+03 1.30774e+02 6.58622e+03 3.31497e+04 8.71827e+03 6.79793e+04 8.09106e+04 3.52212e+04 3.47513e+04 3.98092e+04 7.62472e+04 6.41908e+04 1.21720e+05 2.58585e+03 7.33400e+02 1.89369e-01 2.37109e+05 4.29255e+04 6.32752e+03 3.95657e+04 2.32946e+04 5.71668e+04 1.17244e+05 7.36734e+04 1.92305e+05 5.32241e+04 2.55019e+04 2.04275e+03 2.29660e+04 4.40546e+05 1.69087e+04 2.68705e+05 3.14354e+05 1.26885e+05 2.68789e+05 2.15687e+05 3.48234e+05 2.49143e+05 3.69975e+05 1.40796e+03 2.20377e+03 6.40693e-01 1.06226e+04 1.66428e+03 1.36741e+02 5.37500e+03 8.64680e+02 2.03061e+03 4.70376e+03 2.66344e+03 7.55170e+03 2.85773e+03 1.52190e+03 1.21646e+02 2.91626e+04 1.42335e+05 1.78154e+04 1.21428e+05 1.23771e+05 2.01509e+05 1.36949e+05 3.60424e+04 6.94718e+05 8.05325e+05 1.00188e+06 9.36404e+04 2.80044e+04 2.22495e-01 2.07729e+05 5.00724e+04 3.41950e+04 1.29590e+04 4.50796e+03 1.12210e+04 2.87135e+04 3.13916e+04 5.43724e+04 1.26728e+04 5.32194e+03 1.33106e+02 2.68045e+05 3.48363e+05 5.40035e+03 7.73715e+04 6.75028e+04 7.09129e+04 1.21074e+05 7.19669e+04 1.38354e+05 1.04558e+05 1.45016e+05 3.89399e+03 1.17498e+03 1.64229e-01 7.03776e+05 3.32255e+04 6.41237e+05 2.91502e+05 9.71835e+04 8.25972e+04 2.67808e+05 1.18130e+04 3.41663e+04 3.73644e+03 1.55158e+04 5.78041e+03 1.50612e+05 1.81196e+05 9.49295e+03 1.22354e+05 2.72131e+05 1.59944e+05 4.38124e+05 1.62173e+05 7.23952e+05 6.18234e+05 2.08250e+05 3.64147e+04 1.75106e+05 5.92071e+00 1.29191e+05 3.61370e+04 7.58970e+04 6.94318e+04 1.16131e+05 1.37814e+05 1.64043e+05 1.54985e+05 3.15445e+05 7.61109e+04 4.58226e+04 4.59112e+03 1.65968e+05 4.51110e+05 3.99068e+04 7.08943e+05 5.71634e+05 2.99102e+05 3.64169e+05 3.09373e+05 9.51281e+05 5.16235e+05 7.26111e+05 1.33976e+04 5.62362e+03 7.40542e-01 2.18438e+04 5.30008e+03 5.97251e+04 4.22753e+04 1.84602e+04 4.31499e+04 4.23451e+04 4.13339e+04 9.91064e+04 2.84469e+04 3.78241e+04 9.57098e+02 1.77818e+05 5.27267e+05 2.58638e+04 3.46061e+05 2.89331e+05 2.52732e+05 2.07341e+05 1.52999e+05 5.37152e+05 7.47449e+05 1.15146e+06 2.83606e+04 9.16158e+03 6.08787e-01 2.44300e+07 5.54589e+06 6.64455e+06 1.71816e+07 1.07862e+07 1.06146e+07 2.67222e+07 1.46359e+07 2.57592e+07 1.70664e+07 2.71243e+06 1.01051e+06 1.17363e+07 2.35782e+07 1.60371e+06 2.06700e+07 4.59729e+07 2.75131e+07 2.75433e+07 2.01843e+07 8.79894e+07 1.34946e+08 1.14767e+08 1.03035e+05 2.95710e+07 3.78873e-01 3.53857e+02 3.93696e+01 1.04879e+03 1.26528e+03 7.79301e+02 1.87589e+03 2.51045e+03 2.25319e+03 3.80463e+03 1.31101e+03 1.06341e+03 3.87642e+01 3.31293e+03 2.05343e+04 6.00852e+03 4.43291e+04 4.33462e+04 2.34759e+04 2.51690e+04 2.24650e+04 9.79170e+04 8.56675e+04 1.31067e+05 7.09148e+03 2.30271e+03 6.11362e-02 1.79929e+04 1.92609e+03 6.12852e+05 4.37182e+04 3.40397e+04 8.15657e+04 1.25796e+05 1.02609e+05 3.36989e+05 8.79178e+04 3.97821e+04 1.59823e+03 4.67907e+05 2.00102e+05 9.73749e+03 2.66053e+05 1.33862e+05 8.75430e+04 1.11615e+05 1.15243e+05 5.29733e+05 3.91391e+05 5.82873e+05 4.13439e+03 1.47902e+03 4.40264e-02 1.98707e+05 2.91123e+04 4.74550e+04 2.97205e+05 2.47336e+05 2.98493e+05 5.55104e+05 5.33593e+05 9.87587e+05 1.90796e+05 1.09032e+05 9.32043e+03 5.12545e+05 1.24132e+06 6.87749e+04 1.84850e+06 1.14509e+06 1.43229e+06 2.05988e+06 8.48350e+05 2.73319e+06 1.82088e+06 2.55166e+06 3.84977e+04 2.77279e+04 3.64276e+01 1.74373e+05 2.70410e+04 2.31448e+04 4.14491e+04 2.09930e+04 3.88250e+04 7.66239e+04 4.48893e+04 1.32266e+05 3.85993e+04 1.88619e+04 7.67381e+02 1.39186e+05 2.59889e+05 9.91005e+03 2.25354e+05 2.62863e+05 1.34779e+05 8.21211e+04 9.13846e+04 3.53072e+05 3.12931e+05 5.05380e+05 3.73073e+03 1.54429e+03 1.03814e+00 8.23841e+04 4.85999e+04 2.00238e+03 7.16455e+03 9.03280e+03 1.64380e+04 3.24163e+04 2.56147e+04 3.98726e+04 1.46817e+04 1.03564e+04 9.54169e+02 5.10257e+03 6.61622e+04 2.39629e+03 4.16105e+04 3.74214e+04 1.46372e+04 3.06418e+04 2.79379e+04 1.57213e+05 6.99657e+04 1.25557e+05 1.85339e+03 1.14250e+03 6.59907e-02 6.12791e+05 8.78795e+04 2.37296e+04 1.37246e+05 6.11720e+05 2.07215e+05 2.05222e+05 1.28909e+05 3.54930e+05 9.99522e+04 6.51077e+04 8.69505e+03 9.14488e+04 1.98646e+06 5.52259e+04 6.66344e+05 6.71395e+05 3.67576e+05 5.00132e+05 4.00124e+05 7.92409e+05 2.34353e+05 5.11121e+05 1.39268e+04 5.42187e+03 6.47148e-01 6.34849e+05 8.58556e+04 1.53724e+05 2.29597e+05 8.55708e+04 3.33680e+05 3.71358e+05 2.56070e+05 7.54633e+05 2.12762e+05 1.07702e+05 1.10086e+04 2.65986e+05 1.21846e+06 7.62253e+04 1.40479e+06 1.40230e+06 8.44304e+05 7.24349e+05 5.91778e+05 1.63767e+06 6.21751e+05 1.04787e+06 1.41600e+04 7.73607e+03 8.31076e-01 9.50732e+06 1.39674e+06 1.17022e+07 1.14383e+07 5.49408e+06 1.97864e+07 1.77677e+07 1.79327e+07 2.67417e+07 1.47791e+07 1.20287e+07 1.77589e+06 5.18896e+06 9.00838e+07 2.30239e+06 2.96752e+07 6.60018e+07 3.31349e+07 5.44798e+07 7.39698e+06 1.66707e+08 6.51238e+07 1.41174e+08 9.92123e+03 2.84739e+06 4.64941e-02 9.57209e+03 4.15167e+03 3.22453e+03 4.13514e+03 3.11926e+03 6.13648e+03 8.22244e+03 7.22646e+03 2.40264e+04 4.77494e+03 2.50254e+03 1.44379e+02 8.09454e+03 1.02233e+05 6.21983e+03 7.01488e+04 6.11384e+04 3.43496e+04 5.38231e+04 5.33827e+04 9.51299e+04 4.58818e+04 7.16195e+04 3.80843e+03 1.54163e+03 8.15620e-01 2.55101e+03 3.20649e+02 4.48438e+03 2.26991e+03 5.50821e+02 1.64266e+03 2.75540e+03 1.81856e+03 5.60218e+03 3.73024e+03 7.18692e+02 3.73223e+01 1.74174e+04 1.04563e+05 5.68900e+03 9.92343e+04 9.02533e+04 6.84258e+04 8.17090e+04 5.65971e+04 4.91386e+05 3.18897e+05 5.08135e+05 7.42021e+03 3.16759e+03 6.39924e-02 5.39529e+04 1.96453e+04 3.94724e+03 1.33947e+04 7.05571e+03 1.91171e+04 3.11206e+04 2.16424e+04 5.82378e+04 1.69790e+04 9.27293e+03 5.41400e+02 9.52007e+03 4.00638e+04 3.56967e+03 7.80488e+04 7.00362e+04 3.75091e+04 2.09994e+04 1.73570e+04 8.30370e+04 3.38190e+04 6.22393e+04 6.91739e+02 3.55837e+02 1.59062e-03 4.17691e+05 7.20965e+04 3.30258e+04 4.86361e+04 1.56258e+04 4.13440e+04 7.37435e+04 4.83007e+04 1.29179e+05 3.83384e+04 1.88302e+04 1.48444e+03 1.85787e+05 1.13839e+05 3.27413e+04 4.96888e+05 4.51311e+05 2.80944e+05 2.46956e+05 1.86206e+05 4.88732e+05 9.99996e+04 2.61053e+05 4.42013e+03 1.47678e+03 4.90391e-01 3.55362e+06 8.24241e+05 6.78288e+06 4.81952e+06 2.37092e+06 1.59240e+06 2.53603e+06 1.03601e+06 7.38789e+05 3.21231e+05 7.10879e+05 1.35217e+04 1.15309e+06 1.27194e+07 4.34449e+05 5.59957e+06 1.24542e+07 3.64437e+06 6.04830e+06 1.50311e+06 1.68065e+07 1.11295e+07 1.99609e+07 7.84658e+03 2.25197e+06 1.08976e-01 7.36716e+08 7.43165e+07 1.58818e+08 1.31036e+08 1.99492e+08 1.02102e+08 3.62801e+08 2.46379e+08 5.15130e+08 1.39440e+08 6.96685e+07 1.39364e+00 6.47475e+07 5.11824e+08 9.60999e+06 1.23862e+08 2.75486e+08 1.09141e+08 2.94730e+08 6.33293e+07 5.00201e+08 4.61567e+07 6.51896e+08 2.28935e+06 4.13968e+08 9.31180e-01 3.25930e+06 1.25720e+05 1.53938e+06 5.89189e+06 2.67752e+06 1.73926e+06 7.32743e+06 1.83224e+06 1.72495e+06 5.83702e+05 7.65949e+05 4.78236e+04 2.12243e+06 5.55502e+06 3.60834e+05 4.65075e+06 1.03439e+07 1.35449e+06 3.94911e+06 3.24936e+06 4.50503e+06 5.19773e+07 8.15630e+06 1.37092e+06 8.05905e+05 1.15705e-01 1.44465e+05 4.66956e+04 3.62603e+05 2.52959e+04 1.43482e+04 4.91931e+04 6.89297e+04 7.01195e+04 2.27534e+05 5.03309e+04 2.45080e+04 1.44582e+03 1.84362e+05 5.02057e+05 2.06291e+04 4.95011e+05 2.91655e+05 1.56438e+05 3.80677e+05 3.07469e+05 5.55920e+05 2.72296e+05 3.24315e+05 4.39912e+03 2.85475e+03 4.21732e-01 3.46097e+05 6.54918e+04 7.89512e+04 3.08068e+05 2.20225e+05 3.54240e+05 6.03736e+05 3.73731e+05 1.23183e+06 2.28114e+05 1.25744e+05 7.61118e+03 3.42024e+05 1.79584e+06 7.15859e+04 1.75339e+06 1.63139e+06 8.08076e+05 1.45684e+06 1.26742e+06 4.79414e+06 3.01869e+06 4.16092e+06 5.50710e+04 3.19454e+04 3.26494e+00 3.10008e+05 6.85187e+04 1.47005e+05 2.16445e+05 3.40263e+05 4.52532e+05 8.68606e+05 4.67467e+05 1.25833e+06 2.67269e+05 1.81362e+05 9.45162e+03 4.53126e+05 1.71864e+06 1.25685e+05 2.77975e+06 2.24182e+06 1.09900e+06 1.30055e+06 1.29663e+06 4.08254e+06 2.46173e+06 3.66496e+06 5.90836e+04 2.31685e+04 7.33033e-01 3.91904e+05 1.38543e+05 1.20908e+05 1.02490e+06 1.48581e+05 4.46857e+05 7.51619e+05 8.97099e+05 1.13658e+06 3.42466e+05 1.74032e+05 2.49646e+04 2.47999e+05 5.70249e+06 2.22785e+05 4.13236e+06 4.14059e+06 2.67758e+06 2.42904e+06 1.63977e+06 5.05009e+06 3.78289e+06 4.83877e+06 8.30040e+04 3.44172e+04 3.78708e-01 7.58240e+03 1.61675e+03 5.83663e+03 2.34220e+04 9.20047e+03 2.65868e+04 3.71652e+04 2.47637e+04 7.72638e+04 1.75898e+04 1.16289e+04 9.93500e+02 8.52894e+03 8.48065e+04 5.85896e+03 6.62689e+04 9.57309e+04 4.50906e+04 4.23016e+04 4.22966e+04 9.54732e+04 3.70094e+04 1.63820e+05 6.18737e+03 2.36423e+03 1.03189e-01 1.16055e+06 1.25351e+04 1.06643e+06 1.24061e+06 8.83159e+05 8.27542e+05 1.86590e+06 1.90940e+06 2.88025e+06 1.28785e+06 4.53575e+05 5.05942e+04 1.22033e+06 2.25797e+06 3.72295e+05 1.70603e+06 1.88329e+06 6.57400e+05 3.26194e+06 1.01357e+06 5.92246e+06 3.06135e+06 5.50640e+06 2.97585e+04 9.18206e+04 2.79133e+00 4.66883e+05 3.97262e+04 5.36819e+04 1.76741e+05 6.27721e+04 1.80551e+05 2.27559e+05 1.17515e+05 4.08796e+05 1.29761e+05 6.37564e+04 5.94018e+03 2.64376e+05 8.33442e+05 3.09324e+04 6.25630e+05 5.77265e+05 3.50738e+05 4.86936e+05 3.58440e+05 1.01752e+06 5.00003e+05 8.48040e+05 1.01623e+04 4.79250e+03 2.88512e+00 4.23723e+05 7.99299e+04 5.72563e+04 2.82022e+05 5.85107e+04 1.32440e+05 2.73662e+05 2.54835e+04 2.52681e+05 1.38111e+05 7.16473e+04 8.08418e+03 4.66558e+05 7.53304e+05 4.72559e+03 1.15730e+05 1.42706e+05 6.54793e+04 6.11346e+04 7.77813e+04 9.89458e+05 1.32790e+05 7.16458e+05 2.67963e+03 3.40244e+03 7.00477e-06 1.03809e+06 1.82769e+05 1.00444e+06 3.56198e+05 1.27759e+05 4.44725e+05 4.99773e+05 5.14013e+05 1.29461e+06 2.92056e+05 1.83857e+05 1.81168e+04 1.06803e+06 4.40780e+05 6.09377e+04 1.18888e+06 1.03314e+06 5.64998e+05 9.93146e+05 7.84735e+05 1.73971e+06 3.73943e+05 7.95202e+05 9.94834e+03 5.41652e+03 1.15174e+00 7.55493e+05 2.11812e+05 1.95123e+05 4.87399e+06 7.42752e+05 3.61320e+06 5.13238e+06 3.55255e+06 1.03927e+07 1.84285e+06 1.87828e+06 3.58504e+04 7.16843e+05 1.29376e+07 2.83827e+06 1.20709e+07 5.34058e+06 3.31653e+06 1.25961e+07 4.88320e+06 2.81557e+07 3.00994e+07 2.88253e+07 3.45841e+05 3.37316e+05 2.30168e-01 4.16623e+03 5.54332e+02 5.34085e+03 4.26441e+03 2.31355e+03 4.44185e+03 6.25353e+03 5.16009e+03 9.92073e+03 2.95973e+03 2.15975e+03 1.46282e+02 1.91187e+04 6.05522e+04 2.17166e+04 1.57708e+05 1.64058e+05 9.37554e+04 1.43061e+05 1.55067e+05 1.11599e+05 7.77366e+04 1.15721e+05 4.29378e+03 9.59982e+02 6.79338e-02 3.84572e+05 5.29563e+04 1.02129e+05 3.32314e+05 6.06217e+05 3.50708e+05 5.66895e+05 5.22603e+05 1.49703e+06 2.31031e+05 1.95888e+05 1.14131e+04 4.03922e+05 5.30387e+06 1.21709e+05 2.55688e+06 2.44773e+06 1.33726e+06 1.83938e+06 1.45336e+06 3.78783e+06 2.13615e+06 3.21442e+06 4.05866e+04 2.17601e+04 1.72227e+00 1.46954e+06 1.23237e+05 2.73908e+05 9.72721e+05 4.05461e+05 6.23697e+05 1.41812e+06 5.77621e+05 7.65179e+05 3.28796e+05 1.71360e+04 6.38402e+03 1.89942e+05 1.80931e+06 1.51837e+04 1.95701e+05 4.35265e+05 5.34101e+05 2.68075e+05 2.40019e+05 2.46143e+06 5.35966e+06 5.61581e+06 4.35847e+05 3.13725e+05 2.03413e-01 1.88734e+06 2.74680e+05 7.73161e+05 1.04947e+06 7.43576e+05 1.22585e+06 2.03392e+06 1.29608e+06 3.65634e+06 9.72672e+05 5.31655e+05 4.27847e+04 2.78407e+06 6.06446e+06 2.28619e+05 5.18800e+06 4.53819e+06 2.65116e+06 3.44319e+06 3.09950e+06 7.11879e+06 2.86021e+06 5.69579e+06 5.95009e+04 3.38136e+04 3.44499e-01 1.30722e+05 1.88667e+04 3.26986e+04 1.66782e+05 2.85507e+05 1.65511e+05 2.82911e+05 1.75589e+05 4.50023e+05 1.17276e+05 7.04894e+04 4.81381e+03 1.48292e+05 7.65926e+05 3.16833e+04 6.95971e+05 6.77378e+05 4.13110e+05 4.71060e+05 4.32373e+05 1.36727e+06 7.05329e+05 1.34731e+06 1.42315e+04 6.43848e+03 1.54535e+02 1.14726e+05 3.25830e+04 7.95047e+03 1.70949e+04 8.61717e+03 2.04660e+04 3.27482e+04 2.31856e+04 5.23350e+04 1.55274e+04 8.23019e+03 6.21952e+02 1.45051e+04 5.95371e+05 1.84371e+04 2.51958e+05 2.50923e+05 1.32840e+05 1.85839e+05 1.82744e+05 2.62497e+05 1.78376e+05 2.65861e+05 4.78804e+03 1.67046e+03 2.53505e-02 3.07925e+05 1.84501e+04 2.40562e+05 3.81487e+05 4.08106e+05 3.85370e+05 2.71793e+05 2.16457e+05 3.08890e+05 1.44205e+05 1.83851e+05 1.29626e+04 4.20836e+05 8.65948e+05 2.50308e+05 6.32810e+05 7.90994e+05 2.06960e+05 1.03472e+06 2.88876e+05 1.76008e+06 1.33846e+06 2.49619e+06 6.92278e-01 4.05006e+04 4.97805e-01 3.01488e+06 1.68118e+06 7.07380e+04 1.53900e+05 1.46031e+05 9.37971e+04 8.22891e+04 9.36075e+04 7.50558e+04 8.81584e+04 1.02581e+05 1.16460e+05 6.44013e+04 3.19336e+06 5.93201e+05 5.67510e+05 6.17432e+05 6.36097e+05 3.28050e+05 2.79477e+05 4.54154e+05 5.56484e+05 5.70833e+05 5.90527e+05 6.16283e+05 1.93771e+04 4.01785e+04 4.90689e+04 4.43277e+03 2.70276e+04 1.60571e+04 3.64529e+04 3.16408e+04 2.69345e+04 4.98927e+04 1.40950e+04 1.10642e+04 7.35767e+02 1.69708e+04 7.85145e+04 1.09275e+04 1.43969e+05 1.18069e+05 6.84296e+04 1.08978e+05 1.02902e+05 2.02268e+05 1.35844e+05 2.07861e+05 4.58652e+03 1.70072e+03 1.43680e+00 1.24959e+06 1.85696e+04 5.97039e+05 1.58086e+06 6.04635e+05 4.42652e+06 2.68477e+06 2.69580e+06 6.38863e+06 1.39477e+06 5.22321e+05 2.89147e+04 2.12532e+06 1.06563e+07 1.88429e+06 5.47247e+06 5.09973e+06 2.63939e+06 6.32686e+06 2.29273e+06 1.66693e+07 1.04643e+07 3.45975e+07 1.16405e+05 3.05380e+05 9.66936e-02 1.03156e+07 8.28181e+05 6.63147e+06 1.85949e+07 8.75332e+06 1.89537e+07 3.05471e+07 2.86482e+07 4.16795e+07 1.61216e+07 5.23367e+06 1.00428e+06 2.64998e+07 8.43202e+07 2.33026e+07 7.55391e+07 7.25576e+07 4.18427e+07 1.21429e+08 4.29483e+07 3.21872e+08 1.63534e+08 3.37545e+08 1.17208e+07 5.09169e+06 7.02298e-02 1.70417e+04 6.12755e+03 8.40292e+03 9.90745e+03 5.36497e+03 1.96479e+04 2.38113e+04 2.24078e+04 3.14684e+04 8.15203e+03 1.23739e+04 5.93116e+02 1.94449e+04 1.13681e+05 1.25986e+04 1.37051e+05 1.28684e+05 7.34415e+04 1.48412e+05 1.13518e+05 4.71023e+05 2.97444e+05 4.19487e+05 1.04644e+04 4.44564e+03 2.52689e-01 9.28455e+04 1.99951e+04 6.37028e+05 3.58384e+04 2.13098e+04 6.57852e+04 1.02574e+05 8.94249e+04 1.62368e+05 3.62958e+04 2.40258e+04 2.52117e+03 3.01146e+05 5.27983e+05 1.28953e+04 2.90803e+05 1.70548e+05 8.68642e+04 3.17073e+05 2.14397e+05 1.04731e+06 2.72053e+05 4.18587e+05 6.70557e+03 4.29764e+03 5.65231e-02 3.65576e+04 9.72105e+03 2.09660e+03 6.08390e+03 1.87605e+03 5.55281e+03 1.06715e+04 6.54005e+03 1.91647e+04 4.71198e+03 2.21079e+03 9.73977e+01 9.22280e+03 8.80464e+04 6.46406e+03 1.31863e+05 1.22017e+05 6.76580e+04 2.70577e+04 3.13431e+04 1.14988e+05 3.49716e+04 7.94682e+04 5.29136e+02 2.78714e+02 2.05027e-02 3.43087e+05 1.41847e+03 6.20846e+04 2.35041e+05 8.34449e+04 2.08458e+04 1.46541e+05 5.82925e+04 7.75776e+04 8.48393e+03 1.46671e+04 5.46423e+03 1.36662e+05 3.89007e+05 1.58943e+04 2.25165e+05 4.42732e+05 1.46556e+05 4.38817e+05 1.76641e+05 4.62213e+05 4.26968e+05 3.86292e+05 1.54041e+05 1.11053e+05 1.17181e-01 1.17179e+07 8.10423e+04 1.48645e+07 3.26991e+07 8.36221e+06 2.96165e+07 7.25837e+07 6.60076e+07 1.58260e+08 7.56366e+07 1.77861e+07 8.53210e+05 3.61510e+07 1.10151e+08 3.57976e+06 9.06676e+07 7.43234e+07 3.52016e+07 1.45040e+08 3.22613e+07 2.89269e+08 1.65848e+08 4.01704e+08 4.25665e+04 1.22166e+07 8.86199e-02 1.44214e+06 1.10197e+05 3.87708e+05 4.21028e+05 1.10401e+05 4.94628e+05 4.40089e+05 2.72537e+05 7.81311e+05 2.35225e+05 1.19684e+05 1.26885e+04 1.41683e+06 2.52676e+06 1.16415e+05 2.13692e+06 2.34718e+06 1.22434e+06 1.50203e+06 1.23954e+06 1.96335e+06 4.95421e+05 1.31959e+06 1.34285e+04 5.76700e+03 1.91281e+00 8.74089e+05 1.00767e+05 7.66175e+05 2.41924e+06 1.33749e+06 8.63469e+05 1.81772e+06 9.68899e+05 9.20360e+05 4.95518e+05 4.08455e+05 3.45900e+03 1.76405e+06 1.08279e+06 7.30895e+05 2.94424e+06 2.83811e+06 1.38526e+06 6.70002e+06 2.30848e+06 8.23853e+06 1.33651e+07 1.35168e+07 9.70337e+05 8.34439e+05 2.69526e-01 6.11248e+04 2.22675e+05 1.86951e+03 9.80617e+04 5.83591e+03 7.84892e+03 1.86185e+03 2.72275e+03 5.09159e+03 5.56819e+02 9.62636e+02 3.58629e+02 3.83843e+04 2.85666e+05 3.30351e+03 7.93355e+04 7.13428e+04 3.73890e+04 1.53648e+05 2.86358e+04 1.25281e+05 3.62665e+05 3.36802e+05 1.72560e+02 4.95247e+04 1.81869e-01 9.04995e+05 1.21373e+05 1.03034e+05 5.99900e+05 4.74927e+05 5.73377e+05 1.09982e+06 6.13209e+05 1.74656e+06 4.95267e+05 2.62412e+05 1.91134e+04 3.30903e+05 1.70313e+06 1.96307e+05 4.39290e+06 4.52964e+06 2.38552e+06 1.29290e+06 1.14544e+06 2.96995e+06 1.50351e+06 2.91608e+06 3.31091e+04 1.21227e+04 1.43189e-01 2.12762e+05 5.53242e+04 1.48972e+05 6.73706e+04 2.41094e+04 4.86074e+04 7.64950e+04 5.14520e+04 1.53254e+05 4.66161e+04 2.69883e+04 3.56722e+03 1.25052e+05 3.92465e+05 3.05199e+04 4.06043e+05 4.12514e+05 2.68735e+05 1.18373e+05 1.06461e+05 3.90364e+05 1.63739e+05 2.77706e+05 3.69140e+03 1.64552e+03 8.43100e-01 1.53493e+05 1.47503e+04 1.50183e+05 3.21181e+05 8.90947e+04 5.31699e+05 7.88870e+05 6.46539e+05 9.26251e+05 1.82755e+05 1.21258e+05 3.78135e+03 3.06350e+05 1.48591e+06 6.45067e+04 3.92909e+06 1.07331e+06 5.00497e+05 1.23281e+06 7.49401e+05 8.79387e+06 6.34229e+05 1.66328e+06 1.07852e+04 1.28570e+04 2.12843e-05 1.50037e+05 4.90569e+04 6.04871e+03 2.96612e+04 3.61299e+04 3.68273e+04 5.51321e+04 3.78333e+04 7.76198e+04 2.01537e+04 1.49624e+04 1.73279e+03 1.43744e+04 1.09482e+06 3.16357e+04 4.39258e+05 4.80462e+05 2.79862e+05 2.55945e+05 2.31763e+05 1.87196e+05 3.62544e+04 1.03729e+05 2.20270e+03 9.92878e+02 2.51562e-02 3.97450e+05 6.40757e+04 4.83910e+04 1.47129e+05 2.87351e+05 2.03803e+05 3.37679e+05 2.00276e+05 5.16927e+05 1.27391e+05 9.57637e+04 5.68406e+03 1.59861e+05 9.16887e+05 4.58305e+04 8.77218e+05 8.25307e+05 4.13433e+05 4.17157e+05 3.72626e+05 1.31540e+06 8.12704e+05 1.16280e+06 1.71304e+04 1.43402e+04 2.31023e-01 5.35028e+04 3.97260e+03 4.58842e+04 2.00362e+06 2.27748e+07 2.89806e+06 3.81796e+06 2.76315e+06 3.70769e+07 2.60366e+06 2.32334e+06 8.65559e+05 6.64505e+05 7.80952e+06 6.15922e+05 7.93856e+06 1.76564e+07 8.21230e+05 5.06425e+06 3.24663e+05 5.87199e+06 5.23826e+06 7.14395e+06 2.31902e+04 6.65560e+06 1.64260e-02 2.36339e+06 3.27236e+04 1.37890e+05 2.20664e+06 1.69600e+06 1.17702e+06 3.40595e+06 1.73967e+06 4.38286e+06 9.39771e+05 3.14885e+05 3.45843e+04 1.36809e+06 2.84969e+06 7.48408e+05 2.73275e+06 4.45104e+06 1.27740e+06 5.20003e+06 2.12206e+06 7.76849e+06 6.85129e+06 1.08562e+07 1.72045e+00 1.82786e+05 3.14179e-02 2.07766e+05 1.54611e+05 1.61667e+04 4.19427e+05 3.63504e+04 1.17253e+05 1.62321e+05 2.11691e+05 4.08111e+05 5.41551e+04 3.33401e+04 4.43965e+03 3.68912e+05 1.08349e+06 3.84942e+04 7.10374e+05 5.60383e+05 8.16671e+05 1.33597e+06 4.08762e+05 1.83989e+06 1.78939e+06 2.79236e+06 5.31291e+04 2.06932e+04 6.39437e-01 1.23787e+08 5.00101e+06 2.27859e+07 2.80525e+07 1.41120e+07 8.97576e+06 5.27172e+07 2.65115e+07 2.47226e+07 8.36736e+06 5.38382e+06 4.30539e+06 1.76708e+07 6.23684e+07 1.60718e+06 2.07148e+07 4.60725e+07 5.61158e+06 7.47061e+07 1.62662e+07 1.37650e+08 4.20382e+07 2.67860e+07 4.52795e+04 1.29952e+07 4.79442e-01 2.66982e+07 2.82652e+06 1.25223e+07 2.22312e+07 5.78744e+06 5.47895e+06 1.21975e+07 3.43793e+06 4.80707e+06 7.93207e+06 5.60970e+05 9.65767e+04 2.11433e+06 4.74259e+07 6.18083e+05 7.96640e+06 1.77184e+07 1.26023e+07 2.82703e+07 1.61734e+06 2.38749e+07 7.72054e+04 2.95833e+07 1.12431e+05 3.22678e+07 3.81103e-02 1.44011e+06 2.31322e+05 2.17553e+06 1.65250e+06 1.69703e+06 8.81237e+05 2.47522e+06 2.42903e+06 2.06845e+06 7.22150e+05 2.47341e+05 7.66675e+03 3.24045e+06 1.14739e+07 6.70064e+04 8.63638e+05 1.92085e+06 4.24216e+06 6.48770e+06 3.24088e+06 8.25554e+06 1.63145e+07 2.64505e+07 7.72453e+02 2.21694e+05 2.55028e-01 3.53898e+04 7.90849e+03 9.05902e+05 9.26976e+04 2.33733e+04 5.02679e+04 7.85415e+04 5.18198e+04 1.54921e+05 7.36482e+04 2.88848e+04 5.46828e+03 4.74522e+05 8.35734e+05 2.61630e+04 4.18850e+05 4.29794e+05 2.40133e+05 6.69250e+05 4.90911e+05 7.33400e+05 1.11800e+06 1.25031e+06 4.62630e+03 4.89034e+03 3.38823e-02 1.09662e+06 2.90886e-01 7.00934e+05 7.23870e+06 1.29866e+06 2.81655e+06 6.84261e+06 2.70309e+06 1.28598e+07 1.82133e+06 6.58861e+05 5.25158e+04 2.15827e+06 6.23445e+06 1.67960e+06 3.30543e+06 9.59545e+06 4.00990e+06 2.12488e+07 1.18223e+07 2.20565e+07 1.03298e+07 3.12756e+07 3.13331e+05 5.85416e+05 4.28858e-03 2.43486e+06 6.83611e+04 7.67708e+05 6.47597e+06 1.30488e+06 1.17966e+06 5.46588e+06 2.73728e+06 1.04928e+07 2.15440e+06 2.80741e+06 2.65417e+06 1.63026e+06 1.19630e+07 3.75974e+05 4.84588e+06 1.07779e+07 5.19288e+06 1.68731e+07 2.91124e+06 2.01545e+07 1.80728e+07 3.51141e+07 7.04708e+03 2.02251e+06 4.18320e-01 1.51488e+07 7.28022e+05 4.55178e+06 1.34618e+07 1.47951e+07 1.03985e+07 2.37984e+07 1.99455e+07 2.84931e+07 7.23834e+06 4.90833e+06 9.00000e+05 1.64148e+07 3.08609e+07 1.13557e+07 3.63244e+07 4.21990e+07 2.84840e+07 5.21568e+07 1.62628e+07 2.00846e+08 4.56162e+07 1.05506e+08 9.30221e+06 6.25137e+06 1.51288e-01 1.38356e+05 2.05620e+04 4.04155e+04 8.31484e+04 2.99457e+04 6.04771e+04 9.96834e+04 1.00963e+05 1.43705e+05 3.90477e+04 2.16454e+04 1.69040e+03 1.73325e+05 6.83176e+05 3.61103e+04 7.77487e+05 5.47474e+05 3.72361e+05 2.74825e+05 2.53826e+05 1.01883e+06 4.06583e+05 6.85033e+05 2.15339e+02 3.71645e+03 4.96337e-02 3.74199e+06 1.60349e+06 2.23350e+06 2.39554e+07 1.03308e+07 3.93491e+07 5.46870e+07 4.71879e+07 1.29653e+08 3.13394e+07 1.32422e+07 1.20790e+06 1.97472e+07 1.85372e+08 8.93201e+06 2.92031e+08 1.43632e+08 5.55029e+07 2.26564e+08 9.45314e+07 3.63366e+08 1.74573e+08 5.36557e+08 3.38772e+05 2.60498e+06 1.35993e+02 1.61182e+05 1.94435e+04 1.09485e+05 2.16927e+05 1.10221e+05 2.47770e+05 5.05354e+05 2.36636e+05 6.92249e+05 1.82410e+05 9.95633e+04 9.21259e+03 2.18026e+05 1.08496e+06 3.90657e+04 9.28629e+05 7.51060e+05 4.21364e+05 7.36431e+05 5.90610e+05 3.21903e+06 1.52778e+06 3.34855e+06 3.73420e+04 1.51185e+04 7.16409e-02 7.68049e+06 1.24860e+06 7.76247e+06 8.52631e+05 8.67031e+05 3.05152e+05 3.43464e+06 2.71808e+06 1.40232e+06 1.58098e+05 3.34512e+05 8.54167e+04 5.39022e+06 4.67163e+06 7.62094e+04 9.82254e+05 2.18467e+06 2.76250e+04 5.94590e+06 9.71294e+05 7.85719e+06 1.26103e+06 6.36074e+06 5.63492e+03 1.61722e+06 7.56476e+01 1.12841e+07 3.87772e+04 2.12314e+05 8.80670e+05 3.82333e+05 2.40402e+05 4.96852e+05 2.16536e+05 4.04926e+05 4.42830e+04 3.77426e+05 1.40610e+05 5.13721e+05 1.20110e+06 3.99527e+04 5.14945e+05 1.14531e+06 7.26059e+05 2.23450e+06 6.12430e+05 1.77872e+06 1.66150e+06 5.27138e+06 2.30173e+03 6.60597e+05 3.49519e+01 1.31552e+05 3.87211e+04 1.29275e+06 7.22769e+05 3.89989e+05 4.53625e+05 3.15881e+06 8.91536e+05 4.43637e+05 1.58097e+05 7.74822e+05 6.67108e+04 1.16595e+06 1.46499e+06 3.73947e+04 4.81977e+05 1.07198e+06 4.80599e+05 9.11541e+05 3.96510e+05 6.35494e+06 4.19840e+05 1.87011e+06 1.29583e+04 2.66715e+05 6.95273e-02 3.02470e+05 3.60515e+01 3.54431e+04 1.82923e+05 3.81430e+04 2.45416e+04 8.58570e+04 1.16561e+05 3.85321e+04 3.59103e+04 5.16008e+03 1.92238e+03 2.51162e+04 4.53324e+05 6.45570e+03 7.37095e+04 1.91098e+05 1.13636e+05 3.26923e+05 7.69464e+04 1.96490e+05 2.24438e+05 4.20285e+05 4.44441e+01 1.27555e+04 2.20062e+00 3.39074e+05 2.14770e+04 9.74966e+04 5.17870e+04 3.06282e+04 1.40533e+05 8.44996e+04 4.71115e+04 1.68503e+05 4.52800e+04 2.30239e+04 1.09794e+03 4.93496e+05 7.42512e+05 2.13753e+04 6.08637e+05 4.74623e+05 2.57399e+05 9.82079e+04 1.36494e+05 6.95932e+05 3.41129e+05 6.03863e+05 4.80291e+03 2.45255e+03 9.13926e+00 5.30017e+05 4.24784e+04 3.00617e+04 5.06909e+05 4.16546e+05 3.75055e+05 2.13333e+05 1.44588e+05 2.67337e+05 1.09285e+05 6.34601e+04 7.32373e+03 3.09105e+05 7.67274e+05 1.35997e+05 3.49587e+05 7.21342e+05 1.30341e+05 1.07805e+06 2.97976e+05 1.92743e+06 1.42319e+06 2.79498e+06 1.33321e+00 1.32937e+05 1.98220e+00 1.82025e+05 2.37288e+04 6.04562e+04 1.76802e+05 8.88787e+04 2.38574e+05 2.62525e+05 1.96892e+05 6.85821e+05 1.18319e+05 1.08769e+05 6.81182e+03 2.14220e+05 1.20044e+06 8.56952e+04 1.56649e+06 1.54918e+06 1.00125e+06 8.23168e+05 5.93346e+05 3.80820e+06 2.31596e+06 3.92876e+06 6.14863e+04 2.39187e+04 1.43197e+00 2.14601e+04 3.97829e+03 2.03036e+04 1.68810e+04 1.25013e+04 2.20383e+04 3.62247e+04 2.71263e+04 5.61847e+04 1.50280e+04 9.70783e+03 6.00969e+02 6.13222e+04 6.25542e+04 4.86017e+03 8.51317e+04 7.42560e+04 3.87347e+04 3.22367e+04 3.45719e+04 2.04026e+05 9.79796e+04 1.70375e+05 2.12146e+03 9.82177e+02 9.85225e-01 8.28539e+04 4.92082e+04 2.36334e+03 4.75178e+03 1.38702e+03 5.45338e+03 8.45536e+03 5.56747e+03 1.47160e+04 3.12752e+03 1.85175e+03 5.50859e+01 9.44659e+03 2.54623e+04 8.79218e+02 2.54206e+04 2.36210e+04 1.15494e+04 1.89621e+04 3.01399e+04 6.19724e+04 2.10288e+04 3.21223e+04 1.81863e+02 1.06143e+02 4.85805e-06 3.61901e+04 3.77358e+03 2.27416e+06 4.84702e+04 1.25589e+04 5.76505e+04 8.24763e+04 6.70810e+04 2.62344e+05 7.08360e+04 2.68059e+04 1.66271e+03 1.21655e+06 3.33709e+05 1.38572e+04 4.98132e+05 3.35137e+05 1.29076e+05 2.60651e+05 2.69126e+05 1.08286e+06 1.13376e+06 1.25808e+06 3.35764e+03 2.81176e+03 9.59536e+01 1.99714e+03 2.22364e+02 5.14851e+03 1.23265e+05 7.84747e+04 1.32894e+05 1.79049e+05 1.42006e+05 3.43034e+05 1.26324e+05 8.56651e+04 6.21590e+03 1.63652e+04 1.61654e+05 3.27598e+03 1.12760e+05 7.84403e+04 3.94135e+04 6.68485e+04 4.62505e+04 5.27772e+05 2.34348e+05 4.00461e+05 9.50849e+03 5.37472e+03 8.77970e-02 2.36269e+05 1.00187e+03 3.98493e+04 8.59587e+05 1.05411e+06 6.63790e+05 4.50441e+05 1.74229e+05 5.23432e+05 1.06141e+05 1.87982e+05 4.49911e+04 6.72504e+05 1.46380e+06 3.93688e+05 9.88669e+05 1.35757e+06 2.97646e+05 1.60284e+06 6.00651e+05 1.38584e+06 2.18015e+06 4.24603e+06 4.98396e+04 9.98976e+04 1.47418e+01 5.70098e+04 1.18027e+03 7.93687e+04 6.00764e+04 1.06859e+05 1.10169e+05 4.80335e+05 1.12909e+06 3.60873e+05 5.23066e+04 1.51873e+04 7.50650e+02 1.82517e+05 2.56006e+06 4.35715e+05 1.65583e+06 1.17171e+06 8.56992e+05 2.74828e+06 1.21818e+06 7.35541e+06 3.60388e+06 7.28316e+06 2.75209e+05 4.45186e+04 8.26428e-01 1.18034e+05 1.60033e+05 1.10147e+03 7.54113e+03 5.28737e+04 5.81979e+03 1.40141e+04 6.93774e+03 4.12459e+04 5.73908e+03 3.97919e+03 2.85017e+02 6.88610e+04 1.52756e+06 7.64296e+04 1.56375e+06 3.25537e+05 7.13932e+05 3.65106e+05 2.49325e+05 3.21729e+06 2.56612e+06 3.53962e+06 6.43292e+04 4.94628e+03 1.98928e-01 3.52120e+05 4.86463e+04 4.78989e+04 4.70551e+04 1.27341e+04 7.35178e+04 1.04752e+05 8.72225e+04 2.00528e+05 4.82786e+04 2.84461e+04 2.00148e+03 1.23115e+05 5.05381e+05 2.81122e+04 3.75678e+05 3.46034e+05 2.02112e+05 3.07379e+05 2.45313e+05 5.46272e+05 2.97565e+05 3.98014e+05 9.55766e+03 4.33083e+03 2.24454e-01 1.97002e+05 4.27289e+04 5.39874e+03 2.93072e+04 1.09464e+04 3.30762e+04 4.71321e+04 3.49356e+04 8.65420e+04 2.62041e+04 1.39811e+04 1.17637e+03 2.35907e+04 1.20884e+05 1.35729e+04 2.64045e+05 2.49927e+05 1.29528e+05 1.01032e+05 1.30850e+05 2.79726e+05 8.46059e+04 1.75551e+05 2.22653e+03 1.14435e+03 1.55434e+01 6.24612e+06 6.58791e+05 1.80732e+06 7.65501e+06 3.42944e+06 2.83497e+06 3.62200e+06 2.25914e+06 1.02091e+07 1.01983e+06 6.96275e+05 9.30211e+04 1.62247e+06 1.21310e+07 3.26908e+05 4.21348e+06 9.37135e+06 1.05101e+07 1.18041e+07 3.88703e+06 1.18606e+07 1.29204e+07 1.57342e+07 2.47384e+00 1.20999e-02 3.72451e-02 2.57255e+04 2.21474e+04 3.47182e+03 9.63989e+03 5.87310e+03 5.87331e+03 9.76306e+03 7.54791e+03 1.80362e+04 4.57789e+03 2.23704e+03 1.16764e+02 1.28649e+04 2.88996e+05 2.40748e+04 3.10512e+05 2.90712e+05 1.85258e+05 1.15983e+05 1.05733e+05 2.35859e+05 1.57603e+05 2.38902e+05 3.80580e+03 1.16946e+03 7.33959e+02 7.28752e+05 1.26660e+05 5.12088e+03 1.10121e+05 4.20515e+04 9.71797e+04 1.83314e+05 9.70382e+04 3.27444e+05 1.10342e+05 5.14481e+04 3.65988e+03 2.66172e+04 4.82255e+05 2.14395e+04 4.26036e+05 3.83573e+05 2.09370e+05 2.06450e+05 1.98788e+05 5.91324e+05 2.62846e+05 4.30810e+05 5.18631e+03 2.20153e+03 1.65072e-01 2.22639e+04 2.58038e+03 3.24157e+03 4.51251e+04 3.72111e+04 2.08557e+04 7.18888e+04 1.52313e+04 1.18627e+05 1.22725e+05 3.86977e+04 9.17266e+02 5.60144e+04 1.96698e+05 8.39202e+04 1.81962e+05 2.40644e+05 2.35251e+05 5.30603e+05 1.67885e+05 9.86831e+05 7.15465e+05 1.58167e+06 1.93938e+03 5.88716e+04 4.52314e-02 1.69677e+05 8.49302e+04 5.52772e+04 2.95136e+04 8.86401e+03 2.35609e+04 4.24893e+04 2.72416e+04 7.65451e+04 2.08717e+04 9.64503e+03 7.05857e+02 1.00838e+05 2.47111e+05 1.76534e+04 2.34903e+05 1.94963e+05 1.20280e+05 1.06782e+05 1.00222e+05 3.09078e+05 1.37445e+05 2.93917e+05 3.04196e+03 1.11249e+03 7.21953e-01 1.37762e+05 6.83544e+03 3.87698e+03 1.82711e+05 5.49279e+05 5.95084e+04 1.20495e+05 5.65860e+04 4.41912e+04 4.83277e+03 8.70946e+04 1.22626e+04 5.82041e+04 2.77349e+05 9.03133e+03 1.16404e+05 2.58898e+05 2.78904e+05 4.07155e+05 9.10315e+04 4.14663e+05 7.12478e+05 8.18588e+05 1.27382e+02 3.65587e+04 3.44281e+00 4.86875e+06 1.97708e+05 4.32238e+06 6.72541e+06 4.22441e+06 1.91681e+06 9.48195e+06 3.50382e+06 7.75780e+06 8.00458e+06 1.75994e+06 3.38227e+05 5.40808e+06 2.80170e+07 8.90846e+05 1.14820e+07 2.55376e+07 9.50267e+06 1.94843e+07 3.95397e+06 2.93919e+07 4.26401e+07 6.04415e+07 1.32155e+04 3.79284e+06 6.21236e-02 3.47719e+03 6.29027e+02 3.01774e+03 9.72833e+03 3.99947e+03 1.51185e+04 2.24538e+04 1.68520e+04 3.84512e+04 9.28422e+03 4.90125e+03 2.48370e+02 1.03824e+04 3.82496e+05 2.24165e+04 3.46412e+05 2.79284e+05 1.64071e+05 1.35451e+05 1.31740e+05 5.56603e+05 3.42942e+05 4.72789e+05 9.64662e+03 5.24623e+03 4.16786e-02 2.32371e+05 9.00776e+02 1.03959e+05 5.29799e+04 4.81389e+04 3.75243e+04 6.64520e+04 5.33576e+04 1.01757e+05 3.00059e+04 1.35999e+04 1.70927e+03 4.22866e+05 1.81407e+05 3.79171e+03 1.97293e+05 1.85360e+05 6.89284e+04 1.59234e+05 8.71009e+04 2.85065e+05 1.16158e+05 2.79413e+05 3.25297e+03 2.55708e+03 7.61159e-01 4.04686e+04 4.92663e+03 2.73769e+03 3.95273e+04 1.41581e+03 6.81686e+03 8.62469e+03 9.27846e+03 8.99562e+03 4.03128e+03 2.05517e+03 8.47220e+01 6.09973e+04 1.68386e+05 7.42131e+03 1.86194e+05 1.77595e+05 1.50604e+05 1.50295e+05 4.62149e+04 1.90296e+05 2.33442e+05 2.40634e+05 1.82843e+03 3.11377e+03 7.65643e-02 1.31498e+06 2.86614e+05 2.61882e+05 5.45356e+05 4.68246e+05 6.16999e+05 1.13794e+06 8.26356e+05 2.46445e+06 5.33184e+05 2.73730e+05 1.57662e+04 5.95262e+05 3.31350e+06 1.25513e+05 2.44347e+06 1.98073e+06 9.37031e+05 1.31488e+06 1.31176e+06 4.38727e+06 3.45059e+06 5.29543e+06 1.89796e+04 2.40281e+04 2.28315e-01 4.04471e+05 6.86742e+04 1.04362e+05 5.87192e+04 1.93078e+04 4.87297e+04 7.37365e+04 6.46120e+04 1.91013e+05 6.27005e+04 2.31594e+04 4.37524e+03 2.80486e+05 1.30520e+05 2.11646e+04 3.71364e+05 2.86367e+05 1.42105e+05 2.87536e+05 2.88674e+05 4.62638e+05 2.94752e+05 4.11790e+05 3.82908e+03 1.63285e+03 4.15811e+01 2.23497e+06 3.19254e+05 4.11363e+05 3.88729e+05 2.61907e+05 5.54100e+05 1.20478e+06 8.35362e+05 2.70712e+06 7.44997e+05 3.04265e+05 1.77199e+04 5.70072e+05 2.62225e+06 1.16126e+05 3.11105e+06 2.66893e+06 1.34615e+06 2.30620e+06 2.09012e+06 2.16727e+06 1.42561e+06 2.32254e+06 1.20714e+04 6.43195e+03 8.45575e-02 1.42859e+05 1.51192e+04 1.86256e+05 1.20595e+05 4.42508e+04 5.92764e+04 1.12396e+05 7.93114e+04 1.83931e+05 5.67742e+04 3.14983e+04 2.29028e+03 3.49037e+05 2.18593e+05 2.17920e+04 4.39508e+05 3.51158e+05 2.16186e+05 2.27276e+05 1.00349e+05 9.18187e+05 7.49659e+05 1.00524e+06 1.65461e+04 3.12090e+03 2.51419e-02 7.84923e+05 1.34217e+05 1.81720e+04 4.49292e+04 1.66820e+04 8.14723e+04 8.48868e+04 4.96369e+04 2.54989e+05 8.06837e+04 3.16892e+04 1.77245e+03 7.45434e+04 1.14332e+06 3.62277e+04 8.86311e+05 7.62371e+05 4.10170e+05 4.05184e+05 4.25935e+05 1.44087e+06 6.37940e+05 9.73130e+05 8.36438e+03 5.72346e+03 8.60570e-02 1.97416e+06 1.74741e+05 7.40153e+05 5.91516e+06 1.65189e+06 6.02746e+06 8.45823e+06 5.76950e+06 1.09467e+07 3.07699e+06 3.67465e+06 1.79315e+05 1.69782e+06 1.58286e+07 4.85251e+06 1.16441e+07 1.73486e+07 6.17397e+06 2.37066e+07 7.76161e+06 6.82119e+07 2.26982e+07 5.67477e+07 6.83710e+04 3.03566e+06 8.31371e-02 1.15829e+01 1.67931e+00 4.43510e+00 1.33007e+01 2.70447e+01 6.77701e+00 3.67035e+01 1.82726e+01 3.41700e+01 3.73685e+00 6.46032e+00 2.40679e+00 1.19511e+02 1.73584e+02 7.83872e+00 1.01032e+02 2.24710e+02 1.39495e+02 1.72240e+02 3.25860e+01 4.97112e+02 2.37797e+02 5.43175e+02 4.03574e-04 4.30680e+01 3.30701e-02 1.80596e+04 6.57795e+03 9.13321e+03 3.31676e+04 1.51485e+04 4.08394e+04 6.56056e+04 7.96191e+04 1.15543e+05 2.88999e+04 1.74585e+04 2.41710e+03 2.65511e+04 6.38668e+05 1.43393e+04 2.23291e+05 1.99364e+05 1.09208e+05 1.77513e+05 1.25244e+05 6.79023e+05 4.81276e+05 6.45750e+05 1.22280e+04 5.13900e+03 6.01450e-01 2.08246e+06 1.60477e+05 5.10477e+05 3.49284e+06 1.19128e+06 3.13404e+06 2.10798e+06 1.82608e+06 1.81875e+06 8.21192e+05 5.41332e+05 7.89386e+05 1.06120e+06 5.74832e+06 2.20900e+05 5.55942e+06 4.60892e+06 1.75588e+06 4.25345e+06 1.95781e+06 1.30839e+07 7.75764e+06 1.65813e+07 4.47155e+03 1.28334e+06 1.28275e-01 1.77717e+05 3.50719e+04 3.64893e+04 6.11497e+04 7.06615e+04 7.21388e+04 1.17029e+05 8.44328e+04 1.80960e+05 4.57638e+04 2.77258e+04 2.02574e+03 9.10246e+04 3.30516e+05 1.99926e+04 3.23586e+05 2.93044e+05 1.33506e+05 1.31669e+05 1.27632e+05 5.02930e+05 2.90954e+05 4.39632e+05 8.95332e+03 2.15507e+03 1.26315e-01 2.62288e+05 5.92846e+04 1.01971e+04 3.75578e+04 5.28257e+03 8.58812e+03 1.91994e+04 1.00426e+04 3.60953e+04 1.43752e+04 6.19214e+03 3.41136e+02 8.02125e+04 1.06842e+05 5.15752e+03 1.32033e+05 9.24108e+04 1.19042e+05 9.18103e+04 2.97731e+04 9.95691e+04 8.33338e+04 1.72677e+05 3.72412e+02 2.78449e+02 1.69711e-04 5.65776e+05 8.81626e+04 3.24837e+05 2.02966e+05 7.87653e+04 1.51927e+05 2.78670e+05 1.59939e+05 5.48640e+05 1.78739e+05 8.42814e+04 1.11025e+04 4.52006e+05 1.94143e+06 8.31535e+04 1.54584e+06 1.96622e+06 1.21550e+06 1.42541e+06 1.09904e+06 1.05820e+06 1.15964e+06 1.80203e+06 4.40201e+04 6.43262e+03 8.53425e-01 1.18018e+06 8.91707e+05 4.89710e+06 2.69557e+06 3.13700e+05 3.03004e+06 1.79529e+06 1.94438e+06 3.11199e+06 2.62919e+06 5.78993e+05 5.76673e+04 1.87734e+06 1.59237e+07 2.69631e+06 7.79432e+06 9.11060e+06 3.30895e+06 1.12325e+07 3.92471e+06 2.23429e+07 1.29402e+07 4.38614e+07 3.06096e+05 9.53652e+05 1.54362e-01 1.25525e+05 2.03115e+04 9.59555e+03 7.14782e+04 3.00553e+04 7.81574e+04 1.37493e+05 8.87165e+04 2.54020e+05 7.21273e+04 3.47116e+04 3.00170e+03 4.05055e+04 5.47788e+05 3.55059e+04 7.38724e+05 7.13080e+05 3.91924e+05 1.57401e+05 1.90922e+05 6.63892e+05 4.25137e+05 7.34419e+05 8.67923e+03 2.95364e+03 2.13674e-01 1.24113e+05 7.61846e+04 2.24812e+06 2.08430e+05 9.56594e+04 2.53083e+05 4.43473e+05 3.27055e+05 8.33307e+05 2.17181e+05 1.31386e+05 6.83582e+03 5.65821e+05 3.27236e+06 6.59029e+04 1.31023e+06 1.03823e+06 7.08721e+05 1.12426e+06 6.44529e+05 2.70215e+06 3.10406e+06 3.68885e+06 6.89344e+04 2.04457e+04 6.62128e+00 7.35627e+06 1.03418e+06 3.26373e+05 1.40012e+06 6.40085e+05 1.62078e+06 2.58203e+06 1.54874e+06 4.80932e+06 1.31875e+06 6.04662e+05 4.06515e+04 1.70579e+06 3.78851e+06 4.64261e+05 9.82680e+06 9.86055e+06 5.80835e+06 6.89611e+06 7.04562e+06 1.13398e+07 4.78709e+06 6.78663e+06 6.27219e+04 6.56867e+04 1.34090e-01 1.24062e+05 8.69408e+04 1.04116e+05 9.25080e+04 1.87564e+05 1.39599e+05 2.26370e+05 1.70999e+05 5.45570e+05 1.27025e+05 8.12933e+04 8.50636e+03 3.02673e+05 7.35484e+06 1.57742e+05 2.79846e+06 2.34895e+06 1.72226e+06 2.27112e+06 1.13396e+06 2.96933e+06 1.49650e+06 2.17188e+06 4.79094e+04 1.91203e+04 1.69772e+00 1.72149e+05 1.54660e+04 1.16813e+05 1.58498e+04 4.25037e+03 1.76344e+04 1.91979e+04 1.40545e+04 2.75138e+04 7.04850e+03 4.89148e+03 4.19025e+02 1.63238e+05 8.18269e+05 1.98467e+04 3.66277e+05 2.90593e+05 1.72391e+05 1.36449e+05 1.19812e+05 4.75513e+05 3.76857e+05 5.35241e+05 6.48939e+03 3.11289e+03 1.17500e+00 8.22228e+05 1.58192e-01 5.04770e+04 8.09904e+05 6.40347e+05 6.03403e+05 7.76663e+05 1.37972e+05 2.95756e+05 3.23440e+04 1.80944e+05 6.74106e+04 8.11243e+05 1.46619e+06 2.27314e+04 2.92983e+05 6.51635e+05 4.83959e+05 1.11128e+06 4.23719e+05 2.49297e+06 2.84096e+06 9.89452e+05 3.29363e+03 9.45272e+05 5.17206e-05 2.06178e+06 1.78244e+05 5.46488e+06 2.42034e+06 1.61064e+06 7.55326e+05 1.90846e+06 1.09185e+06 3.85412e+05 2.06300e+05 3.40129e+05 8.94967e+04 1.95982e+06 3.98327e+06 8.16330e+04 1.05216e+06 2.34015e+06 6.07827e+05 3.38290e+06 6.40009e+05 5.42050e+06 1.30514e+07 2.86469e+06 1.16349e+06 5.44044e+05 1.14536e+00 4.37337e+06 9.36180e+05 4.13079e+05 6.44416e+06 9.25748e+05 3.87743e+05 1.24970e+06 4.31686e+05 5.76380e+06 3.12266e+05 2.87040e+05 2.97217e+04 1.74583e+06 4.48278e+06 1.81497e+05 2.33929e+06 5.20290e+06 2.98926e+06 4.57350e+06 5.82924e+05 7.73677e+06 1.06899e+00 5.10314e+06 4.27018e+04 1.22554e+07 6.73184e-05 2.45607e+06 6.05806e+04 7.78410e+06 7.97907e+06 5.47650e+06 5.59685e+06 1.04798e+07 6.19908e+06 9.73113e+06 4.88187e+06 2.58871e+06 2.53558e+05 5.87301e+06 1.51636e+07 2.23641e+06 1.36743e+07 7.33631e+06 2.81801e+06 1.82339e+07 9.07934e+06 2.32536e+07 1.89879e+07 4.30120e+07 1.80699e+05 6.01930e+05 1.84065e-01 7.04753e+05 1.69906e+05 5.81733e+05 2.15954e+06 3.72682e+06 1.94101e+06 2.19655e+06 1.47886e+06 2.39965e+06 9.68387e+05 7.42510e+05 1.68987e+04 1.72641e+06 4.77296e+06 2.39902e+06 6.61519e+06 8.42640e+06 4.10978e+06 6.98761e+06 1.70251e+06 1.28198e+07 1.30584e+07 2.27717e+07 1.52301e+06 4.39787e+05 7.90302e-01 3.16745e+04 4.13657e+03 3.78600e+06 1.49516e+05 9.05243e+04 2.49610e+05 7.55948e+05 4.16700e+05 1.53454e+06 4.27591e+05 1.62184e+05 9.72467e+03 4.66710e+05 1.02026e+07 7.39044e+04 1.89915e+06 1.10467e+06 1.23805e+06 1.61823e+06 9.36938e+05 3.13952e+06 3.40913e+06 4.65849e+06 2.65579e+04 1.09346e+04 6.65220e-01 2.83707e+06 6.09846e+05 6.05848e+05 1.20186e+07 3.17636e+07 1.19831e+07 3.65618e+07 3.10155e+07 6.76245e+07 3.92162e+07 7.80488e+06 0.00000e+00 6.77479e+06 5.14772e+07 6.44378e+05 8.30531e+06 1.84722e+07 4.70765e+07 5.58110e+07 2.00356e+07 1.00599e+08 2.15695e+07 1.88060e+08 1.14569e+06 2.62910e-01 1.82176e-01 9.94895e+02 6.79809e+02 1.36896e+02 2.04549e+03 4.44714e+02 3.78485e+02 6.04155e+02 6.51605e+02 1.28005e+03 3.33828e+02 1.39635e+02 1.75771e+01 2.14071e+03 3.06790e+03 3.29005e+02 4.33370e+03 9.14932e+03 1.77820e+03 3.33121e+03 4.15370e+03 8.47609e+02 3.27582e+03 4.95448e+03 4.27547e+01 1.33366e+02 2.20292e+01 1.45827e+06 3.07076e+03 2.39177e+06 3.30443e+06 4.99793e+06 1.43676e+06 3.80443e+06 2.78028e+06 3.43937e+06 2.52887e+06 1.05863e+06 2.05018e+00 2.66506e+06 5.23696e+06 5.14585e+05 5.43497e+06 3.63932e+06 2.14186e+06 7.65163e+06 3.16528e+06 8.95441e+06 1.24073e+07 2.13228e+07 1.44301e+01 1.47916e+01 1.25929e+02 2.37505e+07 3.59260e+06 2.70333e+07 2.24827e+07 6.83126e+06 1.29292e+07 4.95264e+07 3.86963e+07 5.69733e+07 2.70163e+02 9.15672e+06 2.48872e+06 1.76581e+07 5.92625e+07 6.50788e+05 8.38793e+06 1.86559e+07 6.32851e+01 5.74353e+07 8.60029e+01 1.40781e+08 2.51606e+01 1.19270e+08 1.31772e-02 3.78185e+00 1.25031e+04 3.10808e+05 8.06302e+04 1.42200e+04 1.96428e+04 7.96283e+03 2.60937e+04 4.47077e+04 3.04009e+04 9.43904e+04 2.26714e+04 1.05005e+04 4.03125e+02 6.36720e+04 3.50922e+05 7.03685e+03 1.86587e+05 1.75001e+05 8.99123e+04 1.18781e+05 1.31663e+05 4.81582e+05 2.85145e+05 4.28744e+05 3.71936e+03 1.81588e+03 1.49871e-01 6.55271e+03 5.75942e+03 7.75501e+02 2.55172e+03 8.19981e+02 2.44297e+03 3.90109e+03 2.56382e+03 6.25245e+03 1.54998e+03 9.32013e+02 4.09369e+01 3.47858e+03 2.69567e+04 3.79424e+03 5.29863e+04 5.63849e+04 3.18860e+04 1.89720e+04 1.99247e+04 3.97924e+04 1.71863e+04 3.25024e+04 4.10797e+02 1.73912e+02 1.27122e-01 7.56176e+02 9.18168e+01 7.24511e+02 1.58107e+04 8.01321e+03 2.37982e+04 3.60541e+04 2.78408e+04 5.48907e+04 1.75461e+04 1.01330e+04 5.77040e+02 2.81052e+03 3.23873e+04 3.49585e+03 4.57303e+04 3.91838e+04 2.35743e+04 2.04004e+04 2.05280e+04 9.49871e+04 5.03749e+04 8.27819e+04 2.38244e+03 9.11909e+02 1.55161e-02 3.31484e+03 1.03729e+03 7.32364e+02 9.77626e+02 5.59567e+02 1.97499e+03 2.39564e+03 2.10414e+03 3.69355e+03 1.36005e+03 8.19265e+02 2.86414e+01 1.34400e+03 1.02928e+04 2.17357e+03 2.62708e+04 1.76850e+04 1.72625e+04 8.38957e+03 1.06713e+04 1.76899e+04 1.25260e+04 1.63872e+04 2.68555e+02 2.98154e+00 7.95489e-04 1.05989e+06 1.87280e+05 1.69145e+07 1.70414e+06 8.26843e+05 2.55499e+06 7.03828e+06 3.19958e+06 1.00514e+07 2.73681e+06 1.14909e+06 9.58587e+04 7.10632e+06 1.93068e+07 4.98333e+05 1.31664e+07 9.50086e+06 5.51435e+06 8.47705e+06 6.49574e+06 2.59916e+07 1.49448e+07 1.83039e+07 1.18017e+05 4.41822e+04 8.13019e-01 1.51377e+05 3.58535e+04 1.95138e+04 7.65056e+04 3.21242e+04 9.49366e+04 1.47085e+05 9.11045e+04 2.74701e+05 7.35828e+04 3.82131e+04 1.96787e+03 7.24225e+04 2.91685e+05 1.70321e+04 4.69611e+05 3.39809e+05 2.06294e+05 2.49255e+05 2.37221e+05 4.72343e+05 3.28193e+05 6.03266e+05 4.61426e+03 1.81477e+03 5.42588e-03 4.85453e+05 1.52995e+05 1.57720e+04 6.88314e+05 1.22437e+05 4.00788e+05 4.93890e+05 6.38849e+05 8.03507e+05 2.43385e+05 1.24474e+05 6.61350e+03 7.86273e+05 1.31145e+06 3.27458e+04 1.38348e+06 9.90367e+05 9.92094e+05 1.31010e+06 3.57245e+05 2.36061e+06 1.55123e+06 2.31652e+06 2.30593e+04 1.66357e+04 1.27855e-01 3.80683e+03 5.31046e+02 1.64849e+03 5.72916e+03 1.39332e+03 4.98987e+03 6.95886e+03 5.49855e+03 1.16063e+04 2.81408e+03 1.70570e+03 7.91817e+01 4.61950e+03 2.27592e+04 4.42591e+03 6.55686e+04 4.86836e+04 2.88788e+04 5.96520e+04 5.36966e+04 7.92585e+04 4.15038e+04 6.00892e+04 2.06020e+03 7.53979e+02 2.30059e-02 2.84633e+05 6.27377e+04 2.87239e+03 5.02405e+03 1.51857e+03 5.14238e+03 9.65153e+03 4.14120e+03 1.83083e+04 5.58336e+03 2.23409e+03 8.56742e+01 1.69307e+04 2.36937e+04 3.36533e+03 7.07236e+04 9.49989e+04 1.52207e+04 2.85362e+04 2.96256e+04 1.41436e+05 5.33820e+04 9.30513e+04 9.18361e+02 6.06322e+02 3.71022e-01 2.26305e+04 9.12411e+03 6.89054e+04 9.35949e+05 3.66964e+05 1.80075e+06 5.59651e+06 2.58126e+06 1.19618e+07 2.33459e+06 4.35901e+05 8.72245e+04 8.42884e+05 6.70873e+06 5.85160e+05 7.54207e+06 1.67746e+07 8.56264e+06 1.26013e+07 3.52767e+06 3.47621e+07 1.11319e+07 1.03742e+07 1.63890e+06 1.23696e+06 3.03439e-02 1.06175e+06 2.55094e+03 3.37049e+05 9.90915e+05 1.00747e+06 8.12143e+05 1.41417e+06 1.40319e+06 2.04504e+06 7.37494e+05 2.33640e+05 2.95982e+04 1.16482e+06 1.56668e+06 2.69562e+05 1.86772e+06 1.63116e+06 4.88398e+05 2.35565e+06 1.03243e+06 4.68805e+06 3.93729e+06 7.70645e+06 1.40093e+00 6.93538e+04 3.31277e-01 2.71291e+05 3.68330e+03 2.89050e+05 6.00792e+05 7.25012e+05 7.28901e+05 1.16680e+06 1.10441e+06 1.49938e+06 2.95563e+05 2.43469e+05 2.73981e+04 4.89323e+05 1.39793e+06 4.73100e+05 1.28864e+06 1.58061e+06 6.21433e+05 1.79671e+06 6.86676e+05 2.95987e+06 1.66668e+06 5.43333e+06 1.25537e+04 9.52281e+04 2.87883e-01 2.29911e+04 2.89997e+04 1.00860e+03 1.65789e+03 8.60704e+02 3.45214e+03 4.24885e+03 4.14176e+03 7.18310e+03 1.82357e+03 1.13609e+03 4.60042e+01 1.65615e+03 2.74175e+04 1.65398e+03 3.24863e+04 2.19448e+04 1.31902e+04 2.60675e+04 2.51858e+04 4.59891e+04 1.10792e+04 2.22747e+04 2.30482e+02 1.69925e+02 2.29904e-02 2.04893e+06 2.97057e+05 1.03248e+07 1.03548e+07 2.88321e+06 3.67514e+06 7.61073e+06 4.42030e+06 5.82910e+06 3.74757e+06 9.87661e+05 2.17462e+06 3.59197e+06 6.70504e+06 2.56570e+05 3.30690e+06 7.35501e+06 1.22818e+06 1.03223e+07 3.59179e+06 1.58506e+07 4.01982e+07 4.08844e+06 1.80508e+04 5.18058e+06 3.56586e-03 5.04282e+03 1.49585e+03 3.34860e+03 1.13441e+04 5.19486e+03 1.20478e+04 1.15552e+04 1.35312e+04 2.64541e+04 9.63492e+03 6.34341e+03 4.87904e+02 1.04405e+04 4.37188e+04 4.10160e+03 4.19291e+04 4.20718e+04 2.59318e+04 2.61700e+04 2.56761e+04 8.05748e+04 4.63433e+04 8.67927e+04 3.07620e+03 1.32355e+03 5.35446e-02 7.89072e+06 1.73511e+06 5.25942e+06 1.94190e+07 1.23038e+07 1.65759e+07 3.47935e+07 2.46607e+07 3.11212e+07 2.13408e+07 7.25973e+06 7.66542e+05 9.03097e+06 4.90597e+07 1.22675e+06 2.26851e+07 3.07988e+07 4.68626e+07 2.51804e+07 1.26121e+07 1.05412e+08 6.65495e+07 1.33044e+08 1.03788e+07 0.00000e+00 2.62770e+00 1.02038e+06 1.34652e+05 7.21556e+03 1.43192e+06 7.32735e+05 5.32296e+05 9.92546e+05 5.69249e+05 1.34814e+06 5.51408e+05 2.74616e+05 2.69652e+04 7.66626e+05 3.99231e+06 2.09411e+04 1.55717e+06 3.12190e+06 1.12568e+06 4.95462e+06 9.05931e+05 4.75724e+06 2.11122e+06 4.25865e+06 4.67017e+05 2.00756e+05 2.07050e-01 1.26352e+06 2.84226e+05 3.63753e+04 1.49162e+05 5.09332e+04 1.70971e+05 3.18294e+05 1.71110e+05 4.46005e+05 1.14251e+05 6.05611e+04 3.92879e+03 2.08313e+05 1.11199e+06 6.61254e+04 2.38230e+06 1.94987e+06 1.07255e+06 1.50567e+06 1.41339e+06 2.23460e+06 4.80773e+05 1.21280e+06 8.54694e+03 4.38310e+03 8.31462e-02 4.15324e+04 1.61641e+04 1.39687e+04 1.82078e+04 7.13432e+03 2.21699e+04 2.90534e+04 4.35391e+04 6.43178e+04 2.16448e+04 8.64173e+03 4.88856e+02 5.02157e+04 1.54848e+05 8.04512e+03 1.12166e+05 9.00058e+04 5.26686e+04 8.49449e+04 6.36686e+04 1.44167e+05 6.82400e+04 1.20689e+05 1.51826e+03 5.61367e+02 9.08815e-02 3.73792e+04 6.89183e+03 4.28992e+02 1.09291e+05 1.91644e+04 4.68376e+04 7.34090e+04 5.31587e+04 1.42343e+05 3.03830e+04 1.86236e+04 6.69934e+02 1.08492e+04 6.69503e+04 8.30213e+03 1.11809e+05 9.79364e+04 9.46755e+04 7.90754e+04 1.78532e+04 1.33336e+05 1.76694e+05 3.25809e+05 5.14769e+03 1.42657e+03 5.88220e-04 2.62061e+06 5.68302e+04 8.92545e+05 3.00873e+06 5.51560e+05 5.99305e+06 4.74991e+06 5.77944e+06 1.10713e+07 5.51773e+06 2.24527e+06 6.61399e+04 3.46345e+06 2.48484e+07 3.25129e+07 1.16923e+02 9.36989e+02 5.61320e+06 2.35862e+07 7.93262e+06 3.91952e+07 1.80580e+07 6.57138e+07 1.05279e+05 8.03022e+05 1.09111e-01 2.60078e+06 3.77064e+05 8.57384e+05 4.85447e+06 2.60174e+06 6.90980e+06 1.61347e+07 9.80133e+06 3.09341e+07 2.23966e+06 2.24821e+06 1.36190e+05 6.29694e+06 2.13390e+07 2.70822e+06 1.54270e+07 3.43118e+07 1.28568e+07 2.11302e+07 1.13935e+07 1.07436e+08 2.35528e+07 6.21405e+07 1.16524e+06 3.07013e+06 1.05645e+00 3.90319e+05 5.13495e+04 2.03072e+05 2.49941e+04 3.32663e+03 1.68265e+05 1.99863e+05 2.13442e+05 1.84557e+05 2.24875e+04 1.49329e+04 3.50945e+02 4.54747e+05 3.83850e+05 3.60565e+04 1.06073e+06 5.62491e+05 2.86185e+05 2.99540e+05 4.00600e+05 1.53500e+06 7.38122e+04 2.56393e+05 7.43513e+02 2.21478e+03 5.02588e-03 2.35636e+05 1.36898e+05 1.08408e+05 9.81540e+04 3.26840e+05 1.48752e+05 6.65022e+05 4.84420e+05 1.74091e+06 3.28166e+05 6.59103e+04 1.62372e+05 7.91882e+04 3.58357e+05 6.62238e+04 1.02176e+06 1.79152e+06 6.26261e+05 7.49251e+05 1.55763e+05 1.51081e+06 4.41634e+05 1.30274e+06 1.18268e+05 1.55346e+04 2.07193e-02 6.00859e+04 1.43986e+04 1.30631e+03 3.84281e+04 1.40836e+04 4.32914e+04 6.38813e+04 3.00054e+04 1.15282e+05 3.07755e+04 1.73737e+04 1.14213e+03 5.51434e+03 3.30695e+05 8.01023e+03 1.47903e+05 1.45592e+05 7.68843e+04 1.16453e+05 1.21247e+05 1.43611e+05 5.08674e+04 9.03878e+04 9.72930e+02 7.29595e+02 6.40280e+01 7.99981e+06 1.39200e+06 2.33803e+06 9.21512e+06 5.86066e+06 1.17001e+06 5.21878e+06 1.87914e+06 6.82440e+06 1.60033e+06 2.86840e+06 1.34088e+06 5.08753e+06 3.64102e+06 2.83978e+05 6.37122e+06 6.41791e+06 3.62941e+06 7.94611e+06 2.99024e+06 1.17985e+07 2.09951e+07 2.61727e+07 1.02115e+05 2.25828e+05 1.21401e-01 7.23971e+04 8.19253e+02 4.02149e+04 2.01979e+05 1.88004e+05 9.23858e+04 1.27162e+05 1.15185e+05 6.74154e+04 2.38153e+04 2.10455e+04 3.72046e+03 2.46366e+05 3.24337e+05 8.91625e+04 1.22770e+05 3.54340e+05 1.06640e+05 2.60981e+05 1.42811e+05 3.99228e+05 6.60636e+05 1.08267e+06 4.40707e-01 1.22621e+04 6.36385e+00 1.32051e+05 3.27744e+04 1.29824e+04 1.15957e+04 6.99722e+03 1.92605e+04 2.58696e+04 2.41961e+04 5.24270e+04 1.22033e+04 8.44483e+03 4.69585e+02 2.93742e+04 1.27524e+05 5.60874e+03 9.49416e+04 6.81330e+04 3.79736e+04 1.36354e+05 1.00777e+05 2.47203e+05 1.22563e+05 1.78474e+05 2.61297e+03 1.21140e+03 2.71305e-01 2.16705e+04 7.68218e+03 4.57058e+05 1.39812e+05 7.02891e+04 1.92755e+05 2.31939e+05 2.17559e+05 6.06561e+05 1.65256e+05 8.12508e+04 8.44352e+03 7.54758e+04 7.70936e+05 5.02530e+04 9.89290e+05 8.90152e+05 5.15844e+05 2.20409e+05 3.17372e+05 1.04199e+06 2.70990e+05 4.54037e+05 5.26233e+03 3.35896e+03 6.89146e-02 3.42142e+05 6.78526e+04 7.31590e+04 1.44224e+05 2.36145e+05 2.12514e+05 4.06375e+05 2.50581e+05 6.77775e+05 1.87435e+05 9.53841e+04 5.43338e+03 2.13661e+05 8.83636e+05 4.86257e+04 1.14808e+06 8.52532e+05 4.41298e+05 1.00511e+06 7.38626e+05 1.49338e+06 1.27631e+06 2.04318e+06 1.58599e+04 6.76494e+03 1.13060e-01 6.59027e+06 6.87495e+04 2.95627e+06 1.08893e+07 1.48420e+07 2.44804e+06 9.31978e+06 4.17404e+06 7.25517e+06 4.40106e+06 1.32552e+06 1.14290e+04 3.71180e+06 1.63634e+07 3.33260e+06 7.49876e+06 5.63498e+06 6.69757e+06 1.31592e+07 2.99976e+06 1.05143e+07 4.13929e+07 4.62644e+07 7.30633e+05 1.86136e+05 1.02127e+00 1.95223e+05 3.34320e+04 3.89880e+04 3.27985e+05 2.58112e+05 3.19404e+05 6.58500e+05 3.55548e+05 9.16510e+05 2.73039e+05 1.48016e+05 2.15333e+04 6.15299e+04 1.75437e+06 8.29392e+04 1.18601e+06 1.17830e+06 6.77834e+05 9.38158e+05 8.23712e+05 9.88093e+05 7.88743e+05 3.39951e+06 8.25922e+04 3.21939e+04 4.10800e+00 7.22498e-03 5.65527e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65515e-02 5.65490e-02 5.65482e-02 5.65490e-02 5.65514e-02 5.49120e-02 7.42290e+05 1.13507e+05 3.99955e+04 8.06101e+04 4.43409e+04 1.33612e+05 2.12427e+05 1.36334e+05 4.23155e+05 1.11691e+05 5.63185e+04 3.67068e+03 1.94466e+05 1.38411e+06 4.77458e+04 1.01919e+06 8.84112e+05 5.25727e+05 3.51883e+05 4.00321e+05 1.30047e+06 6.10232e+05 1.02037e+06 1.62373e+04 5.44623e+03 5.08948e-01 6.68388e+06 1.08290e+06 4.82902e+06 2.07715e+06 1.03866e+06 3.10801e+05 1.73242e+06 1.66049e+06 2.92619e+06 2.57995e+05 1.09515e+06 7.60216e+04 2.24085e+06 1.80061e+06 1.31946e+05 1.70064e+06 3.78246e+06 3.59830e+04 4.91743e+06 1.11031e+06 3.89307e+06 9.57659e+05 4.88637e+06 5.40687e+03 1.55177e+06 2.95870e-01 3.49737e+05 6.00300e+04 1.32230e+07 1.05917e+06 8.06992e+05 1.29114e+06 3.43997e+06 2.14029e+06 4.50633e+06 1.12205e+06 7.40483e+05 1.08900e+05 7.33782e+06 2.00497e+07 4.74451e+05 1.23908e+07 7.63657e+06 6.47447e+06 9.62348e+06 6.08691e+06 1.92900e+07 6.74556e+06 1.75936e+07 1.92984e+05 7.63660e+04 1.87639e+00 7.35129e+06 1.23541e+05 5.56515e+06 2.85291e+07 1.31769e+07 2.40559e+07 5.25742e+07 3.42081e+07 6.86553e+07 2.66670e+07 9.91860e+06 9.09857e+05 1.00569e+07 7.14587e+07 1.98940e+07 6.61160e+07 6.94327e+07 3.96095e+07 1.12481e+08 4.97769e+07 2.65219e+08 9.52244e+07 2.96775e+08 9.28262e+06 2.48667e+06 1.36058e-01 2.85104e+05 1.22398e+05 2.99098e+04 9.85988e+04 2.77858e+04 8.17476e+04 1.72407e+05 9.78505e+04 2.96412e+05 7.90204e+04 3.71252e+04 1.62505e+03 1.75291e+05 2.65233e+06 2.00849e+04 5.86768e+05 6.27435e+05 3.15553e+05 5.11943e+05 4.37217e+05 8.17549e+05 3.19012e+05 5.45537e+05 4.09033e+03 3.47427e+03 2.29056e+00 4.35123e+07 7.15773e+05 3.73947e+07 1.11633e+08 6.73282e+07 1.27279e+08 2.38019e+08 1.40132e+08 4.07667e+08 1.56498e+08 6.24079e+07 1.21090e+05 1.09612e+08 5.91774e+08 2.83086e+07 7.42216e+08 5.71721e+08 5.06130e+08 6.03940e+08 6.66594e+08 2.52021e+09 1.71309e+09 1.95867e+09 3.58852e+07 9.85460e+06 1.21514e-02 9.10737e+05 1.60262e+04 6.23131e+04 1.02682e+06 4.03339e+05 3.48436e+05 7.49428e+05 1.49392e+05 1.67410e+05 1.19273e+05 1.01110e+05 3.76685e+04 5.39161e+05 2.09157e+06 5.46859e+04 9.09995e+05 1.43729e+06 3.97316e+05 1.00837e+06 3.26036e+05 2.36342e+06 2.99021e+06 4.53942e+06 7.41704e+05 7.27549e-01 3.03991e-02 3.59856e+06 2.30834e+05 1.62201e+05 4.17135e+05 7.58602e+05 8.06072e+04 6.12531e+05 3.33708e+05 7.36272e+05 1.97699e+04 1.60766e+05 3.65314e+04 5.54622e+05 1.59976e+06 3.04294e+04 3.92201e+05 8.72310e+05 1.29037e+04 1.15424e+06 3.42433e+05 2.04026e+06 4.25424e+05 3.15299e+06 1.74278e+03 5.00179e+05 6.32683e-01 1.40368e+04 8.22891e+03 7.71124e+02 1.10491e+03 5.09830e+02 1.81728e+03 2.64358e+03 2.02644e+03 2.85315e+03 1.79924e+03 6.65981e+02 2.63611e+01 2.49151e+03 2.57654e+04 2.66148e+03 3.86178e+04 3.55891e+04 1.94947e+04 1.50727e+04 1.63711e+04 4.11397e+04 1.68730e+04 3.20750e+04 5.71927e+02 2.52806e+02 3.78063e-03 1.45840e+06 2.34961e+05 1.61644e+06 1.21939e+06 5.58542e+05 6.52338e+05 1.77878e+06 9.27899e+05 2.81606e+05 1.94707e+05 1.19993e+05 4.47034e+04 8.75429e+05 3.21562e+06 2.38064e+05 5.36070e+06 5.36779e+06 2.53224e+06 7.34555e+05 8.24409e+05 3.62209e+06 5.90673e+06 8.63946e+06 7.60968e+05 1.69140e+05 1.84818e+02 2.78607e+07 4.75105e+06 1.15042e+07 6.13971e+06 4.22335e+06 1.18022e+06 4.15527e+06 9.70882e+05 2.18665e+06 1.79530e+06 9.57807e+05 1.01952e+05 3.42754e+06 6.98114e+06 2.47790e+05 1.30838e+07 8.18505e+05 5.29535e+06 3.63492e+06 1.58811e+06 9.87376e+06 8.76600e+06 1.18842e+07 9.12915e+03 2.62007e+06 6.39274e+00 6.17214e+05 1.33135e+05 1.04784e+05 1.29852e+05 5.08171e+04 1.69639e+05 2.77378e+05 1.74619e+05 4.17562e+05 1.08287e+05 6.09858e+04 4.07192e+03 2.46203e+05 8.06414e+05 5.97442e+04 1.20707e+06 1.07580e+06 5.97556e+05 9.66168e+05 9.69054e+05 1.39224e+06 4.30487e+05 1.03642e+06 1.20843e+04 3.90974e+03 8.86659e-03 8.15236e+04 8.48653e+03 4.37123e+05 3.74447e+05 5.15321e+03 2.43700e+04 2.25217e+04 1.94613e+04 5.43299e+04 1.04353e+04 5.28901e+03 2.30144e+02 3.60784e+05 1.34091e+06 6.82650e+04 1.18975e+06 7.36171e+05 7.63906e+05 1.02149e+06 5.01013e+05 9.79631e+05 4.43438e+05 6.24707e+05 1.24771e+04 4.91734e+03 5.79608e-02 1.60884e+05 1.57460e+05 1.15003e+05 1.34706e+05 8.21210e+04 1.35395e+05 1.64734e+05 1.62672e+05 2.44586e+05 1.13402e+05 8.42304e+04 1.10100e+04 2.23354e+05 6.83197e+05 3.01434e+05 9.23125e+05 7.44394e+05 5.86723e+05 5.92678e+05 5.27828e+05 1.41042e+06 8.36399e+05 1.41193e+06 2.52298e+05 4.94217e+04 4.79575e-01 0.00000e+00 +7.59412e+04 2.33647e+03 1.79784e+03 1.20764e+04 4.20765e+02 1.44561e+03 9.99654e+03 1.85540e+03 3.15665e+03 7.48785e+02 5.16236e+02 2.53329e+01 8.23015e+03 1.98704e+04 8.43879e+02 2.45650e+04 2.26683e+04 7.68842e+03 2.47936e+04 3.50648e+04 3.84709e+04 1.00642e+03 5.82418e+03 1.15351e+01 1.03208e+02 5.77313e-03 4.42587e+04 1.59059e+03 1.03101e+04 3.37042e+03 4.60009e+02 6.79531e+02 3.30129e+03 1.01868e+03 1.31206e+03 2.68297e+02 2.50519e+02 7.32019e+00 1.53691e+04 1.05797e+04 1.36821e+03 2.60767e+04 2.35531e+04 7.87759e+03 5.50228e+03 5.07965e+03 3.03738e+04 1.23136e+03 4.86831e+03 1.70644e+01 2.36989e+02 1.09683e+00 5.10036e+04 2.07224e+03 1.68506e+06 4.45334e+04 2.58488e+03 8.04133e+03 5.57652e+04 1.32807e+04 2.47364e+04 6.80750e+03 3.94765e+03 2.76967e+02 1.05737e+05 2.67901e+05 8.59660e+03 1.97793e+05 2.73114e+05 4.89255e+04 1.66958e+04 2.32310e+04 3.14303e+05 6.36800e+03 1.29004e+05 1.35725e+02 4.29193e+02 5.44718e-02 3.21021e+02 1.04373e+01 4.65183e+02 5.49756e+02 2.75149e+01 9.88945e+01 5.34683e+02 1.51877e+02 1.90255e+02 4.39502e+01 3.14257e+01 1.97522e+00 9.81323e+02 1.39140e+03 6.67646e+02 9.35952e+03 8.70349e+03 2.85201e+03 8.56219e+02 1.32690e+03 1.13236e+04 4.93603e+02 1.99808e+03 1.28808e+01 1.10070e+02 3.61694e-01 4.99162e+04 1.79233e+03 1.17156e+05 2.50876e+04 8.84712e+02 2.95055e+03 1.86174e+04 4.09189e+03 7.09846e+03 1.97659e+03 1.20450e+03 8.34060e+01 7.61909e+04 3.61081e+04 4.52392e+03 1.13185e+05 2.99623e+05 3.11636e+04 1.23957e+04 1.74617e+04 1.29930e+05 4.24869e+03 2.37799e+04 6.65621e+01 6.06596e+02 2.49772e-01 4.60097e+02 2.29032e+01 6.18241e+02 2.62303e+02 1.90759e+01 4.78196e+01 2.37475e+02 6.74869e+01 5.22413e+01 1.60280e+01 1.97118e+01 1.42500e+00 1.38524e+03 2.05090e+03 4.86452e+02 3.87628e+03 4.45232e+03 1.64971e+03 7.74467e+02 1.07601e+03 3.87429e+03 1.61637e+02 8.04013e+02 1.01391e+01 4.77913e+01 8.44886e-02 2.44770e+05 7.09690e+03 1.76179e+05 1.29597e+05 5.56465e+04 5.10263e+04 1.22329e+05 4.45916e+04 4.11094e+04 3.44566e+04 1.71308e+04 1.19199e+03 1.19594e+05 1.80326e+05 1.45106e+04 1.96899e+05 4.09696e+05 1.42743e+05 1.81622e+05 8.16318e+04 7.71289e+05 2.97861e+05 5.88214e+05 2.55155e+02 7.32296e+04 1.25370e-01 4.54212e+04 5.30565e+02 1.81398e+04 1.01772e+04 6.81211e+02 1.22912e+03 1.03205e+04 3.60474e+03 4.16561e+03 1.10445e+03 7.48075e+02 6.40985e+01 1.91573e+04 1.70376e+04 1.90556e+03 3.05386e+04 3.01717e+04 1.04167e+04 1.07331e+04 1.60394e+04 4.49740e+04 3.95742e+03 1.72099e+04 6.07512e+01 4.15013e+02 5.43097e-01 1.63415e+01 1.76432e+00 1.03317e+03 1.16940e+02 5.20701e+00 2.40082e+01 5.98310e+02 1.55558e+01 1.37658e+01 4.81870e+00 8.08234e+00 1.06112e+00 6.59181e+02 2.24821e+02 2.88395e+02 2.68884e+03 2.38085e+03 4.52460e+03 6.71165e+02 6.19133e+02 3.45090e+03 2.53233e+03 9.82656e+03 1.86589e+02 7.03958e+02 1.28228e-01 1.32690e+06 1.15677e+05 1.06783e+06 1.02144e+06 2.67614e+05 8.64877e+05 1.08591e+06 8.71475e+05 9.08023e+05 8.40361e+05 1.89631e+05 1.02283e+04 5.95902e+05 1.06987e+06 8.43011e+04 3.51772e+06 8.71695e+05 9.46689e+05 2.60762e+06 8.02203e+05 1.96624e+07 1.99805e+06 7.54367e+06 3.36289e+04 2.29130e+03 9.38736e-02 1.45085e+00 6.56210e+02 8.52031e+04 3.76319e+05 8.87456e+04 2.81010e+05 5.77717e+05 5.30564e+05 8.82816e+05 2.07463e+05 1.90367e+05 1.41446e+04 7.78293e+05 1.42821e+06 4.08519e+05 1.54511e+06 1.10821e+06 1.43904e+04 5.74946e+05 3.19190e+05 3.85601e+06 4.73021e+05 3.08845e+06 5.43859e-01 1.39645e+05 1.23574e-01 1.83046e+04 5.16274e+02 1.66212e+05 5.58645e+03 3.70333e+02 7.83701e+02 8.23166e+03 1.45295e+03 1.76598e+03 3.67322e+02 2.78724e+02 1.65707e+01 1.23797e+05 2.46206e+04 2.32613e+03 5.00637e+04 5.05271e+04 1.41629e+04 1.17353e+04 1.41088e+04 2.53506e+04 7.10407e+02 3.35175e+03 1.14854e+01 8.68726e+01 2.63788e+02 2.69475e+03 2.34291e+02 5.65052e+03 1.10213e+04 1.40231e+02 3.97371e+02 3.72969e+03 5.24270e+02 1.04658e+03 2.69994e+02 1.96329e+02 1.16944e+01 1.04897e+04 9.39154e+03 2.12739e+03 4.13968e+04 4.54472e+04 1.56340e+04 6.27714e+03 8.33346e+03 5.31247e+04 2.39773e+03 1.14466e+04 4.35996e+01 2.36694e+02 2.61059e-02 3.00524e+03 1.18711e+02 3.68904e+04 4.12250e+04 1.89121e+03 5.27768e+03 3.94164e+04 1.08313e+04 1.08335e+04 2.56910e+03 2.04877e+03 1.60463e+02 5.94227e+04 3.62564e+04 3.65527e+03 7.26817e+04 4.70376e+03 2.12379e+04 1.77263e+04 2.66639e+04 1.76497e+05 1.08128e+04 4.22993e+04 2.10341e+02 1.27963e+02 2.34382e-01 6.27179e+05 2.09293e+04 6.44402e+04 1.97570e+05 3.59412e+04 2.69355e+04 2.17058e+05 3.99474e+04 7.53463e+04 1.92634e+04 1.30871e+04 7.42008e+02 1.77852e+05 1.73299e+05 2.26341e+04 5.01778e+05 5.00845e+05 1.74414e+05 1.27965e+05 1.76335e+05 5.97255e+05 2.27800e+04 1.26199e+05 3.85663e+02 2.51136e+03 1.70263e-01 1.03207e+03 5.33019e+01 1.51080e+03 1.36707e+03 7.27194e+01 2.00654e+02 1.06028e+03 2.60012e+02 3.70568e+02 6.97875e+01 7.34952e+01 6.52675e+00 2.05730e+03 2.08609e+03 1.04170e+03 1.24722e+04 1.35716e+04 4.91262e+03 3.10190e+03 3.36395e+03 1.42881e+04 5.01148e+02 2.59414e+03 2.43356e+01 1.18265e+02 2.12701e-01 7.77535e+01 3.39413e+02 1.77248e+03 3.46200e+02 1.12085e+02 1.00125e+02 8.50970e+02 1.88116e+02 2.27504e+02 1.22317e+02 1.45372e+02 1.60859e+02 3.87123e+02 3.23826e+03 1.82831e+02 1.27391e+02 2.47542e+05 5.27859e+01 2.91342e+03 8.20828e+02 4.61318e+02 4.93851e+01 7.79626e+01 4.63930e+02 2.29816e+04 4.22504e+05 3.19681e+03 8.09692e+00 6.91317e+04 3.21609e+05 6.22527e+04 6.49508e+04 4.82140e+05 2.12729e+05 5.26848e+04 6.18066e+04 3.05317e+04 2.36060e+04 2.89089e+05 4.67154e+05 2.33652e+05 1.52976e+05 4.93802e+05 4.10623e+05 6.44801e+04 4.26063e+04 8.44932e+06 1.78478e-01 2.06122e+06 2.63911e-01 5.66766e+03 9.10049e-02 2.54090e+03 1.48430e+02 9.63259e+02 8.96556e+02 3.44800e+01 7.00968e+01 3.53628e+02 9.44361e+01 1.32409e+02 3.79510e+01 3.30517e+01 2.39124e+00 1.04565e+03 6.13332e+02 4.60556e+02 4.47339e+03 5.70850e+03 1.51171e+03 7.20237e+02 1.26327e+03 5.62408e+03 3.91104e+02 1.54206e+03 1.42764e+01 3.01341e+01 1.89369e-01 4.04091e+04 1.59934e+03 1.25859e+03 4.76485e+03 3.23402e+02 8.18682e+02 6.71188e+03 1.27980e+03 2.08561e+03 5.40645e+02 3.45700e+02 2.63449e+01 3.15350e+03 6.44642e+03 1.11443e+03 1.77754e+04 2.21787e+04 5.60045e+03 6.00646e+03 7.13353e+03 1.61615e+04 9.27243e+02 3.82984e+03 4.17590e+00 9.01637e+01 6.40693e-01 1.79652e+02 3.41450e+00 1.08572e+04 7.13079e+01 1.55979e+00 4.44143e+00 3.55607e+01 5.91558e+00 1.27308e+01 3.54557e+00 2.01539e+00 9.53421e-02 9.10824e+02 3.56024e+03 1.69732e+02 3.12662e+03 3.12479e+04 1.57165e+03 1.08819e+03 1.22563e+03 2.56900e+05 4.89812e+00 3.60730e+03 5.01804e+00 4.09783e+03 2.22495e-01 1.38221e+03 8.92443e+01 2.79555e+02 4.60132e+01 2.56358e+00 6.25425e+00 6.21944e+01 2.11195e+01 2.25760e+01 5.05813e+00 2.90477e+00 1.99505e-01 1.39429e+03 3.01895e+02 1.01907e+01 1.93276e+02 1.85236e+02 1.19392e+02 1.12286e+02 8.91722e+01 2.47007e+02 1.49244e+01 5.68417e+01 8.75985e-01 2.11010e+00 1.64229e-01 7.16405e+03 3.50766e+02 5.82535e+03 3.74237e+03 1.27462e+03 1.07282e+03 3.60416e+03 1.57434e+02 4.48692e+02 4.90692e+01 2.09832e+02 7.81727e+01 1.55555e+03 1.66464e+03 9.51416e+01 1.22627e+03 2.72739e+03 1.54980e+03 4.57824e+03 1.64786e+03 9.31760e+03 7.65183e+03 2.61379e+03 4.45301e+02 2.28567e+03 5.92071e+00 1.89398e+04 1.32144e+03 1.43382e+04 8.64002e+03 1.58947e+03 1.95780e+03 9.25536e+03 2.67300e+03 3.39539e+03 7.62072e+02 6.12048e+02 5.75207e+01 2.25015e+04 6.28790e+03 2.64720e+03 4.59887e+04 4.03284e+04 1.29413e+04 7.26740e+03 9.49279e+03 4.42206e+04 1.88807e+03 7.40236e+03 3.89222e+01 2.29818e+02 7.40542e-01 1.13588e+05 7.27564e+03 4.69293e+05 1.96469e+05 9.47709e+03 2.29994e+04 8.96380e+04 2.67472e+04 4.00240e+04 1.06861e+04 1.89522e+04 4.41303e+02 9.03346e+05 2.76445e+05 6.55364e+04 8.47117e+05 7.55653e+05 4.12768e+05 1.61978e+05 1.87252e+05 9.40033e+05 1.02908e+05 4.41153e+05 3.06198e+03 1.38470e+04 6.08787e-01 6.53621e+05 1.39914e+05 4.05229e+05 9.23516e+05 4.03563e+05 4.23484e+05 1.55913e+06 6.76562e+05 1.13933e+06 7.69810e+05 9.15721e+04 3.41151e+04 6.17997e+05 7.20472e+05 3.85037e+04 4.96269e+05 1.10377e+06 5.83972e+05 9.12042e+05 8.31350e+05 3.34485e+06 1.39598e+04 1.11215e+06 2.45798e+03 7.05440e+05 3.78873e-01 1.57074e+02 4.94443e+00 8.03212e+02 4.78783e+02 3.65253e+01 9.12014e+01 4.84563e+02 1.32982e+02 1.40129e+02 4.49307e+01 4.86313e+01 1.68383e+00 1.53409e+03 1.07507e+03 1.26650e+03 9.89210e+03 1.03702e+04 3.49423e+03 1.96052e+03 2.50541e+03 1.61355e+04 1.07547e+03 4.57790e+03 7.08985e+01 3.19402e+02 6.11362e-02 2.39886e+03 7.20523e+01 9.26050e+04 6.23477e+03 4.65234e+02 1.22495e+03 7.99470e+03 1.85537e+03 3.31014e+03 7.95078e+02 5.16538e+02 2.28568e+01 4.74226e+04 3.98914e+03 6.55796e+02 1.81512e+04 9.44409e+03 4.35115e+03 3.22768e+01 5.35096e+01 3.32853e+04 1.59558e+03 6.90316e+03 1.84020e+01 6.05065e+01 4.40264e-02 2.76203e+03 1.95416e+02 1.07929e+01 8.57697e+03 7.23900e+02 9.26585e+02 7.16836e+03 2.02627e+03 2.34010e+03 4.13270e+02 3.13097e+02 2.46763e+01 2.22361e+02 1.72250e+03 1.55163e+03 4.12159e+04 3.51280e+04 2.12833e+04 1.82438e+03 1.00691e+03 5.06001e+04 9.39694e+02 1.09011e+04 4.71499e+01 4.92728e+02 3.64276e+01 1.62438e+02 6.30848e+00 1.21672e+02 3.54722e+03 2.04091e+02 3.92487e+02 3.10263e+03 5.51337e+02 1.01398e+03 2.74890e+02 1.79360e+02 7.09318e+00 1.35942e+04 2.56880e+03 4.67038e+02 1.04043e+04 1.57184e+04 4.13500e+03 1.00152e+03 1.72601e+03 8.86115e+03 4.57842e+02 1.99479e+03 7.92239e+00 5.36314e+01 1.03814e+00 6.52440e+03 5.94383e+02 8.37856e+01 3.58095e+02 4.84613e+01 9.61606e+01 7.77321e+02 1.82894e+02 1.80988e+02 6.04429e+01 5.58958e+01 5.02330e+00 2.52172e+02 3.59915e+02 7.24190e+01 1.11783e+03 2.64234e+03 2.66616e+02 2.14584e+02 2.54277e+02 3.25296e+03 7.48447e+01 3.59423e+02 2.28473e+00 4.75670e+01 6.59907e-02 9.59015e+04 3.26908e+03 4.79135e+03 1.72033e+04 8.48593e+03 2.97951e+03 1.17360e+04 2.25557e+03 3.90460e+03 1.01518e+03 8.81638e+02 1.10429e+02 1.25154e+04 2.86175e+04 3.73199e+03 4.40788e+04 4.73673e+04 1.62237e+04 1.08191e+04 1.32332e+04 3.69703e+04 8.72112e+02 5.29075e+03 4.10489e+01 2.21646e+02 6.47148e-01 9.48653e+04 3.18876e+03 3.19548e+04 2.91596e+04 1.18750e+03 4.80651e+03 2.12419e+04 4.47820e+03 8.23570e+03 2.16010e+03 1.45865e+03 1.38890e+02 3.65214e+04 1.72457e+04 5.22282e+03 9.29244e+04 9.89327e+04 3.72627e+04 1.54337e+04 1.95962e+04 7.69445e+04 2.31348e+03 1.08469e+04 4.14771e+01 3.16007e+02 8.31076e-01 1.35625e+06 2.07508e+05 1.41517e+06 7.64958e+05 1.91801e+05 1.07866e+06 1.56129e+06 1.05112e+06 1.35286e+06 7.28682e+05 4.04270e+05 9.45277e+04 1.56733e+06 3.82663e+06 1.28217e+05 1.65258e+06 3.67557e+06 1.11296e+06 1.58564e+06 5.62272e+05 3.00024e+07 2.85422e+06 2.60638e+06 6.04293e-03 1.73432e+00 4.64941e-02 1.66040e+03 1.57205e+02 5.38128e+02 4.80156e+02 4.35418e+01 8.85669e+01 4.70462e+02 1.26554e+02 2.62405e+02 4.86047e+01 3.41464e+01 2.07938e+00 1.11191e+03 1.71270e+03 3.99334e+02 4.64046e+03 4.30820e+03 1.51753e+03 1.17411e+03 1.76603e+03 4.48958e+03 1.70924e+02 7.41526e+02 1.19267e+01 6.35175e+01 8.15620e-01 3.49837e+02 1.03471e+01 3.03684e+03 5.95194e+02 1.53931e+01 4.94119e+01 3.58862e+02 6.74896e+01 1.33986e+02 5.63856e+01 1.91991e+01 8.85848e-01 2.16528e+04 1.66724e+04 2.66616e+03 7.12056e+04 6.36746e+03 2.14188e+04 1.32552e+04 1.92245e+04 1.73226e+05 1.11828e+03 2.89021e+04 1.14323e+02 1.29557e+02 6.39924e-02 1.13759e+04 7.36648e+02 6.29209e+02 1.81386e+03 9.82265e+01 2.75645e+02 1.78045e+03 3.78771e+02 6.35838e+02 1.72660e+02 1.25923e+02 7.33248e+00 1.30732e+03 6.24622e+02 2.73727e+02 5.16307e+03 4.94131e+03 1.65573e+03 4.02487e+02 5.74133e+02 3.73295e+03 1.25922e+02 6.44331e+02 2.10262e+00 1.46041e+01 1.59062e-03 6.02691e+04 2.69359e+03 7.69470e+03 5.82057e+03 2.17292e+02 5.95673e+02 4.21791e+03 8.44879e+02 1.40860e+03 3.89276e+02 2.55435e+02 1.95418e+01 2.55116e+04 1.68187e+03 2.33926e+03 3.28460e+04 3.18693e+04 1.23903e+04 5.05497e+03 6.16012e+03 2.26504e+04 3.71931e+02 2.70208e+03 1.32436e+01 6.04992e+01 4.90391e-01 1.47616e+05 7.37303e+03 5.04969e+04 5.10517e+05 1.23105e+05 1.54258e+05 2.96209e+05 1.11183e+05 6.41148e+04 2.70981e+04 1.23160e+04 1.02560e+03 4.05444e+04 1.47098e+05 1.21355e+04 1.56414e+05 3.47885e+05 2.47967e+04 7.88018e+04 2.41912e+04 8.41350e+06 1.06768e+04 7.55699e+05 1.36459e+02 3.91636e+04 1.08976e-01 5.82424e+07 5.03919e+06 9.36251e+07 3.52740e+08 1.28851e+08 1.11080e+08 4.43916e+08 2.08625e+08 4.27504e+08 1.88788e+08 4.33304e+07 1.39391e+00 1.05747e+08 7.28376e+07 1.68973e+07 2.17788e+08 4.84390e+08 1.06670e+08 1.18492e+08 2.89228e+07 2.91826e+08 9.82683e+05 9.01054e+07 1.12140e+06 8.81344e+06 9.31180e-01 4.83975e-04 3.49730e-04 5.92075e-04 2.64470e-03 1.12468e-03 7.96143e-04 4.07622e-03 8.71833e-04 9.07833e-04 2.89599e-04 3.71769e-04 1.08115e-07 2.12073e-02 7.54747e-03 1.81263e-04 2.33628e-03 5.19621e-03 3.47952e-04 7.98558e-04 1.36712e-03 5.67773e-03 9.97662e-03 5.44835e-03 1.08133e-07 1.18915e-03 1.15705e-01 2.09804e+04 1.73754e+03 7.99197e+04 3.08129e+03 1.99601e+02 7.08931e+02 3.93703e+03 1.22169e+03 2.47668e+03 5.11447e+02 3.32252e+02 1.84672e+01 2.53141e+04 7.35258e+03 1.37584e+03 3.27431e+04 2.05742e+04 6.89249e+03 8.20755e+03 1.01689e+04 2.54635e+04 1.01335e+03 3.35707e+03 1.29809e+01 1.16721e+02 4.21732e-01 7.81463e+04 8.54927e+02 5.54468e+03 6.07042e+04 4.72222e+03 7.88561e+03 5.33747e+04 1.01009e+04 2.07768e+04 3.57895e+03 2.63146e+03 1.46911e+02 7.24063e+04 3.91096e+04 7.52239e+03 1.79024e+05 1.78319e+05 5.50348e+04 4.51200e+04 6.11535e+04 3.49428e+05 1.67783e+04 6.65688e+04 2.48662e+02 2.02110e+03 3.26494e+00 1.11294e+04 1.31947e+03 8.33847e+03 3.46630e+04 3.88137e+03 6.43812e+03 4.81703e+04 8.65194e+03 1.38848e+04 2.89137e+03 2.43426e+03 1.88799e+02 3.96288e+04 3.00337e+04 8.61868e+03 1.64320e+05 6.28719e+04 4.62119e+04 2.53339e+04 3.55112e+04 2.50094e+05 1.78012e+03 4.83117e+04 3.18481e+02 3.76180e+02 7.33033e-01 2.34094e+05 2.08640e+04 6.26704e+04 5.33614e+05 8.38696e+03 2.62152e+04 1.75169e+05 6.36960e+04 5.07947e+04 1.41645e+04 9.59770e+03 1.26761e+03 1.38667e+05 3.15064e+05 6.20264e+04 1.11343e+06 1.18938e+06 4.81357e+05 1.19840e+05 1.17534e+05 1.12395e+05 5.73217e+04 1.79846e+05 9.75303e+02 5.72159e+03 3.78708e-01 8.52041e+02 4.56707e+01 9.30884e+02 2.21689e+03 9.70765e+01 2.91272e+02 1.61546e+03 3.29280e+02 6.40961e+02 1.35701e+02 1.19767e+02 9.52743e+00 8.90439e+02 9.05896e+02 3.02994e+02 3.33255e+03 5.13595e+03 1.51296e+03 6.85192e+02 1.06363e+03 3.44336e+03 1.04698e+02 1.28939e+03 1.37961e+01 7.34667e+01 1.03189e-01 1.09419e+02 1.63613e-01 7.64297e+03 1.12153e+04 3.32359e+03 6.43594e+03 1.99638e+04 1.63644e+04 1.70830e+04 1.79005e+04 5.43947e-01 1.43825e+03 1.45907e+05 3.95489e+04 2.82503e+03 1.97005e+04 6.20827e+04 1.03810e+04 9.52532e+03 1.24331e+04 1.64003e+05 2.27300e+04 5.18892e+04 4.37424e-01 3.87012e+02 2.79133e+00 3.09228e+05 6.56231e+03 4.92831e+04 9.94427e+04 3.87644e+03 1.15752e+04 5.79357e+04 9.14677e+03 1.98570e+04 5.86312e+03 3.84273e+03 3.30271e+02 1.61574e+05 5.27116e+04 9.59986e+03 1.84197e+05 1.81294e+05 6.89001e+04 4.51841e+04 5.27627e+04 2.13127e+05 8.28091e+03 3.90720e+04 1.32136e+02 8.71178e+02 2.88512e+00 6.69488e+04 2.96797e+03 1.21823e+04 3.50521e+04 8.11934e+02 1.90768e+03 1.56543e+04 4.45635e+02 2.75761e+03 1.40213e+03 9.70307e+02 1.01412e+02 6.40608e+04 1.56522e+04 2.07075e+02 7.65531e+03 1.00677e+04 2.88998e+03 1.42849e+03 2.57234e+03 4.68077e+04 4.94122e+02 7.41607e+03 7.84323e+00 1.38974e+02 7.00477e-06 1.53195e+05 6.78531e+03 2.08708e+05 4.56049e+04 1.77277e+03 6.40598e+03 2.85876e+04 8.98864e+03 1.41284e+04 2.96477e+03 2.48989e+03 2.26922e+02 1.46642e+05 6.25723e+03 4.10553e+03 7.86444e+04 7.28868e+04 2.49362e+04 2.13293e+04 2.59526e+04 8.15202e+04 1.39142e+03 8.23101e+03 2.90968e+01 2.21222e+02 1.15174e+00 2.70371e+03 7.58938e-01 3.30182e+03 1.06676e+02 2.72352e+01 2.43182e+01 3.52308e+03 4.74801e+01 9.36963e+00 2.45728e+04 1.74605e+01 6.32821e-01 3.20572e+04 3.68460e+03 5.97636e+04 7.11081e+02 1.22042e+01 2.63509e+02 4.79220e+05 3.19978e+05 8.25370e+06 2.48723e+03 6.61087e+05 4.49808e-01 4.84267e-01 2.30168e-01 6.51219e+02 2.09601e+01 1.11540e+03 4.41808e+02 3.22967e+01 6.41065e+01 3.57813e+02 9.03639e+01 1.08319e+02 3.01769e+01 2.93953e+01 2.10626e+00 2.62569e+03 1.07292e+03 1.28122e+03 1.04322e+04 1.15751e+04 4.14307e+03 3.44910e+03 5.13123e+03 5.21766e+03 2.90061e+02 1.19994e+03 1.34662e+01 3.95667e+01 6.79338e-02 9.72767e+03 3.37826e+02 9.37467e+02 6.61967e+03 1.28501e+03 7.77094e+02 5.02553e+03 1.40641e+03 2.51464e+03 3.60608e+02 4.07051e+02 2.22264e+01 9.50732e+03 1.01292e+04 7.61833e+02 1.62265e+04 3.11781e+04 5.58416e+03 6.13327e+02 7.01730e+02 3.00992e+04 7.02725e+02 3.15461e+03 2.04992e+01 1.60613e+02 1.72227e+00 1.48889e+03 3.36787e+02 5.90904e+05 5.16512e+03 1.19318e+03 1.01992e+03 3.59743e+03 2.13514e+03 2.83879e+03 2.58108e+03 3.57911e+02 1.33339e+02 7.34031e+01 3.04056e+03 1.16565e+02 1.50239e+03 3.34153e+03 1.68713e+03 1.31807e+04 1.02520e+02 3.88753e+04 5.24610e-02 7.65398e+02 5.40515e-02 7.47307e+01 2.03413e-01 1.46939e+06 5.40511e+04 8.99351e+05 7.68192e+05 5.86775e+04 1.00432e+05 6.61774e+05 1.28920e+05 2.26969e+05 5.61615e+04 4.09471e+04 3.03194e+03 2.14974e+06 4.81688e+05 8.91815e+04 1.95141e+06 1.82121e+06 6.65341e+05 4.11615e+05 5.82666e+05 1.86503e+06 5.67666e+04 3.31802e+05 9.87265e+02 7.85287e+03 3.44499e-01 5.00172e+04 1.61978e+03 1.65454e+04 5.55629e+04 1.03579e+04 6.19883e+03 4.18291e+04 8.03882e+03 1.26915e+04 3.11851e+03 2.47237e+03 1.53331e+02 5.15933e+04 2.76997e+04 5.56785e+03 1.19544e+05 4.77882e+04 4.72832e+04 2.50820e+04 3.64330e+04 1.94696e+05 7.92976e+03 4.21574e+04 1.22810e+02 2.62960e+02 1.54535e+02 1.96439e+04 1.22597e+03 1.63577e+03 1.85707e+03 1.20097e+02 2.95206e+02 1.87360e+03 4.05865e+02 5.71476e+02 1.57982e+02 1.11869e+02 8.64015e+00 1.99208e+03 9.62248e+03 1.17563e+03 1.66681e+04 1.77038e+04 5.86431e+03 4.22321e+03 6.04500e+03 1.23939e+04 6.64280e+02 2.75238e+03 1.47432e+01 6.86746e+01 2.53505e-02 1.45167e+04 5.08916e+03 7.54526e+03 1.39493e+03 8.28193e+02 1.23980e+03 3.63115e+03 4.69382e+02 5.11088e+02 2.66944e+02 3.53623e+02 1.77364e+02 7.24855e+04 3.36664e+03 1.79564e+03 5.06879e+03 6.53054e+03 1.00435e+03 6.66902e+03 1.08335e+03 6.55271e+04 1.41302e+04 4.38293e+03 9.10543e-01 1.09454e+02 4.97805e-01 3.42235e+06 1.68118e+06 7.46565e+04 1.38223e+05 1.46031e+05 9.37971e+04 8.22891e+04 9.36075e+04 7.50558e+04 8.81584e+04 1.02581e+05 1.16460e+05 6.44013e+04 3.34873e+06 5.89523e+05 5.67510e+05 6.17432e+05 6.36097e+05 3.24116e+05 2.79477e+05 5.65303e+05 5.56484e+05 5.70833e+05 5.90527e+05 6.16283e+05 1.93771e+04 7.40475e+03 2.24020e+03 1.16655e+03 4.04041e+03 2.73140e+02 6.43020e+02 2.21549e+03 5.76736e+02 6.66610e+02 1.75282e+02 1.83632e+02 1.17052e+01 2.85238e+03 1.40147e+03 8.87618e+02 1.16567e+04 1.01959e+04 3.69706e+03 2.98493e+03 4.16583e+03 1.15616e+04 6.18878e+02 2.63367e+03 1.67191e+01 8.52092e+01 1.43680e+00 1.26344e+00 6.31611e-01 8.19504e+01 1.17743e+00 1.16580e+01 1.73807e+00 1.28077e+03 2.55386e+00 4.76451e+00 1.88432e+01 6.85950e-01 5.90489e-01 9.85051e+02 1.81423e+04 4.08805e+04 2.96644e+05 3.00159e+03 9.40439e-01 4.25155e+05 6.55789e-01 2.71940e+05 7.95403e+03 3.39728e+05 7.50605e-01 5.83082e+04 9.66936e-02 1.01095e+00 5.33571e-01 4.77610e+05 2.12157e+06 7.89820e+05 1.83493e+06 5.10492e+06 3.00460e+06 3.91968e+06 2.25256e+06 4.97143e+05 8.10288e+04 6.41448e+06 4.37634e+06 1.51300e+06 5.30730e+06 5.15426e+06 1.83130e+06 9.72602e+06 3.20462e+06 5.91372e+07 3.04917e+06 8.15014e+06 8.93196e+04 2.17317e+05 7.02298e-02 2.61221e+03 2.27977e+02 1.79917e+03 1.15166e+03 7.44981e+01 2.83071e+02 1.36210e+03 3.91923e+02 3.43459e+02 8.27871e+01 1.67672e+02 7.55807e+00 2.66991e+03 1.68035e+03 8.25431e+02 9.06589e+03 9.07929e+03 3.24142e+03 3.19704e+03 3.75442e+03 2.23850e+04 1.10693e+03 4.34228e+03 3.08633e+01 1.81760e+02 2.52689e-01 1.32844e+04 7.43217e+02 1.36721e+05 4.44489e+03 2.95809e+02 9.47699e+02 5.86760e+03 1.56394e+03 1.77206e+03 3.68542e+02 3.25471e+02 3.18825e+01 4.13491e+04 7.89757e+03 8.46029e+02 1.92360e+04 1.20322e+04 3.83382e+03 6.64789e+03 7.09073e+03 4.92338e+04 1.01237e+03 4.33306e+03 1.97037e+01 1.75620e+02 5.65231e-02 5.92902e+03 3.64832e+02 4.47276e+02 5.73408e+02 2.61243e+01 8.00757e+01 6.10529e+02 1.14464e+02 2.09256e+02 4.79228e+01 3.00294e+01 1.32743e+00 1.26650e+03 1.58951e+03 3.97408e+02 8.72281e+03 8.60863e+03 2.98669e+03 6.71219e+02 1.03681e+03 4.94030e+03 1.30218e+02 8.22703e+02 1.61356e+00 1.14439e+01 2.05027e-02 6.49497e-07 1.05136e-07 1.23438e-07 6.59988e-07 9.02582e-08 2.24987e-08 1.14447e-07 1.18189e-07 8.49795e-08 9.29340e-09 1.60666e-08 5.98558e-09 1.20140e-07 3.62149e-07 8.43252e-09 1.21055e-07 2.33872e-07 2.26416e-07 7.67640e-07 1.16302e-07 5.67415e-07 1.08477e-07 2.37004e-07 2.20717e-07 8.02664e-08 1.17181e-01 3.09222e-01 1.32420e+04 2.25640e+05 3.57934e+05 1.86919e+05 9.47901e+05 2.21706e+06 9.85409e+05 2.23115e+06 1.67270e+05 2.39692e+05 3.50434e+04 1.83207e+06 9.02249e+05 1.55916e+05 5.48453e+06 2.26136e+06 1.33178e+05 1.59082e+06 3.65941e+05 1.66352e+07 1.65383e+04 2.49295e+06 6.24784e-04 1.79313e-01 8.86199e-02 2.14250e+05 4.09357e+03 8.07686e+04 5.31970e+04 1.53996e+03 7.16047e+03 2.52962e+04 4.78977e+03 8.56792e+03 2.40022e+03 1.62914e+03 1.60460e+02 1.94548e+05 3.58801e+04 7.89365e+03 1.41654e+05 1.65601e+05 5.41540e+04 3.16416e+04 4.05935e+04 9.31999e+04 1.84345e+03 1.41406e+04 3.93601e+01 2.35599e+02 1.91281e+00 1.37612e+03 1.71877e+04 2.39984e+04 1.38199e+05 6.01677e+04 3.70477e+04 8.90128e+04 4.82766e+04 3.70893e+04 1.73457e+04 2.39415e+04 2.16372e+02 8.94784e+04 1.14570e+05 2.59683e+05 1.31875e+06 8.54279e+04 2.43374e+05 4.65928e+05 1.09335e+05 2.43023e+06 7.74787e-01 7.25827e+05 1.03840e+00 4.17289e+04 2.69526e-01 2.61616e+01 4.50767e+02 4.28431e+00 1.02634e+02 4.28462e+01 4.27301e+01 6.31551e+01 6.51487e+01 1.21829e+02 1.33233e+01 2.30335e+01 8.58111e+00 6.04795e+02 3.52987e+03 6.13633e+01 6.92340e+02 1.82172e+03 3.20993e+02 3.04506e+03 6.18835e+02 1.68297e+03 1.73816e+03 2.61646e+02 4.76966e-01 1.36889e+02 1.81869e-01 7.65372e+04 3.29570e+03 7.55746e+03 7.32597e+04 6.24438e+03 7.83592e+03 5.98120e+04 1.01780e+04 1.80869e+04 4.77062e+03 3.37111e+03 2.26650e+02 3.40928e+04 2.37826e+04 1.29006e+04 2.79658e+05 3.19555e+05 1.01110e+05 2.45445e+04 3.38482e+04 1.33874e+05 6.33241e+02 2.89845e+04 9.67413e+01 4.95066e+02 1.43189e-01 3.31867e+04 2.04297e+03 3.24353e+04 8.05517e+03 3.32219e+02 6.95009e+02 4.34250e+03 8.93080e+02 1.65994e+03 4.69792e+02 3.62928e+02 4.56052e+01 1.70501e+04 5.73951e+03 2.00673e+03 2.66585e+04 2.91042e+04 1.17697e+04 2.63886e+03 3.49355e+03 1.76746e+04 6.04617e+02 2.85443e+03 1.08156e+01 6.72841e+01 8.43100e-01 2.17099e+04 5.47277e+02 3.63803e+04 3.52728e+04 1.23601e+03 7.65778e+03 4.51227e+04 1.13056e+04 1.01083e+04 1.85512e+03 1.64184e+03 4.71255e+01 4.20625e+04 2.24948e+04 4.28331e+03 2.59899e+05 7.57221e+04 2.20885e+04 2.61985e+04 2.47842e+04 3.74677e+05 2.35982e+03 1.72160e+04 3.14676e+01 5.24935e+02 2.12843e-05 2.60497e+04 1.82524e+03 1.15922e+03 3.54124e+03 5.01692e+02 5.30588e+02 3.15376e+03 6.61711e+02 8.47171e+02 2.04671e+02 2.02749e+02 2.20886e+01 1.97378e+03 1.62520e+04 2.09675e+03 2.90562e+04 3.38973e+04 1.23519e+04 5.76764e+03 7.66513e+03 8.52894e+03 1.34920e+02 1.07373e+03 6.49753e+00 4.05933e+01 2.51562e-02 4.46578e-03 2.04791e-04 5.85500e-04 3.50654e-03 5.59049e-04 4.45247e-04 2.93643e-03 6.09172e-04 1.01329e-03 2.30315e-04 1.87480e-04 7.08701e-05 3.32513e-03 2.89138e-03 4.67916e-04 1.17654e-02 5.12714e+04 3.67702e-03 1.52829e-03 2.45928e-03 2.42642e-02 8.50137e-04 4.78733e-03 9.18825e-05 5.15907e+02 2.31023e-01 7.01635e+04 5.40165e+03 6.88461e+03 1.48383e+05 8.18002e+05 4.11773e+04 5.23009e+05 1.79267e+05 4.73043e+04 1.96386e+04 1.78652e+04 6.65567e+03 2.83821e+04 1.07603e+04 2.41536e+02 3.11313e+03 6.92403e+03 3.22048e+02 1.98596e+03 2.32997e+02 8.86386e+04 5.05688e+03 6.54616e+03 1.66427e+01 4.77645e+03 1.64260e-02 1.29597e+01 8.57292e+00 8.38858e+03 2.61277e+03 1.29532e+01 1.67711e+04 1.78969e+05 1.58319e+05 1.66153e+05 7.93400e+04 1.76087e+00 2.03449e+00 1.50192e+05 6.29536e+04 3.30272e+04 4.75760e+04 2.98263e+01 5.57413e+04 1.46220e+05 8.82013e+04 2.33605e+05 1.25373e+00 5.63658e+04 6.18439e+00 3.56073e+02 3.14179e-02 6.48148e-01 2.72262e+00 1.22431e-01 5.15470e-01 1.31154e-01 1.54907e-01 1.36309e-01 2.28120e-01 1.84289e-01 9.83846e-02 1.15587e-01 2.98792e-01 6.52539e-01 3.32938e-01 2.88746e-01 2.19806e-01 2.27681e-01 6.03144e-01 4.85085e-01 1.46518e-01 1.93408e-01 3.49692e-01 3.69353e-01 4.97164e-01 3.90480e-01 6.39437e-01 3.88153e+06 1.58703e+05 6.98754e+05 7.03597e+05 4.14727e+05 2.68265e+05 1.55420e+06 7.90521e+05 7.23222e+05 2.45898e+05 1.60368e+05 1.26647e+05 5.56850e+05 1.73881e+06 5.08413e+04 6.55288e+05 1.45745e+06 1.75879e+05 2.20725e+06 4.58246e+05 3.96939e+06 1.35117e+06 7.63409e+05 1.35271e+03 3.88227e+05 4.79442e-01 3.30514e+06 5.48682e+05 5.93925e+06 1.86792e+07 1.55987e+06 1.16561e+06 4.42494e+06 1.53930e+06 3.91944e+06 1.71641e+06 1.25145e+05 3.09014e+04 8.36254e+05 8.63926e+06 3.68878e+05 4.75443e+06 1.05745e+07 5.37211e+06 7.72767e+06 3.23530e+05 5.79361e+06 1.69123e+04 9.17210e+05 2.20751e-03 6.33555e-01 3.81103e-02 2.52679e+05 4.13993e+04 8.03700e+05 2.56316e+06 4.85299e+05 2.65704e+05 3.35176e+06 3.26451e+06 8.29648e+05 3.86697e+06 8.20922e+04 9.29876e+03 1.09202e+06 1.62922e+07 1.12716e+04 1.45279e+05 3.23120e+05 2.00614e+06 9.01827e+06 1.52815e+06 4.15565e+06 1.10124e+06 1.06674e+06 1.18371e+02 3.39725e+04 2.55028e-01 8.27145e+04 4.71032e+03 2.99252e+06 1.90126e+05 5.20691e+03 1.16258e+04 7.21370e+04 1.45503e+04 2.71477e+04 1.20047e+04 6.28025e+03 1.09529e+03 1.04609e+06 1.88016e+05 2.88052e+04 4.44866e+05 4.86863e+05 1.70172e+05 2.25697e+05 2.60662e+05 5.58753e+05 6.67884e+04 2.07809e+05 3.01588e+02 3.20581e+03 3.38823e-02 1.02087e+01 5.80592e+00 3.21543e+04 5.66877e+05 1.79633e+05 4.04576e+04 1.54345e+05 1.18283e+05 7.64024e+04 8.01946e+04 4.74055e+04 2.14322e+01 7.23577e+04 2.04570e+04 9.11032e+04 2.87102e+05 1.65075e+04 1.95212e+05 4.70523e+05 4.21580e+04 1.86384e+05 7.23430e+00 4.02018e+02 1.04798e+01 6.18627e+00 4.28858e-03 1.38771e+05 6.72530e+03 2.06435e+04 1.75969e+05 5.94426e+04 4.17579e+04 1.73366e+05 9.81317e+04 1.93506e+05 4.30203e+04 8.92319e+04 6.94825e+04 2.66543e+04 9.23080e+05 5.45757e+04 7.03421e+05 1.56450e+06 4.02453e+05 4.93449e+05 1.07170e+05 3.11304e+06 1.44870e+06 3.16388e+06 6.08005e+01 1.74497e+04 4.18320e-01 1.52639e+06 7.34464e+04 4.39011e+05 1.31761e+06 1.61470e+06 1.11831e+06 2.56808e+06 2.12747e+06 3.06071e+06 7.81212e+05 5.28122e+05 9.00035e+04 1.60117e+06 3.19944e+06 1.16389e+06 3.69806e+06 3.62646e+06 2.81849e+06 4.44442e+06 1.46155e+06 1.86812e+07 4.30739e+06 9.61794e+06 4.24593e+05 6.07465e+05 1.51288e-01 1.03802e-07 1.01851e-07 1.28867e-07 1.08312e-07 1.02097e-07 1.00972e-07 1.01093e-07 1.04911e-07 1.01212e-07 1.00896e-07 1.00943e-07 1.00085e-07 1.25056e-07 1.03966e-07 1.00468e-07 1.01274e-07 6.30505e+04 1.00610e-07 1.01083e-07 1.01239e-07 1.06441e-07 1.04150e-07 1.03975e-07 1.00035e-07 2.47760e+02 4.96337e-02 2.03007e+06 2.69914e+05 3.12272e+06 1.47643e+07 1.07457e+06 3.41158e+06 2.22065e+07 5.64998e+06 8.60653e+06 2.13144e+06 1.20885e+06 7.50032e+04 6.43480e+06 1.61346e+07 5.37306e+05 1.57331e+07 9.80566e+06 3.56112e+06 1.28587e+07 6.05594e+06 4.37605e+07 4.31822e+05 2.67788e+07 2.41805e+04 2.99844e+05 1.35993e+02 1.32669e+06 3.83531e+04 1.00219e+06 1.97248e+06 1.05624e+05 2.49175e+05 2.05965e+06 2.89797e+05 5.32181e+05 1.28480e+05 9.30868e+04 7.81679e+03 1.19568e+06 1.06950e+06 1.92895e+05 4.58305e+06 4.70964e+06 1.37680e+06 1.27362e+06 1.60232e+06 1.26436e+07 8.30773e+04 2.47302e+06 9.28642e+03 5.48629e+04 7.16409e-02 1.47783e+06 2.41081e+05 4.05900e+05 8.31209e+04 7.83008e+04 3.88034e+04 1.76261e+05 1.93450e+05 1.03301e+05 1.09716e+04 3.89721e+04 1.04548e+04 2.19436e+05 4.49176e+05 4.69318e+03 6.04899e+04 1.34538e+05 1.64170e+03 3.21071e+05 3.79302e+04 3.73271e+05 8.14287e+04 4.20759e+05 1.97507e-03 5.66844e-01 7.56476e+01 1.05635e+05 2.73116e+03 1.95946e+03 1.47784e+04 3.78195e+03 2.93833e+03 1.39318e+04 1.26913e+03 2.37329e+03 2.59545e+02 7.51190e+03 2.79855e+03 1.03855e+04 2.11399e+04 2.60631e+02 3.35925e+03 7.47143e+03 1.73761e+04 2.03839e+04 1.18963e+04 2.25531e+04 7.66187e+03 9.07157e+03 3.27738e+01 9.40609e+03 3.49519e+01 7.42808e+00 6.77577e+00 2.13645e+01 9.62337e+04 6.42607e+04 5.44202e+04 9.62444e+04 8.56656e+04 4.48507e+04 1.34442e+04 1.33551e+05 1.79006e+04 1.65411e+01 5.21329e+05 2.78244e+04 3.58626e+05 7.97633e+05 2.38261e+05 4.67884e+06 2.02652e+03 4.94303e+06 4.86335e+04 1.66579e+05 6.08292e+03 1.15301e+05 6.95273e-02 6.88451e+03 1.12682e+00 3.77878e+02 3.23204e+04 4.17118e+03 2.08873e+03 1.74567e+04 2.90709e+03 3.39324e+03 3.19472e+03 4.52868e+02 1.68715e+02 3.92216e+03 1.39895e+04 3.98747e+02 1.65164e+04 4.20104e+03 1.29955e+03 6.21903e+03 2.36435e+03 3.54492e+03 1.51176e+03 6.61496e+03 4.29610e-01 1.23298e+02 2.20062e+00 5.00358e+04 8.02694e+02 2.13541e+04 6.34325e+03 4.26369e+02 2.02848e+03 4.84115e+03 8.25426e+02 1.84212e+03 4.60783e+02 3.12717e+02 1.43414e+01 6.78675e+04 1.07423e+04 1.49024e+03 4.03171e+04 3.34849e+04 1.13770e+04 2.07974e+03 4.52118e+03 3.24894e+04 1.27155e+03 6.25893e+03 1.43494e+01 1.00411e+02 9.13926e+00 9.80199e+04 7.51589e+03 4.19187e+02 7.76601e+03 1.75606e+03 1.27171e+04 1.34478e+03 5.10534e+02 1.80976e+03 2.55668e+02 2.54972e+02 6.12238e+01 5.56445e+03 6.74657e+03 2.59332e+03 2.78841e+04 1.40442e+04 2.65524e+03 4.06470e+04 3.16082e+03 2.43565e+04 7.61728e+03 1.04569e+05 9.33941e-01 2.02586e+02 1.98220e+00 2.66556e+04 8.80952e+02 1.25723e+04 2.24650e+04 1.23334e+03 3.43686e+03 1.50190e+04 3.44353e+03 7.48551e+03 1.20131e+03 1.47308e+03 8.52436e+01 2.94171e+04 1.67223e+04 5.87152e+03 1.03635e+05 1.09294e+05 4.41955e+04 1.73466e+04 1.96256e+04 1.80648e+05 8.61853e+03 4.06714e+04 1.79769e+02 9.76808e+02 1.43197e+00 1.15027e+02 7.79535e+00 1.79371e+02 6.96129e+01 6.79500e+00 1.20559e+01 7.78659e+01 1.79648e+01 2.30784e+01 5.85355e+00 5.12065e+00 6.26867e-01 3.25147e+02 3.86981e+01 1.12403e+01 2.17073e+02 3.54688e+02 6.57212e+01 1.36050e+01 2.05952e+01 4.07005e+02 1.36693e+01 6.81616e+01 3.67323e-01 2.92211e+00 9.85225e-01 2.81414e+04 1.85944e+03 5.68775e+02 5.54928e+02 1.93582e+01 7.86993e+01 4.83780e+02 9.74933e+01 1.60729e+02 3.18449e+01 2.52010e+01 7.89570e-01 1.29739e+03 4.50992e+02 4.95955e+01 1.68169e+03 1.66660e+03 5.09885e+02 6.06626e+02 9.97116e+02 2.02862e+03 7.83346e+01 3.32569e+02 5.69057e-01 4.37291e+00 4.85805e-06 5.33529e+03 1.40271e+02 4.72859e+05 6.14168e+03 1.73909e+02 8.30363e+02 4.70213e+03 1.17302e+03 2.85638e+03 7.18282e+02 3.62937e+02 2.08368e+01 1.67039e+05 4.73506e+03 9.39447e+02 3.29497e+04 2.36438e+04 5.69677e+03 5.50979e+03 8.90046e+03 5.13000e+04 4.21858e+03 1.30224e+04 9.80275e+00 1.14807e+02 9.59536e+01 9.60963e+01 2.86637e+00 3.48408e+02 5.26705e+03 3.75748e+02 6.59628e+02 3.53558e+03 8.55864e+02 1.28972e+03 4.41989e+02 4.00268e+02 2.85118e+01 7.76581e+02 8.54252e+02 7.45862e+01 2.58618e+03 2.15063e+03 6.04050e+02 4.94075e+02 5.28661e+02 8.70865e+03 3.00186e+02 1.43232e+03 9.86708e+00 8.56500e+01 8.77970e-02 3.52452e+03 9.04650e+00 7.39549e+03 1.29847e+04 1.50240e+04 1.01454e+04 7.29496e+03 2.72391e+03 8.02148e+03 1.62647e+03 2.95034e+03 7.14622e+02 1.32871e+04 1.31806e+04 1.75069e+04 3.70613e+04 3.67002e+04 1.07379e+04 1.77786e+04 5.92409e+03 9.48366e+04 5.58677e-01 1.45408e+04 6.89988e-01 1.56297e+03 1.47418e+01 6.75276e+03 4.28303e+02 2.98140e+04 1.13797e+04 8.23890e+02 2.36879e+03 1.53637e+04 1.24551e+04 5.87870e+03 7.92555e+02 6.08965e+02 1.52320e+01 6.05364e+04 2.99984e+04 6.83051e+03 1.47890e+05 1.09529e+05 4.44579e+04 5.87862e+04 5.34584e+04 5.64215e+05 1.24568e+04 1.02337e+05 8.80101e+02 2.47405e+03 8.26428e-01 1.08682e-07 1.21007e-07 1.17092e-07 1.24641e-07 1.38592e-07 1.09072e-07 1.25102e-07 1.13969e-07 1.40095e-07 1.18270e-07 1.27566e-07 1.24050e-07 1.24171e-07 1.26211e-07 1.26047e-07 1.10487e-07 1.46151e+04 1.09514e-07 1.27821e-07 1.24529e-07 1.00140e-07 1.05120e-07 1.18932e-07 1.11436e-07 1.28703e+02 1.98928e-01 5.63459e+04 1.80953e+03 9.52543e+03 5.91305e+03 1.76809e+02 1.05916e+03 5.99189e+03 1.52551e+03 2.18864e+03 4.90282e+02 3.85428e+02 2.55015e+01 1.69047e+04 7.27095e+03 1.81998e+03 2.48504e+04 2.44128e+04 8.92031e+03 6.86031e+03 8.11308e+03 2.53469e+04 1.10735e+03 4.11991e+03 2.81667e+01 1.77040e+02 2.24454e-01 3.34583e+04 1.59153e+03 1.05073e+03 3.65629e+03 1.52045e+02 4.76590e+02 2.69615e+03 6.11080e+02 9.44583e+02 2.66174e+02 1.89500e+02 1.51228e+01 3.23933e+03 1.73578e+03 9.00212e+02 1.74662e+04 1.76321e+04 5.71705e+03 2.23616e+03 4.32764e+03 1.28937e+04 3.14880e+02 1.81718e+03 6.59515e+00 4.68103e+01 1.55434e+01 3.25056e+05 3.23119e+04 4.17128e+05 2.38055e+05 7.48794e+04 7.51331e+04 1.86552e+05 6.38786e+04 3.80541e+05 3.16815e+04 1.71695e+04 3.01930e+03 1.60461e+05 2.18613e+05 1.51648e+04 1.95457e+05 4.34724e+05 2.95027e+05 2.85595e+05 1.81728e+05 5.57880e+05 1.78854e+05 2.76461e+05 2.47384e+00 1.20999e-02 3.72451e-02 4.25197e+03 8.31048e+02 6.50610e+02 1.07656e+03 8.17796e+01 8.46942e+01 5.58561e+02 1.32105e+02 1.96922e+02 4.65581e+01 3.03845e+01 1.58918e+00 1.76667e+03 4.54605e+03 1.57511e+03 2.05410e+04 2.05107e+04 8.17784e+03 2.68700e+03 3.49748e+03 1.11755e+04 5.86825e+02 2.47333e+03 1.15979e+01 4.80120e+01 7.33959e+02 1.10207e+05 4.71706e+03 1.11458e+03 1.34466e+04 5.84089e+02 1.40022e+03 1.04864e+04 1.69735e+03 3.57396e+03 1.12076e+03 6.97325e+02 4.69964e+01 3.65478e+03 6.96204e+03 1.45803e+03 2.81817e+04 2.70607e+04 9.24088e+03 4.51394e+03 6.57465e+03 2.72020e+04 9.78248e+02 4.45955e+03 1.53534e+01 9.00520e+01 1.65072e-01 4.56736e+00 8.44446e+00 8.16777e+00 9.54693e-02 1.90184e-01 2.03409e-01 3.06292e-01 1.52807e-01 4.46111e-01 1.93145e-01 9.40899e-02 2.04510e+00 1.87973e-01 1.13485e+03 6.05637e+02 2.97673e+03 6.79582e+03 2.18173e+03 7.71510e+02 7.00422e+03 4.10509e+03 2.39944e-01 5.11456e+03 5.44851e-01 7.90552e+02 4.52314e-02 2.02883e+04 2.62997e+03 1.29000e+02 3.48508e+03 1.24779e+02 3.42517e+02 2.44918e+03 4.80372e+02 8.41832e+02 2.13789e+02 1.31918e+02 9.40728e+00 1.38520e+04 3.95130e+03 4.99485e+01 6.40173e+02 1.37536e+04 2.39004e+02 2.37026e+03 3.33887e+03 7.88326e+03 5.11096e+02 3.03851e+03 9.13588e+00 4.55885e+01 7.21953e-01 2.12076e+03 2.32314e+03 4.98304e-01 1.57669e+04 1.54180e+04 1.28510e+03 5.45046e+03 1.99930e+03 1.12265e+03 1.22774e+02 5.09809e+03 3.74463e+02 2.51668e+01 1.78572e+03 1.50938e+03 1.94543e+04 4.32690e+04 5.79539e+04 5.87673e+04 2.39038e+04 1.10111e+05 3.60173e-01 1.62741e+04 1.43288e+00 4.11235e+02 3.44281e+00 2.03198e+02 1.10073e+03 5.74953e+06 1.60190e+04 9.55567e+03 5.52982e+03 2.91939e+04 9.47981e+03 2.28713e+04 1.20483e+04 3.98455e+03 7.65199e+02 1.07736e+04 2.87761e+04 4.27207e+03 5.50622e+04 1.22466e+05 2.15952e+04 3.58768e+04 1.75693e+04 2.50566e+05 3.62831e+04 4.15063e+04 4.21901e-04 1.21086e-01 6.21236e-02 5.27123e+02 2.34196e+01 6.37121e+02 1.14212e+03 5.55518e+01 2.17839e+02 1.28449e+03 2.94775e+02 4.19710e+02 9.42979e+01 6.64303e+01 3.18208e+00 1.42573e+03 5.58904e+03 1.50408e+03 2.29148e+04 1.97034e+04 7.24177e+03 2.91866e+03 4.35520e+03 2.64044e+04 1.27629e+03 4.89418e+03 2.85265e+01 2.14561e+02 4.16786e-02 5.32914e+01 2.82470e+00 3.65751e+01 7.66656e+00 9.79862e+00 2.76608e+00 3.01741e+00 3.45181e+00 2.82083e+00 3.16480e+00 2.70293e+00 7.55276e+00 2.89429e+01 3.33028e+00 1.55221e+00 3.24590e+00 1.13784e+00 2.76827e+00 4.19215e+00 2.59354e+00 1.56052e+00 1.54088e+00 2.00592e+00 2.36206e+00 8.19475e-01 7.61159e-01 6.01751e+03 1.84694e+02 6.33784e+02 4.29682e+03 1.97083e+01 9.82948e+01 4.93416e+02 1.62380e+02 9.82145e+01 4.09933e+01 2.79069e+01 1.14512e+00 8.37618e+03 2.51352e+03 4.99559e+02 1.23171e+04 1.25304e+04 6.64782e+03 3.34707e+03 1.52867e+03 8.92744e+03 8.69181e+02 2.49120e+03 5.55237e+00 1.27776e+02 7.65643e-02 1.65204e+05 9.02104e+03 5.16292e+04 6.77984e+04 6.29176e+03 8.60748e+03 6.30477e+04 1.39970e+04 2.60494e+04 5.24221e+03 3.58990e+03 1.90673e+02 7.83388e+04 4.46321e+04 8.02547e+03 1.51548e+05 1.36658e+05 3.87142e+04 2.56592e+04 4.00234e+04 1.96080e+05 1.13670e+04 4.93639e+04 5.36998e+01 9.59536e+02 2.28315e-01 1.88688e+04 1.56374e+03 3.66382e+03 7.44758e+03 2.67446e+02 7.00476e+02 4.20899e+03 1.12745e+03 2.07998e+03 6.35299e+02 3.13066e+02 5.54247e+01 3.01181e+04 1.83294e+03 1.41399e+03 2.44767e+04 2.02033e+04 6.24880e+03 5.17588e+03 7.99081e+03 1.89633e+04 1.09323e+03 3.92811e+03 1.12263e+01 6.67442e+01 4.15811e+01 3.27991e+05 1.18594e+04 8.43715e+04 4.98910e+04 3.63169e+03 7.97396e+03 6.89290e+04 1.46110e+04 2.95655e+04 7.57151e+03 4.12368e+03 2.22548e+02 7.82738e+04 3.67444e+04 7.93320e+03 2.05739e+05 1.88274e+05 5.95034e+04 4.93605e+04 6.91231e+04 1.01388e+05 5.30477e+03 2.40411e+04 3.53880e+01 2.62765e+02 8.45575e-02 1.35241e-07 1.40546e-07 1.46411e-07 1.14081e-07 1.13535e-07 1.13114e-07 1.13413e-07 1.10776e-07 1.09882e-07 1.08901e-07 1.12122e-07 1.00084e-07 1.46354e-07 1.00121e-07 1.00172e-07 1.03666e-07 2.92034e+04 1.04383e-07 1.00116e-07 1.00137e-07 1.22908e-07 1.20506e-07 1.22923e-07 1.20043e-07 1.51127e+02 2.51419e-02 1.23952e+05 4.98809e+03 3.70801e+03 5.53525e+03 2.31554e+02 1.17371e+03 4.85590e+03 8.68095e+02 2.78289e+03 8.19223e+02 4.29258e+02 2.23778e+01 1.02367e+04 1.62926e+04 2.46448e+03 5.86278e+04 5.37847e+04 1.81031e+04 8.62512e+03 1.40863e+04 6.70264e+04 2.36477e+03 9.95204e+03 2.43839e+01 2.32824e+02 8.60570e-02 6.99892e+05 1.14138e+04 4.70208e+04 2.17718e+05 2.27709e+04 9.09267e+04 5.92593e+05 9.98900e+03 5.69974e+03 1.68728e+03 2.15631e+02 4.10917e-01 1.57134e+05 1.37841e+03 5.55078e+05 7.57875e+05 1.47076e+05 6.41157e+05 4.46178e+05 2.11438e+02 7.06613e+06 1.32498e+03 1.38931e+06 3.52403e-01 2.31787e+03 8.31371e-02 3.77579e-04 5.47419e-05 1.44575e-04 5.77205e-05 1.17365e-04 2.94100e-05 1.59281e-04 7.92970e-05 1.48287e-04 1.62167e-05 2.80357e-05 1.04447e-05 8.40169e-04 1.44460e-03 3.09443e-05 3.98838e-04 8.87070e-04 1.62389e-03 8.34528e-04 1.57884e-04 1.08309e-03 5.33888e-04 1.67916e-03 1.51709e-03 1.15745e-04 3.30701e-02 2.84633e+03 2.44801e+02 1.75013e+03 4.04539e+03 2.10362e+02 5.88403e+02 3.75279e+03 1.39255e+03 1.26114e+03 2.93504e+02 2.36584e+02 3.08548e+01 3.64564e+03 9.44107e+03 9.58032e+02 1.47703e+04 1.40656e+04 4.81989e+03 3.76624e+03 4.14217e+03 3.21327e+04 1.79106e+03 6.68434e+03 3.60951e+01 2.10124e+02 6.01450e-01 6.59455e+05 9.30509e+04 1.87866e+04 1.89512e+05 3.04826e+04 9.73153e+04 1.12322e+05 4.95486e+04 4.77505e+04 2.28872e+04 1.18210e+04 2.24996e+04 5.19506e+04 2.16163e+05 1.43218e+04 4.28915e+05 2.55298e+05 1.06967e+05 1.58386e+05 6.83260e+04 4.28225e+06 2.59313e+05 4.37352e+05 1.41493e+02 4.06084e+04 1.28275e-01 4.90433e+00 6.90717e+00 8.43138e+01 6.77867e+03 8.60747e+02 9.12322e+02 5.88590e+03 1.29681e+03 1.73354e+03 4.07922e+02 3.29525e+02 2.27119e+01 9.23289e+03 4.10787e+03 1.17792e+03 1.87610e+04 1.88813e+04 5.15972e+03 1.72026e+03 2.51450e+03 1.70901e+04 6.00599e+02 3.41260e+03 3.61402e+00 8.04794e+01 1.26315e-01 1.53281e-07 1.47981e-07 2.16497e-07 1.20652e-07 1.30236e-07 1.17329e-07 1.14480e-07 1.17855e-07 1.27792e-07 1.33301e-07 1.28768e-07 1.29693e-07 2.63440e-07 1.45974e-07 1.20382e-07 3.20656e-07 8.04854e+03 1.29194e-07 1.44244e-07 1.31640e-07 3.53641e-07 1.26051e-07 1.30651e-07 1.18204e-07 1.41138e+01 1.69711e-04 9.17045e+04 3.63913e+03 7.37555e+04 2.89830e+04 1.21450e+03 2.43118e+03 1.77065e+04 3.10706e+03 6.65114e+03 2.01603e+03 1.26823e+03 1.56036e+02 6.89197e+04 3.01175e+04 6.33692e+03 1.13561e+05 1.54058e+05 5.95790e+04 3.33257e+04 4.03583e+04 5.56834e+04 4.79292e+03 1.97345e+04 1.41788e+02 2.91957e+02 8.53425e-01 3.95837e-01 4.11467e+04 1.86717e+06 2.55140e-01 4.45869e-01 1.10651e+04 1.59815e+04 2.66504e+01 1.03393e+00 4.40906e-01 1.26731e-01 1.15890e-01 1.15803e+06 2.15447e-01 2.74272e+05 1.82812e-01 3.39985e+04 1.47261e-01 6.76971e-01 1.70073e+03 1.25695e+05 1.22522e+03 9.87954e+04 1.75430e-01 9.50212e+00 1.54362e-01 1.95240e+04 7.55486e+02 1.93268e+03 8.98980e+03 4.17292e+02 1.12601e+03 7.86497e+03 1.55159e+03 2.77248e+03 7.32453e+02 4.70299e+02 3.81552e+01 5.56163e+03 7.81303e+03 2.40579e+03 4.88659e+04 5.03063e+04 1.72982e+04 3.40894e+03 6.31449e+03 3.13943e+04 1.58208e+03 7.60220e+03 2.55657e+01 1.20738e+02 2.13674e-01 8.92050e+03 1.48593e+03 3.27427e+05 2.17934e+04 1.08237e+03 2.97242e+03 2.06834e+04 4.66332e+03 7.41476e+03 1.79780e+03 1.45076e+03 6.99108e+01 1.81101e+04 3.75445e+04 3.68894e+03 7.07928e+04 5.98383e+04 2.55502e+04 1.65806e+04 1.49351e+04 1.04410e+05 8.38008e+03 2.55664e+04 1.64781e+02 6.82248e+02 6.62128e+00 1.07709e+06 3.83744e+04 6.66963e+04 1.80386e+05 8.83694e+03 2.32116e+04 1.47662e+05 2.70921e+04 5.25042e+04 1.33933e+04 8.16679e+03 5.07096e+02 2.34211e+05 5.27920e+04 3.18492e+04 6.50030e+05 6.95665e+05 2.56346e+05 1.45166e+05 2.33005e+05 5.36842e+05 1.78117e+04 7.02466e+04 1.83051e+02 2.68209e+03 1.34090e-01 1.50969e+04 2.66825e+03 1.79809e+04 9.54240e+03 2.15064e+03 1.66158e+03 1.06994e+04 2.47097e+03 4.91975e+03 1.06566e+03 9.09779e+02 8.83476e+01 3.43409e+04 8.57644e+04 8.84448e+03 1.52956e+05 1.36907e+05 6.28090e+04 4.00545e+04 3.09889e+04 1.16285e+05 4.60130e+03 1.85749e+04 1.15983e+02 6.45258e+02 1.69772e+00 1.53715e+05 3.51498e+03 1.49345e+05 1.20090e+04 3.60522e+02 1.55259e+03 6.71217e+03 1.50228e+03 1.83538e+03 4.37396e+02 4.04918e+02 3.21237e+01 1.36809e+05 7.18636e+04 5.50754e+03 1.01872e+05 1.25336e+05 3.15182e+04 4.82516e+03 6.57138e+03 1.31516e+05 8.55804e+03 3.38234e+04 1.15965e+02 7.77264e+02 1.17500e+00 1.23092e+04 1.41627e+00 3.80354e+01 8.14941e+02 3.08718e+02 3.25801e+02 4.72049e+02 2.38508e+02 2.16638e+02 2.36916e+01 2.14265e+01 7.98244e+00 4.96870e+01 8.21258e+01 5.13287e+02 6.61570e+03 1.47142e+04 1.10840e+03 1.15588e+04 8.16575e+02 8.84581e+04 1.30379e+02 1.30705e+03 1.50136e+01 4.30892e+03 5.17206e-05 2.54501e+04 1.31417e+04 5.36212e+04 1.14128e+05 5.89225e+04 2.83946e+04 2.24756e+05 3.67149e+04 1.60534e+04 8.17480e+03 1.20149e+04 3.37952e+03 3.47490e+04 9.61713e+04 1.50073e+03 1.93427e+04 4.30209e+04 8.23933e+04 2.31099e+05 4.37215e+04 8.79949e+04 1.90777e+05 2.62308e+04 2.05715e+04 7.38226e+03 1.14536e+00 1.16715e+04 2.01225e+04 8.17704e+03 3.34824e+05 7.85766e+03 4.94319e+03 1.23496e+05 7.81084e+03 9.04968e+04 1.85079e+04 1.82352e+03 3.89962e+02 7.94869e+04 7.48390e+04 7.96882e+03 1.02709e+05 2.28440e+05 7.39766e+04 4.54597e+04 1.87853e+04 1.91733e+05 3.79215e-01 2.53001e+04 3.48788e-04 1.00102e-01 6.73184e-05 3.29525e+05 2.75537e+03 6.16229e+05 3.97120e+05 1.51212e+05 2.69626e+05 8.04883e+05 3.42441e+05 3.68159e+05 2.63353e+05 9.02693e+04 1.14781e+04 6.61970e+05 4.05378e+05 1.39549e+05 6.14738e+05 1.21266e+05 1.00823e+05 5.36500e+05 2.82125e+05 1.01754e+06 1.52927e+05 8.82389e+05 3.06055e-01 1.26376e+04 1.84065e-01 4.92158e+02 3.26051e+00 2.51793e+01 1.08844e+04 2.24526e+03 2.98742e+02 1.55002e+05 1.38681e+03 9.15778e+04 9.75428e+04 2.18701e+00 1.27255e+00 1.77038e+05 9.69434e+04 3.60597e+04 3.08282e+04 2.54065e+01 1.42988e+00 1.63738e+05 1.13394e+05 1.86948e+06 1.34321e+00 2.36557e+01 1.44158e+00 1.91247e+02 7.90302e-01 9.48847e+02 3.25746e+01 6.06666e+04 3.76321e+03 2.46115e+02 7.02931e+02 8.45947e+03 1.42509e+03 3.26874e+03 8.48614e+02 4.29917e+02 2.46243e+01 4.86904e+03 3.01614e+04 1.05851e+03 2.62349e+04 1.66226e+04 1.14159e+04 6.29958e+03 5.73382e+03 3.12334e+04 2.67698e+03 9.71925e+03 1.66641e+01 9.54605e+01 6.65220e-01 1.17116e+05 2.90914e+03 2.98251e+03 1.71870e+06 3.76336e+05 1.33439e+05 4.95213e+06 1.88871e+05 1.70184e+06 2.15596e+06 1.50049e+05 0.00000e+00 4.47674e+05 1.54140e+06 1.59184e+04 2.05170e+05 4.56327e+05 1.89997e+06 2.47296e+05 8.88604e+05 4.28779e+06 8.97811e+03 1.71998e+06 2.91521e+04 2.62910e-01 1.82176e-01 4.40700e+00 1.23383e+01 6.99724e+00 1.13623e+00 1.23816e+00 2.93492e+00 1.66332e+00 1.56851e+00 1.47450e+00 3.03801e+00 3.22767e+00 3.48743e+00 4.98125e+00 3.84531e+00 4.53986e+00 2.07311e+00 9.95568e+02 3.09240e+00 3.76045e+00 3.23476e+00 1.58286e+00 2.34005e+00 1.87053e+00 4.58938e+00 1.33366e+02 2.20292e+01 3.48845e+04 3.19957e+01 1.45570e+04 1.51865e+05 3.09654e+04 1.82900e+04 7.91857e+04 2.24383e+04 6.45023e+04 2.89090e+04 9.35271e+03 1.75342e+00 2.95354e+04 6.24122e+04 5.58327e+03 4.75487e+04 6.70892e+04 2.61756e+04 3.35474e+04 6.86356e+04 3.24501e+05 4.35329e-01 3.11568e+05 1.28763e+01 1.29703e+01 1.25929e+02 1.93541e+05 1.80766e+00 3.89097e+06 4.16595e+06 7.18086e+05 1.83460e+06 2.78329e+07 9.34003e+06 5.16117e+06 2.70084e+02 1.11527e+06 4.47572e+05 6.41461e+06 7.10256e+06 2.04479e+05 2.63550e+06 5.86172e+06 6.31452e+01 8.12105e+06 8.58159e+01 3.49305e+06 2.51455e+01 3.34982e+06 1.31722e-02 3.78042e+00 1.25031e+04 4.68621e+04 3.00827e+03 3.12028e+03 2.31553e+03 1.10667e+02 3.76056e+02 2.55756e+03 5.31839e+02 1.03034e+03 2.30346e+02 1.42389e+02 5.25133e+00 8.74308e+03 5.20355e+03 4.76679e+02 1.23425e+04 1.23468e+04 3.96854e+03 2.55557e+03 4.35459e+03 2.26820e+04 1.06132e+03 4.43824e+03 1.10886e+01 7.43407e+01 1.49871e-01 1.08192e+03 2.22201e+02 1.67523e+02 2.29889e+02 1.15239e+01 3.53349e+01 2.23289e+02 4.49711e+01 6.83533e+01 1.58386e+01 1.27583e+01 6.75186e-01 4.77892e+02 5.09294e+02 2.32566e+02 3.50566e+03 3.97871e+03 1.40825e+03 4.33738e+02 6.59418e+02 1.88581e+03 6.41100e+01 3.36618e+02 1.38600e+00 7.23915e+00 1.27122e-01 1.19723e+02 3.43753e+00 1.50866e+02 1.90277e+03 1.11494e+02 3.43107e+02 2.06273e+03 4.87201e+02 5.99240e+02 1.78381e+02 1.37539e+02 7.70900e+00 3.86008e+02 5.26623e+02 2.13690e+02 3.02522e+03 2.76460e+03 1.04065e+03 4.66758e+02 6.79099e+02 4.78130e+03 1.87541e+02 8.56997e+02 7.19322e+00 3.73924e+01 1.55161e-02 8.06351e+02 4.31355e+01 1.08032e+02 9.04083e+01 8.07017e+00 2.88123e+01 1.37292e+02 3.71388e+01 4.05178e+01 1.40862e+01 1.14650e+01 7.35363e-01 1.84858e+02 2.36768e+02 1.11670e+02 1.73887e+03 1.24851e+03 7.63420e+02 2.27150e+02 3.53670e+02 8.67638e+02 4.69692e+01 1.69910e+02 1.20951e+00 1.28946e-01 7.95489e-04 5.20513e+04 2.34719e+03 1.15567e+06 7.41269e+04 3.87642e+03 1.24346e+04 1.35573e+05 1.89051e+04 3.70615e+04 9.38770e+03 5.25296e+03 4.04099e+02 3.29651e+05 9.09319e+04 1.15121e+04 2.94251e+05 2.26463e+05 8.22253e+04 5.96671e+04 7.19326e+04 4.15837e+05 1.87866e+04 6.40131e+04 1.16503e+02 6.07534e+02 8.13019e-01 1.48765e-07 1.50412e-07 1.60931e-07 1.09729e-07 1.21904e-07 1.19202e-07 1.21375e-07 1.13659e-07 1.24238e-07 1.23957e-07 1.21037e-07 1.30460e-07 2.07113e-07 3.65401e-07 1.21400e-07 2.19786e-07 9.81718e+04 1.29691e-07 1.25686e-07 1.22254e-07 1.32157e-07 1.37521e-07 1.38116e-07 1.34288e-07 3.03551e+02 5.42588e-03 9.80790e+04 7.78322e+03 4.44639e+03 1.20752e+05 2.32872e+03 7.91272e+03 3.87215e+04 1.53126e+04 1.20188e+04 3.38672e+03 2.31053e+03 1.13585e+02 1.47968e+05 2.53918e+04 3.04988e+03 1.25429e+05 9.57715e+04 6.00148e+04 3.80631e+04 1.61940e+04 1.53045e+05 7.91096e+03 3.28650e+04 9.24606e+01 9.31267e+02 1.27855e-01 5.11457e+02 1.99897e+01 3.47073e+02 6.62134e+02 1.94264e+01 7.21032e+01 3.98157e+02 9.68226e+01 1.26726e+02 2.86414e+01 2.32146e+01 1.10358e+00 6.34396e+02 3.36544e+02 3.07670e+02 4.33863e+03 3.43660e+03 1.27506e+03 1.33806e+03 1.77628e+03 3.72859e+03 1.54574e+02 6.22106e+02 6.39428e+00 3.11098e+01 2.30059e-02 4.57664e+04 2.69088e+03 1.20424e+03 1.13081e+03 4.54203e+01 1.58967e+02 1.17196e+03 1.77509e+02 4.55523e+02 1.20999e+02 6.52358e+01 2.54696e+00 3.73773e+03 7.73613e+02 5.10739e+02 1.13700e+04 6.70251e+03 1.52425e+03 1.42735e+03 2.34587e+03 1.53206e+04 5.52102e+02 2.03633e+03 7.45647e+00 2.48923e+01 3.71022e-01 1.04426e+04 2.13295e+02 1.54343e+03 2.26445e+04 7.99322e+03 2.48828e+04 8.48682e+04 3.67546e+04 1.48953e+05 9.02612e+04 8.76857e+03 8.03001e+02 5.13359e+04 3.22010e+05 7.09331e+03 9.14249e+04 2.03342e+05 1.04075e+05 7.70725e+05 1.88963e+05 1.67459e+06 1.55540e+04 8.12007e+05 9.38086e+05 3.97704e+03 3.03439e-02 6.57525e+03 8.87548e+01 1.32029e+04 6.36100e+04 3.19347e+04 3.58554e+04 6.88587e+04 6.84429e+04 7.44282e+04 3.07583e+04 8.51531e+03 1.67469e+03 5.18043e+04 5.97929e+04 1.35896e+04 7.51284e+04 1.96799e+04 1.30575e+04 1.66512e+04 3.27666e+04 1.32341e+05 1.26441e+05 7.05400e+04 1.41254e+00 1.76896e+03 3.31277e-01 8.01189e+02 9.88102e+01 8.71977e+03 2.52993e+04 8.14386e+03 2.08138e+04 4.06749e+04 1.57225e+04 3.38962e+04 1.07297e+04 3.09499e+03 2.51168e+03 1.04869e+05 2.95591e+04 2.63887e+04 4.08060e+04 5.77590e+04 9.96390e+03 3.44600e+04 3.58163e+04 1.00602e+05 7.10919e+04 2.89392e+05 1.58214e-01 1.18291e+03 2.87883e-01 1.34130e+04 1.08128e+03 1.56948e+02 1.57002e+02 1.19598e+01 4.97485e+01 2.43054e+02 7.24519e+01 7.84057e+01 1.85256e+01 1.54033e+01 5.96309e-01 2.27419e+02 5.48528e+02 9.24046e+01 2.14894e+03 1.54822e+03 5.82195e+02 6.85650e+02 8.33010e+02 1.96018e+03 4.12369e+01 2.30581e+02 6.85459e-01 6.95453e+00 2.29904e-02 1.69197e-03 2.45304e-04 4.48322e-03 3.12514e-02 9.42386e-03 7.50410e-03 2.32779e-02 5.81425e-03 2.82044e-02 3.94194e-03 3.00575e-03 6.22164e-03 2.29655e-02 2.99441e-03 4.40879e-04 5.68244e-03 1.26385e-02 1.93630e-03 3.23206e-03 1.42440e-03 7.12035e-02 8.57831e-03 3.41207e-03 6.28726e-06 1.80444e-03 3.56586e-03 7.10669e+02 5.55485e+01 8.52055e+02 1.22289e+03 7.22436e+01 1.73769e+02 6.61021e+02 2.36916e+02 2.88733e+02 9.78650e+01 8.59131e+01 6.11652e+00 1.43354e+03 6.75302e+02 2.68002e+02 2.77382e+03 2.96825e+03 1.14451e+03 5.50411e+02 8.49231e+02 3.75164e+03 1.72525e+02 8.98388e+02 9.00703e+00 5.41836e+01 5.35446e-02 3.17310e+00 5.13388e-01 1.30711e+04 7.27126e+02 1.66379e+00 4.61691e+04 2.03060e+05 1.66776e+03 2.78885e+04 1.27491e+00 1.70190e+01 9.78453e+02 1.75664e+06 2.66295e+06 1.85368e+04 1.01246e+06 3.98282e+04 4.20130e+05 4.43704e+05 7.63903e+05 2.20480e+07 5.91603e+05 1.07376e+06 3.86268e-01 0.00000e+00 2.62770e+00 4.33509e+04 1.36855e+03 6.77492e+02 2.48688e+05 4.26435e+03 3.03608e+03 2.31498e+04 3.80330e+03 4.70355e+03 1.90363e+03 1.53681e+03 1.28328e+02 4.41680e+04 1.50667e+03 8.01786e+02 5.75843e+04 1.64310e+05 2.65897e+04 3.61969e+04 1.56864e+04 1.07730e+05 3.93791e+03 2.43840e+04 4.54841e+02 6.11672e+03 2.07050e-01 1.93697e+05 1.05467e+04 7.35362e+03 1.90113e+04 7.06589e+02 2.46258e+03 1.82067e+04 2.99215e+03 4.86742e+03 1.15977e+03 8.19995e+02 4.90096e+01 2.86026e+04 1.56094e+04 4.51297e+03 1.57588e+05 1.37557e+05 4.73364e+04 3.20553e+04 4.67436e+04 1.05156e+05 1.78886e+03 1.25537e+04 2.49483e+01 1.78959e+02 8.31462e-02 6.11004e+03 6.04435e+02 2.95797e+03 2.23316e+03 9.95575e+01 3.19569e+02 1.66105e+03 7.59055e+02 7.02808e+02 2.20039e+02 1.17266e+02 6.49473e+00 6.89469e+03 2.27613e+03 5.44993e+02 7.41903e+03 6.35001e+03 2.32453e+03 1.90403e+03 2.08102e+03 6.71359e+03 2.53984e+02 1.24924e+03 4.58042e+00 2.30130e+01 9.08815e-02 6.22970e+03 2.57552e+02 7.76960e+01 1.34968e+04 2.66499e+02 6.75125e+02 4.19960e+03 9.30082e+02 1.55386e+03 3.08779e+02 2.52669e+02 8.84067e+00 1.48975e+03 1.09117e+03 5.23646e+02 7.39617e+03 6.90962e+03 4.17908e+03 1.74622e+03 5.90523e+02 6.33003e+03 6.57753e+02 3.37262e+03 1.54454e+01 5.84514e+01 5.88220e-04 1.63222e+05 1.42037e+00 1.10010e+05 6.66822e+05 1.21106e+05 9.29854e+05 1.07441e+06 1.29467e+06 2.49076e+06 1.18792e+06 7.84000e-01 1.99660e+04 1.04998e+06 2.43315e+06 5.23409e+06 2.00522e+02 9.36989e+02 7.81689e+05 2.58560e+06 8.50551e+05 1.95687e+07 1.40627e+06 8.39896e+06 1.25458e+04 1.25732e+05 1.09111e-01 2.00775e+04 2.91087e+03 5.52068e+03 3.70146e+04 2.00464e+04 4.33714e+04 1.08677e+05 6.98376e+04 2.12059e+05 1.71142e+04 1.71968e+04 1.10495e+03 4.02992e+04 1.41628e+05 2.51516e+04 1.37158e+05 3.05058e+05 8.38223e+04 1.36230e+05 7.30378e+04 8.44465e+05 1.98772e+05 4.81482e+05 9.10065e+03 2.42614e+04 1.05645e+00 5.73202e+04 1.90600e+03 4.25459e+04 3.16425e+03 4.61552e+01 2.42367e+03 1.14325e+04 3.73247e+03 2.01409e+03 2.28302e+02 2.02219e+02 4.38277e+00 6.24384e+04 5.36220e+03 2.47162e+03 7.01680e+04 3.96859e+04 1.26307e+04 6.35443e+03 1.32417e+04 7.20552e+04 2.74648e+02 2.65394e+03 2.17275e+00 9.04462e+01 5.02588e-03 1.09181e+03 1.96928e-02 2.87724e+03 8.94804e+04 1.05136e+04 6.75273e+03 3.32426e+05 1.85723e+04 8.71709e+04 1.15732e+05 2.92081e+03 1.87547e+04 1.28872e+04 1.15857e+04 4.06549e+03 6.27120e+04 1.09991e+05 2.25588e+04 4.54257e+04 1.57537e+04 1.25195e+05 4.25034e+03 1.96282e+04 6.79317e-03 5.93565e+00 2.07193e-02 5.40232e+04 2.52942e+03 1.02200e+03 2.12927e+04 9.22961e+02 2.94432e+03 1.72483e+04 2.47697e+03 5.93955e+03 1.47566e+03 1.11154e+03 6.92184e+01 3.57621e+03 2.37685e+04 2.43522e+03 4.61843e+04 4.85060e+04 1.60180e+04 1.28156e+04 1.89328e+04 3.12979e+04 8.93821e+02 4.41695e+03 1.36073e+01 1.40895e+02 6.40280e+01 6.46067e+04 2.19916e+03 1.73991e+06 5.14434e+06 6.81287e+05 1.72979e+05 7.21283e+06 8.68745e+04 1.05782e+06 1.85132e+06 3.79530e+05 8.68131e+05 1.44102e+06 7.92474e+05 2.05855e+05 5.25636e+06 4.24699e+06 4.03330e+06 6.29725e+05 2.68203e+05 4.04529e+06 2.91096e-01 1.93867e+06 3.39370e+04 4.04142e+05 1.21401e-01 1.93973e+00 1.06116e-01 2.11708e+00 6.87142e+00 3.76531e+00 2.16699e+00 3.09415e+00 4.86172e+00 4.89136e-01 2.02801e-01 3.06043e+00 1.03363e-01 7.35414e-01 1.74718e+00 3.96006e+01 1.16586e-01 1.66297e+03 1.50657e+02 9.21148e+00 1.02397e-01 2.15508e+04 3.31517e-01 1.01183e+01 4.40855e-01 2.30336e+01 6.36385e+00 2.07676e+04 1.22537e+03 2.87502e+03 1.29148e+03 9.73125e+01 2.77618e+02 1.47938e+03 4.23342e+02 5.72074e+02 1.23943e+02 1.14578e+02 6.18891e+00 4.03202e+03 2.11926e+03 3.57162e+02 6.27610e+03 4.80495e+03 1.67541e+03 2.97282e+03 3.33337e+03 1.13090e+04 4.56266e+02 1.85168e+03 7.49022e+00 4.96458e+01 2.71305e-01 4.79888e+02 6.94764e+01 3.34184e+04 6.65280e+03 3.64656e+02 1.03744e+03 4.95618e+03 1.42150e+03 2.47312e+03 6.27019e+02 4.11342e+02 4.04219e+01 3.79077e+03 4.04099e+03 1.29705e+03 2.44446e+04 2.35050e+04 8.50509e+03 1.68882e+03 3.82856e+03 5.72145e+03 3.76711e+02 1.40943e+03 5.81304e+00 5.14174e+01 6.89146e-02 3.27848e+04 1.64057e+03 9.82392e+03 1.20356e+04 2.13431e+03 1.99330e+03 1.51398e+04 2.85397e+03 4.81764e+03 1.23935e+03 8.41380e+02 4.43851e+01 1.91081e+04 8.09273e+03 2.15301e+03 4.94652e+04 3.91752e+04 1.26859e+04 1.38882e+04 1.59113e+04 4.60314e+04 3.08419e+03 1.38060e+04 3.02296e+01 1.79964e+02 1.13060e-01 5.14938e+01 2.25399e+02 9.83095e+03 7.84743e-01 1.00967e+05 9.51214e+03 5.92903e+04 1.42631e+04 2.23814e+04 1.33480e+04 5.11171e+03 2.17442e+01 3.84642e+03 8.73794e+04 3.82591e+05 4.05960e-01 8.98516e+04 2.40459e+04 3.80825e+04 5.86133e+04 5.38846e+05 1.09012e+05 8.35353e+05 2.42896e-01 5.52030e+02 1.02127e+00 2.86778e+04 1.24336e+03 8.22935e+03 4.18706e+04 3.57946e+03 4.60047e+03 3.76461e+04 6.21344e+03 1.00001e+04 2.77170e+03 2.00392e+03 2.74931e+02 8.44811e+03 2.54383e+04 5.52226e+03 7.84396e+04 8.31260e+04 2.98792e+04 2.00130e+04 2.72396e+04 4.68248e+04 2.93448e+03 3.51842e+04 2.43104e+02 1.31565e+03 4.10800e+00 5.66843e-02 5.65527e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65515e-02 5.65490e-02 5.65482e-02 5.65490e-02 5.65514e-02 5.49120e-02 1.12739e+05 4.21811e+03 8.22928e+03 1.01720e+04 6.15465e+02 1.92469e+03 1.21515e+04 2.38430e+03 4.61823e+03 1.13404e+03 7.62887e+02 4.63300e+01 2.67021e+04 1.96637e+04 3.25794e+03 6.74185e+04 6.23732e+04 2.32037e+04 7.49280e+03 1.32392e+04 6.13927e+04 2.27080e+03 1.05616e+04 4.76679e+01 2.22535e+02 5.08948e-01 1.21219e+06 1.98243e+05 5.63932e+04 5.85172e+04 4.20284e+04 1.56260e+04 4.12188e+04 3.80639e+04 9.15146e+04 8.21918e+03 2.59575e+04 4.80035e+03 2.38099e+04 4.59545e+04 3.38631e+03 4.36458e+04 9.70743e+04 3.29568e+02 6.65254e+04 2.03626e+04 1.05961e+05 1.19105e+04 6.21122e+04 4.15037e+01 1.19116e+04 2.95870e-01 1.11182e+05 5.00765e+03 1.77838e+06 3.07774e+05 2.33079e+04 4.22159e+04 4.20959e+05 8.15016e+04 1.06781e+05 2.54883e+04 2.15129e+04 2.79630e+03 9.01762e+05 3.14371e+05 6.00074e+04 1.41984e+06 5.38757e+05 4.79513e+05 3.13534e+05 3.34041e+05 2.06301e+06 6.00880e+04 4.10517e+05 1.37473e+03 3.11796e+03 1.87639e+00 1.23184e+04 3.46626e+04 3.96775e+05 8.55303e+05 4.11222e+05 8.00057e+05 1.81949e+06 1.16971e+06 1.81321e+06 6.24043e+05 3.93909e+05 5.32677e+04 3.39481e+06 2.26468e+06 1.76084e+06 3.90522e+06 9.15434e+06 3.53793e+06 4.61904e+06 1.25367e+06 8.48056e+06 9.75091e+00 2.76712e+06 2.21332e-01 3.19061e+05 1.36058e-01 3.04715e+04 1.79933e+03 5.13180e+03 6.29575e+03 3.32605e+02 1.00073e+03 8.36060e+03 1.40964e+03 2.30687e+03 5.64002e+02 4.33526e+02 1.89599e+01 1.80206e+04 2.23883e+04 1.34479e+03 3.49615e+04 8.69186e+03 1.28716e+04 8.45741e+03 1.15162e+04 2.53453e+04 9.66032e+02 4.93119e+03 1.26830e+01 2.80201e+01 2.29056e+00 2.20439e+06 4.18950e+04 6.88052e+06 7.72915e+06 3.51546e+05 8.84030e+05 2.49264e+06 7.69881e+05 1.89726e+06 6.24415e+05 3.68583e+05 2.99501e+03 1.75292e+07 3.59756e+06 3.30942e+06 9.21834e+07 6.33961e+07 2.64514e+07 1.21956e+07 2.32226e+07 1.25807e+08 8.52583e-01 1.96198e+07 7.98832e+04 4.90114e+05 1.21514e-02 2.96234e+05 1.37918e-01 6.10138e+03 5.10943e+04 3.81471e+03 9.92762e+03 1.00503e+05 5.22201e+03 3.43338e+03 8.67270e+02 9.04703e+02 3.37046e+02 1.02738e+05 1.19074e+05 3.36766e+03 6.10481e+04 8.53283e+04 2.07909e+04 6.19335e+04 4.36015e+04 1.56151e+06 5.54148e+04 2.02596e+05 3.05955e+03 7.27549e-01 3.03991e-02 2.11069e+05 3.99189e+04 2.65257e+04 1.50832e+04 3.47477e+04 1.01563e+03 3.12082e+04 1.12685e+04 1.27166e+04 5.39040e+02 5.28345e+03 1.12639e+03 3.73466e+04 2.13524e+04 4.78935e+02 6.17294e+03 1.37295e+04 6.21215e+02 3.96701e+04 1.01692e+04 6.49991e+04 2.42676e+03 1.81867e+04 8.95369e+01 2.56971e+04 6.32683e-01 2.83037e+03 3.13498e+02 1.22400e+02 1.25790e+02 7.09267e+00 2.60317e+01 1.49902e+02 3.52079e+01 3.09012e+01 1.82115e+01 9.02601e+00 4.24564e-01 3.39027e+02 4.23190e+02 1.70129e+02 2.53234e+03 2.51131e+03 8.53104e+02 3.41191e+02 5.36715e+02 1.94427e+03 6.23564e+01 3.29305e+02 1.89609e+00 1.05113e+01 3.78063e-03 4.81322e+02 1.49683e-01 6.47613e+04 7.54157e+04 2.40510e+04 3.14061e+04 8.81310e+04 2.98922e+04 1.37720e+04 7.76337e+03 3.67108e+03 1.36766e+03 2.23255e+05 1.19383e+05 1.92737e+04 4.84012e+05 4.02799e+05 1.18943e+05 2.10283e+04 1.50312e+04 3.21321e+05 1.14121e+04 2.36552e+04 1.68488e-01 4.29550e+03 1.84818e+02 6.05773e+06 9.14424e+05 3.52040e+06 1.17217e+07 4.08690e+06 1.13848e+06 1.99481e+06 5.61111e+05 8.49828e+05 7.42891e+05 3.79411e+05 6.74641e+02 9.27084e+05 3.15157e+06 1.22510e+05 6.87273e+06 1.47989e+05 1.85275e+06 1.37845e+06 4.68161e+05 4.48641e+06 3.70432e+04 1.92611e+06 2.41280e+02 6.92473e+04 6.39274e+00 2.43121e+04 1.13580e+03 4.48398e+03 6.13333e+03 2.63031e+02 8.96820e+02 5.85991e+03 1.13831e+03 1.73123e+03 4.36353e+02 3.07306e+02 2.10077e+01 8.85304e+03 3.74144e+03 8.84080e+02 1.74265e+04 1.99205e+05 5.74273e+03 3.94644e+03 6.36342e+03 4.24367e+04 1.22414e+03 7.63003e+03 2.56026e+01 4.19007e+02 8.86659e-03 1.22303e+04 3.15802e+02 9.09742e+04 4.65068e+04 7.15609e+01 3.51108e+02 1.28834e+03 3.40387e+02 5.92978e+02 1.05985e+02 7.16722e+01 2.93757e+00 4.95372e+04 1.92415e+04 4.71230e+03 7.87006e+04 5.19376e+04 3.37167e+04 2.14594e+04 1.65697e+04 4.61840e+04 1.65026e+03 6.46644e+03 3.68286e+01 2.01061e+02 5.79608e-02 2.51654e+04 5.84931e+03 2.60504e+04 1.41719e+04 1.13974e+03 1.95038e+03 9.42354e+03 2.84484e+03 2.66926e+03 1.15137e+03 1.14084e+03 1.38553e+02 3.06675e+04 1.13852e+04 1.93355e+04 6.10635e+04 5.25168e+04 2.58951e+04 1.36642e+04 1.74561e+04 7.12653e+04 3.11228e+03 1.46146e+04 7.39595e+02 2.01902e+03 4.79575e-01 0.00000e+00 +-4.64946e+03 -1.48860e+02 -3.24644e+04 -1.75560e+04 -2.12716e+02 -3.99350e+02 -1.83717e+03 -3.75703e+02 -1.94798e+03 -4.47790e+02 -2.52498e+02 -3.08316e+00 -1.05797e+05 -4.81845e+03 -3.30996e+03 -6.63843e+04 -5.53810e+04 -1.64364e+04 -3.08833e+03 -3.52741e+03 -7.25704e+05 -2.18881e+04 -3.80431e+05 -4.40673e+02 -4.28133e+03 -1.43848e+02 -2.73480e+03 -1.01300e+02 -5.98394e+02 -2.63022e+04 -1.03224e+02 -3.61812e+02 -2.32308e+03 -2.92827e+02 -1.92937e+03 -5.19054e+02 -2.21772e+02 -3.95692e+00 -6.70483e+03 -3.05483e+03 -4.02788e+02 -1.25360e+04 -1.06094e+04 -3.18512e+03 -2.96859e+03 -4.45150e+03 -9.28270e+04 -1.61745e+03 -4.26175e+04 -2.59313e+01 -1.68108e+02 -4.99670e-01 -1.25868e+05 -3.76401e+03 -1.30545e+03 -4.35121e+05 -3.20597e+03 -6.72165e+03 -2.96792e+04 -4.85859e+03 -2.33575e+04 -4.55733e+03 -3.05475e+03 -4.20912e+01 -1.93030e+05 -2.41173e+04 -1.42198e+04 -3.74443e+05 -1.83406e+05 -1.13959e+05 -2.61133e+05 -2.92138e+05 -1.77856e+06 -9.71301e+04 -3.24745e+05 -7.60787e+02 -1.93360e+04 -6.97207e+00 -4.52632e+03 -1.65588e+02 -1.06673e+03 -3.06664e+04 -2.60793e+02 -4.50550e+02 -2.68841e+03 -3.61686e+02 -2.47086e+03 -6.06868e+02 -3.32379e+02 -3.63400e+00 -7.77423e+03 -2.82514e+03 -1.17403e+02 -4.93360e+03 -4.04047e+03 -1.23390e+03 -2.23504e+03 -2.20074e+03 -2.22474e+04 -3.60210e+02 -9.28713e+03 -2.77155e+00 -2.89974e+01 -3.89095e-01 -7.51194e+04 -2.94495e+03 -1.35469e+04 -4.90884e+05 -5.74259e+03 -1.07837e+04 -5.48024e+04 -9.44009e+03 -4.84456e+04 -9.95874e+03 -6.16730e+03 -7.25646e+01 -3.23713e+05 -1.08376e+05 -1.54090e+04 -3.76165e+05 -7.36338e+04 -1.03164e+05 -1.43282e+05 -1.52570e+05 -3.26905e+06 -7.25457e+04 -1.38514e+06 -1.10083e+03 -1.04308e+04 -1.62378e+01 -1.87169e+02 -4.57995e+00 -4.96088e+01 -1.21573e+04 -7.54924e+01 -1.93319e+02 -1.25096e+03 -1.65515e+02 -1.88235e+03 -3.08158e+02 -1.05590e+02 -1.86494e+00 -3.36979e+02 -1.57604e+02 -1.23288e+01 -8.86646e+02 -6.14291e+02 -1.59087e+02 -2.04502e+02 -2.23805e+02 -4.61498e+03 -7.88213e+01 -1.64914e+03 -2.37100e-01 -4.95351e+00 -5.84911e-01 -2.79608e+05 -1.38085e+04 -8.74131e+04 -3.25377e+05 -1.37120e+05 -1.30052e+05 -3.31757e+05 -1.23089e+05 -1.19292e+05 -1.09653e+05 -4.24872e+04 -3.30752e+03 -7.57510e+04 -4.59988e+05 -1.50924e+04 -2.07948e+05 -4.24118e+05 -1.07518e+05 -4.04565e+05 -1.65475e+05 -1.39045e+06 -3.32929e+05 -7.91615e+05 -3.56042e+02 -1.02184e+05 -2.13907e+00 -1.28452e-02 -2.49648e-02 -8.74873e-03 -3.08392e-02 -2.05507e-02 -2.71787e-02 -2.00782e-02 -2.25187e-02 -2.04631e-02 -1.61147e-02 -1.45155e-02 -1.12044e-02 -1.13521e-02 -8.98652e-03 -8.86965e-03 -2.06679e-02 -6.73214e-01 -2.03878e-02 -1.24671e-02 -1.16846e-02 -5.39908e-02 -3.62793e-02 -3.63374e-02 -3.96720e+00 -1.32549e+00 -9.95551e-01 -3.63432e+02 -2.48855e+02 -1.07115e+01 -7.67768e+00 -7.13049e+00 -4.69183e+00 -1.68748e+00 -1.17913e+01 -2.09090e+01 -1.61772e+01 -5.46663e+00 -2.19414e+00 -5.80860e-01 -4.32702e-01 -1.73846e-01 -4.33289e-01 -4.79040e-01 -1.21355e-01 -2.60356e-01 -4.05940e-01 -6.27910e-01 -1.95613e-01 -1.71454e-01 -4.12394e-02 -1.25987e-01 -4.05141e-01 -8.89184e+00 -1.66835e+00 -1.15219e+01 -1.03652e+01 -2.56112e+00 -4.19391e+00 -8.65435e+00 -7.58032e+00 -6.98945e+00 -1.91094e+00 -1.81751e+00 -6.81795e-02 -9.70344e+04 -5.69015e-01 -1.67317e-02 -3.42317e-01 -3.99152e-01 -4.09487e-01 -5.53385e+00 -1.08651e+00 -1.46787e+01 -1.54731e+00 -4.36659e+05 -2.39770e-01 -8.99620e-01 -2.48126e+00 -8.55331e+06 -5.04639e-01 -2.88254e+04 -3.35918e+03 -3.21585e+02 -1.14998e+03 -1.46284e+01 -1.18714e+00 -4.79218e+03 -1.05151e+00 -6.60804e-01 -6.24083e-01 -1.09447e+00 -6.03779e-01 -6.34617e-01 -6.68471e-01 -3.25015e-01 -5.73529e-01 -1.61945e+04 -5.43988e-01 -7.40803e+04 -5.48824e-01 -3.98703e+05 -4.07324e-01 -5.12187e-01 -8.16123e-01 -2.15124e+00 -3.34445e+00 -1.08122e+00 -1.97347e+01 -1.45768e+01 -1.82586e+01 -1.21927e+01 -1.42903e+01 -2.00959e+01 -2.49798e+01 -1.99746e+01 -1.41590e+01 -3.11482e+00 -2.67817e+00 -3.31822e+00 -3.73072e+00 -3.60664e+00 -4.01370e+00 -3.07859e+00 -3.86496e+00 -1.45819e+02 -5.17216e+01 -5.14154e+01 -5.52798e+01 -5.53881e+01 -1.22141e-02 -4.39472e+04 -1.59871e+03 -6.78220e+03 -2.54040e+05 -7.06814e+03 -1.55062e+04 -5.41247e+04 -1.41842e+04 -6.14732e+04 -1.33093e+04 -7.42272e+03 -9.94973e+01 -5.79468e+04 -3.82729e+04 -3.81600e+03 -1.17342e+05 -8.19884e+04 -2.38261e+04 -3.17288e+04 -3.74978e+04 -5.10302e+05 -7.83247e+03 -1.74111e+05 -9.51507e+01 -1.51001e+03 -4.05068e+01 -1.12099e+03 -3.89525e+01 -4.09931e+01 -2.24810e+02 -2.07608e+00 -4.76224e+00 -2.04845e+01 -2.98792e+00 -2.57133e+01 -5.83848e+00 -2.76111e+00 -4.13073e-02 -4.81561e+02 -1.09450e+02 -2.65220e+01 -8.11034e+02 -7.98253e+03 -2.09687e+02 -1.22371e+02 -1.26799e+02 -1.92032e+03 -2.16702e+01 -5.84504e+02 -2.23456e-01 -2.98690e+01 -6.79292e-01 -8.95875e+03 -3.57843e+02 -4.71614e+03 -3.24227e+04 -1.12742e+02 -6.40281e+02 -2.51350e+03 -5.20831e+02 -2.43248e+03 -5.20659e+02 -2.96032e+02 -3.86516e+00 -2.61208e+04 -1.60220e+04 -2.44109e+03 -6.59760e+04 -5.05349e+04 -1.47196e+04 -1.24957e+04 -1.40399e+04 -4.22978e+05 -8.11899e+03 -1.48604e+05 -1.01212e+02 -1.32866e+03 -8.90957e-01 -9.89093e+02 -2.35647e+01 -2.28149e+02 -5.60674e+03 -4.40388e+01 -1.02101e+02 -6.12757e+02 -9.49432e+01 -5.86915e+02 -1.67366e+02 -6.28949e+01 -3.66382e-01 -2.47036e+03 -1.39650e+03 -6.25237e+01 -3.12284e+03 -2.21815e+03 -6.04436e+02 -5.88820e+02 -8.09367e+02 -1.52719e+04 -3.10228e+02 -6.22190e+03 -1.37860e+00 -2.44089e+01 -2.73767e-01 -2.87135e-02 -6.08978e-03 -3.87512e-02 -7.64174e-02 -3.76423e-02 -8.05912e-02 -5.83127e-02 -7.42149e-02 -5.07371e-02 -1.04330e-01 -8.16432e-02 -7.81105e-02 -7.72392e-02 -1.11260e-01 -9.61036e-03 -9.49519e-02 -1.92727e+03 -4.31593e-02 -9.24831e-02 -2.29882e-01 -1.79045e+01 -2.96046e-02 -3.60463e-02 -1.44177e-02 -6.82015e+02 -3.83580e-02 -6.62933e+05 -1.36623e+04 -2.22462e+01 -4.08498e+00 -5.82921e+00 -1.12147e+05 -2.61743e+05 -1.79187e+05 -5.91876e+05 -6.99952e+02 -2.17536e+00 -1.63297e+04 -4.18913e+00 -1.98426e+00 -2.19394e+00 -2.03416e+00 -3.76984e-01 -1.94936e+00 -2.23446e+03 -1.84219e+03 -4.49801e+06 -6.71488e+02 -1.65378e+07 -2.33536e+00 -1.84818e+00 -1.21741e+00 -2.45361e+02 -4.73848e+00 -6.07421e+01 -1.75497e+03 -1.65240e+01 -4.62720e+01 -2.86449e+02 -4.06254e+01 -2.53252e+02 -4.80164e+01 -2.17489e+01 -6.53919e-01 -9.07945e+02 -6.62354e+02 -2.10103e+01 -1.28058e+03 -7.16645e+02 -2.88603e+02 -3.54611e+02 -3.04039e+02 -6.31438e+03 -6.61628e+01 -1.74752e+03 -3.57283e-01 -1.56483e+01 -3.75339e-01 -8.86750e+02 -2.80287e+01 -1.31140e+03 -5.24760e+03 -3.79309e+01 -8.31755e+01 -3.22251e+02 -6.47198e+01 -3.50790e+02 -7.32883e+01 -4.43455e+01 -2.74797e-01 -7.89080e+03 -1.65612e+03 -1.88807e+02 -7.14399e+03 -4.28358e+03 -1.71286e+03 -9.89265e+02 -1.29222e+03 -7.98045e+04 -1.06519e+03 -2.68695e+04 -4.39545e+01 -1.86173e+02 -3.82758e-01 -2.67596e+01 -1.17007e-01 -2.43396e+02 -2.68536e+02 -6.12300e+00 -1.27638e+01 -4.56323e+01 -1.15651e+01 -4.60900e+01 -1.00298e+01 -7.29646e+00 -8.72765e-02 -5.05372e+02 -1.82049e+02 -1.48393e+01 -4.45767e+02 -8.80291e+03 -7.41342e+01 -4.15911e+02 -5.43402e+02 -2.61078e+03 -8.22533e-02 -3.61880e+02 -2.21356e-02 -5.97893e+00 -1.84857e-01 -2.51561e+01 -4.32267e-01 -6.22331e+00 -2.23513e+02 -1.43636e+00 -3.07219e+00 -1.39802e+01 -1.09659e+00 -1.22795e+01 -2.05647e+00 -1.48138e+00 -2.18252e+00 -1.95745e+01 -1.78227e+01 -2.13739e+01 -6.65442e+02 -6.30519e+02 -8.42929e+01 -1.80133e+01 -3.32943e+01 -2.38307e+03 -3.03590e+01 -7.99972e+02 -1.19528e+00 -2.68510e+00 -1.42692e+00 -1.23947e+04 -4.49436e+02 -5.05165e+03 -6.25469e+03 -1.01499e+03 -9.82831e+02 -2.58937e+03 -3.57283e+01 -3.82397e+01 -4.18191e+00 -7.54785e+01 -2.81194e+01 -3.41518e+03 -3.72106e+03 -1.82935e+02 -2.35783e+03 -5.24414e+03 -3.86535e+03 -9.52897e+03 -3.10036e+03 -1.27830e+04 -7.18087e+03 -2.81224e+03 -5.62225e+02 -3.31688e+03 -1.29142e-01 -3.05111e+03 -5.30548e+01 -1.00020e+03 -1.57473e+04 -4.43625e+01 -1.93737e+02 -1.28547e+03 -1.71170e+02 -1.17210e+03 -2.84364e+02 -1.37425e+02 -9.74749e-01 -7.41523e+03 -9.27151e+03 -4.99671e+02 -1.71232e+04 -1.42849e+04 -4.65739e+03 -6.32126e+03 -7.39335e+03 -1.15882e+05 -1.90727e+03 -5.05117e+04 -2.00322e+01 -2.82175e+02 -5.14696e-01 -7.78886e+04 -1.50645e+03 -1.74551e+04 -4.18956e+05 -4.15152e+03 -9.80468e+03 -7.77272e+04 -9.97083e+03 -5.56256e+04 -1.15229e+04 -3.80741e+03 -9.90175e+01 -1.60566e+05 -9.56919e+04 -8.50434e+03 -3.82904e+05 -3.35428e+05 -6.24146e+04 -1.18972e+05 -1.42584e+05 -2.32822e+06 -1.58941e+04 -3.71242e+05 -1.21212e+02 -2.22754e+03 -2.62827e-01 -8.44770e+05 -8.60133e+03 -2.89867e+00 -8.45950e+03 -4.02796e+05 -3.46938e+00 -1.29806e+01 -1.34257e+05 -3.88731e+05 -4.86556e+05 -8.47025e-01 -3.15558e-01 -2.17592e+05 -2.73669e+04 -2.78577e-02 -3.59054e-01 -7.98586e-01 -6.41107e-01 -2.56681e+06 -1.72035e+06 -1.72187e+06 -2.46122e+00 -9.17957e+04 -3.63230e+01 -1.04247e+04 -1.04337e+00 -1.33953e+03 -4.77462e+01 -8.34106e+01 -6.50266e+03 -3.91836e+01 -9.79992e+01 -5.71712e+02 -8.16986e+01 -6.54123e+02 -1.13904e+02 -4.69022e+01 -1.31081e+00 -6.50373e+02 -9.19882e+02 -1.23140e+01 -8.35336e+02 -6.46676e+02 -1.84219e+02 -1.83045e+02 -2.15072e+02 -2.84534e+03 -2.79198e+01 -6.99446e+02 -7.48159e-02 -1.71084e+00 -3.72234e-01 -6.61037e+03 -2.69238e+02 -4.02387e+02 -1.89273e+04 -1.09951e+02 -2.60817e+02 -1.27433e+03 -2.08516e+02 -1.05105e+03 -2.37326e+02 -1.39144e+02 -2.13752e+00 -8.10036e+03 -1.32667e+04 -3.42169e+03 -6.89107e+04 -1.04763e+05 -2.15462e+04 -1.49455e+04 -1.45938e+04 -1.44389e+05 -2.17451e+03 -5.28401e+04 -4.25554e+01 -1.08905e+03 -2.68984e+00 -3.16850e+04 -3.59855e+02 -6.54187e+03 -1.03603e+04 -6.21233e+01 -2.49204e+02 -1.06449e+03 -1.45285e+02 -1.05454e+03 -3.24775e+02 -1.65383e+02 -1.50019e+00 -2.29956e+03 -4.76297e+03 -2.68977e+02 -6.74735e+03 -1.66838e+04 -9.82018e+02 -3.16570e+03 -6.55161e+03 -4.01353e+04 -1.29890e+04 -3.42243e+04 -1.58603e+01 -1.29129e+02 -7.35918e-03 -5.69462e+01 -2.08325e+00 -2.55034e+02 -2.58981e+01 -9.06827e-01 -1.15792e+00 -2.49149e+00 -1.09811e+00 -2.40231e+00 -9.89448e-01 -9.79590e-01 -1.20139e+00 -3.05838e+02 -7.33252e+01 -2.79216e+00 -8.47656e+01 -1.07617e+03 -1.74638e+01 -1.14442e+02 -1.08781e+02 -1.63366e+03 -9.38942e+01 -4.76263e+02 -3.01300e+00 -4.83545e+01 -4.55966e-01 -3.16198e+02 -4.03381e+00 -1.02892e+03 -2.14075e+03 -5.91040e+00 -2.04309e+01 -8.30027e+01 -1.29307e+01 -1.15319e+02 -1.82644e+01 -7.69518e+00 -1.26012e-01 -4.42154e+03 -1.05936e+03 -1.41580e+02 -5.73331e+03 -5.43651e+03 -1.85309e+03 -1.63054e+03 -1.95634e+03 -1.52039e+04 -3.88552e+02 -9.64915e+03 -2.02048e+00 -3.00251e+01 -2.55480e+00 -1.11754e+03 -4.17103e+01 -1.85115e+03 -4.18057e+03 -8.10734e+00 -6.77266e+01 -5.35491e+02 -1.05443e+02 -5.48427e+02 -1.15571e+02 -5.03039e+01 -2.62958e-01 -1.07212e+04 -1.22777e+03 -1.70016e+02 -8.55736e+03 -6.06115e+03 -1.76997e+03 -1.59832e+03 -1.95758e+03 -1.34993e+05 -4.37157e+03 -7.18171e+04 -2.03207e+01 -3.13920e+02 -3.63874e-01 -1.85954e+03 -6.93292e+01 -8.72553e+02 -1.18120e+04 -1.21900e+02 -2.05544e+02 -1.41195e+03 -2.52821e+02 -1.22268e+03 -2.53325e+02 -1.45013e+02 -1.12706e+00 -1.04416e+04 -8.72306e+03 -6.18821e+02 -2.11469e+04 -1.50978e+04 -3.96841e+03 -5.29779e+03 -6.42780e+03 -2.06144e+05 -4.89337e+03 -1.07478e+05 -5.91640e+01 -6.62507e+02 -3.59286e-01 -2.52560e+05 -3.75243e+04 -6.92246e+05 -1.51887e+05 -3.86363e+05 -6.20192e+05 -1.68650e+06 -1.04982e+06 -1.96728e+06 -1.25141e+06 -3.04127e+05 -8.27718e+04 -8.18287e+05 -4.69216e+05 -3.62951e+03 -4.67804e+04 -1.04046e+05 -2.10976e+05 -7.91369e+04 -3.34668e+04 -1.93191e+06 -3.18438e+05 -7.42644e+05 -7.13028e+02 -2.04639e+05 -2.88304e+00 -6.27184e+02 -1.01036e+01 -1.57402e+02 -6.69833e+03 -3.14061e+01 -9.87601e+01 -5.94146e+02 -8.30621e+01 -3.52495e+02 -1.02473e+02 -5.66659e+01 -1.89427e+00 -1.33186e+03 -5.02513e+02 -4.09804e+01 -2.00947e+03 -1.69462e+03 -4.71815e+02 -5.62975e+02 -5.71201e+02 -1.75297e+04 -3.47819e+02 -1.02556e+04 -8.32393e-01 -1.73468e+01 -3.02483e-01 -3.32518e+00 -1.37080e-01 -1.83556e-01 -2.48208e+02 -3.92474e+00 -7.87939e+00 -3.46485e+01 -6.81895e+00 -2.89726e+01 -3.53310e+00 -4.36071e+00 -5.14234e-02 -8.56798e-01 -7.48890e-01 -1.03580e-01 -2.09212e+00 -1.37396e+04 -6.07991e-01 -5.77998e-01 -5.25354e-01 -6.19321e+00 -1.43785e-01 -2.21365e+00 -1.58475e-03 -7.89551e+01 -5.38437e+00 -2.90998e+02 -4.91153e+00 -1.14517e+02 -1.21085e+03 -9.24988e+00 -2.16593e+01 -1.08000e+02 -1.94811e+01 -1.00497e+02 -1.98613e+01 -1.06217e+01 -2.20619e-01 -7.96945e+02 -9.38535e+02 -4.00917e+01 -1.26493e+03 -1.00897e+03 -2.99564e+02 -9.20354e+02 -9.90597e+02 -4.10900e+04 -9.45709e+02 -1.86638e+04 -1.13870e+01 -1.56549e+02 -2.94356e+01 -1.45905e+03 -4.03906e+01 -6.97483e+03 -9.86928e+03 -1.05244e+02 -2.46825e+02 -1.13033e+03 -2.10615e+02 -1.12695e+03 -2.25386e+02 -1.30818e+02 -1.51273e+00 -3.60687e+04 -3.60979e+04 -1.85728e+02 -7.67420e+03 -6.06983e+03 -1.57890e+03 -4.01125e+03 -5.09249e+03 -1.65142e+05 -6.94317e+03 -1.02213e+05 -4.65455e+01 -8.17183e+02 -1.93720e+00 -1.71524e+02 -4.27013e+01 -1.16498e+02 -1.38293e+02 -2.56645e+01 -2.01516e+01 -1.94707e+07 -2.03037e+01 -1.35244e+01 -6.99363e+00 -1.11385e+01 -2.00659e+00 -9.57802e+01 -8.32713e+01 -1.15995e+00 -1.49505e+01 -3.32520e+01 -1.20110e+02 -7.09778e+02 -1.20425e+02 -3.37666e+01 -4.39016e+01 -3.25472e+01 -1.99953e-02 -5.73864e+00 -1.85294e+00 -4.83187e+07 -5.05632e+06 -5.77575e+07 -9.21280e+07 -3.59423e+07 -4.48947e+07 -1.25418e+08 -5.83530e+07 -6.60819e+07 -3.13203e+07 -1.07014e+07 -6.31708e-01 -8.43278e+07 -1.40517e+07 -4.91884e+06 -6.33984e+07 -1.41007e+08 -2.85849e+07 -4.27849e+07 -9.48474e+06 -7.43972e+07 -2.14612e+05 -2.78049e+07 -3.58266e+05 -1.92480e+06 -1.07577e+00 -7.12442e+01 -5.88385e+01 -1.22726e+04 -1.24099e+04 -1.15944e+04 -5.68675e+03 -1.41617e+04 -2.05486e+03 -1.92990e+03 -9.12033e+02 -1.04347e+03 -1.10399e-01 -6.90010e+04 -5.59109e+05 -6.20780e+03 -8.00116e+04 -1.77957e+05 -6.17415e+04 -2.49505e+04 -1.23021e+04 -4.15296e+05 -3.48467e+05 -1.01062e+05 -2.06822e-01 -3.53079e+04 -2.48433e+01 -9.41623e+02 -1.35497e+01 -2.64537e+02 -7.12319e+04 -4.77384e+02 -8.58886e+02 -4.89927e+03 -6.24485e+02 -2.62942e+03 -7.07610e+02 -4.11925e+02 -4.62394e+00 -1.12465e+04 -6.61942e+03 -6.54545e+02 -1.63042e+04 -1.99290e+04 -5.93022e+03 -2.54524e+03 -3.13537e+03 -4.11463e+05 -8.77237e+03 -2.45377e+05 -1.38753e+02 -1.34134e+03 -1.16048e+00 -2.20203e-01 -2.03442e-01 -1.70688e+00 -5.05243e-01 -5.05124e-01 -4.36613e-01 -4.07140e-01 -4.62710e-01 -4.22662e-01 -6.12375e-01 -5.04536e-01 -4.33851e-01 -3.03486e-01 -3.95782e-01 -3.90252e-01 -3.85307e-01 -3.53700e-01 -3.86471e-01 -2.93804e-01 -3.32888e-01 -4.09530e-01 -3.30097e-01 -3.91265e-01 -3.79845e-01 -3.58534e-01 -4.40475e-02 -6.64959e+02 -1.34231e+01 -3.74576e+02 -1.23848e+03 -7.31924e+00 -2.12682e+01 -9.25281e+01 -2.06101e+01 -1.17330e+02 -2.85641e+01 -1.33782e+01 -2.08823e-01 -1.00210e+03 -6.78417e+02 -7.54933e+01 -2.17110e+03 -7.43772e+05 -5.56249e+02 -4.17723e+02 -4.04551e+02 -6.71176e+03 -2.16455e+02 -2.98689e+03 -1.75110e+00 -1.39477e+04 -2.38814e-01 -2.12016e+04 -2.62224e+02 -1.42148e+04 -4.22910e+04 -1.05892e+03 -2.18861e+03 -1.04314e+04 -1.17394e+03 -1.21556e+04 -2.35115e+03 -1.35088e+03 -8.99258e+00 -1.13231e+05 -2.77886e+04 -3.61386e+03 -1.24833e+05 -8.69160e+04 -2.09423e+04 -1.47550e+04 -1.93935e+04 -2.29632e+05 -9.55482e+03 -3.03606e+05 -1.26845e+02 -1.77283e+03 -2.76229e-01 -1.66297e+04 -4.25697e+02 -5.14182e+03 -4.89163e+04 -4.87042e+02 -1.00025e+03 -5.61860e+03 -1.06636e+03 -4.97980e+03 -1.20169e+03 -5.62467e+02 -6.39666e+00 -7.63142e+04 -4.38837e+04 -3.24362e+03 -1.53729e+05 -8.15978e+04 -2.77571e+04 -3.40629e+04 -3.35055e+04 -1.41546e+06 -1.98669e+04 -1.84324e+05 -4.44047e+01 -6.80597e+02 -8.37435e-01 -1.90117e+06 -1.81489e+04 -6.46693e+05 -5.20321e+04 -4.08120e+03 -2.72173e+03 -1.64023e+04 -5.81543e+02 -1.42420e+04 -8.13262e+03 -2.43524e+04 -4.82390e+00 -2.89343e+05 -2.67549e+00 -4.02672e+00 -2.07823e+04 -1.63539e+03 -2.99343e+02 -8.50022e+06 -3.91947e+00 -2.32679e+06 -1.32580e+02 -5.72934e+05 -1.46877e+00 -1.51318e+01 -2.41431e-01 -9.51703e+02 -5.41326e+01 -9.40318e+02 -7.24911e+03 -7.63183e+01 -1.73254e+02 -1.06128e+03 -2.57007e+02 -1.05000e+03 -1.94337e+02 -1.12401e+02 -8.82013e-01 -4.43723e+03 -5.77009e+03 -6.30492e+02 -1.97424e+04 -1.53249e+04 -4.05234e+03 -3.85837e+03 -5.10760e+03 -1.44823e+05 -2.64841e+03 -5.84422e+04 -3.54894e+01 -4.59265e+02 -3.50608e-02 -5.83500e+03 -2.74327e+02 -3.43480e+03 -2.65578e+03 -6.06741e+01 -1.49981e+02 -5.73252e+02 -1.12741e+03 -1.24464e+03 -1.14766e+02 -6.33517e+01 -4.39626e-01 -5.12453e+03 -8.64083e+03 -2.75969e+04 -4.05666e+05 -2.40662e+05 -8.63364e+04 -2.02605e+05 -1.71592e+05 -7.04876e+04 -4.80943e+03 -3.55214e+04 -6.88957e+01 -3.09479e+02 -8.87817e+03 -4.08909e+03 -1.03399e+02 -3.97600e+02 -4.59502e+04 -5.06489e+02 -8.88625e+02 -6.39650e+03 -7.63910e+02 -4.25147e+03 -1.12638e+03 -5.15930e+02 -4.64379e+00 -1.09561e+04 -8.68071e+04 -2.17626e+03 -6.67071e+04 -5.49446e+04 -1.61390e+04 -1.82405e+04 -2.28279e+04 -1.84203e+06 -8.27617e+04 -1.38228e+06 -9.62931e+02 -1.05535e+04 -2.32551e-01 -7.35148e+05 -3.97270e+04 -3.83060e+04 -2.11744e+05 -9.15893e+03 -1.11014e+05 -9.07727e+04 -5.99476e+04 -1.76513e+05 -2.93453e+05 -3.65097e+04 -1.76586e+02 -4.58311e+00 -5.51906e+04 -3.60421e+03 -1.74285e+05 -1.35245e+05 -4.11615e+04 -6.95619e+05 -2.34929e+04 -7.05576e+05 -2.44543e+05 -4.46394e+06 -3.20864e-01 -1.04281e+05 -4.97007e-01 -5.72472e+02 -1.72208e+01 -5.53697e+01 -6.53542e+03 -3.98536e+01 -1.24043e+02 -7.06777e+02 -1.04914e+02 -7.59301e+02 -1.47103e+02 -6.04542e+01 -2.10852e+00 -3.62668e+02 -5.44910e+02 -8.12421e+00 -5.60167e+02 -3.87255e+02 -1.06912e+02 -1.56813e+02 -1.59007e+02 -5.63869e+03 -7.40692e+01 -1.84925e+03 -2.90789e-01 -9.84671e+00 -2.69187e+00 -6.70158e+02 -2.36945e+01 -5.86527e+03 -5.18577e+03 -1.85750e+01 -1.18269e+02 -5.83376e+02 -8.01524e+01 -3.95912e+02 -1.46807e+02 -5.26669e+01 -5.99221e-01 -3.03387e+03 -1.89147e+03 -7.05511e+02 -1.91630e+04 -4.49748e+03 -4.26541e+03 -3.40593e+04 -4.34135e+04 -4.41700e+04 -4.83940e+03 -3.93567e+04 -9.26390e+00 -1.01637e+02 -1.06070e-01 -7.51982e+02 -1.00161e+02 -3.50785e+05 -6.04832e+02 -1.83491e+02 -8.22200e+01 -7.31844e+03 -1.30219e+01 -1.36596e+01 -1.25349e+01 -2.75610e+01 -1.02678e+01 -7.81900e+01 -3.27911e+02 -3.09607e+02 -3.99048e+03 -8.87539e+03 -9.06885e+01 -5.34175e+03 -1.46882e+01 -4.06059e+03 -1.09885e-02 -3.25106e+01 -1.49406e-02 -5.98794e+00 -4.63743e+00 -2.77135e+04 -9.36868e+02 -1.37080e+04 -1.58513e+05 -9.53410e+02 -3.29037e+03 -1.58555e+04 -3.09975e+03 -1.54646e+04 -3.37936e+03 -1.81689e+03 -2.19877e+01 -3.82457e+04 -7.40689e+04 -1.19527e+04 -3.26993e+05 -2.66800e+05 -7.36506e+04 -6.93936e+04 -7.51460e+04 -2.80849e+06 -6.21702e+04 -1.10498e+06 -7.91866e+02 -8.44527e+03 -1.04216e+00 -1.99200e+03 -7.29497e+01 -1.28839e+03 -6.93782e+03 -2.70191e+01 -1.70288e+02 -8.05364e+02 -1.59858e+02 -8.92713e+02 -1.95496e+02 -9.57443e+01 -1.27436e+00 -6.30213e+03 -5.85651e+03 -6.04858e+02 -1.68545e+04 -3.41645e+04 -3.30389e+03 -3.64221e+03 -3.83369e+03 -7.59571e+04 -1.32466e+03 -2.57773e+04 -1.83695e+01 -7.78545e+02 -5.38506e-04 -3.26204e+02 -6.05041e+00 -1.60982e+02 -2.68810e+03 -1.73819e+01 -4.49508e+01 -2.29311e+02 -3.94133e+01 -2.49425e+02 -4.84127e+01 -2.64445e+01 -5.94466e-01 -2.04711e+03 -3.21194e+02 -3.48456e+01 -1.42835e+03 -1.01965e+03 -3.08263e+02 -2.83429e+02 -3.03543e+02 -1.49934e+04 -2.14196e+02 -5.15265e+03 -1.75198e+00 -3.63457e+01 -1.19939e+01 -3.24011e+05 -5.54086e+00 -9.21480e+00 -1.40293e+01 -2.91432e+01 -4.63106e+04 -1.56217e+02 -8.08954e+02 -5.87779e+01 -1.71955e+01 -9.02989e+00 -7.61788e+00 -8.57390e+00 -4.10601e+00 -8.56285e+00 -6.32970e+00 -4.83757e-01 -5.95346e+00 -4.76870e+03 -8.14419e+00 -2.34104e+02 -6.45760e+00 -2.66078e+03 -2.60232e+00 -3.84238e+00 -5.88518e-01 -3.28196e-01 -1.19367e-01 -9.87814e+00 -8.96907e-01 -1.13133e+00 -1.18704e+00 -1.64139e+00 -1.12747e+00 -1.35254e+00 -1.17024e+00 -9.97173e-01 -8.71836e-01 -1.31760e+01 -5.27904e-01 -4.34250e-01 -4.39061e-01 -4.76784e-01 -4.31761e-01 -7.18564e-01 -6.78306e-01 -6.71900e-01 -6.91872e-01 -5.38076e-01 -5.08112e-01 -5.47304e-01 -7.91406e-03 -3.93483e+02 -5.64562e+00 -4.49434e+02 -1.86911e+03 -1.42610e+01 -3.21481e+01 -2.86150e+02 -4.13408e+01 -3.23088e+02 -6.59302e+01 -2.41924e+01 -2.75136e-01 -2.83000e+03 -2.94408e+03 -7.58151e+01 -3.46974e+03 -3.02691e+03 -8.29104e+02 -7.26787e+02 -8.00152e+02 -2.38515e+04 -3.21635e+02 -7.80408e+03 -2.43662e+00 -4.29827e+01 -9.13290e-02 -3.49752e+06 -2.85891e+04 -1.74536e+03 -5.33740e+04 -1.50270e+04 -9.16475e+04 -9.02164e+04 -3.48303e+04 -2.73920e+05 -4.39721e+04 -4.44134e+04 -4.80832e-01 -1.43478e+04 -2.10451e+00 -4.11493e-01 -3.81067e-01 -3.27123e-01 -2.44143e+04 -1.29175e+05 -3.95310e-01 -3.40100e+05 -1.09802e+00 -2.35606e+05 -3.35531e-01 -3.45576e-01 -9.30961e-01 -1.47918e+06 -1.06587e+05 -2.25199e+02 -1.89200e+00 -2.59837e+00 -2.48997e+00 -3.50023e+00 -1.63205e+00 -4.14641e+00 -1.86243e+00 -8.95985e-01 -2.20196e+05 -7.26892e+06 -8.55920e-01 -1.02415e+00 -1.00035e+00 -2.98752e-01 -9.12432e-01 -7.07908e+01 -8.35355e-01 -7.68006e+00 -9.40935e-01 -6.35587e+07 -1.09773e+00 -1.01697e+00 -1.29308e+00 -1.44859e+03 -2.54523e+01 -5.90836e+02 -2.55910e+04 -1.67681e+02 -2.89222e+02 -1.89759e+03 -2.52764e+02 -2.50382e+03 -5.63940e+02 -1.56276e+02 -1.37848e+00 -6.00095e+03 -5.64042e+03 -2.32289e+02 -1.25025e+04 -9.57109e+03 -2.68107e+03 -1.68088e+03 -2.18623e+03 -3.25979e+04 -4.77808e+02 -1.24217e+04 -3.58605e+00 -5.31312e+01 -3.54748e-01 -3.61916e+03 -7.81783e+01 -6.50088e+02 -1.02565e+05 -6.66896e+02 -1.36087e+03 -6.82186e+03 -9.86081e+02 -7.64940e+03 -2.01623e+03 -8.79028e+02 -6.28514e+00 -2.56677e+04 -1.82212e+04 -3.82528e+03 -1.03100e+05 -1.23251e+05 -3.78636e+04 -1.12452e+04 -1.61137e+04 -3.31444e+05 -1.13710e+04 -2.72411e+05 -1.29771e+02 -1.25821e+03 -1.64039e+01 -7.40566e+03 -1.93162e+02 -2.72383e+03 -4.45654e+04 -4.15312e+02 -8.94377e+02 -3.79188e+03 -7.47622e+02 -3.79087e+03 -8.65292e+02 -5.29840e+02 -1.28952e+01 -1.48620e+04 -8.52906e+03 -7.24841e+02 -1.93169e+04 -1.56707e+04 -4.41205e+03 -9.57330e+03 -9.48641e+03 -2.79603e+05 -8.15300e+03 -1.26831e+05 -1.25707e+02 -1.75246e+03 -2.77814e+02 -1.26750e+02 -2.17881e+01 -9.68156e+00 -6.43671e+01 -7.83909e+00 -1.95519e+00 -1.04329e+01 -8.58890e+00 -5.65427e+00 -6.18354e-01 -1.06902e+00 -3.98262e-01 -1.20499e+01 -4.97705e+01 -1.09096e+00 -1.70328e+01 -2.93858e+01 -2.28587e+01 -8.75279e+01 -1.23897e+01 -1.54891e+05 -1.05885e+01 -2.62821e+01 -8.02748e+01 -8.96982e+00 -1.72935e+01 -5.55526e+06 -2.75879e-01 -1.06540e+07 -1.15425e+00 -8.65816e-01 -1.31586e+00 -1.76528e+00 -8.71166e-01 -4.69439e+02 -5.13575e+05 -1.90983e-01 -2.56620e-01 -5.43750e+03 -4.41503e-01 -1.95552e-02 -3.17584e-01 -5.18936e-01 -2.19318e+02 -3.36779e+06 -2.04533e-01 -1.63598e+06 -1.89721e+06 -2.29661e+07 -7.10189e-04 -2.03824e-01 -1.20014e+00 -1.99877e+03 -1.36181e+02 -1.32250e+03 -1.67413e+04 -2.35983e+02 -3.59505e+02 -2.94045e+03 -5.90391e+02 -2.91764e+03 -5.66395e+02 -3.31532e+02 -2.65853e+00 -8.93388e+03 -1.01280e+04 -9.41153e+02 -3.13086e+04 -2.01941e+04 -6.22227e+03 -6.78885e+03 -8.05038e+03 -4.74528e+05 -1.53387e+04 -2.20945e+05 -1.62201e+02 -2.32109e+03 -3.18546e-01 -5.00694e+06 -1.63308e+00 -9.08388e+00 -2.09908e+03 -6.16954e+00 -5.96026e+00 -6.16561e+04 -3.50052e+00 -9.60104e+00 -3.97015e+00 -1.96011e+00 -1.51816e+00 -3.32786e+00 -2.82567e+00 -5.10368e+00 -1.12676e+01 -5.82091e-01 -2.25911e+00 -1.79567e+04 -1.97216e+00 -1.61366e+01 -3.38491e+02 -1.54317e+01 -2.17885e+00 -2.11113e+00 -3.45094e-01 -1.12820e+01 -8.15857e+01 -6.66008e+01 -1.03424e+02 -5.75729e+01 -4.18230e+01 -6.19679e+01 -4.04621e+01 -7.56648e+01 -8.27474e+00 -1.43055e+01 -5.32950e+00 -3.89238e+02 -1.20224e+03 -4.74730e+01 -4.88933e+02 -1.43902e+03 -2.25840e+02 -1.76362e+03 -5.29812e+02 -9.34453e+02 -5.50310e+02 -3.90282e+02 -2.42991e-01 -6.97384e+01 -5.47260e-01 -2.94662e+02 -2.99669e+00 -3.56137e+02 -5.34705e+02 -2.63772e+00 -1.08662e+01 -5.07409e+01 -1.02918e+01 -5.07426e+01 -1.05012e+01 -5.64394e+00 -8.46288e-02 -9.32917e+02 -5.66919e+02 -2.38233e+01 -8.66747e+02 -1.33024e+04 -1.65041e+02 -1.32767e+02 -1.64541e+02 -1.39207e+04 -4.32597e+02 -1.51185e+02 -1.99365e+00 -1.03332e+03 -1.39289e+00 -6.27877e+02 -1.11735e+01 -5.48375e+01 -5.98251e+03 -6.48974e+01 -1.97180e+02 -9.85022e+02 -1.87412e+02 -8.62373e+02 -1.70565e+02 -8.69201e+01 -3.90880e-01 -1.30754e+03 -1.18209e+03 -6.69123e+01 -3.11261e+03 -2.56390e+03 -5.21985e+02 -1.45861e+03 -1.66304e+03 -7.92828e+04 -1.93163e+03 -3.96680e+04 -2.22288e+01 -3.73443e+02 -1.33213e-01 -7.35891e+05 -3.55773e+04 -1.59126e+05 -6.44713e+06 -8.29237e+04 -8.56618e+04 -4.45496e+05 -7.13052e+04 -6.51261e+05 -2.10591e+05 -8.97199e+04 -2.61387e+03 -1.67419e+06 -2.26211e+06 -2.55814e+05 -2.87010e+06 -5.25975e+06 -2.17241e+06 -1.66293e+06 -2.18514e+06 -1.40803e+07 -1.28198e+06 -2.14994e+07 -1.89072e+04 -8.96018e+04 -2.05873e+04 -7.25979e+02 -1.22492e+01 -2.88877e+03 -7.97531e+03 -3.53577e+01 -1.45147e+02 -7.91480e+02 -1.40209e+02 -9.72240e+02 -2.17809e+02 -8.56915e+01 -4.57489e-01 -2.59230e+04 -1.16130e+03 -1.08895e+02 -4.81595e+03 -3.11000e+03 -8.47545e+02 -1.09582e+03 -1.27500e+03 -2.52090e+05 -1.13207e+04 -1.46105e+05 -5.13358e+01 -7.16345e+02 -5.40540e+00 -3.39004e-05 -8.70563e-07 -2.58580e-05 -5.32678e-06 -1.55830e-07 -1.38186e-07 -5.16853e-07 -1.38711e-07 -4.99826e-07 -1.40361e-07 -1.42902e-07 -1.56027e-07 -5.09297e-05 -3.26344e-05 -1.43768e-07 -1.66235e-06 -1.67256e+02 -4.09409e-07 -3.70208e-05 -3.38180e-05 -4.37318e-04 -8.35287e-06 -1.26653e-04 -1.56489e-07 -1.80357e+00 -4.31017e-01 -1.02712e-02 -2.65222e-03 -5.42648e+00 -5.71637e-04 -7.16435e-03 -3.60906e-04 -3.18169e-04 -3.91465e-04 -8.08662e-05 -1.98002e-04 -1.01457e-04 -3.77975e-05 -1.31207e-03 -4.36066e-04 -6.80166e-06 -8.76659e-05 -1.94981e-04 -9.06888e-06 -5.59248e-05 -1.22817e-05 -4.44446e-04 -2.06642e-04 -2.79527e-04 -8.77265e-07 -2.51775e-04 -6.42031e+00 -9.82511e+05 -2.57604e+04 -3.00967e+02 -2.94653e+05 -7.46757e+05 -1.92620e+05 -1.18115e+03 -1.17791e+01 -1.98828e+05 -5.42848e+02 -8.90704e+04 -4.69587e+03 -1.18129e+05 -2.94471e+04 -1.74316e+01 -4.12984e+03 -2.67355e+04 -3.99674e+04 -3.14820e+04 -9.17769e+00 -6.40674e+04 -4.87560e+01 -3.57790e+05 -1.09634e+00 -8.98805e+03 -5.27809e+00 -9.59721e-01 -7.05886e-01 -7.92511e-01 -2.69789e-01 -7.59444e-01 -6.40528e-01 -7.25187e-01 -4.37867e-01 -5.81232e-01 -1.21548e+00 -8.89498e-01 -4.44946e-01 -1.99712e-01 -2.10144e-01 -2.20604e-01 -2.89303e-01 -2.99708e-01 -1.16408e-01 -1.09238e+01 -3.56763e+01 -3.37109e-01 -1.88045e-01 -1.76201e-01 -1.30425e-01 -1.62186e-01 -1.57037e-01 -9.67216e+06 -4.32272e+05 -4.97242e+05 -3.93448e+05 -7.81321e+05 -2.46951e+05 -7.69401e+05 -3.12472e+05 -3.67424e+05 -1.45018e+05 -1.31218e+05 -1.58711e+05 -7.96060e+05 -1.04490e+06 -7.91775e+04 -1.02051e+06 -2.26976e+06 -2.13177e+05 -8.12372e+05 -2.95772e+05 -2.72384e+06 -1.61336e+06 -7.28368e+05 -1.23295e+03 -3.53857e+05 -7.85618e-01 -1.98478e+06 -6.04777e+05 -7.43409e+06 -2.06335e+07 -2.92907e+06 -1.13856e+06 -5.31946e+06 -1.09036e+06 -4.38301e+06 -2.12299e+06 -3.45451e+05 -7.57838e+04 -2.62334e+05 -1.37921e+06 -1.77671e+05 -2.28998e+06 -5.09322e+06 -1.71107e+06 -4.68018e+05 -4.75239e+05 -2.72875e+06 -1.26914e+04 -4.69052e+05 -2.02396e-03 -5.80878e-01 -1.79403e+01 -2.05647e+05 -9.54431e+03 -1.19385e+06 -2.73875e+04 -2.06477e+04 -7.61104e+03 -3.39623e+05 -1.37805e+05 -1.37092e+05 -3.56058e+05 -1.81994e+04 -3.86391e+03 -1.52738e+06 -2.52788e+07 -8.99216e+02 -1.15899e+04 -2.57775e+04 -1.43919e+05 -1.12292e+07 -1.70224e+05 -1.09790e+07 -1.16241e+06 -5.28775e+05 -2.04316e+02 -5.86388e+04 -1.56859e+00 -2.37189e+05 -4.86355e+03 -6.52601e+03 -5.82954e+06 -1.08450e+05 -2.83880e+05 -1.23977e+06 -2.63512e+05 -1.05901e+06 -1.64217e+05 -1.27562e+05 -2.11182e+03 -1.87567e+05 -4.76648e+05 -2.80719e+04 -9.70214e+05 -7.13996e+05 -2.17119e+05 -8.19997e+04 -1.14695e+05 -1.01631e+07 -6.55322e+04 -2.02641e+06 -2.39123e+05 -2.94894e+04 -2.30432e+02 -5.10395e+06 -2.40087e+05 -2.60892e+02 -7.86252e+01 -1.18049e+02 -1.87538e+02 -1.67789e+02 -7.28872e+01 -1.98223e+02 -1.00306e+02 -9.33558e+01 -3.34157e+01 -8.42324e+01 -6.25018e+01 -7.25079e+01 -7.66072e+01 -8.15239e-01 -6.36504e+01 -8.70698e+01 -2.74175e+01 -7.11259e+03 -1.88843e+04 -6.44722e+05 -3.79192e+01 -4.74043e+01 -8.03079e+01 -2.63664e+04 -3.59044e+02 -1.27132e+03 -5.10995e+03 -1.16577e+04 -9.71431e+03 -4.09908e+04 -1.04001e+04 -2.22728e+05 -2.00289e+03 -1.32595e+04 -1.32985e+04 -7.87900e+02 -2.05247e+04 -4.41594e+03 -5.69165e+04 -1.26590e+05 -4.10114e+04 -4.43226e+03 -2.06323e+04 -1.07314e+05 -3.03119e+03 -1.26064e+04 -1.92934e+00 -5.53720e+02 -2.41035e+00 -3.94191e+05 -1.63404e+04 -5.81053e+04 -2.78790e+05 -3.65007e+05 -2.48490e+05 -5.21155e+05 -4.00169e+05 -5.94350e+05 -1.66246e+05 -1.40680e+05 -1.51362e+04 -2.47244e+05 -7.22031e+05 -2.69141e+05 -7.94773e+05 -8.70682e+05 -4.80356e+05 -6.08730e+05 -2.59280e+05 -3.38325e+06 -8.45604e+05 -1.68658e+06 -3.39473e+05 -1.37368e+05 -5.65188e-01 -1.50441e-07 -1.51649e-07 -6.42990e+00 -4.25730e+01 -4.66869e-01 -1.13262e+00 -5.65132e+00 -8.52963e-01 -5.81258e+00 -1.23632e+00 -6.78965e-01 -3.45357e-02 -4.91981e+01 -4.60853e+01 -9.78730e+00 -2.43528e+02 -5.09709e+02 -5.93844e+01 -2.99608e+02 -2.81822e+02 -1.18774e+03 -9.82482e+00 -2.67820e+02 -3.25362e-03 -1.42538e+01 -7.96645e-01 -3.28350e-06 -3.09499e-07 -1.13010e-06 -6.87985e-06 -3.08262e-06 -2.63026e-06 -7.58679e-06 -4.30554e-06 -1.00870e-05 -1.51261e-06 -1.45837e-06 -3.31845e-07 -1.11686e-06 -1.91884e-06 -9.33282e-09 -3.07531e-07 -1.48555e-07 -6.22091e-07 -3.17704e-06 -1.05106e-06 -6.50692e-06 -3.17567e-07 -6.28624e-06 -3.10600e-08 -1.70539e-07 -8.94820e-04 -4.06287e+05 -1.67105e+04 -1.63273e+05 -2.28552e+06 -1.82843e+04 -4.90387e+04 -1.93090e+05 -5.15506e+04 -2.47143e+05 -5.52450e+04 -2.93933e+04 -3.12215e+02 -1.48445e+06 -1.63639e+06 -2.01486e+05 -5.23544e+06 -4.57032e+06 -1.30732e+06 -9.46780e+05 -1.16233e+06 -1.40766e+07 -2.65684e+05 -4.54412e+06 -3.09224e+03 -4.60671e+04 -2.89843e+00 -4.34872e+00 -3.63107e-01 -6.88552e+00 -5.17527e+01 -2.41090e+01 -9.56786e+00 -5.80435e+01 -2.40275e+01 -4.89356e+01 -6.57393e+00 -5.37115e+00 -6.19421e-01 -3.03175e+00 -4.12208e+00 -5.09358e-02 -6.56506e-01 -1.46016e+00 -1.28539e-01 -5.74229e+00 -1.12878e+01 -1.08583e+01 -2.49298e+00 -8.36031e+00 -1.30903e-02 -3.75690e+00 -4.64341e-02 -1.02146e+00 -4.80178e-02 -5.38982e-02 -3.47779e-01 -1.56875e-01 -1.49660e-01 -2.52364e-01 -2.56061e-02 -4.78838e-02 -5.23660e-03 -6.83964e-02 -2.54810e-02 -1.50886e-01 -7.17716e-02 -2.72023e-03 -3.50608e-02 -7.79799e-02 -1.99624e-01 -6.03817e-02 -8.43420e-02 -1.38316e-01 -8.59845e-02 -1.92041e-01 -1.66886e-04 -4.78963e-02 -6.77783e-03 -2.50271e+04 -1.55852e-01 -2.24047e-01 -1.93003e+03 -1.00831e+01 -1.42557e+03 -1.53687e+04 -1.49430e-01 -1.00736e-01 -5.68803e-02 -8.61398e-02 -1.51719e-02 -1.74445e+02 -9.05548e-02 -1.65811e+03 -2.13712e+04 -4.75325e+04 -1.13887e+00 -3.98116e-01 -1.09370e-01 -4.69681e+01 -4.59814e-02 -5.99091e+03 -4.57925e-02 -5.85867e-02 -1.43990e+01 -9.21832e-01 -7.18173e-02 -2.94234e+00 -1.49070e-01 -1.67409e-01 -1.97557e-02 -1.01466e-01 -3.95744e-02 -2.78462e-02 -1.22620e-02 -8.57582e-03 -3.19491e-03 -1.99541e+00 -4.02744e-02 -1.55326e-02 -4.82208e-02 -5.41845e-01 -2.22776e-02 -6.48885e-02 -1.91943e-02 -8.06535e-02 -2.27411e-02 -6.58479e-02 -2.22233e-05 -6.37809e-03 -2.30231e-01 -6.95358e+02 -6.10216e+01 -3.40511e+02 -9.55499e+03 -6.58095e+01 -9.59166e+01 -1.06387e+03 -2.34699e+02 -9.36810e+02 -2.02660e+02 -1.16284e+02 -1.60862e+00 -1.62195e+03 -2.02065e+03 -3.11545e+02 -6.88606e+03 -6.33173e+03 -1.88214e+03 -7.66448e+03 -5.38953e+03 -1.45092e+05 -2.93363e+03 -7.47099e+04 -5.59059e+01 -7.24001e+02 -1.08838e-01 -1.24520e+04 -6.68469e+03 -3.85722e+04 -1.97021e+04 -2.52892e+04 -3.01216e+04 -3.42321e+04 -1.70790e+04 -4.05910e+04 -1.66294e+04 -1.04043e+04 -1.08584e+04 -2.23525e+04 -7.00834e+03 -9.85370e+03 -9.92196e+03 -6.34756e-01 -1.09700e+04 -3.88601e+04 -9.41238e+03 -3.73632e+04 -4.98087e+03 -2.50684e+04 -2.61328e+03 -3.65253e+03 -1.44166e-01 -5.77646e+03 -2.16962e+02 -2.02479e+04 -3.71764e+04 -2.98570e+02 -6.92968e+02 -4.81576e+03 -8.09258e+02 -3.32801e+03 -1.07447e+03 -3.63405e+02 -4.73888e+00 -1.10241e+05 -1.99468e+04 -1.15303e+03 -3.99809e+04 -2.86607e+04 -7.08302e+03 -1.02780e+04 -1.38036e+04 -1.42123e+05 -2.14382e+03 -4.70226e+04 -2.21466e+01 -3.47517e+02 -1.31127e-01 -3.55661e+03 -8.28608e+01 -5.51192e+02 -1.48367e+04 -8.19179e+01 -2.38312e+02 -1.16291e+03 -1.92834e+02 -1.29464e+03 -2.81814e+02 -1.29991e+02 -1.86151e+00 -4.70908e+03 -1.34707e+04 -1.07448e+03 -3.36060e+04 -2.97157e+04 -8.42109e+03 -3.34027e+03 -3.42840e+03 -8.13735e+04 -2.23168e+03 -4.68723e+04 -2.94241e+01 -3.97290e+02 -2.03390e-01 -2.94377e+02 -2.09471e+00 -1.57804e+02 -7.49167e+03 -8.54624e+01 -1.41965e+02 -7.45261e+02 -1.40175e+02 -7.62542e+02 -2.36002e+02 -1.00544e+02 -6.83886e+00 -2.53080e+03 -2.80083e+03 -4.14313e+02 -7.38830e+03 -5.74142e+03 -1.85746e+03 -5.72853e+02 -5.17936e+02 -1.13574e+05 -1.58535e+03 -4.26027e+04 -3.38671e+01 -4.99797e+02 -2.89612e+04 -2.33402e+04 -1.07757e+03 -6.17391e+02 -2.04465e+05 -3.05418e+03 -4.15987e+03 -2.21537e+04 -3.52642e+03 -1.27014e+04 -2.76148e+03 -2.12235e+03 -3.34688e+01 -2.25931e+04 -9.31658e+04 -9.57110e+03 -1.63782e+05 -1.74750e+05 -7.16781e+04 -4.46452e+04 -4.25777e+04 -7.60491e+05 -6.78727e+03 -2.27384e+05 -6.05551e+02 -4.30385e+03 -8.44283e-04 -5.83320e+03 -2.38717e+02 -5.84363e+02 -9.00265e+02 -5.16221e+00 -1.97857e+01 -1.20415e+02 -1.84658e+01 -1.09120e+02 -1.67825e+01 -7.11158e+00 -8.38589e-02 -4.01332e+03 -1.94665e+03 -5.71725e+02 -9.86601e+03 -9.38315e+03 -3.13309e+03 -2.05909e+03 -2.90104e+03 -1.48455e+04 -3.00969e+02 -6.60470e+03 -1.88049e+00 -2.10125e+01 -1.16624e+00 -2.21199e+04 -5.93076e+00 -2.05636e+01 -2.82024e+00 -3.18877e+00 -3.26410e+00 -5.32664e+00 -1.96751e+00 -5.20720e+00 -1.87744e+00 -9.29531e-01 -1.08585e+00 -5.64231e+04 -9.09420e-01 -8.98411e-01 -1.05717e+00 -6.02048e-01 -1.41857e+02 -9.91460e+03 -9.01932e-01 -3.19490e+01 -1.13166e+00 -7.41052e+01 -8.12899e-01 -1.00617e+00 -2.39067e-02 -1.14550e+05 -1.76935e+03 -7.54112e+03 -3.77136e+05 -1.72307e+04 -5.13507e+03 -5.92170e+04 -8.63694e+04 -2.18268e+04 -7.96902e+03 -7.25350e+03 -4.51828e+02 -3.71855e+04 -4.06628e+04 -8.23637e+03 -1.13374e+05 -1.02270e+05 -2.76081e+04 -1.68866e+04 -3.11033e+04 -1.78624e+05 -7.10880e+03 -6.54638e+04 -1.60615e+01 -4.93033e+02 -4.21805e-01 -1.13574e+06 -1.30414e+06 -5.78128e+04 -3.28809e+01 -1.86921e+01 -3.91021e+01 -2.40576e+01 -4.06238e+01 -2.08897e+01 -3.48119e+01 -3.28998e+01 -3.81743e+01 -4.75468e-01 -1.13933e+01 -3.52899e+00 -3.51083e+00 -3.11944e+00 -4.37844e+00 -5.25656e+00 -5.36430e+00 -1.35173e+01 -2.95974e+01 -3.53733e+01 -3.67329e+01 -4.40636e+00 -4.45366e+00 -5.31286e+02 -1.41366e+01 -3.85303e+02 -7.31722e+03 -1.28799e+02 -1.10482e+02 -6.19768e+02 -9.30641e+01 -5.88100e+02 -1.44381e+02 -6.80870e+01 -5.61107e-01 -3.32410e+03 -3.60114e+03 -2.08215e+02 -9.16758e+03 -7.06383e+03 -1.93874e+03 -1.78057e+03 -2.28863e+03 -7.35431e+04 -1.31554e+03 -3.39188e+04 -1.02148e+01 -1.40912e+02 -7.97577e-01 -3.91804e+02 -9.03488e+00 -7.21535e+02 -4.27827e+03 -4.43388e+01 -8.76258e+01 -4.97943e+02 -8.25547e+01 -4.79938e+02 -9.17828e+01 -4.95957e+01 -3.48866e-01 -3.59289e+03 -3.93301e+03 -1.48297e+02 -4.66727e+03 -3.51426e+03 -1.08771e+03 -1.61503e+03 -1.26959e+03 -5.62708e+04 -1.61892e+03 -2.93282e+04 -1.60284e+01 -1.99845e+02 -6.76249e-03 -3.70841e+00 -4.79462e-01 -1.21482e+00 -6.11507e+00 -2.63711e+00 -3.25092e+00 -1.10297e+01 -2.93789e+00 -5.52508e+00 -2.90245e+00 -1.40216e+00 -7.74716e-01 -6.35165e-01 -5.72389e-01 -7.89528e-03 -1.01761e-01 -2.26332e-01 -1.59159e-01 -3.28671e-01 -4.31354e-01 -4.69533e+00 -3.02354e+01 -6.49008e+00 -5.42504e-01 -1.39929e+04 -4.33519e+00 -6.88100e+02 -5.00595e+00 -7.00387e+02 -2.37064e+04 -4.23767e+02 -6.88584e+02 -3.37820e+03 -5.40547e+02 -3.21257e+03 -7.24524e+02 -4.31933e+02 -1.15345e+01 -4.00103e+03 -1.07004e+03 -8.72341e+01 -3.99465e+03 -3.17651e+03 -7.64243e+02 -1.07679e+03 -1.21353e+03 -3.14753e+04 -4.22272e+02 -1.04684e+04 -4.54243e+00 -9.38715e+01 -1.00390e-03 -1.46569e+03 -4.60703e+01 -4.55132e+03 -4.01525e+03 -3.88529e+01 -1.06875e+02 -4.52790e+02 -1.06588e+02 -4.41157e+02 -7.59114e+01 -4.75716e+01 -3.61819e-01 -2.24496e+04 -2.64712e+03 -2.77964e+02 -8.40503e+03 -6.68444e+03 -1.97127e+03 -2.42276e+03 -2.52631e+03 -1.02627e+05 -2.10797e+03 -4.91032e+04 -3.20305e+01 -4.41272e+02 -2.09810e+00 -4.92149e+03 -2.79525e+00 -1.70130e+01 -2.72095e+03 -1.57055e+03 -2.59792e+03 -1.72467e+03 -2.48823e+03 -7.03398e+02 -5.31105e+04 -5.14956e+03 -1.34889e+00 -3.34575e+04 -6.96738e-01 -6.46419e-01 -6.32051e-01 -3.40357e-01 -6.50017e-01 -6.49943e+04 -1.07245e+00 -1.40095e+03 -1.70676e+00 -4.32505e+00 -4.18072e-01 -5.29325e-01 -4.52345e+00 -5.02496e+02 -6.69323e+00 -9.81069e+01 -4.39423e+03 -4.53681e+01 -1.08675e+02 -4.94678e+02 -9.40679e+01 -4.73458e+02 -1.01313e+02 -6.35055e+01 -1.07274e+00 -1.43662e+03 -1.21561e+03 -1.04077e+02 -4.54151e+03 -3.91061e+03 -1.32541e+03 -1.25748e+03 -1.38695e+03 -4.51820e+04 -9.59234e+02 -1.67447e+04 -1.08548e+01 -2.01779e+02 -4.00167e-01 -1.31868e+04 -9.80517e+03 -2.87598e-01 -1.22503e+04 -2.36219e+04 -1.05334e+03 -4.95544e+03 -1.60676e+03 -4.74981e+02 -5.19442e+01 -3.07580e+03 -1.86183e+02 -7.59393e+02 -2.22491e+04 -1.68825e+03 -2.17597e+04 -4.83965e+04 -4.17990e+04 -1.10085e+05 -4.68251e+04 -1.03169e+05 -3.14386e-01 -1.24533e+04 -8.45298e-01 -2.42600e+02 -3.12018e-02 -1.51420e+00 -4.94137e-01 -7.39559e-01 -1.08893e+00 -1.63121e+00 -1.31870e+00 -1.84997e+00 -8.71907e-01 -1.21177e+00 -3.97047e-01 -7.38553e-01 -1.37471e-01 -7.06581e-01 -9.46941e-01 -7.38100e-03 -9.51328e-02 -2.11589e-01 -5.56814e-01 -8.31290e+01 -4.81102e+00 -5.02802e+00 -2.98323e-01 -3.24201e+00 -1.52156e-03 -4.36687e-01 -1.10718e+00 -3.51279e+04 -1.00851e+03 -1.05385e+04 -2.67083e+04 -2.34085e+02 -3.85737e+02 -2.07996e+03 -3.44813e+02 -2.08985e+03 -5.10742e+02 -2.84472e+02 -3.14533e+00 -7.20416e+04 -1.63793e+03 -1.33649e+02 -5.28068e+03 -4.69867e+03 -1.27423e+03 -1.54177e+03 -1.57926e+03 -2.54176e+04 -3.72698e+02 -1.01021e+04 -3.51682e+00 -4.14071e+01 -2.27901e+00 -7.42875e+01 -1.90129e+04 -4.43209e+01 -7.55331e+00 -1.44187e+02 -2.11234e+02 -1.85592e+02 -1.84715e+02 -2.22616e+02 -2.63856e+02 -1.66697e+02 -1.69273e+02 -5.71067e+00 -3.16159e+02 -1.09794e+02 -9.19561e+01 -1.28455e+00 -5.94284e+01 -6.33396e+01 -1.77224e+02 -2.55985e+02 -6.45153e+02 -3.62483e+02 -1.39036e+02 -3.48699e+00 -1.78523e+00 -8.72690e+02 -1.37755e+02 -1.08846e+03 -2.59191e+03 -2.15647e+02 -2.81335e+02 -1.77932e+03 -2.08998e+02 -2.91714e+03 -3.82929e+02 -2.22450e+02 -7.96204e+00 -1.47161e+03 -1.45805e+03 -1.53774e+02 -3.84844e+03 -3.05412e+03 -5.31695e+02 -7.44366e+02 -2.20623e+03 -3.22013e+04 -2.38302e+02 -8.70509e+03 -1.02178e+03 -2.92626e+01 -5.26218e+00 -1.29435e+03 -2.87607e+01 -5.58719e+02 -1.00718e+04 -5.50975e+01 -2.10964e+02 -9.18044e+02 -1.56398e+02 -7.36366e+02 -1.99589e+02 -1.13711e+02 -1.43756e+00 -6.66569e+03 -6.24174e+03 -7.47665e+02 -2.35683e+04 -1.97026e+04 -7.04861e+03 -4.44066e+03 -4.20458e+03 -1.34852e+05 -1.64600e+03 -1.79134e+04 -6.99836e+01 -3.40556e+02 -8.10454e-01 -4.98950e+03 -5.94304e+01 -1.08620e+03 -8.68128e+03 -9.86475e+01 -2.41247e+02 -1.27783e+03 -1.81560e+02 -8.59666e+02 -1.53762e+02 -1.21840e+02 -5.52021e-01 -2.26734e+03 -2.50359e+04 -4.46976e+02 -1.55832e+04 -1.64826e+04 -4.64774e+03 -2.62322e+03 -2.68428e+03 -2.17575e+05 -2.95547e+03 -8.01799e+04 -7.29517e+01 -1.00149e+03 -5.49133e-03 -4.00113e+03 -1.34185e+02 -4.67773e+04 -2.73183e+04 -2.00945e+02 -4.59805e+02 -1.67831e+03 -3.01069e+02 -1.36217e+03 -2.81644e+02 -1.97847e+02 -2.72869e+00 -3.41347e+05 -1.87822e+04 -1.46378e+03 -3.40881e+04 -2.83729e+04 -8.87922e+03 -6.66844e+03 -7.89888e+03 -8.87495e+06 -7.80969e+04 -1.47218e+06 -3.27181e+03 -3.74407e+04 -1.60166e+01 -1.19284e+03 -3.42178e+01 -4.91895e+02 -5.01749e+03 -5.63163e+01 -1.47223e+02 -6.82361e+02 -1.37701e+02 -7.58282e+02 -1.53420e+02 -8.52537e+01 -9.82285e-01 -3.27270e+03 -9.92236e+03 -3.85005e+02 -9.34531e+03 -4.44206e+03 -2.18243e+03 -6.66970e+03 -7.23925e+03 -2.50855e+04 -3.44211e+02 -8.58624e+03 -5.46492e+00 -1.03978e+02 -7.29286e+00 -1.60447e+03 -4.60801e+01 -1.92520e+03 -3.32405e+04 -4.26108e+02 -4.24027e+02 -3.23904e+03 -7.07525e+02 -1.89924e+03 -3.53610e+02 -2.62333e+02 -3.78220e+00 -1.06692e+04 -3.46314e+03 -4.64210e+02 -1.17049e+04 -9.68886e+03 -2.87989e+03 -3.57410e+03 -3.33650e+03 -9.38573e+04 -1.94106e+03 -4.69646e+04 -3.99996e+01 -3.64400e+02 -2.26662e+00 -1.73720e+04 -8.94483e-01 -2.81146e+00 -1.12989e+00 -9.32574e+03 -1.48297e+04 -5.42440e+04 -3.40022e+05 -8.71875e+05 -9.74975e+05 -1.24289e+05 -5.58820e-01 -1.71450e+02 -9.04692e+05 -5.39408e-01 -8.02570e+03 -9.75898e+01 -1.28036e+04 -5.84583e+05 -3.30531e+04 -3.71264e+06 -4.55497e+05 -2.12641e+06 -5.66043e-01 -1.11246e+05 -1.32777e+00 -5.01245e+03 -7.26713e+02 -1.91927e+03 -9.11426e+02 -1.85323e+03 -4.64393e+02 -2.51510e+03 -1.25213e+03 -2.34150e+03 -2.56067e+02 -4.42693e+02 -1.64925e+02 -5.00384e+03 -9.89226e+03 -4.62975e+02 -5.96723e+03 -1.32719e+04 -1.65235e+04 -1.34213e+04 -2.53917e+03 -1.65721e+04 -1.57970e+04 -3.00234e+04 -9.50330e+03 -6.31869e+04 -2.92304e+01 -2.05878e+03 -3.44791e+01 -2.28700e+03 -1.02362e+04 -8.34083e+01 -1.92818e+02 -9.64557e+02 -1.09183e+02 -9.72396e+02 -2.24036e+02 -1.07941e+02 -5.01422e-01 -1.16383e+04 -2.19193e+03 -3.73412e+02 -1.44643e+04 -1.16386e+04 -3.37454e+03 -2.51599e+03 -3.48577e+03 -4.35006e+04 -5.59747e+02 -1.54597e+04 -5.84312e+00 -8.78441e+01 -2.95819e-01 -1.72310e+02 -3.95359e+01 -9.00715e-03 -9.16276e+01 -4.82623e+01 -1.50705e+01 -1.75334e-02 -1.13181e-01 -1.18278e+02 -5.39622e-03 -4.14289e-03 -2.35175e+01 -1.14558e-02 -6.02863e+01 -4.21031e+00 -1.46202e-03 -1.55179e+02 -2.13068e+01 -3.48747e+02 -1.24538e-03 -2.00837e+02 -5.02196e-03 -7.60981e+02 -2.14044e-02 -6.14307e+00 -1.39301e+00 -1.60140e+02 -6.79746e+00 -5.19508e+02 -2.49373e+03 -1.01781e+01 -4.98706e+01 -2.47567e+02 -4.23742e+01 -2.81819e+02 -6.45476e+01 -3.10601e+01 -3.18970e-01 -1.40002e+03 -1.79386e+03 -1.29032e+02 -4.92603e+03 -3.81288e+03 -1.36530e+03 -2.88068e+03 -2.98233e+03 -4.52616e+04 -7.79464e+02 -1.62152e+04 -5.11024e+00 -1.38915e+02 -4.86466e-01 -2.35209e-02 -6.22528e-03 -4.19349e+00 -8.59163e-01 -8.31900e-01 -1.03950e+00 -1.00308e+00 -9.58105e-01 -8.03402e-01 -7.13371e-01 -7.65258e-01 -1.01002e+00 -1.13836e+00 -2.16756e+00 -1.44358e+00 -1.36531e+00 -3.48850e+01 -1.17712e+00 -2.95872e+00 -4.14298e+00 -8.20653e+00 -1.26655e+00 -5.59836e+00 -1.32121e+02 -5.56857e+02 -1.15865e+05 -7.39295e+03 -2.99017e+02 -5.95880e+02 -1.65326e+04 -1.73318e+02 -5.74036e+02 -2.37551e+03 -5.49471e+02 -2.26242e+03 -3.88851e+02 -2.42082e+02 -1.71274e+00 -6.15701e+03 -7.12102e+03 -5.37722e+02 -1.84214e+04 -1.01044e+04 -2.64640e+03 -3.17231e+03 -5.10222e+03 -4.12355e+05 -3.48620e+03 -8.48281e+04 -1.02018e+02 -1.12196e+03 -1.19048e+00 -2.90610e+06 -1.58440e+02 -2.32142e+04 -4.67074e+05 -5.36492e+04 -3.14754e+05 -3.56071e+04 -2.27471e+04 -1.03915e+05 -1.09449e+05 -2.20058e+04 -7.29489e-01 -5.27986e-01 -3.64525e+05 -6.13341e-01 -5.92455e+05 -4.72686e-01 -1.31808e+05 -2.05750e+06 -1.79551e+05 -9.77913e+05 -1.23128e+02 -1.43092e+06 -3.74418e-01 -2.82054e+03 -9.86103e-01 -1.09062e+03 -3.37266e+01 -1.26780e+03 -5.51332e+03 -5.02955e+01 -1.19265e+02 -5.46823e+02 -1.04404e+02 -5.17577e+02 -1.05771e+02 -6.45945e+01 -6.09651e-01 -6.78345e+03 -2.75215e+03 -2.09169e+02 -6.22189e+03 -4.59810e+03 -1.33616e+03 -3.63855e+03 -3.02368e+03 -5.90702e+04 -8.37021e+02 -1.81067e+04 -1.14789e+01 -2.02089e+02 -1.07979e+00 -4.27691e+03 -3.45104e+01 -1.79864e+02 -2.06716e+04 -1.72593e+02 -4.15554e+02 -1.89204e+03 -3.16077e+02 -1.73752e+03 -3.84571e+02 -1.87885e+02 -2.20832e+00 -9.94581e+03 -4.98207e+03 -9.09232e+02 -2.82497e+04 -2.91561e+04 -5.91527e+03 -1.79873e+03 -2.98799e+03 -1.55293e+05 -1.68645e+03 -2.16054e+04 -1.64611e+01 -3.48450e+02 -8.82025e-02 -1.01117e+04 -3.46782e+02 -1.27539e+04 -9.28112e+04 -1.11921e+03 -1.97135e+03 -9.86539e+03 -2.04208e+03 -9.28972e+03 -1.97588e+03 -1.27095e+03 -1.72833e+01 -5.57555e+04 -1.56379e+05 -4.76705e+03 -1.41196e+05 -9.95041e+04 -2.70628e+04 -2.87475e+04 -2.75794e+04 -1.36448e+06 -2.93004e+04 -7.42875e+05 -5.95426e+02 -3.51298e+03 -1.87309e+00 -2.51495e-01 -1.30646e-01 -1.59665e-01 -1.14972e+00 -5.25683e-01 -9.05806e-01 -8.86034e-01 -8.45782e-01 -7.97793e-01 -1.07227e+00 -7.71431e-01 -4.24176e-01 -2.23641e-01 -9.30733e-02 -1.31665e-01 -1.89009e-01 -1.90792e-01 -1.32123e-01 -1.15272e-01 -2.40400e-01 -4.05544e-01 -4.05600e-01 -4.57550e-01 -2.73207e-01 -3.71299e-01 -9.00125e-02 -2.07912e-01 -2.65506e-01 -1.70901e-01 -5.24247e+00 -6.03962e+00 -4.73673e+00 -6.47213e+00 -6.31383e+00 -8.61874e+00 -9.66205e+00 -6.41784e+00 -4.14459e+00 -4.17001e-01 -2.13307e-01 -6.60435e-01 -8.33034e-01 -8.17659e-01 -8.03388e-01 -4.26612e+00 -4.67070e+00 -1.28270e+01 -1.91939e+00 -3.35532e+00 -2.22044e+00 -2.59084e+00 -2.34109e-01 -1.09889e+06 -1.63336e+01 -1.36257e+03 -9.03654e+04 -3.80164e+04 -3.30307e+04 -2.88047e+04 -1.77981e+04 -9.85023e+03 -1.07723e+03 -2.22316e+03 -8.28237e+02 -7.16226e+03 -4.03607e+03 -3.18129e+04 -4.10033e+05 -9.11969e+05 -5.45916e+03 -9.45432e+05 -6.75112e+04 -3.29766e+06 -1.83259e+04 -1.57493e+05 -1.81829e+03 -5.21848e+05 -1.06807e+05 -2.31421e+00 -1.95374e+00 -8.27316e-01 -3.79045e+00 -2.14550e+00 -1.64052e+00 -3.48488e+00 -1.58413e+00 -1.14697e+00 -5.67637e-01 -5.50976e-01 -1.70564e-01 -4.27707e-01 -4.88768e-01 -2.06113e-02 -2.65657e-01 -5.90857e-01 -7.57930e-01 -8.20509e-01 -1.55231e-01 -2.33304e+00 -5.15629e-01 -1.32881e+00 -1.06668e+00 -4.83105e-01 -1.67138e-01 -6.03240e-01 -1.00831e-01 -5.38291e-01 -1.20868e+05 -6.44538e-01 -3.86460e-01 -1.09470e+00 -2.41683e-01 -1.20487e+00 -4.28340e-01 -1.64452e-01 -2.98260e-02 -1.46881e-01 -1.33824e-01 -2.14677e-03 -2.76694e-02 -6.15406e-02 -1.30951e-01 -7.03229e-02 -8.82870e-02 -2.91107e-01 -2.70713e-01 -1.49866e-01 -2.77410e-04 -7.96166e-02 -6.70571e+03 -5.01508e+05 -2.16197e+01 -1.40558e+02 -1.03206e+02 -8.99068e+01 -7.43717e+01 -1.19548e+02 -4.94754e+01 -1.41801e+02 -4.96247e+01 -2.52221e+01 -2.43302e+01 -5.23572e+01 -1.85225e+01 -3.83148e+01 -2.35607e+01 -5.02219e-01 -2.12655e+01 -8.05160e+01 -1.61554e+01 -8.93422e+06 -2.19091e+01 -7.08736e+04 -2.27882e+01 -2.03855e+01 -8.42926e-01 -1.50600e+06 -8.72712e+04 -3.21994e+00 -1.21507e+05 -6.77779e+04 -1.13523e+05 -1.82214e+04 -1.59757e+04 -7.91780e+03 -2.64269e+04 -1.07319e+04 -2.51190e-01 -3.68063e+03 -3.06258e+03 -7.01779e+03 -8.24245e+02 -3.43260e+04 -1.66427e+05 -3.28373e+05 -2.15512e+03 -4.84357e+04 -2.56746e+04 -4.29996e+05 -1.64144e-01 -3.38524e+03 -2.58953e-01 -4.44743e+05 -1.98059e+04 -1.16172e+03 -4.18511e+04 -2.55373e+02 -6.14143e+02 -1.57890e+03 -3.53752e+02 -1.39052e+03 -2.78217e+02 -2.16408e+02 -5.52504e+00 -1.93980e+04 -1.50519e+03 -1.01167e+03 -2.49820e+04 -4.09609e+04 -4.45163e+03 -9.35884e+03 -1.46482e+04 -2.98764e+05 -2.29649e+03 -6.70821e+04 -6.89276e+01 -1.22876e+03 -2.94175e+00 -8.89277e-01 -3.04890e-01 -1.68041e+04 -5.87784e+03 -2.18363e+01 -2.49745e-01 -8.86410e-01 -1.60490e-01 -4.04398e-01 -1.53624e-01 -7.68244e-02 0.00000e+00 -5.97355e+02 -1.00207e+00 -2.28387e+02 -2.94365e+03 -6.54708e+03 -2.93045e-02 -3.42995e-02 -2.43123e-01 -1.25001e+03 -1.98428e-02 -5.35957e+02 -6.93346e-03 -7.56703e-01 -3.19688e+01 -1.11390e+00 -3.33207e-01 -4.15788e-01 -7.76614e-01 -6.40259e-01 -3.70076e-01 -4.80371e-01 -5.15565e-01 -5.61842e-01 -3.64721e-01 -3.41558e-01 -3.05958e-01 -6.49873e-01 -8.19175e-01 -3.37452e-01 -8.53980e-01 -1.47304e+01 -5.13699e-01 -8.69957e-01 -1.11988e+00 -8.42138e-01 -6.48823e-01 -6.79992e-01 -3.02599e-01 -6.33736e+01 -5.16119e+00 -5.94342e+05 -4.53769e+00 -4.01528e+01 -4.27420e+00 -5.46021e+01 -6.74047e+00 -1.57044e+05 -4.99394e+00 -7.78069e+04 -1.22164e+01 -3.23306e+00 -5.47786e-01 -5.43786e+01 -1.64194e+00 -6.54384e+01 -3.39380e+01 -1.21240e+00 -2.89905e+01 -1.13289e+06 -8.41808e+02 -3.03629e+01 -1.02656e+01 -2.06214e+01 -1.06557e-01 -9.25195e-02 -4.64639e-03 -2.75760e+06 -4.35410e+05 -2.40797e+00 -1.22809e+05 -1.52710e+00 -2.34030e+00 -6.80871e+00 -3.59320e+00 -6.04268e+00 -4.11959e+00 -2.23301e+04 -1.11648e+04 -4.84568e+00 -1.68030e+00 -6.51567e-02 -8.39797e-01 -1.86782e+00 -2.43885e+00 -7.37905e+00 -1.76781e+00 -8.26802e+00 -1.72929e+00 -4.02749e+00 -4.19764e-03 -1.20472e+00 -7.40569e-03 -1.26348e+03 -2.36756e+01 -1.36452e+03 -9.62911e+03 -8.47954e+01 -1.61231e+02 -7.57123e+02 -1.37776e+02 -6.30947e+02 -1.55263e+02 -9.60837e+01 -1.42274e+00 -7.07337e+03 -1.48667e+03 -3.42134e+02 -7.67887e+03 -5.88294e+03 -1.84408e+03 -1.65953e+03 -1.47546e+03 -3.56549e+04 -5.66692e+02 -1.36862e+04 -1.14018e+01 -1.49074e+02 -2.74080e+00 -1.04158e+02 -3.10388e+00 -8.05644e+01 -1.21527e+03 -9.32333e+00 -2.02148e+01 -1.05963e+02 -1.87665e+01 -1.13532e+02 -2.53560e+01 -1.21952e+01 -1.22842e+00 -4.34361e+02 -3.33308e+02 -1.01709e+01 -4.07724e+02 -2.77129e+02 -7.61945e+01 -1.48041e+02 -1.48283e+02 -5.48191e+03 -1.20728e+02 -2.38479e+03 -1.09611e+00 -1.91036e+01 -1.35693e+00 -6.86956e+03 -3.06655e+02 -3.17090e+03 -1.41825e+03 -1.03365e+01 -2.15654e+01 -1.13835e+02 -1.84783e+01 -1.29190e+02 -2.38953e+01 -1.22168e+01 -2.57194e-01 -1.88563e+04 -1.61702e+03 -8.54961e+01 -3.37070e+03 -3.28219e+03 -7.63007e+02 -1.07735e+03 -1.12012e+03 -1.24222e+04 -2.25657e+02 -5.16016e+03 -1.24571e+00 -2.51015e+01 -6.43644e+00 -1.16879e+02 -2.03375e+00 -3.23620e+01 -8.52713e+02 -2.55904e+00 -5.94427e+00 -4.34346e+01 -5.32620e+00 -4.57458e+01 -6.27403e+00 -2.86815e+00 -1.21910e+00 -2.93658e+02 -2.01457e+02 -7.45557e+00 -2.95142e+02 -3.46125e+02 -5.58804e+01 -1.02026e+02 -1.00000e+02 -3.28926e+03 -4.39168e+01 -1.28035e+03 -1.21758e+00 -3.04960e+02 -1.39754e+03 -2.55384e+04 -6.94106e+02 -1.95707e+03 -1.13197e+05 -9.18348e+02 -1.83174e+03 -5.80314e+03 -1.46020e+03 -6.63250e+03 -1.42503e+03 -9.85489e+02 -1.10042e+01 -6.79877e+04 -3.84037e+04 -6.51490e+03 -1.52177e+05 -1.51298e+05 -4.17524e+04 -3.22059e+04 -3.86694e+04 -9.70163e+05 -1.49251e+04 -4.46839e+05 -4.98631e+02 -8.12984e+03 -9.05114e-01 -1.05631e+01 -8.56337e-02 -2.89992e+00 -7.04038e+00 -1.04632e-01 -1.05529e-01 -6.00108e-01 -1.17889e-01 -5.58642e-01 -9.89793e-02 -1.07352e-01 -1.06825e-01 -4.26563e+01 -4.80727e-01 -1.94825e+00 -4.89581e+01 -2.17175e+02 -1.26836e+01 -3.82386e+01 -3.83560e+01 -1.62021e+02 -7.63493e+00 -4.47631e+00 -1.45926e+00 -7.95361e+00 -2.06599e+02 -4.29600e-01 -2.17894e-01 -3.81581e+00 -3.00860e-01 -6.84058e-01 -6.12299e-01 -8.14336e-01 -4.28508e-01 -9.91736e-01 -9.28672e-01 -8.06862e-01 -7.20445e-01 -3.84918e-01 -8.34693e-01 -1.36094e+00 -7.83727e-01 -9.54942e-01 -4.93518e-01 -6.07640e-01 -1.96350e+00 -1.45907e+00 -1.02438e+00 -1.14779e+00 -1.74412e+00 -1.09179e+00 -9.16564e+00 -4.51653e+02 -1.56848e+01 -1.88924e+02 -1.34761e+03 -1.79222e+01 -3.20930e+01 -1.85735e+02 -2.88656e+01 -1.94279e+02 -4.56948e+01 -2.20626e+01 -6.77104e-01 -1.59833e+03 -1.09778e+03 -3.25726e+01 -1.35880e+03 -1.32939e+03 -3.53577e+02 -2.39917e+02 -2.74952e+02 -8.08637e+03 -1.47958e+02 -3.67055e+03 -5.90991e-01 -1.25965e+01 -3.24788e+00 -8.65492e+02 -1.92386e+01 -1.14858e+03 -3.17456e+04 -3.53506e+02 -6.03106e+02 -2.53526e+03 -6.42805e+02 -2.13966e+03 -4.52964e+02 -3.48259e+02 -1.02255e+01 -9.11205e+03 -8.60996e+03 -1.39192e+02 -3.84628e+03 -4.14266e+03 -2.15108e+03 -1.42125e+03 -1.24063e+03 -2.99929e+04 -6.24381e+02 -1.76494e+04 -9.19947e+00 -2.66534e+02 -9.74366e-01 -8.81188e+01 -1.41473e+00 -3.01364e-01 -9.55145e+00 -1.08287e+01 -8.69908e+00 -5.22879e+01 -1.93847e+01 -1.40469e+02 -2.68736e+01 -5.68012e+00 -9.56336e-02 -2.22068e+01 -4.13947e+02 -4.36360e+00 -5.62419e+01 -1.25090e+02 -1.96298e+01 -2.29859e+02 -1.12351e+02 -4.93159e+02 -9.26240e+00 -2.83669e+02 -3.76996e+02 -1.69315e+00 -6.58162e+00 -1.35258e+06 -4.81177e-01 -1.01386e+05 -1.62908e+04 -2.06191e+03 -2.04072e+03 -3.55046e+01 -2.53864e+01 -1.05372e+03 -4.99492e+00 -5.82420e+02 -9.00383e-01 -1.99686e+04 -1.37534e+00 -5.70245e+00 -2.61151e+00 -1.62854e+00 -7.23449e+00 -1.31769e+05 -1.65355e+01 -4.44007e+04 -1.01060e+00 -4.57138e+04 -2.40149e-01 -7.25897e+02 -2.30301e+00 -2.67712e+05 -1.86396e+00 -2.18348e+05 -4.57229e+00 -1.71569e+03 -4.98381e+00 -2.08130e+04 -8.03070e+02 -9.77747e+00 -3.20491e+00 -1.56368e+00 -1.09747e+00 -2.23959e+00 -3.26309e+00 -1.72428e+00 -1.58783e+00 -3.48373e-01 -2.09794e+00 -4.30419e+05 -7.55149e-01 -3.85482e+04 -1.53909e+00 -7.89197e+02 -1.11757e+00 -1.15675e+00 -4.41213e-01 -2.59324e+02 -3.47878e+00 -4.96734e+02 -2.35622e+04 -1.36417e+02 -2.10827e+02 -1.34024e+03 -1.74397e+02 -1.34775e+03 -3.19948e+02 -1.52217e+02 -1.84580e+00 -5.08079e+03 -5.18464e+02 -5.55974e+01 -1.42111e+03 -1.49158e+03 -3.97960e+02 -2.05543e+02 -2.52900e+02 -5.26269e+04 -2.01651e+03 -3.54748e+04 -2.76193e+01 -2.49308e+02 -1.00012e+00 -1.97412e+04 -2.86211e+03 -2.50763e-01 -8.33672e+00 -5.51624e+04 -5.06302e+00 -2.97373e+05 -3.88333e+00 -2.06147e+01 -3.24540e+05 -4.03688e+00 -1.70412e+04 -4.06095e+04 -1.95488e+00 -2.14544e-02 -2.76523e-01 -6.15025e-01 -9.64498e-01 -9.93734e-01 -9.48303e-01 -2.79573e+00 -1.63693e+00 -1.20777e+00 -2.07801e-03 -5.96390e-01 -4.00024e+01 -1.37216e+04 -2.20320e+02 -3.88804e+03 -8.34693e+04 -6.00506e+02 -1.55384e+03 -1.33493e+04 -1.37909e+03 -9.54783e+03 -1.66735e+03 -7.42007e+02 -7.58188e+00 -3.42206e+04 -3.47635e+04 -2.32712e+03 -1.36074e+05 -9.09518e+04 -2.40362e+04 -2.50375e+04 -2.55088e+04 -7.19142e+05 -8.57115e+03 -1.95446e+05 -4.37389e+01 -5.74582e+02 -3.68413e-01 -7.88830e+06 -1.76850e+05 -8.06147e+04 -8.83461e+05 -4.78276e+05 -3.84172e+05 -3.31765e+05 -9.94708e+05 -3.56440e+05 -1.08380e+06 -6.29824e+04 -1.07267e+05 -2.61693e+05 -8.58502e+04 -1.32477e+02 -7.08733e+03 -3.78945e+02 -2.28534e+03 -1.82115e+06 -5.63675e-01 -5.98505e+05 -4.21905e-01 -1.58868e+05 -5.33262e-01 0.00000e+00 -1.32666e-01 -1.02954e+02 -4.29195e+00 -2.43150e+03 -1.93356e+02 -1.62188e+00 -7.55078e+00 -3.39384e+01 -9.90278e+00 -2.74615e+02 -9.66104e+00 -7.47483e+00 -7.44313e-02 -6.53132e+02 -3.49232e+03 -1.54091e+02 -1.66567e+03 -4.73939e+04 -3.10855e+02 -4.94210e+02 -9.22138e+02 -4.79354e+03 -9.99326e+01 -2.19858e+03 -2.55058e-01 -1.51921e+02 -1.80371e+00 -3.88298e+04 -7.82872e+02 -1.24106e+04 -1.09770e+05 -1.24997e+03 -2.37314e+03 -1.01589e+04 -2.36042e+03 -1.24936e+04 -2.82405e+03 -1.57301e+03 -2.13385e+01 -4.61383e+04 -4.68231e+04 -3.46870e+03 -5.69356e+04 -4.81796e+04 -1.39431e+04 -1.44556e+04 -1.54069e+04 -8.91734e+05 -3.47786e+04 -5.38186e+05 -5.22226e+02 -6.18716e+03 -5.59442e-01 -6.58146e+02 -9.04794e+00 -2.03183e+02 -3.80657e+03 -3.40316e+01 -7.06584e+01 -4.35010e+02 -3.99509e+01 -3.40702e+02 -7.87467e+01 -4.29421e+01 -1.05538e+00 -1.36817e+03 -1.54455e+03 -1.36489e+02 -6.34524e+03 -6.96074e+03 -1.47798e+03 -9.25009e+02 -1.34051e+03 -6.22801e+04 -1.22778e+03 -2.70438e+04 -1.41611e+01 -3.05228e+02 -3.83864e+00 -4.71666e+02 -1.46894e+01 -4.73550e+03 -6.24165e+02 -1.31744e+01 -3.36080e+01 -1.67331e+02 -2.89271e+01 -1.51603e+02 -4.30224e+01 -1.95851e+01 -4.53206e-01 -4.98241e+03 -2.08994e+03 -9.23442e+01 -3.97047e+03 -3.46996e+03 -5.19409e+02 -9.79206e+02 -3.33045e+03 -3.01719e+04 -2.15455e+02 -4.19053e+03 -1.81373e+00 -4.32274e+01 -3.38854e+02 -2.48318e+06 -1.31561e+04 -8.28524e-01 -4.46515e-01 -1.34671e+00 -1.08973e+06 -1.50531e+00 -7.59467e-01 -1.71792e+00 -7.60340e-01 -3.87854e+06 -4.04656e-01 -5.21552e-01 -2.29168e-01 -2.85790e-01 -5.38173e-02 -5.53504e-03 -2.72579e-01 -3.03312e+05 -2.75560e-01 -2.81683e+03 -7.02738e+01 -7.69659e+05 -6.76474e-01 -2.74999e-01 -1.07247e+00 -6.34846e+05 -9.20408e+04 -4.79197e+04 -7.35755e+05 -7.76295e+04 -9.45970e+05 -1.28054e+06 -6.55339e+05 -1.72436e+06 -9.25866e+04 -1.33326e+05 -7.43857e+04 -1.20973e+06 -1.48924e+06 -7.63193e+05 -8.07083e+05 -1.79506e+06 -6.52418e+05 -5.96492e+05 -4.55334e+05 -9.04764e+06 -1.83204e+06 -2.61365e+06 -4.20730e+05 -1.77448e+05 -2.93479e+00 -1.91740e+04 -7.33511e+02 -4.34480e+03 -1.06266e+06 -3.93688e+04 -4.20940e+03 -2.68528e+04 -3.32172e+03 -4.87858e+04 -2.36576e+04 -1.07651e+04 -4.36657e+02 -2.85094e+04 -1.09055e+05 -4.52606e+03 -9.50005e+04 -1.29228e+05 -4.09011e+04 -4.66146e+04 -3.47757e+04 -1.78000e+06 -2.05179e+05 -2.43259e+06 -5.53984e+03 -1.29239e+04 -2.62815e+01 -8.06003e+05 -4.31992e+05 -3.40653e+00 -2.40201e+01 -1.20742e+01 -1.94010e+05 -2.04461e+01 -1.03183e+01 -2.56311e+01 -4.93345e+00 -1.82220e+00 -1.62281e+03 -4.99960e+00 -9.86277e+00 -8.79208e-02 -1.56841e+00 -2.24384e+00 -1.24823e+00 -7.52673e+00 -3.37117e+00 -2.85969e+01 -3.81532e+00 -4.83534e+06 -2.63054e+00 -2.76944e+00 -7.53639e-01 -7.28289e+00 -5.73344e-01 -1.12893e+04 -2.09768e+01 -2.16059e+00 -8.46531e-01 -1.67453e+00 -1.63605e+00 -1.55937e+00 -8.27924e-01 -8.07154e-01 -7.56336e-01 -6.06078e+04 -1.35297e+01 -1.00196e+00 -4.57557e+01 -7.22881e+01 -9.76489e+00 -1.01774e+01 -1.09800e+01 -2.67371e+03 -3.34152e+01 -8.43250e+02 -1.30293e+01 -1.99574e+01 -2.06513e-02 -3.00196e+03 -1.83401e+02 -9.20509e+04 -9.90637e+05 -1.01914e+05 -1.37942e+04 -5.55239e+05 -9.75164e+03 -9.37481e+04 -1.11392e+05 -7.68109e+04 -8.59062e+04 -1.29173e+05 -5.49459e+04 -1.87491e+04 -4.50854e+05 -4.04536e+05 -3.87063e+05 -4.08209e+04 -1.56705e+04 -2.92612e+05 -3.11229e-02 -7.80093e+04 -2.16848e+03 -1.75308e+04 -4.13056e+00 -2.93590e+01 -5.56964e+00 -5.16927e+00 -9.17742e+00 -1.96584e+01 -1.40005e+01 -1.89562e+01 -1.00757e+01 -2.14169e+01 -8.60346e+00 -4.64304e+00 -3.58933e+00 -1.23264e+00 -5.25960e+01 -5.83417e+00 -5.90900e+00 -6.19258e-01 -5.63703e+00 -4.15488e+01 -1.38606e+01 -4.65903e+00 -6.53814e-01 -8.14172e+00 -1.19253e+00 -1.66868e+00 -3.05538e-02 -3.98196e+02 -7.91390e+00 -1.19174e+02 -4.39277e+03 -2.50123e+01 -5.52590e+01 -3.31248e+02 -4.39243e+01 -2.89559e+02 -7.16589e+01 -3.13349e+01 -5.07214e-01 -1.21140e+03 -1.25516e+03 -1.48277e+02 -4.83701e+03 -4.82690e+03 -1.38876e+03 -4.31660e+02 -5.99594e+02 -2.72152e+04 -5.02735e+02 -1.30091e+04 -6.26236e+00 -8.72149e+01 -5.69568e-01 -2.50699e+03 -8.93659e+01 -1.59886e+02 -3.89199e+03 -2.88524e+01 -6.56143e+01 -4.86148e+02 -5.77744e+01 -3.17203e+02 -7.03875e+01 -3.75769e+01 -3.03765e-01 -5.43515e+03 -2.94562e+03 -2.31076e+02 -7.57341e+03 -6.29072e+03 -1.74736e+03 -4.49231e+03 -2.92085e+03 -1.67552e+05 -3.49067e+03 -7.53594e+04 -4.31233e+01 -4.07278e+02 -3.54569e+00 -1.93098e+03 -4.76675e+01 -1.10846e+03 -1.45777e+04 -4.79707e+01 -2.41158e+02 -1.01237e+03 -2.03886e+02 -1.05551e+03 -2.22668e+02 -1.28637e+02 -1.71432e+00 -9.07565e+03 -9.32221e+03 -7.34344e+02 -1.93080e+04 -1.84748e+04 -5.70959e+03 -3.33379e+03 -4.52251e+03 -1.54552e+05 -1.69477e+03 -9.08761e+04 -3.58408e+01 -5.17082e+02 -7.79375e-01 -9.96425e+02 -3.91912e+03 -4.01897e+04 -5.66302e+00 -3.98051e+05 -5.65226e+04 -3.36241e+05 -7.41280e+04 -7.29387e+04 -4.07298e+04 -2.54679e+04 -3.27017e+01 -2.06452e+04 -1.38375e+05 -1.37892e+06 -2.69620e+00 -4.72307e+05 -5.11050e+04 -2.58356e+05 -4.02418e+05 -3.09267e+06 -2.59717e+05 -1.58225e+06 -4.47475e+00 -2.93063e+03 -1.38593e+00 -5.60332e+03 -1.51759e+02 -3.09885e+04 -1.75891e+04 -8.90428e+01 -4.71506e+02 -1.76507e+03 -4.12272e+02 -2.15903e+03 -4.33033e+02 -2.44155e+02 -1.19378e+00 -4.21293e+05 -1.13562e+04 -1.58452e+03 -6.22898e+04 -4.59877e+04 -1.25805e+04 -8.03191e+03 -9.21297e+03 -7.43833e+05 -4.44023e+03 -4.85763e+04 -1.69194e+01 -2.68124e+02 -3.86456e-01 -2.85733e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86119e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86119e+00 -2.86159e+00 -2.86159e+00 -2.86159e+00 -2.86119e+00 -2.95372e+00 -1.61594e+03 -5.51676e+01 -9.71073e+02 -1.70372e+04 -1.15121e+02 -2.38040e+02 -1.20076e+03 -2.31954e+02 -1.05825e+03 -2.34985e+02 -1.35643e+02 -1.62934e+00 -4.48203e+03 -3.67218e+03 -4.12838e+02 -1.19688e+04 -9.86925e+03 -2.65285e+03 -5.04075e+03 -4.32725e+03 -1.09253e+05 -2.12851e+03 -4.75826e+04 -2.27392e+01 -4.03621e+02 -3.96363e-01 -2.28771e+05 -2.92573e+03 -1.56797e+06 -1.29816e+04 -5.76119e+03 -4.83228e+03 -2.58236e+04 -1.15069e+04 -2.45857e+04 -3.75534e+03 -1.82028e+03 -2.98723e+02 -1.21854e+05 -9.52081e+01 -9.78737e-02 -1.26148e+00 -2.80571e+00 -9.23339e+03 -1.38575e+01 -3.08906e+01 -7.18460e+05 -1.29103e+05 -4.97621e+05 -3.90427e+02 -1.12052e+05 -2.02680e+00 -1.18769e+05 -3.09960e+03 -4.81222e+03 -2.93477e+05 -1.78025e+03 -5.87731e+03 -1.96255e+04 -3.77501e+03 -2.51907e+04 -5.65398e+03 -2.68012e+03 -1.91838e+01 -1.47794e+05 -8.92505e+04 -1.00185e+04 -2.53410e+05 -4.85396e+05 -5.73716e+04 -5.22517e+04 -7.40170e+04 -1.90157e+06 -4.46709e+04 -7.00900e+05 -4.35875e+02 -1.11469e+04 -3.77461e-01 -4.97252e+06 -4.37788e+00 -4.23209e+01 -5.88565e+01 -2.43835e+01 -2.07096e+01 -7.22294e+01 -4.05770e+01 -3.93666e+01 -1.44738e+01 -1.49938e+01 -1.04310e+01 -3.10819e+01 -2.01947e+01 -2.43239e+00 -7.62591e+00 -4.46331e+00 -9.01459e+00 -2.02208e+01 -4.13326e+00 -7.63801e+06 -7.69238e+00 -3.90895e+01 -9.74620e-01 -1.04104e+00 -4.05499e-01 -9.73376e+01 -2.13267e+00 -5.52254e+02 -1.53398e+04 -1.23930e+02 -2.47240e+02 -9.48571e+02 -2.22216e+02 -1.14129e+03 -2.68307e+02 -1.35412e+02 -5.23666e+00 -2.44884e+03 -2.41471e+02 -6.94194e+01 -1.52538e+03 -4.19876e+03 -3.23329e+02 -3.40576e+02 -3.79114e+02 -3.49427e+04 -7.51671e+02 -1.48006e+04 -1.13026e+01 -4.36998e+02 -1.01809e-01 -5.06539e+05 -2.51158e+04 -2.05447e+05 -9.56193e+05 -4.64563e+05 -4.53729e+05 -1.47692e+06 -7.01143e+05 -2.67994e+06 -4.31485e+05 -3.86510e+05 -1.01225e+04 -1.11918e+05 -2.40730e+05 -5.68904e+02 -1.30685e+04 -1.26636e+04 -5.12316e+04 -1.49093e+05 -1.73679e+05 -1.12785e+06 -1.13860e+06 -7.58335e+05 -2.77695e+04 -2.59547e+04 -3.39039e+02 -2.22167e+05 -2.04069e+00 -1.56617e+03 -4.24879e+04 -2.72329e+03 -6.37941e+03 -5.99368e+04 -3.32117e+03 -2.06488e+03 -7.65135e+02 -6.05288e+02 -2.25499e+02 -8.66429e+04 -2.72781e+04 -2.25274e+03 -3.75920e+04 -5.91411e+04 -1.32799e+04 -6.78476e+04 -4.62323e+04 -1.08256e+06 -2.78316e+04 -1.32711e+05 -1.86384e+03 -1.50081e+01 -8.99974e+00 -1.71959e+05 -3.24452e+04 -4.51724e+03 -9.78658e+03 -3.57455e+04 -5.86828e+02 -2.36036e+04 -6.50155e+03 -8.95439e+03 -2.83304e+02 -2.22817e+03 -4.23126e+02 -1.11193e+04 -6.58486e+04 -2.51032e+02 -3.23552e+03 -7.19625e+03 -2.11100e+02 -4.54224e+04 -9.76553e+03 -4.00988e+04 -3.31233e+03 -2.60850e+04 -1.80837e+02 -5.19003e+04 -7.37036e-01 -1.43142e+02 -1.69316e+00 -1.51314e+02 -5.12748e+03 -3.34759e+01 -6.29109e+01 -3.50712e+02 -5.58794e+01 -5.63646e+02 -6.50959e+01 -3.96747e+01 -3.92569e+00 -6.20348e+02 -4.43292e+02 -1.49174e+01 -5.87327e+02 -5.81875e+02 -1.32482e+02 -1.81742e+02 -1.78722e+02 -4.48681e+03 -9.96930e+01 -1.98771e+03 -6.46363e-01 -1.35519e+01 -5.19042e+01 -8.09528e+00 -2.36863e+03 -3.58973e+01 -3.85622e+01 -1.52128e+01 -2.51393e+03 -2.30614e+03 -1.49094e+01 -1.61456e+01 -1.47575e+02 -1.88550e+00 -7.02440e-01 -1.19303e+01 -6.69015e+00 -1.29740e+01 -8.43121e-01 -4.77647e+02 -3.65298e+03 -6.68633e+04 -4.21179e+00 -1.97091e+03 -4.54958e+00 -5.97664e+03 -1.50013e+00 -1.94457e+00 -3.79452e-03 -1.11997e+07 -1.13598e+06 -4.36290e+06 -8.22235e+06 -2.45335e+06 -8.43324e+05 -2.54624e+06 -4.58226e+05 -4.17286e+05 -6.81055e+05 -9.12372e+04 -5.56882e+02 -1.32985e+06 -2.49567e+06 -1.01340e+05 -5.69671e+06 -1.15041e+05 -1.14977e+06 -6.98197e+05 -7.53344e+05 -4.45994e+06 -1.62899e+04 -1.52288e+06 -2.72265e+02 -7.81399e+04 -3.45218e-01 -4.22116e+04 -1.29556e+03 -6.52062e+04 -2.05195e+05 -2.03869e+03 -3.86346e+03 -1.88535e+04 -3.64592e+03 -2.10221e+04 -4.69440e+03 -2.52662e+03 -3.92749e+01 -3.78626e+05 -1.12876e+05 -1.08666e+04 -3.27869e+05 -2.65376e+04 -7.58970e+04 -6.33606e+04 -5.88449e+04 -1.23341e+06 -2.99352e+04 -5.24639e+05 -3.29055e+02 -2.20443e+03 -2.12564e+01 -8.89136e+03 -4.55575e+02 -3.23723e+02 -7.01871e+03 -1.68537e+03 -2.04336e+03 -1.71798e+04 -2.84331e+03 -1.27785e+04 -3.77654e+03 -2.18321e+03 -3.49169e+01 -1.35611e+04 -5.31689e+03 -5.18638e+02 -1.98117e+04 -2.55280e+04 -3.33231e+03 -3.11200e+03 -5.58384e+03 -1.96846e+05 -4.03113e+03 -1.04097e+05 -3.83903e+01 -6.12361e+02 -1.81394e+01 -3.05347e+04 -3.36589e+02 -7.40255e+03 -1.27849e+05 -9.28135e+02 -2.64282e+03 -1.87016e+04 -2.29223e+03 -2.15725e+04 -2.42833e+03 -1.22207e+03 -3.08392e+01 -8.06540e+04 -7.88704e+05 -2.23281e+03 -2.64772e+05 -2.32547e+05 -4.27706e+04 -8.47852e+04 -1.11823e+05 -3.49416e+06 -3.38250e+04 -8.08735e+05 -7.46175e+01 -2.08850e+03 -1.22601e+02 0.00000e+00 +2.40205e+06 9.45582e+04 2.74950e+04 1.27328e+05 1.69955e+04 6.28285e+04 1.81032e+05 4.62912e+04 1.39840e+05 4.55515e+04 2.19860e+04 7.69443e+02 1.29342e+05 3.86835e+05 5.53708e+03 1.76442e+05 1.38934e+05 7.30761e+04 4.67154e+05 8.52509e+05 1.51272e+06 6.58280e+04 1.83461e+05 6.66440e+02 7.48529e+03 5.77313e-03 1.39983e+06 6.43576e+04 1.57666e+05 3.55348e+04 1.85797e+04 2.95330e+04 5.97856e+04 2.54163e+04 5.81226e+04 1.63205e+04 1.06686e+04 2.21904e+02 2.41533e+05 2.05966e+05 8.97708e+03 1.87306e+05 1.44355e+05 7.48706e+04 1.03673e+05 1.23503e+05 1.19432e+06 8.05417e+04 1.53345e+05 9.85011e+02 1.71861e+04 1.09683e+00 1.46469e+07 7.90674e+05 1.82166e+07 3.48238e+05 9.94943e+04 3.45386e+05 9.53731e+05 3.28921e+05 1.18733e+06 4.84570e+05 1.80573e+05 9.02693e+03 9.33482e+06 6.60852e+06 1.82537e+05 5.10606e+06 3.27522e+06 1.60876e+06 2.85353e+06 6.49244e+06 1.36709e+07 2.02817e+06 4.12479e+06 9.51878e+03 6.11662e+04 5.44718e-02 1.01509e+04 4.20330e+02 7.11264e+03 5.79581e+03 1.10966e+03 4.29570e+03 9.68268e+03 3.78798e+03 8.42647e+03 2.67135e+03 1.33656e+03 5.77803e+01 1.54208e+04 2.70840e+04 4.37850e+03 6.72256e+04 5.33430e+04 2.71046e+04 1.61303e+04 3.22592e+04 4.45263e+05 3.22757e+04 6.29323e+04 7.30476e+02 7.96345e+03 3.61694e-01 5.42517e+06 2.20560e+05 7.34631e+06 4.38346e+05 5.55284e+04 1.97981e+05 5.07120e+05 1.56822e+05 4.84525e+05 1.88368e+05 8.31783e+04 4.60457e+03 3.78999e+06 2.21506e+06 9.00158e+04 2.22276e+06 1.83633e+06 8.29001e+05 4.89750e+05 8.31738e+05 7.29329e+06 4.16704e+05 1.17326e+06 5.41219e+03 4.40321e+04 2.49772e-01 1.45460e+04 9.17270e+02 9.45069e+03 2.76523e+03 7.67935e+02 2.07597e+03 4.30006e+03 1.68248e+03 2.31330e+03 9.73371e+02 8.37125e+02 4.00389e+01 2.17660e+04 3.99164e+04 3.18852e+03 2.78416e+04 2.72866e+04 1.56766e+04 1.45883e+04 2.61568e+04 1.52340e+05 1.05656e+04 2.53212e+04 5.63408e+02 3.44834e+03 8.44886e-02 9.75706e+06 2.82033e+05 6.05928e+06 4.48724e+06 1.94777e+06 1.79206e+06 4.28072e+06 1.57137e+06 1.46023e+06 1.23301e+06 6.06051e+05 4.25787e+04 4.09434e+06 6.73143e+06 4.66831e+05 6.36106e+06 1.31638e+07 4.60257e+06 6.62574e+06 3.02312e+06 2.70802e+07 1.07709e+07 2.12971e+07 9.13909e+03 2.62292e+06 1.25370e-01 1.04379e+06 2.52458e+04 1.40336e+05 6.07644e+04 1.61026e+04 3.05872e+04 1.05312e+05 5.55716e+04 1.11630e+05 3.88450e+04 1.80488e+04 1.11270e+03 2.83795e+05 1.56854e+05 9.65753e+03 1.81152e+05 1.91251e+05 2.12960e+04 8.18840e+04 1.54421e+05 1.23542e+06 1.04406e+04 2.32423e+05 1.76617e+03 3.14189e-07 5.43097e-01 2.59194e+02 3.32054e+01 7.61873e+03 2.29553e+03 3.83997e+02 1.96223e+03 2.06190e+04 6.33003e+02 9.72658e+02 4.89733e+02 6.63898e+02 6.80971e+01 3.59020e+04 1.70870e+04 4.14208e+03 3.81202e+04 3.21301e+04 3.85630e+04 2.27591e+04 2.63894e+04 2.57554e+05 2.25145e+04 4.56304e+04 1.17475e+03 5.66135e+03 1.28228e-01 1.31444e+07 8.28685e+05 2.43917e+07 6.26507e+06 1.56043e+06 4.63413e+06 6.08489e+06 5.32967e+06 2.40089e+06 3.53375e+06 9.90861e+05 9.64564e+04 9.47625e+06 3.31026e+07 4.04970e+05 8.92297e+06 9.25578e+06 8.34245e+06 1.39308e+07 1.12758e+07 1.32053e+08 4.29418e+06 1.87629e+07 6.94342e+04 6.23465e+05 9.38736e-02 6.83671e+06 6.93583e+03 3.27249e+05 9.83426e+05 9.80842e+05 3.10874e+06 4.43925e+06 2.45061e+06 4.54069e+06 1.67975e+06 1.16726e+06 2.17001e+05 1.18958e+06 8.86250e+06 2.38683e+06 7.68643e+06 5.55568e+06 5.38383e+06 4.05022e+06 8.88425e+05 3.64859e+07 2.03475e-01 3.97621e+06 2.03639e-01 3.25155e+05 1.23574e-01 1.78532e+06 6.19099e+04 7.90550e+06 1.82266e+05 4.63256e+04 1.05505e+05 4.61568e+05 1.12256e+05 2.42402e+05 6.92174e+04 3.67579e+04 1.55633e+03 4.54909e+06 1.47071e+06 5.69036e+04 1.31415e+06 9.27246e+05 4.88559e+05 7.59379e+05 1.19264e+06 3.95645e+06 1.47527e+05 3.24898e+05 2.03168e+03 1.88622e+04 2.63788e+02 8.52361e+04 9.49439e+03 8.64122e+04 1.16224e+05 5.66762e+03 1.72764e+04 6.75597e+04 1.30845e+04 4.63733e+04 1.64308e+04 8.36590e+03 3.58908e+02 1.64849e+05 1.82827e+05 1.39606e+04 2.97331e+05 2.78549e+05 1.48589e+05 1.18274e+05 2.02613e+05 2.08885e+06 1.56844e+05 3.60783e+05 2.53152e+03 1.71787e+04 2.61059e-02 6.92728e+04 8.80584e+03 2.05744e+06 3.03225e+05 1.43306e+05 2.10467e+05 1.34556e+06 6.22292e+05 3.54161e+05 1.13605e+05 6.79501e+04 7.64850e+03 2.35202e+06 9.45948e+05 2.79110e+04 4.25754e+05 2.79621e+05 2.28490e+05 6.15978e+05 5.69640e+05 6.00734e+06 7.04632e+05 1.17847e+06 1.50378e+04 8.98261e+04 2.34382e-01 1.98388e+07 8.49149e+05 9.84610e+05 2.08303e+06 1.45284e+06 1.17092e+06 3.93100e+06 9.96885e+05 3.33822e+06 1.17230e+06 5.57727e+05 2.29727e+04 2.78565e+06 3.37942e+06 1.48555e+05 3.60416e+06 3.06970e+06 1.65775e+06 2.41127e+06 4.28746e+06 2.34842e+07 1.49023e+06 3.97532e+06 2.24912e+04 1.82362e+05 1.70263e-01 3.26430e+04 2.15532e+03 2.31032e+04 1.44131e+04 2.93634e+03 8.71799e+03 1.91986e+04 6.48664e+03 1.64164e+04 4.23815e+03 3.12481e+03 1.96843e+02 3.23307e+04 4.06109e+04 6.83400e+03 8.95957e+04 8.31817e+04 4.66943e+04 5.84467e+04 8.17870e+04 5.60800e+05 3.28045e+04 8.16654e+04 1.39601e+03 8.57194e+03 2.12701e-01 1.71305e+06 6.58788e+04 5.82939e+05 1.84344e+05 1.20842e+05 1.93418e+05 1.41795e+06 2.67494e+05 7.25317e+05 2.56906e+04 1.65862e+04 5.54267e+02 4.12853e+05 9.82532e+05 1.85586e+04 6.13534e+05 4.77275e+05 9.14069e+04 1.17763e+06 3.65324e+05 3.29831e+06 2.06908e+05 6.14060e+05 1.57503e+04 4.38234e+05 4.22504e+05 1.85330e+06 6.37001e-02 2.61473e+05 1.78468e+06 4.81086e+05 1.33712e+06 5.98703e+06 1.33314e+06 1.92773e+06 6.52466e+05 2.24309e+05 1.04406e+05 3.06778e+06 7.74555e+06 2.31748e+06 8.10665e+06 6.09707e+06 2.45603e+06 1.97176e+06 3.97395e+06 5.91773e+07 2.57397e-01 1.19796e+07 1.64943e-01 7.14400e+05 9.10049e-02 9.28714e+04 9.00440e+03 1.37299e+04 1.45025e+04 1.08714e+03 2.84065e+03 5.28504e+03 1.91709e+03 4.69829e+03 1.94123e+03 9.65351e+02 5.06230e+01 1.41597e+04 9.49321e+03 3.57400e+03 3.22994e+04 3.49866e+04 1.47743e+04 1.55246e+04 3.20392e+04 1.41507e+05 1.56229e+04 3.96831e+04 4.40444e+02 2.17377e+03 1.89369e-01 1.27804e+06 6.46211e+04 1.92460e+04 5.03146e+04 1.30616e+04 3.57711e+04 1.21457e+05 3.21041e+04 9.28078e+04 3.28790e+04 1.47161e+04 7.89741e+02 4.95575e+04 1.25492e+05 7.31115e+03 1.27678e+05 1.35929e+05 5.32265e+04 1.13167e+05 1.73442e+05 6.35501e+05 6.06443e+04 1.20632e+05 2.39761e+02 6.53398e+03 6.40693e-01 2.02820e+04 1.14035e+03 1.90308e+02 3.11578e+03 2.18697e+02 5.74367e+02 2.20009e+03 5.25505e+02 1.64780e+03 7.96583e+02 3.96091e+02 2.12221e+01 2.85482e+04 1.86696e+04 3.51412e+03 2.61944e+04 2.42997e+04 3.83773e+04 2.40997e+04 1.31636e+04 5.92417e+05 8.71883e+04 1.48167e+05 7.24698e+03 3.76936e+04 2.22495e-01 4.44192e+04 2.93641e+03 4.34051e+03 4.96453e+02 9.80575e+01 2.71938e+02 1.15199e+03 5.30716e+02 1.01686e+03 3.03034e+02 1.18857e+02 2.12727e+00 2.24073e+04 6.00270e+03 6.67506e+01 1.42296e+03 1.13297e+03 1.15782e+03 2.15495e+03 2.22834e+03 9.94147e+03 9.85507e+02 1.83069e+03 2.61178e+01 1.35174e+02 1.64229e-01 5.68701e+05 2.68766e+04 5.20400e+05 2.35170e+05 7.86073e+04 6.68179e+04 2.16516e+05 9.55508e+03 2.76357e+04 3.02225e+03 1.25501e+04 4.67552e+03 1.21819e+05 1.46897e+05 7.71846e+03 9.94824e+04 2.21262e+05 1.29366e+05 3.53705e+05 1.31144e+05 5.85564e+05 5.00194e+05 1.68477e+05 2.94540e+04 1.41636e+05 5.92071e+00 6.09465e+05 2.27223e+04 2.30475e+05 9.20934e+04 6.49252e+04 8.60206e+04 1.69420e+05 6.74181e+04 1.52056e+05 4.68698e+04 2.63579e+04 1.76994e+03 3.54156e+05 1.24399e+05 1.77384e+04 3.36878e+05 2.47176e+05 1.25482e+05 1.46820e+05 2.48768e+05 1.76380e+06 1.71263e+04 2.35667e+05 2.28116e+03 1.66743e+04 7.40542e-01 2.12332e+05 1.74492e+04 4.24529e+05 1.22014e+05 2.25614e+04 5.88878e+04 9.56268e+04 3.93113e+04 1.04454e+05 3.83006e+04 4.75652e+04 8.05601e+02 8.38566e+05 3.18044e+05 2.54236e+04 3.59602e+05 2.73551e+05 2.31863e+05 1.80185e+05 2.68782e+05 2.18291e+06 3.97801e+05 8.19521e+05 1.05585e+04 5.93961e+04 6.08787e-01 9.17610e+06 1.64170e+05 1.50810e+07 1.00223e+07 6.03302e+06 9.19489e+06 2.19237e+07 1.14719e+07 1.24644e+07 3.79529e+06 2.27461e+06 8.47404e+05 1.93074e+07 2.94337e+07 8.49603e+05 1.09504e+07 2.43553e+07 1.48451e+07 1.36527e+07 2.02043e+07 1.45299e+08 1.28279e+07 1.46578e+07 1.63497e+04 4.69238e+06 3.78873e-01 1.70037e+03 6.83991e+01 4.20369e+03 1.72676e+03 5.04504e+02 1.35580e+03 3.00194e+03 1.13496e+03 2.12348e+03 9.34830e+02 7.08348e+02 1.73160e+01 8.25172e+03 7.16386e+03 2.84622e+03 2.43149e+04 2.16523e+04 1.13679e+04 1.26449e+04 2.08533e+04 2.17009e+05 2.40727e+04 4.93356e+04 1.39453e+03 7.88577e+03 6.11362e-02 7.83770e+04 2.89971e+03 1.97799e+06 5.87208e+04 1.90901e+04 5.10739e+04 1.30318e+05 4.47694e+04 1.62928e+05 5.43093e+04 2.29564e+04 6.17522e+02 1.00965e+06 5.73944e+04 4.23470e+03 1.26410e+05 5.78850e+04 3.67229e+04 4.41403e+04 9.26669e+04 9.76188e+05 9.52260e+04 1.89895e+05 7.05737e+02 4.37994e+03 4.40264e-02 1.27943e+06 6.09051e+04 2.05993e+05 5.49320e+05 1.92356e+05 2.59166e+05 7.97443e+05 3.22879e+05 6.62167e+05 1.63439e+05 8.72396e+04 4.99245e+03 1.53527e+06 4.71657e+05 4.28102e+04 1.21949e+06 6.87425e+05 8.34239e+05 1.14076e+06 9.47179e+05 7.05212e+06 5.65666e+05 1.12653e+06 9.09971e+03 1.14144e+05 3.64276e+01 2.85406e+06 1.40204e+05 2.70601e+05 1.81248e+05 4.05142e+04 8.36530e+04 2.73142e+05 6.74054e+04 2.20061e+05 8.20513e+04 3.74541e+04 1.01989e+03 1.03191e+06 2.54777e+05 1.53937e+04 3.68635e+05 3.91085e+05 1.94655e+05 1.14061e+05 2.52882e+05 2.23881e+06 2.62092e+05 5.60242e+05 2.18454e+03 1.57525e+04 1.03814e+00 5.72095e+05 7.25521e+04 5.14443e+03 8.84399e+03 5.10286e+03 1.03653e+04 3.38130e+04 1.12565e+04 1.94028e+04 9.13398e+03 6.01882e+03 3.71868e+02 1.09707e+04 1.75049e+04 1.26018e+03 1.99029e+04 1.61852e+04 6.18349e+03 1.26950e+04 2.26006e+04 2.73482e+05 1.70226e+04 3.89555e+04 3.15940e+02 3.36232e+03 6.59907e-02 3.03330e+06 1.32300e+05 7.29923e+04 1.81459e+05 3.43017e+05 1.29633e+05 2.12595e+05 5.62574e+04 1.71688e+05 6.17462e+04 3.75669e+04 3.35861e+03 1.97626e+05 5.57120e+05 2.44878e+04 3.16595e+05 2.90318e+05 1.54192e+05 2.03856e+05 3.21740e+05 1.45374e+06 5.70444e+04 1.66653e+05 2.37130e+03 1.60755e+04 6.47148e-01 3.00069e+06 1.29259e+05 4.88695e+05 3.07449e+05 4.79907e+04 2.08931e+05 3.84706e+05 1.11742e+05 3.64869e+05 1.31438e+05 6.21502e+04 4.26149e+03 5.73963e+05 3.35040e+05 3.42755e+04 6.67466e+05 6.06352e+05 3.54172e+05 2.90586e+05 4.75902e+05 3.02543e+06 1.51339e+05 3.41665e+05 2.41083e+03 2.29373e+04 8.31076e-01 9.41395e+06 1.39745e+06 4.45805e+07 1.07985e+07 2.77719e+06 1.38122e+07 1.85533e+07 9.85627e+06 1.75478e+07 1.43097e+07 3.46251e+06 1.15407e+06 1.27472e+07 1.06625e+07 4.61324e+05 5.94596e+06 1.32246e+07 5.90792e+06 2.05125e+07 5.15518e+06 7.50660e+07 1.52061e+07 1.64541e+07 7.06983e-04 2.02904e-01 4.64941e-02 5.24363e+04 6.24740e+03 8.22318e+03 5.06748e+03 1.74955e+03 3.84245e+03 8.51830e+03 3.15349e+03 1.16169e+04 2.94967e+03 1.44467e+03 5.59832e+01 1.74648e+04 3.33305e+04 2.61554e+03 3.33293e+04 2.64284e+04 1.44193e+04 2.21123e+04 4.29262e+04 1.76527e+05 1.11683e+04 2.33521e+04 6.49070e+02 4.56989e+03 8.15620e-01 1.10828e+04 4.80360e+02 1.51848e+04 2.80769e+03 3.07206e+02 1.02307e+03 2.84009e+03 7.89363e+02 2.69473e+03 2.29161e+03 4.12414e+02 1.43468e+01 3.75821e+04 3.05497e+04 2.41376e+03 4.71735e+04 3.90262e+04 2.87184e+04 3.29635e+04 4.55161e+04 9.32329e+05 7.69961e+04 1.64433e+05 1.26571e+03 9.39133e+03 6.39924e-02 3.59687e+05 2.95726e+04 9.61921e+03 1.91220e+04 3.95734e+03 1.19703e+04 3.22402e+04 9.44408e+03 2.81578e+04 1.04889e+04 5.35091e+03 2.09499e+02 2.05423e+04 1.21581e+04 1.79462e+03 3.70826e+04 3.02843e+04 1.57343e+04 7.58203e+03 1.39568e+04 1.46783e+05 8.23191e+03 2.02932e+04 1.17837e+02 1.05494e+03 1.59062e-03 1.90592e+06 1.08533e+05 1.17654e+05 6.13852e+04 8.76258e+03 2.58867e+04 7.63944e+04 2.10765e+04 6.24462e+04 2.36825e+04 1.08660e+04 5.74065e+02 4.00893e+05 3.27446e+04 1.53470e+04 2.36033e+05 1.95124e+05 1.17819e+05 9.52661e+04 1.49755e+05 8.90653e+05 2.43313e+04 8.50718e+04 7.52787e+02 4.37841e+03 4.90391e-01 3.44160e+06 1.05549e+06 1.81673e+07 6.37856e+06 1.23682e+06 2.58521e+06 4.85525e+06 1.12459e+06 3.89465e+05 2.37968e+05 4.21104e+05 1.00684e+04 4.56210e+06 4.08026e+06 1.40426e+05 1.80993e+06 4.02553e+06 1.25966e+06 7.19204e+06 2.84296e+06 1.92796e+07 1.49154e+06 8.19483e+06 1.47357e+03 4.22915e+05 1.08976e-01 2.14359e+07 2.16020e+06 3.83622e+07 5.04083e+07 3.99216e+07 3.10494e+07 1.22995e+08 6.57265e+07 1.16657e+08 3.37668e+07 9.46800e+06 1.39377e+00 5.68782e+07 6.62739e+07 1.29798e+06 1.67295e+07 3.72086e+07 1.92640e+07 1.25949e+08 7.69276e+07 3.16672e+08 5.83672e+06 8.16644e+07 4.42505e+05 5.23481e+07 9.31180e-01 5.30795e+05 2.81156e+04 1.13401e+07 4.02258e+06 1.13014e+06 1.22891e+06 6.66978e+06 1.36580e+06 1.23027e+06 4.58426e+05 2.71581e+05 8.62452e-01 4.69101e+06 9.43649e+06 7.27872e+04 9.38147e+05 2.08657e+06 1.30824e+05 1.38468e+06 5.10396e+06 4.39077e+06 8.76476e+06 8.39896e+05 5.12137e-01 3.82704e+05 1.15705e-01 6.63574e+05 7.02979e+04 1.22219e+06 3.24353e+04 8.04867e+03 3.08029e+04 7.14081e+04 3.05701e+04 1.09963e+05 3.10941e+04 1.41433e+04 5.58928e+02 3.97816e+05 1.43135e+05 9.02408e+03 2.35194e+05 1.26105e+05 6.55316e+04 1.55018e+05 2.47242e+05 1.00124e+06 6.62811e+04 1.05744e+05 7.49072e+02 8.46421e+03 4.21732e-01 1.75808e+06 1.06970e+05 2.66364e+05 4.49451e+05 1.34042e+05 2.40721e+05 6.78784e+05 1.76993e+05 6.46394e+05 1.52938e+05 7.87486e+04 3.19101e+03 8.00891e+05 5.34855e+05 3.47376e+04 9.04184e+05 7.65555e+05 3.67906e+05 6.30838e+05 1.10617e+06 9.69374e+06 7.80538e+05 1.47239e+06 1.01754e+04 1.02797e+05 3.26494e+00 5.89951e+05 4.20755e+04 1.88090e+05 1.18913e+05 7.77918e+04 1.15510e+05 3.66815e+05 8.31528e+04 2.48219e+05 6.73064e+04 4.26630e+04 1.48862e+03 3.96984e+05 1.91571e+05 2.29187e+04 5.37971e+05 3.95171e+05 1.86771e+05 2.10866e+05 4.25122e+05 3.10077e+06 2.28700e+05 4.87084e+05 4.21477e+03 2.80041e+04 7.33033e-01 1.67315e+06 1.91342e+05 3.47527e+05 1.26606e+06 7.63618e+04 2.56441e+05 7.13767e+05 3.58454e+05 5.04668e+05 1.93875e+05 9.20523e+04 8.84051e+03 4.90230e+05 1.42997e+06 9.16678e+04 1.80100e+06 1.64250e+06 1.03028e+06 8.86388e+05 1.20983e+06 8.66839e+06 8.44819e+05 1.44745e+06 1.29334e+04 9.36234e+04 3.78708e-01 3.02450e+04 2.07714e+03 1.59344e+04 2.62417e+04 4.40391e+03 1.42092e+04 3.28607e+04 9.22287e+03 3.18821e+04 9.27365e+03 5.72752e+03 3.27763e+02 1.57062e+04 1.97953e+04 2.23116e+03 2.68663e+04 3.53334e+04 1.61398e+04 1.44884e+04 2.90252e+04 1.52025e+05 7.68741e+03 4.55864e+04 8.98894e+02 5.98332e+03 1.03189e-01 1.10652e+06 5.37999e+03 3.81180e+05 1.20308e+06 3.19455e+05 8.71118e+05 2.02580e+06 6.57136e+05 1.66642e+06 8.53540e+05 2.54223e+05 3.80963e+04 4.01514e-01 1.83032e+06 5.14817e+05 2.54550e+06 1.48533e+06 6.29772e+05 1.69523e+06 9.94263e+05 7.21057e+06 6.83898e+04 9.92484e+05 4.56817e-01 4.77215e+05 2.79133e+00 5.75078e+06 1.56498e+05 4.43143e+05 6.16435e+05 9.21230e+04 2.95840e+05 6.16871e+05 1.34190e+05 5.17231e+05 2.09766e+05 9.62739e+04 6.00466e+03 1.49284e+06 6.03319e+05 3.70421e+04 7.77870e+05 6.53203e+05 3.84997e+05 5.00554e+05 7.54243e+05 4.92691e+06 3.18488e+05 7.23609e+05 4.52766e+03 3.71859e+04 2.88512e+00 2.11767e+06 1.20334e+05 1.86309e+05 3.69558e+05 3.28144e+04 8.29283e+04 2.83503e+05 1.11199e+04 1.22175e+05 8.53198e+04 4.13454e+04 3.12330e+03 1.00675e+06 3.04726e+05 1.35901e+03 5.49868e+04 6.17067e+04 2.74667e+04 2.69173e+04 6.25444e+04 1.84056e+06 3.23223e+04 2.33602e+05 4.56223e+02 1.00887e+04 7.00477e-06 4.84588e+06 2.75153e+05 3.19189e+06 4.80841e+05 7.16503e+04 2.78464e+05 5.17738e+05 2.24295e+05 6.25946e+05 1.80416e+05 1.06095e+05 6.99900e+03 2.30464e+06 1.21823e+05 2.69443e+04 5.64890e+05 4.46729e+05 2.37003e+05 4.01910e+05 6.31015e+05 3.20553e+06 9.10246e+04 2.59277e+05 1.69374e+03 1.60608e+04 1.15174e+00 1.42947e+06 8.92873e+04 3.15429e+06 1.07265e+06 1.93471e+05 7.19711e+05 2.47212e+06 6.86112e+05 2.41352e+06 2.94687e+05 3.76729e+05 1.79758e+04 1.25092e+06 2.42285e+06 5.58324e+05 2.74689e+06 1.06588e+06 7.56301e+05 5.75829e+06 1.64446e+06 1.96247e+07 1.27416e+06 5.29652e+06 2.32804e-01 2.14164e+05 2.30168e-01 2.05834e+04 8.34362e+02 1.70459e+04 4.65703e+03 1.29761e+03 2.78136e+03 6.47834e+03 2.25173e+03 4.79647e+03 1.82867e+03 1.24635e+03 5.66856e+01 4.12520e+04 2.08797e+04 8.39199e+03 7.49300e+04 7.09390e+04 3.93399e+04 6.49523e+04 1.24695e+05 2.05480e+05 1.89321e+04 3.77454e+04 7.31789e+02 2.84559e+03 6.79338e-02 3.37951e+06 1.49960e+05 5.94231e+05 8.45068e+05 6.39501e+05 4.13057e+05 1.10462e+06 4.28947e+05 1.36148e+06 2.68453e+05 2.12622e+05 8.29262e+03 1.63935e+06 2.72385e+06 1.02692e+05 2.28528e+06 1.99076e+06 1.05525e+06 1.37928e+06 2.19827e+06 1.32593e+07 1.02431e+05 1.97132e+06 1.29967e+04 1.21358e+05 1.72227e+00 9.41576e+05 3.21396e+05 4.53666e+06 3.03830e+06 5.42830e+05 6.41115e+05 1.93045e+06 1.35003e+05 1.24549e+06 1.25997e+05 1.94033e+03 7.22868e+02 1.88049e+05 2.03394e+06 1.41479e+04 1.82351e+05 4.05573e+05 9.97276e+05 4.21297e+05 1.19336e+06 3.42832e+06 1.07335e+06 1.08811e+06 1.55863e+00 1.52274e+05 2.03413e-01 1.56643e+07 7.43743e+05 4.41942e+06 2.59998e+06 7.61453e+05 1.40146e+06 3.84731e+06 1.03268e+06 3.22792e+06 1.09713e+06 5.60188e+05 3.01777e+04 1.09682e+07 3.00599e+06 1.87978e+05 4.50117e+06 3.58302e+06 2.03074e+06 2.49143e+06 4.55084e+06 2.42026e+07 7.84871e+05 3.30430e+06 1.84959e+04 1.83066e+05 3.44499e-01 6.49152e+05 2.84034e+04 1.01877e+05 2.25761e+05 1.60118e+05 1.03637e+05 2.93082e+05 7.66190e+04 2.17585e+05 7.24475e+04 4.06766e+04 1.85968e+03 3.19971e+05 2.08269e+05 1.42458e+04 3.30683e+05 2.92898e+05 1.73289e+05 1.88251e+05 3.47679e+05 2.53860e+06 1.71685e+05 4.39307e+05 2.42296e+03 1.90903e+04 1.54535e+02 6.20989e+05 4.90449e+04 2.50035e+04 1.95773e+04 4.83296e+03 1.28145e+04 3.39266e+04 1.01175e+04 2.53043e+04 9.59228e+03 4.74938e+03 2.40801e+02 3.12999e+04 1.87281e+05 7.70451e+03 1.19716e+05 1.08501e+05 5.57231e+04 7.95464e+04 1.46948e+05 4.87314e+05 4.34170e+04 8.66845e+04 8.15823e+02 4.95198e+03 2.53505e-02 5.20242e+05 2.73802e+04 6.66860e+04 1.93425e+05 1.36427e+05 2.56165e+05 2.27156e+05 8.53629e+04 1.21280e+05 1.21290e+05 9.21047e+04 1.09278e+04 1.92357e+05 8.55796e+05 1.29217e+05 5.41347e+05 4.63538e+05 1.25968e+05 1.12638e+06 5.74446e+05 2.52749e+06 5.28479e-01 2.62949e+05 1.48906e+04 4.62078e+04 4.97805e-01 3.42235e+06 1.68118e+06 7.46565e+04 1.38223e+05 1.46031e+05 9.37971e+04 8.22891e+04 9.36075e+04 7.50558e+04 8.81584e+04 1.02581e+05 1.16460e+05 6.44013e+04 3.34873e+06 5.89523e+05 5.67510e+05 6.17432e+05 6.36097e+05 3.24116e+05 2.79477e+05 5.65303e+05 5.56484e+05 5.70833e+05 5.90527e+05 6.16283e+05 1.93771e+04 2.34178e+05 9.04126e+04 1.78382e+04 4.25979e+04 1.10232e+04 2.79381e+04 4.01213e+04 1.43869e+04 2.95273e+04 1.06577e+04 7.81506e+03 3.48141e+02 4.48250e+04 2.72829e+04 5.82256e+03 8.37264e+04 6.24902e+04 3.51363e+04 5.62387e+04 1.01282e+05 4.54608e+05 4.04739e+04 8.29552e+04 9.56037e+02 6.17166e+03 1.43680e+00 5.45934e+06 1.21921e+05 2.92576e+05 2.15080e+05 1.20625e+05 3.98720e+06 1.62955e+06 1.13117e+06 6.11195e+06 1.86615e+05 1.76599e+05 1.14300e+04 1.50572e+06 4.17615e+06 8.79700e+05 2.93206e+06 1.37305e+06 2.32018e+05 5.03673e+06 3.19206e+06 1.77680e+07 2.40914e-01 1.79061e+06 2.46590e-01 3.79793e+05 9.66936e-02 2.94760e+07 1.25918e+06 3.82201e+06 9.04688e+06 2.03609e+06 4.98283e+06 1.36376e+07 7.47901e+06 9.65388e+06 6.38872e+06 1.63433e+06 9.96121e+05 1.77318e+07 3.66528e+07 9.93652e+06 1.97738e+07 2.86343e+07 1.46086e+07 3.13086e+07 1.34154e+07 3.03745e+08 2.32024e+07 7.75469e+07 1.99288e-01 4.83175e+06 7.02298e-02 8.26204e+04 9.22467e+03 2.75147e+04 1.21425e+04 3.00895e+03 1.23027e+04 2.46671e+04 9.77793e+03 1.52152e+04 5.03586e+03 7.14046e+03 2.29213e+02 4.19592e+04 3.27123e+04 5.41610e+03 6.51184e+04 5.56446e+04 3.08076e+04 6.02392e+04 9.12819e+04 8.80188e+05 7.24010e+04 1.36778e+05 1.78182e+03 1.31809e+04 2.52689e-01 4.20197e+05 3.01023e+04 2.09094e+06 4.68621e+04 1.19513e+04 4.11905e+04 1.06263e+05 3.90228e+04 7.85072e+04 2.24217e+04 1.38642e+04 9.74193e+02 6.49830e+05 1.53777e+05 5.55150e+03 1.38169e+05 7.37453e+04 3.64383e+04 1.25263e+05 1.72399e+05 1.93591e+06 6.62226e+04 1.36484e+05 1.14175e+03 1.27424e+04 5.65231e-02 1.87455e+05 1.46330e+04 6.83756e+03 6.04479e+03 1.05218e+03 3.47693e+03 1.10549e+04 2.85392e+03 9.26619e+03 2.91088e+03 1.27581e+03 3.76932e+01 1.99011e+04 3.09372e+04 2.60522e+03 6.26519e+04 5.27615e+04 2.83813e+04 1.26443e+04 2.52034e+04 1.94254e+05 8.51257e+03 2.59118e+04 9.01432e+01 8.26294e+02 2.05027e-02 2.33130e+05 9.65028e+02 4.22152e+04 1.59863e+05 5.67646e+04 1.41806e+04 9.96833e+04 3.96545e+04 5.27724e+04 5.77121e+03 9.97735e+03 3.71705e+03 9.29657e+04 2.64307e+05 1.08495e+04 1.53167e+05 3.02551e+05 9.96984e+04 2.98518e+05 1.20165e+05 3.14430e+05 2.90447e+05 2.62780e+05 1.04785e+05 7.55446e+04 1.17181e-01 1.05357e+07 1.11334e+05 3.19666e+06 8.38321e+06 5.87607e+05 1.20812e+07 9.97797e+06 1.07287e+07 1.98360e+07 3.46158e-01 2.02347e+06 3.00700e+05 9.90450e+06 4.20732e+07 1.26364e+06 4.07693e+07 2.06666e+07 1.17616e+07 2.47764e+07 2.15966e+07 3.85263e+08 3.82224e-01 1.50836e+08 7.71871e-04 2.21527e-01 8.86199e-02 6.77695e+06 1.65905e+05 1.23596e+06 5.60858e+05 6.22293e+04 3.11235e+05 4.58114e+05 1.19516e+05 3.79567e+05 1.46040e+05 6.94091e+04 4.92726e+03 3.03189e+06 6.98529e+05 5.20005e+04 1.02099e+06 1.01498e+06 5.16558e+05 6.00324e+05 9.93745e+05 3.63621e+06 1.20588e+05 4.45208e+05 2.28635e+03 1.70993e+04 1.91281e+00 8.70362e+06 5.40818e+05 4.21335e+05 2.35111e+06 5.39647e+05 4.04189e+05 2.05975e+06 6.51390e+05 4.00002e+05 8.73690e+04 3.75539e+05 7.82568e+03 2.34357e+06 2.61616e+06 2.20105e+06 4.80784e+06 3.60935e+06 6.54008e+06 3.57640e+06 3.53237e+06 2.34628e+07 1.91100e-01 8.06839e+06 1.39455e-01 1.16176e+06 2.69526e-01 4.82407e+04 7.40691e+04 7.52532e-02 2.15815e-01 2.23063e-01 2.29225e-01 1.91331e+03 7.56224e-02 1.41415e-01 1.54652e-02 2.67365e-02 9.96066e-03 2.21344e+04 3.81183e-01 9.79869e+02 2.70371e+04 1.89339e+04 5.70126e+03 5.22332e+04 2.89028e+04 7.23404e+04 2.30889e+04 1.09884e+04 5.30384e+00 1.52220e+03 1.81869e-01 4.22896e+06 1.82724e+05 3.22135e+05 8.11527e+05 2.66367e+05 3.59019e+05 1.13936e+06 2.67583e+05 8.44494e+05 3.05964e+05 1.51427e+05 7.38400e+03 7.14051e+05 4.63985e+05 8.83842e+04 2.08740e+06 1.95861e+06 1.00075e+06 5.14841e+05 9.21325e+05 5.52315e+06 3.43795e+05 9.50703e+05 5.63587e+03 3.59452e+04 1.43189e-01 1.05853e+06 8.33742e+04 5.00248e+05 8.56707e+04 1.35352e+04 3.04662e+04 7.93211e+04 2.24746e+04 7.41694e+04 2.88252e+04 1.55891e+04 1.38286e+03 2.70107e+05 1.12752e+05 1.32822e+04 1.93094e+05 1.78374e+05 1.12831e+05 5.01372e+04 8.56894e+04 7.00167e+05 3.98918e+04 9.06224e+04 6.29197e+02 4.87875e+03 8.43100e-01 6.86733e+05 2.22069e+04 5.56421e+05 3.71896e+05 4.99655e+04 3.32911e+05 8.17225e+05 2.82127e+05 4.47837e+05 1.12897e+05 6.99731e+04 1.46071e+03 6.61073e+05 4.37959e+05 2.81136e+04 1.86678e+06 4.64098e+05 2.09940e+05 4.93675e+05 6.02612e+05 1.47328e+07 1.54380e+05 5.42297e+05 1.83614e+03 3.81223e+04 2.12843e-05 8.23935e+05 7.38540e+04 1.77273e+04 3.73357e+04 2.02626e+04 2.30596e+04 5.71135e+04 1.65091e+04 3.75295e+04 1.24501e+04 8.63432e+03 6.69648e+02 3.10185e+04 3.16380e+05 1.37577e+04 2.08698e+05 2.07748e+05 1.17394e+05 1.08675e+05 1.86357e+05 3.35370e+05 8.82494e+03 3.38208e+04 3.75081e+02 2.94383e+03 2.51562e-02 1.43798e+06 5.36564e+04 1.13514e+05 1.49612e+05 1.22169e+05 9.67554e+04 2.65227e+05 6.62656e+04 1.89501e+05 5.96715e+04 4.19002e+04 1.66536e+03 2.59757e+05 1.91932e+05 1.56018e+04 3.16124e+05 2.70571e+05 1.31542e+05 1.25992e+05 2.27266e+05 1.85567e+06 1.05428e+04 2.87350e+05 2.21045e+03 3.22376e+04 2.31023e-01 2.63692e+04 8.44915e+03 8.50364e+04 1.90857e+06 6.57987e+06 1.60734e+06 1.88648e+06 1.30283e+06 2.14622e+07 5.94658e+05 3.39270e+06 1.26395e+06 1.77818e+06 3.99547e+06 5.02158e+05 6.47226e+06 1.43952e+07 6.69545e+05 4.12886e+06 2.22711e+05 1.02565e+07 2.26851e+05 1.21850e+06 1.59079e+04 4.56558e+06 1.64260e-02 2.20319e+06 4.49972e+03 4.99468e+04 8.62620e+05 3.13831e+05 5.05814e+05 2.43663e+06 5.61841e+05 1.55950e+06 1.10008e+06 8.92266e+04 1.76722e+04 9.86224e+05 2.20926e+06 4.21289e+05 1.09193e+06 2.10282e+06 4.73467e+05 1.86293e+06 1.81804e+06 1.11399e+07 1.12810e+06 2.63574e+06 1.72045e+00 4.79789e+05 3.14179e-02 3.04182e+05 7.19650e+04 1.11929e+04 1.73625e+05 6.31347e+03 2.27365e+04 5.20781e+04 2.86077e+04 6.11093e+04 1.03607e+04 5.95822e+03 5.31424e+02 2.46627e+05 9.33221e+04 5.23481e+03 1.04355e+05 7.50615e+04 1.05914e+05 1.66022e+05 1.01794e+05 1.06407e+06 1.34851e+05 2.82032e+05 2.80359e+03 1.90067e+04 6.39437e-01 1.98761e+08 8.02829e+06 3.66290e+07 4.50983e+07 2.26872e+07 1.44299e+07 8.47514e+07 4.26215e+07 3.97454e+07 1.34519e+07 8.65517e+06 6.92161e+06 2.83970e+07 1.00276e+08 2.58388e+06 3.33034e+07 7.40714e+07 9.02163e+06 1.20103e+08 2.61501e+07 2.21296e+08 6.75770e+07 4.30627e+07 7.27957e+04 2.08924e+07 4.79442e-01 5.99943e+07 7.17993e+06 4.72877e+07 2.88764e+07 6.07654e+06 7.50974e+06 1.36043e+07 3.99522e+06 5.52423e+06 6.89688e+06 7.96721e+05 8.99216e+04 3.41495e+06 2.98165e+07 1.34323e+06 1.73128e+07 3.85060e+07 1.32524e+07 3.45404e+07 3.28045e+06 4.69009e+07 1.38770e+05 5.27250e+06 2.20751e-03 6.33555e-01 3.81103e-02 7.84335e+06 5.02616e+05 5.51352e+07 6.01911e+06 1.08643e+06 7.50060e+05 8.18429e+06 4.33254e+06 3.63429e+06 2.07564e+06 4.24594e+05 4.21692e+04 1.69196e+06 1.35652e+07 2.04062e+05 2.63013e+06 5.84978e+06 4.80623e+06 4.06649e+06 9.95529e+05 2.42867e+07 2.98356e+00 9.26400e+06 2.92536e+03 8.39577e+05 2.55028e-01 2.61649e+06 1.90928e+05 4.57725e+07 1.97908e+06 2.07595e+05 4.98716e+05 1.28997e+06 3.58333e+05 1.18764e+06 7.21157e+05 2.64010e+05 3.34280e+04 1.26229e+07 3.65234e+06 1.89053e+05 3.19531e+06 2.98397e+06 1.61732e+06 4.25268e+06 6.33760e+06 2.19036e+07 2.37981e+06 6.53016e+06 1.75879e+04 2.32796e+05 3.38823e-02 5.19441e+06 6.44510e+05 4.16313e+05 5.70503e+06 4.19343e+05 5.42489e+06 3.34762e+07 1.97927e+06 2.27663e+07 3.93630e+05 3.49039e+05 7.28949e+04 1.70805e+06 3.05047e+06 8.37056e+05 4.66115e+06 2.72305e+06 2.09454e+06 5.32371e+06 1.26545e+06 3.64560e+07 3.74462e+02 6.20653e+06 5.40600e-01 3.16383e+05 4.28858e-03 7.78348e+05 3.88923e+04 6.35119e+05 2.70958e+06 3.18609e+05 4.05292e+05 3.12170e+06 1.05207e+06 3.49249e+06 3.98002e+03 9.40000e+05 1.00226e+06 1.39320e+06 4.63284e+06 1.41170e+05 1.81952e+06 4.04687e+06 1.75232e+06 9.10639e+06 3.55059e+06 3.72464e+07 4.63542e+05 6.24304e+06 5.11302e+02 1.46744e+05 4.18320e-01 1.25325e+07 6.02096e+05 3.76482e+06 1.11318e+07 1.22367e+07 8.60038e+06 1.96836e+07 1.64965e+07 2.35665e+07 5.98674e+06 4.05961e+06 7.44351e+05 1.35766e+07 2.55273e+07 9.39201e+06 3.00430e+07 3.49021e+07 2.35587e+07 4.31387e+07 1.34512e+07 1.66120e+08 3.75065e+07 8.72609e+07 1.10573e+05 5.17040e+06 1.51288e-01 6.04072e+05 2.80635e+04 1.16629e+05 9.82157e+04 1.52247e+04 3.43288e+04 9.36153e+04 3.99385e+04 6.29874e+04 2.18676e+04 1.13238e+04 5.92066e+02 3.38959e+05 1.72262e+05 1.46400e+04 3.34991e+05 2.14547e+05 1.41655e+05 1.00032e+05 1.85041e+05 1.71647e+06 8.40052e+04 2.02368e+05 3.32135e+01 9.98701e+03 4.96337e-02 2.09772e+07 1.81500e+06 1.32038e+06 2.90879e+07 2.50908e+06 1.55562e+07 2.45341e+07 1.43922e+07 3.21275e+07 4.88911e+06 4.40439e+06 4.32802e+05 2.46285e+07 1.19040e+07 2.27811e+06 9.94665e+07 2.07568e+07 1.54662e+07 4.78683e+07 2.46715e+07 4.14175e+08 2.80361e-01 1.31728e+08 1.78187e+05 3.70663e+06 1.35993e+02 8.26017e+05 3.23975e+04 3.80064e+05 3.22662e+05 6.84234e+04 1.71725e+05 5.79484e+05 1.14299e+05 3.70480e+05 1.24725e+05 6.35967e+04 3.93977e+03 5.14876e+05 3.30223e+05 1.93448e+04 4.88422e+05 3.59455e+05 1.95667e+05 3.24159e+05 5.25759e+05 6.63960e+06 4.11546e+05 1.20807e+06 7.03652e+03 4.96161e+04 7.16409e-02 3.73322e+06 6.11746e+05 3.14922e+06 6.67538e+05 1.10294e+06 6.70986e+04 1.81531e+06 1.24649e+06 1.11458e+06 1.01986e+05 1.93702e+05 4.10586e+04 3.12893e+06 1.79654e+06 2.43608e+04 3.13983e+05 6.98342e+05 8.33125e+03 2.81692e+06 1.11377e+06 2.61026e+06 9.97342e+04 3.34034e+05 7.67177e+03 2.20180e+06 7.56476e+01 1.38352e+07 3.58602e+05 2.56815e+05 1.93746e+06 4.96137e+05 3.85325e+05 1.82822e+06 1.66447e+05 3.11259e+05 3.40394e+04 9.85461e+05 3.67133e+05 1.36007e+06 2.75831e+06 3.40842e+04 4.39307e+05 9.77080e+05 2.26653e+06 2.66966e+06 1.55915e+06 2.95790e+06 1.00312e+06 1.18972e+06 4.29583e+03 1.23290e+06 3.49519e+01 2.88107e+05 4.44426e+04 5.35060e+07 6.91672e+05 3.02500e+05 2.20740e+05 8.44094e+06 5.62450e+05 2.45965e+05 4.14446e+04 4.25925e+05 4.89448e+04 4.99042e+05 5.76367e+05 5.09693e+04 6.56938e+05 1.46112e+06 3.74619e+05 3.52219e+05 9.26885e+05 1.85359e+07 8.11347e+04 6.40775e+05 2.00048e+04 1.80871e+05 6.95273e-02 3.84669e+04 2.95675e+00 1.13472e+04 1.17783e+04 6.61438e+03 8.21405e+02 3.90606e+03 5.09188e+03 2.06908e+03 4.24621e+03 1.48368e+03 5.52743e+02 1.03832e+04 1.48067e+04 2.04027e+03 6.36233e+03 7.11555e+04 1.82495e+03 4.57954e+03 3.88588e+03 3.48689e+04 2.09189e+04 1.18347e+04 3.84044e-03 1.10221e+00 2.20062e+00 1.58259e+06 3.23896e+04 3.26577e+05 6.68856e+04 1.72076e+04 8.81433e+04 8.76813e+04 2.05930e+04 8.16062e+04 2.80207e+04 1.33088e+04 4.25271e+02 1.06672e+06 2.09143e+05 9.77679e+03 2.89618e+05 2.05229e+05 1.08140e+05 3.91899e+04 1.09940e+05 1.27765e+06 8.31675e+04 1.97171e+05 8.19368e+02 7.27127e+03 9.13926e+00 2.40265e+04 1.70138e+04 2.18046e+03 1.84954e+05 1.23320e+04 1.72626e+05 7.32787e+04 5.17609e+04 3.34182e+04 1.55118e+03 5.79841e+03 3.52280e+03 3.27083e+05 6.35409e+05 1.64907e+05 9.01254e+05 5.63508e+05 2.31483e+04 4.89258e+05 2.07563e+05 1.99692e+06 4.74603e-01 3.91428e+05 1.33321e+00 1.59585e+04 1.98220e+00 8.43073e+05 3.57227e+04 1.92258e+05 2.36832e+05 4.98440e+04 1.49386e+05 2.71963e+05 8.59157e+04 3.31593e+05 7.30890e+04 6.27641e+04 2.63156e+03 4.62246e+05 3.27588e+05 3.85293e+04 7.44300e+05 6.69864e+05 4.19992e+05 3.26827e+05 4.77116e+05 7.10244e+06 5.63743e+05 1.28103e+06 1.04683e+04 7.09211e+04 1.43197e+00 7.04819e+04 5.31497e+03 4.84674e+04 1.43893e+04 5.17288e+03 1.01811e+04 2.76842e+04 8.73327e+03 2.00406e+04 6.84964e+03 4.13343e+03 1.71747e+02 9.75989e+04 1.46312e+04 1.41923e+03 2.98008e+04 2.36468e+04 1.19713e+04 1.04290e+04 2.04984e+04 2.77650e+05 1.75273e+04 3.93012e+04 2.65503e+02 2.14441e+03 9.85225e-01 8.89472e+05 7.40663e+04 8.69249e+03 5.84952e+03 7.77967e+02 3.41466e+03 8.75927e+03 2.42956e+03 7.11541e+03 1.93207e+03 1.06865e+03 2.13431e+01 2.03830e+04 8.77680e+03 3.24885e+02 1.20779e+04 1.02135e+04 4.84486e+03 1.14255e+04 2.42362e+04 7.97622e+04 5.11889e+03 1.04736e+04 3.09938e+01 3.14636e+02 4.85805e-06 1.68743e+05 5.67927e+03 7.23216e+06 6.47404e+04 7.03951e+03 3.60989e+04 8.54445e+04 2.92717e+04 1.26858e+05 4.37539e+04 1.54698e+04 6.42938e+02 2.62517e+06 9.21854e+04 6.16593e+03 2.36673e+05 1.44914e+05 5.41451e+04 1.03823e+05 2.16408e+05 2.01722e+06 2.75976e+05 4.10206e+05 5.71652e+02 8.33693e+03 9.59536e+01 7.11096e+03 2.71585e+02 1.24399e+04 1.30318e+05 3.57065e+04 6.75117e+04 1.50487e+05 5.02754e+04 1.34565e+05 6.33148e+04 4.01070e+04 1.94950e+03 2.86502e+04 3.91013e+04 1.15220e+03 4.34684e+04 2.75238e+04 1.34134e+04 2.16600e+04 3.01724e+04 7.99355e+05 4.62807e+04 1.05937e+05 1.31364e+03 1.29317e+04 8.77970e-02 6.16372e+05 6.71354e+02 4.99574e+04 3.94649e+05 4.80081e+05 3.05113e+05 2.06878e+05 7.93669e+04 2.40126e+05 4.86708e+04 8.65631e+04 2.03613e+04 7.66102e+04 8.77659e+05 3.00195e+05 1.21963e+06 1.52543e+06 2.39900e+05 1.58497e+06 7.05911e+05 1.63935e+06 3.66015e-01 3.54655e+05 5.17715e-01 2.69342e+05 1.47418e+01 8.79669e+04 2.39528e+02 5.35731e+04 6.30181e+04 1.04532e+05 5.40847e+04 2.87291e+05 2.36817e+05 1.36796e+05 2.53332e+04 6.70431e+02 2.33752e+02 2.45662e+05 6.36292e+05 3.40082e+05 7.46623e+05 4.13304e+05 3.51123e+05 8.05012e+05 1.03648e+06 1.08476e+07 2.50417e+04 1.61458e+06 1.22317e+04 8.74062e+04 8.26428e-01 1.11071e+06 4.55656e+05 1.07347e+03 1.48044e+04 5.11198e+04 6.29238e+03 2.51787e+04 5.22004e+03 3.45660e+04 6.12031e+03 3.95023e+03 1.88898e+02 2.80463e+05 7.97917e+05 6.59515e+04 1.40545e+06 2.66195e+05 5.66543e+05 2.70831e+05 3.79159e+05 1.14009e+07 8.27238e+05 2.18469e+06 2.07024e+04 2.77341e+04 1.98928e-01 1.78220e+06 7.32354e+04 1.46040e+05 6.23427e+04 7.14162e+03 4.60330e+04 1.08509e+05 3.80612e+04 9.69565e+04 2.98248e+04 1.64150e+04 7.73733e+02 2.65661e+05 1.42791e+05 1.19420e+04 1.78495e+05 1.49620e+05 8.47795e+04 1.29263e+05 1.97252e+05 9.96658e+05 7.24312e+04 1.29770e+05 1.62747e+03 1.28412e+04 2.24454e-01 1.05822e+06 6.43261e+04 1.60677e+04 3.85481e+04 6.13901e+03 2.07102e+04 4.88270e+04 1.52453e+04 4.18434e+04 1.61879e+04 8.06781e+03 4.54708e+02 5.09056e+04 3.37903e+04 5.90598e+03 1.25453e+05 1.08068e+05 5.43344e+04 4.21325e+04 1.05218e+05 5.06989e+05 2.05943e+04 5.72362e+04 3.79146e+02 3.39282e+03 1.55434e+01 9.27901e+06 9.02620e+05 1.51690e+07 5.19891e+06 1.09385e+06 1.41552e+06 5.30576e+06 1.28271e+06 9.34453e+06 6.88922e+05 2.98105e+05 6.78329e+04 5.33355e+06 2.07647e+06 4.14241e+05 5.33911e+06 1.18749e+07 5.88510e+06 4.84229e+06 4.98057e+06 1.53274e+07 1.35065e+05 2.42957e+06 2.47384e+00 1.20999e-02 3.72451e-02 1.34436e+05 3.33389e+04 9.94597e+03 1.13491e+04 3.29397e+03 3.67758e+03 1.01141e+04 3.29373e+03 8.72034e+03 2.82804e+03 1.29099e+03 4.51872e+01 2.77606e+04 8.84848e+04 1.03259e+04 1.47533e+05 1.25707e+05 7.77108e+04 5.06179e+04 8.50221e+04 4.39422e+05 3.83622e+04 7.78967e+04 6.48364e+02 3.46704e+03 7.33959e+02 3.48557e+06 1.90681e+05 1.70445e+04 1.41768e+05 2.35840e+04 6.08487e+04 1.89903e+05 4.23453e+04 1.58319e+05 6.81656e+04 2.96901e+04 1.41464e+03 5.74350e+04 1.35532e+05 9.56585e+03 2.02419e+05 1.65862e+05 8.78256e+04 8.50483e+04 1.59847e+05 1.06962e+06 6.39806e+04 1.40470e+05 8.83148e+02 6.52714e+03 1.65072e-01 8.47013e+04 2.30554e+03 5.52284e+03 3.93320e+04 2.24303e+04 1.21499e+04 4.91543e+04 5.55411e+03 2.41305e+05 1.23029e+03 3.36710e+04 7.31610e+02 1.39541e+04 1.94410e+05 1.26732e+05 2.72872e+05 3.04764e+05 1.40110e+05 3.55370e+05 1.99499e+05 1.87203e+06 8.82366e+00 4.43144e+05 3.66727e+04 4.94171e+04 4.52314e-02 7.72519e+05 1.27872e+05 1.91602e+05 3.65354e+04 4.97568e+03 1.47587e+04 4.40289e+04 1.18922e+04 3.70159e+04 1.28972e+04 5.56752e+03 2.73105e+02 2.17651e+05 7.64394e+04 7.50743e+03 1.11603e+05 8.42989e+04 5.04660e+04 4.42487e+04 8.06105e+04 5.45699e+05 3.34459e+04 9.58279e+04 5.18261e+02 3.28540e+03 7.21953e-01 1.27404e+05 6.58389e+03 5.46058e+03 2.43530e+05 2.53868e+05 5.73617e+04 1.10983e+05 5.78852e+04 3.58544e+04 3.92105e+03 8.59758e+04 1.60341e+04 1.20654e+05 1.57767e+05 1.20582e+04 1.55417e+05 3.45669e+05 3.97695e+05 2.84199e+05 1.67722e+05 9.17558e+05 8.51531e+04 2.88622e+05 9.48194e+01 2.72132e+04 3.44281e+00 1.97257e+07 4.52795e+05 2.20582e+07 1.74796e+07 4.64300e+06 2.71351e+06 1.47386e+07 6.50967e+06 7.28433e+06 1.26924e+07 1.85641e+06 2.81615e+05 7.43972e+06 3.31165e+07 2.30542e+06 2.97144e+07 6.60888e+07 2.09452e+07 3.31130e+07 8.54600e+06 1.27873e+08 2.19710e+05 3.50575e+07 4.21921e-04 1.21091e-01 6.21236e-02 1.66710e+04 9.46935e+02 9.74244e+03 1.20409e+04 2.24303e+03 9.46604e+03 2.32606e+04 7.35364e+03 1.85908e+04 5.73513e+03 2.82826e+03 9.59921e+01 2.24035e+04 1.08751e+05 9.86756e+03 1.64591e+05 1.20764e+05 6.88227e+04 5.49465e+04 1.05902e+05 1.03821e+06 8.34740e+04 1.54153e+05 1.64260e+03 1.55546e+04 4.16786e-02 1.53838e+05 2.22017e+02 4.97535e+05 1.00313e+05 3.92792e+04 3.41742e+04 1.00144e+05 3.38673e+04 7.15767e+04 2.69676e+04 1.14159e+04 9.60784e+02 8.98650e+05 7.37587e+04 2.49197e+03 1.37216e+05 1.16817e+05 4.23348e+04 9.34805e+04 1.02326e+05 7.66756e+05 3.04608e+02 1.11800e+05 8.07884e+02 1.10245e+04 7.61159e-01 1.90263e+05 7.41631e+03 9.68926e+03 4.52971e+04 7.94069e+02 4.26848e+03 8.93473e+03 4.04901e+03 4.34945e+03 2.49046e+03 1.18598e+03 3.27825e+01 1.31620e+05 4.89243e+04 3.27511e+03 8.84675e+04 7.67955e+04 6.31736e+04 6.30511e+04 3.71624e+04 3.51024e+05 5.68240e+04 7.84600e+04 3.11471e+02 9.23124e+03 7.65643e-02 7.69810e+06 5.44612e+05 1.03598e+06 9.31435e+05 3.31446e+05 4.87598e+05 1.48782e+06 4.55111e+05 1.50397e+06 4.15710e+05 1.99365e+05 7.68680e+03 1.62108e+06 1.14100e+06 7.12772e+04 1.46536e+06 1.08096e+06 4.96131e+05 6.57498e+05 1.33130e+06 1.03119e+07 1.05988e+06 2.17886e+06 4.07843e+03 8.99197e+04 2.28315e-01 1.92497e+06 1.03044e+05 3.33403e+05 7.85667e+04 1.08114e+04 3.04645e+04 7.62693e+04 2.81496e+04 9.22101e+04 3.86727e+04 1.33431e+04 1.68804e+03 6.04391e+05 3.59056e+04 9.30114e+03 1.76199e+05 1.23824e+05 5.95245e+04 1.16373e+05 2.31320e+05 8.40373e+05 7.16674e+04 1.32685e+05 6.50750e+02 4.84144e+03 4.15811e+01 1.03749e+07 4.80624e+05 1.29035e+06 5.25964e+05 1.46870e+05 3.46910e+05 1.24808e+06 3.64528e+05 1.31042e+06 4.60264e+05 1.75597e+05 6.84097e+03 1.23016e+06 7.15359e+05 5.20655e+04 1.47803e+06 1.15403e+06 5.65224e+05 9.30080e+05 1.68063e+06 3.98678e+06 3.47009e+05 7.57261e+05 2.05526e+03 1.90710e+04 8.45575e-02 6.08704e+05 2.08655e+04 5.53544e+05 1.45918e+05 2.27123e+04 3.39362e+04 1.06456e+05 3.16128e+04 8.12673e+04 3.20599e+04 1.66192e+04 8.09254e+02 6.87892e+05 5.63856e+04 8.86452e+03 1.91270e+05 1.38520e+05 8.28852e+04 8.26681e+04 7.35736e+04 1.56413e+06 1.66155e+05 2.80613e+05 2.57315e+03 8.44656e+03 2.51419e-02 3.92084e+06 2.02075e+05 5.67064e+04 5.83594e+04 9.35580e+03 5.10147e+04 8.79396e+04 2.16598e+04 1.23287e+05 4.98422e+04 1.82864e+04 6.84860e+02 1.60846e+05 3.17179e+05 1.61721e+04 4.21114e+05 3.29643e+05 1.72055e+05 1.62516e+05 3.42507e+05 2.67031e+06 1.54762e+05 3.16124e+05 1.42105e+03 1.69956e+04 8.60570e-02 6.75470e+06 1.70496e+05 8.85766e+06 6.93964e+06 8.50457e+05 3.85177e+06 9.58987e+06 2.80720e+06 4.92683e+06 1.25130e+06 1.08325e+06 1.51252e+05 2.94214e+06 1.35641e+07 5.23983e+06 2.46784e+07 1.10499e+07 8.46425e+06 1.64254e+07 1.12939e+07 1.01993e+08 5.07405e+06 3.86875e+07 2.25610e+06 2.90673e+06 8.31371e-02 9.82302e-05 1.42415e-05 3.76123e-05 2.03199e-05 4.13172e-05 1.03535e-05 5.60733e-05 2.79157e-05 5.22029e-05 5.70893e-06 9.86968e-06 3.67694e-06 2.85749e-04 2.01311e-04 4.41075e-06 5.68497e-05 1.26442e-04 2.04221e-04 9.95795e-05 1.88394e-05 3.03391e-04 1.39510e-04 9.30457e+00 5.62659e-04 1.15745e-04 3.30701e-02 9.00264e+04 9.90292e+03 2.67639e+04 4.26511e+04 8.49601e+03 2.55714e+04 6.79631e+04 3.47430e+04 5.58678e+04 1.78535e+04 1.00747e+04 9.34149e+02 5.72929e+04 1.83801e+05 6.28599e+03 1.06090e+05 8.62025e+04 4.58089e+04 7.09625e+04 1.00713e+05 1.26351e+06 1.17147e+05 2.10545e+05 2.08215e+03 1.52367e+04 6.01450e-01 3.92919e+06 2.04377e+05 8.56929e+05 1.16554e+06 3.45642e+05 1.62046e+06 1.07095e+06 6.27192e+05 8.38305e+05 1.84744e+05 1.80780e+05 2.29076e+05 2.28316e+06 3.96435e+06 1.05930e+05 3.09275e+06 1.93895e+06 5.28242e+05 1.72569e+06 1.99049e+06 1.71216e+07 1.57547e+00 2.83223e+06 1.12513e+03 3.22912e+05 1.28275e-01 1.03559e+06 6.30446e+04 1.38357e+05 9.70131e+04 4.73232e+04 5.39399e+04 1.44787e+05 4.39984e+04 1.04481e+05 3.37600e+04 1.91050e+04 9.34759e+02 2.34496e+05 1.10476e+05 1.05719e+04 1.83608e+05 1.51336e+05 6.68793e+04 6.37753e+04 1.22591e+05 1.11082e+06 6.49898e+04 1.70888e+05 1.81894e+03 7.63110e+03 1.26315e-01 2.97852e+05 2.11047e+04 8.29216e+03 1.15107e+04 7.03244e+02 1.27597e+03 4.71843e+03 1.03981e+03 4.14037e+03 2.10720e+03 8.48078e+02 3.17287e+01 4.09739e+04 6.89728e+03 5.51278e+02 1.48865e+04 9.46409e+03 1.18517e+04 8.86571e+03 5.67705e+03 4.25990e+04 4.79749e+03 1.33350e+04 1.50483e+01 1.95564e+02 1.69711e-04 7.74765e+07 3.93654e+06 3.01207e+07 8.14680e+06 1.30803e+06 2.81709e+06 8.54933e+06 2.06666e+06 7.85564e+06 3.26977e+06 1.44014e+06 1.26959e+05 1.28572e+07 1.56409e+07 1.11029e+06 2.17801e+07 2.52110e+07 1.51197e+07 1.67688e+07 2.62034e+07 5.84148e+07 5.56823e+06 1.73691e+07 8.66333e+04 5.65569e+05 8.53425e-01 4.13715e+06 1.11174e+06 5.29888e+07 1.14541e+06 1.43030e+05 1.03145e+06 7.12823e+05 1.05976e+06 5.31824e+05 2.89772e+05 9.86661e+04 1.40108e+05 3.88020e+06 6.24550e+06 7.86863e+05 3.78899e+06 3.10346e+05 5.58399e+05 8.63754e+06 1.11357e+06 2.61358e+07 2.20455e-01 8.67791e+06 2.14373e-01 2.43446e+05 1.54362e-01 6.17520e+05 3.05780e+04 2.95568e+04 9.47817e+04 1.68559e+04 4.89384e+04 1.42438e+05 3.87136e+04 1.22819e+05 4.45565e+04 2.00307e+04 1.15998e+03 8.74079e+04 1.52103e+05 1.57860e+04 3.50978e+05 3.08324e+05 1.64404e+05 6.42321e+04 1.53528e+05 1.23446e+06 1.03484e+05 2.39460e+05 1.47781e+03 8.75743e+03 2.13674e-01 1.18504e+06 2.11749e+05 1.74064e+07 6.94831e+05 1.32274e+05 3.90703e+05 1.13267e+06 3.51868e+05 9.93338e+05 3.30784e+05 1.86919e+05 6.51033e+03 2.99802e+06 2.19974e+06 7.29958e+04 1.53327e+06 1.10644e+06 7.32203e+05 1.09725e+06 1.27727e+06 1.23756e+07 1.87167e+05 2.73868e+06 2.89206e+04 1.49412e+05 6.62128e+00 3.40713e+07 1.55694e+06 1.02007e+06 1.90197e+06 3.58736e+05 1.01395e+06 2.67484e+06 6.75894e+05 2.32542e+06 8.14706e+05 3.48800e+05 1.57044e+04 3.68098e+06 1.02780e+06 2.09036e+05 4.66898e+06 4.26369e+06 2.43648e+06 2.73551e+06 5.66552e+06 2.11091e+07 1.16523e+06 2.21281e+06 1.06784e+04 1.94774e+05 1.34090e-01 6.75049e+05 1.52890e+05 3.88726e+05 1.42224e+05 1.22865e+05 1.02096e+05 2.73915e+05 8.71561e+04 3.08114e+05 9.16595e+04 5.47950e+04 3.83862e+03 7.62903e+05 2.36038e+06 8.20499e+04 1.55310e+06 1.18636e+06 8.43856e+05 1.06695e+06 1.06507e+06 6.46404e+06 4.25497e+05 8.27146e+05 9.52767e+03 6.62171e+04 1.69772e+00 3.40534e+06 9.98087e+04 1.60254e+06 8.83919e+04 1.01700e+04 4.71124e+04 8.48640e+04 2.61657e+04 5.67639e+04 1.85776e+04 1.20428e+04 6.90408e+02 1.49702e+06 9.79893e+05 3.79516e+04 7.42765e+05 5.36888e+05 3.08606e+05 2.33354e+05 4.10374e+05 3.58243e+06 3.91901e+05 7.45701e+05 4.72090e+03 3.94342e+04 1.17500e+00 1.54920e+06 1.58228e-01 1.62816e+04 2.54816e+06 3.03509e+05 2.22427e+05 1.18566e+06 2.02148e+05 2.69606e+04 2.94843e+03 1.64406e+05 6.12492e+04 1.43561e+06 2.69022e+05 5.13105e+04 6.61335e+05 1.47090e+06 1.31988e+05 3.56191e+05 6.77961e+05 1.80314e+06 6.65624e-01 6.08794e+04 3.98593e+02 1.14396e+05 5.17206e-05 1.03098e+07 6.99103e+05 9.73850e+06 6.60104e+06 3.79985e+06 1.69389e+06 4.57256e+06 2.66698e+06 6.81822e+05 3.35226e+05 9.06311e+05 2.51799e+05 2.70622e+06 8.61272e+06 4.52823e+05 5.83639e+06 1.29809e+07 6.52761e+06 8.32394e+06 1.57480e+06 1.54475e+07 4.30569e-01 8.26109e+06 4.01190e-01 5.73188e+06 1.14536e+00 1.43605e+07 2.76355e+06 3.28143e+05 3.53100e+07 1.77605e+06 9.27246e+05 4.31997e+06 1.02113e+06 6.32985e+06 7.00093e+05 6.28656e+05 5.52430e+04 5.01875e+06 1.30669e+07 7.52477e+05 9.69859e+06 2.15710e+07 5.28303e+06 4.65391e+06 2.43503e+06 2.80248e+07 1.04510e+00 4.26046e+06 1.13526e-03 3.25820e-01 6.73184e-05 6.40517e+06 1.43268e-01 5.96038e+05 3.08798e+06 7.17332e+05 4.18962e+06 5.38154e+06 1.44942e+06 2.81135e+06 9.60506e+05 6.43121e+05 1.55065e+05 2.19719e+00 1.96345e+07 1.05310e+07 2.36430e+07 2.49622e+07 1.00862e+06 1.02839e+07 1.89719e+06 4.69855e+07 2.14433e+06 1.10829e+07 1.76011e+06 2.19765e+06 1.84065e-01 3.85452e+06 2.62228e+05 4.48947e+05 1.53840e+06 9.98256e+05 1.31219e+06 1.34835e+06 6.44980e+05 6.56212e+05 5.03783e+05 1.42979e+05 2.27859e+04 2.25342e+06 2.49821e+06 2.07090e+06 1.16387e+06 1.38328e+06 4.36390e+06 8.60248e+05 2.26669e+06 1.73874e+07 1.81806e-01 2.88427e+06 2.16431e-01 3.60927e+05 7.90302e-01 5.71386e+05 2.50110e+04 4.84111e+07 8.26886e+05 2.07294e+05 6.38145e+05 3.19757e+06 7.42464e+05 3.02959e+06 1.07852e+06 3.82133e+05 1.53370e+04 4.10926e+06 1.13613e+07 1.35862e+05 3.68450e+06 1.95041e+06 2.12068e+06 2.61310e+06 3.07468e+06 2.38312e+07 3.38722e+06 6.09136e+06 1.84605e+04 1.32389e+05 6.65220e-01 2.31640e+07 4.30600e+05 1.12538e+06 1.03148e+07 1.20747e+07 7.98853e+06 3.34495e+07 2.94849e+07 6.69984e+07 1.33117e+07 3.82194e+06 0.00000e+00 1.87912e+07 1.89178e+07 7.16481e+05 9.23465e+06 2.05391e+07 1.94426e+07 1.77907e+07 7.93731e+06 9.46410e+07 2.52926e+00 2.20506e+07 5.35617e+05 2.93543e+06 1.82176e-01 5.68601e+03 1.24909e+02 1.39252e+03 1.01001e+03 2.59260e+02 2.39594e+02 6.26460e+02 2.86795e+02 6.23142e+02 2.09472e+02 8.25617e+01 1.52428e+01 2.58565e+03 1.85168e+03 9.99771e+01 2.51086e+03 5.10714e+03 9.15500e+02 3.44543e+03 3.93356e+03 8.96526e+03 8.22584e+02 1.74222e+03 1.97245e+01 3.00952e+02 2.20292e+01 3.82590e+06 2.93554e+02 2.31204e+05 4.61610e+06 3.08431e+05 8.78156e+05 1.56902e+06 5.47482e+05 8.79498e+05 1.57800e+05 4.40848e+05 2.03893e+00 1.13580e+06 2.98873e+06 1.80987e+05 2.86877e+06 2.16029e+06 1.20051e+06 4.75149e+06 2.41047e+06 1.31918e+07 2.00038e+04 1.10689e+06 1.44301e+01 1.47924e+01 1.25929e+02 3.68908e+07 5.72560e+06 3.46883e+06 1.51473e+07 1.26029e+06 5.33437e+06 5.12176e+07 2.67584e+07 1.35852e+07 2.70163e+02 3.66376e+06 1.58926e+06 1.11320e+07 2.59015e+07 2.63439e+06 3.39543e+07 7.55191e+07 6.32851e+01 2.07513e+07 8.60029e+01 6.78345e+06 2.51591e+01 1.12543e+07 1.31772e-02 3.78185e+00 1.25031e+04 1.48204e+06 1.21384e+05 4.77125e+04 2.44131e+04 4.46584e+03 1.63388e+04 4.63140e+04 1.32659e+04 4.56383e+04 1.40052e+04 6.05924e+03 1.55868e+02 1.37397e+05 1.01294e+05 3.12684e+03 8.86528e+04 7.56717e+04 3.77157e+04 4.81486e+04 1.05871e+05 8.91890e+05 6.94068e+04 1.39797e+05 6.33410e+02 5.38375e+03 1.49871e-01 3.41645e+04 8.66643e+03 2.55793e+03 2.42260e+03 4.59928e+02 1.52972e+03 4.04132e+03 1.11888e+03 3.02318e+03 9.57541e+02 5.37885e+02 1.59161e+01 7.50565e+03 9.90646e+03 1.52002e+03 2.51763e+04 2.43812e+04 1.33765e+04 8.16414e+03 1.60220e+04 7.41433e+04 4.18348e+03 1.05978e+04 7.00936e+01 5.15379e+02 1.27122e-01 3.78457e+03 1.38196e+02 2.30588e+03 2.00561e+04 4.49333e+03 1.48990e+04 3.73450e+04 1.21474e+04 2.65362e+04 1.08378e+04 5.84645e+03 2.23181e+02 6.06394e+03 1.02494e+04 1.40089e+03 2.17240e+04 1.69429e+04 9.88752e+03 8.79100e+03 1.65047e+04 1.87988e+05 1.22609e+04 2.69886e+04 4.05730e+02 2.70359e+03 1.55161e-02 2.53727e+04 1.55921e+03 1.64404e+03 9.51745e+02 3.13962e+02 1.23683e+03 2.48169e+03 9.18358e+02 1.78594e+03 8.40281e+02 4.72911e+02 1.12806e+01 2.89953e+03 4.59734e+03 7.23708e+02 1.24830e+04 7.64767e+03 7.24212e+03 4.26606e+03 8.58075e+03 3.41061e+04 3.04926e+03 5.34317e+03 4.60321e+01 8.82588e+00 7.95489e-04 1.22184e+07 7.06652e+05 1.32483e+08 5.79512e+06 1.16215e+06 4.00956e+06 1.82925e+07 3.49920e+06 1.21803e+07 4.23719e+06 1.66169e+06 9.28038e+04 3.75934e+07 1.31478e+07 5.62870e+05 1.56774e+07 1.02964e+07 5.79717e+06 8.41187e+06 1.30904e+07 1.21345e+08 9.11672e+06 1.49577e+07 5.03610e+04 1.41390e-07 8.13019e-01 2.74997e+06 2.07994e+05 2.36351e+05 3.94757e+05 6.93033e+04 2.28667e+05 5.86146e+05 1.52925e+05 5.10919e+05 1.74860e+05 8.48233e+04 2.92368e+03 6.00662e+05 3.06004e+05 2.93527e+04 8.58643e+05 5.65259e+05 3.33014e+05 3.86314e+05 7.33407e+05 3.33248e+06 3.07265e+05 7.54875e+05 3.02180e+03 2.06988e+04 5.42588e-03 6.15498e+05 6.24636e+04 1.34766e+04 2.52349e+05 1.86235e+04 6.81114e+04 1.38971e+05 7.56789e+04 1.05549e+05 4.08170e+04 1.94865e+04 6.93328e+02 4.60747e+05 9.80405e+04 3.95959e+03 1.78647e+05 1.18146e+05 1.13065e+05 1.42216e+05 7.80193e+04 1.19786e+06 1.02715e+05 2.05693e+05 1.06466e+03 1.36081e+04 1.27855e-01 1.61685e+04 7.99329e+02 5.30501e+03 6.97959e+03 7.81488e+02 3.12497e+03 7.20906e+03 2.40260e+03 5.61152e+03 1.73848e+03 9.84465e+02 3.06603e+01 9.96797e+03 6.55001e+03 2.01599e+03 3.11556e+04 2.10546e+04 1.21149e+04 2.52043e+04 4.31785e+04 1.46613e+05 1.01027e+04 1.95925e+04 3.52053e+02 2.23058e+03 2.30059e-02 1.23198e+06 9.41909e+04 1.12267e+04 6.47816e+03 8.49554e+02 3.21196e+03 9.97521e+03 1.80272e+03 8.83141e+03 3.44061e+03 1.28603e+03 3.30733e+01 3.64459e+04 6.53589e+03 1.52341e+03 3.36601e+04 4.10780e+04 6.37018e+03 1.14353e+04 2.37672e+04 2.54812e+05 1.29658e+04 3.02452e+04 1.56054e+02 1.79743e+03 3.71022e-01 1.58411e+04 7.49885e+03 1.97936e+04 8.03944e+05 2.05257e+05 1.36062e+06 8.57987e+06 1.61235e+06 1.36238e+07 1.16973e+06 1.13664e+05 6.23994e+04 2.81876e+06 2.70760e+06 3.86030e+05 4.97549e+06 1.10662e+07 3.24987e+06 1.31897e+07 3.25750e+06 3.04856e+07 6.32730e+05 1.10309e+07 3.84217e+05 2.05057e+05 3.03439e-02 1.66954e+06 8.87315e-01 1.98533e+05 6.37019e+05 4.57774e+05 7.71983e+05 1.69082e+06 1.37342e+06 6.42491e+05 7.93653e+05 1.12705e+05 7.30401e+04 6.88911e-01 3.90962e+06 2.38122e+05 2.14842e+06 1.84486e+06 5.21467e+05 3.26807e+06 8.77404e+05 7.71464e+06 4.43560e-01 1.56638e+06 1.40091e+00 3.02707e+05 3.31277e-01 4.12760e+05 4.56386e+00 1.57842e+04 8.18318e+04 3.43190e+03 1.08564e+05 3.25917e+05 2.50300e+05 2.20034e+05 1.12549e+04 4.10192e+04 7.95437e+03 4.10971e+02 4.27212e+05 1.16029e+05 2.67191e+05 1.93689e+05 8.42779e+04 4.44565e+05 7.46956e+04 1.91778e+06 2.33889e-01 2.27063e+05 2.15499e-01 5.57685e+04 2.87883e-01 4.24199e+05 4.36569e+04 2.39996e+03 1.65523e+03 4.82707e+02 2.16152e+03 4.40155e+03 1.80738e+03 3.47300e+03 1.12648e+03 6.55595e+02 1.77855e+01 3.57379e+03 1.06783e+04 6.06184e+02 1.54349e+04 9.48850e+03 5.53302e+03 1.29182e+04 2.02524e+04 7.70768e+04 2.69688e+03 7.26251e+03 3.92494e+01 5.03811e+02 2.29904e-02 2.72202e+06 3.94642e+05 9.23101e+06 7.31089e+06 7.59085e+05 1.69854e+06 6.39864e+06 4.16557e+06 1.66749e+06 1.54681e+06 3.51544e+05 1.20072e+06 4.65695e+06 3.07402e+06 1.45104e+05 1.87023e+06 4.15965e+06 2.57074e+06 8.79425e+06 3.62888e+06 1.77655e+07 3.43523e+06 1.95035e+06 2.24337e+03 6.43848e+05 3.56586e-03 2.24592e+04 2.25194e+03 1.30297e+04 1.28934e+04 2.91792e+03 7.54469e+03 1.19708e+04 5.90601e+03 1.27901e+04 5.95331e+03 3.66067e+03 1.88532e+02 2.25283e+04 1.31444e+04 1.75746e+03 1.99220e+04 1.81926e+04 1.08778e+04 1.03709e+04 2.06468e+04 1.47521e+05 1.12825e+04 2.82991e+04 5.23939e+02 3.92117e+03 5.35446e-02 2.93272e+07 1.01415e+06 2.16357e+06 9.08467e+06 4.14366e+06 7.76171e+06 2.01178e+07 1.22155e+07 1.04090e+07 7.01487e+06 2.44078e+06 3.88849e+05 1.70134e+07 1.80036e+07 7.73014e+05 1.80549e+07 1.70177e+07 3.07207e+07 2.26582e+07 1.29351e+07 9.73677e+07 1.14336e+07 2.55330e+07 2.01933e-01 0.00000e+00 2.62770e+00 3.54386e+06 1.51225e+05 1.68527e+04 1.43788e+06 3.06507e+05 2.48646e+05 7.66988e+05 1.85319e+05 4.85846e+05 2.54028e+05 1.18210e+05 7.76924e+03 1.23393e+06 8.10729e+05 6.99829e+03 5.53014e+05 1.00710e+06 3.52419e+05 1.47747e+06 5.43497e+05 6.59090e+06 3.83371e+05 1.04023e+06 5.93194e+04 4.44074e+05 2.07050e-01 6.12728e+06 4.27907e+05 1.12471e+05 2.00444e+05 2.85644e+04 1.07056e+05 3.29735e+05 7.46667e+04 2.15642e+05 7.05790e+04 3.49470e+04 1.51767e+03 4.49518e+05 3.03896e+05 2.96199e+04 1.13193e+06 8.43103e+05 4.49917e+05 6.04028e+05 1.13653e+06 4.13478e+06 1.17025e+05 3.95447e+05 1.45511e+03 1.29963e+04 8.31462e-02 1.93240e+05 2.43329e+04 4.52307e+04 2.36132e+04 4.00310e+03 1.38821e+04 3.00979e+04 1.89855e+04 3.11023e+04 1.33716e+04 4.98683e+03 1.89140e+02 1.08356e+05 4.43192e+04 3.57448e+03 5.32933e+04 3.89181e+04 2.20939e+04 3.58911e+04 5.11584e+04 2.64550e+05 1.66098e+04 3.93515e+04 2.58940e+02 1.66422e+03 9.08815e-02 1.97000e+05 1.03749e+04 1.18799e+03 1.42293e+05 1.07481e+04 2.93278e+04 7.60497e+04 2.31964e+04 6.88235e+04 1.87696e+04 1.07470e+04 2.59091e+02 2.34107e+04 2.12407e+04 3.43448e+03 5.31245e+04 4.23489e+04 3.97158e+04 3.28983e+04 1.43560e+04 2.48898e+05 4.30101e+04 1.06228e+05 8.76717e+02 4.22950e+03 5.88220e-04 4.01746e+06 4.62843e+04 1.10432e+04 1.15483e+06 1.15051e+05 3.01023e+06 4.33832e+06 1.96603e+06 2.07911e+06 2.25433e+06 1.36577e+05 8.22149e+04 5.30712e+06 2.42098e+05 5.12612e+06 1.16876e+02 9.36989e+02 1.28879e+06 4.34588e+06 2.40474e+06 3.61953e+07 3.51027e-01 3.93046e+06 3.02509e-01 7.68957e+05 1.09111e-01 8.01057e+05 1.16138e+05 2.63647e+05 1.49295e+06 8.00543e+05 2.12310e+06 4.96468e+06 3.01035e+06 9.51584e+06 6.89119e+05 6.91733e+05 4.19056e+04 1.93750e+06 6.55513e+06 8.32566e+05 4.74483e+06 1.05532e+07 3.94893e+06 6.49599e+06 3.50457e+06 3.30549e+07 7.25011e+06 1.89955e+07 3.58548e+05 9.44652e+05 1.05645e+00 1.81316e+06 7.73065e+04 6.50700e+05 3.33610e+04 1.86562e+03 1.05361e+05 2.07048e+05 9.31394e+04 8.92333e+04 1.38919e+04 8.61720e+03 1.35546e+02 9.81267e+05 1.04328e+05 1.62213e+04 5.03987e+05 2.43229e+05 1.20047e+05 1.19778e+05 3.22115e+05 2.83330e+06 1.79669e+04 8.35967e+04 1.26585e+02 6.56691e+03 5.02588e-03 2.98579e+04 4.35096e+04 1.52659e+04 1.47392e+04 1.97934e+04 6.80238e+03 1.14546e+05 5.11324e+04 2.23682e+05 1.99401e+04 4.81750e+03 1.42145e+04 4.14408e+04 3.91537e+04 1.18346e+04 1.42886e+05 3.45391e+05 7.66877e+04 4.58987e+04 5.99041e+04 9.12967e+05 2.33099e-03 9.65599e+04 6.79317e-03 6.89127e+04 2.07193e-02 1.01486e+06 6.07185e+04 9.27246e+03 1.33299e+05 2.21350e+04 7.59694e+04 1.85456e+05 3.66947e+04 1.56206e+05 5.32810e+04 2.80977e+04 1.23631e+03 3.33464e+04 2.74654e+05 9.48612e+03 1.96934e+05 1.76323e+05 9.03847e+04 1.43342e+05 2.73225e+05 7.30450e+05 3.46994e+04 8.25870e+04 4.64350e+02 6.05675e+03 6.40280e+01 1.72204e+07 3.20864e+06 3.58977e+06 1.33040e+07 5.86839e+06 2.94453e+06 8.14785e+06 3.25724e+06 1.07370e+07 1.63092e+06 3.35249e+06 1.69595e+06 3.69692e+06 3.82299e+06 9.43773e+05 2.53475e+07 1.86773e+07 5.32240e+06 6.95996e+06 3.57200e+06 1.55876e+07 4.49980e-01 6.11619e+06 2.71736e+04 1.98034e+05 1.21401e-01 5.56998e+05 2.66041e-01 1.73622e+04 6.69202e+04 5.86320e+03 1.19168e+04 1.47753e+05 8.38721e+04 2.72448e+04 9.37482e+03 7.34700e+02 9.38940e+03 6.46261e+04 2.41961e+05 1.43361e+05 2.76833e+05 3.76652e+05 4.22505e+04 5.96689e+04 1.26564e+05 3.02759e+05 3.31397e-01 3.64550e+04 4.40728e-01 1.33036e+04 6.36385e+00 6.56703e+05 4.93377e+04 4.39590e+04 1.36155e+04 3.92430e+03 1.20601e+04 2.67996e+04 1.05588e+04 2.53464e+04 7.53805e+03 4.87326e+03 1.81440e+02 6.33930e+04 4.12764e+04 2.34443e+03 4.51006e+04 2.94575e+04 1.59266e+04 5.60064e+04 8.10369e+04 4.42262e+05 2.98327e+04 5.82248e+04 4.36906e+02 3.59141e+03 2.71305e-01 1.43747e+05 1.70267e+04 2.21411e+06 2.91800e+05 6.12605e+04 1.87554e+05 3.73388e+05 1.47537e+05 4.55747e+05 1.58656e+05 7.28628e+04 5.06905e+03 2.39480e+05 3.29516e+05 3.54038e+04 7.30475e+05 5.98060e+05 3.36282e+05 1.35368e+05 3.96173e+05 2.99079e+06 6.55818e+04 2.26250e+05 1.39204e+03 1.54752e+04 6.89146e-02 2.11756e+06 1.35844e+05 3.06779e+05 2.59074e+05 1.76106e+05 1.76946e+05 5.59801e+05 1.45401e+05 4.35761e+05 1.53968e+05 7.31909e+04 2.79102e+03 6.12920e+05 3.21671e+05 2.88488e+04 7.25415e+05 4.90212e+05 2.46180e+05 5.34301e+05 7.89820e+05 3.68590e+06 4.13077e+05 8.87859e+05 3.59012e+03 2.66724e+04 1.13060e-01 2.35547e+07 4.21230e+05 2.00057e+06 1.36767e+07 1.11282e+07 2.17973e+06 6.78751e+06 3.71693e+06 5.72076e+06 1.67795e+06 1.43507e+06 1.97817e+04 6.93768e+06 2.47525e+07 9.37775e+06 1.89829e+07 1.93508e+07 9.82293e+06 3.31347e+07 2.62198e+06 6.30430e+07 4.64824e-01 8.91913e+06 2.42890e-01 6.92289e+05 1.02127e+00 9.07700e+05 5.03289e+04 1.25868e+05 4.41540e+05 1.44739e+05 1.99996e+05 6.82187e+05 1.55125e+05 4.43116e+05 1.68666e+05 8.54065e+04 8.33755e+03 1.32772e+05 4.95271e+05 3.61935e+04 5.63474e+05 5.09503e+05 2.84242e+05 3.77179e+05 6.62353e+05 1.84127e+06 1.91980e+05 1.10840e+06 1.40699e+04 9.54540e+04 4.10800e+00 5.66843e-02 5.65527e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65515e-02 5.65490e-02 5.65482e-02 5.65490e-02 5.65514e-02 5.49120e-02 3.56600e+06 1.70883e+05 1.25856e+05 1.07250e+05 2.48679e+04 8.36588e+04 2.20054e+05 5.94915e+04 2.04594e+05 6.89968e+04 3.24996e+04 1.41838e+03 4.19634e+05 3.82820e+05 2.13806e+04 4.84248e+05 3.82294e+05 2.20534e+05 1.41179e+05 3.21905e+05 2.41401e+06 1.48538e+05 3.32685e+05 2.76469e+03 1.61479e+04 5.08948e-01 3.20438e+06 5.25087e+05 9.52146e+05 2.23638e+06 1.61376e+06 2.00280e+05 9.89761e+05 1.51321e+06 1.85182e+06 1.50938e+05 1.22005e+06 3.97197e+04 2.09373e+06 4.67940e+05 5.26102e+04 6.78088e+05 1.50816e+06 1.83206e+04 2.36553e+06 9.40696e+05 2.40186e+06 8.19709e+04 2.63614e+05 6.30542e+03 1.80966e+06 2.95870e-01 1.60173e+06 9.03717e+04 4.13969e+07 1.43525e+06 4.52593e+05 8.08507e+05 3.56386e+06 9.34016e+05 2.17896e+06 6.93218e+05 4.27317e+05 4.20713e+04 1.58338e+07 5.45308e+06 2.13673e+05 5.88731e+06 3.30204e+06 2.71589e+06 3.81297e+06 4.89471e+06 3.59313e+07 1.64203e+06 5.74031e+06 3.28556e+04 2.26431e+05 1.87639e+00 6.93915e+06 3.58115e+05 2.12191e+07 9.56955e+06 1.95574e+06 6.57401e+06 1.33994e+07 4.20516e+06 1.47014e+07 4.32784e+06 2.93479e+06 4.98331e+05 1.26277e+07 3.48549e+07 4.82977e+06 1.65781e+07 2.33714e+07 9.61389e+06 2.60752e+07 1.83403e+07 1.91677e+08 9.34231e+06 4.17477e+07 4.72901e+05 2.21048e+06 1.36058e-01 1.26152e+07 9.49095e+05 5.18548e+05 3.89505e+05 8.02636e+04 2.63652e+05 9.19917e+05 2.19939e+05 7.38170e+05 2.51440e+05 1.10349e+05 3.23295e+03 1.94832e+06 3.66592e+06 4.84939e+04 1.43596e+06 1.39715e+06 6.81783e+05 1.02856e+06 1.81083e+06 6.08326e+06 3.99950e+05 9.16168e+05 3.58686e+03 5.30454e+04 2.29056e+00 7.10331e+07 1.73348e+06 6.04609e+07 5.57084e+07 2.75888e+07 4.71271e+07 1.58362e+08 3.33472e+07 1.33855e+08 7.42057e+07 2.04066e+07 5.48853e+04 1.25767e+08 1.17975e+08 7.73249e+06 2.02166e+08 1.56527e+08 1.05535e+08 1.40088e+08 3.08787e+08 2.30269e+09 2.48757e+08 3.71694e+08 2.23179e+06 1.73679e+07 1.21514e-02 9.64073e+05 8.54071e+03 1.04117e+05 9.31037e+05 4.48593e+05 1.89481e+05 5.94582e+05 1.01086e+05 1.33600e+05 7.11240e+04 3.40594e+04 1.26888e+04 5.83291e+05 1.05373e+06 2.35270e+04 5.26840e+05 5.32349e+05 1.96889e+05 4.53839e+05 4.38737e+05 5.58495e+06 8.84804e-01 5.64862e+05 3.70651e-01 7.27549e-01 3.03991e-02 4.87698e+06 9.22371e+05 6.12283e+05 3.48342e+05 8.02719e+05 2.33911e+04 7.20792e+05 2.60242e+05 2.93563e+05 1.24109e+04 1.22049e+05 2.60226e+04 8.62886e+05 4.93343e+05 1.10663e+04 1.42632e+05 3.17234e+05 1.43521e+04 9.16628e+05 2.34940e+05 1.50181e+06 5.60644e+04 4.20192e+05 2.06881e+03 5.93750e+05 6.32683e-01 9.01826e+04 1.23821e+04 1.88586e+03 1.33749e+03 2.85933e+02 1.13782e+03 2.73820e+03 8.84217e+02 1.37937e+03 1.11132e+03 3.84304e+02 1.02438e+01 5.37558e+03 8.30507e+03 1.12309e+03 1.83475e+04 1.53896e+04 8.17731e+03 6.47686e+03 1.31632e+04 7.70456e+04 4.10679e+03 1.04575e+04 9.75637e+01 7.49221e+02 3.78063e-03 3.19021e+06 2.42292e+05 1.07022e+07 2.66227e+06 6.03806e+05 1.19713e+06 4.88520e+06 9.46972e+05 5.66362e+05 6.01902e+05 1.50951e+05 5.62367e+04 1.13267e+06 3.55829e+06 9.10571e+04 3.24889e+06 1.29154e+06 7.68095e+05 1.08720e+06 2.51750e+06 1.27266e+07 2.17030e-01 1.18949e+06 1.68522e-01 6.94600e+04 1.84818e+02 2.51518e+06 1.19567e+06 8.01592e+06 3.53137e+06 1.84842e+06 8.03246e+05 1.71638e+06 2.53965e+05 8.02508e+05 6.55039e+05 4.70473e+05 5.79470e+04 2.09433e+06 3.08181e+06 9.90589e+04 5.55879e+06 1.18596e+05 2.41311e+06 1.17474e+06 6.51417e+05 3.14162e+06 2.16309e+05 1.04426e+06 1.08241e+03 3.10651e+05 6.39274e+00 2.87858e+06 2.00437e+05 3.33933e+05 1.74282e+05 2.84999e+04 1.06220e+05 2.87350e+05 7.62010e+04 2.01889e+05 6.68981e+04 3.51924e+04 1.57313e+03 5.31273e+05 2.20760e+05 2.66571e+04 5.73499e+05 4.65191e+05 2.50657e+05 3.87721e+05 7.79234e+05 2.57812e+06 1.04785e+05 3.37938e+05 2.05741e+03 1.15927e+04 8.86659e-03 3.86821e+05 1.27755e+04 1.39122e+06 4.90317e+05 2.89017e+03 1.52590e+04 2.33314e+04 8.49254e+03 2.62684e+04 6.44655e+03 3.05209e+03 8.89457e+01 7.78494e+05 3.74581e+05 3.09178e+04 5.65284e+05 3.18322e+05 3.20439e+05 4.04329e+05 4.02870e+05 1.81595e+06 1.07939e+05 2.03688e+05 2.12458e+03 1.45799e+04 5.79608e-02 7.96023e+05 2.37050e+05 3.98412e+05 1.49422e+05 4.60560e+04 8.47785e+04 1.70661e+05 7.09850e+04 1.18255e+05 7.00537e+04 4.86054e+04 4.25386e+03 4.81965e+05 2.21650e+05 1.26894e+05 4.38608e+05 3.21876e+05 2.46114e+05 2.57484e+05 4.24435e+05 2.80229e+06 2.03588e+05 4.60361e+05 4.29562e+04 1.46534e+05 4.79575e-01 0.00000e+00 +4.20734e+05 1.43352e+04 6.41862e+03 3.48832e+04 6.81315e+03 2.30585e+04 5.32326e+04 2.10818e+04 5.88598e+04 1.85595e+04 9.56834e+03 1.21107e+02 3.22643e+04 2.78985e+05 3.17409e+03 8.66193e+04 8.90354e+04 4.59881e+04 2.29316e+05 3.57142e+05 4.04052e+05 7.92356e+04 1.24756e+05 1.41275e+03 1.51449e+03 5.77313e-03 2.45195e+05 9.75642e+03 3.68080e+04 9.73545e+03 7.44796e+03 1.08390e+04 1.75801e+04 1.15747e+04 2.44649e+04 6.64972e+03 4.64315e+03 3.49372e+01 6.02506e+04 1.48538e+05 5.14604e+03 9.19503e+04 9.25125e+04 4.71186e+04 5.08898e+04 5.17386e+04 3.19008e+05 9.69376e+04 1.04274e+05 2.08798e+03 3.47722e+03 1.09683e+00 1.31115e+06 6.12364e+04 2.16957e+06 4.87723e+04 2.03892e+04 6.47998e+04 1.43343e+05 7.65240e+04 2.55477e+05 1.01023e+05 4.01730e+04 7.22718e+02 1.19116e+06 2.43932e+06 5.34769e+04 1.28085e+06 1.07280e+06 5.17425e+05 7.15007e+05 1.39005e+06 1.86789e+06 1.29095e+06 1.43444e+06 1.03139e+04 6.31025e+03 5.44718e-02 1.77816e+03 6.37651e+01 1.66045e+03 1.58791e+03 4.44843e+02 1.57658e+03 2.84713e+03 1.72511e+03 3.54689e+03 1.08842e+03 5.81731e+02 9.15763e+00 3.84674e+03 1.95325e+04 2.51012e+03 3.30028e+04 3.41861e+04 1.70573e+04 7.91798e+03 1.35142e+04 1.18934e+05 3.88484e+04 4.27946e+04 1.54819e+03 1.61143e+03 3.61694e-01 9.41527e+05 3.32040e+04 1.71494e+06 1.20094e+05 2.22597e+04 7.26632e+04 1.49120e+05 7.14170e+04 2.03941e+05 7.67474e+04 3.62003e+04 7.23042e+02 9.45413e+05 1.59643e+06 5.16001e+04 1.09117e+06 1.17688e+06 5.21711e+05 2.40398e+05 3.48429e+05 1.94803e+06 5.01555e+05 7.97855e+05 1.14734e+04 8.90823e+03 2.49772e-01 2.54801e+03 1.39264e+02 2.20650e+03 7.57594e+02 3.07886e+02 7.61965e+02 1.26445e+03 7.66255e+02 9.73698e+02 3.96594e+02 3.64363e+02 6.39494e+00 5.42957e+03 2.87873e+04 1.82807e+03 1.36678e+04 1.74877e+04 9.86593e+03 7.16109e+03 1.09578e+04 4.06893e+04 1.27172e+04 1.72185e+04 1.19387e+03 6.97860e+02 8.44886e-02 3.82075e+06 1.10445e+05 2.37276e+06 1.75715e+06 7.62733e+05 7.01765e+05 1.67628e+06 6.15330e+05 5.71815e+05 4.82834e+05 2.37324e+05 1.66730e+04 1.60329e+06 2.63599e+06 1.82809e+05 2.49090e+06 5.15492e+06 1.80233e+06 2.59459e+06 1.18384e+06 1.06045e+07 4.21789e+06 8.33976e+06 3.57868e+03 1.02708e+06 1.25370e-01 8.48647e+00 3.10531e+00 2.14111e+00 5.32334e-01 6.79410e-01 4.46665e-01 7.07384e-01 1.02352e+00 8.86034e-01 6.37859e-01 6.29352e-01 1.41799e+00 2.03211e+00 1.77456e+00 9.22450e-01 1.31402e+00 1.81244e+00 2.91432e-01 9.14917e-01 1.06180e+00 3.04380e+00 8.91665e-01 1.72524e+00 6.00160e-01 1.01432e+00 5.43097e-01 2.11966e+01 2.35648e+00 8.35879e+02 2.95940e+02 7.24404e+01 3.38901e+02 2.85315e+03 1.35587e+02 1.92531e+02 9.38537e+01 1.35996e+02 5.16440e+00 4.20865e+03 5.79030e+03 1.11593e+03 8.79227e+03 9.67671e+03 1.14027e+04 5.24923e+03 5.19441e+03 3.23251e+04 1.27358e+04 1.45814e+04 1.17028e+03 5.38526e+02 1.28228e-01 1.17194e+06 7.38575e+04 2.17507e+06 5.58682e+05 1.39152e+05 4.13244e+05 5.42614e+05 4.75260e+05 2.14105e+05 3.15121e+05 8.83605e+04 8.60147e+03 8.45027e+05 2.95182e+06 3.61122e+04 7.95690e+05 8.25357e+05 7.43912e+05 1.24226e+06 1.00548e+06 1.17755e+07 3.83126e+05 1.67316e+06 6.19196e+03 5.55965e+04 9.38736e-02 5.30664e+04 5.40709e+01 2.54356e+03 7.63339e+03 7.61384e+03 2.41305e+04 3.44575e+04 1.90212e+04 3.52449e+04 1.30384e+04 9.06001e+03 1.68463e+03 9.23413e+03 6.87925e+04 1.85264e+04 5.96613e+04 4.31222e+04 4.17886e+04 3.14449e+04 6.89756e+03 2.83201e+05 2.02944e-01 3.08657e+04 2.03639e-01 2.52400e+03 1.23574e-01 8.58412e+00 1.81751e+00 5.83845e+01 1.23096e+00 7.41584e-01 1.01707e+00 3.08429e+00 1.35305e+00 2.23330e+00 7.43618e-01 5.54168e-01 4.17278e-01 3.54783e+01 2.23484e+01 1.70162e+00 1.34846e+01 1.24155e+01 6.86985e+00 8.40633e+00 1.06143e+01 2.13111e+01 3.62026e+00 4.45280e+00 2.19289e-01 2.05340e-01 2.63788e+02 1.49291e+04 1.43910e+03 2.01730e+04 3.18415e+04 2.27197e+03 6.34048e+03 1.98662e+04 5.95862e+03 1.95187e+04 6.69450e+03 3.64091e+03 5.63838e+01 4.11206e+04 1.31857e+05 8.00252e+03 1.45970e+05 1.78508e+05 9.35121e+04 5.80559e+04 8.48790e+04 5.57962e+05 1.88783e+05 2.45332e+05 5.36652e+03 3.47541e+03 2.61059e-02 1.25617e+03 1.37876e+02 4.94243e+04 8.56514e+03 5.92348e+03 7.96402e+03 4.07937e+04 2.92193e+04 1.53695e+04 4.77237e+03 3.04923e+03 1.25059e+02 6.06769e+04 7.03492e+04 1.64924e+03 2.15414e+04 1.84755e+04 1.48200e+04 3.11733e+04 2.46022e+04 1.65431e+05 8.74551e+04 8.31195e+04 3.28708e+03 1.87396e+03 2.34382e-01 3.47496e+06 1.28683e+05 2.30106e+05 5.70687e+05 5.82380e+05 4.29743e+05 1.15591e+06 4.53988e+05 1.40509e+06 4.77632e+05 2.42733e+05 3.60312e+03 6.96888e+05 2.43685e+06 8.51549e+04 1.76931e+06 1.96735e+06 1.04327e+06 1.18360e+06 1.79614e+06 6.27287e+06 1.79373e+06 2.70331e+06 4.76802e+04 3.68943e+04 1.70263e-01 5.71752e+03 3.26789e+02 5.39373e+03 3.94865e+03 1.17710e+03 3.19982e+03 5.64569e+03 2.95413e+03 6.90979e+03 1.72737e+03 1.36044e+03 3.10260e+01 8.06478e+03 2.92884e+04 3.91761e+03 4.39818e+04 5.33082e+04 2.93855e+04 2.86892e+04 3.42623e+04 1.50014e+05 3.94901e+04 5.55371e+04 2.95704e+03 1.73450e+03 2.12701e-01 5.74455e+05 2.22107e+04 1.66498e+05 3.49181e+04 3.36919e+04 4.88589e+04 2.89896e+05 8.39880e+04 2.10599e+05 7.24294e+03 5.01568e+03 3.09010e+02 1.53989e+05 7.61099e+05 1.20732e+04 3.31045e+05 3.06078e+05 6.40103e+04 3.85760e+05 1.02756e+05 2.00315e+05 1.96423e+05 2.88289e+05 3.38589e+04 9.18471e+04 4.22504e+05 4.89128e+03 6.37062e-02 6.94093e+02 4.70957e+03 1.26999e+03 3.52872e+03 1.57986e+04 3.51818e+03 5.08754e+03 1.72188e+03 5.92041e+02 2.75685e+02 8.09561e+03 2.04383e+04 6.11532e+03 2.13919e+04 1.60883e+04 6.48099e+03 5.20410e+03 1.04863e+04 1.56154e+05 2.57406e-01 3.16119e+04 1.64943e-01 1.88531e+03 9.10049e-02 1.62677e+04 1.36686e+03 3.19732e+03 3.95105e+03 4.36430e+02 1.04235e+03 1.55280e+03 8.73556e+02 1.97769e+03 7.92057e+02 4.20286e+02 8.07595e+00 3.55456e+03 6.84842e+03 2.04898e+03 1.58565e+04 2.24215e+04 9.29823e+03 7.58812e+03 1.34784e+04 3.77926e+04 1.88037e+04 2.69845e+04 9.33428e+02 4.40047e+02 1.89369e-01 2.23854e+05 9.79890e+03 4.49306e+03 1.37648e+04 5.23352e+03 1.31093e+04 3.57264e+04 1.46007e+04 3.89771e+04 1.33964e+04 6.40483e+03 1.24615e+02 1.23621e+04 9.05045e+04 4.19126e+03 6.26766e+04 8.71133e+04 3.34971e+04 5.55503e+04 7.26565e+04 1.69739e+05 7.29930e+04 8.20283e+04 5.08230e+02 1.32201e+03 6.40693e-01 3.58525e+03 1.73784e+02 4.43061e+01 8.64407e+02 8.86235e+01 2.13263e+02 6.53787e+02 2.42121e+02 7.00840e+02 3.28130e+02 1.74265e+02 3.38677e+00 7.12710e+03 1.34618e+04 2.01416e+03 1.28578e+04 1.55731e+04 2.41488e+04 1.18266e+04 5.51495e+03 1.58265e+05 1.06979e+05 1.00904e+05 1.53707e+04 7.63518e+03 2.22495e-01 7.79314e+03 4.61877e+02 1.01606e+03 1.36169e+02 3.94407e+01 9.99062e+01 3.39021e+02 2.41972e+02 4.28119e+02 1.23596e+02 5.18191e+01 4.52233e-01 5.59679e+03 4.33028e+03 3.84191e+01 6.98748e+02 7.26311e+02 7.29380e+02 1.05823e+03 9.32666e+02 2.65580e+03 1.18632e+03 1.24508e+03 5.48616e+01 2.75478e+01 1.64229e-01 2.22797e+05 1.05286e+04 2.03778e+05 9.18985e+04 3.07817e+04 2.61781e+04 8.46293e+04 3.74176e+03 1.08218e+04 1.18348e+03 4.91448e+03 1.83089e+03 4.77001e+04 5.74086e+04 3.02233e+03 3.89545e+04 8.66402e+04 5.06579e+04 1.38032e+05 5.13482e+04 2.29299e+05 1.96128e+05 6.60377e+04 1.15335e+04 5.54621e+04 5.92071e+00 1.06700e+05 8.24519e+03 5.63603e+04 2.53086e+04 2.61086e+04 3.16694e+04 4.99688e+04 3.07990e+04 6.41958e+04 1.91563e+04 1.15077e+04 2.79723e+02 8.93184e+04 8.97131e+04 1.01661e+04 1.65347e+05 1.58403e+05 7.89547e+04 7.20680e+04 1.04215e+05 4.71324e+05 1.51234e+05 1.60990e+05 4.83579e+03 3.37347e+03 7.40542e-01 1.81063e+03 1.29252e+02 4.82133e+03 1.63265e+03 4.41994e+02 1.05571e+03 1.37321e+03 8.74496e+02 2.14702e+03 7.62258e+02 1.01154e+03 6.44117e+00 1.01880e+04 1.11653e+04 7.09871e+02 8.59243e+03 8.53473e+03 7.10275e+03 4.31009e+03 5.48671e+03 2.83970e+04 2.33086e+04 2.71818e+04 1.09044e+03 5.85486e+02 6.08787e-01 2.67240e+07 5.03247e+06 2.07446e+05 1.61393e+06 4.70171e+06 1.03440e+06 4.65570e+05 1.66075e+06 1.14880e+06 1.52176e+05 1.19030e+06 4.43445e+05 2.71589e-01 2.08854e+07 9.79521e+05 1.26249e+07 2.80796e+07 2.22799e+07 1.52396e+07 7.93370e+06 2.39900e+07 3.81242e-01 1.30530e+07 2.54218e+04 7.29606e+06 3.78873e-01 2.97787e+02 1.03815e+01 9.81260e+02 4.72991e+02 2.02220e+02 4.97517e+02 8.82573e+02 5.16784e+02 8.93611e+02 3.80819e+02 3.08255e+02 2.76280e+00 2.05797e+03 5.16575e+03 1.63151e+03 1.19347e+04 1.38758e+04 7.15290e+03 6.20592e+03 8.73463e+03 5.79576e+04 2.89693e+04 3.35436e+04 2.95449e+03 1.59593e+03 6.11362e-02 1.37281e+04 4.39515e+02 4.61767e+05 1.60873e+04 7.65276e+03 1.87446e+04 3.83200e+04 2.03853e+04 6.85729e+04 2.21260e+04 9.99043e+03 9.70445e+01 2.51851e+05 4.13921e+04 2.42743e+03 6.20560e+04 3.70949e+04 2.31108e+04 2.16673e+04 3.88156e+04 2.60742e+05 1.14634e+05 1.29094e+05 1.49541e+03 8.87721e+02 4.40264e-02 1.55645e+05 6.50301e+03 3.00562e+04 1.04210e+05 5.33861e+04 6.58537e+04 1.62375e+05 1.01808e+05 1.92990e+05 4.61032e+04 2.62869e+04 5.42623e+02 1.91594e+05 2.36169e+05 1.70417e+04 4.15751e+05 3.06048e+05 3.64605e+05 3.88513e+05 2.75288e+05 1.30681e+06 5.14521e+05 5.43868e+05 1.34024e+04 1.60432e+04 3.64276e+01 7.44877e+00 6.57950e+00 1.80684e+00 4.66189e-01 6.09844e-01 3.79271e-01 4.68554e-01 3.97807e-01 4.27274e-01 4.47423e-01 4.53007e-01 4.98478e-01 2.41351e+00 5.58677e-01 5.36204e-01 4.90798e-01 6.73737e-01 6.60077e-01 3.38600e-01 3.81961e-01 2.97719e-01 4.73798e-01 4.67166e-01 2.70678e-01 2.18046e-01 1.03814e+00 1.00043e+05 1.10916e+04 1.20001e+03 2.42179e+03 2.04469e+03 3.80234e+03 9.93782e+03 5.12384e+03 8.15975e+03 3.71975e+03 2.61830e+03 5.91536e+01 2.74709e+03 1.26156e+04 7.21787e+02 9.76195e+03 1.03736e+04 3.88779e+03 6.22974e+03 9.46507e+03 7.30476e+04 2.04979e+04 2.78752e+04 6.68974e+02 6.87360e+02 6.59907e-02 5.31293e+05 2.00561e+04 1.70753e+04 4.97011e+04 1.37697e+05 4.75573e+04 6.25065e+04 2.56220e+04 7.23529e+04 2.51580e+04 1.63467e+04 5.28168e+02 4.91667e+04 4.01789e+05 1.40376e+04 1.55430e+05 1.86055e+05 9.70373e+04 1.00066e+05 1.34787e+05 3.88293e+05 6.86577e+04 1.13327e+05 5.02671e+03 3.25251e+03 6.47148e-01 5.25574e+05 1.95910e+04 1.14087e+05 8.42296e+04 1.92377e+04 7.66792e+04 1.13121e+05 5.08886e+04 1.53577e+05 5.35523e+04 2.70481e+04 6.70158e+02 1.43170e+05 2.41686e+05 1.96479e+04 3.27672e+05 3.88594e+05 2.22881e+05 1.42666e+05 1.99435e+05 8.08111e+05 1.82157e+05 2.32337e+05 5.11076e+03 4.64061e+03 8.31076e-01 2.39537e+06 3.55513e+05 1.13413e+07 2.75666e+06 7.06531e+05 3.51395e+06 4.72006e+06 2.50749e+06 4.46428e+06 3.64043e+06 8.80180e+05 2.94129e+05 3.24299e+06 2.71500e+06 1.17364e+05 1.51269e+06 3.36442e+06 1.50258e+06 5.21830e+06 1.31156e+06 1.90960e+07 3.86859e+06 4.17994e+06 7.06983e-04 2.02904e-01 4.64941e-02 9.18921e+03 9.50261e+02 1.92010e+03 1.38749e+03 7.01505e+02 1.41034e+03 2.50470e+03 1.43625e+03 4.88975e+03 1.20180e+03 6.29144e+02 9.02503e+00 4.35740e+03 2.40371e+04 1.49971e+03 1.63625e+04 1.69334e+04 9.07449e+03 1.08548e+04 1.79829e+04 4.71514e+04 1.34420e+04 1.58801e+04 1.37508e+03 9.25002e+02 8.15620e-01 1.95095e+03 7.31732e+01 3.54498e+03 7.76063e+02 1.24410e+02 3.79184e+02 8.42941e+02 3.63000e+02 1.14505e+03 9.43154e+02 1.81324e+02 2.28454e+00 9.37255e+03 2.20242e+04 1.38265e+03 2.31432e+04 2.50103e+04 1.80617e+04 1.61767e+04 1.90640e+04 2.48939e+05 9.34210e+04 1.12666e+05 2.67814e+03 1.90015e+03 6.39924e-02 6.30035e+04 4.48831e+03 2.24583e+03 5.23890e+03 1.58652e+03 4.39337e+03 9.48027e+03 4.30119e+03 1.18522e+04 4.27384e+03 2.32904e+03 3.33520e+01 5.12438e+03 8.76806e+03 1.02886e+03 1.82046e+04 1.94086e+04 9.90208e+03 3.72178e+03 5.84709e+03 3.92056e+04 9.90822e+03 1.37997e+04 2.49720e+02 2.13487e+02 1.59062e-03 3.33838e+05 1.64634e+04 2.74678e+04 1.68152e+04 3.51218e+03 9.50004e+03 2.24626e+04 9.59815e+03 2.62792e+04 9.64741e+03 4.72926e+03 9.09106e+01 1.00003e+05 2.36146e+04 8.79723e+03 1.15854e+05 1.25081e+05 7.41381e+04 4.67574e+04 6.27548e+04 2.37887e+05 2.92874e+04 5.78376e+04 1.59549e+03 8.85933e+02 4.90391e-01 6.00674e+05 1.84218e+05 3.17074e+06 1.11328e+06 2.15871e+05 4.51210e+05 8.47426e+05 1.96283e+05 6.79761e+04 4.15345e+04 7.34993e+04 1.75735e+03 7.96256e+05 7.12146e+05 2.45090e+04 3.15894e+05 7.02591e+05 2.19853e+05 1.25527e+06 4.96203e+05 3.36503e+06 2.60338e+05 1.43029e+06 2.57187e+02 7.38126e+04 1.08976e-01 8.39409e+06 8.45916e+05 1.50223e+07 1.97395e+07 1.56328e+07 1.21587e+07 4.81640e+07 2.57381e+07 4.56821e+07 1.32228e+07 3.70760e+06 1.39377e+00 2.22733e+07 2.59519e+07 5.08293e+05 6.55133e+06 1.45711e+07 7.54356e+06 4.93202e+07 3.01240e+07 1.24006e+08 2.28571e+06 3.19796e+07 1.73288e+05 2.05000e+07 9.31180e-01 1.44752e+07 2.95813e+05 1.44686e+06 3.15598e+06 1.36036e+06 5.74178e+05 2.12438e+06 8.66667e+05 2.15349e+05 5.89216e+04 1.03552e+06 4.82762e+05 1.59982e+00 1.93614e+06 3.74548e+05 4.82751e+06 1.07370e+07 2.26564e+06 7.43916e+06 1.53853e+05 5.54271e+06 9.31805e-01 3.16722e+06 5.12149e-01 6.93331e+05 1.15705e-01 1.16231e+05 1.06571e+04 2.85327e+05 8.89375e+03 3.22785e+03 1.13057e+04 2.09837e+04 1.39095e+04 4.62614e+04 1.26701e+04 6.15603e+03 8.80565e+01 9.92335e+04 1.03229e+05 5.17350e+03 1.15459e+05 8.08166e+04 4.12251e+04 7.60508e+04 1.03577e+05 2.67436e+05 7.97782e+04 7.19080e+04 1.58784e+03 1.71250e+03 4.21732e-01 1.26601e+00 1.38613e+00 3.98295e-01 3.18425e-01 5.55797e-01 3.00640e-01 3.20731e-01 2.82479e-01 3.21343e-01 2.54487e-01 2.62370e-01 4.29761e-01 4.43036e-01 3.50573e-01 3.33421e-01 3.31698e-01 3.63753e-01 3.43761e-01 4.92798e-01 4.37415e-01 3.21131e-01 4.07419e-01 3.34072e-01 3.47921e-01 3.65607e-01 3.26494e+00 1.51787e+05 9.42418e+03 6.50421e+04 4.81544e+04 4.60979e+04 6.26684e+04 1.59453e+05 5.59831e+04 1.54482e+05 4.05383e+04 2.74480e+04 3.45305e+02 1.46975e+05 2.04249e+05 1.94140e+04 3.90103e+05 3.74382e+05 1.73696e+05 1.53002e+05 2.63289e+05 1.22432e+06 4.34677e+05 4.89691e+05 1.32617e+04 8.37503e+03 7.33033e-01 2.93028e+05 2.89945e+04 8.11242e+04 3.47242e+05 3.06227e+04 9.42086e+04 2.10116e+05 1.63228e+05 2.13004e+05 7.90546e+04 4.00978e+04 1.38834e+03 1.22464e+05 1.03121e+06 5.25528e+04 8.84239e+05 1.05262e+06 6.48475e+05 4.35067e+05 5.06797e+05 2.31566e+06 1.01678e+06 9.84201e+05 2.74503e+04 1.89408e+04 3.78708e-01 5.29802e+03 3.14849e+02 3.72525e+03 7.18833e+03 1.76544e+03 5.21525e+03 9.66041e+03 4.20022e+03 1.34194e+04 3.77805e+03 2.49280e+03 5.15133e+01 3.91810e+03 1.42760e+04 1.27913e+03 1.31893e+04 2.26442e+04 1.01574e+04 7.11227e+03 1.21607e+04 4.06025e+04 9.25302e+03 3.10011e+04 1.90560e+03 1.21064e+03 1.03189e-01 5.75675e+04 2.80438e+02 1.98975e+04 6.27922e+04 1.66743e+04 4.54687e+04 1.05736e+05 3.43007e+04 8.69798e+04 4.45518e+04 1.32694e+04 1.98857e+03 4.01514e-01 9.55353e+04 2.67559e+04 1.39784e+05 7.72142e+04 3.45804e+04 8.84822e+04 5.18949e+04 3.74682e+05 3.57099e+03 5.16755e+04 4.56817e-01 2.47939e+04 2.79133e+00 1.00730e+06 2.37198e+04 1.03456e+05 1.68893e+05 3.69319e+04 1.08583e+05 1.81404e+05 6.11149e+04 2.17729e+05 8.54712e+04 4.19022e+04 9.42432e+02 3.72410e+05 4.35145e+05 2.12342e+04 3.81896e+05 4.18616e+05 2.42311e+05 2.45717e+05 3.15986e+05 1.31606e+06 3.83364e+05 4.92080e+05 9.59929e+03 7.52344e+03 2.88512e+00 3.70917e+05 1.82370e+04 4.34950e+04 1.01246e+05 1.31540e+04 3.04352e+04 8.33652e+04 5.06415e+03 5.14236e+04 3.47627e+04 1.79936e+04 4.90329e+02 2.51131e+05 2.19765e+05 7.79012e+02 2.69943e+04 3.95463e+04 1.72860e+04 1.32123e+04 2.62018e+04 4.91614e+05 3.89041e+04 1.58851e+05 9.67166e+02 2.04100e+03 7.00477e-06 8.48754e+05 4.17006e+04 7.45157e+05 1.31733e+05 2.87225e+04 1.02201e+05 1.52239e+05 1.02147e+05 2.63463e+05 7.35069e+04 4.61730e+04 1.09852e+03 5.74905e+05 8.78552e+04 1.54455e+04 2.77308e+05 2.86291e+05 1.49152e+05 1.97284e+05 2.64346e+05 8.56185e+05 1.09559e+05 1.76310e+05 3.59066e+03 3.24928e+03 1.15174e+00 9.66165e-01 2.15012e-01 4.23649e-01 5.76371e+00 1.08801e+00 3.49886e+00 7.41359e+00 3.94350e+00 1.00757e+01 2.44053e+00 1.88158e+00 2.64088e-01 9.59390e-01 1.04635e+01 2.41846e+00 9.06320e+00 4.90091e+00 2.92765e+00 1.18171e+01 4.05836e+00 2.55008e+01 1.04319e+01 2.29925e+01 4.86858e-01 3.65764e-01 2.30168e-01 3.60558e+03 1.26785e+02 3.98005e+03 1.27597e+03 5.20268e+02 1.02083e+03 1.90502e+03 1.02554e+03 2.01876e+03 7.45288e+02 5.42510e+02 9.13071e+00 1.02909e+04 1.50589e+04 4.81186e+03 3.67834e+04 4.54648e+04 2.47616e+04 3.18842e+04 5.22424e+04 5.48320e+04 2.27866e+04 2.56699e+04 1.55031e+03 5.76005e+02 6.79338e-02 5.35753e+04 2.05775e+03 1.26290e+04 2.09550e+04 2.32044e+04 1.37210e+04 2.93993e+04 1.76813e+04 5.18706e+04 9.90012e+03 8.37579e+03 1.18249e+02 3.70130e+04 1.77801e+05 5.32766e+03 1.01533e+05 1.15478e+05 6.01007e+04 6.12784e+04 8.33509e+04 3.20602e+05 1.06555e+05 1.21337e+05 2.49411e+03 2.22243e+03 1.72227e+00 4.99136e+06 8.64707e+05 5.20009e+04 1.76843e+06 1.26542e+06 1.35220e+06 8.62038e+04 1.19551e+05 5.44522e+00 1.43076e+04 1.38973e+04 5.17742e+03 2.59641e-01 6.59246e+06 1.26301e+05 1.62788e+06 3.62063e+06 2.96098e+06 3.98255e+06 5.77627e-01 2.74243e+06 7.80885e-01 2.21682e+06 1.55863e+00 3.17933e+05 2.03413e-01 4.61659e+06 1.89968e+05 1.71222e+06 1.18230e+06 5.06654e+05 8.53783e+05 1.87785e+06 7.80629e+05 2.25528e+06 7.41993e+05 4.04676e+05 7.85469e+03 4.54182e+06 3.60399e+06 1.78854e+05 3.66787e+06 3.81160e+06 2.12136e+06 2.03000e+06 3.16453e+06 1.07283e+07 2.53973e+06 3.82729e+06 6.50885e+04 6.14769e+04 3.44499e-01 1.13698e+05 4.30467e+03 2.37835e+04 6.18499e+04 6.41868e+04 3.80358e+04 8.61798e+04 3.48927e+04 9.15847e+04 2.95181e+04 1.77029e+04 2.91916e+02 7.98163e+04 1.50200e+05 8.16613e+03 1.62340e+05 1.87704e+05 1.09056e+05 9.24060e+04 1.45653e+05 6.78076e+05 2.06650e+05 2.98734e+05 5.13657e+03 3.86221e+03 1.54535e+02 1.08782e+05 7.44737e+03 5.83785e+03 5.36358e+03 1.93771e+03 4.70333e+03 9.97612e+03 4.60793e+03 1.06509e+04 3.90838e+03 2.06720e+03 3.85194e+01 7.80775e+03 1.35066e+05 4.41727e+03 5.87713e+04 6.95349e+04 3.50682e+04 3.90477e+04 6.15611e+04 1.30167e+05 5.22581e+04 5.89471e+04 1.72868e+03 1.00223e+03 2.53505e-02 8.72280e-01 3.75914e-01 3.02016e+00 9.99379e-01 1.43019e+00 1.35859e+00 2.12447e+00 1.30986e+00 2.63329e+00 1.33506e+00 4.17750e-01 1.13436e+00 1.31530e+00 6.84499e-01 5.26246e-01 4.51155e-01 5.92538e-01 4.86350e-01 2.33623e+00 5.23354e-01 6.05279e+00 5.78872e-01 3.22389e+00 7.34941e-01 5.30785e-01 4.97805e-01 3.42235e+06 1.68118e+06 7.46565e+04 1.38223e+05 1.46031e+05 9.37971e+04 8.22891e+04 9.36075e+04 7.50558e+04 8.81584e+04 1.02581e+05 1.16460e+05 6.44013e+04 3.34873e+06 5.89523e+05 5.67510e+05 6.17432e+05 6.36097e+05 3.24116e+05 2.79477e+05 5.65303e+05 5.56484e+05 5.70833e+05 5.90527e+05 6.16283e+05 1.93771e+04 4.10185e+04 1.37120e+04 4.16432e+03 1.16705e+04 4.41904e+03 1.02539e+04 1.17977e+04 6.55177e+03 1.24285e+04 4.34247e+03 3.40136e+03 5.50066e+01 1.11815e+04 1.96765e+04 3.33783e+03 4.11030e+04 4.00480e+04 2.21113e+04 2.76049e+04 4.24300e+04 1.21426e+05 4.87146e+04 5.64107e+04 2.02638e+03 1.24877e+03 1.43680e+00 4.96399e+03 1.11034e+02 2.71302e+02 1.95814e+02 1.10174e+02 3.62547e+03 1.48212e+03 1.02880e+03 5.55768e+03 1.70126e+02 1.60690e+02 1.05402e+01 1.36962e+03 3.79702e+03 7.99977e+02 2.66598e+03 1.24860e+03 2.11180e+02 4.58025e+03 2.90237e+03 1.61561e+04 2.40923e-01 1.62930e+03 2.46590e-01 3.45537e+02 9.66936e-02 1.96653e+05 8.40064e+03 2.55034e+04 6.03546e+04 1.35843e+04 3.32438e+04 9.09855e+04 4.98970e+04 6.44069e+04 4.26236e+04 1.09039e+04 6.64567e+03 1.18304e+05 2.44534e+05 6.62918e+04 1.31919e+05 1.91035e+05 9.74597e+04 2.08876e+05 8.95032e+04 2.02641e+06 1.54795e+05 5.17352e+05 1.99288e-01 3.22354e+04 7.02298e-02 1.44712e+04 1.39846e+03 6.42344e+03 3.32660e+03 1.20621e+03 4.51514e+03 7.25322e+03 4.45311e+03 6.40419e+03 2.05180e+03 3.10767e+03 3.60867e+01 1.04665e+04 2.35919e+04 3.10481e+03 3.19676e+04 3.56610e+04 1.93881e+04 2.95695e+04 3.82402e+04 2.35100e+05 8.71437e+04 9.30087e+04 3.77710e+03 2.66678e+03 2.52689e-01 7.35983e+04 4.56303e+03 4.88121e+05 1.28390e+04 4.79089e+03 1.51176e+04 3.12467e+04 1.77711e+04 3.30441e+04 9.13531e+03 6.03388e+03 1.53164e+02 1.62098e+05 1.10925e+05 3.18243e+03 6.78309e+04 4.72609e+04 2.29315e+04 6.14877e+04 7.22246e+04 5.17095e+05 7.97063e+04 9.28116e+04 2.42035e+03 2.57801e+03 5.65231e-02 3.28356e+04 2.22105e+03 1.59638e+03 1.65614e+03 4.21834e+02 1.27613e+03 3.25087e+03 1.29975e+03 3.90029e+03 1.18603e+03 5.55287e+02 6.00784e+00 4.96427e+03 2.23123e+04 1.49361e+03 3.07578e+04 3.38126e+04 1.78613e+04 6.20665e+03 1.05584e+04 5.18855e+04 1.02460e+04 1.76197e+04 1.91027e+02 1.67222e+02 2.05027e-02 4.43167e+05 1.83427e+03 8.02475e+04 3.03877e+05 1.07905e+05 2.69563e+04 1.89498e+05 7.53805e+04 1.00320e+05 1.09710e+04 1.89668e+04 7.06607e+03 1.76729e+05 5.02442e+05 2.06245e+04 2.91159e+05 5.75139e+05 1.89518e+05 5.67453e+05 2.28429e+05 5.97704e+05 5.52139e+05 4.99529e+05 1.99189e+05 1.43609e+05 1.17181e-01 2.37846e+05 2.51366e+03 7.21780e+04 1.89258e+05 1.32659e+04 2.72743e+05 2.25257e+05 2.42209e+05 4.47807e+05 3.46158e-01 4.56813e+04 6.78875e+03 2.23600e+05 9.49813e+05 2.85270e+04 9.20378e+05 4.66552e+05 2.65532e+05 5.59341e+05 4.87561e+05 8.69754e+06 3.82224e-01 3.40521e+06 7.71871e-04 2.21527e-01 8.86199e-02 1.18700e+06 2.51460e+04 2.88371e+05 1.53660e+05 2.49466e+04 1.14231e+05 1.34716e+05 5.44282e+04 1.59772e+05 5.95015e+04 3.02086e+04 7.73994e+02 7.62680e+05 5.03784e+05 2.98046e+04 5.01168e+05 6.50453e+05 3.25052e+05 2.95745e+05 4.17772e+05 9.78844e+05 1.45145e+05 3.02956e+05 4.84687e+03 3.45937e+03 1.91281e+00 9.30874e-01 1.40997e-01 4.62441e+00 2.51101e-01 3.77137e-01 3.65298e-01 5.72994e-01 3.34410e-01 9.16375e-01 2.84404e-01 1.22954e-01 2.71254e-01 4.59313e-01 4.96802e-02 1.03740e-01 1.08385e-01 1.46148e-01 1.04253e-01 1.18056e+00 1.91241e-01 1.53186e+00 1.91109e-01 9.24879e-01 1.39455e-01 1.26095e-01 2.69526e-01 1.88907e+04 2.90094e+04 7.52532e-02 2.15807e-01 2.23063e-01 2.29225e-01 7.49582e+02 7.56224e-02 1.41415e-01 1.54652e-02 2.67365e-02 9.96066e-03 8.66751e+03 3.81183e-01 3.83710e+02 1.05870e+04 7.41473e+03 2.23386e+03 2.04537e+04 1.13181e+04 2.83358e+04 9.04147e+03 4.30289e+03 2.07735e+00 5.96200e+02 1.81869e-01 7.40861e+05 2.77018e+04 7.52046e+04 2.22351e+05 1.06782e+05 1.31775e+05 3.35054e+05 1.21871e+05 3.55491e+05 1.24669e+05 6.59077e+04 1.15884e+03 1.76132e+05 3.34650e+05 5.06705e+04 1.02482e+06 1.25521e+06 6.29839e+05 2.52713e+05 3.85954e+05 1.47524e+06 4.40517e+05 6.46582e+05 1.19484e+04 7.27195e+03 1.43189e-01 1.85384e+05 1.26379e+04 1.16768e+05 2.34677e+04 5.42505e+03 1.11799e+04 2.33208e+04 1.02336e+04 3.12140e+04 1.17433e+04 6.78381e+03 2.18613e+02 6.73679e+04 8.13028e+04 7.61307e+03 9.47858e+04 1.14315e+05 7.09983e+04 2.46077e+04 3.58925e+04 1.86999e+05 4.80094e+04 6.16185e+04 1.33358e+03 9.87128e+02 8.43100e-01 1.20285e+05 3.36534e+03 1.29891e+05 1.01889e+05 2.00296e+04 1.22179e+05 2.40308e+05 1.28480e+05 1.88502e+05 4.59989e+04 3.04522e+04 2.29060e+02 1.64902e+05 3.15854e+05 1.61153e+04 9.16468e+05 2.97425e+05 1.32124e+05 2.42326e+05 2.52438e+05 3.93520e+06 1.85817e+05 3.68770e+05 3.89264e+03 7.71236e+03 2.12843e-05 1.44316e+05 1.11970e+04 4.13853e+03 1.02285e+04 8.12296e+03 8.46291e+03 1.67946e+04 7.51879e+03 1.57969e+04 5.07262e+03 3.75778e+03 1.05431e+02 7.73737e+03 2.28177e+05 7.88654e+03 1.02457e+05 1.33144e+05 7.38801e+04 5.33450e+04 7.80719e+04 8.95769e+04 1.06219e+04 2.29979e+04 7.95078e+02 5.95622e+02 2.51562e-02 4.24087e+05 1.86511e+04 4.39652e+04 6.88333e+04 8.23197e+04 5.97025e+04 1.31127e+05 5.07374e+04 1.34116e+05 4.08753e+04 3.06579e+04 4.39572e+02 1.09701e+05 2.32658e+05 1.50404e+04 2.60989e+05 2.91606e+05 1.39220e+05 1.03969e+05 1.60056e+05 8.19919e+05 3.03559e+05 3.21256e+05 7.87974e+03 1.09677e+04 2.31023e-01 1.03263e+04 3.30864e+03 4.03453e+04 7.47379e+05 2.57663e+06 6.29413e+05 7.38722e+05 5.10185e+05 8.40445e+06 2.32869e+05 1.32852e+06 4.94939e+05 6.96338e+05 1.56480e+06 1.96638e+05 2.53445e+06 5.63696e+06 2.62184e+05 1.61680e+06 8.72106e+04 4.01631e+06 8.88308e+04 4.77148e+05 6.22933e+03 1.78782e+06 1.64260e-02 4.26669e+03 9.15948e+00 9.89927e+01 1.67056e+03 6.08629e+02 9.80278e+02 4.71922e+03 1.08847e+03 3.02089e+03 2.13066e+03 1.73016e+02 3.45396e+01 1.91089e+03 4.27794e+03 8.15941e+02 2.11440e+03 4.07166e+03 9.17026e+02 3.61111e+03 3.52289e+03 2.15713e+04 2.18452e+03 5.10506e+03 1.72048e+00 9.29259e+02 3.14179e-02 1.15443e+00 4.91266e+00 1.23688e-01 6.47379e-01 1.37774e-01 1.58113e-01 1.38778e-01 2.40289e-01 1.87566e-01 1.00083e-01 1.17593e-01 3.76460e-01 7.17636e-01 3.35341e-01 2.90271e-01 2.20940e-01 2.27681e-01 6.06295e-01 7.56243e-01 2.24819e-01 1.94828e-01 3.53658e-01 3.71290e-01 5.03212e-01 3.90480e-01 6.39437e-01 8.57682e+00 4.08906e-01 1.05977e+01 9.47575e+00 6.26485e+00 1.93014e+00 1.44959e+01 5.79604e+00 1.21447e+01 4.32261e+00 1.03798e+00 1.86925e+00 1.94707e+00 1.97010e+00 3.98078e-02 5.13079e-01 1.14116e+00 5.41178e-01 5.45225e+00 1.05346e+00 6.47830e+00 1.28759e+00 1.48218e+00 1.88231e-03 5.40222e-01 4.79442e-01 2.34934e+07 2.81159e+06 1.85171e+07 1.13078e+07 2.37957e+06 2.94070e+06 5.32733e+06 1.56448e+06 2.16324e+06 2.70077e+06 3.11988e+05 3.52132e+04 1.33724e+06 1.16760e+07 5.26002e+05 6.77959e+06 1.50787e+07 5.18947e+06 1.35255e+07 1.28459e+06 1.83658e+07 5.43399e+04 2.06466e+06 2.20751e-03 6.33555e-01 3.81103e-02 2.70958e+07 3.23676e+05 7.60125e+04 1.61497e+06 6.59325e+05 3.12779e+05 2.72338e+05 6.16495e+05 2.86110e+05 6.08004e+04 2.00387e+05 2.70316e+04 5.36819e+04 5.85076e+05 5.87754e+05 7.57549e+06 1.68489e+07 2.47904e+06 8.49467e+06 1.40741e+05 9.02678e+06 2.88416e+00 2.81375e+06 1.63251e+03 4.68529e+05 2.55028e-01 4.58280e+05 2.89604e+04 1.06845e+07 5.49177e+05 8.43766e+04 1.85488e+05 3.84158e+05 1.65356e+05 5.06258e+05 2.97647e+05 1.16484e+05 5.31853e+03 4.10089e+06 2.63987e+06 1.08370e+05 1.56868e+06 1.91233e+06 1.01786e+06 2.08752e+06 2.65506e+06 5.86845e+06 5.25908e+06 4.45136e+06 3.72864e+04 4.70989e+04 3.38823e-02 3.33849e+04 4.15676e+03 2.73001e+03 3.66643e+04 2.69652e+03 3.48661e+04 2.15147e+05 1.27213e+04 1.46310e+05 2.53096e+03 2.24326e+03 4.69107e+02 1.09783e+04 1.96044e+04 5.37963e+03 2.99561e+04 1.75003e+04 1.34607e+04 3.42181e+04 8.13331e+03 2.34293e+05 2.76159e+00 3.98890e+04 5.35371e-01 2.03363e+03 4.28858e-03 6.75492e+00 4.04811e-01 1.21442e+01 9.33050e+00 2.27301e+00 1.29828e+00 4.87425e+00 2.91596e+00 7.52446e+00 6.86194e-01 3.06332e+00 2.47804e+00 5.14084e-01 1.52936e+00 7.57447e-03 9.76265e-02 2.17135e-01 9.39687e-01 3.77198e+00 7.38200e-01 3.53532e+00 2.41047e-01 2.04126e+00 8.31078e-04 2.38519e-01 4.18320e-01 3.56385e-01 1.40062e-01 2.08693e+01 2.30165e-01 3.80751e-01 3.95451e-01 5.63566e-01 2.84172e-01 6.95428e-01 2.66504e-01 1.19781e-01 1.60474e-01 3.73399e-01 1.42951e-01 1.39973e-01 1.46557e-01 1.91460e-01 1.68850e-01 9.32622e-01 1.89332e-01 1.51958e+00 1.78306e-01 1.06423e+00 2.48744e-01 1.49612e-01 1.51288e-01 3.39143e+04 1.36381e+03 8.74133e+03 8.63068e+03 1.95760e+03 4.04102e+03 8.82930e+03 5.83383e+03 8.50369e+03 2.85770e+03 1.58070e+03 2.99406e+01 2.71163e+04 3.98332e+04 2.68955e+03 5.27092e+04 4.41017e+04 2.85706e+04 1.57441e+04 2.48555e+04 1.47117e+05 3.46243e+04 4.41532e+04 2.25837e+01 6.48127e+02 4.96337e-02 3.55097e+06 3.07235e+05 2.23515e+05 4.92388e+06 4.24731e+05 2.63332e+06 4.15305e+06 2.43629e+06 5.43848e+06 8.27613e+05 7.45554e+05 7.32813e+04 4.16905e+06 2.01507e+06 3.85637e+05 1.68376e+07 3.51369e+06 2.61808e+06 8.10291e+06 4.17635e+06 7.01106e+07 2.80361e-01 2.22985e+07 3.01628e+04 6.27444e+05 1.35993e+02 1.00967e+04 3.43471e+02 6.19092e+03 6.16861e+03 1.91448e+03 4.39814e+03 1.18902e+04 3.63251e+03 1.08814e+04 3.54632e+03 1.93169e+03 4.42230e+01 9.06437e+03 1.66254e+04 7.74063e+02 1.67303e+04 1.60752e+04 8.59184e+03 1.11015e+04 1.53666e+04 1.23756e+05 3.45670e+04 5.73614e+04 1.04138e+03 7.00808e+02 7.16409e-02 1.96882e+07 3.22623e+06 8.91793e+05 3.40885e+05 3.99144e+05 2.25223e+05 1.92998e+05 2.76199e+05 4.72463e+03 5.45913e+03 1.95542e+05 3.84084e+03 1.53610e+06 6.22629e-01 1.51986e+04 1.95893e+05 4.35693e+05 1.12527e+05 1.91213e+06 2.51410e+05 2.19343e+06 2.49172e+04 4.58848e+05 1.97938e-03 5.68083e-01 7.56476e+01 1.40267e+05 3.63586e+03 2.60495e+03 1.96450e+04 5.03115e+03 3.90768e+03 1.85354e+04 1.68775e+03 3.15612e+03 3.45155e+02 9.99009e+03 3.72180e+03 1.38091e+04 2.79641e+04 3.45584e+02 4.45419e+03 9.90674e+03 2.29797e+04 2.70633e+04 1.58060e+04 2.99844e+04 1.01698e+04 1.20614e+04 4.35477e+01 1.24982e+04 3.49519e+01 1.88120e+04 2.90183e+03 3.49330e+06 4.51601e+04 1.97529e+04 1.44143e+04 5.51101e+05 3.67246e+04 1.60606e+04 2.70650e+03 2.78116e+04 3.19599e+03 3.27521e+04 3.76326e+04 3.32784e+03 4.28922e+04 9.53982e+04 2.44606e+04 2.29964e+04 6.05171e+04 1.21023e+06 5.29764e+03 4.18399e+04 1.30709e+03 1.18093e+04 6.95273e-02 4.24882e+05 2.83409e+01 4.22363e+03 1.14707e+05 6.43916e+04 7.95964e+03 3.79905e+04 4.95292e+04 2.01871e+04 4.15536e+04 1.44834e+04 5.39579e+03 1.08072e+05 1.43281e+05 1.99118e+04 6.20742e+04 6.94447e+05 1.78565e+04 4.45913e+04 3.77627e+04 3.42076e+05 2.30797e+05 1.14976e+05 3.84075e-03 1.10230e+00 2.20062e+00 2.77157e+05 4.91134e+03 7.62285e+04 1.83214e+04 6.89696e+03 3.23441e+04 2.57788e+04 9.37720e+03 3.43431e+04 1.14146e+04 5.79150e+03 6.72187e+01 2.66039e+05 1.50809e+05 5.60372e+03 1.42158e+05 1.31524e+05 6.80455e+04 1.92335e+04 4.60477e+04 3.41232e+05 1.00087e+05 1.34060e+05 1.73635e+03 1.47123e+03 9.13926e+00 7.93303e+03 5.61777e+03 7.19810e+02 6.10620e+04 4.07214e+03 5.69930e+04 2.41943e+04 1.70894e+04 1.10343e+04 5.12624e+02 1.91450e+03 1.16326e+03 1.08000e+05 2.09777e+05 5.44690e+04 2.96469e+05 1.86032e+05 7.64586e+03 1.61718e+05 6.85827e+04 6.59284e+05 4.74651e-01 1.29232e+05 1.33335e+00 5.26887e+03 1.98220e+00 1.47666e+05 5.41400e+03 4.48820e+04 6.48833e+04 1.99810e+04 5.48239e+04 7.99678e+04 3.91272e+04 1.39572e+05 2.97800e+04 2.73152e+04 4.12949e+02 1.15307e+05 2.36088e+05 2.20870e+04 3.65381e+05 4.29300e+05 2.64314e+05 1.60419e+05 1.99879e+05 1.89709e+06 6.78530e+05 8.71079e+05 2.21925e+04 1.43475e+04 1.43197e+00 1.24106e+04 8.12660e+02 1.23270e+04 3.93203e+03 2.06865e+03 3.72687e+03 8.12022e+03 3.96695e+03 8.41438e+03 2.78349e+03 1.79432e+03 2.73897e+01 2.43205e+04 1.05653e+04 8.12639e+02 1.46118e+04 1.51546e+04 7.52458e+03 5.12063e+03 8.58966e+03 7.48233e+04 2.11430e+04 2.48156e+04 5.62971e+02 4.34011e+02 9.85225e-01 1.55812e+05 1.12535e+04 2.02955e+03 1.60265e+03 3.11916e+02 1.25330e+03 2.57567e+03 1.10653e+03 2.99501e+03 7.87254e+02 4.65148e+02 3.43490e+00 5.08493e+03 6.32971e+03 1.86279e+02 5.92945e+03 6.54579e+03 3.04904e+03 5.60833e+03 1.01534e+04 2.13055e+04 6.16094e+03 7.12207e+03 6.56630e+01 6.36858e+01 4.85805e-06 2.95583e+04 8.62059e+02 1.68830e+06 1.77387e+04 2.82034e+03 1.32482e+04 2.50893e+04 1.33306e+04 5.33667e+04 1.78189e+04 6.73377e+03 1.01035e+02 6.54837e+05 6.64834e+04 3.53427e+03 1.16184e+05 9.28722e+04 3.40737e+04 5.09618e+04 9.06601e+04 5.38802e+05 3.32174e+05 2.78942e+05 1.21192e+03 1.68658e+03 9.59536e+01 8.56557e+02 2.83299e+01 1.99729e+03 2.45530e+04 9.84409e+03 1.70397e+04 3.04321e+04 1.57457e+04 3.89505e+04 1.77403e+04 1.20044e+04 2.12154e+02 4.91489e+03 1.93930e+04 4.54253e+02 1.46749e+04 1.21297e+04 5.80544e+03 7.31154e+03 8.69261e+03 1.46830e+05 3.83076e+04 4.95407e+04 1.91504e+03 1.79933e+03 8.77970e-02 3.33444e+05 3.39515e+02 1.42282e+04 2.03571e+05 2.47606e+05 1.57362e+05 1.06698e+05 4.09328e+04 1.23841e+05 2.51016e+04 4.46439e+04 1.05008e+04 1.36761e+04 4.54303e+05 1.55363e+05 6.31220e+05 7.89524e+05 1.24162e+05 8.19912e+05 3.65171e+05 8.48088e+05 3.65961e-01 1.83749e+05 5.17691e-01 1.39556e+05 1.47418e+01 1.36868e+01 1.50431e-01 1.10976e+01 1.53139e+01 3.75613e+01 1.76265e+01 7.48364e+01 9.57852e+01 5.09775e+01 9.16639e+00 2.60561e-01 7.78288e-02 5.43148e+01 4.06038e+02 1.76209e+02 3.24254e+02 2.34367e+02 1.95680e+02 3.50020e+02 3.84252e+02 2.56140e+03 2.99625e+01 9.70987e+02 2.44489e+01 1.60040e+01 8.26428e-01 3.07400e+00 2.77742e+01 3.86992e-02 2.77494e-02 4.67012e-01 1.84764e-02 2.60553e-02 1.99883e-02 4.19870e-02 2.36670e-02 2.93786e-02 5.63203e-02 3.12028e-01 9.69276e-01 1.33478e+00 1.04292e+00 2.91925e-01 1.26886e+00 4.43999e-01 3.08867e-01 8.10269e-01 1.18119e+00 1.12231e+00 1.71156e+00 2.02819e-01 1.98928e-01 3.12159e+05 1.11025e+04 3.40740e+04 1.70797e+04 2.86291e+03 1.68943e+04 3.19086e+04 1.73332e+04 4.08097e+04 1.21520e+04 7.14410e+03 1.21850e+02 6.62677e+04 1.02849e+05 6.84572e+03 8.76265e+04 9.58888e+04 5.33550e+04 6.34512e+04 8.26357e+04 2.66211e+05 8.71810e+04 8.82465e+04 3.44987e+03 2.59800e+03 2.24454e-01 1.85350e+05 9.75353e+03 3.75108e+03 1.05611e+04 2.46097e+03 7.60103e+03 1.43576e+04 6.94276e+03 1.76124e+04 6.59566e+03 3.51134e+03 7.16994e+01 1.26984e+04 2.43694e+04 3.38574e+03 6.15866e+04 6.92570e+04 3.41937e+04 2.06811e+04 4.40788e+04 1.35416e+05 2.47883e+04 3.89230e+04 8.03704e+02 6.86474e+02 1.55434e+01 3.63361e+06 3.53455e+05 5.93929e+06 2.03487e+06 4.28347e+05 5.54317e+05 2.07765e+06 5.02305e+05 3.65921e+06 2.69778e+05 1.16737e+05 2.65621e+04 2.09058e+06 8.13130e+05 1.62217e+05 2.09079e+06 4.65021e+06 2.30454e+06 1.89618e+06 1.95035e+06 6.00207e+06 5.28904e+04 9.51420e+05 2.47384e+00 1.20999e-02 3.72451e-02 2.35484e+04 5.06036e+03 2.32211e+03 3.10942e+03 1.32057e+03 1.34976e+03 2.97413e+03 1.50006e+03 3.67053e+03 1.15229e+03 5.61888e+02 7.20053e+00 6.92475e+03 6.38163e+04 5.91995e+03 7.24258e+04 8.05597e+04 4.89082e+04 2.48475e+04 3.56184e+04 1.17372e+05 4.61752e+04 5.29719e+04 1.37398e+03 7.01622e+02 7.33959e+02 6.10528e+05 2.89110e+04 3.97912e+03 3.88388e+04 9.45443e+03 2.23314e+04 5.58416e+04 1.92843e+04 6.66386e+04 2.77742e+04 1.29213e+04 2.23014e+02 1.43272e+04 9.77444e+04 5.48368e+03 9.93709e+04 1.06293e+05 5.52707e+04 4.17472e+04 6.69648e+04 2.85701e+05 7.70069e+04 9.55198e+04 1.87200e+03 1.32065e+03 1.65072e-01 2.23790e-01 1.34662e-01 2.97157e-01 1.17955e-01 2.91585e-01 2.96505e-01 5.54810e-01 2.54631e-01 7.79755e-01 3.03536e-01 9.11153e-02 1.70118e-01 2.90914e-01 2.76047e-01 2.98049e-01 3.46724e-01 4.46270e-01 2.45517e-01 1.82673e+00 4.37491e-01 5.49846e+00 3.86298e-01 3.09225e+00 6.81314e-01 6.21689e-01 4.52314e-02 1.35312e+05 1.94113e+04 4.47264e+04 1.00040e+04 1.99648e+03 5.41722e+03 1.29465e+04 5.41572e+03 1.55794e+04 5.25458e+03 2.42316e+03 4.32911e+01 5.42910e+04 5.51202e+04 4.30381e+03 5.47683e+04 5.40236e+04 3.17577e+04 2.17289e+04 3.37668e+04 1.45754e+05 4.02576e+04 6.51524e+04 1.09836e+03 6.67407e+02 7.21953e-01 4.98867e+04 2.57805e+03 2.13842e+03 9.53577e+04 9.94108e+04 2.24619e+04 4.34587e+04 2.26667e+04 1.40398e+04 1.53540e+03 3.36667e+04 6.27870e+03 4.72426e+04 6.17709e+04 4.72105e+03 6.08491e+04 1.35337e+05 1.55704e+05 1.11278e+05 6.56725e+04 3.59289e+05 3.33404e+04 1.13018e+05 3.71307e+01 1.06565e+04 3.44281e+00 5.68814e+06 1.30570e+05 6.36073e+06 5.04052e+06 1.33887e+06 7.82472e+05 4.25004e+06 1.87717e+06 2.10057e+06 3.66011e+06 5.35327e+05 8.12079e+04 2.14536e+06 9.54976e+06 6.64808e+05 8.56864e+06 1.90578e+07 6.03992e+06 9.54882e+06 2.46444e+06 3.68742e+07 6.33558e+04 1.01092e+07 4.21921e-04 1.21091e-01 6.21236e-02 2.91995e+03 1.43569e+02 2.27438e+03 3.29878e+03 8.99177e+02 3.47419e+03 6.83956e+03 3.34887e+03 7.82489e+03 2.33671e+03 1.23092e+03 1.51269e+01 5.58851e+03 7.84339e+04 5.65659e+03 8.07970e+04 7.73939e+04 4.33123e+04 2.69760e+04 4.43504e+04 2.77312e+05 1.00466e+05 1.04825e+05 3.48191e+03 3.14722e+03 4.16786e-02 6.76469e+05 1.40895e+03 2.70350e+05 1.43045e+04 8.10246e+03 6.37663e+03 1.58496e+04 7.94685e+03 1.63252e+04 5.58920e+03 2.46055e+03 7.29437e+01 1.64498e+04 7.93469e+04 3.46106e+03 1.63250e+05 1.81702e+05 6.45630e+04 1.11141e+05 1.03831e+05 5.02344e+05 1.20305e+05 1.27486e+05 4.15250e+03 5.41931e+03 7.61159e-01 3.33272e+04 1.12553e+03 2.26215e+03 1.24104e+04 3.18346e+02 1.56661e+03 2.62727e+03 1.84403e+03 1.83075e+03 1.01472e+03 5.16190e+02 5.21701e+00 3.28332e+04 3.52840e+04 1.87766e+03 4.34312e+04 4.92168e+04 3.97581e+04 3.09499e+04 1.55681e+04 9.37613e+04 6.83949e+04 5.33544e+04 6.60050e+02 1.86808e+03 7.65643e-02 1.34817e+06 8.25071e+04 2.41843e+05 2.55187e+05 1.32864e+05 1.78954e+05 4.37469e+05 2.07259e+05 6.33012e+05 1.69368e+05 8.67621e+04 1.20571e+03 4.04370e+05 8.22820e+05 4.08544e+04 7.19324e+05 6.92736e+05 3.12206e+05 3.22730e+05 5.57708e+05 2.75442e+06 1.27584e+06 1.48184e+06 8.64487e+03 1.81910e+04 2.28315e-01 3.38383e+05 1.56731e+04 5.12658e+04 2.16189e+04 4.35392e+03 1.12308e+04 2.25239e+04 1.28765e+04 3.89790e+04 1.58272e+04 5.83369e+03 2.66831e+02 1.50416e+05 2.57137e+04 5.34834e+03 8.67341e+04 7.93587e+04 3.75652e+04 5.73953e+04 9.73511e+04 2.28850e+05 8.64126e+04 9.13469e+04 1.38329e+03 9.79499e+02 4.15811e+01 1.81715e+06 7.28473e+04 3.01228e+05 1.44099e+05 5.88621e+04 1.27286e+05 3.67032e+05 1.66020e+05 5.51756e+05 1.87567e+05 7.64282e+04 1.07307e+03 3.06845e+05 5.15908e+05 2.98447e+04 7.25571e+05 7.39572e+05 3.55891e+05 4.56549e+05 7.04070e+05 1.06489e+06 4.17674e+05 5.14956e+05 4.35700e+03 3.85833e+03 8.45575e-02 2.44355e+03 7.30994e+01 2.98381e+03 9.19512e+02 2.10554e+02 2.86811e+02 7.17983e+02 3.28703e+02 7.82371e+02 2.99122e+02 1.66087e+02 3.42166e+00 3.93611e+03 9.32045e+02 1.16770e+02 2.17363e+03 2.02576e+03 1.19431e+03 9.33124e+02 7.08733e+02 9.58360e+03 4.58837e+03 4.64140e+03 1.25623e+02 3.94599e+01 2.51419e-02 6.86753e+05 3.06296e+04 1.32357e+04 1.59890e+04 3.75048e+03 1.87232e+04 2.58580e+04 9.86427e+03 5.18927e+04 2.03072e+04 7.95874e+03 1.07642e+02 4.01255e+04 2.28754e+05 9.27069e+03 2.06727e+05 2.11263e+05 1.08281e+05 7.97747e+04 1.43488e+05 7.09914e+05 1.86314e+05 2.14702e+05 3.01524e+03 3.43092e+03 8.60570e-02 2.56144e-01 1.74940e-01 1.27409e+01 3.59346e-01 7.58110e-01 5.73274e-01 7.94213e-01 4.30262e-01 1.46064e+00 3.78874e-01 2.24255e-01 2.28136e-01 2.54468e-01 2.99506e-01 3.33937e-01 3.20031e-01 3.15820e-01 3.95082e-01 1.57659e+00 3.31731e-01 2.77099e+00 1.53062e-01 2.04758e+00 2.43741e-01 3.20102e-01 8.31371e-02 1.04182e-04 1.51044e-05 3.98911e-05 1.70361e-05 3.46401e-05 8.68031e-06 4.70116e-05 2.34044e-05 4.37666e-05 4.78634e-06 8.27468e-06 3.08273e-06 2.45132e-04 1.75285e-04 3.81617e-06 4.91862e-05 1.09397e-04 1.74623e-04 1.28428e-04 2.42972e-05 3.19903e-04 1.47347e-04 4.42584e-04 4.26566e-04 1.15745e-04 3.30701e-02 1.57682e+04 1.50135e+03 6.24793e+03 1.16850e+04 3.40581e+03 9.38488e+03 1.99843e+04 1.58223e+04 2.35150e+04 7.27386e+03 4.38472e+03 1.47112e+02 1.42913e+04 1.32551e+05 3.60342e+03 5.20823e+04 5.52469e+04 2.88284e+04 3.48327e+04 4.21899e+04 3.37488e+05 1.41001e+05 1.43176e+05 4.41364e+03 3.08283e+03 6.01450e-01 6.90139e+05 3.58984e+04 1.50516e+05 2.04723e+05 6.07124e+04 2.84624e+05 1.88109e+05 1.10167e+05 1.47246e+05 3.24496e+04 3.17534e+04 4.02363e+04 4.01028e+05 6.96318e+05 1.86061e+04 5.43222e+05 3.40569e+05 9.27834e+04 3.02833e+05 3.48051e+05 3.00734e+06 1.57547e+00 4.97467e+05 1.97626e+02 5.67188e+04 1.28275e-01 1.81593e+05 9.57259e+03 3.23165e+04 2.65828e+04 1.89717e+04 1.97984e+04 4.25766e+04 2.00404e+04 4.39768e+04 1.37565e+04 8.31526e+03 1.47103e+02 5.85074e+04 7.69936e+04 6.06497e+03 9.01941e+04 9.69857e+04 4.21188e+04 3.13287e+04 5.13954e+04 2.96788e+05 1.01800e+05 1.16273e+05 3.85666e+03 1.54392e+03 1.26315e-01 3.12387e+06 1.91829e+05 1.15361e+05 1.88170e+05 1.68138e+04 2.79413e+04 8.27915e+04 2.82536e+04 1.03993e+05 5.12258e+04 2.20167e+04 2.92597e+02 6.10144e+05 2.93387e+05 1.88268e+04 4.35943e+05 3.62156e+05 4.44875e+05 2.59539e+05 1.41852e+05 6.78583e+05 3.45027e+05 5.41489e+05 1.89730e+03 2.36160e+03 1.69711e-04 5.08165e+05 2.23420e+04 2.63334e+05 8.37075e+04 1.96672e+04 3.87783e+04 9.42819e+04 3.53008e+04 1.24014e+05 4.99662e+04 2.35089e+04 7.49184e+02 2.70189e+05 4.22839e+05 2.38377e+04 4.00453e+05 6.05120e+05 3.56376e+05 3.08325e+05 4.11200e+05 5.84831e+05 3.77329e+05 4.43791e+05 1.77337e+04 4.28566e+03 8.53425e-01 1.62106e+02 4.35309e+01 2.08358e+03 4.34633e+01 6.17398e+00 4.07971e+01 2.84036e+01 4.17985e+01 2.20069e+01 1.17956e+01 4.02134e+00 5.64215e+00 1.52892e+02 2.46298e+02 3.10737e+01 1.49000e+02 1.24637e+01 2.21347e+01 3.39613e+02 4.40718e+01 1.02700e+03 2.20455e-01 3.41182e+02 2.14373e-01 9.60012e+00 1.54362e-01 1.08163e+05 4.63548e+03 6.90013e+03 2.59666e+04 6.75708e+03 1.79606e+04 4.18825e+04 1.76299e+04 5.16967e+04 1.81547e+04 8.71760e+03 1.82542e+02 2.18029e+04 1.09696e+05 9.04908e+03 1.72307e+05 1.97599e+05 1.03463e+05 3.15290e+04 6.43164e+04 3.29727e+05 1.24556e+05 1.62833e+05 3.13260e+03 1.77183e+03 2.13674e-01 6.16744e+04 1.07893e+04 1.02139e+06 4.77511e+04 1.33008e+04 3.59693e+04 8.35522e+04 4.01963e+04 1.04884e+05 3.38067e+04 2.04064e+04 2.56520e+02 1.84314e+05 3.63414e+05 1.05321e+04 1.89433e+05 1.78287e+05 1.15977e+05 1.35498e+05 1.34605e+05 7.43042e+05 5.63571e+05 4.98032e+05 1.54168e+04 7.60085e+03 6.62128e+00 5.96751e+06 2.35945e+05 2.38131e+05 5.21066e+05 1.43651e+05 3.71385e+05 7.86452e+05 3.07836e+05 9.78878e+05 3.31971e+05 1.51719e+05 2.46330e+03 9.18184e+05 7.41247e+05 1.19826e+05 2.29213e+06 2.73245e+06 1.53331e+06 1.34271e+06 2.37348e+06 5.63835e+06 1.40252e+06 1.50473e+06 2.26380e+04 3.94043e+04 1.34090e-01 1.12729e+05 2.20922e+04 8.65227e+04 3.71502e+04 4.69581e+04 3.57254e+04 7.67937e+04 3.78448e+04 1.23653e+05 3.56062e+04 2.27370e+04 5.74525e+02 1.81441e+05 1.62302e+06 4.48418e+04 7.26946e+05 7.24899e+05 5.06330e+05 4.99323e+05 4.25408e+05 1.64621e+06 4.88299e+05 5.36274e+05 1.92573e+04 1.27727e+04 1.69772e+00 3.02872e+01 3.94645e+00 2.10660e+01 1.13828e+00 2.73923e-01 8.49546e-01 1.10931e+00 5.88671e-01 1.03569e+00 3.72923e-01 3.15511e-01 2.46218e-01 1.72449e+01 2.99143e+01 1.82202e+00 1.53783e+01 1.44865e+01 8.56390e+00 5.09709e+00 7.34853e+00 4.04061e+01 1.94574e+01 2.08147e+01 8.20220e-01 6.84458e-01 1.17500e+00 2.27966e+06 1.02148e+04 7.31530e+03 4.13140e+04 6.57362e+05 9.24672e+04 7.33498e+04 2.19041e+04 8.93608e+04 9.77254e+03 1.02247e+05 3.80919e+04 2.81303e+00 5.21789e+05 4.33898e+04 5.59246e+05 1.24384e+06 3.68929e+05 3.22810e+05 2.18124e+04 4.60291e+05 6.65555e-01 3.61131e+05 4.29533e+03 1.23276e+06 5.17206e-05 3.13658e-01 3.24828e-01 1.32801e+00 2.99032e+00 1.63384e+00 9.54422e-01 2.23591e+00 1.30164e+00 7.46127e-01 3.81632e-01 3.65864e-01 1.13097e-01 6.18018e-01 4.86785e-01 6.96921e-03 8.98254e-02 1.99784e-01 3.55770e-01 3.50476e-01 6.63062e-02 1.53287e+00 4.30558e-01 8.45104e-01 4.01190e-01 3.09595e-01 1.14536e+00 3.39414e+06 6.53171e+05 7.75644e+04 8.34561e+06 4.19778e+05 2.19160e+05 1.02104e+06 2.41349e+05 1.49612e+06 1.65474e+05 1.48591e+05 1.30571e+04 1.18619e+06 3.08842e+06 1.77852e+05 2.29231e+06 5.09842e+06 1.24867e+06 1.09998e+06 5.75518e+05 6.62372e+06 1.04510e+00 1.00697e+06 1.13526e-03 3.25820e-01 6.73184e-05 3.22975e-01 1.43268e-01 1.08108e+01 3.37985e-01 1.02221e+00 9.04652e-01 1.38293e+00 6.46747e-01 1.56299e+00 1.29355e+00 3.06100e-01 3.72953e-01 2.21095e+00 3.13332e-01 2.84680e-01 3.20612e-01 2.99412e-01 2.85056e-01 5.15582e+00 4.99885e-01 2.81330e+00 2.97982e-01 1.94344e+00 2.04487e-01 2.41993e-01 1.84065e-01 2.92057e-01 1.35167e-01 8.31025e+00 2.60306e-01 4.48051e-01 4.74574e-01 4.86835e-01 2.89083e-01 7.77826e-01 2.81900e-01 1.39597e-01 1.44624e-01 4.75523e-01 1.02160e-01 1.77073e-01 2.02482e-01 3.31837e-01 2.27650e-01 1.13511e+00 1.81800e-01 1.64175e+00 1.81806e-01 1.08205e+00 2.17342e-01 2.03635e-01 7.90302e-01 4.16016e+03 1.57936e+02 4.62693e+05 9.27742e+03 3.40345e+03 9.59206e+03 3.85059e+04 1.38475e+04 5.22214e+04 1.79969e+04 6.81161e+03 9.95435e+01 4.19982e+04 3.35489e+05 3.18931e+03 7.40592e+04 5.11746e+04 5.46451e+04 5.25541e+04 5.27725e+04 2.61040e+05 1.66972e+05 1.72840e+05 1.60261e+03 1.09676e+03 6.65220e-01 6.10787e-01 8.59368e-02 5.91157e+01 3.35978e+00 2.70652e+00 1.36392e+00 6.06323e+00 2.15845e+00 3.50213e+00 3.14226e+00 1.04446e+00 0.00000e+00 5.50790e-01 5.05601e-01 4.27993e-03 5.51636e-02 1.22691e-01 6.37014e-01 5.70644e-01 2.14563e-01 9.35128e-01 2.52926e+00 2.90106e+00 2.81072e-02 2.62874e-01 1.82176e-01 1.06097e+04 3.99288e+02 3.98477e+02 3.30706e+02 1.31043e+02 1.09129e+02 2.22500e+02 1.56667e+02 3.12202e+02 1.05422e+02 4.57554e+01 1.73777e+01 1.10366e+03 1.70668e+03 7.82789e+01 1.55265e+03 3.29528e+03 7.24971e+02 1.53223e+03 1.48744e+03 1.23452e+03 9.29718e+02 1.15800e+03 2.38784e+01 1.33366e+02 2.20292e+01 1.49812e+06 1.15126e+02 9.05607e+04 1.80751e+06 1.20775e+05 3.43864e+05 6.14387e+05 2.14380e+05 3.44388e+05 6.17906e+04 1.72624e+05 2.03893e+00 4.44753e+05 1.17033e+06 7.08682e+04 1.12329e+06 8.45898e+05 4.70073e+05 1.86051e+06 9.43893e+05 5.16556e+06 7.83304e+03 4.33426e+05 1.44301e+01 1.47916e+01 1.25929e+02 1.44456e+07 2.24202e+06 1.35853e+06 5.93163e+06 4.93517e+05 2.08903e+06 2.00568e+07 1.04784e+07 5.32007e+06 2.70163e+02 1.43470e+06 6.22347e+05 4.35935e+06 1.01425e+07 1.03158e+06 1.32960e+07 2.95721e+07 6.32851e+01 8.12627e+06 8.60029e+01 2.65645e+06 2.51591e+01 4.40707e+06 1.31772e-02 3.78185e+00 1.25031e+04 2.59588e+05 1.84087e+04 1.11386e+04 6.68832e+03 1.79031e+03 5.99659e+03 1.36188e+04 6.04165e+03 1.92100e+04 5.70638e+03 2.63716e+03 2.46357e+01 3.42729e+04 7.30520e+04 1.79253e+03 4.35206e+04 4.84962e+04 2.37363e+04 2.36346e+04 4.43521e+04 2.38229e+05 8.35407e+04 9.50612e+04 1.34254e+03 1.08934e+03 1.49871e-01 5.98567e+03 1.32082e+03 5.97363e+02 6.63789e+02 1.84463e+02 5.61522e+02 1.18843e+03 5.09611e+02 1.27256e+03 3.90196e+02 2.34166e+02 2.63677e+00 1.87253e+03 7.14500e+03 8.71795e+02 1.23595e+04 1.56253e+04 8.41844e+03 4.00770e+03 6.71222e+03 1.98045e+04 5.03537e+03 7.20674e+03 1.48389e+02 1.04381e+02 1.27122e-01 6.62898e+02 2.09691e+01 5.38331e+02 5.49511e+03 1.80147e+03 5.46851e+03 1.09818e+04 5.53250e+03 1.11698e+04 4.41600e+03 2.54478e+03 3.54416e+01 1.51265e+03 7.39221e+03 8.03152e+02 1.06653e+04 1.08585e+04 6.22265e+03 4.31531e+03 6.91448e+03 5.02127e+04 1.47574e+04 1.83527e+04 8.59949e+02 5.47095e+02 1.55161e-02 4.44769e+03 2.40385e+02 3.84229e+02 2.60851e+02 1.26039e+02 4.54156e+02 7.29941e+02 4.18422e+02 7.51837e+02 3.42529e+02 2.06033e+02 2.06634e+00 7.23580e+02 3.31578e+03 4.15560e+02 6.12854e+03 4.90147e+03 4.55835e+03 2.09449e+03 3.59513e+03 9.11014e+03 3.67006e+03 3.63355e+03 9.71678e+01 1.79153e+00 7.95489e-04 2.88477e+05 1.44356e+04 4.16888e+06 2.14088e+05 6.28056e+04 1.98369e+05 7.22595e+05 2.14819e+05 6.91093e+05 2.32730e+05 9.75034e+04 1.96216e+03 1.29230e+06 1.27806e+06 4.33501e+04 1.03756e+06 8.89543e+05 4.91810e+05 5.56654e+05 7.39324e+05 4.36992e+06 1.47923e+06 1.37109e+06 1.43948e+04 8.93562e+03 8.13019e-01 1.25990e+03 8.82928e+01 1.44759e+02 2.82746e+02 7.31331e+01 2.19564e+02 4.50205e+02 1.82223e+02 5.61513e+02 1.86395e+02 9.69491e+01 2.11175e+00 3.91866e+02 5.76015e+02 4.45213e+01 1.09975e+03 9.45376e+02 5.47138e+02 4.95497e+02 8.02377e+02 2.32793e+03 9.65069e+02 1.34249e+03 1.69480e+01 1.10923e+01 5.42588e-03 4.95494e+05 4.35908e+04 1.44621e+04 3.17777e+05 3.43707e+04 1.15007e+05 1.87860e+05 1.58528e+05 2.04194e+05 7.64939e+04 3.90349e+04 5.00823e+02 5.28480e+05 3.24952e+05 1.04531e+04 4.02948e+05 3.42731e+05 3.27044e+05 3.20730e+05 1.50275e+05 1.46450e+06 5.67507e+05 6.41364e+05 1.03928e+04 1.24616e+04 1.27855e-01 2.83220e+03 1.21389e+02 1.23860e+03 1.91230e+03 3.13336e+02 1.14743e+03 2.11992e+03 1.09553e+03 2.36196e+03 7.08398e+02 4.28602e+02 4.90765e+00 2.48658e+03 4.72383e+03 1.15590e+03 1.52962e+04 1.34946e+04 7.62454e+03 1.23719e+04 1.80881e+04 3.91597e+04 1.21600e+04 1.33232e+04 7.45089e+02 4.52792e+02 2.30059e-02 2.16129e+05 1.43226e+04 2.62525e+03 1.77759e+03 3.41162e+02 1.18078e+03 2.93772e+03 8.22323e+02 3.72303e+03 1.40419e+03 5.60665e+02 5.27942e+00 9.10582e+03 4.72050e+03 8.74876e+02 1.66106e+04 2.63258e+04 4.01503e+03 5.60430e+03 9.97224e+03 6.81371e+04 1.56290e+04 2.05776e+04 3.31248e+02 3.63752e+02 3.71022e-01 9.49337e+02 4.49349e+02 1.18665e+03 4.79850e+04 1.23216e+04 8.09077e+04 5.03367e+05 9.61369e+04 8.15448e+05 7.00449e+04 6.84273e+03 3.74633e+03 1.68734e+05 1.62426e+05 2.32004e+04 2.99028e+05 6.65079e+05 1.94292e+05 7.87300e+05 1.95272e+05 1.81983e+06 3.79059e+04 6.60928e+05 2.29276e+04 1.22446e+04 3.03439e-02 5.11925e+05 8.85265e-01 6.12513e+04 1.95318e+05 1.40356e+05 2.36693e+05 5.18422e+05 4.21117e+05 1.96992e+05 2.43341e+05 3.45565e+04 2.23950e+04 6.88884e-01 1.19870e+06 7.30032e+04 6.58690e+05 5.65644e+05 1.59872e+05 1.00201e+06 2.69024e+05 2.36535e+06 4.53439e-01 4.80260e+05 1.40093e+00 9.28102e+04 3.31277e-01 2.99401e+05 4.91386e+00 1.14633e+04 5.93633e+04 2.48976e+03 7.87557e+04 2.36432e+05 1.81573e+05 1.59619e+05 8.16434e+03 2.97567e+04 5.77037e+03 2.98209e+02 3.09895e+05 8.41238e+04 1.93719e+05 1.40356e+05 6.10971e+04 3.22488e+05 5.41847e+04 1.39115e+06 2.33822e-01 1.64715e+05 2.01292e-01 4.04543e+04 2.87883e-01 7.43022e+04 6.62046e+03 5.60290e+02 4.53485e+02 1.93517e+02 7.93328e+02 1.29423e+03 8.23086e+02 1.46188e+03 4.58991e+02 2.85334e+02 2.80858e+00 8.91479e+02 7.70093e+03 3.47503e+02 7.57753e+03 6.08114e+03 3.48214e+03 6.34110e+03 8.48429e+03 2.05878e+04 3.24602e+03 4.93873e+03 8.31921e+01 1.01939e+02 2.29904e-02 1.61494e-01 2.34137e-02 1.20437e+00 7.28770e+00 2.97874e+00 1.60597e+00 4.84841e+00 1.32606e+00 8.73309e+00 1.22394e+00 7.63605e-01 1.37517e+00 7.43938e-01 7.40718e-01 4.89049e-03 6.30329e-02 1.40194e-01 2.37706e-01 4.04662e-01 2.45840e-01 7.10082e-01 2.47005e-01 3.28699e-01 5.09326e-04 1.46177e-01 3.56586e-03 3.93563e+03 3.41328e+02 3.04201e+03 3.53227e+03 1.17047e+03 2.76986e+03 3.52010e+03 2.69031e+03 5.38386e+03 2.42642e+03 1.59316e+03 2.96024e+01 5.61975e+03 9.48013e+03 1.00766e+03 9.78047e+03 1.16589e+04 6.84564e+03 5.09081e+03 8.64960e+03 3.94034e+04 1.35793e+04 1.92433e+04 1.11054e+03 7.94242e+02 5.35446e-02 5.52861e+05 1.91185e+04 4.07904e+04 1.71259e+05 7.81134e+04 1.46318e+05 3.79245e+05 2.30277e+05 1.96230e+05 1.32238e+05 4.60130e+04 7.33062e+03 3.20732e+05 3.39395e+05 1.45723e+04 3.40357e+05 3.20808e+05 5.79130e+05 4.27136e+05 2.43846e+05 1.83550e+06 2.15544e+05 4.81338e+05 2.01933e-01 0.00000e+00 2.62770e+00 6.20560e+05 2.29133e+04 3.93403e+03 3.96554e+05 1.22844e+05 9.12514e+04 2.25365e+05 8.43931e+04 2.04339e+05 1.03451e+05 5.14412e+04 1.21876e+03 3.07830e+05 5.83895e+05 4.01170e+03 2.71500e+05 6.45408e+05 2.21779e+05 7.25182e+05 2.27671e+05 1.76111e+06 4.61435e+05 7.19750e+05 1.25756e+05 8.98419e+04 2.07050e-01 1.07321e+06 6.48463e+04 2.62554e+04 5.49133e+04 1.14501e+04 3.92898e+04 9.69585e+04 3.40041e+04 9.07664e+04 2.87559e+04 1.52091e+04 2.38031e+02 1.12132e+05 2.19170e+05 1.69794e+04 5.55680e+05 5.40318e+05 2.83142e+05 2.96484e+05 4.76113e+05 1.10442e+06 1.40856e+05 2.68906e+05 3.08475e+03 2.62926e+03 8.31462e-02 3.38469e+04 3.69167e+03 1.05595e+04 6.45924e+03 1.60601e+03 5.09494e+03 8.84822e+03 8.64053e+03 1.30943e+04 5.44849e+03 2.17052e+03 3.00135e+01 2.70289e+04 3.19615e+04 2.04920e+03 2.61624e+04 2.49416e+04 1.39045e+04 1.76163e+04 2.13680e+04 7.06090e+04 1.99926e+04 2.67592e+04 5.48495e+02 3.36790e+02 9.08815e-02 3.45063e+04 1.57385e+03 2.77350e+02 3.89843e+04 4.30897e+03 1.07636e+04 2.23631e+04 1.05643e+04 2.89678e+04 7.64727e+03 4.67743e+03 4.10483e+01 5.83972e+03 1.53182e+04 1.96885e+03 2.60791e+04 2.71391e+04 2.49938e+04 1.61485e+04 6.01394e+03 6.64824e+04 5.17677e+04 7.22379e+04 1.85820e+03 8.55819e+02 5.88220e-04 4.14417e-01 2.72850e-01 3.50946e+02 6.38890e+01 4.62338e-01 4.03642e-01 6.10047e-01 3.04943e-01 6.44326e+01 2.85980e-01 1.55616e-01 1.52024e-01 6.10588e-01 3.64202e-01 2.46304e-01 1.16976e+02 9.36989e+02 2.52959e-01 1.48617e+00 3.22206e-01 9.57696e+01 3.51272e-01 1.14352e+00 3.02778e-01 1.77651e-01 1.09111e-01 1.20658e-01 1.74931e-02 2.97739e-01 1.70878e-01 1.43942e+00 6.36082e-01 7.00692e-01 6.60646e-01 1.16768e+00 9.86145e-01 2.76280e-01 2.30325e-01 1.76215e-01 2.65962e-01 2.19797e-01 8.92460e-02 1.98495e-01 2.98614e-01 8.56913e-01 3.65367e-01 2.02202e+00 3.19078e-01 1.50718e+00 2.18150e-02 3.08019e-01 1.05645e+00 3.17591e+05 1.17158e+04 1.51904e+05 9.13950e+03 7.47864e+02 3.86680e+04 6.08829e+04 4.24167e+04 3.75590e+04 5.66011e+03 3.75030e+03 2.12564e+01 2.44771e+05 7.52447e+04 9.29881e+03 2.47415e+05 1.55877e+05 7.55497e+04 5.87912e+04 1.34927e+05 7.56792e+05 2.16257e+04 5.68474e+04 2.68351e+02 1.32853e+03 5.02588e-03 2.98579e+04 4.35096e+04 1.52659e+04 1.47392e+04 1.97934e+04 6.80238e+03 1.14546e+05 5.11324e+04 2.23682e+05 1.99401e+04 4.81750e+03 1.42145e+04 4.14408e+04 3.91537e+04 1.18346e+04 1.42886e+05 3.45391e+05 7.66877e+04 4.58987e+04 5.99041e+04 9.12967e+05 2.33099e-03 9.65599e+04 6.79317e-03 6.89127e+04 2.07193e-02 1.22862e+03 7.35764e+01 1.50210e+01 2.51660e+02 6.20635e+01 1.92427e+02 3.75089e+02 1.15358e+02 4.51848e+02 1.49835e+02 8.50879e+01 3.54503e+00 5.72768e+01 1.36033e+03 3.84917e+01 6.63854e+02 7.76233e+02 3.91137e+02 4.83921e+02 7.86223e+02 1.33830e+03 2.86585e+02 3.85331e+02 6.95765e+00 8.69202e+00 6.40280e+01 3.64064e+06 6.78356e+05 7.58951e+05 2.81269e+06 1.24067e+06 6.22524e+05 1.72256e+06 6.88629e+05 2.26997e+06 3.44798e+05 7.08773e+05 3.58552e+05 7.81578e+05 8.08191e+05 1.99529e+05 5.35894e+06 3.94862e+06 1.12522e+06 1.47145e+06 7.55189e+05 3.29548e+06 4.49970e-01 1.29305e+06 5.74500e+03 4.18690e+04 1.21401e-01 1.80190e+05 2.66130e-01 5.63330e+03 2.16707e+04 1.89914e+03 3.85975e+03 4.78489e+04 2.71597e+04 8.82412e+03 3.03638e+03 2.38113e+02 3.04102e+03 2.11530e+04 7.82849e+04 4.63637e+04 8.95308e+04 1.21860e+05 1.36638e+04 1.93120e+04 4.09604e+04 9.79289e+04 3.31397e-01 1.17951e+04 4.40707e-01 4.30418e+03 6.36385e+00 1.15031e+05 7.48515e+03 1.02629e+04 3.73029e+03 1.57324e+03 4.42614e+03 7.87931e+03 4.80843e+03 1.06680e+04 3.07088e+03 2.12098e+03 2.87043e+01 1.58091e+04 2.97660e+04 1.34364e+03 2.21370e+04 1.88773e+04 1.00223e+04 2.74927e+04 3.39488e+04 1.18360e+05 3.59083e+04 3.96011e+04 9.33297e+02 7.26728e+02 2.71305e-01 6.32956e+03 6.56383e+02 1.24536e+05 1.92560e+04 5.91540e+03 1.65809e+04 2.64467e+04 1.61837e+04 4.62060e+04 1.55703e+04 7.63849e+03 1.92557e+02 1.52050e+04 5.72356e+04 4.88798e+03 8.63654e+04 9.23227e+04 5.09694e+04 1.60235e+04 4.00190e+04 1.92581e+05 2.97127e+04 3.76909e+04 7.10935e+02 7.54200e+02 6.89146e-02 1.72844e+05 9.59274e+03 3.33759e+04 3.30817e+04 3.29041e+04 3.02643e+04 7.67219e+04 3.08620e+04 8.54863e+04 2.92383e+04 1.48464e+04 2.04258e+02 7.12776e+04 1.08125e+05 7.70709e+03 1.65976e+05 1.46428e+05 7.22049e+04 1.22238e+05 1.54217e+05 4.60063e+05 2.31742e+05 2.81404e+05 3.54750e+03 2.51517e+03 1.13060e-01 9.22365e+06 1.64951e+05 7.83433e+05 5.35577e+06 4.35772e+06 8.53552e+05 2.65796e+06 1.45548e+06 2.24024e+06 6.57086e+05 5.61950e+05 7.74675e+03 2.71676e+06 9.69270e+06 3.67220e+06 7.43356e+06 7.57767e+06 3.84659e+06 1.29752e+07 1.02673e+06 2.46867e+07 4.64824e-01 3.49265e+06 2.42896e-01 2.71096e+05 1.02127e+00 1.58930e+05 7.63105e+03 2.93829e+04 1.20956e+05 5.80100e+04 7.33950e+04 2.00546e+05 7.06355e+04 1.86504e+05 6.87162e+04 3.71658e+04 1.31614e+03 3.31181e+04 3.57196e+05 2.07550e+04 2.76601e+05 3.26501e+05 1.78846e+05 1.85129e+05 2.77469e+05 4.91809e+05 2.31069e+05 7.53708e+05 2.98196e+04 1.93123e+04 4.10800e+00 5.66843e-02 5.65527e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65515e-02 5.65490e-02 5.65482e-02 5.65490e-02 5.65514e-02 5.49120e-02 6.24584e+05 2.59014e+04 2.93807e+04 2.93822e+04 9.96869e+03 3.07039e+04 6.47079e+04 2.70925e+04 8.61161e+04 2.81118e+04 1.41436e+04 2.22906e+02 1.04675e+05 2.76076e+05 1.22557e+04 2.37725e+05 2.44993e+05 1.38785e+05 6.93022e+04 1.34849e+05 6.44804e+05 1.78783e+05 2.26231e+05 5.86083e+03 3.26704e+03 5.08948e-01 1.42384e+06 2.33319e+05 1.71263e+04 3.24428e+03 2.99568e+02 3.07156e+03 9.31473e+02 1.01006e+03 6.32532e+00 7.01194e-01 2.11181e+04 7.40625e+02 8.45527e+03 1.59603e-01 1.54665e+03 1.99346e+04 4.43373e+04 3.49186e+03 3.79467e+04 5.66569e+03 9.14477e+04 4.74645e-01 4.30142e+04 4.97209e-04 1.42699e-01 2.95870e-01 2.80540e+05 1.36950e+04 9.66394e+06 3.93212e+05 1.81421e+05 2.96719e+05 1.04797e+06 4.25358e+05 9.17153e+05 2.82427e+05 1.85969e+05 6.59743e+03 3.94972e+06 3.93265e+06 1.22480e+05 2.89015e+06 2.11619e+06 1.70916e+06 1.87166e+06 2.05045e+06 9.59712e+06 1.97635e+06 3.90340e+06 6.96544e+04 4.58083e+04 1.87639e+00 2.19830e+06 1.13449e+05 6.72215e+06 3.03162e+06 6.19575e+05 2.08265e+06 4.24484e+06 1.33219e+06 4.65737e+06 1.37107e+06 9.29734e+05 1.57872e+05 4.00044e+06 1.10420e+07 1.53005e+06 5.25192e+06 7.40397e+06 3.04570e+06 8.26061e+06 5.81028e+06 6.07231e+07 2.95969e+06 1.32256e+07 1.49810e+05 7.00268e+05 1.36058e-01 8.42343e+04 5.49332e+03 4.61488e+03 4.06776e+03 1.22670e+03 3.68860e+03 1.03117e+04 3.81817e+03 1.18441e+04 3.90515e+03 1.83082e+03 1.97162e+01 1.85264e+04 1.00779e+05 1.06002e+03 2.68711e+04 3.41391e+04 1.63555e+04 1.92457e+04 2.89168e+04 6.19417e+04 1.83499e+04 2.37490e+04 2.89951e+02 4.09353e+02 2.29056e+00 2.82306e+00 1.80746e-01 1.58574e+00 5.48215e+00 5.67734e+00 2.88811e+00 1.00442e+01 4.42749e+00 1.67523e+01 3.09392e+00 2.65725e+00 5.25630e+03 7.39842e-01 1.24737e+00 8.01755e-03 2.27026e-01 1.51236e-01 8.46425e-01 2.91320e+00 2.45964e+00 8.32073e+00 1.27487e+00 7.59352e+00 1.66895e-01 1.52910e-01 1.21514e-02 6.96451e+05 6.96454e+03 1.99207e+04 1.71194e+05 1.82605e+05 1.19416e+05 1.45320e+05 8.37918e+04 1.54429e+05 2.91725e+04 1.29729e+05 4.83305e+04 9.55799e-01 1.76623e+06 5.01826e+04 7.22565e+05 1.39042e+06 7.18297e+05 3.67218e+05 1.48689e+04 8.10511e+05 8.84804e-01 9.89253e+05 3.70651e-01 7.27549e-01 3.03991e-02 1.90979e+06 3.61186e+05 2.39780e+05 1.36413e+05 3.14345e+05 9.16184e+03 2.82266e+05 1.01913e+05 1.14964e+05 4.86126e+03 4.77946e+04 1.01904e+04 3.37909e+05 1.93195e+05 4.33354e+03 5.58546e+04 1.24228e+05 5.62026e+03 3.58944e+05 9.20009e+04 5.88093e+05 2.19548e+04 1.64542e+05 8.10121e+02 2.32505e+05 6.32683e-01 1.57971e+04 1.88611e+03 4.40294e+02 3.66383e+02 1.14640e+02 4.17536e+02 8.05038e+02 4.02637e+02 5.80470e+02 4.52742e+02 1.67263e+02 1.69134e+00 1.34079e+03 5.98815e+03 6.43963e+02 9.00511e+03 9.86249e+03 5.14529e+03 3.17882e+03 5.51343e+03 2.05759e+04 4.94203e+03 7.10984e+03 2.06511e+02 1.51730e+02 3.78063e-03 1.94023e+06 1.19411e+05 1.63059e+05 5.67932e+05 3.85022e+05 1.51642e+05 8.80429e+04 1.69724e+05 5.69541e-01 1.70788e-01 2.15095e+05 8.01334e+04 1.43734e+04 1.98254e+06 2.65432e+05 1.71045e+06 8.69612e+06 8.94519e+05 2.18690e+06 3.84432e+04 2.33296e+06 2.17038e-01 1.18888e+06 1.68522e-01 3.21541e+05 1.84818e+02 9.84923e+05 4.68217e+05 3.13897e+06 1.38286e+06 7.23835e+05 3.14550e+05 6.72127e+05 9.94505e+04 3.14258e+05 2.56517e+05 1.84233e+05 2.26924e+04 8.20130e+05 1.20679e+06 3.87907e+04 2.17678e+06 4.64415e+04 9.44953e+05 4.60015e+05 2.55085e+05 1.23024e+06 8.47061e+04 4.08925e+05 4.23858e+02 1.21647e+05 6.39274e+00 5.04199e+05 3.03780e+04 7.79582e+04 4.77465e+04 1.14248e+04 3.89830e+04 8.44948e+04 3.47012e+04 8.49764e+04 2.72560e+04 1.53162e+04 2.46960e+02 1.32522e+05 1.59214e+05 1.52809e+04 2.81538e+05 2.98126e+05 1.57753e+05 1.90317e+05 3.26445e+05 6.88618e+05 1.26124e+05 2.29798e+05 4.36150e+03 2.34536e+03 8.86659e-03 6.77531e+04 1.93692e+03 3.24784e+05 1.34332e+05 1.15861e+03 5.60018e+03 6.86062e+03 3.86754e+03 1.10568e+04 2.62653e+03 1.32837e+03 1.40069e+01 1.94195e+05 2.70149e+05 1.77238e+04 2.77508e+05 2.04006e+05 2.01665e+05 1.98473e+05 1.68772e+05 4.85058e+05 1.29920e+05 1.38513e+05 4.50357e+03 2.94985e+03 5.79608e-02 1.39422e+05 3.59302e+04 9.30109e+04 4.09364e+04 1.84625e+04 3.11141e+04 5.01821e+04 3.23276e+04 4.97754e+04 2.85426e+04 2.11539e+04 6.68209e+02 1.20220e+05 1.59849e+05 7.27384e+04 2.15313e+05 2.06283e+05 1.54890e+05 1.26384e+05 1.77803e+05 7.48495e+05 2.45053e+05 3.13053e+05 9.10623e+04 2.96465e+04 4.79575e-01 0.00000e+00 +5.70507e+05 2.25726e+04 7.93399e+03 2.91373e+04 5.28577e+03 1.93351e+04 6.43309e+04 2.11315e+04 6.45776e+04 1.82079e+04 7.33378e+03 3.34397e+02 5.47532e+04 1.76126e+05 1.56462e+03 4.24252e+04 4.40601e+04 2.56201e+04 1.85560e+05 3.35808e+05 4.68489e+05 4.55098e+04 6.70433e+04 1.89427e+02 2.52497e+03 5.77313e-03 3.32470e+05 1.53628e+04 4.54978e+04 8.13173e+03 5.77837e+03 9.08890e+03 2.12451e+04 1.16019e+04 2.68409e+04 6.52361e+03 3.55876e+03 9.64422e+01 1.02247e+05 9.37752e+04 2.53674e+03 4.50366e+04 4.57791e+04 2.62498e+04 4.11782e+04 4.86476e+04 3.69889e+05 5.56783e+04 5.60366e+04 2.79983e+02 5.79721e+03 1.09683e+00 1.17158e+06 6.35536e+04 1.76874e+06 2.68695e+04 1.04324e+04 3.58395e+04 1.14259e+05 5.05840e+04 1.84879e+05 6.53941e+04 2.03084e+04 1.32028e+03 1.33326e+06 1.01604e+06 1.73865e+04 4.13735e+05 3.50162e+05 1.90130e+05 3.81557e+05 8.62035e+05 1.42762e+06 4.63956e+05 5.04463e+05 9.12736e+02 6.94051e+03 5.44718e-02 2.41108e+03 1.00377e+02 2.05254e+03 1.32631e+03 3.45132e+02 1.32201e+03 3.44072e+03 1.72917e+03 3.89146e+03 1.06785e+03 4.45889e+02 2.51530e+01 6.52802e+03 1.23314e+04 1.23754e+03 1.61641e+04 1.69169e+04 9.50295e+03 6.40722e+03 1.27067e+04 1.37903e+05 2.23134e+04 2.29973e+04 2.07805e+02 2.68642e+03 3.61694e-01 1.27880e+06 5.23643e+04 2.11984e+06 1.00310e+05 1.72694e+04 6.09254e+04 1.80209e+05 7.15879e+04 2.23755e+05 7.52943e+04 2.77456e+04 1.99995e+03 1.60443e+06 1.00695e+06 2.54332e+04 5.34441e+05 5.82377e+05 2.90647e+05 1.94528e+05 3.27616e+05 2.25872e+06 2.88081e+05 4.28748e+05 1.53792e+03 1.48524e+04 2.49772e-01 3.45496e+03 2.19158e+02 2.72732e+03 6.32792e+02 2.38880e+02 6.38936e+02 1.52809e+03 7.68057e+02 1.06827e+03 3.89084e+02 2.79287e+02 1.74632e+01 9.21420e+03 1.81748e+04 9.01418e+02 6.69442e+03 8.65375e+03 5.49642e+03 5.79469e+03 1.03032e+04 4.71784e+04 7.30421e+03 9.25337e+03 1.60420e+02 1.16337e+03 8.44886e-02 3.34262e+06 9.66224e+04 2.07578e+06 1.53726e+06 6.67280e+05 6.13938e+05 1.46651e+06 5.38327e+05 5.00256e+05 4.22413e+05 2.07624e+05 1.45866e+04 1.40264e+06 2.30612e+06 1.59931e+05 2.17919e+06 4.50980e+06 1.57679e+06 2.26986e+06 1.03565e+06 9.27745e+06 3.69009e+06 7.29610e+06 3.13093e+03 8.98577e+05 1.25370e-01 3.13610e+05 7.62328e+03 5.10202e+04 1.75844e+04 6.33689e+03 1.19082e+04 4.73440e+04 3.20687e+04 6.52136e+04 1.96478e+04 7.61985e+03 6.12185e+02 1.52423e+05 9.03303e+04 3.46239e+03 5.51907e+04 7.67660e+04 9.42948e+03 4.11704e+04 7.69619e+04 4.91394e+05 5.34659e+04 1.07191e+05 6.35740e+02 1.23108e+04 5.43097e-01 8.71693e+01 1.12257e+01 3.11293e+03 7.43763e+02 1.69095e+02 8.55032e+02 1.03742e+04 4.09141e+02 6.35984e+02 2.77178e+02 3.13571e+02 4.19191e+01 2.15178e+04 1.10152e+04 1.65735e+03 1.29774e+04 1.44260e+04 1.91419e+04 1.27994e+04 1.47171e+04 1.12936e+05 2.20376e+04 2.36092e+04 4.72938e+02 2.70376e+03 1.28228e-01 8.44885e+06 5.32631e+05 1.56793e+07 4.02727e+06 1.00308e+06 2.97888e+06 3.91145e+06 3.42593e+06 1.54334e+06 2.27157e+06 6.36940e+05 6.20028e+04 6.09150e+06 2.12786e+07 2.60320e+05 5.73579e+06 5.94976e+06 5.36262e+06 8.95496e+06 7.24809e+06 8.48860e+07 2.76186e+06 1.20610e+07 4.46341e+04 4.00768e+05 9.38736e-02 4.06877e+06 2.03304e+03 5.22130e+05 9.97475e+05 4.16842e+05 1.27251e+06 1.80902e+06 1.48129e+06 1.61762e+06 5.69296e+05 2.46398e+05 1.88156e+04 3.47094e+06 1.66312e+06 4.32897e+05 1.97536e+06 1.53202e+06 1.29118e+06 6.71318e+06 3.14405e+06 1.86698e+07 3.60965e+06 6.49096e+06 2.03639e-01 2.19502e+05 1.23574e-01 2.63012e+05 9.52344e+03 1.41494e+06 2.60238e+04 8.99448e+03 2.02643e+04 1.02337e+05 3.19831e+04 6.98479e+04 1.72692e+04 7.65443e+03 4.22213e+02 1.54133e+06 4.15390e+05 9.97453e+03 1.96010e+05 1.82451e+05 1.06260e+05 1.87160e+05 2.91502e+05 7.70325e+05 6.31611e+04 7.38447e+04 3.58235e+02 3.94774e+03 2.63788e+02 1.01223e+04 1.13327e+03 1.24684e+04 1.32984e+04 8.81377e+02 2.65840e+03 1.20042e+04 2.98652e+03 1.07076e+04 3.28400e+03 1.39539e+03 7.80196e+01 3.48933e+04 4.16223e+04 1.97252e+03 3.57478e+04 4.41672e+04 2.60475e+04 2.34904e+04 3.99061e+04 3.23485e+05 5.42170e+04 6.59214e+04 3.59816e+02 2.89740e+03 2.61059e-02 6.97102e+03 8.87571e+02 2.53338e+05 2.96285e+04 1.90306e+04 2.76567e+04 2.04169e+05 1.21294e+05 6.98354e+04 1.93905e+04 9.67855e+03 1.41922e+03 4.26277e+05 1.83888e+05 3.35048e+03 4.35087e+04 3.78619e+04 3.40391e+04 1.04482e+05 9.58171e+04 7.92972e+05 2.08027e+05 1.84693e+05 1.82476e+03 1.29374e+04 2.34382e-01 4.71193e+06 2.02658e+05 2.84453e+05 4.76669e+05 4.51836e+05 3.60344e+05 1.39690e+06 4.55058e+05 1.54156e+06 4.68582e+05 1.86042e+05 9.97523e+03 1.18137e+06 1.53805e+06 4.19725e+04 8.66598e+05 9.73500e+05 5.81208e+05 9.57740e+05 1.68883e+06 7.27333e+06 1.03027e+06 1.45272e+06 6.39003e+03 6.15139e+04 1.70263e-01 7.75276e+03 5.14539e+02 6.66696e+03 3.29817e+03 9.13248e+02 2.68314e+03 6.82260e+03 2.96106e+03 7.58072e+03 1.69468e+03 1.04285e+03 8.55797e+01 1.36861e+04 1.84896e+04 1.93128e+03 2.15414e+04 2.63797e+04 1.63703e+04 2.32151e+04 3.22163e+04 1.73911e+05 2.26718e+04 2.98476e+04 3.97323e+02 2.89179e+03 2.12701e-01 4.09287e+05 1.73496e+04 1.69778e+05 4.24449e+04 3.84649e+04 5.99554e+04 5.04990e+05 1.22707e+05 3.35453e+05 1.03247e+04 5.62699e+03 3.93517e+02 1.75107e+05 4.48189e+05 5.56600e+03 1.47962e+05 1.51755e+05 3.21908e+04 4.69186e+05 1.44117e+05 1.02169e+06 1.43115e+05 2.24620e+05 5.38993e+03 1.50476e+05 4.22504e+05 7.90671e+05 2.90265e+04 9.33171e+04 1.50313e+06 6.98402e+05 1.03720e+06 2.75868e+06 1.41812e+06 1.40409e+06 6.89176e+05 2.74607e+05 1.19033e+05 3.16522e+06 2.24180e+06 9.10207e+05 3.07034e+06 2.98926e+06 1.27549e+06 7.52076e+06 2.77115e+06 2.41456e+07 6.86983e+06 7.80735e+06 1.64943e-01 2.55797e+05 9.10049e-02 1.33540e+04 1.30325e+03 2.39132e+03 1.99433e+03 2.05247e+02 5.29029e+02 1.13589e+03 5.30281e+02 1.31355e+03 4.70819e+02 1.95004e+02 1.34275e+01 3.65135e+03 2.61941e+03 6.11901e+02 4.70156e+03 6.71703e+03 3.13599e+03 3.70122e+03 7.69070e+03 2.65267e+04 6.53738e+03 8.77745e+03 7.60250e+01 4.44144e+02 1.89369e-01 3.03537e+05 1.54283e+04 5.55390e+03 1.14977e+04 4.05988e+03 1.09897e+04 4.31714e+04 1.46352e+04 4.27733e+04 1.31429e+04 4.90916e+03 3.43433e+02 2.09788e+04 5.71369e+04 2.06613e+03 3.06983e+04 4.31072e+04 1.86612e+04 4.49498e+04 6.83163e+04 1.96811e+05 4.19243e+04 4.40823e+04 6.81670e+01 2.20409e+03 6.40693e-01 4.79183e+03 2.69943e+02 5.49429e+01 7.09510e+02 6.73761e+01 1.75424e+02 7.75902e+02 2.38086e+02 7.54751e+02 3.15665e+02 1.30931e+02 9.14385e+00 1.21243e+04 8.50742e+03 9.96368e+02 6.31884e+03 7.72841e+03 1.34990e+04 9.59845e+03 5.20108e+03 1.84016e+05 6.04454e+04 5.42829e+04 2.06620e+03 1.27609e+04 2.22495e-01 8.56029e+04 5.66841e+03 1.01594e+04 9.21758e+02 2.47156e+02 6.78985e+02 3.32146e+03 1.96474e+03 3.81153e+03 9.82725e+02 3.21611e+02 7.14069e+00 7.69411e+04 2.21744e+04 1.52555e+02 2.77645e+03 2.91391e+03 3.28902e+03 6.94516e+03 7.13517e+03 2.49857e+04 5.52775e+03 5.42868e+03 5.96191e+01 3.69572e+02 1.64229e-01 1.94936e+05 9.21189e+03 1.78283e+05 8.03788e+04 2.69302e+04 2.29044e+04 7.40305e+04 3.27367e+03 9.46808e+03 1.03543e+03 4.29957e+03 1.60180e+03 4.17339e+04 5.02116e+04 2.64428e+03 3.40818e+04 7.58026e+04 4.43198e+04 1.20711e+05 4.49238e+04 2.00603e+05 1.71623e+05 5.77837e+04 1.00904e+04 4.85224e+04 5.92071e+00 1.44741e+05 1.07543e+04 6.96779e+04 2.11398e+04 2.02550e+04 2.65553e+04 6.03877e+04 3.08723e+04 7.04328e+04 1.87940e+04 8.82055e+03 7.72159e+02 1.51611e+05 5.66423e+04 5.01248e+03 8.10043e+04 7.83863e+04 4.39958e+04 5.83243e+04 9.80037e+04 5.46413e+05 8.68592e+04 8.64899e+04 6.48331e+02 5.62442e+03 7.40542e-01 3.64772e+04 3.01272e+03 8.86021e+04 2.02445e+04 5.08844e+03 1.31409e+04 2.46372e+04 1.30120e+04 3.49723e+04 1.11010e+04 1.15056e+04 2.53865e+02 2.56913e+05 1.04744e+05 5.19592e+03 6.25410e+04 6.27559e+04 5.88005e+04 5.18251e+04 7.66623e+04 4.88909e+05 1.98969e+05 2.16764e+05 2.17067e+03 1.44932e+04 6.08787e-01 3.14371e+06 5.62422e+04 5.16658e+06 3.43346e+06 2.06683e+06 3.15004e+06 7.51075e+06 3.93008e+06 4.27008e+06 1.30020e+06 7.79256e+05 2.90311e+05 6.61450e+06 1.00835e+07 2.91064e+05 3.75150e+06 8.34385e+06 5.08572e+06 4.67727e+06 6.92185e+06 4.97783e+07 4.39472e+06 5.02155e+06 5.60121e+03 1.60755e+06 3.78873e-01 4.03873e+02 1.63405e+01 1.21315e+03 3.95164e+02 1.56931e+02 4.17270e+02 1.06678e+03 5.18109e+02 9.80619e+02 3.73688e+02 2.36322e+02 7.55098e+00 3.49318e+03 3.26180e+03 8.04639e+02 5.84648e+03 6.86670e+03 3.98566e+03 5.02267e+03 8.21437e+03 6.72083e+04 1.66418e+04 1.80292e+04 3.97035e+02 2.66036e+03 6.11362e-02 1.86149e+04 6.92105e+02 5.70769e+05 1.34371e+04 5.93695e+03 1.57176e+04 4.63089e+04 2.04338e+04 7.52352e+04 2.17071e+04 7.65759e+03 2.68270e+02 4.27390e+05 2.61320e+04 1.19645e+03 3.03942e+04 1.83565e+04 1.28751e+04 1.75330e+04 3.64963e+04 3.02330e+05 6.58158e+04 6.93592e+04 2.00714e+02 1.47923e+03 4.40264e-02 2.61334e+05 1.26276e+04 5.19490e+04 1.08254e+05 5.15157e+04 6.86870e+04 2.44038e+05 1.26930e+05 2.63340e+05 5.62637e+04 2.50631e+04 1.86746e+03 5.59149e+05 1.84698e+05 1.04050e+04 2.52234e+05 1.87526e+05 2.51604e+05 3.89774e+05 3.20948e+05 1.87837e+06 3.65789e+05 3.63088e+05 2.22415e+03 3.31200e+04 3.64276e+01 1.93500e+05 9.55804e+03 2.22909e+04 1.18399e+04 3.59708e+03 7.34884e+03 2.77065e+04 8.78343e+03 2.90081e+04 9.36250e+03 3.56659e+03 1.26842e+02 1.24695e+05 3.31125e+04 1.24201e+03 2.53016e+04 3.53989e+04 1.94800e+04 1.29335e+04 2.84328e+04 1.97918e+05 5.17217e+04 5.84393e+04 1.77416e+02 1.51672e+03 1.03814e+00 1.35900e+05 1.73330e+04 1.48484e+03 2.02415e+03 1.58749e+03 3.19055e+03 1.20173e+04 5.13939e+03 8.95899e+03 3.65171e+03 2.00820e+03 1.62079e+02 4.64503e+03 7.97122e+03 3.56535e+02 4.78852e+03 5.13469e+03 2.16929e+03 5.04323e+03 8.90406e+03 8.47063e+04 1.17703e+04 1.42370e+04 9.00062e+01 1.14267e+03 6.59907e-02 7.20420e+05 3.15819e+04 2.11004e+04 4.15121e+04 1.06870e+05 3.98773e+04 7.55388e+04 2.56830e+04 7.93657e+04 2.46827e+04 1.25284e+04 1.45904e+03 8.35232e+04 2.53656e+05 6.91963e+03 7.61247e+04 9.20675e+04 5.40608e+04 8.09721e+04 1.26734e+05 4.50227e+05 3.94361e+04 6.08982e+04 6.74001e+02 5.42270e+03 6.47148e-01 7.12674e+05 3.08508e+04 1.41023e+05 7.03539e+04 1.49245e+04 6.42974e+04 1.36702e+05 5.10088e+04 1.68490e+05 5.25389e+04 2.07309e+04 1.85268e+03 2.42969e+05 1.52625e+05 9.68450e+03 1.60487e+05 1.92294e+05 1.24171e+05 1.15450e+05 1.87523e+05 9.37023e+05 1.04622e+05 1.24854e+05 6.85066e+02 7.73728e+03 8.31076e-01 5.17384e+06 7.67947e+05 2.44988e+07 5.94575e+06 1.52614e+06 7.59053e+06 1.01958e+07 5.41643e+06 9.64328e+06 7.86365e+06 1.90215e+06 6.34860e+05 7.00504e+06 5.86178e+06 2.53515e+05 3.26753e+06 7.26744e+06 3.24620e+06 1.12721e+07 2.83308e+06 4.12538e+07 8.35657e+06 9.03642e+06 7.06983e-04 2.02904e-01 4.64941e-02 1.24589e+04 1.49449e+03 2.37340e+03 1.15883e+03 5.44284e+02 1.18263e+03 3.02688e+03 1.43965e+03 5.36471e+03 1.17906e+03 4.82322e+02 2.44805e+01 7.39422e+03 1.51759e+04 7.39698e+02 8.01405e+03 8.37638e+03 5.05561e+03 8.78343e+03 1.69090e+04 5.46720e+04 7.72089e+03 8.53363e+03 1.84987e+02 1.54187e+03 8.15620e-01 2.59793e+03 1.13164e+02 4.37164e+03 5.86896e+02 8.63356e+01 2.85301e+02 9.18769e+02 3.26541e+02 1.13010e+03 8.28566e+02 1.24347e+02 5.62401e+00 1.59048e+04 1.38889e+04 6.81628e+02 1.13359e+04 1.23761e+04 1.00628e+04 1.30880e+04 1.79220e+04 2.88413e+05 5.31502e+04 6.03933e+04 3.59351e+02 3.16803e+03 6.39924e-02 8.54293e+04 7.06377e+03 2.77599e+03 4.37600e+03 1.23093e+03 3.68396e+03 1.14566e+04 4.31121e+03 1.30036e+04 4.19271e+03 1.78520e+03 9.12997e+01 8.69630e+03 5.53548e+03 5.07299e+02 8.91659e+03 9.60411e+03 5.51665e+03 3.01167e+03 5.49775e+03 4.54576e+04 5.69094e+03 7.41587e+03 3.35399e+01 3.55889e+02 1.59062e-03 4.52664e+05 2.59169e+04 3.39524e+04 1.40443e+04 2.72480e+03 7.96577e+03 2.71460e+04 9.62079e+03 2.88321e+04 9.46473e+03 3.62485e+03 2.49851e+02 1.69711e+05 1.49083e+04 4.33655e+03 5.67324e+04 6.19205e+04 4.12973e+04 3.78363e+04 5.90056e+04 2.75831e+05 1.68190e+04 3.10745e+04 2.14107e+02 1.47703e+03 4.90391e-01 1.44428e+00 3.45113e-01 5.91241e+00 1.04861e+06 4.04714e+00 9.66275e-01 2.29671e+07 8.08714e-01 5.89368e-01 3.08708e-01 1.17222e+00 8.44429e-02 1.90567e+00 4.02908e-01 1.25182e-02 1.61345e-01 3.58855e-01 1.56444e+00 2.69508e+00 3.98423e-01 2.02586e+00 4.43419e-01 3.32408e+00 6.80677e-04 1.95354e-01 1.08976e-01 1.11183e+08 1.16125e+07 1.35859e+08 1.08523e+08 9.60614e+07 4.67863e+07 1.93169e+08 1.11988e+08 3.39572e+08 6.47428e+07 2.92362e+07 8.80920e+07 7.92179e+07 2.24084e+08 2.68278e+06 3.45781e+07 7.69065e+07 1.20449e+08 1.55887e+08 9.80955e+07 5.11962e+08 3.33448e+06 9.10554e+07 3.87018e+05 2.99061e+07 9.31180e-01 1.81844e+05 9.63190e+03 3.88495e+06 1.37808e+06 3.87170e+05 4.21007e+05 2.28497e+06 4.67920e+05 4.21470e+05 1.57047e+05 9.30400e+04 8.62452e-01 1.60705e+06 3.23281e+06 2.49358e+04 3.21395e+05 7.14826e+05 4.48206e+04 4.74365e+05 1.74853e+06 1.50420e+06 3.00274e+06 2.87739e+05 5.12137e-01 1.31106e+05 1.15705e-01 1.57605e+05 1.67814e+04 3.52681e+05 7.42978e+03 2.50454e+03 9.47983e+03 2.53609e+04 1.39427e+04 5.07587e+04 1.24308e+04 4.71856e+03 2.42989e+02 1.68410e+05 6.51708e+04 2.55059e+03 5.65494e+04 3.99909e+04 2.29671e+04 6.15289e+04 9.73887e+04 3.10090e+05 4.58209e+04 3.86418e+04 2.12923e+02 2.85520e+03 4.21732e-01 1.85378e+05 1.13354e+04 3.41251e+04 4.56624e+04 1.85081e+04 3.28902e+04 1.07090e+05 3.58703e+04 1.32526e+05 2.71411e+04 1.16627e+04 6.15474e+02 1.50527e+05 1.08116e+05 4.35759e+03 9.65203e+04 1.07785e+05 5.72657e+04 1.11245e+05 1.93451e+05 1.33287e+06 2.39562e+05 2.38877e+05 1.28374e+03 1.53941e+04 3.26494e+00 3.87992e+05 2.78564e+04 1.50873e+05 7.54950e+04 6.71241e+04 9.86265e+04 3.61663e+05 1.05317e+05 3.18001e+05 7.46437e+04 3.94846e+04 1.79321e+03 4.68147e+05 2.42036e+05 1.79601e+04 3.58576e+05 3.47707e+05 1.81666e+05 2.32382e+05 4.64616e+05 2.66432e+06 4.68241e+05 4.93851e+05 3.32821e+03 2.62087e+04 7.33033e-01 3.97372e+05 4.56661e+04 1.00283e+05 2.89837e+05 2.37338e+04 7.89272e+04 2.53703e+05 1.63474e+05 2.33456e+05 7.74924e+04 3.07053e+04 3.83930e+03 2.07529e+05 6.51059e+05 2.58998e+04 4.33045e+05 5.20895e+05 3.61204e+05 3.52074e+05 4.76544e+05 2.68465e+06 5.84013e+05 5.28928e+05 3.66000e+03 3.15798e+04 3.78708e-01 7.27750e+03 5.02264e+02 4.66123e+03 6.08094e+03 1.38711e+03 4.42908e+03 1.18245e+04 4.26408e+03 1.49117e+04 3.75389e+03 1.93502e+03 1.44236e+02 6.73554e+03 9.12882e+03 6.38790e+02 6.54429e+03 1.13486e+04 5.73251e+03 5.82960e+03 1.15818e+04 4.76816e+04 5.38299e+03 1.68725e+04 2.58748e+02 2.04425e+03 1.03189e-01 5.17573e+05 4.29469e+03 4.30514e+05 4.64605e+05 2.13026e+05 3.32373e+05 9.18251e+05 6.99927e+05 5.71771e+05 5.00067e+05 7.88991e+04 1.99056e+04 2.78059e+06 4.16495e+05 1.62329e+05 5.42636e+05 6.04099e+05 1.69418e+05 3.35495e+06 9.97091e+05 4.70038e+06 1.15199e+06 2.31848e+06 4.56809e-01 2.32375e+04 2.79133e+00 4.26926e+05 1.16773e+04 3.99704e+04 4.40916e+04 8.95552e+03 2.84579e+04 6.85176e+04 1.91467e+04 7.46601e+04 2.62094e+04 1.00382e+04 8.15807e+02 1.97535e+05 8.58615e+04 3.27169e+03 5.84615e+04 6.47493e+04 4.21918e+04 6.21448e+04 9.28642e+04 4.76955e+05 6.88210e+04 8.26533e+04 4.02247e+02 3.92078e+03 2.88512e+00 5.02957e+05 2.87202e+04 5.37637e+04 8.45673e+04 1.02051e+04 2.55201e+04 1.00745e+05 5.07601e+03 5.64193e+04 3.41035e+04 1.37912e+04 1.35648e+03 4.26192e+05 1.38742e+05 3.83974e+02 1.32217e+04 1.95689e+04 9.63004e+03 1.06914e+04 2.46365e+04 5.70026e+05 2.23452e+04 8.53659e+04 1.29635e+02 3.40296e+03 7.00477e-06 1.15090e+06 6.56732e+04 9.21077e+05 1.10032e+05 2.22828e+04 8.56980e+04 1.83985e+05 1.02388e+05 2.89070e+05 7.21148e+04 3.53901e+04 3.03966e+03 9.75606e+05 5.54662e+04 7.61296e+03 1.35822e+05 1.41667e+05 8.30934e+04 1.59637e+05 2.48561e+05 9.92773e+05 6.29274e+04 9.47461e+04 4.81283e+02 5.41737e+03 1.15174e+00 1.36250e+06 1.32137e+05 2.70110e+06 9.66305e+05 1.76427e+05 6.51818e+05 2.22526e+06 6.23098e+05 2.16811e+06 2.69854e+05 3.41685e+05 1.65904e+04 1.12726e+06 2.17318e+06 5.05810e+05 2.47748e+06 9.65622e+05 6.84793e+05 5.22773e+06 1.48963e+06 1.77714e+07 2.70577e+06 4.90904e+06 2.32814e-01 1.94001e+05 2.30168e-01 4.88891e+03 1.99437e+02 4.91945e+03 1.06582e+03 4.03698e+02 8.56021e+02 2.30213e+03 1.02795e+03 2.21492e+03 7.31191e+02 4.15832e+02 2.47746e+01 1.74636e+04 9.50683e+03 2.37326e+03 1.80166e+04 2.24976e+04 1.37978e+04 2.58004e+04 4.91204e+04 6.35836e+04 1.30901e+04 1.37981e+04 2.08576e+02 9.60115e+02 6.79338e-02 1.70787e+05 7.61617e+03 3.66089e+04 4.11467e+04 4.23182e+04 2.70469e+04 8.35244e+04 4.16637e+04 1.33785e+05 2.28321e+04 1.50911e+04 7.66644e+02 1.47663e+05 2.63885e+05 6.17378e+03 1.16915e+05 1.34332e+05 7.87176e+04 1.16577e+05 1.84250e+05 8.73676e+05 6.86423e+03 1.53287e+05 7.85883e+02 8.70974e+03 1.72227e+00 3.21843e+05 1.10076e+05 1.54431e+06 1.03682e+06 1.85789e+05 2.19558e+05 6.62668e+05 4.59380e+04 4.26767e+05 4.31638e+04 6.65134e+02 2.47795e+02 6.40648e+04 6.96505e+05 4.85034e+03 6.25154e+04 1.39043e+05 3.42027e+05 1.44455e+05 4.09203e+05 1.17450e+06 3.67719e+05 3.72479e+05 1.55863e+00 5.21198e+04 2.03413e-01 1.65736e+06 7.91509e+04 5.63744e+05 2.63006e+05 1.04682e+05 1.90664e+05 6.04365e+05 2.08393e+05 6.58959e+05 1.93869e+05 8.26046e+04 5.79280e+03 2.05270e+06 6.05860e+05 2.34777e+04 4.78428e+05 5.02308e+05 3.14733e+05 4.37479e+05 7.92452e+05 3.31188e+06 2.87522e+05 5.37800e+05 2.32310e+03 2.72976e+04 3.44499e-01 1.54174e+05 6.77917e+03 2.93973e+04 5.16617e+04 4.97977e+04 3.18932e+04 1.04148e+05 3.49756e+04 1.00482e+05 2.89588e+04 1.35681e+04 8.07684e+02 1.35455e+05 9.48255e+04 4.02509e+03 7.95092e+04 9.28857e+04 6.07551e+04 7.47734e+04 1.36948e+05 7.86215e+05 1.18690e+05 1.60537e+05 6.88480e+02 6.43965e+03 1.54535e+02 1.47502e+05 1.17185e+04 7.21567e+03 4.48002e+03 1.50342e+03 3.94386e+03 1.20560e+04 4.61880e+03 1.16855e+04 3.83442e+03 1.58454e+03 1.05067e+02 1.32500e+04 8.52692e+04 2.17827e+03 2.87864e+04 3.44081e+04 1.95377e+04 3.15975e+04 5.78824e+04 1.50927e+05 3.00166e+04 3.16778e+04 2.32339e+02 1.67071e+03 2.53505e-02 1.38339e+05 8.58247e+03 2.80534e+04 6.61882e+04 2.59447e+04 5.61598e+04 4.31149e+04 1.44834e+04 1.76325e+04 1.89097e+04 1.51831e+04 1.43089e+03 2.83500e+05 7.58151e+04 3.66555e+04 9.25210e+04 8.21424e+04 3.20347e+04 2.42614e+05 1.26881e+05 1.44637e+06 2.63032e+05 2.16944e+05 6.92252e-01 9.52179e+03 4.97805e-01 3.42235e+06 1.68118e+06 7.46565e+04 1.38223e+05 1.46031e+05 9.37971e+04 8.22891e+04 9.36075e+04 7.50558e+04 8.81584e+04 1.02581e+05 1.16460e+05 6.44013e+04 3.34873e+06 5.89523e+05 5.67510e+05 6.17432e+05 6.36097e+05 3.24116e+05 2.79477e+05 5.65303e+05 5.56484e+05 5.70833e+05 5.90527e+05 6.16283e+05 1.93771e+04 3.53087e+04 1.37079e+04 3.26787e+03 6.18833e+03 2.17654e+03 5.45838e+03 9.05092e+03 4.16915e+03 8.65665e+03 2.70453e+03 1.65509e+03 9.63185e+01 1.20464e+04 7.88579e+03 1.04481e+03 1.27799e+04 1.25805e+04 7.82019e+03 1.41807e+04 2.53268e+04 8.93785e+04 1.77620e+04 1.92439e+04 1.72709e+02 1.32171e+03 1.43680e+00 2.19730e+06 1.17709e+04 3.84037e+05 4.77376e+05 1.21056e+05 1.57110e+06 7.60592e+05 5.47175e+05 8.74100e+05 2.06013e+05 7.43475e+04 2.66862e+03 2.70558e+06 8.77030e+05 3.87067e+05 1.10253e+06 7.82090e+05 2.78192e+05 4.41446e+06 1.08131e+06 1.42287e+07 1.55143e+06 4.91733e+06 2.46590e-01 4.72350e+04 9.66936e-02 4.08819e-01 2.27240e-01 6.64008e+00 3.27140e-01 4.59149e-01 4.61785e-01 5.72415e-01 3.05890e-01 7.53744e-01 2.63995e-01 1.43361e-01 5.45011e-01 7.87686e-01 2.43523e-01 2.06928e-01 2.07614e-01 2.48266e-01 2.44229e-01 1.44859e+00 3.01658e-01 1.82528e+00 2.23913e-01 1.39294e+00 1.99383e-01 1.91337e-01 7.02298e-02 1.96228e+04 2.20209e+03 7.93985e+03 2.77860e+03 9.35780e+02 3.78607e+03 8.76547e+03 4.46364e+03 7.02634e+03 2.01298e+03 2.38190e+03 9.96225e+01 1.77624e+04 1.48939e+04 1.53039e+03 1.56574e+04 1.76467e+04 1.08009e+04 2.39266e+04 3.59557e+04 2.72602e+05 5.00515e+04 4.99824e+04 5.06479e+02 4.44625e+03 2.52689e-01 9.97972e+04 7.18536e+03 6.03381e+05 1.07240e+04 3.71689e+03 1.26762e+04 3.77611e+04 1.78133e+04 3.62539e+04 8.96263e+03 4.62477e+03 4.23259e+02 2.75089e+05 7.00479e+04 1.56868e+03 3.32219e+04 2.33870e+04 1.27750e+04 4.97545e+04 6.79092e+04 5.99568e+05 4.57805e+04 4.98750e+04 3.24483e+02 4.29827e+03 5.65231e-02 4.45242e+04 3.49552e+03 1.97323e+03 1.38332e+03 3.27291e+02 1.07008e+03 3.92853e+03 1.30282e+03 4.27914e+03 1.16358e+03 4.25631e+02 1.64320e+01 8.42468e+03 1.40864e+04 7.36471e+02 1.50644e+04 1.67321e+04 9.95094e+03 5.02240e+03 9.92770e+03 6.01622e+04 5.88489e+03 9.46866e+03 2.56607e+01 2.78757e+02 2.05027e-02 1.29866e+05 5.37647e+02 2.35159e+04 8.90535e+04 3.16208e+04 7.89933e+03 5.55300e+04 2.20895e+04 2.93969e+04 3.21486e+03 5.55789e+03 2.07059e+03 5.17872e+04 1.47234e+05 6.04384e+03 8.53244e+04 1.68538e+05 5.55387e+04 1.66293e+05 6.69399e+04 1.75158e+05 1.61799e+05 1.46384e+05 5.83717e+04 4.20829e+04 1.17181e-01 9.18100e+06 9.30199e+04 4.73742e+06 8.60116e+06 1.87130e+06 7.41573e+06 1.70593e+07 1.14537e+07 2.04007e+07 1.36930e+07 2.72920e+06 1.71733e+05 2.76658e+07 9.60178e+06 3.56342e+05 1.02516e+07 6.61917e+06 4.20409e+06 4.84473e+07 2.07636e+07 2.05661e+08 3.11193e+07 8.84930e+07 7.71982e-04 2.21559e-01 8.86199e-02 1.60950e+06 3.95988e+04 3.56661e+05 1.28095e+05 1.93140e+04 9.55939e+04 1.62481e+05 5.44493e+04 1.74963e+05 5.82582e+04 2.31062e+04 2.13587e+03 1.29465e+06 3.17965e+05 1.46910e+04 2.45471e+05 3.21870e+05 1.81091e+05 2.39273e+05 3.92750e+05 1.08211e+06 8.33663e+04 1.55143e+05 6.49682e+02 5.76796e+03 1.91281e+00 1.22240e+06 8.49227e+04 3.53030e+05 6.23156e+05 4.62526e+05 1.44032e+05 4.16957e+05 3.83272e+05 2.48040e+05 6.22345e+04 7.49750e+04 5.69250e+02 1.34027e+06 2.39731e+05 5.48623e+04 2.87436e+05 8.66801e+05 8.01295e+05 9.03478e+05 1.26848e+05 9.33498e+06 4.11554e+06 2.17888e+06 1.39436e-01 1.09877e+05 2.69526e-01 1.65275e+04 2.53809e+04 7.52532e-02 2.15815e-01 2.23063e-01 2.29225e-01 6.55889e+02 7.56224e-02 1.41415e-01 1.54652e-02 2.67365e-02 9.96066e-03 7.58311e+03 3.81183e-01 3.35709e+02 9.26270e+03 6.48713e+03 1.95458e+03 1.78952e+04 9.90189e+03 2.47908e+04 7.91015e+03 3.76454e+03 1.81751e+00 5.21625e+02 1.81869e-01 1.00439e+06 4.36112e+04 9.29540e+04 1.85699e+05 8.28366e+04 1.10486e+05 4.04877e+05 1.22148e+05 3.89997e+05 1.22300e+05 5.05120e+04 3.20677e+03 3.02277e+05 2.11258e+05 2.49726e+04 5.01889e+05 6.21116e+05 3.50846e+05 2.04497e+05 3.62905e+05 1.71051e+06 2.37670e+05 3.47428e+05 1.60131e+03 1.21246e+04 1.43189e-01 2.51351e+05 1.98979e+04 1.44319e+05 1.95998e+04 4.20852e+03 9.37357e+03 2.81815e+04 1.02566e+04 3.42429e+04 1.15195e+04 5.19900e+03 6.01967e+02 1.14314e+05 5.13192e+04 3.75222e+03 4.64207e+04 5.65683e+04 3.95495e+04 1.99101e+04 3.37448e+04 2.16815e+05 2.75721e+04 3.31097e+04 1.78806e+02 1.64577e+03 8.43100e-01 1.63103e+05 5.29986e+03 1.60565e+05 8.51059e+04 1.55392e+04 1.02450e+05 2.90407e+05 1.28784e+05 2.06813e+05 4.51276e+04 2.33406e+04 6.34242e+02 2.79850e+05 1.99402e+05 7.94306e+03 4.48861e+05 1.47180e+05 7.36063e+04 1.96088e+05 2.37373e+05 4.56295e+06 1.06723e+05 1.98177e+05 5.21669e+02 1.28589e+04 2.12843e-05 1.95685e+05 1.76302e+04 5.11558e+03 8.54381e+03 6.30191e+03 7.09618e+03 2.02958e+04 7.53637e+03 1.73311e+04 4.97656e+03 2.88018e+03 2.91048e+02 1.31309e+04 1.44052e+05 3.88758e+03 5.01827e+04 6.58856e+04 4.11589e+04 4.31653e+04 7.34089e+04 1.03864e+05 6.10078e+03 1.23591e+04 1.06610e+02 9.93009e+02 2.51562e-02 2.04317e+05 7.87616e+03 1.95977e+04 2.04163e+04 2.26846e+04 1.78094e+04 5.63720e+04 1.80914e+04 5.23414e+04 1.42653e+04 8.35963e+03 4.33025e+02 6.62046e+04 5.22043e+04 2.63674e+03 4.54608e+04 5.13205e+04 2.75834e+04 2.99326e+04 5.35439e+04 3.43412e+05 5.11107e+04 6.27965e+04 3.75812e+02 6.50397e+03 2.31023e-01 9.03409e+03 2.89464e+03 2.91326e+04 6.53856e+05 2.25421e+06 5.50644e+05 6.46283e+05 4.46334e+05 7.35261e+06 2.03724e+05 1.16227e+06 4.33002e+05 6.09212e+05 1.36879e+06 1.72031e+05 2.21729e+06 4.93155e+06 2.29374e+05 1.41448e+06 7.62992e+04 3.51373e+06 7.77142e+04 4.17446e+05 5.44994e+03 1.56413e+06 1.64260e-02 1.53853e+06 3.17418e+03 3.48699e+04 6.06306e+05 2.24136e+05 3.54521e+05 1.69925e+06 3.92086e+05 1.08597e+06 7.65751e+05 6.22307e+04 1.23378e+04 6.92660e+05 1.53239e+06 2.92298e+05 7.59155e+05 1.46717e+06 3.29257e+05 1.31846e+06 1.27321e+06 7.74437e+06 1.57968e+06 1.84094e+06 1.72045e+00 3.17590e+05 3.14179e-02 2.48320e+05 5.90405e+04 1.16854e+04 1.36323e+05 6.73682e+03 2.40073e+04 6.34966e+04 4.48071e+04 9.68259e+04 1.42097e+04 6.81910e+03 7.91521e+02 3.58172e+05 1.45727e+05 5.08402e+03 8.62427e+04 8.16592e+04 1.27637e+05 2.26278e+05 1.37589e+05 1.13041e+06 3.19731e+05 3.53578e+05 2.73167e+03 2.19934e+04 6.39437e-01 3.78325e+07 1.52843e+06 6.96331e+06 8.57320e+06 4.31285e+06 2.74313e+06 1.61113e+07 8.10242e+06 7.55559e+06 2.55723e+06 1.64534e+06 1.31580e+06 5.40045e+06 1.90624e+07 4.91193e+05 6.33093e+06 1.40809e+07 1.71496e+06 2.28317e+07 4.97124e+06 4.20683e+07 1.28468e+07 8.18622e+06 1.38384e+04 3.97162e+06 4.79442e-01 2.79245e+06 6.33312e+05 4.71086e+06 5.81101e+06 1.95112e+06 2.13670e+06 6.42173e+06 1.19721e+06 2.09638e+06 2.40602e+06 7.67887e+04 1.44420e+04 3.74949e+06 8.56686e+06 1.53551e+05 1.97910e+06 4.40179e+06 2.13602e+06 3.17594e+07 1.70123e+06 6.21321e+06 3.65160e+03 4.05428e+06 5.64641e+03 1.62052e+06 3.81103e-02 1.67944e+06 2.03663e+05 2.50384e+06 5.71689e+05 5.32133e+05 3.96439e+05 1.00387e+06 1.04954e+06 7.48421e+05 3.41139e+05 5.60623e+04 2.79267e+03 2.43351e+06 1.65381e+06 2.20543e+04 2.84255e+05 6.32222e+05 8.95625e+05 9.06815e+06 2.27059e+06 9.89338e+06 1.12060e+07 6.09481e+06 3.35989e+02 9.64287e+04 2.55028e-01 6.21406e+05 4.55650e+04 1.32079e+07 4.52864e+05 6.45594e+04 1.53471e+05 4.58388e+05 1.63562e+05 5.48425e+05 2.88254e+05 8.80606e+04 1.45147e+04 5.34328e+06 1.66285e+06 5.34125e+04 7.68251e+05 9.46333e+05 5.67040e+05 1.68912e+06 2.49626e+06 6.78330e+06 1.64515e+06 2.38631e+06 4.99664e+03 7.85245e+04 3.38823e-02 1.30431e+06 9.23518e+04 1.34886e+05 1.55533e+06 1.52208e+05 9.59559e+05 3.58569e+06 4.81941e+05 4.77911e+06 2.13106e+05 1.44209e+05 6.84491e+03 1.15726e+06 2.60631e+05 1.91323e+05 1.06167e+06 6.60406e+05 3.64761e+05 6.89990e+06 3.06937e+06 1.37076e+07 2.44073e+06 1.61717e+05 5.37209e-01 3.22434e-01 4.28858e-03 3.60496e+05 1.80135e+04 2.94166e+05 1.25495e+06 1.47561e+05 1.87712e+05 1.44582e+06 4.87267e+05 1.61755e+06 1.84375e+03 4.35359e+05 4.64203e+05 6.46979e+05 2.14556e+06 6.53830e+04 8.42714e+05 1.87431e+06 8.11590e+05 4.21769e+06 1.64439e+06 1.72509e+07 2.24837e+05 2.89150e+06 2.36816e+02 6.79662e+04 4.18320e-01 5.63709e+06 2.70834e+05 1.69340e+06 5.00716e+06 5.50415e+06 3.86849e+06 8.85367e+06 7.42022e+06 1.06002e+07 2.69284e+06 1.82601e+06 3.34812e+05 6.10678e+06 1.14819e+07 4.22440e+06 1.35135e+07 1.56993e+07 1.05967e+07 1.94038e+07 6.05030e+06 7.47206e+07 1.69699e+07 3.92507e+07 1.05715e+05 2.32564e+06 1.51288e-01 1.02694e+05 4.79456e+03 2.41194e+04 1.60903e+04 3.38981e+03 7.56338e+03 2.38159e+04 1.30523e+04 2.08247e+04 6.25757e+03 2.70417e+03 1.84154e+02 1.02757e+05 5.61444e+04 2.96124e+03 5.76635e+04 4.87202e+04 3.55537e+04 2.84514e+04 5.21931e+04 3.80725e+05 3.98256e+04 5.29377e+04 6.75849e+00 2.41222e+03 4.96337e-02 6.64667e+06 6.47098e+05 1.40861e+06 6.44107e+06 1.94593e+06 9.02958e+06 2.44261e+07 1.71596e+07 4.33659e+07 9.75127e+06 3.41679e+06 3.15909e+05 3.01051e+07 2.99235e+07 1.00153e+06 3.08041e+07 1.73387e+07 1.24477e+07 5.61720e+07 4.25651e+07 2.74099e+08 3.05730e+06 8.61803e+07 9.80260e+04 3.13558e+06 1.35993e+02 1.89249e+05 7.45929e+03 1.05785e+05 7.12200e+04 2.05254e+04 5.09756e+04 1.98627e+05 5.03277e+04 1.65023e+05 4.80912e+04 2.04624e+04 1.65070e+03 2.12632e+05 1.45081e+05 5.27209e+03 1.13276e+05 1.09956e+05 6.61681e+04 1.24190e+05 1.99755e+05 1.98190e+06 2.74441e+05 4.25981e+05 1.92868e+03 1.61437e+04 7.16409e-02 3.39248e+06 5.55911e+05 2.92334e+06 6.09165e+05 1.01138e+06 6.09742e+04 1.66488e+06 1.16428e+06 1.03273e+06 9.54290e+04 1.76173e+05 3.73110e+04 2.85274e+06 1.97842e+06 2.21364e+04 2.85313e+05 6.34575e+05 7.57041e+03 2.56008e+06 1.01226e+06 2.37452e+06 9.06291e+04 3.03540e+05 6.97138e+03 2.00079e+06 7.56476e+01 2.98437e+06 7.73526e+04 5.53976e+04 4.17928e+05 1.07021e+05 8.31192e+04 3.94357e+05 3.59038e+04 6.71408e+04 7.34255e+03 2.12578e+05 7.91956e+04 2.93378e+05 5.94982e+05 7.35245e+03 9.47649e+04 2.10770e+05 4.88900e+05 5.75878e+05 3.36325e+05 6.38028e+05 2.16375e+05 2.56631e+05 9.26640e+02 2.65946e+05 3.49519e+01 1.15846e+05 1.25339e+03 7.72576e+05 2.16934e+05 3.14679e+04 1.13099e+05 1.79994e+06 1.88285e+05 1.35381e+05 4.44749e+04 1.13759e+05 4.71136e+03 5.26401e+06 1.97254e+05 6.39020e+03 8.23626e+04 1.83186e+05 6.09497e+04 4.12130e+05 1.06025e+05 3.12829e+06 5.39493e+04 2.67170e+05 8.88171e+02 3.50274e+04 6.95273e-02 1.20150e+05 8.54828e+00 3.45749e+04 3.57096e+04 2.00407e+04 2.48259e+03 1.18281e+04 1.54275e+04 6.27851e+03 1.29048e+04 4.50316e+03 1.67765e+03 3.15799e+04 4.48197e+04 6.10224e+03 1.89642e+04 2.12860e+05 5.44659e+03 1.38940e+04 1.17804e+04 1.06090e+05 7.20729e+04 3.58396e+04 3.83919e-03 1.10185e+00 2.20062e+00 3.75876e+05 7.73364e+03 9.42404e+04 1.53060e+04 5.35190e+03 2.71261e+04 3.11583e+04 9.40031e+03 3.76856e+04 1.12007e+04 4.43986e+03 1.85017e+02 4.51558e+05 9.52242e+04 2.76298e+03 6.96379e+04 6.50829e+04 3.79142e+04 1.55666e+04 4.33043e+04 3.95701e+05 5.74955e+04 7.20508e+04 2.33018e+02 2.45283e+03 9.13926e+00 3.61324e+05 3.71081e+04 1.63761e+04 2.61390e+05 1.08871e+00 2.22821e+05 1.52814e+04 4.46564e+04 1.66847e+04 7.56973e-01 3.03779e-01 3.84627e-01 2.94972e+05 2.09224e+05 1.27120e+05 2.78095e+05 2.62593e+05 1.03719e+05 9.39584e+05 7.38690e+05 1.14298e+06 4.74591e-01 1.08269e+06 1.33321e+00 3.07861e+04 1.98220e+00 2.00234e+05 8.52618e+03 5.54784e+04 5.41947e+04 1.55012e+04 4.59709e+04 9.66449e+04 3.92197e+04 1.53130e+05 2.92162e+04 2.09362e+04 1.14281e+03 1.95684e+05 1.48899e+05 1.08862e+04 1.78955e+05 2.12439e+05 1.47252e+05 1.29813e+05 1.87940e+05 2.19961e+06 3.89728e+05 4.68105e+05 2.97436e+03 2.39227e+04 1.43197e+00 1.67411e+04 1.26990e+03 1.39870e+04 3.29290e+03 1.60917e+03 3.13337e+03 9.83812e+03 3.98686e+03 9.25468e+03 2.73813e+03 1.37904e+03 7.49285e+01 4.13175e+04 6.66193e+03 4.01253e+02 7.16558e+03 7.49918e+03 4.19735e+03 4.14255e+03 8.07444e+03 8.59865e+04 1.21173e+04 1.43624e+04 7.56079e+01 7.23485e+02 9.85225e-01 2.11263e+05 1.77035e+04 2.50868e+03 1.33869e+03 2.42016e+02 1.05096e+03 3.11263e+03 1.10910e+03 3.28590e+03 7.72336e+02 3.56542e+02 9.32589e+00 8.62914e+03 3.99611e+03 9.18756e+01 2.90425e+03 3.23920e+03 1.69868e+03 4.53827e+03 9.54687e+03 2.47035e+04 3.53870e+03 3.82754e+03 8.83335e+00 1.06156e+02 4.85805e-06 4.00801e+04 1.35710e+03 2.08693e+06 1.48167e+04 2.18794e+03 1.11088e+04 3.03282e+04 1.33619e+04 5.85559e+04 1.74813e+04 5.16062e+03 2.79413e+02 1.11129e+06 4.19710e+04 1.74209e+03 5.69065e+04 4.59554e+04 1.89830e+04 4.12392e+04 8.52410e+04 6.24750e+05 1.90787e+05 1.49901e+05 1.62413e+02 2.81214e+03 9.59536e+01 1.70945e+03 6.56294e+01 3.63355e+03 3.01845e+04 1.12408e+04 2.10294e+04 5.41286e+04 2.32292e+04 6.28977e+04 2.56167e+04 1.35420e+04 8.58000e+02 1.22762e+04 1.80196e+04 3.29564e+02 1.05789e+04 8.83370e+03 4.76002e+03 8.70831e+03 1.20298e+04 2.50564e+05 3.23835e+04 3.91837e+04 3.78032e+02 4.41472e+03 8.77970e-02 2.69578e+05 2.68211e+02 3.25355e+04 2.89798e+05 3.47342e+05 2.21244e+05 1.50941e+05 5.82555e+04 1.72647e+05 3.49005e+04 6.29532e+04 1.47819e+04 4.90909e+05 3.19132e+05 1.64710e+05 3.34809e+05 2.32956e+05 5.62574e+04 9.12976e+05 5.62382e+05 1.98343e+06 6.30344e+05 6.72578e+05 5.17703e-01 9.80932e+03 1.47418e+01 9.66656e+04 3.13729e+02 2.13200e+04 1.96044e+04 3.06052e+04 2.26274e+04 1.91604e+05 2.90282e+05 8.58819e+04 1.37662e+04 4.50257e+03 2.23887e+02 1.78082e+05 3.18528e+05 9.46821e+04 2.09079e+05 1.71462e+05 1.63306e+05 6.40772e+05 5.64721e+05 4.34812e+06 6.95373e+05 9.56636e+05 7.93436e+03 4.93300e+04 8.26428e-01 2.28117e+04 9.41495e+03 7.06190e+01 3.10020e+02 1.45842e+03 1.77423e+02 8.17475e+02 2.18525e+02 1.45895e+03 2.24190e+02 1.21031e+02 7.59739e+00 1.02911e+04 3.14459e+04 1.61222e+03 2.92167e+04 7.29931e+03 1.71729e+04 9.30261e+03 1.29154e+04 3.05353e+05 4.52953e+04 6.90075e+04 5.09968e+02 8.09098e+02 1.98928e-01 4.23280e+05 1.74824e+04 4.21328e+04 1.42660e+04 2.22112e+03 1.41665e+04 3.85609e+04 1.73747e+04 4.47742e+04 1.19220e+04 5.47563e+03 3.36353e+02 1.12462e+05 6.48122e+04 3.37436e+03 4.29179e+04 4.74497e+04 2.97236e+04 5.13441e+04 7.76989e+04 3.08668e+05 5.00735e+04 4.74230e+04 4.62567e+02 4.33141e+03 2.24454e-01 2.51332e+05 1.53571e+04 4.63666e+03 8.82114e+03 1.90928e+03 6.37363e+03 1.73511e+04 6.95910e+03 1.93233e+04 6.47082e+03 2.69131e+03 1.97703e+02 2.15496e+04 1.53846e+04 1.66898e+03 3.01649e+04 3.42711e+04 1.90503e+04 1.67352e+04 4.14449e+04 1.57017e+05 1.42372e+04 2.09169e+04 1.07790e+02 1.14453e+03 1.55434e+01 3.17886e+06 3.09219e+05 5.19601e+06 1.78008e+06 3.74740e+05 4.84943e+05 1.81768e+06 4.39448e+05 3.20132e+06 2.36018e+05 1.02128e+05 2.32380e+04 1.82915e+06 7.11370e+05 1.41915e+05 1.82913e+06 4.06823e+06 2.01615e+06 1.65892e+06 1.70624e+06 5.25096e+06 4.62719e+04 8.32364e+05 2.47384e+00 1.20999e-02 3.72451e-02 3.19304e+04 7.96402e+03 2.87038e+03 2.59729e+03 1.02460e+03 1.13186e+03 3.59410e+03 1.50359e+03 4.02712e+03 1.13049e+03 4.30686e+02 1.96980e+01 1.17516e+04 4.02884e+04 2.91897e+03 3.54752e+04 3.98659e+04 2.72468e+04 2.01060e+04 3.34893e+04 1.36091e+05 2.65216e+04 2.84659e+04 1.84563e+02 1.16964e+03 7.33959e+02 8.27855e+05 4.55214e+04 4.91837e+03 3.24408e+04 7.33494e+03 1.87260e+04 6.74848e+04 1.93307e+04 7.31121e+04 2.72462e+04 9.90380e+03 6.15024e+02 2.43138e+04 6.17078e+04 2.70321e+03 4.86710e+04 5.25978e+04 3.07926e+04 3.37815e+04 6.29648e+04 3.31262e+05 4.42311e+04 5.13317e+04 2.51071e+02 2.20184e+03 1.65072e-01 9.95251e+03 2.92847e+03 2.09946e+03 1.24150e+04 6.29416e+03 6.64687e+03 1.55104e+04 1.16900e+03 8.48029e+04 8.18422e+03 9.18525e+03 1.66665e+02 3.72493e+04 3.76110e+04 1.91757e+04 4.27163e+04 2.77476e+04 8.60015e+04 1.63734e+05 8.63244e+04 5.38433e+05 1.37763e+05 3.30691e+05 6.89842e-01 1.98877e+04 4.52314e-02 1.83484e+05 3.05526e+04 5.52875e+04 8.35603e+03 1.54942e+03 4.54278e+03 1.56458e+04 5.42872e+03 1.70940e+04 5.15539e+03 1.85746e+03 1.18905e+02 9.21379e+04 3.47970e+04 2.12214e+03 2.68170e+04 2.67330e+04 1.76934e+04 1.75854e+04 3.17516e+04 1.69008e+05 2.31179e+04 3.50073e+04 1.47434e+02 1.11264e+03 7.21953e-01 4.36471e+04 2.25570e+03 1.87110e+03 8.34291e+04 8.69757e+04 1.96519e+04 3.80217e+04 1.98312e+04 1.22837e+04 1.34335e+03 2.94548e+04 5.49323e+03 4.13343e+04 5.40495e+04 4.13107e+03 5.32449e+04 1.18424e+05 1.36244e+05 9.73640e+04 5.74594e+04 3.14340e+05 2.91730e+04 9.88799e+04 3.24861e+01 9.32351e+03 3.44281e+00 3.73769e+06 8.57990e+04 4.17966e+06 3.31216e+06 8.79778e+05 5.14170e+05 2.79276e+06 1.23351e+06 1.38031e+06 2.40510e+06 3.51766e+05 5.33623e+04 1.40971e+06 6.27523e+06 4.36839e+05 5.63036e+06 1.25227e+07 3.96885e+06 6.27457e+06 1.61941e+06 2.42303e+07 4.16314e+04 6.64293e+06 4.21921e-04 1.21091e-01 6.21236e-02 3.95942e+03 2.26061e+02 2.81136e+03 2.75539e+03 6.97605e+02 2.91320e+03 8.26562e+03 3.35683e+03 8.58516e+03 2.29250e+03 9.43474e+02 4.17313e+01 9.48415e+03 4.95208e+04 2.78841e+03 3.95731e+04 3.82981e+04 2.41295e+04 2.18301e+04 4.17010e+04 3.21539e+05 5.77073e+04 5.63314e+04 4.66956e+02 5.24705e+03 4.16786e-02 2.07566e+05 2.07424e+02 1.56896e+05 2.51537e+04 1.33803e+04 1.15174e+04 3.89915e+04 1.69403e+04 3.62096e+04 1.18114e+04 4.17326e+03 4.58522e+02 6.15009e+05 3.67810e+04 7.68707e+02 3.60191e+04 4.05054e+04 1.62001e+04 4.05729e+04 4.40241e+04 2.50396e+05 1.34062e+03 4.38480e+04 2.51228e+02 4.07240e+03 7.61159e-01 4.51908e+04 1.77147e+03 2.79618e+03 1.03662e+04 2.46992e+02 1.31368e+03 3.17501e+03 1.84836e+03 2.00856e+03 9.95518e+02 3.95636e+02 1.42852e+01 5.57186e+04 2.22753e+04 9.25807e+02 2.12723e+04 2.43549e+04 2.21498e+04 2.50454e+04 1.46385e+04 1.08713e+05 3.92838e+04 2.86717e+04 8.86484e+01 3.11422e+03 7.65643e-02 1.82833e+06 1.29984e+05 2.98943e+05 2.13147e+05 1.03074e+05 1.50055e+05 5.28689e+05 2.07751e+05 6.94508e+05 1.66171e+05 6.65008e+04 3.33781e+03 6.86262e+05 5.19476e+05 2.01384e+04 3.52337e+05 3.42795e+05 1.73944e+05 2.61155e+05 5.24394e+05 3.19365e+06 7.32701e+05 7.96209e+05 1.15874e+03 3.03303e+04 2.28315e-01 4.57399e+05 2.46071e+04 9.70756e+04 1.80270e+04 3.37185e+03 9.40083e+03 2.71739e+04 1.28845e+04 4.26946e+04 1.55005e+04 4.46322e+03 7.35638e+02 2.56005e+05 1.63511e+04 2.63061e+03 4.23996e+04 3.92690e+04 2.08861e+04 4.62684e+04 9.12032e+04 2.58836e+05 4.95647e+04 4.87816e+04 1.85033e+02 1.63308e+03 4.15811e+01 2.46408e+06 1.14717e+05 3.72354e+05 1.20365e+05 4.56646e+04 1.06731e+05 4.43543e+05 1.66413e+05 6.05373e+05 1.84018e+05 5.85806e+04 2.96946e+03 5.20768e+05 3.25704e+05 1.47098e+04 3.55340e+05 3.65962e+05 1.98332e+05 3.69427e+05 6.62004e+05 1.23472e+06 2.39896e+05 2.76733e+05 5.84040e+02 6.43301e+03 8.45575e-02 1.32854e+05 4.56509e+03 1.47168e+05 3.07998e+04 6.50374e+03 9.59915e+03 3.47709e+04 1.32514e+04 3.44789e+04 1.17743e+04 5.09561e+03 3.23258e+02 2.67826e+05 2.36033e+04 2.30156e+03 4.24094e+04 4.03159e+04 2.66948e+04 3.02660e+04 2.67157e+04 4.44267e+05 1.05705e+05 9.45555e+04 6.72749e+02 2.62136e+03 2.51419e-02 9.31221e+05 4.82331e+04 1.63599e+04 1.33551e+04 2.90962e+03 1.56996e+04 3.12493e+04 9.88725e+03 5.69338e+04 1.99228e+04 6.09986e+03 2.97535e+02 6.80939e+04 1.44416e+05 4.56963e+03 1.01255e+05 1.04542e+05 6.03224e+04 6.45537e+04 1.34915e+05 8.23571e+05 1.06953e+05 1.15141e+05 4.03235e+02 5.72429e+03 8.60570e-02 3.69755e+06 1.15741e+05 4.76400e+06 3.76619e+06 4.64255e+05 2.09508e+06 5.21792e+06 1.52866e+06 2.68559e+06 6.80906e+05 5.90690e+05 8.19603e+04 1.60363e+06 7.37137e+06 2.84988e+06 1.34040e+07 6.01719e+06 4.59044e+06 8.95651e+06 6.15154e+06 5.56052e+07 1.23451e+07 2.18666e+07 2.74584e+05 1.57751e+06 8.31371e-02 2.34937e+00 3.40615e-01 8.99573e-01 4.71852e+00 9.59433e+00 2.40420e+00 1.30209e+01 6.48235e+00 1.21221e+01 1.32568e+00 2.29185e+00 8.53828e-01 8.50348e+01 1.86472e+01 1.82907e+00 2.35747e+01 5.24333e+01 1.17579e+01 6.60750e+01 1.25007e+01 3.62924e+02 5.28341e+01 5.06458e+00 4.65962e-04 1.15745e-04 3.30701e-02 2.13810e+04 2.36393e+03 7.72324e+03 9.76004e+03 2.64234e+03 7.86970e+03 2.41512e+04 1.58595e+04 2.57991e+04 7.13626e+03 3.36071e+03 4.06033e+02 2.42538e+04 8.36822e+04 1.77630e+03 2.55088e+04 2.73384e+04 1.60608e+04 2.81869e+04 3.96695e+04 3.91312e+05 8.09877e+04 7.69410e+04 5.91856e+02 5.13974e+03 6.01450e-01 1.93568e+06 1.13365e+05 8.22828e+05 1.28622e+06 1.76582e+05 8.23166e+05 7.88650e+05 4.38313e+05 2.40877e+05 1.59762e+05 8.95473e+04 1.72238e+05 1.06179e+06 1.00183e+06 3.61693e+04 9.40188e+05 7.35637e+05 3.89200e+05 1.51444e+06 1.04214e+06 9.63479e+06 1.70605e+06 1.91047e+06 5.63447e+02 1.61709e+05 1.28275e-01 2.45952e+05 1.50492e+04 3.99253e+04 2.21997e+04 1.47165e+04 1.65986e+04 5.14451e+04 2.00848e+04 4.82416e+04 1.34944e+04 6.37198e+03 4.06196e+02 9.92701e+04 5.03004e+04 2.98726e+03 4.41467e+04 4.79931e+04 2.34476e+04 2.53315e+04 4.82885e+04 3.44015e+05 4.49287e+04 6.24468e+04 5.17000e+02 2.57412e+03 1.26315e-01 4.29963e+05 3.05959e+04 1.45422e+04 1.60096e+04 1.32895e+03 2.38651e+03 1.01912e+04 2.88463e+03 1.16209e+04 5.11893e+03 1.71900e+03 8.28945e+01 1.05420e+05 1.90692e+04 9.46169e+02 2.17553e+04 1.82522e+04 2.52544e+04 2.14019e+04 1.35913e+04 8.02035e+04 2.02232e+04 2.96208e+04 2.59403e+01 4.01062e+02 1.69711e-04 3.95942e+05 2.02203e+04 1.87028e+05 4.01397e+04 8.75937e+03 1.86667e+04 6.54108e+04 2.03127e+04 7.81070e+04 2.81410e+04 1.03436e+04 1.18940e+03 1.18794e+05 1.51505e+05 6.75074e+03 1.12675e+05 1.72035e+05 1.14055e+05 1.43333e+05 2.22121e+05 3.89427e+05 8.20095e+04 1.35522e+05 8.44673e+02 4.10517e+03 8.53425e-01 1.99920e+06 5.46606e+05 1.14678e+07 5.82523e+05 3.90076e+04 5.64191e+05 5.85376e+05 4.10897e+05 3.80234e+05 2.73347e+05 7.36874e+04 9.17787e+03 2.42665e+06 1.17565e+06 2.43427e+05 8.74149e+05 1.14884e+06 4.28974e+05 6.05596e+06 1.63592e+06 9.39917e+06 3.30119e+06 4.54525e+06 2.14373e-01 1.60328e+05 1.54362e-01 1.46670e+05 7.29936e+03 8.52920e+03 2.16897e+04 5.24240e+03 1.50611e+04 5.06155e+04 1.76720e+04 5.67186e+04 1.78108e+04 6.68169e+03 5.04097e+02 3.70005e+04 6.92521e+04 4.46051e+03 8.43929e+04 9.77799e+04 5.76409e+04 2.55127e+04 6.04738e+04 3.82316e+05 7.15410e+04 8.75088e+04 4.20021e+02 2.95405e+03 2.13674e-01 1.56455e+05 3.02387e+04 2.51779e+06 7.97090e+04 2.06227e+04 6.02763e+04 2.01777e+05 8.05221e+04 2.29966e+05 6.62858e+04 3.12579e+04 1.41746e+03 6.38435e+05 5.03133e+05 1.03446e+04 1.84898e+05 1.75891e+05 1.28758e+05 2.18522e+05 2.52245e+05 1.92167e+06 6.45255e+05 5.41539e+05 4.11953e+03 2.52655e+04 6.62128e+00 8.09191e+06 3.71594e+05 2.94359e+05 4.35232e+05 1.11416e+05 3.11308e+05 9.50429e+05 3.08562e+05 1.07393e+06 3.25696e+05 1.16260e+05 6.81961e+03 1.55820e+06 4.67960e+05 5.90607e+04 1.12262e+06 1.35214e+06 8.54209e+05 1.08650e+06 2.23167e+06 6.53759e+06 8.05538e+05 8.08630e+05 3.03386e+03 6.56970e+04 1.34090e-01 1.08571e+05 2.47118e+04 7.59638e+04 2.20398e+04 2.58760e+04 2.12773e+04 6.59156e+04 2.69434e+04 9.63504e+04 2.48107e+04 1.23778e+04 1.12920e+03 2.18704e+05 7.27759e+05 1.56989e+04 2.52884e+05 2.54773e+05 2.00351e+05 2.86985e+05 2.84104e+05 1.35573e+06 1.99200e+05 2.04693e+05 1.83346e+03 1.51256e+04 1.69772e+00 2.01313e+05 5.92344e+03 1.15148e+05 5.03586e+03 7.87503e+02 3.60950e+03 7.50798e+03 2.97386e+03 6.52635e+03 1.84880e+03 1.00017e+03 7.48427e+01 1.58543e+05 1.11116e+05 2.67487e+03 4.45319e+04 4.24068e+04 2.69805e+04 2.31479e+04 4.03635e+04 2.83119e+05 6.74859e+04 6.78714e+04 3.34448e+02 3.31320e+03 1.17500e+00 1.40901e+05 1.58220e-01 1.15295e+04 2.82970e+05 1.58665e+05 6.00630e+04 1.27856e+05 7.03582e+03 3.21345e+04 3.51425e+03 5.19120e+03 1.93398e+03 1.05400e+06 1.04602e+05 1.17297e+03 1.51183e+04 3.36252e+04 1.14200e+04 4.82305e+05 1.42885e+05 1.90451e+05 6.65610e-01 2.96959e+04 3.72006e+02 1.06766e+05 5.17206e-05 3.99331e+05 3.49588e+05 1.44466e+06 1.14136e+06 5.82788e+05 3.11191e+05 7.61220e+05 4.25299e+05 9.51076e+04 8.63388e+04 1.14277e+05 2.65316e+04 1.72510e+06 9.97884e+05 8.47883e+03 1.09283e+05 2.43060e+05 2.46274e+05 2.63112e+06 4.97780e+05 1.53448e+06 8.72443e+05 6.75510e+05 7.52128e+04 4.27195e+05 1.14536e+00 5.24289e+05 4.83722e+05 1.13133e+06 3.48564e+06 2.43747e+05 1.81543e+05 6.00682e+05 3.04838e+05 1.92323e+06 2.11297e+05 7.15206e+04 7.18881e+03 1.74518e+06 2.09811e+06 4.95004e+04 6.38005e+05 1.41901e+06 9.67500e+05 2.73196e+06 7.41382e+05 1.58946e+06 1.06358e+00 7.56502e+05 6.53604e+03 1.87584e+06 6.73184e-05 2.62536e+06 2.04489e+04 2.60803e+06 2.19267e+06 8.18309e+05 1.35678e+06 5.09841e+06 2.80839e+06 2.11936e+06 1.57595e+06 2.92711e+05 5.25920e+04 9.75590e+06 1.29971e+06 3.68291e+05 1.75731e+06 9.11343e+05 2.35132e+05 1.02564e+07 4.04575e+06 1.15760e+07 6.31012e+06 4.07855e+06 2.04363e-01 3.65252e+04 1.84065e-01 7.31664e+05 4.75317e+04 1.84344e+05 6.94906e+05 7.87067e+05 5.60277e+05 7.32173e+05 2.25058e+05 3.68035e+05 1.95536e+05 9.88328e+04 1.17776e+04 2.01110e+06 4.17532e+05 1.47196e+06 2.47422e+06 2.47149e+06 8.91131e+05 3.24283e+06 6.82813e+05 1.17178e+07 2.77077e+06 2.42020e+06 2.16431e-01 5.62819e+04 7.90302e-01 6.71482e+04 2.95487e+03 6.87606e+06 9.31468e+04 3.17349e+04 9.66757e+04 5.59346e+05 1.66835e+05 6.88707e+05 2.12228e+05 6.27476e+04 3.27900e+03 8.56332e+05 2.54627e+06 1.88927e+04 4.36033e+05 3.04446e+05 3.65939e+05 5.11056e+05 5.96330e+05 3.63257e+06 1.15258e+06 1.10149e+06 2.58175e+03 2.19799e+04 6.65220e-01 8.49809e+05 1.91512e+04 1.51359e+04 1.42095e+07 3.41166e+06 1.19718e+06 4.27951e+07 1.73149e+06 1.53483e+07 1.94673e+07 1.27602e+06 0.00000e+00 3.79962e+06 1.19082e+07 1.18812e+05 1.53136e+06 3.40595e+06 1.64878e+07 2.06713e+06 7.28913e+06 3.72463e+07 8.49104e+04 1.98849e+07 2.54261e+05 2.62910e-01 1.82176e-01 1.39824e+03 4.52517e+01 4.23171e+02 2.39297e+02 9.11022e+01 7.67765e+01 2.25480e+02 1.34585e+02 2.90290e+02 8.63281e+01 3.01535e+01 1.52428e+01 1.10684e+03 8.52181e+02 3.72538e+01 6.14234e+02 1.65620e+03 3.29217e+02 1.39271e+03 1.56321e+03 2.78406e+03 5.70589e+02 6.40900e+02 1.97245e+01 1.33366e+02 2.20292e+01 3.54003e+06 2.71640e+02 2.13929e+05 4.27118e+06 2.85388e+05 8.12537e+05 1.45179e+06 5.06568e+05 8.13787e+05 1.46009e+05 4.07911e+05 2.03893e+00 1.05093e+06 2.76547e+06 1.67466e+05 2.65439e+06 1.99887e+06 1.11081e+06 4.39650e+06 2.23035e+06 1.22062e+07 1.85097e+04 1.02419e+06 1.44301e+01 1.47924e+01 1.25929e+02 1.19154e+07 1.84932e+06 1.12056e+06 4.89254e+06 4.07067e+05 1.72318e+06 1.65430e+07 8.64289e+06 4.38819e+06 2.70163e+02 1.18338e+06 5.13327e+05 3.59564e+06 8.36604e+06 8.50877e+05 1.09669e+07 2.43918e+07 6.32851e+01 6.70313e+06 8.60029e+01 2.19120e+06 2.51591e+01 3.63514e+06 1.31772e-02 3.78185e+00 1.25031e+04 3.51996e+05 2.89826e+04 1.37685e+04 5.58660e+03 1.38900e+03 5.02829e+03 1.64584e+04 6.05593e+03 2.10755e+04 5.59838e+03 2.02131e+03 6.78073e+01 5.81652e+04 4.61197e+04 8.83669e+02 2.13162e+04 2.39982e+04 1.32238e+04 1.91252e+04 4.17018e+04 2.76220e+05 4.79824e+04 5.10843e+04 1.80124e+02 1.81613e+03 1.49871e-01 8.11572e+03 2.07502e+03 7.38331e+02 5.54466e+02 1.43136e+02 4.70868e+02 1.43620e+03 5.10813e+02 1.39615e+03 3.82811e+02 1.79513e+02 7.00531e+00 3.17757e+03 4.51075e+03 4.30290e+02 6.05383e+03 7.73248e+03 4.69039e+03 3.24313e+03 6.31129e+03 2.29629e+04 2.89216e+03 3.87291e+03 2.00490e+01 1.73939e+02 1.27122e-01 8.98878e+02 3.30064e+01 6.65430e+02 4.58986e+03 1.39763e+03 4.58521e+03 1.32708e+04 5.54519e+03 1.22539e+04 4.33231e+03 1.95042e+03 9.72027e+01 2.56699e+03 4.66679e+03 3.95979e+02 5.22363e+03 5.37336e+03 3.46658e+03 3.49181e+03 6.50135e+03 5.82206e+04 8.47593e+03 9.86235e+03 1.15450e+02 9.12050e+02 1.55161e-02 6.02939e+03 3.75809e+02 4.74807e+02 2.17906e+02 9.78517e+01 3.80875e+02 8.82062e+02 4.19405e+02 8.24850e+02 3.36046e+02 1.58002e+02 5.09763e+00 1.22773e+03 2.09355e+03 2.05660e+02 3.00224e+03 2.42583e+03 2.54016e+03 1.69495e+03 3.38041e+03 1.05630e+04 2.10811e+03 1.95274e+03 1.33454e+01 2.98205e+00 7.95489e-04 1.37156e+06 7.97108e+04 1.80683e+07 6.26925e+05 1.70839e+05 5.83213e+05 3.06650e+06 7.54981e+05 2.65853e+06 8.00554e+05 2.62071e+05 1.90451e+04 7.68840e+06 2.82903e+06 7.49432e+04 1.78169e+06 1.54336e+06 9.60694e+05 1.57924e+06 2.43721e+06 1.77552e+07 2.97894e+06 2.58342e+06 6.76445e+03 5.23615e+04 8.13019e-01 3.84864e+05 2.92326e+04 4.02380e+04 5.32779e+04 1.27121e+04 4.15032e+04 1.22841e+05 4.11714e+04 1.39153e+05 4.12227e+04 1.66881e+04 7.49350e+02 1.50060e+05 8.21717e+04 4.89076e+03 1.21744e+05 1.05728e+05 6.88488e+04 9.05469e+04 1.70480e+05 6.07477e+05 1.25305e+05 1.62869e+05 5.06537e+02 4.11790e+03 5.42588e-03 8.17778e+05 8.35412e+04 2.17521e+04 3.22977e+05 3.24460e+04 1.17342e+05 2.76251e+05 1.93351e+05 2.72588e+05 9.13155e+04 3.64043e+04 1.68582e+03 1.09128e+06 2.49621e+05 6.26907e+03 2.40146e+05 2.06359e+05 2.21695e+05 3.15790e+05 1.71927e+05 2.06613e+06 3.96620e+05 4.19378e+05 1.69489e+03 2.52809e+04 1.27855e-01 3.84028e+03 1.91001e+02 1.53099e+03 1.59730e+03 2.43116e+02 9.62213e+02 2.56182e+03 1.09809e+03 2.59138e+03 6.94967e+02 3.28542e+02 1.33799e+01 4.21978e+03 2.98228e+03 5.70040e+02 7.49238e+03 6.67854e+03 4.24789e+03 1.00113e+04 1.70083e+04 4.54059e+04 6.98409e+03 7.15993e+03 1.00434e+02 7.54085e+02 2.30059e-02 2.92127e+05 2.24582e+04 3.23436e+03 1.48013e+03 2.63802e+02 9.86847e+02 3.53902e+03 8.21592e+02 4.07194e+03 1.37310e+03 4.28318e+02 1.43933e+01 1.54033e+04 2.97122e+03 4.29914e+02 8.14210e+03 1.30270e+04 2.22995e+03 4.51837e+03 9.34721e+03 7.88245e+04 8.95063e+03 1.10131e+04 4.43485e+01 6.06381e+02 3.71022e-01 6.34867e+03 3.00527e+03 7.93382e+03 3.21767e+05 8.23053e+04 5.43909e+05 3.41272e+06 6.45274e+05 5.45818e+06 4.68853e+05 4.56217e+04 2.50235e+04 1.12926e+06 1.08557e+06 1.54861e+05 1.99599e+06 4.43936e+06 1.30151e+06 5.27970e+06 1.30563e+06 1.22063e+07 2.53572e+05 4.42449e+06 1.53779e+05 8.20933e+04 3.03439e-02 1.87491e+05 2.59132e+02 1.09469e+05 1.73720e+05 5.60434e+04 1.76437e+05 4.90143e+05 1.35089e+05 2.31275e+05 1.69317e+05 1.79768e+04 4.50753e+03 1.39780e+06 1.08127e+05 6.77901e+04 6.02797e+05 1.30818e+05 4.82217e+04 4.21105e+05 4.67515e+05 3.28663e+06 1.36430e+06 7.08582e+05 1.40096e+00 6.05651e+03 3.31277e-01 2.72734e+05 1.05693e+03 8.78140e+04 2.24495e+05 1.17779e+05 2.01866e+05 4.22568e+05 3.07570e+05 3.58078e+05 9.76917e+04 5.69630e+04 9.40799e+03 6.66411e+05 2.91930e+05 1.85419e+05 3.22728e+05 3.75279e+05 1.90190e+05 6.75228e+05 6.97984e+05 1.79020e+06 4.49668e+05 6.45327e+05 2.05392e-01 2.23190e+04 2.87883e-01 1.00750e+05 1.04232e+04 6.92559e+02 3.78789e+02 1.50132e+02 6.65229e+02 1.56412e+03 8.25031e+02 1.60387e+03 4.50303e+02 2.18702e+02 7.73541e+00 1.51288e+03 4.86179e+03 1.71304e+02 3.71131e+03 3.00921e+03 1.93995e+03 5.13121e+03 7.97743e+03 2.38712e+04 1.86439e+03 2.65400e+03 1.11604e+01 1.69955e+02 2.29904e-02 1.27061e+06 1.84214e+05 4.30792e+06 3.41217e+06 3.53784e+05 7.91489e+05 2.99250e+06 1.92521e+06 7.78766e+05 7.23737e+05 1.63432e+05 5.58817e+05 2.17106e+06 1.43439e+06 6.72479e+04 8.66750e+05 1.92777e+06 1.20032e+06 4.13205e+06 1.67803e+06 8.27714e+06 1.58558e+06 9.10229e+05 1.04322e+03 2.99405e+05 3.56586e-03 5.33612e+03 5.37551e+02 3.76008e+03 2.95041e+03 9.08074e+02 2.32270e+03 4.25393e+03 2.69668e+03 5.90673e+03 2.38039e+03 1.22109e+03 8.18920e+01 9.53712e+03 5.98514e+03 4.96824e+02 4.79050e+03 5.76935e+03 3.81379e+03 4.11937e+03 8.13291e+03 4.56875e+04 7.79986e+03 1.03412e+04 1.48904e+02 1.32374e+03 5.35446e-02 3.14444e+06 3.61374e+05 8.05628e+05 3.41946e+06 1.60339e+06 1.68639e+06 7.43388e+06 4.41426e+06 4.09848e+06 2.88960e+06 1.00134e+06 1.84233e+05 4.71480e+06 3.71512e+06 1.28656e+05 3.01927e+06 2.82323e+06 6.24868e+06 6.53002e+06 6.31186e+06 1.59882e+07 5.60839e+06 1.22438e+07 2.01933e-01 0.00000e+00 2.62770e+00 4.51330e+05 1.93559e+04 2.60786e+03 1.78350e+05 5.10955e+04 4.10336e+04 1.46011e+05 4.53631e+04 1.20168e+05 5.44086e+04 2.11413e+04 1.80925e+03 2.80108e+05 1.97084e+05 1.06112e+03 7.12328e+04 1.71267e+05 6.62815e+04 3.14703e+05 1.14807e+05 1.09465e+06 1.42123e+05 2.03850e+05 9.03976e+03 8.03262e+04 2.07050e-01 1.45525e+06 1.02125e+05 3.24537e+04 4.58686e+04 8.88330e+03 3.29452e+04 1.17173e+05 3.40842e+04 9.95830e+04 2.82118e+04 1.16573e+04 6.59001e+02 1.90288e+05 1.38363e+05 8.36881e+03 2.72171e+05 2.67364e+05 1.57733e+05 2.39923e+05 4.47677e+05 1.28058e+06 8.09015e+04 1.44506e+05 4.13418e+02 4.38379e+03 8.31462e-02 4.58950e+04 5.81112e+03 1.30523e+04 5.39404e+03 1.24628e+03 4.27228e+03 1.06934e+04 8.66092e+03 1.43656e+04 5.34538e+03 1.66366e+03 8.23706e+01 4.58696e+04 2.01771e+04 1.01029e+03 1.28141e+04 1.23422e+04 7.74602e+03 1.42546e+04 2.00872e+04 8.18776e+04 1.14830e+04 1.43799e+04 7.37379e+01 5.61448e+02 9.08815e-02 4.67891e+04 2.47755e+03 3.42831e+02 3.25624e+04 3.34310e+03 9.02559e+03 2.70255e+04 1.05893e+04 3.17826e+04 7.50252e+03 3.58521e+03 1.12780e+02 9.91033e+03 9.67088e+03 9.70650e+02 1.27734e+04 1.34301e+04 1.39244e+04 1.30672e+04 5.65487e+03 7.70859e+04 2.97340e+04 3.88201e+04 2.49394e+02 1.42677e+03 5.88220e-04 2.14128e+06 6.28175e+04 7.21872e+05 7.27497e+05 1.21122e+05 2.05753e+06 1.66909e+06 1.48240e+06 1.84363e+06 1.81242e+06 1.79887e+05 1.57730e+04 4.79267e+06 2.92611e+06 5.13343e+06 1.16896e+02 9.36989e+02 9.13031e+05 1.12585e+07 3.50640e+06 1.26964e+07 3.90558e+06 5.44603e+06 3.02525e-01 1.26433e+05 1.09111e-01 8.22902e+05 1.19306e+05 2.70834e+05 1.53367e+06 8.22364e+05 2.18102e+06 5.10000e+06 3.09246e+06 9.77533e+06 7.07906e+05 7.10628e+05 4.30488e+04 1.99034e+06 6.73387e+06 8.55264e+05 4.87407e+06 1.08406e+07 4.05659e+06 6.67319e+06 3.60009e+06 3.39562e+07 7.44773e+06 1.95134e+07 3.68321e+05 9.70411e+05 1.05645e+00 4.30630e+05 1.84508e+04 1.87772e+05 7.63428e+03 5.80211e+02 3.24239e+04 7.35746e+04 4.25169e+04 4.12072e+04 5.55291e+03 2.87449e+03 5.88473e+01 4.15397e+05 4.75086e+04 4.58321e+03 1.21183e+05 7.71325e+04 4.20885e+04 4.75712e+04 1.26865e+05 8.77470e+05 1.24211e+04 3.05490e+04 3.59664e+01 2.21510e+03 5.02588e-03 2.22280e+04 2.38878e+04 2.65668e+04 2.78689e+04 8.17075e+04 3.43706e+04 2.99821e+05 1.66507e+05 1.29603e+06 7.76722e+04 1.75611e+04 4.66573e+04 1.09848e+05 1.77492e+04 4.10648e+03 8.83765e+04 9.51927e+04 5.34222e+04 2.35827e+05 9.80850e+04 2.12391e+05 7.16329e+04 8.15424e+04 6.79317e-03 4.63953e-03 2.07193e-02 1.43260e+05 8.62246e+03 1.59064e+03 1.81317e+04 4.09248e+03 1.38965e+04 3.91710e+04 9.95677e+03 4.28768e+04 1.26599e+04 5.57190e+03 3.20701e+02 8.39114e+03 7.43320e+04 1.59402e+03 2.81450e+04 3.32250e+04 1.88360e+04 3.38431e+04 6.39706e+04 1.34448e+05 1.42587e+04 1.79380e+04 7.85956e+01 1.21415e+03 6.40280e+01 1.64405e+06 8.71147e+05 1.75333e+06 3.06132e+06 2.63872e+06 6.91241e+05 3.91157e+06 8.88882e+05 4.84444e+06 8.76355e+05 8.53055e+05 6.99623e+05 3.97954e+06 2.12605e+06 1.48248e+05 5.15623e+06 2.18738e+06 2.05237e+06 4.22645e+06 2.19808e+06 9.05878e+06 1.91272e+06 3.28459e+06 1.47581e+04 7.19467e+05 1.21401e-01 4.77623e+04 1.06859e+02 7.61726e+03 3.93555e+04 1.55356e+04 1.10807e+04 3.16389e+04 2.53394e+04 1.06518e+04 2.86108e+03 2.82163e+03 3.74649e+02 1.25903e+05 3.33434e+04 1.57160e+04 2.57863e+04 4.36299e+04 1.36919e+04 5.03132e+04 1.76370e+05 5.92530e+05 1.63160e+05 1.49975e+05 4.40749e-01 1.16380e+03 6.36385e+00 1.55977e+05 1.17825e+04 1.26857e+04 3.11579e+03 1.22055e+03 3.71142e+03 9.52236e+03 4.81985e+03 1.17045e+04 3.01275e+03 1.62571e+03 7.89174e+01 2.68322e+04 1.87902e+04 6.62215e+02 1.08403e+04 9.33994e+03 5.58326e+03 2.22461e+04 3.19208e+04 1.37208e+05 2.06247e+04 2.12874e+04 1.22684e+02 1.21151e+03 2.71305e-01 2.37656e+04 2.84613e+03 4.56334e+05 4.76896e+04 1.36069e+04 4.12239e+04 9.47663e+04 4.80989e+04 1.50318e+05 4.52915e+04 1.73587e+04 1.57268e+03 7.61320e+04 1.07152e+05 7.14415e+03 1.25436e+05 1.35459e+05 8.42027e+04 3.84406e+04 1.11558e+05 6.59066e+05 3.90418e+04 5.92053e+04 2.82525e+02 3.72800e+03 6.89146e-02 6.11666e+05 3.94321e+04 1.07667e+05 7.21019e+04 6.66102e+04 6.62227e+04 2.41939e+05 8.07247e+04 2.44744e+05 7.48510e+04 2.96929e+04 1.47404e+03 3.15564e+05 1.78126e+05 9.91310e+03 2.12135e+05 1.89075e+05 1.04976e+05 2.58116e+05 3.78383e+05 1.38839e+06 3.47320e+05 3.94617e+05 1.24060e+03 1.09422e+04 1.13060e-01 2.90903e+06 3.08660e+04 8.84852e+05 3.22251e+06 5.92548e+06 8.93625e+05 3.74919e+06 1.21734e+06 1.68250e+06 9.95969e+05 2.21997e+05 3.51851e+03 2.98187e+06 2.32390e+06 7.09235e+05 1.68018e+06 2.28339e+06 2.07464e+06 7.29761e+06 3.13691e+06 3.14171e+06 1.73234e+06 3.10948e+06 2.42890e-01 2.82742e+04 1.02127e+00 2.15518e+05 1.20158e+04 3.63203e+04 1.01028e+05 4.50027e+04 6.15433e+04 2.42375e+05 7.08017e+04 2.04627e+05 6.74157e+04 2.84862e+04 3.62913e+03 5.62046e+04 2.25505e+05 1.02352e+04 1.35472e+05 1.61571e+05 9.96130e+04 1.49801e+05 2.60883e+05 5.70242e+05 1.32717e+05 4.05029e+05 4.00007e+03 3.21986e+04 4.10800e+00 5.66843e-02 5.65527e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65513e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65489e-02 5.65515e-02 5.65490e-02 5.65482e-02 5.65490e-02 5.65514e-02 5.49120e-02 8.46926e+05 4.07890e+04 3.63172e+04 2.45417e+04 7.73394e+03 2.57458e+04 7.81986e+04 2.71564e+04 9.44820e+04 2.75795e+04 1.08409e+04 6.16175e+02 1.77643e+05 1.74297e+05 6.04094e+03 1.16435e+05 1.21234e+05 7.73177e+04 5.60780e+04 1.26801e+05 7.47637e+05 1.02686e+05 1.21570e+05 7.85688e+02 5.44705e+03 5.08948e-01 2.41142e+06 3.95149e+05 7.32213e+05 1.73752e+06 1.29014e+06 1.57239e+05 7.56205e+05 1.15221e+06 1.40675e+06 1.14280e+05 9.18162e+05 2.98982e+04 1.57832e+06 4.01115e+05 3.95916e+04 5.10291e+05 1.13496e+06 1.37907e+04 1.78014e+06 7.30870e+05 1.80761e+06 6.16870e+04 1.98384e+05 4.74512e+03 1.36185e+06 2.95870e-01 3.80409e+05 2.15684e+04 1.19457e+07 3.28436e+05 1.40753e+05 2.48806e+05 1.26645e+06 4.26357e+05 1.00621e+06 2.77084e+05 1.42536e+05 1.82679e+04 6.70279e+06 2.48283e+06 6.03695e+04 1.41557e+06 1.04715e+06 9.52189e+05 1.51454e+06 1.92800e+06 1.11267e+07 1.13513e+06 2.09557e+06 9.33433e+03 7.63782e+04 1.87639e+00 4.24895e+06 2.19273e+05 1.29928e+07 5.85961e+06 1.19752e+06 4.02545e+06 8.20470e+06 2.57489e+06 9.00193e+06 2.64999e+06 1.79703e+06 3.05136e+05 7.73209e+06 2.13420e+07 2.95732e+06 1.01511e+07 1.43105e+07 5.88669e+06 1.59662e+07 1.12302e+07 1.17367e+08 5.72053e+06 2.55629e+07 2.89563e+05 1.35349e+06 1.36058e-01 1.45055e+06 1.09670e+05 7.24429e+04 4.31502e+04 1.20853e+04 3.92811e+04 1.58269e+05 4.86062e+04 1.65033e+05 4.86574e+04 1.78200e+04 6.79880e+02 3.99304e+05 8.08069e+05 6.63383e+03 1.67153e+05 2.14514e+05 1.15725e+05 1.97792e+05 3.45322e+05 9.12134e+05 1.33860e+05 1.62086e+05 4.93451e+02 8.66312e+03 2.29056e+00 3.25687e+07 7.94782e+05 2.77217e+07 2.55427e+07 1.26494e+07 2.16076e+07 7.26091e+07 1.52898e+07 6.13724e+07 3.40230e+07 9.35640e+06 2.80108e+04 5.76639e+07 5.40912e+07 3.54532e+06 9.26917e+07 7.17676e+07 4.83875e+07 6.42310e+07 1.41582e+08 1.05578e+09 1.14055e+08 1.70421e+08 1.02329e+06 7.96303e+06 1.21514e-02 3.30274e+05 2.92594e+03 3.56694e+04 3.18963e+05 1.53681e+05 6.49142e+04 2.03698e+05 3.46314e+04 4.57706e+04 2.43661e+04 1.16685e+04 4.34709e+03 1.99829e+05 3.60992e+05 8.06011e+03 1.80489e+05 1.82378e+05 6.74517e+04 1.55475e+05 1.50307e+05 1.91328e+06 8.84804e-01 1.93514e+05 3.70651e-01 7.27549e-01 3.03991e-02 1.67080e+06 3.15987e+05 2.09776e+05 1.19342e+05 2.75008e+05 8.01566e+03 2.46945e+05 8.91602e+04 1.00578e+05 4.25309e+03 4.18131e+04 8.91517e+03 2.95614e+05 1.69021e+05 3.79119e+03 4.88642e+04 1.08681e+05 4.91696e+03 3.14017e+05 8.04872e+04 5.14504e+05 1.92069e+04 1.43953e+05 7.08751e+02 2.03412e+05 6.32683e-01 2.14217e+04 2.96423e+03 5.44341e+02 3.06122e+02 8.89823e+01 3.50220e+02 9.73101e+02 4.03692e+02 6.36993e+02 4.44292e+02 1.28258e+02 4.50520e+00 2.27571e+03 3.78154e+03 3.17876e+02 4.41172e+03 4.88072e+03 2.86729e+03 2.57281e+03 5.18523e+03 2.38615e+04 2.83915e+03 3.82153e+03 2.78956e+01 2.52854e+02 3.78063e-03 5.01033e+05 4.34076e+04 7.03668e+05 2.41243e+05 8.60553e+04 1.13891e+05 3.71095e+05 2.10480e+05 3.25329e+04 3.73032e+04 1.19196e+04 4.44064e+03 3.81926e+05 2.39272e+06 2.13130e+04 5.80149e+05 4.16869e+05 1.77596e+05 1.36158e+05 3.74283e+05 8.23896e+05 5.42829e+04 1.01053e+05 1.68522e-01 7.29552e+03 1.84818e+02 2.28955e+06 5.49085e+05 3.93151e+06 1.59621e+06 1.72147e+06 4.90266e+05 1.46640e+06 4.07149e+05 5.57764e+05 3.67894e+05 4.84274e+05 1.36195e+04 2.20474e+05 1.95731e+06 3.48753e+04 1.87892e+06 9.14087e+04 6.47510e+05 1.17850e+06 8.43868e+05 1.69491e+06 7.37417e+05 1.82058e+06 1.04438e+03 2.99738e+05 6.39274e+00 3.10892e+05 2.17565e+04 4.38188e+04 1.81358e+04 4.03062e+03 1.48644e+04 4.64333e+04 1.58172e+04 4.23971e+04 1.21596e+04 5.33830e+03 3.10885e+02 1.02272e+05 4.57076e+04 3.42530e+03 6.27059e+04 6.70848e+04 3.99630e+04 7.00315e+04 1.39577e+05 3.63087e+05 3.29424e+04 5.61539e+04 2.65908e+02 1.77821e+03 8.86659e-03 9.18708e+04 3.04983e+03 4.01465e+05 1.12203e+05 8.98857e+02 4.69593e+03 8.29091e+03 3.87663e+03 1.21309e+04 2.57685e+03 1.01807e+03 3.86602e+01 3.29572e+05 1.70545e+05 8.73665e+03 1.35920e+05 1.00950e+05 1.12347e+05 1.60601e+05 1.58691e+05 5.62421e+05 7.46186e+04 7.44345e+04 6.03914e+02 4.91805e+03 5.79608e-02 1.89054e+05 5.65808e+04 1.14966e+05 3.41930e+04 1.43235e+04 2.60899e+04 6.06445e+04 3.24036e+04 5.46107e+04 2.80023e+04 1.62134e+04 1.84775e+03 2.04028e+05 1.00915e+05 3.58533e+04 1.05459e+05 1.02075e+05 8.62888e+04 1.02271e+05 1.67182e+05 8.67865e+05 1.40749e+05 1.68232e+05 1.22067e+04 4.94288e+04 4.79575e-01 0.00000e+00 diff --git a/in/eora_io_data_2019/index_readme.txt b/in/eora_io_data_2019/index_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ed27405108d6313575ce39050f3f14a0ac782f7 --- /dev/null +++ b/in/eora_io_data_2019/index_readme.txt @@ -0,0 +1,5 @@ +The index_[t|y|v|q].csv files contain sector labels for the MRIO table. +The Q index describes rows in the satellite block +The M index describes rows/columns in the complete MRIO table with Primary Input and Final Demand rows included interwoven with Industry and Commodity blocks +The T index describes rows or columns in the MRIO table, with Final demand and Primary input rows/columns removed +The V and Y indices describe rows/columns for Primary Inputs (V) and Final Demand (Y), concatenated together diff --git a/in/eora_io_data_2019/labels_FD.txt b/in/eora_io_data_2019/labels_FD.txt new file mode 100644 index 0000000000000000000000000000000000000000..4dc8633a302fb8ba925fa5dfe9a83b4859e00047 --- /dev/null +++ b/in/eora_io_data_2019/labels_FD.txt @@ -0,0 +1,1140 @@ +AFG AFG Final demand Household final consumption P.3h +AFG AFG Final demand Non-profit institutions serving households P.3n +AFG AFG Final demand Government final consumption P.3g +AFG AFG Final demand Gross fixed capital formation P.51 +AFG AFG Final demand Changes in inventories P.52 +AFG AFG Final demand Acquisitions less disposals of valuables P.53 +ALB ALB Final demand Household final consumption P.3h +ALB ALB Final demand Non-profit institutions serving households P.3n +ALB ALB Final demand Government final consumption P.3g +ALB ALB Final demand Gross fixed capital formation P.51 +ALB ALB Final demand Changes in inventories P.52 +ALB ALB Final demand Acquisitions less disposals of valuables P.53 +DZA DZA Final demand Household final consumption P.3h +DZA DZA Final demand Non-profit institutions serving households P.3n +DZA DZA Final demand Government final consumption P.3g +DZA DZA Final demand Gross fixed capital formation P.51 +DZA DZA Final demand Changes in inventories P.52 +DZA DZA Final demand Acquisitions less disposals of valuables P.53 +AND AND Final demand Household final consumption P.3h +AND AND Final demand Non-profit institutions serving households P.3n +AND AND Final demand Government final consumption P.3g +AND AND Final demand Gross fixed capital formation P.51 +AND AND Final demand Changes in inventories P.52 +AND AND Final demand Acquisitions less disposals of valuables P.53 +AGO AGO Final demand Household final consumption P.3h +AGO AGO Final demand Non-profit institutions serving households P.3n +AGO AGO Final demand Government final consumption P.3g +AGO AGO Final demand Gross fixed capital formation P.51 +AGO AGO Final demand Changes in inventories P.52 +AGO AGO Final demand Acquisitions less disposals of valuables P.53 +ATG ATG Final demand Household final consumption P.3h +ATG ATG Final demand Non-profit institutions serving households P.3n +ATG ATG Final demand Government final consumption P.3g +ATG ATG Final demand Gross fixed capital formation P.51 +ATG ATG Final demand Changes in inventories P.52 +ATG ATG Final demand Acquisitions less disposals of valuables P.53 +ARG ARG Final demand Household final consumption P.3h +ARG ARG Final demand Non-profit institutions serving households P.3n +ARG ARG Final demand Government final consumption P.3g +ARG ARG Final demand Gross fixed capital formation P.51 +ARG ARG Final demand Changes in inventories P.52 +ARG ARG Final demand Acquisitions less disposals of valuables P.53 +ARM ARM Final demand Household final consumption P.3h +ARM ARM Final demand Non-profit institutions serving households P.3n +ARM ARM Final demand Government final consumption P.3g +ARM ARM Final demand Gross fixed capital formation P.51 +ARM ARM Final demand Changes in inventories P.52 +ARM ARM Final demand Acquisitions less disposals of valuables P.53 +ABW ABW Final demand Household final consumption P.3h +ABW ABW Final demand Non-profit institutions serving households P.3n +ABW ABW Final demand Government final consumption P.3g +ABW ABW Final demand Gross fixed capital formation P.51 +ABW ABW Final demand Changes in inventories P.52 +ABW ABW Final demand Acquisitions less disposals of valuables P.53 +AUS AUS Final demand Household final consumption P.3h +AUS AUS Final demand Non-profit institutions serving households P.3n +AUS AUS Final demand Government final consumption P.3g +AUS AUS Final demand Gross fixed capital formation P.51 +AUS AUS Final demand Changes in inventories P.52 +AUS AUS Final demand Acquisitions less disposals of valuables P.53 +AUT AUT Final demand Household final consumption P.3h +AUT AUT Final demand Non-profit institutions serving households P.3n +AUT AUT Final demand Government final consumption P.3g +AUT AUT Final demand Gross fixed capital formation P.51 +AUT AUT Final demand Changes in inventories P.52 +AUT AUT Final demand Acquisitions less disposals of valuables P.53 +AZE AZE Final demand Household final consumption P.3h +AZE AZE Final demand Non-profit institutions serving households P.3n +AZE AZE Final demand Government final consumption P.3g +AZE AZE Final demand Gross fixed capital formation P.51 +AZE AZE Final demand Changes in inventories P.52 +AZE AZE Final demand Acquisitions less disposals of valuables P.53 +BHS BHS Final demand Household final consumption P.3h +BHS BHS Final demand Non-profit institutions serving households P.3n +BHS BHS Final demand Government final consumption P.3g +BHS BHS Final demand Gross fixed capital formation P.51 +BHS BHS Final demand Changes in inventories P.52 +BHS BHS Final demand Acquisitions less disposals of valuables P.53 +BHR BHR Final demand Household final consumption P.3h +BHR BHR Final demand Non-profit institutions serving households P.3n +BHR BHR Final demand Government final consumption P.3g +BHR BHR Final demand Gross fixed capital formation P.51 +BHR BHR Final demand Changes in inventories P.52 +BHR BHR Final demand Acquisitions less disposals of valuables P.53 +BGD BGD Final demand Household final consumption P.3h +BGD BGD Final demand Non-profit institutions serving households P.3n +BGD BGD Final demand Government final consumption P.3g +BGD BGD Final demand Gross fixed capital formation P.51 +BGD BGD Final demand Changes in inventories P.52 +BGD BGD Final demand Acquisitions less disposals of valuables P.53 +BRB BRB Final demand Household final consumption P.3h +BRB BRB Final demand Non-profit institutions serving households P.3n +BRB BRB Final demand Government final consumption P.3g +BRB BRB Final demand Gross fixed capital formation P.51 +BRB BRB Final demand Changes in inventories P.52 +BRB BRB Final demand Acquisitions less disposals of valuables P.53 +BLR BLR Final demand Household final consumption P.3h +BLR BLR Final demand Non-profit institutions serving households P.3n +BLR BLR Final demand Government final consumption P.3g +BLR BLR Final demand Gross fixed capital formation P.51 +BLR BLR Final demand Changes in inventories P.52 +BLR BLR Final demand Acquisitions less disposals of valuables P.53 +BEL BEL Final demand Household final consumption P.3h +BEL BEL Final demand Non-profit institutions serving households P.3n +BEL BEL Final demand Government final consumption P.3g +BEL BEL Final demand Gross fixed capital formation P.51 +BEL BEL Final demand Changes in inventories P.52 +BEL BEL Final demand Acquisitions less disposals of valuables P.53 +BLZ BLZ Final demand Household final consumption P.3h +BLZ BLZ Final demand Non-profit institutions serving households P.3n +BLZ BLZ Final demand Government final consumption P.3g +BLZ BLZ Final demand Gross fixed capital formation P.51 +BLZ BLZ Final demand Changes in inventories P.52 +BLZ BLZ Final demand Acquisitions less disposals of valuables P.53 +BEN BEN Final demand Household final consumption P.3h +BEN BEN Final demand Non-profit institutions serving households P.3n +BEN BEN Final demand Government final consumption P.3g +BEN BEN Final demand Gross fixed capital formation P.51 +BEN BEN Final demand Changes in inventories P.52 +BEN BEN Final demand Acquisitions less disposals of valuables P.53 +BMU BMU Final demand Household final consumption P.3h +BMU BMU Final demand Non-profit institutions serving households P.3n +BMU BMU Final demand Government final consumption P.3g +BMU BMU Final demand Gross fixed capital formation P.51 +BMU BMU Final demand Changes in inventories P.52 +BMU BMU Final demand Acquisitions less disposals of valuables P.53 +BTN BTN Final demand Household final consumption P.3h +BTN BTN Final demand Non-profit institutions serving households P.3n +BTN BTN Final demand Government final consumption P.3g +BTN BTN Final demand Gross fixed capital formation P.51 +BTN BTN Final demand Changes in inventories P.52 +BTN BTN Final demand Acquisitions less disposals of valuables P.53 +BOL BOL Final demand Household final consumption P.3h +BOL BOL Final demand Non-profit institutions serving households P.3n +BOL BOL Final demand Government final consumption P.3g +BOL BOL Final demand Gross fixed capital formation P.51 +BOL BOL Final demand Changes in inventories P.52 +BOL BOL Final demand Acquisitions less disposals of valuables P.53 +BIH BIH Final demand Household final consumption P.3h +BIH BIH Final demand Non-profit institutions serving households P.3n +BIH BIH Final demand Government final consumption P.3g +BIH BIH Final demand Gross fixed capital formation P.51 +BIH BIH Final demand Changes in inventories P.52 +BIH BIH Final demand Acquisitions less disposals of valuables P.53 +BWA BWA Final demand Household final consumption P.3h +BWA BWA Final demand Non-profit institutions serving households P.3n +BWA BWA Final demand Government final consumption P.3g +BWA BWA Final demand Gross fixed capital formation P.51 +BWA BWA Final demand Changes in inventories P.52 +BWA BWA Final demand Acquisitions less disposals of valuables P.53 +BRA BRA Final demand Household final consumption P.3h +BRA BRA Final demand Non-profit institutions serving households P.3n +BRA BRA Final demand Government final consumption P.3g +BRA BRA Final demand Gross fixed capital formation P.51 +BRA BRA Final demand Changes in inventories P.52 +BRA BRA Final demand Acquisitions less disposals of valuables P.53 +VGB VGB Final demand Household final consumption P.3h +VGB VGB Final demand Non-profit institutions serving households P.3n +VGB VGB Final demand Government final consumption P.3g +VGB VGB Final demand Gross fixed capital formation P.51 +VGB VGB Final demand Changes in inventories P.52 +VGB VGB Final demand Acquisitions less disposals of valuables P.53 +BRN BRN Final demand Household final consumption P.3h +BRN BRN Final demand Non-profit institutions serving households P.3n +BRN BRN Final demand Government final consumption P.3g +BRN BRN Final demand Gross fixed capital formation P.51 +BRN BRN Final demand Changes in inventories P.52 +BRN BRN Final demand Acquisitions less disposals of valuables P.53 +BGR BGR Final demand Household final consumption P.3h +BGR BGR Final demand Non-profit institutions serving households P.3n +BGR BGR Final demand Government final consumption P.3g +BGR BGR Final demand Gross fixed capital formation P.51 +BGR BGR Final demand Changes in inventories P.52 +BGR BGR Final demand Acquisitions less disposals of valuables P.53 +BFA BFA Final demand Household final consumption P.3h +BFA BFA Final demand Non-profit institutions serving households P.3n +BFA BFA Final demand Government final consumption P.3g +BFA BFA Final demand Gross fixed capital formation P.51 +BFA BFA Final demand Changes in inventories P.52 +BFA BFA Final demand Acquisitions less disposals of valuables P.53 +BDI BDI Final demand Household final consumption P.3h +BDI BDI Final demand Non-profit institutions serving households P.3n +BDI BDI Final demand Government final consumption P.3g +BDI BDI Final demand Gross fixed capital formation P.51 +BDI BDI Final demand Changes in inventories P.52 +BDI BDI Final demand Acquisitions less disposals of valuables P.53 +KHM KHM Final demand Household final consumption P.3h +KHM KHM Final demand Non-profit institutions serving households P.3n +KHM KHM Final demand Government final consumption P.3g +KHM KHM Final demand Gross fixed capital formation P.51 +KHM KHM Final demand Changes in inventories P.52 +KHM KHM Final demand Acquisitions less disposals of valuables P.53 +CMR CMR Final demand Household final consumption P.3h +CMR CMR Final demand Non-profit institutions serving households P.3n +CMR CMR Final demand Government final consumption P.3g +CMR CMR Final demand Gross fixed capital formation P.51 +CMR CMR Final demand Changes in inventories P.52 +CMR CMR Final demand Acquisitions less disposals of valuables P.53 +CAN CAN Final demand Household final consumption P.3h +CAN CAN Final demand Non-profit institutions serving households P.3n +CAN CAN Final demand Government final consumption P.3g +CAN CAN Final demand Gross fixed capital formation P.51 +CAN CAN Final demand Changes in inventories P.52 +CAN CAN Final demand Acquisitions less disposals of valuables P.53 +CPV CPV Final demand Household final consumption P.3h +CPV CPV Final demand Non-profit institutions serving households P.3n +CPV CPV Final demand Government final consumption P.3g +CPV CPV Final demand Gross fixed capital formation P.51 +CPV CPV Final demand Changes in inventories P.52 +CPV CPV Final demand Acquisitions less disposals of valuables P.53 +CYM CYM Final demand Household final consumption P.3h +CYM CYM Final demand Non-profit institutions serving households P.3n +CYM CYM Final demand Government final consumption P.3g +CYM CYM Final demand Gross fixed capital formation P.51 +CYM CYM Final demand Changes in inventories P.52 +CYM CYM Final demand Acquisitions less disposals of valuables P.53 +CAF CAF Final demand Household final consumption P.3h +CAF CAF Final demand Non-profit institutions serving households P.3n +CAF CAF Final demand Government final consumption P.3g +CAF CAF Final demand Gross fixed capital formation P.51 +CAF CAF Final demand Changes in inventories P.52 +CAF CAF Final demand Acquisitions less disposals of valuables P.53 +TCD TCD Final demand Household final consumption P.3h +TCD TCD Final demand Non-profit institutions serving households P.3n +TCD TCD Final demand Government final consumption P.3g +TCD TCD Final demand Gross fixed capital formation P.51 +TCD TCD Final demand Changes in inventories P.52 +TCD TCD Final demand Acquisitions less disposals of valuables P.53 +CHL CHL Final demand Household final consumption P.3h +CHL CHL Final demand Non-profit institutions serving households P.3n +CHL CHL Final demand Government final consumption P.3g +CHL CHL Final demand Gross fixed capital formation P.51 +CHL CHL Final demand Changes in inventories P.52 +CHL CHL Final demand Acquisitions less disposals of valuables P.53 +CHN CHN Final demand Household final consumption P.3h +CHN CHN Final demand Non-profit institutions serving households P.3n +CHN CHN Final demand Government final consumption P.3g +CHN CHN Final demand Gross fixed capital formation P.51 +CHN CHN Final demand Changes in inventories P.52 +CHN CHN Final demand Acquisitions less disposals of valuables P.53 +COL COL Final demand Household final consumption P.3h +COL COL Final demand Non-profit institutions serving households P.3n +COL COL Final demand Government final consumption P.3g +COL COL Final demand Gross fixed capital formation P.51 +COL COL Final demand Changes in inventories P.52 +COL COL Final demand Acquisitions less disposals of valuables P.53 +COG COG Final demand Household final consumption P.3h +COG COG Final demand Non-profit institutions serving households P.3n +COG COG Final demand Government final consumption P.3g +COG COG Final demand Gross fixed capital formation P.51 +COG COG Final demand Changes in inventories P.52 +COG COG Final demand Acquisitions less disposals of valuables P.53 +CRI CRI Final demand Household final consumption P.3h +CRI CRI Final demand Non-profit institutions serving households P.3n +CRI CRI Final demand Government final consumption P.3g +CRI CRI Final demand Gross fixed capital formation P.51 +CRI CRI Final demand Changes in inventories P.52 +CRI CRI Final demand Acquisitions less disposals of valuables P.53 +HRV HRV Final demand Household final consumption P.3h +HRV HRV Final demand Non-profit institutions serving households P.3n +HRV HRV Final demand Government final consumption P.3g +HRV HRV Final demand Gross fixed capital formation P.51 +HRV HRV Final demand Changes in inventories P.52 +HRV HRV Final demand Acquisitions less disposals of valuables P.53 +CUB CUB Final demand Household final consumption P.3h +CUB CUB Final demand Non-profit institutions serving households P.3n +CUB CUB Final demand Government final consumption P.3g +CUB CUB Final demand Gross fixed capital formation P.51 +CUB CUB Final demand Changes in inventories P.52 +CUB CUB Final demand Acquisitions less disposals of valuables P.53 +CYP CYP Final demand Household final consumption P.3h +CYP CYP Final demand Non-profit institutions serving households P.3n +CYP CYP Final demand Government final consumption P.3g +CYP CYP Final demand Gross fixed capital formation P.51 +CYP CYP Final demand Changes in inventories P.52 +CYP CYP Final demand Acquisitions less disposals of valuables P.53 +CZE CZE Final demand Household final consumption P.3h +CZE CZE Final demand Non-profit institutions serving households P.3n +CZE CZE Final demand Government final consumption P.3g +CZE CZE Final demand Gross fixed capital formation P.51 +CZE CZE Final demand Changes in inventories P.52 +CZE CZE Final demand Acquisitions less disposals of valuables P.53 +CIV CIV Final demand Household final consumption P.3h +CIV CIV Final demand Non-profit institutions serving households P.3n +CIV CIV Final demand Government final consumption P.3g +CIV CIV Final demand Gross fixed capital formation P.51 +CIV CIV Final demand Changes in inventories P.52 +CIV CIV Final demand Acquisitions less disposals of valuables P.53 +PRK PRK Final demand Household final consumption P.3h +PRK PRK Final demand Non-profit institutions serving households P.3n +PRK PRK Final demand Government final consumption P.3g +PRK PRK Final demand Gross fixed capital formation P.51 +PRK PRK Final demand Changes in inventories P.52 +PRK PRK Final demand Acquisitions less disposals of valuables P.53 +COD COD Final demand Household final consumption P.3h +COD COD Final demand Non-profit institutions serving households P.3n +COD COD Final demand Government final consumption P.3g +COD COD Final demand Gross fixed capital formation P.51 +COD COD Final demand Changes in inventories P.52 +COD COD Final demand Acquisitions less disposals of valuables P.53 +DNK DNK Final demand Household final consumption P.3h +DNK DNK Final demand Non-profit institutions serving households P.3n +DNK DNK Final demand Government final consumption P.3g +DNK DNK Final demand Gross fixed capital formation P.51 +DNK DNK Final demand Changes in inventories P.52 +DNK DNK Final demand Acquisitions less disposals of valuables P.53 +DJI DJI Final demand Household final consumption P.3h +DJI DJI Final demand Non-profit institutions serving households P.3n +DJI DJI Final demand Government final consumption P.3g +DJI DJI Final demand Gross fixed capital formation P.51 +DJI DJI Final demand Changes in inventories P.52 +DJI DJI Final demand Acquisitions less disposals of valuables P.53 +DOM DOM Final demand Household final consumption P.3h +DOM DOM Final demand Non-profit institutions serving households P.3n +DOM DOM Final demand Government final consumption P.3g +DOM DOM Final demand Gross fixed capital formation P.51 +DOM DOM Final demand Changes in inventories P.52 +DOM DOM Final demand Acquisitions less disposals of valuables P.53 +ECU ECU Final demand Household final consumption P.3h +ECU ECU Final demand Non-profit institutions serving households P.3n +ECU ECU Final demand Government final consumption P.3g +ECU ECU Final demand Gross fixed capital formation P.51 +ECU ECU Final demand Changes in inventories P.52 +ECU ECU Final demand Acquisitions less disposals of valuables P.53 +EGY EGY Final demand Household final consumption P.3h +EGY EGY Final demand Non-profit institutions serving households P.3n +EGY EGY Final demand Government final consumption P.3g +EGY EGY Final demand Gross fixed capital formation P.51 +EGY EGY Final demand Changes in inventories P.52 +EGY EGY Final demand Acquisitions less disposals of valuables P.53 +SLV SLV Final demand Household final consumption P.3h +SLV SLV Final demand Non-profit institutions serving households P.3n +SLV SLV Final demand Government final consumption P.3g +SLV SLV Final demand Gross fixed capital formation P.51 +SLV SLV Final demand Changes in inventories P.52 +SLV SLV Final demand Acquisitions less disposals of valuables P.53 +ERI ERI Final demand Household final consumption P.3h +ERI ERI Final demand Non-profit institutions serving households P.3n +ERI ERI Final demand Government final consumption P.3g +ERI ERI Final demand Gross fixed capital formation P.51 +ERI ERI Final demand Changes in inventories P.52 +ERI ERI Final demand Acquisitions less disposals of valuables P.53 +EST EST Final demand Household final consumption P.3h +EST EST Final demand Non-profit institutions serving households P.3n +EST EST Final demand Government final consumption P.3g +EST EST Final demand Gross fixed capital formation P.51 +EST EST Final demand Changes in inventories P.52 +EST EST Final demand Acquisitions less disposals of valuables P.53 +ETH ETH Final demand Household final consumption P.3h +ETH ETH Final demand Non-profit institutions serving households P.3n +ETH ETH Final demand Government final consumption P.3g +ETH ETH Final demand Gross fixed capital formation P.51 +ETH ETH Final demand Changes in inventories P.52 +ETH ETH Final demand Acquisitions less disposals of valuables P.53 +FJI FJI Final demand Household final consumption P.3h +FJI FJI Final demand Non-profit institutions serving households P.3n +FJI FJI Final demand Government final consumption P.3g +FJI FJI Final demand Gross fixed capital formation P.51 +FJI FJI Final demand Changes in inventories P.52 +FJI FJI Final demand Acquisitions less disposals of valuables P.53 +FIN FIN Final demand Household final consumption P.3h +FIN FIN Final demand Non-profit institutions serving households P.3n +FIN FIN Final demand Government final consumption P.3g +FIN FIN Final demand Gross fixed capital formation P.51 +FIN FIN Final demand Changes in inventories P.52 +FIN FIN Final demand Acquisitions less disposals of valuables P.53 +FRA FRA Final demand Household final consumption P.3h +FRA FRA Final demand Non-profit institutions serving households P.3n +FRA FRA Final demand Government final consumption P.3g +FRA FRA Final demand Gross fixed capital formation P.51 +FRA FRA Final demand Changes in inventories P.52 +FRA FRA Final demand Acquisitions less disposals of valuables P.53 +PYF PYF Final demand Household final consumption P.3h +PYF PYF Final demand Non-profit institutions serving households P.3n +PYF PYF Final demand Government final consumption P.3g +PYF PYF Final demand Gross fixed capital formation P.51 +PYF PYF Final demand Changes in inventories P.52 +PYF PYF Final demand Acquisitions less disposals of valuables P.53 +GAB GAB Final demand Household final consumption P.3h +GAB GAB Final demand Non-profit institutions serving households P.3n +GAB GAB Final demand Government final consumption P.3g +GAB GAB Final demand Gross fixed capital formation P.51 +GAB GAB Final demand Changes in inventories P.52 +GAB GAB Final demand Acquisitions less disposals of valuables P.53 +GMB GMB Final demand Household final consumption P.3h +GMB GMB Final demand Non-profit institutions serving households P.3n +GMB GMB Final demand Government final consumption P.3g +GMB GMB Final demand Gross fixed capital formation P.51 +GMB GMB Final demand Changes in inventories P.52 +GMB GMB Final demand Acquisitions less disposals of valuables P.53 +GEO GEO Final demand Household final consumption P.3h +GEO GEO Final demand Non-profit institutions serving households P.3n +GEO GEO Final demand Government final consumption P.3g +GEO GEO Final demand Gross fixed capital formation P.51 +GEO GEO Final demand Changes in inventories P.52 +GEO GEO Final demand Acquisitions less disposals of valuables P.53 +DEU DEU Final demand Household final consumption P.3h +DEU DEU Final demand Non-profit institutions serving households P.3n +DEU DEU Final demand Government final consumption P.3g +DEU DEU Final demand Gross fixed capital formation P.51 +DEU DEU Final demand Changes in inventories P.52 +DEU DEU Final demand Acquisitions less disposals of valuables P.53 +GHA GHA Final demand Household final consumption P.3h +GHA GHA Final demand Non-profit institutions serving households P.3n +GHA GHA Final demand Government final consumption P.3g +GHA GHA Final demand Gross fixed capital formation P.51 +GHA GHA Final demand Changes in inventories P.52 +GHA GHA Final demand Acquisitions less disposals of valuables P.53 +GRC GRC Final demand Household final consumption P.3h +GRC GRC Final demand Non-profit institutions serving households P.3n +GRC GRC Final demand Government final consumption P.3g +GRC GRC Final demand Gross fixed capital formation P.51 +GRC GRC Final demand Changes in inventories P.52 +GRC GRC Final demand Acquisitions less disposals of valuables P.53 +GRL GRL Final demand Household final consumption P.3h +GRL GRL Final demand Non-profit institutions serving households P.3n +GRL GRL Final demand Government final consumption P.3g +GRL GRL Final demand Gross fixed capital formation P.51 +GRL GRL Final demand Changes in inventories P.52 +GRL GRL Final demand Acquisitions less disposals of valuables P.53 +GTM GTM Final demand Household final consumption P.3h +GTM GTM Final demand Non-profit institutions serving households P.3n +GTM GTM Final demand Government final consumption P.3g +GTM GTM Final demand Gross fixed capital formation P.51 +GTM GTM Final demand Changes in inventories P.52 +GTM GTM Final demand Acquisitions less disposals of valuables P.53 +GIN GIN Final demand Household final consumption P.3h +GIN GIN Final demand Non-profit institutions serving households P.3n +GIN GIN Final demand Government final consumption P.3g +GIN GIN Final demand Gross fixed capital formation P.51 +GIN GIN Final demand Changes in inventories P.52 +GIN GIN Final demand Acquisitions less disposals of valuables P.53 +GUY GUY Final demand Household final consumption P.3h +GUY GUY Final demand Non-profit institutions serving households P.3n +GUY GUY Final demand Government final consumption P.3g +GUY GUY Final demand Gross fixed capital formation P.51 +GUY GUY Final demand Changes in inventories P.52 +GUY GUY Final demand Acquisitions less disposals of valuables P.53 +HTI HTI Final demand Household final consumption P.3h +HTI HTI Final demand Non-profit institutions serving households P.3n +HTI HTI Final demand Government final consumption P.3g +HTI HTI Final demand Gross fixed capital formation P.51 +HTI HTI Final demand Changes in inventories P.52 +HTI HTI Final demand Acquisitions less disposals of valuables P.53 +HND HND Final demand Household final consumption P.3h +HND HND Final demand Non-profit institutions serving households P.3n +HND HND Final demand Government final consumption P.3g +HND HND Final demand Gross fixed capital formation P.51 +HND HND Final demand Changes in inventories P.52 +HND HND Final demand Acquisitions less disposals of valuables P.53 +HKG HKG Final demand Household final consumption P.3h +HKG HKG Final demand Non-profit institutions serving households P.3n +HKG HKG Final demand Government final consumption P.3g +HKG HKG Final demand Gross fixed capital formation P.51 +HKG HKG Final demand Changes in inventories P.52 +HKG HKG Final demand Acquisitions less disposals of valuables P.53 +HUN HUN Final demand Household final consumption P.3h +HUN HUN Final demand Non-profit institutions serving households P.3n +HUN HUN Final demand Government final consumption P.3g +HUN HUN Final demand Gross fixed capital formation P.51 +HUN HUN Final demand Changes in inventories P.52 +HUN HUN Final demand Acquisitions less disposals of valuables P.53 +ISL ISL Final demand Household final consumption P.3h +ISL ISL Final demand Non-profit institutions serving households P.3n +ISL ISL Final demand Government final consumption P.3g +ISL ISL Final demand Gross fixed capital formation P.51 +ISL ISL Final demand Changes in inventories P.52 +ISL ISL Final demand Acquisitions less disposals of valuables P.53 +IND IND Final demand Household final consumption P.3h +IND IND Final demand Non-profit institutions serving households P.3n +IND IND Final demand Government final consumption P.3g +IND IND Final demand Gross fixed capital formation P.51 +IND IND Final demand Changes in inventories P.52 +IND IND Final demand Acquisitions less disposals of valuables P.53 +IDN IDN Final demand Household final consumption P.3h +IDN IDN Final demand Non-profit institutions serving households P.3n +IDN IDN Final demand Government final consumption P.3g +IDN IDN Final demand Gross fixed capital formation P.51 +IDN IDN Final demand Changes in inventories P.52 +IDN IDN Final demand Acquisitions less disposals of valuables P.53 +IRN IRN Final demand Household final consumption P.3h +IRN IRN Final demand Non-profit institutions serving households P.3n +IRN IRN Final demand Government final consumption P.3g +IRN IRN Final demand Gross fixed capital formation P.51 +IRN IRN Final demand Changes in inventories P.52 +IRN IRN Final demand Acquisitions less disposals of valuables P.53 +IRQ IRQ Final demand Household final consumption P.3h +IRQ IRQ Final demand Non-profit institutions serving households P.3n +IRQ IRQ Final demand Government final consumption P.3g +IRQ IRQ Final demand Gross fixed capital formation P.51 +IRQ IRQ Final demand Changes in inventories P.52 +IRQ IRQ Final demand Acquisitions less disposals of valuables P.53 +IRL IRL Final demand Household final consumption P.3h +IRL IRL Final demand Non-profit institutions serving households P.3n +IRL IRL Final demand Government final consumption P.3g +IRL IRL Final demand Gross fixed capital formation P.51 +IRL IRL Final demand Changes in inventories P.52 +IRL IRL Final demand Acquisitions less disposals of valuables P.53 +ISR ISR Final demand Household final consumption P.3h +ISR ISR Final demand Non-profit institutions serving households P.3n +ISR ISR Final demand Government final consumption P.3g +ISR ISR Final demand Gross fixed capital formation P.51 +ISR ISR Final demand Changes in inventories P.52 +ISR ISR Final demand Acquisitions less disposals of valuables P.53 +ITA ITA Final demand Household final consumption P.3h +ITA ITA Final demand Non-profit institutions serving households P.3n +ITA ITA Final demand Government final consumption P.3g +ITA ITA Final demand Gross fixed capital formation P.51 +ITA ITA Final demand Changes in inventories P.52 +ITA ITA Final demand Acquisitions less disposals of valuables P.53 +JAM JAM Final demand Household final consumption P.3h +JAM JAM Final demand Non-profit institutions serving households P.3n +JAM JAM Final demand Government final consumption P.3g +JAM JAM Final demand Gross fixed capital formation P.51 +JAM JAM Final demand Changes in inventories P.52 +JAM JAM Final demand Acquisitions less disposals of valuables P.53 +JPN JPN Final demand Household final consumption P.3h +JPN JPN Final demand Non-profit institutions serving households P.3n +JPN JPN Final demand Government final consumption P.3g +JPN JPN Final demand Gross fixed capital formation P.51 +JPN JPN Final demand Changes in inventories P.52 +JPN JPN Final demand Acquisitions less disposals of valuables P.53 +JOR JOR Final demand Household final consumption P.3h +JOR JOR Final demand Non-profit institutions serving households P.3n +JOR JOR Final demand Government final consumption P.3g +JOR JOR Final demand Gross fixed capital formation P.51 +JOR JOR Final demand Changes in inventories P.52 +JOR JOR Final demand Acquisitions less disposals of valuables P.53 +KAZ KAZ Final demand Household final consumption P.3h +KAZ KAZ Final demand Non-profit institutions serving households P.3n +KAZ KAZ Final demand Government final consumption P.3g +KAZ KAZ Final demand Gross fixed capital formation P.51 +KAZ KAZ Final demand Changes in inventories P.52 +KAZ KAZ Final demand Acquisitions less disposals of valuables P.53 +KEN KEN Final demand Household final consumption P.3h +KEN KEN Final demand Non-profit institutions serving households P.3n +KEN KEN Final demand Government final consumption P.3g +KEN KEN Final demand Gross fixed capital formation P.51 +KEN KEN Final demand Changes in inventories P.52 +KEN KEN Final demand Acquisitions less disposals of valuables P.53 +KWT KWT Final demand Household final consumption P.3h +KWT KWT Final demand Non-profit institutions serving households P.3n +KWT KWT Final demand Government final consumption P.3g +KWT KWT Final demand Gross fixed capital formation P.51 +KWT KWT Final demand Changes in inventories P.52 +KWT KWT Final demand Acquisitions less disposals of valuables P.53 +KGZ KGZ Final demand Household final consumption P.3h +KGZ KGZ Final demand Non-profit institutions serving households P.3n +KGZ KGZ Final demand Government final consumption P.3g +KGZ KGZ Final demand Gross fixed capital formation P.51 +KGZ KGZ Final demand Changes in inventories P.52 +KGZ KGZ Final demand Acquisitions less disposals of valuables P.53 +LAO LAO Final demand Household final consumption P.3h +LAO LAO Final demand Non-profit institutions serving households P.3n +LAO LAO Final demand Government final consumption P.3g +LAO LAO Final demand Gross fixed capital formation P.51 +LAO LAO Final demand Changes in inventories P.52 +LAO LAO Final demand Acquisitions less disposals of valuables P.53 +LVA LVA Final demand Household final consumption P.3h +LVA LVA Final demand Non-profit institutions serving households P.3n +LVA LVA Final demand Government final consumption P.3g +LVA LVA Final demand Gross fixed capital formation P.51 +LVA LVA Final demand Changes in inventories P.52 +LVA LVA Final demand Acquisitions less disposals of valuables P.53 +LBN LBN Final demand Household final consumption P.3h +LBN LBN Final demand Non-profit institutions serving households P.3n +LBN LBN Final demand Government final consumption P.3g +LBN LBN Final demand Gross fixed capital formation P.51 +LBN LBN Final demand Changes in inventories P.52 +LBN LBN Final demand Acquisitions less disposals of valuables P.53 +LSO LSO Final demand Household final consumption P.3h +LSO LSO Final demand Non-profit institutions serving households P.3n +LSO LSO Final demand Government final consumption P.3g +LSO LSO Final demand Gross fixed capital formation P.51 +LSO LSO Final demand Changes in inventories P.52 +LSO LSO Final demand Acquisitions less disposals of valuables P.53 +LBR LBR Final demand Household final consumption P.3h +LBR LBR Final demand Non-profit institutions serving households P.3n +LBR LBR Final demand Government final consumption P.3g +LBR LBR Final demand Gross fixed capital formation P.51 +LBR LBR Final demand Changes in inventories P.52 +LBR LBR Final demand Acquisitions less disposals of valuables P.53 +LBY LBY Final demand Household final consumption P.3h +LBY LBY Final demand Non-profit institutions serving households P.3n +LBY LBY Final demand Government final consumption P.3g +LBY LBY Final demand Gross fixed capital formation P.51 +LBY LBY Final demand Changes in inventories P.52 +LBY LBY Final demand Acquisitions less disposals of valuables P.53 +LIE LIE Final demand Household final consumption P.3h +LIE LIE Final demand Non-profit institutions serving households P.3n +LIE LIE Final demand Government final consumption P.3g +LIE LIE Final demand Gross fixed capital formation P.51 +LIE LIE Final demand Changes in inventories P.52 +LIE LIE Final demand Acquisitions less disposals of valuables P.53 +LTU LTU Final demand Household final consumption P.3h +LTU LTU Final demand Non-profit institutions serving households P.3n +LTU LTU Final demand Government final consumption P.3g +LTU LTU Final demand Gross fixed capital formation P.51 +LTU LTU Final demand Changes in inventories P.52 +LTU LTU Final demand Acquisitions less disposals of valuables P.53 +LUX LUX Final demand Household final consumption P.3h +LUX LUX Final demand Non-profit institutions serving households P.3n +LUX LUX Final demand Government final consumption P.3g +LUX LUX Final demand Gross fixed capital formation P.51 +LUX LUX Final demand Changes in inventories P.52 +LUX LUX Final demand Acquisitions less disposals of valuables P.53 +MAC MAC Final demand Household final consumption P.3h +MAC MAC Final demand Non-profit institutions serving households P.3n +MAC MAC Final demand Government final consumption P.3g +MAC MAC Final demand Gross fixed capital formation P.51 +MAC MAC Final demand Changes in inventories P.52 +MAC MAC Final demand Acquisitions less disposals of valuables P.53 +MDG MDG Final demand Household final consumption P.3h +MDG MDG Final demand Non-profit institutions serving households P.3n +MDG MDG Final demand Government final consumption P.3g +MDG MDG Final demand Gross fixed capital formation P.51 +MDG MDG Final demand Changes in inventories P.52 +MDG MDG Final demand Acquisitions less disposals of valuables P.53 +MWI MWI Final demand Household final consumption P.3h +MWI MWI Final demand Non-profit institutions serving households P.3n +MWI MWI Final demand Government final consumption P.3g +MWI MWI Final demand Gross fixed capital formation P.51 +MWI MWI Final demand Changes in inventories P.52 +MWI MWI Final demand Acquisitions less disposals of valuables P.53 +MYS MYS Final demand Household final consumption P.3h +MYS MYS Final demand Non-profit institutions serving households P.3n +MYS MYS Final demand Government final consumption P.3g +MYS MYS Final demand Gross fixed capital formation P.51 +MYS MYS Final demand Changes in inventories P.52 +MYS MYS Final demand Acquisitions less disposals of valuables P.53 +MDV MDV Final demand Household final consumption P.3h +MDV MDV Final demand Non-profit institutions serving households P.3n +MDV MDV Final demand Government final consumption P.3g +MDV MDV Final demand Gross fixed capital formation P.51 +MDV MDV Final demand Changes in inventories P.52 +MDV MDV Final demand Acquisitions less disposals of valuables P.53 +MLI MLI Final demand Household final consumption P.3h +MLI MLI Final demand Non-profit institutions serving households P.3n +MLI MLI Final demand Government final consumption P.3g +MLI MLI Final demand Gross fixed capital formation P.51 +MLI MLI Final demand Changes in inventories P.52 +MLI MLI Final demand Acquisitions less disposals of valuables P.53 +MLT MLT Final demand Household final consumption P.3h +MLT MLT Final demand Non-profit institutions serving households P.3n +MLT MLT Final demand Government final consumption P.3g +MLT MLT Final demand Gross fixed capital formation P.51 +MLT MLT Final demand Changes in inventories P.52 +MLT MLT Final demand Acquisitions less disposals of valuables P.53 +MRT MRT Final demand Household final consumption P.3h +MRT MRT Final demand Non-profit institutions serving households P.3n +MRT MRT Final demand Government final consumption P.3g +MRT MRT Final demand Gross fixed capital formation P.51 +MRT MRT Final demand Changes in inventories P.52 +MRT MRT Final demand Acquisitions less disposals of valuables P.53 +MUS MUS Final demand Household final consumption P.3h +MUS MUS Final demand Non-profit institutions serving households P.3n +MUS MUS Final demand Government final consumption P.3g +MUS MUS Final demand Gross fixed capital formation P.51 +MUS MUS Final demand Changes in inventories P.52 +MUS MUS Final demand Acquisitions less disposals of valuables P.53 +MEX MEX Final demand Household final consumption P.3h +MEX MEX Final demand Non-profit institutions serving households P.3n +MEX MEX Final demand Government final consumption P.3g +MEX MEX Final demand Gross fixed capital formation P.51 +MEX MEX Final demand Changes in inventories P.52 +MEX MEX Final demand Acquisitions less disposals of valuables P.53 +MCO MCO Final demand Household final consumption P.3h +MCO MCO Final demand Non-profit institutions serving households P.3n +MCO MCO Final demand Government final consumption P.3g +MCO MCO Final demand Gross fixed capital formation P.51 +MCO MCO Final demand Changes in inventories P.52 +MCO MCO Final demand Acquisitions less disposals of valuables P.53 +MNG MNG Final demand Household final consumption P.3h +MNG MNG Final demand Non-profit institutions serving households P.3n +MNG MNG Final demand Government final consumption P.3g +MNG MNG Final demand Gross fixed capital formation P.51 +MNG MNG Final demand Changes in inventories P.52 +MNG MNG Final demand Acquisitions less disposals of valuables P.53 +MNE MNE Final demand Household final consumption P.3h +MNE MNE Final demand Non-profit institutions serving households P.3n +MNE MNE Final demand Government final consumption P.3g +MNE MNE Final demand Gross fixed capital formation P.51 +MNE MNE Final demand Changes in inventories P.52 +MNE MNE Final demand Acquisitions less disposals of valuables P.53 +MAR MAR Final demand Household final consumption P.3h +MAR MAR Final demand Non-profit institutions serving households P.3n +MAR MAR Final demand Government final consumption P.3g +MAR MAR Final demand Gross fixed capital formation P.51 +MAR MAR Final demand Changes in inventories P.52 +MAR MAR Final demand Acquisitions less disposals of valuables P.53 +MOZ MOZ Final demand Household final consumption P.3h +MOZ MOZ Final demand Non-profit institutions serving households P.3n +MOZ MOZ Final demand Government final consumption P.3g +MOZ MOZ Final demand Gross fixed capital formation P.51 +MOZ MOZ Final demand Changes in inventories P.52 +MOZ MOZ Final demand Acquisitions less disposals of valuables P.53 +MMR MMR Final demand Household final consumption P.3h +MMR MMR Final demand Non-profit institutions serving households P.3n +MMR MMR Final demand Government final consumption P.3g +MMR MMR Final demand Gross fixed capital formation P.51 +MMR MMR Final demand Changes in inventories P.52 +MMR MMR Final demand Acquisitions less disposals of valuables P.53 +NAM NAM Final demand Household final consumption P.3h +NAM NAM Final demand Non-profit institutions serving households P.3n +NAM NAM Final demand Government final consumption P.3g +NAM NAM Final demand Gross fixed capital formation P.51 +NAM NAM Final demand Changes in inventories P.52 +NAM NAM Final demand Acquisitions less disposals of valuables P.53 +NPL NPL Final demand Household final consumption P.3h +NPL NPL Final demand Non-profit institutions serving households P.3n +NPL NPL Final demand Government final consumption P.3g +NPL NPL Final demand Gross fixed capital formation P.51 +NPL NPL Final demand Changes in inventories P.52 +NPL NPL Final demand Acquisitions less disposals of valuables P.53 +NLD NLD Final demand Household final consumption P.3h +NLD NLD Final demand Non-profit institutions serving households P.3n +NLD NLD Final demand Government final consumption P.3g +NLD NLD Final demand Gross fixed capital formation P.51 +NLD NLD Final demand Changes in inventories P.52 +NLD NLD Final demand Acquisitions less disposals of valuables P.53 +ANT ANT Final demand Household final consumption P.3h +ANT ANT Final demand Non-profit institutions serving households P.3n +ANT ANT Final demand Government final consumption P.3g +ANT ANT Final demand Gross fixed capital formation P.51 +ANT ANT Final demand Changes in inventories P.52 +ANT ANT Final demand Acquisitions less disposals of valuables P.53 +NCL NCL Final demand Household final consumption P.3h +NCL NCL Final demand Non-profit institutions serving households P.3n +NCL NCL Final demand Government final consumption P.3g +NCL NCL Final demand Gross fixed capital formation P.51 +NCL NCL Final demand Changes in inventories P.52 +NCL NCL Final demand Acquisitions less disposals of valuables P.53 +NZL NZL Final demand Household final consumption P.3h +NZL NZL Final demand Non-profit institutions serving households P.3n +NZL NZL Final demand Government final consumption P.3g +NZL NZL Final demand Gross fixed capital formation P.51 +NZL NZL Final demand Changes in inventories P.52 +NZL NZL Final demand Acquisitions less disposals of valuables P.53 +NIC NIC Final demand Household final consumption P.3h +NIC NIC Final demand Non-profit institutions serving households P.3n +NIC NIC Final demand Government final consumption P.3g +NIC NIC Final demand Gross fixed capital formation P.51 +NIC NIC Final demand Changes in inventories P.52 +NIC NIC Final demand Acquisitions less disposals of valuables P.53 +NER NER Final demand Household final consumption P.3h +NER NER Final demand Non-profit institutions serving households P.3n +NER NER Final demand Government final consumption P.3g +NER NER Final demand Gross fixed capital formation P.51 +NER NER Final demand Changes in inventories P.52 +NER NER Final demand Acquisitions less disposals of valuables P.53 +NGA NGA Final demand Household final consumption P.3h +NGA NGA Final demand Non-profit institutions serving households P.3n +NGA NGA Final demand Government final consumption P.3g +NGA NGA Final demand Gross fixed capital formation P.51 +NGA NGA Final demand Changes in inventories P.52 +NGA NGA Final demand Acquisitions less disposals of valuables P.53 +NOR NOR Final demand Household final consumption P.3h +NOR NOR Final demand Non-profit institutions serving households P.3n +NOR NOR Final demand Government final consumption P.3g +NOR NOR Final demand Gross fixed capital formation P.51 +NOR NOR Final demand Changes in inventories P.52 +NOR NOR Final demand Acquisitions less disposals of valuables P.53 +PSE PSE Final demand Household final consumption P.3h +PSE PSE Final demand Non-profit institutions serving households P.3n +PSE PSE Final demand Government final consumption P.3g +PSE PSE Final demand Gross fixed capital formation P.51 +PSE PSE Final demand Changes in inventories P.52 +PSE PSE Final demand Acquisitions less disposals of valuables P.53 +OMN OMN Final demand Household final consumption P.3h +OMN OMN Final demand Non-profit institutions serving households P.3n +OMN OMN Final demand Government final consumption P.3g +OMN OMN Final demand Gross fixed capital formation P.51 +OMN OMN Final demand Changes in inventories P.52 +OMN OMN Final demand Acquisitions less disposals of valuables P.53 +PAK PAK Final demand Household final consumption P.3h +PAK PAK Final demand Non-profit institutions serving households P.3n +PAK PAK Final demand Government final consumption P.3g +PAK PAK Final demand Gross fixed capital formation P.51 +PAK PAK Final demand Changes in inventories P.52 +PAK PAK Final demand Acquisitions less disposals of valuables P.53 +PAN PAN Final demand Household final consumption P.3h +PAN PAN Final demand Non-profit institutions serving households P.3n +PAN PAN Final demand Government final consumption P.3g +PAN PAN Final demand Gross fixed capital formation P.51 +PAN PAN Final demand Changes in inventories P.52 +PAN PAN Final demand Acquisitions less disposals of valuables P.53 +PNG PNG Final demand Household final consumption P.3h +PNG PNG Final demand Non-profit institutions serving households P.3n +PNG PNG Final demand Government final consumption P.3g +PNG PNG Final demand Gross fixed capital formation P.51 +PNG PNG Final demand Changes in inventories P.52 +PNG PNG Final demand Acquisitions less disposals of valuables P.53 +PRY PRY Final demand Household final consumption P.3h +PRY PRY Final demand Non-profit institutions serving households P.3n +PRY PRY Final demand Government final consumption P.3g +PRY PRY Final demand Gross fixed capital formation P.51 +PRY PRY Final demand Changes in inventories P.52 +PRY PRY Final demand Acquisitions less disposals of valuables P.53 +PER PER Final demand Household final consumption P.3h +PER PER Final demand Non-profit institutions serving households P.3n +PER PER Final demand Government final consumption P.3g +PER PER Final demand Gross fixed capital formation P.51 +PER PER Final demand Changes in inventories P.52 +PER PER Final demand Acquisitions less disposals of valuables P.53 +PHL PHL Final demand Household final consumption P.3h +PHL PHL Final demand Non-profit institutions serving households P.3n +PHL PHL Final demand Government final consumption P.3g +PHL PHL Final demand Gross fixed capital formation P.51 +PHL PHL Final demand Changes in inventories P.52 +PHL PHL Final demand Acquisitions less disposals of valuables P.53 +POL POL Final demand Household final consumption P.3h +POL POL Final demand Non-profit institutions serving households P.3n +POL POL Final demand Government final consumption P.3g +POL POL Final demand Gross fixed capital formation P.51 +POL POL Final demand Changes in inventories P.52 +POL POL Final demand Acquisitions less disposals of valuables P.53 +PRT PRT Final demand Household final consumption P.3h +PRT PRT Final demand Non-profit institutions serving households P.3n +PRT PRT Final demand Government final consumption P.3g +PRT PRT Final demand Gross fixed capital formation P.51 +PRT PRT Final demand Changes in inventories P.52 +PRT PRT Final demand Acquisitions less disposals of valuables P.53 +QAT QAT Final demand Household final consumption P.3h +QAT QAT Final demand Non-profit institutions serving households P.3n +QAT QAT Final demand Government final consumption P.3g +QAT QAT Final demand Gross fixed capital formation P.51 +QAT QAT Final demand Changes in inventories P.52 +QAT QAT Final demand Acquisitions less disposals of valuables P.53 +KOR KOR Final demand Household final consumption P.3h +KOR KOR Final demand Non-profit institutions serving households P.3n +KOR KOR Final demand Government final consumption P.3g +KOR KOR Final demand Gross fixed capital formation P.51 +KOR KOR Final demand Changes in inventories P.52 +KOR KOR Final demand Acquisitions less disposals of valuables P.53 +MDA MDA Final demand Household final consumption P.3h +MDA MDA Final demand Non-profit institutions serving households P.3n +MDA MDA Final demand Government final consumption P.3g +MDA MDA Final demand Gross fixed capital formation P.51 +MDA MDA Final demand Changes in inventories P.52 +MDA MDA Final demand Acquisitions less disposals of valuables P.53 +ROU ROU Final demand Household final consumption P.3h +ROU ROU Final demand Non-profit institutions serving households P.3n +ROU ROU Final demand Government final consumption P.3g +ROU ROU Final demand Gross fixed capital formation P.51 +ROU ROU Final demand Changes in inventories P.52 +ROU ROU Final demand Acquisitions less disposals of valuables P.53 +RUS RUS Final demand Household final consumption P.3h +RUS RUS Final demand Non-profit institutions serving households P.3n +RUS RUS Final demand Government final consumption P.3g +RUS RUS Final demand Gross fixed capital formation P.51 +RUS RUS Final demand Changes in inventories P.52 +RUS RUS Final demand Acquisitions less disposals of valuables P.53 +RWA RWA Final demand Household final consumption P.3h +RWA RWA Final demand Non-profit institutions serving households P.3n +RWA RWA Final demand Government final consumption P.3g +RWA RWA Final demand Gross fixed capital formation P.51 +RWA RWA Final demand Changes in inventories P.52 +RWA RWA Final demand Acquisitions less disposals of valuables P.53 +WSM WSM Final demand Household final consumption P.3h +WSM WSM Final demand Non-profit institutions serving households P.3n +WSM WSM Final demand Government final consumption P.3g +WSM WSM Final demand Gross fixed capital formation P.51 +WSM WSM Final demand Changes in inventories P.52 +WSM WSM Final demand Acquisitions less disposals of valuables P.53 +SMR SMR Final demand Household final consumption P.3h +SMR SMR Final demand Non-profit institutions serving households P.3n +SMR SMR Final demand Government final consumption P.3g +SMR SMR Final demand Gross fixed capital formation P.51 +SMR SMR Final demand Changes in inventories P.52 +SMR SMR Final demand Acquisitions less disposals of valuables P.53 +STP STP Final demand Household final consumption P.3h +STP STP Final demand Non-profit institutions serving households P.3n +STP STP Final demand Government final consumption P.3g +STP STP Final demand Gross fixed capital formation P.51 +STP STP Final demand Changes in inventories P.52 +STP STP Final demand Acquisitions less disposals of valuables P.53 +SAU SAU Final demand Household final consumption P.3h +SAU SAU Final demand Non-profit institutions serving households P.3n +SAU SAU Final demand Government final consumption P.3g +SAU SAU Final demand Gross fixed capital formation P.51 +SAU SAU Final demand Changes in inventories P.52 +SAU SAU Final demand Acquisitions less disposals of valuables P.53 +SEN SEN Final demand Household final consumption P.3h +SEN SEN Final demand Non-profit institutions serving households P.3n +SEN SEN Final demand Government final consumption P.3g +SEN SEN Final demand Gross fixed capital formation P.51 +SEN SEN Final demand Changes in inventories P.52 +SEN SEN Final demand Acquisitions less disposals of valuables P.53 +SRB SRB Final demand Household final consumption P.3h +SRB SRB Final demand Non-profit institutions serving households P.3n +SRB SRB Final demand Government final consumption P.3g +SRB SRB Final demand Gross fixed capital formation P.51 +SRB SRB Final demand Changes in inventories P.52 +SRB SRB Final demand Acquisitions less disposals of valuables P.53 +SYC SYC Final demand Household final consumption P.3h +SYC SYC Final demand Non-profit institutions serving households P.3n +SYC SYC Final demand Government final consumption P.3g +SYC SYC Final demand Gross fixed capital formation P.51 +SYC SYC Final demand Changes in inventories P.52 +SYC SYC Final demand Acquisitions less disposals of valuables P.53 +SLE SLE Final demand Household final consumption P.3h +SLE SLE Final demand Non-profit institutions serving households P.3n +SLE SLE Final demand Government final consumption P.3g +SLE SLE Final demand Gross fixed capital formation P.51 +SLE SLE Final demand Changes in inventories P.52 +SLE SLE Final demand Acquisitions less disposals of valuables P.53 +SGP SGP Final demand Household final consumption P.3h +SGP SGP Final demand Non-profit institutions serving households P.3n +SGP SGP Final demand Government final consumption P.3g +SGP SGP Final demand Gross fixed capital formation P.51 +SGP SGP Final demand Changes in inventories P.52 +SGP SGP Final demand Acquisitions less disposals of valuables P.53 +SVK SVK Final demand Household final consumption P.3h +SVK SVK Final demand Non-profit institutions serving households P.3n +SVK SVK Final demand Government final consumption P.3g +SVK SVK Final demand Gross fixed capital formation P.51 +SVK SVK Final demand Changes in inventories P.52 +SVK SVK Final demand Acquisitions less disposals of valuables P.53 +SVN SVN Final demand Household final consumption P.3h +SVN SVN Final demand Non-profit institutions serving households P.3n +SVN SVN Final demand Government final consumption P.3g +SVN SVN Final demand Gross fixed capital formation P.51 +SVN SVN Final demand Changes in inventories P.52 +SVN SVN Final demand Acquisitions less disposals of valuables P.53 +SOM SOM Final demand Household final consumption P.3h +SOM SOM Final demand Non-profit institutions serving households P.3n +SOM SOM Final demand Government final consumption P.3g +SOM SOM Final demand Gross fixed capital formation P.51 +SOM SOM Final demand Changes in inventories P.52 +SOM SOM Final demand Acquisitions less disposals of valuables P.53 +ZAF ZAF Final demand Household final consumption P.3h +ZAF ZAF Final demand Non-profit institutions serving households P.3n +ZAF ZAF Final demand Government final consumption P.3g +ZAF ZAF Final demand Gross fixed capital formation P.51 +ZAF ZAF Final demand Changes in inventories P.52 +ZAF ZAF Final demand Acquisitions less disposals of valuables P.53 +SDS SDS Final demand Household final consumption P.3h +SDS SDS Final demand Non-profit institutions serving households P.3n +SDS SDS Final demand Government final consumption P.3g +SDS SDS Final demand Gross fixed capital formation P.51 +SDS SDS Final demand Changes in inventories P.52 +SDS SDS Final demand Acquisitions less disposals of valuables P.53 +ESP ESP Final demand Household final consumption P.3h +ESP ESP Final demand Non-profit institutions serving households P.3n +ESP ESP Final demand Government final consumption P.3g +ESP ESP Final demand Gross fixed capital formation P.51 +ESP ESP Final demand Changes in inventories P.52 +ESP ESP Final demand Acquisitions less disposals of valuables P.53 +LKA LKA Final demand Household final consumption P.3h +LKA LKA Final demand Non-profit institutions serving households P.3n +LKA LKA Final demand Government final consumption P.3g +LKA LKA Final demand Gross fixed capital formation P.51 +LKA LKA Final demand Changes in inventories P.52 +LKA LKA Final demand Acquisitions less disposals of valuables P.53 +SUD SUD Final demand Household final consumption P.3h +SUD SUD Final demand Non-profit institutions serving households P.3n +SUD SUD Final demand Government final consumption P.3g +SUD SUD Final demand Gross fixed capital formation P.51 +SUD SUD Final demand Changes in inventories P.52 +SUD SUD Final demand Acquisitions less disposals of valuables P.53 +SUR SUR Final demand Household final consumption P.3h +SUR SUR Final demand Non-profit institutions serving households P.3n +SUR SUR Final demand Government final consumption P.3g +SUR SUR Final demand Gross fixed capital formation P.51 +SUR SUR Final demand Changes in inventories P.52 +SUR SUR Final demand Acquisitions less disposals of valuables P.53 +SWZ SWZ Final demand Household final consumption P.3h +SWZ SWZ Final demand Non-profit institutions serving households P.3n +SWZ SWZ Final demand Government final consumption P.3g +SWZ SWZ Final demand Gross fixed capital formation P.51 +SWZ SWZ Final demand Changes in inventories P.52 +SWZ SWZ Final demand Acquisitions less disposals of valuables P.53 +SWE SWE Final demand Household final consumption P.3h +SWE SWE Final demand Non-profit institutions serving households P.3n +SWE SWE Final demand Government final consumption P.3g +SWE SWE Final demand Gross fixed capital formation P.51 +SWE SWE Final demand Changes in inventories P.52 +SWE SWE Final demand Acquisitions less disposals of valuables P.53 +CHE CHE Final demand Household final consumption P.3h +CHE CHE Final demand Non-profit institutions serving households P.3n +CHE CHE Final demand Government final consumption P.3g +CHE CHE Final demand Gross fixed capital formation P.51 +CHE CHE Final demand Changes in inventories P.52 +CHE CHE Final demand Acquisitions less disposals of valuables P.53 +SYR SYR Final demand Household final consumption P.3h +SYR SYR Final demand Non-profit institutions serving households P.3n +SYR SYR Final demand Government final consumption P.3g +SYR SYR Final demand Gross fixed capital formation P.51 +SYR SYR Final demand Changes in inventories P.52 +SYR SYR Final demand Acquisitions less disposals of valuables P.53 +TWN TWN Final demand Household final consumption P.3h +TWN TWN Final demand Non-profit institutions serving households P.3n +TWN TWN Final demand Government final consumption P.3g +TWN TWN Final demand Gross fixed capital formation P.51 +TWN TWN Final demand Changes in inventories P.52 +TWN TWN Final demand Acquisitions less disposals of valuables P.53 +TJK TJK Final demand Household final consumption P.3h +TJK TJK Final demand Non-profit institutions serving households P.3n +TJK TJK Final demand Government final consumption P.3g +TJK TJK Final demand Gross fixed capital formation P.51 +TJK TJK Final demand Changes in inventories P.52 +TJK TJK Final demand Acquisitions less disposals of valuables P.53 +THA THA Final demand Household final consumption P.3h +THA THA Final demand Non-profit institutions serving households P.3n +THA THA Final demand Government final consumption P.3g +THA THA Final demand Gross fixed capital formation P.51 +THA THA Final demand Changes in inventories P.52 +THA THA Final demand Acquisitions less disposals of valuables P.53 +MKD MKD Final demand Household final consumption P.3h +MKD MKD Final demand Non-profit institutions serving households P.3n +MKD MKD Final demand Government final consumption P.3g +MKD MKD Final demand Gross fixed capital formation P.51 +MKD MKD Final demand Changes in inventories P.52 +MKD MKD Final demand Acquisitions less disposals of valuables P.53 +TGO TGO Final demand Household final consumption P.3h +TGO TGO Final demand Non-profit institutions serving households P.3n +TGO TGO Final demand Government final consumption P.3g +TGO TGO Final demand Gross fixed capital formation P.51 +TGO TGO Final demand Changes in inventories P.52 +TGO TGO Final demand Acquisitions less disposals of valuables P.53 +TTO TTO Final demand Household final consumption P.3h +TTO TTO Final demand Non-profit institutions serving households P.3n +TTO TTO Final demand Government final consumption P.3g +TTO TTO Final demand Gross fixed capital formation P.51 +TTO TTO Final demand Changes in inventories P.52 +TTO TTO Final demand Acquisitions less disposals of valuables P.53 +TUN TUN Final demand Household final consumption P.3h +TUN TUN Final demand Non-profit institutions serving households P.3n +TUN TUN Final demand Government final consumption P.3g +TUN TUN Final demand Gross fixed capital formation P.51 +TUN TUN Final demand Changes in inventories P.52 +TUN TUN Final demand Acquisitions less disposals of valuables P.53 +TUR TUR Final demand Household final consumption P.3h +TUR TUR Final demand Non-profit institutions serving households P.3n +TUR TUR Final demand Government final consumption P.3g +TUR TUR Final demand Gross fixed capital formation P.51 +TUR TUR Final demand Changes in inventories P.52 +TUR TUR Final demand Acquisitions less disposals of valuables P.53 +TKM TKM Final demand Household final consumption P.3h +TKM TKM Final demand Non-profit institutions serving households P.3n +TKM TKM Final demand Government final consumption P.3g +TKM TKM Final demand Gross fixed capital formation P.51 +TKM TKM Final demand Changes in inventories P.52 +TKM TKM Final demand Acquisitions less disposals of valuables P.53 +USR USR Final demand Household final consumption P.3h +USR USR Final demand Non-profit institutions serving households P.3n +USR USR Final demand Government final consumption P.3g +USR USR Final demand Gross fixed capital formation P.51 +USR USR Final demand Changes in inventories P.52 +USR USR Final demand Acquisitions less disposals of valuables P.53 +UGA UGA Final demand Household final consumption P.3h +UGA UGA Final demand Non-profit institutions serving households P.3n +UGA UGA Final demand Government final consumption P.3g +UGA UGA Final demand Gross fixed capital formation P.51 +UGA UGA Final demand Changes in inventories P.52 +UGA UGA Final demand Acquisitions less disposals of valuables P.53 +UKR UKR Final demand Household final consumption P.3h +UKR UKR Final demand Non-profit institutions serving households P.3n +UKR UKR Final demand Government final consumption P.3g +UKR UKR Final demand Gross fixed capital formation P.51 +UKR UKR Final demand Changes in inventories P.52 +UKR UKR Final demand Acquisitions less disposals of valuables P.53 +ARE ARE Final demand Household final consumption P.3h +ARE ARE Final demand Non-profit institutions serving households P.3n +ARE ARE Final demand Government final consumption P.3g +ARE ARE Final demand Gross fixed capital formation P.51 +ARE ARE Final demand Changes in inventories P.52 +ARE ARE Final demand Acquisitions less disposals of valuables P.53 +GBR GBR Final demand Household final consumption P.3h +GBR GBR Final demand Non-profit institutions serving households P.3n +GBR GBR Final demand Government final consumption P.3g +GBR GBR Final demand Gross fixed capital formation P.51 +GBR GBR Final demand Changes in inventories P.52 +GBR GBR Final demand Acquisitions less disposals of valuables P.53 +TZA TZA Final demand Household final consumption P.3h +TZA TZA Final demand Non-profit institutions serving households P.3n +TZA TZA Final demand Government final consumption P.3g +TZA TZA Final demand Gross fixed capital formation P.51 +TZA TZA Final demand Changes in inventories P.52 +TZA TZA Final demand Acquisitions less disposals of valuables P.53 +USA USA Final demand Household final consumption P.3h +USA USA Final demand Non-profit institutions serving households P.3n +USA USA Final demand Government final consumption P.3g +USA USA Final demand Gross fixed capital formation P.51 +USA USA Final demand Changes in inventories P.52 +USA USA Final demand Acquisitions less disposals of valuables P.53 +URY URY Final demand Household final consumption P.3h +URY URY Final demand Non-profit institutions serving households P.3n +URY URY Final demand Government final consumption P.3g +URY URY Final demand Gross fixed capital formation P.51 +URY URY Final demand Changes in inventories P.52 +URY URY Final demand Acquisitions less disposals of valuables P.53 +UZB UZB Final demand Household final consumption P.3h +UZB UZB Final demand Non-profit institutions serving households P.3n +UZB UZB Final demand Government final consumption P.3g +UZB UZB Final demand Gross fixed capital formation P.51 +UZB UZB Final demand Changes in inventories P.52 +UZB UZB Final demand Acquisitions less disposals of valuables P.53 +VUT VUT Final demand Household final consumption P.3h +VUT VUT Final demand Non-profit institutions serving households P.3n +VUT VUT Final demand Government final consumption P.3g +VUT VUT Final demand Gross fixed capital formation P.51 +VUT VUT Final demand Changes in inventories P.52 +VUT VUT Final demand Acquisitions less disposals of valuables P.53 +VEN VEN Final demand Household final consumption P.3h +VEN VEN Final demand Non-profit institutions serving households P.3n +VEN VEN Final demand Government final consumption P.3g +VEN VEN Final demand Gross fixed capital formation P.51 +VEN VEN Final demand Changes in inventories P.52 +VEN VEN Final demand Acquisitions less disposals of valuables P.53 +VNM VNM Final demand Household final consumption P.3h +VNM VNM Final demand Non-profit institutions serving households P.3n +VNM VNM Final demand Government final consumption P.3g +VNM VNM Final demand Gross fixed capital formation P.51 +VNM VNM Final demand Changes in inventories P.52 +VNM VNM Final demand Acquisitions less disposals of valuables P.53 +YEM YEM Final demand Household final consumption P.3h +YEM YEM Final demand Non-profit institutions serving households P.3n +YEM YEM Final demand Government final consumption P.3g +YEM YEM Final demand Gross fixed capital formation P.51 +YEM YEM Final demand Changes in inventories P.52 +YEM YEM Final demand Acquisitions less disposals of valuables P.53 +ZMB ZMB Final demand Household final consumption P.3h +ZMB ZMB Final demand Non-profit institutions serving households P.3n +ZMB ZMB Final demand Government final consumption P.3g +ZMB ZMB Final demand Gross fixed capital formation P.51 +ZMB ZMB Final demand Changes in inventories P.52 +ZMB ZMB Final demand Acquisitions less disposals of valuables P.53 +ZWE ZWE Final demand Household final consumption P.3h +ZWE ZWE Final demand Non-profit institutions serving households P.3n +ZWE ZWE Final demand Government final consumption P.3g +ZWE ZWE Final demand Gross fixed capital formation P.51 +ZWE ZWE Final demand Changes in inventories P.52 +ZWE ZWE Final demand Acquisitions less disposals of valuables P.53 +ROW ROW Final demand Household final consumption P.3h +ROW ROW Final demand Non-profit institutions serving households P.3n +ROW ROW Final demand Government final consumption P.3g +ROW ROW Final demand Gross fixed capital formation P.51 +ROW ROW Final demand Changes in inventories P.52 +ROW ROW Final demand Acquisitions less disposals of valuables P.53 diff --git a/in/eora_io_data_2019/labels_Q.txt b/in/eora_io_data_2019/labels_Q.txt new file mode 100644 index 0000000000000000000000000000000000000000..51b656f2de144ca4203d465c792ca53b555caeb1 --- /dev/null +++ b/in/eora_io_data_2019/labels_Q.txt @@ -0,0 +1,2728 @@ +Energy Usage (TJ) Natural Gas +Energy Usage (TJ) Coal +Energy Usage (TJ) Petroleum +Energy Usage (TJ) Nuclear Electricity +Energy Usage (TJ) Hydroelectric Electricity +Energy Usage (TJ) Geothermal Electricity +Energy Usage (TJ) Wind Electricity +Energy Usage (TJ) Solar, Tide and Wave Electricity +Energy Usage (TJ) Biomass and Waste Electricity +I-GHG-CO2 emissions (Gg) Public electricity and heat production +I-GHG-CO2 emissions (Gg) Other Energy Industries +I-GHG-CO2 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2 emissions (Gg) Domestic aviation +I-GHG-CO2 emissions (Gg) Road transportation +I-GHG-CO2 emissions (Gg) Rail transportation +I-GHG-CO2 emissions (Gg) Inland navigation +I-GHG-CO2 emissions (Gg) Other transportation +I-GHG-CO2 emissions (Gg) Residential and other sectors +I-GHG-CO2 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2 emissions (Gg) Memo: International aviation +I-GHG-CO2 emissions (Gg) Memo: International navigation +I-GHG-CO2 emissions (Gg) Production of minerals +I-GHG-CO2 emissions (Gg) Cement production +I-GHG-CO2 emissions (Gg) Lime production +I-GHG-CO2 emissions (Gg) Production of chemicals +I-GHG-CO2 emissions (Gg) Production of metals +I-GHG-CO2 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2 emissions (Gg) Foam Blowing +I-GHG-CO2 emissions (Gg) Fire Extinguishers +I-GHG-CO2 emissions (Gg) Aerosols +I-GHG-CO2 emissions (Gg) F-gas as Solvent +I-GHG-CO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2 emissions (Gg) Electrical Equipment +I-GHG-CO2 emissions (Gg) Other F-gas use +I-GHG-CO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2 emissions (Gg) Solvent and other product use: paint +I-GHG-CO2 emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2 emissions (Gg) Solvent and other product use: other +I-GHG-CO2 emissions (Gg) Enteric fermentation +I-GHG-CO2 emissions (Gg) Manure management +I-GHG-CO2 emissions (Gg) Rice cultivation +I-GHG-CO2 emissions (Gg) Direct soil emissions +I-GHG-CO2 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2 emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2 emissions (Gg) Other direct soil emissions +I-GHG-CO2 emissions (Gg) Savanna burning +I-GHG-CO2 emissions (Gg) Agricultural waste burning +I-GHG-CO2 emissions (Gg) Forest fires +I-GHG-CO2 emissions (Gg) Grassland fires +I-GHG-CO2 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2 emissions (Gg) Other vegetation fires +I-GHG-CO2 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2 emissions (Gg) Solid waste disposal on land +I-GHG-CO2 emissions (Gg) Wastewater handling +I-GHG-CO2 emissions (Gg) Waste incineration +I-GHG-CO2 emissions (Gg) Other waste handling +I-GHG-CO2 emissions (Gg) Fossil fuel fires +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2 emissions (Gg) Other sources +I-GHG-CO2b emissions (Gg) Public electricity and heat production +I-GHG-CO2b emissions (Gg) Other Energy Industries +I-GHG-CO2b emissions (Gg) Manufacturing Industries and Construction +I-GHG-CO2b emissions (Gg) Domestic aviation +I-GHG-CO2b emissions (Gg) Road transportation +I-GHG-CO2b emissions (Gg) Rail transportation +I-GHG-CO2b emissions (Gg) Inland navigation +I-GHG-CO2b emissions (Gg) Other transportation +I-GHG-CO2b emissions (Gg) Residential and other sectors +I-GHG-CO2b emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CO2b emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CO2b emissions (Gg) Memo: International aviation +I-GHG-CO2b emissions (Gg) Memo: International navigation +I-GHG-CO2b emissions (Gg) Production of minerals +I-GHG-CO2b emissions (Gg) Cement production +I-GHG-CO2b emissions (Gg) Lime production +I-GHG-CO2b emissions (Gg) Production of chemicals +I-GHG-CO2b emissions (Gg) Production of metals +I-GHG-CO2b emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CO2b emissions (Gg) Production of halocarbons and SF6 +I-GHG-CO2b emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CO2b emissions (Gg) Foam Blowing +I-GHG-CO2b emissions (Gg) Fire Extinguishers +I-GHG-CO2b emissions (Gg) Aerosols +I-GHG-CO2b emissions (Gg) F-gas as Solvent +I-GHG-CO2b emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CO2b emissions (Gg) Electrical Equipment +I-GHG-CO2b emissions (Gg) Other F-gas use +I-GHG-CO2b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CO2b emissions (Gg) Solvent and other product use: paint +I-GHG-CO2b emissions (Gg) Solvent and other product use: degrease +I-GHG-CO2b emissions (Gg) Solvent and other product use: chemicals +I-GHG-CO2b emissions (Gg) Solvent and other product use: other +I-GHG-CO2b emissions (Gg) Enteric fermentation +I-GHG-CO2b emissions (Gg) Manure management +I-GHG-CO2b emissions (Gg) Rice cultivation +I-GHG-CO2b emissions (Gg) Direct soil emissions +I-GHG-CO2b emissions (Gg) Manure in pasture/range/paddock +I-GHG-CO2b emissions (Gg) Indirect N2O from agriculture +I-GHG-CO2b emissions (Gg) Other direct soil emissions +I-GHG-CO2b emissions (Gg) Savanna burning +I-GHG-CO2b emissions (Gg) Agricultural waste burning +I-GHG-CO2b emissions (Gg) Forest fires +I-GHG-CO2b emissions (Gg) Grassland fires +I-GHG-CO2b emissions (Gg) Decay of wetlands/peatlands +I-GHG-CO2b emissions (Gg) Other vegetation fires +I-GHG-CO2b emissions (Gg) Forest Fires-Post burn decay +I-GHG-CO2b emissions (Gg) Solid waste disposal on land +I-GHG-CO2b emissions (Gg) Wastewater handling +I-GHG-CO2b emissions (Gg) Waste incineration +I-GHG-CO2b emissions (Gg) Other waste handling +I-GHG-CO2b emissions (Gg) Fossil fuel fires +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CO2b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CO2b emissions (Gg) Other sources +I-GHG-CH4 emissions (Gg) Public electricity and heat production +I-GHG-CH4 emissions (Gg) Other Energy Industries +I-GHG-CH4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CH4 emissions (Gg) Domestic aviation +I-GHG-CH4 emissions (Gg) Road transportation +I-GHG-CH4 emissions (Gg) Rail transportation +I-GHG-CH4 emissions (Gg) Inland navigation +I-GHG-CH4 emissions (Gg) Other transportation +I-GHG-CH4 emissions (Gg) Residential and other sectors +I-GHG-CH4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CH4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CH4 emissions (Gg) Memo: International aviation +I-GHG-CH4 emissions (Gg) Memo: International navigation +I-GHG-CH4 emissions (Gg) Production of minerals +I-GHG-CH4 emissions (Gg) Cement production +I-GHG-CH4 emissions (Gg) Lime production +I-GHG-CH4 emissions (Gg) Production of chemicals +I-GHG-CH4 emissions (Gg) Production of metals +I-GHG-CH4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CH4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CH4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CH4 emissions (Gg) Foam Blowing +I-GHG-CH4 emissions (Gg) Fire Extinguishers +I-GHG-CH4 emissions (Gg) Aerosols +I-GHG-CH4 emissions (Gg) F-gas as Solvent +I-GHG-CH4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CH4 emissions (Gg) Electrical Equipment +I-GHG-CH4 emissions (Gg) Other F-gas use +I-GHG-CH4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CH4 emissions (Gg) Solvent and other product use: paint +I-GHG-CH4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CH4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CH4 emissions (Gg) Solvent and other product use: other +I-GHG-CH4 emissions (Gg) Enteric fermentation +I-GHG-CH4 emissions (Gg) Manure management +I-GHG-CH4 emissions (Gg) Rice cultivation +I-GHG-CH4 emissions (Gg) Direct soil emissions +I-GHG-CH4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CH4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CH4 emissions (Gg) Other direct soil emissions +I-GHG-CH4 emissions (Gg) Savanna burning +I-GHG-CH4 emissions (Gg) Agricultural waste burning +I-GHG-CH4 emissions (Gg) Forest fires +I-GHG-CH4 emissions (Gg) Grassland fires +I-GHG-CH4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CH4 emissions (Gg) Other vegetation fires +I-GHG-CH4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CH4 emissions (Gg) Solid waste disposal on land +I-GHG-CH4 emissions (Gg) Wastewater handling +I-GHG-CH4 emissions (Gg) Waste incineration +I-GHG-CH4 emissions (Gg) Other waste handling +I-GHG-CH4 emissions (Gg) Fossil fuel fires +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CH4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CH4 emissions (Gg) Other sources +I-GHG-N2O emissions (Gg) Public electricity and heat production +I-GHG-N2O emissions (Gg) Other Energy Industries +I-GHG-N2O emissions (Gg) Manufacturing Industries and Construction +I-GHG-N2O emissions (Gg) Domestic aviation +I-GHG-N2O emissions (Gg) Road transportation +I-GHG-N2O emissions (Gg) Rail transportation +I-GHG-N2O emissions (Gg) Inland navigation +I-GHG-N2O emissions (Gg) Other transportation +I-GHG-N2O emissions (Gg) Residential and other sectors +I-GHG-N2O emissions (Gg) Fugitive emissions from solid fuels +I-GHG-N2O emissions (Gg) Fugitive emissions from oil and gas +I-GHG-N2O emissions (Gg) Memo: International aviation +I-GHG-N2O emissions (Gg) Memo: International navigation +I-GHG-N2O emissions (Gg) Production of minerals +I-GHG-N2O emissions (Gg) Cement production +I-GHG-N2O emissions (Gg) Lime production +I-GHG-N2O emissions (Gg) Production of chemicals +I-GHG-N2O emissions (Gg) Production of metals +I-GHG-N2O emissions (Gg) Production of pulp/paper/food/drink +I-GHG-N2O emissions (Gg) Production of halocarbons and SF6 +I-GHG-N2O emissions (Gg) Refrigeration and Air Conditioning +I-GHG-N2O emissions (Gg) Foam Blowing +I-GHG-N2O emissions (Gg) Fire Extinguishers +I-GHG-N2O emissions (Gg) Aerosols +I-GHG-N2O emissions (Gg) F-gas as Solvent +I-GHG-N2O emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-N2O emissions (Gg) Electrical Equipment +I-GHG-N2O emissions (Gg) Other F-gas use +I-GHG-N2O emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-N2O emissions (Gg) Solvent and other product use: paint +I-GHG-N2O emissions (Gg) Solvent and other product use: degrease +I-GHG-N2O emissions (Gg) Solvent and other product use: chemicals +I-GHG-N2O emissions (Gg) Solvent and other product use: other +I-GHG-N2O emissions (Gg) Enteric fermentation +I-GHG-N2O emissions (Gg) Manure management +I-GHG-N2O emissions (Gg) Rice cultivation +I-GHG-N2O emissions (Gg) Direct soil emissions +I-GHG-N2O emissions (Gg) Manure in pasture/range/paddock +I-GHG-N2O emissions (Gg) Indirect N2O from agriculture +I-GHG-N2O emissions (Gg) Other direct soil emissions +I-GHG-N2O emissions (Gg) Savanna burning +I-GHG-N2O emissions (Gg) Agricultural waste burning +I-GHG-N2O emissions (Gg) Forest fires +I-GHG-N2O emissions (Gg) Grassland fires +I-GHG-N2O emissions (Gg) Decay of wetlands/peatlands +I-GHG-N2O emissions (Gg) Other vegetation fires +I-GHG-N2O emissions (Gg) Forest Fires-Post burn decay +I-GHG-N2O emissions (Gg) Solid waste disposal on land +I-GHG-N2O emissions (Gg) Wastewater handling +I-GHG-N2O emissions (Gg) Waste incineration +I-GHG-N2O emissions (Gg) Other waste handling +I-GHG-N2O emissions (Gg) Fossil fuel fires +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-N2O emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-N2O emissions (Gg) Other sources +I-GHG-HFC125 emissions (Gg) Public electricity and heat production +I-GHG-HFC125 emissions (Gg) Other Energy Industries +I-GHG-HFC125 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC125 emissions (Gg) Domestic aviation +I-GHG-HFC125 emissions (Gg) Road transportation +I-GHG-HFC125 emissions (Gg) Rail transportation +I-GHG-HFC125 emissions (Gg) Inland navigation +I-GHG-HFC125 emissions (Gg) Other transportation +I-GHG-HFC125 emissions (Gg) Residential and other sectors +I-GHG-HFC125 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC125 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC125 emissions (Gg) Memo: International aviation +I-GHG-HFC125 emissions (Gg) Memo: International navigation +I-GHG-HFC125 emissions (Gg) Production of minerals +I-GHG-HFC125 emissions (Gg) Cement production +I-GHG-HFC125 emissions (Gg) Lime production +I-GHG-HFC125 emissions (Gg) Production of chemicals +I-GHG-HFC125 emissions (Gg) Production of metals +I-GHG-HFC125 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC125 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC125 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC125 emissions (Gg) Foam Blowing +I-GHG-HFC125 emissions (Gg) Fire Extinguishers +I-GHG-HFC125 emissions (Gg) Aerosols +I-GHG-HFC125 emissions (Gg) F-gas as Solvent +I-GHG-HFC125 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC125 emissions (Gg) Electrical Equipment +I-GHG-HFC125 emissions (Gg) Other F-gas use +I-GHG-HFC125 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC125 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC125 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC125 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC125 emissions (Gg) Solvent and other product use: other +I-GHG-HFC125 emissions (Gg) Enteric fermentation +I-GHG-HFC125 emissions (Gg) Manure management +I-GHG-HFC125 emissions (Gg) Rice cultivation +I-GHG-HFC125 emissions (Gg) Direct soil emissions +I-GHG-HFC125 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC125 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC125 emissions (Gg) Other direct soil emissions +I-GHG-HFC125 emissions (Gg) Savanna burning +I-GHG-HFC125 emissions (Gg) Agricultural waste burning +I-GHG-HFC125 emissions (Gg) Forest fires +I-GHG-HFC125 emissions (Gg) Grassland fires +I-GHG-HFC125 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC125 emissions (Gg) Other vegetation fires +I-GHG-HFC125 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC125 emissions (Gg) Solid waste disposal on land +I-GHG-HFC125 emissions (Gg) Wastewater handling +I-GHG-HFC125 emissions (Gg) Waste incineration +I-GHG-HFC125 emissions (Gg) Other waste handling +I-GHG-HFC125 emissions (Gg) Fossil fuel fires +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC125 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC125 emissions (Gg) Other sources +I-GHG-HFC134a emissions (Gg) Public electricity and heat production +I-GHG-HFC134a emissions (Gg) Other Energy Industries +I-GHG-HFC134a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC134a emissions (Gg) Domestic aviation +I-GHG-HFC134a emissions (Gg) Road transportation +I-GHG-HFC134a emissions (Gg) Rail transportation +I-GHG-HFC134a emissions (Gg) Inland navigation +I-GHG-HFC134a emissions (Gg) Other transportation +I-GHG-HFC134a emissions (Gg) Residential and other sectors +I-GHG-HFC134a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC134a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC134a emissions (Gg) Memo: International aviation +I-GHG-HFC134a emissions (Gg) Memo: International navigation +I-GHG-HFC134a emissions (Gg) Production of minerals +I-GHG-HFC134a emissions (Gg) Cement production +I-GHG-HFC134a emissions (Gg) Lime production +I-GHG-HFC134a emissions (Gg) Production of chemicals +I-GHG-HFC134a emissions (Gg) Production of metals +I-GHG-HFC134a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC134a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC134a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC134a emissions (Gg) Foam Blowing +I-GHG-HFC134a emissions (Gg) Fire Extinguishers +I-GHG-HFC134a emissions (Gg) Aerosols +I-GHG-HFC134a emissions (Gg) F-gas as Solvent +I-GHG-HFC134a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC134a emissions (Gg) Electrical Equipment +I-GHG-HFC134a emissions (Gg) Other F-gas use +I-GHG-HFC134a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC134a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC134a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC134a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC134a emissions (Gg) Solvent and other product use: other +I-GHG-HFC134a emissions (Gg) Enteric fermentation +I-GHG-HFC134a emissions (Gg) Manure management +I-GHG-HFC134a emissions (Gg) Rice cultivation +I-GHG-HFC134a emissions (Gg) Direct soil emissions +I-GHG-HFC134a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC134a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC134a emissions (Gg) Other direct soil emissions +I-GHG-HFC134a emissions (Gg) Savanna burning +I-GHG-HFC134a emissions (Gg) Agricultural waste burning +I-GHG-HFC134a emissions (Gg) Forest fires +I-GHG-HFC134a emissions (Gg) Grassland fires +I-GHG-HFC134a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC134a emissions (Gg) Other vegetation fires +I-GHG-HFC134a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC134a emissions (Gg) Solid waste disposal on land +I-GHG-HFC134a emissions (Gg) Wastewater handling +I-GHG-HFC134a emissions (Gg) Waste incineration +I-GHG-HFC134a emissions (Gg) Other waste handling +I-GHG-HFC134a emissions (Gg) Fossil fuel fires +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC134a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC134a emissions (Gg) Other sources +I-GHG-HFC143a emissions (Gg) Public electricity and heat production +I-GHG-HFC143a emissions (Gg) Other Energy Industries +I-GHG-HFC143a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC143a emissions (Gg) Domestic aviation +I-GHG-HFC143a emissions (Gg) Road transportation +I-GHG-HFC143a emissions (Gg) Rail transportation +I-GHG-HFC143a emissions (Gg) Inland navigation +I-GHG-HFC143a emissions (Gg) Other transportation +I-GHG-HFC143a emissions (Gg) Residential and other sectors +I-GHG-HFC143a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC143a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC143a emissions (Gg) Memo: International aviation +I-GHG-HFC143a emissions (Gg) Memo: International navigation +I-GHG-HFC143a emissions (Gg) Production of minerals +I-GHG-HFC143a emissions (Gg) Cement production +I-GHG-HFC143a emissions (Gg) Lime production +I-GHG-HFC143a emissions (Gg) Production of chemicals +I-GHG-HFC143a emissions (Gg) Production of metals +I-GHG-HFC143a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC143a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC143a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC143a emissions (Gg) Foam Blowing +I-GHG-HFC143a emissions (Gg) Fire Extinguishers +I-GHG-HFC143a emissions (Gg) Aerosols +I-GHG-HFC143a emissions (Gg) F-gas as Solvent +I-GHG-HFC143a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC143a emissions (Gg) Electrical Equipment +I-GHG-HFC143a emissions (Gg) Other F-gas use +I-GHG-HFC143a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC143a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC143a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC143a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC143a emissions (Gg) Solvent and other product use: other +I-GHG-HFC143a emissions (Gg) Enteric fermentation +I-GHG-HFC143a emissions (Gg) Manure management +I-GHG-HFC143a emissions (Gg) Rice cultivation +I-GHG-HFC143a emissions (Gg) Direct soil emissions +I-GHG-HFC143a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC143a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC143a emissions (Gg) Other direct soil emissions +I-GHG-HFC143a emissions (Gg) Savanna burning +I-GHG-HFC143a emissions (Gg) Agricultural waste burning +I-GHG-HFC143a emissions (Gg) Forest fires +I-GHG-HFC143a emissions (Gg) Grassland fires +I-GHG-HFC143a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC143a emissions (Gg) Other vegetation fires +I-GHG-HFC143a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC143a emissions (Gg) Solid waste disposal on land +I-GHG-HFC143a emissions (Gg) Wastewater handling +I-GHG-HFC143a emissions (Gg) Waste incineration +I-GHG-HFC143a emissions (Gg) Other waste handling +I-GHG-HFC143a emissions (Gg) Fossil fuel fires +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC143a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC143a emissions (Gg) Other sources +I-GHG-HFC152a emissions (Gg) Public electricity and heat production +I-GHG-HFC152a emissions (Gg) Other Energy Industries +I-GHG-HFC152a emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC152a emissions (Gg) Domestic aviation +I-GHG-HFC152a emissions (Gg) Road transportation +I-GHG-HFC152a emissions (Gg) Rail transportation +I-GHG-HFC152a emissions (Gg) Inland navigation +I-GHG-HFC152a emissions (Gg) Other transportation +I-GHG-HFC152a emissions (Gg) Residential and other sectors +I-GHG-HFC152a emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC152a emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC152a emissions (Gg) Memo: International aviation +I-GHG-HFC152a emissions (Gg) Memo: International navigation +I-GHG-HFC152a emissions (Gg) Production of minerals +I-GHG-HFC152a emissions (Gg) Cement production +I-GHG-HFC152a emissions (Gg) Lime production +I-GHG-HFC152a emissions (Gg) Production of chemicals +I-GHG-HFC152a emissions (Gg) Production of metals +I-GHG-HFC152a emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC152a emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC152a emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC152a emissions (Gg) Foam Blowing +I-GHG-HFC152a emissions (Gg) Fire Extinguishers +I-GHG-HFC152a emissions (Gg) Aerosols +I-GHG-HFC152a emissions (Gg) F-gas as Solvent +I-GHG-HFC152a emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC152a emissions (Gg) Electrical Equipment +I-GHG-HFC152a emissions (Gg) Other F-gas use +I-GHG-HFC152a emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC152a emissions (Gg) Solvent and other product use: paint +I-GHG-HFC152a emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC152a emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC152a emissions (Gg) Solvent and other product use: other +I-GHG-HFC152a emissions (Gg) Enteric fermentation +I-GHG-HFC152a emissions (Gg) Manure management +I-GHG-HFC152a emissions (Gg) Rice cultivation +I-GHG-HFC152a emissions (Gg) Direct soil emissions +I-GHG-HFC152a emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC152a emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC152a emissions (Gg) Other direct soil emissions +I-GHG-HFC152a emissions (Gg) Savanna burning +I-GHG-HFC152a emissions (Gg) Agricultural waste burning +I-GHG-HFC152a emissions (Gg) Forest fires +I-GHG-HFC152a emissions (Gg) Grassland fires +I-GHG-HFC152a emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC152a emissions (Gg) Other vegetation fires +I-GHG-HFC152a emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC152a emissions (Gg) Solid waste disposal on land +I-GHG-HFC152a emissions (Gg) Wastewater handling +I-GHG-HFC152a emissions (Gg) Waste incineration +I-GHG-HFC152a emissions (Gg) Other waste handling +I-GHG-HFC152a emissions (Gg) Fossil fuel fires +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC152a emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC152a emissions (Gg) Other sources +I-GHG-HFC227ea emissions (Gg) Public electricity and heat production +I-GHG-HFC227ea emissions (Gg) Other Energy Industries +I-GHG-HFC227ea emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC227ea emissions (Gg) Domestic aviation +I-GHG-HFC227ea emissions (Gg) Road transportation +I-GHG-HFC227ea emissions (Gg) Rail transportation +I-GHG-HFC227ea emissions (Gg) Inland navigation +I-GHG-HFC227ea emissions (Gg) Other transportation +I-GHG-HFC227ea emissions (Gg) Residential and other sectors +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC227ea emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC227ea emissions (Gg) Memo: International aviation +I-GHG-HFC227ea emissions (Gg) Memo: International navigation +I-GHG-HFC227ea emissions (Gg) Production of minerals +I-GHG-HFC227ea emissions (Gg) Cement production +I-GHG-HFC227ea emissions (Gg) Lime production +I-GHG-HFC227ea emissions (Gg) Production of chemicals +I-GHG-HFC227ea emissions (Gg) Production of metals +I-GHG-HFC227ea emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC227ea emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC227ea emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC227ea emissions (Gg) Foam Blowing +I-GHG-HFC227ea emissions (Gg) Fire Extinguishers +I-GHG-HFC227ea emissions (Gg) Aerosols +I-GHG-HFC227ea emissions (Gg) F-gas as Solvent +I-GHG-HFC227ea emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC227ea emissions (Gg) Electrical Equipment +I-GHG-HFC227ea emissions (Gg) Other F-gas use +I-GHG-HFC227ea emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: paint +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC227ea emissions (Gg) Solvent and other product use: other +I-GHG-HFC227ea emissions (Gg) Enteric fermentation +I-GHG-HFC227ea emissions (Gg) Manure management +I-GHG-HFC227ea emissions (Gg) Rice cultivation +I-GHG-HFC227ea emissions (Gg) Direct soil emissions +I-GHG-HFC227ea emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC227ea emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC227ea emissions (Gg) Other direct soil emissions +I-GHG-HFC227ea emissions (Gg) Savanna burning +I-GHG-HFC227ea emissions (Gg) Agricultural waste burning +I-GHG-HFC227ea emissions (Gg) Forest fires +I-GHG-HFC227ea emissions (Gg) Grassland fires +I-GHG-HFC227ea emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC227ea emissions (Gg) Other vegetation fires +I-GHG-HFC227ea emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC227ea emissions (Gg) Solid waste disposal on land +I-GHG-HFC227ea emissions (Gg) Wastewater handling +I-GHG-HFC227ea emissions (Gg) Waste incineration +I-GHG-HFC227ea emissions (Gg) Other waste handling +I-GHG-HFC227ea emissions (Gg) Fossil fuel fires +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC227ea emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC227ea emissions (Gg) Other sources +I-GHG-HFC23 emissions (Gg) Public electricity and heat production +I-GHG-HFC23 emissions (Gg) Other Energy Industries +I-GHG-HFC23 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC23 emissions (Gg) Domestic aviation +I-GHG-HFC23 emissions (Gg) Road transportation +I-GHG-HFC23 emissions (Gg) Rail transportation +I-GHG-HFC23 emissions (Gg) Inland navigation +I-GHG-HFC23 emissions (Gg) Other transportation +I-GHG-HFC23 emissions (Gg) Residential and other sectors +I-GHG-HFC23 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC23 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC23 emissions (Gg) Memo: International aviation +I-GHG-HFC23 emissions (Gg) Memo: International navigation +I-GHG-HFC23 emissions (Gg) Production of minerals +I-GHG-HFC23 emissions (Gg) Cement production +I-GHG-HFC23 emissions (Gg) Lime production +I-GHG-HFC23 emissions (Gg) Production of chemicals +I-GHG-HFC23 emissions (Gg) Production of metals +I-GHG-HFC23 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC23 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC23 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC23 emissions (Gg) Foam Blowing +I-GHG-HFC23 emissions (Gg) Fire Extinguishers +I-GHG-HFC23 emissions (Gg) Aerosols +I-GHG-HFC23 emissions (Gg) F-gas as Solvent +I-GHG-HFC23 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC23 emissions (Gg) Electrical Equipment +I-GHG-HFC23 emissions (Gg) Other F-gas use +I-GHG-HFC23 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC23 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC23 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC23 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC23 emissions (Gg) Solvent and other product use: other +I-GHG-HFC23 emissions (Gg) Enteric fermentation +I-GHG-HFC23 emissions (Gg) Manure management +I-GHG-HFC23 emissions (Gg) Rice cultivation +I-GHG-HFC23 emissions (Gg) Direct soil emissions +I-GHG-HFC23 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC23 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC23 emissions (Gg) Other direct soil emissions +I-GHG-HFC23 emissions (Gg) Savanna burning +I-GHG-HFC23 emissions (Gg) Agricultural waste burning +I-GHG-HFC23 emissions (Gg) Forest fires +I-GHG-HFC23 emissions (Gg) Grassland fires +I-GHG-HFC23 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC23 emissions (Gg) Other vegetation fires +I-GHG-HFC23 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC23 emissions (Gg) Solid waste disposal on land +I-GHG-HFC23 emissions (Gg) Wastewater handling +I-GHG-HFC23 emissions (Gg) Waste incineration +I-GHG-HFC23 emissions (Gg) Other waste handling +I-GHG-HFC23 emissions (Gg) Fossil fuel fires +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC23 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC23 emissions (Gg) Other sources +I-GHG-HFC236fa emissions (Gg) Public electricity and heat production +I-GHG-HFC236fa emissions (Gg) Other Energy Industries +I-GHG-HFC236fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC236fa emissions (Gg) Domestic aviation +I-GHG-HFC236fa emissions (Gg) Road transportation +I-GHG-HFC236fa emissions (Gg) Rail transportation +I-GHG-HFC236fa emissions (Gg) Inland navigation +I-GHG-HFC236fa emissions (Gg) Other transportation +I-GHG-HFC236fa emissions (Gg) Residential and other sectors +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC236fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC236fa emissions (Gg) Memo: International aviation +I-GHG-HFC236fa emissions (Gg) Memo: International navigation +I-GHG-HFC236fa emissions (Gg) Production of minerals +I-GHG-HFC236fa emissions (Gg) Cement production +I-GHG-HFC236fa emissions (Gg) Lime production +I-GHG-HFC236fa emissions (Gg) Production of chemicals +I-GHG-HFC236fa emissions (Gg) Production of metals +I-GHG-HFC236fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC236fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC236fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC236fa emissions (Gg) Foam Blowing +I-GHG-HFC236fa emissions (Gg) Fire Extinguishers +I-GHG-HFC236fa emissions (Gg) Aerosols +I-GHG-HFC236fa emissions (Gg) F-gas as Solvent +I-GHG-HFC236fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC236fa emissions (Gg) Electrical Equipment +I-GHG-HFC236fa emissions (Gg) Other F-gas use +I-GHG-HFC236fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC236fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC236fa emissions (Gg) Enteric fermentation +I-GHG-HFC236fa emissions (Gg) Manure management +I-GHG-HFC236fa emissions (Gg) Rice cultivation +I-GHG-HFC236fa emissions (Gg) Direct soil emissions +I-GHG-HFC236fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC236fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC236fa emissions (Gg) Other direct soil emissions +I-GHG-HFC236fa emissions (Gg) Savanna burning +I-GHG-HFC236fa emissions (Gg) Agricultural waste burning +I-GHG-HFC236fa emissions (Gg) Forest fires +I-GHG-HFC236fa emissions (Gg) Grassland fires +I-GHG-HFC236fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC236fa emissions (Gg) Other vegetation fires +I-GHG-HFC236fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC236fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC236fa emissions (Gg) Wastewater handling +I-GHG-HFC236fa emissions (Gg) Waste incineration +I-GHG-HFC236fa emissions (Gg) Other waste handling +I-GHG-HFC236fa emissions (Gg) Fossil fuel fires +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC236fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC236fa emissions (Gg) Other sources +I-GHG-HFC245fa emissions (Gg) Public electricity and heat production +I-GHG-HFC245fa emissions (Gg) Other Energy Industries +I-GHG-HFC245fa emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC245fa emissions (Gg) Domestic aviation +I-GHG-HFC245fa emissions (Gg) Road transportation +I-GHG-HFC245fa emissions (Gg) Rail transportation +I-GHG-HFC245fa emissions (Gg) Inland navigation +I-GHG-HFC245fa emissions (Gg) Other transportation +I-GHG-HFC245fa emissions (Gg) Residential and other sectors +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC245fa emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC245fa emissions (Gg) Memo: International aviation +I-GHG-HFC245fa emissions (Gg) Memo: International navigation +I-GHG-HFC245fa emissions (Gg) Production of minerals +I-GHG-HFC245fa emissions (Gg) Cement production +I-GHG-HFC245fa emissions (Gg) Lime production +I-GHG-HFC245fa emissions (Gg) Production of chemicals +I-GHG-HFC245fa emissions (Gg) Production of metals +I-GHG-HFC245fa emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC245fa emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC245fa emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC245fa emissions (Gg) Foam Blowing +I-GHG-HFC245fa emissions (Gg) Fire Extinguishers +I-GHG-HFC245fa emissions (Gg) Aerosols +I-GHG-HFC245fa emissions (Gg) F-gas as Solvent +I-GHG-HFC245fa emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC245fa emissions (Gg) Electrical Equipment +I-GHG-HFC245fa emissions (Gg) Other F-gas use +I-GHG-HFC245fa emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: paint +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC245fa emissions (Gg) Solvent and other product use: other +I-GHG-HFC245fa emissions (Gg) Enteric fermentation +I-GHG-HFC245fa emissions (Gg) Manure management +I-GHG-HFC245fa emissions (Gg) Rice cultivation +I-GHG-HFC245fa emissions (Gg) Direct soil emissions +I-GHG-HFC245fa emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC245fa emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC245fa emissions (Gg) Other direct soil emissions +I-GHG-HFC245fa emissions (Gg) Savanna burning +I-GHG-HFC245fa emissions (Gg) Agricultural waste burning +I-GHG-HFC245fa emissions (Gg) Forest fires +I-GHG-HFC245fa emissions (Gg) Grassland fires +I-GHG-HFC245fa emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC245fa emissions (Gg) Other vegetation fires +I-GHG-HFC245fa emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC245fa emissions (Gg) Solid waste disposal on land +I-GHG-HFC245fa emissions (Gg) Wastewater handling +I-GHG-HFC245fa emissions (Gg) Waste incineration +I-GHG-HFC245fa emissions (Gg) Other waste handling +I-GHG-HFC245fa emissions (Gg) Fossil fuel fires +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC245fa emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC245fa emissions (Gg) Other sources +I-GHG-HFC32 emissions (Gg) Public electricity and heat production +I-GHG-HFC32 emissions (Gg) Other Energy Industries +I-GHG-HFC32 emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC32 emissions (Gg) Domestic aviation +I-GHG-HFC32 emissions (Gg) Road transportation +I-GHG-HFC32 emissions (Gg) Rail transportation +I-GHG-HFC32 emissions (Gg) Inland navigation +I-GHG-HFC32 emissions (Gg) Other transportation +I-GHG-HFC32 emissions (Gg) Residential and other sectors +I-GHG-HFC32 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC32 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC32 emissions (Gg) Memo: International aviation +I-GHG-HFC32 emissions (Gg) Memo: International navigation +I-GHG-HFC32 emissions (Gg) Production of minerals +I-GHG-HFC32 emissions (Gg) Cement production +I-GHG-HFC32 emissions (Gg) Lime production +I-GHG-HFC32 emissions (Gg) Production of chemicals +I-GHG-HFC32 emissions (Gg) Production of metals +I-GHG-HFC32 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC32 emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC32 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC32 emissions (Gg) Foam Blowing +I-GHG-HFC32 emissions (Gg) Fire Extinguishers +I-GHG-HFC32 emissions (Gg) Aerosols +I-GHG-HFC32 emissions (Gg) F-gas as Solvent +I-GHG-HFC32 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC32 emissions (Gg) Electrical Equipment +I-GHG-HFC32 emissions (Gg) Other F-gas use +I-GHG-HFC32 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC32 emissions (Gg) Solvent and other product use: paint +I-GHG-HFC32 emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC32 emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC32 emissions (Gg) Solvent and other product use: other +I-GHG-HFC32 emissions (Gg) Enteric fermentation +I-GHG-HFC32 emissions (Gg) Manure management +I-GHG-HFC32 emissions (Gg) Rice cultivation +I-GHG-HFC32 emissions (Gg) Direct soil emissions +I-GHG-HFC32 emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC32 emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC32 emissions (Gg) Other direct soil emissions +I-GHG-HFC32 emissions (Gg) Savanna burning +I-GHG-HFC32 emissions (Gg) Agricultural waste burning +I-GHG-HFC32 emissions (Gg) Forest fires +I-GHG-HFC32 emissions (Gg) Grassland fires +I-GHG-HFC32 emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC32 emissions (Gg) Other vegetation fires +I-GHG-HFC32 emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC32 emissions (Gg) Solid waste disposal on land +I-GHG-HFC32 emissions (Gg) Wastewater handling +I-GHG-HFC32 emissions (Gg) Waste incineration +I-GHG-HFC32 emissions (Gg) Other waste handling +I-GHG-HFC32 emissions (Gg) Fossil fuel fires +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC32 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC32 emissions (Gg) Other sources +I-GHG-HFC365mfc emissions (Gg) Public electricity and heat production +I-GHG-HFC365mfc emissions (Gg) Other Energy Industries +I-GHG-HFC365mfc emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC365mfc emissions (Gg) Domestic aviation +I-GHG-HFC365mfc emissions (Gg) Road transportation +I-GHG-HFC365mfc emissions (Gg) Rail transportation +I-GHG-HFC365mfc emissions (Gg) Inland navigation +I-GHG-HFC365mfc emissions (Gg) Other transportation +I-GHG-HFC365mfc emissions (Gg) Residential and other sectors +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC365mfc emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC365mfc emissions (Gg) Memo: International aviation +I-GHG-HFC365mfc emissions (Gg) Memo: International navigation +I-GHG-HFC365mfc emissions (Gg) Production of minerals +I-GHG-HFC365mfc emissions (Gg) Cement production +I-GHG-HFC365mfc emissions (Gg) Lime production +I-GHG-HFC365mfc emissions (Gg) Production of chemicals +I-GHG-HFC365mfc emissions (Gg) Production of metals +I-GHG-HFC365mfc emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC365mfc emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC365mfc emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC365mfc emissions (Gg) Foam Blowing +I-GHG-HFC365mfc emissions (Gg) Fire Extinguishers +I-GHG-HFC365mfc emissions (Gg) Aerosols +I-GHG-HFC365mfc emissions (Gg) F-gas as Solvent +I-GHG-HFC365mfc emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC365mfc emissions (Gg) Electrical Equipment +I-GHG-HFC365mfc emissions (Gg) Other F-gas use +I-GHG-HFC365mfc emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: paint +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC365mfc emissions (Gg) Solvent and other product use: other +I-GHG-HFC365mfc emissions (Gg) Enteric fermentation +I-GHG-HFC365mfc emissions (Gg) Manure management +I-GHG-HFC365mfc emissions (Gg) Rice cultivation +I-GHG-HFC365mfc emissions (Gg) Direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC365mfc emissions (Gg) Other direct soil emissions +I-GHG-HFC365mfc emissions (Gg) Savanna burning +I-GHG-HFC365mfc emissions (Gg) Agricultural waste burning +I-GHG-HFC365mfc emissions (Gg) Forest fires +I-GHG-HFC365mfc emissions (Gg) Grassland fires +I-GHG-HFC365mfc emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC365mfc emissions (Gg) Other vegetation fires +I-GHG-HFC365mfc emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC365mfc emissions (Gg) Solid waste disposal on land +I-GHG-HFC365mfc emissions (Gg) Wastewater handling +I-GHG-HFC365mfc emissions (Gg) Waste incineration +I-GHG-HFC365mfc emissions (Gg) Other waste handling +I-GHG-HFC365mfc emissions (Gg) Fossil fuel fires +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC365mfc emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC365mfc emissions (Gg) Other sources +I-GHG-HFC4310mee emissions (Gg) Public electricity and heat production +I-GHG-HFC4310mee emissions (Gg) Other Energy Industries +I-GHG-HFC4310mee emissions (Gg) Manufacturing Industries and Construction +I-GHG-HFC4310mee emissions (Gg) Domestic aviation +I-GHG-HFC4310mee emissions (Gg) Road transportation +I-GHG-HFC4310mee emissions (Gg) Rail transportation +I-GHG-HFC4310mee emissions (Gg) Inland navigation +I-GHG-HFC4310mee emissions (Gg) Other transportation +I-GHG-HFC4310mee emissions (Gg) Residential and other sectors +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from solid fuels +I-GHG-HFC4310mee emissions (Gg) Fugitive emissions from oil and gas +I-GHG-HFC4310mee emissions (Gg) Memo: International aviation +I-GHG-HFC4310mee emissions (Gg) Memo: International navigation +I-GHG-HFC4310mee emissions (Gg) Production of minerals +I-GHG-HFC4310mee emissions (Gg) Cement production +I-GHG-HFC4310mee emissions (Gg) Lime production +I-GHG-HFC4310mee emissions (Gg) Production of chemicals +I-GHG-HFC4310mee emissions (Gg) Production of metals +I-GHG-HFC4310mee emissions (Gg) Production of pulp/paper/food/drink +I-GHG-HFC4310mee emissions (Gg) Production of halocarbons and SF6 +I-GHG-HFC4310mee emissions (Gg) Refrigeration and Air Conditioning +I-GHG-HFC4310mee emissions (Gg) Foam Blowing +I-GHG-HFC4310mee emissions (Gg) Fire Extinguishers +I-GHG-HFC4310mee emissions (Gg) Aerosols +I-GHG-HFC4310mee emissions (Gg) F-gas as Solvent +I-GHG-HFC4310mee emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-HFC4310mee emissions (Gg) Electrical Equipment +I-GHG-HFC4310mee emissions (Gg) Other F-gas use +I-GHG-HFC4310mee emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: paint +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: degrease +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: chemicals +I-GHG-HFC4310mee emissions (Gg) Solvent and other product use: other +I-GHG-HFC4310mee emissions (Gg) Enteric fermentation +I-GHG-HFC4310mee emissions (Gg) Manure management +I-GHG-HFC4310mee emissions (Gg) Rice cultivation +I-GHG-HFC4310mee emissions (Gg) Direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Manure in pasture/range/paddock +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from agriculture +I-GHG-HFC4310mee emissions (Gg) Other direct soil emissions +I-GHG-HFC4310mee emissions (Gg) Savanna burning +I-GHG-HFC4310mee emissions (Gg) Agricultural waste burning +I-GHG-HFC4310mee emissions (Gg) Forest fires +I-GHG-HFC4310mee emissions (Gg) Grassland fires +I-GHG-HFC4310mee emissions (Gg) Decay of wetlands/peatlands +I-GHG-HFC4310mee emissions (Gg) Other vegetation fires +I-GHG-HFC4310mee emissions (Gg) Forest Fires-Post burn decay +I-GHG-HFC4310mee emissions (Gg) Solid waste disposal on land +I-GHG-HFC4310mee emissions (Gg) Wastewater handling +I-GHG-HFC4310mee emissions (Gg) Waste incineration +I-GHG-HFC4310mee emissions (Gg) Other waste handling +I-GHG-HFC4310mee emissions (Gg) Fossil fuel fires +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-HFC4310mee emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-HFC4310mee emissions (Gg) Other sources +I-GHG-C2F6 emissions (Gg) Public electricity and heat production +I-GHG-C2F6 emissions (Gg) Other Energy Industries +I-GHG-C2F6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C2F6 emissions (Gg) Domestic aviation +I-GHG-C2F6 emissions (Gg) Road transportation +I-GHG-C2F6 emissions (Gg) Rail transportation +I-GHG-C2F6 emissions (Gg) Inland navigation +I-GHG-C2F6 emissions (Gg) Other transportation +I-GHG-C2F6 emissions (Gg) Residential and other sectors +I-GHG-C2F6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C2F6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C2F6 emissions (Gg) Memo: International aviation +I-GHG-C2F6 emissions (Gg) Memo: International navigation +I-GHG-C2F6 emissions (Gg) Production of minerals +I-GHG-C2F6 emissions (Gg) Cement production +I-GHG-C2F6 emissions (Gg) Lime production +I-GHG-C2F6 emissions (Gg) Production of chemicals +I-GHG-C2F6 emissions (Gg) Production of metals +I-GHG-C2F6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C2F6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C2F6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C2F6 emissions (Gg) Foam Blowing +I-GHG-C2F6 emissions (Gg) Fire Extinguishers +I-GHG-C2F6 emissions (Gg) Aerosols +I-GHG-C2F6 emissions (Gg) F-gas as Solvent +I-GHG-C2F6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C2F6 emissions (Gg) Electrical Equipment +I-GHG-C2F6 emissions (Gg) Other F-gas use +I-GHG-C2F6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C2F6 emissions (Gg) Solvent and other product use: paint +I-GHG-C2F6 emissions (Gg) Solvent and other product use: degrease +I-GHG-C2F6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C2F6 emissions (Gg) Solvent and other product use: other +I-GHG-C2F6 emissions (Gg) Enteric fermentation +I-GHG-C2F6 emissions (Gg) Manure management +I-GHG-C2F6 emissions (Gg) Rice cultivation +I-GHG-C2F6 emissions (Gg) Direct soil emissions +I-GHG-C2F6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C2F6 emissions (Gg) Indirect N2O from agriculture +I-GHG-C2F6 emissions (Gg) Other direct soil emissions +I-GHG-C2F6 emissions (Gg) Savanna burning +I-GHG-C2F6 emissions (Gg) Agricultural waste burning +I-GHG-C2F6 emissions (Gg) Forest fires +I-GHG-C2F6 emissions (Gg) Grassland fires +I-GHG-C2F6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C2F6 emissions (Gg) Other vegetation fires +I-GHG-C2F6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C2F6 emissions (Gg) Solid waste disposal on land +I-GHG-C2F6 emissions (Gg) Wastewater handling +I-GHG-C2F6 emissions (Gg) Waste incineration +I-GHG-C2F6 emissions (Gg) Other waste handling +I-GHG-C2F6 emissions (Gg) Fossil fuel fires +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C2F6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C2F6 emissions (Gg) Other sources +I-GHG-C3F8 emissions (Gg) Public electricity and heat production +I-GHG-C3F8 emissions (Gg) Other Energy Industries +I-GHG-C3F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C3F8 emissions (Gg) Domestic aviation +I-GHG-C3F8 emissions (Gg) Road transportation +I-GHG-C3F8 emissions (Gg) Rail transportation +I-GHG-C3F8 emissions (Gg) Inland navigation +I-GHG-C3F8 emissions (Gg) Other transportation +I-GHG-C3F8 emissions (Gg) Residential and other sectors +I-GHG-C3F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C3F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C3F8 emissions (Gg) Memo: International aviation +I-GHG-C3F8 emissions (Gg) Memo: International navigation +I-GHG-C3F8 emissions (Gg) Production of minerals +I-GHG-C3F8 emissions (Gg) Cement production +I-GHG-C3F8 emissions (Gg) Lime production +I-GHG-C3F8 emissions (Gg) Production of chemicals +I-GHG-C3F8 emissions (Gg) Production of metals +I-GHG-C3F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C3F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C3F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C3F8 emissions (Gg) Foam Blowing +I-GHG-C3F8 emissions (Gg) Fire Extinguishers +I-GHG-C3F8 emissions (Gg) Aerosols +I-GHG-C3F8 emissions (Gg) F-gas as Solvent +I-GHG-C3F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C3F8 emissions (Gg) Electrical Equipment +I-GHG-C3F8 emissions (Gg) Other F-gas use +I-GHG-C3F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C3F8 emissions (Gg) Solvent and other product use: paint +I-GHG-C3F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-C3F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C3F8 emissions (Gg) Solvent and other product use: other +I-GHG-C3F8 emissions (Gg) Enteric fermentation +I-GHG-C3F8 emissions (Gg) Manure management +I-GHG-C3F8 emissions (Gg) Rice cultivation +I-GHG-C3F8 emissions (Gg) Direct soil emissions +I-GHG-C3F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C3F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-C3F8 emissions (Gg) Other direct soil emissions +I-GHG-C3F8 emissions (Gg) Savanna burning +I-GHG-C3F8 emissions (Gg) Agricultural waste burning +I-GHG-C3F8 emissions (Gg) Forest fires +I-GHG-C3F8 emissions (Gg) Grassland fires +I-GHG-C3F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C3F8 emissions (Gg) Other vegetation fires +I-GHG-C3F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C3F8 emissions (Gg) Solid waste disposal on land +I-GHG-C3F8 emissions (Gg) Wastewater handling +I-GHG-C3F8 emissions (Gg) Waste incineration +I-GHG-C3F8 emissions (Gg) Other waste handling +I-GHG-C3F8 emissions (Gg) Fossil fuel fires +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C3F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C3F8 emissions (Gg) Other sources +I-GHG-C4F10 emissions (Gg) Public electricity and heat production +I-GHG-C4F10 emissions (Gg) Other Energy Industries +I-GHG-C4F10 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C4F10 emissions (Gg) Domestic aviation +I-GHG-C4F10 emissions (Gg) Road transportation +I-GHG-C4F10 emissions (Gg) Rail transportation +I-GHG-C4F10 emissions (Gg) Inland navigation +I-GHG-C4F10 emissions (Gg) Other transportation +I-GHG-C4F10 emissions (Gg) Residential and other sectors +I-GHG-C4F10 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C4F10 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C4F10 emissions (Gg) Memo: International aviation +I-GHG-C4F10 emissions (Gg) Memo: International navigation +I-GHG-C4F10 emissions (Gg) Production of minerals +I-GHG-C4F10 emissions (Gg) Cement production +I-GHG-C4F10 emissions (Gg) Lime production +I-GHG-C4F10 emissions (Gg) Production of chemicals +I-GHG-C4F10 emissions (Gg) Production of metals +I-GHG-C4F10 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C4F10 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C4F10 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C4F10 emissions (Gg) Foam Blowing +I-GHG-C4F10 emissions (Gg) Fire Extinguishers +I-GHG-C4F10 emissions (Gg) Aerosols +I-GHG-C4F10 emissions (Gg) F-gas as Solvent +I-GHG-C4F10 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C4F10 emissions (Gg) Electrical Equipment +I-GHG-C4F10 emissions (Gg) Other F-gas use +I-GHG-C4F10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C4F10 emissions (Gg) Solvent and other product use: paint +I-GHG-C4F10 emissions (Gg) Solvent and other product use: degrease +I-GHG-C4F10 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C4F10 emissions (Gg) Solvent and other product use: other +I-GHG-C4F10 emissions (Gg) Enteric fermentation +I-GHG-C4F10 emissions (Gg) Manure management +I-GHG-C4F10 emissions (Gg) Rice cultivation +I-GHG-C4F10 emissions (Gg) Direct soil emissions +I-GHG-C4F10 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C4F10 emissions (Gg) Indirect N2O from agriculture +I-GHG-C4F10 emissions (Gg) Other direct soil emissions +I-GHG-C4F10 emissions (Gg) Savanna burning +I-GHG-C4F10 emissions (Gg) Agricultural waste burning +I-GHG-C4F10 emissions (Gg) Forest fires +I-GHG-C4F10 emissions (Gg) Grassland fires +I-GHG-C4F10 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C4F10 emissions (Gg) Other vegetation fires +I-GHG-C4F10 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C4F10 emissions (Gg) Solid waste disposal on land +I-GHG-C4F10 emissions (Gg) Wastewater handling +I-GHG-C4F10 emissions (Gg) Waste incineration +I-GHG-C4F10 emissions (Gg) Other waste handling +I-GHG-C4F10 emissions (Gg) Fossil fuel fires +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C4F10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C4F10 emissions (Gg) Other sources +I-GHG-C5F12 emissions (Gg) Public electricity and heat production +I-GHG-C5F12 emissions (Gg) Other Energy Industries +I-GHG-C5F12 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C5F12 emissions (Gg) Domestic aviation +I-GHG-C5F12 emissions (Gg) Road transportation +I-GHG-C5F12 emissions (Gg) Rail transportation +I-GHG-C5F12 emissions (Gg) Inland navigation +I-GHG-C5F12 emissions (Gg) Other transportation +I-GHG-C5F12 emissions (Gg) Residential and other sectors +I-GHG-C5F12 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C5F12 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C5F12 emissions (Gg) Memo: International aviation +I-GHG-C5F12 emissions (Gg) Memo: International navigation +I-GHG-C5F12 emissions (Gg) Production of minerals +I-GHG-C5F12 emissions (Gg) Cement production +I-GHG-C5F12 emissions (Gg) Lime production +I-GHG-C5F12 emissions (Gg) Production of chemicals +I-GHG-C5F12 emissions (Gg) Production of metals +I-GHG-C5F12 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C5F12 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C5F12 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C5F12 emissions (Gg) Foam Blowing +I-GHG-C5F12 emissions (Gg) Fire Extinguishers +I-GHG-C5F12 emissions (Gg) Aerosols +I-GHG-C5F12 emissions (Gg) F-gas as Solvent +I-GHG-C5F12 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C5F12 emissions (Gg) Electrical Equipment +I-GHG-C5F12 emissions (Gg) Other F-gas use +I-GHG-C5F12 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C5F12 emissions (Gg) Solvent and other product use: paint +I-GHG-C5F12 emissions (Gg) Solvent and other product use: degrease +I-GHG-C5F12 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C5F12 emissions (Gg) Solvent and other product use: other +I-GHG-C5F12 emissions (Gg) Enteric fermentation +I-GHG-C5F12 emissions (Gg) Manure management +I-GHG-C5F12 emissions (Gg) Rice cultivation +I-GHG-C5F12 emissions (Gg) Direct soil emissions +I-GHG-C5F12 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C5F12 emissions (Gg) Indirect N2O from agriculture +I-GHG-C5F12 emissions (Gg) Other direct soil emissions +I-GHG-C5F12 emissions (Gg) Savanna burning +I-GHG-C5F12 emissions (Gg) Agricultural waste burning +I-GHG-C5F12 emissions (Gg) Forest fires +I-GHG-C5F12 emissions (Gg) Grassland fires +I-GHG-C5F12 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C5F12 emissions (Gg) Other vegetation fires +I-GHG-C5F12 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C5F12 emissions (Gg) Solid waste disposal on land +I-GHG-C5F12 emissions (Gg) Wastewater handling +I-GHG-C5F12 emissions (Gg) Waste incineration +I-GHG-C5F12 emissions (Gg) Other waste handling +I-GHG-C5F12 emissions (Gg) Fossil fuel fires +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C5F12 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C5F12 emissions (Gg) Other sources +I-GHG-C6F14 emissions (Gg) Public electricity and heat production +I-GHG-C6F14 emissions (Gg) Other Energy Industries +I-GHG-C6F14 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C6F14 emissions (Gg) Domestic aviation +I-GHG-C6F14 emissions (Gg) Road transportation +I-GHG-C6F14 emissions (Gg) Rail transportation +I-GHG-C6F14 emissions (Gg) Inland navigation +I-GHG-C6F14 emissions (Gg) Other transportation +I-GHG-C6F14 emissions (Gg) Residential and other sectors +I-GHG-C6F14 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C6F14 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C6F14 emissions (Gg) Memo: International aviation +I-GHG-C6F14 emissions (Gg) Memo: International navigation +I-GHG-C6F14 emissions (Gg) Production of minerals +I-GHG-C6F14 emissions (Gg) Cement production +I-GHG-C6F14 emissions (Gg) Lime production +I-GHG-C6F14 emissions (Gg) Production of chemicals +I-GHG-C6F14 emissions (Gg) Production of metals +I-GHG-C6F14 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C6F14 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C6F14 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C6F14 emissions (Gg) Foam Blowing +I-GHG-C6F14 emissions (Gg) Fire Extinguishers +I-GHG-C6F14 emissions (Gg) Aerosols +I-GHG-C6F14 emissions (Gg) F-gas as Solvent +I-GHG-C6F14 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C6F14 emissions (Gg) Electrical Equipment +I-GHG-C6F14 emissions (Gg) Other F-gas use +I-GHG-C6F14 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C6F14 emissions (Gg) Solvent and other product use: paint +I-GHG-C6F14 emissions (Gg) Solvent and other product use: degrease +I-GHG-C6F14 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C6F14 emissions (Gg) Solvent and other product use: other +I-GHG-C6F14 emissions (Gg) Enteric fermentation +I-GHG-C6F14 emissions (Gg) Manure management +I-GHG-C6F14 emissions (Gg) Rice cultivation +I-GHG-C6F14 emissions (Gg) Direct soil emissions +I-GHG-C6F14 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C6F14 emissions (Gg) Indirect N2O from agriculture +I-GHG-C6F14 emissions (Gg) Other direct soil emissions +I-GHG-C6F14 emissions (Gg) Savanna burning +I-GHG-C6F14 emissions (Gg) Agricultural waste burning +I-GHG-C6F14 emissions (Gg) Forest fires +I-GHG-C6F14 emissions (Gg) Grassland fires +I-GHG-C6F14 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C6F14 emissions (Gg) Other vegetation fires +I-GHG-C6F14 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C6F14 emissions (Gg) Solid waste disposal on land +I-GHG-C6F14 emissions (Gg) Wastewater handling +I-GHG-C6F14 emissions (Gg) Waste incineration +I-GHG-C6F14 emissions (Gg) Other waste handling +I-GHG-C6F14 emissions (Gg) Fossil fuel fires +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C6F14 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C6F14 emissions (Gg) Other sources +I-GHG-C7F16 emissions (Gg) Public electricity and heat production +I-GHG-C7F16 emissions (Gg) Other Energy Industries +I-GHG-C7F16 emissions (Gg) Manufacturing Industries and Construction +I-GHG-C7F16 emissions (Gg) Domestic aviation +I-GHG-C7F16 emissions (Gg) Road transportation +I-GHG-C7F16 emissions (Gg) Rail transportation +I-GHG-C7F16 emissions (Gg) Inland navigation +I-GHG-C7F16 emissions (Gg) Other transportation +I-GHG-C7F16 emissions (Gg) Residential and other sectors +I-GHG-C7F16 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-C7F16 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-C7F16 emissions (Gg) Memo: International aviation +I-GHG-C7F16 emissions (Gg) Memo: International navigation +I-GHG-C7F16 emissions (Gg) Production of minerals +I-GHG-C7F16 emissions (Gg) Cement production +I-GHG-C7F16 emissions (Gg) Lime production +I-GHG-C7F16 emissions (Gg) Production of chemicals +I-GHG-C7F16 emissions (Gg) Production of metals +I-GHG-C7F16 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-C7F16 emissions (Gg) Production of halocarbons and SF6 +I-GHG-C7F16 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-C7F16 emissions (Gg) Foam Blowing +I-GHG-C7F16 emissions (Gg) Fire Extinguishers +I-GHG-C7F16 emissions (Gg) Aerosols +I-GHG-C7F16 emissions (Gg) F-gas as Solvent +I-GHG-C7F16 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-C7F16 emissions (Gg) Electrical Equipment +I-GHG-C7F16 emissions (Gg) Other F-gas use +I-GHG-C7F16 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-C7F16 emissions (Gg) Solvent and other product use: paint +I-GHG-C7F16 emissions (Gg) Solvent and other product use: degrease +I-GHG-C7F16 emissions (Gg) Solvent and other product use: chemicals +I-GHG-C7F16 emissions (Gg) Solvent and other product use: other +I-GHG-C7F16 emissions (Gg) Enteric fermentation +I-GHG-C7F16 emissions (Gg) Manure management +I-GHG-C7F16 emissions (Gg) Rice cultivation +I-GHG-C7F16 emissions (Gg) Direct soil emissions +I-GHG-C7F16 emissions (Gg) Manure in pasture/range/paddock +I-GHG-C7F16 emissions (Gg) Indirect N2O from agriculture +I-GHG-C7F16 emissions (Gg) Other direct soil emissions +I-GHG-C7F16 emissions (Gg) Savanna burning +I-GHG-C7F16 emissions (Gg) Agricultural waste burning +I-GHG-C7F16 emissions (Gg) Forest fires +I-GHG-C7F16 emissions (Gg) Grassland fires +I-GHG-C7F16 emissions (Gg) Decay of wetlands/peatlands +I-GHG-C7F16 emissions (Gg) Other vegetation fires +I-GHG-C7F16 emissions (Gg) Forest Fires-Post burn decay +I-GHG-C7F16 emissions (Gg) Solid waste disposal on land +I-GHG-C7F16 emissions (Gg) Wastewater handling +I-GHG-C7F16 emissions (Gg) Waste incineration +I-GHG-C7F16 emissions (Gg) Other waste handling +I-GHG-C7F16 emissions (Gg) Fossil fuel fires +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-C7F16 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-C7F16 emissions (Gg) Other sources +I-GHG-CF4 emissions (Gg) Public electricity and heat production +I-GHG-CF4 emissions (Gg) Other Energy Industries +I-GHG-CF4 emissions (Gg) Manufacturing Industries and Construction +I-GHG-CF4 emissions (Gg) Domestic aviation +I-GHG-CF4 emissions (Gg) Road transportation +I-GHG-CF4 emissions (Gg) Rail transportation +I-GHG-CF4 emissions (Gg) Inland navigation +I-GHG-CF4 emissions (Gg) Other transportation +I-GHG-CF4 emissions (Gg) Residential and other sectors +I-GHG-CF4 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-CF4 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-CF4 emissions (Gg) Memo: International aviation +I-GHG-CF4 emissions (Gg) Memo: International navigation +I-GHG-CF4 emissions (Gg) Production of minerals +I-GHG-CF4 emissions (Gg) Cement production +I-GHG-CF4 emissions (Gg) Lime production +I-GHG-CF4 emissions (Gg) Production of chemicals +I-GHG-CF4 emissions (Gg) Production of metals +I-GHG-CF4 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-CF4 emissions (Gg) Production of halocarbons and SF6 +I-GHG-CF4 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-CF4 emissions (Gg) Foam Blowing +I-GHG-CF4 emissions (Gg) Fire Extinguishers +I-GHG-CF4 emissions (Gg) Aerosols +I-GHG-CF4 emissions (Gg) F-gas as Solvent +I-GHG-CF4 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-CF4 emissions (Gg) Electrical Equipment +I-GHG-CF4 emissions (Gg) Other F-gas use +I-GHG-CF4 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-CF4 emissions (Gg) Solvent and other product use: paint +I-GHG-CF4 emissions (Gg) Solvent and other product use: degrease +I-GHG-CF4 emissions (Gg) Solvent and other product use: chemicals +I-GHG-CF4 emissions (Gg) Solvent and other product use: other +I-GHG-CF4 emissions (Gg) Enteric fermentation +I-GHG-CF4 emissions (Gg) Manure management +I-GHG-CF4 emissions (Gg) Rice cultivation +I-GHG-CF4 emissions (Gg) Direct soil emissions +I-GHG-CF4 emissions (Gg) Manure in pasture/range/paddock +I-GHG-CF4 emissions (Gg) Indirect N2O from agriculture +I-GHG-CF4 emissions (Gg) Other direct soil emissions +I-GHG-CF4 emissions (Gg) Savanna burning +I-GHG-CF4 emissions (Gg) Agricultural waste burning +I-GHG-CF4 emissions (Gg) Forest fires +I-GHG-CF4 emissions (Gg) Grassland fires +I-GHG-CF4 emissions (Gg) Decay of wetlands/peatlands +I-GHG-CF4 emissions (Gg) Other vegetation fires +I-GHG-CF4 emissions (Gg) Forest Fires-Post burn decay +I-GHG-CF4 emissions (Gg) Solid waste disposal on land +I-GHG-CF4 emissions (Gg) Wastewater handling +I-GHG-CF4 emissions (Gg) Waste incineration +I-GHG-CF4 emissions (Gg) Other waste handling +I-GHG-CF4 emissions (Gg) Fossil fuel fires +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-CF4 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-CF4 emissions (Gg) Other sources +I-GHG-cC4F8 emissions (Gg) Public electricity and heat production +I-GHG-cC4F8 emissions (Gg) Other Energy Industries +I-GHG-cC4F8 emissions (Gg) Manufacturing Industries and Construction +I-GHG-cC4F8 emissions (Gg) Domestic aviation +I-GHG-cC4F8 emissions (Gg) Road transportation +I-GHG-cC4F8 emissions (Gg) Rail transportation +I-GHG-cC4F8 emissions (Gg) Inland navigation +I-GHG-cC4F8 emissions (Gg) Other transportation +I-GHG-cC4F8 emissions (Gg) Residential and other sectors +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-cC4F8 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-cC4F8 emissions (Gg) Memo: International aviation +I-GHG-cC4F8 emissions (Gg) Memo: International navigation +I-GHG-cC4F8 emissions (Gg) Production of minerals +I-GHG-cC4F8 emissions (Gg) Cement production +I-GHG-cC4F8 emissions (Gg) Lime production +I-GHG-cC4F8 emissions (Gg) Production of chemicals +I-GHG-cC4F8 emissions (Gg) Production of metals +I-GHG-cC4F8 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-cC4F8 emissions (Gg) Production of halocarbons and SF6 +I-GHG-cC4F8 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-cC4F8 emissions (Gg) Foam Blowing +I-GHG-cC4F8 emissions (Gg) Fire Extinguishers +I-GHG-cC4F8 emissions (Gg) Aerosols +I-GHG-cC4F8 emissions (Gg) F-gas as Solvent +I-GHG-cC4F8 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-cC4F8 emissions (Gg) Electrical Equipment +I-GHG-cC4F8 emissions (Gg) Other F-gas use +I-GHG-cC4F8 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: paint +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: degrease +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: chemicals +I-GHG-cC4F8 emissions (Gg) Solvent and other product use: other +I-GHG-cC4F8 emissions (Gg) Enteric fermentation +I-GHG-cC4F8 emissions (Gg) Manure management +I-GHG-cC4F8 emissions (Gg) Rice cultivation +I-GHG-cC4F8 emissions (Gg) Direct soil emissions +I-GHG-cC4F8 emissions (Gg) Manure in pasture/range/paddock +I-GHG-cC4F8 emissions (Gg) Indirect N2O from agriculture +I-GHG-cC4F8 emissions (Gg) Other direct soil emissions +I-GHG-cC4F8 emissions (Gg) Savanna burning +I-GHG-cC4F8 emissions (Gg) Agricultural waste burning +I-GHG-cC4F8 emissions (Gg) Forest fires +I-GHG-cC4F8 emissions (Gg) Grassland fires +I-GHG-cC4F8 emissions (Gg) Decay of wetlands/peatlands +I-GHG-cC4F8 emissions (Gg) Other vegetation fires +I-GHG-cC4F8 emissions (Gg) Forest Fires-Post burn decay +I-GHG-cC4F8 emissions (Gg) Solid waste disposal on land +I-GHG-cC4F8 emissions (Gg) Wastewater handling +I-GHG-cC4F8 emissions (Gg) Waste incineration +I-GHG-cC4F8 emissions (Gg) Other waste handling +I-GHG-cC4F8 emissions (Gg) Fossil fuel fires +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-cC4F8 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-cC4F8 emissions (Gg) Other sources +I-GHG-SF6 emissions (Gg) Public electricity and heat production +I-GHG-SF6 emissions (Gg) Other Energy Industries +I-GHG-SF6 emissions (Gg) Manufacturing Industries and Construction +I-GHG-SF6 emissions (Gg) Domestic aviation +I-GHG-SF6 emissions (Gg) Road transportation +I-GHG-SF6 emissions (Gg) Rail transportation +I-GHG-SF6 emissions (Gg) Inland navigation +I-GHG-SF6 emissions (Gg) Other transportation +I-GHG-SF6 emissions (Gg) Residential and other sectors +I-GHG-SF6 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-SF6 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-SF6 emissions (Gg) Memo: International aviation +I-GHG-SF6 emissions (Gg) Memo: International navigation +I-GHG-SF6 emissions (Gg) Production of minerals +I-GHG-SF6 emissions (Gg) Cement production +I-GHG-SF6 emissions (Gg) Lime production +I-GHG-SF6 emissions (Gg) Production of chemicals +I-GHG-SF6 emissions (Gg) Production of metals +I-GHG-SF6 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-SF6 emissions (Gg) Production of halocarbons and SF6 +I-GHG-SF6 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-SF6 emissions (Gg) Foam Blowing +I-GHG-SF6 emissions (Gg) Fire Extinguishers +I-GHG-SF6 emissions (Gg) Aerosols +I-GHG-SF6 emissions (Gg) F-gas as Solvent +I-GHG-SF6 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-SF6 emissions (Gg) Electrical Equipment +I-GHG-SF6 emissions (Gg) Other F-gas use +I-GHG-SF6 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-SF6 emissions (Gg) Solvent and other product use: paint +I-GHG-SF6 emissions (Gg) Solvent and other product use: degrease +I-GHG-SF6 emissions (Gg) Solvent and other product use: chemicals +I-GHG-SF6 emissions (Gg) Solvent and other product use: other +I-GHG-SF6 emissions (Gg) Enteric fermentation +I-GHG-SF6 emissions (Gg) Manure management +I-GHG-SF6 emissions (Gg) Rice cultivation +I-GHG-SF6 emissions (Gg) Direct soil emissions +I-GHG-SF6 emissions (Gg) Manure in pasture/range/paddock +I-GHG-SF6 emissions (Gg) Indirect N2O from agriculture +I-GHG-SF6 emissions (Gg) Other direct soil emissions +I-GHG-SF6 emissions (Gg) Savanna burning +I-GHG-SF6 emissions (Gg) Agricultural waste burning +I-GHG-SF6 emissions (Gg) Forest fires +I-GHG-SF6 emissions (Gg) Grassland fires +I-GHG-SF6 emissions (Gg) Decay of wetlands/peatlands +I-GHG-SF6 emissions (Gg) Other vegetation fires +I-GHG-SF6 emissions (Gg) Forest Fires-Post burn decay +I-GHG-SF6 emissions (Gg) Solid waste disposal on land +I-GHG-SF6 emissions (Gg) Wastewater handling +I-GHG-SF6 emissions (Gg) Waste incineration +I-GHG-SF6 emissions (Gg) Other waste handling +I-GHG-SF6 emissions (Gg) Fossil fuel fires +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-SF6 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-SF6 emissions (Gg) Other sources +I-GHG-NF3 emissions (Gg) Public electricity and heat production +I-GHG-NF3 emissions (Gg) Other Energy Industries +I-GHG-NF3 emissions (Gg) Manufacturing Industries and Construction +I-GHG-NF3 emissions (Gg) Domestic aviation +I-GHG-NF3 emissions (Gg) Road transportation +I-GHG-NF3 emissions (Gg) Rail transportation +I-GHG-NF3 emissions (Gg) Inland navigation +I-GHG-NF3 emissions (Gg) Other transportation +I-GHG-NF3 emissions (Gg) Residential and other sectors +I-GHG-NF3 emissions (Gg) Fugitive emissions from solid fuels +I-GHG-NF3 emissions (Gg) Fugitive emissions from oil and gas +I-GHG-NF3 emissions (Gg) Memo: International aviation +I-GHG-NF3 emissions (Gg) Memo: International navigation +I-GHG-NF3 emissions (Gg) Production of minerals +I-GHG-NF3 emissions (Gg) Cement production +I-GHG-NF3 emissions (Gg) Lime production +I-GHG-NF3 emissions (Gg) Production of chemicals +I-GHG-NF3 emissions (Gg) Production of metals +I-GHG-NF3 emissions (Gg) Production of pulp/paper/food/drink +I-GHG-NF3 emissions (Gg) Production of halocarbons and SF6 +I-GHG-NF3 emissions (Gg) Refrigeration and Air Conditioning +I-GHG-NF3 emissions (Gg) Foam Blowing +I-GHG-NF3 emissions (Gg) Fire Extinguishers +I-GHG-NF3 emissions (Gg) Aerosols +I-GHG-NF3 emissions (Gg) F-gas as Solvent +I-GHG-NF3 emissions (Gg) Semiconductor/Electronics Manufacture +I-GHG-NF3 emissions (Gg) Electrical Equipment +I-GHG-NF3 emissions (Gg) Other F-gas use +I-GHG-NF3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-GHG-NF3 emissions (Gg) Solvent and other product use: paint +I-GHG-NF3 emissions (Gg) Solvent and other product use: degrease +I-GHG-NF3 emissions (Gg) Solvent and other product use: chemicals +I-GHG-NF3 emissions (Gg) Solvent and other product use: other +I-GHG-NF3 emissions (Gg) Enteric fermentation +I-GHG-NF3 emissions (Gg) Manure management +I-GHG-NF3 emissions (Gg) Rice cultivation +I-GHG-NF3 emissions (Gg) Direct soil emissions +I-GHG-NF3 emissions (Gg) Manure in pasture/range/paddock +I-GHG-NF3 emissions (Gg) Indirect N2O from agriculture +I-GHG-NF3 emissions (Gg) Other direct soil emissions +I-GHG-NF3 emissions (Gg) Savanna burning +I-GHG-NF3 emissions (Gg) Agricultural waste burning +I-GHG-NF3 emissions (Gg) Forest fires +I-GHG-NF3 emissions (Gg) Grassland fires +I-GHG-NF3 emissions (Gg) Decay of wetlands/peatlands +I-GHG-NF3 emissions (Gg) Other vegetation fires +I-GHG-NF3 emissions (Gg) Forest Fires-Post burn decay +I-GHG-NF3 emissions (Gg) Solid waste disposal on land +I-GHG-NF3 emissions (Gg) Wastewater handling +I-GHG-NF3 emissions (Gg) Waste incineration +I-GHG-NF3 emissions (Gg) Other waste handling +I-GHG-NF3 emissions (Gg) Fossil fuel fires +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-GHG-NF3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-GHG-NF3 emissions (Gg) Other sources +I-HANPP emissions (Gg) Harvested primary crops +I-HANPP emissions (Gg) Harvested crop residues +I-HANPP emissions (Gg) Grazed biomass +I-HANPP emissions (Gg) Wood removals (fao) +I-AIR-CO emissions (Gg) Public electricity and heat production +I-AIR-CO emissions (Gg) Other Energy Industries +I-AIR-CO emissions (Gg) Manufacturing Industries and Construction +I-AIR-CO emissions (Gg) Domestic aviation +I-AIR-CO emissions (Gg) Road transportation +I-AIR-CO emissions (Gg) Rail transportation +I-AIR-CO emissions (Gg) Inland navigation +I-AIR-CO emissions (Gg) Other transportation +I-AIR-CO emissions (Gg) Residential and other sectors +I-AIR-CO emissions (Gg) Fugitive emissions from solid fuels +I-AIR-CO emissions (Gg) Fugitive emissions from oil and gas +I-AIR-CO emissions (Gg) Memo: International aviation +I-AIR-CO emissions (Gg) Memo: International navigation +I-AIR-CO emissions (Gg) Production of minerals +I-AIR-CO emissions (Gg) Cement production +I-AIR-CO emissions (Gg) Lime production +I-AIR-CO emissions (Gg) Production of chemicals +I-AIR-CO emissions (Gg) Production of metals +I-AIR-CO emissions (Gg) Production of pulp/paper/food/drink +I-AIR-CO emissions (Gg) Production of halocarbons and SF6 +I-AIR-CO emissions (Gg) Refrigeration and Air Conditioning +I-AIR-CO emissions (Gg) Foam Blowing +I-AIR-CO emissions (Gg) Fire Extinguishers +I-AIR-CO emissions (Gg) Aerosols +I-AIR-CO emissions (Gg) F-gas as Solvent +I-AIR-CO emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-CO emissions (Gg) Electrical Equipment +I-AIR-CO emissions (Gg) Other F-gas use +I-AIR-CO emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-CO emissions (Gg) Solvent and other product use: paint +I-AIR-CO emissions (Gg) Solvent and other product use: degrease +I-AIR-CO emissions (Gg) Solvent and other product use: chemicals +I-AIR-CO emissions (Gg) Solvent and other product use: other +I-AIR-CO emissions (Gg) Enteric fermentation +I-AIR-CO emissions (Gg) Manure management +I-AIR-CO emissions (Gg) Rice cultivation +I-AIR-CO emissions (Gg) Direct soil emissions +I-AIR-CO emissions (Gg) Manure in pasture/range/paddock +I-AIR-CO emissions (Gg) Indirect N2O from agriculture +I-AIR-CO emissions (Gg) Other direct soil emissions +I-AIR-CO emissions (Gg) Savanna burning +I-AIR-CO emissions (Gg) Agricultural waste burning +I-AIR-CO emissions (Gg) Forest fires +I-AIR-CO emissions (Gg) Grassland fires +I-AIR-CO emissions (Gg) Decay of wetlands/peatlands +I-AIR-CO emissions (Gg) Other vegetation fires +I-AIR-CO emissions (Gg) Forest Fires-Post burn decay +I-AIR-CO emissions (Gg) Solid waste disposal on land +I-AIR-CO emissions (Gg) Wastewater handling +I-AIR-CO emissions (Gg) Waste incineration +I-AIR-CO emissions (Gg) Other waste handling +I-AIR-CO emissions (Gg) Fossil fuel fires +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-CO emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-CO emissions (Gg) Other sources +I-AIR-NOx emissions (Gg) Public electricity and heat production +I-AIR-NOx emissions (Gg) Other Energy Industries +I-AIR-NOx emissions (Gg) Manufacturing Industries and Construction +I-AIR-NOx emissions (Gg) Domestic aviation +I-AIR-NOx emissions (Gg) Road transportation +I-AIR-NOx emissions (Gg) Rail transportation +I-AIR-NOx emissions (Gg) Inland navigation +I-AIR-NOx emissions (Gg) Other transportation +I-AIR-NOx emissions (Gg) Residential and other sectors +I-AIR-NOx emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NOx emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NOx emissions (Gg) Memo: International aviation +I-AIR-NOx emissions (Gg) Memo: International navigation +I-AIR-NOx emissions (Gg) Production of minerals +I-AIR-NOx emissions (Gg) Cement production +I-AIR-NOx emissions (Gg) Lime production +I-AIR-NOx emissions (Gg) Production of chemicals +I-AIR-NOx emissions (Gg) Production of metals +I-AIR-NOx emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NOx emissions (Gg) Production of halocarbons and SF6 +I-AIR-NOx emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NOx emissions (Gg) Foam Blowing +I-AIR-NOx emissions (Gg) Fire Extinguishers +I-AIR-NOx emissions (Gg) Aerosols +I-AIR-NOx emissions (Gg) F-gas as Solvent +I-AIR-NOx emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NOx emissions (Gg) Electrical Equipment +I-AIR-NOx emissions (Gg) Other F-gas use +I-AIR-NOx emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NOx emissions (Gg) Solvent and other product use: paint +I-AIR-NOx emissions (Gg) Solvent and other product use: degrease +I-AIR-NOx emissions (Gg) Solvent and other product use: chemicals +I-AIR-NOx emissions (Gg) Solvent and other product use: other +I-AIR-NOx emissions (Gg) Enteric fermentation +I-AIR-NOx emissions (Gg) Manure management +I-AIR-NOx emissions (Gg) Rice cultivation +I-AIR-NOx emissions (Gg) Direct soil emissions +I-AIR-NOx emissions (Gg) Manure in pasture/range/paddock +I-AIR-NOx emissions (Gg) Indirect N2O from agriculture +I-AIR-NOx emissions (Gg) Other direct soil emissions +I-AIR-NOx emissions (Gg) Savanna burning +I-AIR-NOx emissions (Gg) Agricultural waste burning +I-AIR-NOx emissions (Gg) Forest fires +I-AIR-NOx emissions (Gg) Grassland fires +I-AIR-NOx emissions (Gg) Decay of wetlands/peatlands +I-AIR-NOx emissions (Gg) Other vegetation fires +I-AIR-NOx emissions (Gg) Forest Fires-Post burn decay +I-AIR-NOx emissions (Gg) Solid waste disposal on land +I-AIR-NOx emissions (Gg) Wastewater handling +I-AIR-NOx emissions (Gg) Waste incineration +I-AIR-NOx emissions (Gg) Other waste handling +I-AIR-NOx emissions (Gg) Fossil fuel fires +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NOx emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NOx emissions (Gg) Other sources +I-AIR-NMVOC emissions (Gg) Public electricity and heat production +I-AIR-NMVOC emissions (Gg) Other Energy Industries +I-AIR-NMVOC emissions (Gg) Manufacturing Industries and Construction +I-AIR-NMVOC emissions (Gg) Domestic aviation +I-AIR-NMVOC emissions (Gg) Road transportation +I-AIR-NMVOC emissions (Gg) Rail transportation +I-AIR-NMVOC emissions (Gg) Inland navigation +I-AIR-NMVOC emissions (Gg) Other transportation +I-AIR-NMVOC emissions (Gg) Residential and other sectors +I-AIR-NMVOC emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NMVOC emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NMVOC emissions (Gg) Memo: International aviation +I-AIR-NMVOC emissions (Gg) Memo: International navigation +I-AIR-NMVOC emissions (Gg) Production of minerals +I-AIR-NMVOC emissions (Gg) Cement production +I-AIR-NMVOC emissions (Gg) Lime production +I-AIR-NMVOC emissions (Gg) Production of chemicals +I-AIR-NMVOC emissions (Gg) Production of metals +I-AIR-NMVOC emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NMVOC emissions (Gg) Production of halocarbons and SF6 +I-AIR-NMVOC emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NMVOC emissions (Gg) Foam Blowing +I-AIR-NMVOC emissions (Gg) Fire Extinguishers +I-AIR-NMVOC emissions (Gg) Aerosols +I-AIR-NMVOC emissions (Gg) F-gas as Solvent +I-AIR-NMVOC emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NMVOC emissions (Gg) Electrical Equipment +I-AIR-NMVOC emissions (Gg) Other F-gas use +I-AIR-NMVOC emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NMVOC emissions (Gg) Solvent and other product use: paint +I-AIR-NMVOC emissions (Gg) Solvent and other product use: degrease +I-AIR-NMVOC emissions (Gg) Solvent and other product use: chemicals +I-AIR-NMVOC emissions (Gg) Solvent and other product use: other +I-AIR-NMVOC emissions (Gg) Enteric fermentation +I-AIR-NMVOC emissions (Gg) Manure management +I-AIR-NMVOC emissions (Gg) Rice cultivation +I-AIR-NMVOC emissions (Gg) Direct soil emissions +I-AIR-NMVOC emissions (Gg) Manure in pasture/range/paddock +I-AIR-NMVOC emissions (Gg) Indirect N2O from agriculture +I-AIR-NMVOC emissions (Gg) Other direct soil emissions +I-AIR-NMVOC emissions (Gg) Savanna burning +I-AIR-NMVOC emissions (Gg) Agricultural waste burning +I-AIR-NMVOC emissions (Gg) Forest fires +I-AIR-NMVOC emissions (Gg) Grassland fires +I-AIR-NMVOC emissions (Gg) Decay of wetlands/peatlands +I-AIR-NMVOC emissions (Gg) Other vegetation fires +I-AIR-NMVOC emissions (Gg) Forest Fires-Post burn decay +I-AIR-NMVOC emissions (Gg) Solid waste disposal on land +I-AIR-NMVOC emissions (Gg) Wastewater handling +I-AIR-NMVOC emissions (Gg) Waste incineration +I-AIR-NMVOC emissions (Gg) Other waste handling +I-AIR-NMVOC emissions (Gg) Fossil fuel fires +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NMVOC emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NMVOC emissions (Gg) Other sources +I-AIR-NH3 emissions (Gg) Public electricity and heat production +I-AIR-NH3 emissions (Gg) Other Energy Industries +I-AIR-NH3 emissions (Gg) Manufacturing Industries and Construction +I-AIR-NH3 emissions (Gg) Domestic aviation +I-AIR-NH3 emissions (Gg) Road transportation +I-AIR-NH3 emissions (Gg) Rail transportation +I-AIR-NH3 emissions (Gg) Inland navigation +I-AIR-NH3 emissions (Gg) Other transportation +I-AIR-NH3 emissions (Gg) Residential and other sectors +I-AIR-NH3 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-NH3 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-NH3 emissions (Gg) Memo: International aviation +I-AIR-NH3 emissions (Gg) Memo: International navigation +I-AIR-NH3 emissions (Gg) Production of minerals +I-AIR-NH3 emissions (Gg) Cement production +I-AIR-NH3 emissions (Gg) Lime production +I-AIR-NH3 emissions (Gg) Production of chemicals +I-AIR-NH3 emissions (Gg) Production of metals +I-AIR-NH3 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-NH3 emissions (Gg) Production of halocarbons and SF6 +I-AIR-NH3 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-NH3 emissions (Gg) Foam Blowing +I-AIR-NH3 emissions (Gg) Fire Extinguishers +I-AIR-NH3 emissions (Gg) Aerosols +I-AIR-NH3 emissions (Gg) F-gas as Solvent +I-AIR-NH3 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-NH3 emissions (Gg) Electrical Equipment +I-AIR-NH3 emissions (Gg) Other F-gas use +I-AIR-NH3 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-NH3 emissions (Gg) Solvent and other product use: paint +I-AIR-NH3 emissions (Gg) Solvent and other product use: degrease +I-AIR-NH3 emissions (Gg) Solvent and other product use: chemicals +I-AIR-NH3 emissions (Gg) Solvent and other product use: other +I-AIR-NH3 emissions (Gg) Enteric fermentation +I-AIR-NH3 emissions (Gg) Manure management +I-AIR-NH3 emissions (Gg) Rice cultivation +I-AIR-NH3 emissions (Gg) Direct soil emissions +I-AIR-NH3 emissions (Gg) Manure in pasture/range/paddock +I-AIR-NH3 emissions (Gg) Indirect N2O from agriculture +I-AIR-NH3 emissions (Gg) Other direct soil emissions +I-AIR-NH3 emissions (Gg) Savanna burning +I-AIR-NH3 emissions (Gg) Agricultural waste burning +I-AIR-NH3 emissions (Gg) Forest fires +I-AIR-NH3 emissions (Gg) Grassland fires +I-AIR-NH3 emissions (Gg) Decay of wetlands/peatlands +I-AIR-NH3 emissions (Gg) Other vegetation fires +I-AIR-NH3 emissions (Gg) Forest Fires-Post burn decay +I-AIR-NH3 emissions (Gg) Solid waste disposal on land +I-AIR-NH3 emissions (Gg) Wastewater handling +I-AIR-NH3 emissions (Gg) Waste incineration +I-AIR-NH3 emissions (Gg) Other waste handling +I-AIR-NH3 emissions (Gg) Fossil fuel fires +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-NH3 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-NH3 emissions (Gg) Other sources +I-AIR-SO2 emissions (Gg) Public electricity and heat production +I-AIR-SO2 emissions (Gg) Other Energy Industries +I-AIR-SO2 emissions (Gg) Manufacturing Industries and Construction +I-AIR-SO2 emissions (Gg) Domestic aviation +I-AIR-SO2 emissions (Gg) Road transportation +I-AIR-SO2 emissions (Gg) Rail transportation +I-AIR-SO2 emissions (Gg) Inland navigation +I-AIR-SO2 emissions (Gg) Other transportation +I-AIR-SO2 emissions (Gg) Residential and other sectors +I-AIR-SO2 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-SO2 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-SO2 emissions (Gg) Memo: International aviation +I-AIR-SO2 emissions (Gg) Memo: International navigation +I-AIR-SO2 emissions (Gg) Production of minerals +I-AIR-SO2 emissions (Gg) Cement production +I-AIR-SO2 emissions (Gg) Lime production +I-AIR-SO2 emissions (Gg) Production of chemicals +I-AIR-SO2 emissions (Gg) Production of metals +I-AIR-SO2 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-SO2 emissions (Gg) Production of halocarbons and SF6 +I-AIR-SO2 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-SO2 emissions (Gg) Foam Blowing +I-AIR-SO2 emissions (Gg) Fire Extinguishers +I-AIR-SO2 emissions (Gg) Aerosols +I-AIR-SO2 emissions (Gg) F-gas as Solvent +I-AIR-SO2 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-SO2 emissions (Gg) Electrical Equipment +I-AIR-SO2 emissions (Gg) Other F-gas use +I-AIR-SO2 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-SO2 emissions (Gg) Solvent and other product use: paint +I-AIR-SO2 emissions (Gg) Solvent and other product use: degrease +I-AIR-SO2 emissions (Gg) Solvent and other product use: chemicals +I-AIR-SO2 emissions (Gg) Solvent and other product use: other +I-AIR-SO2 emissions (Gg) Enteric fermentation +I-AIR-SO2 emissions (Gg) Manure management +I-AIR-SO2 emissions (Gg) Rice cultivation +I-AIR-SO2 emissions (Gg) Direct soil emissions +I-AIR-SO2 emissions (Gg) Manure in pasture/range/paddock +I-AIR-SO2 emissions (Gg) Indirect N2O from agriculture +I-AIR-SO2 emissions (Gg) Other direct soil emissions +I-AIR-SO2 emissions (Gg) Savanna burning +I-AIR-SO2 emissions (Gg) Agricultural waste burning +I-AIR-SO2 emissions (Gg) Forest fires +I-AIR-SO2 emissions (Gg) Grassland fires +I-AIR-SO2 emissions (Gg) Decay of wetlands/peatlands +I-AIR-SO2 emissions (Gg) Other vegetation fires +I-AIR-SO2 emissions (Gg) Forest Fires-Post burn decay +I-AIR-SO2 emissions (Gg) Solid waste disposal on land +I-AIR-SO2 emissions (Gg) Wastewater handling +I-AIR-SO2 emissions (Gg) Waste incineration +I-AIR-SO2 emissions (Gg) Other waste handling +I-AIR-SO2 emissions (Gg) Fossil fuel fires +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-SO2 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-SO2 emissions (Gg) Other sources +I-AIR-PM10 emissions (Gg) Public electricity and heat production +I-AIR-PM10 emissions (Gg) Other Energy Industries +I-AIR-PM10 emissions (Gg) Manufacturing Industries and Construction +I-AIR-PM10 emissions (Gg) Domestic aviation +I-AIR-PM10 emissions (Gg) Road transportation +I-AIR-PM10 emissions (Gg) Rail transportation +I-AIR-PM10 emissions (Gg) Inland navigation +I-AIR-PM10 emissions (Gg) Other transportation +I-AIR-PM10 emissions (Gg) Residential and other sectors +I-AIR-PM10 emissions (Gg) Fugitive emissions from solid fuels +I-AIR-PM10 emissions (Gg) Fugitive emissions from oil and gas +I-AIR-PM10 emissions (Gg) Memo: International aviation +I-AIR-PM10 emissions (Gg) Memo: International navigation +I-AIR-PM10 emissions (Gg) Production of minerals +I-AIR-PM10 emissions (Gg) Cement production +I-AIR-PM10 emissions (Gg) Lime production +I-AIR-PM10 emissions (Gg) Production of chemicals +I-AIR-PM10 emissions (Gg) Production of metals +I-AIR-PM10 emissions (Gg) Production of pulp/paper/food/drink +I-AIR-PM10 emissions (Gg) Production of halocarbons and SF6 +I-AIR-PM10 emissions (Gg) Refrigeration and Air Conditioning +I-AIR-PM10 emissions (Gg) Foam Blowing +I-AIR-PM10 emissions (Gg) Fire Extinguishers +I-AIR-PM10 emissions (Gg) Aerosols +I-AIR-PM10 emissions (Gg) F-gas as Solvent +I-AIR-PM10 emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-PM10 emissions (Gg) Electrical Equipment +I-AIR-PM10 emissions (Gg) Other F-gas use +I-AIR-PM10 emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-PM10 emissions (Gg) Solvent and other product use: paint +I-AIR-PM10 emissions (Gg) Solvent and other product use: degrease +I-AIR-PM10 emissions (Gg) Solvent and other product use: chemicals +I-AIR-PM10 emissions (Gg) Solvent and other product use: other +I-AIR-PM10 emissions (Gg) Enteric fermentation +I-AIR-PM10 emissions (Gg) Manure management +I-AIR-PM10 emissions (Gg) Rice cultivation +I-AIR-PM10 emissions (Gg) Direct soil emissions +I-AIR-PM10 emissions (Gg) Manure in pasture/range/paddock +I-AIR-PM10 emissions (Gg) Indirect N2O from agriculture +I-AIR-PM10 emissions (Gg) Other direct soil emissions +I-AIR-PM10 emissions (Gg) Savanna burning +I-AIR-PM10 emissions (Gg) Agricultural waste burning +I-AIR-PM10 emissions (Gg) Forest fires +I-AIR-PM10 emissions (Gg) Grassland fires +I-AIR-PM10 emissions (Gg) Decay of wetlands/peatlands +I-AIR-PM10 emissions (Gg) Other vegetation fires +I-AIR-PM10 emissions (Gg) Forest Fires-Post burn decay +I-AIR-PM10 emissions (Gg) Solid waste disposal on land +I-AIR-PM10 emissions (Gg) Wastewater handling +I-AIR-PM10 emissions (Gg) Waste incineration +I-AIR-PM10 emissions (Gg) Other waste handling +I-AIR-PM10 emissions (Gg) Fossil fuel fires +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-PM10 emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-PM10 emissions (Gg) Other sources +I-AIR-HCFC141b emissions (Gg) Public electricity and heat production +I-AIR-HCFC141b emissions (Gg) Other Energy Industries +I-AIR-HCFC141b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC141b emissions (Gg) Domestic aviation +I-AIR-HCFC141b emissions (Gg) Road transportation +I-AIR-HCFC141b emissions (Gg) Rail transportation +I-AIR-HCFC141b emissions (Gg) Inland navigation +I-AIR-HCFC141b emissions (Gg) Other transportation +I-AIR-HCFC141b emissions (Gg) Residential and other sectors +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC141b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC141b emissions (Gg) Memo: International aviation +I-AIR-HCFC141b emissions (Gg) Memo: International navigation +I-AIR-HCFC141b emissions (Gg) Production of minerals +I-AIR-HCFC141b emissions (Gg) Cement production +I-AIR-HCFC141b emissions (Gg) Lime production +I-AIR-HCFC141b emissions (Gg) Production of chemicals +I-AIR-HCFC141b emissions (Gg) Production of metals +I-AIR-HCFC141b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC141b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC141b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC141b emissions (Gg) Foam Blowing +I-AIR-HCFC141b emissions (Gg) Fire Extinguishers +I-AIR-HCFC141b emissions (Gg) Aerosols +I-AIR-HCFC141b emissions (Gg) F-gas as Solvent +I-AIR-HCFC141b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC141b emissions (Gg) Electrical Equipment +I-AIR-HCFC141b emissions (Gg) Other F-gas use +I-AIR-HCFC141b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC141b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC141b emissions (Gg) Enteric fermentation +I-AIR-HCFC141b emissions (Gg) Manure management +I-AIR-HCFC141b emissions (Gg) Rice cultivation +I-AIR-HCFC141b emissions (Gg) Direct soil emissions +I-AIR-HCFC141b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC141b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC141b emissions (Gg) Other direct soil emissions +I-AIR-HCFC141b emissions (Gg) Savanna burning +I-AIR-HCFC141b emissions (Gg) Agricultural waste burning +I-AIR-HCFC141b emissions (Gg) Forest fires +I-AIR-HCFC141b emissions (Gg) Grassland fires +I-AIR-HCFC141b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC141b emissions (Gg) Other vegetation fires +I-AIR-HCFC141b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC141b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC141b emissions (Gg) Wastewater handling +I-AIR-HCFC141b emissions (Gg) Waste incineration +I-AIR-HCFC141b emissions (Gg) Other waste handling +I-AIR-HCFC141b emissions (Gg) Fossil fuel fires +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC141b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC141b emissions (Gg) Other sources +I-AIR-HCFC142b emissions (Gg) Public electricity and heat production +I-AIR-HCFC142b emissions (Gg) Other Energy Industries +I-AIR-HCFC142b emissions (Gg) Manufacturing Industries and Construction +I-AIR-HCFC142b emissions (Gg) Domestic aviation +I-AIR-HCFC142b emissions (Gg) Road transportation +I-AIR-HCFC142b emissions (Gg) Rail transportation +I-AIR-HCFC142b emissions (Gg) Inland navigation +I-AIR-HCFC142b emissions (Gg) Other transportation +I-AIR-HCFC142b emissions (Gg) Residential and other sectors +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from solid fuels +I-AIR-HCFC142b emissions (Gg) Fugitive emissions from oil and gas +I-AIR-HCFC142b emissions (Gg) Memo: International aviation +I-AIR-HCFC142b emissions (Gg) Memo: International navigation +I-AIR-HCFC142b emissions (Gg) Production of minerals +I-AIR-HCFC142b emissions (Gg) Cement production +I-AIR-HCFC142b emissions (Gg) Lime production +I-AIR-HCFC142b emissions (Gg) Production of chemicals +I-AIR-HCFC142b emissions (Gg) Production of metals +I-AIR-HCFC142b emissions (Gg) Production of pulp/paper/food/drink +I-AIR-HCFC142b emissions (Gg) Production of halocarbons and SF6 +I-AIR-HCFC142b emissions (Gg) Refrigeration and Air Conditioning +I-AIR-HCFC142b emissions (Gg) Foam Blowing +I-AIR-HCFC142b emissions (Gg) Fire Extinguishers +I-AIR-HCFC142b emissions (Gg) Aerosols +I-AIR-HCFC142b emissions (Gg) F-gas as Solvent +I-AIR-HCFC142b emissions (Gg) Semiconductor/Electronics Manufacture +I-AIR-HCFC142b emissions (Gg) Electrical Equipment +I-AIR-HCFC142b emissions (Gg) Other F-gas use +I-AIR-HCFC142b emissions (Gg) Non-energy use of lubricants/waxes (CO2) +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: paint +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: degrease +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: chemicals +I-AIR-HCFC142b emissions (Gg) Solvent and other product use: other +I-AIR-HCFC142b emissions (Gg) Enteric fermentation +I-AIR-HCFC142b emissions (Gg) Manure management +I-AIR-HCFC142b emissions (Gg) Rice cultivation +I-AIR-HCFC142b emissions (Gg) Direct soil emissions +I-AIR-HCFC142b emissions (Gg) Manure in pasture/range/paddock +I-AIR-HCFC142b emissions (Gg) Indirect N2O from agriculture +I-AIR-HCFC142b emissions (Gg) Other direct soil emissions +I-AIR-HCFC142b emissions (Gg) Savanna burning +I-AIR-HCFC142b emissions (Gg) Agricultural waste burning +I-AIR-HCFC142b emissions (Gg) Forest fires +I-AIR-HCFC142b emissions (Gg) Grassland fires +I-AIR-HCFC142b emissions (Gg) Decay of wetlands/peatlands +I-AIR-HCFC142b emissions (Gg) Other vegetation fires +I-AIR-HCFC142b emissions (Gg) Forest Fires-Post burn decay +I-AIR-HCFC142b emissions (Gg) Solid waste disposal on land +I-AIR-HCFC142b emissions (Gg) Wastewater handling +I-AIR-HCFC142b emissions (Gg) Waste incineration +I-AIR-HCFC142b emissions (Gg) Other waste handling +I-AIR-HCFC142b emissions (Gg) Fossil fuel fires +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NOx +I-AIR-HCFC142b emissions (Gg) Indirect N2O from non-agricultural NH3 +I-AIR-HCFC142b emissions (Gg) Other sources +EFBUILT emissions (Gg) Total +EFCROPLAND emissions (Gg) Total +EFFISH emissions (Gg) Total +EFFOREST emissions (Gg) Total +EFGRAZING emissions (Gg) Total +WF emissions (Gg) -Deprecated Crop Water Use -Deprecated +WF emissions (Gg) -Deprecated Blue Water -Deprecated +WF emissions (Gg) -Deprecated Green Water -Deprecated +WF emissions (Gg) -Deprecated Grey Water -Deprecated +WF emissions (Gg) -Deprecated Total -Deprecated +Employment emissions (Gg) Male +Employment emissions (Gg) Female +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, excluding Biomass Burning Total +DEPRECATED CO2 Emissions from Fossil Fuel Combusion (Gg), including Biomass Burning Total +DEPRECATED CO2 Emissions from Minerals, including Biomass Burning Total +DEPRECATED CO2 Emissions from Solvents, including Biomass Burning Total +DEPRECATED CO2 Emissions from Ag Burning, including Biomass Burning Total +DEPRECATED CO2 Emissions from Decay, including Biomass Burning Total +DEPRECATED CO2 Emissions from Waste, including Biomass Burning Total +DEPRECATED CO2 Emissions from Fires, Etc, including Biomass Burning Total +DEPRECATED Total emissions of CO2-e (Gg) Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF Total +DEPRECATED Total emissions of CO2-e (Gg), excluding LULUCF and biomass burning Total +DEPRECATED Total emissions of CO2 (Gg), excluding LULUCF Total +Value added, Total (000 USD) Total +Value added, from wages (000 USD) Total +Value added, from taxes (000 USD) Total +Value added, from subsidies (000 USD) Total +Value added from NOS (000 USD) Total +Value added from NMI (000 USD) Total +Value added from depreciation (000 USD) Total + DEPRECATED - Total energy use (TJ) Total +Dummy stressor, all 1s Total +Raw material inputs, itemized (t) A.999 - TOTAL +Raw material inputs, itemized (t) A.1.1.1 - Cereals +Raw material inputs, itemized (t) A.1.1.10 - Other crops +Raw material inputs, itemized (t) A.1.1.2 - Roots and tubers +Raw material inputs, itemized (t) A.1.1.3 - Sugar crops +Raw material inputs, itemized (t) A.1.1.4 - Pulses +Raw material inputs, itemized (t) A.1.1.5 - Nuts +Raw material inputs, itemized (t) A.1.1.6 - Oil bearing crops +Raw material inputs, itemized (t) A.1.1.7 - Vegetables +Raw material inputs, itemized (t) A.1.1.8 - Fruits +Raw material inputs, itemized (t) A.1.1.9 - Fibres +Raw material inputs, itemized (t) A.1.2.1 - Crop residues (used) +Raw material inputs, itemized (t) A.1.2.2.2 - Grazed biomass +Raw material inputs, itemized (t) A.1.3.1 - Timber (Industrial roundwood) +Raw material inputs, itemized (t) A.1.3.2 - Wood fuel and other extraction +Raw material inputs, itemized (t) A.2.1 - Iron Ores +Raw material inputs, itemized (t) A.2.2.1 - Copper ores - gross ore +Raw material inputs, itemized (t) A.2.2.2 - Nickel ores - gross ore +Raw material inputs, itemized (t) A.2.2.3 - Lead ores - gross ore +Raw material inputs, itemized (t) A.2.2.4 - Zinc ores - gross ore +Raw material inputs, itemized (t) A.2.2.5 - Tin ores - gross ore +Raw material inputs, itemized (t) A.2.2.6 - \Gold +Raw material inputs, itemized (t) A.2.2.7 - Bauxite and other aluminium ores - gross ore +Raw material inputs, itemized (t) A.2.2.8 - Uranium and thorium ores - gross ore +Raw material inputs, itemized (t) A.2.2.9 - Other metal ores - gross ore +Raw material inputs, itemized (t) A.3.1.1 - Ornamental or building stone +Raw material inputs, itemized (t) A.3.1.2 - Chalk and dolomite +Raw material inputs, itemized (t) A.3.1.4 - Chemical and fertilizer minerals +Raw material inputs, itemized (t) A.3.1.5 - Salt +Raw material inputs, itemized (t) A.3.1.6 - Other mining and quarrying products n.e.c +Raw material inputs, itemized (t) A.3.2 - Non-Metallic minerals - primarily construction +Raw material inputs, itemized (t) A.4.1.1 - Brown coal +Raw material inputs, itemized (t) A.4.1.2 - Hard coal +Raw material inputs, itemized (t) A.4.1.4 - Peat +Raw material inputs, itemized (t) A.4.2.1 - Crude oil and natural gas liquids +Raw material inputs, itemized (t) A.4.2.2 - Natural gas +Raw material inputs, total biomass (t) Total +Raw material inputs, total ores (t) Total +Raw material inputs, total construction material (t) Total +Raw material inputs, total fossil fuel (t) Total +Crop production, production by crop (t) abaca +Crop production, production by crop (t) agave +Crop production, production by crop (t) alfalfa +Crop production, production by crop (t) almond +Crop production, production by crop (t) aniseetc +Crop production, production by crop (t) apple +Crop production, production by crop (t) apricot +Crop production, production by crop (t) areca +Crop production, production by crop (t) artichoke +Crop production, production by crop (t) asparagus +Crop production, production by crop (t) avocado +Crop production, production by crop (t) bambara +Crop production, production by crop (t) banana +Crop production, production by crop (t) barley +Crop production, production by crop (t) bean +Crop production, production by crop (t) beetfor +Crop production, production by crop (t) berrynes +Crop production, production by crop (t) blueberry +Crop production, production by crop (t) brazil +Crop production, production by crop (t) broadbean +Crop production, production by crop (t) buckwheat +Crop production, production by crop (t) cabbage +Crop production, production by crop (t) cabbagefor +Crop production, production by crop (t) canaryseed +Crop production, production by crop (t) carob +Crop production, production by crop (t) carrot +Crop production, production by crop (t) carrotfor +Crop production, production by crop (t) cashew +Crop production, production by crop (t) cashewapple +Crop production, production by crop (t) cassava +Crop production, production by crop (t) castor +Crop production, production by crop (t) cauliflower +Crop production, production by crop (t) cerealnes +Crop production, production by crop (t) cherry +Crop production, production by crop (t) chestnut +Crop production, production by crop (t) chickpea +Crop production, production by crop (t) chicory +Crop production, production by crop (t) chilleetc +Crop production, production by crop (t) cinnamon +Crop production, production by crop (t) citrusnes +Crop production, production by crop (t) clove +Crop production, production by crop (t) clover +Crop production, production by crop (t) cocoa +Crop production, production by crop (t) coconut +Crop production, production by crop (t) coffee +Crop production, production by crop (t) cotton +Crop production, production by crop (t) cowpea +Crop production, production by crop (t) cranberry +Crop production, production by crop (t) cucumberetc +Crop production, production by crop (t) currant +Crop production, production by crop (t) date +Crop production, production by crop (t) eggplant +Crop production, production by crop (t) fibrenes +Crop production, production by crop (t) fig +Crop production, production by crop (t) flax +Crop production, production by crop (t) fonio +Crop production, production by crop (t) fornes +Crop production, production by crop (t) fruitnes +Crop production, production by crop (t) garlic +Crop production, production by crop (t) ginger +Crop production, production by crop (t) gooseberry +Crop production, production by crop (t) grape +Crop production, production by crop (t) grapefruitetc +Crop production, production by crop (t) grassnes +Crop production, production by crop (t) greenbean +Crop production, production by crop (t) greenbroadbean +Crop production, production by crop (t) greencorn +Crop production, production by crop (t) greenonion +Crop production, production by crop (t) greenpea +Crop production, production by crop (t) groundnut +Crop production, production by crop (t) hazelnut +Crop production, production by crop (t) hemp +Crop production, production by crop (t) hempseed +Crop production, production by crop (t) hop +Crop production, production by crop (t) jute +Crop production, production by crop (t) jutelikefiber +Crop production, production by crop (t) kapokfiber +Crop production, production by crop (t) kapokseed +Crop production, production by crop (t) karite +Crop production, production by crop (t) kiwi +Crop production, production by crop (t) kolanut +Crop production, production by crop (t) legumenes +Crop production, production by crop (t) lemonlime +Crop production, production by crop (t) lentil +Crop production, production by crop (t) lettuce +Crop production, production by crop (t) linseed +Crop production, production by crop (t) lupin +Crop production, production by crop (t) maize +Crop production, production by crop (t) maizefor +Crop production, production by crop (t) mango +Crop production, production by crop (t) mate +Crop production, production by crop (t) melonetc +Crop production, production by crop (t) melonseed +Crop production, production by crop (t) millet +Crop production, production by crop (t) mixedgrain +Crop production, production by crop (t) mixedgrass +Crop production, production by crop (t) mushroom +Crop production, production by crop (t) mustard +Crop production, production by crop (t) nutmeg +Crop production, production by crop (t) nutnes +Crop production, production by crop (t) oats +Crop production, production by crop (t) oilpalm +Crop production, production by crop (t) oilseedfor +Crop production, production by crop (t) oilseednes +Crop production, production by crop (t) okra +Crop production, production by crop (t) olive +Crop production, production by crop (t) onion +Crop production, production by crop (t) orange +Crop production, production by crop (t) papaya +Crop production, production by crop (t) pea +Crop production, production by crop (t) peachetc +Crop production, production by crop (t) pear +Crop production, production by crop (t) pepper +Crop production, production by crop (t) peppermint +Crop production, production by crop (t) persimmon +Crop production, production by crop (t) pigeonpea +Crop production, production by crop (t) pimento +Crop production, production by crop (t) pineapple +Crop production, production by crop (t) pistachio +Crop production, production by crop (t) plantain +Crop production, production by crop (t) plum +Crop production, production by crop (t) poppy +Crop production, production by crop (t) potato +Crop production, production by crop (t) pulsenes +Crop production, production by crop (t) pumpkinetc +Crop production, production by crop (t) pyrethrum +Crop production, production by crop (t) quince +Crop production, production by crop (t) quinoa +Crop production, production by crop (t) ramie +Crop production, production by crop (t) rapeseed +Crop production, production by crop (t) rasberry +Crop production, production by crop (t) rice +Crop production, production by crop (t) rootnes +Crop production, production by crop (t) rubber +Crop production, production by crop (t) rye +Crop production, production by crop (t) ryefor +Crop production, production by crop (t) safflower +Crop production, production by crop (t) sesame +Crop production, production by crop (t) sisal +Crop production, production by crop (t) sorghum +Crop production, production by crop (t) sorghumfor +Crop production, production by crop (t) sourcherry +Crop production, production by crop (t) soybean +Crop production, production by crop (t) spicenes +Crop production, production by crop (t) spinach +Crop production, production by crop (t) stonefruitnes +Crop production, production by crop (t) strawberry +Crop production, production by crop (t) stringbean +Crop production, production by crop (t) sugarbeet +Crop production, production by crop (t) sugarcane +Crop production, production by crop (t) sugarnes +Crop production, production by crop (t) sunflower +Crop production, production by crop (t) swedefor +Crop production, production by crop (t) sweetpotato +Crop production, production by crop (t) tangetc +Crop production, production by crop (t) taro +Crop production, production by crop (t) tea +Crop production, production by crop (t) tobacco +Crop production, production by crop (t) tomato +Crop production, production by crop (t) triticale +Crop production, production by crop (t) tropicalnes +Crop production, production by crop (t) tung +Crop production, production by crop (t) turnipfor +Crop production, production by crop (t) vanilla +Crop production, production by crop (t) vegetablenes +Crop production, production by crop (t) vegfor +Crop production, production by crop (t) vetch +Crop production, production by crop (t) walnut +Crop production, production by crop (t) watermelon +Crop production, production by crop (t) wheat +Crop production, production by crop (t) yam +Crop production, production by crop (t) yautia +Crop production, area per crop (ha) abaca +Crop production, area per crop (ha) agave +Crop production, area per crop (ha) alfalfa +Crop production, area per crop (ha) almond +Crop production, area per crop (ha) aniseetc +Crop production, area per crop (ha) apple +Crop production, area per crop (ha) apricot +Crop production, area per crop (ha) areca +Crop production, area per crop (ha) artichoke +Crop production, area per crop (ha) asparagus +Crop production, area per crop (ha) avocado +Crop production, area per crop (ha) bambara +Crop production, area per crop (ha) banana +Crop production, area per crop (ha) barley +Crop production, area per crop (ha) bean +Crop production, area per crop (ha) beetfor +Crop production, area per crop (ha) berrynes +Crop production, area per crop (ha) blueberry +Crop production, area per crop (ha) brazil +Crop production, area per crop (ha) broadbean +Crop production, area per crop (ha) buckwheat +Crop production, area per crop (ha) cabbage +Crop production, area per crop (ha) cabbagefor +Crop production, area per crop (ha) canaryseed +Crop production, area per crop (ha) carob +Crop production, area per crop (ha) carrot +Crop production, area per crop (ha) carrotfor +Crop production, area per crop (ha) cashew +Crop production, area per crop (ha) cashewapple +Crop production, area per crop (ha) cassava +Crop production, area per crop (ha) castor +Crop production, area per crop (ha) cauliflower +Crop production, area per crop (ha) cerealnes +Crop production, area per crop (ha) cherry +Crop production, area per crop (ha) chestnut +Crop production, area per crop (ha) chickpea +Crop production, area per crop (ha) chicory +Crop production, area per crop (ha) chilleetc +Crop production, area per crop (ha) cinnamon +Crop production, area per crop (ha) citrusnes +Crop production, area per crop (ha) clove +Crop production, area per crop (ha) clover +Crop production, area per crop (ha) cocoa +Crop production, area per crop (ha) coconut +Crop production, area per crop (ha) coffee +Crop production, area per crop (ha) cotton +Crop production, area per crop (ha) cowpea +Crop production, area per crop (ha) cranberry +Crop production, area per crop (ha) cucumberetc +Crop production, area per crop (ha) currant +Crop production, area per crop (ha) date +Crop production, area per crop (ha) eggplant +Crop production, area per crop (ha) fibrenes +Crop production, area per crop (ha) fig +Crop production, area per crop (ha) flax +Crop production, area per crop (ha) fonio +Crop production, area per crop (ha) fornes +Crop production, area per crop (ha) fruitnes +Crop production, area per crop (ha) garlic +Crop production, area per crop (ha) ginger +Crop production, area per crop (ha) gooseberry +Crop production, area per crop (ha) grape +Crop production, area per crop (ha) grapefruitetc +Crop production, area per crop (ha) grassnes +Crop production, area per crop (ha) greenbean +Crop production, area per crop (ha) greenbroadbean +Crop production, area per crop (ha) greencorn +Crop production, area per crop (ha) greenonion +Crop production, area per crop (ha) greenpea +Crop production, area per crop (ha) groundnut +Crop production, area per crop (ha) hazelnut +Crop production, area per crop (ha) hemp +Crop production, area per crop (ha) hempseed +Crop production, area per crop (ha) hop +Crop production, area per crop (ha) jute +Crop production, area per crop (ha) jutelikefiber +Crop production, area per crop (ha) kapokfiber +Crop production, area per crop (ha) kapokseed +Crop production, area per crop (ha) karite +Crop production, area per crop (ha) kiwi +Crop production, area per crop (ha) kolanut +Crop production, area per crop (ha) legumenes +Crop production, area per crop (ha) lemonlime +Crop production, area per crop (ha) lentil +Crop production, area per crop (ha) lettuce +Crop production, area per crop (ha) linseed +Crop production, area per crop (ha) lupin +Crop production, area per crop (ha) maize +Crop production, area per crop (ha) maizefor +Crop production, area per crop (ha) mango +Crop production, area per crop (ha) mate +Crop production, area per crop (ha) melonetc +Crop production, area per crop (ha) melonseed +Crop production, area per crop (ha) millet +Crop production, area per crop (ha) mixedgrain +Crop production, area per crop (ha) mixedgrass +Crop production, area per crop (ha) mushroom +Crop production, area per crop (ha) mustard +Crop production, area per crop (ha) nutmeg +Crop production, area per crop (ha) nutnes +Crop production, area per crop (ha) oats +Crop production, area per crop (ha) oilpalm +Crop production, area per crop (ha) oilseedfor +Crop production, area per crop (ha) oilseednes +Crop production, area per crop (ha) okra +Crop production, area per crop (ha) olive +Crop production, area per crop (ha) onion +Crop production, area per crop (ha) orange +Crop production, area per crop (ha) papaya +Crop production, area per crop (ha) pea +Crop production, area per crop (ha) peachetc +Crop production, area per crop (ha) pear +Crop production, area per crop (ha) pepper +Crop production, area per crop (ha) peppermint +Crop production, area per crop (ha) persimmon +Crop production, area per crop (ha) pigeonpea +Crop production, area per crop (ha) pimento +Crop production, area per crop (ha) pineapple +Crop production, area per crop (ha) pistachio +Crop production, area per crop (ha) plantain +Crop production, area per crop (ha) plum +Crop production, area per crop (ha) poppy +Crop production, area per crop (ha) potato +Crop production, area per crop (ha) pulsenes +Crop production, area per crop (ha) pumpkinetc +Crop production, area per crop (ha) pyrethrum +Crop production, area per crop (ha) quince +Crop production, area per crop (ha) quinoa +Crop production, area per crop (ha) ramie +Crop production, area per crop (ha) rapeseed +Crop production, area per crop (ha) rasberry +Crop production, area per crop (ha) rice +Crop production, area per crop (ha) rootnes +Crop production, area per crop (ha) rubber +Crop production, area per crop (ha) rye +Crop production, area per crop (ha) ryefor +Crop production, area per crop (ha) safflower +Crop production, area per crop (ha) sesame +Crop production, area per crop (ha) sisal +Crop production, area per crop (ha) sorghum +Crop production, area per crop (ha) sorghumfor +Crop production, area per crop (ha) sourcherry +Crop production, area per crop (ha) soybean +Crop production, area per crop (ha) spicenes +Crop production, area per crop (ha) spinach +Crop production, area per crop (ha) stonefruitnes +Crop production, area per crop (ha) strawberry +Crop production, area per crop (ha) stringbean +Crop production, area per crop (ha) sugarbeet +Crop production, area per crop (ha) sugarcane +Crop production, area per crop (ha) sugarnes +Crop production, area per crop (ha) sunflower +Crop production, area per crop (ha) swedefor +Crop production, area per crop (ha) sweetpotato +Crop production, area per crop (ha) tangetc +Crop production, area per crop (ha) taro +Crop production, area per crop (ha) tea +Crop production, area per crop (ha) tobacco +Crop production, area per crop (ha) tomato +Crop production, area per crop (ha) triticale +Crop production, area per crop (ha) tropicalnes +Crop production, area per crop (ha) tung +Crop production, area per crop (ha) turnipfor +Crop production, area per crop (ha) vanilla +Crop production, area per crop (ha) vegetablenes +Crop production, area per crop (ha) vegfor +Crop production, area per crop (ha) vetch +Crop production, area per crop (ha) walnut +Crop production, area per crop (ha) watermelon +Crop production, area per crop (ha) wheat +Crop production, area per crop (ha) yam +Crop production, area per crop (ha) yautia +Crop production, average yield per crop (hg/ha) abaca +Crop production, average yield per crop (hg/ha) agave +Crop production, average yield per crop (hg/ha) alfalfa +Crop production, average yield per crop (hg/ha) almond +Crop production, average yield per crop (hg/ha) aniseetc +Crop production, average yield per crop (hg/ha) apple +Crop production, average yield per crop (hg/ha) apricot +Crop production, average yield per crop (hg/ha) areca +Crop production, average yield per crop (hg/ha) artichoke +Crop production, average yield per crop (hg/ha) asparagus +Crop production, average yield per crop (hg/ha) avocado +Crop production, average yield per crop (hg/ha) bambara +Crop production, average yield per crop (hg/ha) banana +Crop production, average yield per crop (hg/ha) barley +Crop production, average yield per crop (hg/ha) bean +Crop production, average yield per crop (hg/ha) beetfor +Crop production, average yield per crop (hg/ha) berrynes +Crop production, average yield per crop (hg/ha) blueberry +Crop production, average yield per crop (hg/ha) brazil +Crop production, average yield per crop (hg/ha) broadbean +Crop production, average yield per crop (hg/ha) buckwheat +Crop production, average yield per crop (hg/ha) cabbage +Crop production, average yield per crop (hg/ha) cabbagefor +Crop production, average yield per crop (hg/ha) canaryseed +Crop production, average yield per crop (hg/ha) carob +Crop production, average yield per crop (hg/ha) carrot +Crop production, average yield per crop (hg/ha) carrotfor +Crop production, average yield per crop (hg/ha) cashew +Crop production, average yield per crop (hg/ha) cashewapple +Crop production, average yield per crop (hg/ha) cassava +Crop production, average yield per crop (hg/ha) castor +Crop production, average yield per crop (hg/ha) cauliflower +Crop production, average yield per crop (hg/ha) cerealnes +Crop production, average yield per crop (hg/ha) cherry +Crop production, average yield per crop (hg/ha) chestnut +Crop production, average yield per crop (hg/ha) chickpea +Crop production, average yield per crop (hg/ha) chicory +Crop production, average yield per crop (hg/ha) chilleetc +Crop production, average yield per crop (hg/ha) cinnamon +Crop production, average yield per crop (hg/ha) citrusnes +Crop production, average yield per crop (hg/ha) clove +Crop production, average yield per crop (hg/ha) clover +Crop production, average yield per crop (hg/ha) cocoa +Crop production, average yield per crop (hg/ha) coconut +Crop production, average yield per crop (hg/ha) coffee +Crop production, average yield per crop (hg/ha) cotton +Crop production, average yield per crop (hg/ha) cowpea +Crop production, average yield per crop (hg/ha) cranberry +Crop production, average yield per crop (hg/ha) cucumberetc +Crop production, average yield per crop (hg/ha) currant +Crop production, average yield per crop (hg/ha) date +Crop production, average yield per crop (hg/ha) eggplant +Crop production, average yield per crop (hg/ha) fibrenes +Crop production, average yield per crop (hg/ha) fig +Crop production, average yield per crop (hg/ha) flax +Crop production, average yield per crop (hg/ha) fonio +Crop production, average yield per crop (hg/ha) fornes +Crop production, average yield per crop (hg/ha) fruitnes +Crop production, average yield per crop (hg/ha) garlic +Crop production, average yield per crop (hg/ha) ginger +Crop production, average yield per crop (hg/ha) gooseberry +Crop production, average yield per crop (hg/ha) grape +Crop production, average yield per crop (hg/ha) grapefruitetc +Crop production, average yield per crop (hg/ha) grassnes +Crop production, average yield per crop (hg/ha) greenbean +Crop production, average yield per crop (hg/ha) greenbroadbean +Crop production, average yield per crop (hg/ha) greencorn +Crop production, average yield per crop (hg/ha) greenonion +Crop production, average yield per crop (hg/ha) greenpea +Crop production, average yield per crop (hg/ha) groundnut +Crop production, average yield per crop (hg/ha) hazelnut +Crop production, average yield per crop (hg/ha) hemp +Crop production, average yield per crop (hg/ha) hempseed +Crop production, average yield per crop (hg/ha) hop +Crop production, average yield per crop (hg/ha) jute +Crop production, average yield per crop (hg/ha) jutelikefiber +Crop production, average yield per crop (hg/ha) kapokfiber +Crop production, average yield per crop (hg/ha) kapokseed +Crop production, average yield per crop (hg/ha) karite +Crop production, average yield per crop (hg/ha) kiwi +Crop production, average yield per crop (hg/ha) kolanut +Crop production, average yield per crop (hg/ha) legumenes +Crop production, average yield per crop (hg/ha) lemonlime +Crop production, average yield per crop (hg/ha) lentil +Crop production, average yield per crop (hg/ha) lettuce +Crop production, average yield per crop (hg/ha) linseed +Crop production, average yield per crop (hg/ha) lupin +Crop production, average yield per crop (hg/ha) maize +Crop production, average yield per crop (hg/ha) maizefor +Crop production, average yield per crop (hg/ha) mango +Crop production, average yield per crop (hg/ha) mate +Crop production, average yield per crop (hg/ha) melonetc +Crop production, average yield per crop (hg/ha) melonseed +Crop production, average yield per crop (hg/ha) millet +Crop production, average yield per crop (hg/ha) mixedgrain +Crop production, average yield per crop (hg/ha) mixedgrass +Crop production, average yield per crop (hg/ha) mushroom +Crop production, average yield per crop (hg/ha) mustard +Crop production, average yield per crop (hg/ha) nutmeg +Crop production, average yield per crop (hg/ha) nutnes +Crop production, average yield per crop (hg/ha) oats +Crop production, average yield per crop (hg/ha) oilpalm +Crop production, average yield per crop (hg/ha) oilseedfor +Crop production, average yield per crop (hg/ha) oilseednes +Crop production, average yield per crop (hg/ha) okra +Crop production, average yield per crop (hg/ha) olive +Crop production, average yield per crop (hg/ha) onion +Crop production, average yield per crop (hg/ha) orange +Crop production, average yield per crop (hg/ha) papaya +Crop production, average yield per crop (hg/ha) pea +Crop production, average yield per crop (hg/ha) peachetc +Crop production, average yield per crop (hg/ha) pear +Crop production, average yield per crop (hg/ha) pepper +Crop production, average yield per crop (hg/ha) peppermint +Crop production, average yield per crop (hg/ha) persimmon +Crop production, average yield per crop (hg/ha) pigeonpea +Crop production, average yield per crop (hg/ha) pimento +Crop production, average yield per crop (hg/ha) pineapple +Crop production, average yield per crop (hg/ha) pistachio +Crop production, average yield per crop (hg/ha) plantain +Crop production, average yield per crop (hg/ha) plum +Crop production, average yield per crop (hg/ha) poppy +Crop production, average yield per crop (hg/ha) potato +Crop production, average yield per crop (hg/ha) pulsenes +Crop production, average yield per crop (hg/ha) pumpkinetc +Crop production, average yield per crop (hg/ha) pyrethrum +Crop production, average yield per crop (hg/ha) quince +Crop production, average yield per crop (hg/ha) quinoa +Crop production, average yield per crop (hg/ha) ramie +Crop production, average yield per crop (hg/ha) rapeseed +Crop production, average yield per crop (hg/ha) rasberry +Crop production, average yield per crop (hg/ha) rice +Crop production, average yield per crop (hg/ha) rootnes +Crop production, average yield per crop (hg/ha) rubber +Crop production, average yield per crop (hg/ha) rye +Crop production, average yield per crop (hg/ha) ryefor +Crop production, average yield per crop (hg/ha) safflower +Crop production, average yield per crop (hg/ha) sesame +Crop production, average yield per crop (hg/ha) sisal +Crop production, average yield per crop (hg/ha) sorghum +Crop production, average yield per crop (hg/ha) sorghumfor +Crop production, average yield per crop (hg/ha) sourcherry +Crop production, average yield per crop (hg/ha) soybean +Crop production, average yield per crop (hg/ha) spicenes +Crop production, average yield per crop (hg/ha) spinach +Crop production, average yield per crop (hg/ha) stonefruitnes +Crop production, average yield per crop (hg/ha) strawberry +Crop production, average yield per crop (hg/ha) stringbean +Crop production, average yield per crop (hg/ha) sugarbeet +Crop production, average yield per crop (hg/ha) sugarcane +Crop production, average yield per crop (hg/ha) sugarnes +Crop production, average yield per crop (hg/ha) sunflower +Crop production, average yield per crop (hg/ha) swedefor +Crop production, average yield per crop (hg/ha) sweetpotato +Crop production, average yield per crop (hg/ha) tangetc +Crop production, average yield per crop (hg/ha) taro +Crop production, average yield per crop (hg/ha) tea +Crop production, average yield per crop (hg/ha) tobacco +Crop production, average yield per crop (hg/ha) tomato +Crop production, average yield per crop (hg/ha) triticale +Crop production, average yield per crop (hg/ha) tropicalnes +Crop production, average yield per crop (hg/ha) tung +Crop production, average yield per crop (hg/ha) turnipfor +Crop production, average yield per crop (hg/ha) vanilla +Crop production, average yield per crop (hg/ha) vegetablenes +Crop production, average yield per crop (hg/ha) vegfor +Crop production, average yield per crop (hg/ha) vetch +Crop production, average yield per crop (hg/ha) walnut +Crop production, average yield per crop (hg/ha) watermelon +Crop production, average yield per crop (hg/ha) wheat +Crop production, average yield per crop (hg/ha) yam +Crop production, average yield per crop (hg/ha) yautia +Total cropland area (ha) Total +Total pasture area, per animal (ha) Horses +Total pasture area, per animal (ha) Cows +Total pasture area, per animal (ha) Pigs +Total pasture area, per animal (ha) Sheep +Total pasture area, per animal (ha) Goats +Total pasture area, per animal (ha) Poultry +NFertilizer emissions (kg) Total +PFertilizer emissions (kg) Total +NManure emissions (kg) Total +PManure emissions (kg) Total +N emissions from fertilizer and manure (kg) Total +P emissions from fertilizer and manure (kg) Total +Crop and pasture land, from FAO (1000 ha) Agricultural land +Crop and pasture land, from FAO (1000 ha) Agriculture +Crop and pasture land, from FAO (1000 ha) Agriculture area actually irrigated +Crop and pasture land, from FAO (1000 ha) Agriculture area certified organic +Crop and pasture land, from FAO (1000 ha) Agriculture area under organic agric. +Crop and pasture land, from FAO (1000 ha) Arable land +Crop and pasture land, from FAO (1000 ha) Coastal waters +Crop and pasture land, from FAO (1000 ha) Coastal waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Coastal waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Country area +Crop and pasture land, from FAO (1000 ha) Cropland +Crop and pasture land, from FAO (1000 ha) Cropland area actually irrigated +Crop and pasture land, from FAO (1000 ha) Cropland area certified organic +Crop and pasture land, from FAO (1000 ha) Cropland area under conservation tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under conventional tillage +Crop and pasture land, from FAO (1000 ha) Cropland area under organic agric. +Crop and pasture land, from FAO (1000 ha) Cropland area under zero or no tillage +Crop and pasture land, from FAO (1000 ha) EEZ used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) EEZ used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Exclusive Economic Zone (EEZ) +Crop and pasture land, from FAO (1000 ha) Farm buildings & farmyards +Crop and pasture land, from FAO (1000 ha) Forest land +Crop and pasture land, from FAO (1000 ha) Forestry area actually irrigated +Crop and pasture land, from FAO (1000 ha) Inland waters +Crop and pasture land, from FAO (1000 ha) Inland waters used for aquac. or holding facilities +Crop and pasture land, from FAO (1000 ha) Inland waters used for capture fisheries +Crop and pasture land, from FAO (1000 ha) Land area +Crop and pasture land, from FAO (1000 ha) Land area actually irrigated +Crop and pasture land, from FAO (1000 ha) Land area equipped for irrigation +Crop and pasture land, from FAO (1000 ha) Land under perm. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under permanent crops +Crop and pasture land, from FAO (1000 ha) Land under protective cover +Crop and pasture land, from FAO (1000 ha) Land under temp. meadows and pastures +Crop and pasture land, from FAO (1000 ha) Land under temporary crops +Crop and pasture land, from FAO (1000 ha) Land used for aquaculture +Crop and pasture land, from FAO (1000 ha) Land with temporary fallow +Crop and pasture land, from FAO (1000 ha) Naturally regenerating forest +Crop and pasture land, from FAO (1000 ha) Other land +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Cultivated +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures - Nat. growing +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area actually irrig. +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area certified organic +Crop and pasture land, from FAO (1000 ha) Perm. meadows & pastures area under organic agric. +Crop and pasture land, from FAO (1000 ha) Planted Forest +Crop and pasture land, from FAO (1000 ha) Primary Forest +Nitrogen emissions, itemzed (Gg) N2O (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) Total NFP (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NH3 (Gg N) - All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) NOx (Gg N) -All industries incl. ag and direct emissions +Nitrogen emissions, itemzed (Gg) N exportable to water bodies (Gg N) - Ag and hhld waste water +DEPRECATED Water use by crops, total (m3) Total +DEPRECATED Water use, blue water (m3) Total +DEPRECATED Water use, green water (m3) Total +DEPRECATED Water use, grey water (m3) Total +DEPRECATED Water use, total (m3) Total +DEPRECATED Scarcity-weighted water use, for crops (m3) Total +DEPRECATED Scarcity-weighted water use, blue water (m3) Total +DEPRECATED Scarcity-weighted water use, green water (m3) Total +DEPRECATED Scarcity-weighted water use, grey water (m3) Total +DEPRECATED Scarcity-weighted water use, total (m3) Total +WFN: Water footprint of crop production* (Mm3/yr) - Green Total +WFN: Water footprint of crop production* (Mm3/yr) - Blue Total +WFN: Water footprint of crop production* (Mm3/yr) - Grey Total +WFN: Water footprint of grazing** (Mm3/yr) - Green Total +WFN: Water footprint of grazing** (Mm3/yr) - Blue Total +WFN: Water footprint of grazing** (Mm3/yr) - Grey Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Green Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Blue Total +WFN: Water footprint of animal water supply** (Mm3/yr) - Grey Total +WFN: Water footprint of industrial production (Mm3/yr) - Green Total +WFN: Water footprint of industrial production (Mm3/yr) - Blue Total +WFN: Water footprint of industrial production (Mm3/yr) - Grey Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Green Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Blue Total +WFN: Water footprint of domestic water supply (Mm3/yr) - Grey Total +WFN: Total water footprint (Mm3/yr) - Green Total +WFN: Total water footprint (Mm3/yr) - Blue Total +WFN: Total water footprint (Mm3/yr) - Grey Total +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CH4|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|CO2|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASES|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|FGASESAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|HFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHG|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B1|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC1B3|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC3A|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC4|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPC5|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAG|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|KYOTOGHGAR4|IPCMAGELV|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B1|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC1B3|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2B|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2C|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2D|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2G|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC2H|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC3A|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC4|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPC5|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAG|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|N2O|IPCMAGELV|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|NF3|TOTALexcludingLULUCF|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCS|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|IPC2|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|PFCSAR4|TOTALexcludingLULUCF|GgCO2eq +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|IPC2|Gg +GHG emissions (Gg) from PRIMAPHIST PRIMAP|SF6|TOTALexcludingLULUCF|Gg +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg) using PRIMAPv2.1 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.1 Total +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.1|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|1.B.3|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.B|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.C|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.D|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.G|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|2.H|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|3.A|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|4|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|5|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|TOTALexcludingLULUCF|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CH4|M.AG.ELV|CH4 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.C|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.D|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.G|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|2.H|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|CO2|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|FGASES (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|HFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (AR4GWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.1|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|1.B.3|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|3.A|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|4|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|5|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|KYOTOGHG (SARGWP100)|M.AG.ELV|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.1|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|1.B.2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.B|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.C|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.D|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.G|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|2.H|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|3.A|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|4|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|5|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|TOTALexcludingLULUCF|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|N2O|M.AG.ELV|N2O * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|2|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|NF3|TOTALexcludingLULUCF|NF3 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (AR4GWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|2|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|PFCS (SARGWP100)|TOTALexcludingLULUCF|CO2 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|2|SF6 * gigagram / a +GHG emissions (Gg) from PRIMAPHISTv2.4 PRIMAPv2.4|SF6|TOTALexcludingLULUCF|SF6 * gigagram / a +Total emissions of Kyoto GHGs excluding LULUCF CO2-e (Gg, AR4GWP100) using PRIMAPv2.4 Total +Total emissions of CO2 excluding LULUCF (Gg) using PRIMAPv2.4 Total +CO2 emissions (Gg) CDIACGgCO2FFuelCement from CDIAC Total +CO2 emissions (Gg) CDIACGgCO2Bunkers from CDIAC Total +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Buildings|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other industrial combustion|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Other sectors|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Power Industry|GgFossilCO2 +Itemized CO2 emissions (Gg) from EDGAR EDGAR|Transport|GgFossilCO2 +Total CO2 emissions (Gg) from EDGAR Total +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international aviation bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Coal +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Gas +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion - Oil +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from fuel combustion +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - CO2 emissions from international marine bunkers +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using purchasing power parities +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - GDP using exchange rates +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Population +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (Mtoe) +IEA GHG emissions (Gg) and energy use IEA - DEPRECATED - Total primary energy supply (PJ) diff --git a/in/eora_io_data_2019/labels_T.txt b/in/eora_io_data_2019/labels_T.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c84f00463d0ae6e4eb529e65aeb227d844c6391 --- /dev/null +++ b/in/eora_io_data_2019/labels_T.txt @@ -0,0 +1,4915 @@ +AFG AFG Industries Agriculture +AFG AFG Industries Fishing +AFG AFG Industries Mining and Quarrying +AFG AFG Industries Food & Beverages +AFG AFG Industries Textiles and Wearing Apparel +AFG AFG Industries Wood and Paper +AFG AFG Industries Petroleum, Chemical and Non-Metallic Mineral Products +AFG AFG Industries Metal Products +AFG AFG Industries Electrical and Machinery +AFG AFG Industries Transport Equipment +AFG AFG Industries Other Manufacturing +AFG AFG Industries Recycling +AFG AFG Industries Electricity, Gas and Water +AFG AFG Industries Construction +AFG AFG Industries Maintenance and Repair +AFG AFG Industries Wholesale Trade +AFG AFG Industries Retail Trade +AFG AFG Industries Hotels and Restraurants +AFG AFG Industries Transport +AFG AFG Industries Post and Telecommunications +AFG AFG Industries Finacial Intermediation and Business Activities +AFG AFG Industries Public Administration +AFG AFG Industries Education, Health and Other Services +AFG AFG Industries Private Households +AFG AFG Industries Others +AFG AFG Industries Re-export & Re-import +ALB ALB Industries Agriculture +ALB ALB Industries Fishing +ALB ALB Industries Mining and Quarrying +ALB ALB Industries Food & Beverages +ALB ALB Industries Textiles and Wearing Apparel +ALB ALB Industries Wood and Paper +ALB ALB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ALB ALB Industries Metal Products +ALB ALB Industries Electrical and Machinery +ALB ALB Industries Transport Equipment +ALB ALB Industries Other Manufacturing +ALB ALB Industries Recycling +ALB ALB Industries Electricity, Gas and Water +ALB ALB Industries Construction +ALB ALB Industries Maintenance and Repair +ALB ALB Industries Wholesale Trade +ALB ALB Industries Retail Trade +ALB ALB Industries Hotels and Restraurants +ALB ALB Industries Transport +ALB ALB Industries Post and Telecommunications +ALB ALB Industries Finacial Intermediation and Business Activities +ALB ALB Industries Public Administration +ALB ALB Industries Education, Health and Other Services +ALB ALB Industries Private Households +ALB ALB Industries Others +ALB ALB Industries Re-export & Re-import +DZA DZA Industries Agriculture +DZA DZA Industries Fishing +DZA DZA Industries Mining and Quarrying +DZA DZA Industries Food & Beverages +DZA DZA Industries Textiles and Wearing Apparel +DZA DZA Industries Wood and Paper +DZA DZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +DZA DZA Industries Metal Products +DZA DZA Industries Electrical and Machinery +DZA DZA Industries Transport Equipment +DZA DZA Industries Other Manufacturing +DZA DZA Industries Recycling +DZA DZA Industries Electricity, Gas and Water +DZA DZA Industries Construction +DZA DZA Industries Maintenance and Repair +DZA DZA Industries Wholesale Trade +DZA DZA Industries Retail Trade +DZA DZA Industries Hotels and Restraurants +DZA DZA Industries Transport +DZA DZA Industries Post and Telecommunications +DZA DZA Industries Finacial Intermediation and Business Activities +DZA DZA Industries Public Administration +DZA DZA Industries Education, Health and Other Services +DZA DZA Industries Private Households +DZA DZA Industries Others +DZA DZA Industries Re-export & Re-import +AND AND Industries Agriculture +AND AND Industries Fishing +AND AND Industries Mining and Quarrying +AND AND Industries Food & Beverages +AND AND Industries Textiles and Wearing Apparel +AND AND Industries Wood and Paper +AND AND Industries Petroleum, Chemical and Non-Metallic Mineral Products +AND AND Industries Metal Products +AND AND Industries Electrical and Machinery +AND AND Industries Transport Equipment +AND AND Industries Other Manufacturing +AND AND Industries Recycling +AND AND Industries Electricity, Gas and Water +AND AND Industries Construction +AND AND Industries Maintenance and Repair +AND AND Industries Wholesale Trade +AND AND Industries Retail Trade +AND AND Industries Hotels and Restraurants +AND AND Industries Transport +AND AND Industries Post and Telecommunications +AND AND Industries Finacial Intermediation and Business Activities +AND AND Industries Public Administration +AND AND Industries Education, Health and Other Services +AND AND Industries Private Households +AND AND Industries Others +AND AND Industries Re-export & Re-import +AGO AGO Industries Agriculture +AGO AGO Industries Fishing +AGO AGO Industries Mining and Quarrying +AGO AGO Industries Food & Beverages +AGO AGO Industries Textiles and Wearing Apparel +AGO AGO Industries Wood and Paper +AGO AGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +AGO AGO Industries Metal Products +AGO AGO Industries Electrical and Machinery +AGO AGO Industries Transport Equipment +AGO AGO Industries Other Manufacturing +AGO AGO Industries Recycling +AGO AGO Industries Electricity, Gas and Water +AGO AGO Industries Construction +AGO AGO Industries Maintenance and Repair +AGO AGO Industries Wholesale Trade +AGO AGO Industries Retail Trade +AGO AGO Industries Hotels and Restraurants +AGO AGO Industries Transport +AGO AGO Industries Post and Telecommunications +AGO AGO Industries Finacial Intermediation and Business Activities +AGO AGO Industries Public Administration +AGO AGO Industries Education, Health and Other Services +AGO AGO Industries Private Households +AGO AGO Industries Others +AGO AGO Industries Re-export & Re-import +ATG ATG Industries Agriculture +ATG ATG Industries Fishing +ATG ATG Industries Mining and Quarrying +ATG ATG Industries Food & Beverages +ATG ATG Industries Textiles and Wearing Apparel +ATG ATG Industries Wood and Paper +ATG ATG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ATG ATG Industries Metal Products +ATG ATG Industries Electrical and Machinery +ATG ATG Industries Transport Equipment +ATG ATG Industries Other Manufacturing +ATG ATG Industries Recycling +ATG ATG Industries Electricity, Gas and Water +ATG ATG Industries Construction +ATG ATG Industries Maintenance and Repair +ATG ATG Industries Wholesale Trade +ATG ATG Industries Retail Trade +ATG ATG Industries Hotels and Restraurants +ATG ATG Industries Transport +ATG ATG Industries Post and Telecommunications +ATG ATG Industries Finacial Intermediation and Business Activities +ATG ATG Industries Public Administration +ATG ATG Industries Education, Health and Other Services +ATG ATG Industries Private Households +ATG ATG Industries Others +ATG ATG Industries Re-export & Re-import +ARG ARG Industries Agriculture +ARG ARG Industries Fishing +ARG ARG Industries Mining and Quarrying +ARG ARG Industries Food & Beverages +ARG ARG Industries Textiles and Wearing Apparel +ARG ARG Industries Wood and Paper +ARG ARG Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARG ARG Industries Metal Products +ARG ARG Industries Electrical and Machinery +ARG ARG Industries Transport Equipment +ARG ARG Industries Other Manufacturing +ARG ARG Industries Recycling +ARG ARG Industries Electricity, Gas and Water +ARG ARG Industries Construction +ARG ARG Industries Maintenance and Repair +ARG ARG Industries Wholesale Trade +ARG ARG Industries Retail Trade +ARG ARG Industries Hotels and Restraurants +ARG ARG Industries Transport +ARG ARG Industries Post and Telecommunications +ARG ARG Industries Finacial Intermediation and Business Activities +ARG ARG Industries Public Administration +ARG ARG Industries Education, Health and Other Services +ARG ARG Industries Private Households +ARG ARG Industries Others +ARG ARG Industries Re-export & Re-import +ARM ARM Industries Agriculture +ARM ARM Industries Fishing +ARM ARM Industries Mining and Quarrying +ARM ARM Industries Food & Beverages +ARM ARM Industries Textiles and Wearing Apparel +ARM ARM Industries Wood and Paper +ARM ARM Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARM ARM Industries Metal Products +ARM ARM Industries Electrical and Machinery +ARM ARM Industries Transport Equipment +ARM ARM Industries Other Manufacturing +ARM ARM Industries Recycling +ARM ARM Industries Electricity, Gas and Water +ARM ARM Industries Construction +ARM ARM Industries Maintenance and Repair +ARM ARM Industries Wholesale Trade +ARM ARM Industries Retail Trade +ARM ARM Industries Hotels and Restraurants +ARM ARM Industries Transport +ARM ARM Industries Post and Telecommunications +ARM ARM Industries Finacial Intermediation and Business Activities +ARM ARM Industries Public Administration +ARM ARM Industries Education, Health and Other Services +ARM ARM Industries Private Households +ARM ARM Industries Others +ARM ARM Industries Re-export & Re-import +ABW ABW Industries Agriculture +ABW ABW Industries Fishing +ABW ABW Industries Mining and Quarrying +ABW ABW Industries Food & Beverages +ABW ABW Industries Textiles and Wearing Apparel +ABW ABW Industries Wood and Paper +ABW ABW Industries Petroleum, Chemical and Non-Metallic Mineral Products +ABW ABW Industries Metal Products +ABW ABW Industries Electrical and Machinery +ABW ABW Industries Transport Equipment +ABW ABW Industries Other Manufacturing +ABW ABW Industries Recycling +ABW ABW Industries Electricity, Gas and Water +ABW ABW Industries Construction +ABW ABW Industries Maintenance and Repair +ABW ABW Industries Wholesale Trade +ABW ABW Industries Retail Trade +ABW ABW Industries Hotels and Restraurants +ABW ABW Industries Transport +ABW ABW Industries Post and Telecommunications +ABW ABW Industries Finacial Intermediation and Business Activities +ABW ABW Industries Public Administration +ABW ABW Industries Education, Health and Other Services +ABW ABW Industries Private Households +ABW ABW Industries Others +ABW ABW Industries Re-export & Re-import +AUS AUS Industries Agriculture +AUS AUS Industries Fishing +AUS AUS Industries Mining and Quarrying +AUS AUS Industries Food & Beverages +AUS AUS Industries Textiles and Wearing Apparel +AUS AUS Industries Wood and Paper +AUS AUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUS AUS Industries Metal Products +AUS AUS Industries Electrical and Machinery +AUS AUS Industries Transport Equipment +AUS AUS Industries Other Manufacturing +AUS AUS Industries Recycling +AUS AUS Industries Electricity, Gas and Water +AUS AUS Industries Construction +AUS AUS Industries Maintenance and Repair +AUS AUS Industries Wholesale Trade +AUS AUS Industries Retail Trade +AUS AUS Industries Hotels and Restraurants +AUS AUS Industries Transport +AUS AUS Industries Post and Telecommunications +AUS AUS Industries Finacial Intermediation and Business Activities +AUS AUS Industries Public Administration +AUS AUS Industries Education, Health and Other Services +AUS AUS Industries Private Households +AUS AUS Industries Others +AUS AUS Industries Re-export & Re-import +AUT AUT Industries Agriculture +AUT AUT Industries Fishing +AUT AUT Industries Mining and Quarrying +AUT AUT Industries Food & Beverages +AUT AUT Industries Textiles and Wearing Apparel +AUT AUT Industries Wood and Paper +AUT AUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +AUT AUT Industries Metal Products +AUT AUT Industries Electrical and Machinery +AUT AUT Industries Transport Equipment +AUT AUT Industries Other Manufacturing +AUT AUT Industries Recycling +AUT AUT Industries Electricity, Gas and Water +AUT AUT Industries Construction +AUT AUT Industries Maintenance and Repair +AUT AUT Industries Wholesale Trade +AUT AUT Industries Retail Trade +AUT AUT Industries Hotels and Restraurants +AUT AUT Industries Transport +AUT AUT Industries Post and Telecommunications +AUT AUT Industries Finacial Intermediation and Business Activities +AUT AUT Industries Public Administration +AUT AUT Industries Education, Health and Other Services +AUT AUT Industries Private Households +AUT AUT Industries Others +AUT AUT Industries Re-export & Re-import +AZE AZE Industries Agriculture +AZE AZE Industries Fishing +AZE AZE Industries Mining and Quarrying +AZE AZE Industries Food & Beverages +AZE AZE Industries Textiles and Wearing Apparel +AZE AZE Industries Wood and Paper +AZE AZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +AZE AZE Industries Metal Products +AZE AZE Industries Electrical and Machinery +AZE AZE Industries Transport Equipment +AZE AZE Industries Other Manufacturing +AZE AZE Industries Recycling +AZE AZE Industries Electricity, Gas and Water +AZE AZE Industries Construction +AZE AZE Industries Maintenance and Repair +AZE AZE Industries Wholesale Trade +AZE AZE Industries Retail Trade +AZE AZE Industries Hotels and Restraurants +AZE AZE Industries Transport +AZE AZE Industries Post and Telecommunications +AZE AZE Industries Finacial Intermediation and Business Activities +AZE AZE Industries Public Administration +AZE AZE Industries Education, Health and Other Services +AZE AZE Industries Private Households +AZE AZE Industries Others +AZE AZE Industries Re-export & Re-import +BHS BHS Industries Agriculture +BHS BHS Industries Fishing +BHS BHS Industries Mining and Quarrying +BHS BHS Industries Food & Beverages +BHS BHS Industries Textiles and Wearing Apparel +BHS BHS Industries Wood and Paper +BHS BHS Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHS BHS Industries Metal Products +BHS BHS Industries Electrical and Machinery +BHS BHS Industries Transport Equipment +BHS BHS Industries Other Manufacturing +BHS BHS Industries Recycling +BHS BHS Industries Electricity, Gas and Water +BHS BHS Industries Construction +BHS BHS Industries Maintenance and Repair +BHS BHS Industries Wholesale Trade +BHS BHS Industries Retail Trade +BHS BHS Industries Hotels and Restraurants +BHS BHS Industries Transport +BHS BHS Industries Post and Telecommunications +BHS BHS Industries Finacial Intermediation and Business Activities +BHS BHS Industries Public Administration +BHS BHS Industries Education, Health and Other Services +BHS BHS Industries Private Households +BHS BHS Industries Others +BHS BHS Industries Re-export & Re-import +BHR BHR Industries Agriculture +BHR BHR Industries Fishing +BHR BHR Industries Mining and Quarrying +BHR BHR Industries Food & Beverages +BHR BHR Industries Textiles and Wearing Apparel +BHR BHR Industries Wood and Paper +BHR BHR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BHR BHR Industries Metal Products +BHR BHR Industries Electrical and Machinery +BHR BHR Industries Transport Equipment +BHR BHR Industries Other Manufacturing +BHR BHR Industries Recycling +BHR BHR Industries Electricity, Gas and Water +BHR BHR Industries Construction +BHR BHR Industries Maintenance and Repair +BHR BHR Industries Wholesale Trade +BHR BHR Industries Retail Trade +BHR BHR Industries Hotels and Restraurants +BHR BHR Industries Transport +BHR BHR Industries Post and Telecommunications +BHR BHR Industries Finacial Intermediation and Business Activities +BHR BHR Industries Public Administration +BHR BHR Industries Education, Health and Other Services +BHR BHR Industries Private Households +BHR BHR Industries Others +BHR BHR Industries Re-export & Re-import +BGD BGD Industries Agriculture +BGD BGD Industries Fishing +BGD BGD Industries Mining and Quarrying +BGD BGD Industries Food & Beverages +BGD BGD Industries Textiles and Wearing Apparel +BGD BGD Industries Wood and Paper +BGD BGD Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGD BGD Industries Metal Products +BGD BGD Industries Electrical and Machinery +BGD BGD Industries Transport Equipment +BGD BGD Industries Other Manufacturing +BGD BGD Industries Recycling +BGD BGD Industries Electricity, Gas and Water +BGD BGD Industries Construction +BGD BGD Industries Maintenance and Repair +BGD BGD Industries Wholesale Trade +BGD BGD Industries Retail Trade +BGD BGD Industries Hotels and Restraurants +BGD BGD Industries Transport +BGD BGD Industries Post and Telecommunications +BGD BGD Industries Finacial Intermediation and Business Activities +BGD BGD Industries Public Administration +BGD BGD Industries Education, Health and Other Services +BGD BGD Industries Private Households +BGD BGD Industries Others +BGD BGD Industries Re-export & Re-import +BRB BRB Industries Agriculture +BRB BRB Industries Fishing +BRB BRB Industries Mining and Quarrying +BRB BRB Industries Food & Beverages +BRB BRB Industries Textiles and Wearing Apparel +BRB BRB Industries Wood and Paper +BRB BRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRB BRB Industries Metal Products +BRB BRB Industries Electrical and Machinery +BRB BRB Industries Transport Equipment +BRB BRB Industries Other Manufacturing +BRB BRB Industries Recycling +BRB BRB Industries Electricity, Gas and Water +BRB BRB Industries Construction +BRB BRB Industries Maintenance and Repair +BRB BRB Industries Wholesale Trade +BRB BRB Industries Retail Trade +BRB BRB Industries Hotels and Restraurants +BRB BRB Industries Transport +BRB BRB Industries Post and Telecommunications +BRB BRB Industries Finacial Intermediation and Business Activities +BRB BRB Industries Public Administration +BRB BRB Industries Education, Health and Other Services +BRB BRB Industries Private Households +BRB BRB Industries Others +BRB BRB Industries Re-export & Re-import +BLR BLR Industries Agriculture +BLR BLR Industries Fishing +BLR BLR Industries Mining and Quarrying +BLR BLR Industries Food & Beverages +BLR BLR Industries Textiles and Wearing Apparel +BLR BLR Industries Wood and Paper +BLR BLR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLR BLR Industries Metal Products +BLR BLR Industries Electrical and Machinery +BLR BLR Industries Transport Equipment +BLR BLR Industries Other Manufacturing +BLR BLR Industries Recycling +BLR BLR Industries Electricity, Gas and Water +BLR BLR Industries Construction +BLR BLR Industries Maintenance and Repair +BLR BLR Industries Wholesale Trade +BLR BLR Industries Retail Trade +BLR BLR Industries Hotels and Restraurants +BLR BLR Industries Transport +BLR BLR Industries Post and Telecommunications +BLR BLR Industries Finacial Intermediation and Business Activities +BLR BLR Industries Public Administration +BLR BLR Industries Education, Health and Other Services +BLR BLR Industries Private Households +BLR BLR Industries Others +BLR BLR Industries Re-export & Re-import +BEL BEL Industries Agriculture +BEL BEL Industries Fishing +BEL BEL Industries Mining and Quarrying +BEL BEL Industries Food & Beverages +BEL BEL Industries Textiles and Wearing Apparel +BEL BEL Industries Wood and Paper +BEL BEL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEL BEL Industries Metal Products +BEL BEL Industries Electrical and Machinery +BEL BEL Industries Transport Equipment +BEL BEL Industries Other Manufacturing +BEL BEL Industries Recycling +BEL BEL Industries Electricity, Gas and Water +BEL BEL Industries Construction +BEL BEL Industries Maintenance and Repair +BEL BEL Industries Wholesale Trade +BEL BEL Industries Retail Trade +BEL BEL Industries Hotels and Restraurants +BEL BEL Industries Transport +BEL BEL Industries Post and Telecommunications +BEL BEL Industries Finacial Intermediation and Business Activities +BEL BEL Industries Public Administration +BEL BEL Industries Education, Health and Other Services +BEL BEL Industries Private Households +BEL BEL Industries Others +BEL BEL Industries Re-export & Re-import +BLZ BLZ Industries Agriculture +BLZ BLZ Industries Fishing +BLZ BLZ Industries Mining and Quarrying +BLZ BLZ Industries Food & Beverages +BLZ BLZ Industries Textiles and Wearing Apparel +BLZ BLZ Industries Wood and Paper +BLZ BLZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +BLZ BLZ Industries Metal Products +BLZ BLZ Industries Electrical and Machinery +BLZ BLZ Industries Transport Equipment +BLZ BLZ Industries Other Manufacturing +BLZ BLZ Industries Recycling +BLZ BLZ Industries Electricity, Gas and Water +BLZ BLZ Industries Construction +BLZ BLZ Industries Maintenance and Repair +BLZ BLZ Industries Wholesale Trade +BLZ BLZ Industries Retail Trade +BLZ BLZ Industries Hotels and Restraurants +BLZ BLZ Industries Transport +BLZ BLZ Industries Post and Telecommunications +BLZ BLZ Industries Finacial Intermediation and Business Activities +BLZ BLZ Industries Public Administration +BLZ BLZ Industries Education, Health and Other Services +BLZ BLZ Industries Private Households +BLZ BLZ Industries Others +BLZ BLZ Industries Re-export & Re-import +BEN BEN Industries Agriculture +BEN BEN Industries Fishing +BEN BEN Industries Mining and Quarrying +BEN BEN Industries Food & Beverages +BEN BEN Industries Textiles and Wearing Apparel +BEN BEN Industries Wood and Paper +BEN BEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BEN BEN Industries Metal Products +BEN BEN Industries Electrical and Machinery +BEN BEN Industries Transport Equipment +BEN BEN Industries Other Manufacturing +BEN BEN Industries Recycling +BEN BEN Industries Electricity, Gas and Water +BEN BEN Industries Construction +BEN BEN Industries Maintenance and Repair +BEN BEN Industries Wholesale Trade +BEN BEN Industries Retail Trade +BEN BEN Industries Hotels and Restraurants +BEN BEN Industries Transport +BEN BEN Industries Post and Telecommunications +BEN BEN Industries Finacial Intermediation and Business Activities +BEN BEN Industries Public Administration +BEN BEN Industries Education, Health and Other Services +BEN BEN Industries Private Households +BEN BEN Industries Others +BEN BEN Industries Re-export & Re-import +BMU BMU Industries Agriculture +BMU BMU Industries Fishing +BMU BMU Industries Mining and Quarrying +BMU BMU Industries Food & Beverages +BMU BMU Industries Textiles and Wearing Apparel +BMU BMU Industries Wood and Paper +BMU BMU Industries Petroleum, Chemical and Non-Metallic Mineral Products +BMU BMU Industries Metal Products +BMU BMU Industries Electrical and Machinery +BMU BMU Industries Transport Equipment +BMU BMU Industries Other Manufacturing +BMU BMU Industries Recycling +BMU BMU Industries Electricity, Gas and Water +BMU BMU Industries Construction +BMU BMU Industries Maintenance and Repair +BMU BMU Industries Wholesale Trade +BMU BMU Industries Retail Trade +BMU BMU Industries Hotels and Restraurants +BMU BMU Industries Transport +BMU BMU Industries Post and Telecommunications +BMU BMU Industries Finacial Intermediation and Business Activities +BMU BMU Industries Public Administration +BMU BMU Industries Education, Health and Other Services +BMU BMU Industries Private Households +BMU BMU Industries Others +BMU BMU Industries Re-export & Re-import +BTN BTN Industries Agriculture +BTN BTN Industries Fishing +BTN BTN Industries Mining and Quarrying +BTN BTN Industries Food & Beverages +BTN BTN Industries Textiles and Wearing Apparel +BTN BTN Industries Wood and Paper +BTN BTN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BTN BTN Industries Metal Products +BTN BTN Industries Electrical and Machinery +BTN BTN Industries Transport Equipment +BTN BTN Industries Other Manufacturing +BTN BTN Industries Recycling +BTN BTN Industries Electricity, Gas and Water +BTN BTN Industries Construction +BTN BTN Industries Maintenance and Repair +BTN BTN Industries Wholesale Trade +BTN BTN Industries Retail Trade +BTN BTN Industries Hotels and Restraurants +BTN BTN Industries Transport +BTN BTN Industries Post and Telecommunications +BTN BTN Industries Finacial Intermediation and Business Activities +BTN BTN Industries Public Administration +BTN BTN Industries Education, Health and Other Services +BTN BTN Industries Private Households +BTN BTN Industries Others +BTN BTN Industries Re-export & Re-import +BOL BOL Industries Agriculture +BOL BOL Industries Fishing +BOL BOL Industries Mining and Quarrying +BOL BOL Industries Food & Beverages +BOL BOL Industries Textiles and Wearing Apparel +BOL BOL Industries Wood and Paper +BOL BOL Industries Petroleum, Chemical and Non-Metallic Mineral Products +BOL BOL Industries Metal Products +BOL BOL Industries Electrical and Machinery +BOL BOL Industries Transport Equipment +BOL BOL Industries Other Manufacturing +BOL BOL Industries Recycling +BOL BOL Industries Electricity, Gas and Water +BOL BOL Industries Construction +BOL BOL Industries Maintenance and Repair +BOL BOL Industries Wholesale Trade +BOL BOL Industries Retail Trade +BOL BOL Industries Hotels and Restraurants +BOL BOL Industries Transport +BOL BOL Industries Post and Telecommunications +BOL BOL Industries Finacial Intermediation and Business Activities +BOL BOL Industries Public Administration +BOL BOL Industries Education, Health and Other Services +BOL BOL Industries Private Households +BOL BOL Industries Others +BOL BOL Industries Re-export & Re-import +BIH BIH Industries Agriculture +BIH BIH Industries Fishing +BIH BIH Industries Mining and Quarrying +BIH BIH Industries Food & Beverages +BIH BIH Industries Textiles and Wearing Apparel +BIH BIH Industries Wood and Paper +BIH BIH Industries Petroleum, Chemical and Non-Metallic Mineral Products +BIH BIH Industries Metal Products +BIH BIH Industries Electrical and Machinery +BIH BIH Industries Transport Equipment +BIH BIH Industries Other Manufacturing +BIH BIH Industries Recycling +BIH BIH Industries Electricity, Gas and Water +BIH BIH Industries Construction +BIH BIH Industries Maintenance and Repair +BIH BIH Industries Wholesale Trade +BIH BIH Industries Retail Trade +BIH BIH Industries Hotels and Restraurants +BIH BIH Industries Transport +BIH BIH Industries Post and Telecommunications +BIH BIH Industries Finacial Intermediation and Business Activities +BIH BIH Industries Public Administration +BIH BIH Industries Education, Health and Other Services +BIH BIH Industries Private Households +BIH BIH Industries Others +BIH BIH Industries Re-export & Re-import +BWA BWA Industries Agriculture +BWA BWA Industries Fishing +BWA BWA Industries Mining and Quarrying +BWA BWA Industries Food & Beverages +BWA BWA Industries Textiles and Wearing Apparel +BWA BWA Industries Wood and Paper +BWA BWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BWA BWA Industries Metal Products +BWA BWA Industries Electrical and Machinery +BWA BWA Industries Transport Equipment +BWA BWA Industries Other Manufacturing +BWA BWA Industries Recycling +BWA BWA Industries Electricity, Gas and Water +BWA BWA Industries Construction +BWA BWA Industries Maintenance and Repair +BWA BWA Industries Wholesale Trade +BWA BWA Industries Retail Trade +BWA BWA Industries Hotels and Restraurants +BWA BWA Industries Transport +BWA BWA Industries Post and Telecommunications +BWA BWA Industries Finacial Intermediation and Business Activities +BWA BWA Industries Public Administration +BWA BWA Industries Education, Health and Other Services +BWA BWA Industries Private Households +BWA BWA Industries Others +BWA BWA Industries Re-export & Re-import +BRA BRA Industries Agriculture +BRA BRA Industries Fishing +BRA BRA Industries Mining and Quarrying +BRA BRA Industries Food & Beverages +BRA BRA Industries Textiles and Wearing Apparel +BRA BRA Industries Wood and Paper +BRA BRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRA BRA Industries Metal Products +BRA BRA Industries Electrical and Machinery +BRA BRA Industries Transport Equipment +BRA BRA Industries Other Manufacturing +BRA BRA Industries Recycling +BRA BRA Industries Electricity, Gas and Water +BRA BRA Industries Construction +BRA BRA Industries Maintenance and Repair +BRA BRA Industries Wholesale Trade +BRA BRA Industries Retail Trade +BRA BRA Industries Hotels and Restraurants +BRA BRA Industries Transport +BRA BRA Industries Post and Telecommunications +BRA BRA Industries Finacial Intermediation and Business Activities +BRA BRA Industries Public Administration +BRA BRA Industries Education, Health and Other Services +BRA BRA Industries Private Households +BRA BRA Industries Others +BRA BRA Industries Re-export & Re-import +VGB VGB Industries Agriculture +VGB VGB Industries Fishing +VGB VGB Industries Mining and Quarrying +VGB VGB Industries Food & Beverages +VGB VGB Industries Textiles and Wearing Apparel +VGB VGB Industries Wood and Paper +VGB VGB Industries Petroleum, Chemical and Non-Metallic Mineral Products +VGB VGB Industries Metal Products +VGB VGB Industries Electrical and Machinery +VGB VGB Industries Transport Equipment +VGB VGB Industries Other Manufacturing +VGB VGB Industries Recycling +VGB VGB Industries Electricity, Gas and Water +VGB VGB Industries Construction +VGB VGB Industries Maintenance and Repair +VGB VGB Industries Wholesale Trade +VGB VGB Industries Retail Trade +VGB VGB Industries Hotels and Restraurants +VGB VGB Industries Transport +VGB VGB Industries Post and Telecommunications +VGB VGB Industries Finacial Intermediation and Business Activities +VGB VGB Industries Public Administration +VGB VGB Industries Education, Health and Other Services +VGB VGB Industries Private Households +VGB VGB Industries Others +VGB VGB Industries Re-export & Re-import +BRN BRN Industries Agriculture +BRN BRN Industries Fishing +BRN BRN Industries Mining and Quarrying +BRN BRN Industries Food & Beverages +BRN BRN Industries Textiles and Wearing Apparel +BRN BRN Industries Wood and Paper +BRN BRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +BRN BRN Industries Metal Products +BRN BRN Industries Electrical and Machinery +BRN BRN Industries Transport Equipment +BRN BRN Industries Other Manufacturing +BRN BRN Industries Recycling +BRN BRN Industries Electricity, Gas and Water +BRN BRN Industries Construction +BRN BRN Industries Maintenance and Repair +BRN BRN Industries Wholesale Trade +BRN BRN Industries Retail Trade +BRN BRN Industries Hotels and Restraurants +BRN BRN Industries Transport +BRN BRN Industries Post and Telecommunications +BRN BRN Industries Finacial Intermediation and Business Activities +BRN BRN Industries Public Administration +BRN BRN Industries Education, Health and Other Services +BRN BRN Industries Private Households +BRN BRN Industries Others +BRN BRN Industries Re-export & Re-import +BGR BGR Industries Agriculture +BGR BGR Industries Fishing +BGR BGR Industries Mining and Quarrying +BGR BGR Industries Food & Beverages +BGR BGR Industries Textiles and Wearing Apparel +BGR BGR Industries Wood and Paper +BGR BGR Industries Petroleum, Chemical and Non-Metallic Mineral Products +BGR BGR Industries Metal Products +BGR BGR Industries Electrical and Machinery +BGR BGR Industries Transport Equipment +BGR BGR Industries Other Manufacturing +BGR BGR Industries Recycling +BGR BGR Industries Electricity, Gas and Water +BGR BGR Industries Construction +BGR BGR Industries Maintenance and Repair +BGR BGR Industries Wholesale Trade +BGR BGR Industries Retail Trade +BGR BGR Industries Hotels and Restraurants +BGR BGR Industries Transport +BGR BGR Industries Post and Telecommunications +BGR BGR Industries Finacial Intermediation and Business Activities +BGR BGR Industries Public Administration +BGR BGR Industries Education, Health and Other Services +BGR BGR Industries Private Households +BGR BGR Industries Others +BGR BGR Industries Re-export & Re-import +BFA BFA Industries Agriculture +BFA BFA Industries Fishing +BFA BFA Industries Mining and Quarrying +BFA BFA Industries Food & Beverages +BFA BFA Industries Textiles and Wearing Apparel +BFA BFA Industries Wood and Paper +BFA BFA Industries Petroleum, Chemical and Non-Metallic Mineral Products +BFA BFA Industries Metal Products +BFA BFA Industries Electrical and Machinery +BFA BFA Industries Transport Equipment +BFA BFA Industries Other Manufacturing +BFA BFA Industries Recycling +BFA BFA Industries Electricity, Gas and Water +BFA BFA Industries Construction +BFA BFA Industries Maintenance and Repair +BFA BFA Industries Wholesale Trade +BFA BFA Industries Retail Trade +BFA BFA Industries Hotels and Restraurants +BFA BFA Industries Transport +BFA BFA Industries Post and Telecommunications +BFA BFA Industries Finacial Intermediation and Business Activities +BFA BFA Industries Public Administration +BFA BFA Industries Education, Health and Other Services +BFA BFA Industries Private Households +BFA BFA Industries Others +BFA BFA Industries Re-export & Re-import +BDI BDI Industries Agriculture +BDI BDI Industries Fishing +BDI BDI Industries Mining and Quarrying +BDI BDI Industries Food & Beverages +BDI BDI Industries Textiles and Wearing Apparel +BDI BDI Industries Wood and Paper +BDI BDI Industries Petroleum, Chemical and Non-Metallic Mineral Products +BDI BDI Industries Metal Products +BDI BDI Industries Electrical and Machinery +BDI BDI Industries Transport Equipment +BDI BDI Industries Other Manufacturing +BDI BDI Industries Recycling +BDI BDI Industries Electricity, Gas and Water +BDI BDI Industries Construction +BDI BDI Industries Maintenance and Repair +BDI BDI Industries Wholesale Trade +BDI BDI Industries Retail Trade +BDI BDI Industries Hotels and Restraurants +BDI BDI Industries Transport +BDI BDI Industries Post and Telecommunications +BDI BDI Industries Finacial Intermediation and Business Activities +BDI BDI Industries Public Administration +BDI BDI Industries Education, Health and Other Services +BDI BDI Industries Private Households +BDI BDI Industries Others +BDI BDI Industries Re-export & Re-import +KHM KHM Industries Agriculture +KHM KHM Industries Fishing +KHM KHM Industries Mining and Quarrying +KHM KHM Industries Food & Beverages +KHM KHM Industries Textiles and Wearing Apparel +KHM KHM Industries Wood and Paper +KHM KHM Industries Petroleum, Chemical and Non-Metallic Mineral Products +KHM KHM Industries Metal Products +KHM KHM Industries Electrical and Machinery +KHM KHM Industries Transport Equipment +KHM KHM Industries Other Manufacturing +KHM KHM Industries Recycling +KHM KHM Industries Electricity, Gas and Water +KHM KHM Industries Construction +KHM KHM Industries Maintenance and Repair +KHM KHM Industries Wholesale Trade +KHM KHM Industries Retail Trade +KHM KHM Industries Hotels and Restraurants +KHM KHM Industries Transport +KHM KHM Industries Post and Telecommunications +KHM KHM Industries Finacial Intermediation and Business Activities +KHM KHM Industries Public Administration +KHM KHM Industries Education, Health and Other Services +KHM KHM Industries Private Households +KHM KHM Industries Others +KHM KHM Industries Re-export & Re-import +CMR CMR Industries Agriculture +CMR CMR Industries Fishing +CMR CMR Industries Mining and Quarrying +CMR CMR Industries Food & Beverages +CMR CMR Industries Textiles and Wearing Apparel +CMR CMR Industries Wood and Paper +CMR CMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +CMR CMR Industries Metal Products +CMR CMR Industries Electrical and Machinery +CMR CMR Industries Transport Equipment +CMR CMR Industries Other Manufacturing +CMR CMR Industries Recycling +CMR CMR Industries Electricity, Gas and Water +CMR CMR Industries Construction +CMR CMR Industries Maintenance and Repair +CMR CMR Industries Wholesale Trade +CMR CMR Industries Retail Trade +CMR CMR Industries Hotels and Restraurants +CMR CMR Industries Transport +CMR CMR Industries Post and Telecommunications +CMR CMR Industries Finacial Intermediation and Business Activities +CMR CMR Industries Public Administration +CMR CMR Industries Education, Health and Other Services +CMR CMR Industries Private Households +CMR CMR Industries Others +CMR CMR Industries Re-export & Re-import +CAN CAN Industries Agriculture +CAN CAN Industries Fishing +CAN CAN Industries Mining and Quarrying +CAN CAN Industries Food & Beverages +CAN CAN Industries Textiles and Wearing Apparel +CAN CAN Industries Wood and Paper +CAN CAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAN CAN Industries Metal Products +CAN CAN Industries Electrical and Machinery +CAN CAN Industries Transport Equipment +CAN CAN Industries Other Manufacturing +CAN CAN Industries Recycling +CAN CAN Industries Electricity, Gas and Water +CAN CAN Industries Construction +CAN CAN Industries Maintenance and Repair +CAN CAN Industries Wholesale Trade +CAN CAN Industries Retail Trade +CAN CAN Industries Hotels and Restraurants +CAN CAN Industries Transport +CAN CAN Industries Post and Telecommunications +CAN CAN Industries Finacial Intermediation and Business Activities +CAN CAN Industries Public Administration +CAN CAN Industries Education, Health and Other Services +CAN CAN Industries Private Households +CAN CAN Industries Others +CAN CAN Industries Re-export & Re-import +CPV CPV Industries Agriculture +CPV CPV Industries Fishing +CPV CPV Industries Mining and Quarrying +CPV CPV Industries Food & Beverages +CPV CPV Industries Textiles and Wearing Apparel +CPV CPV Industries Wood and Paper +CPV CPV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CPV CPV Industries Metal Products +CPV CPV Industries Electrical and Machinery +CPV CPV Industries Transport Equipment +CPV CPV Industries Other Manufacturing +CPV CPV Industries Recycling +CPV CPV Industries Electricity, Gas and Water +CPV CPV Industries Construction +CPV CPV Industries Maintenance and Repair +CPV CPV Industries Wholesale Trade +CPV CPV Industries Retail Trade +CPV CPV Industries Hotels and Restraurants +CPV CPV Industries Transport +CPV CPV Industries Post and Telecommunications +CPV CPV Industries Finacial Intermediation and Business Activities +CPV CPV Industries Public Administration +CPV CPV Industries Education, Health and Other Services +CPV CPV Industries Private Households +CPV CPV Industries Others +CPV CPV Industries Re-export & Re-import +CYM CYM Industries Agriculture +CYM CYM Industries Fishing +CYM CYM Industries Mining and Quarrying +CYM CYM Industries Food & Beverages +CYM CYM Industries Textiles and Wearing Apparel +CYM CYM Industries Wood and Paper +CYM CYM Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYM CYM Industries Metal Products +CYM CYM Industries Electrical and Machinery +CYM CYM Industries Transport Equipment +CYM CYM Industries Other Manufacturing +CYM CYM Industries Recycling +CYM CYM Industries Electricity, Gas and Water +CYM CYM Industries Construction +CYM CYM Industries Maintenance and Repair +CYM CYM Industries Wholesale Trade +CYM CYM Industries Retail Trade +CYM CYM Industries Hotels and Restraurants +CYM CYM Industries Transport +CYM CYM Industries Post and Telecommunications +CYM CYM Industries Finacial Intermediation and Business Activities +CYM CYM Industries Public Administration +CYM CYM Industries Education, Health and Other Services +CYM CYM Industries Private Households +CYM CYM Industries Others +CYM CYM Industries Re-export & Re-import +CAF CAF Industries Agriculture +CAF CAF Industries Fishing +CAF CAF Industries Mining and Quarrying +CAF CAF Industries Food & Beverages +CAF CAF Industries Textiles and Wearing Apparel +CAF CAF Industries Wood and Paper +CAF CAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +CAF CAF Industries Metal Products +CAF CAF Industries Electrical and Machinery +CAF CAF Industries Transport Equipment +CAF CAF Industries Other Manufacturing +CAF CAF Industries Recycling +CAF CAF Industries Electricity, Gas and Water +CAF CAF Industries Construction +CAF CAF Industries Maintenance and Repair +CAF CAF Industries Wholesale Trade +CAF CAF Industries Retail Trade +CAF CAF Industries Hotels and Restraurants +CAF CAF Industries Transport +CAF CAF Industries Post and Telecommunications +CAF CAF Industries Finacial Intermediation and Business Activities +CAF CAF Industries Public Administration +CAF CAF Industries Education, Health and Other Services +CAF CAF Industries Private Households +CAF CAF Industries Others +CAF CAF Industries Re-export & Re-import +TCD TCD Industries Agriculture +TCD TCD Industries Fishing +TCD TCD Industries Mining and Quarrying +TCD TCD Industries Food & Beverages +TCD TCD Industries Textiles and Wearing Apparel +TCD TCD Industries Wood and Paper +TCD TCD Industries Petroleum, Chemical and Non-Metallic Mineral Products +TCD TCD Industries Metal Products +TCD TCD Industries Electrical and Machinery +TCD TCD Industries Transport Equipment +TCD TCD Industries Other Manufacturing +TCD TCD Industries Recycling +TCD TCD Industries Electricity, Gas and Water +TCD TCD Industries Construction +TCD TCD Industries Maintenance and Repair +TCD TCD Industries Wholesale Trade +TCD TCD Industries Retail Trade +TCD TCD Industries Hotels and Restraurants +TCD TCD Industries Transport +TCD TCD Industries Post and Telecommunications +TCD TCD Industries Finacial Intermediation and Business Activities +TCD TCD Industries Public Administration +TCD TCD Industries Education, Health and Other Services +TCD TCD Industries Private Households +TCD TCD Industries Others +TCD TCD Industries Re-export & Re-import +CHL CHL Industries Agriculture +CHL CHL Industries Fishing +CHL CHL Industries Mining and Quarrying +CHL CHL Industries Food & Beverages +CHL CHL Industries Textiles and Wearing Apparel +CHL CHL Industries Wood and Paper +CHL CHL Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHL CHL Industries Metal Products +CHL CHL Industries Electrical and Machinery +CHL CHL Industries Transport Equipment +CHL CHL Industries Other Manufacturing +CHL CHL Industries Recycling +CHL CHL Industries Electricity, Gas and Water +CHL CHL Industries Construction +CHL CHL Industries Maintenance and Repair +CHL CHL Industries Wholesale Trade +CHL CHL Industries Retail Trade +CHL CHL Industries Hotels and Restraurants +CHL CHL Industries Transport +CHL CHL Industries Post and Telecommunications +CHL CHL Industries Finacial Intermediation and Business Activities +CHL CHL Industries Public Administration +CHL CHL Industries Education, Health and Other Services +CHL CHL Industries Private Households +CHL CHL Industries Others +CHL CHL Industries Re-export & Re-import +CHN CHN Commodities Agriculture +CHN CHN Commodities Fishing +CHN CHN Commodities Mining and Quarrying +CHN CHN Commodities Food & Beverages +CHN CHN Commodities Textiles and Wearing Apparel +CHN CHN Commodities Wood and Paper +CHN CHN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +CHN CHN Commodities Metal Products +CHN CHN Commodities Electrical and Machinery +CHN CHN Commodities Transport Equipment +CHN CHN Commodities Other Manufacturing +CHN CHN Commodities Recycling +CHN CHN Commodities Electricity, Gas and Water +CHN CHN Commodities Construction +CHN CHN Commodities Maintenance and Repair +CHN CHN Commodities Wholesale Trade +CHN CHN Commodities Retail Trade +CHN CHN Commodities Hotels and Restraurants +CHN CHN Commodities Transport +CHN CHN Commodities Post and Telecommunications +CHN CHN Commodities Finacial Intermediation and Business Activities +CHN CHN Commodities Public Administration +CHN CHN Commodities Education, Health and Other Services +CHN CHN Commodities Private Households +CHN CHN Commodities Others +CHN CHN Commodities Re-export & Re-import +COL COL Industries Agriculture +COL COL Industries Fishing +COL COL Industries Mining and Quarrying +COL COL Industries Food & Beverages +COL COL Industries Textiles and Wearing Apparel +COL COL Industries Wood and Paper +COL COL Industries Petroleum, Chemical and Non-Metallic Mineral Products +COL COL Industries Metal Products +COL COL Industries Electrical and Machinery +COL COL Industries Transport Equipment +COL COL Industries Other Manufacturing +COL COL Industries Recycling +COL COL Industries Electricity, Gas and Water +COL COL Industries Construction +COL COL Industries Maintenance and Repair +COL COL Industries Wholesale Trade +COL COL Industries Retail Trade +COL COL Industries Hotels and Restraurants +COL COL Industries Transport +COL COL Industries Post and Telecommunications +COL COL Industries Finacial Intermediation and Business Activities +COL COL Industries Public Administration +COL COL Industries Education, Health and Other Services +COL COL Industries Private Households +COL COL Industries Others +COL COL Industries Re-export & Re-import +COG COG Industries Agriculture +COG COG Industries Fishing +COG COG Industries Mining and Quarrying +COG COG Industries Food & Beverages +COG COG Industries Textiles and Wearing Apparel +COG COG Industries Wood and Paper +COG COG Industries Petroleum, Chemical and Non-Metallic Mineral Products +COG COG Industries Metal Products +COG COG Industries Electrical and Machinery +COG COG Industries Transport Equipment +COG COG Industries Other Manufacturing +COG COG Industries Recycling +COG COG Industries Electricity, Gas and Water +COG COG Industries Construction +COG COG Industries Maintenance and Repair +COG COG Industries Wholesale Trade +COG COG Industries Retail Trade +COG COG Industries Hotels and Restraurants +COG COG Industries Transport +COG COG Industries Post and Telecommunications +COG COG Industries Finacial Intermediation and Business Activities +COG COG Industries Public Administration +COG COG Industries Education, Health and Other Services +COG COG Industries Private Households +COG COG Industries Others +COG COG Industries Re-export & Re-import +CRI CRI Industries Agriculture +CRI CRI Industries Fishing +CRI CRI Industries Mining and Quarrying +CRI CRI Industries Food & Beverages +CRI CRI Industries Textiles and Wearing Apparel +CRI CRI Industries Wood and Paper +CRI CRI Industries Petroleum, Chemical and Non-Metallic Mineral Products +CRI CRI Industries Metal Products +CRI CRI Industries Electrical and Machinery +CRI CRI Industries Transport Equipment +CRI CRI Industries Other Manufacturing +CRI CRI Industries Recycling +CRI CRI Industries Electricity, Gas and Water +CRI CRI Industries Construction +CRI CRI Industries Maintenance and Repair +CRI CRI Industries Wholesale Trade +CRI CRI Industries Retail Trade +CRI CRI Industries Hotels and Restraurants +CRI CRI Industries Transport +CRI CRI Industries Post and Telecommunications +CRI CRI Industries Finacial Intermediation and Business Activities +CRI CRI Industries Public Administration +CRI CRI Industries Education, Health and Other Services +CRI CRI Industries Private Households +CRI CRI Industries Others +CRI CRI Industries Re-export & Re-import +HRV HRV Industries Agriculture +HRV HRV Industries Fishing +HRV HRV Industries Mining and Quarrying +HRV HRV Industries Food & Beverages +HRV HRV Industries Textiles and Wearing Apparel +HRV HRV Industries Wood and Paper +HRV HRV Industries Petroleum, Chemical and Non-Metallic Mineral Products +HRV HRV Industries Metal Products +HRV HRV Industries Electrical and Machinery +HRV HRV Industries Transport Equipment +HRV HRV Industries Other Manufacturing +HRV HRV Industries Recycling +HRV HRV Industries Electricity, Gas and Water +HRV HRV Industries Construction +HRV HRV Industries Maintenance and Repair +HRV HRV Industries Wholesale Trade +HRV HRV Industries Retail Trade +HRV HRV Industries Hotels and Restraurants +HRV HRV Industries Transport +HRV HRV Industries Post and Telecommunications +HRV HRV Industries Finacial Intermediation and Business Activities +HRV HRV Industries Public Administration +HRV HRV Industries Education, Health and Other Services +HRV HRV Industries Private Households +HRV HRV Industries Others +HRV HRV Industries Re-export & Re-import +CUB CUB Industries Agriculture +CUB CUB Industries Fishing +CUB CUB Industries Mining and Quarrying +CUB CUB Industries Food & Beverages +CUB CUB Industries Textiles and Wearing Apparel +CUB CUB Industries Wood and Paper +CUB CUB Industries Petroleum, Chemical and Non-Metallic Mineral Products +CUB CUB Industries Metal Products +CUB CUB Industries Electrical and Machinery +CUB CUB Industries Transport Equipment +CUB CUB Industries Other Manufacturing +CUB CUB Industries Recycling +CUB CUB Industries Electricity, Gas and Water +CUB CUB Industries Construction +CUB CUB Industries Maintenance and Repair +CUB CUB Industries Wholesale Trade +CUB CUB Industries Retail Trade +CUB CUB Industries Hotels and Restraurants +CUB CUB Industries Transport +CUB CUB Industries Post and Telecommunications +CUB CUB Industries Finacial Intermediation and Business Activities +CUB CUB Industries Public Administration +CUB CUB Industries Education, Health and Other Services +CUB CUB Industries Private Households +CUB CUB Industries Others +CUB CUB Industries Re-export & Re-import +CYP CYP Industries Agriculture +CYP CYP Industries Fishing +CYP CYP Industries Mining and Quarrying +CYP CYP Industries Food & Beverages +CYP CYP Industries Textiles and Wearing Apparel +CYP CYP Industries Wood and Paper +CYP CYP Industries Petroleum, Chemical and Non-Metallic Mineral Products +CYP CYP Industries Metal Products +CYP CYP Industries Electrical and Machinery +CYP CYP Industries Transport Equipment +CYP CYP Industries Other Manufacturing +CYP CYP Industries Recycling +CYP CYP Industries Electricity, Gas and Water +CYP CYP Industries Construction +CYP CYP Industries Maintenance and Repair +CYP CYP Industries Wholesale Trade +CYP CYP Industries Retail Trade +CYP CYP Industries Hotels and Restraurants +CYP CYP Industries Transport +CYP CYP Industries Post and Telecommunications +CYP CYP Industries Finacial Intermediation and Business Activities +CYP CYP Industries Public Administration +CYP CYP Industries Education, Health and Other Services +CYP CYP Industries Private Households +CYP CYP Industries Others +CYP CYP Industries Re-export & Re-import +CZE CZE Industries Agriculture +CZE CZE Industries Fishing +CZE CZE Industries Mining and Quarrying +CZE CZE Industries Food & Beverages +CZE CZE Industries Textiles and Wearing Apparel +CZE CZE Industries Wood and Paper +CZE CZE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CZE CZE Industries Metal Products +CZE CZE Industries Electrical and Machinery +CZE CZE Industries Transport Equipment +CZE CZE Industries Other Manufacturing +CZE CZE Industries Recycling +CZE CZE Industries Electricity, Gas and Water +CZE CZE Industries Construction +CZE CZE Industries Maintenance and Repair +CZE CZE Industries Wholesale Trade +CZE CZE Industries Retail Trade +CZE CZE Industries Hotels and Restraurants +CZE CZE Industries Transport +CZE CZE Industries Post and Telecommunications +CZE CZE Industries Finacial Intermediation and Business Activities +CZE CZE Industries Public Administration +CZE CZE Industries Education, Health and Other Services +CZE CZE Industries Private Households +CZE CZE Industries Others +CZE CZE Industries Re-export & Re-import +CIV CIV Industries Agriculture +CIV CIV Industries Fishing +CIV CIV Industries Mining and Quarrying +CIV CIV Industries Food & Beverages +CIV CIV Industries Textiles and Wearing Apparel +CIV CIV Industries Wood and Paper +CIV CIV Industries Petroleum, Chemical and Non-Metallic Mineral Products +CIV CIV Industries Metal Products +CIV CIV Industries Electrical and Machinery +CIV CIV Industries Transport Equipment +CIV CIV Industries Other Manufacturing +CIV CIV Industries Recycling +CIV CIV Industries Electricity, Gas and Water +CIV CIV Industries Construction +CIV CIV Industries Maintenance and Repair +CIV CIV Industries Wholesale Trade +CIV CIV Industries Retail Trade +CIV CIV Industries Hotels and Restraurants +CIV CIV Industries Transport +CIV CIV Industries Post and Telecommunications +CIV CIV Industries Finacial Intermediation and Business Activities +CIV CIV Industries Public Administration +CIV CIV Industries Education, Health and Other Services +CIV CIV Industries Private Households +CIV CIV Industries Others +CIV CIV Industries Re-export & Re-import +PRK PRK Industries Agriculture +PRK PRK Industries Fishing +PRK PRK Industries Mining and Quarrying +PRK PRK Industries Food & Beverages +PRK PRK Industries Textiles and Wearing Apparel +PRK PRK Industries Wood and Paper +PRK PRK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRK PRK Industries Metal Products +PRK PRK Industries Electrical and Machinery +PRK PRK Industries Transport Equipment +PRK PRK Industries Other Manufacturing +PRK PRK Industries Recycling +PRK PRK Industries Electricity, Gas and Water +PRK PRK Industries Construction +PRK PRK Industries Maintenance and Repair +PRK PRK Industries Wholesale Trade +PRK PRK Industries Retail Trade +PRK PRK Industries Hotels and Restraurants +PRK PRK Industries Transport +PRK PRK Industries Post and Telecommunications +PRK PRK Industries Finacial Intermediation and Business Activities +PRK PRK Industries Public Administration +PRK PRK Industries Education, Health and Other Services +PRK PRK Industries Private Households +PRK PRK Industries Others +PRK PRK Industries Re-export & Re-import +COD COD Industries Agriculture +COD COD Industries Fishing +COD COD Industries Mining and Quarrying +COD COD Industries Food & Beverages +COD COD Industries Textiles and Wearing Apparel +COD COD Industries Wood and Paper +COD COD Industries Petroleum, Chemical and Non-Metallic Mineral Products +COD COD Industries Metal Products +COD COD Industries Electrical and Machinery +COD COD Industries Transport Equipment +COD COD Industries Other Manufacturing +COD COD Industries Recycling +COD COD Industries Electricity, Gas and Water +COD COD Industries Construction +COD COD Industries Maintenance and Repair +COD COD Industries Wholesale Trade +COD COD Industries Retail Trade +COD COD Industries Hotels and Restraurants +COD COD Industries Transport +COD COD Industries Post and Telecommunications +COD COD Industries Finacial Intermediation and Business Activities +COD COD Industries Public Administration +COD COD Industries Education, Health and Other Services +COD COD Industries Private Households +COD COD Industries Others +COD COD Industries Re-export & Re-import +DNK DNK Industries Agriculture +DNK DNK Industries Fishing +DNK DNK Industries Mining and Quarrying +DNK DNK Industries Food & Beverages +DNK DNK Industries Textiles and Wearing Apparel +DNK DNK Industries Wood and Paper +DNK DNK Industries Petroleum, Chemical and Non-Metallic Mineral Products +DNK DNK Industries Metal Products +DNK DNK Industries Electrical and Machinery +DNK DNK Industries Transport Equipment +DNK DNK Industries Other Manufacturing +DNK DNK Industries Recycling +DNK DNK Industries Electricity, Gas and Water +DNK DNK Industries Construction +DNK DNK Industries Maintenance and Repair +DNK DNK Industries Wholesale Trade +DNK DNK Industries Retail Trade +DNK DNK Industries Hotels and Restraurants +DNK DNK Industries Transport +DNK DNK Industries Post and Telecommunications +DNK DNK Industries Finacial Intermediation and Business Activities +DNK DNK Industries Public Administration +DNK DNK Industries Education, Health and Other Services +DNK DNK Industries Private Households +DNK DNK Industries Others +DNK DNK Industries Re-export & Re-import +DJI DJI Industries Agriculture +DJI DJI Industries Fishing +DJI DJI Industries Mining and Quarrying +DJI DJI Industries Food & Beverages +DJI DJI Industries Textiles and Wearing Apparel +DJI DJI Industries Wood and Paper +DJI DJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +DJI DJI Industries Metal Products +DJI DJI Industries Electrical and Machinery +DJI DJI Industries Transport Equipment +DJI DJI Industries Other Manufacturing +DJI DJI Industries Recycling +DJI DJI Industries Electricity, Gas and Water +DJI DJI Industries Construction +DJI DJI Industries Maintenance and Repair +DJI DJI Industries Wholesale Trade +DJI DJI Industries Retail Trade +DJI DJI Industries Hotels and Restraurants +DJI DJI Industries Transport +DJI DJI Industries Post and Telecommunications +DJI DJI Industries Finacial Intermediation and Business Activities +DJI DJI Industries Public Administration +DJI DJI Industries Education, Health and Other Services +DJI DJI Industries Private Households +DJI DJI Industries Others +DJI DJI Industries Re-export & Re-import +DOM DOM Industries Agriculture +DOM DOM Industries Fishing +DOM DOM Industries Mining and Quarrying +DOM DOM Industries Food & Beverages +DOM DOM Industries Textiles and Wearing Apparel +DOM DOM Industries Wood and Paper +DOM DOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +DOM DOM Industries Metal Products +DOM DOM Industries Electrical and Machinery +DOM DOM Industries Transport Equipment +DOM DOM Industries Other Manufacturing +DOM DOM Industries Recycling +DOM DOM Industries Electricity, Gas and Water +DOM DOM Industries Construction +DOM DOM Industries Maintenance and Repair +DOM DOM Industries Wholesale Trade +DOM DOM Industries Retail Trade +DOM DOM Industries Hotels and Restraurants +DOM DOM Industries Transport +DOM DOM Industries Post and Telecommunications +DOM DOM Industries Finacial Intermediation and Business Activities +DOM DOM Industries Public Administration +DOM DOM Industries Education, Health and Other Services +DOM DOM Industries Private Households +DOM DOM Industries Others +DOM DOM Industries Re-export & Re-import +ECU ECU Industries Agriculture +ECU ECU Industries Fishing +ECU ECU Industries Mining and Quarrying +ECU ECU Industries Food & Beverages +ECU ECU Industries Textiles and Wearing Apparel +ECU ECU Industries Wood and Paper +ECU ECU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ECU ECU Industries Metal Products +ECU ECU Industries Electrical and Machinery +ECU ECU Industries Transport Equipment +ECU ECU Industries Other Manufacturing +ECU ECU Industries Recycling +ECU ECU Industries Electricity, Gas and Water +ECU ECU Industries Construction +ECU ECU Industries Maintenance and Repair +ECU ECU Industries Wholesale Trade +ECU ECU Industries Retail Trade +ECU ECU Industries Hotels and Restraurants +ECU ECU Industries Transport +ECU ECU Industries Post and Telecommunications +ECU ECU Industries Finacial Intermediation and Business Activities +ECU ECU Industries Public Administration +ECU ECU Industries Education, Health and Other Services +ECU ECU Industries Private Households +ECU ECU Industries Others +ECU ECU Industries Re-export & Re-import +EGY EGY Industries Agriculture +EGY EGY Industries Fishing +EGY EGY Industries Mining and Quarrying +EGY EGY Industries Food & Beverages +EGY EGY Industries Textiles and Wearing Apparel +EGY EGY Industries Wood and Paper +EGY EGY Industries Petroleum, Chemical and Non-Metallic Mineral Products +EGY EGY Industries Metal Products +EGY EGY Industries Electrical and Machinery +EGY EGY Industries Transport Equipment +EGY EGY Industries Other Manufacturing +EGY EGY Industries Recycling +EGY EGY Industries Electricity, Gas and Water +EGY EGY Industries Construction +EGY EGY Industries Maintenance and Repair +EGY EGY Industries Wholesale Trade +EGY EGY Industries Retail Trade +EGY EGY Industries Hotels and Restraurants +EGY EGY Industries Transport +EGY EGY Industries Post and Telecommunications +EGY EGY Industries Finacial Intermediation and Business Activities +EGY EGY Industries Public Administration +EGY EGY Industries Education, Health and Other Services +EGY EGY Industries Private Households +EGY EGY Industries Others +EGY EGY Industries Re-export & Re-import +SLV SLV Industries Agriculture +SLV SLV Industries Fishing +SLV SLV Industries Mining and Quarrying +SLV SLV Industries Food & Beverages +SLV SLV Industries Textiles and Wearing Apparel +SLV SLV Industries Wood and Paper +SLV SLV Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLV SLV Industries Metal Products +SLV SLV Industries Electrical and Machinery +SLV SLV Industries Transport Equipment +SLV SLV Industries Other Manufacturing +SLV SLV Industries Recycling +SLV SLV Industries Electricity, Gas and Water +SLV SLV Industries Construction +SLV SLV Industries Maintenance and Repair +SLV SLV Industries Wholesale Trade +SLV SLV Industries Retail Trade +SLV SLV Industries Hotels and Restraurants +SLV SLV Industries Transport +SLV SLV Industries Post and Telecommunications +SLV SLV Industries Finacial Intermediation and Business Activities +SLV SLV Industries Public Administration +SLV SLV Industries Education, Health and Other Services +SLV SLV Industries Private Households +SLV SLV Industries Others +SLV SLV Industries Re-export & Re-import +ERI ERI Industries Agriculture +ERI ERI Industries Fishing +ERI ERI Industries Mining and Quarrying +ERI ERI Industries Food & Beverages +ERI ERI Industries Textiles and Wearing Apparel +ERI ERI Industries Wood and Paper +ERI ERI Industries Petroleum, Chemical and Non-Metallic Mineral Products +ERI ERI Industries Metal Products +ERI ERI Industries Electrical and Machinery +ERI ERI Industries Transport Equipment +ERI ERI Industries Other Manufacturing +ERI ERI Industries Recycling +ERI ERI Industries Electricity, Gas and Water +ERI ERI Industries Construction +ERI ERI Industries Maintenance and Repair +ERI ERI Industries Wholesale Trade +ERI ERI Industries Retail Trade +ERI ERI Industries Hotels and Restraurants +ERI ERI Industries Transport +ERI ERI Industries Post and Telecommunications +ERI ERI Industries Finacial Intermediation and Business Activities +ERI ERI Industries Public Administration +ERI ERI Industries Education, Health and Other Services +ERI ERI Industries Private Households +ERI ERI Industries Others +ERI ERI Industries Re-export & Re-import +EST EST Industries Agriculture +EST EST Industries Fishing +EST EST Industries Mining and Quarrying +EST EST Industries Food & Beverages +EST EST Industries Textiles and Wearing Apparel +EST EST Industries Wood and Paper +EST EST Industries Petroleum, Chemical and Non-Metallic Mineral Products +EST EST Industries Metal Products +EST EST Industries Electrical and Machinery +EST EST Industries Transport Equipment +EST EST Industries Other Manufacturing +EST EST Industries Recycling +EST EST Industries Electricity, Gas and Water +EST EST Industries Construction +EST EST Industries Maintenance and Repair +EST EST Industries Wholesale Trade +EST EST Industries Retail Trade +EST EST Industries Hotels and Restraurants +EST EST Industries Transport +EST EST Industries Post and Telecommunications +EST EST Industries Finacial Intermediation and Business Activities +EST EST Industries Public Administration +EST EST Industries Education, Health and Other Services +EST EST Industries Private Households +EST EST Industries Others +EST EST Industries Re-export & Re-import +ETH ETH Industries Agriculture +ETH ETH Industries Fishing +ETH ETH Industries Mining and Quarrying +ETH ETH Industries Food & Beverages +ETH ETH Industries Textiles and Wearing Apparel +ETH ETH Industries Wood and Paper +ETH ETH Industries Petroleum, Chemical and Non-Metallic Mineral Products +ETH ETH Industries Metal Products +ETH ETH Industries Electrical and Machinery +ETH ETH Industries Transport Equipment +ETH ETH Industries Other Manufacturing +ETH ETH Industries Recycling +ETH ETH Industries Electricity, Gas and Water +ETH ETH Industries Construction +ETH ETH Industries Maintenance and Repair +ETH ETH Industries Wholesale Trade +ETH ETH Industries Retail Trade +ETH ETH Industries Hotels and Restraurants +ETH ETH Industries Transport +ETH ETH Industries Post and Telecommunications +ETH ETH Industries Finacial Intermediation and Business Activities +ETH ETH Industries Public Administration +ETH ETH Industries Education, Health and Other Services +ETH ETH Industries Private Households +ETH ETH Industries Others +ETH ETH Industries Re-export & Re-import +FJI FJI Industries Agriculture +FJI FJI Industries Fishing +FJI FJI Industries Mining and Quarrying +FJI FJI Industries Food & Beverages +FJI FJI Industries Textiles and Wearing Apparel +FJI FJI Industries Wood and Paper +FJI FJI Industries Petroleum, Chemical and Non-Metallic Mineral Products +FJI FJI Industries Metal Products +FJI FJI Industries Electrical and Machinery +FJI FJI Industries Transport Equipment +FJI FJI Industries Other Manufacturing +FJI FJI Industries Recycling +FJI FJI Industries Electricity, Gas and Water +FJI FJI Industries Construction +FJI FJI Industries Maintenance and Repair +FJI FJI Industries Wholesale Trade +FJI FJI Industries Retail Trade +FJI FJI Industries Hotels and Restraurants +FJI FJI Industries Transport +FJI FJI Industries Post and Telecommunications +FJI FJI Industries Finacial Intermediation and Business Activities +FJI FJI Industries Public Administration +FJI FJI Industries Education, Health and Other Services +FJI FJI Industries Private Households +FJI FJI Industries Others +FJI FJI Industries Re-export & Re-import +FIN FIN Industries Agriculture +FIN FIN Industries Fishing +FIN FIN Industries Mining and Quarrying +FIN FIN Industries Food & Beverages +FIN FIN Industries Textiles and Wearing Apparel +FIN FIN Industries Wood and Paper +FIN FIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +FIN FIN Industries Metal Products +FIN FIN Industries Electrical and Machinery +FIN FIN Industries Transport Equipment +FIN FIN Industries Other Manufacturing +FIN FIN Industries Recycling +FIN FIN Industries Electricity, Gas and Water +FIN FIN Industries Construction +FIN FIN Industries Maintenance and Repair +FIN FIN Industries Wholesale Trade +FIN FIN Industries Retail Trade +FIN FIN Industries Hotels and Restraurants +FIN FIN Industries Transport +FIN FIN Industries Post and Telecommunications +FIN FIN Industries Finacial Intermediation and Business Activities +FIN FIN Industries Public Administration +FIN FIN Industries Education, Health and Other Services +FIN FIN Industries Private Households +FIN FIN Industries Others +FIN FIN Industries Re-export & Re-import +FRA FRA Industries Agriculture +FRA FRA Industries Fishing +FRA FRA Industries Mining and Quarrying +FRA FRA Industries Food & Beverages +FRA FRA Industries Textiles and Wearing Apparel +FRA FRA Industries Wood and Paper +FRA FRA Industries Petroleum, Chemical and Non-Metallic Mineral Products +FRA FRA Industries Metal Products +FRA FRA Industries Electrical and Machinery +FRA FRA Industries Transport Equipment +FRA FRA Industries Other Manufacturing +FRA FRA Industries Recycling +FRA FRA Industries Electricity, Gas and Water +FRA FRA Industries Construction +FRA FRA Industries Maintenance and Repair +FRA FRA Industries Wholesale Trade +FRA FRA Industries Retail Trade +FRA FRA Industries Hotels and Restraurants +FRA FRA Industries Transport +FRA FRA Industries Post and Telecommunications +FRA FRA Industries Finacial Intermediation and Business Activities +FRA FRA Industries Public Administration +FRA FRA Industries Education, Health and Other Services +FRA FRA Industries Private Households +FRA FRA Industries Others +FRA FRA Industries Re-export & Re-import +PYF PYF Industries Agriculture +PYF PYF Industries Fishing +PYF PYF Industries Mining and Quarrying +PYF PYF Industries Food & Beverages +PYF PYF Industries Textiles and Wearing Apparel +PYF PYF Industries Wood and Paper +PYF PYF Industries Petroleum, Chemical and Non-Metallic Mineral Products +PYF PYF Industries Metal Products +PYF PYF Industries Electrical and Machinery +PYF PYF Industries Transport Equipment +PYF PYF Industries Other Manufacturing +PYF PYF Industries Recycling +PYF PYF Industries Electricity, Gas and Water +PYF PYF Industries Construction +PYF PYF Industries Maintenance and Repair +PYF PYF Industries Wholesale Trade +PYF PYF Industries Retail Trade +PYF PYF Industries Hotels and Restraurants +PYF PYF Industries Transport +PYF PYF Industries Post and Telecommunications +PYF PYF Industries Finacial Intermediation and Business Activities +PYF PYF Industries Public Administration +PYF PYF Industries Education, Health and Other Services +PYF PYF Industries Private Households +PYF PYF Industries Others +PYF PYF Industries Re-export & Re-import +GAB GAB Industries Agriculture +GAB GAB Industries Fishing +GAB GAB Industries Mining and Quarrying +GAB GAB Industries Food & Beverages +GAB GAB Industries Textiles and Wearing Apparel +GAB GAB Industries Wood and Paper +GAB GAB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GAB GAB Industries Metal Products +GAB GAB Industries Electrical and Machinery +GAB GAB Industries Transport Equipment +GAB GAB Industries Other Manufacturing +GAB GAB Industries Recycling +GAB GAB Industries Electricity, Gas and Water +GAB GAB Industries Construction +GAB GAB Industries Maintenance and Repair +GAB GAB Industries Wholesale Trade +GAB GAB Industries Retail Trade +GAB GAB Industries Hotels and Restraurants +GAB GAB Industries Transport +GAB GAB Industries Post and Telecommunications +GAB GAB Industries Finacial Intermediation and Business Activities +GAB GAB Industries Public Administration +GAB GAB Industries Education, Health and Other Services +GAB GAB Industries Private Households +GAB GAB Industries Others +GAB GAB Industries Re-export & Re-import +GMB GMB Industries Agriculture +GMB GMB Industries Fishing +GMB GMB Industries Mining and Quarrying +GMB GMB Industries Food & Beverages +GMB GMB Industries Textiles and Wearing Apparel +GMB GMB Industries Wood and Paper +GMB GMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +GMB GMB Industries Metal Products +GMB GMB Industries Electrical and Machinery +GMB GMB Industries Transport Equipment +GMB GMB Industries Other Manufacturing +GMB GMB Industries Recycling +GMB GMB Industries Electricity, Gas and Water +GMB GMB Industries Construction +GMB GMB Industries Maintenance and Repair +GMB GMB Industries Wholesale Trade +GMB GMB Industries Retail Trade +GMB GMB Industries Hotels and Restraurants +GMB GMB Industries Transport +GMB GMB Industries Post and Telecommunications +GMB GMB Industries Finacial Intermediation and Business Activities +GMB GMB Industries Public Administration +GMB GMB Industries Education, Health and Other Services +GMB GMB Industries Private Households +GMB GMB Industries Others +GMB GMB Industries Re-export & Re-import +GEO GEO Industries Agriculture +GEO GEO Industries Fishing +GEO GEO Industries Mining and Quarrying +GEO GEO Industries Food & Beverages +GEO GEO Industries Textiles and Wearing Apparel +GEO GEO Industries Wood and Paper +GEO GEO Industries Petroleum, Chemical and Non-Metallic Mineral Products +GEO GEO Industries Metal Products +GEO GEO Industries Electrical and Machinery +GEO GEO Industries Transport Equipment +GEO GEO Industries Other Manufacturing +GEO GEO Industries Recycling +GEO GEO Industries Electricity, Gas and Water +GEO GEO Industries Construction +GEO GEO Industries Maintenance and Repair +GEO GEO Industries Wholesale Trade +GEO GEO Industries Retail Trade +GEO GEO Industries Hotels and Restraurants +GEO GEO Industries Transport +GEO GEO Industries Post and Telecommunications +GEO GEO Industries Finacial Intermediation and Business Activities +GEO GEO Industries Public Administration +GEO GEO Industries Education, Health and Other Services +GEO GEO Industries Private Households +GEO GEO Industries Others +GEO GEO Industries Re-export & Re-import +DEU DEU Commodities Agriculture +DEU DEU Commodities Fishing +DEU DEU Commodities Mining and Quarrying +DEU DEU Commodities Food & Beverages +DEU DEU Commodities Textiles and Wearing Apparel +DEU DEU Commodities Wood and Paper +DEU DEU Commodities Petroleum, Chemical and Non-Metallic Mineral Products +DEU DEU Commodities Metal Products +DEU DEU Commodities Electrical and Machinery +DEU DEU Commodities Transport Equipment +DEU DEU Commodities Other Manufacturing +DEU DEU Commodities Recycling +DEU DEU Commodities Electricity, Gas and Water +DEU DEU Commodities Construction +DEU DEU Commodities Maintenance and Repair +DEU DEU Commodities Wholesale Trade +DEU DEU Commodities Retail Trade +DEU DEU Commodities Hotels and Restraurants +DEU DEU Commodities Transport +DEU DEU Commodities Post and Telecommunications +DEU DEU Commodities Finacial Intermediation and Business Activities +DEU DEU Commodities Public Administration +DEU DEU Commodities Education, Health and Other Services +DEU DEU Commodities Private Households +DEU DEU Commodities Others +DEU DEU Commodities Re-export & Re-import +GHA GHA Industries Agriculture +GHA GHA Industries Fishing +GHA GHA Industries Mining and Quarrying +GHA GHA Industries Food & Beverages +GHA GHA Industries Textiles and Wearing Apparel +GHA GHA Industries Wood and Paper +GHA GHA Industries Petroleum, Chemical and Non-Metallic Mineral Products +GHA GHA Industries Metal Products +GHA GHA Industries Electrical and Machinery +GHA GHA Industries Transport Equipment +GHA GHA Industries Other Manufacturing +GHA GHA Industries Recycling +GHA GHA Industries Electricity, Gas and Water +GHA GHA Industries Construction +GHA GHA Industries Maintenance and Repair +GHA GHA Industries Wholesale Trade +GHA GHA Industries Retail Trade +GHA GHA Industries Hotels and Restraurants +GHA GHA Industries Transport +GHA GHA Industries Post and Telecommunications +GHA GHA Industries Finacial Intermediation and Business Activities +GHA GHA Industries Public Administration +GHA GHA Industries Education, Health and Other Services +GHA GHA Industries Private Households +GHA GHA Industries Others +GHA GHA Industries Re-export & Re-import +GRC GRC Industries Agriculture +GRC GRC Industries Fishing +GRC GRC Industries Mining and Quarrying +GRC GRC Industries Food & Beverages +GRC GRC Industries Textiles and Wearing Apparel +GRC GRC Industries Wood and Paper +GRC GRC Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRC GRC Industries Metal Products +GRC GRC Industries Electrical and Machinery +GRC GRC Industries Transport Equipment +GRC GRC Industries Other Manufacturing +GRC GRC Industries Recycling +GRC GRC Industries Electricity, Gas and Water +GRC GRC Industries Construction +GRC GRC Industries Maintenance and Repair +GRC GRC Industries Wholesale Trade +GRC GRC Industries Retail Trade +GRC GRC Industries Hotels and Restraurants +GRC GRC Industries Transport +GRC GRC Industries Post and Telecommunications +GRC GRC Industries Finacial Intermediation and Business Activities +GRC GRC Industries Public Administration +GRC GRC Industries Education, Health and Other Services +GRC GRC Industries Private Households +GRC GRC Industries Others +GRC GRC Industries Re-export & Re-import +GRL GRL Industries Agriculture +GRL GRL Industries Fishing +GRL GRL Industries Mining and Quarrying +GRL GRL Industries Food & Beverages +GRL GRL Industries Textiles and Wearing Apparel +GRL GRL Industries Wood and Paper +GRL GRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +GRL GRL Industries Metal Products +GRL GRL Industries Electrical and Machinery +GRL GRL Industries Transport Equipment +GRL GRL Industries Other Manufacturing +GRL GRL Industries Recycling +GRL GRL Industries Electricity, Gas and Water +GRL GRL Industries Construction +GRL GRL Industries Maintenance and Repair +GRL GRL Industries Wholesale Trade +GRL GRL Industries Retail Trade +GRL GRL Industries Hotels and Restraurants +GRL GRL Industries Transport +GRL GRL Industries Post and Telecommunications +GRL GRL Industries Finacial Intermediation and Business Activities +GRL GRL Industries Public Administration +GRL GRL Industries Education, Health and Other Services +GRL GRL Industries Private Households +GRL GRL Industries Others +GRL GRL Industries Re-export & Re-import +GTM GTM Industries Agriculture +GTM GTM Industries Fishing +GTM GTM Industries Mining and Quarrying +GTM GTM Industries Food & Beverages +GTM GTM Industries Textiles and Wearing Apparel +GTM GTM Industries Wood and Paper +GTM GTM Industries Petroleum, Chemical and Non-Metallic Mineral Products +GTM GTM Industries Metal Products +GTM GTM Industries Electrical and Machinery +GTM GTM Industries Transport Equipment +GTM GTM Industries Other Manufacturing +GTM GTM Industries Recycling +GTM GTM Industries Electricity, Gas and Water +GTM GTM Industries Construction +GTM GTM Industries Maintenance and Repair +GTM GTM Industries Wholesale Trade +GTM GTM Industries Retail Trade +GTM GTM Industries Hotels and Restraurants +GTM GTM Industries Transport +GTM GTM Industries Post and Telecommunications +GTM GTM Industries Finacial Intermediation and Business Activities +GTM GTM Industries Public Administration +GTM GTM Industries Education, Health and Other Services +GTM GTM Industries Private Households +GTM GTM Industries Others +GTM GTM Industries Re-export & Re-import +GIN GIN Industries Agriculture +GIN GIN Industries Fishing +GIN GIN Industries Mining and Quarrying +GIN GIN Industries Food & Beverages +GIN GIN Industries Textiles and Wearing Apparel +GIN GIN Industries Wood and Paper +GIN GIN Industries Petroleum, Chemical and Non-Metallic Mineral Products +GIN GIN Industries Metal Products +GIN GIN Industries Electrical and Machinery +GIN GIN Industries Transport Equipment +GIN GIN Industries Other Manufacturing +GIN GIN Industries Recycling +GIN GIN Industries Electricity, Gas and Water +GIN GIN Industries Construction +GIN GIN Industries Maintenance and Repair +GIN GIN Industries Wholesale Trade +GIN GIN Industries Retail Trade +GIN GIN Industries Hotels and Restraurants +GIN GIN Industries Transport +GIN GIN Industries Post and Telecommunications +GIN GIN Industries Finacial Intermediation and Business Activities +GIN GIN Industries Public Administration +GIN GIN Industries Education, Health and Other Services +GIN GIN Industries Private Households +GIN GIN Industries Others +GIN GIN Industries Re-export & Re-import +GUY GUY Industries Agriculture +GUY GUY Industries Fishing +GUY GUY Industries Mining and Quarrying +GUY GUY Industries Food & Beverages +GUY GUY Industries Textiles and Wearing Apparel +GUY GUY Industries Wood and Paper +GUY GUY Industries Petroleum, Chemical and Non-Metallic Mineral Products +GUY GUY Industries Metal Products +GUY GUY Industries Electrical and Machinery +GUY GUY Industries Transport Equipment +GUY GUY Industries Other Manufacturing +GUY GUY Industries Recycling +GUY GUY Industries Electricity, Gas and Water +GUY GUY Industries Construction +GUY GUY Industries Maintenance and Repair +GUY GUY Industries Wholesale Trade +GUY GUY Industries Retail Trade +GUY GUY Industries Hotels and Restraurants +GUY GUY Industries Transport +GUY GUY Industries Post and Telecommunications +GUY GUY Industries Finacial Intermediation and Business Activities +GUY GUY Industries Public Administration +GUY GUY Industries Education, Health and Other Services +GUY GUY Industries Private Households +GUY GUY Industries Others +GUY GUY Industries Re-export & Re-import +HTI HTI Industries Agriculture +HTI HTI Industries Fishing +HTI HTI Industries Mining and Quarrying +HTI HTI Industries Food & Beverages +HTI HTI Industries Textiles and Wearing Apparel +HTI HTI Industries Wood and Paper +HTI HTI Industries Petroleum, Chemical and Non-Metallic Mineral Products +HTI HTI Industries Metal Products +HTI HTI Industries Electrical and Machinery +HTI HTI Industries Transport Equipment +HTI HTI Industries Other Manufacturing +HTI HTI Industries Recycling +HTI HTI Industries Electricity, Gas and Water +HTI HTI Industries Construction +HTI HTI Industries Maintenance and Repair +HTI HTI Industries Wholesale Trade +HTI HTI Industries Retail Trade +HTI HTI Industries Hotels and Restraurants +HTI HTI Industries Transport +HTI HTI Industries Post and Telecommunications +HTI HTI Industries Finacial Intermediation and Business Activities +HTI HTI Industries Public Administration +HTI HTI Industries Education, Health and Other Services +HTI HTI Industries Private Households +HTI HTI Industries Others +HTI HTI Industries Re-export & Re-import +HND HND Industries Agriculture +HND HND Industries Fishing +HND HND Industries Mining and Quarrying +HND HND Industries Food & Beverages +HND HND Industries Textiles and Wearing Apparel +HND HND Industries Wood and Paper +HND HND Industries Petroleum, Chemical and Non-Metallic Mineral Products +HND HND Industries Metal Products +HND HND Industries Electrical and Machinery +HND HND Industries Transport Equipment +HND HND Industries Other Manufacturing +HND HND Industries Recycling +HND HND Industries Electricity, Gas and Water +HND HND Industries Construction +HND HND Industries Maintenance and Repair +HND HND Industries Wholesale Trade +HND HND Industries Retail Trade +HND HND Industries Hotels and Restraurants +HND HND Industries Transport +HND HND Industries Post and Telecommunications +HND HND Industries Finacial Intermediation and Business Activities +HND HND Industries Public Administration +HND HND Industries Education, Health and Other Services +HND HND Industries Private Households +HND HND Industries Others +HND HND Industries Re-export & Re-import +HKG HKG Industries Agriculture +HKG HKG Industries Fishing +HKG HKG Industries Mining and Quarrying +HKG HKG Industries Food & Beverages +HKG HKG Industries Textiles and Wearing Apparel +HKG HKG Industries Wood and Paper +HKG HKG Industries Petroleum, Chemical and Non-Metallic Mineral Products +HKG HKG Industries Metal Products +HKG HKG Industries Electrical and Machinery +HKG HKG Industries Transport Equipment +HKG HKG Industries Other Manufacturing +HKG HKG Industries Recycling +HKG HKG Industries Electricity, Gas and Water +HKG HKG Industries Construction +HKG HKG Industries Maintenance and Repair +HKG HKG Industries Wholesale Trade +HKG HKG Industries Retail Trade +HKG HKG Industries Hotels and Restraurants +HKG HKG Industries Transport +HKG HKG Industries Post and Telecommunications +HKG HKG Industries Finacial Intermediation and Business Activities +HKG HKG Industries Public Administration +HKG HKG Industries Education, Health and Other Services +HKG HKG Industries Private Households +HKG HKG Industries Others +HKG HKG Industries Re-export & Re-import +HUN HUN Industries Agriculture +HUN HUN Industries Fishing +HUN HUN Industries Mining and Quarrying +HUN HUN Industries Food & Beverages +HUN HUN Industries Textiles and Wearing Apparel +HUN HUN Industries Wood and Paper +HUN HUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +HUN HUN Industries Metal Products +HUN HUN Industries Electrical and Machinery +HUN HUN Industries Transport Equipment +HUN HUN Industries Other Manufacturing +HUN HUN Industries Recycling +HUN HUN Industries Electricity, Gas and Water +HUN HUN Industries Construction +HUN HUN Industries Maintenance and Repair +HUN HUN Industries Wholesale Trade +HUN HUN Industries Retail Trade +HUN HUN Industries Hotels and Restraurants +HUN HUN Industries Transport +HUN HUN Industries Post and Telecommunications +HUN HUN Industries Finacial Intermediation and Business Activities +HUN HUN Industries Public Administration +HUN HUN Industries Education, Health and Other Services +HUN HUN Industries Private Households +HUN HUN Industries Others +HUN HUN Industries Re-export & Re-import +ISL ISL Industries Agriculture +ISL ISL Industries Fishing +ISL ISL Industries Mining and Quarrying +ISL ISL Industries Food & Beverages +ISL ISL Industries Textiles and Wearing Apparel +ISL ISL Industries Wood and Paper +ISL ISL Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISL ISL Industries Metal Products +ISL ISL Industries Electrical and Machinery +ISL ISL Industries Transport Equipment +ISL ISL Industries Other Manufacturing +ISL ISL Industries Recycling +ISL ISL Industries Electricity, Gas and Water +ISL ISL Industries Construction +ISL ISL Industries Maintenance and Repair +ISL ISL Industries Wholesale Trade +ISL ISL Industries Retail Trade +ISL ISL Industries Hotels and Restraurants +ISL ISL Industries Transport +ISL ISL Industries Post and Telecommunications +ISL ISL Industries Finacial Intermediation and Business Activities +ISL ISL Industries Public Administration +ISL ISL Industries Education, Health and Other Services +ISL ISL Industries Private Households +ISL ISL Industries Others +ISL ISL Industries Re-export & Re-import +IND IND Industries Agriculture +IND IND Industries Fishing +IND IND Industries Mining and Quarrying +IND IND Industries Food & Beverages +IND IND Industries Textiles and Wearing Apparel +IND IND Industries Wood and Paper +IND IND Industries Petroleum, Chemical and Non-Metallic Mineral Products +IND IND Industries Metal Products +IND IND Industries Electrical and Machinery +IND IND Industries Transport Equipment +IND IND Industries Other Manufacturing +IND IND Industries Recycling +IND IND Industries Electricity, Gas and Water +IND IND Industries Construction +IND IND Industries Maintenance and Repair +IND IND Industries Wholesale Trade +IND IND Industries Retail Trade +IND IND Industries Hotels and Restraurants +IND IND Industries Transport +IND IND Industries Post and Telecommunications +IND IND Industries Finacial Intermediation and Business Activities +IND IND Industries Public Administration +IND IND Industries Education, Health and Other Services +IND IND Industries Private Households +IND IND Industries Others +IND IND Industries Re-export & Re-import +IDN IDN Commodities Agriculture +IDN IDN Commodities Fishing +IDN IDN Commodities Mining and Quarrying +IDN IDN Commodities Food & Beverages +IDN IDN Commodities Textiles and Wearing Apparel +IDN IDN Commodities Wood and Paper +IDN IDN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +IDN IDN Commodities Metal Products +IDN IDN Commodities Electrical and Machinery +IDN IDN Commodities Transport Equipment +IDN IDN Commodities Other Manufacturing +IDN IDN Commodities Recycling +IDN IDN Commodities Electricity, Gas and Water +IDN IDN Commodities Construction +IDN IDN Commodities Maintenance and Repair +IDN IDN Commodities Wholesale Trade +IDN IDN Commodities Retail Trade +IDN IDN Commodities Hotels and Restraurants +IDN IDN Commodities Transport +IDN IDN Commodities Post and Telecommunications +IDN IDN Commodities Finacial Intermediation and Business Activities +IDN IDN Commodities Public Administration +IDN IDN Commodities Education, Health and Other Services +IDN IDN Commodities Private Households +IDN IDN Commodities Others +IDN IDN Commodities Re-export & Re-import +IRN IRN Industries Agriculture +IRN IRN Industries Fishing +IRN IRN Industries Mining and Quarrying +IRN IRN Industries Food & Beverages +IRN IRN Industries Textiles and Wearing Apparel +IRN IRN Industries Wood and Paper +IRN IRN Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRN IRN Industries Metal Products +IRN IRN Industries Electrical and Machinery +IRN IRN Industries Transport Equipment +IRN IRN Industries Other Manufacturing +IRN IRN Industries Recycling +IRN IRN Industries Electricity, Gas and Water +IRN IRN Industries Construction +IRN IRN Industries Maintenance and Repair +IRN IRN Industries Wholesale Trade +IRN IRN Industries Retail Trade +IRN IRN Industries Hotels and Restraurants +IRN IRN Industries Transport +IRN IRN Industries Post and Telecommunications +IRN IRN Industries Finacial Intermediation and Business Activities +IRN IRN Industries Public Administration +IRN IRN Industries Education, Health and Other Services +IRN IRN Industries Private Households +IRN IRN Industries Others +IRN IRN Industries Re-export & Re-import +IRQ IRQ Industries Agriculture +IRQ IRQ Industries Fishing +IRQ IRQ Industries Mining and Quarrying +IRQ IRQ Industries Food & Beverages +IRQ IRQ Industries Textiles and Wearing Apparel +IRQ IRQ Industries Wood and Paper +IRQ IRQ Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRQ IRQ Industries Metal Products +IRQ IRQ Industries Electrical and Machinery +IRQ IRQ Industries Transport Equipment +IRQ IRQ Industries Other Manufacturing +IRQ IRQ Industries Recycling +IRQ IRQ Industries Electricity, Gas and Water +IRQ IRQ Industries Construction +IRQ IRQ Industries Maintenance and Repair +IRQ IRQ Industries Wholesale Trade +IRQ IRQ Industries Retail Trade +IRQ IRQ Industries Hotels and Restraurants +IRQ IRQ Industries Transport +IRQ IRQ Industries Post and Telecommunications +IRQ IRQ Industries Finacial Intermediation and Business Activities +IRQ IRQ Industries Public Administration +IRQ IRQ Industries Education, Health and Other Services +IRQ IRQ Industries Private Households +IRQ IRQ Industries Others +IRQ IRQ Industries Re-export & Re-import +IRL IRL Industries Agriculture +IRL IRL Industries Fishing +IRL IRL Industries Mining and Quarrying +IRL IRL Industries Food & Beverages +IRL IRL Industries Textiles and Wearing Apparel +IRL IRL Industries Wood and Paper +IRL IRL Industries Petroleum, Chemical and Non-Metallic Mineral Products +IRL IRL Industries Metal Products +IRL IRL Industries Electrical and Machinery +IRL IRL Industries Transport Equipment +IRL IRL Industries Other Manufacturing +IRL IRL Industries Recycling +IRL IRL Industries Electricity, Gas and Water +IRL IRL Industries Construction +IRL IRL Industries Maintenance and Repair +IRL IRL Industries Wholesale Trade +IRL IRL Industries Retail Trade +IRL IRL Industries Hotels and Restraurants +IRL IRL Industries Transport +IRL IRL Industries Post and Telecommunications +IRL IRL Industries Finacial Intermediation and Business Activities +IRL IRL Industries Public Administration +IRL IRL Industries Education, Health and Other Services +IRL IRL Industries Private Households +IRL IRL Industries Others +IRL IRL Industries Re-export & Re-import +ISR ISR Industries Agriculture +ISR ISR Industries Fishing +ISR ISR Industries Mining and Quarrying +ISR ISR Industries Food & Beverages +ISR ISR Industries Textiles and Wearing Apparel +ISR ISR Industries Wood and Paper +ISR ISR Industries Petroleum, Chemical and Non-Metallic Mineral Products +ISR ISR Industries Metal Products +ISR ISR Industries Electrical and Machinery +ISR ISR Industries Transport Equipment +ISR ISR Industries Other Manufacturing +ISR ISR Industries Recycling +ISR ISR Industries Electricity, Gas and Water +ISR ISR Industries Construction +ISR ISR Industries Maintenance and Repair +ISR ISR Industries Wholesale Trade +ISR ISR Industries Retail Trade +ISR ISR Industries Hotels and Restraurants +ISR ISR Industries Transport +ISR ISR Industries Post and Telecommunications +ISR ISR Industries Finacial Intermediation and Business Activities +ISR ISR Industries Public Administration +ISR ISR Industries Education, Health and Other Services +ISR ISR Industries Private Households +ISR ISR Industries Others +ISR ISR Industries Re-export & Re-import +ITA ITA Industries Agriculture +ITA ITA Industries Fishing +ITA ITA Industries Mining and Quarrying +ITA ITA Industries Food & Beverages +ITA ITA Industries Textiles and Wearing Apparel +ITA ITA Industries Wood and Paper +ITA ITA Industries Petroleum, Chemical and Non-Metallic Mineral Products +ITA ITA Industries Metal Products +ITA ITA Industries Electrical and Machinery +ITA ITA Industries Transport Equipment +ITA ITA Industries Other Manufacturing +ITA ITA Industries Recycling +ITA ITA Industries Electricity, Gas and Water +ITA ITA Industries Construction +ITA ITA Industries Maintenance and Repair +ITA ITA Industries Wholesale Trade +ITA ITA Industries Retail Trade +ITA ITA Industries Hotels and Restraurants +ITA ITA Industries Transport +ITA ITA Industries Post and Telecommunications +ITA ITA Industries Finacial Intermediation and Business Activities +ITA ITA Industries Public Administration +ITA ITA Industries Education, Health and Other Services +ITA ITA Industries Private Households +ITA ITA Industries Others +ITA ITA Industries Re-export & Re-import +JAM JAM Industries Agriculture +JAM JAM Industries Fishing +JAM JAM Industries Mining and Quarrying +JAM JAM Industries Food & Beverages +JAM JAM Industries Textiles and Wearing Apparel +JAM JAM Industries Wood and Paper +JAM JAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +JAM JAM Industries Metal Products +JAM JAM Industries Electrical and Machinery +JAM JAM Industries Transport Equipment +JAM JAM Industries Other Manufacturing +JAM JAM Industries Recycling +JAM JAM Industries Electricity, Gas and Water +JAM JAM Industries Construction +JAM JAM Industries Maintenance and Repair +JAM JAM Industries Wholesale Trade +JAM JAM Industries Retail Trade +JAM JAM Industries Hotels and Restraurants +JAM JAM Industries Transport +JAM JAM Industries Post and Telecommunications +JAM JAM Industries Finacial Intermediation and Business Activities +JAM JAM Industries Public Administration +JAM JAM Industries Education, Health and Other Services +JAM JAM Industries Private Households +JAM JAM Industries Others +JAM JAM Industries Re-export & Re-import +JPN JPN Commodities Agriculture +JPN JPN Commodities Fishing +JPN JPN Commodities Mining and Quarrying +JPN JPN Commodities Food & Beverages +JPN JPN Commodities Textiles and Wearing Apparel +JPN JPN Commodities Wood and Paper +JPN JPN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +JPN JPN Commodities Metal Products +JPN JPN Commodities Electrical and Machinery +JPN JPN Commodities Transport Equipment +JPN JPN Commodities Other Manufacturing +JPN JPN Commodities Recycling +JPN JPN Commodities Electricity, Gas and Water +JPN JPN Commodities Construction +JPN JPN Commodities Maintenance and Repair +JPN JPN Commodities Wholesale Trade +JPN JPN Commodities Retail Trade +JPN JPN Commodities Hotels and Restraurants +JPN JPN Commodities Transport +JPN JPN Commodities Post and Telecommunications +JPN JPN Commodities Finacial Intermediation and Business Activities +JPN JPN Commodities Public Administration +JPN JPN Commodities Education, Health and Other Services +JPN JPN Commodities Private Households +JPN JPN Commodities Others +JPN JPN Commodities Re-export & Re-import +JOR JOR Industries Agriculture +JOR JOR Industries Fishing +JOR JOR Industries Mining and Quarrying +JOR JOR Industries Food & Beverages +JOR JOR Industries Textiles and Wearing Apparel +JOR JOR Industries Wood and Paper +JOR JOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +JOR JOR Industries Metal Products +JOR JOR Industries Electrical and Machinery +JOR JOR Industries Transport Equipment +JOR JOR Industries Other Manufacturing +JOR JOR Industries Recycling +JOR JOR Industries Electricity, Gas and Water +JOR JOR Industries Construction +JOR JOR Industries Maintenance and Repair +JOR JOR Industries Wholesale Trade +JOR JOR Industries Retail Trade +JOR JOR Industries Hotels and Restraurants +JOR JOR Industries Transport +JOR JOR Industries Post and Telecommunications +JOR JOR Industries Finacial Intermediation and Business Activities +JOR JOR Industries Public Administration +JOR JOR Industries Education, Health and Other Services +JOR JOR Industries Private Households +JOR JOR Industries Others +JOR JOR Industries Re-export & Re-import +KAZ KAZ Commodities Agriculture +KAZ KAZ Commodities Fishing +KAZ KAZ Commodities Mining and Quarrying +KAZ KAZ Commodities Food & Beverages +KAZ KAZ Commodities Textiles and Wearing Apparel +KAZ KAZ Commodities Wood and Paper +KAZ KAZ Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KAZ KAZ Commodities Metal Products +KAZ KAZ Commodities Electrical and Machinery +KAZ KAZ Commodities Transport Equipment +KAZ KAZ Commodities Other Manufacturing +KAZ KAZ Commodities Recycling +KAZ KAZ Commodities Electricity, Gas and Water +KAZ KAZ Commodities Construction +KAZ KAZ Commodities Maintenance and Repair +KAZ KAZ Commodities Wholesale Trade +KAZ KAZ Commodities Retail Trade +KAZ KAZ Commodities Hotels and Restraurants +KAZ KAZ Commodities Transport +KAZ KAZ Commodities Post and Telecommunications +KAZ KAZ Commodities Finacial Intermediation and Business Activities +KAZ KAZ Commodities Public Administration +KAZ KAZ Commodities Education, Health and Other Services +KAZ KAZ Commodities Private Households +KAZ KAZ Commodities Others +KAZ KAZ Commodities Re-export & Re-import +KEN KEN Industries Agriculture +KEN KEN Industries Fishing +KEN KEN Industries Mining and Quarrying +KEN KEN Industries Food & Beverages +KEN KEN Industries Textiles and Wearing Apparel +KEN KEN Industries Wood and Paper +KEN KEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +KEN KEN Industries Metal Products +KEN KEN Industries Electrical and Machinery +KEN KEN Industries Transport Equipment +KEN KEN Industries Other Manufacturing +KEN KEN Industries Recycling +KEN KEN Industries Electricity, Gas and Water +KEN KEN Industries Construction +KEN KEN Industries Maintenance and Repair +KEN KEN Industries Wholesale Trade +KEN KEN Industries Retail Trade +KEN KEN Industries Hotels and Restraurants +KEN KEN Industries Transport +KEN KEN Industries Post and Telecommunications +KEN KEN Industries Finacial Intermediation and Business Activities +KEN KEN Industries Public Administration +KEN KEN Industries Education, Health and Other Services +KEN KEN Industries Private Households +KEN KEN Industries Others +KEN KEN Industries Re-export & Re-import +KWT KWT Industries Agriculture +KWT KWT Industries Fishing +KWT KWT Industries Mining and Quarrying +KWT KWT Industries Food & Beverages +KWT KWT Industries Textiles and Wearing Apparel +KWT KWT Industries Wood and Paper +KWT KWT Industries Petroleum, Chemical and Non-Metallic Mineral Products +KWT KWT Industries Metal Products +KWT KWT Industries Electrical and Machinery +KWT KWT Industries Transport Equipment +KWT KWT Industries Other Manufacturing +KWT KWT Industries Recycling +KWT KWT Industries Electricity, Gas and Water +KWT KWT Industries Construction +KWT KWT Industries Maintenance and Repair +KWT KWT Industries Wholesale Trade +KWT KWT Industries Retail Trade +KWT KWT Industries Hotels and Restraurants +KWT KWT Industries Transport +KWT KWT Industries Post and Telecommunications +KWT KWT Industries Finacial Intermediation and Business Activities +KWT KWT Industries Public Administration +KWT KWT Industries Education, Health and Other Services +KWT KWT Industries Private Households +KWT KWT Industries Others +KWT KWT Industries Re-export & Re-import +KGZ KGZ Industries Agriculture +KGZ KGZ Industries Fishing +KGZ KGZ Industries Mining and Quarrying +KGZ KGZ Industries Food & Beverages +KGZ KGZ Industries Textiles and Wearing Apparel +KGZ KGZ Industries Wood and Paper +KGZ KGZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +KGZ KGZ Industries Metal Products +KGZ KGZ Industries Electrical and Machinery +KGZ KGZ Industries Transport Equipment +KGZ KGZ Industries Other Manufacturing +KGZ KGZ Industries Recycling +KGZ KGZ Industries Electricity, Gas and Water +KGZ KGZ Industries Construction +KGZ KGZ Industries Maintenance and Repair +KGZ KGZ Industries Wholesale Trade +KGZ KGZ Industries Retail Trade +KGZ KGZ Industries Hotels and Restraurants +KGZ KGZ Industries Transport +KGZ KGZ Industries Post and Telecommunications +KGZ KGZ Industries Finacial Intermediation and Business Activities +KGZ KGZ Industries Public Administration +KGZ KGZ Industries Education, Health and Other Services +KGZ KGZ Industries Private Households +KGZ KGZ Industries Others +KGZ KGZ Industries Re-export & Re-import +LAO LAO Industries Agriculture +LAO LAO Industries Fishing +LAO LAO Industries Mining and Quarrying +LAO LAO Industries Food & Beverages +LAO LAO Industries Textiles and Wearing Apparel +LAO LAO Industries Wood and Paper +LAO LAO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LAO LAO Industries Metal Products +LAO LAO Industries Electrical and Machinery +LAO LAO Industries Transport Equipment +LAO LAO Industries Other Manufacturing +LAO LAO Industries Recycling +LAO LAO Industries Electricity, Gas and Water +LAO LAO Industries Construction +LAO LAO Industries Maintenance and Repair +LAO LAO Industries Wholesale Trade +LAO LAO Industries Retail Trade +LAO LAO Industries Hotels and Restraurants +LAO LAO Industries Transport +LAO LAO Industries Post and Telecommunications +LAO LAO Industries Finacial Intermediation and Business Activities +LAO LAO Industries Public Administration +LAO LAO Industries Education, Health and Other Services +LAO LAO Industries Private Households +LAO LAO Industries Others +LAO LAO Industries Re-export & Re-import +LVA LVA Industries Agriculture +LVA LVA Industries Fishing +LVA LVA Industries Mining and Quarrying +LVA LVA Industries Food & Beverages +LVA LVA Industries Textiles and Wearing Apparel +LVA LVA Industries Wood and Paper +LVA LVA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LVA LVA Industries Metal Products +LVA LVA Industries Electrical and Machinery +LVA LVA Industries Transport Equipment +LVA LVA Industries Other Manufacturing +LVA LVA Industries Recycling +LVA LVA Industries Electricity, Gas and Water +LVA LVA Industries Construction +LVA LVA Industries Maintenance and Repair +LVA LVA Industries Wholesale Trade +LVA LVA Industries Retail Trade +LVA LVA Industries Hotels and Restraurants +LVA LVA Industries Transport +LVA LVA Industries Post and Telecommunications +LVA LVA Industries Finacial Intermediation and Business Activities +LVA LVA Industries Public Administration +LVA LVA Industries Education, Health and Other Services +LVA LVA Industries Private Households +LVA LVA Industries Others +LVA LVA Industries Re-export & Re-import +LBN LBN Industries Agriculture +LBN LBN Industries Fishing +LBN LBN Industries Mining and Quarrying +LBN LBN Industries Food & Beverages +LBN LBN Industries Textiles and Wearing Apparel +LBN LBN Industries Wood and Paper +LBN LBN Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBN LBN Industries Metal Products +LBN LBN Industries Electrical and Machinery +LBN LBN Industries Transport Equipment +LBN LBN Industries Other Manufacturing +LBN LBN Industries Recycling +LBN LBN Industries Electricity, Gas and Water +LBN LBN Industries Construction +LBN LBN Industries Maintenance and Repair +LBN LBN Industries Wholesale Trade +LBN LBN Industries Retail Trade +LBN LBN Industries Hotels and Restraurants +LBN LBN Industries Transport +LBN LBN Industries Post and Telecommunications +LBN LBN Industries Finacial Intermediation and Business Activities +LBN LBN Industries Public Administration +LBN LBN Industries Education, Health and Other Services +LBN LBN Industries Private Households +LBN LBN Industries Others +LBN LBN Industries Re-export & Re-import +LSO LSO Industries Agriculture +LSO LSO Industries Fishing +LSO LSO Industries Mining and Quarrying +LSO LSO Industries Food & Beverages +LSO LSO Industries Textiles and Wearing Apparel +LSO LSO Industries Wood and Paper +LSO LSO Industries Petroleum, Chemical and Non-Metallic Mineral Products +LSO LSO Industries Metal Products +LSO LSO Industries Electrical and Machinery +LSO LSO Industries Transport Equipment +LSO LSO Industries Other Manufacturing +LSO LSO Industries Recycling +LSO LSO Industries Electricity, Gas and Water +LSO LSO Industries Construction +LSO LSO Industries Maintenance and Repair +LSO LSO Industries Wholesale Trade +LSO LSO Industries Retail Trade +LSO LSO Industries Hotels and Restraurants +LSO LSO Industries Transport +LSO LSO Industries Post and Telecommunications +LSO LSO Industries Finacial Intermediation and Business Activities +LSO LSO Industries Public Administration +LSO LSO Industries Education, Health and Other Services +LSO LSO Industries Private Households +LSO LSO Industries Others +LSO LSO Industries Re-export & Re-import +LBR LBR Industries Agriculture +LBR LBR Industries Fishing +LBR LBR Industries Mining and Quarrying +LBR LBR Industries Food & Beverages +LBR LBR Industries Textiles and Wearing Apparel +LBR LBR Industries Wood and Paper +LBR LBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBR LBR Industries Metal Products +LBR LBR Industries Electrical and Machinery +LBR LBR Industries Transport Equipment +LBR LBR Industries Other Manufacturing +LBR LBR Industries Recycling +LBR LBR Industries Electricity, Gas and Water +LBR LBR Industries Construction +LBR LBR Industries Maintenance and Repair +LBR LBR Industries Wholesale Trade +LBR LBR Industries Retail Trade +LBR LBR Industries Hotels and Restraurants +LBR LBR Industries Transport +LBR LBR Industries Post and Telecommunications +LBR LBR Industries Finacial Intermediation and Business Activities +LBR LBR Industries Public Administration +LBR LBR Industries Education, Health and Other Services +LBR LBR Industries Private Households +LBR LBR Industries Others +LBR LBR Industries Re-export & Re-import +LBY LBY Industries Agriculture +LBY LBY Industries Fishing +LBY LBY Industries Mining and Quarrying +LBY LBY Industries Food & Beverages +LBY LBY Industries Textiles and Wearing Apparel +LBY LBY Industries Wood and Paper +LBY LBY Industries Petroleum, Chemical and Non-Metallic Mineral Products +LBY LBY Industries Metal Products +LBY LBY Industries Electrical and Machinery +LBY LBY Industries Transport Equipment +LBY LBY Industries Other Manufacturing +LBY LBY Industries Recycling +LBY LBY Industries Electricity, Gas and Water +LBY LBY Industries Construction +LBY LBY Industries Maintenance and Repair +LBY LBY Industries Wholesale Trade +LBY LBY Industries Retail Trade +LBY LBY Industries Hotels and Restraurants +LBY LBY Industries Transport +LBY LBY Industries Post and Telecommunications +LBY LBY Industries Finacial Intermediation and Business Activities +LBY LBY Industries Public Administration +LBY LBY Industries Education, Health and Other Services +LBY LBY Industries Private Households +LBY LBY Industries Others +LBY LBY Industries Re-export & Re-import +LIE LIE Industries Agriculture +LIE LIE Industries Fishing +LIE LIE Industries Mining and Quarrying +LIE LIE Industries Food & Beverages +LIE LIE Industries Textiles and Wearing Apparel +LIE LIE Industries Wood and Paper +LIE LIE Industries Petroleum, Chemical and Non-Metallic Mineral Products +LIE LIE Industries Metal Products +LIE LIE Industries Electrical and Machinery +LIE LIE Industries Transport Equipment +LIE LIE Industries Other Manufacturing +LIE LIE Industries Recycling +LIE LIE Industries Electricity, Gas and Water +LIE LIE Industries Construction +LIE LIE Industries Maintenance and Repair +LIE LIE Industries Wholesale Trade +LIE LIE Industries Retail Trade +LIE LIE Industries Hotels and Restraurants +LIE LIE Industries Transport +LIE LIE Industries Post and Telecommunications +LIE LIE Industries Finacial Intermediation and Business Activities +LIE LIE Industries Public Administration +LIE LIE Industries Education, Health and Other Services +LIE LIE Industries Private Households +LIE LIE Industries Others +LIE LIE Industries Re-export & Re-import +LTU LTU Industries Agriculture +LTU LTU Industries Fishing +LTU LTU Industries Mining and Quarrying +LTU LTU Industries Food & Beverages +LTU LTU Industries Textiles and Wearing Apparel +LTU LTU Industries Wood and Paper +LTU LTU Industries Petroleum, Chemical and Non-Metallic Mineral Products +LTU LTU Industries Metal Products +LTU LTU Industries Electrical and Machinery +LTU LTU Industries Transport Equipment +LTU LTU Industries Other Manufacturing +LTU LTU Industries Recycling +LTU LTU Industries Electricity, Gas and Water +LTU LTU Industries Construction +LTU LTU Industries Maintenance and Repair +LTU LTU Industries Wholesale Trade +LTU LTU Industries Retail Trade +LTU LTU Industries Hotels and Restraurants +LTU LTU Industries Transport +LTU LTU Industries Post and Telecommunications +LTU LTU Industries Finacial Intermediation and Business Activities +LTU LTU Industries Public Administration +LTU LTU Industries Education, Health and Other Services +LTU LTU Industries Private Households +LTU LTU Industries Others +LTU LTU Industries Re-export & Re-import +LUX LUX Industries Agriculture +LUX LUX Industries Fishing +LUX LUX Industries Mining and Quarrying +LUX LUX Industries Food & Beverages +LUX LUX Industries Textiles and Wearing Apparel +LUX LUX Industries Wood and Paper +LUX LUX Industries Petroleum, Chemical and Non-Metallic Mineral Products +LUX LUX Industries Metal Products +LUX LUX Industries Electrical and Machinery +LUX LUX Industries Transport Equipment +LUX LUX Industries Other Manufacturing +LUX LUX Industries Recycling +LUX LUX Industries Electricity, Gas and Water +LUX LUX Industries Construction +LUX LUX Industries Maintenance and Repair +LUX LUX Industries Wholesale Trade +LUX LUX Industries Retail Trade +LUX LUX Industries Hotels and Restraurants +LUX LUX Industries Transport +LUX LUX Industries Post and Telecommunications +LUX LUX Industries Finacial Intermediation and Business Activities +LUX LUX Industries Public Administration +LUX LUX Industries Education, Health and Other Services +LUX LUX Industries Private Households +LUX LUX Industries Others +LUX LUX Industries Re-export & Re-import +MAC MAC Industries Agriculture +MAC MAC Industries Fishing +MAC MAC Industries Mining and Quarrying +MAC MAC Industries Food & Beverages +MAC MAC Industries Textiles and Wearing Apparel +MAC MAC Industries Wood and Paper +MAC MAC Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAC MAC Industries Metal Products +MAC MAC Industries Electrical and Machinery +MAC MAC Industries Transport Equipment +MAC MAC Industries Other Manufacturing +MAC MAC Industries Recycling +MAC MAC Industries Electricity, Gas and Water +MAC MAC Industries Construction +MAC MAC Industries Maintenance and Repair +MAC MAC Industries Wholesale Trade +MAC MAC Industries Retail Trade +MAC MAC Industries Hotels and Restraurants +MAC MAC Industries Transport +MAC MAC Industries Post and Telecommunications +MAC MAC Industries Finacial Intermediation and Business Activities +MAC MAC Industries Public Administration +MAC MAC Industries Education, Health and Other Services +MAC MAC Industries Private Households +MAC MAC Industries Others +MAC MAC Industries Re-export & Re-import +MDG MDG Industries Agriculture +MDG MDG Industries Fishing +MDG MDG Industries Mining and Quarrying +MDG MDG Industries Food & Beverages +MDG MDG Industries Textiles and Wearing Apparel +MDG MDG Industries Wood and Paper +MDG MDG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDG MDG Industries Metal Products +MDG MDG Industries Electrical and Machinery +MDG MDG Industries Transport Equipment +MDG MDG Industries Other Manufacturing +MDG MDG Industries Recycling +MDG MDG Industries Electricity, Gas and Water +MDG MDG Industries Construction +MDG MDG Industries Maintenance and Repair +MDG MDG Industries Wholesale Trade +MDG MDG Industries Retail Trade +MDG MDG Industries Hotels and Restraurants +MDG MDG Industries Transport +MDG MDG Industries Post and Telecommunications +MDG MDG Industries Finacial Intermediation and Business Activities +MDG MDG Industries Public Administration +MDG MDG Industries Education, Health and Other Services +MDG MDG Industries Private Households +MDG MDG Industries Others +MDG MDG Industries Re-export & Re-import +MWI MWI Industries Agriculture +MWI MWI Industries Fishing +MWI MWI Industries Mining and Quarrying +MWI MWI Industries Food & Beverages +MWI MWI Industries Textiles and Wearing Apparel +MWI MWI Industries Wood and Paper +MWI MWI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MWI MWI Industries Metal Products +MWI MWI Industries Electrical and Machinery +MWI MWI Industries Transport Equipment +MWI MWI Industries Other Manufacturing +MWI MWI Industries Recycling +MWI MWI Industries Electricity, Gas and Water +MWI MWI Industries Construction +MWI MWI Industries Maintenance and Repair +MWI MWI Industries Wholesale Trade +MWI MWI Industries Retail Trade +MWI MWI Industries Hotels and Restraurants +MWI MWI Industries Transport +MWI MWI Industries Post and Telecommunications +MWI MWI Industries Finacial Intermediation and Business Activities +MWI MWI Industries Public Administration +MWI MWI Industries Education, Health and Other Services +MWI MWI Industries Private Households +MWI MWI Industries Others +MWI MWI Industries Re-export & Re-import +MYS MYS Commodities Agriculture +MYS MYS Commodities Fishing +MYS MYS Commodities Mining and Quarrying +MYS MYS Commodities Food & Beverages +MYS MYS Commodities Textiles and Wearing Apparel +MYS MYS Commodities Wood and Paper +MYS MYS Commodities Petroleum, Chemical and Non-Metallic Mineral Products +MYS MYS Commodities Metal Products +MYS MYS Commodities Electrical and Machinery +MYS MYS Commodities Transport Equipment +MYS MYS Commodities Other Manufacturing +MYS MYS Commodities Recycling +MYS MYS Commodities Electricity, Gas and Water +MYS MYS Commodities Construction +MYS MYS Commodities Maintenance and Repair +MYS MYS Commodities Wholesale Trade +MYS MYS Commodities Retail Trade +MYS MYS Commodities Hotels and Restraurants +MYS MYS Commodities Transport +MYS MYS Commodities Post and Telecommunications +MYS MYS Commodities Finacial Intermediation and Business Activities +MYS MYS Commodities Public Administration +MYS MYS Commodities Education, Health and Other Services +MYS MYS Commodities Private Households +MYS MYS Commodities Others +MYS MYS Commodities Re-export & Re-import +MDV MDV Industries Agriculture +MDV MDV Industries Fishing +MDV MDV Industries Mining and Quarrying +MDV MDV Industries Food & Beverages +MDV MDV Industries Textiles and Wearing Apparel +MDV MDV Industries Wood and Paper +MDV MDV Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDV MDV Industries Metal Products +MDV MDV Industries Electrical and Machinery +MDV MDV Industries Transport Equipment +MDV MDV Industries Other Manufacturing +MDV MDV Industries Recycling +MDV MDV Industries Electricity, Gas and Water +MDV MDV Industries Construction +MDV MDV Industries Maintenance and Repair +MDV MDV Industries Wholesale Trade +MDV MDV Industries Retail Trade +MDV MDV Industries Hotels and Restraurants +MDV MDV Industries Transport +MDV MDV Industries Post and Telecommunications +MDV MDV Industries Finacial Intermediation and Business Activities +MDV MDV Industries Public Administration +MDV MDV Industries Education, Health and Other Services +MDV MDV Industries Private Households +MDV MDV Industries Others +MDV MDV Industries Re-export & Re-import +MLI MLI Industries Agriculture +MLI MLI Industries Fishing +MLI MLI Industries Mining and Quarrying +MLI MLI Industries Food & Beverages +MLI MLI Industries Textiles and Wearing Apparel +MLI MLI Industries Wood and Paper +MLI MLI Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLI MLI Industries Metal Products +MLI MLI Industries Electrical and Machinery +MLI MLI Industries Transport Equipment +MLI MLI Industries Other Manufacturing +MLI MLI Industries Recycling +MLI MLI Industries Electricity, Gas and Water +MLI MLI Industries Construction +MLI MLI Industries Maintenance and Repair +MLI MLI Industries Wholesale Trade +MLI MLI Industries Retail Trade +MLI MLI Industries Hotels and Restraurants +MLI MLI Industries Transport +MLI MLI Industries Post and Telecommunications +MLI MLI Industries Finacial Intermediation and Business Activities +MLI MLI Industries Public Administration +MLI MLI Industries Education, Health and Other Services +MLI MLI Industries Private Households +MLI MLI Industries Others +MLI MLI Industries Re-export & Re-import +MLT MLT Industries Agriculture +MLT MLT Industries Fishing +MLT MLT Industries Mining and Quarrying +MLT MLT Industries Food & Beverages +MLT MLT Industries Textiles and Wearing Apparel +MLT MLT Industries Wood and Paper +MLT MLT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MLT MLT Industries Metal Products +MLT MLT Industries Electrical and Machinery +MLT MLT Industries Transport Equipment +MLT MLT Industries Other Manufacturing +MLT MLT Industries Recycling +MLT MLT Industries Electricity, Gas and Water +MLT MLT Industries Construction +MLT MLT Industries Maintenance and Repair +MLT MLT Industries Wholesale Trade +MLT MLT Industries Retail Trade +MLT MLT Industries Hotels and Restraurants +MLT MLT Industries Transport +MLT MLT Industries Post and Telecommunications +MLT MLT Industries Finacial Intermediation and Business Activities +MLT MLT Industries Public Administration +MLT MLT Industries Education, Health and Other Services +MLT MLT Industries Private Households +MLT MLT Industries Others +MLT MLT Industries Re-export & Re-import +MRT MRT Industries Agriculture +MRT MRT Industries Fishing +MRT MRT Industries Mining and Quarrying +MRT MRT Industries Food & Beverages +MRT MRT Industries Textiles and Wearing Apparel +MRT MRT Industries Wood and Paper +MRT MRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +MRT MRT Industries Metal Products +MRT MRT Industries Electrical and Machinery +MRT MRT Industries Transport Equipment +MRT MRT Industries Other Manufacturing +MRT MRT Industries Recycling +MRT MRT Industries Electricity, Gas and Water +MRT MRT Industries Construction +MRT MRT Industries Maintenance and Repair +MRT MRT Industries Wholesale Trade +MRT MRT Industries Retail Trade +MRT MRT Industries Hotels and Restraurants +MRT MRT Industries Transport +MRT MRT Industries Post and Telecommunications +MRT MRT Industries Finacial Intermediation and Business Activities +MRT MRT Industries Public Administration +MRT MRT Industries Education, Health and Other Services +MRT MRT Industries Private Households +MRT MRT Industries Others +MRT MRT Industries Re-export & Re-import +MUS MUS Industries Agriculture +MUS MUS Industries Fishing +MUS MUS Industries Mining and Quarrying +MUS MUS Industries Food & Beverages +MUS MUS Industries Textiles and Wearing Apparel +MUS MUS Industries Wood and Paper +MUS MUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +MUS MUS Industries Metal Products +MUS MUS Industries Electrical and Machinery +MUS MUS Industries Transport Equipment +MUS MUS Industries Other Manufacturing +MUS MUS Industries Recycling +MUS MUS Industries Electricity, Gas and Water +MUS MUS Industries Construction +MUS MUS Industries Maintenance and Repair +MUS MUS Industries Wholesale Trade +MUS MUS Industries Retail Trade +MUS MUS Industries Hotels and Restraurants +MUS MUS Industries Transport +MUS MUS Industries Post and Telecommunications +MUS MUS Industries Finacial Intermediation and Business Activities +MUS MUS Industries Public Administration +MUS MUS Industries Education, Health and Other Services +MUS MUS Industries Private Households +MUS MUS Industries Others +MUS MUS Industries Re-export & Re-import +MEX MEX Industries Agriculture +MEX MEX Industries Fishing +MEX MEX Industries Mining and Quarrying +MEX MEX Industries Food & Beverages +MEX MEX Industries Textiles and Wearing Apparel +MEX MEX Industries Wood and Paper +MEX MEX Industries Petroleum, Chemical and Non-Metallic Mineral Products +MEX MEX Industries Metal Products +MEX MEX Industries Electrical and Machinery +MEX MEX Industries Transport Equipment +MEX MEX Industries Other Manufacturing +MEX MEX Industries Recycling +MEX MEX Industries Electricity, Gas and Water +MEX MEX Industries Construction +MEX MEX Industries Maintenance and Repair +MEX MEX Industries Wholesale Trade +MEX MEX Industries Retail Trade +MEX MEX Industries Hotels and Restraurants +MEX MEX Industries Transport +MEX MEX Industries Post and Telecommunications +MEX MEX Industries Finacial Intermediation and Business Activities +MEX MEX Industries Public Administration +MEX MEX Industries Education, Health and Other Services +MEX MEX Industries Private Households +MEX MEX Industries Others +MEX MEX Industries Re-export & Re-import +MCO MCO Industries Agriculture +MCO MCO Industries Fishing +MCO MCO Industries Mining and Quarrying +MCO MCO Industries Food & Beverages +MCO MCO Industries Textiles and Wearing Apparel +MCO MCO Industries Wood and Paper +MCO MCO Industries Petroleum, Chemical and Non-Metallic Mineral Products +MCO MCO Industries Metal Products +MCO MCO Industries Electrical and Machinery +MCO MCO Industries Transport Equipment +MCO MCO Industries Other Manufacturing +MCO MCO Industries Recycling +MCO MCO Industries Electricity, Gas and Water +MCO MCO Industries Construction +MCO MCO Industries Maintenance and Repair +MCO MCO Industries Wholesale Trade +MCO MCO Industries Retail Trade +MCO MCO Industries Hotels and Restraurants +MCO MCO Industries Transport +MCO MCO Industries Post and Telecommunications +MCO MCO Industries Finacial Intermediation and Business Activities +MCO MCO Industries Public Administration +MCO MCO Industries Education, Health and Other Services +MCO MCO Industries Private Households +MCO MCO Industries Others +MCO MCO Industries Re-export & Re-import +MNG MNG Industries Agriculture +MNG MNG Industries Fishing +MNG MNG Industries Mining and Quarrying +MNG MNG Industries Food & Beverages +MNG MNG Industries Textiles and Wearing Apparel +MNG MNG Industries Wood and Paper +MNG MNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNG MNG Industries Metal Products +MNG MNG Industries Electrical and Machinery +MNG MNG Industries Transport Equipment +MNG MNG Industries Other Manufacturing +MNG MNG Industries Recycling +MNG MNG Industries Electricity, Gas and Water +MNG MNG Industries Construction +MNG MNG Industries Maintenance and Repair +MNG MNG Industries Wholesale Trade +MNG MNG Industries Retail Trade +MNG MNG Industries Hotels and Restraurants +MNG MNG Industries Transport +MNG MNG Industries Post and Telecommunications +MNG MNG Industries Finacial Intermediation and Business Activities +MNG MNG Industries Public Administration +MNG MNG Industries Education, Health and Other Services +MNG MNG Industries Private Households +MNG MNG Industries Others +MNG MNG Industries Re-export & Re-import +MNE MNE Industries Agriculture +MNE MNE Industries Fishing +MNE MNE Industries Mining and Quarrying +MNE MNE Industries Food & Beverages +MNE MNE Industries Textiles and Wearing Apparel +MNE MNE Industries Wood and Paper +MNE MNE Industries Petroleum, Chemical and Non-Metallic Mineral Products +MNE MNE Industries Metal Products +MNE MNE Industries Electrical and Machinery +MNE MNE Industries Transport Equipment +MNE MNE Industries Other Manufacturing +MNE MNE Industries Recycling +MNE MNE Industries Electricity, Gas and Water +MNE MNE Industries Construction +MNE MNE Industries Maintenance and Repair +MNE MNE Industries Wholesale Trade +MNE MNE Industries Retail Trade +MNE MNE Industries Hotels and Restraurants +MNE MNE Industries Transport +MNE MNE Industries Post and Telecommunications +MNE MNE Industries Finacial Intermediation and Business Activities +MNE MNE Industries Public Administration +MNE MNE Industries Education, Health and Other Services +MNE MNE Industries Private Households +MNE MNE Industries Others +MNE MNE Industries Re-export & Re-import +MAR MAR Industries Agriculture +MAR MAR Industries Fishing +MAR MAR Industries Mining and Quarrying +MAR MAR Industries Food & Beverages +MAR MAR Industries Textiles and Wearing Apparel +MAR MAR Industries Wood and Paper +MAR MAR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MAR MAR Industries Metal Products +MAR MAR Industries Electrical and Machinery +MAR MAR Industries Transport Equipment +MAR MAR Industries Other Manufacturing +MAR MAR Industries Recycling +MAR MAR Industries Electricity, Gas and Water +MAR MAR Industries Construction +MAR MAR Industries Maintenance and Repair +MAR MAR Industries Wholesale Trade +MAR MAR Industries Retail Trade +MAR MAR Industries Hotels and Restraurants +MAR MAR Industries Transport +MAR MAR Industries Post and Telecommunications +MAR MAR Industries Finacial Intermediation and Business Activities +MAR MAR Industries Public Administration +MAR MAR Industries Education, Health and Other Services +MAR MAR Industries Private Households +MAR MAR Industries Others +MAR MAR Industries Re-export & Re-import +MOZ MOZ Industries Agriculture +MOZ MOZ Industries Fishing +MOZ MOZ Industries Mining and Quarrying +MOZ MOZ Industries Food & Beverages +MOZ MOZ Industries Textiles and Wearing Apparel +MOZ MOZ Industries Wood and Paper +MOZ MOZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +MOZ MOZ Industries Metal Products +MOZ MOZ Industries Electrical and Machinery +MOZ MOZ Industries Transport Equipment +MOZ MOZ Industries Other Manufacturing +MOZ MOZ Industries Recycling +MOZ MOZ Industries Electricity, Gas and Water +MOZ MOZ Industries Construction +MOZ MOZ Industries Maintenance and Repair +MOZ MOZ Industries Wholesale Trade +MOZ MOZ Industries Retail Trade +MOZ MOZ Industries Hotels and Restraurants +MOZ MOZ Industries Transport +MOZ MOZ Industries Post and Telecommunications +MOZ MOZ Industries Finacial Intermediation and Business Activities +MOZ MOZ Industries Public Administration +MOZ MOZ Industries Education, Health and Other Services +MOZ MOZ Industries Private Households +MOZ MOZ Industries Others +MOZ MOZ Industries Re-export & Re-import +MMR MMR Industries Agriculture +MMR MMR Industries Fishing +MMR MMR Industries Mining and Quarrying +MMR MMR Industries Food & Beverages +MMR MMR Industries Textiles and Wearing Apparel +MMR MMR Industries Wood and Paper +MMR MMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +MMR MMR Industries Metal Products +MMR MMR Industries Electrical and Machinery +MMR MMR Industries Transport Equipment +MMR MMR Industries Other Manufacturing +MMR MMR Industries Recycling +MMR MMR Industries Electricity, Gas and Water +MMR MMR Industries Construction +MMR MMR Industries Maintenance and Repair +MMR MMR Industries Wholesale Trade +MMR MMR Industries Retail Trade +MMR MMR Industries Hotels and Restraurants +MMR MMR Industries Transport +MMR MMR Industries Post and Telecommunications +MMR MMR Industries Finacial Intermediation and Business Activities +MMR MMR Industries Public Administration +MMR MMR Industries Education, Health and Other Services +MMR MMR Industries Private Households +MMR MMR Industries Others +MMR MMR Industries Re-export & Re-import +NAM NAM Industries Agriculture +NAM NAM Industries Fishing +NAM NAM Industries Mining and Quarrying +NAM NAM Industries Food & Beverages +NAM NAM Industries Textiles and Wearing Apparel +NAM NAM Industries Wood and Paper +NAM NAM Industries Petroleum, Chemical and Non-Metallic Mineral Products +NAM NAM Industries Metal Products +NAM NAM Industries Electrical and Machinery +NAM NAM Industries Transport Equipment +NAM NAM Industries Other Manufacturing +NAM NAM Industries Recycling +NAM NAM Industries Electricity, Gas and Water +NAM NAM Industries Construction +NAM NAM Industries Maintenance and Repair +NAM NAM Industries Wholesale Trade +NAM NAM Industries Retail Trade +NAM NAM Industries Hotels and Restraurants +NAM NAM Industries Transport +NAM NAM Industries Post and Telecommunications +NAM NAM Industries Finacial Intermediation and Business Activities +NAM NAM Industries Public Administration +NAM NAM Industries Education, Health and Other Services +NAM NAM Industries Private Households +NAM NAM Industries Others +NAM NAM Industries Re-export & Re-import +NPL NPL Industries Agriculture +NPL NPL Industries Fishing +NPL NPL Industries Mining and Quarrying +NPL NPL Industries Food & Beverages +NPL NPL Industries Textiles and Wearing Apparel +NPL NPL Industries Wood and Paper +NPL NPL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NPL NPL Industries Metal Products +NPL NPL Industries Electrical and Machinery +NPL NPL Industries Transport Equipment +NPL NPL Industries Other Manufacturing +NPL NPL Industries Recycling +NPL NPL Industries Electricity, Gas and Water +NPL NPL Industries Construction +NPL NPL Industries Maintenance and Repair +NPL NPL Industries Wholesale Trade +NPL NPL Industries Retail Trade +NPL NPL Industries Hotels and Restraurants +NPL NPL Industries Transport +NPL NPL Industries Post and Telecommunications +NPL NPL Industries Finacial Intermediation and Business Activities +NPL NPL Industries Public Administration +NPL NPL Industries Education, Health and Other Services +NPL NPL Industries Private Households +NPL NPL Industries Others +NPL NPL Industries Re-export & Re-import +NLD NLD Industries Agriculture +NLD NLD Industries Fishing +NLD NLD Industries Mining and Quarrying +NLD NLD Industries Food & Beverages +NLD NLD Industries Textiles and Wearing Apparel +NLD NLD Industries Wood and Paper +NLD NLD Industries Petroleum, Chemical and Non-Metallic Mineral Products +NLD NLD Industries Metal Products +NLD NLD Industries Electrical and Machinery +NLD NLD Industries Transport Equipment +NLD NLD Industries Other Manufacturing +NLD NLD Industries Recycling +NLD NLD Industries Electricity, Gas and Water +NLD NLD Industries Construction +NLD NLD Industries Maintenance and Repair +NLD NLD Industries Wholesale Trade +NLD NLD Industries Retail Trade +NLD NLD Industries Hotels and Restraurants +NLD NLD Industries Transport +NLD NLD Industries Post and Telecommunications +NLD NLD Industries Finacial Intermediation and Business Activities +NLD NLD Industries Public Administration +NLD NLD Industries Education, Health and Other Services +NLD NLD Industries Private Households +NLD NLD Industries Others +NLD NLD Industries Re-export & Re-import +ANT ANT Industries Agriculture +ANT ANT Industries Fishing +ANT ANT Industries Mining and Quarrying +ANT ANT Industries Food & Beverages +ANT ANT Industries Textiles and Wearing Apparel +ANT ANT Industries Wood and Paper +ANT ANT Industries Petroleum, Chemical and Non-Metallic Mineral Products +ANT ANT Industries Metal Products +ANT ANT Industries Electrical and Machinery +ANT ANT Industries Transport Equipment +ANT ANT Industries Other Manufacturing +ANT ANT Industries Recycling +ANT ANT Industries Electricity, Gas and Water +ANT ANT Industries Construction +ANT ANT Industries Maintenance and Repair +ANT ANT Industries Wholesale Trade +ANT ANT Industries Retail Trade +ANT ANT Industries Hotels and Restraurants +ANT ANT Industries Transport +ANT ANT Industries Post and Telecommunications +ANT ANT Industries Finacial Intermediation and Business Activities +ANT ANT Industries Public Administration +ANT ANT Industries Education, Health and Other Services +ANT ANT Industries Private Households +ANT ANT Industries Others +ANT ANT Industries Re-export & Re-import +NCL NCL Industries Agriculture +NCL NCL Industries Fishing +NCL NCL Industries Mining and Quarrying +NCL NCL Industries Food & Beverages +NCL NCL Industries Textiles and Wearing Apparel +NCL NCL Industries Wood and Paper +NCL NCL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NCL NCL Industries Metal Products +NCL NCL Industries Electrical and Machinery +NCL NCL Industries Transport Equipment +NCL NCL Industries Other Manufacturing +NCL NCL Industries Recycling +NCL NCL Industries Electricity, Gas and Water +NCL NCL Industries Construction +NCL NCL Industries Maintenance and Repair +NCL NCL Industries Wholesale Trade +NCL NCL Industries Retail Trade +NCL NCL Industries Hotels and Restraurants +NCL NCL Industries Transport +NCL NCL Industries Post and Telecommunications +NCL NCL Industries Finacial Intermediation and Business Activities +NCL NCL Industries Public Administration +NCL NCL Industries Education, Health and Other Services +NCL NCL Industries Private Households +NCL NCL Industries Others +NCL NCL Industries Re-export & Re-import +NZL NZL Industries Agriculture +NZL NZL Industries Fishing +NZL NZL Industries Mining and Quarrying +NZL NZL Industries Food & Beverages +NZL NZL Industries Textiles and Wearing Apparel +NZL NZL Industries Wood and Paper +NZL NZL Industries Petroleum, Chemical and Non-Metallic Mineral Products +NZL NZL Industries Metal Products +NZL NZL Industries Electrical and Machinery +NZL NZL Industries Transport Equipment +NZL NZL Industries Other Manufacturing +NZL NZL Industries Recycling +NZL NZL Industries Electricity, Gas and Water +NZL NZL Industries Construction +NZL NZL Industries Maintenance and Repair +NZL NZL Industries Wholesale Trade +NZL NZL Industries Retail Trade +NZL NZL Industries Hotels and Restraurants +NZL NZL Industries Transport +NZL NZL Industries Post and Telecommunications +NZL NZL Industries Finacial Intermediation and Business Activities +NZL NZL Industries Public Administration +NZL NZL Industries Education, Health and Other Services +NZL NZL Industries Private Households +NZL NZL Industries Others +NZL NZL Industries Re-export & Re-import +NIC NIC Industries Agriculture +NIC NIC Industries Fishing +NIC NIC Industries Mining and Quarrying +NIC NIC Industries Food & Beverages +NIC NIC Industries Textiles and Wearing Apparel +NIC NIC Industries Wood and Paper +NIC NIC Industries Petroleum, Chemical and Non-Metallic Mineral Products +NIC NIC Industries Metal Products +NIC NIC Industries Electrical and Machinery +NIC NIC Industries Transport Equipment +NIC NIC Industries Other Manufacturing +NIC NIC Industries Recycling +NIC NIC Industries Electricity, Gas and Water +NIC NIC Industries Construction +NIC NIC Industries Maintenance and Repair +NIC NIC Industries Wholesale Trade +NIC NIC Industries Retail Trade +NIC NIC Industries Hotels and Restraurants +NIC NIC Industries Transport +NIC NIC Industries Post and Telecommunications +NIC NIC Industries Finacial Intermediation and Business Activities +NIC NIC Industries Public Administration +NIC NIC Industries Education, Health and Other Services +NIC NIC Industries Private Households +NIC NIC Industries Others +NIC NIC Industries Re-export & Re-import +NER NER Industries Agriculture +NER NER Industries Fishing +NER NER Industries Mining and Quarrying +NER NER Industries Food & Beverages +NER NER Industries Textiles and Wearing Apparel +NER NER Industries Wood and Paper +NER NER Industries Petroleum, Chemical and Non-Metallic Mineral Products +NER NER Industries Metal Products +NER NER Industries Electrical and Machinery +NER NER Industries Transport Equipment +NER NER Industries Other Manufacturing +NER NER Industries Recycling +NER NER Industries Electricity, Gas and Water +NER NER Industries Construction +NER NER Industries Maintenance and Repair +NER NER Industries Wholesale Trade +NER NER Industries Retail Trade +NER NER Industries Hotels and Restraurants +NER NER Industries Transport +NER NER Industries Post and Telecommunications +NER NER Industries Finacial Intermediation and Business Activities +NER NER Industries Public Administration +NER NER Industries Education, Health and Other Services +NER NER Industries Private Households +NER NER Industries Others +NER NER Industries Re-export & Re-import +NGA NGA Industries Agriculture +NGA NGA Industries Fishing +NGA NGA Industries Mining and Quarrying +NGA NGA Industries Food & Beverages +NGA NGA Industries Textiles and Wearing Apparel +NGA NGA Industries Wood and Paper +NGA NGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +NGA NGA Industries Metal Products +NGA NGA Industries Electrical and Machinery +NGA NGA Industries Transport Equipment +NGA NGA Industries Other Manufacturing +NGA NGA Industries Recycling +NGA NGA Industries Electricity, Gas and Water +NGA NGA Industries Construction +NGA NGA Industries Maintenance and Repair +NGA NGA Industries Wholesale Trade +NGA NGA Industries Retail Trade +NGA NGA Industries Hotels and Restraurants +NGA NGA Industries Transport +NGA NGA Industries Post and Telecommunications +NGA NGA Industries Finacial Intermediation and Business Activities +NGA NGA Industries Public Administration +NGA NGA Industries Education, Health and Other Services +NGA NGA Industries Private Households +NGA NGA Industries Others +NGA NGA Industries Re-export & Re-import +NOR NOR Industries Agriculture +NOR NOR Industries Fishing +NOR NOR Industries Mining and Quarrying +NOR NOR Industries Food & Beverages +NOR NOR Industries Textiles and Wearing Apparel +NOR NOR Industries Wood and Paper +NOR NOR Industries Petroleum, Chemical and Non-Metallic Mineral Products +NOR NOR Industries Metal Products +NOR NOR Industries Electrical and Machinery +NOR NOR Industries Transport Equipment +NOR NOR Industries Other Manufacturing +NOR NOR Industries Recycling +NOR NOR Industries Electricity, Gas and Water +NOR NOR Industries Construction +NOR NOR Industries Maintenance and Repair +NOR NOR Industries Wholesale Trade +NOR NOR Industries Retail Trade +NOR NOR Industries Hotels and Restraurants +NOR NOR Industries Transport +NOR NOR Industries Post and Telecommunications +NOR NOR Industries Finacial Intermediation and Business Activities +NOR NOR Industries Public Administration +NOR NOR Industries Education, Health and Other Services +NOR NOR Industries Private Households +NOR NOR Industries Others +NOR NOR Industries Re-export & Re-import +PSE PSE Industries Agriculture +PSE PSE Industries Fishing +PSE PSE Industries Mining and Quarrying +PSE PSE Industries Food & Beverages +PSE PSE Industries Textiles and Wearing Apparel +PSE PSE Industries Wood and Paper +PSE PSE Industries Petroleum, Chemical and Non-Metallic Mineral Products +PSE PSE Industries Metal Products +PSE PSE Industries Electrical and Machinery +PSE PSE Industries Transport Equipment +PSE PSE Industries Other Manufacturing +PSE PSE Industries Recycling +PSE PSE Industries Electricity, Gas and Water +PSE PSE Industries Construction +PSE PSE Industries Maintenance and Repair +PSE PSE Industries Wholesale Trade +PSE PSE Industries Retail Trade +PSE PSE Industries Hotels and Restraurants +PSE PSE Industries Transport +PSE PSE Industries Post and Telecommunications +PSE PSE Industries Finacial Intermediation and Business Activities +PSE PSE Industries Public Administration +PSE PSE Industries Education, Health and Other Services +PSE PSE Industries Private Households +PSE PSE Industries Others +PSE PSE Industries Re-export & Re-import +OMN OMN Industries Agriculture +OMN OMN Industries Fishing +OMN OMN Industries Mining and Quarrying +OMN OMN Industries Food & Beverages +OMN OMN Industries Textiles and Wearing Apparel +OMN OMN Industries Wood and Paper +OMN OMN Industries Petroleum, Chemical and Non-Metallic Mineral Products +OMN OMN Industries Metal Products +OMN OMN Industries Electrical and Machinery +OMN OMN Industries Transport Equipment +OMN OMN Industries Other Manufacturing +OMN OMN Industries Recycling +OMN OMN Industries Electricity, Gas and Water +OMN OMN Industries Construction +OMN OMN Industries Maintenance and Repair +OMN OMN Industries Wholesale Trade +OMN OMN Industries Retail Trade +OMN OMN Industries Hotels and Restraurants +OMN OMN Industries Transport +OMN OMN Industries Post and Telecommunications +OMN OMN Industries Finacial Intermediation and Business Activities +OMN OMN Industries Public Administration +OMN OMN Industries Education, Health and Other Services +OMN OMN Industries Private Households +OMN OMN Industries Others +OMN OMN Industries Re-export & Re-import +PAK PAK Industries Agriculture +PAK PAK Industries Fishing +PAK PAK Industries Mining and Quarrying +PAK PAK Industries Food & Beverages +PAK PAK Industries Textiles and Wearing Apparel +PAK PAK Industries Wood and Paper +PAK PAK Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAK PAK Industries Metal Products +PAK PAK Industries Electrical and Machinery +PAK PAK Industries Transport Equipment +PAK PAK Industries Other Manufacturing +PAK PAK Industries Recycling +PAK PAK Industries Electricity, Gas and Water +PAK PAK Industries Construction +PAK PAK Industries Maintenance and Repair +PAK PAK Industries Wholesale Trade +PAK PAK Industries Retail Trade +PAK PAK Industries Hotels and Restraurants +PAK PAK Industries Transport +PAK PAK Industries Post and Telecommunications +PAK PAK Industries Finacial Intermediation and Business Activities +PAK PAK Industries Public Administration +PAK PAK Industries Education, Health and Other Services +PAK PAK Industries Private Households +PAK PAK Industries Others +PAK PAK Industries Re-export & Re-import +PAN PAN Industries Agriculture +PAN PAN Industries Fishing +PAN PAN Industries Mining and Quarrying +PAN PAN Industries Food & Beverages +PAN PAN Industries Textiles and Wearing Apparel +PAN PAN Industries Wood and Paper +PAN PAN Industries Petroleum, Chemical and Non-Metallic Mineral Products +PAN PAN Industries Metal Products +PAN PAN Industries Electrical and Machinery +PAN PAN Industries Transport Equipment +PAN PAN Industries Other Manufacturing +PAN PAN Industries Recycling +PAN PAN Industries Electricity, Gas and Water +PAN PAN Industries Construction +PAN PAN Industries Maintenance and Repair +PAN PAN Industries Wholesale Trade +PAN PAN Industries Retail Trade +PAN PAN Industries Hotels and Restraurants +PAN PAN Industries Transport +PAN PAN Industries Post and Telecommunications +PAN PAN Industries Finacial Intermediation and Business Activities +PAN PAN Industries Public Administration +PAN PAN Industries Education, Health and Other Services +PAN PAN Industries Private Households +PAN PAN Industries Others +PAN PAN Industries Re-export & Re-import +PNG PNG Industries Agriculture +PNG PNG Industries Fishing +PNG PNG Industries Mining and Quarrying +PNG PNG Industries Food & Beverages +PNG PNG Industries Textiles and Wearing Apparel +PNG PNG Industries Wood and Paper +PNG PNG Industries Petroleum, Chemical and Non-Metallic Mineral Products +PNG PNG Industries Metal Products +PNG PNG Industries Electrical and Machinery +PNG PNG Industries Transport Equipment +PNG PNG Industries Other Manufacturing +PNG PNG Industries Recycling +PNG PNG Industries Electricity, Gas and Water +PNG PNG Industries Construction +PNG PNG Industries Maintenance and Repair +PNG PNG Industries Wholesale Trade +PNG PNG Industries Retail Trade +PNG PNG Industries Hotels and Restraurants +PNG PNG Industries Transport +PNG PNG Industries Post and Telecommunications +PNG PNG Industries Finacial Intermediation and Business Activities +PNG PNG Industries Public Administration +PNG PNG Industries Education, Health and Other Services +PNG PNG Industries Private Households +PNG PNG Industries Others +PNG PNG Industries Re-export & Re-import +PRY PRY Industries Agriculture +PRY PRY Industries Fishing +PRY PRY Industries Mining and Quarrying +PRY PRY Industries Food & Beverages +PRY PRY Industries Textiles and Wearing Apparel +PRY PRY Industries Wood and Paper +PRY PRY Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRY PRY Industries Metal Products +PRY PRY Industries Electrical and Machinery +PRY PRY Industries Transport Equipment +PRY PRY Industries Other Manufacturing +PRY PRY Industries Recycling +PRY PRY Industries Electricity, Gas and Water +PRY PRY Industries Construction +PRY PRY Industries Maintenance and Repair +PRY PRY Industries Wholesale Trade +PRY PRY Industries Retail Trade +PRY PRY Industries Hotels and Restraurants +PRY PRY Industries Transport +PRY PRY Industries Post and Telecommunications +PRY PRY Industries Finacial Intermediation and Business Activities +PRY PRY Industries Public Administration +PRY PRY Industries Education, Health and Other Services +PRY PRY Industries Private Households +PRY PRY Industries Others +PRY PRY Industries Re-export & Re-import +PER PER Industries Agriculture +PER PER Industries Fishing +PER PER Industries Mining and Quarrying +PER PER Industries Food & Beverages +PER PER Industries Textiles and Wearing Apparel +PER PER Industries Wood and Paper +PER PER Industries Petroleum, Chemical and Non-Metallic Mineral Products +PER PER Industries Metal Products +PER PER Industries Electrical and Machinery +PER PER Industries Transport Equipment +PER PER Industries Other Manufacturing +PER PER Industries Recycling +PER PER Industries Electricity, Gas and Water +PER PER Industries Construction +PER PER Industries Maintenance and Repair +PER PER Industries Wholesale Trade +PER PER Industries Retail Trade +PER PER Industries Hotels and Restraurants +PER PER Industries Transport +PER PER Industries Post and Telecommunications +PER PER Industries Finacial Intermediation and Business Activities +PER PER Industries Public Administration +PER PER Industries Education, Health and Other Services +PER PER Industries Private Households +PER PER Industries Others +PER PER Industries Re-export & Re-import +PHL PHL Commodities Agriculture +PHL PHL Commodities Fishing +PHL PHL Commodities Mining and Quarrying +PHL PHL Commodities Food & Beverages +PHL PHL Commodities Textiles and Wearing Apparel +PHL PHL Commodities Wood and Paper +PHL PHL Commodities Petroleum, Chemical and Non-Metallic Mineral Products +PHL PHL Commodities Metal Products +PHL PHL Commodities Electrical and Machinery +PHL PHL Commodities Transport Equipment +PHL PHL Commodities Other Manufacturing +PHL PHL Commodities Recycling +PHL PHL Commodities Electricity, Gas and Water +PHL PHL Commodities Construction +PHL PHL Commodities Maintenance and Repair +PHL PHL Commodities Wholesale Trade +PHL PHL Commodities Retail Trade +PHL PHL Commodities Hotels and Restraurants +PHL PHL Commodities Transport +PHL PHL Commodities Post and Telecommunications +PHL PHL Commodities Finacial Intermediation and Business Activities +PHL PHL Commodities Public Administration +PHL PHL Commodities Education, Health and Other Services +PHL PHL Commodities Private Households +PHL PHL Commodities Others +PHL PHL Commodities Re-export & Re-import +POL POL Industries Agriculture +POL POL Industries Fishing +POL POL Industries Mining and Quarrying +POL POL Industries Food & Beverages +POL POL Industries Textiles and Wearing Apparel +POL POL Industries Wood and Paper +POL POL Industries Petroleum, Chemical and Non-Metallic Mineral Products +POL POL Industries Metal Products +POL POL Industries Electrical and Machinery +POL POL Industries Transport Equipment +POL POL Industries Other Manufacturing +POL POL Industries Recycling +POL POL Industries Electricity, Gas and Water +POL POL Industries Construction +POL POL Industries Maintenance and Repair +POL POL Industries Wholesale Trade +POL POL Industries Retail Trade +POL POL Industries Hotels and Restraurants +POL POL Industries Transport +POL POL Industries Post and Telecommunications +POL POL Industries Finacial Intermediation and Business Activities +POL POL Industries Public Administration +POL POL Industries Education, Health and Other Services +POL POL Industries Private Households +POL POL Industries Others +POL POL Industries Re-export & Re-import +PRT PRT Industries Agriculture +PRT PRT Industries Fishing +PRT PRT Industries Mining and Quarrying +PRT PRT Industries Food & Beverages +PRT PRT Industries Textiles and Wearing Apparel +PRT PRT Industries Wood and Paper +PRT PRT Industries Petroleum, Chemical and Non-Metallic Mineral Products +PRT PRT Industries Metal Products +PRT PRT Industries Electrical and Machinery +PRT PRT Industries Transport Equipment +PRT PRT Industries Other Manufacturing +PRT PRT Industries Recycling +PRT PRT Industries Electricity, Gas and Water +PRT PRT Industries Construction +PRT PRT Industries Maintenance and Repair +PRT PRT Industries Wholesale Trade +PRT PRT Industries Retail Trade +PRT PRT Industries Hotels and Restraurants +PRT PRT Industries Transport +PRT PRT Industries Post and Telecommunications +PRT PRT Industries Finacial Intermediation and Business Activities +PRT PRT Industries Public Administration +PRT PRT Industries Education, Health and Other Services +PRT PRT Industries Private Households +PRT PRT Industries Others +PRT PRT Industries Re-export & Re-import +QAT QAT Industries Agriculture +QAT QAT Industries Fishing +QAT QAT Industries Mining and Quarrying +QAT QAT Industries Food & Beverages +QAT QAT Industries Textiles and Wearing Apparel +QAT QAT Industries Wood and Paper +QAT QAT Industries Petroleum, Chemical and Non-Metallic Mineral Products +QAT QAT Industries Metal Products +QAT QAT Industries Electrical and Machinery +QAT QAT Industries Transport Equipment +QAT QAT Industries Other Manufacturing +QAT QAT Industries Recycling +QAT QAT Industries Electricity, Gas and Water +QAT QAT Industries Construction +QAT QAT Industries Maintenance and Repair +QAT QAT Industries Wholesale Trade +QAT QAT Industries Retail Trade +QAT QAT Industries Hotels and Restraurants +QAT QAT Industries Transport +QAT QAT Industries Post and Telecommunications +QAT QAT Industries Finacial Intermediation and Business Activities +QAT QAT Industries Public Administration +QAT QAT Industries Education, Health and Other Services +QAT QAT Industries Private Households +QAT QAT Industries Others +QAT QAT Industries Re-export & Re-import +KOR KOR Commodities Agriculture +KOR KOR Commodities Fishing +KOR KOR Commodities Mining and Quarrying +KOR KOR Commodities Food & Beverages +KOR KOR Commodities Textiles and Wearing Apparel +KOR KOR Commodities Wood and Paper +KOR KOR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +KOR KOR Commodities Metal Products +KOR KOR Commodities Electrical and Machinery +KOR KOR Commodities Transport Equipment +KOR KOR Commodities Other Manufacturing +KOR KOR Commodities Recycling +KOR KOR Commodities Electricity, Gas and Water +KOR KOR Commodities Construction +KOR KOR Commodities Maintenance and Repair +KOR KOR Commodities Wholesale Trade +KOR KOR Commodities Retail Trade +KOR KOR Commodities Hotels and Restraurants +KOR KOR Commodities Transport +KOR KOR Commodities Post and Telecommunications +KOR KOR Commodities Finacial Intermediation and Business Activities +KOR KOR Commodities Public Administration +KOR KOR Commodities Education, Health and Other Services +KOR KOR Commodities Private Households +KOR KOR Commodities Others +KOR KOR Commodities Re-export & Re-import +MDA MDA Industries Agriculture +MDA MDA Industries Fishing +MDA MDA Industries Mining and Quarrying +MDA MDA Industries Food & Beverages +MDA MDA Industries Textiles and Wearing Apparel +MDA MDA Industries Wood and Paper +MDA MDA Industries Petroleum, Chemical and Non-Metallic Mineral Products +MDA MDA Industries Metal Products +MDA MDA Industries Electrical and Machinery +MDA MDA Industries Transport Equipment +MDA MDA Industries Other Manufacturing +MDA MDA Industries Recycling +MDA MDA Industries Electricity, Gas and Water +MDA MDA Industries Construction +MDA MDA Industries Maintenance and Repair +MDA MDA Industries Wholesale Trade +MDA MDA Industries Retail Trade +MDA MDA Industries Hotels and Restraurants +MDA MDA Industries Transport +MDA MDA Industries Post and Telecommunications +MDA MDA Industries Finacial Intermediation and Business Activities +MDA MDA Industries Public Administration +MDA MDA Industries Education, Health and Other Services +MDA MDA Industries Private Households +MDA MDA Industries Others +MDA MDA Industries Re-export & Re-import +ROU ROU Industries Agriculture +ROU ROU Industries Fishing +ROU ROU Industries Mining and Quarrying +ROU ROU Industries Food & Beverages +ROU ROU Industries Textiles and Wearing Apparel +ROU ROU Industries Wood and Paper +ROU ROU Industries Petroleum, Chemical and Non-Metallic Mineral Products +ROU ROU Industries Metal Products +ROU ROU Industries Electrical and Machinery +ROU ROU Industries Transport Equipment +ROU ROU Industries Other Manufacturing +ROU ROU Industries Recycling +ROU ROU Industries Electricity, Gas and Water +ROU ROU Industries Construction +ROU ROU Industries Maintenance and Repair +ROU ROU Industries Wholesale Trade +ROU ROU Industries Retail Trade +ROU ROU Industries Hotels and Restraurants +ROU ROU Industries Transport +ROU ROU Industries Post and Telecommunications +ROU ROU Industries Finacial Intermediation and Business Activities +ROU ROU Industries Public Administration +ROU ROU Industries Education, Health and Other Services +ROU ROU Industries Private Households +ROU ROU Industries Others +ROU ROU Industries Re-export & Re-import +RUS RUS Industries Agriculture +RUS RUS Industries Fishing +RUS RUS Industries Mining and Quarrying +RUS RUS Industries Food & Beverages +RUS RUS Industries Textiles and Wearing Apparel +RUS RUS Industries Wood and Paper +RUS RUS Industries Petroleum, Chemical and Non-Metallic Mineral Products +RUS RUS Industries Metal Products +RUS RUS Industries Electrical and Machinery +RUS RUS Industries Transport Equipment +RUS RUS Industries Other Manufacturing +RUS RUS Industries Recycling +RUS RUS Industries Electricity, Gas and Water +RUS RUS Industries Construction +RUS RUS Industries Maintenance and Repair +RUS RUS Industries Wholesale Trade +RUS RUS Industries Retail Trade +RUS RUS Industries Hotels and Restraurants +RUS RUS Industries Transport +RUS RUS Industries Post and Telecommunications +RUS RUS Industries Finacial Intermediation and Business Activities +RUS RUS Industries Public Administration +RUS RUS Industries Education, Health and Other Services +RUS RUS Industries Private Households +RUS RUS Industries Others +RUS RUS Industries Re-export & Re-import +RWA RWA Industries Agriculture +RWA RWA Industries Fishing +RWA RWA Industries Mining and Quarrying +RWA RWA Industries Food & Beverages +RWA RWA Industries Textiles and Wearing Apparel +RWA RWA Industries Wood and Paper +RWA RWA Industries Petroleum, Chemical and Non-Metallic Mineral Products +RWA RWA Industries Metal Products +RWA RWA Industries Electrical and Machinery +RWA RWA Industries Transport Equipment +RWA RWA Industries Other Manufacturing +RWA RWA Industries Recycling +RWA RWA Industries Electricity, Gas and Water +RWA RWA Industries Construction +RWA RWA Industries Maintenance and Repair +RWA RWA Industries Wholesale Trade +RWA RWA Industries Retail Trade +RWA RWA Industries Hotels and Restraurants +RWA RWA Industries Transport +RWA RWA Industries Post and Telecommunications +RWA RWA Industries Finacial Intermediation and Business Activities +RWA RWA Industries Public Administration +RWA RWA Industries Education, Health and Other Services +RWA RWA Industries Private Households +RWA RWA Industries Others +RWA RWA Industries Re-export & Re-import +WSM WSM Industries Agriculture +WSM WSM Industries Fishing +WSM WSM Industries Mining and Quarrying +WSM WSM Industries Food & Beverages +WSM WSM Industries Textiles and Wearing Apparel +WSM WSM Industries Wood and Paper +WSM WSM Industries Petroleum, Chemical and Non-Metallic Mineral Products +WSM WSM Industries Metal Products +WSM WSM Industries Electrical and Machinery +WSM WSM Industries Transport Equipment +WSM WSM Industries Other Manufacturing +WSM WSM Industries Recycling +WSM WSM Industries Electricity, Gas and Water +WSM WSM Industries Construction +WSM WSM Industries Maintenance and Repair +WSM WSM Industries Wholesale Trade +WSM WSM Industries Retail Trade +WSM WSM Industries Hotels and Restraurants +WSM WSM Industries Transport +WSM WSM Industries Post and Telecommunications +WSM WSM Industries Finacial Intermediation and Business Activities +WSM WSM Industries Public Administration +WSM WSM Industries Education, Health and Other Services +WSM WSM Industries Private Households +WSM WSM Industries Others +WSM WSM Industries Re-export & Re-import +SMR SMR Industries Agriculture +SMR SMR Industries Fishing +SMR SMR Industries Mining and Quarrying +SMR SMR Industries Food & Beverages +SMR SMR Industries Textiles and Wearing Apparel +SMR SMR Industries Wood and Paper +SMR SMR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SMR SMR Industries Metal Products +SMR SMR Industries Electrical and Machinery +SMR SMR Industries Transport Equipment +SMR SMR Industries Other Manufacturing +SMR SMR Industries Recycling +SMR SMR Industries Electricity, Gas and Water +SMR SMR Industries Construction +SMR SMR Industries Maintenance and Repair +SMR SMR Industries Wholesale Trade +SMR SMR Industries Retail Trade +SMR SMR Industries Hotels and Restraurants +SMR SMR Industries Transport +SMR SMR Industries Post and Telecommunications +SMR SMR Industries Finacial Intermediation and Business Activities +SMR SMR Industries Public Administration +SMR SMR Industries Education, Health and Other Services +SMR SMR Industries Private Households +SMR SMR Industries Others +SMR SMR Industries Re-export & Re-import +STP STP Industries Agriculture +STP STP Industries Fishing +STP STP Industries Mining and Quarrying +STP STP Industries Food & Beverages +STP STP Industries Textiles and Wearing Apparel +STP STP Industries Wood and Paper +STP STP Industries Petroleum, Chemical and Non-Metallic Mineral Products +STP STP Industries Metal Products +STP STP Industries Electrical and Machinery +STP STP Industries Transport Equipment +STP STP Industries Other Manufacturing +STP STP Industries Recycling +STP STP Industries Electricity, Gas and Water +STP STP Industries Construction +STP STP Industries Maintenance and Repair +STP STP Industries Wholesale Trade +STP STP Industries Retail Trade +STP STP Industries Hotels and Restraurants +STP STP Industries Transport +STP STP Industries Post and Telecommunications +STP STP Industries Finacial Intermediation and Business Activities +STP STP Industries Public Administration +STP STP Industries Education, Health and Other Services +STP STP Industries Private Households +STP STP Industries Others +STP STP Industries Re-export & Re-import +SAU SAU Industries Agriculture +SAU SAU Industries Fishing +SAU SAU Industries Mining and Quarrying +SAU SAU Industries Food & Beverages +SAU SAU Industries Textiles and Wearing Apparel +SAU SAU Industries Wood and Paper +SAU SAU Industries Petroleum, Chemical and Non-Metallic Mineral Products +SAU SAU Industries Metal Products +SAU SAU Industries Electrical and Machinery +SAU SAU Industries Transport Equipment +SAU SAU Industries Other Manufacturing +SAU SAU Industries Recycling +SAU SAU Industries Electricity, Gas and Water +SAU SAU Industries Construction +SAU SAU Industries Maintenance and Repair +SAU SAU Industries Wholesale Trade +SAU SAU Industries Retail Trade +SAU SAU Industries Hotels and Restraurants +SAU SAU Industries Transport +SAU SAU Industries Post and Telecommunications +SAU SAU Industries Finacial Intermediation and Business Activities +SAU SAU Industries Public Administration +SAU SAU Industries Education, Health and Other Services +SAU SAU Industries Private Households +SAU SAU Industries Others +SAU SAU Industries Re-export & Re-import +SEN SEN Industries Agriculture +SEN SEN Industries Fishing +SEN SEN Industries Mining and Quarrying +SEN SEN Industries Food & Beverages +SEN SEN Industries Textiles and Wearing Apparel +SEN SEN Industries Wood and Paper +SEN SEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SEN SEN Industries Metal Products +SEN SEN Industries Electrical and Machinery +SEN SEN Industries Transport Equipment +SEN SEN Industries Other Manufacturing +SEN SEN Industries Recycling +SEN SEN Industries Electricity, Gas and Water +SEN SEN Industries Construction +SEN SEN Industries Maintenance and Repair +SEN SEN Industries Wholesale Trade +SEN SEN Industries Retail Trade +SEN SEN Industries Hotels and Restraurants +SEN SEN Industries Transport +SEN SEN Industries Post and Telecommunications +SEN SEN Industries Finacial Intermediation and Business Activities +SEN SEN Industries Public Administration +SEN SEN Industries Education, Health and Other Services +SEN SEN Industries Private Households +SEN SEN Industries Others +SEN SEN Industries Re-export & Re-import +SRB SRB Industries Agriculture +SRB SRB Industries Fishing +SRB SRB Industries Mining and Quarrying +SRB SRB Industries Food & Beverages +SRB SRB Industries Textiles and Wearing Apparel +SRB SRB Industries Wood and Paper +SRB SRB Industries Petroleum, Chemical and Non-Metallic Mineral Products +SRB SRB Industries Metal Products +SRB SRB Industries Electrical and Machinery +SRB SRB Industries Transport Equipment +SRB SRB Industries Other Manufacturing +SRB SRB Industries Recycling +SRB SRB Industries Electricity, Gas and Water +SRB SRB Industries Construction +SRB SRB Industries Maintenance and Repair +SRB SRB Industries Wholesale Trade +SRB SRB Industries Retail Trade +SRB SRB Industries Hotels and Restraurants +SRB SRB Industries Transport +SRB SRB Industries Post and Telecommunications +SRB SRB Industries Finacial Intermediation and Business Activities +SRB SRB Industries Public Administration +SRB SRB Industries Education, Health and Other Services +SRB SRB Industries Private Households +SRB SRB Industries Others +SRB SRB Industries Re-export & Re-import +SYC SYC Industries Agriculture +SYC SYC Industries Fishing +SYC SYC Industries Mining and Quarrying +SYC SYC Industries Food & Beverages +SYC SYC Industries Textiles and Wearing Apparel +SYC SYC Industries Wood and Paper +SYC SYC Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYC SYC Industries Metal Products +SYC SYC Industries Electrical and Machinery +SYC SYC Industries Transport Equipment +SYC SYC Industries Other Manufacturing +SYC SYC Industries Recycling +SYC SYC Industries Electricity, Gas and Water +SYC SYC Industries Construction +SYC SYC Industries Maintenance and Repair +SYC SYC Industries Wholesale Trade +SYC SYC Industries Retail Trade +SYC SYC Industries Hotels and Restraurants +SYC SYC Industries Transport +SYC SYC Industries Post and Telecommunications +SYC SYC Industries Finacial Intermediation and Business Activities +SYC SYC Industries Public Administration +SYC SYC Industries Education, Health and Other Services +SYC SYC Industries Private Households +SYC SYC Industries Others +SYC SYC Industries Re-export & Re-import +SLE SLE Industries Agriculture +SLE SLE Industries Fishing +SLE SLE Industries Mining and Quarrying +SLE SLE Industries Food & Beverages +SLE SLE Industries Textiles and Wearing Apparel +SLE SLE Industries Wood and Paper +SLE SLE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SLE SLE Industries Metal Products +SLE SLE Industries Electrical and Machinery +SLE SLE Industries Transport Equipment +SLE SLE Industries Other Manufacturing +SLE SLE Industries Recycling +SLE SLE Industries Electricity, Gas and Water +SLE SLE Industries Construction +SLE SLE Industries Maintenance and Repair +SLE SLE Industries Wholesale Trade +SLE SLE Industries Retail Trade +SLE SLE Industries Hotels and Restraurants +SLE SLE Industries Transport +SLE SLE Industries Post and Telecommunications +SLE SLE Industries Finacial Intermediation and Business Activities +SLE SLE Industries Public Administration +SLE SLE Industries Education, Health and Other Services +SLE SLE Industries Private Households +SLE SLE Industries Others +SLE SLE Industries Re-export & Re-import +SGP SGP Industries Agriculture +SGP SGP Industries Fishing +SGP SGP Industries Mining and Quarrying +SGP SGP Industries Food & Beverages +SGP SGP Industries Textiles and Wearing Apparel +SGP SGP Industries Wood and Paper +SGP SGP Industries Petroleum, Chemical and Non-Metallic Mineral Products +SGP SGP Industries Metal Products +SGP SGP Industries Electrical and Machinery +SGP SGP Industries Transport Equipment +SGP SGP Industries Other Manufacturing +SGP SGP Industries Recycling +SGP SGP Industries Electricity, Gas and Water +SGP SGP Industries Construction +SGP SGP Industries Maintenance and Repair +SGP SGP Industries Wholesale Trade +SGP SGP Industries Retail Trade +SGP SGP Industries Hotels and Restraurants +SGP SGP Industries Transport +SGP SGP Industries Post and Telecommunications +SGP SGP Industries Finacial Intermediation and Business Activities +SGP SGP Industries Public Administration +SGP SGP Industries Education, Health and Other Services +SGP SGP Industries Private Households +SGP SGP Industries Others +SGP SGP Industries Re-export & Re-import +SVK SVK Industries Agriculture +SVK SVK Industries Fishing +SVK SVK Industries Mining and Quarrying +SVK SVK Industries Food & Beverages +SVK SVK Industries Textiles and Wearing Apparel +SVK SVK Industries Wood and Paper +SVK SVK Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVK SVK Industries Metal Products +SVK SVK Industries Electrical and Machinery +SVK SVK Industries Transport Equipment +SVK SVK Industries Other Manufacturing +SVK SVK Industries Recycling +SVK SVK Industries Electricity, Gas and Water +SVK SVK Industries Construction +SVK SVK Industries Maintenance and Repair +SVK SVK Industries Wholesale Trade +SVK SVK Industries Retail Trade +SVK SVK Industries Hotels and Restraurants +SVK SVK Industries Transport +SVK SVK Industries Post and Telecommunications +SVK SVK Industries Finacial Intermediation and Business Activities +SVK SVK Industries Public Administration +SVK SVK Industries Education, Health and Other Services +SVK SVK Industries Private Households +SVK SVK Industries Others +SVK SVK Industries Re-export & Re-import +SVN SVN Industries Agriculture +SVN SVN Industries Fishing +SVN SVN Industries Mining and Quarrying +SVN SVN Industries Food & Beverages +SVN SVN Industries Textiles and Wearing Apparel +SVN SVN Industries Wood and Paper +SVN SVN Industries Petroleum, Chemical and Non-Metallic Mineral Products +SVN SVN Industries Metal Products +SVN SVN Industries Electrical and Machinery +SVN SVN Industries Transport Equipment +SVN SVN Industries Other Manufacturing +SVN SVN Industries Recycling +SVN SVN Industries Electricity, Gas and Water +SVN SVN Industries Construction +SVN SVN Industries Maintenance and Repair +SVN SVN Industries Wholesale Trade +SVN SVN Industries Retail Trade +SVN SVN Industries Hotels and Restraurants +SVN SVN Industries Transport +SVN SVN Industries Post and Telecommunications +SVN SVN Industries Finacial Intermediation and Business Activities +SVN SVN Industries Public Administration +SVN SVN Industries Education, Health and Other Services +SVN SVN Industries Private Households +SVN SVN Industries Others +SVN SVN Industries Re-export & Re-import +SOM SOM Industries Agriculture +SOM SOM Industries Fishing +SOM SOM Industries Mining and Quarrying +SOM SOM Industries Food & Beverages +SOM SOM Industries Textiles and Wearing Apparel +SOM SOM Industries Wood and Paper +SOM SOM Industries Petroleum, Chemical and Non-Metallic Mineral Products +SOM SOM Industries Metal Products +SOM SOM Industries Electrical and Machinery +SOM SOM Industries Transport Equipment +SOM SOM Industries Other Manufacturing +SOM SOM Industries Recycling +SOM SOM Industries Electricity, Gas and Water +SOM SOM Industries Construction +SOM SOM Industries Maintenance and Repair +SOM SOM Industries Wholesale Trade +SOM SOM Industries Retail Trade +SOM SOM Industries Hotels and Restraurants +SOM SOM Industries Transport +SOM SOM Industries Post and Telecommunications +SOM SOM Industries Finacial Intermediation and Business Activities +SOM SOM Industries Public Administration +SOM SOM Industries Education, Health and Other Services +SOM SOM Industries Private Households +SOM SOM Industries Others +SOM SOM Industries Re-export & Re-import +ZAF ZAF Industries Agriculture +ZAF ZAF Industries Fishing +ZAF ZAF Industries Mining and Quarrying +ZAF ZAF Industries Food & Beverages +ZAF ZAF Industries Textiles and Wearing Apparel +ZAF ZAF Industries Wood and Paper +ZAF ZAF Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZAF ZAF Industries Metal Products +ZAF ZAF Industries Electrical and Machinery +ZAF ZAF Industries Transport Equipment +ZAF ZAF Industries Other Manufacturing +ZAF ZAF Industries Recycling +ZAF ZAF Industries Electricity, Gas and Water +ZAF ZAF Industries Construction +ZAF ZAF Industries Maintenance and Repair +ZAF ZAF Industries Wholesale Trade +ZAF ZAF Industries Retail Trade +ZAF ZAF Industries Hotels and Restraurants +ZAF ZAF Industries Transport +ZAF ZAF Industries Post and Telecommunications +ZAF ZAF Industries Finacial Intermediation and Business Activities +ZAF ZAF Industries Public Administration +ZAF ZAF Industries Education, Health and Other Services +ZAF ZAF Industries Private Households +ZAF ZAF Industries Others +ZAF ZAF Industries Re-export & Re-import +SDS SDS Industries Agriculture +SDS SDS Industries Fishing +SDS SDS Industries Mining and Quarrying +SDS SDS Industries Food & Beverages +SDS SDS Industries Textiles and Wearing Apparel +SDS SDS Industries Wood and Paper +SDS SDS Industries Petroleum, Chemical and Non-Metallic Mineral Products +SDS SDS Industries Metal Products +SDS SDS Industries Electrical and Machinery +SDS SDS Industries Transport Equipment +SDS SDS Industries Other Manufacturing +SDS SDS Industries Recycling +SDS SDS Industries Electricity, Gas and Water +SDS SDS Industries Construction +SDS SDS Industries Maintenance and Repair +SDS SDS Industries Wholesale Trade +SDS SDS Industries Retail Trade +SDS SDS Industries Hotels and Restraurants +SDS SDS Industries Transport +SDS SDS Industries Post and Telecommunications +SDS SDS Industries Finacial Intermediation and Business Activities +SDS SDS Industries Public Administration +SDS SDS Industries Education, Health and Other Services +SDS SDS Industries Private Households +SDS SDS Industries Others +SDS SDS Industries Re-export & Re-import +ESP ESP Industries Agriculture +ESP ESP Industries Fishing +ESP ESP Industries Mining and Quarrying +ESP ESP Industries Food & Beverages +ESP ESP Industries Textiles and Wearing Apparel +ESP ESP Industries Wood and Paper +ESP ESP Industries Petroleum, Chemical and Non-Metallic Mineral Products +ESP ESP Industries Metal Products +ESP ESP Industries Electrical and Machinery +ESP ESP Industries Transport Equipment +ESP ESP Industries Other Manufacturing +ESP ESP Industries Recycling +ESP ESP Industries Electricity, Gas and Water +ESP ESP Industries Construction +ESP ESP Industries Maintenance and Repair +ESP ESP Industries Wholesale Trade +ESP ESP Industries Retail Trade +ESP ESP Industries Hotels and Restraurants +ESP ESP Industries Transport +ESP ESP Industries Post and Telecommunications +ESP ESP Industries Finacial Intermediation and Business Activities +ESP ESP Industries Public Administration +ESP ESP Industries Education, Health and Other Services +ESP ESP Industries Private Households +ESP ESP Industries Others +ESP ESP Industries Re-export & Re-import +LKA LKA Industries Agriculture +LKA LKA Industries Fishing +LKA LKA Industries Mining and Quarrying +LKA LKA Industries Food & Beverages +LKA LKA Industries Textiles and Wearing Apparel +LKA LKA Industries Wood and Paper +LKA LKA Industries Petroleum, Chemical and Non-Metallic Mineral Products +LKA LKA Industries Metal Products +LKA LKA Industries Electrical and Machinery +LKA LKA Industries Transport Equipment +LKA LKA Industries Other Manufacturing +LKA LKA Industries Recycling +LKA LKA Industries Electricity, Gas and Water +LKA LKA Industries Construction +LKA LKA Industries Maintenance and Repair +LKA LKA Industries Wholesale Trade +LKA LKA Industries Retail Trade +LKA LKA Industries Hotels and Restraurants +LKA LKA Industries Transport +LKA LKA Industries Post and Telecommunications +LKA LKA Industries Finacial Intermediation and Business Activities +LKA LKA Industries Public Administration +LKA LKA Industries Education, Health and Other Services +LKA LKA Industries Private Households +LKA LKA Industries Others +LKA LKA Industries Re-export & Re-import +SUD SUD Industries Agriculture +SUD SUD Industries Fishing +SUD SUD Industries Mining and Quarrying +SUD SUD Industries Food & Beverages +SUD SUD Industries Textiles and Wearing Apparel +SUD SUD Industries Wood and Paper +SUD SUD Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUD SUD Industries Metal Products +SUD SUD Industries Electrical and Machinery +SUD SUD Industries Transport Equipment +SUD SUD Industries Other Manufacturing +SUD SUD Industries Recycling +SUD SUD Industries Electricity, Gas and Water +SUD SUD Industries Construction +SUD SUD Industries Maintenance and Repair +SUD SUD Industries Wholesale Trade +SUD SUD Industries Retail Trade +SUD SUD Industries Hotels and Restraurants +SUD SUD Industries Transport +SUD SUD Industries Post and Telecommunications +SUD SUD Industries Finacial Intermediation and Business Activities +SUD SUD Industries Public Administration +SUD SUD Industries Education, Health and Other Services +SUD SUD Industries Private Households +SUD SUD Industries Others +SUD SUD Industries Re-export & Re-import +SUR SUR Industries Agriculture +SUR SUR Industries Fishing +SUR SUR Industries Mining and Quarrying +SUR SUR Industries Food & Beverages +SUR SUR Industries Textiles and Wearing Apparel +SUR SUR Industries Wood and Paper +SUR SUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SUR SUR Industries Metal Products +SUR SUR Industries Electrical and Machinery +SUR SUR Industries Transport Equipment +SUR SUR Industries Other Manufacturing +SUR SUR Industries Recycling +SUR SUR Industries Electricity, Gas and Water +SUR SUR Industries Construction +SUR SUR Industries Maintenance and Repair +SUR SUR Industries Wholesale Trade +SUR SUR Industries Retail Trade +SUR SUR Industries Hotels and Restraurants +SUR SUR Industries Transport +SUR SUR Industries Post and Telecommunications +SUR SUR Industries Finacial Intermediation and Business Activities +SUR SUR Industries Public Administration +SUR SUR Industries Education, Health and Other Services +SUR SUR Industries Private Households +SUR SUR Industries Others +SUR SUR Industries Re-export & Re-import +SWZ SWZ Industries Agriculture +SWZ SWZ Industries Fishing +SWZ SWZ Industries Mining and Quarrying +SWZ SWZ Industries Food & Beverages +SWZ SWZ Industries Textiles and Wearing Apparel +SWZ SWZ Industries Wood and Paper +SWZ SWZ Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWZ SWZ Industries Metal Products +SWZ SWZ Industries Electrical and Machinery +SWZ SWZ Industries Transport Equipment +SWZ SWZ Industries Other Manufacturing +SWZ SWZ Industries Recycling +SWZ SWZ Industries Electricity, Gas and Water +SWZ SWZ Industries Construction +SWZ SWZ Industries Maintenance and Repair +SWZ SWZ Industries Wholesale Trade +SWZ SWZ Industries Retail Trade +SWZ SWZ Industries Hotels and Restraurants +SWZ SWZ Industries Transport +SWZ SWZ Industries Post and Telecommunications +SWZ SWZ Industries Finacial Intermediation and Business Activities +SWZ SWZ Industries Public Administration +SWZ SWZ Industries Education, Health and Other Services +SWZ SWZ Industries Private Households +SWZ SWZ Industries Others +SWZ SWZ Industries Re-export & Re-import +SWE SWE Industries Agriculture +SWE SWE Industries Fishing +SWE SWE Industries Mining and Quarrying +SWE SWE Industries Food & Beverages +SWE SWE Industries Textiles and Wearing Apparel +SWE SWE Industries Wood and Paper +SWE SWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +SWE SWE Industries Metal Products +SWE SWE Industries Electrical and Machinery +SWE SWE Industries Transport Equipment +SWE SWE Industries Other Manufacturing +SWE SWE Industries Recycling +SWE SWE Industries Electricity, Gas and Water +SWE SWE Industries Construction +SWE SWE Industries Maintenance and Repair +SWE SWE Industries Wholesale Trade +SWE SWE Industries Retail Trade +SWE SWE Industries Hotels and Restraurants +SWE SWE Industries Transport +SWE SWE Industries Post and Telecommunications +SWE SWE Industries Finacial Intermediation and Business Activities +SWE SWE Industries Public Administration +SWE SWE Industries Education, Health and Other Services +SWE SWE Industries Private Households +SWE SWE Industries Others +SWE SWE Industries Re-export & Re-import +CHE CHE Industries Agriculture +CHE CHE Industries Fishing +CHE CHE Industries Mining and Quarrying +CHE CHE Industries Food & Beverages +CHE CHE Industries Textiles and Wearing Apparel +CHE CHE Industries Wood and Paper +CHE CHE Industries Petroleum, Chemical and Non-Metallic Mineral Products +CHE CHE Industries Metal Products +CHE CHE Industries Electrical and Machinery +CHE CHE Industries Transport Equipment +CHE CHE Industries Other Manufacturing +CHE CHE Industries Recycling +CHE CHE Industries Electricity, Gas and Water +CHE CHE Industries Construction +CHE CHE Industries Maintenance and Repair +CHE CHE Industries Wholesale Trade +CHE CHE Industries Retail Trade +CHE CHE Industries Hotels and Restraurants +CHE CHE Industries Transport +CHE CHE Industries Post and Telecommunications +CHE CHE Industries Finacial Intermediation and Business Activities +CHE CHE Industries Public Administration +CHE CHE Industries Education, Health and Other Services +CHE CHE Industries Private Households +CHE CHE Industries Others +CHE CHE Industries Re-export & Re-import +SYR SYR Industries Agriculture +SYR SYR Industries Fishing +SYR SYR Industries Mining and Quarrying +SYR SYR Industries Food & Beverages +SYR SYR Industries Textiles and Wearing Apparel +SYR SYR Industries Wood and Paper +SYR SYR Industries Petroleum, Chemical and Non-Metallic Mineral Products +SYR SYR Industries Metal Products +SYR SYR Industries Electrical and Machinery +SYR SYR Industries Transport Equipment +SYR SYR Industries Other Manufacturing +SYR SYR Industries Recycling +SYR SYR Industries Electricity, Gas and Water +SYR SYR Industries Construction +SYR SYR Industries Maintenance and Repair +SYR SYR Industries Wholesale Trade +SYR SYR Industries Retail Trade +SYR SYR Industries Hotels and Restraurants +SYR SYR Industries Transport +SYR SYR Industries Post and Telecommunications +SYR SYR Industries Finacial Intermediation and Business Activities +SYR SYR Industries Public Administration +SYR SYR Industries Education, Health and Other Services +SYR SYR Industries Private Households +SYR SYR Industries Others +SYR SYR Industries Re-export & Re-import +TWN TWN Commodities Agriculture +TWN TWN Commodities Fishing +TWN TWN Commodities Mining and Quarrying +TWN TWN Commodities Food & Beverages +TWN TWN Commodities Textiles and Wearing Apparel +TWN TWN Commodities Wood and Paper +TWN TWN Commodities Petroleum, Chemical and Non-Metallic Mineral Products +TWN TWN Commodities Metal Products +TWN TWN Commodities Electrical and Machinery +TWN TWN Commodities Transport Equipment +TWN TWN Commodities Other Manufacturing +TWN TWN Commodities Recycling +TWN TWN Commodities Electricity, Gas and Water +TWN TWN Commodities Construction +TWN TWN Commodities Maintenance and Repair +TWN TWN Commodities Wholesale Trade +TWN TWN Commodities Retail Trade +TWN TWN Commodities Hotels and Restraurants +TWN TWN Commodities Transport +TWN TWN Commodities Post and Telecommunications +TWN TWN Commodities Finacial Intermediation and Business Activities +TWN TWN Commodities Public Administration +TWN TWN Commodities Education, Health and Other Services +TWN TWN Commodities Private Households +TWN TWN Commodities Others +TWN TWN Commodities Re-export & Re-import +TJK TJK Industries Agriculture +TJK TJK Industries Fishing +TJK TJK Industries Mining and Quarrying +TJK TJK Industries Food & Beverages +TJK TJK Industries Textiles and Wearing Apparel +TJK TJK Industries Wood and Paper +TJK TJK Industries Petroleum, Chemical and Non-Metallic Mineral Products +TJK TJK Industries Metal Products +TJK TJK Industries Electrical and Machinery +TJK TJK Industries Transport Equipment +TJK TJK Industries Other Manufacturing +TJK TJK Industries Recycling +TJK TJK Industries Electricity, Gas and Water +TJK TJK Industries Construction +TJK TJK Industries Maintenance and Repair +TJK TJK Industries Wholesale Trade +TJK TJK Industries Retail Trade +TJK TJK Industries Hotels and Restraurants +TJK TJK Industries Transport +TJK TJK Industries Post and Telecommunications +TJK TJK Industries Finacial Intermediation and Business Activities +TJK TJK Industries Public Administration +TJK TJK Industries Education, Health and Other Services +TJK TJK Industries Private Households +TJK TJK Industries Others +TJK TJK Industries Re-export & Re-import +THA THA Commodities Agriculture +THA THA Commodities Fishing +THA THA Commodities Mining and Quarrying +THA THA Commodities Food & Beverages +THA THA Commodities Textiles and Wearing Apparel +THA THA Commodities Wood and Paper +THA THA Commodities Petroleum, Chemical and Non-Metallic Mineral Products +THA THA Commodities Metal Products +THA THA Commodities Electrical and Machinery +THA THA Commodities Transport Equipment +THA THA Commodities Other Manufacturing +THA THA Commodities Recycling +THA THA Commodities Electricity, Gas and Water +THA THA Commodities Construction +THA THA Commodities Maintenance and Repair +THA THA Commodities Wholesale Trade +THA THA Commodities Retail Trade +THA THA Commodities Hotels and Restraurants +THA THA Commodities Transport +THA THA Commodities Post and Telecommunications +THA THA Commodities Finacial Intermediation and Business Activities +THA THA Commodities Public Administration +THA THA Commodities Education, Health and Other Services +THA THA Commodities Private Households +THA THA Commodities Others +THA THA Commodities Re-export & Re-import +MKD MKD Industries Agriculture +MKD MKD Industries Fishing +MKD MKD Industries Mining and Quarrying +MKD MKD Industries Food & Beverages +MKD MKD Industries Textiles and Wearing Apparel +MKD MKD Industries Wood and Paper +MKD MKD Industries Petroleum, Chemical and Non-Metallic Mineral Products +MKD MKD Industries Metal Products +MKD MKD Industries Electrical and Machinery +MKD MKD Industries Transport Equipment +MKD MKD Industries Other Manufacturing +MKD MKD Industries Recycling +MKD MKD Industries Electricity, Gas and Water +MKD MKD Industries Construction +MKD MKD Industries Maintenance and Repair +MKD MKD Industries Wholesale Trade +MKD MKD Industries Retail Trade +MKD MKD Industries Hotels and Restraurants +MKD MKD Industries Transport +MKD MKD Industries Post and Telecommunications +MKD MKD Industries Finacial Intermediation and Business Activities +MKD MKD Industries Public Administration +MKD MKD Industries Education, Health and Other Services +MKD MKD Industries Private Households +MKD MKD Industries Others +MKD MKD Industries Re-export & Re-import +TGO TGO Industries Agriculture +TGO TGO Industries Fishing +TGO TGO Industries Mining and Quarrying +TGO TGO Industries Food & Beverages +TGO TGO Industries Textiles and Wearing Apparel +TGO TGO Industries Wood and Paper +TGO TGO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TGO TGO Industries Metal Products +TGO TGO Industries Electrical and Machinery +TGO TGO Industries Transport Equipment +TGO TGO Industries Other Manufacturing +TGO TGO Industries Recycling +TGO TGO Industries Electricity, Gas and Water +TGO TGO Industries Construction +TGO TGO Industries Maintenance and Repair +TGO TGO Industries Wholesale Trade +TGO TGO Industries Retail Trade +TGO TGO Industries Hotels and Restraurants +TGO TGO Industries Transport +TGO TGO Industries Post and Telecommunications +TGO TGO Industries Finacial Intermediation and Business Activities +TGO TGO Industries Public Administration +TGO TGO Industries Education, Health and Other Services +TGO TGO Industries Private Households +TGO TGO Industries Others +TGO TGO Industries Re-export & Re-import +TTO TTO Industries Agriculture +TTO TTO Industries Fishing +TTO TTO Industries Mining and Quarrying +TTO TTO Industries Food & Beverages +TTO TTO Industries Textiles and Wearing Apparel +TTO TTO Industries Wood and Paper +TTO TTO Industries Petroleum, Chemical and Non-Metallic Mineral Products +TTO TTO Industries Metal Products +TTO TTO Industries Electrical and Machinery +TTO TTO Industries Transport Equipment +TTO TTO Industries Other Manufacturing +TTO TTO Industries Recycling +TTO TTO Industries Electricity, Gas and Water +TTO TTO Industries Construction +TTO TTO Industries Maintenance and Repair +TTO TTO Industries Wholesale Trade +TTO TTO Industries Retail Trade +TTO TTO Industries Hotels and Restraurants +TTO TTO Industries Transport +TTO TTO Industries Post and Telecommunications +TTO TTO Industries Finacial Intermediation and Business Activities +TTO TTO Industries Public Administration +TTO TTO Industries Education, Health and Other Services +TTO TTO Industries Private Households +TTO TTO Industries Others +TTO TTO Industries Re-export & Re-import +TUN TUN Industries Agriculture +TUN TUN Industries Fishing +TUN TUN Industries Mining and Quarrying +TUN TUN Industries Food & Beverages +TUN TUN Industries Textiles and Wearing Apparel +TUN TUN Industries Wood and Paper +TUN TUN Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUN TUN Industries Metal Products +TUN TUN Industries Electrical and Machinery +TUN TUN Industries Transport Equipment +TUN TUN Industries Other Manufacturing +TUN TUN Industries Recycling +TUN TUN Industries Electricity, Gas and Water +TUN TUN Industries Construction +TUN TUN Industries Maintenance and Repair +TUN TUN Industries Wholesale Trade +TUN TUN Industries Retail Trade +TUN TUN Industries Hotels and Restraurants +TUN TUN Industries Transport +TUN TUN Industries Post and Telecommunications +TUN TUN Industries Finacial Intermediation and Business Activities +TUN TUN Industries Public Administration +TUN TUN Industries Education, Health and Other Services +TUN TUN Industries Private Households +TUN TUN Industries Others +TUN TUN Industries Re-export & Re-import +TUR TUR Industries Agriculture +TUR TUR Industries Fishing +TUR TUR Industries Mining and Quarrying +TUR TUR Industries Food & Beverages +TUR TUR Industries Textiles and Wearing Apparel +TUR TUR Industries Wood and Paper +TUR TUR Industries Petroleum, Chemical and Non-Metallic Mineral Products +TUR TUR Industries Metal Products +TUR TUR Industries Electrical and Machinery +TUR TUR Industries Transport Equipment +TUR TUR Industries Other Manufacturing +TUR TUR Industries Recycling +TUR TUR Industries Electricity, Gas and Water +TUR TUR Industries Construction +TUR TUR Industries Maintenance and Repair +TUR TUR Industries Wholesale Trade +TUR TUR Industries Retail Trade +TUR TUR Industries Hotels and Restraurants +TUR TUR Industries Transport +TUR TUR Industries Post and Telecommunications +TUR TUR Industries Finacial Intermediation and Business Activities +TUR TUR Industries Public Administration +TUR TUR Industries Education, Health and Other Services +TUR TUR Industries Private Households +TUR TUR Industries Others +TUR TUR Industries Re-export & Re-import +TKM TKM Industries Agriculture +TKM TKM Industries Fishing +TKM TKM Industries Mining and Quarrying +TKM TKM Industries Food & Beverages +TKM TKM Industries Textiles and Wearing Apparel +TKM TKM Industries Wood and Paper +TKM TKM Industries Petroleum, Chemical and Non-Metallic Mineral Products +TKM TKM Industries Metal Products +TKM TKM Industries Electrical and Machinery +TKM TKM Industries Transport Equipment +TKM TKM Industries Other Manufacturing +TKM TKM Industries Recycling +TKM TKM Industries Electricity, Gas and Water +TKM TKM Industries Construction +TKM TKM Industries Maintenance and Repair +TKM TKM Industries Wholesale Trade +TKM TKM Industries Retail Trade +TKM TKM Industries Hotels and Restraurants +TKM TKM Industries Transport +TKM TKM Industries Post and Telecommunications +TKM TKM Industries Finacial Intermediation and Business Activities +TKM TKM Industries Public Administration +TKM TKM Industries Education, Health and Other Services +TKM TKM Industries Private Households +TKM TKM Industries Others +TKM TKM Industries Re-export & Re-import +USR USR Industries Agriculture +USR USR Industries Fishing +USR USR Industries Mining and Quarrying +USR USR Industries Food & Beverages +USR USR Industries Textiles and Wearing Apparel +USR USR Industries Wood and Paper +USR USR Industries Petroleum, Chemical and Non-Metallic Mineral Products +USR USR Industries Metal Products +USR USR Industries Electrical and Machinery +USR USR Industries Transport Equipment +USR USR Industries Other Manufacturing +USR USR Industries Recycling +USR USR Industries Electricity, Gas and Water +USR USR Industries Construction +USR USR Industries Maintenance and Repair +USR USR Industries Wholesale Trade +USR USR Industries Retail Trade +USR USR Industries Hotels and Restraurants +USR USR Industries Transport +USR USR Industries Post and Telecommunications +USR USR Industries Finacial Intermediation and Business Activities +USR USR Industries Public Administration +USR USR Industries Education, Health and Other Services +USR USR Industries Private Households +USR USR Industries Others +USR USR Industries Re-export & Re-import +UGA UGA Industries Agriculture +UGA UGA Industries Fishing +UGA UGA Industries Mining and Quarrying +UGA UGA Industries Food & Beverages +UGA UGA Industries Textiles and Wearing Apparel +UGA UGA Industries Wood and Paper +UGA UGA Industries Petroleum, Chemical and Non-Metallic Mineral Products +UGA UGA Industries Metal Products +UGA UGA Industries Electrical and Machinery +UGA UGA Industries Transport Equipment +UGA UGA Industries Other Manufacturing +UGA UGA Industries Recycling +UGA UGA Industries Electricity, Gas and Water +UGA UGA Industries Construction +UGA UGA Industries Maintenance and Repair +UGA UGA Industries Wholesale Trade +UGA UGA Industries Retail Trade +UGA UGA Industries Hotels and Restraurants +UGA UGA Industries Transport +UGA UGA Industries Post and Telecommunications +UGA UGA Industries Finacial Intermediation and Business Activities +UGA UGA Industries Public Administration +UGA UGA Industries Education, Health and Other Services +UGA UGA Industries Private Households +UGA UGA Industries Others +UGA UGA Industries Re-export & Re-import +UKR UKR Commodities Agriculture +UKR UKR Commodities Fishing +UKR UKR Commodities Mining and Quarrying +UKR UKR Commodities Food & Beverages +UKR UKR Commodities Textiles and Wearing Apparel +UKR UKR Commodities Wood and Paper +UKR UKR Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UKR UKR Commodities Metal Products +UKR UKR Commodities Electrical and Machinery +UKR UKR Commodities Transport Equipment +UKR UKR Commodities Other Manufacturing +UKR UKR Commodities Recycling +UKR UKR Commodities Electricity, Gas and Water +UKR UKR Commodities Construction +UKR UKR Commodities Maintenance and Repair +UKR UKR Commodities Wholesale Trade +UKR UKR Commodities Retail Trade +UKR UKR Commodities Hotels and Restraurants +UKR UKR Commodities Transport +UKR UKR Commodities Post and Telecommunications +UKR UKR Commodities Finacial Intermediation and Business Activities +UKR UKR Commodities Public Administration +UKR UKR Commodities Education, Health and Other Services +UKR UKR Commodities Private Households +UKR UKR Commodities Others +UKR UKR Commodities Re-export & Re-import +ARE ARE Industries Agriculture +ARE ARE Industries Fishing +ARE ARE Industries Mining and Quarrying +ARE ARE Industries Food & Beverages +ARE ARE Industries Textiles and Wearing Apparel +ARE ARE Industries Wood and Paper +ARE ARE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ARE ARE Industries Metal Products +ARE ARE Industries Electrical and Machinery +ARE ARE Industries Transport Equipment +ARE ARE Industries Other Manufacturing +ARE ARE Industries Recycling +ARE ARE Industries Electricity, Gas and Water +ARE ARE Industries Construction +ARE ARE Industries Maintenance and Repair +ARE ARE Industries Wholesale Trade +ARE ARE Industries Retail Trade +ARE ARE Industries Hotels and Restraurants +ARE ARE Industries Transport +ARE ARE Industries Post and Telecommunications +ARE ARE Industries Finacial Intermediation and Business Activities +ARE ARE Industries Public Administration +ARE ARE Industries Education, Health and Other Services +ARE ARE Industries Private Households +ARE ARE Industries Others +ARE ARE Industries Re-export & Re-import +GBR GBR Industries Agriculture +GBR GBR Industries Fishing +GBR GBR Industries Mining and Quarrying +GBR GBR Industries Food & Beverages +GBR GBR Industries Textiles and Wearing Apparel +GBR GBR Industries Wood and Paper +GBR GBR Industries Petroleum, Chemical and Non-Metallic Mineral Products +GBR GBR Industries Metal Products +GBR GBR Industries Electrical and Machinery +GBR GBR Industries Transport Equipment +GBR GBR Industries Other Manufacturing +GBR GBR Industries Recycling +GBR GBR Industries Electricity, Gas and Water +GBR GBR Industries Construction +GBR GBR Industries Maintenance and Repair +GBR GBR Industries Wholesale Trade +GBR GBR Industries Retail Trade +GBR GBR Industries Hotels and Restraurants +GBR GBR Industries Transport +GBR GBR Industries Post and Telecommunications +GBR GBR Industries Finacial Intermediation and Business Activities +GBR GBR Industries Public Administration +GBR GBR Industries Education, Health and Other Services +GBR GBR Industries Private Households +GBR GBR Industries Others +GBR GBR Industries Re-export & Re-import +TZA TZA Industries Agriculture +TZA TZA Industries Fishing +TZA TZA Industries Mining and Quarrying +TZA TZA Industries Food & Beverages +TZA TZA Industries Textiles and Wearing Apparel +TZA TZA Industries Wood and Paper +TZA TZA Industries Petroleum, Chemical and Non-Metallic Mineral Products +TZA TZA Industries Metal Products +TZA TZA Industries Electrical and Machinery +TZA TZA Industries Transport Equipment +TZA TZA Industries Other Manufacturing +TZA TZA Industries Recycling +TZA TZA Industries Electricity, Gas and Water +TZA TZA Industries Construction +TZA TZA Industries Maintenance and Repair +TZA TZA Industries Wholesale Trade +TZA TZA Industries Retail Trade +TZA TZA Industries Hotels and Restraurants +TZA TZA Industries Transport +TZA TZA Industries Post and Telecommunications +TZA TZA Industries Finacial Intermediation and Business Activities +TZA TZA Industries Public Administration +TZA TZA Industries Education, Health and Other Services +TZA TZA Industries Private Households +TZA TZA Industries Others +TZA TZA Industries Re-export & Re-import +USA USA Industries Agriculture +USA USA Industries Fishing +USA USA Industries Mining and Quarrying +USA USA Industries Food & Beverages +USA USA Industries Textiles and Wearing Apparel +USA USA Industries Wood and Paper +USA USA Industries Petroleum, Chemical and Non-Metallic Mineral Products +USA USA Industries Metal Products +USA USA Industries Electrical and Machinery +USA USA Industries Transport Equipment +USA USA Industries Other Manufacturing +USA USA Industries Recycling +USA USA Industries Electricity, Gas and Water +USA USA Industries Construction +USA USA Industries Maintenance and Repair +USA USA Industries Wholesale Trade +USA USA Industries Retail Trade +USA USA Industries Hotels and Restraurants +USA USA Industries Transport +USA USA Industries Post and Telecommunications +USA USA Industries Finacial Intermediation and Business Activities +USA USA Industries Public Administration +USA USA Industries Education, Health and Other Services +USA USA Industries Private Households +USA USA Industries Others +USA USA Industries Re-export & Re-import +URY URY Industries Agriculture +URY URY Industries Fishing +URY URY Industries Mining and Quarrying +URY URY Industries Food & Beverages +URY URY Industries Textiles and Wearing Apparel +URY URY Industries Wood and Paper +URY URY Industries Petroleum, Chemical and Non-Metallic Mineral Products +URY URY Industries Metal Products +URY URY Industries Electrical and Machinery +URY URY Industries Transport Equipment +URY URY Industries Other Manufacturing +URY URY Industries Recycling +URY URY Industries Electricity, Gas and Water +URY URY Industries Construction +URY URY Industries Maintenance and Repair +URY URY Industries Wholesale Trade +URY URY Industries Retail Trade +URY URY Industries Hotels and Restraurants +URY URY Industries Transport +URY URY Industries Post and Telecommunications +URY URY Industries Finacial Intermediation and Business Activities +URY URY Industries Public Administration +URY URY Industries Education, Health and Other Services +URY URY Industries Private Households +URY URY Industries Others +URY URY Industries Re-export & Re-import +UZB UZB Commodities Agriculture +UZB UZB Commodities Fishing +UZB UZB Commodities Mining and Quarrying +UZB UZB Commodities Food & Beverages +UZB UZB Commodities Textiles and Wearing Apparel +UZB UZB Commodities Wood and Paper +UZB UZB Commodities Petroleum, Chemical and Non-Metallic Mineral Products +UZB UZB Commodities Metal Products +UZB UZB Commodities Electrical and Machinery +UZB UZB Commodities Transport Equipment +UZB UZB Commodities Other Manufacturing +UZB UZB Commodities Recycling +UZB UZB Commodities Electricity, Gas and Water +UZB UZB Commodities Construction +UZB UZB Commodities Maintenance and Repair +UZB UZB Commodities Wholesale Trade +UZB UZB Commodities Retail Trade +UZB UZB Commodities Hotels and Restraurants +UZB UZB Commodities Transport +UZB UZB Commodities Post and Telecommunications +UZB UZB Commodities Finacial Intermediation and Business Activities +UZB UZB Commodities Public Administration +UZB UZB Commodities Education, Health and Other Services +UZB UZB Commodities Private Households +UZB UZB Commodities Others +UZB UZB Commodities Re-export & Re-import +VUT VUT Industries Agriculture +VUT VUT Industries Fishing +VUT VUT Industries Mining and Quarrying +VUT VUT Industries Food & Beverages +VUT VUT Industries Textiles and Wearing Apparel +VUT VUT Industries Wood and Paper +VUT VUT Industries Petroleum, Chemical and Non-Metallic Mineral Products +VUT VUT Industries Metal Products +VUT VUT Industries Electrical and Machinery +VUT VUT Industries Transport Equipment +VUT VUT Industries Other Manufacturing +VUT VUT Industries Recycling +VUT VUT Industries Electricity, Gas and Water +VUT VUT Industries Construction +VUT VUT Industries Maintenance and Repair +VUT VUT Industries Wholesale Trade +VUT VUT Industries Retail Trade +VUT VUT Industries Hotels and Restraurants +VUT VUT Industries Transport +VUT VUT Industries Post and Telecommunications +VUT VUT Industries Finacial Intermediation and Business Activities +VUT VUT Industries Public Administration +VUT VUT Industries Education, Health and Other Services +VUT VUT Industries Private Households +VUT VUT Industries Others +VUT VUT Industries Re-export & Re-import +VEN VEN Industries Agriculture +VEN VEN Industries Fishing +VEN VEN Industries Mining and Quarrying +VEN VEN Industries Food & Beverages +VEN VEN Industries Textiles and Wearing Apparel +VEN VEN Industries Wood and Paper +VEN VEN Industries Petroleum, Chemical and Non-Metallic Mineral Products +VEN VEN Industries Metal Products +VEN VEN Industries Electrical and Machinery +VEN VEN Industries Transport Equipment +VEN VEN Industries Other Manufacturing +VEN VEN Industries Recycling +VEN VEN Industries Electricity, Gas and Water +VEN VEN Industries Construction +VEN VEN Industries Maintenance and Repair +VEN VEN Industries Wholesale Trade +VEN VEN Industries Retail Trade +VEN VEN Industries Hotels and Restraurants +VEN VEN Industries Transport +VEN VEN Industries Post and Telecommunications +VEN VEN Industries Finacial Intermediation and Business Activities +VEN VEN Industries Public Administration +VEN VEN Industries Education, Health and Other Services +VEN VEN Industries Private Households +VEN VEN Industries Others +VEN VEN Industries Re-export & Re-import +VNM VNM Commodities Agriculture +VNM VNM Commodities Fishing +VNM VNM Commodities Mining and Quarrying +VNM VNM Commodities Food & Beverages +VNM VNM Commodities Textiles and Wearing Apparel +VNM VNM Commodities Wood and Paper +VNM VNM Commodities Petroleum, Chemical and Non-Metallic Mineral Products +VNM VNM Commodities Metal Products +VNM VNM Commodities Electrical and Machinery +VNM VNM Commodities Transport Equipment +VNM VNM Commodities Other Manufacturing +VNM VNM Commodities Recycling +VNM VNM Commodities Electricity, Gas and Water +VNM VNM Commodities Construction +VNM VNM Commodities Maintenance and Repair +VNM VNM Commodities Wholesale Trade +VNM VNM Commodities Retail Trade +VNM VNM Commodities Hotels and Restraurants +VNM VNM Commodities Transport +VNM VNM Commodities Post and Telecommunications +VNM VNM Commodities Finacial Intermediation and Business Activities +VNM VNM Commodities Public Administration +VNM VNM Commodities Education, Health and Other Services +VNM VNM Commodities Private Households +VNM VNM Commodities Others +VNM VNM Commodities Re-export & Re-import +YEM YEM Industries Agriculture +YEM YEM Industries Fishing +YEM YEM Industries Mining and Quarrying +YEM YEM Industries Food & Beverages +YEM YEM Industries Textiles and Wearing Apparel +YEM YEM Industries Wood and Paper +YEM YEM Industries Petroleum, Chemical and Non-Metallic Mineral Products +YEM YEM Industries Metal Products +YEM YEM Industries Electrical and Machinery +YEM YEM Industries Transport Equipment +YEM YEM Industries Other Manufacturing +YEM YEM Industries Recycling +YEM YEM Industries Electricity, Gas and Water +YEM YEM Industries Construction +YEM YEM Industries Maintenance and Repair +YEM YEM Industries Wholesale Trade +YEM YEM Industries Retail Trade +YEM YEM Industries Hotels and Restraurants +YEM YEM Industries Transport +YEM YEM Industries Post and Telecommunications +YEM YEM Industries Finacial Intermediation and Business Activities +YEM YEM Industries Public Administration +YEM YEM Industries Education, Health and Other Services +YEM YEM Industries Private Households +YEM YEM Industries Others +YEM YEM Industries Re-export & Re-import +ZMB ZMB Industries Agriculture +ZMB ZMB Industries Fishing +ZMB ZMB Industries Mining and Quarrying +ZMB ZMB Industries Food & Beverages +ZMB ZMB Industries Textiles and Wearing Apparel +ZMB ZMB Industries Wood and Paper +ZMB ZMB Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZMB ZMB Industries Metal Products +ZMB ZMB Industries Electrical and Machinery +ZMB ZMB Industries Transport Equipment +ZMB ZMB Industries Other Manufacturing +ZMB ZMB Industries Recycling +ZMB ZMB Industries Electricity, Gas and Water +ZMB ZMB Industries Construction +ZMB ZMB Industries Maintenance and Repair +ZMB ZMB Industries Wholesale Trade +ZMB ZMB Industries Retail Trade +ZMB ZMB Industries Hotels and Restraurants +ZMB ZMB Industries Transport +ZMB ZMB Industries Post and Telecommunications +ZMB ZMB Industries Finacial Intermediation and Business Activities +ZMB ZMB Industries Public Administration +ZMB ZMB Industries Education, Health and Other Services +ZMB ZMB Industries Private Households +ZMB ZMB Industries Others +ZMB ZMB Industries Re-export & Re-import +ZWE ZWE Industries Agriculture +ZWE ZWE Industries Fishing +ZWE ZWE Industries Mining and Quarrying +ZWE ZWE Industries Food & Beverages +ZWE ZWE Industries Textiles and Wearing Apparel +ZWE ZWE Industries Wood and Paper +ZWE ZWE Industries Petroleum, Chemical and Non-Metallic Mineral Products +ZWE ZWE Industries Metal Products +ZWE ZWE Industries Electrical and Machinery +ZWE ZWE Industries Transport Equipment +ZWE ZWE Industries Other Manufacturing +ZWE ZWE Industries Recycling +ZWE ZWE Industries Electricity, Gas and Water +ZWE ZWE Industries Construction +ZWE ZWE Industries Maintenance and Repair +ZWE ZWE Industries Wholesale Trade +ZWE ZWE Industries Retail Trade +ZWE ZWE Industries Hotels and Restraurants +ZWE ZWE Industries Transport +ZWE ZWE Industries Post and Telecommunications +ZWE ZWE Industries Finacial Intermediation and Business Activities +ZWE ZWE Industries Public Administration +ZWE ZWE Industries Education, Health and Other Services +ZWE ZWE Industries Private Households +ZWE ZWE Industries Others +ZWE ZWE Industries Re-export & Re-import +ROW ROW Industries TOTAL diff --git a/in/eora_io_data_2019/labels_VA.txt b/in/eora_io_data_2019/labels_VA.txt new file mode 100644 index 0000000000000000000000000000000000000000..03747a660d93510ded971b3c149df314824e021e --- /dev/null +++ b/in/eora_io_data_2019/labels_VA.txt @@ -0,0 +1,6 @@ +Primary input Compensation of employees D.1 +Primary input Taxes on production D.29 +Primary input Subsidies on production D.39 +Primary input Net operating surplus B.2n +Primary input Net mixed income B.3n +Primary input Consumption of fixed capital K.1 diff --git a/in/sipp_raw/pu2018_dta.zip b/in/sipp_raw/pu2018_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/pu2019_dta.zip b/in/sipp_raw/pu2019_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/pu2020_dta.zip b/in/sipp_raw/pu2020_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/pu2021_dta.zip b/in/sipp_raw/pu2021_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/pu2022_dta.zip b/in/sipp_raw/pu2022_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..65ffdfe7e8d5fe131abb745d74f2082bec3b42e5 --- /dev/null +++ b/in/sipp_raw/pu2022_dta.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acdd12a3846db86d7954c79b3221baf76f8528a611231341db7e5e884b5370b +size 58809828 diff --git a/in/sipp_raw/pu2023_dta.zip b/in/sipp_raw/pu2023_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2018_dta.zip b/in/sipp_raw/rw2018_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2019_dta.zip b/in/sipp_raw/rw2019_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2020_dta.zip b/in/sipp_raw/rw2020_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2021_dta.zip b/in/sipp_raw/rw2021_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2022_dta.zip b/in/sipp_raw/rw2022_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_raw/rw2023_dta.zip b/in/sipp_raw/rw2023_dta.zip new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/in/sipp_unzipped/colnames.txt b/in/sipp_unzipped/colnames.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac0541610ed9d8bb4c64683d0f917a27a10b547c --- /dev/null +++ b/in/sipp_unzipped/colnames.txt @@ -0,0 +1,4942 @@ +"ssuid" +"shhadid" +"spanel" +"swave" +"ghlfsam" +"gvarstr" +"eaf_hhld" +"aaf_hhld" +"alivqtr" +"etenure" +"atenure" +"erentsub" +"arentsub" +"evoucher" +"avoucher" +"eutilities" +"autilities" +"eenergy_asst" +"aenergy_asst" +"eenergy_pmt1" +"eenergy_pmt2" +"eenergy_pmt3" +"aenergy_pmt" +"eown_esav" +"aown_esav" +"aesav_num" +"eesav1owner" +"aesav1owner" +"eesav2owner" +"aesav2owner" +"eesav3owner" +"aesav3owner" +"eesav1benef" +"aesav1benef" +"eesav2benef" +"aesav2benef" +"eesav3benef" +"aesav3benef" +"aesav1val" +"aesav2val" +"aesav3val" +"aprval" +"eprdebt" +"aprdebt" +"aprloan_num" +"aprloan1amt" +"aprloan1yrs" +"aprloan2yrs" +"eprloan1rate" +"eprloan2rate" +"aprloan1rate" +"aprloan2rate" +"eprloan1fxvr" +"eprloan2fxvr" +"aprloan1fxvr" +"aprloan2fxvr" +"eprloan1type" +"eprloan2type" +"aprloan1type" +"aprloan2type" +"amhval" +"emhdebt" +"amhdebt" +"amhloan_num" +"amhloan1amt" +"emhloan1site" +"emhloan2site" +"amhloan1site" +"amhloan2site" +"eown_recv" +"aown_recv" +"erec_mcyc" +"arec_mcyc" +"erec_boat" +"arec_boat" +"erec_rv" +"arec_rv" +"erec_orec" +"arec_orec" +"emcycowner1" +"emcycowner2" +"amcycowner1" +"amcycowner2" +"eboatowner1" +"eboatowner2" +"aboatowner1" +"aboatowner2" +"ervowner1" +"ervowner2" +"arvowner1" +"arvowner2" +"eorecowner1" +"eorecowner2" +"eorecowner3" +"aorecowner1" +"aorecowner2" +"aorecowner3" +"amcycval" +"aboatval" +"arvval" +"aorecval" +"emcycdebt" +"amcycdebt" +"eboatdebt" +"aboatdebt" +"ervdebt" +"arvdebt" +"eorecdebt" +"aorecdebt" +"amcycdebtval" +"aboatdebtval" +"arvdebtval" +"aorecdebtval" +"arentmort" +"autils" +"armu_amt1" +"armu_amt2" +"armu_amt3" +"ermu_payer1" +"ermu_payer2" +"ermu_payer3" +"armu_payer1" +"armu_payer2" +"armu_payer3" +"eown_veh" +"aown_veh" +"aveh_num" +"eveh1owner1" +"eveh1owner2" +"eveh1owner3" +"aveh1owner1" +"aveh1owner2" +"aveh1owner3" +"eveh2owner1" +"eveh2owner2" +"eveh2owner3" +"aveh2owner1" +"aveh2owner2" +"aveh2owner3" +"eveh3owner1" +"eveh3owner2" +"eveh3owner3" +"aveh3owner1" +"aveh3owner2" +"aveh3owner3" +"aveh1val" +"aveh2val" +"aveh3val" +"aveh1_year" +"aveh2_year" +"aveh3_year" +"eveh1debt" +"eveh2debt" +"eveh3debt" +"aveh1debt" +"aveh2debt" +"aveh3debt" +"aveh1debtval" +"aveh2debtval" +"aveh3debtval" +"eveh1use" +"eveh2use" +"eveh3use" +"aveh1use" +"aveh2use" +"aveh3use" +"ahinc_bank" +"ahinc_bond" +"ahinc_stmf" +"ahinc_rent" +"ahinc_oth" +"ahinc_ast" +"ahval_bank" +"ahval_bond" +"ahval_stmf" +"ahval_rent" +"ahdebt_rent" +"aheq_rent" +"ahval_re" +"ahdebt_re" +"aheq_re" +"ahval_oth" +"ahval_ret" +"ahval_bus" +"ahdebt_bus" +"aheq_bus" +"ahval_esav" +"ahval_veh" +"ahdebt_veh" +"aheq_veh" +"ahval_home" +"ahdebt_home" +"aheq_home" +"ahdebt_cc" +"ahdebt_ed" +"ahdebt_ot" +"ahdebt_usec" +"ahdebt_sec" +"ahdebt_ast" +"ahval_ast" +"ahnetworth" +"ahval_rmu" +"efood1" +"efood2" +"efood3" +"efood4" +"efood5" +"efood6" +"afood1" +"afood2" +"afood3" +"afood4" +"afood5" +"afood6" +"rfoodr" +"rfoods" +"afoodr" +"afoods" +"eawbcrack" +"aawbcrack" +"eawbholes" +"aawbholes" +"eawbpests" +"aawbpests" +"eawbplumb" +"aawbplumb" +"eawbtraff" +"aawbtraff" +"eawbtrash" +"aawbtrash" +"eawbstay" +"aawbstay" +"eawbsafe" +"aawbsafe" +"eawbmort" +"aawbmort" +"eawbgas" +"aawbgas" +"pnum" +"afcyincpov" +"afcyincpovt2" +"ahcyincpov" +"ahcyincpovt2" +"aage" +"adob_bmonth" +"adob_byear" +"edob_bmonth" +"ems" +"ams" +"erelrpe" +"arelrp" +"esex" +"asex" +"eorigin" +"aorigin" +"erace" +"arace" +"eeduc" +"aeduc" +"rged" +"aged" +"rafever" +"aafever" +"eafnow" +"aafnow" +"eaf1" +"aaf1" +"eaf2" +"aaf2" +"eaf3" +"aaf3" +"eaf4" +"aaf4" +"eaf5" +"aaf5" +"eaf6" +"aaf6" +"eaf7" +"aaf7" +"eaf8" +"aaf8" +"espeak" +"aspeak" +"alang1" +"ehowwell" +"ahowwell" +"rlngisol" +"alngisol" +"ebornus" +"abornus" +"abiomomnat" +"abiodadnat" +"ebiomomus" +"ebiodadus" +"abiomomus" +"abiodadus" +"ecitizen" +"acitizen" +"enatcit" +"anatcit" +"ayrentry" +"aimstat" +"rany5" +"exmar" +"everwid" +"everdiv" +"axmar" +"ayrcurrmarr" +"ayrfirstmarr" +"aeverwid" +"aeverdiv" +"rpar1sex" +"rpar2sex" +"epr_scrnr" +"emd_scrnr" +"emc_scrnr" +"eml_scrnr" +"eot_scrnr" +"apr_scrnr" +"amd_scrnr" +"amc_scrnr" +"aml_scrnr" +"aot_scrnr" +"einttype" +"ainttype" +"eed_scrnr" +"aed_scrnr" +"ejb1_scrnr" +"ajb1_scrnr" +"ejb2_scrnr" +"ajb2_scrnr" +"ejb3_scrnr" +"ajb3_scrnr" +"ejb4_scrnr" +"ajb4_scrnr" +"ejb5_scrnr" +"ajb5_scrnr" +"ejb6_scrnr" +"ajb6_scrnr" +"ejb7_scrnr" +"ajb7_scrnr" +"epar_scrnr" +"apar_scrnr" +"rlngd_meals" +"eown_chk" +"aown_chk" +"eown_sav" +"aown_sav" +"eown_cd" +"aown_cd" +"eown_mm" +"aown_mm" +"eown_st" +"aown_st" +"eown_mf" +"aown_mf" +"eown_rp" +"aown_rp" +"eown_re" +"aown_re" +"eown_govs" +"aown_govs" +"eown_mcbd" +"aown_mcbd" +"eown_irakeo" +"aown_irakeo" +"eown_thr401" +"aown_thr401" +"eown_pension" +"aown_pension" +"eown_life" +"aown_life" +"eown_bsi" +"aown_bsi" +"eown_anntr" +"aown_anntr" +"eown_oinv" +"aown_oinv" +"airakeoval" +"athr401val" +"edebt_cc" +"adebt_cc" +"edebt_ed" +"adebt_ed" +"edebt_ot" +"adebt_ot" +"edebt_med" +"adebt_med" +"amed_amt" +"eret_lumpsum" +"aret_lumpsum" +"eprocert" +"aprocert" +"ecert" +"acert" +"ewhocert1" +"ewhocert2" +"ewhocert3" +"ewhocert4" +"awhocert" +"elifeyn" +"alifeyn" +"elifereg" +"alifereg" +"alifeamt" +"eothsuprt1yn" +"eothsuprt2yn" +"eothsuprt3yn" +"eothsuprt4yn" +"eothsuprt5yn" +"eothsuprt6yn" +"aothsuprtyn" +"enumparsup" +"anumparsup" +"apartotamt" +"enumkidsup" +"anumkidsup" +"akidtotamt" +"enumorsup" +"anumorsup" +"aortotamt" +"enumexsup" +"anumexsup" +"aextotamt" +"anumnrsup" +"anrtotamt" +"ecrepayanyon" +"acrepayanyon" +"adepndntexp" +"efiling" +"afiling" +"ewillfile" +"awillfile" +"efstatus" +"afstatus" +"edepclm" +"adepclm" +"eeitc" +"aeitc" +"elmpnow" +"almpnow" +"elmptyp1yn" +"elmptyp2yn" +"elmptyp3yn" +"elmptyp4yn" +"almptypyn" +"almpamt" +"erollovr1" +"arollovr1" +"erollovr2" +"arollovr2" +"arollamt" +"adeferamt" +"efood_type1" +"afood_type1" +"efood_type2" +"afood_type2" +"efood_type3" +"afood_type3" +"efood_oth" +"afood_oth" +"efood_sr1yn" +"efood_sr2yn" +"efood_sr3yn" +"efood_sr4yn" +"afood_sryn" +"eclth_type" +"aclth_type" +"eclth_sr1yn" +"eclth_sr2yn" +"eclth_sr3yn" +"eclth_sr4yn" +"eclth_sr5yn" +"aclth_sryn" +"ehouse_any" +"ahouse_any" +"etrans_type1" +"atrans_type1" +"etrans_type2" +"atrans_type2" +"etrans_type3" +"atrans_type3" +"etrans_type4" +"atrans_type4" +"etrans_oth" +"atrans_oth" +"egas_source" +"agas_source" +"etoken_source" +"atoken_source" +"ewc_any" +"awc_any" +"rwc_cflg" +"awc_cflg" +"evaany" +"avaany" +"evatyp1yn" +"evatyp2yn" +"evatyp3yn" +"evatyp4yn" +"evatyp5yn" +"avatype" +"avadisrate" +"evaques" +"avaques" +"ava1_cflg" +"ava2_cflg" +"ava4_cflg" +"ava5_cflg" +"eeveret" +"aeveret" +"eretany" +"aretany" +"erettyp1yn" +"erettyp2yn" +"erettyp3yn" +"erettyp4yn" +"erettyp5yn" +"erettyp6yn" +"erettyp7yn" +"erettyp8yn" +"arettypyn" +"aret1_cflg" +"aret2_cflg" +"aret3_cflg" +"aret5_cflg" +"aret6_cflg" +"aret7_cflg" +"aret8_cflg" +"edisabl" +"adisabl" +"edistyptwo" +"adistyptwo" +"edisany" +"adisany" +"edistyp1yn" +"edistyp2yn" +"edistyp3yn" +"edistyp4yn" +"edistyp5yn" +"edistyp6yn" +"edistyp7yn" +"edistyp8yn" +"edistyp9yn" +"edistyp10yn" +"adistypyn" +"adis1_cflg" +"adis2_cflg" +"adis6_cflg" +"adis10_cflg" +"esurany" +"asurany" +"esurtyp1yn" +"esurtyp2yn" +"esurtyp3yn" +"esurtyp4yn" +"esurtyp5yn" +"esurtyp6yn" +"esurtyp7yn" +"esurtyp8yn" +"esurtyp9yn" +"esurtyp10yn" +"esurtyp11yn" +"esurtyp12yn" +"esurtyp13yn" +"asurtypyn" +"asur1_cflg" +"asur4_cflg" +"asur5_cflg" +"asur6_cflg" +"asur7_cflg" +"asur8_cflg" +"asur10_cflg" +"asur11_cflg" +"asur13_cflg" +"eminc_typ1yn" +"eminc_typ2yn" +"eminc_typ3yn" +"eminc_typ4yn" +"eminc_typ5yn" +"eminc_typ6yn" +"eminc_typ7yn" +"aminc_typyn" +"rminc_any" +"aminc_any" +"aminc_amt" +"eanykid" +"aanykid" +"anumkids" +"esupportpay" +"asupportpay" +"aamountpaid" +"etimespent" +"atimespent" +"apr1bmonth" +"apr2bmonth" +"apr1emonth" +"apr2emonth" +"apr1mth" +"apr2mth" +"amc_bmonth" +"amc_emonth" +"acrmth" +"amd_bmonth" +"amd_emonth" +"amdmth" +"aml_bmonth" +"aml_emonth" +"amlmth" +"aot_bmonth" +"aot_emonth" +"aotmth" +"esscany" +"asscany" +"esskid1yn" +"esskid2yn" +"asskidyn" +"rssc_cflg" +"assc_cflg" +"eschoollunch" +"aschoollunch" +"eschoolbreak" +"aschoolbreak" +"efree_lunch" +"afree_lunch" +"efree_break" +"afree_break" +"rlunch_chld" +"alunch_chld" +"rbreak_chld" +"abreak_chld" +"eucany" +"aucany" +"euctyp1yn" +"auctyp1yn" +"euctyp2yn" +"auctyp2yn" +"euctyp3yn" +"auctyp3yn" +"ruc1_cflg" +"auc1_cflg" +"ruc2_cflg" +"auc2_cflg" +"rsnap_yryn" +"asnap_yryn" +"rwic_yryn" +"awic_yryn" +"rtanf_yryn" +"atanf_yryn" +"efccany" +"afccany" +"ecsagree" +"acsagree" +"ecsany" +"acsany" +"ealiany" +"aaliany" +"afcc_cflg" +"rcs_cflg" +"acs_cflg" +"rali_cflg" +"aali_cflg" +"rga_yryn" +"aga_yryn" +"ewelactv1" +"awelactv1" +"ewelactv2_1" +"awelactv2_1" +"ewelactv2_2" +"awelactv2_2" +"ewelactv2_3" +"awelactv2_3" +"ewelactv3" +"awelactv3" +"ewelactv4" +"awelactv4" +"rssi_yryn" +"assi_yryn" +"esssany" +"asssany" +"essrsn1yn" +"essrsn2yn" +"essrsn3yn" +"essrsn4yn" +"essrsn5yn" +"assrsnyn" +"assagess" +"ejntssyn" +"ajntssyn" +"esspartbyn" +"asspartbyn" +"esspartbknow" +"asspartbknow" +"esspartcyn" +"asspartcyn" +"asspartcamt" +"asspartcpd" +"esspartdyn" +"asspartdyn" +"asspartdamt" +"asspartdpd" +"rsss_cflg" +"asss_cflg" +"eastrecuse" +"aastrecuse" +"ejsownchk" +"ajsownchk" +"ejsownsav" +"ajsownsav" +"ejsowncd" +"ajsowncd" +"ejsownmm" +"ajsownmm" +"ejsowngovs" +"ajsowngovs" +"ejsownmcbd" +"ajsownmcbd" +"ejsownst" +"ajsownst" +"ejsownmf" +"ajsownmf" +"ejsownre" +"ajsownre" +"ejsownrp" +"ajsownrp" +"ejoownchk" +"ajoownchk" +"ejoownsav" +"ajoownsav" +"ejoowncd" +"ajoowncd" +"ejoownmm" +"ajoownmm" +"ejoowngovs" +"ajoowngovs" +"ejoownmcbd" +"ajoownmcbd" +"ejoownst" +"ajoownst" +"ejoownmf" +"ajoownmf" +"ejoownre" +"ajoownre" +"ejoownrp" +"ajoownrp" +"eoownchk" +"aoownchk" +"eoownsav" +"aoownsav" +"eoowncd" +"aoowncd" +"eoownmm" +"aoownmm" +"eoowngovs" +"aoowngovs" +"eoownmcbd" +"aoownmcbd" +"eoownst" +"aoownst" +"eoownmf" +"aoownmf" +"eoownre" +"aoownre" +"eoownrp" +"aoownrp" +"ajschkval" +"ajschkinc" +"ajssavval" +"ajssavinc" +"ajsmmval" +"ajsmminc" +"ajsgovsval" +"ajsgovsinc" +"ajsmcbdval" +"ajsmcbdinc" +"ajochkval" +"ajochkinc" +"ajosavval" +"ajosavinc" +"ajommval" +"ajomminc" +"ajogovsval" +"ajogovsinc" +"ajomcbdval" +"ajomcbdinc" +"aochkval" +"aochkinc" +"aosavval" +"aosavinc" +"aommval" +"aomminc" +"aogovsval" +"aogovsinc" +"aomcbdval" +"aomcbdinc" +"ejsccdebt" +"ajsccdebt" +"eoccdebt" +"aoccdebt" +"ejseddebt" +"ajseddebt" +"eoeddebt" +"aoeddebt" +"ejsotdebt" +"ajsotdebt" +"eootdebt" +"aootdebt" +"ajsccdebtval" +"aoccdebtval" +"ajseddebtval" +"aoeddebtval" +"ajsotdebtval" +"aootdebtval" +"elife_type" +"alife_type" +"alife_fval" +"alife_cval" +"abus_inv_num" +"ebsi1perown" +"absi1perown" +"ebsi2perown" +"absi2perown" +"ebsi3perown" +"absi3perown" +"absi1val" +"absi2val" +"absi3val" +"absi1debtval" +"absi2debtval" +"absi3debtval" +"ajsstval" +"ajsstinc" +"ejsstinctype" +"ajsstinctype" +"ajostval" +"ajostinc" +"ejostinctype" +"ajostinctype" +"aostval" +"aostinc" +"eostinctype" +"aostinctype" +"ajsmfval" +"ajsmfinc" +"ejsmfinctype" +"ajsmfinctype" +"ajomfval" +"ajomfinc" +"ejomfinctype" +"ajomfinctype" +"aomfval" +"aomfinc" +"eomfinctype" +"aomfinctype" +"eown_ann" +"aown_ann" +"eown_tr" +"aown_tr" +"aanninc" +"atrinc" +"eown_anneq" +"aown_anneq" +"eown_treq" +"aown_treq" +"aannval" +"atrval" +"ehearing" +"ahearing" +"eseeing" +"aseeing" +"ecognit" +"acognit" +"eambulat" +"aambulat" +"eselfcare" +"aselfcare" +"eerrands" +"aerrands" +"rdis" +"adis" +"eplaydif" +"aplaydif" +"eschoolwk" +"aschoolwk" +"eddelay" +"addelay" +"ajscdval" +"ajscdinc" +"ajocdval" +"ajocdinc" +"aocdval" +"aocdinc" +"ajsrpval" +"ajsrpdebtval" +"ajsrpgroinc" +"ajsrpnetinc" +"ajorpval" +"ajorpdebtval" +"ajorpgroinc" +"ajorpnetinc" +"aorpval" +"aorpdebtval" +"aorpgroinc" +"aorpnetinc" +"ebsj1perown" +"ebsj2perown" +"ebsj3perown" +"ebsj4perown" +"ebsj5perown" +"absj1perown" +"absj2perown" +"absj3perown" +"absj4perown" +"absj5perown" +"absj1val" +"absj2val" +"absj3val" +"absj4val" +"absj5val" +"absj1debtval" +"absj2debtval" +"absj3debtval" +"absj4debtval" +"absj5debtval" +"aoinvval" +"aoinvinc" +"ajsreval" +"ajsredebtval" +"ajoreval" +"ajoredebtval" +"aoreval" +"aoredebtval" +"efindjob" +"afindjob" +"ejobcant" +"ajobcant" +"rdis_alt" +"adis_alt" +"ainc_bank" +"ainc_bond" +"ainc_stmf" +"ainc_rent" +"ainc_oth" +"ainc_ast" +"aval_bank" +"aval_bond" +"aval_stmf" +"aval_rent" +"adebt_rent" +"aeq_rent" +"aval_re" +"adebt_re" +"aeq_re" +"aval_oth" +"aval_ret" +"aval_bus" +"adebt_bus" +"aeq_bus" +"aval_esav" +"aval_veh" +"adebt_veh" +"aeq_veh" +"aval_home" +"adebt_home" +"aeq_home" +"ardebt_cc" +"ardebt_ed" +"ardebt_ot" +"adebt_usec" +"adebt_sec" +"adebt_ast" +"aval_ast" +"anetworth" +"aval_rmu" +"ehltstat" +"ahltstat" +"ahospnit" +"ehreas_dt" +"ehreas_bir" +"ehreas_os" +"ehreas_nst" +"ehreas_oth" +"ahreason" +"epresdrg" +"apresdrg" +"edalydrg" +"adalydrg" +"avisdent" +"elostth" +"alostth" +"eallth" +"aallth" +"avisdoc" +"adocnum" +"adaysick" +"ahipayc" +"aotcmdpay" +"amdpay" +"eflexspnd" +"aflexspnd" +"enoindnt" +"anoindnt" +"enoindoc" +"anoindoc" +"enoincln" +"enoiner" +"enoinhsp" +"enoinva" +"enoindr" +"enoindds" +"enoinoth" +"anoincln" +"enoininc" +"anoininc" +"enointrt" +"anointrt" +"enoinchk" +"anoinchk" +"ewhipayc" +"ewhipays" +"ewmdpay" +"ewotcmdpay" +"awhipayc" +"ahipays" +"awhipays" +"awmdpay" +"awotcmdpay" +"erefpar" +"erp" +"epar" +"apar" +"rpar" +"arpar" +"eself" +"aself" +"rself" +"arself" +"egran" +"agran" +"rgran" +"argran" +"esib15" +"asib15" +"rsib15" +"arsib15" +"eothr" +"aothr" +"rothr" +"arothr" +"efam" +"afam" +"rfam" +"arfam" +"enrel" +"anrel" +"rnrel" +"arnrel" +"edaycare" +"adaycare" +"rdaycare" +"ardaycare" +"ekidself" +"akidself" +"rkidself" +"arkidself" +"edayhs" +"adayhs" +"rdayhs" +"ardayhs" +"eheadst" +"aheadst" +"rheadst" +"arheadst" +"eprog" +"aprog" +"rprog" +"arprog" +"epay" +"apay" +"apaywk" +"epayhelp" +"apayhelp" +"ewhopaid1" +"ewhopaid2" +"ewhopaid3" +"ewhopaid4" +"ewhopaid5" +"awhopaidyn" +"elist" +"alist" +"eworkmore" +"aworkmore" +"etimelost" +"atimelost" +"etimelost_tp" +"atimelost_tp" +"echld_any" +"achld_any" +"edinrpar" +"adinrpar" +"rdinrpar" +"ardinrpar" +"edinrop" +"adinrop" +"rdinrop" +"ardinrop" +"ereadcwb" +"areadcwb" +"rreadcwb" +"arreadcwb" +"eoutingsrpar" +"aoutingsrpar" +"routingsrpar" +"aroutingsrpa" +"eoutingsrop" +"aoutingsrop" +"routingsrop" +"aroutingsrop" +"rcares" +"acares" +"rworks" +"aworks" +"rgetby" +"agetby" +"rhmwrk" +"ahmwrk" +"erepgrd" +"arepgrd" +"rrepgrd" +"arrepgrd" +"eexpsch" +"aexpsch" +"rexpsch" +"arexpsch" +"egifted" +"agifted" +"rgifted" +"argifted" +"esport" +"asport" +"rsport" +"arsport" +"elesson" +"alesson" +"rlesson" +"arlesson" +"eclub" +"aclub" +"rclub" +"arclub" +"erelig" +"arelig" +"rrelig" +"arrelig" +"ebmom" +"abmom" +"ebdad" +"abdad" +"acbyr_1" +"acbyr_2" +"acbyr_3" +"acbyr_4" +"acbyr_5" +"acbyr_6" +"aage_fb" +"ayear_fb" +"anum_cbu" +"ampf_yr" +"aceb" +"empf" +"ampf" +"egrndpr" +"agrndpr" +"rcb_union" +"acb_union" +"afamnum" +"afpersons" +"afrelu18" +"ahnumper" +"ahnumu18" +"ahnum65over" +"afamnumwt2" +"afamkindwt2" +"afpersonswt2" +"afrelu18wt2" +"ahnumperwt2" +"ahnumu18wt2" +"ahnum65ovrt2" +"aresdur" +"acommtype" +"aehc_metro" +"epnspouse" +"apnspouse" +"epnpar2" +"apnpar2" +"epnpar1" +"apnpar1" +"epar1typ" +"apar1typ" +"epar2typ" +"apar2typ" +"epncohab" +"rpnchild1" +"rpnchild2" +"rpnchild3" +"rpnchild4" +"rpnchild5" +"rpnchild6" +"rpnchild7" +"rpnchild8" +"rpnchild9" +"rpnchild10" +"rchtyp1" +"rchtyp2" +"rchtyp3" +"rchtyp4" +"rchtyp5" +"rchtyp6" +"rchtyp7" +"rchtyp8" +"rchtyp9" +"rchtyp10" +"monthcode" +"wpfinwgt" +"afpov" +"afpovt2" +"ahpov" +"ahpovt2" +"afincpov" +"afincpovt2" +"ahincpov" +"ahincpovt2" +"eresidenceid" +"aresidenceid" +"erh_bmonth" +"erh_emonth" +"arh_bmonth" +"arh_emonth" +"aehc_st" +"aprvlvqrt" +"eehc_ten" +"aehc_ten" +"eehc_rentsub" +"aehc_rentsub" +"eehc_voucher" +"aehc_voucher" +"eehc_why" +"aehc_why" +"eehc_pvten" +"aehc_pvten" +"aehc_mvyr" +"eehc_mvmo" +"aehc_mvmo" +"et2_lno1" +"et2_lno2" +"et2_lno3" +"et2_lno4" +"et2_lno5" +"et2_lno6" +"et2_lno7" +"et2_lno8" +"et2_lno9" +"et2_lno10" +"at2_age1" +"at2_age2" +"at2_age3" +"at2_age4" +"at2_age5" +"at2_age6" +"at2_age7" +"at2_age8" +"at2_age9" +"at2_age10" +"et2_sex1" +"et2_sex2" +"et2_sex3" +"et2_sex4" +"et2_sex5" +"et2_sex6" +"et2_sex7" +"et2_sex8" +"et2_sex9" +"et2_sex10" +"at2_sex1" +"at2_sex2" +"at2_sex3" +"at2_sex4" +"at2_sex5" +"at2_sex6" +"at2_sex7" +"at2_sex8" +"at2_sex9" +"at2_sex10" +"et2_work1" +"et2_work2" +"et2_work3" +"et2_work4" +"et2_work5" +"et2_work6" +"et2_work7" +"et2_work8" +"et2_work9" +"et2_work10" +"at2_work1" +"at2_work2" +"at2_work3" +"at2_work4" +"at2_work5" +"at2_work6" +"at2_work7" +"at2_work8" +"at2_work9" +"at2_work10" +"at2inc1" +"at2inc2" +"at2inc3" +"at2inc4" +"at2inc5" +"at2inc6" +"at2inc7" +"at2inc8" +"at2inc9" +"at2inc10" +"ems_ehc" +"epnspous_ehc" +"epncohab_ehc" +"rpnpar1_ehc" +"rpar1typ_ehc" +"rpnpar2_ehc" +"rpar2typ_ehc" +"ams_ehc" +"apnspous_ehc" +"apncohab_ehc" +"rrel1" +"rrel2" +"rrel3" +"rrel4" +"rrel5" +"rrel6" +"rrel7" +"rrel8" +"rrel9" +"rrel10" +"rrel11" +"rrel12" +"rrel13" +"rrel14" +"rrel15" +"rrel16" +"rrel17" +"rrel_pnum1" +"rrel_pnum2" +"rrel_pnum3" +"rrel_pnum4" +"rrel_pnum5" +"rrel_pnum6" +"rrel_pnum7" +"rrel_pnum8" +"rrel_pnum9" +"rrel_pnum10" +"rrel_pnum11" +"rrel_pnum12" +"rrel_pnum13" +"rrel_pnum14" +"rrel_pnum15" +"rrel_pnum16" +"rrel_pnum17" +"eregdompart" +"aregdompart" +"rpar1sex_ehc" +"rpar2sex_ehc" +"rfamref" +"rfamnum" +"rfpersons" +"rfrelu18" +"rfamkind" +"rfamnumwt2" +"rfamrefwt2" +"rfpersonswt2" +"rfamkindwt2" +"rfrelu18wt2" +"rhnumper" +"rhnumu18" +"rhnum65over" +"rhnumu18wt2" +"rhnum65ovrt2" +"rhnumperwt2" +"ejb1_bmonth" +"ejb2_bmonth" +"ejb3_bmonth" +"ejb4_bmonth" +"ejb5_bmonth" +"ejb6_bmonth" +"ejb1_emonth" +"ejb2_emonth" +"ejb3_emonth" +"ejb4_emonth" +"ejb5_emonth" +"ejb6_emonth" +"ajb1_bmonth" +"ajb2_bmonth" +"ajb3_bmonth" +"ajb4_bmonth" +"ajb5_bmonth" +"ajb6_bmonth" +"ajb1_emonth" +"ajb2_emonth" +"ajb3_emonth" +"ajb4_emonth" +"ajb5_emonth" +"ajb6_emonth" +"rjb1_cflg" +"rjb2_cflg" +"rjb3_cflg" +"rjb4_cflg" +"rjb5_cflg" +"rjb6_cflg" +"ajb1_cflg" +"ajb2_cflg" +"ajb3_cflg" +"ajb4_cflg" +"ajb5_cflg" +"ajb6_cflg" +"ejb1_endwk" +"ejb2_endwk" +"ejb3_endwk" +"ejb4_endwk" +"ejb5_endwk" +"ejb6_endwk" +"ajb1_endwk" +"ajb2_endwk" +"ajb3_endwk" +"ajb4_endwk" +"ajb5_endwk" +"ajb6_endwk" +"ejb1_jborse" +"ejb2_jborse" +"ejb3_jborse" +"ejb4_jborse" +"ejb5_jborse" +"ejb6_jborse" +"ajb1_jborse" +"ajb2_jborse" +"ajb3_jborse" +"ajb4_jborse" +"ajb5_jborse" +"ajb6_jborse" +"ejb1_conchk" +"ejb2_conchk" +"ejb3_conchk" +"ejb4_conchk" +"ajb1_conchk" +"ajb2_conchk" +"ajb3_conchk" +"ajb4_conchk" +"ejb1_strtjan" +"ejb2_strtjan" +"ejb3_strtjan" +"ejb4_strtjan" +"ejb5_strtjan" +"ajb1_strtjan" +"ajb2_strtjan" +"ajb3_strtjan" +"ajb4_strtjan" +"ajb5_strtjan" +"ejb1_startwk" +"ejb2_startwk" +"ejb3_startwk" +"ejb4_startwk" +"ejb5_startwk" +"ejb6_startwk" +"ajb1_startwk" +"ajb2_startwk" +"ajb3_startwk" +"ajb4_startwk" +"ajb5_startwk" +"ajb6_startwk" +"ajb1_strtyr" +"ajb2_strtyr" +"ajb3_strtyr" +"ajb4_strtyr" +"ajb5_strtyr" +"ejb1_strtmon" +"ejb2_strtmon" +"ejb3_strtmon" +"ejb4_strtmon" +"ejb5_strtmon" +"ajb1_strtmon" +"ajb2_strtmon" +"ajb3_strtmon" +"ajb4_strtmon" +"ajb5_strtmon" +"ejb1_rsend" +"ejb2_rsend" +"ejb3_rsend" +"ejb4_rsend" +"ejb5_rsend" +"ejb6_rsend" +"ajb1_rsend" +"ajb2_rsend" +"ajb3_rsend" +"ajb4_rsend" +"ajb5_rsend" +"ajb6_rsend" +"ejb1_rendb" +"ejb2_rendb" +"ejb3_rendb" +"ejb4_rendb" +"ejb5_rendb" +"ejb6_rendb" +"ajb1_rendb" +"ajb2_rendb" +"ajb3_rendb" +"ajb4_rendb" +"ajb5_rendb" +"ajb6_rendb" +"ajb1_ind" +"ajb2_ind" +"ajb3_ind" +"ajb4_ind" +"ajb5_ind" +"ajb6_ind" +"ajb1_occ" +"ajb2_occ" +"ajb3_occ" +"ajb4_occ" +"ajb5_occ" +"ajb6_occ" +"ejb1_incpb" +"ejb2_incpb" +"ejb3_incpb" +"ejb4_incpb" +"ejb5_incpb" +"ejb6_incpb" +"ajb1_incpb" +"ajb2_incpb" +"ajb3_incpb" +"ajb4_incpb" +"ajb5_incpb" +"ajb6_incpb" +"ejb1_clwrk" +"ejb2_clwrk" +"ejb3_clwrk" +"ejb4_clwrk" +"ejb5_clwrk" +"ejb6_clwrk" +"ajb1_clwrk" +"ajb2_clwrk" +"ajb3_clwrk" +"ajb4_clwrk" +"ajb5_clwrk" +"ajb6_clwrk" +"ejb1_union" +"ejb2_union" +"ejb3_union" +"ejb4_union" +"ejb5_union" +"ejb6_union" +"ajb1_union" +"ajb2_union" +"ajb3_union" +"ajb4_union" +"ajb5_union" +"ajb6_union" +"ejb1_cntrc" +"ejb2_cntrc" +"ejb3_cntrc" +"ejb4_cntrc" +"ejb5_cntrc" +"ejb6_cntrc" +"ajb1_cntrc" +"ajb2_cntrc" +"ajb3_cntrc" +"ajb4_cntrc" +"ajb5_cntrc" +"ajb6_cntrc" +"ejb1_emploc" +"ejb2_emploc" +"ejb3_emploc" +"ejb4_emploc" +"ejb5_emploc" +"ejb6_emploc" +"ajb1_emploc" +"ajb2_emploc" +"ajb3_emploc" +"ajb4_emploc" +"ajb5_emploc" +"ajb6_emploc" +"ejb1_empsize" +"ejb2_empsize" +"ejb3_empsize" +"ejb4_empsize" +"ejb5_empsize" +"ejb6_empsize" +"ajb1_empsize" +"ajb2_empsize" +"ajb3_empsize" +"ajb4_empsize" +"ajb5_empsize" +"ajb6_empsize" +"ajb1_empall" +"ajb2_empall" +"ajb3_empall" +"ajb4_empall" +"ajb5_empall" +"ajb1_empb" +"ajb2_empb" +"ajb3_empb" +"ajb4_empb" +"ajb5_empb" +"ejb1_propb" +"ejb2_propb" +"ejb3_propb" +"ejb4_propb" +"ejb5_propb" +"ejb6_propb" +"ajb1_propb" +"ajb2_propb" +"ajb3_propb" +"ajb4_propb" +"ajb5_propb" +"ajb6_propb" +"ejb1_hprtb" +"ejb2_hprtb" +"ejb3_hprtb" +"ejb4_hprtb" +"ajb1_hprtb" +"ajb2_hprtb" +"ajb3_hprtb" +"ajb4_hprtb" +"ejb1_partb1" +"ejb2_partb1" +"ejb3_partb1" +"ejb4_partb1" +"ajb1_partb1" +"ajb2_partb1" +"ajb3_partb1" +"ajb4_partb1" +"ejb1_partb2" +"ejb3_partb2" +"ajb1_partb2" +"ajb3_partb2" +"ejb1_bslryb" +"ejb2_bslryb" +"ejb3_bslryb" +"ejb4_bslryb" +"ejb5_bslryb" +"ejb6_bslryb" +"ajb1_bslryb" +"ajb2_bslryb" +"ajb3_bslryb" +"ajb4_bslryb" +"ajb5_bslryb" +"ajb6_bslryb" +"ejb1_typpay1" +"ejb2_typpay1" +"ejb3_typpay1" +"ejb4_typpay1" +"ejb5_typpay1" +"ejb6_typpay1" +"ejb1_typpay2" +"ejb2_typpay2" +"ejb3_typpay2" +"ejb4_typpay2" +"ejb5_typpay2" +"ejb6_typpay2" +"ejb1_typpay3" +"ejb2_typpay3" +"ejb3_typpay3" +"ejb4_typpay3" +"ejb5_typpay3" +"ejb6_typpay3" +"ejb1_typpay4" +"ejb2_typpay4" +"ejb3_typpay4" +"ejb4_typpay4" +"ejb5_typpay4" +"ejb6_typpay4" +"ejb1_typpay5" +"ejb2_typpay5" +"ejb3_typpay5" +"ejb4_typpay5" +"ejb5_typpay5" +"ejb6_typpay5" +"ajb1_typpay1" +"ajb2_typpay1" +"ajb3_typpay1" +"ajb4_typpay1" +"ajb5_typpay1" +"ajb6_typpay1" +"ajb1_typpay2" +"ajb2_typpay2" +"ajb3_typpay2" +"ajb4_typpay2" +"ajb5_typpay2" +"ajb6_typpay2" +"ajb1_typpay3" +"ajb2_typpay3" +"ajb3_typpay3" +"ajb4_typpay3" +"ajb5_typpay3" +"ajb6_typpay3" +"ajb1_typpay4" +"ajb2_typpay4" +"ajb3_typpay4" +"ajb4_typpay4" +"ajb5_typpay4" +"ajb6_typpay4" +"ajb1_typpay5" +"ajb2_typpay5" +"ajb3_typpay5" +"ajb4_typpay5" +"ajb5_typpay5" +"ajb6_typpay5" +"ejb1_chearn1" +"ejb2_chearn1" +"ejb3_chearn1" +"ejb4_chearn1" +"ejb5_chearn1" +"ejb6_chearn1" +"ajb1_chearn1" +"ajb2_chearn1" +"ajb3_chearn1" +"ajb4_chearn1" +"ajb5_chearn1" +"ajb6_chearn1" +"ejb1_chearn2" +"ejb2_chearn2" +"ejb3_chearn2" +"ejb4_chearn2" +"ejb5_chearn2" +"ajb1_chearn2" +"ajb2_chearn2" +"ajb3_chearn2" +"ajb4_chearn2" +"ajb5_chearn2" +"ejb1_cherwk1" +"ejb2_cherwk1" +"ejb3_cherwk1" +"ejb5_cherwk1" +"ajb1_cherwk1" +"ajb2_cherwk1" +"ajb3_cherwk1" +"ajb5_cherwk1" +"ejb1_cherwk2" +"ejb2_cherwk2" +"ejb3_cherwk2" +"ajb1_cherwk2" +"ajb2_cherwk2" +"ajb3_cherwk2" +"ejb1_chermn1" +"ejb2_chermn1" +"ejb3_chermn1" +"ejb5_chermn1" +"ajb1_chermn1" +"ajb2_chermn1" +"ajb3_chermn1" +"ajb5_chermn1" +"ejb1_chermn2" +"ejb2_chermn2" +"ejb3_chermn2" +"ajb1_chermn2" +"ajb2_chermn2" +"ajb3_chermn2" +"ejb1_chhour1" +"ejb2_chhour1" +"ejb3_chhour1" +"ejb4_chhour1" +"ejb5_chhour1" +"ejb6_chhour1" +"ajb1_chhour1" +"ajb2_chhour1" +"ajb3_chhour1" +"ajb4_chhour1" +"ajb5_chhour1" +"ajb6_chhour1" +"ejb1_chhour2" +"ejb2_chhour2" +"ejb3_chhour2" +"ejb4_chhour2" +"ejb5_chhour2" +"ajb1_chhour2" +"ajb2_chhour2" +"ajb3_chhour2" +"ajb4_chhour2" +"ajb5_chhour2" +"ejb1_chhowk1" +"ejb2_chhowk1" +"ejb3_chhowk1" +"ejb4_chhowk1" +"ejb5_chhowk1" +"ajb1_chhowk1" +"ajb2_chhowk1" +"ajb3_chhowk1" +"ajb4_chhowk1" +"ajb5_chhowk1" +"ejb1_chhowk2" +"ejb2_chhowk2" +"ejb3_chhowk2" +"ajb1_chhowk2" +"ajb2_chhowk2" +"ajb3_chhowk2" +"ejb1_chhomn1" +"ejb2_chhomn1" +"ejb3_chhomn1" +"ejb4_chhomn1" +"ejb5_chhomn1" +"ajb1_chhomn1" +"ajb2_chhomn1" +"ajb3_chhomn1" +"ajb4_chhomn1" +"ajb5_chhomn1" +"ejb1_chhomn2" +"ejb2_chhomn2" +"ejb3_chhomn2" +"ajb1_chhomn2" +"ajb2_chhomn2" +"ajb3_chhomn2" +"ajb1_jobhrs1" +"ajb2_jobhrs1" +"ajb3_jobhrs1" +"ajb4_jobhrs1" +"ajb5_jobhrs1" +"ajb6_jobhrs1" +"ajb1_jobhrs2" +"ajb2_jobhrs2" +"ajb3_jobhrs2" +"ajb4_jobhrs2" +"ajb5_jobhrs2" +"ajb1_jobhrs3" +"ajb2_jobhrs3" +"ajb3_jobhrs3" +"ejb1_ptresn1" +"ejb2_ptresn1" +"ejb3_ptresn1" +"ejb4_ptresn1" +"ejb5_ptresn1" +"ejb6_ptresn1" +"ejb1_ptresn2" +"ejb2_ptresn2" +"ejb3_ptresn2" +"ejb4_ptresn2" +"ejb5_ptresn2" +"ajb1_ptresn1" +"ajb2_ptresn1" +"ajb3_ptresn1" +"ajb4_ptresn1" +"ajb5_ptresn1" +"ajb6_ptresn1" +"ajb1_ptresn2" +"ajb2_ptresn2" +"ajb3_ptresn2" +"ajb4_ptresn2" +"ajb5_ptresn2" +"enjflag" +"anjflag" +"enj_bmonth" +"anj_bmonth" +"enj_emonth" +"anj_emonth" +"enj_nowrk1" +"enj_nowrk2" +"enj_nowrk3" +"enj_nowrk4" +"enj_nowrk5" +"enj_nowrk6" +"enj_nowrk7" +"enj_nowrk8" +"enj_nowrk9" +"enj_nowrk10" +"enj_nowrk11" +"enj_nowrk12" +"anj_nowrk" +"enj_updwkyn" +"anj_updwkyn" +"enj_layoff" +"anj_layoff" +"enj_layotyp" +"anj_layotyp" +"enj_layodur" +"anj_layodur" +"enj_layoewk" +"anj_layoewk" +"enj_layoemn" +"anj_layoemn" +"enj_layocflg" +"anj_layocflg" +"enj_lkwrk" +"anj_lkwrk" +"enj_flkmn1" +"enj_flkmn2" +"enj_tlkmn1" +"enj_tlkmn2" +"anj_flkmn1" +"anj_flkmn2" +"anj_tlkmn1" +"anj_tlkmn2" +"enj_lkctflg1" +"enj_lkctflg2" +"anj_lkctflg1" +"anj_lkctflg2" +"enj_flkwk1" +"enj_flkwk2" +"enj_tlkwk1" +"enj_tlkwk2" +"anj_flkwk1" +"anj_flkwk2" +"anj_tlkwk1" +"anj_tlkwk2" +"roverlapmn" +"anj_occ" +"anj_ind" +"ejb1_payhr1" +"ejb2_payhr1" +"ejb3_payhr1" +"ejb4_payhr1" +"ejb5_payhr1" +"ajb1_payhr1" +"ajb2_payhr1" +"ajb3_payhr1" +"ajb4_payhr1" +"ajb5_payhr1" +"ejb1_payhr2" +"ejb2_payhr2" +"ejb3_payhr2" +"ejb5_payhr2" +"ajb1_payhr2" +"ajb2_payhr2" +"ajb3_payhr2" +"ajb5_payhr2" +"ajb1_annsal1" +"ajb2_annsal1" +"ajb3_annsal1" +"ajb4_annsal1" +"ajb1_hourly1" +"ajb2_hourly1" +"ajb3_hourly1" +"ajb4_hourly1" +"ajb5_hourly1" +"ajb1_wkly1" +"ajb2_wkly1" +"ajb3_wkly1" +"ajb4_wkly1" +"ajb1_bwkly1" +"ajb2_bwkly1" +"ajb3_bwkly1" +"ajb4_bwkly1" +"ajb5_bwkly1" +"ajb1_mthly1" +"ajb2_mthly1" +"ajb3_mthly1" +"ajb4_mthly1" +"ajb1_smthly1" +"ajb2_smthly1" +"ajb3_smthly1" +"ajb1_other1" +"ajb2_other1" +"ajb3_other1" +"ajb4_other1" +"ajb1_gamt1" +"ajb2_gamt1" +"ajb3_gamt1" +"ajb4_gamt1" +"ajb1_annsal2" +"ajb2_annsal2" +"ajb3_annsal2" +"ajb1_hourly2" +"ajb2_hourly2" +"ajb3_hourly2" +"ajb1_wkly2" +"ajb2_wkly2" +"ajb3_wkly2" +"ajb1_bwkly2" +"ajb2_bwkly2" +"ajb3_bwkly2" +"ajb5_bwkly2" +"ajb1_mthly2" +"ajb2_mthly2" +"ajb3_mthly2" +"ajb1_smthly2" +"ajb2_smthly2" +"ajb3_smthly2" +"ajb1_other2" +"ajb2_other2" +"ajb3_other2" +"ajb1_annsal3" +"ajb2_annsal3" +"ajb3_annsal3" +"ajb1_hourly3" +"ajb2_hourly3" +"ajb3_hourly3" +"ajb1_wkly3" +"ajb2_wkly3" +"ajb3_wkly3" +"ajb1_bwkly3" +"ajb2_bwkly3" +"ajb1_mthly3" +"ajb1_smthly3" +"ajb1_other3" +"ejb1_netgro1" +"ejb2_netgro1" +"ejb3_netgro1" +"ejb4_netgro1" +"ejb5_netgro1" +"ajb1_netgro1" +"ajb2_netgro1" +"ajb3_netgro1" +"ajb4_netgro1" +"ajb5_netgro1" +"ejb1_netgro2" +"ejb2_netgro2" +"ejb3_netgro2" +"ejb5_netgro2" +"ajb1_netgro2" +"ajb2_netgro2" +"ajb3_netgro2" +"ajb5_netgro2" +"ejb1_netgro3" +"ejb2_netgro3" +"ejb3_netgro3" +"ejb4_netgro3" +"ajb1_netgro3" +"ajb2_netgro3" +"ajb3_netgro3" +"ajb4_netgro3" +"ejb1_bxmth" +"ejb2_bxmth" +"ejb3_bxmth" +"ejb4_bxmth" +"ajb1_bxmth" +"ajb2_bxmth" +"ajb3_bxmth" +"ajb4_bxmth" +"ajb1_bxamt" +"ajb2_bxamt" +"ajb3_bxamt" +"ajb4_bxamt" +"ejb1_cexpay" +"ejb2_cexpay" +"ejb3_cexpay" +"ejb4_cexpay" +"ejb5_cexpay" +"ajb1_cexpay" +"ajb2_cexpay" +"ajb3_cexpay" +"ajb4_cexpay" +"ajb5_cexpay" +"ejb1_cxmth" +"ejb2_cxmth" +"ejb3_cxmth" +"ejb4_cxmth" +"ajb1_cxmth" +"ajb2_cxmth" +"ajb3_cxmth" +"ajb4_cxmth" +"ajb1_cxamt" +"ajb2_cxamt" +"ajb3_cxamt" +"ajb4_cxamt" +"ajb5_cxamt" +"ejb1_texpay" +"ejb2_texpay" +"ejb3_texpay" +"ejb4_texpay" +"ajb1_texpay" +"ajb2_texpay" +"ajb3_texpay" +"ajb4_texpay" +"ejb1_txmth" +"ejb2_txmth" +"ejb3_txmth" +"ajb1_txmth" +"ajb2_txmth" +"ajb3_txmth" +"ajb1_txamt" +"ajb2_txamt" +"ajb3_txamt" +"ajb4_txamt" +"ejb1_oexpay" +"ejb2_oexpay" +"ejb3_oexpay" +"ajb1_oexpay" +"ajb2_oexpay" +"ajb3_oexpay" +"ejb1_oxmth" +"ejb2_oxmth" +"ejb3_oxmth" +"ajb1_oxmth" +"ajb2_oxmth" +"ajb3_oxmth" +"ajb1_oxamt" +"ajb2_oxamt" +"ajb3_oxamt" +"ejb1_pftloss" +"ejb2_pftloss" +"ejb3_pftloss" +"ejb4_pftloss" +"ejb5_pftloss" +"ejb6_pftloss" +"ajb1_pftloss" +"ajb2_pftloss" +"ajb3_pftloss" +"ajb4_pftloss" +"ajb5_pftloss" +"ajb6_pftloss" +"ajb1_prftb" +"ajb2_prftb" +"ajb3_prftb" +"ajb4_prftb" +"ajb5_prftb" +"ejb1_oincb" +"ejb2_oincb" +"ejb3_oincb" +"ejb4_oincb" +"ejb5_oincb" +"ajb1_oincb" +"ajb2_oincb" +"ajb3_oincb" +"ajb4_oincb" +"ajb5_oincb" +"ajb1_oincamt" +"ajb2_oincamt" +"ajb3_oincamt" +"ejb1_awop1" +"ejb2_awop1" +"ejb3_awop1" +"ejb4_awop1" +"ejb5_awop1" +"ejb6_awop1" +"ejb1_awop2" +"ejb2_awop2" +"ejb3_awop2" +"ejb4_awop2" +"ejb1_awop3" +"ejb2_awop3" +"ejb3_awop3" +"ajb1_awop1" +"ajb2_awop1" +"ajb3_awop1" +"ajb4_awop1" +"ajb5_awop1" +"ajb6_awop1" +"ajb1_awop2" +"ajb2_awop2" +"ajb3_awop2" +"ajb4_awop2" +"ajb1_awop3" +"ajb2_awop3" +"ajb3_awop3" +"ejb1_awopsm1" +"ejb2_awopsm1" +"ejb3_awopsm1" +"ejb4_awopsm1" +"ejb1_awopsm2" +"ejb2_awopsm2" +"ejb3_awopsm2" +"ejb1_awopsm3" +"ejb2_awopsm3" +"ejb3_awopsm3" +"ajb1_awopsm1" +"ajb2_awopsm1" +"ajb3_awopsm1" +"ajb4_awopsm1" +"ajb1_awopsm2" +"ajb2_awopsm2" +"ajb3_awopsm2" +"ajb1_awopsm3" +"ajb2_awopsm3" +"ajb3_awopsm3" +"ejb1_awopem1" +"ejb2_awopem1" +"ejb3_awopem1" +"ejb4_awopem1" +"ejb1_awopem2" +"ejb2_awopem2" +"ejb3_awopem2" +"ejb1_awopem3" +"ejb2_awopem3" +"ejb3_awopem3" +"ajb1_awopem1" +"ajb2_awopem1" +"ajb3_awopem1" +"ajb4_awopem1" +"ajb1_awopem2" +"ajb2_awopem2" +"ajb3_awopem2" +"ajb1_awopem3" +"ajb2_awopem3" +"ajb3_awopem3" +"ejb1_awpcfl1" +"ejb2_awpcfl1" +"ejb3_awpcfl1" +"ejb4_awpcfl1" +"ejb1_awpcfl2" +"ejb2_awpcfl2" +"ejb3_awpcfl2" +"ejb1_awpcfl3" +"ejb2_awpcfl3" +"ejb3_awpcfl3" +"ejb1_awopsw1" +"ejb2_awopsw1" +"ejb3_awopsw1" +"ejb4_awopsw1" +"ejb1_awopsw2" +"ejb2_awopsw2" +"ejb3_awopsw2" +"ejb1_awopsw3" +"ejb2_awopsw3" +"ejb3_awopsw3" +"ajb1_awopsw1" +"ajb2_awopsw1" +"ajb3_awopsw1" +"ajb4_awopsw1" +"ajb1_awopsw2" +"ajb2_awopsw2" +"ajb3_awopsw2" +"ajb1_awopsw3" +"ajb2_awopsw3" +"ajb3_awopsw3" +"ejb1_awopew1" +"ejb2_awopew1" +"ejb3_awopew1" +"ejb4_awopew1" +"ejb1_awopew2" +"ejb2_awopew2" +"ejb3_awopew2" +"ejb1_awopew3" +"ejb2_awopew3" +"ejb3_awopew3" +"ajb1_awopew1" +"ajb2_awopew1" +"ajb3_awopew1" +"ajb4_awopew1" +"ajb1_awopew2" +"ajb2_awopew2" +"ajb3_awopew2" +"ajb1_awopew3" +"ajb2_awopew3" +"ajb3_awopew3" +"ejb1_awopre1" +"ejb2_awopre1" +"ejb3_awopre1" +"ejb4_awopre1" +"ejb1_awopre2" +"ejb2_awopre2" +"ejb3_awopre2" +"ejb1_awopre3" +"ejb2_awopre3" +"ejb3_awopre3" +"ajb1_awopre1" +"ajb2_awopre1" +"ajb3_awopre1" +"ajb4_awopre1" +"ajb1_awopre2" +"ajb2_awopre2" +"ajb3_awopre2" +"ajb1_awopre3" +"ajb2_awopre3" +"ajb3_awopre3" +"rwksperm" +"rwkesr1" +"rwkesr2" +"rwkesr3" +"rwkesr4" +"rwkesr5" +"rmwkwjb" +"rmwksab" +"rmwklkg" +"rmesr" +"rmnumjobs" +"ejb1_jobid" +"ejb2_jobid" +"ejb3_jobid" +"ejb4_jobid" +"ejb5_jobid" +"ejb6_jobid" +"awkesr1" +"awkesr2" +"awkesr3" +"awkesr4" +"awkesr5" +"amwkwjb" +"amwksab" +"amwklkg" +"amesr" +"ajb1_wksum1" +"ajb2_wksum1" +"ajb3_wksum1" +"ajb4_wksum1" +"ajb5_wksum1" +"ajb6_wksum1" +"ajb1_wksum2" +"ajb2_wksum2" +"ajb3_wksum2" +"ajb4_wksum2" +"ajb5_wksum2" +"ajb6_wksum2" +"ajb1_wksum3" +"ajb2_wksum3" +"ajb3_wksum3" +"ajb4_wksum3" +"ajb5_wksum3" +"ajb6_wksum3" +"ajb1_wksum4" +"ajb2_wksum4" +"ajb3_wksum4" +"ajb4_wksum4" +"ajb5_wksum4" +"ajb6_wksum4" +"ajb1_wksum5" +"ajb2_wksum5" +"ajb3_wksum5" +"ajb4_wksum5" +"ajb5_wksum5" +"ajb1_msum" +"ajb2_msum" +"ajb3_msum" +"ajb4_msum" +"ajb5_msum" +"ajb6_msum" +"ajb1_msumalt" +"ajb2_msumalt" +"ajb3_msumalt" +"ajb4_msumalt" +"ajb5_msumalt" +"ajb6_msumalt" +"ajb1_wkhrs1" +"ajb2_wkhrs1" +"ajb3_wkhrs1" +"ajb4_wkhrs1" +"ajb5_wkhrs1" +"ajb6_wkhrs1" +"ajb1_wkhrs2" +"ajb2_wkhrs2" +"ajb3_wkhrs2" +"ajb4_wkhrs2" +"ajb5_wkhrs2" +"ajb6_wkhrs2" +"ajb1_wkhrs3" +"ajb2_wkhrs3" +"ajb3_wkhrs3" +"ajb4_wkhrs3" +"ajb5_wkhrs3" +"ajb6_wkhrs3" +"ajb1_wkhrs4" +"ajb2_wkhrs4" +"ajb3_wkhrs4" +"ajb4_wkhrs4" +"ajb5_wkhrs4" +"ajb6_wkhrs4" +"ajb1_wkhrs5" +"ajb2_wkhrs5" +"ajb3_wkhrs5" +"ajb4_wkhrs5" +"ajb5_wkhrs5" +"awkhrs1" +"awkhrs2" +"awkhrs3" +"awkhrs4" +"awkhrs5" +"ajb1_mwkhrs" +"ajb2_mwkhrs" +"ajb3_mwkhrs" +"ajb4_mwkhrs" +"ajb5_mwkhrs" +"ajb6_mwkhrs" +"amwkhrs" +"amnumjobs" +"apearn" +"apearn_alt" +"ajb1_jobid" +"ajb2_jobid" +"ajb3_jobid" +"ajb4_jobid" +"ajb5_jobid" +"ajb6_jobid" +"ejb1_pvwktr1" +"ejb2_pvwktr1" +"ejb3_pvwktr1" +"ejb4_pvwktr1" +"ejb5_pvwktr1" +"ejb6_pvwktr1" +"ejb1_pvwktr2" +"ejb2_pvwktr2" +"ejb3_pvwktr2" +"ejb4_pvwktr2" +"ejb5_pvwktr2" +"ejb6_pvwktr2" +"ejb1_pvwktr3" +"ejb2_pvwktr3" +"ejb3_pvwktr3" +"ejb4_pvwktr3" +"ejb5_pvwktr3" +"ejb6_pvwktr3" +"ejb1_pvwktr4" +"ejb2_pvwktr4" +"ejb3_pvwktr4" +"ejb4_pvwktr4" +"ejb5_pvwktr4" +"ejb6_pvwktr4" +"ejb1_pvwktr5" +"ejb2_pvwktr5" +"ejb3_pvwktr5" +"ejb4_pvwktr5" +"ejb5_pvwktr5" +"ejb6_pvwktr5" +"ejb1_pvwktr6" +"ejb2_pvwktr6" +"ejb3_pvwktr6" +"ejb4_pvwktr6" +"ejb5_pvwktr6" +"ejb6_pvwktr6" +"ejb1_pvwktr7" +"ejb2_pvwktr7" +"ejb3_pvwktr7" +"ejb4_pvwktr7" +"ejb5_pvwktr7" +"ejb6_pvwktr7" +"ejb1_pvwktr8" +"ejb2_pvwktr8" +"ejb3_pvwktr8" +"ejb4_pvwktr8" +"ejb5_pvwktr8" +"ejb6_pvwktr8" +"ejb1_pvwktr9" +"ejb2_pvwktr9" +"ejb3_pvwktr9" +"ejb4_pvwktr9" +"ejb5_pvwktr9" +"ejb6_pvwktr9" +"ejb1_pvwktra" +"ejb2_pvwktra" +"ejb3_pvwktra" +"ejb4_pvwktra" +"ejb5_pvwktra" +"ejb6_pvwktra" +"ejb1_pvwktrt" +"ejb2_pvwktrt" +"ejb3_pvwktrt" +"ejb4_pvwktrt" +"ejb5_pvwktrt" +"ejb6_pvwktrt" +"ajb1_pvwktrt" +"ajb2_pvwktrt" +"ajb3_pvwktrt" +"ajb4_pvwktrt" +"ajb5_pvwktrt" +"ajb6_pvwktrt" +"ejb1_pvtrprm" +"ejb2_pvtrprm" +"ejb3_pvtrprm" +"ejb4_pvtrprm" +"ejb5_pvtrprm" +"ejb6_pvtrprm" +"ajb1_pvtrprm" +"ajb2_pvtrprm" +"ajb3_pvtrprm" +"ajb4_pvtrprm" +"ajb5_pvtrprm" +"ajb6_pvtrprm" +"ajb1_pvtime" +"ajb2_pvtime" +"ajb3_pvtime" +"ajb4_pvtime" +"ajb5_pvtime" +"ajb6_pvtime" +"ajb1_pvmile" +"ajb2_pvmile" +"ajb3_pvmile" +"ajb4_pvmile" +"ajb5_pvmile" +"ajb6_pvmile" +"ajb1_imbmic" +"ajb2_imbmic" +"ajb3_imbmic" +"ejb1_reimbmi" +"ejb2_reimbmi" +"ejb3_reimbmi" +"ejb4_reimbmi" +"ejb5_reimbmi" +"ejb6_reimbmi" +"ajb1_reimbmi" +"ajb2_reimbmi" +"ajb3_reimbmi" +"ajb4_reimbmi" +"ajb5_reimbmi" +"ajb6_reimbmi" +"ajb1_pvparkc" +"ajb2_pvparkc" +"ajb3_pvparkc" +"ajb4_pvparkc" +"ejb1_pvpark" +"ejb2_pvpark" +"ejb3_pvpark" +"ejb4_pvpark" +"ejb5_pvpark" +"ejb6_pvpark" +"ajb1_pvpark" +"ajb2_pvpark" +"ajb3_pvpark" +"ajb4_pvpark" +"ajb5_pvpark" +"ajb6_pvpark" +"ajb1_pvothrc" +"ajb2_pvothrc" +"ajb3_pvothrc" +"ajb4_pvothrc" +"ajb1_pvoexpc" +"ajb2_pvoexpc" +"ajb3_pvoexpc" +"ajb4_pvoexpc" +"ajb5_pvoexpc" +"ejb1_pvoexp" +"ejb2_pvoexp" +"ejb3_pvoexp" +"ejb4_pvoexp" +"ejb5_pvoexp" +"ejb6_pvoexp" +"ajb1_pvoexp" +"ajb2_pvoexp" +"ajb3_pvoexp" +"ajb4_pvoexp" +"ajb5_pvoexp" +"ajb6_pvoexp" +"ejb1_wswhsun" +"ejb2_wswhsun" +"ejb3_wswhsun" +"ejb4_wswhsun" +"ejb5_wswhsun" +"ejb6_wswhsun" +"ejb1_wswhmon" +"ejb2_wswhmon" +"ejb3_wswhmon" +"ejb4_wswhmon" +"ejb5_wswhmon" +"ejb6_wswhmon" +"ejb1_wswhtue" +"ejb2_wswhtue" +"ejb3_wswhtue" +"ejb4_wswhtue" +"ejb5_wswhtue" +"ejb6_wswhtue" +"ejb1_wswhwed" +"ejb2_wswhwed" +"ejb3_wswhwed" +"ejb4_wswhwed" +"ejb5_wswhwed" +"ejb6_wswhwed" +"ejb1_wswhthu" +"ejb2_wswhthu" +"ejb3_wswhthu" +"ejb4_wswhthu" +"ejb5_wswhthu" +"ejb6_wswhthu" +"ejb1_wswhfri" +"ejb2_wswhfri" +"ejb3_wswhfri" +"ejb4_wswhfri" +"ejb5_wswhfri" +"ejb6_wswhfri" +"ejb1_wswhsat" +"ejb2_wswhsat" +"ejb3_wswhsat" +"ejb4_wswhsat" +"ejb5_wswhsat" +"ejb6_wswhsat" +"ejb1_dyswkd" +"ejb2_dyswkd" +"ejb3_dyswkd" +"ejb4_dyswkd" +"ejb5_dyswkd" +"ejb6_dyswkd" +"ajb1_wswhdy" +"ajb2_wswhdy" +"ajb3_wswhdy" +"ajb4_wswhdy" +"ajb5_wswhdy" +"ajb6_wswhdy" +"ajb1_wsbeg" +"ajb2_wsbeg" +"ajb3_wsbeg" +"ajb4_wsbeg" +"ajb5_wsbeg" +"ajb6_wsbeg" +"ajb1_wsend" +"ajb2_wsend" +"ajb3_wsend" +"ajb4_wsend" +"ajb5_wsend" +"ajb6_wsend" +"ejb1_wshmsun" +"ejb2_wshmsun" +"ejb3_wshmsun" +"ejb4_wshmsun" +"ejb5_wshmsun" +"ejb6_wshmsun" +"ejb1_wshmmon" +"ejb2_wshmmon" +"ejb3_wshmmon" +"ejb4_wshmmon" +"ejb5_wshmmon" +"ejb6_wshmmon" +"ejb1_wshmtue" +"ejb2_wshmtue" +"ejb3_wshmtue" +"ejb4_wshmtue" +"ejb5_wshmtue" +"ejb6_wshmtue" +"ejb1_wshmwed" +"ejb2_wshmwed" +"ejb3_wshmwed" +"ejb4_wshmwed" +"ejb5_wshmwed" +"ejb6_wshmwed" +"ejb1_wshmthu" +"ejb2_wshmthu" +"ejb3_wshmthu" +"ejb4_wshmthu" +"ejb5_wshmthu" +"ejb6_wshmthu" +"ejb1_wshmfri" +"ejb2_wshmfri" +"ejb3_wshmfri" +"ejb4_wshmfri" +"ejb5_wshmfri" +"ejb6_wshmfri" +"ejb1_wshmsat" +"ejb2_wshmsat" +"ejb3_wshmsat" +"ejb4_wshmsat" +"ejb5_wshmsat" +"ejb6_wshmsat" +"ejb1_dyswkdh" +"ejb2_dyswkdh" +"ejb3_dyswkdh" +"ejb4_dyswkdh" +"ejb5_dyswkdh" +"ejb6_dyswkdh" +"ajb1_wshmdy" +"ajb2_wshmdy" +"ajb3_wshmdy" +"ajb4_wshmdy" +"ajb5_wshmdy" +"ajb6_wshmdy" +"ejb1_wshmwrk" +"ejb2_wshmwrk" +"ejb3_wshmwrk" +"ejb4_wshmwrk" +"ejb5_wshmwrk" +"ejb6_wshmwrk" +"ajb1_wshmwrk" +"ajb2_wshmwrk" +"ajb3_wshmwrk" +"ajb4_wshmwrk" +"ajb5_wshmwrk" +"ajb6_wshmwrk" +"ejb1_wsjob" +"ejb2_wsjob" +"ejb3_wsjob" +"ejb4_wsjob" +"ejb5_wsjob" +"ejb6_wsjob" +"ajb1_wsjob" +"ajb2_wsjob" +"ajb3_wsjob" +"ajb4_wsjob" +"ajb5_wsjob" +"ajb6_wsjob" +"ejb1_wsmnr" +"ejb2_wsmnr" +"ejb3_wsmnr" +"ejb4_wsmnr" +"ejb5_wsmnr" +"ejb6_wsmnr" +"ajb1_wsmnr" +"ajb2_wsmnr" +"ajb3_wsmnr" +"ajb4_wsmnr" +"ajb5_wsmnr" +"ajb6_wsmnr" +"apvmile" +"areimbmic" +"apvparkc" +"apvoexpc" +"apvothrc" +"rjb1_commtyp" +"rjb2_commtyp" +"rjb3_commtyp" +"rjb4_commtyp" +"rjb5_commtyp" +"rjb6_commtyp" +"rjb7_commtyp" +"ehresidencid" +"ahresidencid" +"elifemnyn" +"alifemnyn" +"efood_mnyn" +"afood_mnyn" +"eothas_mnyn" +"aothas_mnyn" +"etrans_mnyn" +"atrans_mnyn" +"ewcmnyn" +"awcmnyn" +"awcamt" +"eva1mnyn" +"ava1mnyn" +"eva2mnyn" +"ava2mnyn" +"eva3mnyn" +"ava3mnyn" +"eva4mnyn" +"ava4mnyn" +"eva5mnyn" +"ava5mnyn" +"ava1amt" +"ava2amt" +"ava3amt" +"ava4amt" +"eret1mnyn" +"aret1mnyn" +"eret2mnyn" +"aret2mnyn" +"eret3mnyn" +"aret3mnyn" +"eret4mnyn" +"aret4mnyn" +"eret5mnyn" +"aret5mnyn" +"eret6mnyn" +"aret6mnyn" +"eret7mnyn" +"aret7mnyn" +"eret8mnyn" +"aret8mnyn" +"aret1amt" +"aret2amt" +"aret3amt" +"aret4amt" +"aret5amt" +"aret6amt" +"aret7amt" +"aret8amt" +"edis1mnyn" +"adis1mnyn" +"edis2mnyn" +"adis2mnyn" +"edis3mnyn" +"adis3mnyn" +"edis4mnyn" +"adis4mnyn" +"edis5mnyn" +"adis5mnyn" +"edis6mnyn" +"adis6mnyn" +"edis7mnyn" +"adis7mnyn" +"edis10mnyn" +"adis10mnyn" +"adis1amt" +"adis2amt" +"adis3amt" +"adis4amt" +"adis5amt" +"adis6amt" +"adis7amt" +"adis10amt" +"esur1mnyn" +"asur1mnyn" +"esur2mnyn" +"asur2mnyn" +"esur3mnyn" +"asur3mnyn" +"esur4mnyn" +"asur4mnyn" +"esur5mnyn" +"asur5mnyn" +"esur6mnyn" +"asur6mnyn" +"esur7mnyn" +"asur7mnyn" +"esur8mnyn" +"asur8mnyn" +"esur10mnyn" +"asur10mnyn" +"esur11mnyn" +"asur11mnyn" +"esur13mnyn" +"asur13mnyn" +"asur1amt" +"asur2amt" +"asur3amt" +"asur4amt" +"asur5amt" +"asur6amt" +"asur7amt" +"asur8amt" +"asur10amt" +"asur11amt" +"asur13amt" +"epr1bmonth" +"epr1emonth" +"epr1mth" +"epr2bmonth" +"epr2emonth" +"epr2mth" +"emc_bmonth" +"emc_emonth" +"ecrmth" +"emd_bmonth" +"emd_emonth" +"emdmth" +"eml_bmonth" +"eml_emonth" +"emlmth" +"eot_bmonth" +"eot_emonth" +"eotmth" +"eownins1" +"eownins2" +"aownins1" +"aownins2" +"ehemply1" +"ehemply2" +"ahemply1" +"ahemply2" +"ehicost1" +"ehicost2" +"ahicost1" +"ahicost2" +"ehiothr1" +"ehiothr2" +"ahiothr1" +"ahiothr2" +"ehi1who1" +"ehi2who1" +"ehi1who2" +"ehi2who2" +"ehi1who3" +"ehi1who4" +"ehi1who5" +"ahi1who" +"eprivplan1" +"eprivplan2" +"aprivplan1" +"aprivplan2" +"ehdedpln1" +"ehdedpln2" +"ahdedpln1" +"ahdedpln2" +"ehlthsav1" +"ehlthsav2" +"ahlthsav1" +"ahlthsav2" +"epriexch1" +"epriexch2" +"apriexch1" +"apriexch2" +"epriprem1" +"epriprem2" +"apriprem1" +"apriprem2" +"eprisubs1" +"eprisubs2" +"aprisubs1" +"aprisubs2" +"eprishop1" +"eprishop2" +"aprishop1" +"aprishop2" +"rpr1_cflg" +"rpr2_cflg" +"apr1_cflg" +"apr2_cflg" +"emcpart1" +"emcpart2" +"emcpart3" +"emcpart4" +"emcpart5" +"amcpart" +"rmc_cflg" +"amc_cflg" +"emdplan" +"amdplan" +"emdexch" +"amdexch" +"emdprem" +"amdprem" +"emdsubs" +"amdsubs" +"rmd_cflg" +"amd_cflg" +"emownins" +"amownins" +"emilitype" +"amilitype" +"emhiother" +"amhiother" +"emhiwho1" +"emhiwho2" +"emhiwho3" +"emhiwho4" +"emhiwho5" +"amhiwho" +"rml_cflg" +"aml_cflg" +"eothcovtype" +"aothcovtype" +"eothexch" +"aothexch" +"eothprem" +"aothprem" +"eothsubs" +"aothsubs" +"rot_cflg" +"aot_cflg" +"esscmnyn" +"asscmnyn" +"asscamt" +"esskdcovflg" +"asskdcovflg" +"esscadltptr" +"asscadltptr" +"esskidctr" +"asskidctr" +"euc1mnyn" +"auc1mnyn" +"euc2mnyn" +"auc2mnyn" +"euc3mnyn" +"auc3mnyn" +"auc1amt" +"auc2amt" +"auc3amt" +"esnap_bmonth" +"asnap_bmonth" +"esnap_emonth" +"asnap_emonth" +"esnap_own" +"asnap_own" +"rsnap_mnyn" +"asnap_mnyn" +"rsnap_cflg" +"asnap_cflg" +"rsnap_lcyr" +"asnap_lcyr" +"esnap_brsn" +"asnap_brsn" +"esnap_ersn" +"asnap_ersn" +"asnap_amt" +"ewic_bmonth" +"awic_bmonth" +"ewic_emonth" +"awic_emonth" +"ewic_own" +"awic_own" +"rwic_cflg" +"awic_cflg" +"awic_brsn" +"ewic_ersn" +"awic_ersn" +"awic_lcyr" +"rwic_mnyn" +"awic_mnyn" +"awic_amt" +"ewic_covtyp" +"awic_covtyp" +"etanf_bmonth" +"atanf_bmonth" +"etanf_emonth" +"atanf_emonth" +"etanf_own" +"atanf_own" +"rtanf_cflg" +"atanf_cflg" +"rtanf_lcyr" +"atanf_lcyr" +"atanf_brsn" +"atanf_ersn" +"rtanf_mnyn" +"atanf_mnyn" +"atanf_amt" +"etanf_covtyp" +"atanf_covtyp" +"etanf_ptcs" +"atanf_ptcs" +"efccmnyn" +"afccmnyn" +"afccamt" +"ecsmnyn" +"acsmnyn" +"acsamt" +"ealimnyn" +"aalimnyn" +"aaliamt" +"ega_bmonth" +"aga_bmonth" +"ega_emonth" +"aga_emonth" +"ega_own" +"aga_own" +"rga_cflg" +"aga_cflg" +"aga_lcyr" +"ega_brsn" +"aga_brsn" +"ega_ersn" +"aga_ersn" +"rga_mnyn" +"aga_mnyn" +"aga_amt" +"ewelac_mnyn" +"awelac_mnyn" +"essi_bmonth" +"assi_bmonth" +"essi_emonth" +"assi_emonth" +"assi_cflg" +"assi_lcyr" +"essi_brsn" +"assi_brsn" +"assi_ersn" +"essi_src1" +"assi_src1" +"assi_src2" +"assi_amt" +"essi_own" +"assi_own" +"rssi_mnyn" +"assi_mnyn" +"esssmnyn" +"asssmnyn" +"asssamt" +"rihsmth" +"aihsmth" +"rothcovmth" +"aothcovmth" +"rprimth" +"aprimth" +"rpritype1" +"rpritype2" +"rpritype3" +"apritype1" +"apritype2" +"apritype3" +"rpubmth" +"apubmth" +"rpubtype1" +"rpubtype2" +"rpubtype3" +"apubtype1" +"apubtype2" +"apubtype3" +"rhlthmth" +"ahlthmth" +"rmarktplace" +"amarktplace" +"eedbmonth" +"eedemonth" +"aedmonth" +"eedgrade" +"aedgrade" +"eedtype" +"aedtype" +"red_cflg" +"aed_cflg" +"eedcred" +"aedcred" +"eedftpt" +"aedftpt" +"eedheadst" +"aedheadst" +"eedprdnum" +"eedgrep" +"aedgrep" +"renroll" +"eedenroll" +"aenroll" +"apprpinc" +"aptrninc" +"apscininc" +"apothinc" +"aptotinc" +"ahtotinc" +"aftotinc" +"aftotinct2" +"ahtotinct2" +"rfpov" +"rfpovt2" +"rhpov" +"rhpovt2" +"echld_mnyn" +"achld_mnyn" +"rin_univ" +"tage_fb" +"rregion_intv" +"tmetro_intv" +"tst_intv" +"tehc_st" +"tehc_metro" +"tnj_occ" +"tjb1_occ" +"tjb2_occ" +"tjb3_occ" +"tjb4_occ" +"tjb5_occ" +"tjb6_occ" +"tnj_ind" +"tjb1_ind" +"tjb2_ind" +"tjb3_ind" +"tjb4_ind" +"tjb5_ind" +"tjb6_ind" +"tjb1_empall" +"tjb2_empall" +"tjb3_empall" +"tjb4_empall" +"tjb5_empall" +"tjb1_empb" +"tjb2_empb" +"tjb3_empb" +"tjb4_empb" +"tjb5_empb" +"tprvlvqrt" +"tresdur" +"tga_lcyr" +"tssi_src2" +"tssi_ersn" +"ttanf_brsn" +"ttanf_ersn" +"twic_brsn" +"twic_lcyr" +"tssi_cflg" +"tjb1_wsbeg" +"tjb2_wsbeg" +"tjb3_wsbeg" +"tjb4_wsbeg" +"tjb5_wsbeg" +"tjb6_wsbeg" +"tjb1_wsend" +"tjb2_wsend" +"tjb3_wsend" +"tjb4_wsend" +"tjb5_wsend" +"tjb6_wsend" +"tmover" +"amover" +"tehc_region" +"aehc_region" +"tbornplace" +"aregion_intv" +"ast_intv" +"ametro_intv" +"tlang1" +"tbiodadnat" +"tbiomomnat" +"timstat" +"trace" +"tvadisrate" +"tnum_cbu" +"thhldstatus" +"tdis1_cflg" +"tdis2_cflg" +"tdis6_cflg" +"tdis10_cflg" +"tfcc_cflg" +"tret1_cflg" +"tret2_cflg" +"tret3_cflg" +"tret5_cflg" +"tret6_cflg" +"tret7_cflg" +"tret8_cflg" +"tsur1_cflg" +"tsur4_cflg" +"tsur5_cflg" +"tsur6_cflg" +"tsur7_cflg" +"tsur8_cflg" +"tsur10_cflg" +"tsur11_cflg" +"tsur13_cflg" +"tva1_cflg" +"tva2_cflg" +"tva4_cflg" +"tva5_cflg" +"tlivqtr" +"tprloan_num" +"tmhloan_num" +"tveh2_year" +"tveh3_year" +"tehc_mvyr" +"tjb1_strtyr" +"tjb2_strtyr" +"tjb3_strtyr" +"tjb4_strtyr" +"tjb5_strtyr" +"tjb1_annsal1" +"tannual_med" +"tannual_std" +"tjb2_annsal1" +"tjb3_annsal1" +"tjb4_annsal1" +"tjb1_annsal2" +"tjb2_annsal2" +"tjb3_annsal2" +"tjb1_annsal3" +"tjb2_annsal3" +"tjb3_annsal3" +"tjb1_hourly1" +"thourly_mean" +"thourly_std" +"tjb2_hourly1" +"tjb3_hourly1" +"tjb4_hourly1" +"tjb5_hourly1" +"tjb1_hourly2" +"tjb2_hourly2" +"tjb3_hourly2" +"tjb1_hourly3" +"tjb2_hourly3" +"tjb3_hourly3" +"tjb1_wkly1" +"twkly_med" +"twkly_std" +"tjb2_wkly1" +"tjb3_wkly1" +"tjb4_wkly1" +"tjb1_wkly2" +"tjb2_wkly2" +"tjb3_wkly2" +"tjb1_wkly3" +"tjb2_wkly3" +"tjb3_wkly3" +"tjb1_bwkly1" +"tbwkly_med" +"tbwkly_std" +"tjb2_bwkly1" +"tjb3_bwkly1" +"tjb4_bwkly1" +"tjb5_bwkly1" +"tjb1_bwkly2" +"tjb2_bwkly2" +"tjb3_bwkly2" +"tjb5_bwkly2" +"tjb1_bwkly3" +"tjb2_bwkly3" +"tjb1_mthly1" +"tmthly_med" +"tmthly_std" +"tjb2_mthly1" +"tjb3_mthly1" +"tjb4_mthly1" +"tjb1_mthly2" +"tjb2_mthly2" +"tjb3_mthly2" +"tjb1_mthly3" +"tjb1_smthly1" +"tsmthly_med" +"tsmthly_std" +"tjb2_smthly1" +"tjb3_smthly1" +"tjb1_smthly2" +"tjb2_smthly2" +"tjb3_smthly2" +"tjb1_smthly3" +"tjb1_other1" +"tother_med" +"tother_std" +"tjb2_other1" +"tjb3_other1" +"tjb4_other1" +"tjb1_other2" +"tjb2_other2" +"tjb3_other2" +"tjb1_other3" +"tjb1_gamt1" +"tgamt_med" +"tgamt_std" +"tjb2_gamt1" +"tjb3_gamt1" +"tjb4_gamt1" +"tjb1_jobhrs1" +"tjb2_jobhrs1" +"tjb3_jobhrs1" +"tjb4_jobhrs1" +"tjb5_jobhrs1" +"tjb6_jobhrs1" +"tjb1_jobhrs2" +"tjb2_jobhrs2" +"tjb3_jobhrs2" +"tjb4_jobhrs2" +"tjb5_jobhrs2" +"tjb1_jobhrs3" +"tjb2_jobhrs3" +"tjb3_jobhrs3" +"tjb1_oincamt" +"toinc_med" +"toinc_std" +"tjb2_oincamt" +"tjb3_oincamt" +"tjb1_pvparkc" +"tjb2_pvparkc" +"tjb3_pvparkc" +"tjb4_pvparkc" +"tjb1_pvothrc" +"tjb2_pvothrc" +"tjb3_pvothrc" +"tjb4_pvothrc" +"tjb1_pvoexpc" +"tjb2_pvoexpc" +"tjb3_pvoexpc" +"tjb4_pvoexpc" +"tjb5_pvoexpc" +"tt2inc1" +"tt2inc_med" +"tt2inc_std" +"tt2inc2" +"tt2inc3" +"tt2inc4" +"tt2inc5" +"tt2inc6" +"tt2inc7" +"tt2inc8" +"tt2inc9" +"tt2inc10" +"tjb1_pvmile" +"tjb2_pvmile" +"tjb3_pvmile" +"tjb4_pvmile" +"tjb5_pvmile" +"tjb6_pvmile" +"tjb1_imbmic" +"tjb2_imbmic" +"tjb3_imbmic" +"tjb1_pvtime" +"tjb2_pvtime" +"tjb3_pvtime" +"tjb4_pvtime" +"tjb5_pvtime" +"tjb6_pvtime" +"tdepndntexp" +"tva2amt" +"tva3amt" +"tva4amt" +"twcamt" +"tlmpamt" +"trollamt" +"tdeferamt" +"tdis1amt" +"tdis2amt" +"tdis3amt" +"tdis4amt" +"tdis5amt" +"tdis6amt" +"tdis7amt" +"tdis10amt" +"tlifeamt" +"tret1amt" +"tret2amt" +"tret3amt" +"tret4amt" +"tret5amt" +"tret7amt" +"tret8amt" +"tsur1amt" +"tsur2amt" +"tsur3amt" +"tsur4amt" +"tsur5amt" +"tsur6amt" +"tsur7amt" +"tsur8amt" +"tsur10amt" +"tsur11amt" +"tsur13amt" +"tpartotamt" +"tkidtotamt" +"tortotamt" +"textotamt" +"tnrtotamt" +"tssi_lcyr" +"tsscamt" +"tfccamt" +"tcsamt" +"taliamt" +"tamountpaid" +"tminc_amt" +"tsspartcamt" +"tsspartcpd" +"tsspartdamt" +"tsspartdpd" +"tnumnrsup" +"tnumkids" +"thipayc" +"thipayc_med" +"thipayc_std" +"thipays" +"thipays_med" +"thipays_std" +"totcmdpay" +"totcpay_med" +"totcpay_std" +"tmdpay" +"tmdpay_med" +"tmdpay_std" +"tdaysick" +"tdaysick_med" +"tdaysick_std" +"thospnit" +"thospnit_med" +"thospnit_std" +"tvisdent" +"tvisdent_med" +"tvisdent_std" +"tvisdoc" +"tvisdoc_med" +"tvisdoc_std" +"tdocnum" +"tdocnum_med" +"tdocnum_std" +"tirakeoval" +"tirakeo_med" +"tirakeo_std" +"tthr401val" +"tth401_med" +"tth401_std" +"tjsgovsinc" +"tjsgvnc_med" +"tjsgvnc_std" +"tjogovsinc" +"tjogvnc_med" +"tjogvnc_std" +"togovsinc" +"togvnc_med" +"togvnc_std" +"tjssavinc" +"tjssvnc_med" +"tjssvnc_std" +"tjosavinc" +"tjosvnc_med" +"tjosvnc_std" +"tosavinc" +"tosvnc_med" +"tosvnc_std" +"tjsmminc" +"tjsmmnc_med" +"tjsmmnc_std" +"tjomminc" +"tjommnc_med" +"tjommnc_std" +"tomminc" +"tommnc_med" +"tommnc_std" +"tjscdinc" +"tjscdnc_med" +"tjscdnc_std" +"tjocdinc" +"tjocdnc_med" +"tjocdnc_std" +"tocdinc" +"tocdnc_med" +"tocdnc_std" +"tjsmcbdinc" +"tjsbdnc_med" +"tjsbdnc_std" +"tjomcbdinc" +"tjobdnc_med" +"tjobdnc_std" +"tomcbdinc" +"tobdnc_med" +"tobdnc_std" +"tjschkval" +"tjsckvl_med" +"tjsckvl_std" +"tjochkval" +"tjockvl_med" +"tjockvl_std" +"tochkval" +"tockvl_med" +"tockvl_std" +"tjssavval" +"tjssvvl_med" +"tjssvvl_std" +"tjosavval" +"tjosvvl_med" +"tjosvvl_std" +"tosavval" +"tosvvl_med" +"tosvvl_std" +"tjsmmval" +"tjsmmvl_med" +"tjsmmvl_std" +"tjommval" +"tjommvl_med" +"tjommvl_std" +"tommval" +"tommvl_med" +"tommvl_std" +"tjscdval" +"tjscdvl_med" +"tjscdvl_std" +"tjocdval" +"tjocdvl_med" +"tjocdvl_std" +"tocdval" +"tocdvl_med" +"tocdvl_std" +"tjsgovsval" +"tjsgvvl_med" +"tjsgvvl_std" +"tjogovsval" +"tjogvvl_med" +"tjogvvl_std" +"togovsval" +"togvvl_med" +"togvvl_std" +"tjsmcbdval" +"tjsbdvl_med" +"tjsbdvl_std" +"tjomcbdval" +"tjobdvl_med" +"tjobdvl_std" +"tomcbdval" +"tobdvl_med" +"tobdvl_std" +"tjsmfinc" +"tjsmfnc_med" +"tjsmfnc_std" +"tjomfinc" +"tjomfnc_med" +"tjomfnc_std" +"tomfinc" +"tomfnc_med" +"tomfnc_std" +"tjsstinc" +"tjsstnc_med" +"tjsstnc_std" +"tjostinc" +"tjostnc_med" +"tjostnc_std" +"tostinc" +"tostnc_med" +"tostnc_std" +"tjsmfval" +"tjsmfvl_med" +"tjsmfvl_std" +"tjomfval" +"tjomfvl_med" +"tjomfvl_std" +"tomfval" +"tomfvl_med" +"tomfvl_std" +"tjsstval" +"tjsstvl_med" +"tjsstvl_std" +"tjostval" +"tjostvl_med" +"tjostvl_std" +"tostval" +"tostvl_med" +"tostvl_std" +"tmhval" +"tmhval_med" +"tmhval_std" +"tprval" +"tprval_med" +"tprval_std" +"trentmort" +"trntmt_med" +"trntmt_std" +"tutils" +"tutils_med" +"tutils_std" +"tlife_fval" +"tfval_med" +"tfval_std" +"tlife_cval" +"tcval_med" +"tcval_std" +"tesav1val" +"tesav_med" +"tesav_std" +"tesav2val" +"tesav3val" +"tjsrpgroinc" +"tjsgrnc_med" +"tjsgrnc_std" +"tjorpgroinc" +"tjogrnc_med" +"tjogrnc_std" +"torpgroinc" +"togrnc_med" +"togrnc_std" +"tjsrpnetinc" +"tjsnet_bmed" +"tjsnet_bstd" +"tjsnet_tmed" +"tjsnet_tstd" +"tjorpnetinc" +"tjonet_bmed" +"tjonet_bstd" +"tjonet_tmed" +"tjonet_tstd" +"torpnetinc" +"tonet_bmed" +"tonet_bstd" +"tonet_tmed" +"tonet_tstd" +"tjsrpval" +"tjsrpvl_med" +"tjsrpvl_std" +"tjorpval" +"tjorpvl_med" +"tjorpvl_std" +"torpval" +"torpvl_med" +"torpvl_std" +"tjsrpdebtval" +"tjsrpdt_med" +"tjsrpdt_std" +"tjorpdebtval" +"tjorpdt_med" +"tjorpdt_std" +"torpdebtval" +"torpdt_med" +"torpdt_std" +"tjsreval" +"tjsrevl_med" +"tjsrevl_std" +"tjoreval" +"tjorevl_med" +"tjorevl_std" +"toreval" +"torevl_med" +"torevl_std" +"tjsredebtval" +"tjsredt_med" +"tjsredt_std" +"tjoredebtval" +"tjoredt_med" +"tjoredt_std" +"toredebtval" +"toredt_med" +"toredt_std" +"tveh1_year" +"tveh1debtval" +"tvehdt_med" +"tvehdt_std" +"tveh2debtval" +"tveh3debtval" +"tmcycval" +"tmcycvl_med" +"tmcycvl_std" +"tboatval" +"tboatvl_med" +"tboatvl_std" +"trvval" +"trvvl_med" +"trvvl_std" +"torecval" +"trecvl_med" +"trecvl_std" +"tmcycdebtval" +"tmcycdt_med" +"tmcycdt_std" +"tboatdebtval" +"tboatdt_med" +"tboatdt_std" +"trvdebtval" +"trvdt_med" +"trvdt_std" +"torecdebtval" +"trecdt_med" +"trecdt_std" +"tanninc" +"tanninc_med" +"tanninc_std" +"tannval" +"tannval_med" +"tannval_std" +"ttrinc" +"ttrinc_med" +"ttrinc_std" +"ttrval" +"ttrval_med" +"ttrval_std" +"tbsj1val" +"tbsjvl_med" +"tbsjvl_std" +"tbsj2val" +"tbsj3val" +"tbsj4val" +"tbsj5val" +"tbsi1val" +"tbsivl_med" +"tbsivl_std" +"tbsi2val" +"tbsi3val" +"tbsj1debtval" +"tbsjdt_med" +"tbsjdt_std" +"tbsj2debtval" +"tbsj3debtval" +"tbsj4debtval" +"tbsj5debtval" +"tbsi1debtval" +"tbsidt_med" +"tbsidt_std" +"tbsi2debtval" +"tbsi3debtval" +"toinvinc" +"toinv_bmed" +"toinv_bstd" +"toinv_tmed" +"toinv_tstd" +"toinvval" +"toinvvl_med" +"toinvvl_std" +"tjsccdebtval" +"tjsccdt_med" +"tjsccdt_std" +"toccdebtval" +"toccdt_med" +"toccdt_std" +"tjseddebtval" +"tjseddt_med" +"tjseddt_std" +"toeddebtval" +"toeddt_med" +"toeddt_std" +"tjsotdebtval" +"tjsotdt_med" +"tjsotdt_std" +"tootdebtval" +"tootdt_med" +"tootdt_std" +"tveh1val" +"tvehvl_med" +"tvehvl_std" +"tveh2val" +"tveh3val" +"tbus_inv_num" +"tveh_num" +"tpaywk" +"tceb" +"tmpf_yr" +"tesav_num" +"tmed_amt" +"tmed_amt_med" +"tmed_amt_std" +"tochkinc" +"tockinc_med" +"tockinc_std" +"tjochkinc" +"tjockinc_med" +"tjockinc_std" +"tjschkinc" +"tjsckinc_med" +"tjsckinc_std" +"tage" +"tdob_byear" +"tage_ehc" +"trmu_amt1" +"trmu_amt2" +"trmu_amt3" +"tprloanamt" +"tprloan_med" +"tprloan_std" +"tmhloanamt" +"tmhloan_med" +"tmhloan_std" +"tprloan1yrs" +"tprloan2yrs" +"tt2_age1" +"tt2_age2" +"tt2_age3" +"tt2_age4" +"tt2_age5" +"tt2_age6" +"tt2_age7" +"tt2_age8" +"tt2_age9" +"tt2_age10" +"tyrcurrmarr" +"tyrfirstmarr" +"tyrentry" +"tcbyr_1" +"tcbyr_2" +"tcbyr_3" +"tcbyr_4" +"tcbyr_5" +"tcbyr_6" +"tyear_fb" +"tssagess" +"tva1amt" +"tuc1amt" +"tuc2amt" +"tuc3amt" +"tsssamt" +"tret6amt" +"ttanf_amt" +"tga_amt" +"tssi_amt" +"tsnap_amt" +"twic_amt" +"tjb1_cxamt" +"tcxamt_med" +"tcxamt_std" +"tjb2_cxamt" +"tjb3_cxamt" +"tjb4_cxamt" +"tjb5_cxamt" +"tjb1_txamt" +"ttxamt_med" +"ttxamt_std" +"tjb2_txamt" +"tjb3_txamt" +"tjb4_txamt" +"tjb1_oxamt" +"toxamt_med" +"toxamt_std" +"tjb2_oxamt" +"tjb3_oxamt" +"tjb1_bxamt" +"tbxamt_med" +"tbxamt_std" +"tjb2_bxamt" +"tjb3_bxamt" +"tjb4_bxamt" +"tpvmile" +"treimbmic" +"tpvparkc" +"tpvoexpc" +"tpvothrc" +"tjb1_wksum1" +"tjb2_wksum1" +"tjb3_wksum1" +"tjb4_wksum1" +"tjb5_wksum1" +"tjb6_wksum1" +"tjb1_wksum2" +"tjb2_wksum2" +"tjb3_wksum2" +"tjb4_wksum2" +"tjb5_wksum2" +"tjb6_wksum2" +"tjb1_wksum3" +"tjb2_wksum3" +"tjb3_wksum3" +"tjb4_wksum3" +"tjb5_wksum3" +"tjb6_wksum3" +"tjb1_wksum4" +"tjb2_wksum4" +"tjb3_wksum4" +"tjb4_wksum4" +"tjb5_wksum4" +"tjb6_wksum4" +"tjb1_wksum5" +"tjb2_wksum5" +"tjb3_wksum5" +"tjb4_wksum5" +"tjb5_wksum5" +"tjb1_msum" +"tjb2_msum" +"tjb3_msum" +"tjb4_msum" +"tjb5_msum" +"tjb6_msum" +"tjb1_wkhrs1" +"tjb2_wkhrs1" +"tjb3_wkhrs1" +"tjb4_wkhrs1" +"tjb5_wkhrs1" +"tjb6_wkhrs1" +"tjb1_wkhrs2" +"tjb2_wkhrs2" +"tjb3_wkhrs2" +"tjb4_wkhrs2" +"tjb5_wkhrs2" +"tjb6_wkhrs2" +"tjb1_wkhrs3" +"tjb2_wkhrs3" +"tjb3_wkhrs3" +"tjb4_wkhrs3" +"tjb5_wkhrs3" +"tjb6_wkhrs3" +"tjb1_wkhrs4" +"tjb2_wkhrs4" +"tjb3_wkhrs4" +"tjb4_wkhrs4" +"tjb5_wkhrs4" +"tjb6_wkhrs4" +"tjb1_wkhrs5" +"tjb2_wkhrs5" +"tjb3_wkhrs5" +"tjb4_wkhrs5" +"tjb5_wkhrs5" +"twkhrs1" +"twkhrs2" +"twkhrs3" +"twkhrs4" +"twkhrs5" +"tjb1_mwkhrs" +"tjb2_mwkhrs" +"tjb3_mwkhrs" +"tjb4_mwkhrs" +"tjb5_mwkhrs" +"tjb6_mwkhrs" +"tmwkhrs" +"tjb1_prftb" +"tjb2_prftb" +"tjb3_prftb" +"tjb4_prftb" +"tjb5_prftb" +"tpearn" +"tjb1_msumalt" +"tjb2_msumalt" +"tjb3_msumalt" +"tjb4_msumalt" +"tjb5_msumalt" +"tjb6_msumalt" +"tpearn_alt" +"tinc_bank" +"tval_bank" +"tinc_stmf" +"tval_stmf" +"tinc_bond" +"tval_bond" +"tinc_rent" +"tval_rent" +"tdebt_rent" +"teq_rent" +"tval_re" +"tdebt_re" +"teq_re" +"tdebt_cc" +"tdebt_ed" +"tdebt_ot" +"tdebt_usec" +"tinc_oth" +"tval_oth" +"tinc_ast" +"tval_ret" +"tval_bus" +"tdebt_bus" +"teq_bus" +"tval_home" +"tdebt_home" +"teq_home" +"tval_veh" +"tdebt_veh" +"teq_veh" +"tval_esav" +"tval_rmu" +"tdebt_sec" +"tval_ast" +"tdebt_ast" +"tnetworth" +"thinc_bank" +"thval_bank" +"thinc_stmf" +"thval_stmf" +"thinc_bond" +"thval_bond" +"thinc_rent" +"thval_rent" +"thdebt_rent" +"theq_rent" +"thval_re" +"thdebt_re" +"theq_re" +"thinc_oth" +"thval_oth" +"thinc_ast" +"thval_ret" +"thval_bus" +"thdebt_bus" +"theq_bus" +"thdebt_cc" +"thdebt_ed" +"thdebt_ot" +"thdebt_usec" +"thval_home" +"thdebt_home" +"theq_home" +"thval_veh" +"thdebt_veh" +"theq_veh" +"thval_esav" +"thval_rmu" +"thdebt_sec" +"thval_ast" +"thdebt_ast" +"thnetworth" +"tpprpinc" +"tptrninc" +"tpscininc" +"tpothinc" +"tptotinc" +"thtotinc" +"tftotinc" +"tftotinct2" +"thtotinct2" +"tfincpov" +"thincpov" +"tfincpovt2" +"thincpovt2" +"tfcyincpov" +"tfcyincpovt2" +"thcyincpov" +"thcyincpovt2" +"aprloan3yrs" +"eprloan3rate" +"aprloan3rate" +"eprloan3fxvr" +"aprloan3fxvr" +"eprloan3type" +"aprloan3type" +"emhloan3site" +"amhloan3site" +"emcycowner3" +"amcycowner3" +"eboatowner3" +"aboatowner3" +"ervowner3" +"arvowner3" +"eaf9" +"aaf9" +"ava3_cflg" +"aret4_cflg" +"adis3_cflg" +"adis4_cflg" +"adis5_cflg" +"adis7_cflg" +"adis8_cflg" +"adis9_cflg" +"asur2_cflg" +"asur3_cflg" +"asur9_cflg" +"asur12_cflg" +"ruc3_cflg" +"auc3_cflg" +"ebsj6perown" +"ebsj7perown" +"absj6perown" +"absj7perown" +"absj6val" +"absj7val" +"absj6debtval" +"absj7debtval" +"enur" +"anur" +"rnur" +"arnur" +"enurhs" +"anurhs" +"rnurhs" +"arnurhs" +"acbyr_7" +"acbyr_8" +"acbyr_9" +"acbyr_10" +"acbyr_11" +"acbyr_12" +"acbyr_13" +"acbyr_14" +"acbyr_15" +"acbyr_16" +"acbyr_17" +"acbyr_18" +"acbyr_19" +"acbyr_20" +"rpnchild11" +"rpnchild12" +"rpnchild13" +"rpnchild14" +"rpnchild15" +"rpnchild16" +"rpnchild17" +"rpnchild18" +"rpnchild19" +"rchtyp11" +"rchtyp12" +"rchtyp13" +"rchtyp14" +"rchtyp15" +"rchtyp16" +"rchtyp17" +"rchtyp18" +"rchtyp19" +"rrel18" +"rrel19" +"rrel20" +"rrel21" +"rrel22" +"rrel23" +"rrel24" +"rrel25" +"rrel26" +"rrel27" +"rrel28" +"rrel29" +"rrel30" +"rrel_pnum18" +"rrel_pnum19" +"rrel_pnum20" +"rrel_pnum21" +"rrel_pnum22" +"rrel_pnum23" +"rrel_pnum24" +"rrel_pnum25" +"rrel_pnum26" +"rrel_pnum27" +"rrel_pnum28" +"rrel_pnum29" +"rrel_pnum30" +"ejb7_bmonth" +"ejb7_emonth" +"ajb7_bmonth" +"ajb7_emonth" +"rjb7_cflg" +"ajb7_cflg" +"ejb7_endwk" +"ajb7_endwk" +"ejb7_jborse" +"ajb7_jborse" +"ejb5_conchk" +"ejb6_conchk" +"ejb7_conchk" +"ajb5_conchk" +"ajb6_conchk" +"ajb7_conchk" +"ejb6_strtjan" +"ejb7_strtjan" +"ajb6_strtjan" +"ajb7_strtjan" +"ejb7_startwk" +"ajb7_startwk" +"ajb6_strtyr" +"ajb7_strtyr" +"ejb6_strtmon" +"ejb7_strtmon" +"ajb6_strtmon" +"ajb7_strtmon" +"ejb7_rsend" +"ajb7_rsend" +"ejb7_rendb" +"ajb7_rendb" +"ajb7_ind" +"ajb7_occ" +"ejb7_incpb" +"ajb7_incpb" +"ejb7_clwrk" +"ajb7_clwrk" +"ejb7_union" +"ajb7_union" +"ejb7_cntrc" +"ajb7_cntrc" +"ejb7_emploc" +"ajb7_emploc" +"ejb7_empsize" +"ajb7_empsize" +"ajb6_empall" +"ajb7_empall" +"ajb6_empb" +"ajb7_empb" +"ejb7_propb" +"ajb7_propb" +"ejb5_hprtb" +"ejb6_hprtb" +"ejb7_hprtb" +"ajb5_hprtb" +"ajb6_hprtb" +"ajb7_hprtb" +"ejb5_partb1" +"ejb6_partb1" +"ejb7_partb1" +"ajb5_partb1" +"ajb6_partb1" +"ajb7_partb1" +"ejb2_partb2" +"ejb4_partb2" +"ejb5_partb2" +"ejb6_partb2" +"ejb7_partb2" +"ajb2_partb2" +"ajb4_partb2" +"ajb5_partb2" +"ajb6_partb2" +"ajb7_partb2" +"ejb1_partb3" +"ejb2_partb3" +"ejb3_partb3" +"ejb4_partb3" +"ejb5_partb3" +"ejb6_partb3" +"ejb7_partb3" +"ajb1_partb3" +"ajb2_partb3" +"ajb3_partb3" +"ajb4_partb3" +"ajb5_partb3" +"ajb6_partb3" +"ajb7_partb3" +"ejb7_bslryb" +"ajb7_bslryb" +"ejb7_typpay1" +"ejb7_typpay2" +"ejb7_typpay3" +"ejb7_typpay4" +"ejb7_typpay5" +"ajb7_typpay1" +"ajb7_typpay2" +"ajb7_typpay3" +"ajb7_typpay4" +"ajb7_typpay5" +"ejb7_chearn1" +"ajb7_chearn1" +"ejb6_chearn2" +"ejb7_chearn2" +"ajb6_chearn2" +"ajb7_chearn2" +"ejb4_cherwk1" +"ejb6_cherwk1" +"ejb7_cherwk1" +"ajb4_cherwk1" +"ajb6_cherwk1" +"ajb7_cherwk1" +"ejb4_cherwk2" +"ejb5_cherwk2" +"ejb6_cherwk2" +"ejb7_cherwk2" +"ajb4_cherwk2" +"ajb5_cherwk2" +"ajb6_cherwk2" +"ajb7_cherwk2" +"ejb4_chermn1" +"ejb6_chermn1" +"ejb7_chermn1" +"ajb4_chermn1" +"ajb6_chermn1" +"ajb7_chermn1" +"ejb4_chermn2" +"ejb5_chermn2" +"ejb6_chermn2" +"ejb7_chermn2" +"ajb4_chermn2" +"ajb5_chermn2" +"ajb6_chermn2" +"ajb7_chermn2" +"ejb7_chhour1" +"ajb7_chhour1" +"ejb6_chhour2" +"ejb7_chhour2" +"ajb6_chhour2" +"ajb7_chhour2" +"ejb6_chhowk1" +"ejb7_chhowk1" +"ajb6_chhowk1" +"ajb7_chhowk1" +"ejb4_chhowk2" +"ejb5_chhowk2" +"ejb6_chhowk2" +"ejb7_chhowk2" +"ajb4_chhowk2" +"ajb5_chhowk2" +"ajb6_chhowk2" +"ajb7_chhowk2" +"ejb6_chhomn1" +"ejb7_chhomn1" +"ajb6_chhomn1" +"ajb7_chhomn1" +"ejb4_chhomn2" +"ejb5_chhomn2" +"ejb6_chhomn2" +"ejb7_chhomn2" +"ajb4_chhomn2" +"ajb5_chhomn2" +"ajb6_chhomn2" +"ajb7_chhomn2" +"ajb7_jobhrs1" +"ajb6_jobhrs2" +"ajb7_jobhrs2" +"ajb4_jobhrs3" +"ajb5_jobhrs3" +"ajb6_jobhrs3" +"ajb7_jobhrs3" +"ejb7_ptresn1" +"ejb6_ptresn2" +"ejb7_ptresn2" +"ejb1_ptresn3" +"ejb2_ptresn3" +"ejb3_ptresn3" +"ejb4_ptresn3" +"ejb5_ptresn3" +"ejb6_ptresn3" +"ejb7_ptresn3" +"ajb7_ptresn1" +"ajb6_ptresn2" +"ajb7_ptresn2" +"ajb1_ptresn3" +"ajb2_ptresn3" +"ajb3_ptresn3" +"ajb4_ptresn3" +"ajb5_ptresn3" +"ajb6_ptresn3" +"ajb7_ptresn3" +"enj_flkmn3" +"enj_flkmn4" +"enj_tlkmn3" +"enj_tlkmn4" +"anj_flkmn3" +"anj_flkmn4" +"anj_tlkmn3" +"anj_tlkmn4" +"enj_lkctflg3" +"enj_lkctflg4" +"anj_lkctflg3" +"anj_lkctflg4" +"enj_flkwk3" +"enj_flkwk4" +"enj_tlkwk3" +"enj_tlkwk4" +"anj_flkwk3" +"anj_flkwk4" +"anj_tlkwk3" +"anj_tlkwk4" +"ejb6_payhr1" +"ejb7_payhr1" +"ajb6_payhr1" +"ajb7_payhr1" +"ejb4_payhr2" +"ejb6_payhr2" +"ejb7_payhr2" +"ajb4_payhr2" +"ajb6_payhr2" +"ajb7_payhr2" +"ejb1_payhr3" +"ejb2_payhr3" +"ejb3_payhr3" +"ejb4_payhr3" +"ejb5_payhr3" +"ejb6_payhr3" +"ejb7_payhr3" +"ajb1_payhr3" +"ajb2_payhr3" +"ajb3_payhr3" +"ajb4_payhr3" +"ajb5_payhr3" +"ajb6_payhr3" +"ajb7_payhr3" +"ajb5_annsal1" +"ajb6_annsal1" +"ajb7_annsal1" +"ajb6_hourly1" +"ajb7_hourly1" +"ajb5_wkly1" +"ajb6_wkly1" +"ajb7_wkly1" +"ajb6_bwkly1" +"ajb7_bwkly1" +"ajb5_mthly1" +"ajb6_mthly1" +"ajb7_mthly1" +"ajb4_smthly1" +"ajb5_smthly1" +"ajb6_smthly1" +"ajb7_smthly1" +"ajb5_other1" +"ajb6_other1" +"ajb7_other1" +"ajb5_gamt1" +"ajb6_gamt1" +"ajb7_gamt1" +"ajb4_annsal2" +"ajb5_annsal2" +"ajb6_annsal2" +"ajb7_annsal2" +"ajb4_hourly2" +"ajb5_hourly2" +"ajb6_hourly2" +"ajb7_hourly2" +"ajb4_wkly2" +"ajb5_wkly2" +"ajb6_wkly2" +"ajb7_wkly2" +"ajb4_bwkly2" +"ajb6_bwkly2" +"ajb7_bwkly2" +"ajb4_mthly2" +"ajb5_mthly2" +"ajb6_mthly2" +"ajb7_mthly2" +"ajb4_smthly2" +"ajb5_smthly2" +"ajb6_smthly2" +"ajb7_smthly2" +"ajb4_other2" +"ajb5_other2" +"ajb6_other2" +"ajb7_other2" +"ajb4_annsal3" +"ajb5_annsal3" +"ajb6_annsal3" +"ajb7_annsal3" +"ajb4_hourly3" +"ajb5_hourly3" +"ajb6_hourly3" +"ajb7_hourly3" +"ajb4_wkly3" +"ajb5_wkly3" +"ajb6_wkly3" +"ajb7_wkly3" +"ajb3_bwkly3" +"ajb4_bwkly3" +"ajb5_bwkly3" +"ajb6_bwkly3" +"ajb7_bwkly3" +"ajb2_mthly3" +"ajb3_mthly3" +"ajb4_mthly3" +"ajb5_mthly3" +"ajb6_mthly3" +"ajb7_mthly3" +"ajb2_smthly3" +"ajb3_smthly3" +"ajb4_smthly3" +"ajb5_smthly3" +"ajb6_smthly3" +"ajb7_smthly3" +"ajb2_other3" +"ajb3_other3" +"ajb4_other3" +"ajb5_other3" +"ajb6_other3" +"ajb7_other3" +"ejb6_netgro1" +"ejb7_netgro1" +"ajb6_netgro1" +"ajb7_netgro1" +"ejb4_netgro2" +"ejb6_netgro2" +"ejb7_netgro2" +"ajb4_netgro2" +"ajb6_netgro2" +"ajb7_netgro2" +"ejb5_netgro3" +"ejb6_netgro3" +"ejb7_netgro3" +"ajb5_netgro3" +"ajb6_netgro3" +"ajb7_netgro3" +"ejb5_bxmth" +"ejb6_bxmth" +"ejb7_bxmth" +"ajb5_bxmth" +"ajb6_bxmth" +"ajb7_bxmth" +"ajb5_bxamt" +"ajb6_bxamt" +"ajb7_bxamt" +"ejb6_cexpay" +"ejb7_cexpay" +"ajb6_cexpay" +"ajb7_cexpay" +"ejb5_cxmth" +"ejb6_cxmth" +"ejb7_cxmth" +"ajb5_cxmth" +"ajb6_cxmth" +"ajb7_cxmth" +"ajb6_cxamt" +"ajb7_cxamt" +"ejb5_texpay" +"ejb6_texpay" +"ejb7_texpay" +"ajb5_texpay" +"ajb6_texpay" +"ajb7_texpay" +"ejb4_txmth" +"ejb5_txmth" +"ejb6_txmth" +"ejb7_txmth" +"ajb4_txmth" +"ajb5_txmth" +"ajb6_txmth" +"ajb7_txmth" +"ajb5_txamt" +"ajb6_txamt" +"ajb7_txamt" +"ejb4_oexpay" +"ejb5_oexpay" +"ejb6_oexpay" +"ejb7_oexpay" +"ajb4_oexpay" +"ajb5_oexpay" +"ajb6_oexpay" +"ajb7_oexpay" +"ejb4_oxmth" +"ejb5_oxmth" +"ejb6_oxmth" +"ejb7_oxmth" +"ajb4_oxmth" +"ajb5_oxmth" +"ajb6_oxmth" +"ajb7_oxmth" +"ajb4_oxamt" +"ajb5_oxamt" +"ajb6_oxamt" +"ajb7_oxamt" +"ejb7_pftloss" +"ajb7_pftloss" +"ajb6_prftb" +"ajb7_prftb" +"ejb6_oincb" +"ejb7_oincb" +"ajb6_oincb" +"ajb7_oincb" +"ajb4_oincamt" +"ajb5_oincamt" +"ajb6_oincamt" +"ajb7_oincamt" +"ejb7_awop1" +"ejb5_awop2" +"ejb6_awop2" +"ejb7_awop2" +"ejb4_awop3" +"ejb5_awop3" +"ejb6_awop3" +"ejb7_awop3" +"ajb7_awop1" +"ajb5_awop2" +"ajb6_awop2" +"ajb7_awop2" +"ajb4_awop3" +"ajb5_awop3" +"ajb6_awop3" +"ajb7_awop3" +"ejb5_awopsm1" +"ejb6_awopsm1" +"ejb7_awopsm1" +"ejb4_awopsm2" +"ejb5_awopsm2" +"ejb6_awopsm2" +"ejb7_awopsm2" +"ejb4_awopsm3" +"ejb5_awopsm3" +"ejb6_awopsm3" +"ejb7_awopsm3" +"ajb5_awopsm1" +"ajb6_awopsm1" +"ajb7_awopsm1" +"ajb4_awopsm2" +"ajb5_awopsm2" +"ajb6_awopsm2" +"ajb7_awopsm2" +"ajb4_awopsm3" +"ajb5_awopsm3" +"ajb6_awopsm3" +"ajb7_awopsm3" +"ejb5_awopem1" +"ejb6_awopem1" +"ejb7_awopem1" +"ejb4_awopem2" +"ejb5_awopem2" +"ejb6_awopem2" +"ejb7_awopem2" +"ejb4_awopem3" +"ejb5_awopem3" +"ejb6_awopem3" +"ejb7_awopem3" +"ajb5_awopem1" +"ajb6_awopem1" +"ajb7_awopem1" +"ajb4_awopem2" +"ajb5_awopem2" +"ajb6_awopem2" +"ajb7_awopem2" +"ajb4_awopem3" +"ajb5_awopem3" +"ajb6_awopem3" +"ajb7_awopem3" +"ejb5_awpcfl1" +"ejb6_awpcfl1" +"ejb7_awpcfl1" +"ejb4_awpcfl2" +"ejb5_awpcfl2" +"ejb6_awpcfl2" +"ejb7_awpcfl2" +"ejb4_awpcfl3" +"ejb5_awpcfl3" +"ejb6_awpcfl3" +"ejb7_awpcfl3" +"ejb5_awopsw1" +"ejb6_awopsw1" +"ejb7_awopsw1" +"ejb4_awopsw2" +"ejb5_awopsw2" +"ejb6_awopsw2" +"ejb7_awopsw2" +"ejb4_awopsw3" +"ejb5_awopsw3" +"ejb6_awopsw3" +"ejb7_awopsw3" +"ajb5_awopsw1" +"ajb6_awopsw1" +"ajb7_awopsw1" +"ajb4_awopsw2" +"ajb5_awopsw2" +"ajb6_awopsw2" +"ajb7_awopsw2" +"ajb4_awopsw3" +"ajb5_awopsw3" +"ajb6_awopsw3" +"ajb7_awopsw3" +"ejb5_awopew1" +"ejb6_awopew1" +"ejb7_awopew1" +"ejb4_awopew2" +"ejb5_awopew2" +"ejb6_awopew2" +"ejb7_awopew2" +"ejb4_awopew3" +"ejb5_awopew3" +"ejb6_awopew3" +"ejb7_awopew3" +"ajb5_awopew1" +"ajb6_awopew1" +"ajb7_awopew1" +"ajb4_awopew2" +"ajb5_awopew2" +"ajb6_awopew2" +"ajb7_awopew2" +"ajb4_awopew3" +"ajb5_awopew3" +"ajb6_awopew3" +"ajb7_awopew3" +"ejb5_awopre1" +"ejb6_awopre1" +"ejb7_awopre1" +"ejb4_awopre2" +"ejb5_awopre2" +"ejb6_awopre2" +"ejb7_awopre2" +"ejb4_awopre3" +"ejb5_awopre3" +"ejb6_awopre3" +"ejb7_awopre3" +"ajb5_awopre1" +"ajb6_awopre1" +"ajb7_awopre1" +"ajb4_awopre2" +"ajb5_awopre2" +"ajb6_awopre2" +"ajb7_awopre2" +"ajb4_awopre3" +"ajb5_awopre3" +"ajb6_awopre3" +"ajb7_awopre3" +"ejb7_jobid" +"ajb7_wksum1" +"ajb7_wksum2" +"ajb7_wksum3" +"ajb7_wksum4" +"ajb6_wksum5" +"ajb7_wksum5" +"ajb7_msum" +"ajb7_msumalt" +"ajb7_wkhrs1" +"ajb7_wkhrs2" +"ajb7_wkhrs3" +"ajb7_wkhrs4" +"ajb6_wkhrs5" +"ajb7_wkhrs5" +"ajb7_mwkhrs" +"ajb7_jobid" +"ejb7_pvwktr1" +"ejb7_pvwktr2" +"ejb7_pvwktr3" +"ejb7_pvwktr4" +"ejb7_pvwktr5" +"ejb7_pvwktr6" +"ejb7_pvwktr7" +"ejb7_pvwktr8" +"ejb7_pvwktr9" +"ejb7_pvwktra" +"ejb7_pvwktrt" +"ajb7_pvwktrt" +"ejb7_pvtrprm" +"ajb7_pvtrprm" +"ajb7_pvtime" +"ajb7_pvmile" +"ajb4_imbmic" +"ajb5_imbmic" +"ajb6_imbmic" +"ajb7_imbmic" +"ejb7_reimbmi" +"ajb7_reimbmi" +"ajb5_pvparkc" +"ajb6_pvparkc" +"ajb7_pvparkc" +"ejb7_pvpark" +"ajb7_pvpark" +"ajb5_pvothrc" +"ajb6_pvothrc" +"ajb7_pvothrc" +"ajb6_pvoexpc" +"ajb7_pvoexpc" +"ejb7_pvoexp" +"ajb7_pvoexp" +"ejb7_wswhsun" +"ejb7_wswhmon" +"ejb7_wswhtue" +"ejb7_wswhwed" +"ejb7_wswhthu" +"ejb7_wswhfri" +"ejb7_wswhsat" +"ejb7_dyswkd" +"ajb7_wswhdy" +"ajb7_wsbeg" +"ajb7_wsend" +"ejb7_wshmsun" +"ejb7_wshmmon" +"ejb7_wshmtue" +"ejb7_wshmwed" +"ejb7_wshmthu" +"ejb7_wshmfri" +"ejb7_wshmsat" +"ejb7_dyswkdh" +"ajb7_wshmdy" +"ejb7_wshmwrk" +"ajb7_wshmwrk" +"ejb7_wsjob" +"ajb7_wsjob" +"ejb7_wsmnr" +"ajb7_wsmnr" +"ava5amt" +"edis8mnyn" +"adis8mnyn" +"edis9mnyn" +"adis9mnyn" +"adis8amt" +"adis9amt" +"esur9mnyn" +"asur9mnyn" +"esur12mnyn" +"asur12mnyn" +"asur9amt" +"asur12amt" +"ehi2who3" +"ehi2who4" +"ehi2who5" +"ahi2who" +"tjb7_occ" +"tjb7_ind" +"tjb6_empall" +"tjb7_empall" +"tjb6_empb" +"tjb7_empb" +"tjb7_wsbeg" +"tjb7_wsend" +"tdis3_cflg" +"tdis4_cflg" +"tdis5_cflg" +"tdis7_cflg" +"tdis8_cflg" +"tdis9_cflg" +"tret4_cflg" +"tsur2_cflg" +"tsur3_cflg" +"tsur9_cflg" +"tsur12_cflg" +"tva3_cflg" +"tjb6_strtyr" +"tjb7_strtyr" +"tjb5_annsal1" +"tjb6_annsal1" +"tjb7_annsal1" +"tjb4_annsal2" +"tjb5_annsal2" +"tjb6_annsal2" +"tjb7_annsal2" +"tjb4_annsal3" +"tjb5_annsal3" +"tjb6_annsal3" +"tjb7_annsal3" +"tjb6_hourly1" +"tjb7_hourly1" +"tjb4_hourly2" +"tjb5_hourly2" +"tjb6_hourly2" +"tjb7_hourly2" +"tjb4_hourly3" +"tjb5_hourly3" +"tjb6_hourly3" +"tjb7_hourly3" +"tjb5_wkly1" +"tjb6_wkly1" +"tjb7_wkly1" +"tjb4_wkly2" +"tjb5_wkly2" +"tjb6_wkly2" +"tjb7_wkly2" +"tjb4_wkly3" +"tjb5_wkly3" +"tjb6_wkly3" +"tjb7_wkly3" +"tjb6_bwkly1" +"tjb7_bwkly1" +"tjb4_bwkly2" +"tjb6_bwkly2" +"tjb7_bwkly2" +"tjb3_bwkly3" +"tjb4_bwkly3" +"tjb5_bwkly3" +"tjb6_bwkly3" +"tjb7_bwkly3" +"tjb5_mthly1" +"tjb6_mthly1" +"tjb7_mthly1" +"tjb4_mthly2" +"tjb5_mthly2" +"tjb6_mthly2" +"tjb7_mthly2" +"tjb2_mthly3" +"tjb3_mthly3" +"tjb4_mthly3" +"tjb5_mthly3" +"tjb6_mthly3" +"tjb7_mthly3" +"tjb4_smthly1" +"tjb5_smthly1" +"tjb6_smthly1" +"tjb7_smthly1" +"tjb4_smthly2" +"tjb5_smthly2" +"tjb6_smthly2" +"tjb7_smthly2" +"tjb2_smthly3" +"tjb3_smthly3" +"tjb4_smthly3" +"tjb5_smthly3" +"tjb6_smthly3" +"tjb7_smthly3" +"tjb5_other1" +"tjb6_other1" +"tjb7_other1" +"tjb4_other2" +"tjb5_other2" +"tjb6_other2" +"tjb7_other2" +"tjb2_other3" +"tjb3_other3" +"tjb4_other3" +"tjb5_other3" +"tjb6_other3" +"tjb7_other3" +"tjb5_gamt1" +"tjb6_gamt1" +"tjb7_gamt1" +"tjb7_jobhrs1" +"tjb6_jobhrs2" +"tjb7_jobhrs2" +"tjb4_jobhrs3" +"tjb5_jobhrs3" +"tjb6_jobhrs3" +"tjb7_jobhrs3" +"tjb4_oincamt" +"tjb5_oincamt" +"tjb6_oincamt" +"tjb7_oincamt" +"tjb5_pvparkc" +"tjb6_pvparkc" +"tjb7_pvparkc" +"tjb5_pvothrc" +"tjb6_pvothrc" +"tjb7_pvothrc" +"tjb6_pvoexpc" +"tjb7_pvoexpc" +"tjb7_pvmile" +"tjb4_imbmic" +"tjb5_imbmic" +"tjb6_imbmic" +"tjb7_imbmic" +"tjb7_pvtime" +"tva5amt" +"tdis8amt" +"tdis9amt" +"tsur9amt" +"tsur12amt" +"tbsj6val" +"tbsj7val" +"tbsj6debtval" +"tbsj7debtval" +"tprloan3yrs" +"tcbyr_7" +"tcbyr_8" +"tcbyr_9" +"tcbyr_10" +"tcbyr_11" +"tcbyr_12" +"tcbyr_13" +"tcbyr_14" +"tcbyr_15" +"tcbyr_16" +"tcbyr_17" +"tcbyr_18" +"tcbyr_19" +"tcbyr_20" +"tjb6_cxamt" +"tjb7_cxamt" +"tjb5_txamt" +"tjb6_txamt" +"tjb7_txamt" +"tjb4_oxamt" +"tjb5_oxamt" +"tjb6_oxamt" +"tjb7_oxamt" +"tjb5_bxamt" +"tjb6_bxamt" +"tjb7_bxamt" +"tjb7_wksum1" +"tjb7_wksum2" +"tjb7_wksum3" +"tjb7_wksum4" +"tjb6_wksum5" +"tjb7_wksum5" +"tjb7_msum" +"tjb7_wkhrs1" +"tjb7_wkhrs2" +"tjb7_wkhrs3" +"tjb7_wkhrs4" +"tjb6_wkhrs5" +"tjb7_wkhrs5" +"tjb7_mwkhrs" +"tjb6_prftb" +"tjb7_prftb" +"tjb7_msumalt" diff --git a/in/sipp_unzipped/pu2018.dta b/in/sipp_unzipped/pu2018.dta new file mode 100644 index 0000000000000000000000000000000000000000..0da0374b73a74111f2255514b49da9983833b42a --- /dev/null +++ b/in/sipp_unzipped/pu2018.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce6a2c645d3bb106e080540fbf85be7132fbc72a7085198dc5db932ff056cfb +size 5243313584 diff --git a/in/sipp_unzipped/pu2019.dta b/in/sipp_unzipped/pu2019.dta new file mode 100644 index 0000000000000000000000000000000000000000..3b06bf36a6e81ce3050374d0456cf83ceeeb266f --- /dev/null +++ b/in/sipp_unzipped/pu2019.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb30c22c6322e63091794c9c97f8c0582d6f8fdf523314be15e6738fa3ba1a7 +size 4178788102 diff --git a/in/sipp_unzipped/pu2020.dta b/in/sipp_unzipped/pu2020.dta new file mode 100644 index 0000000000000000000000000000000000000000..91d8f1ed9571275c2f12a9394d690f3ff8c191bb --- /dev/null +++ b/in/sipp_unzipped/pu2020.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fda87d5336b9ee5194f222d22f4a47ab3491d8285c582bd361b7cd9e4e703f +size 4370447869 diff --git a/in/sipp_unzipped/pu2021.dta b/in/sipp_unzipped/pu2021.dta new file mode 100644 index 0000000000000000000000000000000000000000..5b267bb243a194ae5b4fb3919bd660c4c313c4af --- /dev/null +++ b/in/sipp_unzipped/pu2021.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856fa617d5322ce95588b2b6a72b4ed6d9e530cf5a06c1b5759be50ba08f089c +size 4909735632 diff --git a/in/sipp_unzipped/pu2022.dta b/in/sipp_unzipped/pu2022.dta new file mode 100644 index 0000000000000000000000000000000000000000..97bb8dd8130b26fc6f8694054f1bf872391fc41a --- /dev/null +++ b/in/sipp_unzipped/pu2022.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a773d85885c45ea882ad3f602f2465ce4208a5583611ce45aa7ec01acc13d6 +size 3593711526 diff --git a/in/sipp_unzipped/pu2023.dta b/in/sipp_unzipped/pu2023.dta new file mode 100644 index 0000000000000000000000000000000000000000..7c2c81a6d8e419fe16fdb5b72f9143a3a32a3133 --- /dev/null +++ b/in/sipp_unzipped/pu2023.dta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ea75d376f2c64a995af5989bc789cd37caf269cecd04429b9de8d5fc5d1f34 +size 3481748494 diff --git a/out/sipp_job_panel.csv b/out/sipp_job_panel.csv new file mode 100644 index 0000000000000000000000000000000000000000..e82a5fe65fb22a3704f660b12aa5bfe5b331d4af --- /dev/null +++ b/out/sipp_job_panel.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a7ea131c30262b9b640e574a818c68543c2a23e428ac2392d10bb1bd4869d5 +size 27716400